@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 519px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  overflow-x: hidden;
}

main {
  margin-top: 80px;
}
@media screen and (max-width: 519px) {
  main {
    margin-top: 50px;
  }
}

section:not(.mv):not(.voice):not(.recommend):not(.cta) {
  padding: 80px 0;
}
@media screen and (max-width: 519px) {
  section:not(.mv):not(.voice):not(.recommend):not(.cta) {
    padding: 40px 0;
  }
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.read {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

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

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

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

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

br.sp {
  display: none;
}
@media screen and (max-width: 519px) {
  br.sp {
    display: inline;
  }
}

.btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #0a3cfa;
  border: 1px solid #0a3cfa;
  border-radius: 30px;
  transition: all 0.6s;
}
.btn:hover {
  color: #fff;
  background-color: #0a3cfa;
}
.btn.blue {
  color: #fff;
  background-color: #0a3cfa;
}
.btn.blue:hover {
  color: #0a3cfa;
  background-color: #fff;
}
.btn.gray {
  border: 1px solid #646464;
  color: #fff;
  background-color: #646464;
}
.btn.gray:hover {
  color: #646464;
  background-color: #fff;
}

@media screen and (max-width: 800px) {
  .trackingBnr {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    display: flex;
    z-index: 100;
  }
}
.trackingBnr a {
  display: block;
  width: 50vw;
  padding: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.trackingBnr a:first-child {
  background-color: #0a3cfa;
  color: #fff;
}
.trackingBnr a:last-child {
  color: #0a3cfa;
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8470588235);
  padding: 8px 2.5vw;
  z-index: 100;
}
@media screen and (max-width: 519px) {
  .header {
    height: 50px;
  }
}
.header__logo {
  width: 380px;
}
@media screen and (max-width: 519px) {
  .header__logo {
    width: 65vw;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 420px;
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}
.header__nav .btn {
  max-width: 200px;
  padding: 8px 0;
}

.mv {
  position: relative;
  background-image: url("../img/mv.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 44vw;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv {
    height: 45vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .mv {
    height: 440px;
  }
}
@media screen and (max-width: 800px) {
  .mv {
    background-image: url("../img/mv_sp.png");
    height: 128vw;
    padding-top: 128vw;
    margin-bottom: 330px;
  }
}
.mv__bg {
  width: 100%;
  height: auto;
}
.mv__txt {
  position: absolute;
  top: 22%;
  left: 32vw;
  width: 51vw;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv__txt {
    top: 11vw;
    left: 33vw;
    width: 44vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .mv__txt {
    top: 13vw;
    left: 33vw;
    width: 43vw;
  }
}
@media screen and (max-width: 800px) {
  .mv__txt {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.mv__txt__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .mv__txt__inner ul {
    margin-top: 24px;
  }
}
.mv__txt__inner ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv__txt__inner ul li {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .mv__txt__inner ul li {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .mv__txt__inner ul li {
    font-size: 1.6rem;
  }
}
.mv__txt__inner ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv__txt__inner ul li:not(:last-child) {
    margin-bottom: 0.5vw;
  }
}
.mv__txt__inner ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-right: 10px;
  background-image: url("../img/checkList.svg");
  background-position: center;
  background-size: cover;
}
.mv__txt__inner .circle {
  width: 160px;
  height: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv__txt__inner .circle {
    width: 11vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .mv__txt__inner .circle {
    width: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .mv__txt__inner .circle {
    position: absolute;
    top: -90px;
    right: 0;
    width: 120px;
  }
}
.mv h1 {
  font-size: 3.6rem;
  font-weight: 400;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv h1 {
    font-size: 2.8vw;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .mv h1 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 800px) {
  .mv h1 {
    position: absolute;
    top: 3vw;
    right: 13vw;
    writing-mode: vertical-rl;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .mv h1 {
    top: 40px;
    right: 40px;
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 800px) {
  .mv h1.pc {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .mv h1.sp {
    display: block;
  }
}
.mv__link {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .mv__link {
    flex-wrap: wrap;
  }
}
.mv__link .btn {
  max-width: 300px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .mv__link .btn {
    width: 20vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .mv__link .btn {
    max-width: 200px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 800px) {
  .mv__link .btn {
    max-width: 100%;
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 519px) {
  .mv__link .btn {
    font-size: 1.4rem;
  }
}

.worries__ttl {
  position: relative;
  font-size: 3rem;
  color: #00b996;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .worries__ttl {
    font-size: 6vw;
  }
}
.worries__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 120px;
  height: 180px;
  background-image: url("../img/question.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 519px) {
  .worries__ttl::after {
    width: 65px;
    height: 100px;
  }
}
.worries__ttl span {
  position: relative;
  font-size: 65%;
  color: #000;
  z-index: 2;
}
.worries__ttl div {
  position: relative;
  z-index: 2;
}
.worries__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 60px;
}
@media screen and (max-width: 519px) {
  .worries__wrap {
    margin-top: 40px;
    gap: 16px;
  }
}
.worries__content {
  position: relative;
  width: calc((100% - 72px) / 3);
  padding: 24px 12px;
  border: 3px solid #000;
  border-radius: 20px;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .worries__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 4px;
  }
}
@media screen and (max-width: 519px) {
  .worries__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 32px) / 3);
    padding: 15px 4px;
  }
}
.worries__content:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.worries__content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.worries__content p {
  font-size: 1.8rem;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .worries__content p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .worries__content p {
    font-size: 3vw;
  }
}

.qualification__ttl {
  position: relative;
  font-size: 4rem;
  color: #00b996;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .qualification__ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .qualification__ttl {
    font-size: 7.5vw;
  }
}
.qualification__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 50px;
  height: 200px;
  background-image: url("../img/surprise.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .qualification__ttl::after {
    width: 30px;
    height: 120px;
  }
}
.qualification__ttl span {
  position: relative;
  display: inline-block;
  font-size: 55%;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 700;
  color: #00b996;
  background-color: #edff00;
  z-index: 2;
}
.qualification__ttl span::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #edff00;
}
.qualification__ttl div {
  position: relative;
  font-weight: 500;
  z-index: 2;
}
.qualification__wrap {
  background-color: #e5f8f4;
  margin-top: 80px;
  padding: 60px 0;
}
@media screen and (max-width: 519px) {
  .qualification__wrap {
    margin-top: 60px;
  }
}
.qualification__wrap .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.qualification__content {
  position: relative;
  width: calc((100% - 48px) / 3);
  padding: 24px 80px 24px 24px;
  background-color: #fff;
  box-shadow: 0 0 10px #c6c6c6;
  border-radius: 20px;
  transition: all 0.6s;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .qualification__content {
    padding: 24px 70px 24px 24px;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .qualification__content {
    width: 100%;
    padding: 24px 70px 24px 24px;
  }
}
@media screen and (max-width: 519px) {
  .qualification__content {
    width: 100%;
    padding: 24px 70px 24px 24px;
  }
}
.qualification__content:hover {
  opacity: 0.6;
}
.qualification__content h3 {
  margin-bottom: 16px;
  color: #00b996;
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .qualification__content h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .qualification__content h3 {
    margin-bottom: 8px;
    font-size: 6vw;
  }
}
.qualification__content h3 span {
  font-size: 80%;
}
.qualification__content h3 span.black {
  color: #000;
}
.qualification__content h3 .annotation {
  display: inline-block;
  font-size: 12px;
  transform: translateY(-15px);
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .qualification__content .read br {
    display: none;
  }
}
.qualification__content .read span {
  display: block;
  margin-top: 8px;
  font-size: 75%;
  color: #646464;
  text-indent: -1em;
  padding-left: 1em;
}
.qualification__num {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-family: montserrat, sans-serif;
  font-style: italic;
  color: #f0f0f0;
  font-size: 6rem;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .qualification__num {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 519px) {
  .qualification__num {
    font-size: 12vw;
  }
}
.qualification__num span {
  display: block;
  font-weight: 300;
  font-size: 30%;
}
.qualification__num div {
  font-weight: 200;
}

.point__ttl {
  position: relative;
  font-size: 4rem;
  color: #00b996;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .point__ttl {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 519px) {
  .point__ttl {
    font-size: 7.5vw;
  }
}
.point__ttl__num {
  position: absolute;
  top: -90px;
  right: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-family: montserrat, sans-serif;
  font-style: italic;
  font-size: 12rem;
  color: #f0f0f0;
  font-weight: 100;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .point__ttl__num {
    right: 60px;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point__ttl__num {
    top: -60px;
    right: 0px;
    font-size: 17vw;
  }
}
@media screen and (max-width: 519px) {
  .point__ttl__num {
    top: -40px;
    right: 0;
    font-size: 20vw;
  }
}
.point__ttl__num span {
  font-weight: 300;
  font-size: 30%;
  transform: translateY(-27px);
}
@media screen and (max-width: 519px) {
  .point__ttl__num span {
    transform: translateY(-17px);
  }
}
.point__ttl > span {
  font-size: 55%;
  font-weight: 400;
}
.point__ttl div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point__ttl div {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 519px) {
  .point__ttl div {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.point__ttl div strong {
  font-weight: 500;
  background: linear-gradient(transparent 90%, #edff00 50%);
}
.point__ttl div img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 519px) {
  .point__ttl div img {
    transform: translateY(7px);
  }
}

@media screen and (min-width: 520px) and (max-width: 999px) {
  .point01 .point__ttl div strong {
    width: 100%;
  }
}
.point01 .point__ttl__num {
  z-index: -1;
}
.point01__wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.point01__content {
  width: calc((100% - 24px) / 2);
  position: relative;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point01__content {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .point01__content {
    width: 100%;
  }
}
.point01__content p {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #00b996;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .point01__content p {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.point01__content .caution {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  font-weight: 400;
  text-align: center;
  color: #646464;
}
@media screen and (max-width: 519px) {
  .point01__content .caution {
    position: relative;
    margin-top: 20px;
    bottom: 0;
    font-size: 1.2rem;
  }
}
.point01__box {
  border-radius: 20px;
  box-shadow: 0 0 10px #c6c6c6;
  min-height: 260px;
}
@media screen and (max-width: 519px) {
  .point01__box {
    min-height: 0;
  }
}
.point01__box__ttl {
  background-color: #00b996;
  border-radius: 20px 20px 0 0;
  padding: 16px 0;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .point01__box__ttl {
    padding: 8px 0;
    font-size: 2.2rem;
  }
}
.point01__box ul {
  margin-top: 24px;
  padding: 0 24px 24px;
}
.point01__box ul li {
  font-size: 1.6rem;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.point01__box ul li:not(:last-child) {
  margin-bottom: 8px;
}
.point01__box ul li span {
  margin-right: 4px;
  color: #00b996;
}

.point02 {
  background-color: #e5f8f4;
}
.point02 .point__ttl__num {
  color: #fff;
}
.point02__header {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 519px) {
  .point02__header {
    margin-top: 24px;
  }
}
.point02__header .read {
  width: 40%;
}
@media screen and (max-width: 519px) {
  .point02__header .read {
    width: 90%;
    order: 1;
  }
}
.point02__header img {
  width: calc(60% - 24px);
}
@media screen and (max-width: 519px) {
  .point02__header img {
    width: 100vw;
    order: 2;
  }
}
.point02 .timetable {
  margin-top: 60px;
}
.point02 .timetable h2 {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 500;
  color: #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable h2 {
    text-align: center;
    font-size: 2.4rem;
  }
}
.point02 .timetable .flex {
  margin-top: 24px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.point02 .timetable .flex .icon {
  padding: 4px 0;
  width: 210px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border: 2px solid #00b996;
  border-radius: 10px;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point02 .timetable .flex .icon {
    width: 170px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .point02 .timetable .flex .icon {
    width: calc((100% - 4px) / 2);
    font-size: 3.2vw;
  }
}
.point02 .timetable .flex .icon:first-child {
  background-color: #edff00;
}
.point02 .timetable .flex .icon__wrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 519px) {
  .point02 .timetable .flex .icon__wrap {
    width: 100%;
    gap: 4px;
  }
}
.point02 .timetable .caution {
  color: #646464;
  font-weight: 400;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point02 .timetable .caution {
    font-size: 1rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.point02 .timetable table {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table {
    margin-bottom: 20px;
  }
}
.point02 .timetable table tr:first-child {
  border-bottom: 2px solid #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table tr:first-child {
    border-bottom: 1px solid #00b996;
  }
}
.point02 .timetable table tr:nth-child(2) td:last-child {
  border-right: 2px solid #00b996;
  border-bottom: 2px solid #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table tr:nth-child(2) td:last-child {
    border-right: 1px solid #00b996;
    border-bottom: 1px solid #00b996;
  }
}
.point02 .timetable table tr:last-child td {
  border-bottom: 2px solid #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table tr:last-child td {
    border-bottom: 1px solid #00b996;
  }
}
.point02 .timetable table th,
.point02 .timetable table td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #00b996;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point02 .timetable table th,
  .point02 .timetable table td {
    padding: 10px;
  }
}
@media screen and (max-width: 519px) {
  .point02 .timetable table th,
  .point02 .timetable table td {
    padding: 10px;
    width: 33.3%;
  }
}
.point02 .timetable table th {
  font-size: 2rem;
  font-weight: 500;
  color: #00b996;
  background-color: #f6f6f6;
  border-top: 2px solid #00b996;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point02 .timetable table th {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 519px) {
  .point02 .timetable table th {
    border-top: 1px solid #00b996;
  }
}
.point02 .timetable table th:first-child {
  border-left: 2px solid #00b996;
  border-right: 2px solid #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table th:first-child {
    border-left: 1px solid #00b996;
    border-right: 1px solid #00b996;
  }
}
.point02 .timetable table th:last-child {
  border-right: 2px solid #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table th:last-child {
    border-right: 1px solid #00b996;
  }
}
@media screen and (max-width: 519px) {
  .point02 .timetable table th {
    font-size: 1.6rem;
  }
}
.point02 .timetable table td {
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point02 .timetable table td {
    font-size: 2.2vw;
  }
}
.point02 .timetable table td:first-child {
  color: #00b996;
  background-color: #f6f6f6;
  border-left: 2px solid #00b996;
  border-right: 2px solid #00b996;
}
@media screen and (max-width: 519px) {
  .point02 .timetable table td:first-child {
    border-left: 1px solid #00b996;
    border-right: 1px solid #00b996;
  }
}
.point02 .timetable table td.yellow {
  background-color: #edff00;
}

@media screen and (max-width: 519px) {
  .point03 {
    margin-bottom: -40px;
  }
}
.point03__body {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point03__body {
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 519px) {
  .point03__body {
    gap: 40px;
    margin-top: 40px;
  }
}
.point03__body img {
  width: 50%;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point03__body img {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 519px) {
  .point03__body img {
    width: 100%;
    order: 2;
  }
}
.point03__body ul {
  width: calc(50% - 60px);
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .point03__body ul {
    width: 90%;
    order: 1;
  }
}
@media screen and (max-width: 519px) {
  .point03__body ul {
    width: 90%;
    order: 1;
  }
}
.point03__body ul li {
  font-size: 1.8rem;
  font-weight: 400;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media screen and (max-width: 519px) {
  .point03__body ul li {
    font-size: 1.6rem;
  }
}
.point03__body ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  min-width: 14px;
  height: 22px;
  margin-right: 10px;
  background-image: url("../img/checkList.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 519px) {
  .point03__body ul li::before {
    height: 20px;
  }
}
.point03__body ul li:not(:last-child) {
  margin-bottom: 16px;
}

.voice {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 260px;
  padding: 120px 10vw 120px 5vw;
  background-color: #00b996;
  overflow: hidden;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .voice {
    padding: 120px 5vw 120px 5vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice {
    display: block;
    padding: 60px 5vw;
  }
}
@media screen and (max-width: 519px) {
  .voice {
    display: block;
    padding: 60px 5vw;
  }
}
.voice__ttl {
  position: relative;
  width: 40vw;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__ttl {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .voice__ttl {
    width: 100%;
  }
}
.voice__ttl::after {
  content: "VOICE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: montserrat, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 14rem;
  color: #33c7ab;
  z-index: 1;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .voice__ttl::after {
    font-size: 11rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__ttl::after {
    font-size: 14vw;
  }
}
@media screen and (max-width: 519px) {
  .voice__ttl::after {
    font-size: 29vw;
  }
}
.voice__ttl div {
  position: relative;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.voice__content {
  position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .voice__content {
    max-width: 350px;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 519px) {
  .voice__content {
    margin-top: 50px;
  }
}
.voice__content::before {
  content: "";
  position: absolute;
  top: -130px;
  left: -250px;
  width: 300px;
  height: 490px;
  background-image: url("../img/voice.png");
  background-position: center;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__content::before {
    top: -5vw;
    left: -10px;
    width: 35vw;
    height: 45vw;
  }
}
@media screen and (max-width: 519px) {
  .voice__content::before {
    top: -50px;
    left: -10px;
    width: 140px;
    height: 280px;
  }
}
.voice__txt {
  position: relative;
  padding: 24px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__txt {
    width: 60vw;
    padding: 20px 10px 20px 20px;
    margin-left: 30vw;
  }
}
@media screen and (max-width: 519px) {
  .voice__txt {
    width: 60vw;
    padding: 20px 10px 20px 20px;
    margin-left: 30vw;
  }
}
.voice__txt::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__txt::before {
    left: -25px;
  }
}
@media screen and (max-width: 519px) {
  .voice__txt::before {
    left: -25px;
  }
}
.voice__txt h3 {
  margin-bottom: 8px;
  color: #00b996;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 519px) {
  .voice__txt h3 {
    font-size: 3.5vw;
  }
}
.voice__txt .read {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .voice__txt .read {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 519px) {
  .voice__txt .read {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .voice__txt .read br {
    display: none;
  }
}

.recommend {
  position: relative;
}
.recommend__bg {
  width: 100%;
  height: auto;
}
.recommend__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20vw;
  padding: 24px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8392156863);
  color: #00b996;
  font-size: 2.8rem;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .recommend__txt {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 519px) {
  .recommend__txt {
    top: auto;
    left: 5vw;
    right: auto;
    bottom: 20px;
    transform: translateY(0);
    width: 90vw;
    padding: 20px;
    font-size: 5.4vw;
  }
}

.achievements {
  background-color: #40cab0;
}
.achievements__ttl {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 519px) {
  .achievements__ttl {
    margin-top: 0;
  }
}
.achievements__ttl::after {
  content: "ACHIEVEMENTS";
  position: absolute;
  top: -115%;
  left: 50%;
  transform: translatex(-50%);
  font-family: montserrat, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 14rem;
  color: #66d5c0;
  z-index: 1;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .achievements__ttl::after {
    font-size: 12vw;
  }
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .achievements__ttl::after {
    font-size: 12vw;
  }
}
@media screen and (max-width: 519px) {
  .achievements__ttl::after {
    top: -20px;
    font-size: 11.5vw;
  }
}
.achievements__ttl div {
  position: relative;
  z-index: 2;
}
.achievements__ttl span {
  position: relative;
  font-size: 70%;
  z-index: 2;
}
.achievements__wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 519px) {
  .achievements__wrap {
    margin-top: 40px;
    gap: 24px;
  }
}
.achievements__content {
  text-align: center;
}
.achievements__content h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 519px) {
  .achievements__content h3 {
    font-size: 1.8rem;
  }
}
.achievements__content h3 span {
  display: block;
  font-size: 80%;
  font-weight: 400;
}
.achievements__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 10px auto;
  padding-top: 30px;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
  color: #40cab0;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 519px) {
  .achievements__circle {
    width: 150px;
    height: 150px;
    padding-top: 20px;
    font-size: 7.5vw;
  }
}
.achievements__circle strong {
  transform: translateY(-17px);
  font-size: 200%;
}
@media screen and (max-width: 519px) {
  .achievements__circle strong {
    transform: translateY(-13px);
  }
}
.achievements p {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .achievements p {
    font-size: 1.2rem;
  }
}

.support {
  background-color: #00b996;
}
.support__ttl {
  position: relative;
  margin-top: 100px;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 519px) {
  .support__ttl {
    margin-top: 50px;
  }
}
.support__ttl::after {
  content: "SUPPORT";
  position: absolute;
  top: -115%;
  left: 50%;
  transform: translatex(-50%);
  font-family: montserrat, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 14rem;
  color: #33c7ab;
  z-index: 1;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .support__ttl::after {
    font-size: 19vw;
  }
}
@media screen and (max-width: 519px) {
  .support__ttl::after {
    top: -25px;
    font-size: 19.5vw;
  }
}
.support__ttl div {
  position: relative;
  z-index: 2;
}
.support__ttl span {
  position: relative;
  font-size: 70%;
  z-index: 2;
}
.support__ttl .exemption {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  text-align: center;
  color: #00b996;
  font-size: 2.4rem;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 519px) {
  .support__ttl .exemption {
    top: -65px;
    padding: 8px 12px;
    font-size: 4.5vw;
    border-radius: 8px;
  }
}
.support__ttl .exemption::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.support__wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .support__wrap {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 519px) {
  .support__wrap {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
  }
}
.support__content {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 1px 2px 3px #6a6a6a;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .support__content {
    width: 100%;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 519px) {
  .support__content {
    width: 100%;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
  }
}
.support__content .icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 20px;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #edff00;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 519px) {
  .support__content .icon {
    padding: 4px 20px;
    font-size: 1.4rem;
  }
}
.support__content h3 {
  font-size: 2rem;
}
@media screen and (max-width: 519px) {
  .support__content h3 {
    font-size: 1.6rem;
  }
}
.support__content h2 {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 8px;
  font-size: 2.6rem;
  color: #00b996;
  font-weight: 500;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .support__content h2 {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 519px) {
  .support__content h2 {
    font-size: 6vw;
    gap: 5px;
    margin-bottom: 4px;
  }
}
.support__content h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 3px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .support__content h2 span {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .support__content h2 span {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
.support__content .read {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .support__content .read {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .support__content .read br {
    display: none;
  }
}
.support__content .read span {
  display: block;
  color: #646464;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .support__content .read span {
    font-size: 1.2rem;
  }
}
.support__content.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  width: 30px;
  height: 30px;
  background-image: url("../img/plus.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .support__content.plus::after {
    top: auto;
    right: 50%;
    bottom: -26px;
    transform: translateY(0) translateX(50%);
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 519px) {
  .support__content.plus::after {
    top: auto;
    right: 50%;
    bottom: -26px;
    transform: translateY(0) translateX(50%);
    width: 20px;
    height: 20px;
  }
}

.cta {
  padding-top: 80px;
}
@media screen and (max-width: 519px) {
  .cta {
    padding-top: 40px;
  }
}
.cta p {
  margin-bottom: 40px;
  font-size: 2rem;
  color: #0a3cfa;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .cta p {
    margin-bottom: 24px;
  }
}
.cta__btn {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 519px) {
  .cta__btn {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.department {
  padding-bottom: 0 !important;
}
.department__header {
  position: relative;
}
.department__header__bg {
  width: 100%;
  height: auto;
}
.department__header__txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.department__header__txt h2 {
  display: inline-block;
  font-size: 4.3rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .department__header__txt h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .department__header__txt h2 {
    font-size: 8vw;
  }
}
.department__header__txt p {
  font-size: 1.6rem;
}
.department .graph__wrap {
  padding: 80px 0;
}
.department .graph__wrap .swiper-wrapper {
  gap: 80px;
}
@media screen and (max-width: 519px) {
  .department .graph__wrap .swiper-wrapper {
    gap: 0;
  }
}
@media screen and (max-width: 519px) {
  .department .graph__wrap .swiper {
    position: relative;
    padding-bottom: 25px;
  }
  .department .graph__wrap .slide-nav {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  .department .graph__wrap .slide-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
  }
  .department .graph__wrap .swiper-button-next,
  .department .graph__wrap .swiper-button-prev {
    position: relative;
    color: #707070;
    width: 15px;
  }
  .department .graph__wrap .swiper-scrollbar {
    transform: scale(0.8) translateY(-21px) translateX(47px);
  }
}
.department .graph__content {
  width: calc((100% - 160px) / 3);
  text-align: center;
}
.department .graph__content h3 {
  width: 100%;
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 1.6rem;
  text-align: center;
  color: #00b996;
  border: 1px solid #00b996;
  border-radius: 20px;
}
@media screen and (max-width: 519px) {
  .department .graph__content h3 {
    margin-bottom: 18px;
    padding: 4px 0;
    font-size: 1.4rem;
  }
}
.department .message {
  background-color: #00b996;
}
.department .message__ttl {
  position: relative;
  margin-top: 40px;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
.department .message__ttl::after {
  content: "MESSAGE";
  position: absolute;
  top: -115%;
  left: 50%;
  transform: translatex(-50%);
  font-family: montserrat, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 14rem;
  color: #33c7ab;
  z-index: 1;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .department .message__ttl::after {
    font-size: 20vw;
  }
}
@media screen and (max-width: 519px) {
  .department .message__ttl::after {
    top: -40px;
    font-size: 19vw;
  }
}
.department .message__ttl div {
  position: relative;
  z-index: 2;
}
.department .message__ttl span {
  position: relative;
  font-size: 70%;
  z-index: 2;
}
.department .message__content {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 519px) {
  .department .message__content {
    padding: 24px;
  }
}
.department .message__content__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 519px) {
  .department .message__content__header {
    gap: 16px;
  }
}
.department .message__content__header img {
  width: 150px;
  height: auto;
}
@media screen and (max-width: 519px) {
  .department .message__content__header img {
    width: 100px;
  }
}
.department .message__content__txt {
  width: calc(100% - 174px);
}
@media screen and (max-width: 519px) {
  .department .message__content__txt {
    width: calc(100% - 116px);
  }
}
.department .message__content__txt p {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b996;
}
@media screen and (max-width: 519px) {
  .department .message__content__txt p {
    margin-bottom: 4px;
    padding-bottom: 4px;
    font-size: 3.5vw;
  }
}
.department .message__content__txt .name {
  font-size: 2rem;
  font-weight: 500;
}
.department .message__content__txt .name span {
  font-size: 90%;
}
.department .message__content__body {
  margin-top: 24px;
}
@media screen and (max-width: 519px) {
  .department .message__content__body {
    margin-top: 16px;
  }
}
.department .message__content__body h3 {
  font-size: 2rem;
  color: #00b996;
  margin-bottom: 4px;
}
@media screen and (max-width: 519px) {
  .department .message__content__body h3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .department .message__content__body .read-more {
    position: relative;
  }
  .department .message__content__body .read-more p {
    position: relative;
    max-height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
  }
  .department .message__content__body .read-more p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
    content: "";
  }
  .department .message__content__body .read-more label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.4em 1.2em;
    border-radius: 25px;
    border: 1px solid;
    background-color: #fff;
    color: #231815;
    font-size: 1.4rem;
  }
  .department .message__content__body .read-more label:hover {
    border: 1px solid #ea7b7b;
    background-color: #fff;
    color: #ea7b7b;
    cursor: pointer;
  }
  .department .message__content__body .read-more label:hover::after {
    background-color: #ea7b7b;
  }
  .department .message__content__body .read-more label::after {
    display: inline-block;
    content: "＞";
  }
  .department .message__content__body .read-more input {
    display: none;
  }
  .department .message__content__body .read-more:has(:checked) p {
    max-height: 100vh;
  }
  .department .message__content__body .read-more:has(:checked) p::after {
    content: none;
  }
  .department .message__content__body .read-more:has(:checked) label {
    display: none;
  }
}
.department .message__content__body .read {
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .department .message__content__body .read {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .department.rigaku .graph__content:first-child img {
    width: 98%;
  }
}
.department.rigaku .graph__content:nth-child(2) img {
  width: 93%;
  transform: translateY(6px) translateX(-4%);
}
@media screen and (max-width: 519px) {
  .department.rigaku .graph__content:nth-child(2) img {
    width: 91%;
    transform: translateY(3px) translateX(0);
  }
}
.department.rigaku .graph__content:last-child img {
  width: 91%;
}
@media screen and (max-width: 519px) {
  .department.rigaku .graph__content:last-child img {
    width: 84%;
    transform: translateY(9px);
  }
}
@media screen and (max-width: 519px) {
  .department.sagyou .graph__content:first-child img {
    transform: translateY(5px);
  }
}
.department.sagyou .graph__content:last-child img {
  width: 90%;
}
@media screen and (max-width: 519px) {
  .department.sagyou .graph__content:last-child img {
    width: 85%;
    transform: translateY(9px);
  }
}
.department.sagyou .graph__content h3 {
  color: #00b4be;
  border-color: #00b4be;
}
.department.sagyou .message {
  background-color: #00b4be;
}
.department.sagyou .message__ttl::after {
  color: #33c3cb;
}
.department.sagyou .message__content__txt p {
  border-color: #00b4be;
}
.department.sagyou .message__content__body h3 {
  color: #00b4be;
}

.footer {
  padding: 100px 0 24px 0;
  background-color: #0a3cfa;
}
@media screen and (max-width: 519px) {
  .footer {
    padding: 60px 0 80px 0;
  }
}
.footer__inner {
  padding: 60px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 519px) {
  .footer__inner {
    padding: 24px;
  }
}
.footer__inner h2 {
  margin-bottom: 60px;
  font-size: 3rem;
  color: #0a3cfa;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .footer__inner h2 {
    font-size: 5.7vw;
    margin-bottom: 30px;
  }
}
.footer__inner h2 span {
  font-size: 80%;
}
.footer__btn {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 520px) and (max-width: 999px) {
  .footer__btn {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .footer__btn {
    flex-wrap: wrap;
  }
}
.footer__btn .btn {
  padding: 12px 0;
}
.footer__copy {
  margin-top: 100px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .footer__copy {
    margin-top: 60px;
    font-size: 2.6vw;
  }
}