@charset "UTF-8";
/* ------------------------------------------------------
変数
------------------------------------------------------ */
.font-eng {
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* =======================================================

共通

======================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5% !important;
  min-height: 100%;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  color: #1e2c2c;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
@media (max-width: 450px) {
  body {
    font-size: 1.3rem;
  }
}

p {
  line-height: 1.7em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1em;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

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

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

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

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

main {
  overflow: hidden;
}

.container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .container {
    padding: 0 25px;
  }
}

.container--sm {
  max-width: 1040px;
  margin: 0 auto;
}

.cmn-ttls {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 450px) {
  .cmn-ttls {
    margin-bottom: 20px;
  }
}
.cmn-ttls > .ttl {
  font-size: 2.8rem;
  position: relative;
  color: #1e2c2c;
  line-height: 1.8em;
  font-weight: 700;
}
@media (max-width: 450px) {
  .cmn-ttls > .ttl {
    font-size: 2.2rem;
  }
}
.cmn-ttls > .ttl::before {
  position: absolute;
  left: -40px;
  top: 25px;
  height: 3px;
  width: 30px;
  content: "";
  background: #27A7A7;
}
@media (max-width: 450px) {
  .cmn-ttls > .ttl::before {
    top: 20px;
    width: 20px;
    left: -25px;
  }
}
.cmn-ttls > .ttl.white {
  color: #fff;
}
.cmn-ttls > .ttl.white::before {
  background: #fff;
}
.cmn-ttls > .ttl .big {
  font-size: 1.4em;
  color: #27A7A7;
}
.cmn-ttls > p.white {
  color: #fff;
}

/* =======================================================

header

======================================================= */
.side-nav {
  position: fixed;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}
@media (max-width: 860px) {
  .side-nav {
    flex-direction: row;
    align-items: center;
    gap: 0;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    transform: unset;
  }
}
.side-nav > a {
  writing-mode: vertical-rl;
  padding: 30px 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: ease 0.3s opacity;
  display: flex;
  gap: 10px;
  justify-content: center;
  font-weight: 700;
}
.side-nav > a:hover {
  opacity: 0.7;
}
@media (max-width: 860px) {
  .side-nav > a {
    writing-mode: horizontal-tb;
    width: 100%;
    text-align: center;
    padding: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 450px) {
  .side-nav > a {
    padding: 10px;
    height: 50px;
    font-size: 1.6rem;
    gap: 3px;
    align-items: center;
  }
}

.btn-contact {
  background: linear-gradient(-50deg, #2ac584 0%, #E2A431 100%);
  color: #fff;
}

.btn-apply {
  background: #27A7A7;
  color: #fff;
}

/* =======================================================

MV

======================================================= */
.section-mv {
  background: url(../imgs/mv__bg.png) bottom no-repeat;
  background-size: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 860px) {
  .section-mv {
    height: auto;
  }
}

.mv__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 860px) {
  .mv__inner {
    flex-direction: column;
    align-items: center;
    padding: 30px 0 20px;
  }
}
.mv__texts {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 50px;
  width: 50%;
}
@media (max-width: 860px) {
  .mv__texts {
    width: 100%;
    max-width: 600px;
    padding: 0 40px;
  }
}
@media (max-width: 450px) {
  .mv__texts {
    padding: 0 20px;
    gap: 30px;
  }
}

.mv__copy {
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 0.1em;
  z-index: 1;
}
.mv__copy > span:nth-child(1) {
  color: #fff;
  padding: 0.3em;
  background: linear-gradient(90deg, #F1D39C 0%, #E2A431 100%);
}
.mv__copy > span:nth-child(2) {
  color: #fff;
  padding: 0.3em;
  background: linear-gradient(90deg, #8FD1D1 0%, #27A7A7 100%);
}
@media (max-width: 860px) {
  .mv__copy {
    font-size: 2.4rem;
  }
}
@media (max-width: 450px) {
  .mv__copy {
    font-size: 2rem;
  }
}

.mv__logo {
  font-size: 3.6rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 700;
}
@media (max-width: 860px) {
  .mv__logo {
    font-size: 2.8rem;
  }
}
@media (max-width: 450px) {
  .mv__logo {
    font-size: 2.2rem;
  }
}

.mv__company {
  font-size: 2rem;
  display: flex;
  gap: 10px;
}
@media (max-width: 450px) {
  .mv__company {
    font-size: 1.5rem;
  }
  .mv__company img {
    width: 250px;
  }
}

.mv__img {
  position: absolute;
  right: -20%;
  top: 0;
  width: 80%;
  max-width: 920px;
}
@media (max-width: 860px) {
  .mv__img {
    position: relative;
    width: 110%;
    right: -5%;
    max-width: unset;
  }
}
.mv__effect {
  position: absolute;
  width: 600px;
  height: 280px;
  opacity: 0.5;
}
@media (max-width: 450px) {
  .mv__effect {
    height: 150px;
    width: 400px;
  }
}
.mv__effect.effect01 {
  transform: rotate(140deg);
  bottom: -150px;
  left: 100px;
  background: linear-gradient(269deg, #FFB835 32.36%, rgba(255, 184, 53, 0) 74.45%);
}
@media (max-width: 450px) {
  .mv__effect.effect01 {
    bottom: -50px;
    left: -50px;
  }
}
.mv__effect.effect02 {
  top: -100px;
  left: -300px;
  transform: rotate(-40deg);
  background: linear-gradient(269deg, #27A7A7 32.36%, rgba(39, 167, 167, 0) 74.45%);
}
@media (max-width: 450px) {
  .mv__effect.effect02 {
    top: -50px;
    left: -200px;
  }
}
.mv__effect.effect03 {
  top: 50px;
  right: -10%;
  transform: rotate(-40deg);
  background: linear-gradient(269deg, #27A7A7 32.36%, rgba(39, 167, 167, 0) 74.45%);
}
@media (max-width: 860px) {
  .mv__effect.effect03 {
    right: -30%;
  }
}
@media (max-width: 450px) {
  .mv__effect.effect03 {
    right: -50%;
    top: 100px;
  }
}

/* =======================================================

cv top

======================================================= */
.cv__top {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 860px) {
  .cv__top {
    width: 85%;
    gap: 10px;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .cv__top {
    flex-direction: column;
    gap: 5px;
    width: 75%;
    top: -60px;
  }
}
.cv__top .baloon {
  color: #fff;
  background: url(../imgs/cv__baloon.svg) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 90px;
  text-align: center;
  font-size: 2.5rem;
  padding-top: 15px;
  padding-right: 10px;
}
@media (max-width: 860px) {
  .cv__top .baloon {
    margin-left: -60px;
  }
}
@media (max-width: 450px) {
  .cv__top .baloon {
    background-image: url(../imgs/cv__baloon--sp.svg);
    margin-top: -62px;
    margin-left: unset;
    width: 65px;
    height: 75px;
    padding-right: 0;
    font-size: 2rem;
    padding-top: 10px;
  }
}
.cv__top .baloon span {
  font-size: 0.7em;
}
.cv__top .texts {
  text-align: center;
}
.cv__top .texts .ttl {
  font-size: 2.2rem;
  margin-bottom: 5px;
  color: #27A7A7;
  font-weight: 700;
}
@media (max-width: 450px) {
  .cv__top .texts .ttl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.cv__top .scrol-btn {
  border: #27A7A7 1px solid;
  color: #27A7A7;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 15px;
  height: 60px;
  font-size: 1.6rem;
  transition: ease 0.3s opacity;
}
.cv__top .scrol-btn:hover {
  opacity: 0.7;
}
@media (max-width: 450px) {
  .cv__top .scrol-btn {
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
  }
}

/* =======================================================

目指すライン

======================================================= */
.section-line {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 450px) {
  .section-line {
    padding: 50px 0;
  }
}

.line__inner {
  background: #439D9D;
  padding: 60px 40px;
}
@media (max-width: 450px) {
  .line__inner {
    padding: 20px;
  }
}

.line__target {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.8em;
  font-weight: 700;
}
@media (max-width: 860px) {
  .line__target {
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .line__target {
    font-size: 1.8rem;
  }
}

.line__list {
  display: flex;
  gap: 20px;
}
@media (max-width: 860px) {
  .line__list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.line__list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 860px) {
  .line__list__item {
    width: 100%;
    padding: 20px;
    border: rgba(255, 255, 255, 0.3) 1px solid !important;
  }
}
@media (max-width: 450px) {
  .line__list__item {
    padding: 20px;
    font-size: 1.4rem;
    gap: 10px;
    flex-direction: row;
    text-align: left;
  }
}
.line__list__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 450px) {
  .line__list__item img {
    width: 60px;
    margin-bottom: 5px;
  }
}

/* =======================================================

特徴

======================================================= */
.section-feature {
  position: relative;
  padding: 130px 0 80px;
  background: #F4F4F4;
}
@media (max-width: 450px) {
  .section-feature {
    padding: 100px 0 50px;
  }
}
.section-feature .container {
  display: flex;
  gap: 40px;
}
@media (max-width: 1160px) {
  .section-feature .container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.section-feature .container .cmn-ttls {
  width: 20%;
}
@media (max-width: 860px) {
  .section-feature .container .cmn-ttls {
    width: 100%;
  }
}

.feature__list {
  width: calc(100% - 400px);
}
@media (max-width: 1160px) {
  .feature__list {
    width: 80%;
    max-width: 600px;
    margin-left: -150px;
  }
}
@media (max-width: 860px) {
  .feature__list {
    margin-left: -100px;
  }
}
@media (max-width: 450px) {
  .feature__list {
    width: 90%;
    margin-left: -50px;
  }
}

.feature__list__item {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 120px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 860px) {
  .feature__list__item {
    gap: 10px;
    height: 100px;
  }
}
@media (max-width: 450px) {
  .feature__list__item {
    padding: 15px 10px;
    height: unset;
    min-height: 80px;
  }
}
.feature__list__item:nth-child(2) {
  transform: translateX(50px);
}
@media (max-width: 860px) {
  .feature__list__item:nth-child(2) {
    transform: translateX(30px);
  }
}
@media (max-width: 450px) {
  .feature__list__item:nth-child(2) {
    transform: translateX(20px);
  }
}
.feature__list__item:nth-child(3) {
  transform: translateX(100px);
}
@media (max-width: 860px) {
  .feature__list__item:nth-child(3) {
    transform: translateX(60px);
  }
}
@media (max-width: 450px) {
  .feature__list__item:nth-child(3) {
    transform: translateX(40px);
  }
}
.feature__list__item:nth-child(4) {
  transform: translateX(150px);
}
@media (max-width: 860px) {
  .feature__list__item:nth-child(4) {
    transform: translateX(90px);
  }
}
@media (max-width: 450px) {
  .feature__list__item:nth-child(4) {
    transform: translateX(60px);
  }
}
.feature__list__item svg {
  position: absolute;
  left: 0;
  top: 0;
}
.feature__list__item .font-eng {
  font-size: 7rem;
  line-height: 100%;
  color: #27A7A7;
  opacity: 0.3;
}
@media (max-width: 450px) {
  .feature__list__item .font-eng {
    font-size: 4rem;
  }
}
.feature__list__item .texts {
  color: #1e2c2c;
}
.feature__list__item .texts .ttl {
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 700;
}
@media (max-width: 450px) {
  .feature__list__item .texts .ttl {
    font-size: 1.7rem;
  }
}
.feature__list__item .texts p {
  margin-top: 5px;
}

/* =======================================================

「対面」にこだわるわけ

======================================================= */
.section-taimen {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 450px) {
  .section-taimen {
    padding: 50px 0;
  }
}

.taimen__top {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .taimen__top {
    font-size: 1.8rem;
  }
}
.taimen__top .green {
  font-size: 1.3em;
  font-weight: 700;
  color: #27A7A7;
}
.taimen__top .yellow {
  font-size: 1.3em;
  font-weight: 700;
  color: #E2A431;
}

.taimen__ba {
  display: flex;
  gap: 20px;
}
@media (max-width: 860px) {
  .taimen__ba {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .taimen__ba {
    gap: 10px;
  }
}

.taimen__ba__item {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 450px) {
  .taimen__ba__item {
    gap: 10px;
    padding: 20px;
  }
}

.taimen__ba__ttl {
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}
@media (max-width: 450px) {
  .taimen__ba__ttl {
    font-size: 2.2rem;
  }
}

.taimen__ba__list {
  font-size: 1.7rem;
  line-height: 1.6em;
}
.taimen__ba__list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .taimen__ba__list {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .taimen__ba__list img {
    width: 20px;
  }
}

.taimen__before {
  background: #F6FCFC;
}

.taimen__after {
  background: #FFFBF4;
}
.taimen__after .taimen__ba__ttl {
  color: #E2A431;
}

@media (max-width: 450px) {
  .taimen__ba__img {
    width: 220px;
  }
}

.taimen__ba__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .taimen__ba__arrow {
    height: 80px;
  }
}
@media (max-width: 860px) {
  .taimen__ba__arrow img {
    transform: rotate(90deg);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* =======================================================

カリキュラム

======================================================= */
.section-curriculum {
  background: #439D9D;
  padding: 80px 0;
}
@media (max-width: 450px) {
  .section-curriculum {
    padding: 50px 0;
  }
}

.curriculum__list {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 860px) {
  .curriculum__list {
    flex-direction: column;
    align-items: center;
  }
}

.curriculum__list__item {
  flex: 1;
  padding: 30px 20px;
}
@media (max-width: 860px) {
  .curriculum__list__item {
    width: 100% !important;
    max-width: 600px;
  }
}
@media (max-width: 450px) {
  .curriculum__list__item {
    padding: 20px;
  }
}
.curriculum__list__item .num {
  font-size: 2rem;
  color: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  .curriculum__list__item .num {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.curriculum__list__item .ttl {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 450px) {
  .curriculum__list__item .ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.curriculum__list__item .period {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 450px) {
  .curriculum__list__item .period {
    font-size: 1.6rem;
  }
}
.curriculum__list__item:nth-child(1) {
  background-color: #D1AB1E;
}
.curriculum__list__item:nth-child(3) {
  background: #D08C2F;
}
.curriculum__list__item:nth-child(5) {
  background: #CA713A;
}
.curriculum__list__item.arrow {
  flex: unset;
  width: 30px;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 860px) {
  .curriculum__list__item.arrow {
    height: auto;
  }
}
.curriculum__list__item.arrow img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 860px) {
  .curriculum__list__item.arrow img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.curriculum-detail__list li {
  line-height: 1.8em;
  display: flex;
  gap: 5px;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 450px) {
  .curriculum-detail__list li {
    font-size: 1.4rem;
  }
  .curriculum-detail__list li img {
    width: 20px;
  }
}
.curriculum-detail__list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .curriculum-detail__list li:not(:last-child) {
    margin-bottom: 0;
  }
}

.curriculum__attention {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.teacfer {
  padding: 40px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 40px;
  justify-content: flex-start;
}
@media (max-width: 860px) {
  .teacfer {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .teacfer {
    padding: 20px;
    gap: 20px;
  }
}

.teacfer__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 300px;
}
@media (max-width: 860px) {
  .teacfer__img {
    width: 100%;
    min-width: unset;
    gap: 5px;
  }
}
@media (max-width: 450px) {
  .teacfer__img img {
    width: 150px;
  }
}
.teacfer__img .company {
  text-align: center;
  color: #fff;
}
.teacfer__img .name {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

.teacfer__texts {
  width: auto;
}
.teacfer__texts .comment {
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 30px;
}
.teacfer__texts .comment .big {
  font-size: 1.3em;
  font-weight: 700;
}
.teacfer__texts .license {
  border: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 20px;
  color: #fff;
}
.teacfer__texts .license dt,
.teacfer__texts .license dd:not(:last-child) {
  margin-bottom: 10px;
}

/* =======================================================

就職支援

======================================================= */
.section-working {
  background: #F4F4F4;
  padding: 80px 0;
}
@media (max-width: 450px) {
  .section-working {
    padding: 50px 0 20px;
  }
}

.working__list {
  display: flex;
}
@media (max-width: 860px) {
  .working__list {
    flex-direction: column;
    align-items: center;
  }
}

.working__list__item {
  flex: 1;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 860px) {
  .working__list__item {
    padding: 30px 0;
    max-width: 600px;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
@media (max-width: 450px) {
  .working__list__item {
    display: grid;
    grid-template-rows: repeat(2);
    gap: 5px 15px;
    padding: 20px 0;
  }
}
.working__list__item:not(:last-child) {
  border-right: rgba(0, 0, 0, 0.2) 1px solid;
}
@media (max-width: 860px) {
  .working__list__item:not(:last-child) {
    border-right: 0;
  }
}
.working__list__item:first-child {
  padding-left: 0;
}
.working__list__item:last-child {
  padding-right: 0;
}
.working__list__item img {
  margin-bottom: 30px;
}
@media (max-width: 860px) {
  .working__list__item img {
    margin-bottom: 10px;
  }
}
@media (max-width: 450px) {
  .working__list__item img {
    width: 90px;
    grid-area: 1/1/3/2;
  }
}
.working__list__item .ttl {
  font-size: 2.4rem;
  color: #27A7A7;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.4em;
}
@media (max-width: 860px) {
  .working__list__item .ttl {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .working__list__item .ttl {
    font-size: 1.8rem;
    grid-area: 1/2/2/3;
    margin-bottom: 0;
    text-align: left;
  }
}
.working__list__item p {
  color: #1e2c2c;
  text-align: left;
}
@media (max-width: 450px) {
  .working__list__item p {
    grid-area: 2/2/3/3;
  }
}

/* =======================================================

開催概要・受講料

======================================================= */
.section-overview {
  display: flex;
}
@media (max-width: 860px) {
  .section-overview {
    flex-direction: column;
  }
}

.overview__item {
  flex: 1;
}

.overview__item__inner {
  max-width: 580px;
  width: 100%;
  padding: 80px 20px;
}
@media (max-width: 860px) {
  .overview__item__inner {
    max-width: 100%;
  }
}
.overview__item__inner > .ttl {
  font-size: 2.8rem;
  text-align: center;
  color: #1e2c2c;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .overview__item__inner > .ttl {
    font-size: 2.2rem;
  }
}
.overview__item__inner > .ttl.white {
  color: #fff;
}

/* 開催概要============================== */
.overview__held {
  background: #5A6688;
}
.overview__held .overview__item__inner {
  margin-left: auto;
  padding-right: 60px;
}
@media (max-width: 860px) {
  .overview__held .overview__item__inner {
    padding: 50px 25px;
  }
}

.held__table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
}
.held__table th,
.held__table td {
  border: #fff 1px solid;
  padding: 10px;
  color: #fff;
  line-height: 1.8em;
  font-size: 1.6rem;
}
@media (max-width: 450px) {
  .held__table th,
  .held__table td {
    font-size: 1.5rem;
  }
}
.held__table th {
  background: rgba(255, 255, 255, 0.1);
}

.held__attention {
  font-weight: 400;
  color: #fff;
}

/* 受講料======================== */
.overview__cost {
  background: #EEE9DA;
}
.overview__cost .overview__item__inner {
  margin-right: auto;
  padding-left: 60px;
}
@media (max-width: 860px) {
  .overview__cost .overview__item__inner {
    padding: 50px 30px;
  }
}

.cost__item {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 30px;
  position: relative;
  line-height: 1em;
  background-color: #fff;
}
@media (max-width: 450px) {
  .cost__item {
    width: 90%;
    padding: 30px 20px 20px;
  }
}
.cost__item dt {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  color: #fff;
  padding: 8px 20px;
  font-size: 1.7rem;
}
@media (max-width: 450px) {
  .cost__item dt {
    font-size: 1.5rem;
  }
}
.cost__item dd {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  color: #1e2c2c;
}

.cost__usually {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .cost__usually {
    margin-bottom: 10px;
  }
}
.cost__usually dt {
  background: #555;
}
.cost__usually dd .price {
  font-size: 1.6rem;
}
.cost__usually dd .price .big {
  font-size: 2em;
}

.cost__special dt {
  background: #E2A431;
}
.cost__special dd {
  color: #AF822F;
}
.cost__special dd .price {
  font-size: 2.2rem;
}
.cost__special dd .price .big {
  font-size: 2em;
}

.cost__arrow {
  display: block;
  width: 30px;
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 450px) {
  .cost__arrow {
    margin-bottom: 10px;
  }
  .cost__arrow img {
    width: 20px;
  }
}

/* =======================================================

よくある質問

======================================================= */
.section-interview-flow {
  padding: 80px 0;
  background: #F4F4F4;
}
@media (max-width: 450px) {
  .section-interview-flow {
    padding: 50px 0;
  }
}

.faq__list {
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 450px) {
  .faq__list {
    padding: 0 20px;
  }
}

.faq__list__item {
  padding: 20px 0;
}
.faq__list__item:not(:last-child) {
  border-bottom: #ddd 1px solid;
}

.faq__head {
  color: #27A7A7;
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
@media (max-width: 450px) {
  .faq__head {
    font-size: 1.5rem;
  }
}
.faq__head .icon {
  min-width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  font-family: "Afacad";
  background: #27A7A7;
  color: #fff;
  font-size: 3rem;
  line-height: 50px;
}
@media (max-width: 450px) {
  .faq__head .icon {
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.faq__head p {
  padding-top: 10px;
}
@media (max-width: 450px) {
  .faq__head p {
    padding-top: 0;
  }
}

.faq__content {
  display: flex;
  gap: 10px;
}
.faq__content .icon {
  min-width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  font-family: "Afacad";
  background: #5A6688;
  color: #fff;
  font-size: 3rem;
  line-height: 50px;
}
@media (max-width: 450px) {
  .faq__content .icon {
    min-width: 30px;
    height: 30px;
    font-size: 2rem;
    line-height: 30px;
  }
}
.faq__content p {
  padding-top: 10px;
}
@media (max-width: 450px) {
  .faq__content p {
    padding-top: 0;
  }
}

/* =======================================================

cv

======================================================= */
.section-cv {
  padding: 50px 0;
  background: #439D9D;
  color: #fff;
  text-align: center;
}
@media (max-width: 450px) {
  .section-cv {
    padding: 30px 0;
  }
}

.cv__ttl {
  font-size: 2.6rem;
  margin-bottom: 0.6em;
}
@media (max-width: 450px) {
  .cv__ttl {
    font-size: 2.2rem;
  }
}

.cv__copy {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .cv__copy {
    font-size: 1.5rem;
  }
}

.cv__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 860px) {
  .cv__btns {
    flex-direction: column;
    gap: 10px;
  }
}
.cv__btns > a {
  padding: 25px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  transition: ease 0.3s opacity;
  width: 100%;
  max-width: 700px;
  font-weight: 700;
}
@media (max-width: 450px) {
  .cv__btns > a {
    font-size: 1.6rem;
    padding: 15px;
  }
}
.cv__btns > a:hover {
  opacity: 0.7;
}

/* =======================================================

footer

======================================================= */
.footer {
  background: #111;
  padding: 40px 0;
  margin-top: auto;
}
@media (max-width: 450px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  color: #fff;
}
.footer .container .link {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */