@charset "UTF-8";

/*
 *  reset.css
 */

/* !Reset
---------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
    color: #3d3d3d;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #3d3d3d;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/* !List Style
---------------------------------------------------------- */
ol, ul {
  list-style:none;
}


/* !Box Sizing
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box; /* <=iOS 4, <= Android 2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1 */
}

/* !Clearfix（micro clearfix）
---------------------------------------------------------- */
/* for modern browsers */
.clearfix:before,
.clearfix:after,
.grid-box:before,
.grid-box:after {
  content: "";
  display: table;
}

.grid-box:after,
.clearfix:after { clear: both;}

/* for IE6/7 (trigger hasLayout) */
.grid-box,
.clearfix { *zoom: 1;}


/* !Alpha
---------------------------------------------------------- */
.alpha {
  -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
}
  .alpha:hover { opacity: 0.7;}


/*
 *  css/style.css
 *
 */

/* !Defaults
---------------------------------------------------------- */


html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  text-align: left;
  line-height: 25px;
  letter-spacing: .03em;
  font-size: 1.6em;
  font-family:
   fot-seurat-pron, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif
  ;
  -webkit-text-size-adjust: 100%;
    color:#062153;
  font-weight: 600;
  font-style: normal;
}
  /* !Antialiaased */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* !Anchor */

a {
  -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
  text-decoration: none;
}
a:hover { opacity: 0.7;}

a:link,
a:visited {}

a:hover,
a:active {}

a:focus {}

main {
  display: block;
}

@media only screen and (max-width: 750px) {
  img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}


/* !Header
---------------------------------------------------------- */
.header {
  position: relative;
}

.header h1 {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 302px;
  margin-left: -420px;
  z-index: 9999;
}

@media only screen and (max-width: 750px) {
  .header h1 {
    top: 16px;
    margin-left: -48%;
    width: 128px;
  }
}

/* !共通
---------------------------------------------------------- */

.top-image .marker {
  background: linear-gradient(transparent 70%, #ffff66 70%);
}

.marker {
  background: linear-gradient(transparent 65%, #ffff66 65%);
}

.title {
  position: relative;
  font-family: vdl-logona, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 2;
}

.number {
  position: absolute;
    top: 40px;
  left: 50%;
  letter-spacing: -8px;
  margin-left: -80px;
  font-family: vdl-logona, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 130px;
  z-index: 1;
  color: #ffffff;
}

.box {
  position: relative;
}

.box .inner {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}

.box .inner .title{
  text-align: center;
  font-size: 36px;
}

.box .inner .title span{
  font-size: 40px;
}

.del {
  display: block;
}

.ins {
  display: none;
}

@media only screen and (max-width: 750px) {
  .box{
   width: 100%;
   padding: 0 5%;
  }
  .box .inner {
    width: 100%;
    padding: 40px 0;
  }
  .box .inner .title{
    font-size: 23px;
  }
  .box .inner .title span{
   font-size: 28px;
  }
  .number {
    margin-left: -55px;
    font-size: 100px;
  }
  .del {
    display: none;
  }
  .ins {
    display: block;
  }
}


/* !Main
---------------------------------------------------------- */

.top-image {
  position: relative;
  height: 500px;
  background-size: cover;
  background-image: url('../img/main_pc.jpg');
 background-position: center;
}

.top-image .main-title-pc {
    position: absolute;
    width: 529px;
    height: 330px;
    top: 100px;
    left: 0;
    background-image: url(../img/title_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.top-image .main-title-pc .title,
.top-image .main-title-sp .title {
  position: absolute;
}

.top-image .main-title-pc .title-01 {
  top: 100px;
  left: 50%;
  margin-left: -284px;
  font-size: 23px;
  color: #fff;
}

.top-image .main-title-pc .title-02 {
  top: 70px;
  left: 50%;
  margin-left: -160px;
  font-size: 37px;
  text-align: center;line-height:50px;
}

.top-image .main-title-sp {
  display: none;
}


@media only screen and (min-width: 1200px) {
    .top-image .main-title-pc {
        position: absolute;
        left: 50%;
        margin-left:-500px;
    }

    .top-image {
        position: relative;
        height: 500px;
        background-size: cover;
        background-image: url('../img/main_pc.jpg');
    }


}


@media only screen and (max-width: 750px) {
  .top-image {
    height:75vw;
    min-height: 274px;
    background-image: url('../img/main_sp.jpg');
  }
  .top-image .main-title-pc {
    display: none;
  }
  .top-image .main-title-sp {
      display: block;
      position: absolute;
      top: 10vw;
      left: 0;
      width: 80vw;
      height: 77.5vw;
      background-image: url(../img/title_bg_sp.png);
      background-size: contain;
      background-repeat: no-repeat;
    }



}

/* !導入
---------------------------------------------------------- */

.box.box-01 .inner .title {
  margin-bottom: 60px;
  line-height: 39px;
}

.box.box-01 .inner .contents-area {
  width: 860px;
  margin: 0 auto;
}

.box.box-01 .inner .contents-area .text-area {
  float: right;
  width: 460px;
}

.box.box-01 .inner .contents-area .text-area p{
  margin-bottom: 1em;
  font-size: 0.9em;
}

.box.box-01 .inner .contents-area .img-area {
  float: left;
}

@media only screen and (max-width: 750px) {
  .box{
   width: 100%;
   padding: 0 5%;
  }
  .box.box-01 .inner .title {
    margin-bottom: 40px;
  }
  .box.box-01 .inner .contents-area {
    width: 100%;
  }

  .box.box-01 .inner .contents-area .text-area {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .box.box-01 .inner .contents-area .img-area {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
}


/* !ポイント
---------------------------------------------------------- */

.box.box-02 {
    background-color: #cecce9;
}

.box.box-02 .inner .title {
  margin-bottom: 60px;
  line-height: 39px;
}



.box.box-02 .inner .contents-area ul.point-list {
  margin:0 auto 55px;
}

.box.box-02 .inner .contents-area ul.point-list li.list {
  float: left;
  width: 285px;
  margin-left: 55px;
}

.box.box-02 .inner .contents-area ul.point-list li:first-child {
  margin-left: 0;
}

.box.box-02 .inner .contents-area ul.point-list li.list .list-title {
  display: block;
  text-align: center;
  margin: 15px auto 10px;
  font-size: 20px;
}

.box.box-02 .inner .contents-area .urapoint-area {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 55px 100px;
}

.box.box-02 .inner .contents-area .urapoint-area .title{
  width: 400px;
  display: block;
  margin: 0 auto 60px;
}

.box.box-02 .inner .contents-area .urapoint-area .title::before{
  content: '';
  background-image: url('../img/img_light_01.png');
  position: absolute; 
  display: block;
  left: 0;
  width: 41px;
  height: 50px;
  margin: 0 auto 10px;
  background-size: cover;
}

.box.box-02 .inner .contents-area .urapoint-area .title::after{
  content: '';
  background-image: url('../img/img_light_01.png');
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 41px;
  height: 50px;
  margin: 0 auto 10px;
  background-size: cover;
}

.box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .text-area {
  position: relative;
  float: right;
  width: 555px;
  padding: 25px 35px;
  background-color: #19abb8;
  color: #ffffff;
}

.box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .text-area::before {
  content: '';
  position: absolute;
  bottom: 40%;
  left: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 17px 11.5px 0;
  border-color: transparent #19abb8 transparent transparent;
}

.box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .text-area .urapoint-title {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}

.box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .img-area {
  float: left;
  width: 182px;
}


@media only screen and (max-width: 750px) {
  .box.box-02 .inner .title {
    margin-bottom: 40px;
  }
  .box.box-02 .inner .contents-area ul.point-list li.list {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  .box.box-02 .inner .contents-area ul.point-list li:first-child {
    margin: 0 auto 30px;
  }
  .box.box-02 .inner .contents-area ul.point-list {
    margin-bottom: 0;
  }

  .box.box-02 .inner .contents-area ul.point-list li .img {
    width: 80%;
    margin: 0 auto;
  }
  .box.box-02 .inner .contents-area ul.point-list li.list .list-title {
    font-size: 20px;
  }

  .box.box-02 .inner .contents-area .urapoint-area {
    border-radius: 20px;
    padding: 30px 5%;
  }

  .box.box-02 .inner .contents-area .urapoint-area .title {
    width: 100%;
    margin-bottom: 40px;
  }

  .box.box-02 .inner .contents-area .urapoint-area .title::before{
    position: static;
    display: block;
    width: 41px;
    height: 50px;
    margin: 0 auto;
  }

  .box.box-02 .inner .contents-area .urapoint-area .title::after{
    display: none;
  }

  .box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list {
    margin-bottom: 30px;
  }

  .box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list:last-child {
    margin-bottom: 0;
  }

  .box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .text-area {
    float: none;
    width: 100%;
    padding: 25px 5%;
    margin-bottom: 30px;
  }

  .box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .text-area::before {
    bottom: -17px;
    left: 50%;
    margin-left: -13px;
    border-width: 17px 11.5px 0 11.5px;
    border-color: #19abb8 transparent transparent transparent;
  }

  .box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .text-area .urapoint-title {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .box.box-02 .inner .contents-area .urapoint-area .urapoint-list-area ul.urapoint-list li.list .img-area {
    float: none;
    width: 50%;
    min-width: 182px;
    margin: 0 auto;
  }


}


/* !アプリ
---------------------------------------------------------- */

.box.box-03 .inner .number {
    color: #cecce9;
}

.box.box-03 .inner .title {
  margin-bottom: 40px;
  line-height: 41px;
}

.box.box-03 .inner .contents-area .text-area {
  width: 815px;
  margin: 0 auto 60px;
}

.box.box-03 .inner .contents-area .appli-area {
  width: 740px;
  margin: 0 auto;
}


.box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li {
    padding-bottom: 35px;
    margin-top: 35px;
    border-bottom: #aaa 1px dotted;
}

.box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li .img {
  float: left;
  width: 202px;
}

.box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li .text {
  float: right;
  width: 500px;
}

.box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li .text .small-title {
  margin-bottom: 10px;
  padding: 4px 25px;
  display: inline-block;
    background-color: #415ca6;
  border-radius: 15px;
  color: #ffffff;
    width:100%;
    text-align: center;
}

.box.box-03 .inner .contents-area .appli-area .img-area {
  float: left;
  width: 285px;
}

@media only screen and (max-width: 750px) {

  .box.box-03 .inner .title {
    text-align: left;
  }

  .box.box-03 .inner .contents-area .text-area {
    width: 100%;
    margin: 0 auto 40px;
  }

  .box.box-03 .inner .contents-area .appli-area {
    width: 100%;
  }

  .box.box-03 .inner .contents-area .appli-area .appli-list-area {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li {
    margin-bottom: 25px;
  }

  .box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li .img {
    float: none;
    width: 35%;
    min-width: 144px;
    margin: 0 auto 20px;
  }

  .box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li .text {
    float: none;
    width: 100%;
  }

  .box.box-03 .inner .contents-area .appli-area .appli-list-area ul.appli-list li .text .small-title {
    margin-bottom: 20px;
    padding: 4px 25px;
    display: block;
    background-color: #19abb8;
    border-radius: 15px;
    color: #ffffff;
  }

  .box.box-03 .inner .contents-area .appli-area .img-area {
    float: right;
    width: 50%;
    min-width: 200px;
    margin: 0 auto;
  }
}

/* !睡眠
---------------------------------------------------------- */

.box.box-04 {
    background-color: #062153;
}

.box.box-04 .inner {
  padding-top: 130px;
  position: relative;
  color: #ffffff;
　
}

.box.box-04 .inner .number {
  left: 79px;
  opacity: .15;
  margin-bottom: 40px;
}

.box.box-04 .inner .title {
  text-align: left;
  line-height: 50px;
  margin-bottom: 45px;
}

.box.box-04 .inner .contents-area .text-area {
  width: 500px;
  float: left;
}

.box.box-04 .inner .contents-area .text-area p {
  margin-bottom: 1em;
  font-weight: 400;
}

.box.box-04 .inner .contents-area .text-area p.big-text {
  font-size: 20px;
  line-height: 30px;
}

.box.box-04 .inner .contents-area .img-area {
  width: 407px;
  float: right;
}

@media only screen and (max-width: 750px) {

  .box.box-04 .inner {
    padding-top: 100px;
    position: relative;
    color: #ffffff;
  }

  .box.box-04 .inner .number {
    left: 79px;
    opacity: .15;
    margin-bottom: 40px;
    margin-left: -85px;
  }

  .box.box-04 .inner .title {
    text-align: left;
    line-height: 45px;
    margin-bottom: 35px;
  }

  .box.box-04 .inner .contents-area .text-area {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }

  .box.box-04 .inner .contents-area .text-area p {
    margin-bottom: 1em;
  }

  .box.box-04 .inner .contents-area .text-area p.big-text {
    font-size: 20px;
    line-height: 30px;
  }

  .box.box-04 .inner .contents-area .img-area {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
}

/* !まとめ
---------------------------------------------------------- */

.box.box-05 .inner {
  padding: 40px 0 80px;
}

.box.box-05 .inner h3 {
  margin-bottom: 55px;
}

.box.box-05 .inner h3::before {
  content: '';
  background-image: url('../img/img_light_01.png');
  display: block;
  width: 61px;
  height: 74px;
  margin: 0 auto 10px;
}

.box.box-05 .inner .contents-area ul.matome-list {
  width: 905px;
  margin: 0 auto 70px;
  font-size: 24px;
}

.box.box-05 .inner .contents-area ul.matome-list li::before {
 content: '●';
 color: #19abb8;
 padding-right: 5px;
}

.box.box-05 .inner .contents-area ul.matome-list li {
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 2em;
  line-height:2;
}

.box.box-05 .inner .contents-area .matome-text {
  text-align: center;
  font-size: 30px;
}

.box.box-05 .inner .contents-area .matome-text::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 210px;
  right: 50%;
  margin-right: -414px;
  width: 827px;
  height: 152px;
  background-image: url('../img/bg_font_01.png');
  z-index: -1;
}

 .line-btn {
  width: 430px;
  margin: 120px auto 0;
}

.line-btn img {
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .box.box-05 .inner {
    width: 100%;
  }
  .box.box-05 .inner h3 {
    margin-bottom: 55px;
  }

  .box.box-05 .inner .contents-area ul.matome-list {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 20px;
  }
  .box.box-05 .inner .contents-area ul.matome-list li {
    background-image:
      linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 97%,
        #ddd 97%,
        #ddd 100%
      );
    background-size:100% 2em;
    line-height:2;
  }

  .box.box-05 .inner .contents-area .matome-text {
    text-align: left;
    font-size: 25px;
    line-height: 38px;
  }

  .box.box-05 .inner .contents-area .matome-text::after {
    content: '';
    display: none;
  }
  .line-btn {
    width: 100%;
    margin: 50px auto 0;
  }
}


/* !Back to top (Jump to the top of the page)
---------------------------------------------------------- */

a.gotop{
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background-color: #000000;
  border-radius: 5px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow: 3px 4px 5px -6px #000000;
  -moz-box-shadow: 3px 4px 5px -6px #000000;
  -webkit-box-shadow: 3px 4px 5px -6px #000000;
  z-index: 5;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  a.gotop{
    right: 5px;
    bottom: 5px;
  }
}

/* !Footer
---------------------------------------------------------- */

.footer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 3em;
  font-size: 12px;
  color: white;
  background-color: #000000;
}

@media only screen and (max-width: 750px) {
  .footer {
    line-height: 17px;
    padding: 7px 5%;
  }
}

/* !Media Query Template
---------------------------------------------------------- */
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 750px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 320px) {}


/* !Pring Styles
---------------------------------------------------------- */
@media print {
    html,
    html body { *zoom: 0.65;}

    body { width: 960px;}
}


.in_banner{
    display: block;
    margin:10px auto 0;
    width:70vw;
    max-width: 330px;
    color: #41966f;
}

.in_banner img{
    width:100%;
}


.in_btn{
    display: block;
    margin:10px auto 0;
    width:70vw;
    max-width: 400px;
    background-color: #41966f;
    color:#fff;
    text-align: center;
    line-height: 1.1em;
    text-decoration: none;
    padding:10px;
    border-bottom:rgb(17, 92, 92) 5px solid;
    border-radius: 5px
}

.center{
    text-align: center;
    background: rgba(255, 255, 255, 0.47);
    padding: 15px;
    }

ul.school-select{
    display: flex;
    width: auto;
    margin: auto;
    flex-direction: row;
    font-weight: 400;
    justify-content: space-around;
}

ul.school-select li{
    width: 47%;

}
ul.school-select li h4{
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    background: #fff;
    color:#062153;
    margin-bottom: 10px;
    margin-top: 20px;
}

ul.in-list {
    margin:0 auto 20px auto;
}
ul.in-list li {
    width:100%;
    margin: 3px auto;
    
}
ul.in-list li::before {
    content: "・";
    margin-right: 5px;
}
.sp {
    display: none;
}
@media only screen and (max-width: 750px) {
    .center{
        text-align: left;
        padding: 5px;
    }
    

    ul.school-select{
        display: flex;
        width: auto;
        margin: auto;
        flex-direction: column;
        justify-content: space-around;
    }

    ul.school-select li{
        width: 100%;

    }
    .sp {
        display: block;
    }
}