@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}
html {
  font-size: 62.5%
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700
}
table, input, textarea, select, option {
  line-height: 1.1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
:focus {
  outline: 0
}
ins {
  text-decoration: none
}
del {
  text-decoration: line-through
}
img {
  vertical-align: top
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
a:hover, a:hover img {
  filter: alpha(opacity=80);
  opacity: .8
}
img {
  max-width: 100%
}
.sp-only {
  display: none
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
  .sp-only {
    display: block
  }
}

html {
    scroll-padding-top: 80px;
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity .6s cubic-bezier(.95, .05, .795, .035), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .6s cubic-bezier(.95, .05, .795, .035), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .6s cubic-bezier(.95, .05, .795, .035), transform .6s cubic-bezier(.165, .84, .44, 1);
  transition: opacity .6s cubic-bezier(.95, .05, .795, .035), transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
  background-color: #000
}
.Header.is-visible {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1), transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
}
.Header.is-init {
  -webkit-transition: none;
  transition: none
}
.Header.is-gnav_open {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .65s;
  transition: opacity .65s
}
.Header.is-gnav_open .Header__mags {
  opacity: 0;
  pointer-events: none
}
.Header.is-gnav_open .navButton .Gnav--open {
  pointer-events: none
}
.Header.is-gnav_open .navButton .Gnav--close {
  pointer-events: initial
}
.Header.is-gnav_open .navButton .borders__border {
  top: 0 !important
}
.Header.is-gnav_open .navButton .borders__border:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.Header.is-gnav_open .navButton .borders__border:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.Header.is-gnav_open .navButton .anchor.mHover .borders__border:nth-of-type(n+1):before {
  -webkit-animation: none;
  animation: none
}
.Header.is-gnav_open .navButton .anchor.mHover .borders__border:nth-of-type(1) {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}
.Header.is-gnav_open .navButton .anchor.mHover .borders__border:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}
.Header.logo-mag .Header__logo .logo--mag, .Header.logo-yado .Header__logo .logo--yado {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: header_logo_show .6s cubic-bezier(.215, .61, .355, 1) 1;
  animation: header_logo_show .6s cubic-bezier(.215, .61, .355, 1) 1
}
.Header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto
}
.Header__mags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 2;
  -webkit-transition: opacity .28s;
  transition: opacity .28s
}
.Header__mags .title {
  height: 100%
}
.Header__mags .title .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.Header__mags .title span {
  margin-left: .3em
}
.Header__mags .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
.Header__mags .list__item .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: normal;
  font-weight: 500;
  letter-spacing: .05em
}
.Header__mags .list__item .anchor.is-contact {
  width: 120px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.Header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.Header__logo .anchor {
  position: relative;
  display: inline-block;
  width: auto;
  height: 20px
}
.Header__logo .logo {
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1)
}
.Header__logo .logo:nth-of-type(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto
}
.Header__logo .logo img {
  width: auto;
  height: 100%;
  margin: auto
}
.Header .navButton {
  position: relative;
  width: 50px;
  max-width: 110px;
  height: 50px;
  display: none
}
.Header .navButton .anchor {
  position: relative;
  height: 100%;
  cursor: pointer
}
.Header .navButton .anchor.mHover .borders__border:before {
  -webkit-animation-name: header_nav_border;
  animation-name: header_nav_border;
  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
@-webkit-keyframes header_nav_border {
  0%, 40% {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  40.5%, to {
    -webkit-transform-origin: left;
    transform-origin: left
  }
  40%, 41% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes header_nav_border {
  0%, 40% {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  40.5%, to {
    -webkit-transform-origin: left;
    transform-origin: left
  }
  40%, 41% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@-webkit-keyframes header_nav_border_reverse {
  0%, 40% {
    -webkit-transform-origin: left;
    transform-origin: left
  }
  40.5%, to {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  40%, 41% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes header_nav_border_reverse {
  0%, 40% {
    -webkit-transform-origin: left;
    transform-origin: left
  }
  40.5%, to {
    -webkit-transform-origin: right;
    transform-origin: right
  }
  40%, 41% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.Header .navButton .anchor.mHover .borders__border:nth-of-type(2):before {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.Header .navButton .Gnav--open, .Header__links .navButton .Gnav--close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.Header .navButton .Gnav--close {
  pointer-events: none
}
.Header .navButton .borders {
  position: relative;
  height: 100%;
  pointer-events: none
}
.Header .navButton .borders__border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .32s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .32s cubic-bezier(.215, .61, .355, 1);
  transition: transform .32s cubic-bezier(.215, .61, .355, 1);
  transition: transform .32s cubic-bezier(.215, .61, .355, 1), -webkit-transform .32s cubic-bezier(.215, .61, .355, 1)
}
.Header .navButton .borders__border:nth-of-type(1) {
  top: -8.5714285714%
}
.Header .navButton .borders__border:nth-of-type(2) {
  top: 8.5714285714%
}
.Header .navButton .borders__border:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff
}
@media (max-width: 1024px) {
  .Header {
    height: 70px
  }
  .Header__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .Header__mags {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    padding: 40px 20px
  }
  .Header__mags .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2
  }
  .Header__mags .list .anchor.is-contact {
    width: 180px;
    height: 40px
  }
  .Header .navButton {
    display: block
  }
  .Header.is-gnav_open .Header__mags {
    opacity: 1;
    display: block;
    overflow: hidden scroll;
    -webkit-transition: opacity .33s;
    transition: opacity .33s;
    background: url(../img/top/mv-img01.jpg) no-repeat center center/cover;
    pointer-events: auto
  }
  .Header.is-gnav_open .Header__mags:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080
  }
}
@media (max-width: 767px) {
  .Header__logo .anchor {
    height: 15px
  }
}
@-webkit-keyframes header_logo_show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header_logo_show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header_nav_border {
  0% {
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translate(-50%) scaleX(1)
  }
  to {
    -webkit-transform: translateX(-50%) scaleX(3);
    transform: translate(-50%) scaleX(3)
  }
}
.Gnav--close, .Header.is-gnav_open .Gnav--open {
  display: none
}
.Header.is-gnav_open .Gnav--close {
  display: block
}
.ctbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width: 1024px) {
  .ctbox__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.ctbox__image {
  width: 50%
}
@media only screen and (max-width: 1024px) {
  .ctbox__image {
    width: 100%
  }
  .ctbox__image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.ctbox__content {
  width: 50%;
  background: #333333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 120px;
  padding: 0 90px
}
@media only screen and (max-width: 1600px) {
  .ctbox__content {
    gap: 7.5vw;
    padding: 0 5.625vw
  }
}
@media only screen and (max-width: 1024px) {
  .ctbox__content {
    width: 100%;
    gap: 60px;
    padding: 80px 20px
  }
}
@media only screen and (max-width: 767px) {
  .ctbox__content {
    gap: 30px;
    padding: 40px 15px
  }
}
.ctbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 400;
  margin-bottom: 45px
}
@media only screen and (max-width: 1600px) {
  .ctbox__label {
    margin-bottom: 2.8125vw
  }
}
@media only screen and (max-width: 1024px) {
  .ctbox__label {
    margin-bottom: 30px
  }
}
.ctbox .viewMore {
  width: 100%;
  margin-top: 0
}
.ctbox .viewMore a {
  border-color: #fff;
  color: #fff;
  height: 90px;
  padding: 0 40px 0 30px;
  font-size: 1.5rem
}
@media only screen and (max-width: 1600px) {
  .ctbox .viewMore a {
    height: 5.625vw;
    padding: 0 2.5vw 0 1.875vw;
    font-size: .9375vw
  }
}
@media only screen and (max-width: 1024px) {
  .ctbox .viewMore a {
    height: 90px;
    padding: 0 30px 0 20px;
    font-size: 1.5rem
  }
}
@media only screen and (max-width: 767px) {
  .ctbox .viewMore a {
    height: 70px;
    padding: 0 20px 0 15px;
    font-size: 1.2rem;
    gap: 20px
  }
}
.ctbox .viewMore__txt:before {
  color: #fff
}
.footer {
  background: #fff;
  position: relative;
  z-index: 1
}
.footer .ctbox {
  display: none
}
.footer__wrap {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
@media only screen and (max-width: 1600px) {
  .footer__wrap {
    padding: 7.5vw 0
  }
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0
  }
}
.footer__info {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width: 767px) {
  .footer__info {
    margin: 0 auto
  }
}
.footer__logo {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__logo img {
  height: 20px;
  width: auto
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    height: auto
  }
}
.footer__address {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: .03em;
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .footer__address {
    margin-top: 20px;
    text-align: center
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  min-height: 78px;
  display: flex;
  align-items: center
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
  }
}
.footer__nav li {
  line-height: 1
}
.footer__nav li a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 500;
  letter-spacing: .05em
}
.footer__nav li a.is-contact {
  width: 105px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #858585
}
.footer__copyright {
  font-family: "Noto Serif JP", serif;
  margin-top: 70px;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: .05em;
  text-align: right
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    margin-top: 40px
  }
}
.breadcrumb {
  padding: 15px 0
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 15px
}
.breadcrumb ul a, .breadcrumb ul span {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: .04em;
  font-weight: 500;
  color: #fff
}
.breadcrumb ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.breadcrumb ul a:after {
  content: "/";
  margin-left: 15px
}
body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  overflow-x: hidden;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  color: #444
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.6rem
  }
}
body:not(.page-top) .Header {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: inherit
}
body:not(.page-top) main {
  padding-top: 120px
}
@media only screen and (max-width: 1024px) {
  body:not(.page-top) main {
    padding-top: 70px
  }
}
body:not(.page-top) .ctbox {
  display: block
}
main {
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 70px
  }
}
.container {
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto
}
.container-child {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto
}
a[href^="tel:"] {
  pointer-events: none
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit
  }
}
.viewMore {
  width: 240px;
  margin-top: 80px
}
@media only screen and (max-width: 767px) {
  .viewMore {
    margin-top: 40px
  }
}
.viewMore a, .viewMore button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  padding: 0 15px 0 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4285714286;
  letter-spacing: .06em;
  color: #444;
  border: 1px solid #858585;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent
}
@media only screen and (min-width: 768px) {
  .viewMore a:hover .viewMore__txt span, .viewMore button:hover .viewMore__txt span {
    opacity: 0;
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0)
  }
  .viewMore a:hover .viewMore__txt:before, .viewMore button:hover .viewMore__txt:before {
    opacity: 1;
    -webkit-transform: translate3d(0, -130%, 0);
    transform: translate3d(0, -130%, 0)
  }
  .viewMore a:hover .viewMore__icon, .viewMore button:hover .viewMore__icon {
    -webkit-animation: mo_arrow .8s cubic-bezier(.215, .61, .355, 1) forwards;
    animation: mo_arrow .8s cubic-bezier(.215, .61, .355, 1) forwards
  }
}
.viewMore__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.viewMore__txt {
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -.2em);
  clip-path: inset(0 0 -.2em)
}
.viewMore__txt:before {
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4285714286;
  letter-spacing: .06em;
  color: #444;
  display: block;
  -webkit-transition: opacity 1.05s, -webkit-transform 1.05s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1.05s, -webkit-transform 1.05s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1.05s, transform 1.05s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1.05s, transform 1.05s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.05s cubic-bezier(.165, .84, .44, 1)
}
.viewMore__txt span {
  display: block;
  -webkit-transition: opacity 1.05s, -webkit-transform 1.05s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1.05s, -webkit-transform 1.05s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1.05s, transform 1.05s cubic-bezier(.165, .84, .44, 1);
  transition: opacity 1.05s, transform 1.05s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.05s cubic-bezier(.165, .84, .44, 1)
}
@-webkit-keyframes mo_arrow {
  40%, 50% {
    opacity: 0
  }
  43% {
    -webkit-transform: translateX(105%) scaleY(.1);
    transform: translate(105%) scaleY(.1)
  }
  44%, 50% {
    -webkit-transform: translateX(-145%) scaleY(.1);
    transform: translate(-145%) scaleY(.1)
  }
  to {
    -webkit-transform: translateX(0) scaleY(1);
    transform: translate(0) scaleY(1)
  }
}
@keyframes mo_arrow {
  40%, 50% {
    opacity: 0
  }
  43% {
    -webkit-transform: translateX(105%) scaleY(.1);
    transform: translate(105%) scaleY(.1)
  }
  44%, 50% {
    -webkit-transform: translateX(-145%) scaleY(.1);
    transform: translate(-145%) scaleY(.1)
  }
  to {
    -webkit-transform: translateX(0) scaleY(1);
    transform: translate(0) scaleY(1)
  }
}
.title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: .05em;
  color: #b8b8b8;
  margin-bottom: 40px;
  font-weight: 400;
  /*text-transform: capitalize*/
}
@media only screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 20px
  }
}
.title01.fBase {
  -webkit-clip-path: inset(-.1em -5em -.08em);
  clip-path: inset(-.1em -5em -.08em);
  opacity: .3;
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
  position: relative
}
.title01.fBase > span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
  position: relative
}
.title01.fBase > span:before {
  content: attr(data-text)
}
.title01.fBase > span span {
  position: absolute;
  top: 35px;
  left: 0
}
.title01.fBase.fBase-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s, transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s, transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}
.title01.fBase.fBase-inview > span {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}
.title01.fBase.fBase-inview > span:before {
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(.55, .055, .675, .19);
  transition: opacity .5s cubic-bezier(.55, .055, .675, .19)
}
.title02-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #444;
  font-weight: 600;
  /*text-transform: capitalize*/
}
.title02.is-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px
}
.title02.is-sub .title02-sub {
  font-size: 1.55rem;
  line-height: 2.1935483871;
  font-weight: 400;
  letter-spacing: .03em;
  color: #858585;
  position: relative;
  top: 2px
}
.title02.fBase .title02-en {
  -webkit-clip-path: inset(-.1em -5em -.08em);
  clip-path: inset(-.1em -5em -.08em);
  opacity: .3;
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
  position: relative
}
.title02.fBase .title02-en > span {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
  position: relative
}
.title02.fBase .title02-en > span:before {
  content: attr(data-text)
}
.title02.fBase .title02-en > span span {
  position: absolute;
  top: 44px;
  left: 0
}
.title02.fBase .title02-sub {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px)
}
.title02.fBase.fBase-inview .title02-en {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s, transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1s, transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}
.title02.fBase.fBase-inview .title02-en > span {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1s cubic-bezier(.215, .61, .355, 1)
}
.title02.fBase.fBase-inview .title02-en > span:before {
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(.55, .055, .675, .19);
  transition: opacity .5s cubic-bezier(.55, .055, .675, .19)
}
.title02.fBase.fBase-inview .title02-sub {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1.2s, -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.form input, .form textarea, .form select, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none
}
.form input, .form textarea, .wpcf7-form input, .wpcf7-form textarea {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  background: #FCFCFC;
  color: #383838;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  font-family: Noto Sans JP, sans-serif;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.form input::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #666
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #666
}
.form input:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #666
}
.form input::-ms-input-placeholder, .form textarea::-ms-input-placeholder, .wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #666
}
.form input::placeholder, .form textarea::placeholder, .wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #666
}
.form input[type=checkbox], .form textarea[type=checkbox], .wpcf7-form input[type=checkbox], .wpcf7-form textarea[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0
}
.form input[type=checkbox]:checked, .form textarea[type=checkbox]:checked, .wpcf7-form input[type=checkbox]:checked, .wpcf7-form textarea[type=checkbox]:checked {
  background: #383838 url(../img/common/icon/ic_checked.svg) no-repeat center/contain;
  border-color: #383838
}
.form input, .wpcf7-form input {
  height: 40px;
  padding: 0 15px
}
.form textarea, .wpcf7-form textarea {
  padding: 10px 15px;
  height: 210px
}
.form__group, .form .wpcf7-form-control-wrap, .wpcf7-form__group, .wpcf7-form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px
}
.form__group + .form__group__group, .form__group + .wpcf7-form-control-wrap, .form__group + .form .wpcf7-form-control-wrap__group, .form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap, .form__group + .wpcf7-form__group__group, .wpcf7-form__group + .wpcf7-form-control-wrap, .form__group + .wpcf7-form .wpcf7-form-control-wrap__group, .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap, .form .wpcf7-form-control-wrap + .form__group__group, .form .wpcf7-form-control-wrap + .form .wpcf7-form-control-wrap__group, .form .wpcf7-form-control-wrap + .wpcf7-form__group__group, .form .wpcf7-form-control-wrap + .wpcf7-form .wpcf7-form-control-wrap__group, .wpcf7-form__group + .form__group__group, .wpcf7-form__group + .form .wpcf7-form-control-wrap__group, .wpcf7-form__group + .wpcf7-form__group__group, .wpcf7-form__group + .wpcf7-form .wpcf7-form-control-wrap__group, .wpcf7-form .wpcf7-form-control-wrap + .form__group__group, .wpcf7-form .wpcf7-form-control-wrap + .form .wpcf7-form-control-wrap__group, .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form__group__group, .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form .wpcf7-form-control-wrap__group {
  margin-top: 75px
}
@media only screen and (max-width: 767px) {
  .form__group + .form__group__group, .form__group + .wpcf7-form-control-wrap, .form__group + .form .wpcf7-form-control-wrap__group, .form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap, .form__group + .wpcf7-form__group__group, .wpcf7-form__group + .wpcf7-form-control-wrap, .form__group + .wpcf7-form .wpcf7-form-control-wrap__group, .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap, .form .wpcf7-form-control-wrap + .form__group__group, .form .wpcf7-form-control-wrap + .form .wpcf7-form-control-wrap__group, .form .wpcf7-form-control-wrap + .wpcf7-form__group__group, .form .wpcf7-form-control-wrap + .wpcf7-form .wpcf7-form-control-wrap__group, .wpcf7-form__group + .form__group__group, .wpcf7-form__group + .form .wpcf7-form-control-wrap__group, .wpcf7-form__group + .wpcf7-form__group__group, .wpcf7-form__group + .wpcf7-form .wpcf7-form-control-wrap__group, .wpcf7-form .wpcf7-form-control-wrap + .form__group__group, .wpcf7-form .wpcf7-form-control-wrap + .form .wpcf7-form-control-wrap__group, .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form__group__group, .wpcf7-form .wpcf7-form-control-wrap + .wpcf7-form .wpcf7-form-control-wrap__group {
    margin-top: 40px
  }
}
@media only screen and (max-width: 767px) {
  .form__group, .form .wpcf7-form-control-wrap, .wpcf7-form__group, .wpcf7-form .wpcf7-form-control-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.form__group:has(input:required) label:after, .form .wpcf7-form-control-wrap:has(input:required) label:after, .wpcf7-form__group:has(input:required) label:after, .wpcf7-form .wpcf7-form-control-wrap:has(input:required) label:after {
  content: "\5fc5\9808";
  background: #F26255;
  text-align: center
}
.form label, .wpcf7-form label {
  display: block;
  width: 315px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 700;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4px 0
}
@media only screen and (max-width: 767px) {
  .form label, .wpcf7-form label {
    padding: 0;
    width: 100%
  }
}
.form label:after, .wpcf7-form label:after {
  content: "\4efb\610f";
  display: block;
  width: 50px;
  border-radius: 5px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .015em;
  font-weight: 700;
  color: #fff;
  background: #383838;
  text-align: center;
  padding: 5px 0 7px
}
.form .wpcf7-form-control, .wpcf7-form .wpcf7-form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.form__checkbox, .wpcf7-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  line-height: 1
}
.form__checkbox + .form__checkbox, .form__checkbox + .wpcf7-form__checkbox, .wpcf7-form__checkbox + .form__checkbox, .wpcf7-form__checkbox + .wpcf7-form__checkbox {
  margin-top: 15px
}
.form__checkbox input, .wpcf7-form__checkbox input {
  position: relative;
  top: 8px
}
@media only screen and (max-width: 767px) {
  .form__checkbox input, .wpcf7-form__checkbox input {
    top: 4px
  }
}
.form__checkbox label, .wpcf7-form__checkbox label {
  font-size: 1.7rem;
  line-height: normal;
  letter-spacing: .015em;
  color: #383838;
  font-weight: 400;
  width: auto
}
.form__checkbox label:after, .wpcf7-form__checkbox label:after {
  display: none !important
}
.form__note, .wpcf7-form__note {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #666
}
.form .policy, .wpcf7-form .policy {
  margin-top: 60px
}
@media only screen and (max-width: 767px) {
  .form .policy, .wpcf7-form .policy {
    margin-top: 30px
  }
}
.form .policy label, .wpcf7-form .policy label {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: .015em;
  color: #383838;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  font-weight: 400
}
.form .policy label:before, .wpcf7-form .policy label:before {
  content: "\5fc5\9808";
  display: block;
  width: 50px;
  border-radius: 5px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .015em;
  font-weight: 700;
  color: #fff;
  background: #F26255;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 7px;
  padding: 5px 0 7px
}
.form .policy label:after, .wpcf7-form .policy label:after {
  display: none
}
.form .policy label input, .wpcf7-form .policy label input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 12px
}
.form .policy label a, .wpcf7-form .policy label a {
  color: #0aafd1
}
.form .policy label span, .wpcf7-form .policy label span {
  position: relative;
  top: 6px
}
.form .submit-btn, .wpcf7-form .submit-btn {
  max-width: 240px;
  margin: 60px auto 0
}
@media only screen and (max-width: 767px) {
  .form .submit-btn, .wpcf7-form .submit-btn {
    margin: 30px auto 0
  }
}
.form .submit-btn button, .wpcf7-form .submit-btn button {
  width: 100%;
  cursor: pointer
}
.form__content, .wpcf7-form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.subtit, .text {
  font-size: 1.55rem;
  line-height: 2.1935483871;
  letter-spacing: .03em;
  font-weight: 400
}
.subtit {
  margin-top: 15px
}
.fImage {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  overflow: hidden
}
.fImage img {
  -webkit-transform: scale(1.085) translate3d(0, 0, 0);
  transform: scale(1.085) translateZ(0);
  -webkit-transition: -webkit-transform 1.1s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 1.1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1.1s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1.1s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.1s cubic-bezier(.215, .61, .355, 1)
}
.fImage.fImage-inview {
  opacity: 1
}
.fImage.fImage-inview img {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translateZ(0)
}
@media only screen and (min-width: 768px) {
  .fImage.fImage-inview:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
}
.rule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #E3E3E3
}
@media only screen and (max-width: 767px) {
  .rule__item {
    gap: 15px
  }
}
.rule__item:first-child {
  padding-top: 0
}
.rule__item:last-child {
  border-bottom: none
}
.rule__stt {
  width: 70px;
  height: 70px;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 350;
  letter-spacing: .03em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff
}
.rule__text {
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: .03em;
  font-weight: 350
}
@media only screen and (max-width: 767px) {
  .rule__text {
    font-size: 1.6rem
  }
}
.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width: 767px) {
  .area-list {
    gap: 0 15px
  }
}
.area-list__item {
  width: 300px;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #F7F7F7;
  font-size: 1.8rem;
  line-height: 3.2;
  letter-spacing: .03em;
  font-weight: 350;
  white-space: nowrap
}
@media only screen and (max-width: 767px) {
  .area-list__item {
    width: 100%;
    font-size: 1.6rem
  }
}
.area-list__en {
  width: 140px
}
.area-list__ja {
  color: #858585
}
@media only screen and (max-width: 767px) {
  .area-list__ja {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
  }
}
.table {
  max-width: 840px;
  margin: 0 auto
}
.table table {
  width: 100%;
  border-collapse: collapse
}
.table table td {
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.55rem;
  line-height: 2.1935483871;
  letter-spacing: .03em;
  font-weight: 400;
  color: #444;
  padding: 30px 0
}
@media only screen and (max-width: 767px) {
  .table table td {
    display: block;
    padding: 15px 0
  }
}
.table table td p + p {
  margin-top: 15px
}
.table table td:first-child {
  width: 200px
}
@media only screen and (max-width: 767px) {
  .table table td:first-child {
    width: 100%;
    font-weight: 700
  }
}
.slide01 {
  margin-right: calc(-.5*(100vw - 1140px));
  overflow: hidden
}
@media only screen and (max-width: 1180px) {
  .slide01 {
    margin-right: -20px
  }
}
.slide01__wrap {
  will-change: transform;
  -webkit-animation: loop_right 50s linear paused infinite;
  animation: loop_right 50s linear paused infinite
}
.slide01__wrap.fBase-inview {
  -webkit-animation-play-state: running;
  animation-play-state: running
}
.slide01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px
}
.slide01__list .slide01__item {
  min-width: 640px
}
@media only screen and (max-width: 1180px) {
  .slide01__list .slide01__item {
    min-width: 54.2372881356vw
  }
}
@media only screen and (max-width: 767px) {
  .slide01__list .slide01__item {
    min-width: 320px
  }
}
.slide01__list .slide01__item img {
  width: 100%
}
@-webkit-keyframes loop_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
@keyframes loop_right {
  0% {
    -webkit-transform: translateX(0);
    transform: translate(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
  }
}
.fBox, .fText {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px)
}
.fBox.fBase-inview, .fText.fBase-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1.2s, -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(.215, .61, .355, 1);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.2s cubic-bezier(.215, .61, .355, 1)
}
.mv-child__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 267px;
  border-bottom: 1px solid #EEEEEE
}
@media only screen and (max-width: 767px) {
  .mv-child__wrap {
    min-height: 140px;
    padding: 30px 0
  }
}
.mv-child .title01 {
  font-size: 3.5rem;
  color: #444;
  margin-bottom: 0
}
.mv-child .title01.fBase > span span {
  top: 70px
}
.mv-child .text {
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .mv-child .text {
    margin-top: 15px
  }
}
.top-about {
  padding: 80px 0 160px
}
@media only screen and (max-width: 1600px) {
  .top-about {
    padding: 5vw 0 10vw
  }
}
@media only screen and (max-width: 767px) {
  .top-about {
    padding: 40px 0 80px
  }
}
.top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
@media only screen and (max-width: 767px) {
  .top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
  }
}
.top-about__content {
  max-width: 357px
}
@media only screen and (max-width: 767px) {
  .top-about__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.top-about__text {
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: .03em;
  font-weight: 350;
  color: #444
}
@media only screen and (max-width: 767px) {
  .top-about__text {
    font-size: 1.6rem
  }
}
.top-about__text span {
  display: block
}
.top-about__text span + span {
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .top-about__text span + span {
    margin-top: 10px
  }
}
.top-about__image {
  max-width: 710px
}
@media only screen and (max-width: 1180px) {
  .top-about__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
@media only screen and (max-width: 767px) {
  .top-about__image {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.top-label {
  padding: 80px 0 160px;
  background: #F7F7F7
}
@media only screen and (max-width: 1600px) {
  .top-label {
    padding: 5vw 0 10vw
  }
}
@media only screen and (max-width: 767px) {
  .top-label {
    padding: 40px 0 80px
  }
}
.top-label__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 15px
}
.top-label__text {
  font-size: 1.55rem;
  line-height: 2.1935483871;
  letter-spacing: .03em
}
.top-label__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-top: 70px
}
@media only screen and (max-width: 1024px) {
  .top-label__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media only screen and (max-width: 767px) {
  .top-label__list {
    margin-top: 40px
  }
}
.top-label__item {
  width: 33.3333333333%;
  position: relative;
  overflow: hidden
}
@media only screen and (max-width: 1024px) {
  .top-label__item {
    width: calc(50% - 1px)
  }
  .top-label__item:last-child {
    width: 100%
  }
  .top-label__item:last-child .top-label__image img {
    max-height: 46.875vw;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .top-label__item:last-child .top-label__image img {
    max-height: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media only screen and (max-width: 767px) {
  .top-label__item {
    width: 100% !important
  }
}
@media only screen and (min-width: 768px) {
  .top-label__link:hover {
    opacity: 1
  }
  .top-label__link:hover .top-label__image {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
  .top-label__link:hover .top-label__image img {
    opacity: 1
  }
}
.top-label__image {
  -webkit-transition: -webkit-transform .9s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .9s cubic-bezier(.215, .61, .355, 1);
  transition: transform .9s cubic-bezier(.215, .61, .355, 1);
  transition: transform .9s cubic-bezier(.215, .61, .355, 1), -webkit-transform .9s cubic-bezier(.215, .61, .355, 1)
}
.top-label__image img {
  width: 100%
}
.top-label__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px;
  z-index: 1;
  color: #fff
}
@media only screen and (max-width: 1460px) {
  .top-label__content {
    padding: 2.0547945205vw 2.7397260274vw
  }
}
@media only screen and (max-width: 1024px) {
  .top-label__content {
    padding: 20px
  }
}
.top-label__subtit {
  font-family: Alkalami, serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: .05em;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-weight: 400
}
@media only screen and (max-width: 1460px) {
  .top-label__subtit {
    padding-bottom: 1.7123287671vw;
    margin-bottom: 1.7123287671vw
  }
}
@media only screen and (max-width: 1024px) {
  .top-label__subtit {
    padding-bottom: 20px;
    margin-bottom: 20px
  }
}
.top-label__txt {
  font-size: 1.55rem;
  line-height: 1.8064516129;
  letter-spacing: .03em
}
@media only screen and (max-width: 1460px) {
  .top-label__txt {
    font-size: 1.0616438356vw
  }
}
@media only screen and (max-width: 1024px) {
  .top-label__txt {
    font-size: 1.55rem
  }
}
.top-works {
  padding: 80px 0 160px
}
@media only screen and (max-width: 1600px) {
  .top-works {
    padding: 5vw 0 10vw
  }
}
@media only screen and (max-width: 767px) {
  .top-works {
    padding: 40px 0 80px
  }
}
.top-works__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}
@media only screen and (max-width: 1024px) {
  .top-works__wrap {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
  }
}
@media only screen and (max-width: 767px) {
  .top-works__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
  }
}
.top-works__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 320px;
  max-width: 620px
}
@media only screen and (max-width: 767px) {
  .top-works__content {
    max-width: 100%;
    min-width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.top-works__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.3333333333;
  letter-spacing: .1em;
  font-weight: 500;
  margin-bottom: 20px
}
.top-works__text {
  font-size: 1.55rem;
  line-height: 2.1935483871;
  letter-spacing: .03em;
  color: #444
}
@media only screen and (max-width: 767px) {
  .top-works__text {
    font-size: 1.6rem
  }
}
.top-works__text span {
  display: block
}
.top-works__text span + span {
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .top-works__text span + span {
    margin-top: 10px
  }
}
.top-works__image {
  max-width: 710px
}
@media only screen and (max-width: 1024px) {
  .top-works__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media only screen and (max-width: 767px) {
  .top-works__image {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
.top-banner {
  background: url(../img/top/banner.jpg) no-repeat center/cover
}
.top-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 80px 0;
  height: 615px;
  max-width: 600px
}
@media only screen and (max-width: 767px) {
  .top-banner__wrap {
    padding: 80px 0 40px
  }
}
.top-banner__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px
}
@media only screen and (max-width: 767px) {
  .top-banner__title {
    font-size: 1.8rem;
    margin-bottom: 20px
  }
}
.top-banner__text {
  font-size: 1.55rem;
  line-height: 2.1;
  letter-spacing: .03em;
  color: #fff
}
.top-info {
  padding: 80px 0 160px
}
@media only screen and (max-width: 1600px) {
  .top-info {
    padding: 5vw 0 10vw
  }
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: 40px 0 80px
  }
}
.top-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px
}
@media only screen and (max-width: 767px) {
  .top-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}
.top-info__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.3333333333;
  letter-spacing: .1em;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.top-info__text {
  font-size: 1.55rem;
  line-height: 2.1935483871;
  letter-spacing: .03em;
  color: #444;
  max-width: 800px
}
@media only screen and (max-width: 767px) {
  .top-info__text {
    font-size: 1.6rem
  }
}
.top-info__text span {
  display: block
}
.top-info__text span + span {
  margin-top: 15px
}
@media only screen and (max-width: 767px) {
  .top-info__text span + span {
    margin-top: 10px
  }
}
.top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-top: 80px
}
@media only screen and (max-width: 1600px) {
  .top-info__list {
    margin-top: 5vw
  }
}
@media only screen and (max-width: 767px) {
  .top-info__list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.top-info__item {
  width: 50%;
  position: relative;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .top-info__item {
    width: 100%
  }
}
@media only screen and (min-width: 768px) {
  .top-info__link:hover {
    opacity: 1
  }
  .top-info__link:hover .top-info__image {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }
  .top-info__link:hover .top-info__image img {
    opacity: 1
  }
}
.top-info__image {
  -webkit-transition: -webkit-transform .9s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .9s cubic-bezier(.215, .61, .355, 1);
  transition: transform .9s cubic-bezier(.215, .61, .355, 1);
  transition: transform .9s cubic-bezier(.215, .61, .355, 1), -webkit-transform .9s cubic-bezier(.215, .61, .355, 1)
}
.top-info__image img {
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover
}
.top-info__subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 40px;
  z-index: 1;
  color: #fff
}
@media only screen and (max-width: 767px) {
  .top-info__subtitle {
    padding: 10px 20px
  }
}
.top-info__subtitle .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: 700
}
.top-info__subtitle .en {
  font-family: Alkalami, serif;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: .05em;
  display: block
}
.top-news {
  background: #F7F7F7;
  padding: 80px 0 160px
}
@media only screen and (max-width: 1600px) {
  .top-news {
    padding: 5vw 0 10vw
  }
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0 80px
  }
}
.top-news__wrap {
  position: relative
}
.top-news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.3333333333;
  letter-spacing: .1em;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.top-news__list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px
}
@media only screen and (max-width: 1024px) {
  .top-news__list {
    gap: 20px
  }
}
@media only screen and (max-width: 767px) {
  .top-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
  }
}
.top-news__item {
  width: 33.3333333333%
}
@media only screen and (max-width: 767px) {
  .top-news__item {
    width: 100%
  }
}
.top-news__link {
  display: block;
  background: #FFFFFF;
  padding: 35px 40px
}
@media only screen and (max-width: 1024px) {
  .top-news__link {
    padding: 30px 20px
  }
}
.top-news__date {
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: .03em;
  margin-bottom: 35px;
  display: block
}
.top-news__text {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: .03em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 90px;
  overflow: hidden
}
@media only screen and (max-width: 767px) {
  .top-news__text {
    height: auto
  }
}
.top-news .viewMore {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0
}
@media only screen and (max-width: 767px) {
  .top-news .viewMore {
    position: relative;
    margin: 40px auto 0
  }
}
.label__title {
  margin-bottom: 80px
}
@media only screen and (max-width: 767px) {
  .label__title {
    margin-bottom: 40px
  }
}
.label__bl + .label__bl {
  margin-top: 80px
}
@media only screen and (max-width: 767px) {
  .label__bl + .label__bl {
    margin-top: 40px
  }
}
.label__content {
  margin-top: 50px;
  max-width: 640px
}
@media only screen and (max-width: 767px) {
  .label__content {
    max-width: 100%;
    margin-top: 25px
  }
}
.label__content .title02 {
  margin-bottom: 15px
}
.label .yado-local {
  padding: 110px 0
}
@media only screen and (max-width: 767px) {
  .label .yado-local {
    padding: 60px 0
  }
}
.label .yado-journey {
  padding: 110px 0 80px;
  overflow: hidden;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .label .yado-journey {
    padding: 60px 0 40px
  }
}
.label .yado-journey__img {
  position: relative
}
.label .yado-journey__img:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100vw;
  height: 200%;
  background-color: #f7f7f7;
  z-index: -1
}
.label .yado-gallery {
  padding: 80px 0 110px
}
@media only screen and (max-width: 767px) {
  .label .yado-gallery {
    padding: 40px 0 60px
  }
}
.label .yado-rule {
  padding: 80px 0 110px;
  background: #F7F7F7
}
@media only screen and (max-width: 767px) {
  .label .yado-rule {
    padding: 40px 0 60px
  }
}
.label .yado-area {
  padding: 110px 0
}
@media only screen and (max-width: 767px) {
  .label .yado-area {
    padding: 60px 0
  }
}
.label .yado-area__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width: 767px) {
  .label .yado-area__bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px
  }
}
.label .yado-area__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width: 767px) {
  .label .yado-area__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
.label .yado-area__content .area-list {
  max-width: 660px
}
@media only screen and (max-width: 1180px) {
  .label .yado-area__content .area-list {
    max-width: 55.9322033898vw;
    gap: 0 2.5423728814vw
  }
}
@media only screen and (max-width: 767px) {
  .label .yado-area__content .area-list {
    max-width: 100%;
    gap: 0 15px
  }
}
@media only screen and (max-width: 1180px) {
  .label .yado-area__content .area-list__item {
    width: 25.4237288136vw;
    font-size: 1.5254237288vw
  }
}
@media only screen and (max-width: 767px) {
  .label .yado-area__content .area-list__item {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    font-size: 1.8rem
  }
}
.label .yado-area__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: .1em;
  font-weight: 600;
  margin-top: 40px;
  white-space: nowrap;
  margin-right: -426px;
  max-width: calc(100vw - 40px)
}
@media only screen and (max-width: 1180px) {
  .label .yado-area__text {
    white-space: normal;
    margin-right: -36.1016949153vw;
    font-size: 2rem;
    margin-top: 20px
  }
}
.label .yado-area__img {
  margin-left: -62px;
  width: 426px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media only screen and (max-width: 1180px) {
  .label .yado-area__img {
    margin-left: -5.2542372881vw;
    width: 36.1016949153vw
  }
}
@media only screen and (max-width: 767px) {
  .label .yado-area__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    width: 100%;
    text-align: center
  }
}
.works__inner {
  padding: 120px 0
}
@media only screen and (max-width: 767px) {
  .works__inner {
    padding: 60px 0
  }
}
.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px
}
@media only screen and (max-width: 767px) {
  .works__list {
    gap: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.works__item {
  width: 50%
}
@media only screen and (max-width: 767px) {
  .works__item {
    width: 100%
  }
}
.works__content {
  padding: 30px 40px 0
}
@media only screen and (max-width: 1180px) {
  .works__content {
    padding: 30px 3.3898305085vw 0
  }
}
@media only screen and (max-width: 767px) {
  .works__content {
    padding: 30px 0 0
  }
}
.works__content .title02 {
  margin-bottom: 12px
}
.works__content .viewMore {
  margin-top: 35px
}
@media only screen and (max-width: 767px) {
  .works__content .viewMore {
    margin: 30px auto 0
  }
}
.works__tag {
  color: #858585;
  margin-top: 3px
}
@media only screen and (min-width: 768px) {
  .works__img:hover, .works__img:hover img {
    opacity: 1
  }
}
.works-mv__wrap {
  position: relative
}
.works-mv__img img {
  min-height: 320px;
  -o-object-fit: cover;
  object-fit: cover
}
.works-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 60px;
  width: 100%;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .works-mv__content {
    padding: 20px
  }
}
.works-mv__content .title01 {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 0
}
.works-mv__content .title01.fBase > span span {
  top: 70px
}
.works-mv__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  letter-spacing: .05em;
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .works-mv__text {
    margin-top: 15px
  }
}
.works-child {
  padding: 120px 0 90px
}
@media only screen and (max-width: 767px) {
  .works-child {
    padding: 60px 0 45px
  }
}
.works-child__wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px
}
.works-child__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 600;
  margin-bottom: 15px
}
.works-child__slide {
  position: relative
}
.works-child__slide .swiper {
  margin: 80px calc(-.5*(100vw - 840px))
}
@media only screen and (max-width: 880px) {
  .works-child__slide .swiper {
    margin: 80px -20px
  }
}
@media only screen and (max-width: 767px) {
  .works-child__slide .swiper {
    margin: 40px -20px
  }
}
.works-child__slide .swiper-slide {
  max-width: 840px
}
.works-child__slide .swiper-button-next, .works-child__slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  cursor: pointer
}
.works-child__slide .swiper-button-next:after, .works-child__slide .swiper-button-prev:after {
  display: none
}
.works-child__slide .swiper-button-prev {
  left: -20px
}
@media only screen and (max-width: 880px) {
  .works-child__slide .swiper-button-prev {
    left: 0
  }
}
.works-child__slide .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -20px
}
@media only screen and (max-width: 880px) {
  .works-child__slide .swiper-button-next {
    right: 0
  }
}
.works-child__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.works-child__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.works-child__video {
  margin-top: 80px;
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.works-child__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.company-content {
  padding: 80px 20px 120px
}
@media only screen and (max-width: 767px) {
  .company-content {
    padding: 40px 20px 60px
  }
}
.access-box {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  z-index: 1
}
@media only screen and (max-width: 767px) {
  .access-box {
    padding: 60px 0
  }
}
.access-box .title02 {
  margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
  .access-box .title02 {
    margin-bottom: 30px
  }
}
@media only screen and (max-width: 767px) {
  .access-box .title02-en {
    font-size: 2rem;
    letter-spacing: 0
  }
}
@media only screen and (max-width: 374px) {
  .access-box .title02-en {
    font-size: 5.3333333333vw
  }
}
@media only screen and (max-width: 767px) {
  .access-box .title02.fBase .title02-en > span span {
    top: 36px
  }
}
@media only screen and (max-width: 374px) {
  .access-box .title02.fBase .title02-en > span span {
    top: 9.6vw
  }
}
.access-box .text {
  margin-top: 30px
}
@media only screen and (max-width: 767px) {
  .access-box .text {
    margin-top: 15px
  }
}
.access-box:nth-child(even) .access-map:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100vw;
  height: 200%;
  background: #F7F7F7;
  z-index: -1
}
.access-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.contact-content {
  padding: 120px 20px
}
@media only screen and (max-width: 767px) {
  .contact-content {
    padding: 60px 20px
  }
}
.contact-content .wpcf7-form {
  max-width: 840px;
  margin: 0 auto
}

.news-content {
  padding: 80px 20px 120px
}
@media only screen and (max-width: 767px) {
  .news-content {
    padding: 40px 20px 60px
  }
}


.news__box{
	
	max-width:1140px;
	margin:auto;
	font-size: 1.55rem;
    line-height: 2.1935483871;
    letter-spacing: .03em;
    font-weight: 400;
}

.news__box__item{}
.news__box__item a{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
padding:30px 0;
	border-bottom:1px solid #eee;
}




.news__box__item .date{
	
	width:15%;
}

.news__box__item .ttl{
	
	width:85%;
}

.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #444;
}
.wp-pagenavi a {
	color: #444;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
}
.wp-pagenavi span.current {
		border: solid 1px #444;
}
.wp-pagenavi a.page:hover,
.wp-pagenavi .first,
.wp-pagenavi .last {
	background: #444;
	color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}


.news-details__box{
	
	max-width:840px;
	margin:auto;
	
}
.news-details__box__headline{
	padding:0 0 30px 0;
	margin:0 0 40px 0;
	border-bottom:1px solid #eee;
}

.news-details__box__headline h1{
	
font-size:1.5rem;	
	font-weight:500;
	
}

.news-details__box__contents{
	max-width:1140px;
	margin:auto;
	font-size: 1.55rem;
    line-height: 2.1935483871;
    letter-spacing: .03em;
    font-weight: 400;
	
}
.news-details__box__contents p:not(:first-of-type){
	
padding:20px 0 0 0;
	
}

.thanks__box{
	
	max-width:840px;
	margin:auto;
	
}

.thanks__box__headline{
	border-bottom:1px dotted #eee;
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	
}


.thanks__box__headline h1{
	
	text-align:center;
	font-size:1.8rem;
	font-weight:500;
}

.thanks__box__contents{
	font-size: 1.55rem;
    line-height: 2.1935483871;
    letter-spacing: .03em;
    font-weight: 400;
}

/* ADD CSS 2026.01.27 */.wpcf7-form-control-wrap .form__content > p label {
  justify-content: flex-start;
  font-weight: 400;
  white-space: nowrap;
  align-items: center;
  font-size: 1.7rem;
}
.wpcf7-form-control-wrap .form__content > p label::after, .wpcf7-form .policy > label {
  content: none;
  top: 0;
}
.wpcf7-form-control-wrap.required > p label::after {
  content: "\5fc5\9808";
  background: #F26255;
}
.wpcf7-form-control-wrap .form__content .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.wpcf7-form-control-wrap .form__content .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.policy > p > label:before {
  content: none !important;
}
.form .policy label span, .wpcf7-form .policy label span {
  top: 0;
}
input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transition: opacity 0.3s ease;
}