@charset "UTF-8";
/*! ----------------------
カラー関連
---------------------- */
/*! ----------------------
ブレイクポイント
---------------------- */
/*! ----------------------
PCレイアウト時の横幅
---------------------- */
html {
  color: #000;
  background: #fff;
}

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
}

/*! ----------------------
font
---------------------- */
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

/*! ----------------------
base
---------------------- */
body {
  line-height: 2;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body.is-body-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1300px;
    font-size: 16px;
  }
}
main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

/*! ----------------------
リンクホバー
---------------------- */
/*! ----------------------
box shadow
---------------------- */
/*! ----------------------
フォント
---------------------- */
/*! ----------------------
グラデーション アニメーション
---------------------- */
.m-gd-animation--accent,
.m-gd-animation--main {
  overflow: hidden;
  position: relative;
  transform: translatez(0);
  transition: all 0.5s ease-in-out 0s;
}

@media screen and (min-width: 768px) {
  .m-gd-animation--accent:hover .m-gd-animation-bg,
  .m-gd-animation--main:hover .m-gd-animation-bg,
  .m-gd-animation--accent:focus .m-gd-animation-bg,
  .m-gd-animation--main:focus .m-gd-animation-bg {
    transform: translateY(-85%);
  }
}
.m-gd-animation--accent .m-gd-animation-bg,
.m-gd-animation--main .m-gd-animation-bg {
  width: 100%;
  height: 800%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0%);
}

.m-gd-animation--main {
  color: #fff;
}

.m-gd-animation--main .m-gd-animation-bg {
  background: #ffbb1e;
  background: linear-gradient(45deg, #ff9158 0%, #ffbb1e 60%, #ff9158 100%);
}

.m-gd-animation--accent {
  color: #fff;
}

.m-gd-animation--accent .m-gd-animation-bg {
  background: #43cfe8;
  background: linear-gradient(45deg, #00a8be 0%, #43cfe8 60%, #00a8be 100%);
}

/*! ----------------------
左右にオレンジの正方形のある見出し
---------------------- */
.m-ttl-dec-box {
  text-align: center;
}
.m-ttl-dec-box__deco {
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  padding: 0 44px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-ttl-dec-box__deco {
    padding: 0 96px;
    font-size: 24px;
  }
}
.m-ttl-dec-box__deco::before, .m-ttl-dec-box__deco::after {
  content: "";
  width: 28px;
  height: 10px;
  background: url(../img/common/deco_box-orange.png) center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .m-ttl-dec-box__deco::before, .m-ttl-dec-box__deco::after {
    background: url(../img/common/deco_box-orange_pc.png) center/cover;
    width: 64px;
  }
}
.m-ttl-dec-box__deco::before {
  left: 0;
}
.m-ttl-dec-box__deco::after {
  right: 0;
}
.m-ttl-dec-box.m-mb {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .m-ttl-dec-box.m-mb {
    margin-bottom: 40px;
  }
}

.m-bottom-sub-ttl {
  width: 100%;
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
  height: 120px;
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .m-bottom-sub-ttl {
    font-size: 22px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .m-bottom-sub-ttl {
    font-size: 26px;
    margin-bottom: 80px;
  }
}

/*! ----------------------
角丸ボタン
---------------------- */
.m-round-btn--accent,
.m-round-btn--main,
.m-round-btn--gd {
  width: 80%;
  max-width: 328px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 0.06em;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 12px 10px;
}

.m-round-btn--gd {
  color: #fff;
}

.m-round-btn--main {
  color: #ff9158;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .m-round-btn--main:hover {
    color: #fff;
    background: #ff9158;
  }
}
.m-round-btn--accent {
  color: #00a8be;
  background: #fff;
}

.m-round-btn--lesson {
  color: #ff9158;
  background: #fff;
}

/*! ----------------------
角丸ボタン 矢印
---------------------- */
.m-round-arrow-btn--white,
.m-round-arrow-btn--main {
  text-align: center;
}

.m-round-arrow-btn--white a,
.m-round-arrow-btn--main a,
.m-round-arrow-btn--white span,
.m-round-arrow-btn--main span {
  min-width: 220px;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 12px 40px;
  position: relative;
}

.m-round-arrow-btn--white a::after,
.m-round-arrow-btn--main a::after,
.m-round-arrow-btn--white span::after,
.m-round-arrow-btn--main span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .m-round-arrow-btn--white a,
  .m-round-arrow-btn--main a,
  .m-round-arrow-btn--white span,
  .m-round-arrow-btn--main span {
    min-width: 300px;
    font-size: 16px;
    transition: 0.3s;
    padding: 10px 40px;
  }
  .m-round-arrow-btn--white a:hover,
  .m-round-arrow-btn--main a:hover,
  .m-round-arrow-btn--white span:hover,
  .m-round-arrow-btn--main span:hover {
    letter-spacing: 0.04em;
    transition: 0.3s;
  }
  .m-round-arrow-btn--white a:hover:hover,
  .m-round-arrow-btn--main a:hover:hover,
  .m-round-arrow-btn--white span:hover:hover,
  .m-round-arrow-btn--main span:hover:hover {
    letter-spacing: 0.12em;
    transition: 0.3s;
  }
}
.m-round-arrow-btn--main a,
.m-round-arrow-btn--main span {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ff9158;
  border: 1px solid #ff9158;
  background: #fff;
}

.m-round-arrow-btn--main a::after,
.m-round-arrow-btn--main span::after {
  border-color: #ff9158 #ff9158 transparent transparent;
}

@media screen and (min-width: 768px) {
  .m-round-arrow-btn--main a,
  .m-round-arrow-btn--main span {
    letter-spacing: 0.04em;
    transition: 0.3s;
  }
  .m-round-arrow-btn--main a:hover,
  .m-round-arrow-btn--main span:hover {
    color: #fff;
    background-color: #ff9158;
  }
  .m-round-arrow-btn--main a:hover::after,
  .m-round-arrow-btn--main span:hover::after {
    border-color: #fff #fff transparent transparent;
  }
}
.m-round-arrow-btn--white a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  border: 1px solid #fff;
}

.m-round-arrow-btn--white a::after {
  border-color: #fff #fff transparent transparent;
}

@media screen and (min-width: 768px) {
  .m-round-arrow-btn--white a:hover {
    color: #ff9158;
    background-color: #fff;
    transition: 0.3s;
  }
  .m-round-arrow-btn--white a:hover::after {
    border-color: #ff9158 #ff9158 transparent transparent;
  }
}
/*! ----------------------
more plus link
---------------------- */
.m-more-plus-link--white,
.m-more-plus-link--main {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 0 16px 0 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.m-more-plus-link--white::before,
.m-more-plus-link--main::before,
.m-more-plus-link--white::after,
.m-more-plus-link--main::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.m-more-plus-link--white::before,
.m-more-plus-link--main::before {
  width: 9px;
  height: 1px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .m-more-plus-link--white::before,
  .m-more-plus-link--main::before {
    width: 10px;
    height: 2px;
  }
}
.m-more-plus-link--white::after,
.m-more-plus-link--main::after {
  width: 1px;
  height: 9px;
  right: 4px;
}

@media screen and (min-width: 768px) {
  .m-more-plus-link--white::after,
  .m-more-plus-link--main::after {
    width: 2px;
    height: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-more-plus-link--white,
  .m-more-plus-link--main {
    font-size: 18px;
    transition: 0.3s;
  }
  .m-more-plus-link--white:hover,
  .m-more-plus-link--main:hover {
    letter-spacing: 0.04em;
    transition: 0.3s;
  }
  .m-more-plus-link--white:hover:hover,
  .m-more-plus-link--main:hover:hover {
    letter-spacing: 0.12em;
    transition: 0.3s;
  }
}
.m-more-plus-link--main {
  color: #ff9158;
  border-bottom: 1px solid #ff9158;
}

.m-more-plus-link--main::before,
.m-more-plus-link--main::after {
  background-color: #ff9158;
}

.m-more-plus-link--white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.m-more-plus-link--white::before,
.m-more-plus-link--white::after {
  background-color: #fff;
}

/*! ----------------------
kv-payment
---------------------- */
.kv-payment_link {
  position: absolute;
  max-width: 240px;
  height: auto;
  right: 0px;
  bottom: 40px;
  z-index: 19;
}

/*! ----------------------
cta fix btn
---------------------- */
.m-cta-fix-btn {
  color: #fff;
  background: linear-gradient(#43cfe8 0%, #00a8be 100%);
  width: 140px;
  height: 140px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 50% 50% 80% 30%/50%;
  box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.2);
  transform: rotate(38deg);
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10;
}
.m-cta-fix-btn.m-cta-fix-btn--top {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.m-cta-fix-btn.m-cta-fix-btn--top.is-active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.m-cta-fix-btn:hover {
  border-radius: 70% 40% 50% 50%/50%;
  transition: 0.3s;
}

.m-cta-fix-btn:hover .m-cta-fix-btn-arrow {
  width: 40px;
  transition: 0.3s;
}

.m-cta-fix-btn__inner {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  padding: 16px 0 30px;
  transform: translateX(50%) translateY(-50%) rotate(-38deg);
}

.m-cta-fix-btn-arrow {
  width: 30px;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 15px;
  transform: translateX(50%);
  transition: 0.3s;
}

.m-cta-fix-btn-arrow::before,
.m-cta-fix-btn-arrow::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
}

.m-cta-fix-btn-arrow::before {
  width: 100%;
  height: 1px;
}

.m-cta-fix-btn-arrow::after {
  width: 10px;
  position: absolute;
  right: -1px;
  bottom: 4px;
  transform: rotate(45deg);
}

.is-cta-fix-btn-active {
  border-radius: 70% 40% 60% 50%/50%;
  transition: 0.3s;
}

.m-deco-box--up-right::after,
.m-deco-box--up-left::after {
  content: "";
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .m-deco-box--up-right::after,
  .m-deco-box--up-left::after {
    height: 600px;
  }
}

.m-deco-box--up-right::after {
  transform: translateY(-50%) skewY(-10deg);
}

.m-deco-box--up-left::after {
  transform: translateY(-50%) skewY(10deg);
}

.m-deco-box--2::after {
  top: 80%;
}

.m-deco-box--3::after {
  top: 69%;
}

.m-deco-box--4::after {
  top: 20%;
}

/*! ----------------------
下層ページ トップメッセージ
---------------------- */
.m-page-msg-txt {
  max-width: 480px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-page-msg-txt {
    max-width: 100%;
    font-size: 18px;
    text-align: center;
  }
}
/*! ----------------------
marker
---------------------- */
.m-marker--main-gd--bottom,
.m-marker--main-gd,
.m-marker--main {
  background-repeat: repeat-x;
  background-size: 100% 0.35em;
  background-position: 100% 0.8em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px) {
  .m-marker--main-gd--bottom,
  .m-marker--main-gd,
  .m-marker--main {
    background-size: 100% 0.5em;
  }
}

.m-marker--main {
  background-image: linear-gradient(to right, #ff9158 0%, #ff9158 100%);
}

.m-marker--main-gd {
  background-image: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
}

.m-marker--main-gd--bottom {
  background-image: linear-gradient(#ffbb1e 0%, #ff9158 100%);
}

/*! ----------------------
scroll hint custom
---------------------- */
.scroll-hint-icon {
  z-index: 1;
}

/*! ----------------------
パンくず
---------------------- */
.breadcrumb {
  padding: 5px 0;
  margin-top: 70px;
}

.breadcrumb__list {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.breadcrumb__list-item {
  font-size: 12px;
  display: flex;
}

.breadcrumb__list-item::after {
  content: ">";
  width: 20px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .breadcrumb__list-item::after {
    width: 24px;
  }
}
.breadcrumb__list-item:last-child::after {
  content: none;
}

/*! ----------------------
サムネイルホバー時拡大
---------------------- */
@media screen and (min-width: 768px) {
  .m-scale-dulation {
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .is-scale-up {
    transform: scale3d(1.04, 1.04, 1);
    transition: 0.3s;
  }
}
/*! ----------------------
ページネーション
---------------------- */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.page-numbers {
  color: #ff9158;
  border: 1px solid #ff9158;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin-left: 4px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.page-numbers:first-child {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background: #ff9158;
    transition: 0.3s;
  }
  .page-numbers:hover .page-numbers-prev::after {
    transition: 0.3s;
    border-color: transparent transparent #fff #fff;
  }
  .page-numbers:hover .page-numbers-next::after {
    transition: 0.3s;
    border-color: #fff #fff transparent transparent;
  }
}
.page-numbers-prev,
.page-numbers-next {
  position: relative;
  display: block;
  z-index: 2;
}

.page-numbers-prev::after,
.page-numbers-next::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  position: absolute;
  transform: rotate(45deg);
  transition: 0.3s;
}

.page-numbers-prev::after {
  border-color: transparent transparent #ff9158 #ff9158;
  top: 16px;
  left: 17px;
}

.page-numbers-next::after {
  border-color: #ff9158 #ff9158 transparent transparent;
  top: 16px;
  left: 14px;
}

.current {
  color: #fff;
  background: #ff9158;
}

/*! ----------------------
下層ページ KV
---------------------- */
.m-kv__wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-kv__txt {
  text-align: center;
  letter-spacing: 0.08em;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-kv__txt {
    position: relative;
  }
}
.m-kv__ttl-jp {
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .m-kv__ttl-jp {
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
  }
}
.m-kv__ttl-en {
  font-size: 36px;
  line-height: 1.2;
  display: block;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .m-kv__ttl-en {
    font-size: 150px;
  }
}
.m-kv-main {
  height: 180px;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
}

@media screen and (min-width: 768px) {
  .m-kv-main {
    height: 300px;
  }
}
.m-kv-main .m-kv__ttl-en {
  color: rgba(235, 80, 0, 0.15);
}

.m-kv-under {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.m-kv-under::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .m-kv-under {
    height: 460px;
  }
}
.m-kv-under .m-kv__ttl-en {
  color: rgba(255, 255, 255, 0.15);
}

@media screen and (min-width: 768px) {
  .spirit-kv {
    background-position: center 20%;
  }
}
@media screen and (min-width: 768px) {
  .insistence-kv {
    background-position: center 40%;
  }
}
.event-kv {
  background-image: url(../img/feature/bg_event.jpg);
}

@media screen and (min-width: 768px) {
  .event-kv {
    background-position: center;
  }
}
.work-support-kv {
  background-position: center;
}

@media screen and (min-width: 768px) {
  .work-support-kv {
    background-position: center 34%;
  }
}
@media screen and (min-width: 768px) {
  .employment-support-kv {
    background-position: center 20%;
  }
}
/*! ----------------------
curriculumn portfolio
---------------------- */
.portfolio__wrap {
  margin-top: 40px;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .portfolio__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .portfolio__wrap {
    margin-top: 70px;
  }
}
.portfolio__item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  z-index: 1;
}

.portfolio__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .portfolio__item {
    width: 48%;
    margin: 24px 4% 0 0;
  }
  .portfolio__item:nth-child(even) {
    margin-right: 0;
  }
  .portfolio__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .portfolio__item {
    width: 23.5%;
    margin: 24px 2% 0 0;
  }
  .portfolio__item:nth-child(even) {
    margin-right: 2%;
  }
  .portfolio__item:nth-child(4n) {
    margin-right: 0;
  }
  .portfolio__item:nth-child(-n+4) {
    margin-top: 0;
  }
}
.portfolio__item-link {
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .portfolio__item-link:hover .portfolio__thumbnail-bg {
    transform: scale3d(1.04, 1.04, 1);
    transition: 0.3s;
  }
}
.portfolio__thumbnail {
  width: 100%;
  overflow: hidden;
}

.portfolio__thumbnail-bg {
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-position: center !important;
  background-size: cover !important;
  transform: scale(1.01);
  transition: 0.3s;
}

.portfolio__thumbnail-bg--1 {
  background-image: url(../img/top/img_porfolio-exe1.webp) !important;
}

.portfolio__thumbnail-bg--2 {
  background-image: url(../img/top/img_porfolio-exe2.webp) !important;
}

.portfolio__info {
  background: linear-gradient(45deg, #ffbb1e 0%, #ff9158 100%);
  display: flex;
  align-items: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .portfolio__info {
    padding: 10px 20px;
  }
}
.portfolio__info-face {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.portfolio__info-face--1 {
  background-image: url(../img/top/icon_porfolio-exe1.webp) !important;
}

.portfolio__info-face--2 {
  background-image: url(../img/top/icon_porfolio-exe2.webp) !important;
}

.portfolio__info-textarea {
  color: #fff;
  width: calc(100% - 55px);
  margin-left: 10px;
}

.portfolio__info-textarea span {
  display: block;
  line-height: 1.4;
}

.portfolio__info-class {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.portfolio__info-name {
  font-weight: bold;
  letter-spacing: 0.08em;
}

.portfolio__msg {
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .portfolio__msg {
    padding: 20px 20px;
  }
}
.portfolio__msg-txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2;
  display: block;
}

.portfolio__item:nth-child(1) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio01.webp);
}

.portfolio__item:nth-child(1) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face01.webp);
}

.portfolio__item:nth-child(2) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio02.webp);
}

.portfolio__item:nth-child(2) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face02.webp);
}

.portfolio__item:nth-child(3) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio03.webp);
}

.portfolio__item:nth-child(3) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face03.webp);
}

.portfolio__item:nth-child(4) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio04.webp);
}

.portfolio__item:nth-child(4) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face04.webp);
}

.portfolio__item:nth-child(5) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio05.webp);
}

.portfolio__item:nth-child(5) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face05.webp);
}

.portfolio__item:nth-child(6) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio06.webp);
}

.portfolio__item:nth-child(6) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face06.webp);
}

.portfolio__item:nth-child(7) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio07.webp);
}

.portfolio__item:nth-child(7) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face07.webp);
}

.portfolio__item:nth-child(8) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio08.webp);
}

.portfolio__item:nth-child(8) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face08.webp);
}

.portfolio__item:nth-child(09) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio09.webp);
}

.portfolio__item:nth-child(09) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face09.webp);
}

.portfolio__item:nth-child(10) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio10.webp);
}

.portfolio__item:nth-child(10) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face10.webp);
}

.portfolio__item:nth-child(11) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio11.webp);
}

.portfolio__item:nth-child(11) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face11.webp);
}

.portfolio__item:nth-child(12) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio12.webp);
}

.portfolio__item:nth-child(12) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face12.webp);
}

.portfolio__item:nth-child(13) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio13.webp);
}

.portfolio__item:nth-child(13) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face13.webp);
}

.portfolio__item:nth-child(14) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio14.webp);
}

.portfolio__item:nth-child(14) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face14.webp);
}

.portfolio__item:nth-child(15) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio15.webp);
}

.portfolio__item:nth-child(15) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face15.webp);
}

.portfolio__item:nth-child(16) .portfolio__thumbnail-bg {
  background-image: url(../img/curriculum/tmb_portfolio16.webp);
}

.portfolio__item:nth-child(16) .portfolio__info-face {
  background-image: url(../img/curriculum/portfolio_face16.webp);
}

/*! ----------------------
single contents
---------------------- */
.m-single-contents {
  color: #333;
  line-height: 2.2;
  font-size: 14px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .m-single-contents {
    font-size: 16px;
    margin-top: 60px;
  }
}
.m-single-contents strong {
  font-weight: bold;
}

.m-single-contents em {
  font-style: italic;
}

.m-single-contents a {
  color: #297af4;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

.m-single-contents a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.m-single-contents ul,
.m-single-contents ol {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  padding: 15px 10px;
  border-radius: 5px;
  margin: 5px 0;
}

.m-single-contents ul li,
.m-single-contents ol li {
  margin-left: 20px;
}

.m-single-contents ul {
  list-style: square;
}

.m-single-contents ol {
  list-style: decimal;
}

.m-single-contents blockquote {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  padding: 1em 1em 1em 2em;
  position: relative;
}

.m-single-contents blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

.m-single-contents h2 {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  padding: 10px;
  color: #fff;
  border-radius: 8px;
  margin: 60px 0 10px;
}

@media screen and (min-width: 768px) {
  .m-single-contents h2 {
    font-size: 22px;
  }
}
.m-single-contents h3 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin: 30px 0 10px;
}

.m-single-contents h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-single-contents h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .m-single-contents h3::after {
    height: 4px;
  }
}
.m-single-contents img {
  border-radius: 6px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}

.m-single-contents img.size-thumbnail,
.m-single-contents img.size-medium {
  width: auto;
}

.m-single-contents .c-red {
  color: #f94242;
}

.m-single-contents .c-blue {
  color: #00a8be;
}

.m-single-contents .check {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}

.m-single-contents .check:before,
.m-single-contents .check:after {
  content: "";
  display: block;
  position: absolute;
}

.m-single-contents .check:before {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ff9158;
  left: 0;
  top: 6px;
}

@media screen and (min-width: 768px) {
  .m-single-contents .check:before {
    top: 7px;
  }
}
.m-single-contents .check:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 3px;
  transform: rotate(-45deg);
  left: 7px;
  top: 14px;
}

@media screen and (min-width: 768px) {
  .m-single-contents .check:after {
    top: 15px;
  }
}
.m-single-contents .underline {
  background: linear-gradient(transparent 0%, rgba(255, 145, 88, 0.2) 0%);
  font-weight: bold;
}

.m-single-contents .btn {
  display: block;
}

.m-single-contents .btn a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #43cfe8 0%, #00a8be 100%);
  display: inline-block;
  padding: 10px 20px;
  min-width: 200px;
  border-radius: 30px;
  text-align: center;
}

/*! ----------------------
目次
---------------------- */
.m-single-contents-toc {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px 10px;
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) {
  .m-single-contents-toc {
    padding: 30px 40px;
  }
}
.m-single-contents-toc ul {
  border: none;
  padding: 0;
  margin: 0;
}

.m-single-contents-toc ul > li {
  list-style: none;
  margin: 0;
}

.m-single-contents-toc ul > li > a {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.m-single-contents-toc ul > li > a > ul {
  padding-left: 30px;
}

.m-single-contents-toc ul > li > a .m-single-contents-toc-list-num {
  width: 35px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.m-single-contents-toc ul > li > a .m-single-contents-toc-list-txt {
  max-width: calc(100% - 40px);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .m-single-contents-toc ul > li > a {
    font-size: 14px;
  }
}
.m-single-contents-toc > ul > li {
  margin-top: 10px;
}

.m-single-contents-toc ul {
  padding-left: 0;
}

.m-single-contents-toc ul > li > ul {
  padding-left: 30px;
}

.m-single-contents-toc-txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dedede;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .m-single-contents-toc-txt {
    margin-bottom: 20px;
  }
}
/*! ----------------------
テーブル ベース
---------------------- */
.m-table {
  overflow-x: scroll;
}

@media screen and (min-width: 768px) {
  .m-table {
    overflow-x: visible;
  }
}
.m-table__elem {
  width: 800px;
  border-collapse: separate;
  border-spacing: 10px 12px;
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .m-table__elem {
    width: 100%;
  }
}
.m-table__tr th,
.m-table__tr td {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  border-radius: 4px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
}

.m-table__tr th span,
.m-table__tr td span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-table__tr th,
  .m-table__tr td {
    padding: 28px 30px;
    font-size: 12px;
  }
}
.m-table__tr th:first-child {
  width: 160px;
}

.m-table__tr:nth-child(1) th:first-child {
  box-shadow: none;
}

.m-table__note {
  position: relative;
}

.m-table__note::after {
  content: "※";
  color: #ff9158;
  display: block;
  font-size: 10px;
  position: absolute;
  top: -2px;
  right: -10px;
}

@media screen and (min-width: 768px) {
  .m-table__note::after {
    top: 0;
  }
}
.m-table td {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .m-table td {
    font-size: 15px;
  }
}

.m-table__font--s {
  font-size: 10px;
  display: block;
  line-height: 1.5;
  font-weight: normal;
}

.m-table__font--m {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .m-table__font--m {
    font-size: 14px;
  }
}

.m-table__font--l {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .m-table__font--l {
    font-size: 24px;
  }
}
.m-table__tr td span.m-table__font--nomal {
  font-weight: normal;
}

.m-table td.m-table__circle {
  font-size: 17px;
  font-weight: bold;
}

.m-table__font--gray {
  color: #707070;
  line-height: 1;
  font-size: 10px;
}
@media (min-width: 768px) {
  .m-table__font--gray {
    font-size: 13px;
  }
}

.m-table__font--color {
  color: #ff9158;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .m-table__font--color {
    font-size: 15px;
  }
}

.m-table__id--individual {
  font-size: 17px;
  font-weight: bold;
}

.m-table__price {
  line-height: 1.5;
}

.m-table__font--mt {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .m-table__font--mt {
    margin-top: 20px;
  }
}

.m-table__note-txt {
  width: 800px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .m-table__note-txt {
    width: auto;
  }
}
.m-table__tr:nth-child(1) th {
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
  padding: 24px 8px 32px;
}
.m-table__tr:nth-child(1) th:first-child {
  background: rgba(0, 0, 0, 0);
}
.m-table__tr:nth-child(1) th span {
  display: block;
  line-height: 1.6;
}
.m-table__tr:nth-child(1) th .m-table__ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 768px) {
  .m-table__tr:nth-child(1) th .m-table__ttl {
    font-size: 20px;
    margin-top: 12px;
  }
}
.m-table__tr th:nth-child(1) {
  font-size: 14px;
  background: #fafafa;
  padding: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-table__tr th:nth-child(1) {
    font-size: 16px;
  }
}
.m-table__tr:nth-child(1) th span:nth-child(2) {
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 20px;
  color: #fff;
}
.m-table__tr:nth-child(1) th span:nth-child(3) {
  font-weight: normal;
  margin-top: 8px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-table__tr:nth-child(1) th span:nth-child(3) {
    font-size: 14px;
    height: 36px;
    margin-top: 10px;
  }
}
.m-table__tr:nth-child(2) td span {
  letter-spacing: 0.1em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.m-table__icon {
  display: block;
  max-width: 80px;
  width: 80%;
  margin: 0 auto 4px;
}
@media (min-width: 768px) {
  .m-table__icon {
    margin: 0 auto;
    max-width: 60px;
  }
}
@media (min-width: 1600px) {
  .m-table__icon {
    max-width: 80px;
  }
}
.m-table__tr td.m-table_td--pdl {
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .m-table__tr td.m-table_td--pdl {
    padding: 28px 30px;
  }
}

/*! ----------------------
下層ページ タイトル グラデーション
---------------------- */
.m-gd-page-ttl {
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  padding: 24px 0;
}

@media screen and (min-width: 768px) {
  .m-gd-page-ttl {
    padding: 60px 0;
  }
}
.m-gd-page-ttl__txt {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  position: relative;
  padding-top: 43px;
  z-index: 2;
}

.m-gd-page-ttl__txt::after {
  content: "";
  color: rgba(235, 80, 0, 0.15);
  width: 100%;
  font-size: 36px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .m-gd-page-ttl__txt {
    font-size: 20px;
    padding-top: 0;
    z-index: 2;
  }
  .m-gd-page-ttl__txt::after {
    font-size: 140px;
    left: auto;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: -1;
  }
}
/*! ----------------------
下層ページ タイトル
---------------------- */
.m-page-ttl {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #f5f5f5;
  padding: 40px 0;
}

.m-page-ttl span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-page-ttl {
    font-size: 20px;
    padding: 60px 0;
  }
}
/*! ----------------------
sp.pc表示
---------------------- */
@media screen and (min-width: 480px) {
  .u-ssp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
.u-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
.u-aff {
  display: none;
}

/*! ----------------------
余白
---------------------- */
.u-ptb-m {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .u-ptb-m {
    padding: 80px 0;
  }
}
.u-pt-m {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .u-pt-m {
    padding-top: 80px;
  }
}
.u-ptb-l {
  padding: 100px 0 80px;
}
@media (min-width: 768px) {
  .u-ptb-l {
    padding: 130px 0 100px;
  }
}
@media (min-width: 1600px) {
  .u-ptb-l {
    padding: 180px 0 120px;
  }
}

.u-pt-l {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .u-pt-l {
    padding-top: 100px;
  }
}
.u-ptb-top {
  padding: 100px 0 80px;
}
@media (min-width: 768px) {
  .u-ptb-top {
    padding: 130px 0 100px;
  }
}
@media (min-width: 1600px) {
  .u-ptb-top {
    padding: 180px 0 120px;
  }
}

.u-ptb-payment {
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .u-ptb-payment {
    padding: 60px 0 0;
  }
}
@media (min-width: 1600px) {
  .u-ptb-payment {
    padding: 80px 0 0;
  }
}

.payment-ptb {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .payment-ptb {
    padding: 80px 0;
  }
}

.u-content-pt {
  padding-top: 56px;
}
@media (min-width: 768px) {
  .u-content-pt {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .u-content-pt {
    padding-top: 120px;
  }
}

.u-content-pb {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .u-content-pb {
    padding-bottom: 120px;
  }
}
@media (min-width: 1600px) {
  .u-content-pb {
    padding-bottom: 160px;
  }
}

.u-target {
  padding-top: 70px;
  margin-top: -70px;
}

/*! ----------------------
wrap
---------------------- */
.u-wrap-l,
.u-wrap,
.u-wrap-sm,
.u-wrap-s {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .u-wrap-s {
    width: 760px;
  }
}
@media screen and (min-width: 768px) {
  .u-wrap-sm {
    width: 840px;
  }
}
@media screen and (min-width: 768px) {
  .u-wrap-md {
    width: 868px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .u-wrap {
    width: 1080px;
  }
}
@media screen and (min-width: 768px) {
  .u-wrap-l {
    max-width: 1200px;
  }
}
/*! ----------------------
link hover
---------------------- */
.u-link {
  transition: 0.3s;
}

.u-link:hover {
  transition: 0.3s;
  opacity: 0.8;
}

/*! ----------------------
footer bottom cta
---------------------- */
.bottom-cta {
  background: linear-gradient(to right, #43cfe8 0%, #0ea7ad 100%);
  text-align: center;
  position: relative;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .bottom-cta {
    padding: 58px 0;
  }
}
@media (min-width: 1600px) {
  .bottom-cta {
    padding: 100px 0;
  }
}
.bottom-cta--lesson {
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
}
.bottom-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/bg_bottom_cta_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .bottom-cta::after {
    background-position: center;
  }
}
.bottom-cta__wrap {
  position: relative;
  z-index: 1;
}
.bottom-cta__ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bottom-cta__ttl {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.bottom-cta__copy {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bottom-cta__copy {
    letter-spacing: 0.06em;
    margin-top: 0;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .bottom-cta__copy {
    margin-top: 10px;
  }
}
.bottom-cta__btn {
  font-size: 16px;
  margin: 18px auto 18px;
}
@media (min-width: 768px) {
  .bottom-cta__btn {
    font-size: 18px;
    transition: 0.3s;
    margin: 16px auto 16px;
  }
}
@media (min-width: 1600px) {
  .bottom-cta__btn {
    margin: 24px auto 24px;
  }
}
.bottom-cta__btn:hover {
  box-shadow: 0px 12px 12px -4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.12em;
}
.bottom-cta__caution {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .bottom-cta__caution {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media (min-width: 1600px) {
  .bottom-cta__caution {
    margin-top: 24px;
  }
}

/*! ----------------------
footer
---------------------- */
.footer {
  padding: 80px 0 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__contents-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__info {
    width: 200px;
  }
}
.footer__info-logo {
  width: 110px;
  margin: 0 auto;
}

.footer__info-logo a {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer__info-logo {
    width: 140px;
    margin: 0;
  }
  .footer__info-logo a {
    transition: 0.3s;
  }
  .footer__info-logo a:hover {
    opacity: 0.8;
  }
}
.footer__info-list {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .footer__info-list {
    margin-top: 40px;
  }
}
.footer__info-item {
  font-size: 12px;
  text-align: center;
}

.footer__info-item span {
  font-weight: bold;
  display: block;
}

.footer__info-item a {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer__info-item {
    font-size: 14px;
    text-align: left;
  }
  .footer__info-item a {
    transition: 0.3s;
  }
  .footer__info-item a:hover {
    opacity: 0.8;
  }
}
.footer__nav {
  width: 270px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

@media screen and (min-width: 500px) {
  .footer__nav {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding: 0 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.8);
    margin: 0;
  }
}
.footer__nav-list:nth-child(1) {
  order: 1;
  width: 100px;
}
@media (min-width: 768px) {
  .footer__nav-list:nth-child(1) {
    width: 120px;
  }
}

.footer__nav-list:nth-child(2) {
  order: 3;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer__nav-list:nth-child(2) {
    margin-right: unset;
    order: 2;
    width: 120px;
  }
}

.footer__nav-list:nth-child(3) {
  margin-left: auto;
  order: 2;
}
@media (min-width: 768px) {
  .footer__nav-list:nth-child(3) {
    order: 3;
  }
}

@media screen and (min-width: 375px) {
  .footer__nav-list {
    width: 150px;
  }
}
@media screen and (min-width: 500px) {
  .footer__nav-list {
    width: auto;
  }
  .footer__nav-list:nth-child(3) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-list:nth-child(2),
  .footer__nav-list:nth-child(3) {
    margin-left: 40px;
  }
}
.footer__nav-item a {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 375px) {
  .footer__nav-item a {
    display: flex;
    align-items: center;
  }
  .footer__nav-item a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #ff9158;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-item {
    margin-top: 2px;
  }
  .footer__nav-item:first-child {
    margin-top: 0;
  }
  .footer__nav-item a {
    font-size: 14px;
    transition: 0.3s;
  }
  .footer__nav-item a:hover {
    opacity: 0.8;
  }
}
.footer__cta {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .footer__cta {
    width: 270px;
  }
}
.footer__cta-btn {
  margin: 10px auto;
}

.footer__cta-btn:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .footer__cta-btn {
    width: 100%;
    margin: 16px 0 0 0;
  }
}
.footer__twitter {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}

.footer__twitter span {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.footer__twitter img {
  width: 34px;
  margin-left: 6px;
}

@media screen and (min-width: 768px) {
  .footer__twitter {
    margin: 30px auto 0;
  }
  .footer__twitter:hover span {
    letter-spacing: 0.12em;
    transition: 0.3s;
  }
  .footer__twitter span {
    transition: 0.3s;
  }
  .footer__twitter img {
    margin-left: 10px;
  }
}
.footer__copyright {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  display: block;
  padding: 14px 0;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 12px;
    padding: 24px 0;
    margin-top: 100px;
  }
}
/*! ----------------------
header
---------------------- */
.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .header {
    min-width: 1300px;
  }
}
.header__logo {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 85px;
  }
}
.header__logo-link {
  display: block;
}

.header__logo-link img {
  display: block;
}

.header__free-contact {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.header__free-contact a {
  width: 100%;
  font-weight: bold;
  padding: 4px 30px;
}

.header__tel {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__tel {
    width: 215px !important;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__tel-link {
    color: #fff;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
  }
  .header__tel-link::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/common/icon_header_tel.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 768px) {
  .header__tel-number {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
}
@media screen and (min-width: 768px) {
  .header__tel-txt {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .header__tel-link-wrap {
    position: relative;
    top: -2px;
    margin-left: 8px;
  }
}
/*! ----------------------
hamburger menu icon
---------------------- */
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
.header__hm-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(#ffbb1e 0%, #ff9158 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .header__hm-icon {
    display: none;
  }
}
.header__hm-icon-trigger {
  width: 24px;
  height: 21px;
  position: relative;
  display: inline-block;
  transition: all 0.6s;
  cursor: pointer;
}

.header__hm-icon-bar {
  background-color: #fff;
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.6s;
}

.header__hm-icon-bar:nth-of-type(1) {
  top: 0;
}

.header__hm-icon-bar:nth-of-type(2) {
  top: 9px;
}

.header__hm-icon-bar:nth-of-type(3) {
  bottom: 0;
}

.is-hm-btn-active .header__hm-icon-bar:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.is-hm-btn-active .header__hm-icon-bar:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar 0.8s forwards;
}

.is-hm-btn-active .header__hm-icon-bar:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

/*! ----------------------
hamburger menu
---------------------- */
.header__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.3s cubic-bezier(0.69, 0.25, 0.35, 0.63);
  overflow-y: scroll;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .header__menu {
    height: 70px;
    position: absolute;
    top: 0;
    right: 215px;
    left: auto;
    bottom: auto;
    pointer-events: auto;
    overflow-y: visible;
    opacity: 1;
  }
}
.header__menu-inner {
  background-color: #fff;
  width: 280px;
  min-height: 100vh;
  position: absolute;
  right: -280px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .header__menu-inner {
    width: 100%;
    height: 100%;
    min-height: 0;
    position: static;
    right: 0;
  }
}
.header__list {
  width: 100%;
  padding: 60px 20px 80px;
}

@media screen and (min-width: 768px) {
  .header__list {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
  }
}
.header__item:last-child {
  margin-top: 30px;
}

.header__item:nth-last-child(-n+1) .header__item-link {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 7px;
}

.header__item:nth-last-child(-n+1) .header__item-link::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .header__item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header__item:first-child {
    margin-left: 0;
  }
  .header__item:first-child .header__item-link {
    height: 100%;
    line-height: 70px;
  }
  .header__item:last-child {
    margin: 0 0 0 6px;
  }
  .header__item:nth-last-child(-n+1) .header__item-link {
    width: 100%;
    height: auto;
    display: inline-block;
    line-height: 2;
    padding: 10px 32px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
  }
  .header__item:nth-last-child(-n+1) .header__item-link:hover {
    opacity: 1;
  }
}
.header__item-link {
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding: 10px 0;
}

.header__item-link:not(.header__list-parent-item)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #ff9158 #ff9158 transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .header__item-link {
    height: 100%;
    font-size: 13px;
    font-weight: bold;
    border-bottom: none;
    line-height: 70px;
    padding: 0 10px;
    transition: 0.3s;
  }
  .header__item-link:hover {
    opacity: 0.8;
  }
  .header__item-link:not(.header__list-parent-item)::after {
    content: none;
  }
}
.header__sub-list-open-btn {
  border-color: #ff9158 #ff9158 transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.header__sub-list-open-btn::before,
.header__sub-list-open-btn::after {
  content: "";
  display: block;
  background-color: #ff9158;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}

.header__sub-list-open-btn::before {
  width: 10px;
  height: 1px;
}

.header__sub-list-open-btn::after {
  width: 1px;
  height: 10px;
}

.header .is-hm-sub-list-open .header__sub-list-open-btn::after {
  opacity: 0;
}

.header__sub-list {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__sub-list {
    display: none !important;
  }
}
.header__sub-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.header__sub-item-link {
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding: 10px 0 10px 10px;
}

.header__sub-item-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #ff9158 #ff9158 transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .header__item-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header__item-feature-sp {
    display: none !important;
  }
}
.header__item-feature-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .header__item-feature-pc {
    display: block !important;
    position: relative;
    padding-right: 24px;
  }
  .header__item-feature-pc.header__item-link::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: transparent transparent #000 #000;
    position: absolute;
    top: 30px;
    right: 10px;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
}
.header__under-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__under-menu {
    width: 100%;
    height: 70px;
    background: linear-gradient(#ffbb1e 0%, #ff9158 100%);
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header__under-menu-list {
    height: 70px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .header__under-menu-item {
    margin-left: 36px;
  }
  .header__under-menu-item:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__under-menu-item-link {
    color: #fff;
    height: 100%;
    font-size: 13px;
    font-weight: bold;
    border-bottom: none;
    line-height: 70px;
    position: relative;
    display: block;
    padding-right: 14px;
    transition: 0.3s;
  }
  .header__under-menu-item-link:hover {
    opacity: 0.8;
  }
  .header__under-menu-item-link::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 32px;
    right: 0;
    transform: rotate(45deg);
  }
}
.is-menu-open {
  opacity: 1;
  pointer-events: all;
}

.is-menu-open .header__menu-inner {
  right: 0;
  transition: right 0.4s cubic-bezier(0.27, 1, 0.33, 0.96);
}

.is-under-menu-open.header__item-link::after {
  top: 34px;
  transform: rotate(-225deg);
  transition: 0.2s;
}

/*! ----------------------
404 error
---------------------- */
.error404__txt {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .error404__txt {
    text-align: center;
  }
}
.error404__btn {
  margin: 40px auto 0;
}

/*! ----------------------
access
---------------------- */
@media screen and (min-width: 768px) {
  .access__contents {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .access__image {
    width: 44%;
  }
}
.access__info {
  font-size: 12px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .access__info {
    width: 50%;
    font-size: 14px;
    margin-top: 0;
  }
}
.access__info-sec {
  display: flex;
}

.access__info-sec::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.access__info-sec:nth-child(1)::before {
  background: url(../img/access/icon_pin.svg) no-repeat center/contain;
}

.access__info-sec:nth-child(2)::before {
  background: url(../img/access/icon_train.svg) no-repeat center/contain;
}

.access__info-address-wrap,
.access__info-directions-txt {
  width: calc(100% - 38px);
  margin-left: 14px;
}

@media screen and (min-width: 768px) {
  .access__info-address-wrap,
  .access__info-directions-txt {
    width: calc(100% - 54px);
    position: relative;
    top: -3px;
    margin-left: 30px;
  }
}
.access__info-directions {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .access__info-directions {
    margin-top: 34px;
  }
}
.access__info-address-gmap {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .access__info-address-gmap {
    letter-spacing: 0.04em;
    transition: 0.3s;
  }
  .access__info-address-gmap:hover {
    letter-spacing: 0.12em;
    transition: 0.3s;
  }
}
.access__info-address-gmap span {
  color: #ff9158;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 14px;
}

.access__info-address-gmap span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #ff9158 #ff9158 transparent transparent;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.access__gmap {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
}

.access__gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .access__gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 350px;
    position: relative;
    margin-top: 40px;
  }
}
/*! ----------------------
archive
---------------------- */
.archive-column__sec-wrap {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .archive-column__sec-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
  }
}
.archive-column__article {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
  z-index: 1;
}

.archive-column__article:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .archive-column__article {
    width: 48%;
    margin: 24px 4% 0 0;
  }
  .archive-column__article:nth-child(even) {
    margin-right: 0;
  }
  .archive-column__article:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .archive-column__article {
    width: 49%;
    margin: 24px 2% 0 0;
  }
}
.archive-column__article-link {
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .archive-column__article-link {
    display: flex;
  }
  .archive-column__article-link:hover .archive-column__thumbnail-bg {
    transform: scale3d(1.04, 1.04, 1);
    transition: 0.3s;
  }
}
.archive-column__thumbnail {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .archive-column__thumbnail {
    width: 35%;
    height: 100%;
  }
}
.archive-column__thumbnail-bg {
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-position: center !important;
  background-size: cover !important;
  transform: scale(1.01);
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .archive-column__thumbnail-bg {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
.archive-column__info {
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .archive-column__info {
    width: 65%;
  }
}
.archive-column__info-ttl {
  font-weight: bold;
}

.archive-column__info-excerpt {
  font-size: 12px;
  max-width: 300px;
  line-height: 2.2;
  margin-top: 10px;
  color: #666;
}

@media screen and (min-width: 768px) {
  .archive-column__info-excerpt {
    max-width: 100%;
  }
}
.archive-column__soon {
  width: 100%;
  text-align: center;
}

/*! ----------------------
single
---------------------- */
.single-column__thumbnail {
  border-radius: 6px;
  overflow: hidden;
}

.single-column__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .single-column__ttl {
    font-size: 24px;
  }
}
.single-column__info {
  margin-top: 5px;
}

.single-column__info-date {
  color: #999;
  font-size: 12px;
  display: block;
}

.single-column__share {
  display: flex;
}

@media screen and (min-width: 768px) {
  .single-column__share {
    justify-content: flex-end;
  }
}
.single-column__share-top {
  margin-top: 20px;
}

.single-column__share-bottom {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .single-column__share-bottom {
    margin-top: 60px;
  }
}
.single-column__share-item {
  margin-left: 10px;
}

.single-column__share-item:first-child {
  margin-left: 0;
}

.single-column__share-item a {
  color: #fff;
  width: 80px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}

.single-column__share--twitter a {
  background-color: #55acee;
}

.single-column__share--facebook a {
  background-color: #3b5998;
}

.single-column__share--hatebu a {
  background-color: #0083d1;
}

/*! ----------------------
curriculumn lesson
---------------------- */
.curriculum-lesson {
  /* tab menu */
  padding: 0 8px 2px;
}

.curriculum-lesson__sec:nth-child(2) {
  margin-top: 60px;
}

.curriculum-lesson__contents {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: 12px;
}

.curriculum-lesson__ttl {
  color: #fff;
  background: linear-gradient(45deg, #ffbb1e 0%, #ff9158 100%);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 16px 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__ttl {
    font-size: 20px;
    padding: 24px 0;
  }
}
.curriculum-lesson__list-wrap {
  padding: 40px 10px;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__list-wrap {
    display: flex;
    justify-content: space-between;
    padding: 80px 50px;
  }
}
.curriculum-lesson__list:nth-child(1) .curriculum-lesson__item:nth-child(1) {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__list {
    width: 48%;
  }
}
.curriculum-lesson__item {
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
  padding: 20px 0 6px;
}

@media screen and (min-width: 600px) {
  .curriculum-lesson__item {
    display: flex;
    padding: 30px 0 14px;
  }
}
@media screen and (min-width: 768px) {
  .curriculum-lesson__item {
    padding: 30px 0 14px;
  }
  .curriculum-lesson__item:nth-child(1) {
    padding-top: 0;
  }
}
.curriculum-lesson__info {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 600px) {
  .curriculum-lesson__info {
    width: 186px;
  }
}
@media screen and (min-width: 768px) {
  .curriculum-lesson__info {
    width: 190px;
  }
}
.curriculum-lesson__num {
  color: #ff9158;
  width: 66px;
  font-size: 14px;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.curriculum-lesson__num--movie {
  color: #43cfe8;
}

.curriculum-lesson__tag {
  color: #fff;
  background: linear-gradient(45deg, #ffbb1e 0%, #ff9158 100%);
  width: 86px;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  display: block;
  border-radius: 4px;
  letter-spacing: 0.04em;
  margin-left: 10px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.curriculum-lesson__tag--blue {
  background: linear-gradient(45deg, #42cfe7 0%, #23a8be 100%);
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__tag {
    width: 88px;
  }
}
.curriculum-lesson__tag--jp {
  font-size: 10px;
  padding: 1.2px 0;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__tag--jp {
    padding: 2px 0 1px;
  }
}
.curriculum-lesson__txt {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .curriculum-lesson__txt {
    width: calc(100% - 186px);
  }
}
@media screen and (min-width: 768px) {
  .curriculum-lesson__txt {
    font-size: 13px;
    width: calc(100% - 190px);
  }
}
.curriculum-lesson__note {
  color: rgba(0, 0, 0, 0.51);
  font-size: 10px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__note {
    text-align: right;
  }
}
.curriculum-lesson__tabmenu {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__tabmenu {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.curriculum-lesson__tabmenu-list {
  display: flex;
  justify-content: space-between;
}

.curriculum-lesson__tabmenu-item {
  width: 50%;
  padding-bottom: 6px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.curriculum-lesson__tabmenu-item-wrap {
  width: 100%;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  border-radius: 6px 6px 0 0;
  display: block;
  padding: 4px 0;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__tabmenu-item-wrap {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
}
.curriculum-lesson__tabmenu-item-txt {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

.curriculum-lesson__tabmenu-item-txt:nth-child(2) {
  display: none;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson__tabmenu-item-txt {
    font-size: 14px;
  }
  .curriculum-lesson__tabmenu-item-txt:nth-child(2) {
    display: block;
    margin: 0 6px;
  }
}
.curriculum-lesson__tabcontents {
  display: none;
  padding: 40px 10px;
}

.curriculum-lesson .is-btn-active {
  padding-bottom: 0;
  transition: 0.2s;
}

.curriculum-lesson .is-btn-active .curriculum-lesson__tabmenu-item-wrap {
  color: #fff;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  box-shadow: none;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson .is-btn-active .curriculum-lesson__tabmenu-item-wrap {
    padding: 13px 0 6px;
  }
}
.curriculum-lesson .is-contents-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .curriculum-lesson .is-contents-active {
    display: flex;
    justify-content: space-between;
    padding: 40px 50px 80px;
  }
}
/*! ----------------------
curriculumn site
---------------------- */
.curriculum-site__wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .curriculum-site__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .curriculum-site__item {
    width: 49%;
  }
}
.curriculum-site__item--blog .curriculum-site__image-link {
  background-image: url(../img/curriculum/site01.png);
}

.curriculum-site__item--blog .curriculum-site__image::after {
  background-image: url(../img/curriculum/icon_search_black.svg);
}

.curriculum-site__item--corporate {
  margin-top: 40px;
}

.curriculum-site__item--corporate .curriculum-site__image-link {
  background-image: url(../img/curriculum/site02.png);
}

.curriculum-site__item--corporate .curriculum-site__image::after {
  background-image: url(../img/curriculum/icon_search_white.svg);
}

@media screen and (min-width: 768px) {
  .curriculum-site__item--corporate {
    margin-top: 0;
  }
}
.curriculum-site__image {
  width: 100%;
  height: 0;
  border: 1px solid rgba(118, 118, 118, 0.2);
  position: relative;
  overflow: hidden;
  padding-top: 66.6%;
}

.curriculum-site__image::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 16px;
  right: 16px;
}

.curriculum-site__image-link {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .curriculum-site__image-link {
    transition: 0.3s;
  }
  .curriculum-site__image-link:hover {
    transform: scale3d(1.04, 1.04, 1);
    transition: 0.3s;
  }
}
.curriculum-site__type {
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}

/*! ----------------------
event common
---------------------- */
.event__sec-wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .event__sec-wrap {
    margin-top: 70px;
  }
}
.event__gallery-img-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .event__gallery-img-list {
    margin-top: 14px;
  }
}
.event__gallery-img-item {
  width: 19.2%;
  margin: 6px 0 0 1%;
}

.event__gallery-img-item:first-child {
  margin-left: 0;
}

.event__gallery-img-item:nth-child(-n+5) {
  margin-top: 0;
}

.event__gallery-img-item:nth-child(6n) {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .event__gallery-img-item {
    cursor: pointer;
    transition: 0.3s;
  }
  .event__gallery-img-item:hover {
    opacity: 0.8;
  }
}
.event__txt {
  font-size: 12px;
  line-height: 2.2;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .event__txt {
    font-size: 16px;
    margin-top: 40px;
  }
}
/*! ----------------------
faq
---------------------- */
@media screen and (min-width: 768px) {
  .faq {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .faq__wrap {
    display: flex;
  }
}
.faq__nav {
  position: sticky;
  top: 70px;
  overflow-x: scroll;
}

@media screen and (min-width: 768px) {
  .faq__nav {
    width: 30%;
    background-color: transparent;
    position: static;
    overflow-x: visible;
    padding: 100px 0 80px;
  }
}
.faq__nav-wrap {
  width: 1500px;
  background-color: #f5f5f5;
  padding: 14px 5%;
}

@media screen and (min-width: 768px) {
  .faq__nav-wrap {
    width: 100%;
    background-color: inherit;
    position: sticky;
    top: 170px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .faq__nav-ttl {
    width: 80%;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
  }
}
.faq__nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .faq__nav-list {
    display: block;
    margin-top: 20px;
  }
}
.faq__nav-item {
  display: inline-block;
}

.faq__nav-item a {
  display: block;
  position: relative;
  padding-right: 26px;
}

@media screen and (min-width: 768px) {
  .faq__nav-item {
    display: block;
    margin-top: 4px;
  }
  .faq__nav-item:first-child {
    margin-top: 0;
  }
  .faq__nav-item a {
    display: inline-block;
    padding-right: 0;
    transition: 0.3s;
  }
  .faq__nav-item a:hover {
    opacity: 0.8;
  }
}
.faq__nav-item-txt {
  color: #ff9158;
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px) {
  .faq__nav-item-txt {
    color: #000;
  }
}
.faq__nav-item-arrow {
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid #ff9158;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.faq__nav-item-arrow::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-color: transparent transparent #ff9158 #ff9158;
  position: absolute;
  top: 4px;
  right: 5px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .faq__nav-item-arrow {
    display: none;
  }
}
.faq__contents {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .faq__contents {
    width: 70%;
    margin: 0;
  }
}
.faq__ttl span {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .faq__ttl {
    text-align: center;
    position: relative;
    line-height: 1;
  }
  .faq__ttl::after {
    content: "";
    display: block;
    width: 600px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
  }
  .faq__ttl span {
    font-size: 28px;
    background-color: #fff;
    position: relative;
    padding: 0 20px;
    z-index: 1;
  }
}
.faq__list {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 60px;
  }
}
.faq__question,
.faq__answer {
  display: flex;
}

.faq__question::before,
.faq__answer::before {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 16px;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .faq__question::before,
  .faq__answer::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }
}
.faq__question {
  margin-top: 40px;
}

.faq__question:first-child {
  margin-top: 0;
}

.faq__question::before {
  content: "Q";
  color: #ff9158;
  border: 1px solid #ff9158;
}

.faq__answer {
  margin-top: 10px;
}

.faq__answer::before {
  content: "A";
  background: linear-gradient(#ffbb1e 0%, #ff9158 100%);
}

.faq__txt {
  width: calc(100% - 40px);
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .faq__txt {
    width: calc(100% - 66px);
    margin-left: 30px;
  }
}
.faq__question-txt {
  font-weight: bold;
}

/*! ----------------------
特徴 下層ページコンテンツ
---------------------- */
.feature-contents__item {
  margin-top: 40px;
}

.feature-contents__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .feature-contents__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
  }
  .feature-contents__item:nth-child(odd) .feature-contents__textarea {
    padding-right: 40px;
  }
  .feature-contents__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .feature-contents__item:nth-child(even) .feature-contents__textarea {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .feature-contents__image {
    width: 46%;
  }
}
.feature-contents__textarea {
  position: relative;
  margin-top: 30px;
}

.feature-contents__textarea::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .feature-contents__textarea {
    width: 44%;
    margin-top: 0;
  }
}
.feature-contents__ttl {
  color: #ff9158;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .feature-contents__ttl {
    font-size: 18px;
  }
}
.feature-contents__copy {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .feature-contents__copy {
    font-size: 20px;
  }
}
.feature-contents__txt {
  color: #333;
  font-size: 12px;
  line-height: 2.2;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .feature-contents__txt {
    font-size: 14px;
  }
}
.feature-contents__item:nth-child(1) .feature-contents__textarea::before {
  width: 80px;
  height: 80px;
  background-image: url(../img/feature/num_feature_content01.svg);
}

@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(1) .feature-contents__textarea::before {
    width: 160px;
    height: 160px;
    top: -52px;
  }
}
.feature-contents__item:nth-child(2) .feature-contents__textarea::before {
  width: 96px;
  height: 96px;
  background-image: url(../img/feature/num_feature_content02.svg);
}

@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(2) .feature-contents__textarea::before {
    width: 190px;
    height: 190px;
    top: -80px;
    right: auto;
    left: 0;
  }
}
.feature-contents__item:nth-child(3) .feature-contents__textarea::before {
  width: 90px;
  height: 90px;
  background-image: url(../img/feature/num_feature_content03.svg);
}

@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(3) .feature-contents__textarea::before {
    width: 170px;
    height: 170px;
    top: -52px;
  }
}
.feature-contents__item:nth-child(4) .feature-contents__textarea::before {
  width: 90px;
  height: 90px;
  background-image: url(../img/feature/num_feature_content04.svg);
}

@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(4) .feature-contents__textarea::before {
    width: 180px;
    height: 180px;
    top: -70px;
    right: auto;
    left: 0;
  }
}
.feature-contents__item:nth-child(5) .feature-contents__textarea::before {
  width: 90px;
  height: 90px;
  background-image: url(../img/feature/num_feature_content05.svg);
}

@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(5) .feature-contents__textarea::before {
    width: 180px;
    height: 180px;
    top: -52px;
  }
}
.feature-contents__item:nth-child(6) .feature-contents__textarea::before {
  width: 90px;
  height: 90px;
  background-image: url(../img/feature/num_feature_content06.svg);
}

@media screen and (min-width: 768px) {
  .feature-contents__item:nth-child(6) .feature-contents__textarea::before {
    width: 170px;
    height: 170px;
    top: -70px;
    right: auto;
    left: 0;
  }
}
/*! ----------------------
feature page link
---------------------- */
@media screen and (min-width: 768px) {
  .m-feature-under-page-link {
    padding-top: 140px;
  }
}
.feature-page-link__ttl {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}

.feature-page-link__ttl span {
  background-position: 100% 0.8em;
}

@media screen and (min-width: 768px) {
  .feature-page-link__ttl {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 600px) {
  .feature-page-link__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.feature-page-link__item {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  z-index: 1;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

.feature-page-link__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .feature-page-link__item {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .feature-page-link__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.feature-page-link__item-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 54%;
}

.feature-page-link__item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.feature-page-link__item-image a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .feature-page-link__item-image {
    padding-top: 44%;
  }
  .feature-page-link__item-image::after {
    height: 10px;
  }
}
.feature-page-link__item-contents {
  background-color: #fff;
  padding: 20px 18px;
}

@media screen and (min-width: 600px) {
  .feature-page-link__item-contents {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 600px) {
  .feature-page-link__item-textarea {
    height: 100%;
  }
}
.feature-page-link__item-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .feature-page-link__item-ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
  }
}
.feature-page-link__item-txt {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .feature-page-link__item-txt {
    margin-top: 14px;
  }
}
.feature-page-link__view-btn {
  width: 160px;
  text-align: left;
  margin-top: 26px;
}

.feature-page-link__view-btn a {
  font-size: 14px;
  min-width: 100%;
  text-align: center;
  padding: 6px 7px;
}

@media screen and (min-width: 768px) {
  .feature-page-link__view-btn {
    width: 180px;
    margin-top: 30px;
  }
  .feature-page-link__view-btn a {
    padding: 8px 20px;
  }
}
.feature-page-link__spirit-bg {
  background-image: url(../img/feature/bg_spirit.webp);
}

.feature-page-link__insistence-bg {
  background-image: url(../img/feature/bg_insistence.webp);
}

.feature-page-link__event-bg {
  background-image: url(../img/feature/bg_event.webp);
}

.feature-page-link__work-bg {
  background-image: url(../img/feature/bg_work_support.webp);
}

.feature-page-link__employment-bg {
  background-image: url(../img/feature/bg_employment_support.webp);
}

.feature-page-link .is-active {
  background-color: #f2f2f2;
}

.feature-page-link .is-active .feature-page-link__item-image::after {
  background: #f2f2f2;
}

.feature-page-link .is-active .feature-page-link__item-image a {
  opacity: 0.4;
  pointer-events: none;
}

.feature-page-link .is-active .feature-page-link__item-ttl,
.feature-page-link .is-active .feature-page-link__item-txt {
  color: #aaa;
}

.feature-page-link .is-active .feature-page-link__view-btn a {
  color: #aaa;
  border: 1px solid #aaa;
  pointer-events: none;
}

.feature-page-link .is-active .feature-page-link__view-btn a::after {
  border-color: #aaa #aaa transparent transparent;
}

@media screen and (min-width: 768px) {
  .feature-page-link .is-feature-page-btn-active {
    color: #fff;
    background-color: #ff9158;
    letter-spacing: 0.12em;
  }
  .feature-page-link .is-feature-page-btn-active::after {
    border-color: #fff #fff transparent transparent;
  }
}
/*! ----------------------
feature
---------------------- */
.feature__intro {
  padding-bottom: 80px;
}
.feature__intro__ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .feature__intro__ttl {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .feature__intro__ttl {
    font-size: 26px;
  }
}
.feature__intro__txt-strong {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ff9158;
  line-height: 1.5;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .feature__intro__txt-strong {
    font-size: 32px;
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .feature__intro__txt-strong {
    font-size: 40px;
    margin-top: 24px;
  }
}
.feature__intro__txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .feature__intro__txt {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .feature__intro__txt {
    font-size: 18px;
  }
}
.feature__intro-nav {
  max-width: 360px;
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .feature__intro-nav {
    max-width: 750px;
    margin: 36px auto 0;
  }
}
@media (min-width: 1600px) {
  .feature__intro-nav {
    max-width: 868px;
  }
}
.feature__intro-nav__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .feature__intro-nav__list {
    gap: 12px 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.feature__intro-nav__list-item {
  width: 100%;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ff9158;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .feature__intro-nav__list-item {
    height: 80px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1600px) {
  .feature__intro-nav__list-item {
    height: 88px;
  }
}
.feature__intro-nav__list-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ff9158;
  position: relative;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .feature__intro-nav__list-link {
    padding: 0 28px;
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  .feature__intro-nav__list-link {
    padding: 0 40px;
  }
}
.feature__intro-nav__list-link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #ff9158 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .feature__intro-nav__list-link::after {
    right: 26px;
  }
}
.feature__intro-nav__list-num {
  font-size: 18px;
  color: inherit;
}
@media (min-width: 768px) {
  .feature__intro-nav__list-num {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .feature__intro-nav__list-num {
    font-size: 24px;
  }
}
.feature__intro-nav__list-txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: inherit;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .feature__intro-nav__list-txt {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .feature__intro-nav__list-txt {
    font-size: 18px;
  }
}
.feature__notice-wrap {
  margin-top: 32px;
  text-align: center;
  font-size: 12px;
}
.feature__support__content-wrap {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .feature__support__content-wrap {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .feature__support__content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.feature__support__content-block:nth-child(2) {
  flex-direction: row-reverse;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .feature__support__content-block:nth-child(2) {
    margin-top: 64px;
  }
}
.feature__support__content-img {
  width: 100%;
}
@media (min-width: 768px) {
  .feature__support__content-img {
    width: calc(50% - 16px);
  }
}
.feature__support__content-txt-block {
  width: 100%;
}
@media (min-width: 768px) {
  .feature__support__content-txt-block {
    width: calc(50% - 16px);
  }
}
.feature__support__content-ttl {
  line-height: 3;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .feature__support__content-ttl {
    margin-top: 0;
  }
}
.feature__support__content-ttl-deco {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 22px;
  line-height: 1;
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
}
@media (min-width: 768px) {
  .feature__support__content-ttl-deco {
    padding: 8px 32px;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .feature__support__content-ttl-deco {
    font-size: 22px;
  }
}
.feature__support__content-txt {
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .feature__support__content-txt {
    font-size: 16px;
    margin-top: 24px;
  }
}
.feature__portfolio__wrap {
  max-width: 480px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .feature__portfolio__wrap {
    width: 1080px;
    max-width: unset;
    margin: 40px auto 0;
  }
}
.feature__portfolio__wrap .slick-arrow {
  width: 28px;
  height: 28px;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.feature__portfolio__wrap .slick-prev {
  background: url(../img/common/btn_curcle-toleft-orange.png) center/cover;
  left: 8%;
}
@media (min-width: 768px) {
  .feature__portfolio__wrap .slick-prev {
    left: 8.5%;
  }
}
.feature__portfolio__wrap .slick-next {
  background: url(../img/common/btn_curcle-toright-orange.png) center/cover;
  right: 8%;
}
@media (min-width: 768px) {
  .feature__portfolio__wrap .slick-next {
    right: 8.5%;
  }
}
.feature__portfolio__item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: scale(0.8);
  margin: 0 10px 10px;
}
@media (min-width: 768px) {
  .feature__portfolio__item {
    margin: 0 0 10px;
  }
}
.feature__portfolio__item.slick-center {
  transform: scale(1);
}
.feature__portfolio .portfolio__msg {
  min-height: 170px;
}
.feature__portfolio .slick-dots {
  display: flex;
  gap: 16px;
  margin: 40px auto 0;
  justify-content: center;
}
.feature__portfolio .slick-dots li {
  width: 10px;
  height: 10px;
  background: #000;
  cursor: pointer;
}
.feature__portfolio .slick-dots li.slick-active {
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
}
.feature__portfolio .slick-dots button {
  display: none;
}
.feature__curri__process-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .feature__curri__process-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.feature__curri__process-list-item {
  width: 100%;
  background: #fafafa;
  padding: 44px 20px 56px;
}
@media (min-width: 768px) {
  .feature__curri__process-list-item {
    width: calc(33.33% - 10px);
  }
}
.feature__curri__process-list-icon {
  width: 80px;
  margin: 0 auto;
}
.feature__curri__process-list-ttl {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #ff9158;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.feature__curri__process-list-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.feature__curri__cycle-int-txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .feature__curri__cycle-int-txt {
    font-size: 16px;
    margin-top: 24px;
    line-height: 1.5;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .feature__curri__cycle-int-txt {
    margin-top: 44px;
    font-size: 18px;
  }
}
.feature__curri__cycle-graph {
  margin: 56px auto 0;
  width: 80%;
  min-width: 224px;
  max-width: 264px;
}
@media (min-width: 768px) {
  .feature__curri__cycle-graph {
    max-width: 400px;
  }
}
.feature__curri__step-int-txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 2;
}
@media (min-width: 768px) {
  .feature__curri__step-int-txt {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .feature__curri__step-int-txt {
    font-size: 18px;
    margin-top: 44px;
  }
}
.feature__curri__step-img {
  width: 100%;
  max-width: 480px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .feature__curri__step-img {
    width: 88%;
    margin: 80px auto 0;
    max-width: 590px;
  }
}
.feature__curri__link-btn {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .feature__curri__link-btn {
    margin-top: 84px;
  }
}
.feature__community__inner {
  max-width: 960px;
}
.feature__community__event-list {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
@media (min-width: 768px) {
  .feature__community__event-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 76px 0;
  }
}
.feature__community__event-list-item {
  width: 100%;
}
@media (min-width: 768px) {
  .feature__community__event-list-item {
    width: calc(50% - 20px);
  }
}
.feature__community__event-list-inner {
  padding: 16px 12px;
}
.feature__community__event-list-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ff9158;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (min-width: 768px) {
  .feature__community__event-list-ttl {
    font-size: 20px;
    margin-top: 8px;
  }
}
@media (min-width: 1600px) {
  .feature__community__event-list-ttl {
    font-size: 22px;
  }
}
.feature__community__event-list-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .feature__community__event-list-txt {
    margin-top: 8px;
  }
}
@media (min-width: 1600px) {
  .feature__community__event-list-txt {
    font-size: 16px;
    margin-top: 12px;
  }
}
.feature__community__twitter-list-wrap {
  padding-bottom: 20px;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .feature__community__twitter-list-wrap {
    margin-top: 24px;
  }
}
.feature__community__twitter-list {
  width: 100%;
}
.feature__community__twitter-list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.feature__community__twitter-list .slick-dots button {
  display: none;
}
.feature__community__twitter-list .slick-dots li {
  width: 10px;
  height: 10px;
  background: #000;
  cursor: pointer;
}
.feature__community__twitter-list .slick-dots li.slick-active {
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
}
.feature__community__twitter-list .slick-arrow {
  width: 28px;
  height: 28px;
  border: none;
  text-indent: -100px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .feature__community__twitter-list .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
.feature__community__twitter-list .slick-arrow.slick-prev {
  background: url(../img/common/btn_curcle-toleft-orange.png) center/cover;
  left: -6px;
}
@media (min-width: 768px) {
  .feature__community__twitter-list .slick-arrow.slick-prev {
    left: -36px;
  }
}
.feature__community__twitter-list .slick-arrow.slick-next {
  background: url(../img/common/btn_curcle-toright-orange.png) center/cover;
  right: -6px;
}
@media (min-width: 768px) {
  .feature__community__twitter-list .slick-arrow.slick-next {
    right: -36px;
  }
}
.feature__community__twitter-list-item {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .feature__community__twitter-list-item {
    padding: 0 16px;
  }
}
.feature__community__twitter-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .feature__community__twitter-more-wrap {
    margin-top: 80px;
  }
}
.feature__community__twitter-more-btn {
  font-size: 18px;
  font-weight: bold;
  color: #ff9158;
  padding: 0 24px 8px 0;
  position: relative;
  border-bottom: 1px solid #ff9158;
  line-height: 1;
}
@media (min-width: 768px) {
  .feature__community__twitter-more-btn {
    font-size: 22px;
    padding: 0 32px 8px 0;
  }
}
.feature__community__twitter-more-btn::before {
  content: "";
  width: 2px;
  height: 14px;
  background: #ff9158;
  position: absolute;
  right: 6px;
  top: 2px;
}
@media (min-width: 768px) {
  .feature__community__twitter-more-btn::before {
    top: 4px;
  }
}
.feature__community__twitter-more-btn::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #ff9158;
  position: absolute;
  right: 0px;
  top: 8px;
}
@media (min-width: 768px) {
  .feature__community__twitter-more-btn::after {
    top: 10px;
  }
}
.feature__lesson__more-btn {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .feature__lesson__more-btn {
    margin-top: 100px;
  }
}

/*! ----------------------
flow
---------------------- */
.flow {
  margin: 30px 0;
}

.flow__step {
  background-color: #f5f5f5;
  position: relative;
  padding: 40px 0;
  margin-top: 20px;
}

.flow__step:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .flow__step {
    min-height: 380px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow__step-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .flow__top {
    width: 20%;
    display: flex;
    align-items: center;
  }
}
.flow__top-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#ffbb1e 0%, #ff9158 100%);
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .flow__top-icon-wrap {
    width: 60px;
    height: 60px;
    margin: 0;
  }
}
.flow__top-icon {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .flow__top-icon {
    width: 36px;
  }
}
.flow__top-txtarea {
  text-align: center;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .flow__top-txtarea {
    text-align: left;
    margin: 0 0 0 20px;
  }
}
.flow__top-num {
  color: #ff9158;
  font-size: 14px;
  font-weight: bold;
}

.flow__top-ttl {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .flow__top-ttl {
    font-size: 15px;
    line-height: 1.4;
  }
}
.flow__contents {
  max-width: 320px;
  margin: 0 auto;
}

.flow__contents::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #ff9158;
  border-radius: 2px;
  margin: 30px auto;
}

@media screen and (min-width: 500px) {
  .flow__contents {
    max-width: 420px;
  }
}
@media screen and (min-width: 768px) {
  .flow__contents {
    width: 80%;
    max-width: 100%;
    position: relative;
    padding-left: 40px;
    margin: 0;
  }
  .flow__contents::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
  }
}
.flow__contents-copy {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flow__contents-copy {
    text-align: left;
  }
}
.flow__contents-copy span {
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .flow__contents-copy span {
    font-size: 22px;
    line-height: 1.8;
  }
}
.flow__contents-list {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .flow__contents-list {
    margin-top: 30px;
  }
}
.flow__contents-item {
  display: flex;
}

.flow__contents-item span {
  font-size: 11px;
  display: block;
}

@media screen and (min-width: 375px) {
  .flow__contents-item span {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .flow__contents-item {
    margin-top: 4px;
  }
  .flow__contents-item:first-child {
    margin-top: 0;
  }
  .flow__contents-item span {
    font-size: 14px;
  }
}
.flow__contents-item-check {
  width: 18px;
}

.flow__contents-item-txt {
  width: calc(100% - 18px);
}

.flow__contents-item-txt a {
  color: #297af4;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .flow__contents-item-txt a:hover {
    transition: 0.3s;
  }
  .flow__contents-item-txt a:hover:hover {
    opacity: 0.8;
  }
}
.flow__image {
  width: 220px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.flow__image::after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f5f5f5 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 768px) {
  .flow__marker-wrap {
    background-image: none;
  }
}
.flow__marker-pc {
  background-image: none;
}

@media screen and (min-width: 768px) {
  .flow__marker-pc {
    background-image: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  }
}
@media screen and (min-width: 500px) {
  .flow__br-xs {
    display: block;
  }
}
.flow__step01 .flow__image {
  background-image: url(../img/flow/pic_step01.jpg);
}

.flow__step02 .flow__image {
  background-image: url(../img/flow/pic_step02.jpg);
}

.flow__step03 .flow__top-icon {
  width: 36px;
}

@media screen and (min-width: 768px) {
  .flow__step03 .flow__top-icon {
    width: 44px;
  }
}
.flow__step03 .flow__image {
  background-image: url(../img/flow/pic_step03.jpg);
}

@media screen and (min-width: 768px) {
  .flow__step04 .flow__top-icon {
    width: 40px;
  }
}
.flow__step04 .flow__image {
  background-image: url(../img/flow/pic_step04.jpg);
}

.flow__step05 .flow__image {
  background-image: url(../img/flow/pic_step05.jpg);
}

.flow__step06 .flow__image {
  background-image: url(../img/flow/pic_step06.jpg);
}

/*! ----------------------
interview archive
---------------------- */
@media screen and (min-width: 600px) {
  .archive-interview__wrap {
    display: flex;
    flex-wrap: wrap;
    padding-left: -2%;
  }
}
.archive-interview__article {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  z-index: 1;
}

.archive-interview__article:first-child {
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .archive-interview__article {
    width: 48%;
    margin: 24px 4% 0 0;
  }
  .archive-interview__article:nth-child(even) {
    margin-right: 0;
  }
  .archive-interview__article:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .archive-interview__article {
    width: 32%;
    margin: 40px 2% 0 0;
  }
  .archive-interview__article:nth-child(even) {
    margin-right: 2%;
  }
  .archive-interview__article:nth-child(3n) {
    margin-right: 0;
  }
  .archive-interview__article:nth-child(-n+3) {
    margin-top: 0;
  }
}
.archive-interview__article-link {
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .archive-interview__article-link:hover .archive-interview__thumbnail-bg {
    transform: scale3d(1.04, 1.04, 1);
    transition: 0.3s;
  }
}
.archive-interview__thumbnail {
  width: 100%;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.archive-interview__thumbnail-bg {
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-position: center !important;
  background-size: cover !important;
  transform: scale(1.01);
  transition: 0.3s;
}

.archive-interview__info {
  text-align: center;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .archive-interview__info {
    padding: 40px 30px;
  }
}
.archive-interview__info-name-jp {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .archive-interview__info-name-jp {
    font-size: 18px;
  }
}
.archive-interview__info-name-en {
  color: #ff9158;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.archive-interview__info-contents {
  margin-top: 14px;
}

.archive-interview__info-ttl {
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
}

.archive-interview__info-excerpt {
  font-size: 12px;
  font-weight: bold;
  max-width: 300px;
  line-height: 2.2;
  margin: 8px auto 0;
}

/*! ----------------------
single common
---------------------- */
.single-interview__thumbnail {
  border-radius: 6px;
  overflow: hidden;
}

.single-interview__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .single-interview__ttl {
    font-size: 24px;
  }
}
.single-interview__info {
  margin-top: 5px;
}

.single-interview__info-date {
  color: #999;
  font-size: 12px;
  display: block;
}

.single-interview__share {
  display: flex;
}

@media screen and (min-width: 768px) {
  .single-interview__share {
    justify-content: flex-end;
  }
}
.single-interview__share-top {
  margin-top: 20px;
}

.single-interview__share-bottom {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .single-interview__share-bottom {
    margin-top: 60px;
  }
}
.single-interview__share-item {
  margin-left: 10px;
}

.single-interview__share-item:first-child {
  margin-left: 0;
}

.single-interview__share-item a {
  color: #fff;
  width: 80px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}

.single-interview__share--twitter a {
  background-color: #55acee;
}

.single-interview__share--facebook a {
  background-color: #3b5998;
}

.single-interview__share--hatebu a {
  background-color: #0083d1;
}

/*! ----------------------
privacy
---------------------- */
.privacy__first-txt {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .privacy__first-txt {
    font-size: 16px;
  }
}
.privacy__list {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .privacy__list {
    margin-top: 60px;
  }
}
.privacy__list-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.privacy__list-name:first-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .privacy__list-name {
    font-size: 20px;
  }
}
.privacy__list-data {
  font-size: 14px;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .privacy__list-data {
    font-size: 16px;
    margin-top: 0;
  }
}
.privacy__list-data-contact {
  display: block;
}

.privacy__list-data-contact:first-child {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .privacy__list-data-contact:first-child {
    margin-bottom: 10px;
  }
}
/*! ----------------------
law
---------------------- */
.law__first-txt {
  font-size: 14px;
  text-align: center;
}

.law__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}
.law__table th,
.law__table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

/*! ----------------------
terms
---------------------- */
.terms__list-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.terms__list-name:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .terms__list-name {
    font-size: 20px;
  }
}
.terms__list-data {
  font-size: 14px;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .terms__list-data {
    font-size: 16px;
    margin-top: 0;
  }
}
.terms__list-data-list {
  margin-left: 20px;
}

.terms__list-data-list li {
  list-style-type: decimal;
}

.terms__list-data-sub-list li {
  display: flex;
  list-style: none;
}

.terms__list-data-sub-item-num {
  display: block;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .terms__list-data-sub-item-num {
    width: 24px;
  }
}
.terms__list-data-sub-item-txt {
  display: block;
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  .terms__list-data-sub-item-txt {
    width: calc(100% - 24px);
  }
}
/*! ----------------------
top column
---------------------- */
.top-column {
  background-image: url(../img/top/bg_column.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.top-column::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #ffbb1e 0%, #ff9158 100%);
  opacity: 0.95;
}

.top-column .u-wrap-s {
  position: relative;
  z-index: 1;
}

.top-column__ttl {
  color: #fff;
}

.top-column__ttl::after {
  color: rgba(255, 255, 255, 0.1);
}

.top-column__wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-column__wrap {
    margin-top: 80px;
  }
}
.top-column__article {
  border-bottom: 1px solid #fff;
  margin-top: 20px;
}

.top-column__article:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .top-column__article {
    margin-top: 30px;
  }
}
.top-column__article-link {
  display: block;
  position: relative;
  padding-bottom: 4px;
}

.top-column__article-link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 768px) {
  .top-column__article-link {
    display: flex;
    padding-bottom: 10px;
    transition: 0.3s;
  }
  .top-column__article-link:hover {
    opacity: 0.8;
  }
  .top-column__article-link::after {
    right: 30px;
    transition: 0.2s;
  }
  .top-column__article-link:hover::after {
    right: 25px;
  }
}
.top-column__article-ttl {
  color: #fff;
  width: calc(100% - 35px);
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px) {
  .top-column__article-ttl {
    width: calc(100% - 70px);
  }
}
.top-column__more {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-column__more {
    margin-top: 60px;
  }
}
/*! ----------------------
top common
---------------------- */
.m-top-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .m-top-ttl {
    margin-bottom: 90px;
  }
}
@media (min-width: 1600px) {
  .m-top-ttl {
    margin-bottom: 100px;
  }
}

.m-top-ttl::after {
  content: "";
  color: rgba(255, 145, 88, 0.1);
  width: 100%;
  display: block;
  font-size: 52px;
  line-height: 1.2;
  position: absolute;
  top: 24px;
  right: 50%;
  transform: translate(50%, -100%);
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .m-top-ttl::after {
    font-size: 130px;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
  }
}
.m-top-ttl span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-top-ttl span {
    font-size: 28px;
  }
}

.m-top-ttl.top-achievement__ttl::after {
  content: "Achievement";
}

.m-top-ttl.top-feature__ttl::after {
  content: "Feature";
}

.m-top-ttl.top-course__ttl::after {
  content: "Course & Price";
}

.m-top-ttl.top-currculum__ttl::after {
  content: "Curriculum";
}

.m-top-ttl.top-voice__ttl::after {
  content: "Voice";
  color: rgba(255, 255, 255, 0.1);
}

.m-top-ttl.top-flow__ttl::after {
  content: "Flow";
}

.m-top-ttl.top-faq__ttl::after {
  content: "FAQ";
}

.m-top-ttl.top-column__ttl::after {
  content: "Column";
  color: rgba(255, 255, 255, 0.1);
}

.m-bottom-ttl-sup {
  line-height: 2;
  margin-top: 20px;
  font-size: 14px;
  text-align: justify;
}
@media (min-width: 768px) {
  .m-bottom-ttl-sup {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
  }
}

/*! ----------------------
top course
---------------------- */
.top-course__int-txt {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .top-course__int-txt {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.top-course__table {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.top-course__table::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.top-course__view-btn {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .top-course__view-btn {
    margin-top: 40px;
  }
}

/*! ----------------------
top payment
---------------------- */
.bl-payment_ttl {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 600px) {
  .bl-payment_ttl {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .bl-payment_ttl {
    font-size: 32px;
  }
}

.bl-payment_img {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .bl-payment_img {
    margin-top: 40px;
  }
}

.bl-payment_contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .bl-payment_contents {
    margin-top: 100px;
    flex-direction: row;
  }
}
.bl-payment_contents--page {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .bl-payment_course-wrapper {
    width: 50%;
  }
}

.bl-payment_course_ttl {
  background: linear-gradient(45deg, #ffbb1e 0%, #ff9158 100%);
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 12px 0;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .bl-payment_course_ttl {
    padding: 20px 0;
  }
}

.bl-payment_course-detail-wrapper {
  background: #fafafa;
  border-radius: 0 0 10px 10px;
  padding: 12px 0;
}
.bl-payment_course-detail-wrapper--page {
  background-color: #fff;
}
@media (min-width: 768px) {
  .bl-payment_course-detail-wrapper {
    padding: 16px 0;
  }
}

.bl-payment_course_regular-rate {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .bl-payment_course_regular-rate {
    font-size: 24px;
  }
}

.bl-payment_course_regular-rate-num {
  font-size: 32px;
}

.bl-payment_course_amount-benefit-wrap {
  position: relative;
}

.bl-payment_course_amount-benefit {
  border: solid 1px #ff9158;
  background: #fafafa;
  border-radius: 60px;
  color: #ff9158;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px 2px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .bl-payment_course_amount-benefit {
    padding: 0 40px 4px;
    font-size: 24px;
  }
}
.bl-payment_course_amount-benefit--page {
  background: #fff;
}

.bl-payment_course_arrow {
  position: absolute;
  width: 65px;
  height: 88.725px;
  background: url(../img/ico_arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0);
  z-index: 0;
}
@media (min-width: 768px) {
  .bl-payment_course_arrow {
    width: 80px;
    height: 109px;
  }
}

.bl-payment_course_abount-num {
  font-size: 24px;
}
@media (min-width: 768px) {
  .bl-payment_course_abount-num {
    font-size: 32px;
  }
}

.bl-payment_course_new-rate {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .bl-payment_course_new-rate {
    font-size: 24px;
  }
}
.bl-payment_course_new-rate-num {
  font-size: 40px;
  color: #b90000;
}
@media (min-width: 768px) {
  .bl-payment_course_new-rate-num {
    font-size: 60px;
  }
}

.bl-payment_annotation {
  margin-top: 12px;
}

/*! ----------------------
top currculum
---------------------- */
.top-currculum {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-currculum {
    padding-bottom: 0;
  }
}
.top-currculum__wrap {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .top-currculum__wrap {
    margin-top: 64px;
  }
}
@media (min-width: 1600px) {
  .top-currculum__wrap {
    margin-top: 80px;
  }
}
.top-currculum__presentation__wrap {
  padding-bottom: 60px;
  margin-top: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .top-currculum__presentation__wrap {
    padding-bottom: 100px;
    margin-top: 140px;
  }
  .top-currculum__presentation__wrap::before {
    content: "";
    display: block;
    background-color: #f5f5f5;
    width: 100%;
    position: absolute;
    top: -150px;
    z-index: -1;
    transform: skewY(10deg);
    height: 150%;
  }
}
@media (min-width: 1600px) {
  .top-currculum__presentation__wrap {
    padding-bottom: 120px;
  }
}
.top-currculum__view-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .top-currculum__view-btn {
    margin-top: 80px;
  }
}

.m-currculum__flow-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  max-width: 876px;
  margin: 0 auto;
}
.m-currculum__flow-caution {
  font-size: 14px;
  font-weight: bold;
}
.m-currculum__flow-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 20px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1600px) {
  .m-currculum__flow-icon {
    font-size: 14px;
    height: 22px;
  }
}
.m-currculum__flow-icon--orange {
  background: linear-gradient(#fcb921, #fa9158);
}
.m-currculum__flow-icon--blue {
  background: linear-gradient(#42cfe7, #23a8be);
}
.m-currculum__flow {
  max-width: 868px;
  margin: 0 auto;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .m-currculum__flow {
    margin-top: 24px;
  }
}
.m-currculum__flow-block {
  position: relative;
}
@media (min-width: 768px) {
  .m-currculum__flow-block {
    display: flex;
    align-items: flex-start;
    height: 110px;
    gap: 40px;
  }
}
.m-currculum__flow-block:nth-child(n+2) {
  margin-top: 52px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block:nth-child(n+2) {
    margin-top: 100px;
  }
}
.m-currculum__flow-block::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: -35px;
  left: 27px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block::before {
    bottom: -80px;
    left: 66.5px;
  }
}
.m-currculum__flow-block::after {
  content: "";
  width: 1px;
  height: calc(100% - 36px);
  background: #000;
  position: absolute;
  left: 30px;
  top: 72px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block::after {
    height: 80px;
    left: 70px;
    bottom: 0px;
    top: unset;
    transform: translate(-50%, 100%);
  }
}
.m-currculum__flow-block:last-child::before {
  display: none;
}
.m-currculum__flow-block:last-child::after {
  display: none;
}
.m-currculum__flow-block__step {
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-weight: bold;
  height: 64px;
  padding: 0 32px;
  font-size: 16px;
  background: #fcb921;
}
@media (min-width: 768px) {
  .m-currculum__flow-block__step {
    width: 224px;
    height: 88px;
    padding: 0 24px;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .m-currculum__flow-block__step {
    font-size: 20px;
  }
}
.m-currculum__flow-block__step-txt {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block__step-txt {
    padding-left: 16px;
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .m-currculum__flow-block__step-txt {
    font-size: 20px;
  }
}
.m-currculum__flow-block__content {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block__content {
    width: 600px;
    padding-left: 0;
  }
}
.m-currculum__flow-block__content-txt {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block__content-txt {
    font-size: 14px;
    text-align: justify;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .m-currculum__flow-block__content-txt {
    font-size: 16px;
  }
}
.m-currculum__flow-block__content-lesson-wrap {
  display: flex;
  width: 100%;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .m-currculum__flow-block__content-lesson-wrap {
    display: block;
  }
}
.m-currculum__flow-block__content-lesson-wrap--01 {
  justify-content: flex-end;
}
.m-currculum__flow-block__content-lesson {
  width: 120px;
}
.m-currculum__flow-block__content-lesson-block {
  display: flex;
  gap: 12px 8px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}
@media (min-width: 768px) {
  .m-currculum__flow-block__content-lesson-block {
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .m-currculum__flow-block__content-lesson-block:nth-child(2) {
    margin-top: 24px;
  }
}
.m-currculum__flow-block__content-lesson-txt {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

/*! ----------------------
top faq
---------------------- */
.top-faq {
  background-color: #f5f5f5;
}

.top-faq__wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-faq__wrap {
    margin-top: 50px;
  }
}
.top-faq__msg {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-faq__msg {
    font-size: 14px;
  }
}
.top-faq__list {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-faq__list {
    margin-top: 70px;
  }
}
.top-faq__item {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

.top-faq__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .top-faq__item {
    margin-top: 18px;
  }
}
.top-faq__question {
  background: linear-gradient(#ffbb1e 0%, #ff9158 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
}

.top-faq__question.is-top-faq-icon-active .top-faq__question-icon::after {
  transition: 0.2s;
  transform: rotate(-225deg);
  top: 1px;
}

@media screen and (min-width: 768px) {
  .top-faq__question {
    padding: 20px 30px;
    cursor: pointer;
  }
}
.top-faq__question-num,
.top-faq__question-txt {
  color: #fff;
  font-weight: bold;
  display: block;
}

.top-faq__question-num {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-faq__question-num {
    width: 20px;
    display: block;
  }
}
.top-faq__question-txt {
  font-size: 12px;
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .top-faq__question-txt {
    font-size: 16px;
    width: calc(100% - 80px);
  }
}
.top-faq__question-icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-faq__question-icon::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
  transition: 0.2s;
}

.top-faq__answer {
  background-color: #fff;
  padding: 14px 10px;
  display: none;
}

@media screen and (min-width: 768px) {
  .top-faq__answer {
    padding: 20px 30px;
  }
}
.top-faq__answer-txt {
  font-size: 12px;
  display: block;
}

@media screen and (min-width: 768px) {
  .top-faq__answer-txt {
    font-size: 14px;
    width: calc(100% - 80px);
    margin-left: 40px;
  }
}
.top-faq__more {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-faq__more {
    margin-top: 60px;
  }
}
/*! ----------------------
top feature
---------------------- */
.top-feature {
  position: relative;
}
.top-feature__deco-wrap {
  position: relative;
}
.top-feature__int-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .top-feature__int-txt {
    font-size: 18px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .top-feature__int-txt--mgt {
    margin-top: 48px;
  }
}
@media (min-width: 1600px) {
  .top-feature__int-txt--mgt {
    margin-top: 90px;
  }
}
.top-feature__int-txt--accent {
  color: #fff;
  line-height: 1;
  background: linear-gradient(#fcb921 0%, #fa9158 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 14px 0;
  width: 287px;
  letter-spacing: 0.1em;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .top-feature__int-txt--accent {
    font-size: 22px;
    padding: 20px 0;
    width: calc(50% - 28px);
  }
}
.top-feature__int-txt--cloth {
  font-weight: bold;
  line-height: 2;
  display: block;
  text-align: center;
}
.top-feature__int-txt-cycle-wrap {
  font-size: 20px;
  text-align: center;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .top-feature__int-txt-cycle-wrap {
    font-size: 24px;
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .top-feature__int-txt-cycle-wrap {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .top-feature__int-txt-cycle-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    max-width: 592px;
  }
}
.top-feature__int-txt-cycle {
  line-height: 1;
  font-size: 18px;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .top-feature__int-txt-cycle {
    margin: 0;
  }
}
.top-feature__block__int-txt {
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .top-feature__block__int-txt {
    text-align: center;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .top-feature__block__int-txt {
    font-size: 18px;
    margin-top: 40px;
  }
}
.top-feature__block__method {
  max-width: 480px;
  margin: 40px auto 0;
  width: 95%;
}
@media (min-width: 768px) {
  .top-feature__block__method {
    margin: 56px auto 0;
  }
}
@media (min-width: 768px) {
  .top-feature__block__method {
    max-width: 686px;
  }
}
.top-feature__block__cycle {
  width: 80%;
  min-width: 224px;
  max-width: 264px;
  margin: 48px auto 0;
}
@media (min-width: 768px) {
  .top-feature__block__cycle {
    max-width: 434px;
    margin: 56px auto 0;
  }
}
.top-feature__block__flex-wrap {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .top-feature__block__flex-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }
}
@media (min-width: 1600px) {
  .top-feature__block__flex-wrap {
    margin-top: 48px;
  }
}
.top-feature__block__flex-wrap--2 {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .top-feature__block__flex-wrap--2 {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .top-feature__block__flex-item {
    width: calc(50% - 12px);
    max-width: 504px;
  }
}
.top-feature__block__flex-item--2 {
  margin-top: 64px;
}
@media (min-width: 768px) {
  .top-feature__block__flex-item--2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .top-feature__block__flex-item--comunity {
    width: calc(50% - 24px);
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .top-feature__block__flex-item--comunity:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.top-feature__block__flex-item--comunity:nth-child(2) {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.top-feature__block__flex-item-img {
  width: calc(50% - 4px);
}
.top-feature__block__flex-img {
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-feature__block__flex-img {
    margin-top: 0;
  }
}
.top-feature__block__flex-ttl {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .top-feature__block__flex-ttl {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .top-feature__block__flex-ttl {
    margin-top: 30px;
  }
}
.top-feature__block__flex-ttl span {
  font-size: inherit;
  font-weight: inherit;
}
.top-feature__block__flex-txt {
  text-align: justify;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .top-feature__block__flex-txt {
    padding: 0 12px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.top-feature__block__flex-ttl-color {
  color: #ff9158;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 768px) {
  .top-feature__block__flex-ttl-color {
    font-size: 22px;
    margin-top: 0;
  }
}

/*! ----------------------
top flow
---------------------- */
.top-flow__wrap {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .top-flow__wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .top-flow__wrap {
    margin-top: 80px;
  }
}
.top-flow__item {
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 6px;
  position: relative;
  padding: 30px 20px;
  margin-top: 20px;
}

.top-flow__item:first-child {
  margin-top: 0;
}

.top-flow__item::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -12px;
  left: -6px;
}

.top-flow__item:nth-child(1)::before {
  background-image: url(../img/top/num_01.svg);
}

.top-flow__item:nth-child(2)::before {
  width: 40px;
  height: 40px;
  background-image: url(../img/top/num_02.svg);
}

.top-flow__item:nth-child(3)::before {
  background-image: url(../img/top/num_03.svg);
}

.top-flow__item:nth-child(4)::before {
  width: 40px;
  height: 40px;
  background-image: url(../img/top/num_04.svg);
}

.top-flow__item:nth-child(5)::before {
  width: 40px;
  height: 40px;
  background-image: url(../img/top/num_05.svg);
}

.top-flow__item:nth-child(6)::before {
  background-image: url(../img/top/num_06.svg);
}

@media screen and (min-width: 600px) {
  .top-flow__item {
    width: 49%;
    padding: 40px 20px;
  }
  .top-flow__item:nth-child(odd) {
    margin-right: 2%;
  }
  .top-flow__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-flow__item {
    width: 32%;
    padding: 50px 18px;
    margin-top: 30px;
  }
  .top-flow__item:nth-child(odd) {
    margin-right: 2%;
  }
  .top-flow__item:nth-child(even) {
    margin-right: 2%;
  }
  .top-flow__item:nth-child(3n) {
    margin-right: 0;
  }
  .top-flow__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.top-flow__item-inner {
  display: inline-block;
}

.top-flow__item-ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
}

.top-flow__item-ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ff9158;
  margin: 14px auto 18px;
}

@media screen and (min-width: 600px) {
  .top-flow__item-ttl::after {
    width: 46px;
    margin: 14px auto 20px;
  }
}
.top-flow__item-txt-wrap {
  display: inline-block;
}

.top-flow__item-txt {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top-flow__item-txt {
    max-width: 100%;
    line-height: 2.2;
  }
}
.top-flow__view-btn {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .top-flow__view-btn {
    margin-top: 80px;
  }
}
.top-flow__item-arrow {
  width: 1px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: -35px;
  right: 20px;
  background-color: #707070;
  z-index: 1;
}

.top-flow__item-arrow::after {
  content: "";
  width: 1px;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 2px;
  transform: rotate(-32deg);
  background-color: #707070;
}

@media screen and (min-width: 600px) {
  .top-flow__item-arrow {
    width: 40px;
    height: 1px;
    bottom: 20px;
  }
  .top-flow__item-arrow::after {
    width: 8px;
    height: 1px;
    right: 0px;
    bottom: 3px;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 600px) {
  .top-flow__item:nth-child(1) .top-flow__item-arrow,
  .top-flow__item:nth-child(2) .top-flow__item-arrow,
  .top-flow__item:nth-child(5) .top-flow__item-arrow {
    right: calc(-20px - 2%);
  }
}
@media screen and (min-width: 768px) {
  .top-flow__item:nth-child(1) .top-flow__item-arrow,
  .top-flow__item:nth-child(2) .top-flow__item-arrow,
  .top-flow__item:nth-child(5) .top-flow__item-arrow {
    right: calc(-20px - 3%);
  }
}
@media screen and (min-width: 600px) {
  .top-flow__item:nth-child(2) .top-flow__item-arrow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-flow__item:nth-child(2) .top-flow__item-arrow {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .top-flow__item:nth-child(3) .top-flow__item-arrow {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .top-flow__item:nth-child(4) .top-flow__item-arrow {
    left: calc(-20px - 2%);
  }
}
@media screen and (min-width: 768px) {
  .top-flow__item:nth-child(4) .top-flow__item-arrow {
    left: auto;
    right: calc(-20px - 3%);
  }
}
/*! ----------------------
top kv
---------------------- */
.top-kv {
  position: relative;
  background-image: url(../img/top/top-kv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .top-kv {
    background-position: center;
    min-height: 640px !important;
    background-position: center top;
  }
}
.top-kv__wrap {
  height: 100%;
  position: relative;
}
.top-kv__contents {
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #000000;
}
@media (min-width: 768px) {
  .top-kv__contents {
    bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .top-kv__contents {
    bottom: 90px;
  }
}
.top-kv__copy {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .top-kv__copy {
    font-size: 36px;
    line-height: 1.5;
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .top-kv__copy {
    font-size: 42px;
  }
}
.top-kv__copy span {
  background-size: 100% 0.4em;
  background-position: 100% 0.76em;
  padding-bottom: 0.4em;
}
.top-kv__cta-btn {
  font-size: 16px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .top-kv__cta-btn {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .top-kv__cta-btn {
    margin-top: 56px;
  }
}
.top-kv__txt-m {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .top-kv__txt-m {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  .top-kv__txt-m {
    font-size: 20px;
    margin-top: 28px;
  }
}
.top-kv__txt-s {
  color: inherit;
  font-size: 12px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .top-kv__txt-s {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.5;
  }
}
.top-kv__txt-deco-check {
  position: relative;
  display: block;
  margin-top: 8px;
}

/*! ----------------------
top achievement
---------------------- */
.top-achievement {
  position: relative;
}
@media (min-width: 768px) {
  .top-achievement__inner {
    width: 1080px;
    margin: 0 auto;
  }
}
.top-achievement__list-wrap {
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
  padding: 0 0 8px 0;
}
@media (min-width: 768px) {
  .top-achievement__list-wrap {
    padding: 0 8px 8px;
  }
}
.top-achievement__list-wrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.top-achievement__list {
  display: flex;
  justify-content: space-between;
  min-width: 920px;
  width: 100%;
  padding: 0 5%;
}
.top-achievement__list-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  width: calc(33.33% - 24px);
}
@media (min-width: 768px) {
  .top-achievement__list-item {
    max-width: 316px;
    margin: unset;
  }
}
.top-achievement__list-item__profile {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 16px;
  background: #fafafa;
}
.top-achievement__list-item__profile-icon {
  width: 90px;
  flex-shrink: 0;
}
.top-achievement__list-item__profile-name {
  font-size: 14px;
  font-weight: bold;
}
.top-achievement__list-item__profile-old {
  font-size: 12px;
}
.top-achievement__list-item-inner {
  padding: 16px 16px;
}
@media (min-width: 768px) {
  .top-achievement__list-item-inner {
    padding: 20px 20px;
  }
}
.top-achievement__list-top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-achievement__list-top-prof-txt {
  font-size: 14px;
  line-height: 1.7;
}
.top-achievement__list-top-prof-name {
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}
.top-achievement__list-icon {
  width: 100px;
}
.top-achievement__list-top-ttl {
  font-size: 16px;
  width: calc(100% - 116px);
  line-height: 1.5;
}
.top-achievement__content__ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}
.top-achievement__content__ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  padding: 0 4px;
  color: #ff9158;
  background: linear-gradient(transparent 65%, #ffeabc 0%);
}
@media (min-width: 600px) {
  .top-achievement__content__ttl {
    padding: 0 8px;
  }
}
.top-achievement__content__ttl-txt {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.top-achievement__result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .top-achievement__result {
    justify-content: center;
    gap: 0 32px;
  }
}
.top-achievement__result__money-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.top-achievement__result__txt-small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
.top-achievement__result__before {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.top-achievement__result__after {
  font-size: 26px;
  font-weight: bold;
  color: #ff9158;
  line-height: 1.2;
}
.top-achievement__result__arrow {
  width: 80px;
  height: 60px;
  background: url(../img/top/arrow_toright-orange.png) center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.top-achievement__result__arrow-txt {
  transform: translate(-2px, 1.5px);
}
.top-achievement__portfolio-img {
  margin-top: 8px;
}
.top-achievement__portfolio__wrap {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .top-achievement__portfolio__wrap {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .top-achievement__portfolio__wrap {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .top-achievement__modal__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.top-achievement__modal__profile {
  background: #fafafa;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  gap: 16px;
}
@media (min-width: 768px) {
  .top-achievement__modal__profile {
    gap: 33px;
    padding: 15px 32px;
  }
}
.top-achievement__modal__profile-icon {
  flex-shrink: 0;
  width: 90px;
}
.top-achievement__modal__portfolio {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .top-achievement__modal__portfolio {
    margin-top: 24px;
  }
}
.top-achievement__modal__more-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .top-achievement__modal__more-btn-wrap {
    margin-top: 12px;
  }
}
.top-achievement__modal__change-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.top-achievement__modal__result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 14px;
  margin-top: 12px;
}
.top-achievement__modal__result-block {
  display: inline-block;
}
.top-achievement__modal__result-block_after {
  color: #ff9158;
}
.top-achievement__modal__result-txt-m {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  color: inherit;
  text-align: center;
}
.top-achievement__modal__result-txt-l {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: inherit;
  text-align: center;
}
.top-achievement__modal__result-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
}
.top-achievement__modal__content {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .top-achievement__modal__content {
    margin-top: 40px;
  }
}
.top-achievement__modal__content-ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top-achievement__modal__content-ttl {
    font-size: 18px;
  }
}
.top-achievement__modal__content-list-item {
  margin-left: 1em;
  position: relative;
}
@media (min-width: 768px) {
  .top-achievement__modal__content-list-item {
    font-size: 18px;
  }
}
.top-achievement__modal__content-list-item::before {
  content: "・";
  font-size: 18px;
  position: absolute;
  left: -1em;
  top: 0;
}
.top-achievement__modal__content-txt {
  line-height: 2;
}
@media (min-width: 768px) {
  .top-achievement__modal__content-txt {
    font-size: 14px;
  }
}
.top-achievement__modal__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .top-achievement__modal__btn-wrap {
    margin-top: 74px;
  }
}
.top-achievement__slick-wrap {
  margin-top: 76px;
}
.top-achievement__view-btn {
  margin-top: 47px;
  border-radius: 400px;
}
@media (min-width: 768px) {
  .top-achievement__view-btn {
    margin-top: 80px;
  }
}
.top-achievement__more-btn {
  font-size: 16px;
  color: #ff9158;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: din-2014, sans-serif;
  padding: 0 20px 0 2px;
  width: 106px;
  line-height: 1.25;
  border-bottom: 1px solid #ff9158;
  position: relative;
  margin: 28px auto 0;
  cursor: pointer;
}
.top-achievement__more-btn::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #ff9158;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-achievement__more-btn::after {
  content: "";
  width: 2px;
  height: 12px;
  background: #ff9158;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(50%, -50%);
}

.m-achievement__portfolio {
  max-width: 860px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .m-achievement__portfolio {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.m-achievement__portfolio__item {
  width: 80%;
  max-width: 420px;
  margin: 0 0;
}
.m-achievement__portfolio__item:nth-child(2) {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .m-achievement__portfolio__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .m-achievement__portfolio__item {
    width: calc(50% - 10px);
    max-width: 360px;
  }
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 830px;
  background-color: #fff;
  height: 80vh;
  padding: 20px 16px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .modalWrapper {
    width: 95%;
    padding: 20px 30px;
  }
}

.modalContents {
  margin: 0 auto;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (min-width: 768px) {
  .modalContents {
    max-width: 632px;
    padding: 60px 0;
  }
}
.modalContents::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.closeModal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffbb1e;
  color: #fff;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
.closeModal::before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeModal::after {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*! ----------------------
top voice
---------------------- */
.top-voice {
  background: linear-gradient(45deg, #ffbb1e 0%, #ff9158 100%);
  position: relative;
}

.top-voice::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg_bottom_cta.png);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.top-voice__ttl {
  color: #fff;
}

.top-voice__wrap {
  overflow-x: scroll;
  margin-top: 40px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-voice__wrap {
    overflow-x: visible;
    margin-top: 60px;
  }
}
.top-voice__article-wrap {
  width: 1800px;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-voice__article-wrap {
    width: 100%;
    padding: 10px;
    flex-wrap: wrap;
  }
}
.top-voice__article {
  width: 15.8333333333%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  margin-right: 1%;
  z-index: 1;
}

.top-voice__article:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .top-voice__article {
    width: 32%;
    margin: 40px 2% 0 0;
  }
  .top-voice__article:nth-child(3n) {
    margin-right: 0;
  }
  .top-voice__article:nth-child(-n+3) {
    margin-top: 0;
  }
}
.top-voice__article-link {
  height: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .top-voice__article-link:hover .top-voice__thumbnail-bg {
    transform: scale3d(1.04, 1.04, 1);
    transition: 0.3s;
  }
}
.top-voice__thumbnail {
  width: 100%;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.top-voice__thumbnail-bg {
  width: 100%;
  height: 0;
  padding-top: 60%;
  background-position: center !important;
  background-size: cover !important;
  transform: scale(1.01);
  transition: 0.3s;
}

.top-voice__info {
  text-align: center;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .top-voice__info {
    padding: 40px 30px;
  }
}
.top-voice__info-name-jp {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .top-voice__info-name-jp {
    font-size: 18px;
  }
}
.top-voice__info-name-en {
  color: #ff9158;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .top-voice__info-name-en {
    font-size: 14px;
  }
}
.top-voice__info-contents {
  margin-top: 14px;
}

.top-voice__info-ttl {
  font-size: 12px;
  font-weight: bold;
  padding: 0 4px;
}

@media screen and (min-width: 768px) {
  .top-voice__info-ttl {
    font-size: 14px;
  }
}
.top-voice__info-excerpt {
  font-size: 10px;
  font-weight: bold;
  max-width: 300px;
  line-height: 2.2;
  margin: 8px auto 0;
}

@media screen and (min-width: 768px) {
  .top-voice__info-excerpt {
    font-size: 12px;
  }
}
.top-voice__soon {
  color: #fff;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.top-voice__view-btn {
  position: relative;
  margin-top: 60px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-voice__view-btn {
    margin-top: 80px;
  }
}
/*! ----------------------
web comparison
---------------------- */
.web-comparison {
  background-color: #f5f5f5;
  padding: 0 0 80px;
}

@media screen and (min-width: 768px) {
  .web-comparison {
    padding: 0 0 100px;
  }
}
.web-comparison__ttl-txt::after {
  content: "COMPARISON";
}

.web-comparison__wrap {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .web-comparison__wrap {
    margin-top: 100px;
  }
}
.web-comparison__top-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .web-comparison__top-txt {
    font-size: 20px;
  }
}
.web-comparison__table {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .web-comparison__table {
    margin-top: 80px;
  }
}
.web-comparison__list {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}

.web-comparison__list:first-of-type {
  margin-top: 0;
}

.web-comparison__list:first-child .web-comparison__item:nth-child(1)::after {
  content: none;
}

.web-comparison__list:first-child .web-comparison__item:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .web-comparison__list:first-child .web-comparison__item {
    padding: 20px 0;
  }
}
.web-comparison__item {
  width: 49%;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 18px 14px;
}

.web-comparison__item:nth-child(1)::after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  display: block;
  border: 2px solid #ff9158;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}

.web-comparison__item img {
  width: 80px;
}

@media screen and (min-width: 375px) {
  .web-comparison__item {
    padding: 18px 20px;
  }
}
@media screen and (min-width: 768px) {
  .web-comparison__item {
    padding: 40px 0;
  }
  .web-comparison__item:nth-child(1)::after {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .web-comparison__item img {
    width: 100px;
  }
}
.web-comparison__item-txt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 375px) {
  .web-comparison__item-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .web-comparison__item-txt {
    font-size: 18px;
  }
}
.web-comparison__item-detail {
  font-size: 11px;
  text-align: left;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .web-comparison__item-detail {
    font-size: 14px;
    text-align: center;
    line-height: 2.2;
    margin-top: 20px;
  }
}
.web-comparison__item-ttl {
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(41, 21, 21, 0.1);
  padding: 14px 0;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .web-comparison__item-ttl {
    padding: 16px 0;
  }
}
.web-comparison__item-ttl-txt {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 375px) {
  .web-comparison__item-ttl-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .web-comparison__item-ttl-txt {
    font-size: 18px;
  }
}
/*! ----------------------
web list
---------------------- */
@media (min-width: 768px) {
  .web-list {
    padding-top: 60px;
  }
}

.web-list__table .m-table__tr:nth-child(1) th {
  color: #fff;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
}

.web-list__table .m-table__tr:nth-child(1) th:first-child {
  background: #f5f5f5;
}

.web-list__table .m-table__tr:nth-child(1) th span {
  display: block;
  line-height: 1.6;
}

.web-list__table .m-table__tr:nth-child(1) th span:nth-child(1) {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .web-list__table .m-table__tr:nth-child(1) th span:nth-child(1) {
    font-size: 18px;
  }
}
.web-list__table .m-table__tr:nth-child(1) th span:nth-child(2) {
  letter-spacing: 0.02em;
}

.web-list__table .m-table__tr:nth-child(2) td span {
  letter-spacing: 0.1em;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.web-list__table .m-table__tr:nth-child(6) td > span {
  line-height: 1.4;
  display: block;
}

.web-list__table .m-table__tr:nth-child(6) td > span:nth-child(2) {
  letter-spacing: 0.04em;
}

/*! ----------------------
web recommend
---------------------- */
.web-recommend__ttl {
  text-align: center;
}

.web-recommend__ttl span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}

.web-recommend__ttl span::before,
.web-recommend__ttl span::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #ff9158;
  border-radius: 4px;
  position: absolute;
  bottom: -6px;
}

.web-recommend__ttl span::before {
  left: -20px;
  transform: rotate(-20deg);
}

.web-recommend__ttl span::after {
  right: -20px;
  transform: rotate(20deg);
}

@media screen and (min-width: 768px) {
  .web-recommend__ttl span {
    font-size: 20px;
  }
  .web-recommend__ttl span::before,
  .web-recommend__ttl span::after {
    width: 3px;
    height: 50px;
    bottom: -12px;
  }
  .web-recommend__ttl span::before {
    left: -38px;
  }
  .web-recommend__ttl span::after {
    right: -38px;
  }
}
.web-recommend__wrap {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .web-recommend__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
}
.web-recommend__table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 20px 10px;
}

.web-recommend__table::before,
.web-recommend__table::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}

.web-recommend__table::before {
  width: 80%;
  height: 1px;
}

.web-recommend__table::after {
  width: 1px;
  height: 80%;
}

@media screen and (min-width: 768px) {
  .web-recommend__table {
    width: 48%;
    padding: 50px 0;
  }
  .web-recommend__table::before {
    width: 52%;
  }
  .web-recommend__table::after {
    height: 60%;
  }
}
.web-recommend__table-item {
  width: 47%;
  position: relative;
  padding: 14px 0;
  margin-top: 40px;
}

.web-recommend__table-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.web-recommend__table-item:nth-child(-n+2) {
  margin-top: 0;
}

.web-recommend__table-item:nth-child(3) {
  margin-left: auto;
}

@media screen and (min-width: 600px) {
  .web-recommend__table-item {
    padding: 0;
    margin-top: 20px;
  }
  .web-recommend__table-item:nth-child(1) .web-recommend__table-item-wrap {
    margin-left: auto;
  }
}
.web-recommend__table-item-wrap {
  position: relative;
}

@media screen and (min-width: 600px) {
  .web-recommend__table-item-wrap {
    width: 64%;
  }
}
.web-recommend__table-item-bg {
  width: 100%;
  height: 0;
  padding-top: 80%;
  background: url(../img/web-design/bg_recommend.png) no-repeat center/contain;
  transform: scale3d(0.8, 0.8, 1);
}

.web-recommend__table-item-txt {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .web-recommend__table-item-txt {
    font-size: 18px;
  }
}
.web-recommend__table-point {
  position: absolute;
}

.web-recommend__table-point:nth-of-type(1) {
  top: 5px;
  right: 50%;
  transform: translateX(50%);
}

.web-recommend__table-point:nth-of-type(2) {
  top: 50%;
  right: 10%;
}

.web-recommend__table-point:nth-of-type(3) {
  bottom: 5px;
  right: 50%;
  transform: translateX(50%);
}

.web-recommend__table-point:nth-of-type(4) {
  top: 50%;
  left: 10%;
}

.web-recommend__table-point span {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .web-recommend__table-point:nth-of-type(1) {
    top: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .web-recommend__table-point:nth-of-type(2) {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .web-recommend__table-point:nth-of-type(3) {
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .web-recommend__table-point:nth-of-type(4) {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .web-recommend__table-point span {
    font-size: 14px;
    font-weight: bold;
  }
}
.web-recommend .is-recommend-table-active::after {
  content: none;
}

.web-recommend .is-recommend-table-active .web-recommend__table-item-bg {
  transition: 0.8s;
  transform: scale3d(1, 1, 1);
}

.web-recommend__tabmenu {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .web-recommend__tabmenu {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.web-recommend__tabmenu-list {
  display: flex;
  justify-content: space-between;
}

.web-recommend__tabmenu-item {
  width: 32.4%;
  padding-bottom: 6px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.web-recommend__tabmenu-item-wrap {
  width: 100%;
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
  border-radius: 6px 6px 0 0;
  display: block;
  padding: 4px 0;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .web-recommend__tabmenu-item-wrap {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
}
.web-recommend__tabmenu-item-txt {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

.web-recommend__tabmenu-item-txt:nth-child(2) {
  display: none;
}

@media screen and (min-width: 768px) {
  .web-recommend__tabmenu-item-txt {
    font-size: 14px;
  }
  .web-recommend__tabmenu-item-txt:nth-child(2) {
    display: block;
    margin: 0 6px;
  }
}
.web-recommend__contents-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .web-recommend__contents-wrap {
    height: 100%;
    z-index: -1;
  }
}
.web-recommend__contents {
  display: none;
  padding: 30px 20px;
}

.web-recommend__contents-item {
  margin-top: 4px;
}

.web-recommend__contents-item:first-child {
  margin-top: 0;
}

.web-recommend__contents-item span {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .web-recommend__contents-item span {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .web-recommend__contents-item {
    margin-top: 8px;
  }
  .web-recommend__contents-item span {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
.web-recommend .is-btn-active {
  padding-bottom: 0;
  transition: 0.2s;
}

.web-recommend .is-btn-active .web-recommend__tabmenu-item-wrap {
  color: #fff;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  box-shadow: none;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .web-recommend .is-btn-active .web-recommend__tabmenu-item-wrap {
    padding: 13px 0 6px;
  }
}
.web-recommend .is-contents-active {
  display: block;
}

/*! ----------------------
web support
---------------------- */
.web-support__ttl-txt::after {
  content: "SUPPORT";
}

.web-support__wrap {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .web-support__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
  }
}
.web-support__item {
  border-radius: 6px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  margin-top: 30px;
}

.web-support__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .web-support__item {
    width: 48%;
    margin-top: 30px;
  }
  .web-support__item:nth-child(even) {
    margin-left: 2%;
  }
  .web-support__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.web-support__info {
  padding: 12px 10px 18px;
  position: relative;
}

.web-support__info::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #ffbb1e 0%, #ff9158 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 600px) {
  .web-support__info {
    padding: 12px 40px 18px;
  }
}
@media screen and (min-width: 768px) {
  .web-support__info {
    display: flex;
    align-items: center;
    padding: 14px 36px 24px;
  }
  .web-support__info::after {
    height: 10px;
  }
}
.web-support__type {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .web-support__type {
    width: 126px;
    font-size: 18px;
  }
}
.web-support__tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .web-support__tag-wrap {
    width: calc(100% - 126px);
    margin-left: 20px;
  }
}
.web-support__tag {
  color: #ff9158;
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-right: 14px;
}

.web-support__tag:last-child {
  margin-right: 0;
}

.web-support__contents {
  padding: 24px 10px;
}

@media screen and (min-width: 600px) {
  .web-support__contents {
    padding: 24px 40px;
  }
}
@media screen and (min-width: 768px) {
  .web-support__contents {
    padding: 30px 36px;
  }
}
.web-support__contents-txt {
  font-size: 12px;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  .web-support__contents-txt {
    font-size: 14px;
  }
}
.m__notice-wrap {
  margin-top: 8px;
}

.m__notice-wrap--course {
  padding: 0 10px;
}

.m__notice {
  font-size: 14px;
}

.page-currculum__wrap {
  margin-top: 28px;
}
.page-currculum__presentation__inner {
  margin: 24px auto 0;
}
@media (min-width: 768px) {
  .page-currculum__presentation__inner {
    margin: 40px auto 0;
  }
}
.page-currculum__presentation__meta-block {
  margin: 16px auto 0;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .page-currculum__presentation__meta-block {
    margin: 24px auto 0;
  }
}
.page-currculum__presentation__post {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 768px) {
  .page-currculum__presentation__post {
    font-size: 16px;
  }
}
.page-currculum__presentation__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 6px 0;
}
@media (min-width: 768px) {
  .page-currculum__presentation__name {
    font-size: 20px;
    line-height: 1.2;
  }
}
.page-currculum__presentation__txt-block {
  margin: 0 auto;
}
.page-currculum__presentation__txt {
  line-height: 2;
  margin-top: 12px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-currculum__presentation__txt {
    font-size: 16px;
    margin-top: 56px;
  }
}
.page-currculum__presentation__txt-accent {
  font-size: 16px;
  font-weight: bold;
  color: #ff9158;
  line-height: 1.5;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .page-currculum__presentation__txt-accent {
    font-size: 20px;
    margin-top: 40px;
  }
}
.page-currculum__presentation__info-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.page-currculum__presentation__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
}
.page-currculum__presentation__info-company {
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.page-currculum__presentation__info-name {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}

.payment_fv {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .payment_fv {
    padding: 120px 0;
  }
}

.payment_fv__wrap {
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .payment_fv__wrap {
    gap: 80px;
  }
}
.payment_fv__wrap--reskilling {
  align-items: center;
}

.payment_fv__img-wrap {
  width: 30%;
  max-width: 260px;
}
@media (min-width: 768px) {
  .payment_fv__img-wrap {
    font-size: 40%;
  }
}

.payment_fv__txt {
  width: 70%;
}
@media (min-width: 600px) {
  .payment_fv__txt {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .payment_fv__txt {
    margin-top: 40px;
    font-size: 60%;
  }
}

.payment_fv__txt-main {
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .payment_fv__txt-main {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .payment_fv__txt-main {
    line-height: 2;
    font-size: 23px;
  }
}

.payment_fv__txt-sub {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .payment_fv__txt-sub {
    line-height: 3;
  }
}
@media (min-width: 768px) {
  .payment_fv__txt-sub {
    font-size: 16px;
  }
}

.payment_course {
  background-color: #f5f5f5;
}

.payment_ttl {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 600px) {
  .payment_ttl {
    font-size: 40px;
  }
}

.payment_conditions-img {
  margin-top: 40px;
}
@media (min-width: 600px) {
  .payment_conditions-img {
    margin-top: 80px;
  }
}

.payment_conditions-txt {
  margin-top: 40px;
  text-align: center;
}

.payment_flow {
  background: #f5f5f5;
}

.payment_flow_detail-btn {
  margin-top: 40px;
  background: #ff9158;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  padding: 12px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 600px) {
  .payment_flow_detail-btn {
    margin-top: 60px;
    font-size: 24px;
  }
}
.payment_flow_detail-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
  right: 20px;
  transition: 0.2s;
}
@media (min-width: 600px) {
  .payment_flow_detail-btn::after {
    right: 40px;
  }
}
.payment_flow_detail-btn.is-top-faq-icon-active {
  border-radius: 45px 45px 0 0;
}
.payment_flow_detail-btn.is-top-faq-icon-active::after {
  transform: translate(0, -50%) rotate(-225deg);
}

.payment_flow_detail-wrap {
  display: none;
  background: #fff;
  padding: 8px 16px;
}
@media (min-width: 600px) {
  .payment_flow_detail-wrap {
    padding: 40px 60px;
  }
}

.payment_flow_detail-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ffbb1e;
  margin-top: 12px;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .payment_flow_detail-ttl {
    font-size: 28px;
  }
}

.payment_flow_detail-dsc {
  margin-top: 12px;
}

.payment_flow_detail-hr {
  margin-top: 24px;
}

.payment_flow_detail-step {
  background: #ffbb1e;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 14px;
  margin-top: 16px;
  padding: 1px 5px;
}
@media (min-width: 600px) {
  .payment_flow_detail-step {
    padding: 4px 8px;
  }
}

.payment_flow_detail-bold {
  color: #ff9158;
  font-weight: bold;
}

.payment_flow_detail-line {
  background: linear-gradient(transparent 90%, #ff9158 90%);
  padding: 4px 0;
}

.payment_flow_detail-ol {
  padding: 16px 0;
  list-style: inside;
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.payment_flow_detail-num-wrap {
  display: flex;
  background: #f3f6f8;
  padding: 8px 16px;
  margin-top: 8px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .payment_flow_detail-num-wrap {
    flex-direction: row;
    gap: 20px;
  }
}

.payment_flow_detail-num,
.payment_flow_detail-num-name {
  font-weight: bold;
}

.payment_flow_detail-num-name {
  color: #ffbb1e;
}/*# sourceMappingURL=style.css.map */