@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: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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:;
  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;
  }
}

/* !共通
---------------------------------------------------------- */

.marker {
  background: linear-gradient(transparent 65%, #d6eef5 65%);
}

.title {
  position: relative;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  z-index: 2;
}

.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: 60px;
}

.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: 28px;
  }
  .box .inner .title span{
   font-size: 45px;
  }
  .number {
    top: 7px;
    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_bg_pc.jpg');
}

.top-image .main-title-pc {
  position: absolute;
  width: 590px;
  height: 338px;
  top: 100px;
  left: 50%;
  margin-left: -295px;
  background-image: url('../img/main_ttl_pc.png');
}

.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: 158px;
  left: 50%;
  margin-left: -195px;
  font-size: 47px;
  text-align: center;
  line-height: 60px;
}

.top-image .main-title-sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .top-image {
    height: 335px;
    background-image: url('../img/main_bg_sp.jpg');
  }
  .top-image .main-title-pc {
    display: none;
  }
  .top-image .main-title-sp {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 353px;
    height: 203px;
    margin-left: -175px;
    background-image: url('../img/main_ttl_sp.png');
    background-size: cover;
  }
  .top-image .main-title-sp .title-01 {
    top: 36px;
    left: 50%;
    margin-left: -164px;
    font-size: 16px;
    color: #fff;
  }

  .top-image .main-title-sp .title-02 {
    top: 79px;
    left: 50%;
    margin-left: -137px;
    font-size: 29px;
    text-align: center;
    line-height: 42px;
  }
}

/* !導入
---------------------------------------------------------- */

.box.box-01 .inner {
  text-align: center;
}

.box.box-01 .inner p {
  margin-bottom: 1.0em;
}


/* !　勉強って必要？
---------------------------------------------------------- */

.box.box-02 h3.title {
  line-height: 39px;
  text-align: center;
  font-size: 36px;
}

.box.box-02 .inner .contents-area {
  width: 860px;
  margin: 0 auto;
}

.box.box-02 .inner .contents-area .text-area {
  float: right;
  width: 460px;
}

.box.box-02 .inner .contents-area .text-area p{
  margin-bottom: 1em;
}

.box.box-02 .inner .contents-area .img-area {
  float: left;
}

@media only screen and (max-width: 750px) {
  .box{
   width: 100%;
   padding: 0 5%;
  }
  .box.box-02 h3.title {
    font-size: 24px;
  }
  .box.box-02 .inner .title {
    margin-bottom: 40px;
  }
  .box.box-02 .inner .contents-area {
    width: 100%;
    margin-bottom: 40px;
  }

  .box.box-02 .inner .contents-area .text-area {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .box.box-02 .inner .contents-area .img-area {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
}

/* !ポイント
---------------------------------------------------------- */

.box.box-03 {
  margin-bottom: 50px;
}

.box.box-03 h4 {
  position: relative;
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.box.box-03 h4::after {
  content: '';
  width: 540px;
  height: 83px;
  left: 50%;
  top: -28px;
  margin-left: -253px;
  position: absolute;
  background-image: url(../img/bg_01.png);
  z-index: 1;
}

.box.box-03 .btn-list {
  width: 780px;
  margin: 0 auto 100px;
}

.box.box-03 .btn-list li {
  float: left;
  margin-left: 30px;
}

.box.box-03 .btn-list li:first-child {
  margin-left: 0;
}

.box.box-03 .btn-list li a {
  display: block;
  width: 240px;
  line-height: 50px;
  color: #ffffff;
  background-color: #6ebdca;
  text-align: center;
  border-radius: 10px;
  border-bottom: 3px solid #50abba;
}

.box.box-03 .student-block {
  display: flex;
}

.box.box-03 .student-block .student-text {
  position: relative;
  width: 50%;
  padding: 50px 50px 30px 60px;
  background-color: #f5faff;
}

.box.box-03 .student-block .student-text p {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}

.box.box-03 .student-block .student-img {
  width: 50%;
  height: auto;
  background-size: cover;
}

.box.box-03 .student-block .student-img::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}

.box.box-03 .student-block-01 .student-text {
  float: left;
}

.box.box-03 .student-block-01 .student-img {
  float: right;
  background-image: url('../img/photo_01.png');
}

.box.box-03 .student-block-02 .student-text {
  float: right;
}

.box.box-03 .student-block-02 .student-img {
  float: left;
  background-image: url('../img/photo_02.png');
}

.box.box-03 .student-block-03 .student-text {
  float: left;
}

.box.box-03 .student-block-03 .student-img {
  float: right;
  background-image: url('../img/photo_03.png');
}

.box.box-03 .student-block .student-text .student-ttl {
  width: 100%;
  margin-bottom: 30px;
  line-height: 44px;
  color: #fff;
  font-size: 24px;
  background-color: #6ebdca;
  border-radius: 22px;
  text-align: center;
}

.box.box-03 .student-block .student-text::after {
  content: '';
  background-image: url('../img/bg_02.png');
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
}

@media only screen and (max-width: 750px) {
  .box.box-03 {
    padding: 0;
  }

  .box.box-03 h4 {
    font-size: 20px;
  }
  .box.box-03 h4::after {
    display: none;
  }
  .box.box-03 .btn-list {
    width: 100%;
    margin: 0 auto 20px;
  }

  .box.box-03 .btn-list li {
    width: 90%;
    float: none;
    margin-left: 0;
    margin: 0 auto 20px;
  }

  .box.box-03 .btn-list li:first-child {
    margin: 0  auto 20px;
  }

  .box.box-03 .btn-list li a {
    display: block;
    width: 100%;
    line-height: 50px;
    color: #ffffff;
    background-color: #6ebdca;
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid #50abba;
  }

  .box.box-03 .student-block {
    flex-direction:column;
  }

  .box.box-03 .student-block .student-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .box.box-03 .student-block .student-text {
    position: relative;
    width: 100%;
    padding: 50px 5%;
  }
}



/* !ポイント
---------------------------------------------------------- */

.box.box-04 h3.title {
    line-height: 39px;
    text-align: center;
    font-size: 36px;
}

.box.box-04 h3.title::after {
  content: '';
  background-image: url(../img/img_02.jpg);
  width: 48px;
  height: 34px;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -24px;
}

.box.box-04 .inner .text-area {
  width: 650px;
  margin: 0 auto;
}

.box.box-04 .inner .big-text {
  font-size: 24px;
  line-height: 45px;
}

@media only screen and (max-width: 750px) {
  .box.box-04 h3.title {
    font-size: 24px;
  }
  .box.box-04 .inner .text-area {
    width: 100%;
  }
  .box.box-04 h3.title::after {
    top: 100%;
  }
  .box.box-04 .inner .big-text {
      line-height: 38px;
  }
}

/* !まとめ
---------------------------------------------------------- */

.box.box-05 {
  background-image: url(../img/bg_03.jpg);
  background-position: bottom center;
}

.box.box-05 .inner {
  padding: 80px 0 80px;
}

.box.box-05 .inner h3 {
  margin-bottom: 55px;
}

.box.box-05 .inner .panel-area {
  width: 980px;
  padding: 65px 5% 10px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1.5px 2.598px 8.55px 0.45px rgba(0, 0, 0, 0.06);
}

.box.box-05 .inner ul.matome-list {
  width: 640px;
  margin: 0 auto 70px;
  font-size: 20px;
}

.box.box-05 .inner ul.matome-list li::before {
 content: '●';
 color: #6ebdca;
 padding-right: 15px;
}

.box.box-05 .inner ul.matome-list li {
  margin-bottom: 10px;
}

.box.box-05 .inner .line-btn {
  width: 430px;
  margin: 120px auto 0;
}

.box.box-05 .inner .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 ul.matome-list {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 20px;
  }
  .box.box-05 .inner .panel-area {
    width: 100%;
    padding: 40px 7% 1px;
  }
  .box.box-05 .inner .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: #6ebdca;
  border-radius: 5px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow: 3px 4px 5px -6px #6ebdca;
  -moz-box-shadow: 3px 4px 5px -6px #6ebdca;
  -webkit-box-shadow: 3px 4px 5px -6px #6ebdca;
  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: #6ebdca;
}

@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;}
}
