html {
  font-size: 100%
}

body {
  margin: 0;
  padding: 0;
  line-height: 1
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent
}

a {
  border: medium
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700
}

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

li {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none
}

input,
select {
  vertical-align: middle
}

abbr[title],
dfn[title] {
  cursor: help
}

del {
  text-decoration: line-through
}

ins {
  font-style: oblique;
  text-decoration: none
}

mark {
  background: transparent;
  font-style: normal
}

img {
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit
}

.is-pc {
  display: block !important
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important
  }
}

.is-sp {
  display: none !important
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block !important
  }
}

.txt-purple {
  color: #BE86FF
}

.txt-green {
  color: #00C099
}

.txt-rightgreen {
  color: #4CFFDF
}

.attention {
  font-size: 0.7em;
}

.txt-small {
  color: #fff;
  font-size: 0.7em;
  text-align: right;
  margin-top: 15px;
}

@media screen and (max-width: 780px) {
  .txt-small {
    width: 85%;
    margin: 15px auto 0;
  }
}

.txt-shadow {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.49)
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

img {
  width: 100%;
  max-width: 100%;
  height: auto
}

a {
  color: #000;
  text-decoration: none
}

a:hover {
  opacity: 0.6
}

#modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  display: none
}

#modal-bg.is-show {
  display: block
}

.cmn-cta {
  position: fixed;
  bottom: 10px;
  left: 0;
  transition: .3s;
  width: 100%;
  padding: 0 25px 5px 20px;
  z-index: 5
}

.cmn-cta>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 370px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background: #E60011;
  padding: 15px 0;
  z-index: 100;
  border-radius: 30px;
  margin: 0 auto
}

@media screen and (min-width: 769px) {
  .cmn-cta>a {
    margin: 0 0 0 auto;
    font-size: 2.6rem
  }
}

.cmn-cta>a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  background: url("../img/icon_cta_arrow.svg") center/contain no-repeat
}

.cmn-cta span {
  border: solid 1px #fff;
  font-size: 22px;
  padding: 5px;
  margin-right: 10px
}

@media screen and (max-width: 768px) {
  .cmn-cta span {
    font-size: 18px
  }
}

.cmn-cta.is-hide {
	opacity: 0;
	pointer-events: none;
}

.header-inner {
  padding: 11px 8px 10px
}

@media screen and (min-width: 769px) {
  .header-inner {
    padding: 21px 38px 20px
  }
}

.header-logo {
  width: 100%;
  max-width: 148px
}

.header-vta {
  width: 100%;
  max-width: 304px;
  margin-top: 9px
}

@media screen and (min-width: 769px) {
  .header-vta {
    max-width: 394px;
    margin-top: 20px
  }
}

.main-head {
  position: relative
}

.main-head__visual {
  height: 440px;
  background: url("../img/mv_sp.jpg") center/cover no-repeat
}

@media screen and (min-width: 769px) {
  .main-head__visual {
    height: 760px;
    background: url("../img/mv_pc.jpg") center/cover no-repeat;
    background-position: center top
  }
}

.main-head__catch {
	position: absolute;
  width: 100%;
  max-width: calc(100% - 30px);
  margin: -63px auto 30px;
  color: #fff;
  bottom: 5%;
  left: 9%;
  background: rgba(0, 192, 153, 0.8);
  border-radius: 10px;
  padding: 26px 26px 31px
  
}

@media screen and (min-width: 769px) {
  .main-head__catch {
    max-width: 500px;
    position: absolute;
    bottom: 5%;
    left: 24vw;
    margin: 0;
    padding: 30px 30px 25px
  }
}

.main-head__catch-read {
  font-size: 25px;
	font-family: "Hiragino Sans W7";
  letter-spacing: 0;
  line-height: 1.2;
}

.main-head__catch-read .small {
  font-size: 18px !important;
}

.main-head__catch-read .big {
  font-size: 30px !important;
}

.main-head__catch-body {
  font-size: 1.5rem;
  line-height: 1.73;
  font-weight: 600;
  margin-top: 17px;
  letter-spacing: 0.02em;
}
.is-pc{
	display: none;
}

@media screen and (min-width: 769px) {
  .main-head__catch-body {
    font-size: 1.6rem;
  }

	.main-head__catch-read {
		font-size: 37px;
		letter-spacing: 0;
		line-height: 1.2;
	}

	.main-head__catch-read .small {
  font-size: 30px !important;
}

.main-head__catch-read .big {
  font-size: 52px !important;
}

}

.main-head__catch-note {
  font-size: 1rem;
  margin-top: 17px;
	line-height: 1.5;
}


.main-head__catch-num-wrap {
  font-size: 70px;
  display: inline-flex;
  align-items: baseline;
  letter-spacing: -0.08em;
  line-height: 1;
	margin-left: -10px;
}

.main-head__catch-num-wrap .par {
  font-size: 40px;
  position: relative;
  padding-left: 3px;
}

.main-head__catch-num sup {
  position: absolute;
  right: 0;
  top: -37%;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .main-head__catch-num {
    top: 17%;
    left: 40%;
  }

  .main-head__catch-num-wrap {
    font-size: 45px;
		margin-left: -7px;
		letter-spacing: -0.065em;
  }

  .main-head__catch-num-wrap .par {
    font-size: 30px;
  }

  .main-head__catch-num sup {
    font-size: 12px;
  }
}

.main-intro {
  width: calc(100% - 30px);
  margin: 45px auto 0;
  border-radius: 10px;
  background: #000 url("../img/bg_intro_sp.png") center top/contain no-repeat;
  padding: 33px 0 14px
}

@media screen and (min-width: 769px) {
  .main-intro {
    padding: 50px 0 30px;
    padding: 150px 0 160px;
    width: calc(100% - 90px);
    background: #000 url("../img/bg_intro_pc.jpg") center top/cover no-repeat
  }
}

.main-intro__ttl {
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  padding-left: 20px
}

@media screen and (min-width: 769px) {
  .main-intro__ttl {
    font-size: 5rem;
    padding-left: 0;
  }
}

.main-intro-inner {
  padding: 0 20px
}

@media screen and (min-width: 769px) {
  .main-intro-inner {
    padding: 0 14%
  }
}

.main-intro-inner:first-of-type {
  margin-top: 34px
}

@media screen and (min-width: 769px) {
  .main-intro-inner:first-of-type {
    margin-top: 100px
  }
}

.main-intro-inner:not(:first-of-type) {
  margin-top: 75px
}

@media screen and (min-width: 769px) {
  .main-intro-inner:not(:first-of-type) {
    margin-top: 100px
  }
}

.main-intro-inner__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.73
}

@media screen and (min-width: 769px) {
  .main-intro-inner__ttl {
    font-size: 3.6rem
  }
}

.main-intro-inner__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-intro-inner__ttl>span {
    padding: 0 50px
  }
}

.main-intro-inner__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-intro-inner__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-intro-inner__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

@media screen and (min-width: 769px) {
  .main-intro-inner__read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.main-intro-inner__head {
  margin-top: 44px;
  font-size: 3rem;
  font-weight: bold;
  color: #BE86FF;
  text-align: center;
  line-height: 1.2
}

@media screen and (min-width: 769px) {
  .main-intro-inner__head {
    font-size: 4rem;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px
  }
}

.main-intro-inner__head .size-s {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1
}

@media screen and (min-width: 769px) {
  .main-intro-inner__head .size-s {
    font-size: 2.5rem
  }
}

.main-intro-inner__txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.66;
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .main-intro-inner__txt {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    font-size: 2rem
  }
}

.main-intro__teacher {
  margin-top: 60px
}

.main-intro__teacher-box:not(:first-of-type) {
  margin-top: 60px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher-box:not(:first-of-type) {
    margin-top: 170px
  }
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
  }
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.main-intro__teacher__name {
  position: relative;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.06em
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.main-intro__teacher__name::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18px;
  width: 100%;
  border-top: 1px dotted #707070
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__name::after {
    content: none
  }
}

.main-intro__teacher__name .jp {
  background: #000;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__name .jp {
    background: none;
    font-size: 5.8rem
  }
}

.main-intro__teacher__name .en {
  display: block;
  color: #AFAFAF;
  font-size: 1.0rem;
  margin-top: 8px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__name .en {
    font-size: 1.8rem
  }
}

.main-intro__teacher__copy {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 25px;
  line-height: 1.175
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__copy {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
		margin-top: 43px;
    margin-right: 30px;
    font-size: 2.8rem
  }
}

.main-intro__teacher__thumb {
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0
  }
}

.main-intro__teacher__profile {
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__profile {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__profile dl {
    padding: 20px;
    border: solid 1px #707070
  }

  .main-intro__teacher__profile dl:not(:last-child) {
    margin-right: 20px
  }

  .main-intro__teacher__profile dl:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .main-intro__teacher__profile dl:nth-child(2) {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
  }
}

.main-intro__teacher__profile dl:not(:first-of-type) {
  margin-top: 34px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__profile dl:not(:first-of-type) {
    margin-top: 0
  }
}

.main-intro__teacher__profile .profile-subject-ttl,
.main-intro__teacher__profile .profile-about-ttl {
  color: #3C3C3C;
  font-size: 1.5rem;
  font-weight: bold
}

.main-intro__teacher__profile .profile-subject-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 10px
}

@media screen and (min-width: 769px) {
  .main-intro__teacher__profile .profile-subject-txt {
    margin-top: 17px
  }
}

.main-intro__teacher__profile .profile-about-txt {
  color: #aaa;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.473;
  margin-top: 18px
}

.main-intro__student {
  background: #F4F4F4;
  margin-top: 72px
}

@media screen and (min-width: 769px) {
  .main-intro__student {
    width: 100%;
    max-width: 600px;
    margin: 72px auto 0
  }
}

.main-intro__student-ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.73;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}

@media screen and (min-width: 769px) {
  .main-intro__student-ttl {
    font-size: 3.6rem
  }
}

.main-intro__student-ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-intro__student-ttl>span {
    padding: 0 50px
  }
}

.main-intro__student-ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-intro__student-ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-intro__student-ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-intro__student-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width: 769px) {
  .main-intro__student-box {
    padding: 0 30px
  }
}

.main-intro__student-box .thumb {
  width: 145px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px
}

.main-intro__student-box .txt {
  color: #8D8D8D;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.47
}

.main-process {
  width: calc((100% - 30px));
  margin: 50px auto 0;
  border-radius: 10px;
  padding-top: 53px;
  padding-bottom: 44px;
  background: #000 url("../img/bg_texture_startup.png") center/cover no-repeat
}

.main-process.mbL {
	margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .main-process {
    padding: 150px 0 160px;
    width: calc(100% - 90px);
    background: #000
  }
  .main-process.mbL {
		margin-bottom: 100px;
	}
}

.main-process__ttl {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  padding-left: 15px
}

@media screen and (min-width: 769px) {
  .main-process__ttl {
    font-size: 5.8rem;
    padding-left: 0;
  }
}
.main-process__lead {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  padding: 0 15px;
  line-height: 1.66;
  margin-top: 30px
}

.main-process-startup,
.main-process-product {
  margin-top: 45px
}

.main-process-startup:last-of-type,
.main-process-product:last-of-type {
  margin-top: 90px
}

.main-process-startup__ttl,
.main-process-product__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.73
}

@media screen and (min-width: 769px) {

  .main-process-startup__ttl,
  .main-process-product__ttl {
    font-size: 3.6rem
  }
}

.main-process-startup__ttl>span,
.main-process-product__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {

  .main-process-startup__ttl>span,
  .main-process-product__ttl>span {
    padding: 0 50px
  }
}

.main-process-startup__ttl>span::after,
.main-process-product__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-process-startup__ttl>span[data-bgColor="green"]::after,
.main-process-product__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-process-startup__ttl>span[data-bgColor="purple"]::after,
.main-process-product__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-process-startup__subttl,
.main-process-product__subttl {
  position: relative;
  margin-top: 28px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #BE86FF;
  text-align: center;
  line-height: 1.2
}

@media screen and (min-width: 769px) {

  .main-process-startup__subttl,
  .main-process-product__subttl {
    font-size: 4.6rem;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px
  }
}

.main-process-startup__subttl .size-s,
.main-process-product__subttl .size-s {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1
}

@media screen and (min-width: 769px) {

  .main-process-startup__subttl .size-s,
  .main-process-product__subttl .size-s {
    font-size: 2.5rem
  }
}

.main-process-startup-bgwrap, .main-process-product-bgwrap {
  position: relative;
  z-index: 2;
  padding-bottom: 100%;
  background: url("../img/bg_startup01_sp.png") center bottom/cover no-repeat
}

@media screen and (min-width: 769px) {
  .main-process-startup-bgwrap, .main-process-product-bgwrap {
    background: url("../img/bg_startup01_pc.jpg") center top/100% no-repeat;
    padding-bottom: 20%
  }
}

.main-process-startup-bgwrap-inner, .main-process-product-bgwrap-inner {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%)
}

@media screen and (min-width: 769px) {
  .main-process-startup-bgwrap-inner, .main-process-product-bgwrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media screen and (min-width: 769px) {
  .main-process-startup-bgwrap-inner, .main-process-product-bgwrap-inner {
    padding: 80px 14% 0
  }
}

.main-process-startup-bgwrap2, .main-process-product-bgwrap2 {
  position: relative;
  z-index: 2;
  padding-bottom: 100%;
  background: url("../img/bg_startup02_sp.png") center bottom/cover no-repeat
}
.main-process-product-bgwrap3 {
	position: relative;
  z-index: 2;
  padding-bottom: 100%;
  background: url("../img/bg_startup03_sp.png") center bottom/cover no-repeat
}

.main-process-product-bgwrap4 {
	position: relative;
  z-index: 2;
  padding-bottom: 100%;
  background: url("../img/bg_startup04_sp.png") center bottom/cover no-repeat
}

@media screen and (min-width: 769px) {
  .main-process-startup-bgwrap2, .main-process-product-bgwrap2 {
    background: url("../img/bg_startup02_pc.jpg") center top/100% no-repeat;
    padding-bottom: 20%
  }
  .main-process-product-bgwrap3 {
		background: url("../img/bg_startup03_pc.jpg") center top/100% no-repeat;
    padding-bottom: 20%
	}
	.main-process-product-bgwrap4 {
    background: url("../img/bg_startup04_pc.jpg") center top/100% no-repeat;
    padding-bottom: 20%
	}
}

.main-process-startup-bgwrap2-inner, .main-process-product-bgwrap2-inner {
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%)
}


.main-process-startup__txtbox,
.main-process-product__txtbox {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.main-process-startup__txt,
.main-process-product__txt {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 18px;
  line-height: 1.66;
  padding: 0 15px
}

@media screen and (min-width: 769px) {

  .main-process-startup__txt,
  .main-process-product__txt {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0
  }
}

.main-process-startup__txten,
.main-process-product__txten {
  color: #AAAAAA;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px
}

@media screen and (min-width: 769px) {

  .main-process-startup__txten,
  .main-process-product__txten {
    text-align: left
  }
}

.main-process-startup__internship,
.main-process-product__internship {
  position: relative;
  width: calc((100% - 40px));
  margin: -40px auto 0;
  background: #fff;
  padding: 2px;
  z-index: 2
}

@media screen and (min-width: 769px) {

  .main-process-startup__internship,
  .main-process-product__internship {
    margin: -110px auto 0;
    width: calc((50% - 40px));
    padding: 5px
  }
}

.main-process-startup__internship .ttl,
.main-process-product__internship .ttl {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.473;
  text-align: center;
  background: #000;
  padding: 12px 0 10px
}

@media screen and (min-width: 769px) {

  .main-process-startup__internship .ttl,
  .main-process-product__internship .ttl {
    font-size: 2.8rem
  }
}

.main-process-startup__internship .ttl>span,
.main-process-product__internship .ttl>span {
  font-size: 1.2rem;
  display: block
}

@media screen and (min-width: 769px) {

  .main-process-startup__internship .ttl>span,
  .main-process-product__internship .ttl>span {
    font-size: 1.8rem
  }
}

.main-process-startup__internship .company,
.main-process-product__internship .company {
  padding: 18px 15px 16px
}

@media screen and (min-width: 769px) {

  .main-process-startup__internship .company,
  .main-process-product__internship .company {
    text-align: center
  }
}

.main-process-startup__internship .company img,
.main-process-product__internship .company img {
  width: 100%;
  max-width: 272px
}

@media screen and (min-width: 769px) {

  .main-process-startup__internship .company img,
  .main-process-product__internship .company img {
    max-width: 60%
  }
}

@media screen and (min-width: 769px) {
  .main-process-product {
    margin-top: 175px
  }
}

.main-process-voice {
  margin-top: 60px
}

@media screen and (min-width: 769px) {
  .main-process-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 994px;
    margin: 80px auto 0
  }
}

@media screen and (min-width: 769px) {
  .main-process-voice__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.main-process-voice__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.73;
  margin-bottom: 30px
}

@media screen and (min-width: 769px) {
  .main-process-voice__ttl {
    font-size: 3.6rem
  }
}

.main-process-voice__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-process-voice__ttl>span {
    padding: 0 50px
  }
}

.main-process-voice__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-process-voice__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-process-voice__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-process-voice-box {
  padding: 40px 20px 0
}

@media screen and (min-width: 769px) {
  .main-process-voice-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 14% 0
  }
}

.main-process-voice-box:not(:first-of-type) {
  margin-top: 100px
}

@media screen and (min-width: 769px) {
  .main-process-voice-box:not(:first-of-type) {
    margin-top: 0
  }
}

.main-process-voice__name {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1
}

@media screen and (min-width: 769px) {
  .main-process-voice__name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.main-process-voice__name .type {
  display: block;
  color: #8D8D8D;
  font-size: 15px
}

.main-process-voice__name .jp {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 20px
}

.main-process-voice__copy {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.175;
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .main-process-voice__copy {
		font-size: 4rem;    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.main-process-voice__thumb {
  margin-bottom: 20px
}

@media screen and (min-width: 769px) {
  .main-process-voice__thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
  }
}

@media screen and (min-width: 769px) {
  .main-process-voice__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 40px
  }
}

.main-process-voice__profile {
  margin-top: 20px
}

@media screen and (min-width: 769px) {
  .main-process-voice__profile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 0
  }
}

.main-process-voice__profile dl:not(:first-of-type) {
  margin-top: 34px
}

.main-process-voice__profile .profile-subject-ttl,
.main-process-voice__profile .profile-about-ttl {
  color: #3C3C3C;
  font-size: 1.5rem;
  font-weight: bold
}

.main-process-voice__profile .profile-subject-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 10px
}

.main-process-voice__profile .profile-about-txt {
  color: #8D8D8D;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.473;
  margin-top: 18px
}

.main-process-factory {
  margin-top: 60px
}

@media screen and (min-width: 769px) {
  .main-process-factory {
    margin-top: 130px
  }
}

.main-process-factory__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.73;
  margin-bottom: 30px
}

@media screen and (min-width: 769px) {
  .main-process-factory__ttl {
    font-size: 3.6rem
  }
}

.main-process-factory__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-process-factory__ttl>span {
    padding: 0 50px
  }
}

.main-process-factory__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-process-factory__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-process-factory__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-process-factory__subttl {
  position: relative;
  margin-top: 28px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #BE86FF;
  text-align: center;
  line-height: 1.2
}

@media screen and (min-width: 769px) {
  .main-process-factory__subttl {
    font-size: 4.6rem;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px
  }
}

.main-process-factory__subttl .size-s {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1
}

@media screen and (min-width: 769px) {
  .main-process-factory__subttl .size-s {
    font-size: 2.5rem
  }
}

@media screen and (min-width: 769px) {
  .main-process-factory__subttl {
    text-align: center
  }
}

.main-process-factory__subttl .size-s {
  font-size: 16px;
  margin-bottom: 10px
}

@media screen and (min-width: 769px) {
  .main-process-factory-box {
    width: 100%;
    max-width: 994px;
    margin: 0 auto
  }
}

.main-process-factory-box:not(:first-of-type) {
  margin-top: 63px
}

@media screen and (min-width: 769px) {
  .main-process-factory-box:not(:first-of-type) {
    margin-top: 130px
  }
}

.main-process-factory-box .ttl {
  width: 210px;
  margin: 0 auto
}

.main-process-factory-box .ttl>span {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 21px
}

.main-process-factory-box .thumb {
  margin-top: 22px;
  padding: 0 20px
}

@media screen and (min-width: 769px) {
  .main-process-factory-box .thumb {
    width: 80%;
    margin: 22px auto
  }
}

.main-process-factory-box .read {
  color: #aaa;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.47;
  padding: 0 20px;
  margin-top: 24px
}

.main-process-factory-box .txt {
  width: calc(100% - 40px);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 30px auto 0;
  line-height: 1.625;
  border: 1px solid #525252;
  padding: 20px 12px 23px
}

.main-process-factory-box__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.73;
  padding: 0 5px
}

@media screen and (min-width: 769px) {
  .main-process-factory-box__ttl {
    font-size: 3.6rem
  }
}

.main-process-factory-box__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-process-factory-box__ttl>span {
    padding: 0 50px
  }
}

.main-process-factory-box__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-process-factory-box__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-process-factory-box__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-process-factory-box__subttl {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 43px;
  line-height: 1.175;
  padding: 0 20px
}

@media screen and (min-width: 769px) {
  .main-process-factory-box__subttl {
		font-size: 4rem;
    text-align: center
  }
}

.main-process-factory__record{margin-top:49px}

@media screen and (min-width: 769px){
.main-process-factory__record-item{width:59%;
margin:0 auto}
}

.main-process-factory__record-num {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 120px;
  font-family: "Hiragino Sans W7";
  margin-top: 40px;
}

.main-process-factory__record-txt {
  display: block;
  font-size: 89px;
  letter-spacing: .1em;
  text-wrap: nowrap;
  padding-top: 16px;
}

.main-process-factory__record-num-wrap {
  background: url(../img/num_bg.jpg) center / cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  line-height: 1;
  text-wrap: nowrap;
  margin-left: -2%;
}

.main-process-factory__record-num-wrap .js-KDG-s-employment-rate {
  letter-spacing: -0.06em;
}

.main-process-factory__record-num .par {
  font-size: 70px;
  margin-left: -11%;
}

.main-process-factory__record sup {
  position: absolute;
  top: 15%;
  right: 4%;
  font-size: 25px;
  color: #fff;
  transform: translateX(-50%);
  background: unset;
  -webkit-text-fill-color: white;
}

.main-process-factory__record .txt-small {
  margin-top: 20px;
	font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .main-process-factory__record-num {
    display: block;
    font-size: 85px;
    margin-top: -40%;
  }

  .main-process-factory__record-num .par {
    font-size: 50px;
    margin-left: -8%;
  }

  .main-process-factory__record-txt {
    font-size: 55px;
    margin-bottom: 5px;
  }
  
  .main-process-factory__record-num .par {
    font-size: 50px;
    margin-bottom: 5px;
  }

  .main-process-factory__record sup {
    font-size: 15px;
    top: 10%;
    right: -2%;
  }

  .main-process-factory__record .txt-small {
    margin: 20px 20px 0 auto;
		width: 90%;
		font-size: 12px;
		text-align: left;
  }
}

.main-process-factory-voice {
  margin-top: 60px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 994px;
    margin: 80px auto 0
  }
}

.main-process-factory-voice__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.73;
  margin-bottom: 30px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice__ttl {
    font-size: 3.6rem
  }
}

.main-process-factory-voice__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice__ttl>span {
    padding: 0 50px
  }
}

.main-process-factory-voice__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-process-factory-voice__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-process-factory-voice__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-process-factory-voice-box {
	background: #000;
  padding: 40px 20px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice-box {
    padding: 90px 14%
  }
}
@media screen and (min-width: 769px) {
  .main-process-factory-voice-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 25px
  }
}

.main-process-factory-voice__name {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 20px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice__name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0
  }
}

.main-process-factory-voice__name .type {
  display: block;
  color: #8D8D8D;
  font-size: 15px
}

.main-process-factory-voice__name .jp {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 20px
}

.main-process-factory-voice__thumb {
  margin-bottom: 25px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice__thumb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    margin-right: 20px
  }
}

.main-process-factory-voice__profile {
  margin-top: 20px;
  padding: 0 20px 20px
}

@media screen and (min-width: 769px) {
  .main-process-factory-voice__profile {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 0
  }
}

.main-process-factory-voice__profile dl:not(:first-of-type) {
  margin-top: 34px
}

.main-process-factory-voice__profile .profile-subject-ttl,
.main-process-factory-voice__profile .profile-about-ttl {
  color: #3C3C3C;
  font-size: 1.5rem;
  font-weight: bold
}

.main-process-factory-voice__profile .profile-subject-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  margin-top: 10px
}

.main-process-factory-voice__profile .profile-about-txt {
  color: #8D8D8D;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.473;
  margin-top: 18px
}

.main-support {
  width: calc(100% - 90px);
  margin: 0 auto;
  border: 4px solid #1EC099;
  border-radius: 10px;
  margin-top: 50px;
  padding: 52px 0 15px;
  background: url("../img/bg_location.png") center/cover no-repeat
}

@media screen and (min-width: 769px) {
  .main-support-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto
  }
}

.main-support__ttl {
  color: #BE86FF;
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 37px
}

@media screen and (max-width: 768px){
  .main-support__ttl {
    font-size: 4rem;
  }
}

.main-support__ttl>span {
  display: block;
  font-size: 3.4rem
}

@media screen and (max-width: 768px){
  .main-support__ttl>span {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .main-support-content {
    width: calc(40% - 90px)
  }
}

.main-support-content:not(:first-of-type) {
  margin-top: 61px
}

@media screen and (min-width: 769px) {
  .main-support-content:not(:first-of-type) {
    margin-top: 0
  }
}

.main-support-content__ttl {
  width: calc(100% - 26px);
  margin: 0 auto;
  background: #00c099;
  background: linear-gradient(80deg, #00c099 0%, #2ca8cb 32%, #8146c3 73%, #ff79fc 100%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.22;
  font-size: 2.1rem;
  padding: 10px 6px
}

@media screen and (min-width: 769px) {
  .main-support-content__ttl {
    padding: 6px;
    margin: 0;
    width: 100%;
    font-size: 2.3rem;
    padding: 12px 6px 9px
  }
}

.main-support-content__ttl .short {
  font-size: 1.6rem
}

.main-support-content__txt {
  color: #AA73EA;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 13px;
  line-height: 1.43;
  margin-top: 21px
}

@media screen and (min-width: 769px) {
  .main-support-content__txt {
    min-height: 115px
  }
}

.main-support-content__thumb {
  margin-top: 25px
}

@media screen and (min-width: 769px) {
  .main-support-content__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 190px;
    -o-object-position: top;
    object-position: top
  }
}

.main-support-content.tool {
  background: #fff
}

.main-support-content.tool .main-support-content__thumb {
  margin: 25px auto 0;
  background: #fff;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .main-support-content.tool .main-support-content__thumb {
    width: 100%
  }
}

.main-support-content.tool .main-support-content__thumb img {
  width: 100%;
  padding: 14px 0 15px
}

@media screen and (min-width: 769px) {
  .main-support-content.tool .main-support-content__thumb img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 0;
    width: 100%;
    height: 190px;
  }
}

.main-support-content.tool .main-support-content__thumb p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  padding: 7px 8px 9px;
  background: #000;
  text-align: center
}

.main-course {
  width: calc(100% - 30px);
  margin: 40px auto 0;
  padding: 43px 14px 37px;
  border-radius: 10px;
  background: #000 url("../img/bg_intro_sp.png") center top/contain no-repeat
}

@media screen and (min-width: 769px) {
  .main-course {
    padding: 90px 14px 100px;
    width: calc(100% - 90px);
  }
}

.main-course__ttl {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25
}

@media screen and (min-width: 769px) {
  .main-course__ttl {
		font-size: 3.5rem;
    text-align: center
  }
}

@media screen and (min-width: 769px) {
  .main-course-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 30px auto 0
  }
  .main-course-inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    max-width: 620px;
    margin: 30px auto 0
  }
}

.main-course__content {
  padding: 30px 14px;
  background: url("../img/bg_location.png") center/cover no-repeat;
  border-radius: 10px;
  margin-top: 30px
}

@media screen and (min-width: 769px) {
  .main-course__content {
    /* width: calc(100% / 2 - 20px); */
    margin: 0;
    padding: 30px
  }
}

.main-course__content:first-of-type .main-course__content__txt {
  color: #18D0B3
}

.main-course__content:first-of-type .main-course__content__more>a {
  color: #18D0B3
}

.main-course__content:last-of-type .main-course__content__txt {
  color: #AB71EF
}

.main-course__content:last-of-type .main-course__content__more>a {
  color: #AB71EF
}

.main-course__content__ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .main-course__content__ttl {
    font-size: 3.6rem
  }
}

.main-course__content__ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-course__content__ttl>span {
    padding: 0 50px
  }
}

.main-course__content__ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-course__content__ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-course__content__ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-course__content__txt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.51;
  /* margin-top: 20px */
}

@media screen and (min-width: 769px) {
  .main-course__content__txt {
    font-size: 2.7rem;
  }
}

.main-course__content__more {
  width: 188px;
  margin: 15px auto 0;
  border: 1px solid #292929
}
@media screen and (min-width: 769px) {
  .main-course__content__more {
    margin: 28px auto 0;
  }
}

.main-course__content__more>a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 12px 0 10px
}

@media screen and (min-width: 769px) {
  .main-course__content__more>a {
    font-size: 2.2rem;
    padding: 18px 0 15px
  }
}

.main-course__content-modal {
  width: calc(100% - 40px);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 18px 22px 10px;
  z-index: 11;
  display: none
}
.main-course__content-modal .grade_2 {
  min-height: 115px;
}

@media screen and (min-width: 769px) {
  .main-course__content-modal {
    max-width: 800px
  }
  .main-course__content-modal .grade_2 {
    min-height: auto;
  }
}

.main-course__content-modal.is-show {
  display: block
}

.main-course__content-modal .modal-ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.73
}

@media screen and (min-width: 769px) {
  .main-course__content-modal .modal-ttl {
    font-size: 3.6rem
  }
}

.main-course__content-modal .modal-ttl>span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px
}

@media screen and (min-width: 769px) {
  .main-course__content-modal .modal-ttl>span {
    padding: 0 50px
  }
}

.main-course__content-modal .modal-ttl>span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1
}

.main-course__content-modal .modal-ttl>span[data-bgColor="green"]::after {
  background: #00C099
}

.main-course__content-modal .modal-ttl>span[data-bgColor="purple"]::after {
  background: #BE86FF
}

.main-course__content-modal .modal-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-top: 18px
}

@media screen and (max-width: 768px){
  .main-course__content-modal .modal-txt {
    font-size: 1.6rem;
  }
}

.main-course__content-modal .modal-subttl {
  text-align: center
}

.main-course__content-modal .modal-subttl span {
  background: #00c099;
  background: linear-gradient(80deg, #00c099 0%, #2ca8cb 32%, #8146c3 73%, #ff79fc 100%);
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.22;
  margin-top: 28px;
  font-size: 1.8rem;
  padding: 4px 11px;
  display: inline-block
}

.main-course__content-modal .modal-subtxt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.46;
  margin-top: 14px
}

.main-course__content-modal .modal-note {
  position: relative;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.68;
  margin-top: 26px;
  padding: 20px 0 19px;
  background: url("../img/bg_modal_note.png") center/cover no-repeat
}

@media screen and (max-width: 800px){
  .main-course__content-modal .modal-note {
    font-size: 1.4rem;
  }
}

.main-course__content-modal .modal-note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.main-course__content-modal .modal-note>span {
  position: relative
}

.main-course__content-modal .modal-close {
  width: 26px;
  height: 26px;
  margin: 20px auto 0
}

.main-course__content-modal[data-modal="01"] {
  background: url("../img/bg_modal01.png") center/cover no-repeat
}

.main-course__content-modal[data-modal="02"] {
  background: url("../img/bg_modal02.png") center/cover no-repeat
}


@media screen and (min-width: 769px) {
  .main-location-box {
    width: calc(100% - 80px)
  }
}

.main-location-box:not(:first-of-type) {
  margin-top: 77px
}

@media screen and (min-width: 769px) {
  .main-location-box:not(:first-of-type) {
    margin-top: 0;
    margin-left: 30px
  }
}

.main-location__ttl {
  color: #BE86FF;
  font-size: 6rem;
  font-weight: 700;
  text-align: left;
  text-align: center
}

.main-location__schoolttl {
  background: #00c099;
  background: linear-gradient(80deg, #00c099 0%, #2ca8cb 32%, #8146c3 73%, #ff79fc 100%);
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.22;
  margin-top: 20px;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px
}

.main-location__note {
  font-size: 12px;
  font-weight: normal;
  display: block
}

.main-location__address {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.64;
  margin-top: 20px
}

.main-location__map {
  margin-top: 12px
}

.main-location__access {
  margin-top: 20px
}

.main-location__access__ttl {
  color: #9D9D9D;
  font-size: 2rem;
  text-align: center;
  font-weight: 700
}

.main-location__access__list {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 12px
}

.main-location__access__list li:not(:first-child) {
  margin-top: 10px
}

.footer {
  padding: 56px 0 110px
}

.footer-since {
  width: 108px;
  margin: 0 auto
}

.footer-copy {
  text-align: center;
  margin-top: 30px
}

.footer-copy small {
  font-size: 1.2rem;
  line-height: 2.16
}

.logo_new {
  width: 100%;
}

.logo_new img {
  width: 300px;
  vertical-align: middle;
}

.white.background {
  background-color: #ffffff;
}

.all_header {
  padding: 20px 40px;
}

@media screen and (max-width: 800px) {
  .all_header {
    padding: 10px 20px;
  }

  .logo_new img {
    width: 240px;
  }

}

@media screen and (max-width: 800px) {

  .main-support {
    width: calc(100% - 30px);
  }
}


.main-head__visual {
  position: relative;
}

.main-head__visual img {
  width: 54%;
  position: absolute;
  top: 12%;
  left: 8%;
  max-width: 800px;
}

@media screen and (max-width: 800px) {

  .main-head__visual img {
    display: none;
  }
}


.wh {
  text-align: center;
}

.wh_wrap {
  background: #DDEAF0 url(../img/wh_bg2.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding: 60px 15px 20px;
  text-align: center;
}



.wh_wrap01 {
  padding: 0px 15px;
}

.wh h2 {
  color: #000;
  font-size: 3.5rem;
  line-height: 1.35;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.wh img {
  max-width: 710px;
}

.wh_txt1 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 25px auto;
}

.wh h3 {
  color: #000;
  font-size: 3.5rem;
  line-height: 1.35;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  margin: 60px auto 20px;
}

.wh h3 span {
  color: #18D0B3;
  font-size: 4.4rem;
}

.wh_txt2 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: bold;
  max-width: 720px;
  margin: auto;
}

.wh_list {
  font-size: 0;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  justify-content: center;

}


.wh_point01 {
  width: 40%;
  padding: 25px 15px;
  background: #F9FBFC;
  border-radius: 8px;
  text-align: center;
  margin: 0px 10px 10px 0;
}

.wh_point01 img {
  width: 45%;
}

.wh_point01 h4 {
  color: #000;
  font-size: 2.0rem;
  line-height: 1.25;
  margin: 25px auto 10px;
}

.wh_point01 p {
  font-size: 1.6rem;
  line-height: 1.7;
}


.wh_point02 {
  width: calc(20% - 5px);
  padding: 20px 10px;
  background: #F9FBFC;
  border-radius: 8px;
  text-align: center;
  margin: 0px 10px 10px 0;
  display: inline-block;
}



.wh_point02 img {
  width: 70%;
}

.wh_point02 h4 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 25px auto 10px;
}

.wh_point02 p {
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: left;
}

.wh_point02:nth-child(6) h4 {
  font-size: 1.5rem;
  font-feature-settings: "palt";
}


.wh_wrap02 {
  padding: 0px 30px;
  text-align: center;
  max-width: 770px;
  margin: 60px auto 30px;
  display: flex;
  justify-content: space-between;
}

.wh_wrap02-left {
  display: inline-block;
  border: 4px solid #18D0B3;
  border-radius: 20px;
  padding: 30px;
  width: 350px;
}

.wh_wrap02-right {
  display: inline-block;
  border: 4px solid #18D0B3;
  border-radius: 20px;
  padding: 30px;
  width: 340px;
}


.wh_wrap02_ttl {
  width: 70%;
  margin: 0px auto 20px;
}

.wh_wrap02_img {
  margin: 0px auto 0;
}


.wh_wrap02 li {
  list-style: none;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.7;
  position: relative;
  padding-left: 10px;
}

.wh_wrap02 li::before {
  content: "";
  background: #18D0B3;
  width: 5px;
  height: 5px;
  overflow: hidden;
  display: inline-block;
  margin-right: 7px;
  top: 10px;
  position: absolute;
  left: -1px;
}


.main-head__visual img {
  top: 7%;
  left: 8%;
}

.main-head__catch {
  bottom: 5%;
  left: 9%;
}

@media screen and (max-width: 800px) {

  .main-head__catch {
    position: relative;
    left: 0;
  }

  .wh_wrap {
    background: #DDEAF0 url(../img/wh_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding: 60px 15px 20px;
  }


  .wh_wrap01 {
    padding: 0px 15px;
  }

  .wh h2 {
    color: #000;
    font-size: 2.3rem;
    line-height: 1.45;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }






  .wh_txt1 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 25px auto;
  }

  .wh h3 {
    color: #000;
    font-size: 2.5rem;
    line-height: 1.25;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
    margin: 60px auto 20px;
  }

  .wh h3 span {
    color: #18D0B3;
    font-size: 3.4rem;
  }

  .wh_txt2 {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: bold;
  }

  .wh_list {
    font-size: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }


  .wh_point01 {
    width: 100%;
    padding: 25px 15px;
    background: #F9FBFC;
    border-radius: 8px;
    text-align: center;
    margin: 10px auto 10px;
  }

  .wh_point01 img {
    width: 45%;
  }

  .wh_point01 h4 {
    color: #000;
    font-size: 2.0rem;
    line-height: 1.25;
    margin: 25px auto 10px;
  }

  .wh_point01 p {
    font-size: 1.6rem;
    line-height: 1.7;
  }


  .wh_point02 {
    width: calc(50% - 5px);
    padding: 20px 10px;
    background: #F9FBFC;
    border-radius: 8px;
    text-align: center;
    margin: 0px 10px 10px 0;
    display: inline-block;
  }

  .wh_point02:nth-child(2n+1) {
    margin: 0px 0px 10px 0;
  }

  .wh_point02 img {
    width: 70%;
  }

  .wh_point02 h4 {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 25px auto 10px;
  }

  .wh_point02 p {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: left;
  }

  .wh_point02:nth-child(6) h4 {
    font-size: 1.5rem;
    font-feature-settings: "palt";
  }


  .wh_wrap02 {
    padding: 0px 30px;
    text-align: center;
    display: block;
    margin: 20px auto 30px;
  }

  .wh_wrap02_ttl {
    width: 50%;
    margin: 40px auto 10px;
  }

  .wh_wrap02_img {
    margin: 0px auto 0;
    width: 90%;
  }


  .wh_wrap02 li {
    list-style: none;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7;
    position: relative;
    padding-left: 10px;
  }

  .wh_wrap02 li::before {
    content: "";
    background: #18D0B3;
    width: 5px;
    height: 5px;
    overflow: hidden;
    display: inline-block;
    margin-right: 7px;
    top: 10px;
    position: absolute;
    left: -1px;
  }

  .wh_wrap02-left {
    display: block;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: auto;
  }

  .wh_wrap02-right {
    display: block;
    border: none;
    border-radius: 0px;
    padding: 0px;
    width: auto;
  }


}



.main-location {
  width: calc(100% - 30px);
  margin: 40px auto;
  padding: 42px 13px 46px;
  background: url("../img/bg_location.png") center/cover no-repeat;
  border: 4px solid #00C099;
  border-radius: 10px
}

@media screen and (min-width: 769px) {
  .main-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 110px auto 100px;
    padding: 42px 50px 46px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .main-location-box {
    /*width:calc(100% - 80px)*/
    width: 48%;
  }
}

.main-location-box:not(:first-of-type) {
  margin-top: 77px
}

@media screen and (min-width: 769px) {
  .main-location-box:not(:first-of-type) {
    margin-top: 0;
    /*margin-left:30px*/
  }

  .main-location-box:nth-child(3),
  .main-location-box:nth-child(4),
  .main-location-box:nth-child(5) {
    margin-top: 50px;
    /*margin-left:30px*/
  }
}

.main-location__ttl {
  color: #BE86FF;
  font-size: 5.2rem;
  font-weight: 700;
  text-align: left;
  text-align: center
}

.main-location__schoolttl {
  background: #00c099;
  background: linear-gradient(80deg, #00c099 0%, #2ca8cb 32%, #8146c3 73%, #ff79fc 100%);
  color: #fff;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.22;
  margin-top: 20px;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px
}

.main-location__note {
  font-size: 12px;
  font-weight: normal;
  display: block
}

.main-location__address {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.64;
  margin-top: 20px
}

.main-location__map {
  margin-top: 12px;
  text-align: center;
}

.main-location__map img {
  max-width: 400px;
}

.main-location__access {
  margin-top: 20px
}

.main-location__access__ttl {
  color: #9D9D9D;
  font-size: 2rem;
  text-align: center;
  font-weight: 700
}

.main-location__access__list {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 12px
}

.main-location__access__list li:not(:first-child) {
  margin-top: 10px
}

.footer {
  padding: 56px 0 110px
}

.footer-since {
  width: 108px;
  margin: 0 auto
}

.footer-copy {
  text-align: center;
  margin-top: 30px
}

.footer-copy small {
  font-size: 1.2rem;
  line-height: 2.16
}

@media screen and (min-width: 769px) {
  .main-location-box:nth-child(3) {
    margin-left: 0px;
  }
}

.main-course__content-modal[data-modal="01"] {
  background: url("../img/bg_modal01.png") center/cover no-repeat
}

.main-course__content-modal[data-modal="02"] {
  background: url("../img/bg_modal02.png") center/cover no-repeat
}

.main-course__content-modal[data-modal="03"] {
  background: url("../img/bg_modal03.png") center/cover no-repeat
}

.main-course__content__ttl>span[data-bgColor="blue"]::after{background:#B0CDE3}

.main-course__content:first-of-type .main-course__content__txt {
    color: #18D0B3;
}

.main-course__content:nth-child(2) .main-course__content__txt {
    color: #BE86FF;
}


.main-course__content:first-of-type .main-course__content__more>a {
    color: #18D0B3;
}
.main-course__content:nth-child(2) .main-course__content__more>a {
    color: #BE86FF;
}
.main-course__content__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .main-course__content__ttl {
    font-size: 2.6rem;
    line-height: 1.4;
  }

	.main-course__content__ttl>span {
    padding: 3px 39px;
  }
  .main-course__content__list {
    grid-template-columns: 1fr auto;
    gap: 10px 30px;
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}



.main-information {
  padding: 60px 3%;
  background: url(../img/bg_information_sp.png) no-repeat center/cover;
}

.main-information-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 40px 15px;
  text-align: center;
}

.main-information-inner.num02 {
  margin-top: 50px;
}

.main-information-box {
  background: #FCF2F2;
  border-radius: 10px;
  padding: 30px 25px;
}

.main-information__ttl {
  color: #D6011B;
  font-size: 3.5rem;
  margin-bottom: 20px;
  padding-top: 55px;
  position: relative;
}

.main-information__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/icon_alert.svg) no-repeat center/contain;
  width: 46px;
  height: 46px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.info-txt01 {
  font-size: 18px;
  margin-bottom: 20px;
}

.info-txt02 {
  font-size: 22px;
  margin-bottom: 10px;
}

.info-txt02 span {
  font-size: 28px;
}

.info-txt03 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.info-txt03 span {
  color: #D6011B;
  font-size: 26px;
  background: linear-gradient(transparent 70%, rgba(244, 244, 120, 0.9) 50%);
}

.info-txt04 {
  font-size: 25px;
  margin-bottom: 20px;
}

.info-txt05 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.info-image01 {
  position: relative;
  margin: 0 auto 45px;
  max-width: 350px;
  width: 100%;
}

.info-image01::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #D6011B transparent transparent transparent;
}

.info-image02 {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main-information {
    background: url(../img/bg_information_pc.png) no-repeat center/cover;
  }

  .main-information-inner {
    padding: 40px 5% 100px;
  }

  .main-information-box {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-information__ttl {
    margin-bottom: 40px;
  }

  .info-txt01 {
    font-size: 22px;
  }

  .info-txt02 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .info-txt02 span {
    font-size: 32px;
  }

  .info-txt03 {
    font-size: 26px;
  }

  .info-txt03 span {
    font-size: 32px;
  }

  .info-txt04 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .info-txt05 {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  .info-image01 {
    margin: 0 120px 0 0;
    max-width: 320px;
  }

  .info-image02 {
    margin: 0;
  }

  .info-image01::before {
    bottom: 50%;
    left: initial;
    right: -60px;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent #D6011B;
  }
}

.main-information__ttl02 {
  font-size: 3.5rem;
  color: #323276;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.main-information__ttl02::before {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(135deg, rgba(50, 50, 118, 1) 0%, rgba(23, 112, 181, 1) 50%, rgba(18, 122, 191, 1) 100%);
  height: 6px;
  left: 0;
  bottom: 0;
}

.info-desc {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.main-information__list {
  display: flex;
  justify-content: space-between;
}

.main-information__list__item {
  width: calc(100% / 3 - 20px);
}

.main-information__list .item-img {
  margin-bottom: 20px;
}

.main-information__list .item-txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
}

.item-ttl-wrap {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 94px;
}

.item-ttl-wrap .ttl {
  font-size: 17px;
  text-align: left;
  text-align: center;
}

.item-ttl-wrap .num {
  font-size: 66px;
  color: #323276;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .main-information__ttl02 {
    font-size: 2.6rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .info-desc {
    text-align: left;
    font-size: 16px;
    margin-bottom: 25px;
  }

  .main-information__list {
    display: block;
  }

  .main-information__list__item {
    width: 100%;
  }

  .main-information__list__item:nth-child(n+2) {
    margin-top: 35px;
  }

  .main-information__list .item-img {
    margin-bottom: 15px;
  }

  .item-ttl-wrap {
    margin-bottom: 15px;
    min-height: auto;
    justify-content: flex-start;
  }

  .item-ttl-wrap .num {
    font-size: 65px;
  }

  .item-ttl-wrap .ttl {
    font-size: 17px;
  }
}

.main-panhu {
  text-align: center;
  background: url(../img/panhu-bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 55px 5%;
}

.main-panhu__ttl {
  font-size: 3.5rem;
  margin-bottom: 25px;
}

.main-panhu__txt {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.panhu-btn {
  display: block;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .main-panhu__ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }

  .main-panhu__txt {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .panhu-btn {
    width: 206px;
    height: 206px;
  }
}

.main-course__content .main-course__content__ttl .min{
	font-size: 24px;
}
@media screen and (max-width: 768px){
  .main-course__content .main-course__content__ttl .min{
		font-size: 16px;
	}
}
.grade_3{
  margin-top: -23px;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  border: solid 2px #1EC099;
  padding: 40px 20px 24px;
  min-height: 140px;
  display: inline-flex;
  align-items: center;
  width: 100%;
	background-color: rgba(255, 255, 255, 0.6) ;
}
@media screen and (max-width: 768px){
  .grade_3{
    margin-top: -18px;
    color: #333;
    font-size: 16px;
    padding: 24px 20px 16px;
    margin-bottom: 8px;
    min-height: auto;
  }
}

.grade_2{
  margin-top: -23px;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
  border: solid 2px #BE86FF;
  padding: 40px 20px 24px;
  min-height: 140px;
  display: inline-flex;
  align-items: center;
  width: 100%;
	background-color: rgba(255, 255, 255, 0.6) ;
}
@media screen and (max-width: 768px){
  .grade_2{
    margin-top: -18px;
    color: #333;
    font-size: 16px;
    padding: 24px 20px 16px;
    margin-bottom: 8px;
    min-height: auto;
  }
}

/* 20250519追加 */
.smallclass-item {
	margin-top: 60px;
}
.marker {
  color: #00C099;
  font-size: 20px;
  font-weight: 700;
}
.school-difference {
	display: grid;
	grid-template-columns: 3.5fr 1fr;
	gap: 15px;
	width: 90%;
	margin: 0 auto;
}

.school-difference-card {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 15px;
}

.school-difference-card li {
	background: #FFF0F0;
	padding: 3px;
}

.school-difference-card-ttl-wrap {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #FFFAFA;
}

.school-difference-card-job {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 72px;
	background: #FFFAFA;
	color: #6A6A6A;
	font-weight: bold;
	font-size: 13px;
}

.school-difference-card-ttl {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	padding: 5px;
	flex: 1;
}

.school-difference-card-ttl img {
	margin-right: 5px;
	width: 50px;
	height: 50px;
}

.school-difference-ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
	text-align: center;
}

.school-difference-card-desc {
	padding: 10px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
}

.red {
	color: #F12D00;
}

.school-difference-item-ttl {
	background: #F12D00;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.school-difference-item.gray {
	display: flex;
	flex-direction: column;
}

.school-difference-box {
	background: #F7F7F8;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.school-difference-item-ttl.gray {
	background: #A0A0A0;
}

.school-difference-box-ttl {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}

.school-difference-box-supplement {
	font-size: 13px;
	font-weight: bold;
	color: #6A6A6A;
}

.school-difference-box-txtbox {
	padding: 25px 25px 0;
	font-size: 15px;
	text-align: left;
	line-height: 1.6;
}

@media (max-width: 750px) {
  .smallclass-item {
	margin-top: 40px;
}
		.school-difference {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.school-difference-card {
		display: grid;
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.school-difference-card-ttl {
		font-size: 13px;
	}

	.school-difference-card-ttl img {
		margin-right: 5px;
		width: 40px;
		height: 40px;
	}

	.school-difference-ttl {
		font-size: 18px;
	}
	.school-difference-card-job {
		width: 65px;
		font-size: 11px;
	}
	.school-difference-item-ttl.gray {
		background: #A0A0A0;
	}
	.school-difference-box {
		padding: 15px 0;
	}
	.school-difference-box-txtbox {
		padding: 15px 10px 0;
	}
  .marker {
    font-size: 16px;
  }
}

/* 20250623 */
.main-intro-inner__interview {
  display: flex;
}
.main-intro-inner__interview__img {
  width: 45%;
  margin-right: 5%;
}
.main-intro-inner__interview__desc {
  flex: 1;
}
.main-intro-inner__interview__box {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.main-intro-inner__interview__box + .main-intro-inner__interview__box {
  margin-top: 20px;
}
.main-intro-inner__interview__ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
.main-intro-inner__interview__txt {
  font-size: 15px;
  line-height: 1.6;
}
.main-intro-inner__interview__dl {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    align-items: center;
    font-weight: bold;
    line-height: 1.8;
}
.main-intro-inner__interview__dl dt {
    color: #fff;
    background: #00C099;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-intro-inner__interview__dl dd {
  color: #fff;
}
@media (max-width: 750px) {
  .main-intro-inner__interview {
    display: block;
    padding-bottom: 30px;
  }
  .main-intro-inner__interview__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .main-intro-inner__interview__dl {
      align-items: flex-start;
  }
  .main-intro-inner__interview__dl dd {
      line-height: 1.5;
    }
  .main-intro-inner__interview__ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .main-intro-inner__interview__txt {
    font-size: 14px;
  }
  .main-intro-inner__interview__box {
    padding: 15px;
  }
}

.l-mv-under-wrap {
    width: 100%;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.l-mv-under-wrap .mv-under-message {
  max-width: 1200px;
  margin: 0 auto;
}

.l-mv-under-wrap .mv-under-message-headline {
    padding-bottom: 2px !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
    color: inherit !important;
}

.l-mv-under-wrap .mv-under-message-headline+.mv-under-message-lead {
    padding-top: 16px;
}
.l-mv-under-wrap .mv-under-message-lead .is-text {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.l-mv-under-wrap .mv-under-message-more {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.l-mv-under-wrap .mv-under-more-header {
    width: fit-content;
    background: #fff;
    margin: 0 auto;
    padding: 20px 40px 0;
}

.l-mv-under-wrap .mv-under-more-header .is-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.l-mv-under-wrap .mv-under-more-list {
    max-width: 1098px;
    margin: 0 auto !important;
    padding: 16px 0 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.l-mv-under-wrap .mv-under-more-item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-2px);
    transform: rotate(45deg) translateY(-2px);
    -webkit-transform-origin: right 50% 0;
    transform-origin: right 50% 0;
}

.l-mv-under-wrap .mv-under-message.kdg .mv-under-message-headline span, .l-mv-under-wrap .mv-under-message.kdg-hs .mv-under-message-headline span, .l-mv-under-wrap .mv-under-message.kdg-university .mv-under-message-headline span, .l-mv-under-wrap .mv-under-message.vta-career .mv-under-message-headline span {
      background: linear-gradient(transparent 60%, #FFFF43 60%);
}

.l-mv-under-wrap .mv-under-message.kdg .mv-under-more-item a, .l-mv-under-wrap .mv-under-message.kdg-hs .mv-under-more-item a, .l-mv-under-wrap .mv-under-message.kdg-university .mv-under-more-item a, .l-mv-under-wrap .mv-under-message.vta-career .mv-under-more-item a {
    background: #00C099;
}

.l-mv-under-wrap .mv-under-more-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 76px;
  background: #1f286f;
  color: #fff;
  border-radius: 6px;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
  position: relative;
  text-decoration: none;
}

.l-mv-under-wrap .mv-under-more-item {
    width: 31.51%;
    margin: 0 10px;
    list-style: none;
}

.l-mv-under-wrap .mv-under-more-item .is-text {
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.l-mv-under-wrap .mv-under-more-item .is-text+.is-text {
  margin-top: 8px;
}

.l-mv-under-wrap .mv-under-more-item .is-text.is-sp {
  display: none;
}

.l-mv-under-wrap .mv-under-more-item .is-text b {
    font-size: 16px;
    font-weight: 700;
}

.mv-under-extra-link {
    width: 100%;
    padding-top: 48px;
}

.mv-under-extra-link .is-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-mv-under-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.mv-under-extra-link .is-item a {
    display: block;
    padding: 20px 60px;
    position: relative;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
    font-size: 16px;
}

.mv-under-extra-link .is-item a span {
    position: relative;
    padding-right: 12px;
    color: #000;
}

.mv-under-extra-link .is-item a span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ff0000;
    border-top: 1px solid #ff0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right 50% 0;
    transform-origin: right 50% 0;
}

.mv-under-extra-link .is-item a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 20px;
    border-left: 1px solid #d2d2d2;
    right: 0;
    top: calc(50% - 10px);
}

@media (max-width: 750px) {
  .l-mv-under-wrap .mv-under-more-header .is-text {
    font-size: 4.8vw;
  }
  .l-mv-under-wrap .mv-under-message {
    max-width: 100%;
    padding: 0 5.8666666667vw;
  }
  .l-mv-under-wrap .mv-under-more-item {
    width: 32.5%;
    margin: 0;
  }
  .l-mv-under-wrap .mv-under-more-list {
    max-width: 100%;
    padding: 4vw 0 0 !important;
    gap: 1vw;
  }
  .l-mv-under-wrap .mv-under-more-item .is-text b {
    font-size: 3.4666666667vw;
  }
  .mv-under-extra-link {
      padding-top: 8vw;
  }
  .mv-under-extra-link .is-item {
      width: 33.33%;
  }
  .mv-under-extra-link .is-item a {
    width: 100%;
    padding: 4.2666666667vw 0;
    font-size: 2.6666666667vw;
    text-align: center;
  }
  .mv-under-extra-link .is-item a span {
    padding-right: 2.6666666667vw;
  }
  .mv-under-extra-link .is-item a span:after {
    right: 0.5333333333vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .mv-under-extra-link .is-item a:after {
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
  }
  .l-mv-under-wrap .mv-under-more-item .is-text+.is-text {
    margin-top: 0;
    line-height: 1.3;
  }
  .l-mv-under-wrap .mv-under-more-item a:after {
    right: 2.1333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
  .sp-br {
      display: none;
  }








