/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #222;
  line-height: 1.6;
  color: #222;
}

main {
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

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

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

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.scroll-hint {
  overflow-x: auto;
  width: 100%;
}

.scroll-margin {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  .scroll-margin {
    scroll-margin-top: 80px;
  }
}
.scroll-margin-plus {
  scroll-margin-top: 140px;
}
@media (max-width: 767px) {
  .scroll-margin-plus {
    scroll-margin-top: 120px;
  }
}

/*
 * layout
 */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1023px) {
  .header {
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    padding: 16px 16px;
    top: 0;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 3px -2px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 8px 16px;
  }
}
.header-inr {
  justify-content: space-between;
}
.header-logo {
  align-items: start !important;
  gap: 6px;
  width: 220px;
}
@media (max-width: 1023px) {
  .header-logo {
    width: 180px;
  }
}
.header-logo p {
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header-logo p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
    display: block;
    position: fixed;
    top: 63.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100vh - 68px);
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
.header-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header-nav_top {
  display: none;
}
@media (max-width: 1023px) {
  .header-nav_top {
    display: block;
  }
}
.header-nav ul {
  gap: 24px;
}
@media (max-width: 1023px) {
  .header-nav ul {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .header-nav ul {
    flex-direction: column;
    align-items: start !important;
    gap: 0;
    padding: 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .header-nav ul li {
    width: 100%;
  }
}
.header-nav ul li a {
  font-size: clamp(13px, 0.83vw, 16px);
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .header-nav ul li a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #333;
  }
}
.header-nav ul li:last-child a {
  border-bottom: none;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.header-toggle {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 1100;
}
@media (max-width: 767px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle span {
  background: #00B2AE;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
.header-toggle span:nth-child(1) {
  width: 100%;
  top: 0;
}
.header-toggle span:nth-child(2) {
  width: 100%;
  top: 9px;
}
.header-toggle span:nth-child(3) {
  width: 100%;
  bottom: 0;
}
.header-toggle.is-open span:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
}
.header-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-open span:nth-child(3) {
  width: 100%;
  transform: rotate(45deg);
  bottom: 10px;
}

body.is-fixed {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

html {
  scroll-behavior: auto;
}

.footer {
  padding: 40px 0;
}
.footer-inr {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-inr {
    flex-direction: column;
    gap: 26px;
  }
}
.footer-logo {
  width: 270px;
}
@media (max-width: 1023px) {
  .footer-logo {
    width: 220px;
  }
}
.footer nav ul {
  gap: 40px;
}
@media (max-width: 1023px) {
  .footer nav ul {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .footer nav ul li a {
    font-size: min(3.7333333333vw, 15px);
  }
}
.footer nav ul li a img {
  width: 133.9px;
}
@media (max-width: 1023px) {
  .footer nav ul li a img {
    width: 107.12px;
  }
}
.footer-copyright {
  padding-top: 40px;
  border-top: 1px solid #dadada;
  text-align: center;
  font-size: 12px;
}

.site-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 340px;
  height: 260px;
  border-radius: 12px;
  background: #f9f9f9;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .site-banner {
    display: none !important;
  }
}
.site-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-banner.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.site-banner_close {
  width: 28px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.site-banner_close:hover {
  transform: scale(1.05);
}
.site-banner_inr {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  gap: 4px;
}
.site-banner_main {
  width: 134px;
  margin-left: -10px;
}
.site-banner_text {
  text-align: center;
  font-weight: 700;
}
.site-banner_text img {
  display: inline-block;
  width: 130px;
  margin-bottom: 4px;
}
.site-banner_text p .sss {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 1;
}
.site-banner_text p .line {
  position: relative;
  z-index: 2;
}
.site-banner_text p .line::before {
  content: "";
  position: absolute;
  width: 102%;
  height: 8px;
  background-color: #F8DE9C;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
}
.site-banner .btn-site-banner {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.72px;
  border-radius: 25px;
  background: linear-gradient(180deg, #F79400 0%, #D87300 100%);
  padding: 12px 32px;
  text-decoration: none;
  display: inline-block;
}

/*
 * object
 */
.achievements {
  background-image: url(../../assets/images/banner.png);
  background-size: cover;
  aspect-ratio: 640/129;
  position: relative;
  justify-content: end;
}
@media (max-width: 767px) {
  .achievements {
    background-image: none;
    aspect-ratio: 194/79;
    display: block !important;
  }
}
.achievements-img {
  display: none;
}
@media (max-width: 767px) {
  .achievements-img {
    display: block;
  }
}
.achievements-block {
  margin-right: 9.06%;
}
@media (max-width: 1023px) {
  .achievements-block {
    margin-right: 6.06%;
  }
}
@media (max-width: 767px) {
  .achievements-block {
    width: 96%;
    margin: 0 auto;
  }
}
.achievements-block_text {
  font-size: clamp(10px, 0.68vw, 0.68vw);
  font-weight: 500;
  text-align: right;
  margin-right: 3.39%;
  margin-top: 16px;
  color: #5b5b5b;
}
@media (max-width: 767px) {
  .achievements-block_text {
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
  }
}
.achievements-head {
  width: 36.46vw;
}
@media (max-width: 767px) {
  .achievements-head {
    width: 100%;
  }
}
.achievements-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
  gap: 15px;
}
.achievements-inr {
  gap: 40px;
}
@media (max-width: 767px) {
  .achievements-inr {
    gap: 20px;
  }
}
.achievements-inr img {
  width: 3.91vw;
}
@media (max-width: 767px) {
  .achievements-inr img {
    width: 11.34vw;
  }
}
.achievements-facility h2 {
  font-size: 1.35vw;
  font-weight: 700;
  letter-spacing: 2.08px;
  line-height: 120%;
  padding: 0 8px 2px;
  color: #fff;
  background-color: #d79909;
}
@media (max-width: 767px) {
  .achievements-facility h2 {
    font-size: min(3.4666666667vw, 16px);
  }
}
.achievements-facility p {
  font-size: 1.67vw;
  line-height: 120%;
  letter-spacing: 1.28px;
  font-weight: 700;
  color: #d79909;
}
@media (max-width: 767px) {
  .achievements-facility p {
    font-size: 4vw;
  }
}
.achievements-facility p span {
  font-size: 6.25vw;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .achievements-facility p span {
    font-size: 18vw;
  }
}

.assignment {
  background-image: url(../../assets/images/assignment-back.jpg);
  background-size: cover;
  padding: 80px 0 164px;
}
.assignment-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .assignment-title {
    margin-bottom: 48px;
  }
}
.assignment-title h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .assignment-title h2 {
    font-size: 25px;
  }
}
.assignment-title h2 span {
  font-size: 48px;
  letter-spacing: 0.96px;
}
@media (max-width: 767px) {
  .assignment-title h2 span {
    font-size: 33px;
  }
}
.assignment-title h2::before {
  content: "";
  width: 100%;
  height: 16px;
  background-color: #F8DE9C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .assignment-title h2::before {
    height: 11px;
  }
}
.assignment-wrapper {
  align-items: stretch !important;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.assignment-block {
  width: 30.83%;
  min-width: 300px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
}
@media (max-width: 767px) {
  .assignment-block {
    width: 100%;
  }
}
.assignment-block img {
  display: block;
  margin: 0 auto 20px;
  max-width: 301px;
}
@media (max-width: 767px) {
  .assignment-block img {
    max-width: 260px;
  }
}
.assignment-block h3 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .assignment-block h3 {
    font-size: 20px;
  }
}
.assignment-block h3 span {
  font-size: 24px;
  color: #048D8A;
}
@media (max-width: 767px) {
  .assignment-block h3 span {
    font-size: 22px;
  }
}
.assignment-block p {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .assignment-block p {
    font-size: 16px;
  }
}

.solution {
  background-image: url(../../assets/images/solution-back.svg);
  background-position: top center;
  background-size: cover;
  padding: 140px 0;
  margin-top: -178px;
}
@media (max-width: 767px) {
  .solution {
    padding: 100px 0 80px;
    margin-top: -80px;
    background-image: url(../../assets/images/solution-back-sp.svg);
  }
}
.solution h2 {
  margin: 78px 0 14px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .solution h2 {
    font-size: 4.69vw;
  }
}
@media (max-width: 767px) {
  .solution h2 {
    margin: 0px 0 14px;
    font-size: min(7.4666666667vw, 38px);
  }
}
.solution h2 .yellow {
  color: #f3f99e;
}
.solution h2 .small {
  font-size: 36px;
}
@media (max-width: 1023px) {
  .solution h2 .small {
    font-size: 4.69vw;
  }
}
@media (max-width: 767px) {
  .solution h2 .small {
    font-size: min(5.8666666667vw, 26px);
  }
}
.solution-main_img {
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .solution-main_img {
    margin: 0 auto 24px;
    max-width: 375px;
  }
}
.solution-main_wrapper {
  display: none !important;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .solution-main_wrapper {
    display: flex !important;
  }
}
.solution-main_block {
  width: 100%;
  max-width: 255px;
  text-align: center;
  margin-top: -10px;
}
.solution-main_block img {
  max-width: 140px;
}
.solution-main_block h3 {
  width: 100%;
  height: 88px;
  justify-content: center;
  border-radius: 80px;
  border: 1px solid #50e4d8;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7) inset, 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.4px;
}
.solution-main_line {
  width: 1px;
  height: 60px;
  background-color: #fff;
}

.about {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 60px 0;
  }
}
.about-head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .about-head {
    margin-bottom: 60px;
    font-size: min(4.8vw, 22px);
  }
}
.about-img {
  display: block;
  max-width: 545px;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .about-img {
    width: 70vw;
    max-width: 500px;
    margin: 0 auto 32px;
  }
}
.about-wrapper {
  gap: 40px;
  justify-content: center;
  align-items: start !important;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .about-wrapper {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .about-wrapper {
    align-items: center !important;
    flex-direction: column;
  }
}
.about-block {
  width: 30.86%;
}
@media (max-width: 767px) {
  .about-block {
    width: 100%;
    max-width: 400px;
  }
}
.about-block img {
  display: block;
  width: 88px;
  margin: 0 auto;
  margin-bottom: 8px;
}
.about-block h3 {
  font-size: 24px;
  color: #00B2AE;
  margin-bottom: 16px;
  text-align: center;
}

.extensions {
  padding: 120px 0;
  background-color: #EDF9F9;
  position: relative;
}
@media (max-width: 1023px) {
  .extensions {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .extensions {
    padding: 80px 0;
  }
}
.extensions::before {
  content: "";
  background-image: url(../../assets/images/extensions-deco01.png);
  background-size: cover;
  width: 27.45vw;
  aspect-ratio: 517/632;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.extensions::after {
  content: "";
  background-image: url(../../assets/images/extensions-deco02.png);
  background-size: cover;
  width: 28.54vw;
  aspect-ratio: 548/619;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.extensions .container {
  position: relative;
  z-index: 2;
}
.extensions-plus {
  display: block;
  width: 64px;
  margin: 32px auto;
}
@media (max-width: 767px) {
  .extensions-plus {
    width: 50px;
  }
}
.extensions-text {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .extensions-text {
    width: 94%;
    margin: 30px auto 0;
  }
}
.extensions-inr {
  background-color: #fff;
  padding: 80px 0 40px;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1023px) {
  .extensions-inr {
    padding: 50px 0 30px;
  }
}
.extensions-head {
  width: 100%;
  text-align: center;
  padding: 16px 0;
  background-color: #048D8A;
  border-radius: 16px 16px 0 0;
  color: #fff;
}
@media (max-width: 767px) {
  .extensions-head {
    padding: 10px 0;
  }
}
.extensions-head h3 {
  font-size: 32px;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .extensions-head h3 {
    font-size: 28px;
  }
}
.extensions-head span {
  font-size: 18px;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .extensions-head span {
    font-size: 16px;
  }
}
.extensions-wrapper {
  width: min(100% - 32px, 886px);
  margin: 0 auto;
  gap: 48px;
  align-items: stretch !important;
}
@media (max-width: 767px) {
  .extensions-wrapper {
    flex-direction: column;
  }
}
.extensions-wrapper02 {
  width: min(100% - 32px, 1004px);
  margin: 0 auto;
  gap: 2px;
  align-items: center !important;
}
.extensions-wrapper02_plus {
  width: 18px;
}
.extensions-pattern1 {
  width: 36.12%;
  padding: 40px 68px;
  border-radius: 8px;
  background-color: #EDF9F9;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .extensions-pattern1 {
    padding: 36px 40px;
  }
}
@media (max-width: 767px) {
  .extensions-pattern1 {
    width: 100%;
  }
}
.extensions-pattern1_label {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 2px 16px;
  background-color: #00B2AE;
  border-radius: 4px;
  white-space: nowrap;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .extensions-pattern1_label {
    font-size: 18px;
  }
}
.extensions-pattern1_inr {
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .extensions-pattern1_inr {
    max-width: 184px;
    margin: 0 auto 26px;
  }
}
.extensions-pattern1_inr img {
  width: 46px;
  margin-bottom: 12.5px;
}
.extensions-pattern1_inr h4 {
  font-size: 18px;
  color: #048D8A;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .extensions-pattern1_inr h4 {
    font-size: min(1.8252933507vw, 18px);
  }
}
@media (max-width: 767px) {
  .extensions-pattern1_inr h4 {
    font-size: 18px;
  }
}
.extensions-pattern1 p {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
.extensions-pattern1 p::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #F8DE9C;
  z-index: -1;
}
.extensions-pattern2 {
  width: 58.47%;
  position: relative;
}
@media (max-width: 767px) {
  .extensions-pattern2 {
    width: 100%;
  }
}
.extensions-pattern2_wrapper {
  padding: 40px;
  background-color: #EDF9F9;
  height: 100%;
}
@media (max-width: 1023px) {
  .extensions-pattern2_wrapper {
    padding: 36px 16px;
  }
}
@media (max-width: 767px) {
  .extensions-pattern2_wrapper {
    text-align: center;
  }
}
.extensions-pattern2_wrapper--flex {
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .extensions-pattern2_wrapper--flex {
    justify-content: center;
  }
}
.extensions-pattern2_wrapper .plus {
  width: 20px;
}
.extensions-pattern2_wrapper p {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 6px), #f8de9c calc(100% - 6px));
  background-size: 100% 100%;
  background-repeat: repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .extensions-pattern2_wrapper p {
    text-align: center;
  }
}
.extensions-pattern2_inr {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .extensions-pattern2_inr {
    padding: 20px 16px;
  }
}
.extensions-pattern2_inr h4 {
  font-size: 112.5%;
  font-weight: 700;
  color: #048D8A;
}
@media (max-width: 1023px) {
  .extensions-pattern2_inr h4 {
    font-size: min(1.8252933507vw, 18px);
  }
}
@media (max-width: 767px) {
  .extensions-pattern2_inr h4 {
    font-size: min(4.5333333333vw, 18px);
  }
}
.extensions-pattern2_inr01 img {
  width: 46px;
  margin-bottom: 12.58px;
}
.extensions-pattern2_inr02 img {
  width: 32px;
  margin-bottom: 10px;
}
.extensions-bottom_block {
  width: 22.91%;
  padding: 40px 40px 20px 40px;
  background-color: #EDF9F9;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .extensions-bottom_block {
    padding: 36px 16px 20px 16px;
  }
}
@media (max-width: 767px) {
  .extensions-bottom_block {
    width: 100%;
  }
}
.extensions-bottom_block--label {
  width: 95px;
  font-size: 13px;
  font-weight: 700;
  gap: 2px;
  padding: 4px 6px 5px 6px;
  border: 1px solid #f77e59;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.extensions-bottom_block--label img {
  width: 13px;
  transform: translateY(3px);
}
.extensions-bottom_block--wrapper {
  width: 100%;
  height: 150px;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.extensions-bottom_block--wrapper img {
  display: block;
  margin: 0 auto 4px;
}
.extensions-bottom_block--wrapper h4 {
  font-size: 87.5%;
  font-weight: 700;
  line-height: 130%;
  color: #048D8A;
  height: 46px;
}
.extensions-bottom_block--wrapper01 img {
  width: 33.33%;
}
@media (max-width: 767px) {
  .extensions-bottom_block--wrapper01 img {
    width: 70px;
  }
}
.extensions-bottom_block--wrapper03 img {
  width: 46.67%;
}
@media (max-width: 767px) {
  .extensions-bottom_block--wrapper03 img {
    width: 98px;
  }
}
.extensions-bottom_block--wrapper03 h4 {
  line-height: 42px;
}
.extensions-bottom_block--wrapper04 img {
  width: 46.67%;
}
@media (max-width: 767px) {
  .extensions-bottom_block--wrapper04 img {
    width: 98px;
  }
}
.extensions-bottom_block--bottom {
  width: 21px;
  margin-top: 20px;
}

.info {
  padding: 140px 0 80px;
  background: linear-gradient(180deg, #fff 0%, #edf9f9 100%);
  padding: 80px 0;
}
.info-bg {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 767px) {
  .info-bg {
    padding: 0 16px;
  }
}
.info-ttl {
  padding: 40px 0 64px;
  text-align: center;
}
.info-ttl h3 {
  font-size: 28px;
  letter-spacing: 0.56px;
  display: inline;
  background-image: linear-gradient(transparent calc(100% - 10px), #f8de9c calc(100% - 10px));
  background-size: 100% 100%;
  background-repeat: repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .info-ttl h3 {
    font-size: min(5.8666666667vw, 26px);
  }
}
.info-ttl h3 span {
  font-size: 26px;
  letter-spacing: 0.52px;
}
.info-top {
  position: relative;
}
.info-top_block {
  padding: 64px 24px 32px 24px;
  background-color: #edf9f9;
  gap: 40px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .info-top_block {
    flex-direction: column-reverse;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .info-top_block {
    padding: 54px 16px 24px 16px;
  }
}
.info-top_block--label {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #048D8A;
  padding: 6px 24px 6px 8px;
  border-radius: 80px;
  border: 1px solid #048D8A;
  background-color: #fff;
  position: absolute;
  top: -42px;
  left: 0;
}
@media (max-width: 767px) {
  .info-top_block--label {
    width: 248px;
    font-size: 18px;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.info-top_block--label img {
  width: 70px;
}
@media (max-width: 767px) {
  .info-top_block--label img {
    width: 52px;
  }
}
.info-top_block--label__277 {
  width: 277px;
}
.info-top_block--left {
  width: 56.1%;
}
@media (max-width: 1023px) {
  .info-top_block--left {
    width: 100%;
  }
}
.info-top_block--left h3 {
  font-size: 28px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .info-top_block--left h3 {
    font-size: 22px;
  }
}
.info-top_block--left p {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .info-top_block--left p {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.info-top_block--left ul {
  gap: 8px;
  flex-wrap: wrap;
}
.info-top_block--left ul li {
  font-size: 18px;
  color: #048D8A;
  line-height: 120%;
  font-weight: 500;
  padding: 4px 10px;
  border: 1px solid #048D8A;
  border-radius: 4px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .info-top_block--left ul li {
    font-size: 16px;
  }
}
.info-top_block--left__wrapper {
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #00B2AE;
}
.info-top_block--left__wrapper p {
  margin-bottom: 16px;
  font-size: 14px;
}
.info-top_block--left__wrapper .btn-info-top_block--left__wrapper {
  font-size: 14px;
  color: #00B2AE;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #00B2AE;
  padding: 4px 8px;
  border-radius: 4px;
  gap: 3px;
}
.info-top_block--left__wrapper .btn-info-top_block--left__wrapper p {
  margin-bottom: 0;
}
.info-top_block--left__wrapper .btn-info-top_block--left__wrapper span {
  font-weight: 500;
}
.info-top_block--left__wrapper .btn-info-top_block--left__wrapper img {
  width: 11.6px;
}
@media (max-width: 767px) {
  .info-top_block--left__wrapper .btn-info-top_block--left__wrapper img {
    width: 18px;
  }
}
.info-top_block--right {
  width: 39.92%;
}
@media (max-width: 767px) {
  .info-top_block--right {
    width: 60%;
  }
}
.info-blockPadding80 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .info-blockPadding80 {
    padding-bottom: 60px;
  }
}
.info-blockPadding40 {
  padding-bottom: 40px;
}
.info-block_inr {
  gap: 40px;
  align-items: start !important;
}
@media (max-width: 1023px) {
  .info-block_inr {
    flex-direction: column;
    align-items: center !important;
  }
}
@media (max-width: 1023px) {
  .info-block_inr--reverse {
    flex-direction: column-reverse;
  }
}
.info-block_ttl {
  gap: 24px;
}
@media (max-width: 1023px) {
  .info-block_ttl {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .info-block_ttl {
    gap: 10px;
  }
}
.info-block_ttl p {
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, rgba(166, 236, 246, 0.8) 0%, rgba(90, 188, 185, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .info-block_ttl p {
    font-size: min(8vw, 40px);
  }
}
.info-block_ttl h3 {
  font-size: 30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .info-block_ttl h3 {
    font-size: min(5.3333333333vw, 22px);
  }
}
.info-block_ttl .line {
  height: 1px;
  background-color: #00B2AE;
}
.info-block_ttl .line-513 {
  width: 51.35%;
}
.info-block_ttl .line-545 {
  width: 54.55%;
}
.info-block_ttl .line-586 {
  width: 58.66%;
}
.info-block_ttl .line-635 {
  width: 63.56%;
}
.info-block_ttl .line-639 {
  width: 63.96%;
}
.info-block_text {
  width: 52.45%;
}
@media (max-width: 1023px) {
  .info-block_text {
    width: 100%;
  }
}
.info-block_text p {
  font-weight: 500;
  margin-bottom: 16px;
}
.info-block_text--wrapper {
  padding: 16px;
  background-color: #F1F6F6;
  align-items: start !important;
}
.info-block_text--wrapper h4 {
  width: 170px;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  background-color: #00B2AE;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .info-block_text--wrapper h4 {
    width: 130px;
    font-size: 14px;
    font-weight: 600;
  }
}
.info-block_text--wrapper p {
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .info-block_text--wrapper p {
    font-size: 14px;
  }
}
.info-block_text ul {
  align-items: start !important;
  gap: 4px;
}
.info-block_text ul li {
  font-weight: 500;
  align-items: start !important;
  gap: 8px;
}
.info-block_text ul li span {
  display: inline;
  font-weight: 700;
}
.info-block_text ul li img {
  width: 18px;
  transform: translateY(4px);
}
.info-block_img {
  width: 47.65%;
}
@media (max-width: 1023px) {
  .info-block_img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .info-block_img {
    width: 100%;
  }
}
.info-block02 .info-block_img {
  width: 43.44%;
}
@media (max-width: 1023px) {
  .info-block02 .info-block_img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .info-block02 .info-block_img {
    width: 75%;
  }
}
.info-block02 .info-block_text {
  width: 53.45%;
}
@media (max-width: 1023px) {
  .info-block02 .info-block_text {
    width: 100%;
  }
}
.info-new {
  padding: 24px 40px 32px 40px;
  border-radius: 24px;
  border: 2px solid #f1c9bd;
  background: #fef9f3;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .info-new {
    padding: 24px 16px 32px 16px;
    margin-bottom: 60px;
  }
}
.info-new_icon {
  width: 99px;
  position: absolute;
  top: -32px;
  left: -14px;
}
@media (max-width: 767px) {
  .info-new_icon {
    width: 60px;
  }
}
.info-new_head {
  width: 218px;
  margin: 0 auto 14px;
  justify-content: center;
  gap: 8px;
  padding: 2px 0;
  border-radius: 35px;
  background: #ffd6ca;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  position: relative;
}
@media (max-width: 767px) {
  .info-new_head {
    font-size: 18px;
  }
}
.info-new_head::before {
  content: "";
  background-image: url(../../assets/images/info-new-icondeco.svg);
  width: 12.12px;
  height: 7.75px;
  position: absolute;
  bottom: -7.75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .info-new_head::before {
    width: 9.69px;
    height: 6.2px;
    bottom: -6.2px;
    background-size: 100% 100%;
  }
}
.info-new_head img {
  width: 40px;
}
@media (max-width: 767px) {
  .info-new_head img {
    width: 32px;
  }
}
.info-new h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 28px;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
  position: relative;
}
@media (max-width: 1023px) {
  .info-new h3 {
    font-size: min(2.6075619296vw, 28px);
  }
}
@media (max-width: 767px) {
  .info-new h3 {
    font-size: min(4.2666666667vw, 24px);
  }
}
.info-new h3 span {
  background-color: #fffac1;
  font-weight: 700;
}
.info-new h3::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) rotate(150deg);
}
@media (max-width: 767px) {
  .info-new h3::before {
    left: -2px;
    transform: translateY(0) rotate(150deg);
    top: auto;
    bottom: 4px;
  }
}
.info-new h3::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 767px) {
  .info-new h3::after {
    right: -2px;
    transform: translateY(0) rotate(30deg);
    top: auto;
    bottom: 4px;
  }
}
.info-new_wrapper {
  gap: 40px;
}
@media (max-width: 1023px) {
  .info-new_wrapper {
    gap: 0;
    flex-direction: column-reverse;
  }
}
.info-new_text {
  width: 47.66%;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  background-color: #fffdfa;
}
@media (max-width: 1023px) {
  .info-new_text {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .info-new_text {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .info-new_text {
    font-size: 14px;
  }
}
.info-new_img {
  width: 46.25%;
}
@media (max-width: 1023px) {
  .info-new_img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.function {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  box-sizing: border-box;
}
.function-title {
  text-align: center;
}
.function-title span {
  display: block;
  font-size: 20px;
  color: #048D8A;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.function-title h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 28px;
  position: relative;
  z-index: 2;
}
.function-title h3::before {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #F8DE9C;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.function table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
  background-color: white;
}
.function table td {
  border: 2px solid white;
  padding: 0;
  background-color: white;
}
.function table tr:first-child td {
  background-color: #048d8a !important;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 45px;
  font-weight: bold;
}
.function table td[rowspan] {
  min-width: 155px;
  background-color: #e1f5f4 !important;
  color: #048d8a;
  vertical-align: middle;
  padding-left: 16px;
  font-weight: bold;
  font-size: 18px;
}
.function table tr:not(:first-child) td:nth-child(1):not([rowspan]) {
  min-width: 195px;
  padding-left: 16px;
  height: 45px;
  vertical-align: middle;
  background-color: #f3f8f8;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .function table tr:not(:first-child) td:nth-child(1):not([rowspan]) {
    font-size: 16px;
  }
}
.function table tbody tr:has(td[rowspan]) td:nth-child(2) {
  padding-left: 16px;
  height: 45px;
  vertical-align: middle;
  background-color: #f3f8f8;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .function table tbody tr:has(td[rowspan]) td:nth-child(2) {
    font-size: 16px;
  }
}
.function table tbody tr:not(:has(td[rowspan])) td:nth-child(1) {
  height: 45px;
  vertical-align: middle;
  background-color: #f3f8f8;
  font-size: 18px;
  font-weight: 700;
}
.function table tr:not(:first-child) td:last-child {
  padding-left: 16px;
  height: 45px;
  vertical-align: middle;
  background-color: white;
  font-weight: 500;
}

.functionCancer {
  padding: 80px 0;
}
.functionCancer-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .functionCancer-wrapper {
    gap: 26px;
  }
}
@media (max-width: 767px) {
  .functionCancer-wrapper {
    gap: 80px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.functionCancer-block {
  padding: 64px 24px 24px 24px;
  background-color: #EDF9F9;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .functionCancer-block {
    padding: 64px 16px 24px 16px;
  }
}
.functionCancer-block_label {
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  padding: 6px 24px 6px 4px;
  background-color: #fff;
  border-radius: 80px;
  border: 1px solid #00B2AE;
  font-size: 22px;
  color: #048D8A;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: -41px;
  left: 0;
}
@media (max-width: 1023px) {
  .functionCancer-block_label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .functionCancer-block_label {
    gap: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.functionCancer-block_label img {
  width: 70px;
}
@media (max-width: 767px) {
  .functionCancer-block_label img {
    width: 56px;
  }
}
@media (max-width: 767px) {
  .functionCancer-block_label--212 {
    width: 212px;
  }
}
@media (max-width: 767px) {
  .functionCancer-block_label--332 {
    width: 332px;
  }
}
.functionCancer-block h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 11px;
}
@media (max-width: 1023px) {
  .functionCancer-block h3 {
    font-size: min(2.3468057366vw, 24px);
  }
}
@media (max-width: 767px) {
  .functionCancer-block h3 {
    font-size: min(4.8vw, 22px);
  }
}
.functionCancer-block_text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .functionCancer-block_text {
    font-size: 16px;
  }
}
.functionCancer-block_wrapper {
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
  margin-top: auto;
}
.functionCancer-block_wrapper h4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 26px;
  color: #fff;
  border-radius: 20px;
  background-color: #00B2AE;
  margin-bottom: 4px;
}
.functionCancer-block_wrapper p {
  font-weight: 500;
  margin-bottom: 12px;
}
.functionCancer-block_wrapper p:last-child {
  margin-bottom: 0;
}

.faq {
  padding: 120px 0;
  background-color: #EDF9F9;
}
@media (max-width: 767px) {
  .faq {
    margin: 0 auto;
    padding: 80px 0;
  }
}
.faq-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .faq-nav {
    max-width: 700px;
    margin: 0 auto 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .faq-nav {
    max-width: 400px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq-nav li a {
  text-align: center;
  height: 96px;
  justify-content: center;
  gap: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #00B2AE;
}
@media (max-width: 1279px) {
  .faq-nav li a {
    font-size: min(1.8572825024vw, 20px);
  }
}
@media (max-width: 1023px) {
  .faq-nav li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-nav li a {
    font-size: 18px;
    height: 68px;
  }
}
.faq-nav li a img {
  width: 14px;
}
.faq-margin {
  margin: 0 auto 80px !important;
}
@media (max-width: 767px) {
  .faq-margin {
    margin: 0 auto 60px !important;
  }
}
.faq-inr {
  gap: 40px;
}
.faq-wrapper {
  width: 100%;
}
.faq h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq h3 {
    font-size: 20px;
  }
}
.faq-item {
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 0 40px;
  background-color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq-item {
    margin-bottom: 24px;
    padding: 0 16px;
  }
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-question {
  cursor: pointer;
  padding: 32px 0;
  font-weight: 700;
  letter-spacing: 0.54px;
  gap: 10px;
}
@media (max-width: 767px) {
  .faq-question {
    font-size: 14px;
    padding: 10px 12px 10px 0;
    gap: 6px;
  }
}
.faq-question .q-icon {
  width: 19px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .faq-question .q-icon {
    width: 16px;
  }
}
.faq-question .toggle-icon {
  position: relative;
  margin-left: auto;
  display: inline-block;
}
.faq-question .toggle-icon .bar {
  position: absolute;
  transition: opacity 0.3s ease;
  background: #222;
}
.faq-question .toggle-icon .horizontal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
}
.faq-question .toggle-icon .vertical {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
}
.faq-question .toggle-icon.minus .vertical {
  opacity: 0;
}
.faq-answer {
  display: none;
  padding: 32px 0;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .faq-answer {
    font-size: 14px;
    padding: 16px 0;
  }
}
.faq-answer_inr {
  width: 100%;
  gap: 20px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .faq-answer_inr {
    gap: 16px;
    align-items: start !important;
  }
}
.faq-answer_wrapper {
  width: 60%;
}
.faq-answer img {
  width: 16px;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .faq-answer img {
    width: 14px;
    transform: translateY(6px);
  }
}
.faq-answer.active {
  display: block;
}

.cta-top {
  justify-content: center;
  background-image: url(../../assets/images/cta-img.jpg);
  background-size: cover;
  aspect-ratio: 16/3;
}
@media (max-width: 767px) {
  .cta-top {
    background-image: url(../../assets/images/cta-img-sp.jpg);
    aspect-ratio: 751/563;
  }
}
.cta-top h2 {
  font-size: 56px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 5.6px;
  color: #fff;
}
@media (max-width: 1440px) {
  .cta-top h2 {
    font-size: 3.89vw;
  }
}
@media (max-width: 767px) {
  .cta-top h2 {
    font-size: min(8.5333333333vw, 42px);
  }
}
.cta-bottom {
  padding: 60px 0;
  background: linear-gradient(90deg, #2ac8b3 0%, #60cddd 100%);
}
@media (max-width: 767px) {
  .cta-bottom {
    padding: 40px 0;
  }
}

.mv {
  background-image: url(../../assets/images/mv-back.jpg);
  background-size: cover;
  justify-content: center;
  padding: 120px 0 44px;
}
@media (max-width: 1023px) {
  .mv {
    padding: 100px 0 20px;
  }
}
@media (max-width: 767px) {
  .mv {
    min-width: auto;
    aspect-ratio: auto;
    padding: 80px 0;
  }
}
.mv-main {
  width: 100%;
  max-width: 1530px;
  padding: 0 16px 0;
}
@media (max-width: 767px) {
  .mv-main {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.mv-main_inr {
  gap: clamp(26px, 3.33vw, 64px);
  justify-content: center;
}
@media (max-width: 1023px) {
  .mv-main_inr {
    gap: clamp(18px, 2.2vw, 64px);
  }
}
@media (max-width: 767px) {
  .mv-main_inr {
    flex-direction: column-reverse;
    gap: 26px;
  }
}
.mv-left {
  width: 40.12%;
  text-align: center;
}
@media (max-width: 767px) {
  .mv-left {
    width: 100%;
  }
}
.mv-left_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px auto;
  justify-content: center;
  font-size: min(1.25vw, 24px);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #333;
  background-color: #fff;
  padding: 0 clamp(12px, 1.2vw, 23px);
  gap: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mv-left_ttl {
    font-size: min(4.2666666667vw, 18px);
    gap: 12px;
  }
}
.mv-left_ttl span {
  color: #00B2AE;
  font-size: min(2.66vw, 51px);
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767px) {
  .mv-left_ttl span {
    font-size: min(5.3333333333vw, 28px);
  }
}
.mv-left strong {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  white-space: nowrap;
  font-size: min(3.75vw, 72px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 7.64px;
  color: #333;
  padding-bottom: clamp(12px, 1.46vw, 28px);
  margin: 0 auto clamp(10px, 0.83vw, 16px) auto;
  border-bottom: 6px solid #00b2ae;
}
@media (max-width: 767px) {
  .mv-left strong {
    font-size: min(9.6vw, 46px);
    padding-bottom: 8px;
  }
}
.mv-left strong small {
  font-size: min(3.23vw, 62px);
  letter-spacing: 7.44px;
}
@media (max-width: 767px) {
  .mv-left strong small {
    font-size: min(7.4666666667vw, 41px);
  }
}
.mv-left strong span {
  position: relative;
  z-index: 2;
}
.mv-left strong span::before {
  content: "";
  width: 98%;
  height: 25px;
  background: rgba(254, 243, 146, 0.8);
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
}
@media (max-width: 767px) {
  .mv-left strong span::before {
    height: 16px;
  }
}
.mv-left p {
  font-size: min(1.67vw, 31px);
  font-weight: 500;
  color: #565656;
  letter-spacing: 0.64px;
  margin-bottom: clamp(16px, 3.33vw, 64px);
}
@media (max-width: 767px) {
  .mv-left p {
    font-size: min(4.2666666667vw, 20px);
  }
}
.mv-right {
  width: 55.58%;
}
@media (max-width: 767px) {
  .mv-right {
    width: 100%;
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-main {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .title-main {
    margin-bottom: 52px;
  }
}
.title-main h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .title-main h2 {
    font-size: 30px;
  }
}
.title-main span {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00B2AE;
}
.title-main_about h2 {
  font-size: 24px;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .title-main_about h2 {
    font-size: 20px;
  }
}
.title-main_about h2 strong {
  font-size: 58px;
  color: #00B2AE;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .title-main_about h2 strong {
    font-size: 36px;
  }
}

.btn-header {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 16px 24px !important;
  border-radius: 4px;
  background: linear-gradient(180deg, #f79400 0%, #d87300 100%);
}
@media (max-width: 1440px) {
  .btn-header {
    font-size: 15px;
    padding: 12px 18px !important;
  }
}
@media (max-width: 1279px) {
  .btn-header {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .btn-header {
    margin: 24px 0 0;
    width: 224px;
  }
}

.btn-main {
  width: 100%;
  height: 100%;
  border-radius: 45px;
  background: linear-gradient(180deg, #f79400 0%, #d87300 100%);
  font-size: 28px;
  font-weight: 700;
  justify-content: center;
  color: #fff;
}
.btn-main_mv {
  max-width: clamp(260px, 29.17vw, 560px);
  height: 89px;
  margin: 0 auto;
  font-size: clamp(16px, 1.46vw, 28px);
  height: clamp(54px, 4.64vw, 89px);
}

.btn-mv_right {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 8.8px 19px 8.8px 16px;
  gap: 10px;
  font-size: clamp(12px, 0.94vw, 18px);
  font-weight: 700;
  color: #00B2AE;
  background-color: #fff;
  border: 1px solid #00B2AE;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 1023px) {
  .btn-mv_right {
    padding: 6px 12px;
  }
}
.btn-mv_right .icon-arrow {
  width: clamp(14px, 1.51vw, 29px);
  height: clamp(14px, 1.51vw, 29px);
  color: #00B2AE;
  transition: color 0.3s ease, transform 0.3s ease;
}
.btn-mv_right:hover {
  background-color: #00B2AE;
  color: #fff;
  border-color: #fff;
}
.btn-mv_right:hover .icon-arrow {
  color: #fff;
}

.btn-about {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #00B2AE;
  padding: 16.5px 22.9px 16.5px 20px;
  border-radius: 4px;
  border: 1px solid #00B2AE;
}
@media (max-width: 767px) {
  .btn-about {
    flex-direction: column;
    font-size: 19px;
  }
}
.btn-about span {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn-about span {
    font-size: 16px;
  }
}
.btn-about img {
  width: 29px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .btn-about img {
    width: 24px;
  }
}

.btn-cta {
  display: block;
  width: 560px;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 700;
  border-radius: 40px;
  background: linear-gradient(180deg, #f79400 0%, #d87300 100%);
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btn-cta {
    width: 80%;
    max-width: 500px;
    font-size: min(4.8vw, 22px);
    padding: 16px 0;
  }
}

.container {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */