@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.fv_b {
  background: #0a2140;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .fv_b {
    padding: 0 10px;
  }
}

.fv_b picture {
  max-width: 1100px;
  margin-inline: auto;
}

.fv_b picture img {
  aspect-ratio: 2627 / 332;
}

@media screen and (max-width: 767px) {
  .fv_b picture img {
    aspect-ratio: 750 / 268;
  }
}

section.hasbg {
  background: #f5f5f5;
}

.section {
  padding: 80px 20px;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 64px 10px;
  }
}

.section + .section {
  border-top: 1px solid #ddd;
}

.ul {
  list-style: disc;
  margin-left: 20px;
}

.highlight {
  background: #002f5f;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.button--caption {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button--caption {
    font-size: clamp(20px, 3vw, 32px);
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  width: 376px;
  height: 72px;
  background: #ad8d42;
  position: relative;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (max-width: 767px) {
  .button {
    width: 300px;
    height: 57px;
  }
}

.button .btn--text {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button .btn--text {
    font-size: 20px;
  }
}

.button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .button:after {
    width: 9px;
    height: 9px;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background: #fff;
    transform: scale(1.1);
  }

  .button:hover .btn--text {
    color: #ff701e;
  }

  .button:hover:after {
    border-top: 2px solid #ff701e;
    border-right: 2px solid #ff701e;
  }
}

.btn--area {
  display: grid;
  background: #0a2140;
}

.btn--area .btn--block,
.btn--area .area--bg {
  grid-row: 1/2;
  grid-column: 1/2;
}

.btn--area .btn--block {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .btn--area .btn--block {
    gap: 16px;
  }

  .btn--area .btn--block .button {
    margin-top: 0px;
  }
}

.btn--area .area--bg img {
  aspect-ratio: 1920/278;
  object-fit: cover;
}

.add--text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  text-align: right;
  margin-top: 32px;
  color: #444;
}

.add--text .icon {
  color: #444;
}

@media screen and (max-width: 767px) {
  .add--text {
    font-size: 10px;
    padding-right: 15px;
  }
}

.main {
  display: grid;
  background: none !important;
  padding: 0;
  margin: 0 !important;
  height: auto !important;
}

.main .main--fv,
.main .btn--area {
  grid-row: 1/2;
  grid-column: 1/2;
}

.main .btn--area {
  position: relative;
  z-index: 1;
  width: 55vw;
  margin-inline: auto;
  background: none;
  display: flex;
  align-items: flex-end;
  padding-bottom: 7.7vw;
}

@media screen and (max-width: 767px) {
  .main .btn--area {
    width: 92.5vw;
    padding-bottom: 17.2vw;
  }
}

.main .btn--area .button {
  width: 20vw;
  height: 4vw;
}

@media screen and (max-width: 767px) {
  .main .btn--area .button {
    width: 92.5vw;
    height: 16.7vw;
  }
}

.main .btn--area .button .btn--text {
  font-size: clamp(12px, 1.2vw, 24px);
}

@media screen and (max-width: 767px) {
  .main .btn--area .button .btn--text {
    font-size: 6vw;
  }
}

.main .btn--area .button:after {
  width: 0.5vw;
  height: 0.5vw;
}

@media screen and (max-width: 767px) {
  .main .btn--area .button:after {
    width: 2vw;
    height: 2vw;
  }
}

.section {
  position: relative;
}

.section hgroup {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section hgroup + * {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .section hgroup + * {
    margin-top: 40px;
  }
}

.section hgroup.youtube {
  display: grid;
  grid-template-columns: 132px 1fr;
  align-items: center;
  gap: 24px;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .section hgroup.youtube {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .section hgroup.youtube .section--title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .section hgroup.youtube .section--title span {
    font-size: 24px;
  }
}

.section hgroup.youtube .section--title {
  display: block;
}

.section hgroup.youtube .section--title .icon--yotube {
  content: "";
  display: inline-block;
  width: 52px;
  height: 36px;
  background: url(../images/icon_youtube.png) no-repeat left top;
  background-size: cover;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .section hgroup.youtube .section--title .icon--yotube {
    width: 33px;
    height: 23px;
    translate: 0 4px;
  }
}

.section--title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  align-items: center;
  color: #0a2140;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section--title {
    font-size: clamp(24px, 4vw, 40px);
    padding-bottom: 8px;
  }
}

.section--title span {
  font-weight: 700;
  font-size: 64px;
  line-height: 170%;
  text-align: center;
  color: #0a2140;
}

@media screen and (max-width: 767px) {
  .section--title span {
    font-size: clamp(32px, 5vw, 64px);
  }
}

.section--title:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 80px;
  height: 5px;
  background: #0a2140;
  z-index: 1;
  translate: -72.5px 0;
}

.section--title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 225px;
  height: 5px;
  background: #dcdcdc;
}

.section--copy {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #0a2140;
}

@media screen and (max-width: 767px) {
  .section--copy {
    font-size: clamp(20px, 3vw, 32px);
    font-feature-settings: "palt";
  }
}

.section--copy.has--deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.section--copy.has--deco:before,
.section--copy.has--deco:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #0a2140;
}

.section--rp {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .section--rp {
    font-size: clamp(22px, 3vw, 32px);
    margin-top: 24px;
  }
}

.section--rp span {
  color: #ad8d42;
}

.bottom--text {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 4%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bottom--text {
    font-size: clamp(16px, 2vw, 24px);
  }
}

.bottom--text span {
  color: #ad8d42;
}

.card--list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .card--list {
    flex-direction: column;
  }
}

.card--list .list {
  flex: 1;
  box-shadow: 0px 4px 12px 0px #0000001f;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.card--list .list picture {
  position: absolute;
  top: 93px;
  right: 15px;
}

.card--list .list:nth-of-type(1) picture {
  width: 92px;
}

.card--list .list:nth-of-type(1) picture img {
  aspect-ratio: 92/91;
}

.card--list .list:nth-of-type(2) picture {
  width: 70px;
}

.card--list .list:nth-of-type(2) picture img {
  aspect-ratio: 70/84;
}

.card--list .list:nth-of-type(3) picture {
  width: 55px;
}

.card--list .list:nth-of-type(3) picture img {
  aspect-ratio: 55/82;
}

.card--list .list h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #0a2140;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 9px;
  padding-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .card--list .list h4 {
    font-size: clamp(18px, 2.5vw, 20px);
    padding-bottom: 24px;
  }
}

.card--list .list span {
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  display: block;
}

.card--list .list p {
  font-weight: 700;
  font-size: 20px;
  line-height: 170%;
  position: relative;
  z-index: 1;
}

.card--list .list p.bottom--text {
  text-align: center;
  border-top: 2px solid #e4e4e4;
  margin-top: 9px;
}

.card--list .list p.bottom--text span {
  font-weight: 700;
  font-size: 30px;
  line-height: 170%;
  display: inline-block;
  color: #0a2140;
}

.card--list .list p.bottom--text em {
  color: #ad8d42;
  font-style: normal;
}

.card--list .list p.bottom--text em span {
  color: #ad8d42;
}

.check--list__box {
  box-shadow: 0px 4px 12px 0px #00000026;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 40px 20px;
  margin-top: 32px;
}

.check--list__box + * {
  margin-top: 32px;
}

.check--list__box .in--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  width: fit-content;
  margin-inline: auto;
  color: #0a2140;
}

.check--list__box .in--title span {
  font-size: 29px;
  color: #0a2140;
}

@media screen and (max-width: 767px) {
  .check--list__box .in--title {
    font-size: clamp(18px, 2vw, 24px);
  }

  .check--list__box .in--title span {
    font-size: clamp(22px, 2vw, 29px);
  }
}

.check--list__box .in--title:after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 523/36;
  background: url(../images/s2_img02.png) no-repeat left top;
  background-size: cover;
}

.check--list__box .check--list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 21px;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .check--list__box .check--list {
    gap: 0;
  }
}

.check--list__box .check--list .list {
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 7px;
}

.check--list__box .check--list .list p {
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
}

.check--list__box .check--list .list span {
  color: #ad8d42;
}

@media screen and (max-width: 768px) {
  .check--list__box .check--list .list {
    grid-template-columns: 20px 1fr;
    align-items: flex-start;
    font-size: clamp(16px, 2vw, 24px);
  }

  .check--list__box .check--list .list p {
    font-size: clamp(16px, 2vw, 24px);
  }
}

.check--list__box .check--list .list:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/icon01.png) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .check--list__box .check--list .list:before {
    width: 19px;
    height: 19px;
    translate: 0 8px;
  }
}

.s2--bottomimg {
  width: 319px;
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 150px 0;
}

@media screen and (max-width: 767px) {
  .s2--bottomimg {
    position: relative;
    translate: 0 0;
    width: 150px;
    margin-inline: auto;
  }
}

.read {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .read {
    font-size: clamp(16px, 2vw, 24px);
  }

  .read + .read {
    margin-top: 8px;
  }
}

.read span {
  color: #ad8d42;
}

.read + picture {
  margin-top: 32px;
}

.s3_img01 {
  margin-top: 32px;
}

.column_wrap {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .column_wrap {
    flex-direction: column;
  }
}

.column_wrap + * {
  margin-top: 32px;
}

.column_inner {
  flex: 1;
  box-shadow: 0px 4px 12px 0px #00000026;
  background: #fff;
  padding: 20px 40px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .column_inner {
    padding: 20px 28px;
  }
}

.column_inner:has(.bottom--img) {
  display: flex;
  flex-direction: column;
}

.column_inner .melit--title {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  color: #0a2140;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #e4e4e4;
}

@media screen and (max-width: 767px) {
  .column_inner .melit--title {
    font-size: clamp(24px, 3vw, 36px);
  }
}

.column_inner .melit--title:before {
  content: "";
  display: block;
  width: 41px;
  height: 40px;
  background: url(../images/icon02_b.svg) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .column_inner .melit--title:before {
    width: calc(41px * 0.7);
    height: calc(40px * 0.7);
  }
}

.column_inner .melit--title.dem:before {
  width: 44px;
  height: 37.5px;
  background: url(../images/icon03_g.svg) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .column_inner .melit--title.dem:before {
    width: calc(44px * 0.7);
    height: calc(37.5px * 0.7);
  }
}

.column_inner .s4_img02,
.column_inner .s4_img01 {
  width: auto;
  margin-inline: auto;
}

.column_inner .s4_img02 img,
.column_inner .s4_img01 img {
  width: auto;
  height: 157px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .column_inner .s4_img02 img,
  .column_inner .s4_img01 img {
    height: 105px;
  }
}

.column_inner ul {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.column_inner ul li {
  font-weight: 700;
  font-size: 24px;
  line-height: 200%;
  color: #676767;
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 7px;
}

@media screen and (max-width: 757px) {
  .column_inner ul li {
    font-size: clamp(16px, 2vw, 24px);
    gap: 0;
  }
}

.column_inner ul li:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/icon02.svg) no-repeat left top;
  background-size: cover;
  translate: 0 12px;
}

@media screen and (max-width: 767px) {
  .column_inner ul li:before {
    width: calc(27px * 0.8);
    height: calc(27px * 0.8);
    translate: 0 6px;
  }
}

.column_inner ul li.type--t:before {
  width: 29px;
  height: 25px;
  background: url(../images/icon03.svg) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .column_inner ul li.type--t:before {
    width: calc(29px * 0.8);
    height: calc(25px * 0.8);
  }
}

.column_inner ul.type--g li:before {
  width: 29px;
  height: 25px;
  background: url(../images/icon03_g.svg) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .column_inner ul.type--g li:before {
    width: calc(29px * 0.8);
    height: calc(25px * 0.8);
  }
}

.column_inner ul.type--g li.type--c:before {
  width: 27px;
  height: 27px;
  background: url(../images/icon02_g.svg) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .column_inner ul.type--g li.type--c:before {
    width: calc(27px * 0.8);
    height: calc(27px * 0.8);
  }
}

.column_inner ul.type--number {
  gap: 0;
}

.column_inner ul.type--number li {
  color: #0a2140;
  font-size: 22px;
}

@media screen and (max-width: 757px) {
  .column_inner ul.type--number li {
    font-size: clamp(16px, 2vw, 22px);
  }
}

.column_inner ul.type--number li:before {
  background: #0a2140;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 1px;
}

.column_inner ul.type--number li:nth-of-type(1):before {
  content: "1";
}

.column_inner ul.type--number li:nth-of-type(2):before {
  content: "2";
}

.column_inner ul.type--number li:nth-of-type(3):before {
  content: "3";
}

.column_inner ul.type--number li:nth-of-type(4):before {
  content: "4";
}

.column_inner ul.type--number li:nth-of-type(5):before {
  content: "5";
}

.column_inner ul.type--number.dem li {
  color: #808080;
}

.column_inner ul.type--number.dem li:before {
  background: #808080;
}

.column_inner ul + .bottom--img {
  margin-top: auto;
}

.s7_img img {
  max-width: 257px;
  margin-inline: auto;
}

.bottom--info {
  display: grid;
  grid-template-columns: 306px 1fr;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .bottom--info {
    grid-template-columns: 128px 1fr;
  }
}

.bottom--info .info {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .bottom--info .info {
    font-size: clamp(14px, 2vw, 24px);
  }
}

.lecturer {
  display: grid;
  grid-template-columns: 183px 1fr;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .lecturer {
    display: flex;
    flex-direction: column;
  }

  .lecturer picture {
    width: 188px;
    margin-inline: auto;
  }
}

.lecturer .lecturer--info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lecturer .lecturer--info .name {
  width: fit-content;
  padding-top: 9px;
  padding-right: 19px;
  padding-bottom: 9px;
  padding-left: 19px;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #0a2140;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0a2140;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .lecturer .lecturer--info .name {
    font-size: clamp(20px, 2.5vw, 24px);
    text-align: center;
    width: 100%;
    max-width: 416px;
  }
}

.lecturer .lecturer--info .lecturer---copy {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0a2140;
}

@media screen and (max-width: 767px) {
  .lecturer .lecturer--info .lecturer---copy {
    font-size: clamp(20px, 2.5vw, 24px);
  }
}

.lecturer .lecturer--info .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #0a2140;
}

@media screen and (max-width: 767px) {
  .lecturer .lecturer--info .info {
    font-size: clamp(14px, 2vw, 16px);
  }
}

.lecturer + .lecturer {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #e4e4e4;
}

footer {
  background: #0a2140;
  padding: 48px 20px 16px;
}

footer .footer {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .footer {
    flex-direction: column;
  }
}

footer .footer .f--navi {
  display: flex;
  gap: 36px;
}

@media screen and (max-width: 767px) {
  footer .footer .f--navi {
    flex-direction: column;
    gap: 4px;
  }
}

footer .footer .f--navi li {
  width: fit-content;
}

@media screen and (max-width: 767px) {
  footer .footer .f--navi li {
    width: 100%;
    text-align: center;
  }
}

footer .footer .f--navi li .btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer .footer .f--navi li .btn {
    font-size: 14px;
  }
}

footer .footer .f--navi li + li .btn {
  border-left: 1px solid #fff;
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  footer .footer .f--navi li + li .btn {
    border-left: none;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  footer .footer .f--logo {
    margin-top: 24px;
  }
}

footer .footer .f--logo img {
  width: 292px;
}

@media screen and (max-width: 767px) {
  footer .footer .f--logo img {
    width: 164px;
  }
}

footer .copy {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  margin-top: 41px;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
