@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
html:has(.page) {
  scroll-padding-top: 100px;
}
@media screen and (max-width: 1050px) {
  html:has(.page) {
    scroll-padding-top: 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  html:has(.page) {
    scroll-padding-top: 21.3333333333vw;
  }
}

body {
  font-size: 16px;
  font-weight: 500;
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 1050px) {
  body {
    font-size: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.sec__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .sec__inner {
    width: 94.9284785436vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: calc(100% - 10.6666666667vw);
  }
}

img {
  height: auto;
  display: block;
}

.mincho {
  font-family: "NotoSerifJP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ 明朝", serif;
}

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

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

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.btn__wrapper {
  display: flex;
  justify-content: center;
}

.btn__basic {
  font-size: 30px;
  background: linear-gradient(90deg, rgb(245, 189, 21) 0%, rgb(226, 119, 62) 45%);
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 5px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 500px;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s ease;
}
@media screen and (max-width: 1050px) {
  .btn__basic {
    font-size: 2.8478543563vw;
    border-radius: 0.4746423927vw;
    filter: drop-shadow(0 0.2847854356vw 0.5695708713vw rgba(0, 0, 0, 0.16));
    width: 47.4642392718vw;
    height: 9.5877763329vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic {
    font-size: 4.8vw;
    border-radius: 1.3333333333vw;
    filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
    width: 100%;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn__basic:hover {
    filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.3));
  }
}
.btn__basic::after {
  content: "";
  width: 12.06px;
  height: 21.15px;
  background: url(../images/icon_arrow_right_white_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .btn__basic::after {
    width: 1.1448374512vw;
    height: 2.0077373212vw;
    right: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic::after {
    width: 1.6vw;
    height: 2.8vw;
    right: 2.6666666667vw;
  }
}

.btn__basic--small {
  font-size: 30px;
  background: linear-gradient(90deg, rgb(245, 189, 21) 0%, rgb(226, 119, 62) 45%);
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 5px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s ease;
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  .btn__basic--small {
    font-size: 2.8478543563vw;
    border-radius: 0.4746423927vw;
    filter: drop-shadow(0 0.2847854356vw 0.5695708713vw rgba(0, 0, 0, 0.16));
    width: 23.7321196359vw;
    height: 4.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic--small {
    font-size: 4.8vw;
    border-radius: 1.3333333333vw;
    filter: drop-shadow(0 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
    width: 100%;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .btn__basic--small:hover {
    filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.3));
  }
}
.btn__basic--small::after {
  content: "";
  width: 12.06px;
  height: 21.15px;
  background: url(../images/icon_arrow_right_white_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .btn__basic--small::after {
    width: 1.1448374512vw;
    height: 2.0077373212vw;
    right: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic--small::after {
    width: 1.6vw;
    height: 2.8vw;
    right: 2.6666666667vw;
  }
}
@media screen and (max-width: 1050px) {
  .btn__basic--small {
    font-size: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic--small {
    font-size: 4.2666666667vw;
  }
}
.btn__basic--small::after {
  width: 6px;
  height: 10.5px;
  right: 10px;
}
@media screen and (max-width: 1050px) {
  .btn__basic--small::after {
    width: 0.5695708713vw;
    height: 0.9967490247vw;
    right: 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .btn__basic--small::after {
    width: 1.6vw;
    height: 2.8vw;
    right: 2.6666666667vw;
  }
}

.title__basic {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #693100;
  padding: 0 0 24px;
  border-bottom: 1px solid #693100;
  margin: 0 auto 80px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 500px;
}
@media screen and (max-width: 1050px) {
  .title__basic {
    font-size: 3.322496749vw;
    padding: 0 0 2.278283485vw;
    margin: 0 auto 7.5942782835vw;
    min-width: 47.4642392718vw;
  }
}
@media screen and (max-width: 768px) {
  .title__basic {
    font-size: 5.3333333333vw;
    padding: 0 0 3.4666666667vw;
    margin: 0 auto 8vw;
    width: 100%;
    min-width: unset;
  }
}
.title__basic span {
  font-size: 25px;
}
@media screen and (max-width: 1050px) {
  .title__basic span {
    font-size: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .title__basic span {
    font-size: 4.2666666667vw;
  }
}
.title__basic::after {
  content: "";
  width: 160px;
  height: 1px;
  background: #ffe300;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.section {
  padding: 70px 0 0;
  margin: -70px 0 0;
}
@media screen and (max-width: 1050px) {
  .section {
    padding: 6.644993498vw 0 0;
    margin: -6.644993498vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 16vw 0 0;
    margin: -16vw 0 0;
  }
}

.section > div {
  padding: 80px 0;
}
@media screen and (max-width: 1050px) {
  .section > div {
    padding: 7.5942782835vw 0;
  }
}
@media screen and (max-width: 768px) {
  .section > div {
    padding: 10.6666666667vw 0;
  }
}

.bg__basic--gray {
  background: #fafafa;
}

header {
  width: 100%;
  height: 70px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1050px) {
  header {
    height: 6.644993498vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 16vw;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .header__inner {
    padding: 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    z-index: 110;
  }
}
.header__logo a img {
  width: auto;
  max-width: 120px;
  height: 100%;
  max-height: 50px;
}
@media screen and (max-width: 1050px) {
  .header__logo a img {
    max-width: 11.3914174252vw;
    max-height: 4.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .header__logo a img {
    max-width: unset;
    max-height: unset;
    height: 10.6666666667vw;
  }
}

.header__gnav {
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .header__gnav {
    position: fixed;
    right: -400px;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 360px;
    height: 100%;
    z-index: 105;
    transition: 0.9s cubic-bezier(0.49, 0, 0.86, 0.68);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.23);
  }
}
@media screen and (max-width: 1050px) {
  .header__gnav {
    right: -37.9713914174vw;
    width: 34.1742522757vw;
    box-shadow: 0 0 5.6957087126vw rgba(0, 0, 0, 0.23);
  }
}
@media screen and (max-width: 768px) {
  .header__gnav {
    width: 100%;
    right: calc(-100% - 16vw);
  }
}
@media screen and (max-width: 1300px) {
  .header__gnav.active {
    right: 0;
    transition: 1s cubic-bezier(0.19, 0.68, 0.32, 0.99);
  }
}
.header__gnav > ul {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header__gnav > ul {
    flex-direction: column;
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 1050px) {
  .header__gnav > ul {
    padding: 9.4928478544vw 2.8478543563vw 0;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav > ul {
    padding: 0 5.3333333333vw;
    justify-content: center;
    margin: -10.6666666667vw auto 0;
  }
}
.header__gnav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .header__gnav > ul > li {
    width: 100%;
    height: auto;
    justify-content: center;
  }
}
.header__gnav > ul > li a:not(.btn__basic--small) {
  font-size: 16px;
  font-weight: 600;
  color: #693100;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .header__gnav > ul > li a:not(.btn__basic--small) {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .header__gnav > ul > li a:not(.btn__basic--small) {
    font-size: 1.7087126138vw;
    padding: 1.8985695709vw 0;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav > ul > li a:not(.btn__basic--small) {
    font-size: 4.8vw;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .header__gnav > ul > li a:not(.btn__basic--small)::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffe300;
    transform-origin: bottom center;
    transform: scaleY(0);
    transition: 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1300px) {
  .header__gnav > ul > li a:not(.btn__basic--small)::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header__gnav > ul > li a:not(.btn__basic--small).active::after {
    transition: 0.4s ease;
    transform: scaleY(1);
  }
}
.header__gnav > ul > li .btn__basic--small {
  padding: 0;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1300px) {
  .header__gnav > ul > li .btn__basic--small {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1050px) {
  .header__gnav > ul > li .btn__basic--small {
    margin: 1.8985695709vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav > ul > li .btn__basic--small {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .header__gnav-btn {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .header__gnav-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    gap: 5px 0;
    flex-direction: column;
    cursor: pointer;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 110;
    display: flex;
  }
}
@media screen and (max-width: 1050px) {
  .header__gnav-btn {
    right: 3.7971391417vw;
    gap: 0.4746423927vw 0;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn {
    right: 5.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.header__gnav-btn span {
  width: 35px;
  height: 3px;
  background: #693100;
  border-radius: 5px;
  transition: 0.4s 0.4s ease;
  translate: 0;
}
@media screen and (max-width: 1050px) {
  .header__gnav-btn span {
    width: 3.322496749vw;
    height: 0.2847854356vw;
    border-radius: 0.4746423927vw;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn span {
    width: 9.3333333333vw;
    height: 0.8vw;
    border-radius: 1.3333333333vw;
  }
}
.header__gnav-btn span:nth-of-type(2) {
  opacity: 1;
}
.header__gnav-btn span:nth-of-type(4), .header__gnav-btn span:nth-of-type(5) {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
  transition-delay: 0s;
  rotate: 0;
}
.header__gnav-btn.active span {
  transition-delay: 0s;
}
.header__gnav-btn.active span:nth-of-type(1) {
  opacity: 0;
  translate: 0 8px;
}
@media screen and (max-width: 1050px) {
  .header__gnav-btn.active span:nth-of-type(1) {
    translate: 0 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn.active span:nth-of-type(1) {
    translate: 0 2.1333333333vw;
  }
}
.header__gnav-btn.active span:nth-of-type(2) {
  opacity: 0;
  transition: 0s 0.4s;
}
.header__gnav-btn.active span:nth-of-type(3) {
  opacity: 0;
  translate: 0 -8px;
}
@media screen and (max-width: 1050px) {
  .header__gnav-btn.active span:nth-of-type(3) {
    translate: 0 -0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav-btn.active span:nth-of-type(3) {
    translate: 0 -2.1333333333vw;
  }
}
.header__gnav-btn.active span:nth-of-type(4) {
  rotate: 45deg;
  transition-delay: 0.4s;
}
.header__gnav-btn.active span:nth-of-type(5) {
  rotate: -45deg;
  transition-delay: 0.4s;
}

.header__gnav-mask {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header__gnav-mask {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 103;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: 0.9s cubic-bezier(0.49, 0, 0.86, 0.68);
  }
}
@media screen and (max-width: 1300px) {
  .header__gnav-mask.active {
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    opacity: 1;
    visibility: visible;
    transition: 1s cubic-bezier(0.19, 0.68, 0.32, 0.99);
  }
}

footer {
  background: #401e00;
}
footer ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1050px) {
  footer ul {
    padding: 3.7971391417vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer ul {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw 0;
    padding: 6.4vw 0;
  }
}
footer ul li a {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  footer ul li a {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 3.4666666667vw;
  }
}
footer .footer__copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 15px 0 20px;
}
@media screen and (max-width: 1050px) {
  footer .footer__copy {
    font-size: 1.1391417425vw;
    padding: 1.4239271782vw 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__copy {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw 0 3.2vw;
  }
}

div:has(.btn__basic--small.fixed) {
  display: none;
}
@media screen and (max-width: 768px) {
  div:has(.btn__basic--small.fixed) {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 5.3333333333vw 0;
    margin: 0 auto;
    z-index: 110;
    width: 100%;
    background: rgba(255, 255, 255, 0.93);
  }
}
@media screen and (max-width: 768px) {
  div:has(.btn__basic--small.fixed) .btn__basic--small {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
}

.breadcrumbs {
  margin: 20px 0 40px;
}
@media screen and (max-width: 1050px) {
  .breadcrumbs {
    margin: 1.8985695709vw 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.breadcrumbs ul {
  display: flex;
  gap: 0 2px;
}
@media screen and (max-width: 1050px) {
  .breadcrumbs ul {
    gap: 0 0.1898569571vw;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    gap: 0 0.5333333333vw;
  }
}
.breadcrumbs ul li {
  font-size: 12px;
  display: flex;
  gap: 0 2px;
}
@media screen and (max-width: 1050px) {
  .breadcrumbs ul li {
    font-size: 1.1391417425vw;
    gap: 0 0.1898569571vw;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 3.2vw;
    gap: 0 0.5333333333vw;
  }
}
.breadcrumbs ul li:not(:last-of-type) {
  position: relative;
}
.breadcrumbs ul li:not(:last-of-type)::after {
  content: ">";
  margin: auto;
}

.kv {
  height: 500px;
  background: url(../images/img_kv_01@2x.jpg) center/cover no-repeat;
}
@media screen and (max-width: 1050px) {
  .kv {
    height: 47.4642392718vw;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 110.4vw;
    background-image: url(../images/img_kv_01_sp@2x.jpg);
  }
}

.kv__inner {
  position: relative;
  height: 100%;
}

.kv__copy {
  position: absolute;
  bottom: 56px;
}
@media screen and (max-width: 1050px) {
  .kv__copy {
    bottom: 5.3159947984vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__copy {
    left: 0;
    right: 0;
    bottom: 6.4vw;
    margin: auto;
  }
}

.kv__message {
  font-size: 50px;
  font-weight: 900;
  line-height: 73px;
  color: #693100;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 1050px) {
  .kv__message {
    font-size: 4.7464239272vw;
    line-height: 6.9297789337vw;
    gap: 0.6644993498vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__message {
    font-size: 5.8666666667vw;
    font-weight: 600;
    line-height: 10.6666666667vw;
    gap: 2.4vw;
    align-items: center;
  }
}
.kv__message .kv__line {
  background: #fff;
  padding: 10px 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1050px) {
  .kv__message .kv__line {
    padding: 0.9492847854vw 2.5630689207vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__message .kv__line {
    padding: 1.0666666667vw 3.2vw;
  }
}
.kv__message .kv__line span {
  color: #ffc400;
}
@media screen and (max-width: 768px) {
  .kv__message .kv__line span {
    color: #693100;
  }
}

.kv__text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 12px 0 0;
}
@media screen and (max-width: 1050px) {
  .kv__text {
    font-size: 1.5188556567vw;
    margin: 1.1391417425vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kv__text {
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 6.9333333333vw;
    text-align: center;
    width: 80vw;
    margin: 5.3333333333vw auto 0;
  }
}

.intro .sec__01 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1050px) {
  .intro .sec__01 {
    padding: 7.5942782835vw 0 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .intro .sec__01 {
    padding: 10.6666666667vw 0;
  }
}

.intro__worries {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1050px) {
  .intro__worries {
    margin: 0 auto 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__worries {
    margin: 0 auto 10.6666666667vw;
  }
}
.intro__worries > p {
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
  color: #693100;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1050px) {
  .intro__worries > p {
    font-size: 3.7971391417vw;
    line-height: 6.1703511053vw;
    margin: 0 auto 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__worries > p {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}

.intro__worries-list {
  background: #fafafa;
  padding: 32px 20px 32px 40px;
}
@media screen and (max-width: 1050px) {
  .intro__worries-list {
    padding: 3.0377113134vw 1.8985695709vw 3.0377113134vw 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__worries-list {
    padding: 5.3333333333vw;
    width: calc(100% + 10.6666666667vw);
    margin: 0 0 0 -5.3333333333vw;
  }
}
.intro__worries-list > ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 1050px) {
  .intro__worries-list > ul {
    gap: 1.8985695709vw 0;
  }
}
@media screen and (max-width: 768px) {
  .intro__worries-list > ul {
    gap: 2.1333333333vw 0;
  }
}
.intro__worries-list > ul > li {
  font-size: 25px;
  line-height: 36px;
  padding: 0 0 0 52px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .intro__worries-list > ul > li {
    font-size: 2.3732119636vw;
    line-height: 3.4174252276vw;
    padding: 0 0 0 4.9362808843vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__worries-list > ul > li {
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 9.6vw;
    padding: 0 0 0 12vw;
  }
}
.intro__worries-list > ul > li::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/img_intro_worries_01@2x.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1050px) {
  .intro__worries-list > ul > li::before {
    width: 3.4174252276vw;
    height: 3.4174252276vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__worries-list > ul > li::before {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.intro__message {
  font-weight: 600;
  text-align: center;
}
.intro__message strong {
  font-weight: 600;
}

.intro__message-brown {
  font-size: 28px;
  color: #fff;
  background: #693100;
  padding: 18px 48px;
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1050px) {
  .intro__message-brown {
    font-size: 2.6579973992vw;
    padding: 1.7087126138vw 4.5565669701vw;
    margin: 0 auto 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__message-brown {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw;
    margin: 0 auto 4.8vw;
  }
}

.intro__message-large {
  font-size: 35px;
  line-height: 70px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1050px) {
  .intro__message-large {
    font-size: 3.322496749vw;
    line-height: 6.644993498vw;
    margin: 0 auto 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__message-large {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
    margin: 0 auto 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__message-large span {
    font-size: 4vw;
  }
}

.intro__message-normal {
  font-size: 28px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1050px) {
  .intro__message-normal {
    font-size: 2.6579973992vw;
    margin: 0 auto 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__message-normal {
    font-size: 4.2666666667vw;
    margin: 0 auto 6.4vw;
  }
}

.intro__message-underline {
  font-size: 35px;
  color: #693100;
}
@media screen and (max-width: 1050px) {
  .intro__message-underline {
    font-size: 3.322496749vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__message-underline {
    text-align: left;
    font-size: 5.8666666667vw;
  }
}
.intro__message-underline strong {
  line-height: 70px;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(transparent 60%, #fdf39e 30%);
}
@media screen and (max-width: 1050px) {
  .intro__message-underline strong {
    line-height: 6.644993498vw;
  }
}
@media screen and (max-width: 768px) {
  .intro__message-underline strong {
    line-height: 9.3333333333vw;
  }
}

.commitment .sec__02 {
  padding: 80px 0;
}
@media screen and (max-width: 1050px) {
  .commitment .sec__02 {
    padding: 7.5942782835vw 0;
  }
}
@media screen and (max-width: 768px) {
  .commitment .sec__02 {
    padding: 8.5333333333vw 0 12.2666666667vw;
  }
}

.commitment__list > ul {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 1050px) {
  .commitment__list > ul {
    gap: 7.5942782835vw 0;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list > ul {
    gap: 8vw 0;
  }
}
.commitment__list > ul > li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .commitment__list > ul > li {
    flex-direction: column;
    gap: 5.3333333333vw 0;
  }
}

.commitment__list-left {
  width: 300px;
}
@media screen and (max-width: 1050px) {
  .commitment__list-left {
    width: 28.4785435631vw;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list-left {
    width: 100%;
  }
}
.commitment__list-left img {
  width: 100%;
}

.commitment__list-right {
  width: 655px;
}
@media screen and (max-width: 1050px) {
  .commitment__list-right {
    width: 62.178153446vw;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list-right {
    width: 100%;
  }
}
.commitment__list-right .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #693100;
  margin: 0 0 30px;
}
@media screen and (max-width: 1050px) {
  .commitment__list-right .title {
    font-size: 3.7971391417vw;
    line-height: 5.6957087126vw;
    margin: 0 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list-right .title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    margin: 0 0 4vw;
  }
}
.commitment__list-right .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media screen and (max-width: 1050px) {
  .commitment__list-right .text {
    font-size: 1.8985695709vw;
    line-height: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list-right .text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
.commitment__list-right .list li {
  font-size: 16px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .commitment__list-right .list li {
    font-size: 1.5188556567vw;
    line-height: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list-right .list li {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    align-items: flex-start;
  }
}
.commitment__list-right .list li::before {
  content: "・";
  margin: 0 8px 0 0;
}
@media screen and (max-width: 1050px) {
  .commitment__list-right .list li::before {
    margin: 0 0.7594278283vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .commitment__list-right .list li::before {
    line-height: 8vw;
    margin: 0 2.1333333333vw 0 0;
  }
}

.case {
  overflow: hidden;
}
.case .sec__03 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1050px) {
  .case .sec__03 {
    padding: 7.5942782835vw 0 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .case .sec__03 {
    padding: 10.6666666667vw 0 11.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .case .splide {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .case .splide__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .case .splide__arrows button {
    width: 2.6666666667vw;
    height: 4.6666666667vw;
    background: url(../images/icon_arrow_right_brown_01.svg) center/contain no-repeat;
    transform-origin: center;
  }
}
@media screen and (max-width: 768px) {
  .case .splide__arrows button svg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .case .splide__arrow--prev {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .case .splide__pagination {
    display: flex;
    gap: 0 8vw;
    padding: 0 0 0.8vw;
    margin: 5.3333333333vw auto 0;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .case .splide__pagination li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: #cecece;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .case .splide__pagination li button.is-active {
    background: #693100;
  }
}
@media screen and (max-width: 768px) {
  .case .btn__wrapper {
    margin: 8vw 0 0;
  }
}

.case__list {
  overflow: visible;
  margin: 0 auto 52px;
}
@media screen and (max-width: 1050px) {
  .case__list {
    margin: 0 auto 4.9362808843vw;
  }
}
@media screen and (max-width: 768px) {
  .case__list {
    margin: 0 auto 6.4vw;
  }
}
.case__list > ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1050px) {
  .case__list > ul {
    gap: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .case__list > ul {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.case__list > ul > li {
  width: 480px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 20px 20px 0;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 769px) {
  .case__list > ul > li {
    transition: 0.7s ease;
  }
}
@media screen and (max-width: 1050px) {
  .case__list > ul > li {
    width: 45.5656697009vw;
    box-shadow: 0 0 1.4239271782vw rgba(0, 0, 0, 0.08);
    padding: 1.8985695709vw 1.8985695709vw 0;
    border-radius: 0.4746423927vw;
  }
}
@media screen and (max-width: 768px) {
  .case__list > ul > li {
    width: 84.2666666667vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.08);
    padding: 5.3333333333vw 3.4666666667vw 0;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .case__list > ul > li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}
.case__list > ul > li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.case__ba {
  display: flex;
  justify-content: space-between;
}

.case__before,
.case__after {
  width: 218px;
}
@media screen and (max-width: 1050px) {
  .case__before,
.case__after {
    width: 20.6944083225vw;
  }
}
@media screen and (max-width: 768px) {
  .case__before,
.case__after {
    width: 38.2666666667vw;
  }
}
.case__before > p,
.case__after > p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #693100;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1050px) {
  .case__before > p,
.case__after > p {
    font-size: 1.8985695709vw;
    margin: 0 auto 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .case__before > p,
.case__after > p {
    font-size: 4.2666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.case__before > img,
.case__after > img {
  width: 100%;
}

.case__text {
  font-size: 21px;
  font-weight: 600;
  line-height: 40px;
  color: #693100;
  margin: 20px 0;
  flex-grow: 1;
}
@media screen and (max-width: 1050px) {
  .case__text {
    font-size: 1.9934980494vw;
    line-height: 3.7971391417vw;
    margin: 1.8985695709vw 0;
  }
}
@media screen and (max-width: 768px) {
  .case__text {
    font-size: 4.8vw;
    line-height: 6.6666666667vw;
    margin: 5.3333333333vw 0;
  }
}

.case__more {
  width: calc(100% + 40px);
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 1050px) {
  .case__more {
    width: calc(100% + 3.7971391417vw);
    margin: 0 0 0 -1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .case__more {
    width: calc(100% + 6.9333333333vw);
    margin: 0 0 0 -3.4666666667vw;
  }
}
.case__more p {
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  background: #ffe300;
}
@media screen and (max-width: 1050px) {
  .case__more p {
    font-size: 1.8985695709vw;
    line-height: 4.2717815345vw;
  }
}
@media screen and (max-width: 768px) {
  .case__more p {
    font-size: 4.2666666667vw;
    line-height: 10.6666666667vw;
  }
}

.voice {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice .splide {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__arrows button {
    width: 2.6666666667vw;
    height: 4.6666666667vw;
    background: url(../images/icon_arrow_right_brown_01.svg) center/contain no-repeat;
    transform-origin: center;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__arrows button svg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__arrow--prev {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__pagination {
    display: flex;
    gap: 0 8vw;
    padding: 0 0 0.8vw;
    margin: 5.3333333333vw auto 0;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__pagination li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background: #cecece;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__pagination li button.is-active {
    background: #693100;
  }
}
@media screen and (max-width: 768px) {
  .voice .splide__pagination {
    gap: 0 5.3333333333vw;
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .voice .btn__wrapper {
    margin: 8vw 0 0;
  }
}

.voice__list {
  overflow: visible;
  margin: 0 auto 52px;
}
@media screen and (max-width: 1050px) {
  .voice__list {
    margin: 0 auto 4.9362808843vw;
  }
}
@media screen and (max-width: 768px) {
  .voice__list {
    margin: 0 auto 6.4vw;
  }
}
.voice__list > ul {
  display: flex !important;
  flex-wrap: wrap;
  gap: 40px 65px;
}
@media screen and (max-width: 1050px) {
  .voice__list > ul {
    gap: 3.7971391417vw 6.1703511053vw;
  }
}
@media screen and (max-width: 768px) {
  .voice__list > ul {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.voice__list > ul > li {
  width: 290px;
}
@media screen and (max-width: 1050px) {
  .voice__list > ul > li {
    width: 27.5292587776vw;
  }
}
@media screen and (max-width: 768px) {
  .voice__list > ul > li {
    width: 77.3333333333vw;
  }
}
.voice__list > ul > li img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .voice__list > ul > li img {
    transition: 0.7s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 769px) {
  .voice__list > ul > li:hover img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}

.voice__more {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  color: #693100;
  padding: 0 20px 0 0;
  margin: 14px 0 0;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .voice__more {
    font-size: 1.8985695709vw;
    padding: 0 1.8985695709vw 0 0;
    margin: 1.3289986996vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .voice__more {
    font-size: 4.2666666667vw;
    padding: 0 5.3333333333vw 0 0;
    margin: 3.7333333333vw 0 0;
  }
}
.voice__more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -5px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 10.5px;
  background: url(../images/icon_arrow_right_brown_01.svg) center/contain no-repeat;
}
@media screen and (max-width: 1050px) {
  .voice__more::after {
    bottom: -0.4746423927vw;
    width: 0.5695708713vw;
    height: 0.9967490247vw;
  }
}
@media screen and (max-width: 768px) {
  .voice__more::after {
    bottom: -1.3333333333vw;
    width: 1.6vw;
    height: 2.8vw;
  }
}

.step .sec__05 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1050px) {
  .step .sec__05 {
    padding: 7.5942782835vw 0 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .step .sec__05 {
    padding: 10.6666666667vw 0;
  }
}

.step__list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 100px;
}
@media screen and (max-width: 1050px) {
  .step__list > ul {
    gap: 7.5942782835vw 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .step__list > ul {
    gap: 10.6666666667vw 0;
  }
}
.step__list > ul > li {
  width: 450px;
}
@media screen and (max-width: 1050px) {
  .step__list > ul > li {
    width: 42.7178153446vw;
  }
}
@media screen and (max-width: 768px) {
  .step__list > ul > li {
    width: 100%;
  }
}
.step__list > ul > li.full {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .step__list > ul > li.full .step__title {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
}
@media screen and (max-width: 1050px) {
  .step__list > ul > li.full .step__title {
    gap: 0 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .step__list > ul > li.full .step__title {
    line-height: 8vw;
    padding: 5.3333333333vw;
    gap: 1.6vw 0;
  }
}
.step__list > ul > li.full .step__lower {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 1050px) {
  .step__list > ul > li.full .step__lower {
    gap: 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .step__list > ul > li.full .step__lower {
    gap: 5.3333333333vw 0;
    flex-direction: column;
  }
}
.step__list > ul > li.full .step__lower img {
  width: 450px;
}
@media screen and (max-width: 1050px) {
  .step__list > ul > li.full .step__lower img {
    width: 42.7178153446vw;
  }
}
@media screen and (max-width: 768px) {
  .step__list > ul > li.full .step__lower img {
    width: 100%;
  }
}
.step__list > ul > li.full .step__lower .step__text {
  flex-grow: 1;
  margin: 0;
}
.step__list > ul > li img {
  width: 100%;
}

.step__upper {
  display: flex;
  gap: 0 12px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .step__upper {
    gap: 0 1.1391417425vw;
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .step__upper {
    gap: 0 2.4vw;
    margin: 0 0 3.2vw;
  }
}

.step__num {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  color: #fff;
  min-width: 90px;
  height: 90px;
  background: #693100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .step__num {
    font-size: 3.322496749vw;
    line-height: 3.322496749vw;
    min-width: 8.5435630689vw;
    height: 8.5435630689vw;
  }
}
@media screen and (max-width: 768px) {
  .step__num {
    font-size: 8vw;
    line-height: 6.6666666667vw;
    min-width: 17.8666666667vw;
    height: 17.8666666667vw;
  }
}
.step__num span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1050px) {
  .step__num span {
    font-size: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .step__num span {
    font-size: 3.7333333333vw;
  }
}

.step__title {
  font-size: 25px;
  font-weight: 600;
  color: #693100;
  background: #fdf39e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  gap: 10px 0;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 1050px) {
  .step__title {
    font-size: 2.3732119636vw;
    gap: 0.9492847854vw;
    padding: 0 0 0 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .step__title {
    font-size: 5.3333333333vw;
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.step__title span {
  font-size: 18px;
  text-indent: -8px;
}
@media screen and (max-width: 1050px) {
  .step__title span {
    font-size: 1.7087126138vw;
    text-indent: -0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .step__title span {
    font-size: 3.7333333333vw;
    text-indent: -2.1333333333vw;
  }
}

.step__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1050px) {
  .step__text {
    font-size: 1.8985695709vw;
    line-height: 3.7971391417vw;
    margin: 2.8478543563vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .step__text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 5.3333333333vw 0 0;
  }
}

.course__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 57px;
  color: #fff;
  width: 514px;
  margin: 0 auto 32px;
  background: #693100;
}
@media screen and (max-width: 1050px) {
  .course__title {
    font-size: 2.6579973992vw;
    line-height: 5.410923277vw;
    width: 48.7932379714vw;
    margin: 0 auto 3.0377113134vw;
  }
}
@media screen and (max-width: 768px) {
  .course__title {
    font-size: 4.8vw;
    line-height: 12vw;
    width: 100%;
    margin: 0 auto 4.2666666667vw;
  }
}

.course__text {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1050px) {
  .course__text {
    font-size: 3.322496749vw;
    margin: 0 auto 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .course__text {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.course__point {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1050px) {
  .course__point {
    margin: 0 auto 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point {
    margin: 0 auto 10.6666666667vw;
  }
}

.course__point-three ul {
  display: flex;
  justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul {
    gap: 0 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw 0;
  }
}
.course__point-three ul li {
  width: 240px;
  height: 240px;
  background: #ffe300;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li {
    width: 22.7828348505vw;
    height: 22.7828348505vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li {
    width: 64vw;
    height: 64vw;
  }
}
.course__point-three ul li p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #693100;
  line-height: 34px;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li p {
    font-size: 2.3732119636vw;
    line-height: 3.2275682705vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li p {
    font-size: 6.4vw;
    line-height: 9.0666666667vw;
  }
}
.course__point-three ul li .lh45 {
  line-height: 45px;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li .lh45 {
    line-height: 4.2717815345vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li .lh45 {
    line-height: 9.0666666667vw;
  }
}
.course__point-three ul li .fz16 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li .fz16 {
    font-size: 1.5188556567vw;
    line-height: 1.8985695709vw;
    margin: 0 auto 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li .fz16 {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    margin: 0 auto 2.1333333333vw;
  }
}
.course__point-three ul li .fz20 {
  font-size: 20px;
  margin: -3px 0 0;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li .fz20 {
    font-size: 1.8985695709vw;
    margin: -0.2847854356vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li .fz20 {
    font-size: 4.2666666667vw;
    margin: -0.8vw 0 0;
  }
}
.course__point-three ul li .fz30 {
  font-size: 30px;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li .fz30 {
    font-size: 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li .fz30 {
    font-size: 6.4vw;
  }
}
.course__point-three ul li .fz40 {
  font-size: 40px;
}
@media screen and (max-width: 1050px) {
  .course__point-three ul li .fz40 {
    font-size: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li .fz40 {
    font-size: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .course__point-three ul li .ti7 {
    text-indent: 7px;
  }
}

.course__products {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1050px) {
  .course__products {
    margin: 0 auto 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products {
    margin: 0 auto 10.6666666667vw;
  }
}

.course__products-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 1050px) {
  .course__products-wrapper {
    gap: 0 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products-wrapper {
    flex-direction: column;
    gap: 8vw 0;
  }
}

.course__products-box {
  display: flex;
  gap: 0 13px;
}
@media screen and (max-width: 1050px) {
  .course__products-box {
    gap: 0 1.2340702211vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products-box {
    width: 100%;
    padding: 0 3.4666666667vw;
    gap: 0 2.9333333333vw;
    align-items: flex-end;
  }
}

.course__products-image {
  width: 124px;
}
@media screen and (max-width: 1050px) {
  .course__products-image {
    width: 11.7711313394vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products-image {
    width: 32.8666666667vw;
  }
}
.course__products-image img {
  width: 100%;
}

.course__products-info {
  padding: 30px 0 0;
}
@media screen and (max-width: 1050px) {
  .course__products-info {
    padding: 2.8478543563vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .course__products-info {
    padding: 0 0 3.2vw;
  }
}

.course__products-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  color: #693100;
  border: 1px solid #693100;
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .course__products-title {
    font-size: 2.3732119636vw;
    line-height: 4.2717815345vw;
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products-title {
    font-size: 5.3333333333vw;
    line-height: 12vw;
    margin: 0 0 6.4vw;
  }
}
.course__products-title + p {
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  color: #693100;
  margin: 0 0 10px;
}
@media screen and (max-width: 1050px) {
  .course__products-title + p {
    font-size: 2.3732119636vw;
    line-height: 3.7971391417vw;
    margin: 0 0 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products-title + p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin: 0 0 4.2666666667vw;
  }
}

.course__products-en,
.course__products-ja {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
@media screen and (max-width: 1050px) {
  .course__products-en,
.course__products-ja {
    font-size: 1.8985695709vw;
    line-height: 2.7529258778vw;
  }
}
@media screen and (max-width: 768px) {
  .course__products-en,
.course__products-ja {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .course__products-en {
    margin: 0 0 2.1333333333vw;
  }
}

.course__list {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1050px) {
  .course__list {
    margin: 0 auto 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list {
    margin: 0 auto 8.5333333333vw;
  }
}
.course__list > ul {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 1050px) {
  .course__list > ul {
    gap: 7.5942782835vw 0;
  }
}
@media screen and (max-width: 768px) {
  .course__list > ul {
    gap: 10.6666666667vw 0;
  }
}
.course__list > p {
  font-size: 20px;
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (max-width: 1050px) {
  .course__list > p {
    font-size: 1.8985695709vw;
    margin: 1.8985695709vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .course__list > p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}

.course__list-image img {
  width: 100%;
}

.course__list-info {
  background: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 1050px) {
  .course__list-info {
    padding: 3.7971391417vw 4.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list-info {
    padding: 5.3333333333vw;
  }
}

.course__list-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 20px;
  border-bottom: 1px solid #693100;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1050px) {
  .course__list-name {
    padding: 0 0 2.8478543563vw;
    margin: 0 auto 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list-name {
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw 0;
    padding: 0 0 2.6666666667vw;
    margin: 0 0 3.2vw;
  }
}
.course__list-name h4 {
  color: #693100;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .course__list-name h4 {
    font-size: 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list-name h4 {
    font-size: 6.6666666667vw;
  }
}

.course__list-price {
  font-size: 40px;
  font-weight: 600;
  color: #b90000;
}
@media screen and (max-width: 1050px) {
  .course__list-price {
    font-size: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list-price {
    font-size: 6.6666666667vw;
  }
}
.course__list-price span {
  font-size: 14px;
}
@media screen and (max-width: 1050px) {
  .course__list-price span {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list-price span {
    font-size: 3.7333333333vw;
  }
}

.course__list-text {
  font-size: 20px;
  line-height: 35px;
}
@media screen and (max-width: 1050px) {
  .course__list-text {
    font-size: 1.8985695709vw;
    line-height: 3.322496749vw;
  }
}
@media screen and (max-width: 768px) {
  .course__list-text {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}

.course__cause {
  margin: 0 auto 50px;
}
@media screen and (max-width: 1050px) {
  .course__cause {
    margin: 0 auto 4.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .course__cause {
    margin: 0 auto 8.5333333333vw;
  }
}

.course__cause-text {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .course__cause-text {
    font-size: 1.8985695709vw;
    line-height: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .course__cause-text {
    font-size: 5.8666666667vw;
    text-align: left;
    line-height: 9.3333333333vw;
  }
}
.course__cause-text strong {
  font-weight: 600;
  background: linear-gradient(transparent 50%, #fdf39e 0%);
  padding: 0 0 0 8px;
  margin: 0 0 0 -8px;
}
@media screen and (max-width: 1050px) {
  .course__cause-text strong {
    padding: 0 0 0 0.7594278283vw;
    margin: 0 0 0 -0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .course__cause-text strong {
    padding: 0 0 0 1.3333333333vw;
    margin: 0 0 0 -1.3333333333vw;
  }
}

.course__table {
  display: flex;
  gap: 0 2px;
}
@media screen and (max-width: 1050px) {
  .course__table {
    gap: 0 0.1898569571vw;
  }
}
@media screen and (max-width: 768px) {
  .course__table {
    gap: 0.5333333333vw 0;
    flex-direction: column;
  }
}

.course__th {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding: 0 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #693100;
}
@media screen and (max-width: 1050px) {
  .course__th {
    font-size: 2.3732119636vw;
    padding: 0 4.0819245774vw;
  }
}
@media screen and (max-width: 768px) {
  .course__th {
    font-size: 6.6666666667vw;
    padding: 0;
    width: 100%;
    height: 37.3333333333vw;
    justify-content: center;
  }
}

.course__tr {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2px;
}
@media screen and (max-width: 1050px) {
  .course__tr {
    gap: 0.1898569571vw;
  }
}
@media screen and (max-width: 768px) {
  .course__tr {
    gap: 0.5333333333vw;
  }
}

.course__td {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 1050px) {
  .course__td {
    padding: 0.9492847854vw 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .course__td {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.course__td p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .course__td p {
    font-size: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .course__td p {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .course__td p span {
    font-size: 4vw;
  }
}

.contact .sec__07 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 1050px) {
  .contact .sec__07 {
    padding: 7.5942782835vw 0 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .sec__07 {
    padding: 10.6666666667vw 0;
  }
}
.contact .title__basic {
  margin-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .contact .title__basic {
    margin-bottom: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .title__basic {
    margin-bottom: 5.3333333333vw;
  }
}
.contact .title__basic + p {
  font-size: 18px;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1050px) {
  .contact .title__basic + p {
    font-size: 1.7087126138vw;
    margin: 0 auto 5.6957087126vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .title__basic + p {
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 8vw;
    margin: 0 auto 10.6666666667vw;
  }
}

.contact__list {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1050px) {
  .contact__list {
    gap: 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__list {
    flex-direction: column;
    gap: 10.6666666667vw 0;
  }
}
.contact__list > div > p {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #693100;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1050px) {
  .contact__list > div > p {
    font-size: 2.3732119636vw;
    margin: 0 auto 2.278283485vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__list > div > p {
    font-size: 5.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.contact__list ul {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 1050px) {
  .contact__list ul {
    gap: 1.5188556567vw 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__list ul {
    gap: 4.2666666667vw 0;
  }
}
.contact__list ul li a {
  width: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  padding: 16px 0;
  border: 1px solid #693100;
}
@media screen and (max-width: 1050px) {
  .contact__list ul li a {
    width: 45.5656697009vw;
    padding: 1.5188556567vw 0;
    gap: 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__list ul li a {
    width: 100%;
    padding: 2.6666666667vw 0;
    gap: 0 5.3333333333vw;
  }
}
.contact__list ul li a img {
  width: 54px;
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .contact__list ul li a img {
    width: 5.1261378414vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__list ul li a img {
    width: 10.6666666667vw;
  }
}
.contact__list ul li a p {
  font-size: 30px;
  font-weight: 600;
  color: #693100;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 1050px) {
  .contact__list ul li a p {
    font-size: 2.8478543563vw;
    gap: 1.1391417425vw 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__list ul li a p {
    font-size: 8vw;
    gap: 1.6vw 0;
  }
}
.contact__list ul li a p.line {
  font-size: 25px;
}
@media screen and (max-width: 1050px) {
  .contact__list ul li a p.line {
    font-size: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__list ul li a p.line {
    font-size: 6.6666666667vw;
  }
}
.contact__list ul li a p span {
  font-size: 18px;
}
@media screen and (max-width: 1050px) {
  .contact__list ul li a p span {
    font-size: 1.7087126138vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__list ul li a p span {
    font-size: 4.2666666667vw;
  }
}

.info .sec__08 {
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .info .sec__08 {
    padding: 7.5942782835vw 0 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .info .sec__08 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.info .sec__08 .sec__inner {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 1050px) {
  .info .sec__08 .sec__inner {
    gap: 2.8478543563vw 0;
  }
}
@media screen and (max-width: 768px) {
  .info .sec__08 .sec__inner {
    gap: 10.6666666667vw 0;
  }
}

.info__wrapper {
  width: 538px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1050px) {
  .info__wrapper {
    width: 51.0715214564vw;
  }
}
@media screen and (max-width: 768px) {
  .info__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info__wrapper > img {
    width: 100%;
    margin: 0 auto 3.7333333333vw;
  }
}

.info__name {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #693100;
}
@media screen and (max-width: 1050px) {
  .info__name {
    font-size: 2.3732119636vw;
    margin: 0 0 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .info__name {
    font-size: 4.8vw;
    margin: 0 0 2.6666666667vw;
  }
}

.info__table {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  margin: 0 auto 19px;
}
@media screen and (max-width: 1050px) {
  .info__table {
    gap: 0.3797139142vw 0;
    margin: 0 auto 1.8036410923vw;
  }
}
@media screen and (max-width: 768px) {
  .info__table {
    gap: 1.6vw 0;
    margin: 0 auto 2.1333333333vw;
  }
}
.info__table dl {
  font-size: 16px;
  display: flex;
  gap: 0 8px;
}
@media screen and (max-width: 1050px) {
  .info__table dl {
    font-size: 1.5188556567vw;
    gap: 0 0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .info__table dl {
    font-size: 3.7333333333vw;
    gap: 0 2.1333333333vw;
  }
}
.info__table dl dt {
  min-width: 80px;
  line-height: 28px;
}
@media screen and (max-width: 1050px) {
  .info__table dl dt {
    min-width: 7.5942782835vw;
    line-height: 2.6579973992vw;
  }
}
@media screen and (max-width: 768px) {
  .info__table dl dt {
    min-width: 21.3333333333vw;
    line-height: 6.4vw;
  }
}
.info__table dl dd {
  flex-grow: 1;
  line-height: 28px;
}
@media screen and (max-width: 1050px) {
  .info__table dl dd {
    line-height: 2.6579973992vw;
  }
}
@media screen and (max-width: 768px) {
  .info__table dl dd {
    line-height: 6.4vw;
  }
}

.info__image {
  width: 45%;
  height: 471px;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1050px) {
  .info__image {
    height: 44.711313394vw;
  }
}
@media screen and (max-width: 768px) {
  .info__image {
    position: unset;
    width: 100%;
    height: auto;
    margin: 0 0 4.2666666667vw;
  }
}

.info__map {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .info__map {
    height: 18.9856957087vw;
  }
}
@media screen and (max-width: 768px) {
  .info__map {
    height: 33.3333333333vw;
  }
}

.faq__list ul {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 1050px) {
  .faq__list ul {
    gap: 3.7971391417vw 0;
  }
}
@media screen and (max-width: 768px) {
  .faq__list ul {
    gap: 5.3333333333vw 0;
  }
}
.faq__list ul .faq__accordion {
  padding: 38px 50px 0;
  border-bottom: 1px solid #693100;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.7s ease;
}
@media screen and (max-width: 1050px) {
  .faq__list ul .faq__accordion {
    padding: 3.6072821847vw 4.7464239272vw 0;
    box-shadow: 0 0 1.4239271782vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .faq__list ul .faq__accordion {
    padding: 7.4666666667vw 5.3333333333vw 0;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.1);
  }
}
.faq__list ul .faq__accordion::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/img_faq_01.png) center/contain no-repeat;
  position: absolute;
  top: 24px;
  right: 50px;
  transform-origin: center;
  transform: rotate(180deg);
}
@media screen and (max-width: 1050px) {
  .faq__list ul .faq__accordion::after {
    width: 3.0377113134vw;
    height: 3.0377113134vw;
    top: 2.278283485vw;
    right: 4.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__list ul .faq__accordion::after {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: 5.8666666667vw;
    right: 5.3333333333vw;
  }
}
.faq__list ul .faq__accordion.active {
  height: 100%;
}
.faq__list ul .faq__accordion.active::after {
  transform: rotate(0);
}
.faq__list ul .faq__accordion.active .faq__q {
  border-bottom: 1px dashed #000;
}
.faq__list ul .faq__accordion.active .faq__a {
  display: block;
}

.faq__q {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #693100;
  position: relative;
  padding: 0 0 28px 56px;
  border-bottom: unset;
}
@media screen and (max-width: 1050px) {
  .faq__q {
    font-size: 1.8985695709vw;
    letter-spacing: 0.0949284785vw;
    padding: 0 0 2.6579973992vw 5.3159947984vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__q {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2666666667vw;
    line-height: 5.3333333333vw;
    width: 100%;
    padding: 0 13.3333333333vw 6.4vw 10.6666666667vw;
  }
}
.faq__q::before {
  content: "Q.";
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 1050px) {
  .faq__q::before {
    font-size: 3.0377113134vw;
    top: -0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__q::before {
    font-size: 8vw;
    top: -2.1333333333vw;
  }
}

.faq__a {
  font-size: 16px;
  line-height: 32px;
  padding: 0 0 38px 56px;
  margin: 30px 0 0;
  position: relative;
  opacity: 1;
  display: none;
}
@media screen and (max-width: 1050px) {
  .faq__a {
    font-size: 1.5188556567vw;
    line-height: 3.0377113134vw;
    padding: 0 0 3.6072821847vw 5.3159947984vw;
    margin: 2.8478543563vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .faq__a {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    padding: 0 0 10.1333333333vw 10.6666666667vw;
    margin: 2.6666666667vw 0 0;
  }
}
.faq__a::before {
  content: "A.";
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  color: #693100;
}
@media screen and (max-width: 1050px) {
  .faq__a::before {
    font-size: 3.0377113134vw;
  }
}
@media screen and (max-width: 768px) {
  .faq__a::before {
    font-size: 8vw;
  }
}

.message .sec__10 > img {
  width: 100%;
  max-width: 1450px;
  height: 715px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .message .sec__10 > img {
    max-width: 137.6462938882vw;
    height: 67.8738621586vw;
  }
}
@media screen and (max-width: 768px) {
  .message .sec__10 > img {
    max-width: unset;
    height: auto;
  }
}

.message__text {
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 1050px) {
  .message__text {
    font-size: 1.8985695709vw;
    line-height: 3.7971391417vw;
    margin: 2.8478543563vw auto 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 8vw;
    margin: 12vw auto 8vw;
  }
}

.message__name {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .message__name {
    font-size: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .message__name {
    font-size: 4.2666666667vw;
    text-align: right;
  }
}

.page__kv img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1050px) {
  .page__kv img {
    -o-object-fit: unset;
       object-fit: unset;
    width: 100%;
    height: unset;
  }
}

.page__content {
  padding: 0 0 80px;
}
@media screen and (max-width: 1050px) {
  .page__content {
    padding: 0 0 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .page__content {
    padding: 0 0 21.3333333333vw;
  }
}

.page__case .title__basic {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #693100;
  padding: 0 0 24px;
  border-bottom: 1px solid #693100;
  margin: 0 auto 50px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 500px;
}
@media screen and (max-width: 1050px) {
  .page__case .title__basic {
    font-size: 3.322496749vw;
    padding: 0 0 2.278283485vw;
    margin: 0 auto 4.7464239272vw;
    min-width: 47.4642392718vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case .title__basic {
    font-size: 5.3333333333vw;
    padding: 0 0 3.4666666667vw;
    margin: 0 auto 8vw;
    width: 100%;
    min-width: unset;
  }
}
.page__case .title__basic span {
  font-size: 25px;
}
@media screen and (max-width: 1050px) {
  .page__case .title__basic span {
    font-size: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case .title__basic span {
    font-size: 4.2666666667vw;
  }
}
.page__case .title__basic::after {
  content: "";
  width: 160px;
  height: 1px;
  background: #ffe300;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

.page__case-list > ul {
  display: grid;
  gap: 40px 26px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1050px) {
  .page__case-list > ul {
    gap: 3.7971391417vw 2.4681404421vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-list > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 8.5333333333vw 0;
  }
}
.page__case-list > ul > li {
  width: 316px;
  padding: 20px 13px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .page__case-list > ul > li {
    padding: 1.8985695709vw 1.2340702211vw;
    width: 29.9973992198vw;
    box-shadow: 0 0 1.4239271782vw rgba(0, 0, 0, 0.08);
    border-radius: 0.4746423927vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-list > ul > li {
    width: 84.2666666667vw;
    padding: 5.3333333333vw 3.4666666667vw;
    width: 84.2666666667vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.08);
    border-radius: 1.3333333333vw;
    margin: 0 auto;
  }
}

.page__case-ba {
  display: flex;
  gap: 0 3px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1050px) {
  .page__case-ba {
    gap: 0 0.2847854356vw;
    margin: 0 auto 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-ba {
    gap: 0 0.8vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.page__case-before,
.page__case-after {
  width: 143.5px;
}
@media screen and (max-width: 1050px) {
  .page__case-before,
.page__case-after {
    width: 13.622236671vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-before,
.page__case-after {
    width: 38.2666666667vw;
  }
}
.page__case-before p,
.page__case-after p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #693100;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1050px) {
  .page__case-before p,
.page__case-after p {
    font-size: 1.7087126138vw;
    margin: 0 auto 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-before p,
.page__case-after p {
    font-size: 4.2666666667vw;
    margin: 0 auto 3.4666666667vw;
  }
}
.page__case-before img,
.page__case-after img {
  width: 100%;
}

.page__case-title {
  font-size: 18px;
  font-weight: 600;
  color: #693100;
  line-height: 25px;
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .page__case-title {
    font-size: 1.7087126138vw;
    line-height: 2.3732119636vw;
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-title {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
    margin: 0 0 3.4666666667vw;
  }
}

.page__case-info {
  display: inherit;
  grid-row: inherit;
  grid-template-rows: inherit;
}
.page__case-info dl {
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1050px) {
  .page__case-info dl {
    gap: 0 0.9492847854vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-info dl {
    gap: 0 2.6666666667vw;
  }
}
.page__case-info dl.full {
  flex-direction: column;
  gap: 12px 0;
}
@media screen and (max-width: 1050px) {
  .page__case-info dl.full {
    gap: 1.1391417425vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page__case-info dl.full {
    gap: 3.2vw 0;
  }
}
.page__case-info dl.full dt {
  width: 100%;
}
.page__case-info dl.full dd {
  width: 100%;
  line-height: 29px;
}
@media screen and (max-width: 1050px) {
  .page__case-info dl.full dd {
    line-height: 2.7529258778vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-info dl.full dd {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 7.7333333333vw;
  }
}
.page__case-info dl dt {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #693100;
  min-width: 97px;
  height: 27px;
}
@media screen and (max-width: 1050px) {
  .page__case-info dl dt {
    font-size: 1.3289986996vw;
    min-width: 9.2080624187vw;
    height: 2.5630689207vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-info dl dt {
    font-size: 3.7333333333vw;
    min-width: 25.8666666667vw;
    height: 7.2vw;
  }
}
.page__case-info dl dd {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1050px) {
  .page__case-info dl dd {
    font-size: 1.5188556567vw;
    line-height: 2.3732119636vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-info dl dd {
    font-size: 4.2666666667vw;
    line-height: 6.6666666667vw;
  }
}

.page__case-personal {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .page__case-personal {
    gap: 0.7594278283vw 0;
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-personal {
    gap: 2.1333333333vw 0;
    margin: 0 0 10.6666666667vw;
  }
}

.page__case-worries {
  margin: 0 0 20px;
}
@media screen and (max-width: 1050px) {
  .page__case-worries {
    margin: 0 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .page__case-worries {
    margin: 0 0 5.3333333333vw;
  }
}

.page__voice-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
@media screen and (max-width: 1050px) {
  .page__voice-list > ul {
    gap: 2.278283485vw 0;
  }
}
@media screen and (max-width: 768px) {
  .page__voice-list > ul {
    gap: 10.6666666667vw 0;
  }
}
.page__voice-list > ul > li {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1050px) {
  .page__voice-list > ul > li {
    gap: 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .page__voice-list > ul > li {
    flex-direction: column;
    gap: 0;
  }
}
.page__voice-list > ul > li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page__voice-list > ul > li:nth-of-type(even) {
    flex-direction: column;
  }
}

.page__voice-image {
  width: 500px;
}
@media screen and (max-width: 1050px) {
  .page__voice-image {
    width: 47.4642392718vw;
  }
}
@media screen and (max-width: 768px) {
  .page__voice-image {
    width: 100%;
  }
}
.page__voice-image img {
  width: 100%;
}

.page__voice-text {
  width: 480px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 35px;
  background: #401e00;
}
@media screen and (max-width: 1050px) {
  .page__voice-text {
    width: 45.5656697009vw;
    padding: 4.7464239272vw 3.322496749vw;
  }
}
@media screen and (max-width: 768px) {
  .page__voice-text {
    width: 100%;
    padding: 5.3333333333vw;
  }
}
.page__voice-text p {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 1050px) {
  .page__voice-text p {
    font-size: 1.8985695709vw;
    line-height: 3.322496749vw;
  }
}
@media screen and (max-width: 768px) {
  .page__voice-text p {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
/*# sourceMappingURL=common.css.map */