@charset "UTF-8";

/* ==========================================================================
   common
   ========================================================================== */
  .bg_color{
    background: #f6f7f7;
    padding: 100px 0;
    margin-bottom: 150px;
  }
  @media screen and (max-width: 599px) {
    .bg_color{
      padding: 55px 0;
      margin-bottom: 75px;
    }
  }
/* ==========================================================================
   main_slider
   ========================================================================== */
  .main_slider{
    max-width: 1266px;
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
  }
  .main_txt{
    position: absolute;
    top: 15%;
    right: 10%;
  }

  .main_slider .slider{
    width: 100%;
  }

  .main_slider .slider li.slick-slide img{
    width: 100%;
  }

  @media screen and (max-width: 959px) {
    .main_slider .slider li.slick-slide img{
      object-fit: cover;
      height: 450px;
      object-position: 0 30%;
    }
    .main_slider{
      margin-bottom: 0;
      height: 450px;
    }
  }

  @media screen and (max-width: 599px) {
    .main_slider .slider li.slick-slide img{
      object-fit: cover;
      height: 400px;
      object-position: 100% 0;
    }
    .main_slider{
      margin-bottom: 0;
      height: 400px;
    }
    .main_txt{
      position: absolute;
      top: 15%;
      right: 6%;
    }
  }

/* ==========================================================================
   lead
   ========================================================================== */
  h1{
    text-align: center;
    margin: 130px auto 90px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .15em;
  }

  h1 span{
    display: inline-block;
    margin: 0 auto;
    padding: 8px 16px;
    border: 1px solid #373c38;
    font-weight: 500;
    line-height: 1;
  }

  .lead p{
    text-align: center;
    line-height: 2.5;
  }

  @media screen and (max-width: 959px) {
  h1{
    text-align: center;
    margin: 100px auto 80px;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .15em;
  }
  }
  @media screen and (max-width: 599px) {
  h1{
    width: 90%;
    margin: 60px auto 50px;
  }
  h1 img{
    width: 100%;
  }
  .lead p{
    text-align: left;
    line-height: 1.75;
  }
  }

  /* ==========================================================================
   trouble
   ========================================================================== */
  .bg_trouble{
    background: url(img/bg.png);
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding: 100px 0;
    margin-bottom: 100px;
  }
  @media screen and (max-width: 599px) {
    .bg_trouble{
      padding: 55px 0;
      margin-bottom: 75px;
    }
 }

  section.trouble{
   margin-bottom: 0;
  }

  .check{
    width: 350px;
    margin: 0 auto 70px;
    line-height: 2.5;
  }

  .check li:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 19px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
    margin-right: 32px;
    background-image: url(img/icon-check.png);
    background-size: contain;
    vertical-align: middle;
  }

  .trouble p{
    text-align: center;
  }

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

	  .check{
	    width: auto;
	    font-size: .9em;
	  }

	  .check li:before {
	    content: '';/*何も入れない*/
	    display: inline-block;/*忘れずに！*/
	    width: 19px;/*画像の幅*/
	    height: 15px;/*画像の高さ*/
	    margin-right: 20px;
	    background-image: url(img/icon-check.png);
	    background-size: contain;
	    vertical-align: middle;
	  }
    .bg_trouble{
      background: url(img/bg_sp.png);
      background-size: cover;
      background-position: top center;
      padding: 80px 0;

    }
	  .trouble p{
	    text-align: left;
      line-height: 1.75;
	  }
  .list_item{
      text-align: center;
      display: block;
    }
  .list_item ul {
     display: inline-block;
    }
  .list_item ul li {
      text-align: left;
   }
  }

  /* ==========================================================================
   point
   ========================================================================== */
  .point p{
    text-align: center;
    line-height: 2.5;
  }

  .point h2{
    margin-bottom: 50px;
  }

  .point_list{
    margin: 60px auto 100px;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }
  @media screen and (max-width: 599px) {
    .point_list{
    margin: 45px auto 40px;
    }
  }
  .point .box { /* 子要素 */
    width: 168px;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
    margin-right: 30px;
  }

  .point .box:last-child{
    margin-right: 0;
  }

  .point .box .ttl{
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
    margin: 40px auto 20px;
  }

  .point .box .txt{
    font-size: .9em;
    text-align: left;
    line-height: 1.75;
  }

  a.btn{
    display: block;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    background: #000;
    position: relative;
    padding: 41px 0;
    line-height: 1;
  }

  a.btn.full{
    width: 100%;
  }

  a.btn:after {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 32px;/*画像の幅*/
    height: 12px;/*画像の高さ*/
    position: absolute;
    right: 34px;
    top: 44px;
    background-image: url(img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  a.btn.full:after {
    right: 280px;
  }


  a.btn.type2{
    background: #323232;
    padding: 26px 0;
  }

  a.btn.type2:after {
    top: 27px;
  }
  .btn_box{
    margin-bottom: 150px;
  }

  @media screen and (max-width: 959px) {
  .point .box {
    width: 18%;
    margin-right: 2.5%;
  }
  a.btn.full:after {
    right: 32px;
  }
  a.btn:after {
    width: 22px;/*画像の幅*/
    height: 7px;/*画像の高さ*/
    right: 32px;
  }
  .btn_box a.btn.type2{
    display: block;
    padding: 28px 0;
    text-align: center;
  }
  .btn_box a.btn img.sp-item{
    height: 36px;
    width: auto;
    display: inline-block !important;

  }
  .btn_box a.btn.type2:after {
    top: 44px;
  }

  }

  @media screen and (max-width: 599px) {
  a.btn{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #000;
    position: relative;
    padding: 41px 0;
    line-height: 1;
  }
  a.btn img{
    height: 15px;
    width: auto;
  }
  a.btn:after {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 19px;/*画像の幅*/
    height: 6px;/*画像の高さ*/
    position: absolute;
    right: 24px;
    top: 44px;
    background-image: url(img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  a.btn.type2:after {
    top: 30px;
  }
  a.btn.full:after {
    right: 24px;
  }

  .btn_box{
    width: 92%;
    margin: 0 auto;
    margin-bottom: 75px;
  }

  .point .box {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 32px;
  }
  .point .box .ttl{
    text-align: left;
    font-weight: bold;
    line-height: 1.3;
    margin: 20px auto 20px;
  }
  .point .box img{
    width: 100%;
  }
  .point .box:nth-child(2n) {
    margin-right: 0;
  }
  .point .box:last-child {
    margin-bottom: 0;
  }
  .point p{
    text-align: left;
    line-height: 1.75;
  }
  }



/* ==========================================================================
   voice,blog
   ========================================================================== */
  section.voice{
    margin-bottom: 0;
  }

  .posts{
    margin: 0 auto 100px;
    position: relative;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }
  @media screen and (max-width: 599px) {
    .posts{
      margin-bottom: 40px;
    }
  }

  .posts .post{
    width: 30%;
    display: inline-block;
    letter-spacing: 0.1em; /* 文字間を元に戻す */
    vertical-align: top;
  }

  .posts .post:nth-child(2),
  .posts .post:nth-child(5){
    margin: 0 5%;
  }
  .posts .post:nth-child(n+4){
    margin-top: 50px;
  }
  .blog .posts .post:nth-child(n+4){
    margin-top: 0px;
  }
  .blog .posts .post:nth-child(5){
    margin: 0 5%;
  }

  .blog .posts .post:nth-child(-n+3){
    margin-bottom: 50px;
  }

  .posts .post .img{
    margin-bottom: 24px;
    width: 294px;
    height: 294px;
  }

  .posts .post .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }

  .posts .post .title{
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.1em;
  }

  .blog_data{
    color: #646464;
    font-size: .85em;
  }

  .blog_data span{
    display: inline-block;
    margin-right: 12px;
  }

  .posts .post .content{
    font-size: .9em;
  }
  @media screen and (max-width: 599px) {
    .posts .post .content{
      font-size: 1em;
      line-height: 1.75
    }
    .posts .post .title{
      line-height: 1.4;
      font-weight: bold;
      font-size: 1em;
    }
  }
 .hover{
    -webkit-transition: all .5s;
    transition: all .5s;
  }
.hover:hover{
    opacity: .7;
    /*min-height: 1em; Mac Firefox */
    text-decoration: none;
  }

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

    .posts .post:nth-child(2),
    .posts .post:nth-child(5){
      margin: 0;
      margin-right: 4%;
      margin-bottom: 40px;
    }
  .posts .post{
        width: 48%;
        display: inline-block;
        margin-right: 4%;
        margin-bottom: 40px;
    }
    .posts .post:nth-child(even){
      margin-right: 0;
    }
    .posts .post:nth-child(n+4){
      margin-top: 0;
    }
    .posts .post:nth-child(n+5){
      margin-bottom: 0;
    }
    .blog .posts .post{
      width: 100%;
      display: block;
      margin-bottom: 50px;
    }
    .blog .posts .post:nth-child(5){
      margin: 0;
      margin-bottom: 40px;
    }

    .blog .posts .post:nth-child(-n+3){
      margin-bottom: 40px;
    }
    .blog .posts .post:nth-child(n+2){
        width: 48%;
        display: inline-block;
        margin-right: 4%;
    }
    .blog .posts .post:nth-child(3),
    .blog .posts .post:nth-child(5){
        margin-right: 0;
    }
    .blog .posts .post:nth-child(4),
    .blog .posts .post:nth-child(5){
        margin-bottom: 0;
    }
    .blog .posts .post:nth-child(6){
      display: none;
    }
    a.hover:hover{
      opacity:1;
    }
  }

  .btn_more{
    display: block;
    margin-top: 20px;
    color: #808080;
    line-height: 1;
  }

  @media screen and (max-width: 959px) {
  .posts .post .img{
    width: 100%;
    height: 100%;
  }
  }
/* ==========================================================================
    menu
    ========================================================================== */
section.menu{
  margin-bottom: 0;
}
.menu h2{
  margin-bottom: 90px;
}
.menu .posts{
  margin-bottom: 0;
}
.menu .posts .title{
  margin-bottom: 32px;
  font-size: 1em;
}
.menu .posts .content{
  margin-bottom: 50px;
}
@media screen and (max-width: 959px){

    .menu .posts .title{
      text-align: center;
      margin-bottom: 20px;
    }
    .menu .posts .img{
      margin-bottom: 20px;
    }

}
@media screen and (max-width: 599px){
    .menu h2{
      margin-bottom: 40px;
    }
    .menu .posts .post{
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 50px;
    }
    .menu .posts .post:last-child{
      margin-bottom: 0px;
    }
    .menu .posts .content{
      margin-bottom: 0px;
    }
}
/* ==========================================================================
    color
    ========================================================================== */
  .color h2{
    margin-bottom: 60px;
  }
  .color p.sub{
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
  }
  .color .box{
    margin: 0 auto 32px;
    position: relative;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }
  .color .box.last{
    margin: 0 auto;
  }

  .color .box .img{
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    letter-spacing: 0.1em; /* 文字間を元に戻す */
    vertical-align: top;
  }
  .color .box .text{
    width: 65%;
    display: inline-block;
    letter-spacing: 0.1em; /* 文字間を元に戻す */
    vertical-align: top;
  }
  .color .box .text .supplement{
    margin-top: 50px;
  }
  .color .box li{
    width: 30%;
    display: inline-block;
    letter-spacing: 0.1em; /* 文字間を元に戻す */
    vertical-align: top;
  }
  .color .box li:nth-child(2){
    margin: 0 5% ;
  }
  @media screen and (max-width: 959px){
    .color h2{
      margin-bottom: 40px;
    }
    .color p.sub{
      margin-bottom: 40px;
    }
    .color .box .img{
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      display: block;
    }
    .color .box .img img{
      width: 100%;
    }
    .color .box .text{
      width: 100%;
      display: block;
    }
    .color .box li{
      width: 32%;
    }
    .color .box li:nth-child(2){
      margin: 0 2%;
    }
    .color .box li img{
      width: 100%;
    }
    .color .box .text .supplement{
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 599px){

  }
/* ==========================================================================
   howto
   ========================================================================== */
  section.howto{
    margin-bottom: 0;
  }
  .howto .howto_wrap .box{
    width: 100%;
    margin: 0 auto 48px;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }
  .howto .howto_wrap .box:last-child{
    margin-bottom: 0;
  }

  .howto .howto_wrap .box .l-box{
    width: 450px;
    margin-right: 40px;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
  }

  .howto .howto_wrap .box .r-box{
    width: 470px;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
    margin-top: 78px;
  }

  .howto .howto_wrap .box .ttl{
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 30px;
  }
  .howto p.notes{
    font-size: 100%;
    text-align: center;
    margin: 80px 0 100px;
  }

  @media screen and (max-width: 959px) {
  .howto .howto_wrap .box .l-box{
    width: 50%;
    margin-right: 4%;
  }
  .howto .howto_wrap .box img{
    width: 100%;
  }
  .howto .howto_wrap .box .r-box{
    width: 46%;
    margin-top: 8%;
  }
  }

  @media screen and (max-width: 599px) {
  .howto .howto_wrap .box .l-box{
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .howto .howto_wrap .box img{
    width: 100%;
  }
  .howto .howto_wrap .box .r-box{
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  .howto .howto_wrap .box .ttl{
    margin: 0 auto 20px;
  }
  .howto p.notes{
    font-size: 100%;
    text-align: center;
    margin: 40px 0;
  }
  }



/* ==========================================================================
   lecturer
   ========================================================================== */

  .lecturer .lecturer_wrap .box{
    width: 100%;
    margin: 0 auto 40px;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }

  .lecturer .lecturer_wrap .box .l-box{
    width: 280px;
    margin-right: 40px;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
  }
  .lecturer .lecturer_wrap .box .l-box img{
    width: 100%;
  }
  .lecturer .lecturer_wrap .box .r-box{
    width: 640px;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
  }
  .lecturer .lecturer_wrap .box .ttl{
    margin-bottom: 40px;
  }
  .lecturer .lecturer_wrap .box .ttl .name{
    display: block;
    font-size: 1.4em;
    text-align: left;
    letter-spacing: .2em;
  }
  .lecturer .lecturer_wrap .box .ttl .en{
    display: block;
    font-size: .9em;
    text-align: left;
    letter-spacing: .1em;
  }

  .lecturer .lecturer_wrap dl{
    padding: 32px 0;
    border-bottom: 1px solid #282828;
  }
  .lecturer .lecturer_wrap dt{
    width: 30%;
  }
  .lecturer .lecturer_wrap dt .en{
    display: block;
    font-size: .8em;
  }
  .lecturer .lecturer_wrap dd{
    width: 70%;
  }
  .lecturer .lecturer_wrap dd a{
    color: #939393;
    text-decoration: underline;
  }

  @media screen and (max-width: 959px) {
  .lecturer .lecturer_wrap .box .l-box{
    width: 40%;
    margin-right: 4%;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
  }

  .lecturer .lecturer_wrap .box .r-box{
    width: 56%;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
    line-height: 1.75;
  }
  iframe.sp_movie{
    width: 100%;
  }
  }


  @media screen and (max-width: 599px) {
  .lecturer .lecturer_wrap .box .l-box{
    width: 60%;
    margin-right: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .lecturer .lecturer_wrap .box .l-box img{
    width: 100%;
  }
  .lecturer .lecturer_wrap .box .r-box{
    width: 100%;
    display: block;
  }
  }

/* ==========================================================================
   access
   ========================================================================== */
  section.access{
    width: 100%;
  }
  #map{
    width: 100%;
    height: 420px;
    margin:20px auto 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #map iframe{
    width: 100%;
    height: 420px;
  }

  .access_wrap{
    width: 960px;
    margin: 45px auto 0;
  }
  .access_wrap .fl{
    width: 40%;
  }
  .access_wrap .fr{
    width: 45%;
  }
  .access_wrap .fl .img{
    margin-bottom: 24px;
  }
  p.train:before {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 13px;/*画像の幅*/
    height: 17px;/*画像の高さ*/
    margin-right: 12px;
    background-image: url(img/icon-train.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  @media screen and (max-width: 959px) {
  .access_wrap{
    width: 92%;
  }
  .access_wrap .fl{
    width: 100%;
  }
  .access_wrap .fr{
    width: 100%;
  }
  }
  @media screen and (max-width: 599px) {
  section.access h2{
    width: 92%;
  }
  .access_wrap{
    width: 92%;
  }
  .access_wrap .fl{
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .access_wrap .fr{
    width: 100%;
    display: block;
    line-height: 3;
  }
  }
