@charset "UTF-8";
/*base--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

:root{
  --comm-padding:50px;
}

a, input[type=submit] {
  transition: all 0.5s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/* CSS Document */
/*reset css--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*reset css--------------------*/
/*font--------------------*/
.single-page {
  font-size: 16px;
  line-height: 1.5;
  font-family: "リュウミン R-KL", "リュウミン B-KL", "Ryumin Regular KL", "	Ryumin Bold KL", serif;
  font-weight: 500;
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .single-page {
    font-family: "Noto Serif JP", serif;
  }
}
.single-page h1, .single-page h2, .single-page h3, .single-page h4, .single-page p, .single-page ul, .single-page li, .single-page dl, .single-page dt, .single-page dd, .single-page span {
  text-box-trim: trim-both;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1366px) {
  .l-inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 95%;
  }
}

/*inner--------------------*/
/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none !important;
  }
}

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

/*br--------------------*/
/*anime--------------------*/
.js-fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

.js-fade-left {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: all 1000ms;
}

.js-fade-right {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: all 1000ms;
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/*anime--------------------*/
/*btn--------------------*/
/*btn--------------------*/
/*breascrumbs--------------------*/
/*breascrumbs--------------------*/
/*ttl--------------------*/
.c-ttl-em {
  color: #ffffff;
  text-align: center;
}
.c-ttl-em-en {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-em-en {
    font-size: 16px;
  }
}
.c-ttl-em-en {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 10px;
}
.c-ttl-em-jp {
  font-size: clamp(1.5rem, -1.071rem + 4.02vw, 3.75rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-em-jp {
    font-size: 30px;
  }
}
.c-ttl-em-jp {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ttl-em-jp span {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-em-jp span {
    font-size: 24px;
  }
}
.c-ttl-em-jp span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-ttl-em-jp {
    display: block;
  }
}

.c-ttl {
  color: #ffffff;
  text-align: center;
}
.c-ttl-en {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-en {
    font-size: 16px;
  }
}
.c-ttl-en {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
}
.c-ttl-jp {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-jp {
    font-size: 24px;
  }
}
.c-ttl-jp {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-ttl-jp span {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .c-ttl-jp span {
    font-size: 24px;
  }
}
.c-ttl-jp span {
  font-weight: 500;
}

/*ttl--------------------*/
/*header--------------------*/
/*header--------------------*/
/*footer--------------------*/
.l-footer {
  /* CSS Document */
  /*reset css--------------------*/
}
.l-footer html, .l-footer body, .l-footer div, .l-footer span, .l-footer object, .l-footer iframe,
.l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6, .l-footer p, .l-footer blockquote, .l-footer pre,
.l-footer abbr, .l-footer address, .l-footer cite, .l-footer code,
.l-footer del, .l-footer dfn, .l-footer em, .l-footer img, .l-footer ins, .l-footer kbd, .l-footer q, .l-footer samp,
.l-footer small, .l-footer strong, .l-footer sub, .l-footer sup, .l-footer var,
.l-footer b, .l-footer i,
.l-footer dl, .l-footer dt, .l-footer dd, .l-footer ol, .l-footer ul, .l-footer li, .l-footer a,
.l-footer fieldset, .l-footer form, .l-footer label, .l-footer legend,
.l-footer table, .l-footer caption, .l-footer tbody, .l-footer tfoot, .l-footer thead, .l-footer tr, .l-footer th, .l-footer td,
.l-footer article, .l-footer aside, .l-footer canvas, .l-footer details, .l-footer figcaption, .l-footer figure,
.l-footer footer, .l-footer header, .l-footer hgroup, .l-footer improve, .l-footer nav, .l-footer section, .l-footer summary,
.l-footer time, .l-footer mark, .l-footer audio, .l-footer video, .l-footer input, .l-footer textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}
.l-footer body {
  line-height: 1;
}
.l-footer article, .l-footer aside, .l-footer details, .l-footer figcaption, .l-footer figure,
.l-footer footer, .l-footer header, .l-footer hgroup, .l-footer improve, .l-footer nav, .l-footer section {
  display: block;
}
.l-footer nav ul {
  list-style: none;
}
.l-footer li {
  list-style: none;
}
.l-footer blockquote, .l-footer q {
  quotes: none;
}
.l-footer blockquote:before, .l-footer blockquote:after,
.l-footer q:before, .l-footer q:after {
  content: "";
  content: none;
}
.l-footer a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
.l-footer {
  /* change colours to suit your needs */
}
.l-footer ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.l-footer {
  /* change colours to suit your needs */
}
.l-footer mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.l-footer del {
  text-decoration: line-through;
}
.l-footer abbr[title], .l-footer dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.l-footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l-footer {
  /* change border colour to suit your needs */
}
.l-footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.l-footer input, .l-footer select {
  vertical-align: middle;
}
.l-footer html {
  overflow: auto;
}
.l-footer body {
  overflow: hidden;
}
.l-footer img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 10px;
  vertical-align: bottom;
}
.l-footer {
  /*reset css--------------------*/
  background: #000000;
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  color: #ffffff;
  z-index: 999999999;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 0;
  }
}
.l-footer__ttl {
  font-size: clamp(1.5rem, -0.214rem + 2.68vw, 3rem);
}
@media screen and (max-width: 768px) {
  .l-footer__ttl {
    font-size: 30px;
  }
}
.l-footer__ttl {
  letter-spacing: 0.02em;
  font-weight: bold;
  font-style: italic;
  font-family: "Avenir Next", sans-serif;
  margin-bottom: 20px;
}
.l-footer__copy {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 16px;
  }
}
.l-footer__copy {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

/*footer--------------------*/
/*main--------------------*/
/*main--------------------*/
/*home--------------------*/
.single-page .fv {
  height: 1200px;
  position: relative;
  background: #000000;
  background-image: url(../images/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 85px 0;
}
@media screen and (max-width: 1920px) {
  .single-page .fv {
    height: 975px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .fv {
    height: 900px;
    padding: 50px 0 0 0;
  }
}
.single-page .fv__company {
  position: absolute;
  font-size: clamp(1.5rem, -0.214rem + 2.68vw, 3rem);
}
@media screen and (max-width: 768px) {
  .single-page .fv__company {
    font-size: 30px;
  }
}
.single-page .fv__company {
  font-weight: bold;
  font-style: italic;
  font-family: "Avenir Next", sans-serif;
  top: 40px;
  left: 60px;
}
@media screen and (max-width: 1024px) {
  .single-page .fv__company {
    top: 10px;
    left: 10px;
  }
}
.single-page .fv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-page .fv__content {
    width: 85%;
  }
}
.single-page .fv__content-ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
  margin-bottom: 30px;
}
.single-page .fv__content-ttl span {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-ttl span {
    font-size: 24px;
  }
}
.single-page .fv__content-ttl span {
  line-height: 1.6444444444;
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-ttl span {
    font-size: 24px;
  }
}
.single-page .fv__content-catch {
  font-size: clamp(1.5rem, 0.786rem + 1.12vw, 2.125rem);
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-catch {
    font-size: 20px;
  }
}
.single-page .fv__content-catch {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.single-page .fv__content-catch::before {
  content: "";
  position: absolute;
  width: 170%;
  max-width: 680px;
  height: 2px;
  background: #cfbb28;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-catch::before {
    width: 100%;
  }
}
.single-page .fv__content-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 2.8%;
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-group {
    gap: 10px;
    max-width: 300px;
  }
}
.single-page .fv__content-list {
  min-width: 180px;
  width: 0.744047619;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .single-page .fv__content-list {
    width: 140px;
    min-width: 140px;
  }
}
.single-page .fv__content-stage {
  color: #222222;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-stage {
    font-size: 16px;
  }
}
.single-page .fv__content-stage {
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
}
.single-page .fv__content-en {
  color: #222222;
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-en {
    font-size: 20px;
  }
}
.single-page .fv__content-en {
  font-weight: bold;
  font-style: italic;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 5px;
}
.single-page .fv__content-lead {
  color: #000000;
  font-size: clamp(1rem, 0.571rem + 0.67vw, 1.375rem);
}
@media screen and (max-width: 768px) {
  .single-page .fv__content-lead {
    font-size: 16px;
  }
}
.single-page .fv__content-lead {
  font-weight: bold;
}

.single-page .click {
  padding: 20px 0;
  background: #070707;
}
.single-page .click__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .single-page .click__btn {
    width: 100%;
  }
}
.single-page .click__btn-link {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 10px 80px;
  background: #e3c900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .single-page .click__btn-link {
    padding: 10px 20px;
  }
}
.single-page .click__btn-link span {
  display: block;
  text-align: center;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
}
.single-page .click__btn-link span:first-of-type {
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .click__btn-link span:first-of-type {
    font-size: 20px;
  }
}
.single-page .click__btn-link span:first-of-type {
  font-weight: bold;
  line-height: 1.2666666667;
}
.single-page .click__btn-link span:last-of-type {
  font-size: clamp(1.25rem, 0.75rem + 0.78vw, 1.688rem);
}
@media screen and (max-width: 768px) {
  .single-page .click__btn-link span:last-of-type {
    font-size: 16px;
  }
}
.single-page .click__btn-link span:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  position: relative;
}
.single-page .click__btn-link span:last-of-type::before {
  content: "";
  width: 20px;
  height: 25px;
  background-image: url(../images/click.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}

.single-page .about {
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 85px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .about {
    padding: 50px 0;
  }
}
.single-page .about .c-ttl {
  margin-bottom: 50px;
}
.single-page .about__txt {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .about__txt {
    font-size: 16px;
  }
}
.single-page .about__txt {
  line-height: 1.9230769231;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .single-page .about__txt {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .about__txt br {
    display: none;
    text-align: left;
  }
}

.single-page .philosophy {
  background-image: url(../images/philosophy_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 85px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .philosophy {
    padding: 50px 0;
  }
}
.single-page .philosophy .c-ttl {
  margin-bottom: 50px;
}
.single-page .philosophy__txt {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .philosophy__txt {
    font-size: 16px;
  }
}
.single-page .philosophy__txt {
  line-height: 1.9230769231;
  text-align: center;
}

.single-page .message {
  padding: 85px 0;
  background: #4b4b4b;
}
@media screen and (max-width: 768px) {
  .single-page .message {
    padding: 50px 0;
  }
}
.single-page .message .l-inner {
  max-width: 800px;
}
.single-page .message .c-ttl {
  margin-bottom: 45px;
}
.single-page .message iframe {
  width: 100%;
  aspect-ratio: 1056/645;
}

.single-page .barrier {
  background-image: url(../images/barrier_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0 70px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .barrier {
    padding: 50px 0;
  }
}
.single-page .barrier .c-ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .single-page .barrier .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .barrier__group {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .single-page .barrier__group {
    writing-mode: unset;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
  }
}
.single-page .barrier__group-list {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .barrier__group-list {
    font-size: 16px;
  }
}
.single-page .barrier__group-number {
  text-combine-upright: all;
}
.single-page .barrier__group .color {
  color: #e3c900;
}

.single-page .program {
  background-image: url(../images/program_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 110px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-page .program {
    padding: 50px 0;
  }
}
.single-page .program::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 160px 0 160px;
  border-color: #FFDA00 transparent transparent transparent;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .single-page .program::after {
    border-width: 25px 80px 0 80px;
  }
}
.single-page .program__txt:first-of-type {
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .program__txt:first-of-type {
    font-size: 20px;
  }
}
.single-page .program__txt:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .single-page .program__txt:first-of-type {
    margin-bottom: 50px;
  }
}
.single-page .program__txt:last-of-type {
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .program__txt:last-of-type {
    font-size: 20px;
  }
}
.single-page .program__txt:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single-page .program__txt:last-of-type span {
    display: none;
  }
}
.single-page .program__ttl {
  font-size: clamp(3.125rem, -0.446rem + 5.58vw, 6.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .program__ttl {
    font-size: 30px;
  }
}
.single-page .program__ttl {
  font-weight: bold;
  color: #ffda00;
}
@media screen and (max-width: 768px) {
  .single-page .program__ttl {
    font-size: 34px;
  }
}

.single-page .what {
  padding: 80px 0 340px 0;
  background: #4b4b4b;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .single-page .what {
    padding: 50px 0 250px 0;
    text-align: left;
  }
}
.single-page .what::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  aspect-ratio: 1916/606;
  background: #767676;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.single-page .what .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .single-page .what .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .what .c-ttl-jp {
  font-size: clamp(1.5rem, 2.34vw, 2.813rem);
}
@media screen and (max-width: 768px) {
  .single-page .what .c-ttl-jp {
    font-size: 24px;
  }
}
.single-page .what__txt {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .what__txt {
    font-size: 16px;
  }
}
.single-page .what__txt {
  line-height: 1.9230769231;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .single-page .what__txt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .what__txt br {
    display: none;
  }
}
.single-page .what__image {
  width: 70%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .single-page .what__image {
    width: 100%;
    max-width: 500px;
  }
}

.single-page .process {
  padding: 0 0 90px 0;
  background: #767676;
  margin-top: -170px;
}
@media screen and (max-width: 768px) {
  .single-page .process {
    padding: 0 0 50xpx 0;
  }
}
.single-page .process .c-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .single-page .process .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .process .l-inner {
  max-width: 1300px;
}
.single-page .process__group {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.single-page .process__group-list {
  background: #636361;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 0.714rem + 1.23vw, 2.188rem);
}
@media screen and (max-width: 768px) {
  .single-page .process__group-list {
    font-size: 20px;
  }
}
@media screen and (max-width: 1920px) {
  .single-page .process__group-list {
    font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
  }
}
@media screen and (max-width: 1920px) and (max-width: 768px) {
  .single-page .process__group-list {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .process__group-list {
    flex-direction: column;
    padding: 25px;
  }
}
.single-page .process__group-list:not(:last-of-type) {
  position: relative;
}
.single-page .process__group-list:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 85px 0 85px;
  border-color: #FFDA00 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .single-page .process__group-list:not(:last-of-type)::before {
    bottom: -14px;
    border-width: 14px 40px 0 40px;
  }
}
.single-page .process__group-head {
  font-family: "Helvetica", sans-serif;
  background: #ffda00;
  width: 185px;
  min-width: 185px;
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #222222;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .single-page .process__group-head {
    width: 100%;
    margin-right: 0;
    height: auto;
    padding: 10px;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 25px;
  }
}
.single-page .process__group-stage {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .process__group-stage {
    font-size: 16px;
  }
}
.single-page .process__group-stage {
  font-weight: bold;
  font-style: italic;
}
.single-page .process__group-ttl {
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .process__group-ttl {
    font-size: 20px;
  }
}
.single-page .process__group-ttl {
  font-weight: bold;
  font-style: italic;
}
.single-page .process__group-frame {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-page .process__group-frame {
    gap: 5px;
  }
}
.single-page .process__group-lead {
  color: #ffda00;
  font-weight: bold;
  position: relative;
}

.single-page .service {
  padding: 90px 0;
  background: #4b4b4b;
}
@media screen and (max-width: 768px) {
  .single-page .service {
    padding: 50px 0;
  }
}
.single-page .service .c-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .single-page .service .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .service__txt {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__txt {
    font-size: 16px;
  }
}
.single-page .service__txt {
  line-height: 1.9230769231;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .single-page .service__txt {
    margin-bottom: 25px;
  }
}
.single-page .service__group01 {
  width: 80%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .single-page .service__group01 {
    width: 95%;
  }
}
.single-page .service__group01-item {
  background: #222222;
  padding: 45px 50px;
}
@media screen and (max-width: 1024px) {
  .single-page .service__group01-item {
    padding: 25px;
  }
}
.single-page .service__group01-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.single-page .service__group01-head {
  background: #ffda00;
  padding: 15px;
  font-family: "Helvetica", sans-serif;
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-head {
    font-size: 20px;
  }
}
.single-page .service__group01-head {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  font-style: italic;
  color: #222222;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .single-page .service__group01-head {
    flex-direction: column;
    padding: 25px;
    margin-bottom: 25px;
  }
}
.single-page .service__group01-stage {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-stage {
    margin-bottom: 5px;
  }
}
.single-page .service__group01-theme {
  font-weight: bold;
}
.single-page .service__group01-theme span {
  font-style: normal;
  font-weight: bold;
}
.single-page .service__group01-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 15px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .single-page .service__group01-lead {
    flex-direction: column;
  }
}
.single-page .service__group01-lead::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffda00;
}
.single-page .service__group01-plan {
  font-size: clamp(1.5rem, 0.571rem + 1.45vw, 2.313rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-plan {
    font-size: 20px;
  }
}
.single-page .service__group01-plan {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-page .service__group01-price {
  font-size: clamp(1.5rem, 0.571rem + 1.45vw, 2.313rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-price {
    font-size: 20px;
  }
}
.single-page .service__group01-price {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
}
.single-page .service__group01-amount {
  font-size: clamp(1.5rem, 0.571rem + 1.45vw, 2.313rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-amount {
    font-size: 20px;
  }
}
.single-page .service__group01-amount {
  font-weight: bold;
}
.single-page .service__group01-month {
  font-size: clamp(1.25rem, 0.607rem + 1vw, 1.813rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-month {
    font-size: 16px;
  }
}
.single-page .service__group01-month {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.single-page .service__group01-tax {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-tax {
    font-size: 16px;
  }
}
.single-page .service__group01-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.single-page .service__group01-txt {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group01-txt {
    font-size: 16px;
  }
}
.single-page .service__group01-txt {
  line-height: 1.8461538462;
}
.single-page .service__group02 {
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border: 1px solid #8e8e8e;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .single-page .service__group02 {
    width: 95%;
    flex-direction: column;
  }
}
.single-page .service__group02-item {
  flex: 1;
  padding: 20px 30px;
}
@media screen and (max-width: 1366px) {
  .single-page .service__group02-item {
    padding: 15px;
  }
}
.single-page .service__group02-item:not(:last-of-type) {
  position: relative;
}
.single-page .service__group02-item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #8e8e8e;
}
.single-page .service__group02-head {
  background: #222222;
  padding: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .single-page .service__group02-head {
    margin-bottom: 25px;
  }
}
.single-page .service__group02-stage {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group02-stage {
    font-size: 16px;
  }
}
.single-page .service__group02-stage {
  font-weight: bold;
  font-style: italic;
  font-family: "Helvetica", sans-serif;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1920px) {
  .single-page .service__group02-stage {
    font-size: 12px;
  }
}
.single-page .service__group02-theme {
  font-size: clamp(1.25rem, 0.893rem + 0.56vw, 1.563rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group02-theme {
    font-size: 16px;
  }
}
.single-page .service__group02-theme {
  font-weight: bold;
  color: #ffda00;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1920px) {
  .single-page .service__group02-theme {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .service__group02-theme {
    font-size: 18px;
  }
}
.single-page .service__group02-plan {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group02-plan {
    font-size: 16px;
  }
}
.single-page .service__group02-plan {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .single-page .service__group02-plan {
    font-size: 20px;
  }
}
.single-page .service__group02-plan::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffda00;
}
.single-page .service__group02-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-page .service__group02-content {
    gap: 10px;
  }
}
.single-page .service__group02-list {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__group02-list {
    font-size: 16px;
  }
}
.single-page .service__group02-list {
  line-height: 2.15;
  font-weight: 400;
}
@media screen and (max-width: 1920px) {
  .single-page .service__group02-list {
    font-size: 16px;
  }
}
.single-page .service__note {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .single-page .service__note {
    font-size: 16px;
  }
}
.single-page .service__note {
  line-height: 2.4444444444;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-page .service__note {
    font-size: 15px;
  }
}

.single-page .merit {
  background-image: url(../images/merit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0 600px 0;
  position: relative;
}
.single-page .merit * {
  z-index: 1;
}
.single-page .merit .l-inner {
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .single-page .merit {
    padding: 75px 0 300px 0;
  }
}
@media screen and (max-width: 768px) {
  .single-page .merit {
    padding: 50px 0 200px 0;
  }
}
.single-page .merit::before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  height: 32%;
  background: #4b4b4b;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .single-page .merit::before {
    height: 10%;
  }
}
.single-page .merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.single-page .merit .c-ttl {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .single-page .merit .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .merit__group {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px 140px;
}
@media screen and (max-width: 1920px) {
  .single-page .merit__group {
    gap: 100px 50px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .merit__group {
    gap: 50px;
  }
}
.single-page .merit__group-item {
  width: 530px;
}
@media screen and (max-width: 1920px) {
  .single-page .merit__group-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-item {
    width: 100%;
  }
}
.single-page .merit__group-ttl {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-ttl {
    font-size: 16px;
  }
}
.single-page .merit__group-ttl {
  font-weight: bold;
  line-height: 1.3846153846;
  color: #cfbb28;
  width: 85%;
  margin-left: auto;
}
@media screen and (max-width: 1920px) {
  .single-page .merit__group-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-ttl {
    width: 100%;
  }
}
.single-page .merit__group-number {
  font-size: clamp(1.5rem, 0.714rem + 1.23vw, 2.188rem);
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-number {
    font-size: 20px;
  }
}
.single-page .merit__group-number {
  line-height: 1;
  font-weight: bold;
  color: #ffda00;
  font-family: "Helvetica", sans-serif;
  font-style: italic;
  border-bottom: 1px solid #ffda00;
  margin-top: -5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .single-page .merit__group-number {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-number {
    margin-top: 10px;
  }
}
.single-page .merit__group-txt {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-txt {
    font-size: 16px;
  }
}
.single-page .merit__group-txt {
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
  width: 85%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .single-page .merit__group-txt {
    width: 100%;
  }
}

.single-page .client {
  margin-top: -150px;
  padding: 0 0 85px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .client {
    padding: 0 0 50px 0;
    margin-top: -50px;
  }
}
.single-page .client::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4b4b4b;
  z-index: -20;
}
.single-page .client .l-inner {
  max-width: 1220px;
}
.single-page .client .c-ttl {
  position: relative;
  z-index: 100;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .single-page .client .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .client__block {
  display: flex;
  border-top: 1px solid #919191;
  border-bottom: 1px solid #919191;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .single-page .client__block {
    overflow-x: auto;
    margin-bottom: 10px;
  }
}
.single-page .client__block-group {
  flex: 1;
  padding: 35px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .single-page .client__block-group {
    padding: 35px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .client__block-group {
    padding: 35px;
    flex: 0 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.single-page .client__block-group:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #919191;
}
.single-page .client__block-list {
  display: flex;
  justify-content: space-between;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .client__block-list {
    font-size: 16px;
  }
}
.single-page .client__block-list {
  line-height: 2.15;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1920px) {
  .single-page .client__block-list {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .client__block-list {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    font-size: 14px;
  }
}
.single-page .client__block-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.single-page .client__block-span01 {
  width: 50%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .single-page .client__block-span01 {
    width: 150px;
    min-width: 150px;
    margin-right: 20px;
  }
}
.single-page .client__block-span02 {
  width: 48%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .single-page .client__block-span02 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.single-page .client__block .small {
  font-size: 15px;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .single-page .client__block .small {
    font-size: 14px;
  }
}
.single-page .client__note {
  display: none;
}
@media screen and (max-width: 1024px) {
  .single-page .client__note {
    display: block;
    margin-bottom: 50px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .single-page .client__note::before {
    content: "";
    width: 100px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(100%, -50%);
  }
}
.single-page .client__frame {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.single-page .client__slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page .client__slide img, .single-page .client__slide iframe {
  aspect-ratio: 975/661;
}
.single-page .client__slide .slider-frame {
  position: relative;
  margin-bottom: 0;
}
.single-page .client__slide .slider-frame .slide_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ddd transparent transparent;
}
@media screen and (max-width: 1024px) {
  .single-page .client__slide .slider-frame .slide_prev {
    left: 0;
  }
}
.single-page .client__slide .slider-frame .slide_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ddd;
}
@media screen and (max-width: 1024px) {
  .single-page .client__slide .slider-frame .slide_next {
    right: 0;
  }
}
.single-page .client__slide-lead {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .client__slide-lead {
    font-size: 16px;
  }
}
.single-page .slider-frame .slide_next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ddd;
}
@media screen and (max-width: 1024px) {
  .single-page .slider-frame .slide_next {
    right: 0;
  }
}

  .single-page .slider-frame .slide_prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #ddd transparent transparent;
}
@media screen and (max-width: 1024px) {
  .single-page .slider-frame .slide_prev {
    left: -10px;
  }
}

.single-page .client__slide-lead {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .client__slide-lead {
    font-size: 16px;
  }
}
.single-page .client__slide-lead {
  line-height: 1.5384615385;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
}
.single-page .client__slide-lead::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}
.single-page .client__slide-txt {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .client__slide-txt {
    font-size: 16px;
  }
}
.single-page .client__slide-txt {
  line-height: 2.15;
  font-family: "Noto Sans JP", sans-serif;
}

.single-page .course {
  padding: 80px 0 85px 0;
  background: #767676;
}
@media screen and (max-width: 768px) {
  .single-page .course {
    padding: 50px 0;
  }
}
.single-page .course .l-inner {
  max-width: 1560px;
}
.single-page .course .c-ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .single-page .course .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .course__group {
  background: #4b4b4b;
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 1920px) {
  .single-page .course__group {
    padding: 45px 20px;
  }
}
.single-page .course__group-frame {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .single-page .course__group-frame {
    width: 100%;
  }
}
.single-page .course__group-list {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .course__group-list {
    font-size: 16px;
  }
}
.single-page .course__group-list {
  line-height: 1.9230769231;
}
@media screen and (max-width: 1920px) {
  .single-page .course__group-list {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .course__group-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single-page .course__group-list span {
    display: none;
  }
}
.single-page .course__group-list:not(:last-of-type) {
  margin-bottom: 10px;
}

.single-page .guest {
  background-image: url(../images/guest_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .guest {
    padding: 50px 0;
  }
}
.single-page .guest .l-inner {
  max-width: 1560px;
}
.single-page .guest .c-ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .single-page .guest .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .guest__group {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 1920px) {
  .single-page .guest__group {
    gap: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .guest__group {
    flex-wrap: wrap;
    gap: 50px 10px;
  }
}
.single-page .guest__group-item {
  width: 17.6%;
}
@media screen and (max-width: 1920px) {
  .single-page .guest__group-item {
    width: 19.2%;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .guest__group-item {
    width: calc(50% - 5px);
  }
}
.single-page .guest__group-thumbnail {
  margin-bottom: 15px;
}
.single-page .guest__group-txt {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .guest__group-txt {
    font-size: 16px;
  }
}
.single-page .guest__group-txt {
  line-height: 1.85;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .single-page .guest__group-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .single-page .guest__group-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .guest__group-txt {
    font-size: 15px;
    text-align: left;
  }
}
.single-page .guest__group-txt span {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-page .guest__group-txt span {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .single-page .guest__group-txt .br-pc {
    display: none;
  }
}
.single-page .partner {
  padding: 70px 0 80px 0;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .single-page .partner {
    padding: 50px 0;
  }
}
.single-page .partner .l-inner {
  max-width: 1180px;
}
.single-page .partner .l-inner-right {
  width: 90%;
  max-width: calc(100% - (50% - 590px));
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .single-page .partner .l-inner-right {
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-page .partner .c-ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .single-page .partner .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .partner__frame {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .single-page .partner__frame {
    margin-bottom: 25px;
  }
}
.single-page .partner__thumbnail {
  float: left;
  margin: 0 35px 0 0;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .single-page .partner__thumbnail {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 25px auto;
    float: unset;
  }
}
.single-page .partner__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .partner__content {
    font-size: 16px;
  }
}
.single-page .partner__content {
  line-height: 1.85;
  font-weight: 400;
}
.single-page .partner__content-company {
  margin-bottom: 10px;
}
.single-page .partner__content-ttl {
  margin-bottom: 25px;
}
.single-page .partner__content-name {
  font-size: clamp(1.5rem, 0.714rem + 1.23vw, 2.188rem);
}
@media screen and (max-width: 768px) {
  .single-page .partner__content-name {
    font-size: 20px;
  }
}
.single-page .partner__content-name {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .single-page .partner__content-name {
    margin-bottom: 25px;
  }
}
.single-page .partner__content-txt:not(:last-of-type) {
  margin-bottom: 25px;
}
.single-page .partner .slider-frame {
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .partner .slider-frame {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-page .partner .slider-frame .slick-slide {
  margin: 0 10px;
}
.single-page .partner .slider-frame .slick-list {
  margin: 0 -10px;
}
.single-page .partner .slider-frame iframe {
  aspect-ratio: 505/325;
}
.single-page .partner .slider-frame .slide_prev {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
@media screen and (max-width: 768px) {
  .single-page .partner .slider-frame .slide_prev {
    display: block;
    left: -25px;
  }
}
.single-page .partner .slider-frame .slide_next {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #FFFFFF;
}
@media screen and (max-width: 768px) {
  .single-page .partner .slider-frame .slide_next {
    display: block;
    right: -25px;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFFFFF;
  }
}
.single-page .partner .slider-frame .slick-prev {
  display: none !important;
}

.single-page .reviews {
  background-image: url(../images/reviews_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .single-page .reviews {
    padding: 50px 0;
  }
}
.single-page .reviews .c-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .single-page .reviews .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .reviews .l-inner {
  max-width: 1260px;
}
.single-page .reviews__frame {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-page .reviews__frame {
    flex-direction: column;
  }
}
.single-page .reviews__image {
  width: 26.9%;
}
@media screen and (max-width: 768px) {
  .single-page .reviews__image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.single-page .reviews__group {
  width: 63.4%;
}
@media screen and (max-width: 768px) {
  .single-page .reviews__group {
    width: 100%;
  }
}
.single-page .reviews__group-item {
  padding: 35px 50px;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .reviews__group-item {
    font-size: 16px;
  }
}
.single-page .reviews__group-item {
  line-height: 1.85;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background: #000000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .reviews__group-item {
    padding: 15px;
  }
}
.single-page .reviews__group-item::before {
  content: "";
  position: absolute;
  right: 115px;
  bottom: -30px;
  width: 20px;
  height: 30px;
  background: #000000;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 100% 100%);
}
.single-page .reviews__group-item:not(:last-of-type) {
  margin-bottom: 50px;
}

.single-page .flow {
  background-image: url(../images/flow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0 90px 0;
}
@media screen and (max-width: 768px) {
  .single-page .flow {
    padding: 50px 0;
  }
}
.single-page .flow .l-inner {
  max-width: 1375px;
}
.single-page .flow .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .single-page .flow .c-ttl {
    margin-bottom: 50px;
  }
}
.single-page .flow__block {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.single-page .flow__block-lead {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-lead {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
.single-page .flow__block-lead:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-lead:first-of-type {
    margin-bottom: 10px;
  }
}
.single-page .flow__block-lead:last-of-type {
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
}
.single-page .flow__block-stage {
  font-size: clamp(1.5rem, 1.071rem + 0.67vw, 1.875rem);
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-stage {
    font-size: 20px;
  }
}
.single-page .flow__block-stage {
  color: #ffda00;
  font-style: italic;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-stage {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.single-page .flow__block-plan {
  font-size: clamp(1.25rem, 0.821rem + 0.67vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-plan {
    font-size: 16px;
  }
}
.single-page .flow__block-plan {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-plan {
    font-size: 16px;
  }
}
.single-page .flow__block-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-group {
    justify-content: center;
    gap: 50px 0;
  }
}
.single-page .flow__block-list {
  position: relative;
  text-box-trim: unset;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-list {
    width: 33.3333333333%;
  }
}
.single-page .flow__block-list:first-of-type::before, .single-page .flow__block-list:nth-of-type(3)::before, .single-page .flow__block-list:nth-of-type(7)::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-list:first-of-type::before, .single-page .flow__block-list:nth-of-type(3)::before, .single-page .flow__block-list:nth-of-type(7)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
    width: 10px;
    height: 20px;
    background: #ffda00;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    display: block;
  }
}
.single-page .flow__block-arrow {
  width: 20px;
  height: 30px;
  background: #ffda00;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-arrow {
    display: none;
  }
}
.single-page .flow__block-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100vw;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.single-page .flow__block-step {
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-step {
    font-size: 16px;
  }
}
.single-page .flow__block-step {
  color: #ffda00;
  font-style: italic;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  display: block;
  margin-bottom: 5px;
}
.single-page .flow__block-ttl {
  font-size: clamp(1.25rem, 0.964rem + 0.45vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-ttl {
    font-size: 16px;
  }
}
.single-page .flow__block-ttl {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .single-page .flow__block-ttl {
    font-size: 10px;
  }
}
.single-page .flow__block-number {
  text-align: center;
  position: relative;
  z-index: 0;
}
.single-page .flow__block-number img {
  height: 108px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .single-page .flow__block-number img {
    height: 80px;
  }
}

.single-page .inquiry {
  padding: 85px 0;
  background: #767676;
}
@media screen and (max-width: 768px) {
  .single-page .inquiry {
    padding: 50px 0;
  }
}
.single-page .inquiry .l-inner {
  max-width: 1055px;
}
.single-page .inquiry .c-ttl {
  margin-bottom: 50px;
}
.single-page .inquiry__group-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .single-page .inquiry__group-item {
    font-size: 16px;
  }
}
.single-page .inquiry__group-item {
  line-height: 1.85;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .single-page .inquiry__group-item {
    width: calc(100% - 40px);
  }
}
.single-page .inquiry__group-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.single-page .inquiry__group-question {
  background: #4b4b4b;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-page .inquiry__group-question {
    padding: 15px;
  }
}
.single-page .inquiry__group-answer {
  background: #ffffff;
  padding: 30px 40px;
  color: #000000;
  display: none;
}
@media screen and (max-width: 768px) {
  .single-page .inquiry__group-answer {
    padding: 15px;
  }
}
.single-page .inquiry__group-answer.active {
  display: block;
}
.single-page .inquiry__group-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: -40px;
}
@media screen and (max-width: 1024px) {
  .single-page .inquiry__group-btn {
    top: 12px;
    right: -40px;
  }
}
.single-page .inquiry__group-btn-span01 {
  position: absolute;
  width: 5px;
  height: 100%;
  background: #000000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-page .inquiry__group-btn-span02 {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #000000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-page .inquiry__group-btn.active .inquiry__group-btn-span01 {
  display: none;
}

/*home--------------------*/
/*single--------------------*/
.single-post .contents {
  color: #000000;
}/*# sourceMappingURL=style.css.map */

/* ==================================================
   利用規約
================================================== */

.terms-field {
  width: 100%;
  margin-top: 32px;
}

.terms-field__label {
  margin: 0 0 10px;
  color: #111;
  font-weight: 600;
  line-height: 1.6;
}

/* スクロールエリア */
.terms-box {
  position: relative;
  width: 100%;
  height: 280px;
  padding: 24px 28px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  box-sizing: border-box;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 2px;
  background: #f8f8f7;
  color: #333;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  scrollbar-width: thin;
  scrollbar-color: #999 #e5e5e3;
}

/* Chrome / Edge / Safari */
.terms-box::-webkit-scrollbar {
  width: 7px;
}

.terms-box::-webkit-scrollbar-track {
  background: #e5e5e3;
}

.terms-box::-webkit-scrollbar-thumb {
  border: 1px solid #e5e5e3;
  border-radius: 10px;
  background: #999;
}

.terms-box::-webkit-scrollbar-thumb:hover {
  background: #777;
}

/* キーボード操作時 */
.terms-box:focus-visible {
  outline: 2px solid #222;
  outline-offset: 3px;
}

.terms-box__inner {
  max-width: 100%;
}

.terms-box__title {
  margin: 0 0 24px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}

.terms-box p {
  margin: 0 0 12px;
}

.terms-article {
  margin-top: 28px;
}

.terms-article h3,
.terms-supplementary h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.terms-article ol {
  margin: 0;
  padding-left: 1.7em;
  list-style-type: decimal;
}

.terms-article ol > li {
  margin-bottom: 8px;
  padding-left: 0.25em;
}

.terms-article ol > li:last-child {
  margin-bottom: 0;
}

/* a. b. c. 表記 */
.terms-article .terms-alpha-list {
  margin-top: 8px;
  padding-left: 1.8em;
  list-style-type: lower-alpha;
}

.terms-article .terms-alpha-list > li {
  margin-bottom: 5px;
}

.terms-supplementary {
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

/* 同意チェック */
.terms-consent {
  margin-top: 15px;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
}

.terms-consent .wpcf7-list-item {
  display: block;
  margin: 0;
}

.terms-consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

.terms-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: #111;
}

/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 767px) {
  .terms-field {
    margin-top: 24px;
  }

  .terms-box {
    height: 240px;
    padding: 18px 16px;
    font-size: 11px;
    line-height: 1.85;
  }

  .terms-box__title {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .terms-article {
    margin-top: 24px;
  }

  .terms-article h3,
  .terms-supplementary h3 {
    font-size: 12px;
  }

  .application__form .wpcf7-acceptance label{
    margin-bottom: 5px;
    gap: 0;
  }
}