@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  position: relative; }

@media screen and (max-width: 767px) {
  body {
    font-size: 13px; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/*=============================================
 * <header>
 *=============================================*/
header {
  width: 100%;
  position: relative;
  z-index: 100;
  box-sizing: border-box; }

header .logo {
  flex: 1 0 0;
  padding: 30px 0 15px 50px; }

header .logo a {
  display: block;
  width: 386px; }

header .tel {
  position: absolute;
  top: 43px;
  right: 130px; }
  header .tel a {
    display: block;
    font-family: "ads-ayumin", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    background: url("../img/common/icon-tel.png") no-repeat center left/36px auto;
    padding-left: 42px; }
  header .tel time {
    display: block;
    text-align: right;
    font-size: 11px;
    line-height: 20px; }

.hamburger {
  position: fixed;
  top: 50px;
  right: 40px; }

.globalmenu {
  position: relative; }
  .globalmenu:after {
    content: '';
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .globalmenu .menu-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: calc(50% + 585px);
    margin-left: auto; }
  .globalmenu .nav {
    display: flex;
    align-items: center;
    gap: 45px;
    flex: 1 0 0;
    font-size: 17px;
    line-height: 25px;
    color: #000; }
    .globalmenu .nav dl {
      position: relative; }
      .globalmenu .nav dl dt a {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        padding: 18px 0 17px; }
        .globalmenu .nav dl dt a:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-width: 7px 4px 0 4px;
          border-color: #000 transparent transparent transparent;
          border-style: solid; }
        .globalmenu .nav dl dt a.disable {
          pointer-events: none;
          color: #d4d0cd; }
          .globalmenu .nav dl dt a.disable:after {
            border-top-color: #d4d0cd; }
      .globalmenu .nav dl dd {
        display: flex;
        flex-direction: column;
        gap: 12px;
        min-width: 295px;
        background-color: #eee;
        padding: 20px 20px;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s; }
        .globalmenu .nav dl dd a {
          display: block;
          background-color: #fff;
          border-radius: 5px;
          letter-spacing: 0.15em;
          padding: 15px 15px; }
          .globalmenu .nav dl dd a:hover {
            background-color: #000;
            color: #fff;
            opacity: 1; }
      .globalmenu .nav dl:hover dd {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
  .globalmenu .banner {
    display: flex;
    align-items: center;
    gap: 10px; }
    .globalmenu .banner a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 240px;
      height: 60px;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: 0.1em;
      color: #fff; }
    .globalmenu .banner .blue {
      background: linear-gradient(to bottom, #77a2d5, #005aa0); }
    .globalmenu .banner .yellow {
      background: linear-gradient(to bottom, #ffe100, #f39800); }

#navbar {
  display: grid;
  background: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden auto;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  padding: 130px 0 65px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s linear; }
  #navbar .wrap {
    margin: auto; }
  #navbar .box {
    display: grid;
    grid-template-columns: 1fr 354px;
    gap: 60px; }
  #navbar .nav {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    #navbar .nav a {
      display: grid;
      grid-template-columns: 1fr 17px;
      align-items: center;
      gap: 20px;
      font-weight: 700;
      font-size: 18px;
      line-height: 32px;
      letter-spacing: 0.12em;
      border-bottom: 1px solid #000;
      position: relative;
      padding: 12px 0; }
      #navbar .nav a:after {
        content: '';
        width: 17px;
        height: 17px;
        background: url("../img/common/nav-arrow-right.png") no-repeat center top/cover; }
      #navbar .nav a span {
        transition: all 0.3s; }
      #navbar .nav a:hover span {
        transform: translateX(10px); }
      #navbar .nav a.disable {
        pointer-events: none;
        color: #d4d0cd; }
        #navbar .nav a.disable:after {
          background-image: url("../img/common/nav-arrow-right-disable.png"); }
    #navbar .nav > li > a:first-child {
      border-bottom-width: 2px; }
    #navbar .nav ol a {
      font-weight: 400;
      border-bottom-width: 1px; }
  #navbar .banner a {
    display: block;
    position: relative; }
  #navbar .banner a.disable {
    pointer-events: none; }
    #navbar .banner a.disable:after {
      content: 'COMING SOON';
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      color: #000;
      position: absolute;
      top: 0;
      left: 0;
      font-weight: 700;
      font-size: 22px;
      line-height: 1;
      letter-spacing: 0; }
  #navbar .banner .bnr-1 {
    width: 333px; }
  #navbar .banner .bnr-2 {
    width: 354px;
    padding-top: 5px; }
  #navbar .cta {
    display: flex;
    gap: 20px;
    padding-top: 120px; }
    #navbar .cta .col {
      width: 35%; }
      #navbar .cta .col:first-child {
        width: 30%; }
    #navbar .cta hr {
      width: auto;
      height: auto;
      border-left: 1px dashed #0068b6; }
    #navbar .cta h3 {
      background-color: #0068b6;
      color: #fff;
      letter-spacing: 0.06em;
      border-radius: 10px;
      margin-left: 50px;
      padding: 15px 0 15px 65px;
      position: relative; }
      #navbar .cta h3 img {
        max-width: 115px;
        position: absolute;
        bottom: 0;
        left: -50px;
        filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.4)); }
    #navbar .cta .txt {
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0.08em;
      padding-top: 10px; }
    #navbar .cta .btn-more {
      padding-top: 10px; }
      #navbar .cta .btn-more a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 255px;
        height: 46px;
        background-color: #f9bf00;
        color: #fff;
        font-weight: 900;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.12em;
        position: relative;
        border-radius: 30px; }
        #navbar .cta .btn-more a:after {
          content: '';
          width: 0;
          height: 0;
          border-width: 8px 0 8px 14px;
          border-color: transparent transparent transparent #fff;
          border-style: solid;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%); }
        #navbar .cta .btn-more a:hover {
          background-color: #000;
          opacity: 1; }

.navOpen {
  overflow: hidden; }
  .navOpen #navbar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

@media screen and (max-width: 1440px) {
  #navbar .cta h3 {
    font-size: 18px; } }
@media screen and (max-width: 1300px) {
  .globalmenu {
    padding-left: 20px; }
    .globalmenu .menu-wrap {
      width: auto; }
    .globalmenu .nav {
      gap: 20px;
      font-size: 15px; }
      .globalmenu .nav dl dt a {
        gap: 5px; }
    .globalmenu .banner a {
      width: 200px;
      font-size: 18px; } }
@media screen and (max-width: 1200px) {
  #navbar .box {
    gap: 20px; }
  #navbar .cta h3 {
    font-size: 14px; }

  .globalmenu {
    display: none; } }
@media screen and (max-width: 1023px) {
  header .tel {
    display: none; }

  #navbar .tel {
    display: block;
    width: max-content;
    position: static;
    margin: 0 auto;
    padding-bottom: 30px; }
    #navbar .tel a {
      font-size: 36px; }
    #navbar .tel time {
      font-size: 16px;
      text-align: left;
      padding-left: 42px; }
  #navbar .box {
    grid-template-columns: 1fr; }
  #navbar .nav {
    flex-direction: column;
    gap: 0; }
  #navbar .banner {
    margin: 0 auto; }
  #navbar .cta {
    flex-direction: column;
    align-items: center;
    gap: 40px; }
    #navbar .cta .col {
      width: 350px; }
      #navbar .cta .col:first-child {
        width: 350px; }
    #navbar .cta h3 {
      font-size: 18px; }
    #navbar .cta hr {
      width: 350px;
      border-top: 1px dashed #0068b6;
      border-left: 0;
      margin-bottom: 70px; }

  .globalmenu {
    display: none; } }
@media screen and (max-width: 767px) {
  header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0; }
    header .logo a {
      width: 195px;
      margin: 0 auto; }

  .hamburger {
    top: 25px;
    right: 15px; }

  #navbar {
    padding: 70px 0; }
    #navbar .tel a {
      font-size: 34px; }
    #navbar .tel time {
      font-size: 15px; }
    #navbar .nav a {
      gap: 0;
      font-size: 15px;
      padding: 8px 0; }
      #navbar .nav a:after {
        width: 14px;
        height: 14px; }
    #navbar .banner .bnr-1 {
      width: 100%; }
    #navbar .banner .bnr-2 {
      width: 106%; }
    #navbar .cta {
      padding-top: 50px; }
      #navbar .cta .col {
        width: 100%; }
        #navbar .cta .col:first-child {
          width: 100%; }
      #navbar .cta hr {
        width: 100%;
        margin-bottom: 5px; }
      #navbar .cta h3 {
        width: 280px;
        font-size: 17px;
        margin: 0 auto;
        padding: 12px 0 12px 45px;
        box-sizing: border-box; }
        #navbar .cta h3 img {
          max-width: 90px;
          left: -40px; }
      #navbar .cta .txt {
        font-size: 11px;
        line-height: 13px; }
      #navbar .cta .button a {
        width: 100%;
        height: 60px;
        font-size: 20px; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  background-color: #eeeeef;
  color: #888;
  font-weight: 500;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.12em; }
  footer:before {
    content: '';
    width: 100%;
    height: 120px;
    background: #eeeeef;
    clip-path: ellipse(55% 100% at 50% 100%);
    position: absolute;
    bottom: 100%;
    left: 0; }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px; }
  footer .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 24px; }
  footer .logo {
    width: 386px;
    padding-bottom: 20px; }
  footer .tel {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    padding: 10px 0; }
    footer .tel a {
      display: block;
      font-family: "ads-ayumin", sans-serif;
      font-weight: 400;
      font-size: 30px;
      line-height: 35px; }
    footer .tel time {
      display: block;
      font-size: 12px;
      line-height: 20px; }
  footer nav {
    display: flex;
    gap: 100px;
    font-weight: 700;
    font-size: 13px;
    line-height: 40px; }
    footer nav ol {
      font-size: 12px; }
    footer nav a.disable {
      color: #cdcaca; }

footer address {
  background-color: #0068b6;
  color: #fff;
  padding: 3px 0; }

@media screen and (max-width: 1200px) {
  footer nav {
    gap: 50px; } }
@media screen and (max-width: 1023px) {
  footer .wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 50px; }
  footer .col p br {
    display: none; }
  footer .tel {
    max-width: max-content;
    margin: 0 auto 15px; } }
@media screen and (max-width: 767px) {
  footer {
    font-size: 10px;
    line-height: 18px; }
    footer:before {
      height: 40px; }
    footer .wrap {
      gap: 0;
      padding: 0; }
    footer nav {
      flex-direction: column;
      gap: 0px;
      width: 100%;
      padding: 30px 30px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 30px; }
    footer .col {
      width: 100%;
      background-color: #fff;
      padding: 30px 30px;
      box-sizing: border-box; }
    footer .logo {
      width: 265px;
      padding-bottom: 20px; }
    footer address {
      padding: 15px 0; } }
/* -- -- */
#pagetop {
  width: 24px;
  position: fixed;
  right: 50px;
  bottom: 52px;
  z-index: 9;
  opacity: 0;
  visibility: hidden; }
  #pagetop.visible {
    opacity: 1;
    visibility: visible; }

@media screen and (max-width: 1023px) {
  #pagetop {
    width: 15px;
    right: 10px; } }
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 40px; } }
/* -- -- */
.ft-fixed {
  position: fixed;
  z-index: 9;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden; }
  .ft-fixed a {
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: -3px 3px 11px rgba(0, 0, 0, 0.35); }
  .ft-fixed .building {
    background-color: #a5e1dc; }
  .ft-fixed .doc {
    background-color: #fcc570; }

.ft-fixed.fixed {
  opacity: 1;
  visibility: visible; }

/*=============================================
 * <section>
 *=============================================*/
section {
  box-sizing: border-box; }

/* Animation */
.fade-in {
  filter: blur(20px);
  opacity: 0;
  background: linear-gradient(270deg, #111 0%, #777 100%);
  background-clip: text;
  -webkit-background-clip: text;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.fade-in[style*="visible"] {
  filter: blur(0);
  opacity: 1;
  background: linear-gradient(90deg, black 0%, black 100%);
  background-clip: text;
  -webkit-background-clip: text; }

.fade-in-up {
  transition-delay: 200ms;
  transition-duration: 800ms;
  transform: translate(0px, 24px);
  opacity: 0; }

.fade-in-up[style*="visible"] {
  transform: translate(0px, 0px);
  opacity: 1; }

/* -- -- */
.img_effect {
  display: inline-block;
  overflow: hidden;
  position: relative; }

.img_effect:after {
  content: "";
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff; }

.img_effect[style*="visible"]:after {
  animation-name: homeTileAnimation; }

/* =============================================
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: 0.15em;
  color: #0068b6;
  text-align: center;
  position: relative; }
  .h2:after {
    content: '';
    display: block;
    width: 45px;
    border-top: 3px solid #0068b6;
    margin: 10px auto 0; }
  .h2 small {
    display: block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.15em;
    line-height: 28px;
    color: #727171; }

.h-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px; }

.h-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px; }

.h-22 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px; }

.h-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px; }

.h-25 {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px; }

.h-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px; }

.h-28 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px; }

.h-30 {
  font-weight: 700;
  font-size: 30px;
  line-height: 52px; }

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 18px;
    line-height: 23px; }
    .h2:after {
      width: 62px;
      border-top-width: 4px; }
    .h2 small {
      font-size: 10px;
      line-height: 12px;
      padding-bottom: 10px; }

  .h-18,
  .h-20 {
    font-size: 16px;
    line-height: 26px; }

  .h-22,
  .h-24 {
    font-size: 18px;
    line-height: 26px; }

  .h-26,
  .h-28 {
    font-size: 20px;
    line-height: 30px; }

  .h-30 {
    font-size: 22px;
    line-height: 30px; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 48px;
  background: linear-gradient(to right, #0e0661, #0068b7);
  background-size: 100% 100%;
  background-position: center center;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 35px;
  border-radius: 50px;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  .button a:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    transition: all 0.3s; }
  .button a:hover {
    background-size: 200% 100%;
    opacity: 1; }
    .button a:hover:after {
      transform: translate(5px, -50%); }

@media screen and (max-width: 767px) {
  .button {
    text-align: center; }
    .button a {
      width: 78.4vw;
      height: 45px;
      font-size: 17px; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.txt-uppercase {
  text-transform: uppercase; }

.cl-blue {
  color: #0068b6; }

.cl-green {
  color: #4BA334; }

.cl-red {
  color: #E50012; }

.cl-white {
  color: #fff; }

.cl-orange {
  color: #E85400; }

.cl-pink {
  color: #D8005C; }

.cl-yellow {
  color: #ffe200; }

.cl-grey {
  color: #9fa0a0; }

.cl-brown {
  color: #69615b; }

.hightlight {
  background-image: linear-gradient(#fae428, #fae428);
  background-size: 100% 33px;
  background-repeat: no-repeat;
  background-position: left bottom; }

@media screen and (max-width: 767px) {
  .hightlight {
    background-size: 100% 15px; } }
.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-smb {
  font-weight: 600; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-24 {
  border-radius: 24px; }

.bdra-30 {
  border-radius: 30px; }

.bdra-50 {
  border-radius: 30px; }

.bdra-64 {
  border-radius: 64px; }

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.clear {
  clear: both; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; }

  .bdra-50 {
    border-radius: 25px; }

  .bdra-64 {
    border-radius: 32px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

/* -- --*/
.mt60 {
  margin-top: 60px; }

.pt60 {
  padding-top: 60px; }

.pb120 {
  padding-bottom: 120px; }

@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 40px; }

  .pt60 {
    padding-top: 40px; }

  .pb120 {
    padding-bottom: 90px; } }
@media screen and (min-width: 768px) {
  .pb120_pc {
    padding-bottom: 120px; } }
/* -- --*/
.bg-cl01 {
  background: #F8F8F8; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom > img,
.img-zoom .img-cover {
  transition: 0.6s ease-in-out; }

.img-zoom:hover {
  opacity: 1; }

.img-zoom:hover > img,
.img-zoom:hover .img-cover {
  transform: scale(1.07);
  filter: brightness(0.8); }

/* -- -- */
.effect-bnr a {
  display: block;
  background-color: #030c17;
  position: relative; }

.effect-bnr a:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.effect-bnr a:hover {
  opacity: 1; }

.effect-bnr a:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.effect-bnr a:hover img {
  opacity: 0.3 !important; }

/* -- --*/
.tb-style {
  font-size: 18px;
  line-height: 49px;
  position: relative; }

.tb-style dl {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  border-top: 1px solid #000;
  padding: 25px 50px; }

.tb-style dl dt {
  font-weight: 500;
  color: #0068b6; }

.tb-style dl dd {
  font-weight: 400;
  color: #49423e; }

@media screen and (max-width: 767px) {
  .tb-style dl {
    grid-template-columns: 1fr;
    gap: 5px;
    font-size: 13px;
    line-height: 22px;
    padding: 20px 0; }
    .tb-style dl dd {
      font-size: 16px; }
    .tb-style dl:last-child {
      border-bottom: 1px solid #000; } }
/* -- -- */
.swiper {
  overflow: hidden;
  position: relative; }

.swiper-wrapper {
  transition-timing-function: linear; }

.swiper-button-next,
.swiper-button-prev {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1C4B68;
  transition: all 0.3s; }

.swiper-button-next:after,
.swiper-button-prev:after {
  width: 100%;
  height: 100%;
  font-size: 0; }

.swiper-button-next:after {
  background: url("../img/common/slider-next.png") no-repeat center/23px auto; }

.swiper-button-prev:after {
  background: url("../img/common/slider-prev.png") no-repeat center/23px auto; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7; }

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  position: static;
  margin: 0;
  padding-right: 10px; }

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 30px;
  margin: 0; }

.swiper-pagination .swiper-pagination-bullet-active {
  color: #53B075; }

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px; } }
/* -- --*/
.slick-arrow {
  display: block;
  width: 40px;
  height: 44px;
  background: #E50012;
  border: 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 8px; }

.slick-arrow:before {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center / 100% auto;
  position: absolute;
  top: 0;
  left: 0; }

.slick-arrow:hover {
  opacity: 0.5; }

.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none; }

.slick-prev {
  left: 0; }

.slick-prev:before {
  background-image: url("../img/common/slider-prev.png"); }

.slick-next {
  right: 0; }

.slick-next:before {
  background-image: url("../img/common/slider-next.png"); }

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 30px; } }
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }
  .slick-dots li {
    width: 7px;
    height: 7px;
    position: relative; }
  .slick-dots button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #A54700;
    border: 0;
    font-size: 0;
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0.3;
    border-radius: 50%; }
  .slick-dots .slick-active button {
    opacity: 1; }

@media screen and (min-width: 1081px) {
  .slick-dots li button:hover {
    opacity: 1; } }
/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

.img-cover {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 60vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0; }

/* -- --*/
.ovh {
  overflow: hidden; }

/* -- --*/
.no-articles {
  padding-top: 20px; }

@media screen and (max-width: 767px) {
  .no-articles {
    padding-top: 10px; } }
/*=============================================*
 * Key
 *=============================================*/
#kv {
  display: flex;
  align-items: center;
  width: 100%;
  height: 465px;
  position: relative;
  padding-bottom: 10%; }
  #kv .kv-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #kv .kv-img:after {
      content: '';
      width: 100%;
      padding-top: 10%;
      background: url("../img/common/kv-mark.png") no-repeat center bottom/130% auto;
      position: absolute;
      bottom: -2px;
      left: 0; }

#kv .page-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 94px;
  letter-spacing: 0.04em;
  text-shadow: 0 0 74px #817168;
  color: #fff; }
  #kv .page-title > span {
    display: grid; }
    #kv .page-title > span span,
    #kv .page-title > span small {
      grid-area: 1/1; }
      #kv .page-title > span span:not(.blur),
      #kv .page-title > span small:not(.blur) {
        position: relative;
        z-index: 1; }
  #kv .page-title small {
    display: block;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 35px;
    text-transform: capitalize; }
  #kv .page-title .blur {
    filter: blur(75px);
    color: #817168;
    -webkit-text-stroke: 10px #817168; }

@media screen and (max-width: 1023px) {
  #kv .page-title {
    font-size: 50px; } }
@media screen and (max-width: 767px) {
  #kv {
    height: 220px; }
    #kv .page-title {
      font-size: 23px;
      line-height: 35px; }
      #kv .page-title small {
        font-size: 10px;
        line-height: 28px; } }
/* -- --*/
.breadcrumbs {
  width: 100%;
  color: #857d77;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 20px;
  border-bottom: 1px solid #000;
  position: relative;
  margin: 0px 0;
  padding: 15px 0 14px; }

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap; }

.breadcrumbs ul li + li:before {
  content: '〉';
  display: inline-block;
  vertical-align: baseline;
  margin: 0 15px; }

.breadcrumbs a {
  color: #0068b6; }

.breadcrumbs a:hover {
  text-decoration: underline; }

@media screen and (max-width: 1023px) {
  .breadcrumbs {
    border-top: 2px solid #898989;
    padding: 5px 0; }

  .breadcrumbs .wrap {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 10px; }

  .breadcrumbs ul {
    width: max-content; }

  .breadcrumbs ul li + li:before {
    margin: 0 10px; } }
@media screen and (max-width: 767px) {
  .breadcrumbs {
    position: relative; } }
/*=============================================*
 * 404
 *=============================================*/
#content-404 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  padding: 60px 0 115px; }

#content-404 .txt {
  padding-top: 20px; }

#content-404 .button {
  text-align: center;
  padding-top: 60px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 40px 0 0; }
    #content-404 .txt {
      text-align: justify; } }
/*=============================================*
* お問い合わせ
*=============================================*/
.wpcf7 {
  position: relative; }

.wpcf7 .select {
  position: relative; }

.wpcf7 .select {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap {
  display: block;
  flex: 1;
  position: relative; }

.wpcf7 .select .wpcf7-form-control-wrap::after {
  content: '';
  background: url("../img/common/arrow-down.png") no-repeat center top/100% auto;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 23px;
  right: 20px; }

.wpcf7 .select select {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #231815;
  line-height: 32px;
  border-radius: 0px !important;
  padding: 2px 50px 2px 15px;
  cursor: pointer; }

.wpcf7 .select select::-ms-expand {
  display: none; }

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #231815;
  line-height: 32px;
  border-radius: 0px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  padding: 2px 15px; }

.wpcf7 textarea {
  height: 700px;
  resize: vertical;
  padding: 15px; }

.wpcf7 input[type="date"] {
  padding-right: 40px; }

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position: top 22px right 15px;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  left: 0; }

.wpcf7 ::-webkit-input-placeholder {
  color: #999; }
.wpcf7 ::-moz-placeholder {
  color: #999; }
.wpcf7 :-ms-input-placeholder {
  color: #999; }
.wpcf7 :-moz-placeholder {
  color: #999; }

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px; }
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
    cursor: pointer; }
  .wpcf7-checkbox input,
  .wpcf7-radio input {
    display: none; }
  .wpcf7-checkbox .wpcf7-list-item-label,
  .wpcf7-radio .wpcf7-list-item-label {
    display: inline-grid;
    grid-template-columns: 16px 1fr;
    align-items: flex-start;
    gap: 5px;
    cursor: pointer; }
    .wpcf7-checkbox .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:after,
    .wpcf7-radio .wpcf7-list-item-label:before,
    .wpcf7-radio .wpcf7-list-item-label:after {
      content: '';
      background-color: #fff;
      border: 1px solid #231815;
      grid-area: 1/1;
      position: relative;
      top: 1px;
      border-radius: 0;
      cursor: pointer;
      width: 16px;
      height: 16px;
      box-sizing: border-box;
      position: relative;
      margin: auto; }
    .wpcf7-checkbox .wpcf7-list-item-label:after,
    .wpcf7-radio .wpcf7-list-item-label:after {
      display: none;
      background: #231815;
      width: 10px;
      height: 10px; }
  .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
  .wpcf7-radio input:checked + .wpcf7-list-item-label:after {
    display: block; }

.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
  border-radius: 50%; }

.wpcf7-checkbox .wpcf7-list-item-label:after {
  background: #00acdd url("../img/common/service-icon-yes.png") no-repeat center top/cover;
  width: 16px;
  height: 16px; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 22px;
  color: #E50012; }

@media screen and (max-width: 767px) {
  .wpcf7 textarea {
    height: 440px; }

  .wpcf7-checkbox,
  .wpcf7-radio {
    font-size: 14px;
    line-height: 20px; }
    .wpcf7-checkbox .wpcf7-list-item-label,
    .wpcf7-radio .wpcf7-list-item-label {
      grid-template-columns: 14px 1fr; }
      .wpcf7-checkbox .wpcf7-list-item-label:before,
      .wpcf7-radio .wpcf7-list-item-label:before {
        width: 14px;
        height: 14px; }
      .wpcf7-checkbox .wpcf7-list-item-label:after,
      .wpcf7-radio .wpcf7-list-item-label:after {
        width: 8px;
        height: 8px; }

  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 20px; } }

/*# sourceMappingURL=shared.css.map */
