/*------------------------------------------------------------------------------ 
  Base
------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #1d2021;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.7; }

.en {
  font-family: "Libre Baskerville", serif; }

.uppercase {
  text-transform: uppercase; }

a {
  color: #1d2021;
  text-decoration: none;
  transition: .3s; }

h1 {
  font-size: clamp(22px, 2.5vw, 26px); }

h2 {
  font-size: clamp(22px, 2.5vw, 24px); }

h3 {
  font-size: clamp(20px, 2vw, 22px); }

h4 {
  font-size: clamp(18px, 2vw, 20px); }

h5 {
  font-size: clamp(17px, 2vw, 18px); }

h6 {
  font-size: clamp(16px, 2vw, 17px); }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

figure {
  margin: 0; }

img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.in-bl {
  display: inline-block; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.grecaptcha-badge {
  visibility: hidden; }

.right-fixed {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  pointer-events: auto;
  right: 0;
  top: 0;
  width: auto;
  z-index: 30; }
  @media (min-width: 1025px) {
    .right-fixed {
      bottom: 0;
      background: #d7efff;
      pointer-events: none;
      width: 90px; } }
  .right-fixed .hamburger {
    align-items: center;
    display: flex;
    height: 65px;
    justify-content: center;
    pointer-events: auto;
    position: relative;
    width: 65px;
    z-index: 100; }
    @media (max-width: 1024px) {
      .right-fixed .hamburger {
        background: #d7efff;
        border-radius: 3px;
        right: 12px;
        top: 12px; } }
    @media (min-width: 1025px) {
      .right-fixed .hamburger {
        height: 80px;
        width: 60px; } }
    .right-fixed .hamburger:hover {
      cursor: pointer; }
      .right-fixed .hamburger:hover span:nth-child(3) {
        left: 13px;
        width: 40px; }
        @media (min-width: 1025px) {
          .right-fixed .hamburger:hover span:nth-child(3) {
            left: 10px; } }
    .right-fixed .hamburger span {
      background-color: #293033;
      display: block;
      height: 2px;
      position: absolute;
      transition: opacity .25s ease, transform .25s ease;
      width: 40px; }
      @media (max-width: 1024px) {
        .right-fixed .hamburger span {
          left: 13px; } }
      .right-fixed .hamburger span:nth-child(1) {
        transform: translateY(-8px); }
      .right-fixed .hamburger span:nth-child(2) {
        transform: translateY(0); }
      .right-fixed .hamburger span:nth-child(3) {
        left: 33px;
        transform: translateY(8px);
        transition-property: width, bottom, left, transform;
        transition-timing-function: ease-out;
        width: 20px; }
        @media (min-width: 1025px) {
          .right-fixed .hamburger span:nth-child(3) {
            left: 30px; } }
  .right-fixed .pagetop {
    margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .right-fixed .pagetop {
        display: none; } }

.nav-toggle:checked ~ .right-fixed .hamburger span {
  width: 30px; }
  .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(1) {
    left: 17px;
    transform: rotate(45deg); }
    @media (min-width: 1025px) {
      .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(1) {
        left: 15px; } }
  .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(2) {
    opacity: 0; }
  .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(3) {
    left: 17px;
    transform: translateX(0) rotate(-45deg); }
    @media (min-width: 1025px) {
      .nav-toggle:checked ~ .right-fixed .hamburger span:nth-child(3) {
        left: 15px; } }
.nav-toggle:checked ~ .right-fixed .drawer {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }
  .nav-toggle:checked ~ .right-fixed .drawer .drawer__panel {
    right: 0; }

.drawer {
  display: flex;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity .4s ease, visibility .4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 25; }
  @media (min-width: 1025px) {
    .drawer {
      margin: 0 90px 0 auto;
      width: calc(100% - 90px); } }
  .drawer .drawer__mask {
    background-color: rgba(225, 232, 235, 0.7);
    cursor: pointer;
    height: 100%;
    width: 100%; }
  .drawer .drawer__panel {
    align-items: flex-start;
    background-color: #f0f7fa;
    display: flex;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(50px, 7vw, 80px) clamp(40px, 5vw, 80px);
    transition: right .4s;
    width: 100%;
    position: absolute;
    top: 0;
    right: -100vw; }
    @media (min-width: 1025px) {
      .drawer .drawer__panel {
        width: 75%; } }
    .drawer .drawer__panel .drawer__inner {
      display: grid;
      gap: 50px;
      margin: auto;
      width: min(800px, 100%); }
      @media (min-width: 768px) {
        .drawer .drawer__panel .drawer__inner {
          gap: 80px;
          grid-template-columns: 2fr 1fr; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .drawer .drawer__panel .drawer__inner {
          margin: 90px auto 0;
          width: min(750px, 90%); } }
      .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li {
        font-size: clamp(16px, 1.6vw, 17px);
        font-weight: 500; }
        .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li li + li {
          margin-top: clamp(40px, 5vw, 50px); }
        .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li li a {
          color: #094067; }
          .drawer .drawer__panel .drawer__inner .drawer__col .drawer__li li a:hover {
            color: #1d8cbf; }
      .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services {
        font-size: clamp(15px, 1.5vw, 16px);
        font-weight: 400;
        padding: clamp(30px, 3.5vw, 40px) 0 0 clamp(8px, 1vw, 12px); }
        .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services li + li {
          margin-top: clamp(25px, 4vw, 35px); }
        .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services li a {
          display: block;
          padding-left: 18px;
          position: relative; }
          .drawer .drawer__panel .drawer__inner .drawer__col--main .drawer__li--services li a:before {
            background: #094067;
            content: '';
            height: 1px;
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 8px; }
      @media (max-width: 767px) {
        .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple {
          display: grid;
          gap: 15px;
          grid-template-columns: repeat(2, 1fr); }
          .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple li + li {
            margin-top: 0; } }
      @media (max-width: 767px) {
        .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple .drawer__simple-item--cta {
          display: none; } }
      .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__li--simple .drawer__simple-item--cta .tel {
        font-size: clamp(18px, 1.8vw, 20px); }
      .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta {
        margin-top: 50px; }
        @media (min-width: 768px) {
          .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta {
            display: none; } }
        .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta .cta__ico {
          border: 2px solid #094067; }
          .drawer .drawer__panel .drawer__inner .drawer__col--side .drawer__cta .cta__ico:after {
            background: #094067; }

.pagetop {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 20px;
  pointer-events: auto;
  transition: transform .3s; }
  .pagetop:hover {
    transform: translateY(-5px); }
  .pagetop .pagetop__line {
    background-color: #293033;
    height: 80px;
    width: 1px; }
  .pagetop .pagetop__label {
    color: #293033;
    font-size: 11px;
    letter-spacing: .15em;
    writing-mode: vertical-rl; }

/*------------------------------------------------------------------------------ 
  Common
------------------------------------------------------------------------------*/
.cta {
  display: flex;
  gap: 20px; }
  @media (min-width: 768px) {
    .cta {
      flex-direction: column;
      gap: 24px; } }
  .cta .cta__link {
    align-items: center;
    color: #1d2021;
    display: flex;
    gap: 16px;
    position: relative; }
    .cta .cta__link:hover .cta__label {
      color: #1d8cbf; }
    .cta .cta__link--tel .cta__ico:after {
      mask-image: url(img/common/tel.svg) no-repeat center/cover;
      -webkit-mask: url(img/common/tel.svg) no-repeat center/cover; }
    .cta .cta__link--mail .cta__ico:after {
      mask-image: url(img/common/mail.svg) no-repeat center/cover;
      -webkit-mask: url(img/common/mail.svg) no-repeat center/cover; }
    .cta .cta__link .cta__ico {
      align-items: center;
      background: #fff;
      border: 2px solid #094067;
      border-radius: 50%;
      display: flex;
      height: 50px;
      justify-content: center;
      width: 50px; }
      .cta .cta__link .cta__ico:after {
        background: #094067;
        content: '';
        height: 25px;
        position: absolute;
        width: 25px; }
    .cta .cta__link .cta__label {
      font-weight: 500;
      transition: color .3s; }
      @media (max-width: 767px) {
        .cta .cta__link .cta__label {
          display: none; } }
      .cta .cta__link .cta__label--tel {
        font-size: clamp(18px, 1.8vw, 20px); }

@media (min-width: 1025px) {
  .container, #sub-hero, #sub, footer {
    margin-right: 90px;
    width: calc(100% - 90px); } }

.container__in, #sub .cont, footer .ft__in {
  margin-inline: auto;
  width: min(1100px, 85%); }

.info__meta {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  justify-content: flex-start; }
  .info__meta .info__date {
    color: #293033;
    font-size: 15px; }
  .info__meta .info__cat {
    border: 1px solid #25a9e0;
    border-radius: 3px;
    color: #1d2021;
    font-size: 13px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap; }
    .info__meta .info__cat a:hover {
      color: #25a9e0; }

.btn a {
  border: 1px solid #e06926;
  border-radius: 2px;
  display: block;
  font-size: 16px;
  max-width: 250px;
  padding: 14px 28px;
  transition: background-color .25s ease, color .25s ease, transform .15s ease; }
  .btn a:hover {
    background: #e06926;
    color: #fff; }
.btn .btn__icon img {
  display: block;
  height: 18px;
  width: auto; }
.btn .btn__label {
  white-space: nowrap; }
.btn.btn--arrow a {
  margin-left: auto;
  padding: 15px 50px 15px 25px;
  position: relative; }
  .btn.btn--arrow a:hover:after {
    background: #fff; }
  .btn.btn--arrow a:after {
    background: #1d2021;
    content: '';
    height: 18px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s;
    width: 18px;
    mask-image: url(img/common/arrow.svg) no-repeat center/cover;
    -webkit-mask: url(img/common/arrow.svg) no-repeat center/cover; }

/*------------------------------------------------------------------------------ 
  Header
------------------------------------------------------------------------------*/
header {
  padding-top: 32px;
  position: relative; }
  header .head-in {
    align-items: flex-start;
    display: flex;
    margin: 0 auto 0 clamp(35px, 5vw, 60px);
    width: calc(100% - 200px); }
    header .head-in .logo {
      margin: 20px 0; }
      header .head-in .logo img {
        display: block;
        width: clamp(160px, 20vw, 220px); }
    header .head-in .gnav {
      margin: 20px 0 0 auto; }
      @media (max-width: 1024px) {
        header .head-in .gnav {
          display: none; } }
      header .head-in .gnav .gnav__li {
        display: flex;
        font-size: 15px;
        gap: clamp(40px, 4vw, 50px); }
      header .head-in .gnav .gnav__item {
        position: relative; }
        header .head-in .gnav .gnav__item .gnav__link {
          display: inline-block;
          transition: color .3s; }
          header .head-in .gnav .gnav__item .gnav__link:hover {
            color: #25a9e0; }
      header .head-in .gnav .is-current .gnav__link:before {
        background-color: #25a9e0;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        top: -5px;
        transform: translateX(-50%);
        width: 100%; }

/*------------------------------------------------------------------------------ 
  Sub Hero
------------------------------------------------------------------------------*/
#sub-hero .sub__hero-in {
  border-bottom: 1px solid #c8cccd;
  margin-inline: auto;
  padding: 65px 0 clamp(90px, 11vw, 120px);
  width: min(1500px, 85%); }
  #sub-hero .sub__hero-in .breadcrumbs {
    margin-bottom: clamp(30px, 4vw, 60px); }
    #sub-hero .sub__hero-in .breadcrumbs li {
      display: inline-block;
      font-size: 14px; }
      #sub-hero .sub__hero-in .breadcrumbs li:not(:last-of-type) {
        position: relative;
        margin-right: 5px; }
        #sub-hero .sub__hero-in .breadcrumbs li:not(:last-of-type):after {
          content: ' / '; }
  #sub-hero .sub__hero-in .ttl-area h1 .en {
    color: #25a9e0;
    display: block;
    font-size: clamp(35px, 5vw, 50px);
    line-height: 1.2;
    text-transform: uppercase; }
  #sub-hero .sub__hero-in .ttl-area h1 .jp {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 500; }
  #sub-hero .sub__hero-in .ttl-area .article__ttl-area .article__ttl {
    margin-bottom: 40px; }

/*------------------------------------------------------------------------------ 
  Sub Page
------------------------------------------------------------------------------*/
#sub .cont {
  padding: clamp(50px, 8vw, 100px) 0 clamp(90px, 11vw, 120px); }
#sub #info .info__cat-li {
  flex-wrap: wrap;
  font-size: 15px;
  display: flex;
  gap: 15px;
  margin-bottom: clamp(50px, 6vw, 65px); }
  #sub #info .info__cat-li .cat__item a {
    border: 1px solid #878b8c;
    border-radius: 50px;
    color: #878b8c;
    display: block;
    padding: 2px 18px; }
    #sub #info .info__cat-li .cat__item a:hover {
      background: #25a9e0;
      color: #fff; }
  #sub #info .info__cat-li .current__cat a {
    background: #f0f7fa;
    border-color: #25a9e0;
    color: #094067;
    font-weight: 500; }
    #sub #info .info__cat-li .current__cat a:hover {
      background: #f0f7fa;
      color: #1d2021; }
#sub #info .info__in .info__li li {
  border-bottom: 1px solid #c8cccd; }
  #sub #info .info__in .info__li li .info__link {
    align-items: center;
    display: grid;
    gap: 15px 30px;
    padding: clamp(25px, 3vw, 30px) 12px; }
    @media (min-width: 768px) {
      #sub #info .info__in .info__li li .info__link {
        position: relative; }
        #sub #info .info__in .info__li li .info__link:after {
          background: url(img/common/arrow.svg) no-repeat center/cover;
          content: '';
          height: 15px;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          transition: transform .3s;
          width: 15px; } }
    @media (min-width: 1025px) {
      #sub #info .info__in .info__li li .info__link {
        grid-template-columns: auto minmax(0, 1fr); } }
    #sub #info .info__in .info__li li .info__link:hover .info__ttl {
      color: #1d8cbf; }
    #sub #info .info__in .info__li li .info__link:hover:after {
      transform: translate(4px, -50%); }
    #sub #info .info__in .info__li li .info__link .info__ttl {
      font-size: 15px;
      font-weight: 500;
      margin: 0;
      transition: color .3s;
      width: calc(100% - 45px); }
#sub #info .info__in .pagination {
  font-size: clamp(18px, 2vw, 20px);
  margin-top: clamp(60px, 7vw, 90px); }
  #sub #info .info__in .pagination .screen-reader-text {
    display: none; }
  #sub #info .info__in .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 8px; }
    #sub #info .info__in .pagination .nav-links .page-numbers {
      align-items: center;
      background: #fff;
      border-radius: 2px;
      display: flex;
      justify-content: center;
      height: 45px;
      padding: 0;
      width: 45px; }
      #sub #info .info__in .pagination .nav-links .page-numbers:hover {
        background: #e4e7e8;
        opacity: 1; }
    #sub #info .info__in .pagination .nav-links .current {
      background: #25a9e0;
      color: #fff;
      font-weight: 500; }
      #sub #info .info__in .pagination .nav-links .current:hover {
        background: #25a9e0; }
    #sub #info .info__in .pagination .nav-links .dots:hover {
      background: #fff;
      color: #1d2021; }
#sub #single {
  /* Block
  -----------------------------------------------------------*/
  /* Heading
  -----------------------------------------------------------*/
  /* Group
  -----------------------------------------------------------*/
  /* Image
  -----------------------------------------------------------*/
  /* Button
  -----------------------------------------------------------*/
  /* Table
  -----------------------------------------------------------*/
  /* Contact Form
  -----------------------------------------------------------*/ }
  #sub #single .btn {
    margin-top: clamp(80px, 10vw, 120px); }
  #sub #single .has-background {
    margin: 25px 0;
    padding: clamp(20px, 2vw, 25px); }
  #sub #single ul,
  #sub #single ol {
    margin: clamp(30px, 3vw, 35px) 0;
    padding-left: clamp(25px, 3vw, 30px); }
    #sub #single ul li:not(:last-of-type),
    #sub #single ol li:not(:last-of-type) {
      margin-bottom: 8px; }
  #sub #single ul.has-background,
  #sub #single ol.has-background {
    padding: 30px clamp(25px, 2vw, 30px) 30px clamp(40px, 5vw, 55px); }
  #sub #single ul {
    list-style: disc; }
  #sub #single strong {
    font-weight: 500; }
  #sub #single p a {
    color: #25a9e0;
    text-decoration: underline; }
  #sub #single h2 {
    color: #1d8cbf;
    font-size: clamp(23px, 2.5vw, 26px);
    margin: clamp(65px, 7vw, 80px) 0 35px; }
    #sub #single h2.has-background {
      border: none;
      color: initial;
      margin: clamp(65px, 7vw, 80px) 0 35px; }
  #sub #single h3 {
    background: #f0f7fa;
    color: #313435;
    font-size: clamp(19px, 2vw, 22px);
    font-weight: 500;
    margin: clamp(50px, 5vw, 60px) 0 25px;
    padding: 5px 20px;
    width: fit-content; }
    #sub #single h3.has-background {
      color: initial;
      margin: clamp(50px, 5vw, 60px) 0 25px;
      padding: clamp(20px, 2vw, 25px); }
  #sub #single h4 {
    color: #5b5f60;
    margin: clamp(35px, 4vw, 45px) 0 0; }
    #sub #single h4.has-background {
      color: initial;
      display: block;
      margin: clamp(35px, 4vw, 45px) 0 20px;
      padding: clamp(20px, 2vw, 25px); }
  #sub #single h4,
  #sub #single h5,
  #sub #single h6 {
    font-weight: 500; }
  #sub #single .en.uppercase {
    background: #fff;
    font-size: clamp(19px, 2vw, 22px);
    font-weight: 500;
    padding: 5px 20px;
    width: fit-content; }
    #sub #single .en.uppercase.before {
      border: 2px solid #878b8c;
      color: #878b8c;
      margin: clamp(70px, 7vw, 90px) 0 0; }
    #sub #single .en.uppercase.after {
      border: 2px solid #e06926;
      color: #e06926;
      margin: clamp(50px, 5vw, 60px) 0 0; }
  #sub #single .wp-block-group {
    margin: clamp(65px, 7vw, 80px) 0; }
    #sub #single .wp-block-group .wp-block-gallery,
    #sub #single .wp-block-group .wp-block-columns {
      margin: clamp(20px, 4vw, 40px) 0; }
  #sub #single .wp-block-columns {
    gap: 1em;
    margin: clamp(40px, 6vw, 60px) 0; }
    #sub #single .wp-block-columns figure.wp-block-image,
    #sub #single .wp-block-columns .wp-block-image {
      margin: 0; }
    #sub #single .wp-block-columns .wp-block-gallery {
      margin: 0; }
  #sub #single .wp-block-media-text {
    margin: clamp(15px, 3vw, 30px) 0; }
    @media screen and (max-width: 600px) {
      #sub #single .wp-block-media-text .wp-block-media-text__content {
        padding: 0 20px; }
        #sub #single .wp-block-media-text .wp-block-media-text__content p {
          margin-top: 12px; } }
    #sub #single .wp-block-media-text .has-normal-font-size {
      font-size: 16px; }
  #sub #single .wp-block-image {
    margin: clamp(25px, 4vw, 45px) 0; }
    #sub #single .wp-block-image figure {
      margin: 0; }
  #sub #single .wp-block-gallery {
    margin: clamp(30px, 3vw, 40px) 0 clamp(40px, 4vw, 50px); }
    #sub #single .wp-block-gallery .wp-block-image {
      margin: 0; }
      #sub #single .wp-block-gallery .wp-block-image figcaption {
        background: none !important;
        font-size: clamp(16px, 2vw, 18px) !important;
        font-weight: 500;
        padding: clamp(10px, 1vw, 15px) !important;
        text-shadow: 1px 1px 2px #1d2021 !important; }
    #sub #single .wp-block-gallery figure.wp-block-image:before {
      background: linear-gradient(45deg, rgba(210, 217, 216, 0.7) 20%, rgba(51, 151, 163, 0.7) 55%);
      backdrop-filter: blur(0) !important;
      height: clamp(50px, 4.5vw, 60px) !important;
      mask-image: none !important; }
  #sub #single .wp-block-buttons {
    justify-content: center;
    margin: clamp(60px, 7vw, 90px) 0 clamp(50px, 5vw, 65px); }
    #sub #single .wp-block-buttons .wp-block-button {
      width: min(95%, 350px); }
      #sub #single .wp-block-buttons .wp-block-button .wp-block-button__link {
        background: #fff;
        border: 1.5px solid #25a9e0;
        border-radius: 2px;
        color: #1d2021;
        display: block;
        margin: auto;
        padding: 20px 30px; }
        #sub #single .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
          background-color: #25a9e0;
          color: #fff; }
      #sub #single .wp-block-buttons .wp-block-button .has-background {
        border: none;
        padding: clamp(16px, 2vw, 20px); }
      #sub #single .wp-block-buttons .wp-block-button .wp-block-button.has-custom-font-size .wp-block-button__link {
        font-size: inherit; }
  #sub #single .wp-block-table {
    margin: clamp(40px, 5vw, 65px) 0; }
    #sub #single .wp-block-table table {
      border-collapse: collapse; }
      #sub #single .wp-block-table table td {
        padding: 12px;
        word-break: break-word; }
  #sub #single .is-style-regular table td {
    border: 1px solid #878b8c; }
  #sub #single .wpcf7 {
    margin: clamp(45px, 5vw, 60px) auto; }
    @media (min-width: 768px) {
      #sub #single .wpcf7 {
        width: 80%; } }
    #sub #single .wpcf7 label {
      display: block;
      margin: 0 auto clamp(30px, 4vw, 45px); }
      #sub #single .wpcf7 label:last-of-type .form-txt {
        margin-bottom: auto; }
      #sub #single .wpcf7 label .form-txt .required {
        color: #ef4565;
        font-weight: bold;
        padding: 5px; }
      #sub #single .wpcf7 label .wpcf7-form-control-wrap {
        display: block;
        margin-top: 7px; }
        @media screen and (min-width: 768px) {
          #sub #single .wpcf7 label .wpcf7-form-control-wrap {
            margin-top: 12px; } }
        #sub #single .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
        #sub #single .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
          background: #f7f9fa;
          border: 1px solid #e4e7e8;
          border-radius: 2px;
          padding: 8px;
          padding: clamp(13px, 1.6vw, 18px);
          width: 100%; }
          @media screen and (min-width: 768px) {
            #sub #single .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
            #sub #single .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
              padding: clamp(13px, 1.5vw, 18px); } }
        #sub #single .wpcf7 label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          color: #ef4565;
          font-weight: 500; }
    #sub #single .wpcf7 .check-box,
    #sub #single .wpcf7 .radio {
      margin-bottom: clamp(30px, 4vw, 45px); }
      #sub #single .wpcf7 .check-box label,
      #sub #single .wpcf7 .radio label {
        margin-bottom: 8px; }
    #sub #single .wpcf7 input[type="checkbox"],
    #sub #single .wpcf7 input[type="radio"] {
      display: none; }
    #sub #single .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
      cursor: pointer;
      padding-left: 25px;
      position: relative; }
      #sub #single .wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
        background: #fff;
        border: 1px solid #878b8c;
        border-radius: 100%;
        content: "";
        height: 18px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px; }
    #sub #single .wpcf7 .wpcf7-radio input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
      background: #1d8cbf;
      box-shadow: inset 0 0 0 3px #fff; }
    #sub #single .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
    #sub #single .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
      cursor: pointer;
      position: relative;
      padding-left: 25px; }
      #sub #single .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
      #sub #single .wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before {
        background: #fff;
        border: 1px solid #878b8c;
        border-radius: 2px;
        content: "";
        display: block;
        height: 18px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px; }
    #sub #single .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before,
    #sub #single .wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
      background: #1d8cbf; }
    #sub #single .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after,
    #sub #single .wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      content: "";
      display: block;
      height: 5px;
      left: 4px;
      position: absolute;
      transform: rotate(135deg);
      width: 10px; }
    #sub #single .wpcf7 .wpcf7-checkbox {
      margin-bottom: clamp(50px, 8vw, 90px); }
      #sub #single .wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before {
        top: 50%;
        transform: translateY(-50%); }
      #sub #single .wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
        top: 35%; }
    #sub #single .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
      display: block;
      margin: 0; }
      #sub #single .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
        margin: 45px auto 20px; }
      #sub #single .wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
        top: 8px; }
        @media (min-width: 768px) {
          #sub #single .wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
            top: 35%; } }
    #sub #single .wpcf7 .check {
      margin: 0 auto clamp(50px, 6vw, 70px); }
    #sub #single .wpcf7 input.wpcf7-submit {
      background: #fff;
      border: 2px solid #25a9e0;
      border-radius: 2px;
      color: #1d2021;
      display: block;
      font-size: clamp(17px, 2vw, 19px);
      font-weight: 500;
      letter-spacing: 8px;
      margin: clamp(40px, 5vw, 55px) auto 0;
      padding: clamp(25px, 2vw, 30px) 0;
      transition: .2s;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #sub #single .wpcf7 input.wpcf7-submit {
          max-width: 600px;
          width: 90%; } }
      #sub #single .wpcf7 input.wpcf7-submit:hover {
        background: #25a9e0;
        color: #fff;
        cursor: pointer; }
      #sub #single .wpcf7 input.wpcf7-submit:disabled {
        cursor: not-allowed !important; }
    #sub #single .wpcf7 .recaptcha {
      font-size: clamp(14px, 2vw, 15px); }
      #sub #single .wpcf7 .recaptcha a {
        color: #1d2021;
        font-weight: 500;
        text-decoration: none; }
    #sub #single .wpcf7 .wpcf7-response-output {
      color: #1d2021;
      font-size: clamp(16px, 2vw, 17px); }
#sub .not-found {
  text-align: center; }
  #sub .not-found p {
    font-size: clamp(20px, 2vw, 23px);
    margin-bottom: 40px; }
  #sub .not-found .btn a {
    border: 2px solid #25a9e0;
    margin: auto; }
    #sub .not-found .btn a:hover {
      background: #25a9e0; }

/*------------------------------------------------------------------------------ 
  Footer
------------------------------------------------------------------------------*/
footer {
  background: #f0f7fa;
  padding-top: clamp(50px, 6vw, 60px);
  position: relative; }
  @media (min-width: 1025px) {
    footer .ft__in .ft__top {
      display: grid;
      gap: 60px;
      grid-template-columns: 1fr 3fr; } }
@container (min-width: 720px) {
  footer .ft__in .ft__top {
    align-items: flex-end;
    grid-template-columns: auto 1fr;
    justify-content: space-between; } }
  footer .ft__in .ft__top .ft__logo img {
    display: block;
    width: clamp(160px, 16vw, 200px); }
    @media (max-width: 767px) {
      footer .ft__in .ft__top .ft__logo img {
        margin: auto; } }
  @media (max-width: 1024px) {
    footer .ft__in .ft__top .ft__nav {
      display: none; } }
  footer .ft__in .ft__top .ft__nav .ft__nav-li {
    display: grid;
    font-size: 15px;
    gap: 35px;
    grid-auto-flow: column;
    justify-content: end;
    letter-spacing: .12em;
    text-align: center; }
  footer .ft__in .ft__top .ft__nav .ft__nav-item a {
    color: #1d2021;
    display: inline-block; }
    footer .ft__in .ft__top .ft__nav .ft__nav-item a:hover {
      color: #1d8cbf; }
  footer .ft__in .ft__addr {
    margin-top: 55px; }
    @media (min-width: 1025px) {
      footer .ft__in .ft__addr {
        margin-top: 75px; } }
    footer .ft__in .ft__addr p {
      color: #293033;
      margin: 0; }
  footer .ft__btm {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 50px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      footer .ft__btm {
        align-items: center;
        border-top: 1px solid #094067;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        padding: 55px 30px; } }
    footer .ft__btm .ft__copy {
      font-size: 13px;
      margin: 0; }
      @media (min-width: 1025px) {
        footer .ft__btm .ft__copy {
          text-align: right; } }
  footer .pagetop {
    bottom: 50px;
    position: absolute;
    right: 38px; }
    @media (min-width: 768px) {
      footer .pagetop {
        bottom: auto;
        top: 50px; } }
    @media (min-width: 1025px) {
      footer .pagetop {
        display: none; } }

/*# sourceMappingURL=style.css.map */
