@charset "utf-8";
/* CSS Document */

/*******************

 LP style  -pc

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: none;
}

/* content
--------------------------------------------------*/
#lpbox , #lpfooter {
  font-size: 18px;
  font-family:  'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  font-weight: 500;
  line-height:38px;
  min-width: 1200px;
}
#lpbox a , #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#lpbox a:hover, #lpfooter a:hover{
  text-decoration: underline;
}
#lpbox span, #lpfooter span {
  font-size: inherit;
  font-weight: inherit;
}
#lpbox img ,
#lpfooter img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#lpbox img.img-t ,
#lpfooter img.img-t {
  vertical-align: top;
}
/* cart css reset */

#lpbox header ,
#lpbox h1 ,
#lpbox h2 ,
#lpbox h3 ,
#lpbox p ,
#lpbox dl ,
#lpbox dt ,
#lpbox dd ,
#lpbox div ,
#lpbox section ,
#lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter footer ,
#lpfooter div,
#lpfooter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#lpfooter ul,
#lpfooter li {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
#lpbox {
  padding-top: 130px;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-width: 1100px;
}
#lpbox .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#lpbox .header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
#lpbox .header__box  a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#lpbox .header__box  a:hover {
  opacity: 0.7em;
}
#lpbox #gnav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 99999;
}
#lpbox #gnav.fixnav--stb {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#lpbox #gnav.fixnav--stb.fixnav--visible {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}


#lpbox .gnav__area {
  background: #1e66a9;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  height: 70px;
}
#lpbox .gnav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 70px;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0;
}
#lpbox .gnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 200px;
  margin: 0;
  box-sizing: border-box;
}
#lpbox .gnav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 1em;
  box-sizing: border-box;
  position: relative;
}
#lpbox .gnav__item > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #fff;
}
#lpbox .gnav__item:last-child > a:after  {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background-color: #fff;
}
#lpbox .gnav__item > a:hover {
  color:#ffed76;
  text-decoration: none;
}

#lpbox .gnav__item__child {
  position: absolute;
  background: rgba(255,255,255,1);
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  height: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#lpbox .gnav__item:hover .gnav__item__child{
  height: 90px;
}
#lpbox .gnav__item__child__box {
  width: 900px;
  text-align: left;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform:  scale3d(1 , 0 , 1);
  -ms-transform:  scale3d(1 , 0 , 1);
  -o-transform:  scale3d(1 , 0 , 1);
  transform:  scale3d(1 , 0 , 1);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}
#lpbox .gnav__item:hover .gnav__item__child__box {
  -webkit-transform:  scale3d(1 , 1 , 1);
  -ms-transform:  scale3d(1 , 1 , 1);
  -o-transform:  scale3d(1 , 1 , 1);
  transform:  scale3d(1 , 1 , 1);
}

#lpbox .gnav__item__child a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: block;
  padding: 6px 80px 6px 10px;
  box-sizing: border-box;
  color: #303030;
  line-height: 1.2em;
}
#lpbox .gnav__item__child a:hover {
  color: #1e66a9;
  text-decoration: none;
}


/*----------------------------------------*/



/*----------------------------------------*/

#lpbox #fv {
  position: relative;
  z-index: 2;
  padding-top: 0;
  top: 0;
  left: auto;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  background-color: #dbe9f6;
  background-image: url(../img/fvbg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
#lpbox #fv.fv2 {
  background-image: url(../img/fvbg2.jpg);
}
#lpbox #fv h1{
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0 auto;
}
#lpbox #fv p{
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin: 0 auto;
}
#lpbox .btn {
  width: 762px;
  margin: 10px auto;
}
#lpbox .btn a {
  display: block;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#lpbox .btn a:hover {
  opacity: .7;
}
#lpbox .tel {
  width: 90.93%;
  margin: 1% auto;
}

/*----------------------------------------*/
#lpbox .total {
  margin: 60px auto 0;
  background: #dbe9f6;
}
#lpbox .talent {
  background-image: url(../img/talent_01_bg.png) , url(../img/bg_grid_bl.png);
  background-repeat: repeat-x , repeat;
  background-position: 50% 100px , calc(50% + 1px) 100%;
}
#lpbox .principal {
  background: url(../img/principal_bg.png) repeat-x top center;
}
#lpbox .pro {
  background: url(../img/pro_bg.png) repeat-x top center;
}
#lpbox .reason {
  background: url(../img/bg_grid.png) repeat top center;
  margin: 70px auto 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
#lpbox .reason:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
background-color: #1e66a9;
z-index: 1;
}
#lpbox .reason h2 ,
#lpbox .reason p {
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
#lpbox .ninti {
  background: url(../img/ninti_00_bg.png) repeat-x top center;
}
#lpbox .ninti--bg {
  background: #e5f3ff url(../img/ninti_bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}
#lpbox .course {
  background: url(../img/bg_grid_bl.png) repeat;
  background-position: calc(50% + 2px) 2px;

}
#lpbox .course h2 {
  background: url(../img/course_ttl_bg.png) repeat-x top center;
}
#lpbox .follow {
  background: #ffffe3;
}
#lpbox .career {
  background: url(../img/career_catch_bg.png) repeat-x top center;
  margin: 50px auto 0;
}
#lpbox .career--01 {
  background-image: url(../img/career_01_bar.png) ,url(../img/career_01_bg_fade.png) ,  url(../img/career_01_bg.jpg);
  background-repeat: repeat-x , repeat-x , no-repeat;
  -webkit-background-size: auto auto , 100% auto , cover;
  background-size: auto auto , 100% auto , cover;
  background-position: 50% 130px , bottom center , top center;
}
#lpbox .career__box {
  background:#e9f6fb url(../img/career_bg.png) repeat-x top center;
  margin: 0px auto 0;
  display: block;
  width: 100%;
}
#lpbox .qualification {
  background: url(../img/qualification_bg.png) repeat-x top center;
}
#lpbox .more {
  margin: 50px auto 80px;
}
#lpbox .stress__04 {
  background:#eff3f7 url(../img/stress_04_bg.png) repeat-x top center;
}
#lpbox .voice__bg {
  background-color: #d8e9fa;
}
#lpbox .school__ttl {
  background: url(../img/school_ttl_02.png) ;
  background-repeat: repeat;
}
#lpbox .school {
  margin: 0 auto 0;
  width: 100%;
  background: url(../img/bg_grid_2.png) repeat;
  background-position: 50% 0%;
}
#lpbox .school__box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#lpbox .school__box {
  position: relative;
  margin: 0 auto;
}
#lpbox .school--02--img {
  display: block;
  height: 540px;
  box-sizing: border-box;
  background: #acb2b7 url(../img/school_02.jpg) no-repeat;
  -webkit-background-size:auto 100%;
  background-size: auto 100%;
  background-position: 50% 50%;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
#lpbox .school--02--img span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1;
}
#lpbox .school--02--img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: calc(50% - 700px);
  height: 540px;
  background: #cbced4;
}
#lpbox .school__outer {
  position: relative;
  margin: -50px auto 0;
  background: #1e66a9;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 4px;
  width: 900px;
  z-index: 5;
}
#lpbox .school__inner {
  position: relative;
  background: #fff;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 20px 40px;
  letter-spacing: 0.08em;
  line-height: 1.71em;
}
#lpbox .school__inner p {
  font-size: 18px;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt' 1;
}
#lpbox .school__inner span {
  display: inline;
background: rgb(255,254,181);
background: -moz-linear-gradient(180deg, rgba(255,254,181,0) 0%, rgba(255,254,181,0) 16%, rgba(255,254,181,1) 17%, rgba(255,254,181,1) 95%, rgba(255,254,181,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,254,181,0) 0%, rgba(255,254,181,0) 16%, rgba(255,254,181,1) 17%, rgba(255,254,181,1) 95%, rgba(255,254,181,1) 100%);
background: linear-gradient(180deg, rgba(255,254,181,0) 0%, rgba(255,254,181,0) 16%, rgba(255,254,181,1) 17%, rgba(255,254,181,1) 95%, rgba(255,254,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffeb5",endColorstr="#fffeb5",GradientType=1);
}
#lpbox .school--02 {
  background: url(../img/school_bg.png) repeat-x top center;
  padding-bottom: 50px;
}
#lpbox .school--04 {
  background: url(../img/school_bg_02.png) repeat-x top center;
}
#lpbox .school--04 p {
  background: url(../img/bg_grid_2.png) repeat;
  background-position: 50%  6px;
  width: 1100px;
  margin: 0 auto;
}
/*----------------------------------------*/
#lpbox .faq {
  background: #d5eff8;
  margin: 0 auto;
  width: 100%;
}
#lpbox .faq__area {
  margin: 0 auto;
}
#lpbox .faq__title {
  position: relative;
  z-index: 1;
  margin: 0 auto 40px;
  background-image: url(../img/faq_bg_bar.png) , url(../img/faq_bg.jpg);
  -webkit-background-size: auto auto , cover;
  background-size: auto auto , cover;
  background-repeat: repeat-x , no-repeat;
  background-position: 50%  30px , top center;
}
#lpbox .faq__box {
  background: #d5eff8;
  width: 1000px;
  padding-bottom: 50px;
}
#lpbox .faq__item {
  position: relative;
  z-index: 2;
  margin: 0 auto 40px;
  width: 92%;
}
#lpbox .faq__item--q {
  position: relative;
  background-image: url(../img/faq_q.png) , url(../img/faq_q_bg.png);
  background-position: 0% 50% , 100% 100%;
  background-color: #1e66a9;
  background-repeat: no-repeat;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  min-height: 3.4em;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 100px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
}
#lpbox .faq__item--a {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1e66a9;
  letter-spacing: 0.08em;
  line-height: 38px;
  box-sizing: border-box;
  padding: 15px 30px;
}
#lpbox .faq__item--a p {
  line-height: 38px;
  font-size: 18px;
  text-align: left;
}
#lpbox .faq__att {
  font-size: 14px;
  line-height: 1.5em;
  margin: .5em auto;
  text-align: left;
}
#lpbox .faq__text {
  width: 100%;
  margin: 0 auto -20px;
  position: relative;
  z-index: 2;
}

/*----------------------------------------*/
#lpbox .access {
  margin: 8% auto 0;
  background: #e0e7f3 url(../img/access_bg.png) repeat-x top center;
}

#lpbox .access__box {
  width: 1000px;
  position: relative;
}
#lpbox .access__box iframe {
position: absolute;
  width: 500px;
  top: 170px;
  left: 75px;
  height: 280px;
}
#lpbox .access__box:nth-of-type(2n) iframe  {
  left: auto;
  right: 75px;
}


/*-------------------------------------------
 form
-----------------------------------------------*/
#formarea {
  box-sizing: border-box;
  width: 100%;
  margin: 1em auto;
  padding: 0;
}
#formarea header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
}
#formarea header > * {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}
#formarea .formarea__title {
  background: url(../img/form_ttl_bg.png) repeat-x top center;
  margin: 100px auto 50px;
}
#formarea #block10 #bg_form {
  background: none;
  width: 950px;
  box-sizing: border-box;
}
#formarea img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
#formarea * {
  box-sizing: border-box;
}
#formarea form {
  border: 4px solid #1e66a9;
  box-sizing: border-box;

}
#formarea textarea,
#formarea input[type="text"],
#formarea input[type="email"],
#formarea input[type="password"],
#formarea input[type="number"] {
  padding: 0.5em;
  box-sizing: border-box;
}
#formarea #confirm h2 ,
#formarea #confirm h3 ,
#formarea #thanks h2 ,
#formarea #thanks h3 {
  background: #1e66a9;
  padding: 20px;
  box-sizing: border-box;
}
#formarea #confirm .formbtn {
  margin-bottom: 30px;
}
footer {
  background: #1e66a9;
}
/*-------------------------------------------
 footer
-----------------------------------------------*/
#lpfooter {
  background: #fff;
  padding: 0;
  box-sizing: border-box;
}
#lpfooter .lpfooter__img {
  background: url(../img/footer_bg.png) repeat-x bottom center;
  display: block;
  margin: 0 auto;
}
#lpfooter .footer__link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer__link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #1e66a9;
  box-sizing: border-box;
  padding: .5em;
}
