/*------------------------------------------------------------------------------ 
  Base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.8; }

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

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

a {
  color: #0b1a18;
  text-decoration: none;
  transition: .3s; }
  a:hover {
    opacity: .8; }

h2 {
  font-size: clamp(23px, 2vw, 27px); }

h3 {
  font-size: clamp(21px, 2vw, 24px); }

h4 {
  font-size: clamp(19px, 2vw, 21px); }

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

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

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

.en {
  font-family: "Roboto", sans-serif; }

.uppercase {
  text-transform: uppercase; }

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

figure {
  margin: 0; }

img {
  height: auto;
  vertical-align: bottom;
  width: 100%; }

.container {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: 1000px;
      padding: 0;
      width: 80%; } }

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }

.grecaptcha-badge {
  visibility: hidden; }

/*------------------------------------------------------------------------------ 
  Common
------------------------------------------------------------------------------*/
.flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(20px, 3vw, 40px); }

.between {
  justify-content: space-between; }

/* Pc Flex
-----------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .pc-flex {
    align-items: center;
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1025px) {
  .pc-between {
    justify-content: space-between; } }

/* Button
-----------------------------------------------------------*/
.btn a {
  background: #fff;
  border-radius: 3px;
  border: 2px solid #1f665e;
  display: block;
  font-size: clamp(17px, 2vw, 18px);
  font-weight: 500;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px;
  text-align: center;
  width: 90%; }
  .btn a:hover {
    background: #1f665e;
    color: #fff;
    opacity: 1; }

.arrow-btn {
  text-align: right; }
  .arrow-btn a {
    font-size: clamp(17px, 2vw, 18px);
    font-weight: 500;
    padding-right: clamp(65px, 7vw, 70px);
    position: relative; }
    .arrow-btn a:hover {
      opacity: 1; }
      .arrow-btn a:hover:after {
        transform: translate(3px, -50%); }
    .arrow-btn a:before, .arrow-btn a:after {
      content: '';
      position: absolute;
      top: 50%;
      transition: .3s; }
    .arrow-btn a:before {
      background: #fff;
      border: 1.5px solid #bf1d28;
      border-radius: 50%;
      height: 50px;
      right: 0;
      transform: translateY(-50%);
      width: 50px; }
      @media screen and (min-width: 1025px) {
        .arrow-btn a:before {
          height: 55px;
          width: 55px; } }
    .arrow-btn a:after {
      background: #bf1d28;
      height: 18px;
      right: 15px;
      transform: translateY(-50%);
      width: 18px;
      mask-image: url(img/icon/arrow.svg) no-repeat center/cover;
      -webkit-mask: url(img/icon/arrow.svg) no-repeat center/cover; }
      @media screen and (min-width: 1025px) {
        .arrow-btn a:after {
          height: 20px;
          right: 17px;
          width: 20px; } }

/* Tel Icon
-----------------------------------------------------------*/
.tel-icon a {
  display: block; }
  .tel-icon a .num {
    color: #1a403b;
    position: relative; }
    .tel-icon a .num:before, .tel-icon a .num:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .tel-icon a .num:before {
      background: #1a403b;
      mask-image: url(img/icon/tel.svg) no-repeat center/cover;
      -webkit-mask: url(img/icon/tel.svg) no-repeat center/cover; }
    .tel-icon a .num:after {
      border: 1.5px solid #1a403b;
      border-radius: 50%;
      left: 0; }
  .tel-icon a .time {
    display: block; }

/*------------------------------------------------------------------------------ 
  Header
------------------------------------------------------------------------------*/
header {
  background: #fff;
  padding: 0 15px; }
  @media (max-width: 1024px) {
    header {
      align-items: center;
      height: 85px;
      display: flex;
      max-width: calc(100% - 75px); } }
  @media screen and (min-width: 1025px) {
    header {
      left: 0;
      padding: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100; } }
  header .logo {
    font-size: 2em;
    margin: 0; }
    header .logo a {
      display: flex; }
      header .logo a img {
        max-width: 100%;
        width: clamp(270px, 28vw, 300px); }
  @media (min-width: 1025px) {
    header #head-in {
      margin: auto;
      max-width: 1300px;
      padding: 12px 25px;
      width: 95%; } }
  header #head-in .tel-icon {
    line-height: 1.4; }
    header #head-in .tel-icon a .num {
      font-size: 28px;
      font-weight: bold;
      padding-left: 48px; }
      header #head-in .tel-icon a .num:before {
        height: 21px;
        left: 9px;
        width: 21px; }
      header #head-in .tel-icon a .num:after {
        height: 40px;
        width: 40px; }
    header #head-in .tel-icon a .time {
      font-size: 14px;
      text-align: right; }
  @media screen and (min-width: 1025px) {
    header nav {
      background: #1a403b;
      padding: 7px 0; } }
  header nav input[type="checkbox"] {
    display: none; }
  header nav input[type="checkbox"]:checked ~ .nav-btn span:first-of-type {
    left: 43%;
    top: 13px;
    transform: rotate(-45deg) translateX(-50%); }
  header nav input[type="checkbox"]:checked ~ .nav-btn span:nth-of-type(2) {
    background: transparent; }
  header nav input[type="checkbox"]:checked ~ .nav-btn span:nth-of-type(3) {
    left: 44%;
    top: 34px;
    transform: rotate(45deg) translateX(-50%); }
  header nav input[type="checkbox"]:checked ~ #head-nav {
    opacity: 1;
    visibility: visible; }
  header nav .nav-btn {
    background: #1a403b;
    border-radius: 50%;
    height: 65px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 65px;
    z-index: 100; }
    @media screen and (min-width: 1025px) {
      header nav .nav-btn {
        display: none; } }
    header nav .nav-btn span {
      border-radius: 3px;
      display: block;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }
      header nav .nav-btn span:not(:last-of-type) {
        background: #fff;
        height: 2px;
        transition: .3s;
        width: 30px; }
      header nav .nav-btn span:first-of-type {
        top: 15px; }
      header nav .nav-btn span:nth-of-type(2) {
        top: 24px; }
      header nav .nav-btn span:nth-of-type(3) {
        top: 33px; }
      header nav .nav-btn span:last-of-type {
        bottom: 5px;
        color: #fff;
        font-size: 11px; }
  @media screen and (max-width: 1024px) {
    header nav #head-nav {
      background: #fff;
      height: 100dvh;
      left: 0;
      opacity: 0;
      overflow-x: hidden;
      overflow-y: scroll;
      padding: 0 15px 45px;
      position: fixed;
      top: 0;
      transition: opacity .3s, visibility .3s;
      visibility: hidden;
      width: 100%;
      z-index: 99; } }
  @media screen and (min-width: 1025px) {
    header nav #head-nav {
      margin: auto;
      max-width: 1500px;
      width: 95%; } }
  header nav #head-nav .logo {
    align-items: center;
    height: 85px;
    display: flex; }
  @media screen and (max-width: 1024px) {
    header nav #head-nav #nav {
      padding-top: 30px; } }
  @media (min-width: 1025px) {
    header nav #head-nav #nav {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      line-height: 1.5;
      margin: auto;
      width: 90%; } }
  @media (min-width: 1025px) {
    header nav #head-nav #nav li {
      border-right: 1px solid #fff;
      text-align: center; }
      header nav #head-nav #nav li:first-of-type {
        border-left: 1px solid #fff; } }
  header nav #head-nav #nav li a {
    display: block;
    font-size: 17px;
    padding: 20px; }
    @media screen and (min-width: 1025px) {
      header nav #head-nav #nav li a {
        color: #fff;
        font-size: 16px;
        padding: 0; } }
    header nav #head-nav #nav li a:hover {
      opacity: 1; }
      header nav #head-nav #nav li a:hover .uppercase {
        transform: translateY(-2px); }
    @media screen and (min-width: 1025px) {
      header nav #head-nav #nav li a .uppercase {
        display: block;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        transition: transform .3s; } }
  header nav #head-nav #nav .current a {
    position: relative; }
    header nav #head-nav #nav .current a:before {
      background: #fff;
      bottom: 0;
      content: '';
      height: 1px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 75px;
      width: 30px; }
    header nav #head-nav #nav .current a .uppercase {
      transform: translateY(-3px); }
  header nav #head-nav #nav .tel a {
    line-height: 1.5;
    margin: 40px auto 0;
    padding: 12px; }
    header nav #head-nav #nav .tel a .num {
      font-size: 22px;
      font-weight: 500; }
      header nav #head-nav #nav .tel a .num .uppercase {
        font-size: 16px; }
    header nav #head-nav #nav .tel a .time {
      display: block;
      font-size: 14px;
      font-weight: 400; }

/*------------------------------------------------------------------------------ 
  Sub Header
------------------------------------------------------------------------------*/
#sub-head,
.news-ttl_area,
.not-found_ttl {
  padding: clamp(70px, 10vw, 140px) 0; }
  @media screen and (min-width: 1025px) {
    #sub-head,
    .news-ttl_area,
    .not-found_ttl {
      margin-top: 138px; } }

#sub-head {
  position: relative; }
  #sub-head:before, #sub-head:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  #sub-head:before {
    background: url(img/header/news.jpg) no-repeat 0 40%/cover; }
  #sub-head:after {
    background: rgba(5, 13, 12, 0.3); }
  #sub-head .sub-head_ttl {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    text-align: center; }
    #sub-head .sub-head_ttl .en {
      display: block;
      font-size: clamp(35px, 4vw, 45px);
      text-shadow: 3px 2px 1px #0b1a18; }
    #sub-head .sub-head_ttl .jp {
      font-size: clamp(18px, 2vw, 20px);
      text-shadow: 1px 1px 1px #0b1a18; }

/* News Title Area
-----------------------------------------------------------*/
.news-ttl_area {
  background: #f2f7f7; }
  .news-ttl_area time {
    color: #616665;
    font-size: clamp(16px, 1.5vw, 18px); }
  .news-ttl_area .article-ttl {
    color: #1a403b;
    font-size: clamp(22px, 2.5vw, 32px); }

/* 404 header
-----------------------------------------------------------*/
.not-found_ttl {
  font-size: clamp(33px, 4vw, 40px);
  font-weight: 500;
  padding-bottom: 0;
  text-align: center; }

/*------------------------------------------------------------------------------ 
  Breadcrumbs
------------------------------------------------------------------------------*/
.breadcrumbs {
  border-bottom: 1px solid #ced9d7;
  padding: 5px 15px; }
  .breadcrumbs li {
    color: #1f665e;
    display: inline-block;
    font-size: 14px;
    position: relative; }
    .breadcrumbs li:not(:last-of-type) {
      padding-right: 17px; }
      .breadcrumbs li:not(:last-of-type):after {
        content: ' > ';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .breadcrumbs li a {
      color: #616665; }

/*------------------------------------------------------------------------------ 
  Sub Page
------------------------------------------------------------------------------*/
#sub {
  padding: clamp(75px, 8vw, 120px) 0 clamp(80px, 12vw, 150px);
  /* News ------------------------------------------------------
  -----------------------------------------------------------*/
  /* Single ----------------------------------------------------
  -----------------------------------------------------------*/
  /* 404 -------------------------------------------------------
  -----------------------------------------------------------*/ }
  @media (min-width: 768px) {
    #sub #news .news-li {
      margin: 0 15px; } }
  #sub #news .news-li li a {
    border-bottom: 1px solid #ced9d7;
    display: block;
    padding: 10px 20px; }
    #sub #news .news-li li a:hover {
      opacity: 1; }
      #sub #news .news-li li a:hover .ttl {
        color: #1f665e; }
    #sub #news .news-li li a time {
      display: block; }
    #sub #news .news-li li a time {
      color: #616665;
      font-size: 15px; }
    #sub #news .news-li li a .ttl {
      display: block;
      margin-top: 5px;
      transition: color .3s; }
  #sub #news .pagination {
    font-size: clamp(20px, 2vw, 23px);
    margin-top: clamp(70px, 9vw, 100px); }
    #sub #news .pagination .nav-links {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 15px 20px;
      justify-content: center; }
    #sub #news .pagination .page-numbers {
      align-items: center;
      border: 2px solid #fff;
      border-radius: 50%;
      display: flex;
      font-weight: 400;
      justify-content: center;
      transition: .3s;
      height: 50px;
      width: 50px; }
      #sub #news .pagination .page-numbers:hover {
        border: 2px solid #bf1d28; }
    #sub #news .pagination .current {
      background: #bf1d28;
      border: 2px solid #bf1d28;
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      height: 50px;
      width: 50px; }
      #sub #news .pagination .current:hover {
        border: none; }
    #sub #news .pagination .dots {
      border: none; }
      #sub #news .pagination .dots:hover {
        border: none; }
  #sub #single article {
    margin-top: clamp(20px, 4vw, 50px);
    /* Heading
    -----------------------------------------------------------*/
    /* Group
    -----------------------------------------------------------*/
    /* Image
    -----------------------------------------------------------*/
    /* Button
    -----------------------------------------------------------*/
    /* Table
    -----------------------------------------------------------*/
    /* Contact Form
    -----------------------------------------------------------*/ }
    #sub #single article .has-background {
      margin: 25px 0;
      padding: 20px; }
    #sub #single article .wp-block-separator {
      margin: clamp(60px, 8vw, 90px) 0; }
    #sub #single article ul,
    #sub #single article ol {
      margin: clamp(30px, 3vw, 35px) 0;
      padding-left: clamp(25px, 3vw, 30px); }
      #sub #single article ul li,
      #sub #single article ol li {
        margin-bottom: 8px; }
      #sub #single article ul ul,
      #sub #single article ol ul {
        list-style: circle;
        margin: 13px 0 30px;
        padding-left: 15px; }
    #sub #single article ul {
      list-style: disc; }
    #sub #single article ul.has-background,
    #sub #single article ol.has-background {
      padding: 30px clamp(25px, 2vw, 30px) 30px clamp(40px, 5vw, 55px); }
    #sub #single article strong {
      font-weight: 500; }
    #sub #single article p a {
      text-decoration: underline;
      text-decoration-color: #bf1d28;
      text-decoration-thickness: 2px;
      text-underline-offset: 5px; }
    #sub #single article h2, #sub #single article h3, #sub #single article h4, #sub #single article h5, #sub #single article h6 {
      font-weight: 500; }
    #sub #single article h2 {
      margin-top: clamp(60px, 7vw, 75px); }
      #sub #single article h2.has-background {
        border: none;
        color: initial;
        margin: clamp(65px, 7vw, 80px) 0 35px; }
    #sub #single article h3 {
      margin: clamp(45px, 5vw, 55px) 0 20px; }
    #sub #single article h4 {
      margin: clamp(35px, 3vw, 45px) 0 15px; }
    #sub #single article .wp-block-group {
      margin: clamp(65px, 7vw, 80px) 0; }
      #sub #single article .wp-block-group .wp-block-gallery,
      #sub #single article .wp-block-group .wp-block-columns {
        margin: clamp(20px, 4vw, 40px) 0; }
    #sub #single article .wp-block-columns {
      gap: 1em;
      margin: clamp(40px, 6vw, 60px) 0; }
      #sub #single article .wp-block-columns figure.wp-block-image,
      #sub #single article .wp-block-columns .wp-block-image {
        margin: 0; }
      #sub #single article .wp-block-columns .wp-block-gallery {
        margin: 0; }
    #sub #single article .wp-block-media-text {
      margin: clamp(15px, 3vw, 30px) 0; }
      @media screen and (max-width: 600px) {
        #sub #single article .wp-block-media-text .wp-block-media-text__content {
          padding: 0 20px; }
          #sub #single article .wp-block-media-text .wp-block-media-text__content p {
            margin-top: 12px; } }
      #sub #single article .wp-block-media-text .has-normal-font-size {
        font-size: 16px; }
    #sub #single article .wp-block-image {
      margin: clamp(25px, 4vw, 45px) 0; }
      #sub #single article .wp-block-image figure {
        margin: 0; }
    #sub #single article .wp-block-gallery {
      margin: clamp(30px, 3vw, 40px) 0 clamp(40px, 4vw, 50px); }
      #sub #single article .wp-block-gallery .wp-block-image {
        margin: 0; }
        #sub #single article .wp-block-gallery .wp-block-image figcaption {
          background: none !important;
          font-size: clamp(16px, 2vw, 17px) !important;
          font-weight: 500;
          padding: clamp(10px, 1vw, 15px) !important;
          text-shadow: 1px 1px 2px #0b1a18 !important; }
      #sub #single article .wp-block-gallery figure.wp-block-image {
        flex-grow: 0; }
        #sub #single article .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 article .wp-block-buttons {
      justify-content: center;
      margin: clamp(45px, 5vw, 60px) 0; }
      #sub #single article .wp-block-buttons .wp-block-button {
        max-width: 95%; }
        #sub #single article .wp-block-buttons .wp-block-button .wp-block-button__link {
          background: #fff;
          border: 1.5px solid #1f665e;
          border-radius: 2px;
          color: #0b1a18;
          display: block;
          font-size: 16px;
          margin: auto;
          padding: 17px 20px;
          text-align: left; }
          #sub #single article .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
            background-color: #1f665e;
            color: #fff;
            opacity: 1; }
        #sub #single article .wp-block-buttons .wp-block-button .has-background {
          border: none;
          padding: 17px 20px; }
        #sub #single article .wp-block-buttons .wp-block-button .wp-block-button.has-custom-font-size .wp-block-button__link {
          font-size: inherit; }
    #sub #single article .wp-block-table {
      margin: clamp(40px, 5vw, 65px) 0; }
      #sub #single article .wp-block-table table {
        border-collapse: collapse; }
        #sub #single article .wp-block-table table th {
          font-weight: 500; }
        #sub #single article .wp-block-table table td {
          padding: 12px;
          word-break: break-word; }
    #sub #single article .is-style-regular table td {
      border: 1px solid #9da6a5; }
    #sub #single article .wpcf7 {
      margin: clamp(50px, 5vw, 60px) auto;
      width: min(95%, 500px); }
      @media screen and (min-width: 768px) {
        #sub #single article .wpcf7 {
          width: min(95%, 950px); } }
      #sub #single article .wpcf7 label {
        margin-bottom: clamp(30px, 4vw, 45px); }
        @media screen and (max-width: 767px) {
          #sub #single article .wpcf7 label {
            display: block; } }
        @media screen and (min-width: 768px) {
          #sub #single article .wpcf7 label {
            display: flex;
            justify-content: space-between; } }
        #sub #single article .wpcf7 label:last-of-type .form-txt {
          margin-bottom: auto; }
        #sub #single article .wpcf7 label .form-txt {
          font-size: clamp(16px, 2vw, 17px); }
          @media screen and (min-width: 768px) {
            #sub #single article .wpcf7 label .form-txt {
              width: min(30%, 200px); } }
          #sub #single article .wpcf7 label .form-txt .required {
            color: #bf1d28;
            font-size: clamp(18px, 2vw, 20px);
            font-weight: 500; }
        #sub #single article .wpcf7 label .wpcf7-form-control-wrap {
          display: block; }
          @media screen and (max-width: 767px) {
            #sub #single article .wpcf7 label .wpcf7-form-control-wrap {
              margin-top: 7px; } }
          @media screen and (min-width: 768px) {
            #sub #single article .wpcf7 label .wpcf7-form-control-wrap {
              width: calc(100% - min(33%, 230px)); } }
          #sub #single article .wpcf7 label .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text,
          #sub #single article .wpcf7 label .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
            background: #fff;
            border: 1px solid #616665;
            border-radius: 2px;
            padding: 10px;
            width: 100%; }
          #sub #single article .wpcf7 label .wpcf7-form-control-wrap textarea {
            height: clamp(200px, 22vw, 250px);
            line-height: 1.7; }
      #sub #single article .wpcf7 input[type="checkbox"] {
        display: none; }
      #sub #single article .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
        display: block;
        margin: 0; }
        #sub #single article .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
          display: block !important;
          margin-bottom: 20px; }
          #sub #single article .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
            cursor: pointer;
            position: relative;
            padding-left: 25px; }
            #sub #single article .wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
              background: #fff;
              border: 1px solid #616665;
              border-radius: 2px;
              content: "";
              display: block;
              height: 18px;
              left: 0;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              width: 18px; }
          #sub #single article .wpcf7 .wpcf7-acceptance .wpcf7-list-item label input[type="checkbox"]:checked ~ .wpcf7-list-item-label:before {
            background: #2652bf;
            border-color: #2652bf; }
          #sub #single article .wpcf7 .wpcf7-acceptance .wpcf7-list-item label 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;
            top: 8px;
            transform: rotate(135deg);
            width: 10px; }
      #sub #single article .wpcf7 input.wpcf7-submit {
        background: #fff;
        border: 2px solid #1f665e;
        color: #0b1a18;
        display: block;
        font-size: clamp(17px, 2vw, 19px);
        font-weight: 500;
        letter-spacing: 8px;
        margin: clamp(40px, 4vw, 50px) auto;
        padding: 20px 0;
        transition: .2s;
        width: 100%; }
        @media screen and (min-width: 768px) {
          #sub #single article .wpcf7 input.wpcf7-submit {
            max-width: 500px;
            width: 75%; } }
        #sub #single article .wpcf7 input.wpcf7-submit:hover {
          background: #1f665e;
          color: #fff;
          cursor: pointer; }
      #sub #single article .wpcf7 .recaptcha {
        font-size: clamp(14px, 2vw, 15px); }
        @media screen and (min-width: 1280px) {
          #sub #single article .wpcf7 .recaptcha {
            text-align: center; } }
        #sub #single article .wpcf7 .recaptcha a {
          font-weight: bold;
          text-decoration: none; }
      #sub #single article .wpcf7 .wpcf7-response-output {
        background: #fff;
        font-size: clamp(16px, 2vw, 18px); }
  #sub #single .arrow-btn {
    border-top: 1px solid #ced9d7;
    margin-top: clamp(100px, 15vw, 190px);
    padding-top: clamp(80px, 10vw, 120px); }
  #sub .not-found {
    text-align: center; }
    #sub .not-found p {
      font-size: clamp(20px, 2vw, 23px);
      margin-bottom: 40px; }

/*------------------------------------------------------------------------------ 
  Footer
------------------------------------------------------------------------------*/
#foot-cta {
  background: #f2f7f7;
  padding: 55px 0; }
  #foot-cta .foot-cta_in {
    align-items: center;
    display: grid;
    gap: 15px 0; }
    @media (min-width: 1025px) {
      #foot-cta .foot-cta_in {
        grid-template-columns: clamp(300px, 30vw, 350px) 1fr;
        margin: auto;
        width: min(90%, 1000px); } }
    #foot-cta .foot-cta_in p {
      font-size: clamp(16px, 1.5vw, 18px); }
    #foot-cta .foot-cta_in .cta-btn {
      display: grid;
      gap: 20px 0; }
      @media (min-width: 650px) {
        #foot-cta .foot-cta_in .cta-btn {
          grid-template-columns: repeat(2, 1fr); } }
      #foot-cta .foot-cta_in .cta-btn .btn a {
        align-items: center;
        height: 70px;
        display: flex;
        justify-content: center; }
        #foot-cta .foot-cta_in .cta-btn .btn a:hover span:before {
          background: #fff; }
        #foot-cta .foot-cta_in .cta-btn .btn a span {
          padding-left: 32px;
          position: relative; }
          #foot-cta .foot-cta_in .cta-btn .btn a span:before {
            background: #0b1a18;
            content: '';
            left: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            transition: .3s; }
      #foot-cta .foot-cta_in .cta-btn .tel a span {
        font-size: 20px; }
        #foot-cta .foot-cta_in .cta-btn .tel a span:before {
          height: 23px;
          width: 23px;
          mask-image: url(img/icon/tel.svg) no-repeat center/cover;
          -webkit-mask: url(img/icon/tel.svg) no-repeat center/cover; }
      #foot-cta .foot-cta_in .cta-btn .mail a span {
        font-size: 17px; }
        #foot-cta .foot-cta_in .cta-btn .mail a span:before {
          height: 16px;
          width: 25px;
          mask-image: url(img/icon/mail.svg) no-repeat center/cover;
          -webkit-mask: url(img/icon/mail.svg) no-repeat center/cover; }

footer {
  background: #1a403b;
  color: #fff; }
  footer #foot-in {
    align-items: normal;
    max-width: 1300px;
    padding: clamp(50px, 5vw, 60px) 20px 20px;
    row-gap: 40px; }
    @media (min-width: 768px) and (max-width: 1279px) {
      footer #foot-in {
        width: 90%; } }
    @media (max-width: 767px) {
      footer #foot-in .left-cont {
        font-weight: 500; } }
    @media screen and (max-width: 1024px) {
      footer #foot-in .left-cont {
        margin: auto;
        max-width: 500px;
        width: 95%; } }
    @media screen and (min-width: 1025px) {
      footer #foot-in .left-cont {
        padding-bottom: 40px; } }
    footer #foot-in .left-cont .logo {
      margin-bottom: 30px; }
      footer #foot-in .left-cont .logo a img {
        max-width: 100%;
        width: clamp(270px, 27vw, 280px); }
    footer #foot-in .left-cont .tel a {
      color: #fff; }
      footer #foot-in .left-cont .tel a .uppercase {
        font-size: clamp(15px, 2vw, 16px); }
      footer #foot-in .left-cont .tel a .num {
        font-size: clamp(18px, 2vw, 20px); }
    footer #foot-in .left-cont .insta-icon {
      display: block;
      margin-top: 15px;
      width: 25px; }
    footer #foot-in .right-cont {
      width: 100%; }
      @media screen and (min-width: 1025px) {
        footer #foot-in .right-cont {
          display: flex;
          flex-direction: column;
          max-width: 600px;
          width: 60%; } }
      footer #foot-in .right-cont .foot-nav {
        font-size: 16px;
        margin: 0;
        max-width: 500px; }
        @media screen and (max-width: 1024px) {
          footer #foot-in .right-cont .foot-nav {
            display: none; } }
        footer #foot-in .right-cont .foot-nav a {
          color: #fff; }
      footer #foot-in .right-cont #copyright {
        font-size: clamp(14px, 1vw, 15px);
        margin-top: auto; }
        @media (max-width: 1024px) {
          footer #foot-in .right-cont #copyright {
            text-align: center; } }

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