/*Theme Name: SOMA MOVEMENT PILATES*/
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
    scroll-padding-top: 70px;
  }
  body {
    color: #231815;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 0 auto;
    min-width: 1440px;
    width: 100%;
    line-height: 1.8;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 40px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 40px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .inner.narrow {
    width: 800px;
  }
  body .ll_white {
    background: #f2f0f0;
    padding: 80px 0;
  }
  body .grade_white2 {
    background: linear-gradient(180deg, #fffbf4 -0.69%, #f4f3f0 15.75%, #fcfcfb 32.19%, #fff 51.71%, #f8f8f6 69.17%, #fffbf4 95.89%);
    padding: 80px 0;
  }
  body .main_title {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.bold {
    font-weight: 500;
  }
  body .main_title .huge {
    font-size: 5rem;
    line-height: 1;
  }
  body .main_title .big {
    font-size: 3rem;
  }
  body .main_title .mdl {
    font-size: 2.875rem;
  }
  body .main_title .green {
    display: block;
    color: #048387;
    font-size: 1.5rem;
  }
  body .main_title .white {
    display: block;
    color: #fff;
    font-size: 1.5rem;
  }
  body .main_title em {
    font-family: "Aboreto", system-ui;
  }
  body .line {
    position: relative;
    max-width: 400px;
    min-width: 400px;
    padding-top: 8px;
    animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
  }
  @keyframes anime_cvbtn01 {
    from {
      transform: scale(0.9, 0.9);
    }
    to {
      transform: scale(1, 1);
    }
  }
  body .line div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 290px;
    border-radius: 20px;
    border: 0.818px solid #9b732d;
    font-size: 0.8rem;
    letter-spacing: 0.655px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    background: #fff;
  }
  body .line div p {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .line .line_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 14px;
    border-radius: 40px;
    border: 1.636px solid #fff;
    box-shadow: 0 5.688px 5.688px 0 rgba(255, 255, 255, 0.4) inset, 0 2.275px 5.688px 0 #bebebe;
    overflow: hidden;
    background: linear-gradient(90deg, #3acf4a 0%, #48c355 100%);
    letter-spacing: 0.982px;
    position: relative;
  }
  body .line .line_btn:hover {
    background: #036063;
  }
  body .line .line_btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: #fff;
    animation: btn_animation 3s ease-in-out infinite;
  }
  body .line .line_btn:after {
    position: absolute;
    content: "";
    background: url("images/icon_btn.svg") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  body .line .line_btn span {
    position: relative;
    z-index: 1;
  }
  body .line .line_btn span em {
    color: #ffea00;
  }
  body .line .line_btn svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
  @keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  body #cta {
    background: url("images/bg_cta.webp") no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0 60px;
  }
  body #cta:before, body #cta:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  body #cta:before {
    top: 0;
  }
  body #cta:after {
    bottom: 0;
  }
  body #cta .main_title {
    letter-spacing: 2px;
    text-shadow: 0 0 8px #3c6d6d;
    margin-bottom: 30px;
  }
  body #cta > p {
    text-shadow: 0 0 8px #3c6d6d;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  body #cta > p.big {
    font-size: 1.25rem;
  }
  body #cta .line {
    margin: 40px auto 0;
  }
  body #cta.f_cta {
    background: url("images/bg_f_cta.webp") no-repeat;
    background-size: cover;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-height: 70px;
  }
  header .h_blc:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
  }
  header .h_blc .logo {
    margin: 30px 0 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  header .h_blc .logo {
    margin: 30px 0 0 20px;
    width: 160px;
  }
}
@media (min-width: 769px) {
  header .h_blc .logo a {
    display: block;
  }
  header .h_blc nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px 0 0 40px;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.1);
    padding: 5px 10px 7px 40px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  header .h_blc nav {
    padding: 5px 10px 7px 20px;
    gap: 20px;
  }
}
@media (min-width: 769px) {
  header .h_blc .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  header .h_blc .nav {
    gap: 20px;
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  header .h_blc .nav a {
    display: block;
  }
  header .h_blc .nav a:hover {
    color: #008387;
  }
  header .h_blc .line {
    max-width: 280px;
    min-width: 280px;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  header .h_blc .line {
    max-width: 220px;
    min-width: 220px;
  }
}
@media (min-width: 769px) {
  header .h_blc .line .line_btn {
    font-size: 1rem;
    padding: 9px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  header .h_blc .line .line_btn {
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) {
  header .h_blc .line .line_btn:after {
    width: 16px;
    height: 16px;
    right: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1350px) {
  header .h_blc .line .line_btn:after {
    right: 10px;
  }
}
@media (min-width: 769px) {
  header .fv {
    position: relative;
  }
  header .fv > img {
    min-height: 800px;
    width: 100%;
    object-fit: cover;
  }
  header .fv .top_txt {
    position: absolute;
    top: 110px;
    left: 290px;
    display: flex;
    align-items: center;
    background: #fff;
    font-family: "Aboreto", system-ui;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0 10px;
  }
  header .fv .top_txt span {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .top_txt em {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin-right: 5px;
  }
  header .fv .side_txt {
    position: absolute;
    top: 115px;
    right: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 5px;
  }
  header .fv .side_txt li {
    background: linear-gradient(90deg, #e5e2dc 0%, #fffbf4 2%, #f4f3f0 18%, #fcfcfb 34%, #fff 53%, #f8f8f6 70%, #fffbf4 96%, #e5e2dc 100%);
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    writing-mode: vertical-rl;
    padding: 5px;
    line-height: 1;
  }
  header .fv .side_txt li:last-child {
    margin-top: 50px;
  }
  header .fv .side_txt .green {
    color: #096a6d;
  }
  header .fv .side_txt .gold {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1350px;
    width: 92.8%;
    min-height: 560px;
    height: 39vw;
  }
  header .fv .txt > p {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  header .fv .txt > p strong {
    text-shadow: #fff 0.6px 0px 0.6px, #fff -0.6px 0px 0.6px, #fff 0px -0.6px 0.6px, #fff -0.6px 0px 0.6px, #fff 0.6px 0.6px 0.6px, #fff -0.6px 0.6px 0.6px, #fff 0.6px -0.6px 0.6px, #fff -0.6px -0.6px 0.6px, #fff 0.6px 0.6px 0.6px, #fff -0.6px 0.6px 0.6px, #fff 0.6px -0.6px 0.6px, #fff -0.6px -0.6px 0.6px, #fff 0.6px 0.6px 0.6px, #fff -0.6px 0.6px 0.6px, #fff 0.6px -0.6px 0.6px, #fff -0.6px -0.6px 0.6px, #fff 0.6px 0.6px 0.6px, #fff -0.6px 0.6px 0.6px, #fff 0.6px -0.6px 0.6px, #fff -0.6px -0.6px 0.6px;
  }
  header .fv .txt > p span {
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt > p span span {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    text-shadow: none;
  }
  header .fv .txt > p em {
    font-size: 2rem;
  }
  header .fv .txt .sub_copy {
    max-width: 700px;
    text-align: center;
    border: 1.108px solid #9b732d;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    margin-bottom: 10px;
  }
  header .fv .txt .sub_copy p {
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.5;
    background: linear-gradient(180deg, #fff 40%, #f0d99b 94.18%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt .copy {
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.07;
    text-shadow: #fff 1px 0px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff -1px 0px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    margin-bottom: 40px;
  }
  header .fv .txt .copy strong {
    position: relative;
    display: block;
    font-size: 6rem;
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt .copy strong em {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6rem;
    background: linear-gradient(270deg, #016669 0%, #5b8c8c 100%);
    background-clip: text;
    text-shadow: none;
  }
  header .fv .txt .copy strong .deco01 {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20px;
    width: 200px;
    height: 80px;
  }
  header .fv .txt .copy strong .deco02 {
    position: absolute;
    content: "";
    top: 0;
    left: 300px;
    width: 200px;
    height: 80px;
  }
  header .fv .txt .copy span {
    position: relative;
  }
  header .fv .txt .copy span .deco03 {
    position: absolute;
    content: "";
    bottom: -5px;
    right: 70px;
    width: 200px;
    height: 80px;
  }
  header .fv .txt ul {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: -10px;
    right: 0;
  }
  header .fv .txt ul li {
    position: relative;
    width: 200px;
  }
  header .fv .txt ul li:not(:last-child) {
    margin-right: -20px;
  }
  header .fv .txt ul li:after {
    position: absolute;
    content: "";
    top: -40px;
    right: -45px;
    background: url("images/icon_light.svg") no-repeat;
    background-size: 100%;
    width: 150px;
    height: 160px;
  }
  main #about {
    padding: 80px 0 110px;
    background: linear-gradient(104deg, #458a8c 39.49%, #79a193 63.16%, #c7c59d 94.26%, #cbc79e 104.61%, #9fb398 110.99%, #458a8c 120.65%);
    color: #fff;
    text-align: center;
  }
  main #about p {
    font-weight: 300;
  }
  main #about p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about p span {
    position: relative;
  }
  main #about p span:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 0.1px;
    bottom: 2px;
    left: 0;
  }
  main #works {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #works .bg {
    position: relative;
    background: url("images/bg_works.svg") no-repeat;
    background-size: 100%;
    padding: 80px 0 65px;
  }
  main #works .bg h2 {
    color: #fff;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    max-width: 540px;
    line-height: 1.3;
    padding-bottom: 5px;
    margin: 0 auto 30px;
  }
  main #works .bg ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
  }
  main #works .bg ul:after {
    position: absolute;
    content: "";
    border-radius: 75.496px;
    background: rgba(255, 255, 255, 0.8);
    filter: blur(34.512512207px);
    width: 1000px;
    height: 140px;
    z-index: 0;
  }
  main #works .bg ul li {
    position: relative;
    z-index: 2;
    max-width: 465px;
  }
  main #works .bg > img {
    display: block;
    margin: 0 auto 30px;
    max-width: 925px;
  }
  main #works .bg p {
    text-align: center;
  }
  main #works .bg strong {
    max-width: 240px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.3;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(106deg, #458a8c 29.48%, #79a193 53.95%, #cbc79e 66.18%, #9fb398 75.07%, #458a8c 88.65%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  main #works h3 {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #97702e;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: 900;
  }
  main #works h3 span {
    letter-spacing: -6.4px;
    font-size: 5rem;
    font-style: italic;
    font-family: "Aboreto", system-ui;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
  }
  main #worry {
    background: url("images/bg_worry.webp") no-repeat;
    background-size: 100%;
    padding-top: 70px;
  }
  main #worry .main_title {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  main #worry .main_title .gold span {
    font-size: 3.5rem;
    font-weight: 600;
    margin: 0 5px;
    background: linear-gradient(180deg, #fff 52.47%, #f0d99b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
  main #worry .wrap {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
  }
  main #worry .wrap img {
    display: block;
    margin: 0 auto 0 350px;
  }
  main #worry .wrap li {
    position: absolute;
  }
  main #worry .wrap li:before {
    position: absolute;
    content: "";
    border-radius: 47.5px;
    background: #434343;
    filter: blur(40px);
    width: 260px;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  main #worry .wrap li:after {
    position: absolute;
    content: "";
    background: url("images/icon_hukidashi.svg") no-repeat;
    background-size: 100%;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 36px;
  }
  main #worry .wrap li:first-child {
    top: 10px;
    left: 80px;
  }
  main #worry .wrap li:nth-child(2) {
    top: 180px;
    left: -20px;
  }
  main #worry .wrap li:nth-child(3) {
    top: 10px;
    right: 120px;
  }
  main #worry .wrap li:nth-child(4) {
    top: 140px;
    right: -20px;
  }
  main #worry .wrap p {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.125rem;
    padding: 0 25px;
    line-height: 1.6;
  }
  main #skill {
    background: url("images/bg_skill.svg") no-repeat;
    background-size: cover;
    padding: 120px 0 80px;
    position: relative;
  }
  main #skill strong {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5rem;
    font-weight: 600;
    background: #3c3c3c;
    max-width: 390px;
  }
  main #skill .main_title {
    position: relative;
  }
  main #skill .main_title:after {
    position: absolute;
    content: "";
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 70px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #skill .main_title .gold {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 20px;
  }
  main #skill .swiper {
    max-width: 1440px;
    margin: 0 auto 40px;
  }
  main #skill p {
    text-align: center;
  }
  main #point h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  main #point h2 em {
    position: relative;
    margin: 0 10px;
    width: 28px;
    height: 28px;
  }
  main #point h2 em:before, main #point h2 em:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
    background: #231815;
    transform: rotate(45deg);
  }
  main #point h2 em:after {
    transform: rotate(-45deg);
  }
  main #point h2 > span {
    font-family: "Zen Old Mincho", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 10px 5px;
    text-align: center;
  }
  main #point h2 .green {
    color: #fff;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
  }
  main #point h2 .white {
    border: 1px solid #9b732d;
    background: linear-gradient(90deg, #e5e2dc 0%, #fffbf4 2%, #f4f3f0 18%, #fcfcfb 34%, #fff 53%, #f8f8f6 70%, #fffbf4 96%, #e5e2dc 100%);
  }
  main #point h2 .white span {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #point h2 .gold {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    color: #fff;
  }
  main #point p {
    text-align: center;
  }
  main #point img {
    display: block;
    margin: 40px auto 0;
    max-width: 820px;
  }
  main #reason li {
    align-items: center;
  }
  main #reason li:not(:last-child) {
    margin-bottom: 80px;
  }
  main #reason li span {
    width: 100%;
    position: relative;
  }
  main #reason li span strong {
    position: absolute;
    top: -8px;
    left: 8px;
  }
  main #reason li span strong em {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-family: "Aboreto", system-ui;
    font-size: 2.5rem;
    text-align: center;
  }
  main #reason li h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #curriculum .main_title .big span {
    font-size: 3.5rem;
  }
  main #curriculum h3 {
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    font-size: 2rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 40px;
  }
  main #curriculum h3 strong {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 20px;
  }
  main #curriculum h3 strong span {
    font-size: 3rem;
  }
  main #curriculum .swiper {
    overflow-x: hidden !important;
    margin-left: calc(50vw - 500px);
    width: calc(50vw + 500px);
    margin-bottom: 50px;
  }
  main #curriculum .swiper-slide {
    width: 1000px;
    border: 2px solid #058589;
    padding: 40px;
    background: #fff;
    position: relative;
  }
  main #curriculum .swiper-slide span {
    position: absolute;
    top: 40px;
    left: 0;
    width: 150px;
    color: #fff;
    text-align: center;
    font-family: "Aboreto", system-ui;
    font-size: 2rem;
    background: #058589;
    line-height: 1.2;
    padding: 2px;
  }
  main #curriculum .swiper-slide .goal {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1.3;
    border-bottom: 2px solid #d8d8d8;
  }
  main #curriculum .swiper-slide .goal p {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Aboreto", system-ui;
    font-size: 2rem;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #curriculum .swiper-slide .goal strong {
    font-size: 1.5rem;
  }
  main #curriculum .imgright {
    margin-bottom: 20px;
  }
  main #curriculum .imgright img {
    max-width: 400px;
  }
  main #curriculum .imgright h4 {
    font-size: 2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 140px;
  }
  main #curriculum .imgright p {
    line-height: 1.3;
    margin-bottom: 20px;
  }
  main #curriculum .imgright h5 {
    color: #058589;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1.3;
    margin-bottom: 10px;
    border-left: 4px solid #058589;
  }
  main #curriculum .imgright li {
    background: #f6f6f6;
    padding: 1px 15px;
  }
  main #curriculum .imgright li:not(:last-child) {
    margin-bottom: 3px;
  }
  main #curriculum .arrow {
    position: relative;
  }
  main #curriculum .arrow:after {
    position: absolute;
    content: "";
    background: url("images/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  main #curriculum .arrow p {
    position: relative;
    z-index: 1;
    width: 130px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    line-height: 1;
    margin: 0 auto 50px;
  }
  main #curriculum .arrow span {
    display: inline-block;
    font-family: "Aboreto", system-ui;
    font-size: 2.5rem;
    padding-top: 2px;
  }
  main #curriculum .gold {
    padding: 40px;
    background: #fff;
    border: 2px solid #9b732d;
    margin-bottom: 0;
  }
  main #curriculum .gold h4 {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
  }
  main #curriculum .gold .imgleft {
    padding-top: 20px;
  }
  main #curriculum .gold .imgleft img {
    max-width: 160px;
  }
  main #curriculum .gold .imgleft > div {
    margin-left: 15px;
  }
  main #curriculum .gold .imgleft strong {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
  }
  main #curriculum .gold .imgleft p {
    font-size: 0.625rem;
  }
  main #flow {
    background: url("images/bg_flow.svg") no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  main #flow .main_title {
    margin-bottom: 80px;
  }
  main #flow ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 70px 20px;
  }
  main #flow ul li {
    width: 23.5%;
    position: relative;
  }
  main #flow ul li:not(:last-child) h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #058589;
    position: relative;
  }
  main #flow ul li:not(:last-child) h3:before, main #flow ul li:not(:last-child) h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    background: #058589;
  }
  main #flow ul li:not(:last-child) h3:before {
    left: 0;
    width: 100%;
  }
  main #flow ul li:not(:last-child) h3:after {
    bottom: 6px;
    right: 0;
    width: 15px;
    transform: rotate(45deg);
  }
  main #flow ul li:last-child h3 {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #flow ul span {
    position: absolute;
    top: -35px;
    left: 0;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Aboreto", system-ui;
    line-height: 1;
    font-size: 1.125rem;
    text-align: center;
  }
  main #flow ul span em {
    display: block;
    font-size: 2.5rem;
  }
  main #flow ul img {
    margin-bottom: 10px;
  }
  main #course {
    background: linear-gradient(104deg, #458a8c 38.12%, #79a193 72.52%, #cbc79e 89.73%, #9fb398 102.23%, #458a8c 121.33%);
    padding: 80px 0;
  }
  main #course > p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
  }
  main #course .swiper {
    overflow-x: hidden !important;
    margin-left: calc(50vw - 500px);
    width: calc(50vw + 500px);
  }
  main #course .swiper-slide {
    width: 320px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  main #course .swiper-slide div {
    background: #fff;
    padding: 10px 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  main #course .swiper-slide div span {
    display: inline-block;
    line-height: 1.2;
    font-family: "Aboreto", system-ui;
    font-size: 2.5rem;
    color: #048387;
    margin-bottom: 10px;
  }
  main #course .swiper-slide div span em {
    display: block;
    font-size: 0.875rem;
  }
  main #course .swiper-slide div h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 10px;
  }
  main #course .swiper-slide div p {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  main #course .swiper-slide div ul {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  main #course .swiper-slide div ul li {
    background: #eff3f1;
    color: #036063;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 10px;
  }
  main #support {
    position: relative;
  }
  main #support:before, main #support:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #support:before {
    top: 0;
  }
  main #support:after {
    bottom: 0;
  }
  main #support p {
    text-align: center;
    margin-bottom: 40px;
  }
  main #support ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
  }
  main #support ul li {
    width: 23.5%;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  main #support ul img {
    margin: 0 auto 10px;
  }
  main #support ul h3 {
    line-height: 1.6;
  }
  main #career {
    background: url("images/bg_career.svg") no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
  }
  main #career:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #career > p {
    text-align: center;
    margin-bottom: 60px;
  }
  main #career ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 50px 40px;
  }
  main #career ul li {
    width: 30.6%;
    position: relative;
  }
  main #career ul span {
    position: absolute;
    top: -20px;
    left: 0;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Aboreto", system-ui;
    font-size: 4rem;
    line-height: 1;
  }
  main #career ul img {
    margin-bottom: 10px;
  }
  main #career ul h3 {
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #career ul p {
    font-size: 0.83rem;
  }
  main #advantage {
    padding: 80px 0 100px;
    position: relative;
  }
  main #advantage:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #advantage .js-scrolltable {
    margin-bottom: 40px;
  }
  main #advantage table {
    width: 100%;
    text-align: center;
    position: relative;
  }
  main #advantage table:after {
    position: absolute;
    content: "";
    box-shadow: 0 0 10px 0 rgba(5, 133, 137, 0.2);
    top: 0;
    left: 200px;
    width: 230px;
    height: 100%;
    pointer-events: none;
  }
  main #advantage table tr:first-child th:first-child {
    opacity: 0;
  }
  main #advantage table th {
    width: 190px;
    height: 48px;
    font-weight: bold;
    background: #6c6c6c;
    color: #fff;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  main #advantage table th.green {
    width: 230px;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
  }
  main #advantage table td {
    width: 190px;
    height: 48px;
    vertical-align: middle;
    background: #fff;
    font-size: 0.875rem;
  }
  main #advantage table td:nth-child(2) {
    color: #b08d45;
    font-weight: bold;
    font-size: 1rem;
  }
  main #advantage table td.grade_gold span {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.375rem;
    font-weight: 500px;
  }
  main #advantage table .ll_ylw {
    width: 200px;
    background: #eee8d1;
    font-size: 1rem;
  }
  main #advantage p {
    text-align: center;
  }
  main #faq {
    background: #e4eced;
    padding: 80px 0;
  }
  main #faq li {
    background: #fff;
    border-radius: 4px;
  }
  main #faq li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  main #faq h3:before, main #faq h3:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 2px;
    background: #058589;
    transition: 0.3s;
  }
  main #faq h3:before {
    top: 50%;
    transform: translateY(-50%);
  }
  main #faq h3:after {
    top: 47%;
    transform: rotate(-90deg);
  }
  main #faq h3.open:after {
    transform: rotate(0deg);
  }
  main #faq h3 .q {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Aboreto", system-ui;
    font-size: 2rem;
    line-height: 1;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #faq h3 .title {
    display: block;
    width: 90%;
  }
  main #faq .cont {
    display: none;
  }
  main #faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 15px 20px;
  }
  main #faq .cont .a {
    color: #058589;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Aboreto", system-ui;
    font-size: 2rem;
    line-height: 1;
  }
  main #faq .cont .txt {
    width: 90%;
    line-height: 1.5;
  }
  main #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #error {
    padding: 80px 0;
  }
  main #error .line {
    margin: 40px auto 0;
  }
  footer .f_blc {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .f_blc .f_logo img {
    width: 265px;
  }
  footer .f_blc ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
  footer .f_blc ul li {
    position: relative;
  }
  footer .f_blc ul li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -20px;
  }
  footer .f_blc ul a {
    font-size: 0.875rem;
  }
  footer .f_blc ul a:hover {
    color: #008387;
  }
  footer small {
    display: block;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    color: #fff;
    font-size: 0.75rem;
    padding: 10px 40px;
  }
  footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #008387;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    transition: 0.7s;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #5b8c8c;
  }
  .smonly {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
    scroll-padding-top: 90px;
    overflow-x: hidden;
  }
  body {
    color: #231815;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft > img,
  body .imgright > img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .ll_white {
    background: #f2f0f0;
    padding: 60px 15px;
  }
  body .grade_white2 {
    background: linear-gradient(180deg, #fffbf4 -0.69%, #f4f3f0 15.75%, #fcfcfb 32.19%, #fff 51.71%, #f8f8f6 69.17%, #fffbf4 95.89%);
    padding: 60px 15px;
  }
  body .main_title {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.bold {
    font-weight: 500;
  }
  body .main_title .huge {
    font-size: 3.4rem;
    line-height: 1;
  }
  body .main_title .big {
    font-size: 1.7rem;
  }
  body .main_title .mdl {
    font-size: 1.4rem;
  }
  body .main_title .green {
    display: block;
    color: #048387;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  body .main_title .white {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  body .main_title em {
    font-family: "Aboreto", system-ui;
  }
  body .line {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 8px;
    animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
    overflow-x: hidden;
  }
  @keyframes anime_cvbtn01 {
    from {
      transform: scale(0.9, 0.9);
    }
    to {
      transform: scale(1, 1);
    }
  }
  body .line div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 260px;
    border-radius: 20px;
    border: 0.818px solid #9b732d;
    font-size: 0.9rem;
    letter-spacing: 0.655px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    background: #fff;
  }
  body .line div p {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .line .line_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    font-weight: 700;
    padding: 14px;
    border-radius: 40px;
    border: 1.636px solid #fff;
    box-shadow: 0 5.688px 5.688px 0 rgba(255, 255, 255, 0.4) inset, 0 2.275px 5.688px 0 #bebebe;
    overflow: hidden;
    background: linear-gradient(90deg, #3acf4a 0%, #48c355 100%);
    letter-spacing: 0.982px;
    position: relative;
  }
  body .line .line_btn:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: #fff;
    animation: btn_animation 3s ease-in-out infinite;
  }
  body .line .line_btn:after {
    position: absolute;
    content: "";
    background: url("images/icon_btn.svg") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  body .line .line_btn span {
    position: relative;
    z-index: 1;
  }
  body .line .line_btn span em {
    color: #ffea00;
  }
  body .line .line_btn svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
  }
  @keyframes btn_animation {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  body #cta {
    background: url("images/bg_cta_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 10px;
  }
  body #cta:before, body #cta:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  body #cta:before {
    top: 0;
  }
  body #cta:after {
    bottom: 0;
  }
  body #cta .main_title {
    letter-spacing: 2px;
    text-shadow: 0 0 8px #3c6d6d;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  body #cta > p {
    text-shadow: 0 0 8px #3c6d6d;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  body #cta .line {
    margin: 20px auto 0;
  }
  body #cta.f_cta {
    background: url("images/bg_f_cta_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 10px;
    z-index: 99;
    width: 100%;
    max-height: 90px;
  }
  header .h_blc:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
  }
  header .h_blc.active {
    background: rgba(255, 255, 255, 0.8);
  }
  header .logo {
    width: 106px;
  }
  header .logo a {
    display: block;
  }
  header .menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, conic-gradient(from 0deg at 50% 50%, #eee8d1 0deg, #eee8d1 45deg, #458a8c 90deg, #458a8c 135deg, #eee8d1 180deg, #eee8d1 225deg, #458a8c 270deg, #eee8d1 360deg) border-box;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.8), 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 22px;
    transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #008387;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
    color: #fff;
  }
  header .menu-content .nav > li > a {
    display: block;
    position: relative;
    padding: 10px;
  }
  header .menu-content .nav > li > a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
  header .fv {
    position: relative;
    background: url("images/fv_sp.webp") no-repeat;
    background-size: cover;
    min-height: 750px;
  }
  header .fv .top_txt {
    position: absolute;
    top: 17px;
    right: 13%;
    transform: translateX(-13%);
    font-family: "Aboreto", system-ui;
    font-size: 0.9rem;
    max-width: 180px;
  }
  header .fv .top_txt li {
    background: #fff;
    padding: 0 5px;
    display: inline-block;
    line-height: 1.4;
  }
  header .fv .top_txt li:not(:last-child) {
    margin-bottom: 3px;
  }
  header .fv .top_txt span {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .top_txt em {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
  }
  header .fv .side_txt {
    position: absolute;
    top: 90px;
    right: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 5px;
  }
  header .fv .side_txt li {
    background: linear-gradient(90deg, #e5e2dc 0%, #fffbf4 2%, #f4f3f0 18%, #fcfcfb 34%, #fff 53%, #f8f8f6 70%, #fffbf4 96%, #e5e2dc 100%);
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    writing-mode: vertical-rl;
    padding: 4px 4px 0 4px;
    line-height: 1;
  }
  header .fv .side_txt li:last-child {
    margin-top: 30px;
  }
  header .fv .side_txt .green {
    color: #096a6d;
  }
  header .fv .side_txt .gold {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt {
    position: absolute;
    top: 95%;
    transform: translateY(-95%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 360px;
    width: 92%;
  }
  header .fv .txt > p {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  header .fv .txt > p strong {
    text-shadow: #fff 0.4px 0px 0.4px, #fff -0.4px 0px 0.4px, #fff 0px -0.4px 0.4px, #fff -0.4px 0px 0.4px, #fff 0.4px 0.4px 0.4px, #fff -0.4px 0.4px 0.4px, #fff 0.4px -0.4px 0.4px, #fff -0.4px -0.4px 0.4px, #fff 0.4px 0.4px 0.4px, #fff -0.4px 0.4px 0.4px, #fff 0.4px -0.4px 0.4px, #fff -0.4px -0.4px 0.4px, #fff 0.4px 0.4px 0.4px, #fff -0.4px 0.4px 0.4px, #fff 0.4px -0.4px 0.4px, #fff -0.4px -0.4px 0.4px, #fff 0.4px 0.4px 0.4px, #fff -0.4px 0.4px 0.4px, #fff 0.4px -0.4px 0.4px, #fff -0.4px -0.4px 0.4px;
  }
  header .fv .txt > p span {
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt > p span span {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    text-shadow: none;
  }
  header .fv .txt > p em {
    font-size: 1.1rem;
  }
  header .fv .txt .sub_copy {
    text-align: center;
    border: 0.6px solid #9b732d;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    margin: 0 auto 5px;
  }
  header .fv .txt .sub_copy p {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.5;
    background: linear-gradient(180deg, #fff 40%, #f0d99b 94.18%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt .copy {
    position: relative;
    font-family: "Zen Old Mincho", serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.07;
    text-shadow: #fff 1px 0px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff -1px 0px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    padding-bottom: 10px;
    background: #fff;
  }
  header .fv .txt .copy strong {
    position: relative;
    display: block;
    font-size: 3.5rem;
    -webkit-text-fill-color: transparent;
  }
  header .fv .txt .copy strong em {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.5rem;
    background: linear-gradient(270deg, #016669 0%, #5b8c8c 100%);
    background-clip: text;
    text-shadow: none;
  }
  header .fv .txt .copy strong .deco01 {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 10px;
    width: 110px;
    height: 35px;
  }
  header .fv .txt .copy strong .deco02 {
    position: absolute;
    content: "";
    top: 0;
    left: 150px;
    width: 110px;
    height: 35px;
  }
  header .fv .txt .copy span {
    position: relative;
  }
  header .fv .txt .copy span .deco03 {
    position: absolute;
    content: "";
    bottom: 0;
    right: 40px;
    width: 110px;
    height: 35px;
  }
  header .fv .txt ul {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  header .fv .txt ul li {
    position: relative;
  }
  header .fv .txt ul li:not(:last-child) {
    margin-right: -20px;
  }
  header .fv .txt ul li:after {
    position: absolute;
    content: "";
    top: -30px;
    right: -25px;
    background: url("images/icon_light.svg") no-repeat;
    background-size: 100%;
    width: 95px;
    height: 100px;
  }
  main #about {
    padding: 60px 15px;
    background: linear-gradient(104deg, #458a8c 39.49%, #79a193 63.16%, #c7c59d 94.26%, #cbc79e 104.61%, #9fb398 110.99%, #458a8c 120.65%);
    color: #fff;
  }
  main #about .main_title .big {
    font-size: 1.5rem;
  }
  main #about p {
    font-weight: 500;
  }
  main #about p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #about p span {
    position: relative;
  }
  main #about p span:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 0.1px;
    bottom: 2px;
    left: 0;
  }
  main #works {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #works .bg {
    position: relative;
    background: url("images/bg_works_sp.svg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 15px;
  }
  main #works .bg h2 {
    color: #fff;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    max-width: 300px;
    line-height: 1.3;
    margin: 0 auto 15px;
  }
  main #works .bg ul {
    max-width: 290px;
    margin: 0 auto 20px;
  }
  main #works .bg ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main #works .bg > img {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
  main #works .bg p {
    text-align: center;
  }
  main #works .bg strong {
    max-width: 170px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.4;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(150deg, #458a8c 29.48%, #79a193 53.95%, #cbc79e 66.18%, #9fb398 75.07%, #458a8c 88.65%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  main #works h3 {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #97702e;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1.2;
    padding: 30px 0;
  }
  main #works h3 span {
    letter-spacing: -3px;
    font-size: 2.8rem;
    font-style: italic;
    font-family: "Aboreto", system-ui;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    margin-right: 10px;
  }
  main #worry {
    background: url("images/bg_worry.webp") no-repeat;
    background-size: cover;
    padding: 40px 6px 0;
  }
  main #worry .main_title {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  main #worry .main_title .big {
    font-size: 1.5rem;
  }
  main #worry .main_title .gold span {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 5px;
    background: linear-gradient(180deg, #fff 52.47%, #f0d99b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
  main #worry .wrap {
    max-width: 380px;
    margin: 0 auto;
  }
  main #worry .wrap img {
    max-width: 320px;
    display: block;
    margin: 30px auto 0;
  }
  main #worry .wrap ul {
    position: relative;
    min-height: 220px;
  }
  main #worry .wrap li {
    position: absolute;
    display: inline-block;
  }
  main #worry .wrap li:before {
    position: absolute;
    content: "";
    border-radius: 37px;
    background: #434343;
    filter: blur(40px);
    width: 280px;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  main #worry .wrap li:after {
    position: absolute;
    content: "";
    background: url("images/icon_hukidashi_sp.svg") no-repeat;
    background-size: 100%;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 26px;
  }
  main #worry .wrap li:nth-child(2) {
    top: 80px;
    right: 10px;
  }
  main #worry .wrap li:nth-child(2):before {
    width: 200px;
  }
  main #worry .wrap li:nth-child(3) {
    top: 160px;
    left: 0;
  }
  main #worry .wrap li:nth-child(4) {
    top: 230px;
    right: 10px;
  }
  main #worry .wrap li:nth-child(4):before {
    width: 160px;
    height: 65px;
  }
  main #worry .wrap p {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0 10px;
    line-height: 1.6;
  }
  main #skill {
    background: url("images/bg_skill.svg") no-repeat;
    background-size: cover;
    padding: 100px 0 60px;
    position: relative;
  }
  main #skill strong {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.4rem;
    font-weight: 600;
    background: #3c3c3c;
    max-width: 330px;
  }
  main #skill .main_title {
    position: relative;
  }
  main #skill .main_title:after {
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #skill .main_title .gold {
    font-size: 1.6rem;
    font-weight: 700;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #skill .swiper-wrapper {
    transition-timing-function: linear !important;
    margin: 0 auto 40px;
  }
  main #skill .swiper-wrapper img {
    width: 100%;
  }
  main #skill p {
    text-align: center;
  }
  main #point h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  main #point h2 em {
    position: relative;
    margin: 0 5px;
    width: 12px;
    height: 12px;
  }
  main #point h2 em:before, main #point h2 em:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
    background: #231815;
    transform: rotate(45deg);
  }
  main #point h2 em:after {
    transform: rotate(-45deg);
  }
  main #point h2 > span {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 2px 5px 4px;
    text-align: center;
  }
  main #point h2 .green {
    color: #fff;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
  }
  main #point h2 .white {
    border: 0.2px solid #9b732d;
    background: linear-gradient(90deg, #e5e2dc 0%, #fffbf4 2%, #f4f3f0 18%, #fcfcfb 34%, #fff 53%, #f8f8f6 70%, #fffbf4 96%, #e5e2dc 100%);
  }
  main #point h2 .white span {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #point h2 .gold {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    color: #fff;
  }
  main #point p {
    text-align: center;
  }
  main #point img {
    display: block;
    margin: 40px auto 0;
  }
  main #reason .main_title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  main #reason li {
    align-items: center;
  }
  main #reason li:not(:last-child) {
    margin-bottom: 60px;
  }
  main #reason li span {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  main #reason li span strong {
    position: absolute;
    top: -8px;
    left: 8px;
  }
  main #reason li span strong em {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-family: "Aboreto", system-ui;
    font-size: 2.5rem;
    text-align: center;
  }
  main #reason li span img {
    width: 100%;
  }
  main #reason li h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #curriculum .main_title .big span {
    font-size: 2.3rem;
    line-height: 1;
  }
  main #curriculum h3 {
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 20px;
    padding: 0 4px;
  }
  main #curriculum h3 strong {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-left: 5px;
  }
  main #curriculum h3 strong span {
    font-size: 1.7rem;
  }
  main #curriculum .swiper {
    margin-bottom: 30px;
  }
  main #curriculum .swiper-wrapper {
    width: max-content;
    gap: 20px;
  }
  main #curriculum .scroll-hint-icon-wrap {
    z-index: 1;
  }
  main #curriculum .swiper-slide {
    width: 360px;
    height: auto;
    border: 1px solid #058589;
    padding: 10px 10px 20px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main #curriculum .swiper-slide span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 85px;
    color: #fff;
    text-align: center;
    font-family: "Aboreto", system-ui;
    font-size: 1.3rem;
    background: #058589;
    line-height: 1.2;
    padding: 3px;
  }
  main #curriculum .swiper-slide .goal {
    margin-top: auto;
    line-height: 1.6;
    border-bottom: 1px solid #d8d8d8;
  }
  main #curriculum .swiper-slide .goal p {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: "Aboreto", system-ui;
    font-size: 1.2rem;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #curriculum .swiper-slide .goal img {
    width: 15px;
  }
  main #curriculum .imgright {
    margin-bottom: 20px;
  }
  main #curriculum .imgright h4 {
    font-size: 1.4rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  main #curriculum .imgright p {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main #curriculum .imgright h5 {
    color: #058589;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 0.8rem;
    border-left: 4px solid #058589;
  }
  main #curriculum .imgright li {
    background: #f6f6f6;
    padding: 0 10px;
    font-size: 0.8rem;
  }
  main #curriculum .imgright li:not(:last-child) {
    margin-bottom: 3px;
  }
  main #curriculum .arrow {
    position: relative;
  }
  main #curriculum .arrow:after {
    position: absolute;
    content: "";
    background: url("images/icon_arrow.svg") no-repeat;
    background-size: 100%;
    width: 10px;
    height: 70px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  main #curriculum .arrow p {
    position: relative;
    z-index: 1;
    width: 90px;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    line-height: 1;
    margin: 0 auto 30px;
  }
  main #curriculum .arrow span {
    display: inline-block;
    font-family: "Aboreto", system-ui;
    font-size: 2rem;
    padding-top: 2px;
  }
  main #curriculum .gold {
    padding: 10px 10px 30px;
    background: #fff;
    border: 1px solid #9b732d;
    margin-bottom: 0;
  }
  main #curriculum .gold h4 {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
    font-size: 1.7rem;
  }
  main #curriculum .gold li {
    font-size: 0.9rem;
  }
  main #curriculum .gold .imgleft {
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  main #curriculum .gold .imgleft img {
    margin: 0;
    max-width: 160px;
  }
  main #curriculum .gold .imgleft > div {
    margin-left: 5px;
  }
  main #curriculum .gold .imgleft strong {
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
  }
  main #curriculum .gold .imgleft p {
    font-size: 0.6rem;
    margin-bottom: 0;
  }
  main #flow {
    background: url("images/bg_flow.svg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 15px;
  }
  main #flow .main_title {
    margin-bottom: 60px;
  }
  main #flow ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 60px 10px;
  }
  main #flow ul li {
    position: relative;
    width: 48%;
  }
  main #flow ul li:not(:last-child) h3 {
    font-weight: 700;
    color: #058589;
    position: relative;
  }
  main #flow ul li:not(:last-child) h3:before, main #flow ul li:not(:last-child) h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    background: #058589;
  }
  main #flow ul li:not(:last-child) h3:before {
    left: 0;
    width: 100%;
  }
  main #flow ul li:not(:last-child) h3:after {
    bottom: 4px;
    right: 0;
    width: 10px;
    transform: rotate(45deg);
  }
  main #flow ul li:last-child h3 {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #flow ul li span {
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Aboreto", system-ui;
    line-height: 1;
    text-align: center;
  }
  main #flow ul li span em {
    display: block;
    font-size: 2rem;
  }
  main #flow ul li img {
    width: 100%;
    margin-bottom: 10px;
  }
  main #course {
    background: linear-gradient(104deg, #458a8c 38.12%, #79a193 72.52%, #cbc79e 89.73%, #9fb398 102.23%, #458a8c 121.33%);
    padding: 60px 20px;
  }
  main #course > p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
  }
  main #course .swiper {
    max-width: 320px;
    margin: 0 auto;
  }
  main #course .swiper-wrapper {
    gap: 20px;
  }
  main #course .scroll-hint-icon-wrap {
    z-index: 1;
  }
  main #course .swiper-slide {
    width: 320px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  main #course .swiper-slide div {
    background: #fff;
    padding: 10px 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  main #course .swiper-slide div span {
    display: inline-block;
    line-height: 1.2;
    font-family: "Aboreto", system-ui;
    font-size: 2.8rem;
    color: #048387;
    margin-bottom: 10px;
  }
  main #course .swiper-slide div span em {
    display: block;
    font-size: 1rem;
  }
  main #course .swiper-slide div h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 10px;
  }
  main #course .swiper-slide div p {
    margin-bottom: 15px;
  }
  main #course .swiper-slide div ul {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  main #course .swiper-slide div ul li {
    background: #eff3f1;
    color: #036063;
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
  }
  main #support {
    position: relative;
  }
  main #support:before, main #support:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #support:before {
    top: 0;
  }
  main #support:after {
    bottom: 0;
  }
  main #support p {
    text-align: center;
    margin-bottom: 40px;
  }
  main #support ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
  }
  main #support ul li {
    width: 48%;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  main #support ul img {
    width: 40px;
    margin: 0 auto 10px;
  }
  main #support ul h3 {
    line-height: 1.6;
    font-size: 0.8rem;
    font-weight: 500;
  }
  main #career {
    background: url("images/bg_career.svg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 15px;
    position: relative;
  }
  main #career:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #career > p {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
  }
  main #career li {
    position: relative;
  }
  main #career li:not(:last-child) {
    margin-bottom: 60px;
  }
  main #career li span {
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Aboreto", system-ui;
    font-size: 4.5rem;
    line-height: 1;
  }
  main #career li img {
    width: 100%;
    margin-bottom: 10px;
  }
  main #career li h3 {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #career li p {
    font-weight: 500;
  }
  main #advantage {
    padding: 60px 0 60px 15px;
    position: relative;
  }
  main #advantage:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
  }
  main #advantage .js-scrolltable {
    margin-bottom: 40px;
  }
  main #advantage table {
    min-width: 750px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  main #advantage table:after {
    position: absolute;
    content: "";
    box-shadow: 0 0 10px 0 rgba(5, 133, 137, 0.2);
    top: 0;
    left: 132px;
    width: 220px;
    height: 100%;
    pointer-events: none;
  }
  main #advantage table tr:first-child th:first-child {
    opacity: 0;
  }
  main #advantage table th {
    width: 150px;
    height: 42px;
    font-weight: bold;
    background: #6c6c6c;
    color: #fff;
    font-size: 0.8rem;
    vertical-align: middle;
  }
  main #advantage table th.green {
    width: 250px;
    background: linear-gradient(270deg, #008387 0%, #5b8c8c 100%);
  }
  main #advantage table td {
    width: 150px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    font-size: 0.8rem;
  }
  main #advantage table td:nth-child(2) {
    color: #b08d45;
    font-weight: bold;
  }
  main #advantage table td.grade_gold span {
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3rem;
    font-weight: 500px;
  }
  main #advantage table .ll_ylw {
    width: 120px;
    background: #eee8d1;
  }
  main #advantage p {
    padding-right: 15px;
  }
  main #faq {
    background: #e4eced;
    padding: 60px 15px;
  }
  main #faq li {
    background: #fff;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
  }
  main #faq li:not(:last-child) {
    margin-bottom: 15px;
  }
  main #faq h3 {
    cursor: pointer;
    position: relative;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  main #faq h3:before, main #faq h3:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 1.5px;
    background: #058589;
    transition: 0.3s;
  }
  main #faq h3:before {
    top: 15px;
  }
  main #faq h3:after {
    top: 15px;
    transform: rotate(-90deg);
  }
  main #faq h3.open:after {
    transform: rotate(0deg);
  }
  main #faq h3 .q {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Aboreto", system-ui;
    font-size: 1.8rem;
    line-height: 1;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  main #faq h3 .title {
    display: block;
    width: 80%;
  }
  main #faq .cont {
    display: none;
  }
  main #faq .cont .wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 15px;
  }
  main #faq .cont .a {
    color: #058589;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Aboreto", system-ui;
    font-size: 1.8rem;
    line-height: 1;
  }
  main #faq .cont .txt {
    width: 80%;
    line-height: 1.6;
  }
  main #faq .cont .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #error {
    padding: 60px 15px;
  }
  main #error .line {
    margin: 20px auto 0;
  }
  footer .f_blc {
    padding: 40px 20px 60px;
  }
  footer .f_blc .f_logo {
    text-align: center;
    margin-bottom: 60px;
  }
  footer .f_blc .f_logo img {
    width: 230px;
  }
  footer .f_blc ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  footer .f_blc ul li {
    position: relative;
  }
  footer .f_blc ul li:not(:last-child):after {
    position: absolute;
    content: "|";
    top: 0;
    right: -20px;
  }
  footer .f_blc ul a {
    font-size: 0.9rem;
  }
  footer small {
    display: block;
    background: linear-gradient(90deg, #9b732d 6.2%, #cbaf64 27.03%, #9b732d 67.4%, #e5cf81 119.41%, #9b732d 138.47%);
    color: #fff;
    font-size: 0.7rem;
    padding: 10px;
    text-align: center;
  }
  footer .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #008387;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */