@charset "UTF-8";
:root {
  --ease-putio-water: cubic-bezier(0.39, -0.01, 0.16, 0.78);
  --vh: 9.34px;
  --vw: 12.81px;
}

* {
  color: #413d3c;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  list-style: none;
  letter-spacing: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
ul,
li,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #413d3c;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
}
@media screen and (min-width: 1680px) {
  body {
    -webkit-box-shadow: 0 0 10vw #e7e6de;
            box-shadow: 0 0 10vw #e7e6de;
  }
}

.container {
  width: min(70%, 800px);
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 85%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.xl {
  display: none;
}
@media screen and (max-width: 1300px) {
  .xl {
    display: block;
  }
}

.lg {
  display: block;
}
@media screen and (max-width: 1000px) {
  .lg {
    display: none;
  }
}

.lg2 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .lg2 {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 550px) {
  .sm {
    display: block;
  }
}

.sm2 {
  display: block;
}
@media screen and (max-width: 550px) {
  .sm2 {
    display: none;
  }
}

.fs10 {
  font-size: 10px !important;
  letter-spacing: 2px !important;
}

@media screen and (max-width: 550px) {
  .fs10 {
    font-size: 6px !important;
    letter-spacing: 0 !important;
    line-height: 200%;
  }
}
.a-sp {
  position: fixed;
  z-index: 10000;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 550px) {
  .a-sp {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
.a-sp.on {
  -webkit-transform: translatey(100%);
          transform: translatey(100%);
  opacity: 0;
}
.a-sp .contact.contact1 {
  margin: 0;
  width: 100%;
}
.a-sp .contact.contact1 a {
  display: block;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  background: rgba(245, 239, 226, 0.8);
}
.a-sp .contact.contact1 a img {
  width: 83%;
  padding: 10px 0;
}

.newlife {
  padding-top: 5%;
  padding-bottom: 5%;
  background: #f5efe2;
}
@media screen and (max-width: 550px) {
  .newlife {
    padding-bottom: 10%;
  }
}
.newlife .container {
  width: min(70%, 1000px);
}
@media screen and (max-width: 550px) {
  .newlife .container {
    width: 90%;
  }
}
.newlife .induction {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10%;
}
.newlife .induction img {
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.04));
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.newlife .induction a:hover img {
  opacity: 0.8;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.04));
  -webkit-transform: translateY(4px) translateZ(0);
          transform: translateY(4px) translateZ(0);
}
.newlife__btn a {
  display: block;
  width: 75%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 550px) {
  .newlife__btn a {
    width: 93%;
    margin-top: 25px;
  }
}

/*-------------------- キャンペーン -------------------*/
.curve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.curve div {
  width: 15%;
  margin: -1px auto;
}
@media screen and (max-width: 1000px) {
  .curve div {
    width: 30%;
  }
}

.campaign {
  background: #f5efe2;
}
@media screen and (max-width: 550px) {
  .campaign-first {
    position: relative;
    margin-top: 0;
  }
  .campaign-first::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -webkit-transform: translateY(-98%);
            transform: translateY(-98%);
    width: 100%;
    height: 100%;
    background: #fc841c;
  }
}
.campaign-second {
  margin-top: 0;
  padding-top: 2%;
}
@media screen and (max-width: 550px) {
  .campaign-second {
    padding-top: 10%;
  }
}
.campaign .ttl {
  background-color: #fc841c;
  padding: 0.5% 0;
}
@media screen and (max-width: 550px) {
  .campaign .ttl {
    padding-top: 2%;
  }
}
.campaign .ttl p {
  font-size: min(4rem, 47px);
  line-height: 250%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .campaign .ttl p {
    font-size: 25px;
  }
}
.campaign .container {
  width: min(70%, 1000px);
  padding-bottom: 5%;
}
@media screen and (max-width: 550px) {
  .campaign .container {
    width: 90%;
    padding-bottom: 10%;
  }
}
.campaign .container .campaign1 {
  margin: 3% 0 8%;
}
.campaign .container > p {
  margin-left: 4.6%;
  font-size: 10px;
  padding: 5px 0;
}
@media screen and (max-width: 550px) {
  .campaign .container > p {
    font-size: 6px;
    letter-spacing: 0.05rem;
  }
}
.campaign .container .newlife__btn {
  margin: 5% auto;
}

/*-----------------end キャンペーン end----------------*/
.apply-btn {
  padding-top: 3%;
  padding-bottom: 5%;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .apply-btn.apply-btn1 {
    padding: 10% 0;
  }
}
.apply-btn a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .apply-btn a {
    width: 52.5%;
  }
}
@media screen and (max-width: 550px) {
  .apply-btn a {
    width: 83.5%;
  }
}
@media screen and (min-width: 550px) {
  .apply-btn a:hover {
    opacity: 0.5;
  }
}

.cp-banner {
  padding: 3% 0;
  text-align: center;
}
.cp-banner img {
  position: relative;
  width: min(80%, 1000px);
  z-index: 100;
}
@media screen and (max-width: 550px) {
  .cp-banner img {
    width: 100%;
  }
}

.cp-btn {
  background: #e7e6de;
  padding-top: max(2.9761904762vw, 25px);
}
.cp-btn a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 550px) {
  .cp-btn a:hover {
    opacity: 0.7;
  }
}
.cp-btn.btn2 {
  background: #fff;
  padding: 5% 0;
}
.cp-btn.btn3 {
  background: #fff;
  margin-bottom: max(8.9285714286vw, 75px);
}
@media screen and (max-width: 1300px) {
  .cp-btn.btn3.container {
    width: 52.5%;
  }
}
@media screen and (max-width: 768px) {
  .cp-btn.btn3.container {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .cp-btn.btn3.container {
    width: 90%;
  }
}

.sankaku {
  background: #618ca2;
  height: 34.6410161514px;
  width: 40px;
}
@media screen and (max-width: 550px) {
  .sankaku {
    height: 30.3108891325px;
    width: 35px;
  }
}

svg {
  width: 100%;
  height: 100%;
}

.svgBox {
  position: relative;
}
.svgBox img {
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1680px) {
  .svgBox img {
    bottom: -25%;
  }
}
@media screen and (max-width: 768px) {
  .svgBox img {
    bottom: -20%;
  }
}
@media screen and (max-width: 550px) {
  .svgBox img {
    bottom: -25%;
  }
}
.svgBox img.shadow1 {
  left: 60%;
}

.section1__box.box2 .svgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.section1__box.box2 .svgBox svg {
  width: 160%;
  height: 160%;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .section1__box.box2 .svgBox svg {
    width: 140%;
    height: 140%;
  }
}
@media screen and (max-width: 550px) {
  .section1__box.box2 .svgBox svg {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.section1__box.box2 .svgBox img {
  position: absolute;
  width: 80%;
  bottom: -15%;
  left: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1680px) {
  .section1__box.box2 .svgBox img {
    bottom: -10%;
    left: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .section1__box.box2 .svgBox img {
    width: 65%;
    bottom: -5%;
    left: 65%;
  }
}
@media screen and (max-width: 550px) {
  .section1__box.box2 .svgBox img {
    left: 45%;
    bottom: 50px;
  }
}

.section2__box2--image .svgBox {
  width: 100%;
  position: relative;
  top: 0%;
}
@media screen and (max-width: 550px) {
  .section2__box2--image .svgBox {
    width: 60%;
    top: -30%;
  }
}
.section2__box2--image .svgBox svg {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media screen and (max-width: 768px) {
  .section2__box2--image .svgBox svg {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media screen and (max-width: 550px) {
  .section2__box2--image .svgBox svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 550px) {
  .section2__box2--image .svgBox img {
    bottom: -10%;
  }
}

.section6__box--image .svgBox {
  position: relative;
  top: 0%;
  left: -10%;
}
@media screen and (max-width: 550px) {
  .section6__box--image .svgBox {
    width: 65%;
    margin: auto;
    top: -35%;
    left: 0;
  }
}
.section6__box--image .svgBox svg {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
@media screen and (max-width: 768px) {
  .section6__box--image .svgBox svg {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media screen and (max-width: 550px) {
  .section6__box--image .svgBox svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.section6__box--image .svgBox img {
  left: 60%;
}
@media screen and (max-width: 550px) {
  .section6__box--image .svgBox img {
    width: 80%;
    left: 50%;
    bottom: -10%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.accordion-head {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.accordion-head:hover {
  background: rgba(255, 255, 255, 0.1882352941);
}
.accordion-head p {
  color: #fff;
  font-size: clamp(18px, 1.428vw, 24px);
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .accordion-head p {
    font-size: clamp(14px, 1.011vw, 17px);
  }
}
.accordion-head .toggle {
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.accordion-head .toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 2px;
  width: 50%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.accordion-head .toggle span:nth-of-type(2) {
  left: 25%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-head.active .toggle span:nth-of-type(2) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-body {
  background: #e7e6de;
  padding: max(2.9761904762vw, 25px) max(2.9761904762vw, 25px);
}
@media screen and (max-width: 550px) {
  .accordion-body {
    padding: 40px 25px;
  }
}
.accordion-body .accordion__title h2 {
  position: relative;
  font-size: clamp(15px, 1.071vw, 18px);
  font-weight: bold;
  padding-left: 30px;
}
.accordion-body .accordion__title h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #98c9cd;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .accordion-body .accordion__title h2::after {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.accordion-body .toggle {
  text-align: center;
}
.accordion-body .toggle p {
  color: #a29676;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-size: clamp(15px, 1.071vw, 18px);
}
@media screen and (max-width: 550px) {
  .accordion-body .toggle p {
    font-size: clamp(12px, 0.833vw, 14px);
  }
}

@media screen and (max-width: 550px) {
  .modal-video-close-btn {
    left: 0;
  }
}

@media screen and (max-width: 550px) {
  .section3__box2--movie {
    border-radius: 15px;
  }
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
@-webkit-keyframes round-inner-anime {
  0% {
    -webkit-transform: scale(1.1, 1.1) rotate(0);
            transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
            transform: scale(1.1, 1.1) rotate(360deg);
  }
}
@keyframes round-inner-anime {
  0% {
    -webkit-transform: scale(1.1, 1.1) rotate(0);
            transform: scale(1.1, 1.1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1) rotate(360deg);
            transform: scale(1.1, 1.1) rotate(360deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  padding: 0 1%;
  margin: 0 auto;
  width: 100vw;
  max-width: 1680px;
  height: 80px;
  background: #fff;
  z-index: calc(infinity);
}
@media screen and (max-width: 550px) {
  .header {
    padding: 0 5%;
  }
}
.header__logo {
  width: max(8%, 150px);
}
@media screen and (max-width: 550px) {
  .header__logo {
    width: max(8%, 100px);
  }
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header__logo img {
    width: 100%;
  }
}
.header__nav {
  width: max(30%, 650px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.header__nav.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav.sp {
  display: none;
}
@media screen and (min-width: 1680px) {
  .header__nav {
    width: 650px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(45deg, #82A8BD, #A29676, #413D3C);
  }
  .header__nav.pc {
    display: none;
  }
  .header__nav.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav.active {
  opacity: 1;
  visibility: visible;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 10px;
}
@media screen and (min-width: 1680px) {
  .header__nav ul {
    width: 550px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav ul {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50%;
  }
}
.header__nav ul li a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 0.833vw, 14px);
  font-weight: 800;
}
@media screen and (max-width: 1300px) {
  .header__nav ul li a {
    font-size: clamp(18px, 1.428vw, 24px);
    line-height: 3;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
  .header__nav ul li a:hover {
    opacity: 0.5;
    text-shadow: 0 0 30px #fff;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav ul li a {
    color: #fff;
  }
}
.header__nav ul li.xl a {
  position: relative;
  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;
  width: max(35vw, 200px);
  height: 65px;
  background: #2db0ba;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .header__nav ul li.xl a {
    width: 250px;
    height: 60px;
  }
}
.header__nav ul li.xl a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  display: block;
  background: #2db0ba;
}
.header__nav ul li.xl a .btn-text {
  width: 90%;
  z-index: 10;
}
.header__nav ul li.xl a .btn-text p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(13px, 0.952vw, 16px);
  text-align: center;
}
.header__nav ul li.xl a .btn-mark {
  z-index: 10;
  width: 15%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #097988;
}
.header__nav ul li.xl a .btn-mark p {
  color: #fff;
  font-size: 70%;
}
.header__nav.first {
  width: max(31%, 200px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 20px;
}
@media screen and (min-width: 1680px) {
  .header__nav.first {
    width: 550px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav.first {
    position: static;
    height: auto;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav.first {
    display: none;
  }
}
.header__nav.first ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
}
@media screen and (max-width: 1300px) {
  .header__nav.first ul {
    width: max(100%, 350px);
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.header__nav.first ul li {
  width: max(8vw, 130px);
  color: #F0338D;
  padding: 14px 0;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .header__nav.first ul li {
    text-wrap: nowrap;
  }
}
.header__nav.first ul li:nth-of-type(1), .header__nav.first ul li:nth-of-type(2) {
  border: 1px solid #F0338D;
  border-radius: 5px;
}
.header__nav.first ul li:nth-of-type(3) {
  text-align: left;
}
.header__btn {
  width: max(15%, 200px);
  margin-left: 2vw;
}
@media screen and (min-width: 1680px) {
  .header__btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .header__btn {
    margin-left: 15vw;
  }
}
@media screen and (max-width: 1000px) {
  .header__btn {
    margin-left: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 550px) {
  .header__btn {
    margin-left: 0;
  }
}
.header__btn .btn-top {
  position: relative;
  padding-bottom: 5px;
  width: max(15%, 200px);
  text-align: center;
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__btn .btn-top {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__btn .btn-top {
    width: 100%;
    padding-bottom: 0;
  }
}
.header__btn .btn-top img {
  width: 40%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 1px #fff);
          filter: drop-shadow(0 0 1px #fff);
}
@media screen and (max-width: 768px) {
  .header__btn .btn-top img {
    width: 65%;
    margin: auto;
  }
}
.header__btn a {
  position: relative;
  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;
  width: 200px;
  height: 45px;
  background: #2db0ba;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .header__btn a {
    display: none;
    width: 165px;
    height: 45px;
  }
}
.header__btn a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  display: block;
  background: #2db0ba;
}
.header__btn a .btn-text {
  width: 90%;
  z-index: 10;
}
.header__btn a .btn-text p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(12px, 0.833vw, 14px);
  text-align: center;
}
.header__btn a .btn-mark {
  z-index: 10;
  width: 15%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #097988;
}
.header__btn a .btn-mark p {
  color: #fff;
  font-size: 70%;
}
.header__btn.active {
  opacity: 0;
  visibility: visible;
}
.header__toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .header__toggle {
    display: block;
    min-width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .header__toggle {
    min-width: 40px;
  }
}
.header__toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #413D3C;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.header__toggle span:nth-of-type(1) {
  top: 15px;
}
.header__toggle span:nth-of-type(2) {
  bottom: 15px;
}
.header__toggle.active span {
  background: #fff;
}
.header__toggle.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__toggle.active span:nth-of-type(2) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

html,
body {
  max-width: 1680px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body {
  overflow-x: hidden;
}

main {
  max-width: 1680px;
  margin: 0 auto;
  overflow-x: hidden;
}

.top {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 550px) {
  .top {
    margin-top: 20px;
  }
}
.top-bg {
  width: 100%;
  height: 100%;
}
.top-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  .top-bg img {
    height: 100%;
  }
}
.top__text {
  position: absolute;
  width: 36%;
  top: 50%;
  right: 11%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .top__text {
    top: 50%;
  }
}
@media screen and (max-width: 550px) {
  .top__text {
    top: 70vw;
    right: 0;
    width: 52%;
  }
}
.top__text img {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .top__text img {
    width: 90%;
  }
}
.top__text p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(6px, 0.7vw, 10px);
  font-weight: 400;
  line-height: 1.4;
  padding-left: 2%;
  margin-top: 20px;
}
@media screen and (max-width: 550px) {
  .top__text p {
    width: 85%;
    font-size: 6px;
    padding-top: 5%;
    padding-left: 3%;
    letter-spacing: 1px;
  }
}
.top__text p span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.top__text--emblem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 60%;
}
@media screen and (max-width: 550px) {
  .top__text--emblem {
    width: 90%;
  }
}
.top__text--emblem img {
  width: 100%;
}

.section1 {
  margin-top: 5%;
}
.section1__slide {
  gap: 5px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 10%;
  background-color: #e7e6de;
}
@media screen and (max-width: 768px) {
  .section1__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    grid-template-columns: repeat(3, 1fr);
  }
}
.section1__slide img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .section1__slide img.hidden {
    display: none;
  }
}
.section1__movie--title {
  text-align: center;
  margin-bottom: max(1.4880952381vw, 25px);
}
.section1__movie--title p {
  font-size: clamp(13px, 0.952vw, 16px);
}
.section1__movie--title img {
  width: 45%;
  margin-top: max(1.4880952381vw, 25px);
}
.section1__movie--detail {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #e7e6de));
  background: linear-gradient(to bottom, transparent 50%, #e7e6de 50%);
}
.section1__movie a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 550px) {
  .section1__movie a {
    width: 100%;
    border-radius: 0;
  }
}
.section1__movie a .btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 10%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section1__movie a .btn::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 1rem 0 1rem 1.5rem;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 550px) {
  .section1__movie a .btn::after {
    border-width: 0.5rem 0 0.5rem 1rem;
  }
}
.section1__movie a .btn::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 115%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section1__movie a:hover .btn {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.section1__movie a:hover .btn::after {
  -webkit-transform: translate(-40%, -50%) scale(1.3);
          transform: translate(-40%, -50%) scale(1.3);
}
.section1__movie a:hover .btn::before {
  -webkit-transform: translate(-50%, -50%) scale(1.4);
          transform: translate(-50%, -50%) scale(1.4);
}

.banner1 {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgb(231, 230, 222)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(231, 230, 222) 50%);
}
@media screen and (max-width: 550px) {
  .banner1 {
    padding: 10% 0;
  }
}

.reason {
  padding-top: max(5%, 50px);
  padding-bottom: 10%;
}
.reason h2 {
  width: 55%;
  margin: 0 auto;
  max-width: 650px;
}
@media screen and (max-width: 550px) {
  .reason h2 {
    width: 65%;
  }
}
.reason__wrapper {
  margin-top: max(5%, 50px);
}
@media screen and (max-width: 550px) {
  .reason__wrapper {
    width: 90%;
  }
}
.reason__wrapper .attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: max(7.5%, 30px);
}
.reason__wrapper .attention small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  .reason__wrapper .attention small {
    font-size: 6px;
  }
}
.reason__wrapper .reason__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #e7e6de;
  min-height: 180px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.reason__wrapper .reason__box:not(:first-of-type) {
  margin-top: max(2.5%, 15px);
}
.reason__wrapper .reason__box--image {
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason__wrapper .reason__box--image {
    width: 45%;
  }
}
.reason__wrapper .reason__box--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.reason__wrapper .reason__box--text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5%;
  padding-bottom: max(5%, 30px);
}
@media screen and (max-width: 768px) {
  .reason__wrapper .reason__box--text {
    padding-bottom: max(5%, 25px);
  }
}
.reason__wrapper .reason__box--text::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #2db0ba;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .reason__wrapper .reason__box--text::before {
    bottom: 5px;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 10px solid #2db0ba;
  }
}
.reason__wrapper .reason__box--text sup {
  color: #413d3c;
  font-size: 25%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: super;
  margin-left: 5px;
}
@media screen and (max-width: 550px) {
  .reason__wrapper .reason__box--text sup {
    font-size: 40%;
  }
}
.reason__wrapper .reason__box--text h3 {
  color: #2db0ba;
  font-size: clamp(18px, 2.3vw, 26px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .reason__wrapper .reason__box--text h3 {
    font-size: 3.7vw;
  }
}
.reason__wrapper .reason__box--text h3.focus {
  font-size: clamp(20px, 2.6vw, 33px);
}
@media screen and (max-width: 550px) {
  .reason__wrapper .reason__box--text h3.focus {
    font-size: 3.8vw;
  }
}
.reason__wrapper .reason__box--text h3 span {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.reason__wrapper .reason__box--text h3 b {
  color: inherit;
  font-size: clamp(32px, 3vw, 40px);
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 550px) {
  .reason__wrapper .reason__box--text h3 b {
    font-size: 5.5vw;
  }
}
.reason__wrapper .reason__box--text p {
  font-size: clamp(15px, 1.071vw, 18px);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: max(2.5%, 5px);
}
@media screen and (max-width: 550px) {
  .reason__wrapper .reason__box--text p {
    font-size: 3vw;
  }
}
.reason__wrapper .reason__box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.reason__wrapper .reason__box:hover .reason__box--image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.section2__box.box1 {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcf6de));
  background: linear-gradient(to bottom, transparent 10%, #fcf6de 10%);
}
.section2__box.box1 .section2__wrapper {
  text-align: center;
}
@media screen and (max-width: 550px) {
  .section2__box.box1 .section2__wrapper {
    width: 80%;
  }
}
.section2__box.box1 .section2__wrapper img {
  width: 80%;
  margin-bottom: max(1vw, 20px);
}
@media screen and (max-width: 550px) {
  .section2__box.box1 .section2__wrapper img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.section2__box.box1:hover .section2__wrapper h3 b::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.section2__box--card {
  width: 24.5%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px #767676;
          box-shadow: 0 0 15px #767676;
  z-index: 10;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  .section2__box--card {
    width: 49%;
  }
}
.section2__box--card:hover {
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.section2__box--card .card-image img {
  height: 100%;
}
.section2__box--card .card-text {
  padding: 15px 0;
  background: #fff;
}
.section2__box--card .card-text p {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section2__box--card .card-text p {
    font-size: clamp(13px, 0.952vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .section2__box--card .card-text p {
    font-size: clamp(17px, 1.19vw, 20px);
  }
}
@media screen and (max-width: 550px) {
  .section2__box--card .card-text p {
    font-size: clamp(12px, 0.833vw, 14px);
    font-weight: 500;
  }
}
.section2__box.box2 {
  background: #c4beae;
  padding-bottom: 2.5%;
}
@media screen and (max-width: 550px) {
  .section2__box.box2 {
    padding-bottom: 0;
  }
}
.section2__box.box2 .section2__box--detail {
  position: relative;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  background: #fff;
  border-radius: 25px;
  padding-top: 3.5%;
  text-align: center;
  z-index: 100;
  -webkit-box-shadow: 0 0 55px rgba(130, 168, 189, 0.25);
          box-shadow: 0 0 55px rgba(130, 168, 189, 0.25);
}
@media screen and (max-width: 550px) {
  .section2__box.box2 .section2__box--detail {
    width: 100%;
    padding: 15% 9%;
    padding-bottom: 0;
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    margin-bottom: -25px;
  }
}
.section2__box.box2 .section2__box--detail > img {
  width: 55%;
}
@media screen and (max-width: 550px) {
  .section2__box.box2 .section2__box--detail > img {
    width: 100%;
  }
}
.section2__box.box2 .section2__box--detail .detail__plan {
  margin-top: max(1.4880952381vw, 25px);
  margin-bottom: max(2.9761904762vw, 25px);
  padding: 0 10%;
}
@media screen and (max-width: 550px) {
  .section2__box.box2 .section2__box--detail .detail__plan {
    margin-top: max(2.9761904762vw, 25px);
    padding: 0;
  }
}
.section2__box.box2 .section2__box--detail .detail__plan2 {
  width: 100%;
  background: #98c9cd;
  padding: 0 10%;
  padding-bottom: max(2.9761904762vw, 25px);
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 550px) {
  .section2__box.box2 .section2__box--detail .detail__plan2 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.section2__box.box2 .section2__box--detail .detail__plan2 p {
  color: #fff;
  font-size: clamp(20px, 1.547vw, 26px);
  font-weight: 500;
  padding-top: max(2.9761904762vw, 25px);
  padding-bottom: max(1.4880952381vw, 25px);
}
@media screen and (max-width: 550px) {
  .section2__box.box2 .section2__box--detail .detail__plan2 p {
    font-size: clamp(13px, 0.952vw, 16px);
    letter-spacing: 1px;
  }
}
.section2__box.box2 .section2__box--detail .detail__plan2 p.text2 {
  font-size: clamp(13px, 0.952vw, 16px);
  text-align: left;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section2__box.box2 .section2__box--detail .detail__plan2 p.text2 {
    font-size: clamp(12px, 0.833vw, 14px);
  }
}
@media screen and (max-width: 550px) {
  .section2__box.box2 .section2__box--detail .detail__plan2 p.text2 {
    font-size: 9px;
    letter-spacing: 0;
  }
}
.section2__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: max(1.4880952381vw, 25px) auto;
  padding: max(5.9523809524vw, 50px) 20%;
  gap: 5%;
  z-index: 100;
}
@media screen and (min-width: 1300px) {
  .section2__box2 {
    padding: max(5.9523809524vw, 50px) 20%;
  }
}
@media screen and (max-width: 768px) {
  .section2__box2 {
    padding: max(5.9523809524vw, 50px) 10%;
  }
}
@media screen and (max-width: 550px) {
  .section2__box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 120vw;
  }
}
.section2__box2 > picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(80vw, 1200px);
  z-index: -1000;
}
@media screen and (max-width: 768px) {
  .section2__box2 > picture {
    width: 100vw;
  }
}
@media screen and (max-width: 550px) {
  .section2__box2 > picture {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.section2__box2--image {
  width: 40%;
  height: 20vw;
}
@media screen and (min-width: 1300px) {
  .section2__box2--image {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .section2__box2--image {
    width: 100%;
    height: 30vw;
  }
}
.section2__box2--image .svgBox {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section2__box2--image .svgBox {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .section2__box2--image .svgBox {
    width: 65%;
  }
}
.section2__box2--image .svgBox img {
  bottom: -28%;
}
@media screen and (max-width: 768px) {
  .section2__box2--image .svgBox img {
    width: 80%;
    margin: auto;
    bottom: -15%;
  }
}
@media screen and (max-width: 550px) {
  .section2__box2--image .svgBox img {
    bottom: -10%;
  }
}
.section2__box2--text {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section2__box2--text {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .section2__box2--text {
    width: 100%;
    text-align: center;
    margin: initial;
    margin-top: auto;
  }
}
.section2__box2--text img {
  width: 90%;
}
@media screen and (max-width: 550px) {
  .section2__box2--text img {
    width: 85%;
  }
}
.section2__box3 {
  position: relative;
  margin-bottom: max(5.9523809524vw, 50px);
  z-index: 100;
}
@media screen and (max-width: 550px) {
  .section2__box3 {
    width: 100%;
  }
}
.section2__box3--text {
  text-align: center;
  padding: 2.5%;
  background: #413d3c;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 550px) {
  .section2__box3--text {
    padding: 5%;
  }
}
.section2__box3--text img {
  width: 22.5%;
}
@media screen and (max-width: 550px) {
  .section2__box3--text img {
    width: 35%;
  }
}
.section2__box3--bottom {
  width: 100%;
  background: #618ca2;
  text-align: center;
}
.section2__box3--bottom img {
  width: 80%;
  padding: 2.5% 0;
}
@media screen and (max-width: 550px) {
  .section2__box3--bottom img {
    width: 80%;
  }
}

.section3 {
  background: #c4beae;
}
.section3__accordion {
  position: relative;
  margin-top: max(2.9761904762vw, 25px);
  z-index: 100;
}
.section3__accordion--head {
  border-bottom: 2px dotted #fff;
}
.section3__accordion--head p {
  color: #fff;
  text-align: left;
}
.section3__accordion--head .toggle {
  background: #fff;
}
.section3__accordion--head .toggle span {
  background: #c4beae;
}
.section3__accordion--body {
  position: relative;
  background: #e7e6de;
}
.section3__accordion--body .accordion__title h2 {
  position: relative;
  font-size: clamp(15px, 1.071vw, 18px);
  font-weight: bold;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .section3__accordion--body .accordion__title h2 {
    font-size: clamp(17px, 1.19vw, 20px);
    letter-spacing: 1px;
  }
}
.section3__accordion--body .accordion__title h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #98c9cd;
  border-radius: 50%;
}
.section3__accordion--body .accordion__detail {
  margin-top: max(2.9761904762vw, 25px);
  margin-bottom: max(5.9523809524vw, 50px);
}
.section3__accordion--body .accordion__detail--item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .section3__accordion--body .accordion__detail--item dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .section3__accordion--body .accordion__detail--item dl dt {
    width: max(25%, 85px);
  }
}
.section3__accordion--body .accordion__detail--item dl dt .img-box {
  display: grid;
  place-items: center;
  padding: 12px;
  border: 3px solid #98c9cd;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .section3__accordion--body .accordion__detail--item dl dt .img-box {
    width: 75px;
    height: 75px;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .section3__accordion--body .accordion__detail--item dl dt .img-box {
    width: 70px;
    height: 70px;
  }
}
.section3__accordion--body .accordion__detail--item dl dt .img-box img {
  width: 42px;
  height: 42px;
}
.section3__accordion--body .accordion__detail--item dl dd {
  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;
}
@media screen and (max-width: 768px) {
  .section3__accordion--body .accordion__detail--item dl dd {
    width: 75%;
  }
}
@media screen and (max-width: 550px) {
  .section3__accordion--body .accordion__detail--item dl dd {
    width: 65%;
  }
}
.section3__accordion--body .accordion__detail--item dl dd h3,
.section3__accordion--body .accordion__detail--item dl dd h3 > span {
  font-size: clamp(15px, 1.071vw, 18px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section3__accordion--body .accordion__detail--item dl dd h3,
  .section3__accordion--body .accordion__detail--item dl dd h3 > span {
    display: inline-block;
    line-height: 1.5;
  }
}
@media screen and (max-width: 550px) {
  .section3__accordion--body .accordion__detail--item dl dd h3,
  .section3__accordion--body .accordion__detail--item dl dd h3 > span {
    font-size: clamp(14px, 1.011vw, 17px);
  }
}
.section3__accordion--body .accordion__detail--item dl p {
  padding-top: 10px;
  font-size: clamp(12px, 0.833vw, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .section3__accordion--body .accordion__detail--item dl p {
    font-size: clamp(12px, 0.833vw, 14px);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
  }
}
.section3__accordion--body .accordion__detail--item dl p span {
  font-size: clamp(10px, 0.714vw, 12px);
}
.section3__accordion--body .accordion__detail--item dl p .fs10 {
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .section3__accordion--body .accordion__detail--item dl p .fs10 {
    font-weight: 400;
  }
}
.section3__accordion--body .accordion__btn {
  text-align: center;
}
.section3__accordion--body .accordion__btn p {
  display: inline;
  color: #a29676;
  font-weight: 500;
  font-size: clamp(12px, 0.833vw, 14px);
  -webkit-text-decoration: 1.5px underline;
          text-decoration: 1.5px underline;
  text-underline-offset: 2px;
}
.section3__accordion--body .accordion__btn p:hover {
  color: #413d3c;
}
.section3__box1 {
  position: relative;
  margin-top: max(5.9523809524vw, 50px);
  margin-bottom: max(5.9523809524vw, 50px);
  z-index: 100;
}
.section3__box1--title {
  text-align: center;
}
.section3__box1--title p {
  font-size: clamp(13px, 0.952vw, 16px);
}
@media screen and (max-width: 768px) {
  .section3__box1--title p {
    font-size: clamp(15px, 1.071vw, 18px);
  }
}
.section3__box1--title img {
  width: 40%;
  margin-top: max(1.4880952381vw, 25px);
}
@media screen and (max-width: 768px) {
  .section3__box1--title img {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .section3__box1--title img {
    width: 85%;
    margin-top: 15px;
  }
}
.section3__box1--title2 {
  text-align: center;
  padding-top: max(5.9523809524vw, 50px);
  margin-bottom: max(1.4880952381vw, 25px);
}
@media screen and (max-width: 550px) {
  .section3__box1--title2 {
    margin-bottom: max(1.4880952381vw, 25px);
  }
}
.section3__box1--title2 p {
  font-size: clamp(13px, 0.952vw, 16px);
}
@media screen and (max-width: 768px) {
  .section3__box1--title2 p {
    font-size: clamp(15px, 1.071vw, 18px);
  }
}
.section3__box1--title2 img {
  width: 25%;
  margin-top: max(1.4880952381vw, 25px);
}
@media screen and (max-width: 768px) {
  .section3__box1--title2 img {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .section3__box1--title2 img {
    margin-top: 15px;
  }
}
.section3__box1--cards {
  width: 100%;
  margin-top: 50px;
}
.section3__box1--cards .slider {
  width: 94%;
  margin: 0 auto;
}
.section3__box1--cards .slider .slide-prev,
.section3__box1--cards .slider .slide-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}
.section3__box1--cards .slider .slide-prev {
  left: -1.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.section3__box1--cards .slider .slide-next {
  right: -1.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section3__box1--cards .slider .slick-slide {
  margin: 0 10px;
}
.section3__box1--cards .slider li .card-image {
  height: 200px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .section3__box1--cards .slider li .card-image {
    height: auto;
  }
}
.section3__box1--cards .slider li .card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3__box1--cards .slider li .card-text {
  padding: 25px;
  height: 200px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1000px) {
  .section3__box1--cards .slider li .card-text {
    height: 150px;
    padding: 15px;
  }
}
@media screen and (max-width: 550px) {
  .section3__box1--cards .slider li .card-text {
    padding: 15px 30px;
  }
}
.section3__box1--cards .slider li .card-text p {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1px;
}
.section3__box1--cards .slider li .card-text p:first-of-type {
  font-family: "Public Sans", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .section3__box1--cards .slider li .card-text p:first-of-type {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .section3__box1--cards .slider li .card-text p {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 550px) {
  .section3__box1--cards .slider li .card-text p {
    font-size: 13px;
    line-height: 1.5;
  }
}
.section3__box1--cards {
  /*ドットナビゲーションの設定*/
}
.section3__box1--cards .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.section3__box1--cards .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.section3__box1--cards .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.section3__box1--cards .slick-dots .slick-active button {
  background: #fff; /*ドットボタンの現在地表示の色*/
}
.section3__box1--btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin-top: 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.125);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 550px) {
  .section3__box1--btn a {
    padding: 35px 0;
    border-radius: 10px;
  }
}
.section3__box1--btn a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.section3__box1--btn a .btn-logo {
  position: absolute;
  left: 5%;
  min-width: 45px;
}
@media screen and (max-width: 550px) {
  .section3__box1--btn a .btn-logo img {
    width: 35px;
  }
}
.section3__box1--btn a .btn-text {
  position: absolute;
  left: 12%;
}
@media screen and (max-width: 1000px) {
  .section3__box1--btn a .btn-text {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .section3__box1--btn a .btn-text {
    left: 20%;
  }
}
.section3__box1--btn a .btn-text p {
  color: #fff;
  font-weight: 400;
  font-size: clamp(18px, 1.428vw, 24px);
  font-family: "Public Sans", sans-serif;
}
@media screen and (max-width: 550px) {
  .section3__box1--btn a .btn-text p {
    font-size: clamp(15px, 1.071vw, 18px);
    letter-spacing: 1px;
  }
}
.section3__box1--btn a .btn-mark {
  position: absolute;
  right: 5%;
}
.section3__box1--btn a .btn-mark p {
  color: #fff;
}
.section3__box2 {
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcf6de));
  background: linear-gradient(to bottom, transparent 10%, #fcf6de 10%);
}
.section3__box2 .section3__intro {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #fcf6de));
  background: linear-gradient(to bottom, transparent 10%, #fcf6de 10%);
}
.section3__box2 .section3__intro .section3__wrapper {
  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;
  gap: max(10%, 30px);
}
@media screen and (max-width: 550px) {
  .section3__box2 .section3__intro .section3__wrapper {
    gap: 3vw;
  }
}
.section3__box2 .section3__intro .section3__wrapper h3 {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.3vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 2.5%;
}
@media screen and (max-width: 550px) {
  .section3__box2 .section3__intro .section3__wrapper h3 {
    font-size: 4vw;
  }
}
.section3__box2 .section3__intro .section3__wrapper h3 b {
  position: relative;
  display: block;
  padding-right: 25%;
  color: inherit;
  font-family: inherit;
  font-size: clamp(23px, 2.7vw, 35px);
  font-weight: inherit;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 550px) {
  .section3__box2 .section3__intro .section3__wrapper h3 b {
    font-size: 4.5vw;
  }
}
.section3__box2 .section3__intro .section3__wrapper h3 b .circle {
  position: absolute;
  display: grid;
  place-items: center;
  right: 0;
  bottom: 0;
  width: 20%;
  height: auto;
  aspect-ratio: 1/1;
  background: #2db0ba;
  border-radius: 50%;
}
@media screen and (max-width: 550px) {
  .section3__box2 .section3__intro .section3__wrapper h3 b .circle {
    width: 23%;
  }
}
.section3__box2 .section3__intro .section3__wrapper h3 b .circle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 130%;
  font-weight: 400;
  line-height: 0.5;
  letter-spacing: 0.1em;
}
.section3__box2 .section3__intro .section3__wrapper h3 b .circle span small {
  color: inherit;
  font-family: inherit;
  font-size: 60%;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 1%;
}
.section3__box2 .section3__intro .section3__wrapper img {
  width: 80%;
}
@media screen and (max-width: 550px) {
  .section3__box2 .section3__intro .section3__wrapper img {
    width: 95%;
  }
}
.section3__box2 .section3__intro:hover .section2__wrapper h3 b::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.section3__box2 .boxIn {
  position: relative;
  background-color: #fcf6de;
  text-align: left;
}
.section3__box2 .boxIn .mainBox_outer {
  padding: max(5%, 50px) 0;
  background-color: #fff;
}
.section3__box2 .boxIn .mainBox {
  width: min(85%, 800px);
  margin: 0 auto;
}
.section3__box2 .boxIn .mainBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-bottom: 10%;
}
.section3__box2 .boxIn .mainBox .flexBox:last-of-type {
  margin-bottom: 0;
}
.section3__box2 .boxIn .mainBox .flexBox .txtBox {
  width: 50%;
}
.section3__box2 .boxIn .mainBox .flexBox .txtBox h3 {
  margin-bottom: 5%;
}
.section3__box2 .boxIn .mainBox .flexBox .txtBox p {
  font-size: min(1.2rem, 15px);
  letter-spacing: 0.05rem;
  line-height: 2.5;
}
.section3__box2 .boxIn .mainBox .flexBox .txtBox p.mt {
  margin-top: 5%;
}
.section3__box2 .boxIn .mainBox .flexBox .txtBox p .mark {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #d5eaf0));
  background: linear-gradient(transparent 40%, #d5eaf0 0%);
}
@media screen and (max-width: 1000px) {
  .section3__box2 .boxIn .mainBox .flexBox .txtBox {
    width: 100%;
    margin-bottom: 5%;
  }
  .section3__box2 .boxIn .mainBox .flexBox .txtBox p {
    font-size: max(1rem, 11.5px);
  }
}
@media screen and (max-width: 550px) {
  .section3__box2 .boxIn .mainBox .flexBox .txtBox p {
    font-size: 11.5px;
  }
}
.section3__box2 .boxIn .mainBox .flexBox .imgBox {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .section3__box2 .boxIn .mainBox .flexBox .imgBox {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .section3__box2 .boxIn .mainBox .flexBox {
    display: block;
  }
}
.section3__box2 .boxIn .mainBox .table {
  margin-bottom: 1rem;
}
.section3__box2 .boxIn .mainBox .table.sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .section3__box2 .boxIn .mainBox .table {
    display: block;
  }
  .section3__box2 .boxIn .mainBox .table.pc {
    display: none;
  }
  .section3__box2 .boxIn .mainBox .table.sp {
    display: block;
    width: 110%;
    margin-left: -5%;
  }
}
.section3__box2 .boxIn .mainBox .table-btm {
  margin-bottom: 10%;
}
.section3__box2 .detail__title {
  position: relative;
  width: 53%;
  margin: auto;
  padding-top: max(5.9523809524vw, 50px);
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .section3__box2 .detail__title {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section3__box2 .detail__title {
    width: 75%;
  }
}
@media screen and (max-width: 550px) {
  .section3__box2 .detail__title {
    width: 100%;
  }
}
.section3__box2 .detail__text {
  position: relative;
  width: 53%;
  margin: auto;
  margin-top: max(2.9761904762vw, 25px);
  text-align: left;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .section3__box2 .detail__text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .section3__box2 .detail__text {
    width: 75%;
  }
}
@media screen and (max-width: 550px) {
  .section3__box2 .detail__text {
    width: 100%;
  }
}
.section3__box2 .detail__text p {
  text-align: left;
  letter-spacing: 3px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .section3__box2 .detail__text p {
    letter-spacing: 2px;
    font-size: clamp(13px, 0.952vw, 16px);
  }
}
@media screen and (max-width: 550px) {
  .section3__box2 .detail__text p {
    font-size: clamp(12px, 0.833vw, 14px);
    letter-spacing: 1.7px;
  }
}
.section3 .pageheader-wave {
  position: relative;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 200px;
  margin-top: max(2.9761904762vw, 25px);
  margin-bottom: max(1.4880952381vw, 25px);
}
@media screen and (max-width: 1000px) {
  .section3 .pageheader-wave {
    height: 160px;
  }
}
@media screen and (max-width: 550px) {
  .section3 .pageheader-wave {
    height: 110px;
  }
}
.section3 .pageheader-wave .cp__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(70%, 800px);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1300px) {
  .section3 .pageheader-wave .cp__btn {
    width: 52.5%;
  }
}
@media screen and (max-width: 768px) {
  .section3 .pageheader-wave .cp__btn {
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .section3 .pageheader-wave .cp__btn {
    width: 90%;
  }
}
@media screen and (min-width: 550px) {
  .section3 .pageheader-wave .cp__btn:hover {
    opacity: 0.5;
  }
}

.shokai {
  margin-bottom: max(5.9523809524vw, 50px);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.shokai:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}

.section4 {
  position: relative;
  margin-bottom: max(5.9523809524vw, 50px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(20%, transparent));
  background: linear-gradient(to bottom, #ffffff 20%, transparent 20%);
  z-index: 100;
}
.section4__box {
  position: relative;
  z-index: 100;
}
.section4__box--detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  width: 115%;
  padding-top: 50px;
  margin-top: max(5.9523809524vw, 50px);
  margin-bottom: max(5.9523809524vw, 50px);
}
@media screen and (max-width: 1000px) {
  .section4__box--detail {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section4__box--detail {
    gap: 50px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .section4__box--detail {
    gap: 25px;
    margin-bottom: 0;
  }
}
.section4__box--detail .detail-text {
  width: 48%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section4__box--detail .detail-text {
    width: 100%;
  }
}
.section4__box--detail .detail-text img {
  width: 65%;
}
.section4__box--detail .detail-text img.title {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .section4__box--detail .detail-text img.title {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .section4__box--detail .detail-text img {
    width: 75%;
  }
  .section4__box--detail .detail-text img.title {
    width: 60%;
  }
}
.section4__box--detail .detail-text .mark-box {
  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: 768px) {
  .section4__box--detail .detail-text .mark-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.section4__box--detail .detail-text .mark-box .mark {
  width: 25%;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  .section4__box--detail .detail-text .mark-box .mark {
    margin-bottom: 0;
  }
}
.section4__box--detail .detail-text .mark-box .mark img {
  width: 100%;
}
.section4__box--detail .detail-text p {
  margin-top: max(1.4880952381vw, 25px);
  line-height: 2.5;
  font-size: clamp(13px, 0.952vw, 16px);
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .section4__box--detail .detail-text p {
    font-size: clamp(12px, 0.833vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .section4__box--detail .detail-text p {
    font-size: clamp(15px, 1.071vw, 18px);
  }
}
@media screen and (max-width: 550px) {
  .section4__box--detail .detail-text p {
    font-size: clamp(12px, 0.833vw, 14px);
    letter-spacing: 1px;
  }
}
.section4__box--detail .detail-text p span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.section4__box--detail .detail-text .attention {
  display: block;
  margin-top: 15px;
}
.section4__box--detail .detail-text .attention small {
  font-size: 10px;
}
@media screen and (max-width: 550px) {
  .section4__box--detail .detail-text .attention small {
    font-size: 6px;
  }
}
.section4__box--detail .detail-image {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .section4__box--detail .detail-image {
    width: 100%;
  }
}
.section4__box .section4__accordion {
  margin-top: max(2.9761904762vw, 25px);
}
.section4__box .section4__accordion--head {
  border-bottom: 2px dotted #c4beae;
}
.section4__box .section4__accordion--head p {
  color: #a29676;
  text-align: left;
}
.section4__box .section4__accordion--head .toggle {
  background: #a29676;
}
.section4__box .section4__accordion--head .toggle span {
  background: #fff;
}
.section4__box .section4__accordion--body .accordion__title h2 {
  color: #413d3c;
  font-size: clamp(17px, 1.19vw, 20px);
  text-align: left;
}
@media screen and (max-width: 550px) {
  .section4__box .section4__accordion--body .accordion__title h2 {
    font-size: clamp(15px, 1.071vw, 18px);
  }
}
.section4__box .section4__accordion--body .accordion__title h2 span {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 15px;
  color: #fff;
  font-size: clamp(12px, 0.833vw, 14px);
  font-weight: 500;
  letter-spacing: 0;
  background: #98c9cd;
}
@media screen and (max-width: 768px) {
  .section4__box .section4__accordion--body .accordion__title h2 span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.section4__box .section4__accordion--body .accordion__detail {
  margin-top: max(1.4880952381vw, 25px);
  margin-bottom: max(5.9523809524vw, 50px);
}
.section4__box .section4__accordion--body .accordion__detail p {
  font-size: clamp(12px, 0.833vw, 14px);
  line-height: 2.5;
  letter-spacing: 1.7px;
  margin-top: 10px;
  margin-bottom: max(2.9761904762vw, 25px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section4__box .section4__accordion--body .accordion__detail p {
    letter-spacing: 1px;
  }
}
.section4__box .section4__accordion--body .accordion__detail h3 {
  color: #a29676;
  font-size: clamp(15px, 1.071vw, 18px);
}
.section4__box .section4__accordion--body .accordion__detail h4 {
  color: #a29676;
  font-size: clamp(13px, 0.952vw, 16px);
  margin-top: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .section4__box .section4__accordion--body .accordion__detail h4 {
    letter-spacing: 1px;
    line-height: 1.5;
  }
}
.section4__box .section4__accordion--body .accordion__detail h4:nth-of-type(2) {
  margin-top: max(2.9761904762vw, 25px);
}
.section4__box .section4__accordion--body .accordion__detail span {
  color: #413d3c;
  display: block;
  font-size: clamp(10px, 0.654vw, 11px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .section4__box .section4__accordion--body .accordion__detail span {
    letter-spacing: 0.5px;
    line-height: 1.8;
  }
}
.section4__box .section4__accordion--body .accordion__detail span.first {
  margin-top: 20px;
  letter-spacing: 0px;
}
.section4__box .section4__accordion--body .accordion__detail span.second {
  margin-top: 5px;
  letter-spacing: 0px;
}
.section4__box .section4__accordion--body .accordion__detail span.third {
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .section4__box .section4__accordion--body .accordion__detail span.third {
    margin-top: 5px;
  }
}
.section4__box .section4__accordion--body .accordion__detail img.image1 {
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .section4__box .section4__accordion--body .accordion__detail img.image1 {
    width: 100%;
  }
}
.section4__box .section4__accordion--body .accordion__detail--image {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .section4__box .section4__accordion--body .accordion__detail--image {
    width: 100%;
  }
}
.section4__box .section4__accordion--body .accordion__btn {
  cursor: pointer;
  text-align: center;
}
.section4__box .section4__accordion--body .accordion__btn p {
  display: inline;
  color: #a29676;
  font-weight: 500;
  font-size: clamp(12px, 0.833vw, 14px);
  -webkit-text-decoration: 1px underline;
          text-decoration: 1px underline;
  text-underline-offset: 2px;
}
.section4__box .section4__accordion--body .accordion__btn p:hover {
  color: #413d3c;
}
.section4__box.section4__box1 .section4__box--detail {
  padding-top: 0;
}
.section4__box.section4__box2 .section4__box--detail {
  margin-left: -15%;
}
@media screen and (max-width: 768px) {
  .section4__box.section4__box2 .section4__box--detail {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section4__box.section4__box2 .accordion-body .accordion__detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
  .section4__box.section4__box2 .accordion-body .accordion__detail {
    display: block;
  }
}
.section4__box.section4__box2 .accordion-body .accordion__detail .grid1 {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
}
@media screen and (max-width: 550px) {
  .section4__box.section4__box2 .accordion-body .accordion__detail .grid1 {
    margin-bottom: 10px;
  }
}
.section4__box.section4__box2 .accordion-body .accordion__detail .grid2 {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 100%;
}
@media screen and (max-width: 550px) {
  .section4__box.section4__box2 .accordion-body .accordion__detail .grid2 {
    margin-bottom: 10px;
  }
}
.section4__box.section4__box2 .accordion-body .accordion__detail .grid3 {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 550px) {
  .section4__box.section4__box2 .accordion-body .accordion__detail .grid3 {
    margin-bottom: 10px;
  }
}
.section4__box.section4__box2 .accordion-body p {
  font-size: clamp(12px, 0.833vw, 14px);
  line-height: 2.5;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: max(2.9761904762vw, 25px);
}
.section4__box.section4__box2 .accordion-body .toggle p {
  text-align: center;
  font-size: clamp(15px, 1.071vw, 18px);
}
.section4__box.section4__box3 .accordion-body .accordion__detail--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: max(5.9523809524vw, 50px);
}
@media screen and (max-width: 768px) {
  .section4__box.section4__box3 .accordion-body .accordion__detail--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section4__box.section4__box3 .accordion-body .accordion__detail--inner .inner1 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section4__box.section4__box3 .accordion-body .accordion__detail--inner .inner1 {
    width: 100%;
  }
}
.section4__box.section4__box3 .accordion-body .accordion__detail--inner .inner1 .accordion__detail--image {
  width: 100%;
}
.section4__box.section4__box3 .accordion-body .accordion__detail--inner .inner2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section4__box.section4__box3 .accordion-body .accordion__detail--inner .inner2 {
    width: 100%;
  }
}
.section4__box.section4__box3 .accordion-body .accordion__detail--inner .inner2 .accordion__detail--image {
  width: 100%;
}
.section4__box.section4__box3 .accordion-body .accordion__detail.detail2 {
  margin-bottom: 0;
}
.section4__box.section4__box4 .section4__box--detail {
  margin-left: -15%;
}
@media screen and (max-width: 768px) {
  .section4__box.section4__box4 .section4__box--detail {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section5 {
  padding-top: max(8.9285714286vw, 75px);
  padding-bottom: max(8.9285714286vw, 75px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #c4beae), color-stop(25%, #e7e6de));
  background: linear-gradient(to bottom, #c4beae 25%, #e7e6de 25%);
}
@media screen and (max-width: 1000px) {
  .section5 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #c4beae), color-stop(20%, #e7e6de));
    background: linear-gradient(to bottom, #c4beae 20%, #e7e6de 20%);
  }
}
.section5__box {
  position: relative;
  background: #fff;
  padding: max(5.9523809524vw, 50px) 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 55px #6f6f6f;
          box-shadow: 0 0 55px #6f6f6f;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .section5__box {
    padding: max(5.9523809524vw, 50px) max(8.9285714286vw, 75px);
  }
}
@media screen and (max-width: 550px) {
  .section5__box {
    width: 100%;
    padding: 40px;
  }
}
.section5__box--detail {
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .section5__box--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: max(8.9285714286vw, 75px);
  }
}
@media screen and (max-width: 550px) {
  .section5__box--detail {
    margin-bottom: max(2.9761904762vw, 25px);
  }
}
.section5__box--detail .detail-image {
  width: 45%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .section5__box--detail .detail-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .section5__box--detail .detail-image {
    width: 65%;
    margin: auto;
  }
}
.section5__box--detail .detail-image img {
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .section5__box--detail .detail-image img {
    height: auto;
  }
}
.section5__box--detail .detail-text {
  width: 60%;
  height: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section5__box--detail .detail-text {
    width: 100%;
  }
}
.section5__box--detail .detail-text p {
  line-height: 2;
  font-size: 13px;
  text-align: left;
  text-wrap: nowrap;
}
.section5__box--detail .detail-text p:nth-of-type(1) {
  padding-top: max(1.4880952381vw, 25px);
}
@media screen and (max-width: 1000px) {
  .section5__box--detail .detail-text p {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section5__box--detail .detail-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .section5__box--detail .detail-text p {
    font-size: 12px;
    line-height: 2.5;
  }
}
.section5__box--detail .detail-text img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .section5__box--detail .detail-text img {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .section5__box--detail .detail-text img {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .section5__box--detail .detail-text.text2 p {
    font-size: clamp(14px, 1.011vw, 17px);
  }
}
@media screen and (max-width: 550px) {
  .section5__box--detail .detail-text.text2 p {
    font-size: 12px;
  }
}
.section5__box--detail .detail-text.text2 .text2-image {
  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;
}
@media screen and (max-width: 768px) {
  .section5__box--detail .detail-text.text2 .text2-image {
    width: 80%;
    margin: max(1.4880952381vw, 25px) auto;
  }
}
.section5__box--detail .detail-text.text2 .text2-image img {
  width: 50%;
}
.section5__box--detail .detail-text.text2 .text2-image p {
  color: #a29676;
  width: 50%;
  line-height: 2;
  letter-spacing: 2px;
  padding: 0;
}
.section5__box--btn {
  width: 100%;
  margin-top: max(2.9761904762vw, 25px);
}
.section5__box--btn a {
  width: 100%;
  padding: 40px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(180, 168, 136, 0.1875);
  border-radius: 20px;
}
@media screen and (max-width: 550px) {
  .section5__box--btn a {
    border-radius: 10px;
    padding: 30px 0;
  }
}
.section5__box--btn a p {
  color: #a29676;
  font-size: clamp(17px, 1.19vw, 20px);
  letter-spacing: 3px;
  font-family: "Public Sans", sans-serif;
}
@media screen and (max-width: 550px) {
  .section5__box--btn a p {
    font-size: clamp(13px, 0.952vw, 16px);
  }
}
.section5__box--btn a .btn-text {
  position: absolute;
  left: 10%;
}
@media screen and (max-width: 550px) {
  .section5__box--btn a .btn-text {
    left: 5%;
  }
}
.section5__box--btn a .btn-mark {
  position: absolute;
  right: 5%;
}
.section5__box2 {
  margin-top: max(5.9523809524vw, 50px);
}
.section5__box2.container {
  width: min(70%, 820px);
}
@media screen and (max-width: 550px) {
  .section5__box2.container {
    width: 85%;
  }
}
.section5__box2--title {
  text-align: center;
}
.section5__box2--title p {
  color: #413d3c;
}
.section5__box2--title img {
  width: 20%;
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .section5__box2--title img {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .section5__box2--title img {
    width: 40%;
  }
}
@media screen and (max-width: 550px) {
  .section5__box2--title img {
    width: 60%;
  }
}
.section5__box2--detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: max(2.9761904762vw, 25px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .section5__box2--detail {
    margin-top: max(5.9523809524vw, 50px);
  }
}
.section5__box2--detail dl {
  display: block;
  width: 47.5%;
  margin-top: max(2.9761904762vw, 25px);
}
@media screen and (max-width: 768px) {
  .section5__box2--detail dl {
    width: 100%;
  }
}
.section5__box2--detail dl dt {
  color: #413d3c;
  font-size: clamp(32px, 2.202vw, 37px);
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}
@media screen and (max-width: 550px) {
  .section5__box2--detail dl dt {
    font-size: clamp(18px, 1.428vw, 24px);
    font-weight: bold;
    letter-spacing: 5px;
  }
}
.section5__box2--detail dl dt:nth-of-type(2) {
  margin-top: max(2.9761904762vw, 25px);
}
.section5__box2--detail dl hr {
  border-top: 2px dotted #a29676;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section5__box2--detail dl dd h3 {
  color: #413d3c;
  font-size: clamp(15px, 1.071vw, 18px);
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 550px) {
  .section5__box2--detail dl dd h3 {
    margin-bottom: 10px;
  }
}
.section5__box2--detail dl dd p {
  color: #413d3c;
  font-size: clamp(12px, 0.833vw, 14px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
}
.section5__box2--detail dl dd p span {
  color: #413d3c;
  font-size: clamp(12px, 0.833vw, 14px);
  font-weight: 600;
  line-height: 2;
  text-decoration: underline;
}
.section5__box2--detail dl dd p span a {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.section5__box2--detail dl dd p span a:hover {
  color: #fff;
  -webkit-text-decoration: underline #fff;
          text-decoration: underline #fff;
}
.section5__box2--detail dl dd p span.color {
  color: #f0338d;
  text-decoration: none;
}
.section5__box2--detail dl dd > span {
  display: inline-block;
  color: #413d3c;
  font-size: clamp(10px, 0.654vw, 11px);
  font-weight: 600;
  letter-spacing: 1px;
}
.section5__box2--detail dl dd > span.mt {
  margin-top: 30px;
}

.section6 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #c4beae), color-stop(75%, #fff));
  background: linear-gradient(to bottom, #c4beae 75%, #fff 75%);
}
@media screen and (max-width: 550px) {
  .section6 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #618ca2), color-stop(75%, #fff));
    background: linear-gradient(to bottom, #618ca2 75%, #fff 75%);
  }
}
.section6__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: max(5.9523809524vw, 50px) 20%;
  gap: 5%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .section6__box {
    padding: max(5.9523809524vw, 50px) 10%;
  }
}
@media screen and (max-width: 550px) {
  .section6__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 125vw;
    margin-top: 25px;
  }
}
.section6__box > picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(80vw, 1200px);
  z-index: -1000;
}
@media screen and (max-width: 768px) {
  .section6__box > picture {
    width: 100vw;
  }
}
@media screen and (max-width: 550px) {
  .section6__box > picture {
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.section6__box--image {
  width: 40%;
  height: 20vw;
  margin-top: max(2.9761904762vw, 25px);
  margin-bottom: max(2.9761904762vw, 25px);
}
@media screen and (min-width: 1300px) {
  .section6__box--image {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .section6__box--image {
    width: 100%;
    height: 30vw;
  }
}
@media screen and (max-width: 550px) {
  .section6__box--image {
    margin-top: 0;
    height: 25vw;
  }
}
.section6__box--text {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section6__box--text {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .section6__box--text {
    width: 85%;
  }
}

footer {
  max-width: 1680px;
  margin: 0 auto;
}

.footer1 {
  position: relative;
  padding-top: max(5.9523809524vw, 50px);
  padding-bottom: max(2.9761904762vw, 25px);
  background-image: url(../img/footer-bg.webp);
  background-position: 30% 100%;
  background-size: cover;
  aspect-ratio: 16/9;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer1 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer1 p {
  color: #fff;
  text-align: left;
}
.footer1 .logo {
  width: 50%;
  margin: 0 auto;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer1 .logo {
    width: 100%;
  }
}
.footer1 .logo img {
  width: 40%;
}
.footer1__box {
  width: 80%;
  margin: auto;
  gap: 10%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer1__box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .footer1__box {
    position: relative;
    width: 100%;
    padding-top: max(5.9523809524vw, 50px);
    padding-bottom: max(5.9523809524vw, 50px);
    margin-top: -5vw;
    background: #98c9cd;
    overflow: visible;
  }
}
.footer1 .txt {
  width: 50%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .footer1 .txt {
    width: 80%;
    margin: auto;
    margin-top: max(5.9523809524vw, 50px);
  }
}
.footer1 .txt .txt__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 1vw 0;
  font-size: clamp(10px, 0.714vw, 12px);
  line-height: 2;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.3125);
}
@media screen and (max-width: 550px) {
  .footer1 .txt .txt__flex {
    padding: 2vw 0;
  }
}
.footer1 .txt .txt__flex:last-of-type {
  border-bottom: none;
}
.footer1 .txt .txt__flex .left {
  width: 150px;
}
.footer1 .txt .txt__flex .right {
  width: 100%;
}
.footer1 .txt .txt__flex .right p .nowrap {
  color: #fff;
  text-wrap: nowrap;
}

.footer2 {
  position: relative;
  width: 80%;
  height: 80px;
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .footer2 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .footer2 {
    height: auto;
  }
}
@media screen and (max-width: 550px) {
  .footer2 {
    width: 85%;
  }
}
.footer2__box {
  width: 70%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
  margin-right: 0;
  padding: 2% 0;
}
@media screen and (max-width: 768px) {
  .footer2__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    padding-top: max(1.4880952381vw, 25px);
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .footer2__box {
    width: 100%;
  }
}
.footer2__box a {
  font-weight: 600;
  font-size: clamp(12px, 0.833vw, 14px);
}
@media screen and (max-width: 768px) {
  .footer2__box a {
    padding: 10px 0;
    font-size: clamp(13px, 0.952vw, 16px);
  }
}
.footer2__box2 {
  width: max(20%, 200px);
  height: 60%;
  background: #2db0ba;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .footer2__box2 {
    width: 80%;
    margin: auto;
    padding: 20px 0;
    margin-bottom: max(1.4880952381vw, 25px);
  }
}
@media screen and (max-width: 550px) {
  .footer2__box2 {
    width: 100%;
  }
}
.footer2__box2 a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: clamp(13px, 0.952vw, 16px);
}

.copyright {
  background-color: #a29676;
  padding: 1% 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 15px 0;
  }
}
.copyright p {
  color: #fff;
  font-size: clamp(10px, 0.654vw, 11px);
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .copyright p {
    letter-spacing: 2px;
  }
}/*# sourceMappingURL=style.css.map */