/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #333;
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 500;
   font-size: 16px;
   line-height: 1.7;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   word-break: break-word;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 14px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
}

/* =============================================
 * Custom
*=============================================*/
.h2 {
   font-weight: 700;
   font-size: 42px;
   line-height: 50px;
   letter-spacing: 0;
}

.h2 .en {
   font-family: "Roboto", sans-serif;
   font-weight: 500;
   font-size: 15px;
   line-height: 18px;
   color: #3560B1;
   text-transform: uppercase;
}

.h2.type-1 {
   display: flex;
   align-items: center;
   gap: 25px;
}

.h2.type-1 .en {
   display: flex;
   align-items: center;
   gap: 25px;
   position: relative;
   top: 5px;
}

.h2.type-1 .en:before {
   content: '';
   display: block;
   width: 86px;
   height: 2px;
   border-top: 2px solid #B5C9DC;
}

.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-26 {
   font-weight: 700;
   font-size: 26px;
   line-height: 36px;
}

.h-28 {
   font-weight: 700;
   font-size: 28px;
   line-height: 40px;
}

.h-30 {
   font-weight: 700;
   font-size: 30px;
   line-height: 44px;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   line-height: 46px;
}

.h-40 {
   font-weight: 700;
   font-size: 40px;
   line-height: 60px;
}

.h-42 {
   font-weight: 700;
   font-size: 42px;
   line-height: 60px;
}

@media screen and (max-width: 767px) {
   .h2 {
      font-size: 30px;
      line-height: 40px;
   }

   .h2.type-1 {
      flex-direction: column;
      text-align: center;
      gap: 15px;
   }

   .h2.type-1 .en {
      flex-direction: column;
      gap: 15px;
      top: 0;
   }

   .h2.type-1 .en:before {
      width: 0;
      height: 40px;
      border-top: 0;
      border-left: 2px solid #B5C9DC;
   }

   .h-18 {
      font-size: 16px;
   }

   .h-20 {
      font-size: 18px;
      line-height: 26px;
   }

   .h-22,
   .h-24,
   .h-26 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-28,
   .h-30 {
      font-size: 22px;
      line-height: 32px;
   }

   .h-32,
   .h-36 {
      font-size: 24px;
      line-height: 35px;
   }
}

/* button */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 0;
   min-width: 280px;
   height: 60px;
   background-color: #fff;
   color: #1471CA;
   border: 1px solid #1549AC;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 50px;
   padding: 0 28px 2px 0;
}

.button a:after {
   content: '';
   width: 40px;
   height: 40px;
   background: url("../img/common/arrow-circle-right.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 8px;
   transform: translate(0, -50%);
   transition: all 0.3s;
}

.button a:hover {
   background-color: #1549AC;
   color: #fff;
   opacity: 1;
}

.button a:hover:after {
   background-image: url("../img/common/arrow-circle-right-wh.png");
   transform: translate(4px, -50%);
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      min-width: 220px;
      height: 50px;
      font-size: 16px;
   }

   .button a:after {
      width: 30px;
      height: 30px;
   }
}

/* -- -- */
.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;
}

.cl-blue {
   color: #1471CA;
}

.cl-green {
   color: #0F6CA7;
}

.cl-red {
   color: #BD3A43;
}

.cl-yellow {
   color: #F6FF00;
}

.cl-black {
   color: #4B4B4B;
}

.cl-white {
   color: #fff;
}

.cl-orange {
   color: #DD6B20;
}

.cl-pink {
   color: #BF7A77;
}

.udl01 {
   background-image: linear-gradient(#ECE484, #ECE484);
   background-size: 100% 7px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.udl02 {
   background-image: linear-gradient(#002A7D, #002A7D);
   background-size: 100% 17px;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-400 {
   font-weight: 400;
}

.fw-500 {
   font-weight: 500;
}

.fw-700 {
   font-weight: 700;
}

.fw-900 {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.bdra-30 {
   border-radius: 30px;
}

.img_shadow {
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.img-obj {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }

   .bdra-30 {
      border-radius: 15px;
   }
}

/* -- --*/
.w600 {
   max-width: 600px;
   margin: 0 auto;
}

.w800 {
   max-width: 800px;
   margin: 0 auto;
}

.w900 {
   max-width: 900px;
   margin: 0 auto;
}

.w1000 {
   max-width: 1000px;
   margin: 0 auto;
}

/* -- --*/
.section-space {
   padding: 120px 0;
}

.pt10 {
   padding-top: 10px;
}

.pt20 {
   padding-top: 20px;
}

.pt30 {
   padding-top: 30px;
}

.pt40 {
   padding-top: 40px;
}

.pt50 {
   padding-top: 50px;
}

.pt60 {
   padding-top: 60px;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb100 {
   padding-bottom: 100px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

.mt20 {
   margin-top: 20px;
}

.mt30 {
   margin-top: 30px;
}

.mt40 {
   margin-top: 30px;
}

.mt50 {
   margin-top: 50px;
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 50px 0;
   }

   .pt30,
   .pt40 {
      padding-top: 20px;
   }

   .pt50,
   .pt60 {
      padding-top: 30px;
   }

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 50px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb100 {
      padding-bottom: 50px;
   }

   .pb120 {
      padding-bottom: 50px;
   }

   .pb200 {
      padding-bottom: 100px;
   }

   .mt30 {
      margin-top: 20px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #1063C5;
}

.bg-cl02 {
   background-color: #ECF6FC;
}

.bg-cl03 {
   background-color: #CFE3FF;
}

/* -- -- */
.img-zoom,
.img-zoom figure {
   display: block;
   overflow: hidden;
}

.img-zoom .img,
.img-zoom .img-obj {
   transition: 0.6s ease-in-out;
}

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
   transform: scale(1.07);
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

/* -- --*/
hr {
   border: 0;
   border-bottom: 1px solid #ccc;
}

/* -- --*/
.swiper-button-prev,
.swiper-button-next {
   width: 60px;
   height: 60px;
   position: static;
   margin-top: 0;
   transition: all 0.3s;
   filter: drop-shadow(0 -1px 7px rgba(0, 0, 0, 0.1));
}

.swiper-button-prev svg,
.swiper-button-next svg {
   display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
   opacity: 0.7;
}

.swiper-button-prev {
   background: url("../img/common/slider-prev.png") no-repeat center top/cover;
}

.swiper-button-next {
   background: url("../img/common/slider-next.png") no-repeat center top/cover;
}

.swiper-pagination {
   display: flex;
   gap: 10px;
}

.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   background-color: #C7C7C7;
   border: 0;
   margin: 0;
   padding: 0;
   opacity: 1;
   box-sizing: border-box;
   transition: all 0.3s;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
   background-color: #1549AC;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next {
   margin-top: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
   width: auto;
   position: static;
}

.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
   width: 100%;
   height: 4px;
   background-color: #D9D9D9;
   border-radius: 0;
   position: relative;
   top: auto;
   right: auto;
   bottom: auto;
   left: auto;
}

.swiper-scrollbar-drag,
.swiper-scrollbar.swiper-scrollbar-horizontal-drag {
   background-color: #008570;
   border-radius: 0;
}

.slick-arrow {
   display: block;
   width: 60px;
   height: 60px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% auto;
   background-color: transparent;
   font-size: 0;
   border: 0;
   transition: all 0.3s;
   cursor: pointer;
   filter: drop-shadow(0 -1px 7px rgba(0, 0, 0, 0.1));
}

.slick-arrow:hover {
   opacity: 0.7;
}

.slick-prev {
   background-image: url("../img/common/slider-prev.png");
}

.slick-next {
   background-image: url("../img/common/slider-next.png");
}

.slick-dots {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 12px;
}

.slick-dots li {
   width: 12px;
   height: 12px;
}

.slick-dots button {
   display: block;
   width: 100%;
   height: 100%;
   background: #C7C7C7;
   border: 0;
   font-size: 0;
   cursor: pointer;
   transition: all 0.3s;
   border-radius: 50%;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
   background-color: #1549AC;
}

.slider-nav {
   display: flex;
   align-items: center;
   gap: 15px;
}

.slider-nav .slick-dots {
   order: 1;
}

.slider-nav .slick-prev {
   order: 2;
   margin-left: 35px;
}

.slider-nav .slick-next {
   order: 3;
}

@media screen and (max-width: 767px) {

   .swiper-button-prev,
   .swiper-button-next {
      width: 40px;
      height: 40px;
   }

   .slick-arrow {
      width: 40px;
      height: 40px;
   }
}

/* -- -- */
.tb-style {
   line-height: 25px;
}

.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
   border-bottom: 2px solid #E8E8E8;
   padding-bottom: 30px;
}

.tb-style dl+dl {
   padding-top: 30px;
}

.tb-style dl dt,
.tb-style dl dd {
   display: table-cell;
   vertical-align: top;
   text-align: left;
   box-sizing: border-box;
}

.tb-style dl dt {
   width: 300px;
   font-weight: 700;
}

@media screen and (max-width: 1023px) {
   .tb-style dl dt {
      width: 250px;
   }
}

@media screen and (max-width: 767px) {
   .tb-style dl {
      display: block;
   }

   .tb-style dl dt,
   .tb-style dl dd {
      display: block;
      width: 100%;
   }

   .tb-style dl dt {
      width: auto;
   }

   .tb-style dl dd {
      padding-top: 10px;
   }
}

/* -- -- */
.box-qa .item:not(:last-child) {
   padding-bottom: 100px;
}

.box-qa .txt-q {
   line-height: 40px;
   position: relative;
   pointer-events: none;
   padding-left: 48px;
}

.box-qa .txt-q:before {
   content: '';
   width: 40px;
   height: 40px;
   background: url("../img/common/icon-q.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.box-qa .txt-a {
   padding-top: 24px;
}

@media screen and (max-width: 767px) {
   .box-qa .item:not(:last-child) {
      padding-bottom: 30px;
   }

   .box-qa .txt-q {
      font-size: 20px;
      line-height: 30px;
   }

   .box-qa .txt-a {
      padding-top: 16px;
   }
}

/* -- -- */
.ovh {
   overflow: hidden;
}

/*=============================================
 * <header>
 *=============================================*/
header {
   display: flex;
   align-items: center;
   width: 100%;
   z-index: 100;
   box-sizing: border-box;
   transition: all 0.3s;
   position: fixed;
   top: 0;
   left: 0;
}

header .wrap {
   display: flex;
   align-items: center;
   gap: 20px;
   max-width: 100%;
   padding-right: 50px;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: inline-block;
   background-color: #fff;
   max-width: 180px;
   /*border-bottom-right-radius: 50px;*/
   padding: 26px 46px;
   box-sizing: border-box;
}

.header__nav {
   display: flex;
   align-items: center;
   background-color: #fff;
   /*border-radius: 50px;*/
   font-weight: 500;
   overflow: hidden;
}

.header__nav a {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 70px;
}

.header__nav li:last-child {
   width: 200px;
}

.header__nav li:last-child a {
   background-color: #1471CA;
   color: #fff;
   font-weight: 800;
   font-size: 18px;
   text-align: center;
}

.header__nav li:last-child a:hover {
   background-color: #333;
   opacity: 1;
}

.header__nav li:not(:last-child) a {
   padding: 0 20px;
}

.header__nav li:not(:last-child) a:hover {
   background-color: #1471CA;
   color: #fff;
   opacity: 1;
}

.header__nav li:first-child a {
   padding-left: 40px;
}

.header__nav li:nth-child(7) a {
   padding-right: 40px;
}

#navbar {
   display: none;
}

@media screen and (max-width: 1200px) {
   header .logo a {
      padding: 26px 32px;
   }

   .header__nav li:last-child {
      width: 150px;
   }

   .header__nav li:not(:last-child) a {
      padding: 0 10px;
   }

   .header__nav li:first-child a {
      padding-left: 20px;
   }

   .header__nav li:nth-child(7) a {
      padding-right: 20px;
   }
}

@media screen and (max-width: 1023px) {
   header .wrap {
      align-items: flex-start;
      padding: 0;
   }

   header .logo a {
      width: 100px;
      padding: 15px 25px;
      border-bottom-right-radius: 25px;
   }

   .header__nav {
      display: none;
   }

   .hamburger {
      display: block;
      margin: 13px 13px 0 0;
   }

   #navbar {
      display: block;
      background: #fff;
      color: #393939;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      overflow-y: auto;
      transition: all 0.3s linear;
      opacity: 0;
      visibility: hidden;
      padding: 110px 20px;
   }

   #navbar .nav-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
   }

   #navbar .nav-list li {
      border-bottom: 1px solid #C9D1E1;
   }

   #navbar .nav-list a {
      display: block;
      font-weight: 700;
      font-size: 20px;
      line-height: 35px;
      padding-bottom: 16px;
   }

   #navbar .nav-list a span {
      display: block;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      letter-spacing: 0.02em;
      color: #1471CA;
   }

   #navbar .nav-tel {
      text-align: center;
      padding-top: 48px;
   }

   #navbar .nav-tel a {
      display: inline-block;
      background: url("../img/common/icon-tel.png") no-repeat center left/28px auto;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 800;
      font-size: 39px;
      line-height: 48px;
      padding-left: 30px;
   }

   #navbar .nav-tel .time {
      display: block;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
   }

   #navbar .nav-btn {
      padding: 30px 10px 0;
   }

   #navbar .nav-btn li+li {
      padding-top: 12px;
   }

   #navbar .nav-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 80px;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      border-radius: 50px;
      position: relative;
   }

   #navbar .nav-btn a:after {
      content: '';
      width: 50px;
      height: 50px;
      background: url("../img/common/arrow-circle-right-1.png") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
   }

   #navbar .nav-btn a.inq {
      background-color: #1471CA;
   }

   #navbar .nav-btn a.line {
      background-color: #06C755;
   }

   .navOpen #navbar {
      opacity: 1;
      visibility: visible;
      transform: translateX(0%);
   }
}

@media screen and (min-width: 1024px) {
   #navbar {
      height: auto !important;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background-color: #005083;
   color: #fff;
   font-weight: 400;
   padding: 120px 0;
}

footer .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 60px 75px;
}

footer .logo {
   width: 152px;
}

footer .txt {
   font-size: 14px;
   letter-spacing: 0.03em;
   line-height: 1.6;
   flex: 1 0 0;
}

footer .txt div:not(:last-child) {
   padding-bottom: 30px;
}

footer .txt h3 {
   font-weight: 700;
   font-size: 16px;
   padding-bottom: 12px;
}

footer nav {
   display: flex;
   gap: 80px;
   font-weight: 700;
   line-height: 35px;
}

footer nav a:hover {
   text-decoration: underline;
}

footer nav dl dd {
   display: flex;
   gap: 80px;
   font-weight: 400;
   line-height: 40px;
}

footer nav dl dd a {
   display: flex;
   align-items: center;
   gap: 10px;
}

footer nav dl dd a:before {
   content: '';
   width: 7px;
   height: 0;
   border-top: 1px solid #fff;
}

footer .bnr {
   display: flex;
   gap: 20px;
   width: 100%;
}

footer .bnr li {
   width: 224px;
}

footer address,
footer .txt-pp {
   font-size: 12px;
   line-height: 17px;
   position: absolute;
   bottom: 0;
}

footer address {
   right: 160px;
}

footer .txt-pp {
   right: 0;
}

footer .txt-pp a {
   border-bottom: 1px solid transparent;
}

footer .txt-pp a:hover {
   border-bottom-color: #fff;
}

@media screen and (max-width: 1200px) {
   footer .wrap {
      gap: 60px 20px;
   }

   footer nav {
      gap: 20px;
   }

   footer nav dl dd {
      gap: 20px;
   }
}

@media screen and (max-width: 1023px) {
   footer .wrap {
      justify-content: center;
      gap: 50px;
   }

   footer .txt {
      flex: inherit;
   }

   footer nav {
      justify-content: center;
      width: 100%;
      gap: 80px;
   }

   footer nav dl dd {
      gap: 80px;
   }

   footer nav li.sp {
      display: block;
   }

   footer .bnr {
      justify-content: center;
   }

   footer address {
      width: 100%;
      position: static;
   }

   footer .txt-pp {
      display: none;
   }
}

@media screen and (max-width: 767px) {
   footer {
      padding: 50px 0;
   }

   footer .wrap {
      flex-direction: column;
      align-items: center;
      gap: 30px;
   }

   footer .logo {
      width: 100px;
   }

   footer nav {
      gap: 20px;
   }

   footer nav dl dd {
      display: block;
   }
}

@media screen and (min-width: 1201px) {
   footer .wrap {
      max-width: 1140px;
   }
}

@media screen and (min-width: 1441px) {
   footer .wrap {
      max-width: 1320px;
   }
}

/*=============================================
 * 
 *=============================================*/
.ft-fixed {
   width: 100%;
   position: fixed;
   bottom: 0px;
   left: 0px;
   z-index: 90;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

.ft-fixed.fixed {
   opacity: 1;
   visibility: visible;
}

.ft-fixed.stop {
   opacity: 0;
   visibility: hidden;
}

.ft-fixed ul {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}

.ft-fixed ul a {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 60px;
   font-weight: 700;
   font-size: 15px;
   color: #fff;
}

.ft-fixed ul a.inq {
   background-color: #1471CA;
}

.ft-fixed ul a.line {
   background-color: #06C755;
}

/*=============================================
 * footer common 
 *=============================================*/
.contact {
   padding: 70px 0 85px;
}

.contact .wrap {
   display: flex;
   justify-content: space-between;
   gap: 20px;
   background: url("../img/common/contact-bg.webp") no-repeat center/cover;
   color: #fff;
   border-radius: 24px;
   padding: 140px 50px 110px;
}

.contact h2 {
   width: 300px;
   font-weight: 700;
   font-size: 50px;
   line-height: 60px;
}

.contact h2 .sub {
   display: flex;
   align-items: center;
   gap: 10px;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   font-size: 14px;
   letter-spacing: 0.1em;
   line-height: 16px;
   padding-top: 8px;
}

.contact h2 .sub:before {
   content: '';
   border-top: 1px solid #fff;
   flex: 1 0 0;
}

.contact .txt {
   font-weight: 700;
   font-size: 18px;
   line-height: 1.75;
   padding-top: 80px;
}

.contact .tel {
   text-align: center;
}

.contact .tel a {
   display: inline-block;
   background: url("../img/common/icon-tel-wh.png") no-repeat center left/52px auto;
   font-family: "Plus Jakarta Sans", sans-serif;
   font-weight: 800;
   font-size: 72px;
   line-height: 90px;
   padding-left: 60px;
}

.contact .tel .time {
   display: block;
   font-weight: 500;
   font-size: 20px;
   line-height: 30px;
}

.contact .list-btn {
   display: flex;
   gap: 10px;
   padding-top: 40px;
}

.contact .list-btn a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 325px;
   height: 80px;
   color: #fff;
   font-weight: 700;
   font-size: 20px;
   line-height: 30px;
   border-radius: 50px;
   position: relative;
}

.contact .list-btn a:after {
   content: '';
   width: 50px;
   height: 50px;
   background: url("../img/common/arrow-circle-right-1.png") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 10px;
   transform: translateY(-50%);
}

.contact .list-btn a.inq {
   background-color: #1471CA;
}

.contact .list-btn a.line {
   background-color: #06C755;
}

.contact .list-btn a:hover {
   background-color: #333;
   opacity: 1;
}

@media screen and (max-width: 1440px) {
   .contact .list-btn a {
      width: 300px;
   }
}

@media screen and (max-width: 1200px) {
   .contact .wrap {
      padding: 100px 30px;
   }

   .contact .txt {
      font-size: 14px;
   }

   .contact .tel a {
      font-size: 60px;
   }

   .contact .tel .time {
      font-size: 16px;
      line-height: 24px;
   }

   .contact .list-btn a {
      width: 280px;
   }
}

@media screen and (max-width: 1023px) {
   .contact .wrap {
      flex-direction: column;
      align-items: center;
      gap: 50px;
   }

   .contact .txt {
      padding-top: 20px;
   }

   .contact .list-btn a {
      width: 320px;
   }
}

@media screen and (max-width: 767px) {
   .contact {
      padding: 0;
   }

   .contact .wrap {
      gap: 30px;
      border-radius: 0;
      padding: 40px 20px;
   }

   .contact h2 {
      width: 180px;
      font-size: 30px;
      line-height: 40px;
      margin: 0 auto;
   }

   .contact .tel a {
      background-size: 32px auto;
      font-size: 40px;
      line-height: 50px;
      padding-left: 40px;
   }

   .contact .list-btn {
      flex-direction: column;
   }

   .contact .list-btn a {
      width: 100%;
      height: 70px;
   }
}

@media screen and (min-width: 1201px) {
   .contact .wrap {
      max-width: 1140px;
   }
}

@media screen and (min-width: 1441px) {
   .contact .wrap {
      max-width: 1320px;
   }
}

/*=============================================
 * KV
 *=============================================*/
#kv {
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 440px;
   position: relative;
   text-align: center;
   color: #fff;
}

#kv .kv-img {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

#kv .kv-img:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(31, 64, 97, 0.3);
   position: absolute;
   top: 0;
   left: 0;
}

#kv .kv-img img {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

#kv .wrap {
   padding-top: 80px;
}

#kv .kv-title {
   font-weight: 700;
   font-size: 44px;
   line-height: 53px;
   letter-spacing: 0.04em;
}

#kv .kv-title .sub {
   display: block;
   font-weight: 500;
   font-size: 15px;
   line-height: 18px;
   text-transform: uppercase;
   padding-top: 30px;
}

@media screen and (max-width: 767px) {
   #kv {
      height: 250px;
   }

   #kv .kv-title {
      font-size: 30px;
      line-height: 42px;
   }

   #kv .kv-title .sub {
      padding-top: 15px;
   }
}

/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
   font-size: 14px;
   line-height: 37px;
   letter-spacing: 0.04em;
   box-sizing: border-box;
   margin-bottom: 80px;
   padding: 16px 26px;
   color: #888;
}

.breadcrumbs .wrap {
   max-width: 100%;
   overflow-x: auto;
}

.breadcrumbs ul {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   gap: 10px;
   width: max-content;
}

.breadcrumbs ul li {
   display: flex;
   align-items: center;
   gap: 10px;
   position: relative;
}

.breadcrumbs ul li+li:before {
   content: '>';
   color: #B9B9B9;
}

.breadcrumbs a {
   display: block;
   color: #333;
   text-decoration: underline;
}

.breadcrumbs a:hover {
   text-decoration: none;
}

.breadcrumbs span {
   word-break: break-all;
}

@media screen and (max-width: 1023px) {
   .breadcrumbs {
      font-size: 12px;
      position: static;
   }
}

@media screen and (max-width: 767px) {
   .breadcrumbs {
      margin-bottom: 50px;
      padding: 10px 20px;
   }

   .breadcrumbs .wrap {
      padding: 0;
   }
}

/* =============================================
 * 404
 *=============================================*/
.error404 .breadcrumbs {
   display: none;
}

#content-404 {
   padding: 120px 0;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .button {
   text-align: center;
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 50px 0;
   }

   #content-404 .wrap {
      text-align: justify;
   }

   #content-404 .txt {
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/*=============================================
 * 
 *=============================================*/
#lead {
   padding-bottom: 48px;
}

#lead h2 {
   letter-spacing: 0.03em;
   line-height: 1.5;
   margin-bottom: 40px;
}

#lead .txt {
   font-size: 17px;
   letter-spacing: 0.04em;
   line-height: 2.42;
}

#lead .tel {
   text-align: center;
   padding-top: 40px;
}

#lead .tel a {
   display: inline-block;
   background: url("../img/common/icon-tel.png") no-repeat center left/52px auto;
   font-family: "Plus Jakarta Sans", sans-serif;
   font-weight: 800;
   font-size: 72px;
   line-height: 90px;
   padding-left: 60px;
}

#lead .tel .time {
   display: block;
   font-weight: 500;
   font-size: 13px;
   line-height: 16px;
}

@media screen and (max-width: 767px) {
   #lead h2 {
      font-size: 20px;
      line-height: 2;
      margin-bottom: 20px;
   }

   #lead .txt {
      font-size: 16px;
      line-height: 2;
   }

   #lead .tel {
      padding-top: 20px;
   }

   #lead .tel a {
      background-size: 32px auto;
      font-size: 40px;
      line-height: 50px;
      padding-left: 40px;
   }
}