@charset "UTF-8";
@import url("../css/all.css");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2"), url("../fonts/NotoSansJP-Thin.woff") format("woff"), url("../fonts/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../fonts/NotoSansJP-Light.woff") format("woff"), url("../fonts/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansJP-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansJP-DemiLight.woff") format("woff"), url("../fonts/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff"), url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium.woff") format("woff"), url("../fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold.woff") format("woff"), url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP-Black.woff") format("woff"), url("../fonts/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Mono JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansMonoJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansMonoJP-Regular.woff") format("woff"), url("../fonts/NotoSansMonoJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans Mono JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansMonoJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansMonoJP-Bold.woff") format("woff"), url("../fonts/NotoSansMonoJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-VariableFont_wght.woff") format("woff");
}
/*--------------------------------------------- ハンバーガーナビ ---------------------------------------------*/
.el_humburger {
  position: absolute;
  right: 18px;
  width: 35px;
  height: auto;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #ee7e3f;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger > span {
  background: #ee7e3f;
}

.js_humburgerOpen .el_humburger > span.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #ee7e3f;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(248, 250, 251, 0.95);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding-top: 150px;
  padding-inline: 40px;
}

.navigation_item {
  font-size: 2rem;
  margin-bottom: 20px;
}

.navigation_item > a {
  text-decoration: none;
  display: block;
  width: 100%;
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.news-content {
  display: none;
}

.news-content.show {
  display: block;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes fade {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
/*--------------------------------------------- 共通 ---------------------------------------------*/
header {
  width: 100%;
  min-height: 80px;
  margin-inline: auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}
header .header-inner {
  max-width: 1060px;
  padding-inline: 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 80px;
  }
}
header .header__logo a::after {
  content: none;
}
header .header__logo a:hover {
  opacity: 0.8;
  -webkit-transition: al 0.3s;
  transition: al 0.3s;
}
header nav.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
header nav.header__nav ul li.nav-contact {
  background: #ee7e3f;
}
header nav.header__nav ul li.nav-contact a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 27px 24px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
header nav.header__nav ul li.nav-contact a::after {
  content: none;
}
header nav.header__nav ul li.nav-contact a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1060px) {
  header nav.header__nav.pc {
    width: 100%;
  }
  header nav.header__nav.pc ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 20px;
  margin-bottom: 20px;
  max-width: 1060px;
  padding-inline: 20px;
  margin-inline: auto;
}
footer .footer-inner .footer__nav {
  padding-top: 40px;
}
footer .footer-inner .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-inner .footer__nav ul li:not(:last-child)::after {
  content: "|";
  padding-inline: 20px;
}
footer .footer-inner .footer__logo,
footer .footer-inner .footr__qr {
  width: 150px;
}
footer .footer-inner .footer__logo p,
footer .footer-inner .footr__qr p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-inner .footer__logo {
    width: 125px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-inner .footer__nav {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    line-height: 2;
  }
  footer .footer-inner .footr__qr {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 110px;
  }
}
footer .copyright {
  background-color: #2d0d73;
  font-size: 1.2rem;
  color: #fff;
  padding-block: 6px;
  text-align: center;
}

:not(.button) > a {
  position: relative;
}
:not(.button) > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
:not(.button) > a:hover::after {
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.button a::after {
  content: none;
}
.button a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

hr.footer-top {
  border-bottom: 5px solid #2d0d73;
  margin-bottom: 20px;
}

main {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  main {
    background-image: url("../img/TOKUI.svg");
    background-position: top 40px left -20px;
    background-repeat: no-repeat;
  }
}

section .section-inner {
  max-width: 1060px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
}

.button-more a {
  max-width: 280px;
  height: 60px;
  border: 2px solid #2d0d73;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2d0d73;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.button-more a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-more a::after {
  content: "";
  background-image: url("../img/arrow-more-p.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-feature-more {
  margin-top: clamp(4rem, 2.216rem + 6.49vw, 10rem);
  margin-bottom: 30px;
}
.button-feature-more a {
  max-width: 280px;
  height: 60px;
  border: 2px solid #2d0d73;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2d0d73;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-inline: auto;
}
.button-feature-more a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-feature-more a::after {
  content: "";
  background-image: url("../img/arrow-more-p.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-feature-more-l a {
  max-width: 450px;
  height: 100px;
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
}
@media screen and (max-width: 767px) {
  .button-feature-more-l a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.button-feature-more-l a::after {
  background-image: url("../img/arrow-60-p.svg");
  width: 60px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .button-feature-more-l a::after {
    position: relative;
    right: 0;
  }
}

.button-contact a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #ee7e3f;
  color: #fff;
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
  border-radius: 10px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 38.5px;
  -webkit-box-shadow: 0 5px 0 #c45c3c;
          box-shadow: 0 5px 0 #c45c3c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button-contact a {
    padding-top: 20.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.button-contact a:hover {
  -webkit-box-shadow: 0 0 0 #c45c3c;
          box-shadow: 0 0 0 #c45c3c;
  -webkit-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
}
.button-contact a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.button-contact a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-contact a::before {
  content: "";
  background-image: url("../img/fukidashi.svg");
  width: 282px;
  height: 52px;
  display: inline-block;
  position: absolute;
  top: -10px;
}

.button-contact-40 a {
  max-width: 400px;
  height: 100px;
  aspect-ratio: 400/110;
}
.button-contact-40 a::after {
  content: "";
  background-image: url("../img/arrow-40.svg");
  display: inline-block;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 52px;
}
@media screen and (max-width: 767px) {
  .button-contact-40 a::after {
    position: relative;
    top: 5px;
    right: 0;
  }
}

.button-contact-60 a {
  max-width: 450px;
  height: 100px;
}
.button-contact-60 a::after {
  content: "";
  background-image: url("../img/arrow-60.svg");
  display: inline-block;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 42px;
}
@media screen and (max-width: 767px) {
  .button-contact-60 a::after {
    position: relative;
    top: 0;
    right: 0;
  }
}

.bg-gray {
  background-color: #f8fafb;
}

.second h2.section-title {
  font-size: clamp(2rem, 1.67rem + 1.27vw, 3.2rem);
  font-weight: bold;
  line-height: clamp(2.2rem, 1.485rem + 2.76vw, 4.8rem);
  margin-bottom: 30px;
  max-width: 600px;
  width: 100%;
  color: #2d0d73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .second h2.section-title {
    padding-top: 20px;
  }
}
.second h2.section-title::after {
  content: "";
  border-bottom: 4px solid;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.second .bg-gray {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.216rem + 6.49vw, 10rem);
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.Oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.second .section__text {
  position: relative;
  padding: 40px 40px 44px 0;
  background: rgba(255, 255, 255, 0.8);
  max-width: 560px;
  width: 100%;
  height: 344px;
}
@media screen and (max-width: 1200px) {
  .second .section__text {
    padding: 30px;
  }
}

.box {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}
@media (width < 800px) {
  .box {
    padding-inline: 20px;
  }
}
.box .box-title {
  position: absolute;
  max-width: 400px;
  width: 80%;
  height: 40px;
  background-color: #2d0d73;
  color: #fff;
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.box .box__inner {
  border: 2px solid #2d0d73;
  padding-block: 60px 25px;
  padding-inline: clamp(1.25rem, 0.047rem + 4.65vw, 5.625rem);
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}

.qr-side {
  position: fixed;
  top: 50%;
  right: -5px;
  z-index: 1000;
  width: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qr-side img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .qr-side {
    width: 100px;
  }
  .qr-side.is-hide {
    -webkit-transform: translateX(calc(100% - 30px));
            transform: translateX(calc(100% - 30px));
  }
}

/*--------------------------------------------- top ---------------------------------------------*/
.home .hero {
  background-image: url("../img/KV.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1920/844;
  width: 100%;
  min-height: 844px;
  max-height: 844px;
  position: relative;
  margin-bottom: clamp(4rem, 2.216rem + 6.49vw, 10rem);
}
.home .hero-inner {
  max-width: 1060px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
  top: 143px;
}
.home .hero-inner h1.hero-title {
  margin-bottom: 20px;
  margin-left: 20px;
}
.home .hero-inner h1.hero-title img {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .hero-inner h1.hero-title {
    margin-left: 0;
  }
}
.home .hero-inner .hero-text {
  margin-bottom: calc(1.6em + 50px);
  margin-left: 40px;
}
.home .hero-inner .button-more {
  padding-inline: 40px;
}
.home .hero-inner::before {
  content: "";
  border-left: 4px solid;
  border-bottom: 4px solid;
  max-width: 1000px;
  width: calc(100% - 24px);
  max-height: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  aspect-ratio: 1000/700;
}
.home .hero-inner::after {
  content: "";
  border-right: 4px solid;
  border-top: 4px solid;
  max-width: 1000px;
  width: 100%;
  max-height: 700px;
  height: 100%;
  position: absolute;
  top: -103px;
  aspect-ratio: 1000/700;
  right: 20px;
}
.home section .h2-sub {
  font-size: 2rem;
  font-weight: bold;
  color: #2d0d73;
}
.home section h2.section-title {
  font-size: clamp(4.8rem, 4.36rem + 1.7vw, 6.4rem);
  font-weight: bold;
  max-width: 600px;
  width: 100%;
  color: #2d0d73;
  line-height: clamp(4.8rem, 4.36rem + 1.7vw, 6.4rem);
  margin-bottom: clamp(2rem, 1.12rem + 3.4vw, 5.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home section h2.section-title::after {
  content: "";
  border-bottom: 4px solid;
  width: 100%;
  position: relative;
}
.home section#news {
  padding-block: clamp(4rem, 2.216rem + 6.49vw, 10rem);
}
.home section#news h2.montserrat {
  font-weight: bold;
  font-size: 5rem;
  color: #2d0d73;
  line-height: 43px;
}
.home section#news h2.montserrat::after {
  content: none;
}
.home section#news .button-all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 2rem;
}
.home section#news#feature {
  padding-block: 200px;
}
.home section#news .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home section#news .news-h2Title {
  margin-bottom: 40px;
}
.home section#news .news-list {
  max-width: 880px;
  width: 100%;
}
.home section#news .news-list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid;
  padding-bottom: 16px;
  margin-bottom: 40px;
  line-height: 1;
}
.home section#news .news-list-child:last-child {
  margin-bottom: 0;
}
.home section#news .news-list-date {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
}
.home section#news .news-list-date .date {
  font-size: clamp(1.8rem, 1.635rem + 0.64vw, 2.4rem);
}
.home section#news .news-list-title {
  font-size: 2rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .home section#about {
    padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.216rem + 6.49vw, 10rem);
    background-image: url("../img/about-img-01.jpg");
    background-repeat: no-repeat;
    background-position: top clamp(8rem, 4.432rem + 12.97vw, 20rem) right;
  }
}
@media screen and (max-width: 767px) {
  .home section#about {
    background-size: cover;
    background-position: top right 20%;
  }
}
.home section#about .section__text {
  max-width: 600px;
  width: 100%;
  height: auto;
  padding: 40px 40px 44px 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .home section#about .section__text {
    padding: 30px;
  }
}
.home section#about .section__text h3 {
  font-size: clamp(2rem, 1.67rem + 1.27vw, 3.2rem);
  margin-bottom: 32px;
}
.home section#about .section__text p {
  line-height: 3.6rem;
  padding-bottom: 3.6rem;
  letter-spacing: 0.05em;
}
.home section#about .section__text p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home section#about .section__img {
    display: none;
  }
}
.home section#feature {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.216rem + 6.49vw, 10rem);
}
.home section#feature .h3-No {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: clamp(4.8rem, 4.36rem + 1.7vw, 6.4rem);
  font-weight: bold;
  color: #2d0d73;
}
.home section#feature h3 {
  font-size: clamp(2rem, 1.67rem + 1.27vw, 3.2rem);
  margin-bottom: 30px;
}
.home section#feature .section__text {
  line-height: 3.6rem;
}
.home section#feature .feature__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}
.home section#feature .feature__child .feature__text {
  max-width: 460px;
  letter-spacing: 0.05em;
}
.home section#feature .feature__child .feature.img {
  max-width: 520px;
  width: 100%;
}
.home section#feature .feature__child.feature__child-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home section#feature .feature__child.feature__child-03 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .home section#distinct {
    padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) 100px;
    background-image: url("../img/distinct-img-01.jpg");
    background-repeat: no-repeat;
    background-position: top clamp(8rem, 4.432rem + 12.97vw, 20rem) right;
  }
}
@media screen and (max-width: 767px) {
  .home section#distinct {
    background-position: top left 20%;
    background-size: cover;
  }
}
.home section#distinct .section__text {
  max-width: 600px;
  min-height: 516px;
  width: 100%;
  padding: 40px 40px 44px 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .home section#distinct .section__text {
    padding: 30px;
    margin-bottom: 40px;
  }
}
.home section#distinct .section__text h3 {
  font-size: clamp(2rem, 1.67rem + 1.27vw, 3.2rem);
  margin-bottom: 32px;
}
.home section#distinct .section__text p {
  line-height: 3.6rem;
  padding-bottom: 3.6rem;
  letter-spacing: 0.05em;
}
.home section#distinct .section__text p:last-child {
  padding-bottom: 0;
}
.home section#distinct .section__img {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .home section#distinct .section__img {
    display: none;
  }
}
.home section#distinct .button-more a {
  max-width: 300px;
  width: 100%;
  height: 60px;
  background: #ee7e3f;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .home section#distinct .button-more a {
    bottom: initial;
  }
}

/*--------------------------------------------- second 共通---------------------------------------------*/
.second .hero {
  background-position: top right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1920/440;
  width: 100%;
  min-height: 440px;
  max-height: 440px;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .second .hero {
    aspect-ratio: 1920/220;
    min-height: 220px;
    max-height: 220px;
    background-size: cover;
    background-position: center;
    padding: 5px;
  }
}
.second .hero-inner {
  max-width: 1060px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
  position: relative;
  top: 0;
}
.second .hero-inner h1.hero-title {
  position: absolute;
  margin-bottom: 0;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 20px;
  margin-left: 20px;
  text-shadow: 3px 3px 5px #fff, -3px -3px 5px #fff;
}
.second .hero-inner::after {
  content: "";
  border-right: 4px solid;
  border-top: 4px solid;
  max-width: 892px;
  width: 100%;
  max-height: 278px;
  aspect-ratio: 896/282;
  position: absolute;
  top: 40px;
  right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.second .hero-inner::before {
  content: "";
  border-left: 4px solid;
  border-bottom: 4px solid;
  max-width: 882px;
  width: 100%;
  max-height: 288px;
  aspect-ratio: 886/292;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width < 1140px) {
  .second .hero-inner::before {
    left: 0;
  }
}
.second .section__text {
  line-height: 3.6rem;
}

/*--------------------------------------------- about ---------------------------------------------*/
.about .hero {
  background-image: url("../img/about/main.jpg");
}
.about #about-01 .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 1.361rem + 10.2vw, 13.6rem);
  padding-inline: 0;
}
.about #about-01 .section-inner .section-inner__main {
  margin-bottom: 100px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .about #about-01 .section-inner .section-inner__main {
    background-image: url("../img/about/img01.jpg");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
.about #about-01 .section-inner .section-inner__main .section__text {
  max-width: 560px;
  width: 100%;
  padding: 40px 40px 44px 0;
  background: rgba(255, 255, 255, 0.8);
  height: auto;
}
@media screen and (max-width: 1200px) {
  .about #about-01 .section-inner .section-inner__main .section__text {
    padding: 30px;
  }
}
.about #about-01 .section-inner .section-inner__main .section__text h3 {
  font-size: clamp(2rem, 1.67rem + 1.27vw, 3.2rem);
  margin-bottom: 32px;
}
.about #about-01 .section-inner .section-inner__main .section__text p {
  line-height: 3.6rem;
  padding-bottom: 3.6rem;
  letter-spacing: 0.05em;
}
.about #about-01 .section-inner .section-inner__main .section__text p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about #about-01 .section-inner .section-inner__main .section__img {
    display: none;
  }
}
.about #about-01 .section-inner .bukken-more {
  background: url("../img/about/more.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 218px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 100px;
}
.about #about-01 .section-inner .bukken-more p {
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
}
.about #about-01 .section-inner .bukken-more .bukken-more__button a {
  position: relative;
  width: 288px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #2d0d73;
  color: #2d0d73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about #about-01 .section-inner .bukken-more .bukken-more__button a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about #about-01 .section-inner .bukken-more .bukken-more__button a:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.about #about-01 .section-inner .after-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .about #about-01 .section-inner .after-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about #about-01 .section-inner .after-service .after-service-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.about #about-01 .section-inner .after-service .after-service-child::before {
  content: "";
  display: inline-block;
  background-image: url("../img/check.svg");
  width: 20px;
  height: 20px;
}

#about-02 .section__text {
  margin-bottom: 112px;
  max-width: 100%;
  background: initial;
  padding: 0;
  height: auto;
}
#about-02 .about-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#about-02 .about-works .about-works-child {
  width: calc(33.3333333333% - 21.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1060px) {
  #about-02 .about-works .about-works-child {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #about-02 .about-works .about-works-child {
    width: 345px;
  }
}
#about-02 .about-works .about-works-child-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2d0d73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  #about-02 .about-works .about-works-child-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
#about-02 .about-works .about-works-child-title .title-no {
  font-size: clamp(6rem, 5.405rem + 2.16vw, 8rem);
  font-weight: bold;
  line-height: 1;
  margin-right: 16px;
  margin-top: -12px;
}
#about-02 .about-works .about-works-child-title h3 {
  font-size: 18px;
}
#about-02 .about-works .about-works-child-bottom {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#about-02 .about-works .about-works-child-bottom::before {
  content: "";
  border-left: 2px solid;
  border-bottom: 2px solid;
  max-width: 298px;
  width: 100%;
  max-height: 320px;
  height: 100%;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
}
#about-02 .about-works .about-works-child-bottom::after {
  content: "";
  border-right: 2px solid;
  border-top: 2px solid;
  max-width: 226px;
  width: 100%;
  max-height: 320px;
  height: 100%;
  position: absolute;
  top: -5px;
  right: 0;
}
#about-02 .about-works .about-works-child-bottom .about-works-child-img {
  margin-bottom: 17px;
}
#about-02 .button-contact a {
  position: relative;
  margin-top: 110px;
}

#about-03 .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 1.361rem + 10.2vw, 13.6rem);
}
#about-03 h2.section-title {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  #about-03 h2.section-title {
    margin-bottom: 40.5px;
  }
}
#about-03 .company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid;
  padding-block: 40.5px;
}
#about-03 .company-info dl dt {
  min-width: clamp(9rem, 7.351rem + 6.37vw, 15rem);
}
#about-03 .company-group {
  margin-top: 80px;
}
#about-03 .company-group h4 {
  font-size: 2rem;
  color: #2d0d73;
  border-bottom: 2px solid #2d0d73;
  margin-bottom: 40px;
}
#about-03 .company-group .group-child {
  line-height: 3.6rem;
}
#about-03 .company-group .group-child h5 {
  font-size: inherit;
}
#about-03 .company-group .group-child:not(:last-child) {
  margin-bottom: 40px;
}

/*--------------------------------------------- staff ---------------------------------------------*/
.staff .hero {
  background-image: url("../img/staff/main.jpg");
}
.staff #staff-01 .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 0.426rem + 13.81vw, 17rem);
  padding-inline: 0;
}
.staff #staff-01 .section-inner .section-inner__main {
  position: relative;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .staff #staff-01 .section-inner .section-inner__main {
    background-image: url("../img/staff/boss.jpg");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
@media screen and (max-width: 414px) {
  .staff #staff-01 .section-inner .section-inner__main {
    background-position: top center;
  }
}
.staff #staff-01 .section-inner .section__text {
  max-width: 560px;
  width: 100%;
  height: auto;
  padding: 40px 40px 44px 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1200px) {
  .staff #staff-01 .section-inner .section__text {
    padding: 30px;
  }
}
.staff #staff-01 .section-inner .section__text h3 {
  font-size: clamp(2rem, 1.67rem + 1.27vw, 3.2rem);
  margin-bottom: 32px;
}
.staff #staff-01 .section-inner .section__text p {
  line-height: 3.6rem;
  letter-spacing: 0.05em;
}
.staff #staff-01 .section-inner .section__text p:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff #staff-01 .section-inner .section__img {
    display: none;
  }
}
.staff #staff-01 .name-boss {
  position: absolute;
  right: 0;
  top: 500px;
}
@media screen and (max-width: 767px) {
  .staff #staff-01 .name-boss {
    display: none;
  }
}
.staff #staff-01 .name-boss-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .staff #staff-01 .name-boss-sp {
    display: block;
    text-align: right;
  }
}
.staff .img-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(4rem, 2.351rem + 6.37vw, 10rem);
}
.staff .img-staff .section-inner {
  max-width: 1060px;
  padding: 20px;
  margin-inline: 20px;
}
.staff .img-staff .section-inner::after {
  content: "";
  border-right: 2px solid;
  border-top: 2px solid;
  max-width: 896px;
  width: 100%;
  max-height: 282px;
  aspect-ratio: 896/282;
  position: absolute;
  top: 0;
  right: 0;
}
.staff .img-staff .section-inner::before {
  content: "";
  border-left: 2px solid;
  border-bottom: 2px solid;
  max-width: 896px;
  width: 100%;
  max-height: 282px;
  aspect-ratio: 896/282;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*--------------------------------------------- bukken ---------------------------------------------*/
.bukken .box {
  max-width: 1000px;
  width: 100%;
}
.bukken .box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.6rem;
}
.bukken .box .area .small {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bukken .box .area .small {
    display: none;
  }
}
.bukken .box .area .area-title {
  min-width: 11rem;
}
@media screen and (max-width: 767px) {
  .bukken .box .area .area-title {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 1060px) {
  .bukken .box .area {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.bukken .hero {
  background-image: url("../img/bukken/main.jpg");
}
.bukken #bukken-01 .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.351rem + 6.37vw, 10rem);
}
.bukken #bukken-01 .section__text {
  max-width: 100%;
  height: auto;
  padding: 0;
}
.bukken #bukken-02 .section-inner {
  padding-inline: 0;
}
.bukken #bukken-02 .section-inner .section-inner__main {
  margin-bottom: 80px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .bukken #bukken-02 .section-inner .section-inner__main {
    background-image: url("../img/bukken/bukken-01.jpg");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
.bukken #bukken-02 .section-inner .section__text {
  background: #f8fafb;
}
@media screen and (min-width: 768px) {
  .bukken #bukken-02 .section-inner .section__img {
    display: none;
  }
}
.bukken #bukken-02 .button-contact a {
  position: relative;
}
.bukken #bukken-02 .button-feature-more {
  margin-top: initial;
}
.bukken #bukken-02 h2.section-title {
  margin-bottom: clamp(4rem, 2.9rem + 4.25vw, 8rem);
}
.bukken #bukken-03 .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.351rem + 6.37vw, 10rem);
  padding-inline: 0;
}
.bukken #bukken-03 .section-inner .section-inner__main {
  margin-bottom: 80px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .bukken #bukken-03 .section-inner .section-inner__main {
    background-image: url("../img/bukken/bukken-02.jpg");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
.bukken #bukken-03 .section-inner .section__text {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .bukken #bukken-03 .section-inner .section__img {
    display: none;
  }
}
.bukken #bukken-03 .button-contact a {
  position: relative;
}
.bukken #bukken-03 .button-feature-more {
  margin-top: initial;
}
.bukken #bukken-03 h2.section-title {
  margin-bottom: clamp(4rem, 2.9rem + 4.25vw, 8rem);
}

/*--------------------------------------------- news ---------------------------------------------*/
.news .hero {
  background-image: url("../img/news/main.jpg");
}
@media screen and (max-width: 767px) {
  .news .hero {
    background-size: cover;
    background-position: center;
  }
}
.news h2.section-title {
  margin-bottom: 75px;
}
.news h2.section-title::after {
  border-bottom: 2px solid;
}
.news #news-01 .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.351rem + 6.37vw, 10rem);
}
.news .newsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(4rem, 2.351rem + 6.37vw, 10rem);
}
@media screen and (max-width: 767px) {
  .news .newsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .newsWrap .newsWrap__main {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news .newsWrap .newsWrap__main {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.news .newsWrap .newsWrap__side {
  max-width: 200px;
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news .newsWrap .newsWrap__side {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.news .newsWrap .newsWrap__side h2.section-title {
  margin-bottom: 40px;
}
.news .newsWrap .newsWrap__side .side__nav {
  cursor: pointer;
}
.news .newsWrap .newsWrap__side .side__nav .nav {
  border-bottom: 1px solid;
  padding-bottom: 8.5px;
  margin-bottom: 27.5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news .newsWrap .newsWrap__side .side__nav .nav {
    width: 30%;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news .newsWrap .newsWrap__side .side__nav .nav.all {
    width: 100%;
  }
}
.news .newsWrap .newsWrap__side .side__nav .nav.tab.active {
  font-weight: bold;
  color: #ee7e3f;
}
@media screen and (max-width: 767px) {
  .news .newsWrap .newsWrap__side .side__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news .newsWrap h2.section-title {
  font-size: clamp(1.8rem, 1.635rem + 0.64vw, 2.4rem);
  max-width: 100%;
}
.news .newsBox {
  margin-bottom: 80px;
}
.news .newsBox .newsBox__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid;
  padding-bottom: 15px;
}
.news .newsBox .newsBox__child:not(:last-of-type) {
  margin-bottom: 45px;
}
.news .newsBox .newsBox__child-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: clamp(1.25rem, 0.357rem + 3.45vw, 4.5rem);
}
.news .newsBox .newsBox__child-date .date-year {
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
}
.news .newsBox .newsBox__child-date .date-day {
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
}
.news .newsBox .newsTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.news .newsBox .newsTag {
  font-size: 1.2rem;
  color: #ee7e3f;
  border: 1px solid #ee7e3f;
  width: 150px;
  height: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.news .archive-pagination {
  max-width: 800px;
}
.news .archive-pagination .page-numbers {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  color: #2d0d73;
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.news .archive-pagination .page-numbers li {
  width: 40px;
  height: 40px;
  border: 1px solid;
}
.news .archive-pagination .page-numbers li .back,
.news .archive-pagination .page-numbers li .next {
  font-weight: initial;
}
.news .archive-pagination .page-numbers li .current {
  background: #2d0d73;
  color: #fff;
  cursor: default;
}
.news.single article h2.section-title {
  margin-bottom: 39px;
}
.news.single article h2.section-title::after {
  top: -11px;
}
.news.single article .newsInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(4rem, 2.216rem + 6.49vw, 10rem);
}
.news.single article .newsInfo .newsTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  color: #ee7e3f;
  border: 1px solid #ee7e3f;
  width: 110px;
  height: 20px;
}
.news.single article h3 {
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
  color: #2d0d73;
  margin-top: 40px;
}
.news.single article h4 {
  font-size: 1.8rem;
  margin-top: 40px;
}
.news.single article p {
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.news.single article img {
  margin-top: 40px;
}
.news.single article .wp-block-gallery {
  margin-top: 40px;
}
.news.single article .wp-block-gallery img {
  margin-top: 0;
}
.news.single article pre {
  line-height: 2.8rem;
  letter-spacing: 0.05em;
}
.news.single article ul {
  list-style: disc;
  margin-left: 20px;
}
.news.single article ul li {
  list-style: disc;
}
.news.single article ul + p {
  margin-top: 5px;
}
.news.single .button-back a {
  width: 280px;
  height: 60px;
  border: 2px solid #2d0d73;
  color: #2d0d73;
  font-size: clamp(1.6rem, 1.745rem + 0.21vw, 2rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: clamp(4rem, 2.216rem + 6.49vw, 10rem);
}

/*--------------------------------------------- contact ---------------------------------------------*/
.contact .hero {
  background-image: url("../img/contact/main.jpg");
}
.contact section .section-inner {
  padding-block: clamp(8rem, 4.432rem + 12.97vw, 20rem) clamp(4rem, 2.351rem + 6.37vw, 10rem);
  max-width: 800px;
}
.contact section .lead {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 3.6rem;
}
.contact section .contact-tel {
  padding-block: 40px;
  text-align: center;
  border-top: 2px solid #2d0d73;
  border-bottom: 2px solid #2d0d73;
  padding-block: 40px;
  margin-top: 60px;
}
.contact section .contact-tel h2 {
  font-size: 3rem;
  color: #2d0d73;
  margin-bottom: 30px;
}
.contact section .contact-tel .telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact section .contact-tel .telBox .telBox-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact section .contact-tel .telBox .tel-staff {
  color: #ee7e3f;
  border: 1px solid #ee7e3f;
  font-size: 1.4rem;
  width: 140px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.contact section .contact-tel .telBox .tel {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: clamp(1.8rem, 1.215rem + 1.49vw, 3rem);
  font-weight: bold;
  color: #2d0d73;
  text-align: right;
}
.contact section .contact-tel .telBox .tel .tel-time {
  font-family: initial;
  font-size: 1.4rem;
  font-weight: initial;
  color: initial;
  letter-spacing: 0.05em;
}
.contact #contact-form .section-inner {
  padding-block: 0 clamp(4rem, 2.351rem + 6.37vw, 10rem);
}
.contact #contact-form table {
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
}
.contact #contact-form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px 80px;
}
.contact #contact-form table tr:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact #contact-form table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact #contact-form table th {
  min-width: 12rem;
  text-align: right;
  font-weight: initial;
}
@media screen and (max-width: 767px) {
  .contact #contact-form table th {
    text-align: initial;
  }
}
.contact #contact-form table th.norequired::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 20px;
}
.contact #contact-form table td:last-child {
  max-width: 400px;
  width: 100%;
}
.contact #contact-form table td select,
.contact #contact-form table td input[type=text],
.contact #contact-form table td input[type=email],
.contact #contact-form table td input[type=tel],
.contact #contact-form table td input[type=textarea], .contact #contact-form table td textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(112, 112, 112, 0.3);
}
.contact #contact-form table td input[type=textarea], .contact #contact-form table td textarea {
  height: 200px;
}
.contact #contact-form table span.company-radio:not(:last-child) {
  margin-right: 20px;
}
.contact #contact-form .required {
  color: #ee7e3f;
  font-size: 1.2rem;
  width: 40px;
  height: 20px;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
}
.contact .privacy-message {
  text-align: center;
  margin-block: clamp(1.25rem, 0.219rem + 3.98vw, 5rem) clamp(4rem, 2.216rem + 6.49vw, 10rem);
}
.contact .privacy-message a {
  color: #0000ff;
  text-decoration: underline;
}
.contact .privacy-message .agry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.contact .privacy-message .agry input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.contact .button-submit {
  text-align: center;
}
.contact .button-submit input {
  width: 280px;
  height: 60px;
  background: #ee7e3f;
  color: #fff;
  border: none;
  font-size: 2rem;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */