@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: landing.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "M PLUS 1", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

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

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1260px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .right-nav {
    bottom: 50px;
    right: 10px;
  }
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  .pc__only {
    display: block;
  }

  .sp__only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }

  .sp__only {
    display: block;
  }
}
body {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 17px !important;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

h2,
h3,
h4,
h5,
p,
span,
th {
  transform: rotate(0.05deg);
}

.inner {
  width: 1180px;
  margin: 0 auto;
}

.header-nav-item {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}

.main__visual img {
  display: block;
  max-width: 100%;
  margin: 180px auto 0;
}

.topicpath {
  margin-bottom: 45px;
}
.topicpath__list {
  display: flex;
  width: 1180px;
  margin: 0 auto;
  padding: 15px 0 5px;
}
.topicpath__item {
  position: relative;
  margin-right: 25px;
}
.topicpath__item.top::after {
  position: absolute;
  content: '＞';
  font-size: 12px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.topicpath__item a {
  color: #000;
  font-size: 12px;
}

.curriculum__bg {
  position: relative;
  padding-bottom: 89px;
}
.curriculum__lead {
  line-height: 2.1;
  padding-bottom: 46px;
}
.curriculum__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 103px;
}
.curriculum__ttl {
  display: block;
  position: relative;
  width: fit-content;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 auto 40px;
}
.curriculum__ttl::after {
  position: absolute;
  content: "";
  width: 283px;
  height: 107px;
  background: url(../img/curriculum_txt01_pc.png) no-repeat center/contain;
  top: -80px;
  left: -50px;
}
.curriculum__ttl .border {
  position: relative;
}
.curriculum__ttl .border::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 10px;
  background: #00A5EF;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.curriculum__ttl .block {
  display: block;
  text-indent: 6em;
}
.curriculum__txt {
  width: 685px;
  line-height: 1.8;
}
.curriculum__txt .deco {
  color: #00A5EF;
  font-weight: bold;
}
.curriculum__skills {
  display: flex;
  justify-content: center;
}
.curriculum__skills .skills__item {
  text-align: center;
  padding: 20px 52px;
}
.curriculum__skills .skills__item:first-of-type {
  width: 394px;
  background: url(../img/curriculum_img02_pc.jpg) no-repeat center/cover;
  margin-right: 24px;
}
.curriculum__skills .skills__item:first-of-type .skills__txt {
  background: rgba(81, 72, 112, 0.7);
}
.curriculum__skills .skills__item:nth-of-type(2) {
  width: 642px;
  background: url(../img/curriculum_img03_pc.jpg) no-repeat center/cover;
}
.curriculum__skills .skills__item:nth-of-type(2) .skills__txt {
  background: rgba(0, 165, 239, 0.7);
  padding: 14px 25px;
}
.curriculum__skills .skills__ttl {
  background: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 15px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  padding: 5px 0;
  margin-bottom: 19px;
}
.curriculum__skills .skills__txt {
  color: #fff;
  line-height: 1.64;
  padding: 14px 0;
}

.cta__bg {
  background: #00A5EF;
  padding: 57px 0;
}
.cta__txt {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.cta__btn {
  display: block;
  width: 564px;
  margin: 12px auto 0;
}

.nurturing__bg {
  background: #DCEDFF;
  padding: 131px 0 60px;
}
.nurturing__ttl {
  position: relative;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto 30px;
}
.nurturing__ttl::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 86px;
  background: url(../img/nurturing_txt01_pc.png) no-repeat center/contain;
  top: -60px;
  left: -70px;
}
.nurturing__ttl .border {
  position: relative;
  font-weight: inherit;
}
.nurturing__ttl .border::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 10px;
  background: #00A5EF;
  bottom: 2px;
  left: 0;
}
.nurturing__ttl .block {
  display: block;
  text-indent: 6em;
}
.nurturing__txt {
  text-align: center;
  line-height: 2.11;
}

.practice__bg {
  background: #DCEDFF;
  padding-bottom: 64px;
}
.practice__ttl {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  text-indent: 2.5em;
  margin-bottom: 60px;
}
.practice__ttl::before, .practice__ttl::after {
  position: absolute;
  content: "";
}
.practice__ttl::before {
  width: 1180px;
  height: 8px;
  background: #AED0FF;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}
.practice__ttl::after {
  width: 56px;
  height: 60px;
  background: url(../img/icon01_pc.png) no-repeat center/contain;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
}
.practice__container {
  display: flex;
}
.practice__list {
  margin-left: 70px;
}
.practice__item {
  list-style-type: disc;
  line-height: 2.11;
  transform: rotate(0.05deg);
}

.example__bg {
  background: #DCEDFF url(../img/example_bg01_pc.jpg) no-repeat center/cover;
  padding-bottom: 90px;
}
.example__ttl {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  text-indent: 2.5em;
  margin-bottom: 60px;
}
.example__ttl::before, .example__ttl::after {
  position: absolute;
  content: "";
}
.example__ttl::before {
  width: 1180px;
  height: 8px;
  background: #AED0FF;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}
.example__ttl::after {
  width: 56px;
  height: 60px;
  background: url(../img/icon01_pc.png) no-repeat center/contain;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
}
.example__lead {
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.example__container {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.example__container .container__item {
  position: relative;
  width: 382px;
  text-align: center;
  padding: 18px 0;
}
.example__container .container__item::after {
  position: absolute;
  content: "";
  height: 85px;
  bottom: -20px;
}
.example__container .container__item:first-of-type {
  background: #A9A1C4;
}
.example__container .container__item:first-of-type::after {
  width: 139px;
  background: url(../img/example_txt01_pc.png) no-repeat center/contain;
  left: -100px;
}
.example__container .container__item:nth-of-type(2) {
  background: #4AC7FF;
  margin-left: 48px;
}
.example__container .container__item:nth-of-type(2):before {
  position: absolute;
  content: "";
  width: 62px;
  height: 62px;
  background: url(../img/icon02_pc.png) no-repeat center/contain;
  top: 50%;
  left: -52px;
  transform: translateY(-50%);
}
.example__container .container__item:nth-of-type(2)::after {
  width: 144px;
  background: url(../img/example_txt02_pc.png) no-repeat center/contain;
  right: -100px;
}
.example__container .container__item .item__ttl {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 13px;
}
.example__container .container__item .item__txt {
  position: relative;
  z-index: 10;
  font-size: 21px;
}
.example__schedule .schedule__bg {
  background: #fff;
  padding: 37px 0 59px;
}
.example__schedule .schedule__inner {
  width: 1080px;
  margin: 0 auto;
}
.example__schedule .schedule__ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 46px;
}
.example__schedule .schedule__step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.example__schedule .schedule__step .step__item:first-of-type {
  width: 240px;
}
.example__schedule .schedule__step .step__item:nth-of-type(2) {
  width: 390px;
}
.example__schedule .schedule__step .step__item:nth-of-type(2) .step__number {
  background: #00A5EF;
}
.example__schedule .schedule__step .step__item:nth-of-type(2) .step__number::after {
  border-color: transparent transparent transparent #00A5EF;
}
.example__schedule .schedule__step .step__item:nth-of-type(2) .step__number .oswald {
  color: #00A5EF;
}
.example__schedule .schedule__step .step__item:nth-of-type(3) {
  width: 329px;
}
.example__schedule .schedule__step .step__number {
  position: relative;
  background: #514870;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.88;
  padding: 11px 0 16px 80px;
  margin-bottom: 12px;
}
.example__schedule .schedule__step .step__number::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 16px;
  border-color: transparent transparent transparent #514870;
  top: 0;
  right: -16px;
}
.example__schedule .schedule__step .step__number .absolute {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 78px;
  height: 78px;
  background: #fff;
  font-size: 22px;
  color: #000;
  border-radius: 50%;
  bottom: 16px;
  left: -10px;
}
.example__schedule .schedule__step .step__number .absolute__container {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.example__schedule .schedule__step .step__number .absolute .large {
  font-size: 30px;
}
.example__schedule .schedule__step .step__ttl .large {
  font-size: 17px;
  font-weight: 600;
}
.example__schedule .schedule__step .step__txt {
  font-size: 15px;
  line-height: 1.73;
  margin: 0 0 17px 1em;
}
.example__schedule .schedule__bottom {
  position: relative;
}
.example__schedule .schedule__bottom::before, .example__schedule .schedule__bottom::after {
  position: absolute;
  z-index: 20;
  content: "";
  width: 12px;
  height: 12px;
  background: #00A5EF;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.example__schedule .schedule__bottom::before {
  top: -7px;
}
.example__schedule .schedule__bottom::after {
  top: -160px;
}
.example__schedule .schedule__bottom .bottom__bg {
  position: relative;
  background: #DCEDFF;
  padding: 34px 30px 0;
}
.example__schedule .schedule__bottom .bottom__bg::before {
  position: absolute;
  z-index: 10;
  content: "";
  width: 2px;
  height: 160px;
  border-left: 2px dashed #00A5EF;
  top: -160px;
  left: 50.1%;
  transform: translateX(-50%);
}
.example__schedule .schedule__bottom .bottom__bg::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: #DCEDFF;
  border-radius: 50%;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.example__schedule .schedule__bottom .bottom__inner {
  display: flex;
  justify-content: space-between;
}
.example__schedule .schedule__bottom .bottom__list {
  width: 470px;
}
.example__schedule .schedule__bottom .bottom__list .deco {
  color: #4F4D4E;
  font-weight: bold;
}
.example__schedule .schedule__bottom .bottom__list .deco02 {
  color: #B500A3;
}
.example__schedule .schedule__bottom .bottom__list .deco03 {
  color: #2F25BC;
}
.example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(2) {
  background: #E0E1F1;
}
.example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(3), .example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(5) {
  background: #F3DDF2;
}
.example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(4), .example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(7) {
  border-top: 2px solid #00A5EF;
  border-bottom: 3px solid #00A5EF;
}
.example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(4) .item__txtbox, .example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(7) .item__txtbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(6) {
  background: #E0DEFF;
}
.example__schedule .schedule__bottom .bottom__list:first-of-type .schedule__item:nth-of-type(7) {
  border-bottom: 0;
}
.example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:first-of-type {
  background: #E0DEFF;
}
.example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(2), .example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(4) {
  background: #E0E1F1;
}
.example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(3), .example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(6) {
  border-top: 3px solid #00A5EF;
  border-bottom: 3px solid #00A5EF;
}
.example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(3) .item__txtbox, .example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(6) .item__txtbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__item:nth-of-type(6) {
  border-bottom: 0;
}
.example__schedule .schedule__bottom .bottom__list .list__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #00A5EF;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.example__schedule .schedule__bottom .bottom__list .schedule__list {
  border-top: 3px solid #00A5EF;
  border-bottom: 3px solid #00A5EF;
  margin: 3px 0 41px;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item {
  display: flex;
  border-bottom: 1px solid #00A5EF;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__time {
  width: 72px;
  padding: 8px 0 14px 10px;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__txtbox {
  width: 332px;
  padding: 8px 7px 14px 0;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
  margin-bottom: 5px;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__txt {
  font-size: 14px;
  line-height: 1.71;
  margin-left: 1em;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__txt.number {
  margin-left: 0;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__txt .txt__item {
  list-style-type: disc;
  transform: rotate(0.05deg);
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__txt .txt__item.number {
  list-style-type: none;
}
.example__schedule .schedule__bottom .bottom__list .schedule__item .item__min {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  border-left: 1px dashed #00A5EF;
}
.example__schedule .schedule__bottom .bottom__list .schedule__txtbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 0 0 1em;
}
.example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item {
  list-style-type: square;
  font-weight: bold;
  transform: rotate(0.05deg);
}
.example__schedule .schedule__bottom .bottom__list .schedule__txtbox .absolute {
  position: absolute;
  width: 800px;
  bottom: -2rem;
  left: 0;
  font-weight: normal;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .link-contact {
    margin-top: 0;
  }
}
.link-contact.-main {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .link-contact.-main {
    margin-top: 97%;
  }
}
.link-contact-btn {
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 564px;
  height: 70px;
  margin: auto;
  background: #ff5e26;
  background: linear-gradient(34deg, #ff5e26 0%, #ff5e26 60%, #ffdf49 100%);
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .link-contact-btn {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
    width: 69.33333%;
    height: auto;
    padding: 15px 0;
  }
}
@media screen and (max-width: 420px) {
  .link-contact-btn {
    margin: 0 auto 0 3%;
  }
}
.link-contact-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .link-contact-btn:before {
    top: -14px;
    width: 142px;
    height: 22px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.link-contact-btn.-main {
  width: 400px;
  margin-left: 55px;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .link-contact-btn.-main {
    width: 69.33333%;
  }
}
.link-contact-btn span {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .link-contact-btn span {
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
.link-contact-btn span:before {
  content: "";
  display: flex;
  align-items: center;
  position: absolute;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .link-contact-btn span:before {
    right: -35px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.link-contact.-is-fixed {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%);
}
.link-contact-footer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .link-contact-footer {
    padding-bottom: 10px;
  }
}
.link-contact-footer-text {
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.09091;
}
.link-contact-footer-text small {
  font-size: 10px;
  font-weight: bold;
}
.link-contact-footer-tel a {
  padding-left: 30px;
  background: url("../img/icon_tel.png") left center no-repeat;
  color: #000;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .link-contact-footer-tel a {
    pointer-events: none;
  }
}

.contact {
  background: #62A2F3;
  padding: 80px 0;
}
.contact__ttl {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 8% 5%;
  }
}
.contact-inner {
  width: 1000px;
  margin: auto;
  padding: 50px 50px 60px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    width: auto;
    padding: 6% 5% 8%;
  }
}
.contact-table {
  width: 100%;
  margin: 0 auto 25px;
  padding: 0 50px 30px;
  border-bottom: 2px solid #FFAD90;
  border-collapse: separate;
  border-spacing: 12px;
}
@media screen and (max-width: 768px) {
  .contact-table {
    margin-bottom: 5%;
    padding: 0;
    border-bottom: 1px solid #FFAD90;
    border-spacing: 0;
  }
}
.contact-table.-last {
  margin-bottom: 60px;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-table.-last {
    margin-bottom: 5%;
  }
}
.contact-table caption {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-table caption {
    margin-bottom: 6%;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.contact-table th,
.contact-table td {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-table th,
  .contact-table td {
    display: list-item;
    list-style: none;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-table th {
  width: 240px;
  padding-top: 11px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact-table th {
    width: auto;
    margin-bottom: 2%;
    padding: 0;
    text-align: left;
  }
}
.contact-table td {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 6px 12px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .contact-table td {
    margin-bottom: 5%;
    padding: 2% 3%;
    border-width: 1px;
  }
}
.contact-table td.flex {
  display: flex;
  padding: 6px;
}
.contact-table td.flex label {
  display: flex;
  align-items: center;
}
.contact-table td.bdnone {
  border: none;
}
.contact-table .required {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 7px 3px;
  background: #ff612c;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .contact-table .required {
    padding: 0px 5px 2px;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.contact-table input,
.contact-table textarea {
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-table input,
  .contact-table textarea {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-table input:focus,
.contact-table textarea:focus {
  outline: none;
}
.contact-table input {
  width: 100%;
}
.contact-table input[type="radio"] {
  width: auto;
  margin-right: 6px;
}
.contact-table label.long {
  width: 85%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contact-table label.long {
    width: 75%;
    margin-right: 5%;
  }
}
.contact-table label.long input[type="text"] {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 6px 12px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .contact-table label.long input[type="text"] {
    padding: 2% 3%;
    border-width: 1px;
  }
}
.contact-table textarea {
  width: 100%;
  padding: 3px 0;
  line-height: 1.5;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .contact-table textarea {
    height: 70px;
    padding: 0;
  }
}
.contact-table-text {
  margin-bottom: 45px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-table-text {
    margin-bottom: 8%;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.66667;
  }
}
.contact-table-text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}
.contact-table-text a:hover {
  text-decoration: none;
}
.contact-table-notice {
  margin-bottom: 50px;
  padding: 0 50px;
  font-size: 14px;
  line-height: 1.42857;
}
@media screen and (max-width: 768px) {
  .contact-table-notice {
    margin-bottom: 5%;
    padding: 0;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}
.contact-button {
  display: flex;
  justify-content: space-between;
  width: 284px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contact-button {
    justify-content: space-around;
    width: 90%;
  }
}
.contact-button.-thanks {
  justify-content: center;
}
.contact-button input {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  -webkit-box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  box-shadow: 5px 5px 0 rgba(92, 92, 92, 0.2);
  width: 125px;
  height: 37px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-button input {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 2px 2px 0 rgba(92, 92, 92, 0.2);
    -webkit-box-shadow: 2px 2px 0 rgba(92, 92, 92, 0.2);
    box-shadow: 2px 2px 0 rgba(92, 92, 92, 0.2);
    font-size: 12px;
    font-size: 3.2vw;
    height: auto;
    padding: 4% 0;
  }
}
.contact-button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.contact-button input[type="reset"] {
  background: #ababab;
}
.contact-button input[type="button"], .contact-button input[type="submit"] {
  background: #39F;
}

.confirm .main-box,
.error .main-box,
.thanks .main-box {
  padding-top: 50px;
}
.confirm .main-box:before, .confirm .main-box:after,
.error .main-box:before,
.error .main-box:after,
.thanks .main-box:before,
.thanks .main-box:after {
  content: none;
}
.confirm .main-box-title,
.error .main-box-title,
.thanks .main-box-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 18px;
  color: #630;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.confirm .main-box-title:before,
.error .main-box-title:before,
.thanks .main-box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  height: 1px;
  margin: 0 auto;
  background: #000;
}
.confirm .main-box-text,
.error .main-box-text,
.thanks .main-box-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55556;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .confirm .main-box-text,
  .error .main-box-text,
  .thanks .main-box-text {
    margin: 5%;
    font-size: 17px;
    font-size: 4.53333vw;
    font-weight: normal;
    line-height: 1.47059;
    text-align: left;
  }
}
.confirm .contact-table,
.error .contact-table,
.thanks .contact-table {
  width: 100%;
  margin-bottom: 45px;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .confirm .contact-table,
  .error .contact-table,
  .thanks .contact-table {
    width: 100%;
    margin-bottom: 5%;
  }
}
.confirm .contact-table th,
.confirm .contact-table td,
.error .contact-table th,
.error .contact-table td,
.thanks .contact-table th,
.thanks .contact-table td {
  line-height: 1.3;
  border: 10px solid #FFF;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table th,
  .confirm .contact-table td,
  .error .contact-table th,
  .error .contact-table td,
  .thanks .contact-table th,
  .thanks .contact-table td {
    display: list-item;
    font-size: 16px;
    font-size: 4.26667vw;
    list-style: none;
    border: none;
  }
}
.confirm .contact-table th,
.error .contact-table th,
.thanks .contact-table th {
  width: 220px;
  padding: 15px 10px 15px 30px;
  background: #E4DFD5;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table th,
  .error .contact-table th,
  .thanks .contact-table th {
    position: relative;
    width: 100%;
    padding: 2% 5%;
  }
}
.confirm .contact-table td,
.error .contact-table td,
.thanks .contact-table td {
  padding: 15px 20px;
  background: #F8F5EE;
}
@media screen and (max-width: 768px) {
  .confirm .contact-table td,
  .error .contact-table td,
  .thanks .contact-table td {
    padding: 3% 5%;
    background: none;
  }
}
.confirm #footer,
.error #footer,
.thanks #footer {
  padding-bottom: 0;
}

.confirm .contact-button input[type="button"] {
  background: #c7c7c7;
}

.error .contact-button {
  justify-content: center;
}

.thanks #content {
  height: calc(100vh - 256px);
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  .thanks #content {
    height: auto;
    padding-top: 0;
  }
}
.thanks .main-box {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .thanks .main-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

.data-r {
  color: #E35580;
  font-weight: bold;
}

.banner {
  display: none;
}

.footer-right-item {
  transform: rotate(0.05deg);
}
.footer-right-item a {
  font-size: 16px;
}

.copyright {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: calc(670px/2);
    margin: 0 auto;
  }

  .sp__inner {
    width: 100%;
  }

  #main {
    margin-top: 55px;
  }

  .main__visual {
    margin-bottom: calc(60px/2);
  }
  .main__visual img {
    margin: 0;
  }

  .curriculum__bg {
    padding: 0;
  }
  .curriculum__lead {
    font-size: calc(18px/2);
  }
  .curriculum__ttl {
    width: fit-content;
    font-size: calc(30px/2);
    margin-bottom: calc(30px/2);
  }
  .curriculum__ttl::after {
    width: calc(283px/2);
    height: calc(107px/2);
    top: calc(-80px/2);
    left: calc(-50px/2);
  }
  .curriculum__container {
    display: block;
    padding-bottom: calc(50px/2);
  }
  .curriculum__txt {
    width: auto;
    font-size: calc(18px/2);
  }
  .curriculum__skills {
    display: block;
    margin-bottom: calc(58px/2);
  }
  .curriculum__skills .skills__item:first-of-type, .curriculum__skills .skills__item:nth-of-type(2) {
    width: 100%;
    padding: calc(18px/2) calc(35px/2);
    margin: 0;
  }
  .curriculum__skills .skills__item:nth-of-type(2) .skills__txt {
    padding: calc(14px/2) calc(20px/2);
  }
  .curriculum__skills .skills__ttl {
    font-size: calc(22px/2);
    margin-bottom: calc(18px/2);
  }
  .curriculum__skills .skills__txt {
    font-size: calc(17px/2);
  }
  .curriculum__img {
    width: calc(750px/2);
    height: calc(280px/2);
  }
  .curriculum__img img {
    height: fit-content;
  }

  .cta__bg {
    padding: calc(55px/2) 0 calc(68px/2);
  }
  .cta__txt {
    font-size: calc(28px/2);
  }
  .cta__btn {
    width: calc(568px/2);
  }

  .nurturing__bg {
    padding: calc(102px/2) 0 calc(55px/2);
  }
  .nurturing__ttl {
    font-size: calc(36px/2);
    margin-bottom: calc(40px/2);
  }
  .nurturing__ttl::after {
    width: calc(275px/2);
    height: calc(86px/2);
    top: calc(-60px/2);
    left: calc(-70px/2);
  }
  .nurturing__ttl .block {
    text-indent: 0;
  }
  .nurturing__txt {
    font-size: calc(18px/2);
    text-align: left;
  }

  .practice__bg {
    padding-bottom: calc(50px/2);
  }
  .practice__ttl {
    font-size: calc(26px/2);
    margin-bottom: calc(50px/2);
  }
  .practice__ttl::before {
    width: 100%;
    height: calc(8px/2);
    bottom: calc(-21px/2);
  }
  .practice__ttl::after {
    width: calc(56px/2);
    height: calc(60px/2);
  }
  .practice__container {
    display: block;
  }
  .practice__list {
    margin: 0 0 calc(38px/2) 1em;
  }
  .practice__item {
    font-size: calc(18px/2);
  }
  .practice__img img {
    height: fit-content;
  }

  .example__bg {
    padding-bottom: calc(53px/2);
  }
  .example__inner {
    width: calc(670px/2);
    margin: 0 auto;
  }
  .example__ttl {
    font-size: calc(26px/2);
    margin-bottom: calc(50px/2);
  }
  .example__ttl::before {
    width: 100%;
    height: calc(8px/2);
    bottom: calc(-21px/2);
  }
  .example__ttl::after {
    width: calc(56px/2);
    height: calc(60px/2);
  }
  .example__lead {
    font-size: calc(17px/2);
    text-align: left;
    margin-bottom: calc(30px/2);
  }
  .example__container {
    padding-bottom: calc(56px/2);
  }
  .example__container .container__item {
    padding: calc(14px/2) calc(20px/2);
  }
  .example__container .container__item::after {
    height: calc(85px/2);
    bottom: calc(-50px/2);
  }
  .example__container .container__item:first-of-type::after {
    width: calc(139px/2);
    left: 0;
  }
  .example__container .container__item:first-of-type .item__ttl {
    text-align-last: left;
  }
  .example__container .container__item:nth-of-type(2) {
    margin-left: calc(24px/2);
  }
  .example__container .container__item:nth-of-type(2)::before {
    width: calc(43px/2);
    height: calc(43px/2);
    left: calc(-33px/2);
  }
  .example__container .container__item:nth-of-type(2)::after {
    width: calc(144px/2);
    right: 0;
  }
  .example__container .container__item:nth-of-type(2) .item__ttl {
    text-align: right;
  }
  .example__container .container__item .item__ttl {
    font-size: calc(20px/2);
    margin-bottom: calc(10px/2);
  }
  .example__container .container__item .item__txt {
    font-size: calc(18px/2);
  }
  .example__schedule .schedule__bg {
    background: #fff;
    padding: calc(40px/2) 0 calc(38px/2);
  }
  .example__schedule .schedule__inner {
    width: calc(670px/2);
    margin: 0 auto;
  }
  .example__schedule .schedule__ttl {
    font-size: calc(24px/2);
    text-align-last: left;
    margin-bottom: calc(38px/2);
  }
  .example__schedule .schedule__step {
    display: block;
  }
  .example__schedule .schedule__step .step__item:first-of-type, .example__schedule .schedule__step .step__item:nth-of-type(2), .example__schedule .schedule__step .step__item:nth-of-type(3) {
    width: auto;
  }
  .example__schedule .schedule__step .step__number {
    font-size: calc(24px/2);
  }
  .example__schedule .schedule__step .step__number::after {
    display: none;
  }
  .example__schedule .schedule__step .step__number .absolute {
    width: calc(101px/2);
    height: calc(108px/2);
  }
  .example__schedule .schedule__step .step__number .oswald {
    font-size: calc(30px/2);
  }
  .example__schedule .schedule__step .step__number .oswald .large {
    font-size: calc(40px/2);
  }
  .example__schedule .schedule__step .step__container {
    display: flex;
  }
  .example__schedule .schedule__step .step__inner {
    width: 50%;
  }
  .example__schedule .schedule__step .step__ttl .large {
    font-size: calc(18px/2);
  }
  .example__schedule .schedule__step .step__txt {
    font-size: calc(17px/2);
  }
  .example__schedule .schedule__step .step__txt.bottom {
    text-align: right;
  }
  .example__schedule .schedule__bottom::before, .example__schedule .schedule__bottom::after {
    display: none;
  }
  .example__schedule .schedule__bottom .bottom__bg {
    padding: calc(26px/2) calc(35px/2) 0;
    margin-bottom: calc(68px/2);
  }
  .example__schedule .schedule__bottom .bottom__bg::before, .example__schedule .schedule__bottom .bottom__bg::after {
    display: none;
  }
  .example__schedule .schedule__bottom .bottom__inner {
    display: block;
  }
  .example__schedule .schedule__bottom .bottom__list {
    width: auto;
  }
  .example__schedule .schedule__bottom .bottom__list:first-of-type {
    margin-bottom: calc(40px/2);
  }
  .example__schedule .schedule__bottom .bottom__list:nth-of-type(2) .schedule__list {
    margin-bottom: calc(20px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .list__ttl {
    position: relative;
    height: calc(70px/2);
    font-size: calc(20px/2);
    border-radius: 10px;
  }
  .example__schedule .schedule__bottom .bottom__list .list__ttl::after {
    position: absolute;
    content: "+";
    font-size: 20px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .example__schedule .schedule__bottom .bottom__list .list__ttl.active {
    border-radius: 10px 10px 0 0;
  }
  .example__schedule .schedule__bottom .bottom__list .list__ttl.active::after {
    content: "-";
  }
  .example__schedule .schedule__bottom .bottom__list .sp__accourdion {
    display: none;
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__list {
    margin-bottom: calc(40px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__item .item__time {
    font-size: calc(17px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__item .item__ttl {
    font-size: calc(17px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__item .item__txt .txt__item {
    font-size: calc(16px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__item .item__min {
    font-size: calc(17px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox {
    justify-content: flex-end;
    margin: calc(10px/2) 0 calc(28px/2);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item {
    position: relative;
    list-style-type: none;
    font-size: calc(17px/2);
    margin-left: 1.5em;
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item::after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    left: -1em;
    transform: translateY(-50%);
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item:first-of-type::after {
    background: #4F4D4E;
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item:nth-of-type(2)::after {
    background: #B500A3;
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item:nth-of-type(3)::after {
    background: #2F25BC;
  }
  .example__schedule .schedule__bottom .bottom__list .schedule__txtbox .txtbox__item.absolute {
    position: absolute;
    width: 100%;
    bottom: -2.5rem;
    font-size: calc(16px/2);
    font-weight: normal;
    line-height: 1.8;
    margin-left: 0;
  }

  .contact__ttl {
    font-size: calc(34px/2);
    margin-bottom: calc(26px/2);
  }

  .logo-list {
    justify-content: space-around;
  }

  .logo-item {
    margin: 0;
  }
  .logo-item img {
    width: fit-content;
    display: block;
  }

  .logo-item.isms {
    width: 33%;
    margin: 0;
  }
  .logo-item.isms img {
    width: 100%;
  }
  .logo-item.isms a {
    display: block;
  }
  .logo-item.isms span {
    font-size: calc(17px/2);
  }
}
