@charset "UTF-8";

@font-face{
  font-family: 'BlackoakStd';
  src: url('../font/BlackoakStd.woff') format('woff');
}

a{
  color: inherit;
  text-decoration: none;
  transition: opacity .5s;
}
a:visited{
  color: inherit;
  text-decoration: none;
}
a:hover,
a:active{
  color: inherit;
  text-decoration: none;
}

a.banners,
.banners a{
  transition: all .2s;
  -webkit-transition: all .2s;
}
a.banners:hover,
.banners a:hover{
  opacity: .7;
}

::selection{
  background: #000;
  color: #fff;
}
::-moz-selection{
  background: #000;
  color: #fff;
}

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

.en{
  font-family: BlackoakStd, sans-serif;
}
.sakaki{
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

ul,ol,dl,table,p{
  margin: 0;
}
ul,ol{
  padding: 0;
  list-style: none;
}
.list-number{
  padding-left: 1.5em;
  list-style: decimal outside;
}
.list-indent > li{
  padding-left: 1em;
  text-indent: -1em;
}
.list-indent-15 > li{
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-attention{
  color: #d44656;
}
.text-bg-red{
  display: inline-block;
  background-color: #db3a3a;
}
.text-bg-white{
  background: #fff;
}

.text-border{
  text-shadow: 1px 1px 0 #D93F3F, -1px -1px 0 #D93F3F,
              -1px 1px 0 #D93F3F, 1px -1px 0 #D93F3F,
              0px 1px 0 #D93F3F,  0 -1px 0 #D93F3F,
              -1px 0 0 #D93F3F,   1px 0 0 #D93F3F;
}

.text-link{
  text-decoration: underline;
}
.text-link:hover{
  opacity: .5;
  text-decoration: underline;
}



/* Layout
=============================== */
html{
  font-size: 10px;
}
body{
  background: #db3a3a;
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-feature-settings: "palt";
}
#wrapper{
  position: relative;
  /*overflow-x: hidden;*/
  padding-top: 50px;
}
@media (max-width: 767px){
  body{
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  #wrapper{
    padding-top: 72px;
    min-width: 1280px;
  }
}



/* Header */
#header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
}
@media (max-width: 767px){
  #header{
    height: 50px;
  }
  .header-logo{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-logo img{
    width: auto;
    height: 40px;
  }
  .header-entry{
    position: absolute;
    top: 5px;
    right: 50px;
  }
  .header-entry a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 10px;
    height: 40px;
    color: #fff;
    font-weight: 700;
  }
}
@media (min-width: 768px){
  #header{
    height: 72px;
  }
  #header > .container{
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 22px;
    width: auto;
  }
  .header-logo{
    padding-top: 10px;
  }
}



/* Navigation */
.nav-main .entry a{
  background: #000;
  color: #fff;
}
@media (max-width: 999px){
  .drawer-hamburger{
    padding-top: 12px;
    padding-bottom: 22px;
    width: 30px;
  }
  .nav-main{
    padding-top: 10px;
  }
  .nav-main a{
    display: block;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media (min-width: 1000px){
  .drawer-toggle{
    display: none;
  }
  .nav-main{
    font-weight: 700;
    font-size: 1.6rem;
  }
  .nav-main ul{
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .nav-main a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1.29vw;
    padding-left: 1.29vw;
    height: 72px;
  }
  .nav-main .entry a{
    margin-left: 10px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .nav-main a:hover{
    opacity: .5;
  }
  .nav-main .entry a.closed{
    color: #aaa;
    line-height: 1.3;
  }
  .nav-main .entry a.closed:hover{
    opacity: 1;
    cursor: default;
    color: #aaa;
  }
}



/* Main */
#main{
  display: block;
  background-size: 100% auto !important;
}
#main > section,
.main-01 > section,
.main-02 > section,
.main-03 > section{
  overflow: hidden;
}
@media (max-width: 767px){
  .bg-marble{
    padding-bottom: 40px;
  }
  #main{
    background: url("../img/bg-body-sp.jpg") 0 0 repeat-y;
    background-size: 100% auto;
  }
  .main-02{
    padding-bottom: 45px;
  }
}
@media (min-width: 768px){
  #main{
    /* background: url("../img/bg-body.jpg") center top no-repeat; */
  }
  .main-01{
    background: url("../img/bg-body-01.jpg") center center no-repeat;
    background-size: cover;
  }
  .main-03{
    background-image: url("../img/bg-body-04.jpg"),
                      url("../img/bg-body-03.png"),
                      url("../img/bg-body-02.jpg");
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px){
  .bg-marble{
    background: url("../img/bg-body-02.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    padding-bottom: 100px;
  }
  .main-01{
    /* padding-bottom: 180px; */
  }
  .main-02{
    background: url("../img/bg-body-03.png") right bottom repeat-y;
    background-size: 36% auto;
  }
  .main-03{
    background-position: left bottom,
                         right bottom,
                         0 0;
    background-size: auto auto,
                     36% auto,
                     60% auto;
    padding-top: 100px;
  }
}
@media (min-width: 1280px){
  .main-03{
    background-size: auto auto,
                     25% auto,
                     45% auto;
  }
}



/* Footer */
#footer{
  background: #fff;
  color: #db3a3a;
}
#footer a{
  color: #db3a3a;
}
#footer a:hover{
  opacity: .5;
}
.footer-menu > li{
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em;
  font-weight: 600;
}
.copyright{
  font-size: 1.2rem;
}
@media (max-width: 767px){
  #footer .container{
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }
  .footer-menu > li{
    margin-right: 1em;
    font-size: 1.2rem;
  }
  .footer-support{
    margin-top: 20px;
  }
  .footer-contact{
    margin-top: 40px;
  }
  .copyright{
    margin-top: 40px;
    font-size: 1rem;
  }
}
@media (min-width: 768px){
  #footer .container{
    display: flex;
    flex-wrap: wrap;
    padding: 24px 27px 150px 27px;
    width: auto;
  }
  .footer-content{
    flex: 1 1 calc(100% - 200px);
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
  .footer-contact{
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    font-size: 1.4rem;
  }
}



/* Section
=============================== */
.bg-header{
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-heading{
  font-weight: 900;
  text-align: center;
}
.section-heading.white{
  color: #fff;
}
.section-heading.red{
  color: #db3a3a;
}
.section-lead{
  font-weight: 700;
}
@media (max-width: 767px){
  .bg-header{
    height: 100px;
  }
  .section-heading{
    line-height: 1;
    font-size: 6rem;
  }
  .bg-header .section-heading{
    margin-bottom: -5px;
  }
  .section-lead{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
}
@media (min-width: 768px){
  .bg-header{
    height: 300px;
  }
  .section-heading{
    line-height: 1;
    font-size: 14rem;
  }
  .section-heading.sm{
    font-size: 11rem;
  }
  .bg-header .section-heading{
    margin-bottom: -14px;
  }
  .section-lead{
    font-size: 2.4rem;
    line-height: 1.92;
  }
}

/* Section Inner */
.section-inner{
  background: #fff;
}
.section-inner-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767px){
  .section-inner{
  }
  .section-inner.right{
    margin-left: 15px;
  }
  .section-inner.left{
    margin-right: 15px;
  }
}
@media (min-width: 768px){
  .section-inner{
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
  }
  .section-inner.right{
    transform: translateX(60px);
  }
  .section-inner.left{
    transform: translateX(-60px);
  }
  .section-inner.center{
    padding: 80px;
  }
  .section-inner::after{
    content: "";
    position: absolute;
    top: 0;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
  }
  .section-inner.right::after{
    right: -100%;
  }
  .section-inner.left::after{
    left: -100%;
  }
  .section-inner.center::after{
    display: none;
  }
  .section-inner-header{
    margin-right: 8.571429vw;
  }
  .section-inner > .container{
    width: 1060px;
  }
  .section-inner.right > .container{
    margin-left: 60px;
  }
  .section-inner.right > .container{
    margin-right: 60px;
  }
}

.section-inner-heading .ja,
.section-inner-heading .en{
  display: block;
  line-height: 1;
}
.section-inner-heading .ja{
  font-weight: 900;
}
.section-inner-text{
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px){
  .section-inner-heading .ja{
    font-size: 3.6rem;
    letter-spacing: .05em;
  }
  .section-inner-heading .en{
    margin-top: 5px;
    font-size: .8rem;
  }
  .section-inner-text{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 15px;
    font-size: 1.6rem;
    font-weight: normal;
  }
}
@media (min-width: 768px){
  .section-inner-heading .ja{
    font-size: 7.2rem;
    letter-spacing: .05em;
  }
  .section-inner-heading .en{
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: .3em;
  }
  .section-inner-text{
    width: 740px;
  }
  .section-inner-text.right{
    margin-top: 90px;
    margin-left: auto;
  }
}

/* Image Block */
.image-blk .title{
  font-weight: 900;
}
.image-blk .text{
  text-align: justify;
  text-justify: inter-ideograph;
  /* font-feature-settings: normal; */
}
@media (max-width: 767px){
  .image-blk{
    margin-top: 40px;
  }
  .image-blk .title,
  .image-blk .text{
    padding-right: 5%;
    padding-left: 5%;
  }
  .image-blk .title{
    margin-top: 15px;
    line-height: 1.5;
    font-size: 2rem;
  }
  .image-blk .title.sm{
    font-size: 1.8rem;
  }
  .image-blk .text{
    margin-top: 20px;
    line-height: 1.63;
  }
}
@media (min-width: 768px){
  .image-blk{
    margin-top: 76px;
  }
  .image-blk .title,
  .image-blk .text{
    padding-right: 5%;
    padding-left: 5%;
  }
  .image-blk .title{
    margin-top: 20px;
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .image-blk .title.sm{
    font-size: 1.8rem;
  }
  .image-blk .text{
    margin-top: 25px;
    line-height: 1.63;
  }
}

/* Icon Block */
.icon-blk{
  display: flex;
  align-items: center;
}
.icon-blk .icon{
  text-align: center;
}
.icon-blk .title{
  margin-bottom: .5em;
  line-height: 1.3;
  font-weight: 900;
  color: #db3a3a;
}
.icon-blk .text{}
@media (max-width: 767px){
  .icon-blk .icon{
    flex: 0 0 90px;
    margin-right: 20px;
    width: 90px;
    max-width: 90px;
  }
  .icon-blk .title{
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .icon-blk .icon{
    flex: 0 0 140px;
    margin-right: 20px;
    width: 140px;
    max-width: 140px;
  }
  .icon-blk .title{
    font-size: 3rem;
  }
}

/* Accordion */
.accordion-content{
  display: none;
}




/* Home
=============================== */
/* KV */
.section-kv{
  background: #fff url("../img/bg-main.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.title-main{
  margin: 0;
}
.section-kv .news{
  position: absolute;
}
.section-kv .news a{
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  transition: opacity .5s;
}
.section-kv .news a:hover{
  text-decoration: none;
  opacity: .7;
}
.section-kv .news .image{
  flex: 1 1 38%;
  width: 38%;
  max-width: 38%;
}
.section-kv .news dt{
  font-weight: normal;
}
.section-kv .pickup{
  position: absolute;
}
.section-kv .pickup .btn-circle{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
}
.section-kv .pickup .btn-circle:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .section-kv{
    position: relative;
    background-size: auto 60%;
    padding-top: 15px;
    padding-left: 15px;
    height: 70vh;
  }
  .title-main > img{
    width: 80vw;
  }
  .section-kv .news{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
  .section-kv .news .text{
    padding: 10px;
  }
  .section-kv .pickup{
    top: 120px;
    right: 10px;
  }
  .section-kv .pickup .btn-circle{
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px){
  .section-kv{
    position: relative;
    padding-left: 1.25vw;
    height: calc(52.5vw - 72px);
  }
  .title-main > img{
    width: 50vw;
  }
  .section-kv .news{
    right: 0;
    bottom: 0;
  }
  .section-kv .news a{
    padding: 15px;
    width: 30vw;
    min-width: 300px;
  }
  .section-kv .news .text{
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .section-kv .pickup{
    top: 10px;
    right: 40px;
  }
  .section-kv .pickup .btn-circle{
    width: 180px;
    height: 180px;
    font-size: 2.4rem;
  }
}


/* Introduction */
.section-vision{
  background: #d03d3d;
}
.section-vision > .container{
  position: relative;
}
.vision-box > .text{
  background: #fff;
  padding: 1em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
.vision-box > .text span{
  padding-top: 2px;
  padding-bottom: 2px;
}
.vision-box > .text p{
  margin-bottom: 1em;
}
.vision-box > .text p:last-child{
  margin-bottom: 0;
}
@media (max-width: 767px){
  .section-vision{
    position: relative;
    padding-bottom: 40px;
  }
  .section-vision .section-heading{
    margin-bottom: 20px;
  }
  .vision-box{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .vision-box > .image{
    order: 2;
    margin-top: 15px;
    background: url("../img/img-vision.jpg") center bottom no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vw;
  }
  .vision-box > .text{
    order: 1;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .section-vision .section-bg-01{
    position: absolute;
    left: 0;
    bottom: -400px;
    width: 100vw;
    transform: rotate(-70deg);
  }
}
@media (min-width: 768px){
  .section-vision{
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-vision > .container{
    position: relative;
    z-index: 1;
    padding-right: 60px;
    padding-left: 60px;
    width: auto;
  }
  .section-vision .section-heading{
    margin-bottom: 40px;
    text-align: left;
  }
  .vision-box{
    display: flex;
    justify-content: space-between;
  }
  .vision-box > div{
    flex: 0 0 48%;
    width: 48%;
    max-width: 48%;
  }
  .vision-box > .image{
    background: url("../img/img-vision.jpg") left center no-repeat;
    background-size: cover;
  }
  .vision-box > .text{
    font-size: 2.4rem;
    font-weight: 700;
  }
  .section-vision .section-bg-01{
    position: absolute;
    left: -40vw;
    bottom: -127vw;
    width: 144.142857vw;
    transform: rotate(-70deg);
  }
}


/* Field */
.field-list{
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px){
  .section-field > .section-inner{
    padding-bottom: 40px;
  }
  .field-list > .item{
    margin-top: 20px;
  }
}
@media (min-width: 768px){
  .field-list{
    padding-bottom: 100px;
  }
  .field-list > .item{
    margin-left: 3.6%;
    width: 30.84%;
  }
  .field-list > .item:nth-child(3n-2){
    margin-left: 0;
  }
}


/* Expect */
.expect-image{
  text-align: center;
}
@media (max-width: 767px){
  .section-expect{
    margin-top: 40px;
  }
  .section-expect .section-heading{
    font-size: 3.2rem;
  }
  .section-expect > .section-inner{
    padding-bottom: 50px;
  }
}
@media (min-width: 768px){
  .section-expect{
    margin-top: 80px;
  }
  .section-expect .section-heading{
  }
  .section-expect > .section-inner{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .expect-image{
    margin-top: 80px;
  }
}



/* Theme */
@media (max-width: 767px){
  .section-theme > .section-inner{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-theme .section-heading{
    margin-bottom: 20px;
  }
  .section-theme .section-lead{
    margin-bottom: 40px;
  }
}
@media (min-width: 768px){
  .section-theme{
    margin-top: -10px;
  }
  .section-theme > .section-inner{
    padding-top: 80px;
    padding-bottom: 175px;
  }
  .section-theme .section-heading{
    margin-bottom: 80px;
  }
  .section-theme .section-lead{
    margin-bottom: 80px;
    width: 720px;
  }
}

.theme-category{
  margin-bottom: 30px;
  background: #db3a3a;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  /* color: #fff; */
}
.theme-list > .item{
  margin-top: 0;
}
.theme-list .category{
  display: inline-block;
  background: #db3a3a;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  /* color: #fff; */
}
.theme-category.cat01,
.theme-list .category.cat01{
  background-color: #F7EF98;
}
.theme-category.cat02,
.theme-list .category.cat02{
  background-color: #FCB9D1;
}
.theme-category.cat03,
.theme-list .category.cat03{
  background-color: #BCDEF8;
}
.theme-category.cat04,
.theme-list .category.cat04{
  background-color: #eee;
}
@media (max-width: 767px){
  .theme-category{
    margin-bottom: 15px;
    padding: 5px 1em;
    font-size: 2rem;
  }
  .theme-list > .item{
    margin-bottom: 40px;
    overflow: hidden;
  }
  .theme-list .category{
    margin-bottom: 4px;
    padding: 5px 10px;
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .theme-category{
    padding: 10px 1em;
    font-size: 2.4rem;
  }
  .theme-list{
    display: flex;
    flex-wrap: wrap;
  }
  .theme-list > .item{
    margin-bottom: 80px;
    margin-left: 5.471698%;
    width: 47.169811%;
  }
  .theme-list > .item:nth-child(odd){
    margin-left: 0;
  }
  .theme-list .category{
    margin-bottom: 5px;
    padding: 7px 15px;
    font-size: 2.4rem;
  }
}

.dt-title{
  margin-right: 10px;
  border: 3px solid #000;
  padding: 2px 8px;
  line-height: 1;
  font-weight: 700;
}

.theme-accordion .toggle{
  float: right;
  display: inline-block;
  margin-right: 5%;
  border: 2px solid #db3a3a;
  border-radius: 5px;
  padding: 10px 12px 10px 17px;
  line-height: 1;
  font-size: 1.6rem;
  color: #db3a3a;
  font-weight: 700;
  transition: opacity .5s;
}
.theme-accordion .toggle::after{
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  background: url("../img/icon-theme-accordion-toggle.svg") 0 0 no-repeat;
  width: 28px;
  height: 17px;
  vertical-align: middle;
}
.theme-accordion .toggle:hover{
  cursor: pointer;
  opacity: .5;
}
.theme-accordion .content{
  clear: both;
  padding-top: 1em;
  padding-right: 5%;
  padding-left: 5%;
  line-height: 1.8;
  color: #db3a3a;
  font-weight: 700;
}
@media (max-width: 767px){
  .theme-accordion .toggle{
    margin-top: 15px;
  }
}
@media (min-width: 768px){
  .theme-accordion .toggle{
    margin-top: 15px;
  }
}



/* Merit */
@media (max-width: 767px){
  .section-merit > .section-inner{
    padding-bottom: 60px;
  }
}
@media (min-width: 768px){
  .section-merit > .section-inner{
    padding-bottom: 150px;
  }
  .section-merit .bg-header{
    padding-left: 8.571429vw;
  }
}

.merit-list > .item{
  border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 767px){
  .merit-list{
    padding-top: 30px;
  }
  .merit-list > .item{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px){
  .merit-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .merit-list > .item{
    flex-basis: 47.641509%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .merit-list > .item:nth-last-child(1),
  .merit-list > .item:nth-last-child(2){
    border-bottom: none;
  }
}



/* Interview */
@media (max-width: 767px){
  .section-interview{
    margin-bottom: 40px;
  }
  .section-interview > .section-inner{
    padding-bottom: 40px;
  }
}
@media (min-width: 768px){
  .section-interview{
    margin-bottom: 100px;
  }
  .section-interview > .section-inner{
    padding-bottom: 150px;
  }
}

.interview-list a{
  display: block;
}
.interview-list a:hover{
  opacity: .7;
}
.interview-list .title{
  line-height: 1.3;
}
.interview-list .name{
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.8rem;
}
.interview-list .profile{
  font-size: 1.4rem;
}
.interview-list .button{
  margin-top: 20px;
}
.interview-list .button span{
  position: relative;
  display: block;
  background: #000 url("../img/icon-external.png") right 10px center no-repeat;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.interview-list .button span::before,
.interview-list .button span::after{
  content: "";
  position: absolute;
  display: block;
}
.interview-list .button span::before{
  bottom: -10px;
  left: 0;
  background-color: #810d0d;
  width: 100%;
  height: 10px;
  transform: skewX(45deg);
  transform-origin: 0 0;
}
.interview-list .button span::after{
  top: 0;
  right: -10px;
  background-color: #db3a3a;
  width: 10px;
  height: 100%;
  transform: skewY(45deg);
  transform-origin: 0 0;
}
@media (max-width: 767px){
  .interview-list{
    padding-right: 45px;
    padding-left: 30px;
  }
  .interview-list > .item{
    margin-top: 40px;
  }
  .interview-list .image{
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (min-width: 768px){
  .interview-list{
    display: flex;
    margin-top: 40px;
  }
  .interview-list > .item{
    margin-left: 9.433962%;
    width: 27.075472%;
  }
  .interview-list > .item:nth-child(3n-2){
    margin-left: 0;
  }
  .interview-list a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .interview-list .image{
    overflow: hidden;
    display: flex;
  }
  .interview-list .image img{
    width: 100%;
  }
  .interview-list .title{
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2.4rem;
  }
  .interview-list .button{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}



/* Guideline */
.guideline-content,
.entry-content{
  font-weight: 700;
  color: #fff;
}
.guideline-content ul{
  list-style: disc outside;
  padding-left: 1.5em;
}
@media (max-width: 767px){
  .section-guideline{
    padding-bottom: 40px;
  }
  .guideline-content,
  .entry-content{
    margin-top: 20px;
    line-height: 1.8;
  }
  .guideline-content{
    padding-right: 30px;
    padding-left: 30px;
  }
  .entry-content{
    font-size: 1.8rem;
  }
}
@media (min-width: 768px){
  .section-guideline{
    padding-bottom: 100px;
  }
  .section-guideline > .container{
    width: 720px;
  }
  .guideline-content,
  .entry-content{
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.8;
  }
}



/* Schedule */
@media (max-width: 767px){
  .section-schedule{
    margin-bottom: 40px;
  }
  .section-schedule > .section-inner{
    padding-bottom: 40px;
  }
  .section-schedule .section-heading{
    margin-bottom: 20px;
  }
}
@media (min-width: 768px){
  .section-schedule{
    margin-bottom: 100px;
  }
  .section-schedule > .section-inner{
    padding-bottom: 100px;
  }
  .section-schedule .container{
    display: table;
    width: auto;
  }
  .section-schedule .section-heading{
    margin-bottom: 40px;
  }
}

.schedule-list{
  font-weight: 700;
}
.schedule-list > .item{
}
.schedule-more a{
  display: inline-block;
  background: #db3a3a url("../img/nav-arrow-wt-down.svg") right center no-repeat;
  background-size: 38px 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.schedule-more a.is-opened{
  background-image: url("../img/nav-arrow-wt-up.svg");
}
.schedule-more a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .schedule-list > .item{
    border-bottom: 1px solid #cecece;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .schedule-list .date,
  .schedule-list .text{
    display: block;
  }
  .schedule-more{
    margin-top: 20px;
    text-align: center;
  }
  .schedule-more a{
    background-position: right 18px center;
    width: 240px;
    height: 58px;
    line-height: 58px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px){
  .schedule-list{
    font-size: 2rem;
  }
  .schedule-list > .item{
    display: flex;
  }
  .schedule-list .date{
    flex: 0 0 280px;
    border-right: 2px solid #cecece;
    margin-right: 25px;
    padding-right: 25px;
    width: 280px;
    max-width: 280px;
    text-align: right;
  }
  .schedule-list .date,
  .schedule-list .text{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .schedule-more{
    margin-left: 278px;
    border-left: 2px solid #cecece;
    padding-top: 40px;
  }
  .schedule-more a{
    background-position: right 18px center;
    width: 340px;
    height: 58px;
    line-height: 58px;
    font-size: 1.8rem;
  }
}



/* Mentor */
@media (max-width: 767px){
  .section-mentor{
    margin-bottom: 40px;
  }
  .section-mentor > .section-inner{
    padding-bottom: 40px;
  }
}
@media (min-width: 768px){
  .section-mentor{
    margin-bottom: 120px;
  }
  .section-mentor > .section-inner{
    padding-bottom: 150px;
  }
}

.mentor-list .text{
  font-size: 1.4rem;
}
@media (max-width: 767px){
  .mentor-list{
    text-align: center;
  }
  .mentor-list .image{
    background: #db3a3a;
  }
}
@media (min-width: 768px){
  .mentor-list{
    display: flex;
    flex-wrap: wrap;
  }
  .mentor-list > .item{
    width: 26.415094%;
  }
  .mentor-list .image{
    background: #db3a3a;
    text-align: center;
  }
  .mentor-list > .item:nth-child(4n-3),
  .mentor-list > .item:nth-child(4n){
    width: 23.584906%;
  }
  .mentor-list > .item:nth-child(4n-3) .image{
    text-align: left;
  }
  .mentor-list > .item:nth-child(4n) .image{
    text-align: right;
  }
  .mentor-list .title,
  .mentor-list .text{
    text-align: center;
  }
}



/* Entry */
@media (max-width: 767px){
  .section-entry{
    padding-bottom: 60px;
  }
}
@media (min-width: 768px){
  .section-entry{
    padding-bottom: 120px;
  }
}




/* Modal
=============================== */
#modal-bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  /*background: rgba(61,127,212,.96);*/
  background: none;
  width: 100%;
  height: 100%;
}
.modal{
  position: fixed;
  z-index: 1001;
  display: none;
  background: #fff;
  width: 980px;
}
.modal-inner{
  position: relative;
}
.modal-close{
  position: absolute;
  top: 40px;
  right: 50px;
  width: 40px;
  height: 40px;
  transition: all .4s;
}
.modal-close:hover{
  cursor: pointer;
  opacity: .7;
}
.modal-close img{
  width: 100%;
  height: 100%;
}
.modal-default{
  background-color: #fff;
}
.modal-movie .modal-close{
  top: -50px;
  right: 0;
}

@media (max-width: 767px){
  .modal{
    width: 96%;
  }
  .modal img{
    max-width: 100%;
    height: auto;
  }
  .modal-close{
    top: -50px;
    right: 0;
  }
  .modal-default .modal-inner{
    padding: 15px;
  }
}
@media (min-width: 768px){
  .modal-default .modal-inner{
    padding: 80px;
  }
  .modal-movie{
    width: auto !important;
  }
  .modal-movie-wrapper{
    width: 800px;
  }
}



.slick-arrow{
  position: absolute;
  top: 50%;
  border: none;
  background: #fff center center no-repeat;
  background-size: 24px auto;
  padding: 0;
  width: 58px;
  height: 58px;
  font-size: 0;
  transition: all .5s;
}
.slick-arrow:hover{
  cursor: pointer;
  opacity: .7;
}
.slick-prev{
  background-image: url("../img/icon-prev.svg");
}
.slick-next{
  background-image: url("../img/icon-next.svg");
}


/* Leaf */
.page-heading{
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 0 #D93F3F, -1px -1px 0 #D93F3F,
              -1px 1px 0 #D93F3F, 1px -1px 0 #D93F3F,
              0px 1px 0 #D93F3F,  0 -1px 0 #D93F3F,
              -1px 0 0 #D93F3F,   1px 0 0 #D93F3F;
}
.section-leaf-heading{
  font-weight: 700;
}
.btn-back{
  display: inline-block;
  background: #000;
  padding: 10px 50px;
  color: #fff !important;
  font-weight: 700;
}
.btn-back:hover{
  opacity: .7;
  color: #fff;
}
@media (max-width: 767px){
  .page-heading{
    font-size: 3rem;
  }
  .section-inner-leaf{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-leaf-heading{
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .btn-back{
    margin-top: 40px;
    padding: 15px 100px;
    font-size: 2rem;
  }
}
@media (min-width: 768px){
  .page-heading{
    font-size: 5rem;
  }
  .section-inner-leaf{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-leaf-heading{
    margin-bottom: 1em;
    font-size: 3.6rem;
  }
  .btn-back{
    margin-top: 80px;
    padding: 15px 100px;
    font-size: 2rem;
  }
}
