@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

:root {
  --rate-vw: 0.0694444444vw;
  --rate-fz: 0.0694444444vw;
  --cap: 1;
}
@media screen and (max-width: 767px) {
  :root {
    --rate-vw: 0.2666666667vw;
    --rate-fz: 0.2666666667vw;
    --cap: 10;
  }
}

/*------------------------------
common
------------------------------*/
body {
  word-break: break-all;
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  margin-inline: auto;
  width: clamp(0px, 1200 * var(--rate-vw), 1200px * var(--cap));
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: clamp(0px, 340 * var(--rate-vw), 340px * var(--cap));
  }
}

/*------------------------------
header
------------------------------*/
header {
  padding: clamp(0px, 16 * var(--rate-vw), 16px * var(--cap)) 0;
}
@media (max-width: 767px) {
  header {
    padding: clamp(0px, 10 * var(--rate-vw), 10px * var(--cap)) 0;
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: clamp(0px, 265 * var(--rate-vw), 265px * var(--cap));
  margin-left: clamp(0px, 9 * var(--rate-vw), 9px * var(--cap));
}
@media (max-width: 767px) {
  .header__logo {
    width: 25%;
    margin-left: 0;
  }
} /*------------------------------
fv
------------------------------*/
.fv {
  aspect-ratio: 2880/1540;
  background: url(../img/mv-bg.jpg) no-repeat center center/100%;
  padding-top: calc(143/1440 * 100vw);
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    aspect-ratio: 750/960;
    background: url(../img/mv-bg_sp.jpg) no-repeat center center/100%;
    padding-top: 25%;
  }
}

.fv__inner {
  width: calc(1100/1440 * 100vw);
  max-width: unset;
}
@media (max-width: 767px) {
  .fv__inner {
    width: 95%;
  }
}

.fv__heading {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: calc(68/1440 * 100vw);
  color: #fff;
  line-height: 1.3;
}
.fv__heading .small {
  font-size: calc(52/1440 * 100vw);
}
.fv__heading strong {
  color: #FFF600;
}
@media (max-width: 767px) {
  .fv__heading {
    text-align: center;
    font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
  }
  .fv__heading .small {
    font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
  }
}

.fv__image01 {
  position: absolute;
  top: 25.5%;
  left: 73.7%;
  transform: translate(-50%, -50%);
  width: calc(300/1440 * 100vw);
}
@media (max-width: 767px) {
  .fv__image01 {
    position: absolute;
    top: 13.5%;
    left: 77.7%;
    transform: translate(-50%, -50%);
    width: 35%;
  }
}

.fv__image03 {
  position: absolute;
  top: 15.2%;
  left: 10.2%;
  transform: translate(-50%, -50%);
  width: calc(96/1440 * 100vw);
}
@media (max-width: 767px) {
  .fv__image03 {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 16%;
    top: 13.2%;
    left: 13.2%;
  }
}

/*------------------------------
curriculum
------------------------------*/
.curriculum {
  padding-bottom: clamp(0px, 120 * var(--rate-vw), 120px * var(--cap));
  margin-top: clamp(0px, 140 * var(--rate-vw), 140px * var(--cap));
}
@media (max-width: 767px) {
  .curriculum {
    margin-top: 10%;
    padding-bottom: 15%;
  }
}

.curriculum__header {
  text-align: center;
  position: relative;
}
.curriculum__header::before {
  content: "CURRICULUMS";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(0px, 100 * var(--rate-fz), 100px * var(--cap));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #004ea2 0%, rgba(0, 78, 162, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 767px) {
  .curriculum__header::before {
    font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
    transform: translate(-50%, 50%);
  }
}

.curriculum__label {
  display: inline-block;
  font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  font-weight: 700;
  color: #004ea2;
  border: 2px solid #004ea2;
  border-radius: 5em;
  padding: 0.6em 1.8em;
}
@media (max-width: 767px) {
  .curriculum__label {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
    padding: 0.3em 1em;
  }
}

.curriculum__title {
  font-size: clamp(0px, 72 * var(--rate-fz), 72px * var(--cap));
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #004ea2;
}
.curriculum__title strong {
  font-size: clamp(0px, 88 * var(--rate-fz), 88px * var(--cap));
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .curriculum__title {
    font-size: clamp(0px, 48 * var(--rate-fz), 48px * var(--cap));
  }
  .curriculum__title strong {
    font-size: clamp(0px, 56 * var(--rate-fz), 56px * var(--cap));
  }
}

.curriculum__content {
  width: calc(1020 / 1200 * 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap)) 0;
  margin-top: clamp(0px, 36 * var(--rate-vw), 36px * var(--cap));
}
@media (max-width: 767px) {
  .curriculum__content {
    width: 100%;
  }
}

.curriculum__item-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0 clamp(0px, 16 * var(--rate-vw), 16px * var(--cap));
}

.curriculum__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: relative;
  background: url(../img/img_diamond.png) no-repeat center center/cover;
  aspect-ratio: 128/226;
}
@media (max-width: 767px) {
  .curriculum__number {
    width: 2.5em;
    flex-shrink: 0;
    font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  }
}

.curriculum__heading {
  font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
  font-weight: 700;
  line-height: 1.4;
  color: #004ea2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .curriculum__heading {
    font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  }
}

.curriculum__list {
  margin-top: 2%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 8 * var(--rate-vw), 8px * var(--cap)) 0;
}
.curriculum__list li {
  font-size: clamp(0px, 24 * var(--rate-vw), 24px * var(--cap));
  font-weight: 700;
  line-height: 1.8;
  background: #f5f5f5;
  padding: 0.15em 5.1em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .curriculum__list li {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
    padding: 0.5em 2em;
  }
}

/*------------------------------
merit
------------------------------*/
.merit {
  padding: clamp(0px, 50 * var(--rate-vw), 50px * var(--cap)) 0 clamp(0px, 120 * var(--rate-vw), 120px * var(--cap));
  position: relative;
  overflow: hidden;
}
.merit::before {
  content: "";
  position: absolute;
  background: url(../img/merit-bg.webp) no-repeat center top/cover;
  width: 100%;
  height: 95%;
  left: 0%;
  bottom: 0%;
  -webkit-clip-path: polygon(0% 0%, 50% clamp(0px, 124 * var(--rate-vw), 124px * var(--cap)), 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 50% clamp(0px, 124 * var(--rate-vw), 124px * var(--cap)), 100% 0%, 100% 100%, 0% 100%);
}
.merit::after {
  content: "";
  position: absolute;
  background: url(../img/merit-back.png) no-repeat center center/cover;
  aspect-ratio: 2880/846;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  max-width: 1152px;
  top: clamp(0px, 210 * var(--rate-vw), 210px * var(--cap));
}
.merit .inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .merit::before {
    -webkit-clip-path: polygon(0% 0%, 50% clamp(0px, 30 * var(--rate-vw), 30px * var(--cap)), 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% clamp(0px, 30 * var(--rate-vw), 30px * var(--cap)), 100% 0%, 100% 100%, 0% 100%);
    height: calc(100% - clamp(0px, 200 * var(--rate-vw), 200px * var(--cap)));
    background: #0073D0;
  }
  .merit::after {
    top: clamp(0px, 180 * var(--rate-vw), 180px * var(--cap));
    width: 100%;
  }
}

.merit__header {
  position: relative;
}
.merit__header::before {
  content: "MERIT";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: clamp(0px, 100 * var(--rate-fz), 100px * var(--cap));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #004ea2 0%, rgba(0, 78, 162, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .merit__header::before {
    font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
    top: 0;
    transform: translate(-50%, -70%);
  }
}

.merit__label {
  width: clamp(0px, 227 * var(--rate-vw), 227px * var(--cap));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .merit__label {
    width: clamp(0px, 130 * var(--rate-vw), 130px * var(--cap));
  }
}

.merit__title {
  position: relative;
  width: clamp(0px, 685 * var(--rate-vw), 685px * var(--cap));
  margin: 0 auto;
  margin-top: 0.5em;
  font-weight: bold;
  font-size: clamp(0px, 48 * var(--rate-fz), 48px * var(--cap));
  letter-spacing: 0.12em;
  width: clamp(0px, 700 * var(--rate-vw), 700px * var(--cap));
  color: #004ea2;
  text-indent: 0.1em;
}
.merit__title span {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  color: #353535;
}
.merit__title .shadow {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  background: linear-gradient(360deg, #004EA2 0%, rgba(0, 78, 162, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
  transform: translateY(100%) scale(1, -1);
}
@media (max-width: 767px) {
  .merit__title {
    width: clamp(0px, 260 * var(--rate-vw), 260px * var(--cap));
    margin-top: 2%;
    font-size: clamp(0px, 30 * var(--rate-fz), 30px * var(--cap));
    text-align: center;
    width: 100%;
    line-height: 1;
  }
  .merit__title > div {
    position: relative;
  }
  .merit__title > div:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .merit__title span {
    font-size: clamp(0px, 25 * var(--rate-fz), 25px * var(--cap));
  }
}

.merit__content {
  width: calc(1100 / 1200 * 100%);
  margin: 13% auto 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap)) 0;
}
@media (max-width: 767px) {
  .merit__content {
    width: 100%;
    margin-top: 30%;
  }
}

.merit__item {
  position: relative;
}
.merit__item::before {
  content: "";
  position: absolute;
  background: url(../img/merit-shadow.webp) no-repeat center center/100%;
  aspect-ratio: 1076/1469;
  width: 49.4%;
  max-width: 544px;
  top: 0%;
}
.merit__item > * {
  position: relative;
  z-index: 10;
}
.merit__item:nth-child(2n-1)::before {
  right: 0%;
  transform: translate(33%, 0%) scale(-1, 1);
}
.merit__item:nth-child(2n)::before {
  left: 0%;
  transform: translate(-33%, 0%) scale(1, 1);
}
.merit__item:nth-child(2n) .merit__wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .merit__item:nth-child(n)::before {
    display: none;
  }
  .merit__item:nth-child(2n) .merit__number {
    margin-left: auto;
  }
  .merit__item:nth-child(2n) .merit__heading {
    text-align: right;
  }
}

.merit__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .merit__wrapper {
    align-items: flex-start;
  }
}

.merit__body {
  width: clamp(0px, 530 * var(--rate-vw), 530px * var(--cap));
}
@media (max-width: 767px) {
  .merit__body {
    width: clamp(0px, 230 * var(--rate-vw), 230px * var(--cap));
  }
}

.merit__number {
  width: clamp(0px, 135 * var(--rate-vw), 135px * var(--cap));
}
@media (max-width: 767px) {
  .merit__number {
    width: clamp(0px, 70 * var(--rate-vw), 70px * var(--cap));
  }
}

.merit__heading {
  margin-top: 0.7em;
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .merit__heading {
    font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
    margin-top: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap));
  }
}

.merit__description {
  margin-top: clamp(0px, 44 * var(--rate-vw), 44px * var(--cap));
  margin-top: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(0px, 18 * var(--rate-fz), 18px * var(--cap));
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 767px) {
  .merit__description {
    margin-top: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap));
    font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
  }
}

.merit__image {
  width: clamp(0px, 490 * var(--rate-vw), 490px * var(--cap));
}
@media (max-width: 767px) {
  .merit__image {
    width: clamp(0px, 130 * var(--rate-vw), 130px * var(--cap));
  }
}

/*------------------------------
recommend
------------------------------*/
.recommend {
  background: url(../img/recommend-bg.jpg) no-repeat center center/cover;
  padding: clamp(0px, 100 * var(--rate-vw), 100px * var(--cap)) 0 clamp(0px, 110 * var(--rate-vw), 110px * var(--cap));
}
@media (max-width: 767px) {
  .recommend {
    padding: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap)) 0;
  }
}

.recommend__heading {
  font-size: clamp(0px, 60 * var(--rate-fz), 60px * var(--cap));
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 767px) {
  .recommend__heading {
    font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
  }
}

.recommend__list {
  margin-top: 3%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 26 * var(--rate-vw), 26px * var(--cap)) 0;
}
.recommend__list li {
  letter-spacing: 0.04em;
  font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
  font-weight: 700;
  line-height: 1.4;
  color: #fff600;
  position: relative;
  padding-left: 1.5em;
}
.recommend__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icon_check.png) no-repeat center center/contain;
  width: 0.8em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .recommend__list {
    gap: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap)) 0;
  }
  .recommend__list li {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  }
  .recommend__list li::before {
    width: 1em;
  }
}

/*------------------------------
benefit
------------------------------*/
.benefit {
  background: #111111;
  padding: clamp(0px, 50 * var(--rate-vw), 50px * var(--cap)) 0 clamp(0px, 120 * var(--rate-vw), 120px * var(--cap));
}
@media (max-width: 767px) {
  .benefit {
    padding: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap)) 0;
  }
}

.benefit__title {
  font-size: clamp(0px, 52 * var(--rate-fz), 52px * var(--cap));
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.benefit__title span {
  font-size: clamp(0px, 120 * var(--rate-fz), 120px * var(--cap));
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transform: translateY(10%);
  display: inline-block;
}
.benefit__title strong {
  border-bottom: 0.08em solid #fff;
}
@media (max-width: 767px) {
  .benefit__title {
    font-size: clamp(0px, 25 * var(--rate-fz), 25px * var(--cap));
  }
  .benefit__title span {
    font-size: clamp(0px, 60 * var(--rate-fz), 60px * var(--cap));
  }
}

.benefit__list {
  width: calc(1020 / 1200 * 100%);
  margin: 0 auto;
  margin-top: 2%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.benefit__list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-image: radial-gradient(circle 2px at center, #fff 2px, transparent 2px);
  background-size: 4px 8px;
  background-repeat: repeat-y;
}
.benefit__list::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  background-image: radial-gradient(circle 2px at center, #fff 2px, transparent 2px);
  background-size: 7.91px 4px;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .benefit__list {
    width: 100%;
    display: block;
  }
  .benefit__list::after, .benefit__list::before {
    display: none;
  }
}

.benefit__item {
  width: 50%;
  text-align: center;
  padding: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap)) 0;
}
.benefit__item:first-child {
  background: url(../img/benefit-bg01.png) no-repeat center center/cover;
}
.benefit__item:nth-child(2) {
  background: url(../img/benefit-bg02.png) no-repeat center center/cover;
}
.benefit__item:nth-child(3) {
  background: url(../img/benefit-bg03.png) no-repeat center center/cover;
}
.benefit__item:nth-child(4) {
  background: url(../img/benefit-bg04.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .benefit__item {
    width: 100%;
    padding: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap)) clamp(0px, 10 * var(--rate-vw), 10px * var(--cap));
    position: relative;
  }
  .benefit__item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-image: radial-gradient(circle 2px at center, #fff 2px, transparent 2px);
    background-size: 8px 4px;
    background-repeat: repeat-x;
    background-position: center;
  }
  .benefit__item:last-child::before {
    display: none;
  }
}

.benefit__label {
  width: clamp(0px, 80 * var(--rate-vw), 80px * var(--cap));
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 700;
  margin: 0 auto;
}
.benefit__label strong {
  display: block;
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
}
@media (max-width: 767px) {
  .benefit__label {
    width: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap));
    font-size: clamp(0px, 12 * var(--rate-fz), 12px * var(--cap));
  }
  .benefit__label strong {
    font-size: clamp(0px, 26 * var(--rate-fz), 26px * var(--cap));
  }
}

.benefit__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: clamp(0px, 28 * var(--rate-vw), 28px * var(--cap));
  font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  font-weight: 700;
  background: #fff;
  padding: 0.3em 1.2em;
}
@media (max-width: 767px) {
  .benefit__text {
    font-size: clamp(0px, 17 * var(--rate-fz), 17px * var(--cap));
  }
}

.benefit__heading {
  font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 0.8em;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .benefit__heading {
    font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
    margin-top: 0.5em;
  }
}

.benefit__description {
  margin-top: 1em;
  letter-spacing: 0.04em;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  .benefit__description {
    font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
    margin-top: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap));
  }
}

.benefit__note {
  margin-top: 4.3em;
  font-size: clamp(0px, 12 * var(--rate-fz), 12px * var(--cap));
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}

/*------------------------------

------------------------------*/
.seminar {
  background: #333333;
  padding: clamp(0px, 90 * var(--rate-vw), 90px * var(--cap)) 0 clamp(0px, 120 * var(--rate-vw), 120px * var(--cap));
}
@media (max-width: 767px) {
  .seminar {
    padding: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap)) 0;
  }
}

.seminar__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(0px, 36 * var(--rate-fz), 36px * var(--cap));
  font-weight: 700;
  line-height: 2;
  color: #fff;
  position: relative;
  padding: 0 3.4em;
}
.seminar__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/img_line.png) no-repeat center center/contain;
  width: 2.78em;
  aspect-ratio: 200/32;
}
.seminar__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/img_line.png) no-repeat center center/contain;
  width: 2.78em;
  aspect-ratio: 200/32;
}
@media (max-width: 767px) {
  .seminar__title {
    font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
  }
}

.seminar__info {
  width: calc(660 / 1200 * 100%);
  margin: 0 auto;
  margin-top: 3.5%;
  background: #fff;
  border: clamp(0px, 8 * var(--rate-vw), 8px * var(--cap)) solid #111;
  padding: clamp(0px, 40 * var(--rate-vw), 40px * var(--cap)) 0;
  text-align: center;
  color: #004ea2;
}
@media (max-width: 767px) {
  .seminar__info {
    width: 100%;
    padding: clamp(0px, 30 * var(--rate-vw), 30px * var(--cap)) 0;
  }
}

.seminar__date {
  font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
}
.seminar__date strong {
  font-size: clamp(0px, 80 * var(--rate-fz), 80px * var(--cap));
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .seminar__date {
    font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
  }
  .seminar__date strong {
    font-size: clamp(0px, 48 * var(--rate-fz), 48px * var(--cap));
  }
}

.seminar__text {
  font-size: clamp(0px, 44 * var(--rate-fz), 44px * var(--cap));
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .seminar__text {
    font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
  }
}

.seminar__time {
  width: clamp(0px, 280 * var(--rate-vw), 280px * var(--cap));
  margin: 0 auto;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}
.seminar__time dt,
.seminar__time dd {
  font-size: clamp(0px, 24 * var(--rate-vw), 24px * var(--cap));
  font-weight: 700;
}
.seminar__time dt:nth-of-type(2),
.seminar__time dd:nth-of-type(2) {
  margin-top: clamp(0px, 4 * var(--rate-vw), 4px * var(--cap));
}
.seminar__time dt {
  width: 44%;
  background: #004ea2;
  color: #fff;
  padding: 0.3em 0.5em;
}
.seminar__time dd {
  width: 56%;
  border: 0.08em solid #004ea2;
  border: 2px solid #004ea2;
  padding: 0.3em 0.5em;
  padding: 0.3em 0;
}
@media (max-width: 767px) {
  .seminar__time dt,
.seminar__time dd {
    font-size: clamp(0px, 18 * var(--rate-fz), 18px * var(--cap));
  }
}

.seminar__free {
  font-size: clamp(0px, 24 * var(--rate-fz), 24px * var(--cap));
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.4%;
}
@media (max-width: 767px) {
  .seminar__free {
    font-size: clamp(0px, 18 * var(--rate-fz), 18px * var(--cap));
  }
}

.seminar__message {
  margin-top: 1.3em;
  font-size: clamp(0px, 28 * var(--rate-fz), 28px * var(--cap));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff600;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, 26 * var(--rate-vw), 26px * var(--cap)) 0;
  text-align: center;
}
@media (max-width: 767px) {
  .seminar__message {
    font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
    line-height: 2;
    gap: clamp(0px, 20 * var(--rate-vw), 20px * var(--cap)) 0;
  }
}

/*------------------------------
contact
------------------------------*/
/* --- contact section --- */
.contact {
  width: 100%;
  padding: clamp(0px, 170 * var(--rate-vw), 170px * var(--cap)) 0;
  background-color: #F5F5F5;
  position: relative;
}

.contact .__wrap {
  margin: 0 auto;
  width: clamp(340px, 70.8333333333vw, 1020px);
  max-width: 1440px;
}

.contact .text__line {
  font-size: clamp(16px, 3.3333333333vw, 48px);
  font-weight: 700;
  text-align: center;
  color: #004EA2;
  margin: clamp(13.3333333333px, 2.7777777778vw, 40px) 0 1.3888888889vw 0;
  letter-spacing: normal;
  margin: 0.5em 0 0;
}

.contact .text__line .br-pc__none {
  display: none;
}

.contact .form__wrap {
  display: flex;
  flex-direction: column;
  width: clamp(340px, 70.8333333333vw, 1020px);
  margin: 5% auto 0;
}

.contact .form__wrap .input__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(8.6666666667px, 1.8055555556vw, 26px);
}

.contact .form__wrap .input__wrap p {
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  color: #353535;
  font-weight: 400;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}

.contact .form__wrap .input__wrap p span {
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #004EA2;
  color: #fff;
  border-radius: clamp(1px, 0.2083333333vw, 3px);
  margin-right: clamp(5.3333333333px, 1.1111111111vw, 16px);
  height: clamp(9.3333333333px, 1.9444444444vw, 28px);
  width: clamp(16.3333333333px, 3.4027777778vw, 49px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.contact .form__wrap .input__wrap p .card__color {
  background-color: #353535;
}

.contact .form__wrap .input__wrap input,
.contact .form__wrap .input__wrap .select-like {
  padding: 1.25vw 1.3888888889vw;
  width: clamp(266.6666666667px, 55.5555555556vw, 800px);
  height: clamp(16px, 3.3333333333vw, 48px);
  border-radius: clamp(2px, 0.4166666667vw, 6px);
  border: solid 1px #717171;
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #fff;
  display: flex;
  align-items: center;
}

.contact .form__wrap .input__wrap input[type=radio] {
  width: clamp(16px, 3.3333333333vw, 48px);
  height: clamp(16px, 3.3333333333vw, 48px);
  margin-right: clamp(2.6666666667px, 0.5555555556vw, 8px);
}

.contact .form__wrap .input__wrap .select-like {
  position: relative;
}

.contact .form__wrap .input__wrap .select-like[open] summary {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contact .form__wrap .input__wrap .select-like ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: clamp(66.6666666667px, 13.8888888889vw, 200px);
  overflow-y: auto;
  background: #fff;
  z-index: 10;
  border: solid 1px #717171;
  border-radius: 0 0 clamp(2px, 0.4166666667vw, 6px) clamp(2px, 0.4166666667vw, 6px);
  padding: 0.6944444444vw;
}

.contact .form__wrap .input__wrap .select-like ul li {
  padding: 0;
  cursor: pointer;
}

.contact .form__wrap .input__wrap .select-like ul li:hover {
  background: #004E9D;
  color: #fff;
}

.contact .form__wrap .input__wrap .select-like ul .li__under {
  padding-bottom: 1.3888888889vw;
}

.contact .form__wrap .input__wrap .select-like > summary {
  list-style: none;
  cursor: pointer;
  border-radius: clamp(1.3333333333px, 0.2777777778vw, 4px);
  width: 100%;
  background-size: clamp(3.3333333333px, 0.6944444444vw, 10px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}

.contact .form__wrap .input__wrap .select-like > summary.placeholder {
  color: #717171;
}

.contact .form__wrap .input__wrap .select-like > summary:focus {
  outline: none;
  border-color: #004E9D;
}

.contact .form__wrap .input__wrap select {
  width: 55.5555555556vw;
  height: 3.3333333333vw;
  border-radius: clamp(2px, 0.4166666667vw, 6px);
  border: solid 1px #717171;
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1.1111111111vw;
}

.contact .form__wrap .input__wrap div {
  width: clamp(266.6666666667px, 55.5555555556vw, 800px);
  height: 3.3333333333vw;
  display: flex;
  align-items: center;
}

.contact .form__wrap .input__wrap div .--contents {
  display: flex;
}

.contact .form__wrap .last__item {
  justify-content: flex-start;
  margin-left: 15.4861111111vw;
}

.contact .form__wrap .last__item .partner-line {
  color: #004EA2;
  font-weight: 600;
  font-size: 1.1111111111vw;
}

.contact .form__wrap .input__wrap:last-child {
  margin-bottom: clamp(20px, 4.1666666667vw, 60px);
}

.contact .form__wrap .input-margin__bottom ul {
  padding-left: 1vw;
}

.contact .form__wrap .pp {
  width: clamp(340px, 70.8333333333vw, 1020px);
  background-color: #fff;
  height: 10.5555555556vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.0833333333vw;
  flex-direction: column;
  border-radius: 0.5555555556vw;
}

.contact .form__wrap .pp .pp__wrap {
  width: clamp(95px, 19.7916666667vw, 285px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .form__wrap .pp .pp__wrap input[type=checkbox] {
  width: clamp(8px, 1.6666666667vw, 24px);
  height: clamp(8px, 1.6666666667vw, 24px);
  border: solid 1px #717171;
  border-radius: 0.3vw;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.contact .form__wrap .pp .pp__wrap input[type=checkbox]:checked {
  background: #fff;
}

.contact .form__wrap .pp .pp__wrap input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 0.5555555556vw;
  height: 1.1111111111vw;
  border-right: 2px solid #004EA2;
  border-bottom: 2px solid #004EA2;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 47%;
  left: 50%;
}

.contact .form__wrap .pp .pp__wrap p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-left: clamp(5.3333333333px, 1.1111111111vw, 16px);
  letter-spacing: 0.01rem;
  line-height: 2;
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  justify-content: center;
}

.contact .form__wrap .pp .pp__wrap p a {
  text-decoration: underline;
}

.contact .form__wrap .pp .pp__wrap:first-child {
  margin-bottom: 0.6944444444vw;
}

.contact .form__wrap .important {
  margin-bottom: 2.7777777778vw;
}

.contact .form__wrap .important .__wrap {
  width: 70.8333333333vw;
}

.contact .form__wrap .important .__wrap .-head__wrap {
  height: 5.9027777778vw;
  background-color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .form__wrap .important .__wrap .-head__wrap .-card__wrap {
  background-color: #FFF476;
  width: 6.1805555556vw;
  height: 3.125vw;
  padding: 0.8333333333vw 1.0416666667vw;
  margin-right: 2.7777777778vw;
}

.contact .form__wrap .important .__wrap .-head__wrap .-card__wrap h3 {
  color: #353535;
  font-size: 1.9444444444vw;
  line-height: 0.7;
  font-weight: 700;
}

.contact .form__wrap .important .__wrap .-head__wrap h3 {
  font-size: 2.2222222222vw;
  font-weight: 700;
  color: #FFF476;
  letter-spacing: 0.05rem;
}

.contact .form__wrap .important .__wrap .-message__wrap {
  border: solid 0.2777777778vw #353535;
  padding: 1.6666666667vw 2.7777777778vw;
  background: #fff;
}

.contact .form__wrap .important .__wrap .-message__wrap p {
  font-size: 1.1111111111vw;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  font-weight: 500;
}

.contact .form__wrap button[type=submit] {
  text-indent: 0.75rem;
  margin: 0 auto;
  width: clamp(103.3333333333px, 21.5277777778vw, 310px);
  height: clamp(22.6666666667px, 4.7222222222vw, 68px);
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #004EA2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(33.3333333333px, 6.9444444444vw, 100px);
  letter-spacing: 0.5rem;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-bottom: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap));
  letter-spacing: 0.12em;
}

.contact .form__wrap .tn__wrap {
  text-align: center;
  margin: 0 auto;
}

.contact .form__wrap .tn__wrap .-head__wrap {
  width: 16.875vw;
  height: 2.2222222222vw;
  border: solid 0.1388888889vw #353535;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .form__wrap .tn__wrap .-head__wrap h4 {
  font-size: 1.1111111111vw;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0.03rem;
  text-align: center;
  /* reset section-title styles for this context */
  position: static;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  transform: none;
  top: auto;
}

.contact .form__wrap .tn__wrap h2 {
  font-size: 4.3055555556vw;
  font-weight: 500;
  color: #353535;
  letter-spacing: 0.02em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}

.contact .form__wrap .tn__wrap p {
  font-size: 1.1111111111vw;
  color: #353535;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

/* --- contact 1441px以上 --- */
@media (min-width: 1441px) {
  .contact {
    padding: 70px 0 110px 0;
  }
  .contact .__wrap {
    width: 1020px;
  }
  .contact .text__line {
    font-size: 48px;
    font-weight: 700;
    margin: 40px 0 30px 0;
  }
  .contact .form__wrap {
    width: 1020px;
  }
  .contact .form__wrap .input__wrap {
    margin-bottom: 28px;
  }
  .contact .form__wrap .input__wrap p {
    font-size: 16px;
  }
  .contact .form__wrap .input__wrap p span {
    font-size: 16px;
    border-radius: 3px;
    margin-right: 16px;
    height: 28px;
    width: 49px;
    padding-bottom: 0.1vw;
  }
  .contact .form__wrap .input__wrap input,
.contact .form__wrap .input__wrap .select-like {
    padding: 18px 20px;
    width: 800px;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
  }
  .contact .form__wrap .input__wrap .select-like ul {
    max-height: 200px;
    border-radius: 0 0 6px 6px;
    padding: 10px;
  }
  .contact .form__wrap .input__wrap .select-like ul li {
    padding: 0;
  }
  .contact .form__wrap .input__wrap .select-like ul .li__under {
    padding-bottom: 20px;
  }
  .contact .form__wrap .input__wrap .select-like > summary {
    border-radius: 4px;
    background-size: 10px;
  }
  .contact .form__wrap .input__wrap select {
    width: 800px;
    height: 48px;
    border-radius: 6px;
    font-size: 16px;
    padding-left: 16px;
  }
  .contact .form__wrap .last__item {
    justify-content: center;
    margin-left: -210px;
  }
  .contact .form__wrap .last__item .partner-line {
    font-size: 16px;
  }
  .contact .form__wrap .input__wrap:last-child {
    margin-bottom: 60px;
  }
  .contact .form__wrap .input-margin__bottom ul {
    padding-left: 16px;
  }
  .contact .form__wrap .pp {
    width: 1020px;
    height: 152px;
    margin-bottom: 48px;
    border-radius: 8px;
  }
  .contact .form__wrap .pp .pp__wrap {
    width: 285px;
  }
  .contact .form__wrap .pp .pp__wrap input[type=checkbox] {
    width: 24px;
    height: 24px;
  }
  .contact .form__wrap .pp .pp__wrap input[type=checkbox]:checked::after {
    width: 6px;
    height: 12px;
  }
  .contact .form__wrap .pp .pp__wrap p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 16px;
    letter-spacing: 0.03rem;
    font-size: 16px;
  }
  .contact .form__wrap .pp .pp__wrap:first-child {
    margin-bottom: 10px;
  }
  .contact .form__wrap .important {
    margin-bottom: 40px;
  }
  .contact .form__wrap .important .__wrap {
    width: 1020px;
  }
  .contact .form__wrap .important .__wrap .-head__wrap {
    height: 85px;
  }
  .contact .form__wrap .important .__wrap .-head__wrap .-card__wrap {
    width: 89px;
    height: 45px;
    padding: 12px 16px;
    margin-right: 40px;
  }
  .contact .form__wrap .important .__wrap .-head__wrap .-card__wrap h3 {
    font-size: 28px;
  }
  .contact .form__wrap .important .__wrap .-head__wrap h3 {
    font-size: 32px;
    white-space: nowrap;
  }
  .contact .form__wrap .input__wrap div {
    height: 48px;
  }
  .contact .form__wrap .important .__wrap .-message__wrap {
    border: solid 4px #353535;
    padding: 24px 40px;
    margin-top: -5px;
  }
  .contact .form__wrap .important .__wrap .-message__wrap p {
    font-size: 16px;
  }
  .contact .form__wrap button[type=submit] {
    width: 310px;
    height: 68px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .contact .form__wrap .tn__wrap .-head__wrap {
    width: 243px;
    height: 32px;
    border: solid 2px #353535;
  }
  .contact .form__wrap .tn__wrap .-head__wrap h4 {
    font-size: 16px;
  }
  .contact .form__wrap .tn__wrap h2 {
    font-size: 62px;
  }
  .contact .form__wrap .tn__wrap p {
    font-size: 16px;
  }
}
/* --- contact 768px以下 --- */
@media (max-width: 768px) {
  .contact {
    padding: 9.2307692308vw 0 15.3846153846vw 0;
  }
  .contact .__wrap {
    width: 100%;
    max-width: 100%;
  }
  .contact .contact-title__wrap h4 {
    top: 5vw;
    height: 6.4102564103vw;
    display: flex;
  }
  .contact .text__line {
    font-size: 7.1794871795vw;
    margin: 10.4358974359vw 0 6.7435897436vw 0;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  }
  .contact .text__line .br-pc__none {
    display: inline;
  }
  .contact .form__wrap {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
  .contact .form__wrap .input__wrap {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 6.1538461538vw;
  }
  .contact .form__wrap .input__wrap p {
    font-size: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
  .contact .form__wrap .input__wrap p span {
    font-size: 3.5897435897vw;
    border-radius: 0.7692307692vw;
    margin-right: 4.1025641026vw;
    height: 6.6666666667vw;
    width: 11.5384615385vw;
  }
  .contact .form__wrap .input__wrap input,
.contact .form__wrap .input__wrap .select-like {
    padding: 4.6153846154vw 5.1282051282vw;
    width: 100%;
    height: 12.3076923077vw;
    border-radius: 1.5384615385vw;
    font-size: 4.1025641026vw;
  }
  .contact .form__wrap .input__wrap input[type=radio] {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    margin-right: 2.0512820513vw;
  }
  .contact .form__wrap .input__wrap .select-like {
    display: flex;
  }
  .contact .form__wrap .input__wrap .select-like ul {
    max-height: 153.8461538462vw;
    border-radius: 0 0 1.5384615385vw 1.5384615385vw;
    padding: 2.5641025641vw;
  }
  .contact .form__wrap .input__wrap .select-like ul li {
    padding: 0;
  }
  .contact .form__wrap .input__wrap .select-like ul .li__under {
    padding-bottom: 5.1282051282vw;
  }
  .contact .form__wrap .input__wrap .select-like > summary {
    padding: 0;
    border-radius: 1.0256410256vw;
    background-size: 2.5641025641vw;
    display: flex;
    align-items: center;
  }
  .contact .form__wrap .input__wrap select,
.contact .form__wrap .input__wrap div {
    width: 100%;
    height: 12.8vw;
    border-radius: 1.6vw;
    font-size: 4.1025641026vw;
    padding-left: 4.1025641026vw;
  }
  .contact .form__wrap .input__wrap div {
    padding-left: 0;
  }
  .contact .form__wrap .input__wrap div .--contents {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 2.5641025641vw;
  }
  .contact .form__wrap .last__item {
    justify-content: flex-start;
    margin-left: 0;
    margin-bottom: 2.5641025641vw;
  }
  .contact .form__wrap .last__item .partner-line {
    font-size: 3.5897435897vw;
  }
  .contact .form__wrap .input__wrap:last-child {
    margin-bottom: 0;
  }
  .contact .form__wrap .input-margin__bottom {
    margin-bottom: -2.5641025641vw;
  }
  .contact .form__wrap .input-margin__bottom ul {
    padding-left: 4vw;
  }
  .contact .form__wrap .pp {
    width: 100%;
    height: 28.7179487179vw;
    margin-bottom: 8.2051282051vw;
    padding: 0 5.1282051282vw;
  }
  .contact .form__wrap .pp .pp__wrap {
    width: 100%;
  }
  .contact .form__wrap .pp .pp__wrap input[type=checkbox] {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  .contact .form__wrap .pp .pp__wrap input[type=checkbox]:checked::after {
    width: 2.0512820513vw;
    height: 4.1025641026vw;
    top: 45%;
  }
  .contact .form__wrap .pp .pp__wrap p {
    margin-left: 4.1025641026vw;
    letter-spacing: 0.01rem;
    font-size: 3.5897435897vw;
  }
  .contact .form__wrap .pp .pp__wrap:first-child {
    margin-bottom: 2.5641025641vw;
  }
  .contact .form__wrap .important {
    margin-bottom: 10.2564102564vw;
  }
  .contact .form__wrap .important .__wrap {
    width: 100%;
  }
  .contact .form__wrap .important .__wrap .-head__wrap {
    height: 27.4358974359vw;
    padding-top: 2.5641025641vw;
    flex-direction: column;
  }
  .contact .form__wrap .important .__wrap .-head__wrap .-card__wrap {
    width: 13.5897435897vw;
    height: 6.1538461538vw;
    padding: 1.5384615385vw 2.5641025641vw;
    margin-right: 0;
    margin-bottom: 2.5641025641vw;
  }
  .contact .form__wrap .important .__wrap .-head__wrap .-card__wrap h3 {
    font-size: 4.1025641026vw;
  }
  .contact .form__wrap .important .__wrap .-head__wrap h3 {
    font-size: 5.1282051282vw;
    letter-spacing: 0.03rem;
    text-align: center;
    line-height: 1.4;
  }
  .contact .form__wrap .important .__wrap .-message__wrap {
    border: solid 0.5128205128vw #353535;
    padding: 5.1282051282vw;
  }
  .contact .form__wrap .important .__wrap .-message__wrap p {
    font-size: 3.5897435897vw;
  }
  .contact .form__wrap button[type=submit] {
    width: 79.4871794872vw;
    height: 17.4358974359vw;
    font-size: 4.1025641026vw;
    margin-bottom: 7.6923076923vw;
  }
  .contact .form__wrap .tn__wrap .-head__wrap {
    width: 62.3076923077vw;
    height: 8.2051282051vw;
    border: solid 0.5128205128vw #353535;
    margin-bottom: 1.5384615385vw;
  }
  .contact .form__wrap .tn__wrap .-head__wrap h4 {
    font-size: 4.1025641026vw;
    position: static;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    transform: none;
    top: auto;
  }
  .contact .form__wrap .tn__wrap h2 {
    font-size: 10.2564102564vw;
    letter-spacing: 0.3rem;
  }
  .contact .form__wrap .tn__wrap p {
    font-size: 4.1025641026vw;
  }
}
/* =======================================
   確認画面（confirm）
   ======================================= */
.confirm .form__wrap {
  display: flex;
  flex-direction: column;
  width: clamp(340px, 70.8333333333vw, 1020px);
  margin: 0 auto;
}

.confirm .form__wrap .input__wrap {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  margin-bottom: clamp(9.3333333333px, 1.9444444444vw, 28px);
}

.confirm .form__wrap .input__wrap p {
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  color: #353535;
  font-weight: 400;
  letter-spacing: 0.05rem;
  width: 15.2777777778vw;
}
@media (max-width: 767px) {
  .confirm .form__wrap .input__wrap p {
    font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  }
}

.confirm .form__wrap .input__wrap p span {
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #004EA2;
  color: #fff;
  border-radius: clamp(1px, 0.2083333333vw, 3px);
  margin-right: clamp(5.3333333333px, 1.1111111111vw, 16px);
  height: clamp(9.3333333333px, 1.9444444444vw, 28px);
  width: clamp(16.3333333333px, 3.4027777778vw, 49px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .confirm .form__wrap .input__wrap p span {
    font-size: clamp(0px, 14 * var(--rate-fz), 14px * var(--cap));
    width: 3em;
    flex-shrink: 0;
    height: auto;
    padding: 0.5em 0;
  }
}

.confirm .form__wrap .input__wrap .-input__value {
  width: 300px;
}

.confirm .text__line {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .confirm .text__line {
    font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  }
}

.confirm .form__wrap .-btn__wrap {
  width: 41.9444444444vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.3888888889vw;
}

.confirm .form__wrap .-btn__wrap button {
  text-indent: 0.6rem;
  width: clamp(91.3333333333px, 19.0277777778vw, 274px);
  height: clamp(22.6666666667px, 4.7222222222vw, 68px);
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #004EA2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(33.3333333333px, 6.9444444444vw, 100px);
  letter-spacing: 0.5rem;
  text-align: center;
  border: none;
  cursor: pointer;
}

.confirm .form__wrap .-btn__wrap button:nth-child(1) {
  background-color: #A9A9A9;
}

@media (min-width: 1441px) {
  .confirm .form__wrap .input__wrap p {
    width: 220px;
  }
  .confirm .form__wrap .-btn__wrap {
    width: 604px;
    margin-top: 20px;
  }
  .confirm .form__wrap .-btn__wrap button {
    width: 274px;
    height: 68px;
    font-size: 16px;
  }
  .confirm .form__wrap .-btn__wrap button:nth-child(1) {
    width: 274px;
  }
}
@media (max-width: 768px) {
  .confirm .form__wrap .input__wrap p {
    width: 100%;
  }
  .confirm .form__wrap .-btn__wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .confirm .form__wrap .-btn__wrap button {
    width: 79.4871794872vw;
    height: 17.4358974359vw;
    font-size: 4.1025641026vw;
  }
  .confirm .form__wrap .-btn__wrap button:nth-child(1) {
    margin-bottom: 2.5641025641vw;
  }
}
/* =======================================
   完了画面（complete）
   ======================================= */
.complete .complete__wrap {
  width: clamp(366.6666666667px, 76.3888888889vw, 1100px);
  margin: 0 auto;
}

.complete .complete__wrap .text__line {
  font-size: 32px;
}

.complete .complete__wrap .form__wrap p {
  font-size: 16px;
  margin-bottom: 2.7777777778vw;
  text-align: center;
}

.complete .complete__wrap .form__wrap p .br-pc__none {
  display: none;
}

.complete .complete__wrap .form__wrap p a {
  display: inline;
  color: #004EA2;
  text-decoration: underline;
}

.complete .complete__wrap .complete-btn__wrap {
  display: flex;
  justify-content: center;
  margin: 1.3888888889vw auto 0;
}

.complete .complete__wrap .complete-btn__wrap button {
  text-indent: 0.6rem;
  width: clamp(91.3333333333px, 19.0277777778vw, 274px);
  height: clamp(22.6666666667px, 4.7222222222vw, 68px);
  font-size: clamp(5.3333333333px, 1.1111111111vw, 16px);
  background-color: #A9A9A9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(33.3333333333px, 6.9444444444vw, 100px);
  letter-spacing: 0.5rem;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .complete .complete__wrap {
    width: 1100px;
  }
  .complete .complete__wrap .form__wrap p {
    margin-bottom: 40px;
  }
  .complete .complete__wrap .complete-btn__wrap {
    margin-top: 20px;
  }
  .complete .complete__wrap .complete-btn__wrap button {
    width: 274px;
    height: 68px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .complete .complete__wrap {
    width: 100%;
  }
  .complete .complete__wrap .form__wrap p {
    font-size: 3.5897435897vw;
    margin-bottom: 5.1282051282vw;
    letter-spacing: 0.6vw;
  }
  .complete .complete__wrap .form__wrap p .br-pc__none {
    display: inline;
  }
  .complete .complete__wrap .complete-btn__wrap button {
    width: 79.4871794872vw;
    height: 17.4358974359vw;
    font-size: 4.1025641026vw;
  }
}
.contact__label {
  font-size: clamp(0px, 20 * var(--rate-fz), 20px * var(--cap));
  font-weight: 700;
  color: #004ea2;
  border: 2px solid #004ea2;
  border-radius: 5em;
  padding: 0.6em 1.8em;
  position: relative;
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.04em;
}
.contact__label::before {
  content: "CONTACT";
  position: absolute;
  text-align: center;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: clamp(0px, 100 * var(--rate-fz), 100px * var(--cap));
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #004ea2 0%, rgba(0, 78, 162, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
  pointer-events: none;
  width: 10em;
}
@media (max-width: 767px) {
  .contact__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
    border-width: 2px;
    padding: 0.6em 1em;
  }
  .contact__label::before {
    font-size: clamp(0px, 40 * var(--rate-fz), 40px * var(--cap));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.contact__text01 {
  margin-top: 2.6%;
  line-height: 1.6;
  text-align: center;
  font-size: clamp(0px, 16 * var(--rate-fz), 16px * var(--cap));
  font-weight: 600;
}
.contact__text01 p:first-child {
  margin-bottom: 2em;
}
.contact__text01 p:nth-child(n+2) {
  color: #DE3B3B;
}

.input__wrap--last[class][class] {
  margin-bottom: clamp(0px, 60 * var(--rate-vw), 60px * var(--cap));
}

.select-like {
  position: relative;
}
.select-like::before {
  content: "";
  position: absolute;
  background: url(../img/icon-arrow.svg) no-repeat center center/100%;
  aspect-ratio: 10/8;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 1.3%;
  left: 97%;
}
@media (max-width: 767px) {
  .select-like::before {
    width: 4%;
    left: 95%;
  }
}

.contact.confirm {
  padding: clamp(0px, 100 * var(--rate-vw), 100px * var(--cap)) 0;
}
@media (max-width: 767px) {
  .contact.confirm {
    padding: clamp(0px, 50 * var(--rate-vw), 50px * var(--cap)) 0;
  }
}

/* =======================================
   フローティングCTAボタン
   ======================================= */
.fl-btn__wrap {
  position: fixed;
  display: flex;
  width: 100%;
  height: 8.0555555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  bottom: 0;
}

.fl-btn__wrap a {
  width: 100%;
}

#fl-btn {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

#fl-btn.active {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1441px) {
  .fl-btn__wrap {
    width: 1440px;
    height: 110px;
    bottom: 0px;
  }
}
@media (max-width: 768px) {
  .fl-btn__wrap {
    width: 100%;
    height: 17.9487179487vw;
    bottom: 0;
  }
}
.seminar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62.5vw;
  height: 100%;
  background-color: #FFF600;
  text-decoration: none;
  gap: 3.4722222222vw;
}
@media (max-width: 767px) {
  .seminar__cta {
    gap: 5.1282051282vw;
  }
}

.seminar__cta-text {
  font-size: 2.2222222222vw;
  letter-spacing: 0.04em;
  line-height: 2.4;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}
@media (max-width: 767px) {
  .seminar__cta-text {
    font-size: clamp(0px, 18 * var(--rate-fz), 18px * var(--cap));
  }
}

.seminar__cta-icon {
  width: 3.6111111111vw;
  height: 3.6111111111vw;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .seminar__cta-icon {
    width: clamp(0px, 36 * var(--rate-vw), 36px * var(--cap));
    aspect-ratio: 1/1;
    height: auto;
  }
}

.seminar__note {
  font-size: 1.25vw;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #c03;
  margin-top: 1.3888888889vw;
}

@media (min-width: 1441px) {
  .seminar__cta {
    width: 900px;
    height: 110px;
    gap: 50px;
  }
  .seminar__cta-text {
    font-size: 32px;
  }
  .seminar__cta-icon {
    width: 52px;
    height: 52px;
  }
}
/*------------------------------
footer
------------------------------*/
#footer .copyArea .copy {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.06em;
}

#footer .copyArea {
  padding: 20px 0 25px;
}

.title {
  font-size: clamp(0px, 32 * var(--rate-fz), 32px * var(--cap));
}

.box {
  padding-top: clamp(0px, 120 * var(--rate-vw), 120px * var(--cap));
  width: calc(600 / 1200 * 100%);
}
/*# sourceMappingURL=style.css.map */