@charset "UTF-8";
html {
  font-size: 16px; }

html.large {
  font-size: 20px; }

html, body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif; }

html *, body * {
  box-sizing: border-box;
  line-height: 1.65;
  margin: 0;
  z-index: 1; }

html p, html ul, html ol, html dl, html li, html table, html h1, html h2, html h3, html h4, html h5, html span, html div, body p, body ul, body ol, body dl, body li, body table, body h1, body h2, body h3, body h4, body h5, body span, body div {
  color: #303030; }

html p, body p {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #303030;
  word-break: break-all; }

a:visited {
  color: currentColor; }

a:hover {
  color: #9B908A;
  opacity: 0.6;
  transition: all 0.2s ease-in-out; }

a:hover::before, a:hover::after {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out; }

@media (min-width: 901px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default; } }
* .normal-anchor {
  color: #158BBF;
  text-decorration: underline; }

* .normal-anchor:visited {
  color: #811397;
  text-decoration: underline; }

p {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word; }

ul, ol, dl, li {
  max-width: 100%; }

ul:not(.marked), ul:not(.marked) li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0; }

ol.list-horizontal li, ul.list-horizontal li {
  display: inline; }

.content-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.content-image img {
  width: auto;
  height: auto;
  flex-shrink: 0; }

main {
  display: block; }

p, div, section {
  max-width: 100%; }

@media all and (max-width: 900px) {
  .pc {
    display: none !important; } }
@media all and (max-width: 500px) {
  .l-tb {
    display: none !important; } }
@media all and (min-width: 901px) {
  .s-tb {
    display: none !important; } }
@media all and (min-width: 501px) {
  .sp {
    display: none !important; } }
.ie-only {
  display: none !important; }

*.curning_025 {
  letter-spacing: 0.025em; }

*.curning_050 {
  letter-spacing: 0.05em; }

*.pkna {
  font-feature-settings: "pkna"; }

*.palt {
  font-feature-settings: "palt"; }

*.pwid {
  font-feature-settings: "pwid"; }

svg {
  transform: translate(0, 0); }

.o-fit {
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.fl-c {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column; }

.fl-r {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap; }

.f-notosans {
  font-family: "Noto Sans JP", "メイリオ", -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.f-toppan {
  font-family: toppan-bunkyu-midashi-go-std, 'メイリオ', -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-weight: 900;
  font-style: normal; }

.f-yugo {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "Noto Sans CJK JP", noto-sans-cjk-jp, "メイリオ", -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.f-kiwi {
  font-family: 'Kiwi Maru', YuGothic, "Yu Gothic Medium", "Yu Gothic", 'Noto Sans JP', 'Noto Sans CJK JP', noto-sans-cjk-jp, 'メイリオ', -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-weight: 500; }

.f-yumin {
  font-family: "游明朝", YuMincho, "Yu Mincho Medium", "Yu Mincho", "Hiragino Mincho Pro", "Noto Serif JP", "Noto Serif CJK JP", noto-sans-cjk-jp, "メイリオ", -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif; }

.f-roboto {
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif; }

.link-arrow-b {
  position: relative; }

.link-arrow-b::after {
  content: '';
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  background-image: url("../img/common/link-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%; }

.link-arrow-n {
  position: relative;
  padding: 0.5em 5.5em 0.25em 2em !important; }

.link-arrow-n svg {
  position: absolute;
  bottom: 0.75em;
  right: 1.25em; }

#loading-screen {
  position: fixed;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  z-index: 101;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@media screen and (min-width: 901px) {
  #loading-screen {
    width: 76%;
    max-width: 76%;
    left: 24%; } }
@media screen and (max-width: 900px) {
  #loading-screen {
    top: 4em;
    left: 0;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 4em); } }
#loading-screen.initialize {
  z-index: 10000;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  min-width: 100% !important;
  width: 100% !important; }

#loading-screen.hide {
  opacity: 0;
  transition: opacity .5s ease-in-out;
  position: fixed; }

#scroll-to-top {
  position: fixed;
  bottom: 1em;
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: opacity .35s ease-in-out;
  background-color: rgba(128, 128, 128, 0.75);
  border-radius: 50%;
  z-index: 1000; }

@media screen and (min-width: 901px) {
  #scroll-to-top {
    right: 1.75em; } }
@media screen and (max-width: 900px) {
  #scroll-to-top {
    right: 1.55em; } }
#scroll-to-top a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px; }

#scroll-to-top a::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 80%;
  top: 14px;
  left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z'/%3E%3C/svg%3E");
  background-size: 50%;
  background-repeat: no-repeat; }

#scroll-to-top.hide {
  opacity: 0;
  transition: opacity 0.35s ease-in-out; }

.btn-gnav {
  position: fixed;
  top: 1.65em;
  right: 3em;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  z-index: 10000000; }

@media all and (max-width: 500px) {
  .btn-gnav {
    top: 1.75em;
    right: 1.5em; } }
@media all and (min-width: 901px) {
  .btn-gnav .btn-gnav-2 {
    display: none; } }
@media all and (max-width: 900px) {
  .btn-gnav .btn-gnav-2 line {
    stroke: #fff;
    transition: stroke 0.3s ease-in-out; }

  .btn-gnav .btn-gnav-2 text {
    fill: #fff;
    transition: fill 0.3s ease-in-out; }

  .btn-gnav.sub .btn-gnav-2 line {
    stroke: #707070;
    transition: stroke 0.3s ease-in-out; }

  .btn-gnav.sub .btn-gnav-2 text {
    fill: #707070;
    transition: fill 0.3s ease-in-out; } }
.btn-gnav.close .btn-gnav-2 .bar1 {
  -webkit-transform-origin: 15px 4px;
  transform-origin: 15px 4px;
  -webkit-transform: translateY(0) translateX(0) rotate(0);
  transform: translateY(0) translateX(0) rotate(0);
  transition: transform 0.3s ease-in-out; }

.btn-gnav.close .btn-gnav-2 .bar2 {
  -webkit-transform-origin: 23px 17px;
  transform-origin: 23px 17px;
  -webkit-transform: translateY(0) translateX(0) rotate(0);
  transform: translateY(0) translateX(0) rotate(0);
  transition: transform 0.3s ease-in-out; }

.btn-gnav.close .btn-gnav-2 text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out; }

.btn-gnav.open .btn-gnav-2 line {
  stroke: #fff; }

.btn-gnav.open .btn-gnav-2 .bar1 {
  -webkit-transform-origin: 15px 4px;
  transform-origin: 15px 4px;
  -ms-transform: translateY(5px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(5px) translateX(2px) rotate(45deg);
  transform: translateY(5px) translateX(2px) rotate(45deg);
  transition: transform 0.3s ease-in-out; }

.btn-gnav.open .btn-gnav-2 .bar2 {
  -webkit-transform-origin: 23px 17px;
  transform-origin: 23px 17px;
  -ms-transform: translateY(5px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(5px) translateX(0) rotate(-45deg);
  transform: translateY(5px) translateX(2px) rotate(-45deg);
  transition: transform 0.3s ease-in-out; }

.btn-gnav.open .btn-gnav-2 text {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.section {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center; }

.section__header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center; }

.section__subheader {
  position: relative;
  width: 100%;
  max-width: 100%; }

.section__inner {
  position: relative;
  width: 100%;
  max-width: 100%; }

@media all and (min-width: 901px) {
  .section__inner.pc-w80 {
    width: 80%;
    max-width: 80%; }

  .section__inner.pc-w90 {
    width: 90%;
    max-width: 90%; }

  .section__inner.pc-w95 {
    width: 95%;
    max-width: 95%; }

  .section__inner.pc-w100 {
    width: 100%;
    max-width: 100%; }

  .section__inner.pc-p800 {
    width: 953px;
    max-width: 90%; }

  .section__inner.pc-p1000 {
    width: 1080px;
    max-width: 90%; } }
@media all and (max-width: 900px) {
  .section__inner.sp-w80 {
    width: 80vw;
    max-width: 80vw; }

  .section__inner.sp-w85 {
    width: 85vw;
    max-width: 85vw; }

  .section__inner.sp-w90 {
    width: 90vw;
    max-width: 90vw; }

  .section__inner.sp-p800 {
    width: 800px;
    max-width: 90%; } }
.section__body {
  position: relative;
  width: 100%;
  max-width: 100%; }

#wrapper {
  position: relative;
  width: 100%;
  max-width: 100%; }

.com-cover {
  position: relative;
  width: 100%;
  max-width: 100%; }

.com-header {
  position: relative;
  width: 100%;
  max-width: 100%; }

@media all and (min-width: 1000px) {
  .com-header {
    height: 106px; } }
@media all and (max-width: 999px) {
  .com-header {
    height: 90px; } }
@media all and (max-width: 900px) {
  .com-header {
    height: 74px;
    background-color: #303030; } }
.com-header__logo {
  color: #303030;
  display: block;
  position: absolute;
  left: 3vw;
  top: calc((106px - 80px) / 2); }

@media all and (max-width: 999px) {
  .com-header__logo {
    top: calc((90px - 67.79px) / 2); }

  .com-header__logo svg {
    width: 154.1px;
    height: 67.79px; } }
@media all and (max-width: 900px) {
  .com-header__logo svg {
    color: #fff;
    width: 105.2px;
    height: 46.28px; } }
.com-footer {
  background-color: #303030; }

.com-footer * {
  color: #fff; }

.com-footer__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 2em 5% .5em 5%;
  align-items: center; }

.com-footer__info {
  align-self: flex-end;
  align-items: flex-end; }

.com-footer__links {
  margin-top: -0.5em; }

.com-footer__links li {
  display: inline-block; }

.com-footer__links li a {
  font-size: .875em;
  padding: 0 1.25em;
  font-weight: 700; }

.com-footer__links li:first-child a {
  padding-left: 0; }

.com-footer__links li:last-child a {
  padding-right: 0; }

.com-footer__links li:not(:last-child) a {
  border-right: 1px solid currentColor; }

.com-footer__copyright {
  margin-top: .5em;
  max-width: 100%;
  font-size: 0.875em; }

@media all and (max-width: 500px) {
  .com-footer__logo svg {
    width: 100.06px;
    height: 44.02px; }

  .com-footer__info {
    width: 100%; }

  .com-footer__links {
    margin-top: 2em !important;
    font-size: 0.75em; }

  .com-footer__copyright {
    margin-top: 1em;
    font-size: .7em;
    align-self: center; } }
.com-sub-cover {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 160px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }

.com-sub-cover.sub1 {
  background-image: url("../img/common/sub_cover01.jpg"); }

.com-sub-cover.sub2 {
  background-image: url("../img/common/sub_cover02.jpg"); }

.com-sub-cover__inner {
  position: relative;
  width: 100%;
  max-width: 100%; }

.com-sub-cover__body {
  align-items: center; }

.com-sub-cover__body .rubi {
  font-weight: 500;
  font-size: 1.3125em; }

.com-sub-cover__body .title {
  max-width: 90%;
  font-size: 2.25em;
  line-height: 1.3; }

@media all and (max-width: 500px) {
  .com-sub-cover {
    height: 140px; }

  .com-sub-cover__body .rubi {
    font-size: 1.125em; }

  .com-sub-cover__body .title {
    font-size: 1.875em; } }
.com-sub-header {
  margin-bottom: 2em;
  background-image: url("../img/common/subheader_border.svg");
  background-position: 0 100%;
  background-repeat: no-repeat; }

.com-sub-header .deco {
  color: #9A6B00; }

.com-sub-header .title {
  font-size: 1.875em;
  line-height: 1.5;
  margin-top: -.25em;
  padding-left: .35em;
  padding-bottom: .2em;
  letter-spacing: .015em;
  color: #9A6B00; }

.com-sub-header:not(:first-child) {
  margin-top: 2.5em; }

@media all and (max-width: 500px) {
  .com-sub-header .deco {
    width: 18px;
    height: 18px; }

  .com-sub-header .title {
    font-size: 1.625em;
    line-height: 1.35; } }
.com-breadcrumb {
  background-color: #F3F3F3;
  padding: .75em 5%;
  align-items: center; }

.com-breadcrumb__inner {
  width: 100%;
  max-width: 1080px; }

.com-breadcrumb__list {
  margin-left: -1em !important; }

.com-breadcrumb__list li {
  position: relative;
  display: inline-block;
  font-size: 0.875em; }

.com-breadcrumb__list li:not(:last-child)::after {
  content: '';
  position: absolute;
  width: .65em;
  height: .65em;
  right: -.65em;
  top: .5em;
  background-image: url("../img/common/arrowhead.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.com-breadcrumb__list li a, .com-breadcrumb__list li span {
  display: inline-block;
  padding: 0 1em; }

@media all and (min-width: 900px) {
  .com-gnav {
    position: relative;
    background-color: #292929;
    height: 100%;
    padding: 1.5em 2em 2.25em 2em; }

  .com-gnav-wrapper {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 106px; }

  .com-gnav::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-106px);
    border-top: calc(53px) solid transparent;
    border-right: calc(53px) solid #292929;
    border-bottom: calc(53px) solid #292929;
    border-left: calc(53px) solid transparent; }

  .com-gnav * {
    color: #fff; }

  .com-gnav .group-header {
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0 .25em;
    margin: 0 1.5em; }

  .com-gnav .group-header .rubi {
    font-family: 'Roboto', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', Meiryo, sans-serif;
    font-size: .8125em;
    font-weight: 500; }

  .com-gnav .group-header .title {
    font-family: toppan-bunkyu-midashi-go-std, 'メイリオ', -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1em;
    letter-spacing: 0.015em; } }
@media all and (min-width: 900px) and (max-width: 1150px) {
  .com-gnav {
    padding: 1.5em 1em 2.25em 0; }

  .com-gnav::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-106px);
    border-top: calc(53px) solid transparent;
    border-right: calc(53px) solid #292929;
    border-bottom: calc(53px) solid #292929;
    border-left: calc(53px) solid transparent; }

  .com-gnav .group-header {
    margin: 0 1em; }

  .com-gnav .group-header .rubi {
    font-size: 0.75em; }

  .com-gnav .group-header .title {
    font-size: 0.9375em; } }
@media all and (min-width: 900px) and (max-width: 999px) {
  .com-gnav {
    padding: 1.5em 1em 2.25em 0; }

  .com-gnav-wrapper {
    height: 90px; }

  .com-gnav::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-90px);
    border-top: calc(45px) solid transparent;
    border-right: calc(45px) solid #292929;
    border-bottom: calc(45px) solid #292929;
    border-left: calc(45px) solid transparent; }

  .com-gnav .group-header {
    margin: 0 1em; }

  .com-gnav .group-header .rubi {
    font-size: 0.75em; }

  .com-gnav .group-header .title {
    font-size: 0.875em; } }
@media all and (min-width: 900px) {
  .com-btn-menu {
    display: none !important; } }
@media all and (max-width: 900px) {
  .com-gnav {
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 5.5em 2em 2.25em 2em; }

  .com-gnav-wrapper {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #292929;
    z-index: 10000;
    width: 75vw;
    max-width: 350px;
    height: 100vh; }

  .com-gnav-wrapper.close {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }

  .com-gnav-wrapper.open {
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }

  .com-gnav * {
    color: #fff; }

  .com-gnav .group-header {
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0 .25em;
    margin: 0 .5em;
    margin-top: 1.75em; }

  .com-gnav .group-header .rubi {
    font-family: 'Roboto', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', Meiryo, sans-serif;
    font-size: .75em;
    font-weight: 500; }

  .com-gnav .group-header .title {
    font-family: toppan-bunkyu-midashi-go-std, 'メイリオ', -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 1em;
    letter-spacing: .015em;
    font-size: 1.125em; } }
@media all and (max-width: 900px) and (max-width: 500px) {
  .com-gnav {
    padding: 5.5em 1.35em 2.25em 1.35em; }

  .com-gnav .group-header .title {
    font-size: 1em; } }
@media all and (max-width: 900px) {
  .com-btn-menu {
    position: absolute;
    z-index: 1000000; } }
.top-section__header {
  align-items: center; }

.top-section__header .rubi {
  margin-top: .5em;
  font-size: 1.1875em;
  font-weight: 500; }

.top-section__header .title {
  font-size: 2em;
  font-feature-settings: "palt";
  line-height: 1.35; }

@media all and (max-width: 500px) {
  .top-section__header .rubi {
    font-size: 1em; }

  .top-section__header .title {
    font-size: 1.75em; } }
.top-cover {
  background-color: #aaa; }

.top-cover__image {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 300px; }

.top-cover__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; }

@media all and (max-width: 599px) {
  .top-cover__image {
    min-height: 250px;
    height: 62.5vw; } }
.top-cover__body {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  justify-content: center;
  align-items: center; }

.top-cover__body *:not(:first-child) {
  margin-top: 2.75em; }

@media all and (max-width: 599px) {
  .top-cover__body {
    transform: scale(0.75);
    min-height: 250px;
    height: 62.5vw; } }
@media all and (max-width: 400px) {
  .top-cover__body {
    transform: scale(0.65);
    min-height: 250px;
    height: 62.5vw; } }
.top-guide__item {
  width: 50%;
  max-width: 50%;
  padding: 1.5em 80px 2.5em 40px; }

.top-guide__item__inner {
  max-width: 498px; }

.top-guide__item .header {
  align-items: flex-start; }

.top-guide__item .body {
  font-size: 1.125em;
  margin-top: 0.5em;
  line-height: 1.5;
  min-height: 4.5em; }

.top-guide__item .readmore {
  display: block;
  font-size: 1.0625em;
  margin-top: 0.5em;
  align-self: flex-end;
  border: 1px solid #303030; }

.top-guide__item:nth-child(1) {
  color: #303030; }

@media all and (min-width: 801px) {
  .top-guide__item:nth-child(1) {
    align-items: flex-end; } }
.top-guide__item:nth-child(1) .header .rubi {
  color: #008282; }

.top-guide__item:nth-child(2) {
  color: #fff;
  background-color: #303030; }

@media all and (min-width: 801px) {
  .top-guide__item:nth-child(2) {
    align-items: flex-start; } }
.top-guide__item:nth-child(2) .header {
  color: #fff; }

.top-guide__item:nth-child(2) .header .rubi {
  color: #E5A108; }

.top-guide__item:nth-child(2) .header .title {
  color: #fff; }

.top-guide__item:nth-child(2) .body {
  color: #fff; }

.top-guide__item:nth-child(2) .readmore {
  color: #fff;
  border-color: #fff; }

@media all and (max-width: 500px) {
  .top-guide {
    font-size: 0.9375em; } }
@media all and (max-width: 800px) {
  .top-guide__inner {
    flex-direction: column;
    align-items: center; }

  .top-guide__item {
    width: 100%;
    max-width: 100%;
    padding: 2.75em 7.5% 3.325em 7.5%;
    align-items: center; }

  .top-guide__item__inner {
    align-items: flex-start;
    max-width: 100%;
    max-width: 550px; } }
.top-works {
  background-color: #F6F6F6; }

.top-works__inner {
  padding: 1.5em 0 2.5em 0;
  align-items: center; }

.top-works__header .rubi {
  color: #C31723; }

.top-works__body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5em;
  max-width: 1080px;
  justify-content: space-between; }

.top-works__body__item {
  width: 32%;
  max-width: 320px;
  align-items: center; }

.top-works__body__item .header {
  font-size: 1.375em;
  border-bottom: 1px solid currentColor; }

.top-works__body__item .thumb {
  margin: .5em 0 1em 0;
  width: 100%;
  height: auto; }

.top-works__body__item .readmore {
  position: relative;
  margin-top: .25em;
  padding: .4em 4.5em .35em 2.75em;
  background-color: #fff;
  border: 1px solid #303030; }

.top-works__body__item .readmore::after {
  right: 2em;
  top: 0.6em; }

@media all and (max-width: 500px) {
  .top-works__body {
    font-size: 0.9375em; } }
@media all and (max-width: 715px) {
  .top-works__body {
    margin-top: 2.5em;
    flex-direction: column;
    align-items: center; }

  .top-works__body__item {
    width: 100%;
    max-width: 350px; }

  .top-works__body__item:not(:first-child) {
    margin-top: 2.75em; } }
.top-gsearch__inner {
  padding: 1.5em 0 2.5em 0;
  align-items: center;
  width: 90%;
  max-width: 1040px; }

.top-gsearch__header .rubi {
  color: #2D7828; }

.top-gsearch__body {
  width: 100%;
  margin-top: 1em;
  flex-wrap: nowrap; }

.top-gsearch__image {
  width: 48%;
  max-width: 460px;
  margin-right: 4%; }

.top-gsearch__image img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.top-gsearch__description {
  width: 48%; }

.top-gsearch__description p {
  max-width: 100%;
  margin-top: 1em;
  line-height: 1.7; }

.top-gsearch__description .readmore {
  display: block;
  font-size: 1.0625em;
  margin-top: 0.5em;
  align-self: flex-end;
  border: 1px solid #303030; }

@media all and (max-width: 500px) {
  .top-gsearch__body {
    font-size: 0.9375em; } }
@media all and (max-width: 715px) {
  .top-gsearch__body {
    flex-direction: column;
    align-items: center; }

  .top-gsearch__image {
    width: 100%;
    max-width: 450px;
    margin-right: 0; }

  .top-gsearch__description {
    margin-top: .5em;
    width: 100%;
    max-width: 600px; } }
.top-links {
  background-color: #F6F6F6; }

.top-links__inner {
  padding: 1.5em 0 2.5em 0;
  align-items: center;
  width: 90%;
  max-width: 1040px; }

.top-links__header .title {
  margin-top: 0.25em; }

.top-links__body {
  margin-top: 1em; }

.top-links__body .list li {
  position: relative;
  padding-left: 1.75em !important; }

.top-links__body .list li:not(:first-child) {
  margin-top: 1em; }

.top-links__body .list li::before {
  content: '';
  position: absolute;
  width: .75em;
  height: .75em;
  left: 0;
  top: .5em;
  border-radius: 50%;
  background-color: #4b4b4b; }

.top-links__body .list li .head {
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: underline; }

.top-links__body .list li p {
  margin-top: 0.35em; }

@media all and (max-width: 500px) {
  .top-links__body__body {
    margin-top: 2em;
    font-size: 0.9375em; } }
.works-list {
  padding: 3.5em 0 4.5em 0; }

.works-list:nth-child(2n) {
  background-color: #F6F6F6; }

.works-list__guide {
  font-size: 1.0625em; }

.works-list__list {
  margin-top: 1.75em;
  justify-content: flex-start;
  align-items: flex-end; }

.works-list__item {
  align-items: flex-start;
  width: 30%;
  max-width: 30%; }

.works-list__item:not(:nth-child(3n+1)) {
  margin-left: 5%; }

.works-list__item:nth-child(n+4) {
  margin-top: 2.5em; }

.works-list__item .title {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.3; }

.works-list__item .title::before {
  content: '';
  position: absolute;
  left: .5em;
  top: .45em;
  width: .6em;
  height: .6em;
  background-color: #008282; }

.works-list__item .title_i {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.3; }

.works-list__item .title_i::before {
  content: '';
  position: absolute;
  left: .5em;
  top: .0;
  width: 1em;
  height: 1em;
  background-color: #008282; }

.works-list__item .title_l {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.3; }

.works-list__item .title_l::before {
  content: '';
  position: absolute;
  left: .5em;
  top: 0;
  width: 1em;
  height: 1em;
  background-color: #757575; }

.works-list__item .title_n {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.3; }

.works-list__item .title_n::before {
  content: '';
  position: absolute;
  left: .5em;
  top: 0;
  width: 1em;
  height: 1em;
  background-color: #9e3139; }

.works-list__item .thumb {
  margin-top: .15em;
  width: 100%;
  max-width: 100%;
  height: auto; }

.works-list__item .thumb-wrapper-a {
  display: block;
  width: 100%; }

.works-list__item .more {
  align-self: flex-end;
  font-size: .875em;
  text-decoration: underline; }

.works-list__item .more.fl-r a:last-child {
  margin-left: 1em; }

.works-list__item .more.fl-r a {
  color: #158BBF;
  text-decoration: underline; }

.works-list__item .more.fl-r a {
  color: #811397;
  text-decoration: underline; }

.works-list__readmore {
  display: block;
  position: relative;
  font-size: 1.125em;
  margin-top: 2.5em;
  padding: .5em 4.5em .5em 3em;
  background-color: #fff;
  align-self: center;
  border: 1px solid #707070;
  border-radius: .35em;
  box-shadow: 0 1px #aaa; }

.works-list__readmore::after {
  right: 2em;
  top: 0.75em; }

@media all and (max-width: 768px) and (min-width: 500px) {
  .works-list.all .works-list__list {
    margin-top: 1em;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; }

  .works-list.all .works-list__item {
    align-items: flex-start;
    width: 48% !important;
    max-width: 48% !important; }

  .works-list.all .works-list__item:not(:nth-child(3n+1)) {
    margin-left: 0; }

  .works-list.all .works-list__item:nth-child(n+4) {
    margin-top: 0; }

  .works-list.all .works-list__item:nth-child(n+3) {
    margin-top: 2.5em; } }
@media all and (max-width: 600px) {
  .works-list__list {
    margin-top: 2.5em;
    flex-direction: column;
    align-items: center; }

  .works-list__item {
    width: 100%;
    max-width: 350px; }

  .works-list__item:not(:first-child) {
    margin-top: 2.75em; }

  .works-list__item:not(:nth-child(3n+1)) {
    margin-left: 0; } }
@media all and (max-width: 500px) {
  .works-list {
    padding: 2.75em 0 3.5em 0; }

  .works-list__guide {
    font-size: 0.9375em; } }
.sub-content {
  padding: 3.5em 0 2em 0; }

.sub-content:last-child {
  padding-bottom: 4.5em; }

.sub-content__body h3 {
  position: relative;
  font-size: 1.3125em;
  padding-left: 1.125em;
  margin: 1.25em 0; }

.sub-content__body h3:first-child {
  margin-top: 0.75em; }

.sub-content__body h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.476em;
  height: 1.6em;
  background-color: #9A6D06; }

.sub-content__body h4 {
  position: relative;
  font-size: 1.125em;
  padding-left: 1.25em; }

.sub-content__body h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5em;
  width: .5em;
  height: .5em;
  background-color: #2D7828; }

.sub-content__body h5 {
  font-size: 1.0625em; }

.sub-content__body p {
  font-size: 1em;
  max-width: 100%; }

.sub-content__body p:not(:first-child) {
  margin-top: 1em; }

.sub-content__body div {
  font-size: 1em; }

.sub-content__body img {
  margin: 1em;
  margin-bottom: 2em;
  width: auto;
  height: auto;
  max-width: 100%; }

.sub-content__body img.center {
  align-self: center; }

.sub-content__body img.left {
  align-self: flex-start; }

.sub-content__body img.right {
  align-self: flex-end; }

.sub-content__body ol, .sub-content__body ul {
  padding-left: 2.5em !important;
  margin-bottom: 1em; }

.sub-content__body ol li, .sub-content__body ul li {
  padding-left: .5em !important;
  margin-top: 1em; }

.sub-content__body ul li {
  list-style: disc !important; }

.sub-content__body em {
  color: #BF0210;
  font-weight: 700; }

.sub-content__body .note {
  background-color: #F6F6F6;
  border-radius: .625em;
  padding: 1.75em 1.5em;
  margin-top: 1.5em; }

.sub-content__body .note em {
  color: #303030; }

.sub-content__body a {
  color: #158BBF;
  text-decoration: underline; }

.sub-content__body a {
  color: #811397;
  text-decoration: underline; }

.sub-content__body table {
  max-width: 100%; }

.sub-content__body table th, .sub-content__body table td {
  padding: 0.25em; }

@media all and (max-width: 500px) {
  .sub-content {
    padding: 2.5em 0 2em 0; }

  .sub-content:last-child {
    padding-bottom: 3.5em; }

  .sub-content__body h3 {
    font-size: 1.25em;
    margin: 1.5em 0 0.5em 0; }

  .sub-content__body h3:first-child {
    margin-top: 0.5em; }

  .sub-content__body h4 {
    font-size: 1.0625em; }

  .sub-content__body h5 {
    font-size: 1em; }

  .sub-content__body p {
    font-size: 0.9375em; }

  .sub-content__body ol, .sub-content__body ul {
    padding-left: 1.5em !important; }

  .sub-content__body li {
    font-size: 0.9375em; } }
.search-condition__inner {
  padding: 3.25em 0 0 0; }

.search-condition__error {
  margin-top: 2.5em;
  text-align: center; }

.search-condition__error .cond-error {
  color: #ff1212; }

.search-condition__main {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.search-condition__main .searchbox-wrapper {
  position: relative;
  width: 50%;
  min-width: 20em;
  border: 2px solid #C2C2C2;
  border-radius: 1.75em;
  margin-right: 1.5em; }

.search-condition__main .searchbox-wrapper input[type="text"] {
  font-size: 16px;
  width: 100%;
  padding: .75em 3.75em .75em 2em;
  border: none;
  background: none;
  z-index: 1; }

.search-condition__main .searchbox-wrapper button {
  cursor: pointer;
  position: absolute;
  right: 1.5em;
  top: .875em;
  background: none;
  border: none;
  z-index: 2; }

.search-condition__main .button-options {
  position: relative;
  width: 13em;
  padding: .5em 2.5em .5em 1em;
  border: none;
  border-radius: .5em;
  color: #fff;
  font-size: 1.125em;
  cursor: pointer; }

.search-condition__main .button-options::after {
  content: '';
  position: absolute;
  top: .8em;
  right: 1.35em;
  width: 1.125em;
  height: 1.125em;
  background-repeat: no-repeat;
  background-position: 50%; }

.search-condition__main .button-options:not(.open) {
  background-color: #13677D;
  transition: background-color 0.1s ease-in-out; }

.search-condition__main .button-options:not(.open)::after {
  background-image: url("../img/common/btn-filter.svg"); }

.search-condition__main .button-options.open {
  background-color: #D85A46;
  transition: background-color 0.1s ease-in-out; }

.search-condition__main .button-options.open::after {
  background-image: url("../img/common/btn-close.svg"); }

.search-condition__options {
  margin-top: 1.75em;
  width: 100%;
  background-color: #F9F9F9;
  border-radius: .25em;
  padding: 1em 5em 1.5em 5em; }

.search-condition__options .note {
  font-size: 0.875em; }

.search-condition__options .db-filter label {
  display: inline-block;
  margin-top: .5em;
  cursor: pointer; }

.search-condition__options .db-filter input[type="checkbox"] + span {
  display: inline-block;
  margin-right: 1.5em; }

@media all and (max-width: 680px) {
  .search-condition {
    font-size: 0.9375em; }

  .search-condition__main {
    flex-direction: column;
    align-items: center; }

  .search-condition__main .searchbox-wrapper {
    margin-right: 0; }

  .search-condition__main .button-options {
    margin-top: 1.5em; }

  .search-condition__options {
    padding: 1em 1.5em 1.5em 1.5em; } }
.search-result__inner {
  position: relative;
  min-height: 60vh;
  padding: 2.5em 0 4.5em 0; }

.search-result__loading {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 200px;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/common/loading.gif");
  background-size: 64px 64px;
  z-index: 1003; }

.search-result__loading.hidden {
  opacity: 0;
  transition: opacity 0.25s ease-in-out; }

.search-result__loading.show {
  opacity: 1.0;
  transition: opacity 0.35s ease-in-out; }

.search-result__wrapper {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }

.search-result__wrapper.show {
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.search-result__header {
  justify-content: space-between;
  padding-bottom: .5em;
  border-bottom: 2px solid #AEAEAE; }

.search-result__header.footer {
  border-bottom: none; }

.search-result__header__page {
  align-items: flex-end;
  margin-right: 1.5em; }

.search-result__header__page .page-select {
  width: 3.5em;
  font-size: 1em;
  border-radius: .5em;
  border: 1px solid #AEAEAE;
  text-align: right;
  padding-right: 0.5em; }

.search-result__header__prev-next {
  margin: 0 1.5em 0 0; }

.search-result__header__prev-next button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none; }

.search-result__header__prev-next button:first-child {
  margin-right: 1em; }

.search-result__header__prev-next button:disabled {
  opacity: .5;
  cursor: unset; }

.search-result__header__prev-next button svg {
  cursor: pointer;
  width: 28px;
  height: 28px; }

.search-result__header__prev-next button:active svg {
  opacity: 0.9; }

.search-result__header__limit-select #limit-select {
  background: none;
  border: 1px solid #AEAEAE;
  padding: .25em 0;
  padding-left: 1em;
  font-size: 1em; }

.search-result__body {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em; }

.search-result___list {
  position: relative;
  width: 100%;
  max-width: 100%; }

.search-result__item {
  margin-top: 1.5em;
  padding-bottom: 1em;
  background-image: linear-gradient(to right, #AEAEAE, #AEAEAE 2px, transparent 2px, transparent 8px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x; }

.search-result__item__left {
  width: 185px;
  margin-right: 1.5em;
  align-items: center; }

.search-result__item .thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 185px; }

.search-result__item .copyright {
  margin-top: .5em;
  line-height: 1.2; }

.search-result__item .copyright a {
  width: 100%;
  color: #707070;
  font-size: .875em;
  line-height: 1.2; }

.search-result__item__right {
  width: calc(100% - 185px - 1.5em); }

.search-result__item__right dl {
  margin-top: .5em;
  width: 100%; }

.search-result__item__right dl div {
  width: 100%;
  padding: .25em .5em;
  clear: both; }

.search-result__item__right dl div:nth-child(2n+1) {
  background-color: #F9F9F9; }

.search-result__item__right dl dt {
  float: left;
  min-width: 5em;
  margin-right: 0.5em; }

.search-result__item__right dl dt.l-head {
  font-size: 0.875em; }

.search-result__item__right dl dt.l-head + dd {
  min-height: 3em; }

.search-result__item__right dl dd {
  margin-left: 5.5em;
  max-width: calc(100% - 6em);
  line-height: 1.4; }

.search-result__item .main-link {
  position: relative;
  color: #2077BB;
  display: inline-block;
  padding-right: 1.25em; }

.search-result__item .main-link::after {
  content: '';
  position: absolute;
  top: .3em;
  right: 0;
  width: .75em;
  height: .75em;
  background-image: url("../img/common/newtab.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%; }

@media all and (max-width: 680px) {
  .search-result__header__limit-select #limit-select {
    padding-left: 0; }

  .search-result__item {
    font-size: 0.9375em; }

  .search-result__item__inner {
    flex-direction: column;
    justify-content: flex-start; }

  .search-result__item__left {
    width: 100%;
    margin-right: 0; }

  .search-result__item__left .thumb {
    max-width: 90%; }

  .search-result__item__right {
    margin-top: .75em;
    width: 100%;
    max-width: 100%; }

  .search-result__item__right h3 {
    padding-left: 0.5em; } }
@media all and (max-width: 500px) {
  .search-result__header {
    flex-direction: column; }

  .search-result__header__right {
    margin-top: .5em;
    align-self: flex-end; } }
