@charset "UTF-8";
/* reset css */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}*,:after,:before{box-sizing:border-box}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:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:top}ul{list-style:none;}
/* /reset css */

/* common
----------------------------------------------- */
html { font-size: 64.0%; }
body {
	background: #FFFFFF;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-feature-settings: "palt";
	font-size: 1.6rem; font-weight: 500; color: #000; line-height: 1.7em;
	margin: 0 auto;
  text-align: center;
}

a:link,a:visited {color:#000;text-decoration:underline;outline:none;}
a:hover,a:active {color:#222;text-decoration:none;outline:none;}
html:not([lang*=""])a{outline:none;}
a,a img {transition-duration:.3s;}
a:hover img{opacity: 0.7;}

/* font setting
font-family: 'Noto Sans JP', sans-serif; 400 700
font-family: 'Noto Serif JP', serif; 500 700
*/
body {
  font-family: 'Noto Sans JP', sans-serif; font-weight: 400; line-height: 1.7em;
}
.fc-gray { color: #666666;}

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

/* layout setting
----------------------------------------------- */
header,footer,.content-wrap,#fv,#message,#gift,#last-state,#interview,#program-flow,#requirements {width: 100%; }
header,footer,.content-wrap { overflow: hidden; }
.wrap {
  max-width: 980px;
  text-align:  left;
  margin: auto;
}
@media (max-width: 1000px) {
  .wrap { margin-left: 15px; margin-right: 15px; }
}

.flex-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.pc-br { display: block; }
.sp-br { display: inline; }
@media (max-width: 768px) {
  .pc-br { display: inline; }
  .sp-br { display: block; }
}

/* plugin
----------------------------------------------- */
/* delighters */
.slide-fadein,
.slide-fade-up,
.slide-fade-down,
.slide-fade-left,
.slide-fade-right {
	transition: all .6s ease-out;
	opacity: 0;
}
.slide-fade-up { transform: translateY(100px); }
.slide-fade-down { transform: translateY(-100px); }
.slide-fade-left { transform: translateX(100px); }
.slide-fade-right { transform: translateX(-100px); }
.slide-fadein.started,
.slide-fade-up.started,
.slide-fade-down.started,
.slide-fade-left.started,
.slide-fade-right.started {
	transform: none;
	opacity: 1;
}

/* loading
----------------------------------------------- */
body.is-loading{position:fixed;width:100%;height:100%;overflow:hidden}body.is-loading .loading{opacity:1;z-index:1}.loading{position:fixed;width:100%;height:100%;background-color:#fff;opacity:0;z-index:-1;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s}.loader{color:#2b873c;font-size:20px;margin:75pt auto;width:1em;height:1em;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;text-indent:-9999em;-webkit-animation:a 1.3s infinite linear;animation:a 1.3s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes a{0,to{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}0,12.5%,to{color:#2b873c}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%,37.5%{color:#7fb630}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}50%,62.5%{color:#2b873c}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}75%,87.5%{color:#7fb630}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}@keyframes a{0,to{box-shadow:0 -3em 0 .2em,2em -2em 0 0,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 0}0,12.5%,to{color:#2b873c}12.5%{box-shadow:0 -3em 0 0,2em -2em 0 .2em,3em 0 0 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em 0 0,3em 0 0 .2em,2em 2em 0 0,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%,37.5%{color:#7fb630}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 0,2em 2em 0 .2em,0 3em 0 0,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 0,0 3em 0 .2em,-2em 2em 0 0,-3em 0 0 -1em,-2em -2em 0 -1em}50%,62.5%{color:#2b873c}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 0,-2em 2em 0 .2em,-3em 0 0 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 .2em,-2em -2em 0 0}75%,87.5%{color:#7fb630}87.5%{box-shadow:0 -3em 0 0,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 0,-3em 0 0 0,-2em -2em 0 .2em}}

/* items
----------------------------------------------- */
/* title */
.section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem; font-weight: 700;
}
.section-title .sub-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem; color: #2b843c;
  margin-top: 14px;
}
.section-title::before{
  background: url(../images/title_icon.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 100%; height: 52px;
  margin-bottom: 16px;
}

/* button */
a.btn-entry {
  background: #2b843c;
  display: block;
  border-radius: 100px;
  font-family: 'Noto Sans JP', sans-serif; font-weight: 400;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.5rem;
  min-height: 56px;
  padding: 18px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  opacity: 1;
}
.btn-entry:after {
  position: absolute;
  content: '';
  display: block;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px; height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-entry:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #086719;
  opacity: 1;
}
.btn-entry:hover:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 20px;
}

@media (max-width: 768px) {
  /* title */
  .section-title { font-size: 2.8rem; }
  .section-title .sub-title { font-size: 1.5rem; margin-top: 10px; }
  .section-title::before{ height: 44px;
    margin-bottom: 12px;
  }
}

/* header
----------------------------------------------- */
#header {
  position: absolute;  top: 0; left: 0;
  min-height: 70px;
  width: 100%;
  z-index: 9998;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-family: 'Noto Serif JP', serif;
  justify-content: space-between;
  text-align: right;
}
#header .menuline {
  padding: 20px 0;
  float: left;
}
#header.is-fixed {
  top: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}
#header.is-fixed .header-nav > li.btn {
  display: inline-block;
}
#header > .inner {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
}
#header nav {
  overflow: hidden;
}
#header .header-nav {
  float: right;
  font-weight: bold;
  font-size: 0;
  padding-top: 26px;
}
#header .header-nav > li {
  display: inline-block;
  margin: 0 0 5px 30px;
  vertical-align: middle;
}
#header .header-nav > li:first-child { margin-left: 0; }
#header .header-nav > li.btn {
  display: none;
  border-bottom: 0;
}
#header .header-nav > li.btn a:hover {
  opacity: 1;
  border-bottom: 0;
}
#header .header-nav a {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  display: inline-block;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#header .header-nav a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 3px solid #000;
}
#header .header-nav a.is-active {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 3px solid #000;
}
#header .header-nav .btn-entry {
  min-height: 40px;
  padding: 4px 20px;
  width: 180px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
  border-bottom: 0;
}
#header .header-nav .btn-entry:after {
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#header .header-nav .btn-entry:hover:after {
  right: 15px;
  border-bottom: 0;
}
#header .header-nav .share {
  margin: 0;
  vertical-align: middle;
  font-size: 0;
}
#header .header-nav .share ul {
  display: inline-flex;
  align-items: center;
  margin-bottom: 3px;
}
#header .header-nav .share li {
  display: inline-block;
  margin-left: 20px;
  font-size: 0;
}
#header .header-nav .share a {
  line-height: 1;
  border: 0;
}
#header .header-nav .share a img {
  width: 29px;
  vertical-align: middle;
}
#header.is-fixed .header-nav .share {
  display: none;;
}
@media (max-width: 1040px) {
  #header { min-height: 60px; }
  #header .menuline { width: 200px; height: 60px; padding: 12px 0 0; }
  #header .btn {
    padding-top: 15px;
    display: block !important;
  }
  #header.is-open {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header.is-open .menuline {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 60px; text-align: center;
    padding: 12px 3.75%  0;
    z-index: 9000;
    background: #fff;
  }
  #header.is-open .header-logo { width: 200px; }
  #header.is-open .btn-spmenu span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  #header.is-open .btn-spmenu span:nth-of-type(2) {
    -webkit-transform: translate(-20%, -40%) rotate(-45deg);
    transform: translate(-20%, -40%) rotate(-45deg);
    width: 30px;
    height: 30px;
    background: none;
    top: 50%;
    left: 50%;
  }
  #header.is-open .btn-spmenu span:nth-of-type(2)::before {
    opacity: 1;
  }
  #header.is-open .btn-spmenu span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #header.is-open .btn-spmenu span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  #header.is-open .header-nav {
    display: block;
  }
  #header > .inner {
    overflow: hidden;
    padding: 0 3.75%;
    min-width: 100%;
  }
  #header .header-nav {
    display: none;
    z-index: 8000;
    padding: 60px 0 30px;
    float: none;
    font-weight: bold;
    font-size: 0;
    background: #fff;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header .header-nav > li {
    text-align: center;
    display: block;
    margin: 0;
    vertical-align: middle;
  }
  #header .header-nav a {
    text-decoration: none;
    font-size: 2.0rem;
    line-height: 2;
    color: #000;
    display: block;
    padding: 15px 0;
    border-bottom: 0;
  }
  #header .header-nav a:hover {
    border-bottom: 0;
  }
  #header .header-nav a.is-active {
    border-bottom: 0;
  }
  #header .header-nav .btn-entry {
    min-height: 50px;
    padding: 9px 20px;
    width: auto;
    color: #fff;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin: 0 auto;
    display: block;
    max-width: 260px;
  }
  #header .header-nav .btn-entry:after {
    right: 20px;
    width: 10px; height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #header .header-nav .btn-entry:hover:after {
    right: 15px;
  }
  #header .header-nav .share {
    padding: 5px 10px;
    margin-bottom: 30px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  #header.is-fixed .header-nav .share { display: block; }
  #header .header-nav .share li {　margin: 0 25px;　}
  #header .header-nav .share a {
    line-height: 1;
  }
  #header .btn-spmenu,
  #header .btn-spmenu span {
    display: inline-block;
    box-sizing: border-box;
  }
  #header .btn-spmenu {
    z-index: 9999;
    position: absolute; top: 20px; right: 15px;
    width: 35px; height: 25px;
  }
  #header .btn-spmenu span {
    position: absolute; right: 0;
    width: 100%; height:  2px;
    background-color: #000;
  }
  #header .btn-spmenu span:nth-of-type(1) { top: 0; width: 25px; }
  #header .btn-spmenu span:nth-of-type(2) { top: 11px; width: 30px; }
  #header .btn-spmenu span:nth-of-type(3) { bottom: 0; width: 35px; }
  #header .btn-spmenu span:nth-of-type(2)::before ,
  #header .btn-spmenu span:nth-of-type(2)::after {
    position: absolute; top: 0; left: 0;
    content: '';
    width: 100%; height: 2px;
    background-color: #000;
    transition: none;
  }
  #header .btn-spmenu span:nth-of-type(2)::before { opacity: 0; }
}

/* fv
----------------------------------------------- */
#fv {
  position: relative;
  background-size: cover;
  height: 748px;
  padding-top: 600px;
  overflow: hidden;
}
#fv .title img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fv .btn { margin: 0 auto; width: 320px; }
#fv .btn-entry:after { right: 35px; }
#fv .btn-entry:hover:after { right: 25px; }
@media (min-width: 1680px) {
  #fv .title img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  #fv {
    background-size: cover;
    height: 600px;
    padding-top: 480px;
    position: relative;
  }
  #fv .btn {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
  }
  #fv .btn-entry {
    font-size: 2rem;
    min-height: 50px;
  }
  #fv .btn-entry:after { right: 35px; }
  #fv .btn-entry:hover:after { right: 25px; }
}

/* message
----------------------------------------------- */
#message {
  min-width: 100%;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  padding: 80px 0 160px;
}
.message-bg1,.message-bg2 {
  position: absolute; right: 0; bottom: 0;
  width: 100%; height: 100%;
}
.message-bg1 {
  background: url(../images/message_bg.png) center top repeat;
  z-index: -2;
}
.message-bg2 {
  background: url(../images/message_bg2.png) right bottom no-repeat;
  background-size: auto 95%;
  z-index: -1;
}
.inner { z-index: 2; }
.message-title,.message-text {
  text-shadow: 0 0 4px #2b843c; 
}
.message-title {
  font-size: 5.2rem;font-weight: 700;line-height: 1.4em;
}
.message-text {
  margin-top: 40px;
}
.message-need {
  background: #FFF;
  border-radius: 16px;
  position: absolute; left: 50%; bottom: -100px;
  transform: translateX(-50%);
  box-shadow: 0 18px 0 -8px #dcdcdc;
  width: 980px;
  color: #000;
  padding-bottom: 20px;
}
.message-need.slide-fade-up { transform: translate( -50%, 100px); }
.message-need.slide-fade-up.started { transform: translate( -50%, 0); }
.need-list {
  justify-content: space-between;
  margin: 0 30px;
}
.need-list li {
  width: 440px;
  text-align: left;
  margin-top: 20px;
}
.need-list span {
  background-image: linear-gradient(transparent 60%, #fbfb33 0%);
  font-size: 1.8rem; line-height: 1.4em;
}
.message-waiting {
  font-size: 2.4rem; line-height: 1.4em;
  margin: 22px 0 0;
}
.message-waiting p { display: inline; }
.message-waiting::before,.message-waiting::after {
  background: url(../images/message_icon.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  content: "";
  width: 37px; height: 28px;
}
.message-waiting::before { margin-right: 10px; }

@media (max-width: 1000px) {
  #message { padding: 80px 0 0; }
  .message-bg2 {
    background-position: 80% bottom;
    background-size: auto 70%;
  }
  .message-need {
    border-radius: 16px;
    position: static; left: 0; bottom: 0;
    transform: translate(0, 40px);
    box-shadow: 0 18px 0 -8px #dcdcdc;
    width: auto;
    padding-bottom: 20px;
    margin: 0 10px;
  }
  .message-need.slide-fade-up { transform: translate( 0, 140px); }
  .message-need.slide-fade-up.started { transform: translate( 0, 40px); }
  .need-list li {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #message { padding: 60px 0 0; }
  .message-title {
    text-align: center;
    font-size: calc((52vw/768)*100);
  }
  .message-text { margin-top: 30px; }
  .message-need {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 18px 0 -8px #dcdcdc;
  }
  .need-list { margin: 0 15px; }
  .need-list li { margin-top: 15px; }
  .need-list span {
    background-image: linear-gradient(transparent 60%, #fbfb33 0%);
    font-size: 1.8rem; line-height: 1.2em;
  }
  .need-list span { font-size: 1.6rem; line-height: 1.4em; }
  .need-list span.sp-br { display: inline-block; }
  .message-waiting {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.8rem; line-height: 1.4em;
  }
  .message-waiting::before,.message-waiting::after {
    width: 37px; height: 28px;
  }
  .message-waiting::before { margin-right: 8px; }
}

/* gift
----------------------------------------------- */
#gift {
  background: #ededed;
  padding: 170px 0 80px;
}
.gift-list {
  justify-content: space-between;
}
.gift-box {
  transition: all .6s ease-out;
  transform: translateY(100px);
  width: 296px;
  opacity: 0;
  font-size: 1.4rem; line-height: 1.7em;
  margin-top: 15px;
}
.gift-box:nth-child(1) {transition: all .6s ease-out;}
.gift-box:nth-child(2) {transition: all .6s .4s ease-out;}
.gift-box:nth-child(3) {transition: all .6s .8s ease-out;}
.gift-list.started .gift-box {transform: none; opacity: 1;}
.gift-box h4 { text-align: center; margin-bottom: 25px;}
@media (max-width: 1000px) {
  #gift {padding: 110px 0 60px;}
  .gift-box {width: 100%; text-align: center; }
  .gift-text {
    max-width: 580px;
    text-align: left;
    margin: auto;
  }
}

/* last_state
----------------------------------------------- */
#last-state {
  background: url(../images/bg_m1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0 0;
}
.images-wrap { overflow: hidden; margin-top: 40px; }
#last-state .slick-slide {
  width: 296px;
  padding: 0 8px;
}
#last-state .slick-arrow {
  background: #2b843c;
  position: absolute; top: 50%; appearance: none;
  border: 0;
  border-radius: 100px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 56px; height: 56px;
  cursor: pointer;
  outline: none;
  z-index: 1;
}
#last-state .slick-arrow:after {
  position: absolute;
  content: '';
  display: block;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px; height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#last-state .slick-prev {
  left: 50%;
  transform: translate(-460px, -55%);
}
#last-state .slick-prev:after {
  right: auto; left: 24px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#last-state .slick-next {
  right: 50%;
  transform: translate(460px, -55%);
}
.ls-imgs {
  border-radius: 16px;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #last-state .slick-prev {
    left: 20px;
    transform: translate(0, -55%);
  }
  #last-state .slick-next {
    right: 20px;
    transform: translate(0, -55%);
  }
}
@media (max-width: 768px) {
  #last-state { padding: 60px 0 0; }
}
@media (max-width: 480px) {
  #last-state .slick-arrow:after {right: 29px;}
  #last-state .slick-prev { left: -20px; }
  #last-state .slick-prev:after {left: 29px; }
  #last-state .slick-next { right: -20px; }
}

/* interview
----------------------------------------------- */
#interview {
  background: url(../images/bg_m2.png) center bottom no-repeat;
  background-size: 100% auto;
  position: relative;
  padding: 80px 0 160px;
}
#interview::after {
  background: #ededed;
  display: block;
  content: "";
  position: absolute; bottom: 0;
  width: 100%; height: 1px;
}
.interview-inner { max-width: 860px; }
.accordion-one {
  border: 5px #2b843c solid;
  position: relative;
  margin-top: 70px;
}
.accordion-one:first-child { margin-top: 60px; }
.accordion-one .vol {
  position: absolute; top: -26px; left: -5px;;
}
.accordion-header {
  align-items: center;
  transition-duration: .6s;
  cursor: pointer;
}
.accordion-header:hover {
  opacity: .7;
}
.accordion-header.open {
  padding: 20px 20px 0;
}
.interview-img{ width: 280px; }
.interview-title {
  font-family: 'Noto Serif JP', serif;
  margin-left: 25px;
}
.interview-title h4 {
  font-size: 2.8rem; line-height: 1.4em;
}
.interview-title .sub-title {
  font-size: 1.6rem; color: #464646;
  margin-top: 15px;
}
.interview-title .sub-title::before {
  display: block;
  background: #2b843c;
  content: "";
  width: 100px; height: 2px;
  margin: 0 0 15px;
}
.accordion-inner {
  display: none;
  border-top: 1px #dcdcdc solid;
  font-size: 1.4rem; line-height: 1.7em;
  margin: 30px 20px 0;
  padding: 30px 0 15px;
}
.interview-text { margin-top: 30px;}
.interview-text:first-child { margin-top: 0;}
.close-area {
  text-align: center;
  margin-top: 30px;
}
.close-area a.close-btn {
  background: url(../images/close_icon.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 44px; height: 36px;
  margin: auto;
}
@media (max-width: 1000px) {
  .interview-inner { max-width: 100%; }
}
@media (max-width: 880px) {
  .interview-img { width: calc((280vw/880)*100);}
  .interview-title h4 {
    font-size: calc((28vw/880)*100); line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .accordion-header:hover { opacity: 1;}
}
@media (max-width: 680px) {
  .interview-img,.interview-img img,.interview-title{ width: 100%; }
  .interview-title { text-align: center; margin: 20px 0 0; padding-bottom: 20px;}
  .interview-title h4 {font-size: calc((28vw/680)*100); line-height: 1.4em;}
  .interview-title .sub-title { font-size: 1.4rem; margin-top: 12px; }
  .interview-title .sub-title::before { margin: 0 auto 12px; }
  .accordion-header.open {padding: 0;}
  .accordion-inner {margin: 0 15px;padding: 20px 0 10px;}
  .interview-text { margin-top: 20px;}
  .close-area { margin-top: 20px; }
}

/* program-flow
----------------------------------------------- */
#program-flow { background: #ededed;}
.flow-wrap {
  max-width: 980px;
  justify-content: space-between;
  margin-top: 70px;
}
.flow-wrap li { transform: translateX(-60px);opacity: 0; max-width: 19%;}
.flow-wrap li:nth-child(1) {transition: all .4s ease-out;}
.flow-wrap li:nth-child(2) {transition: all .4s .3s ease-out;}
.flow-wrap li:nth-child(3) {transition: all .4s .6s ease-out;}
.flow-wrap li:nth-child(4) {transition: all .4s .9s ease-out;}
.flow-wrap li:nth-child(5) {transition: all .4s 1.2s ease-out;}
.flow-wrap.started li { transform: none; opacity: 1; }
@media (max-width: 1000px) {
  .flow-wrap li { width: 23%; }
}
@media (max-width: 768px) {
  .flow-wrap { display: block; max-width: 420px; margin: 40px auto 0;}
  .flow-wrap li { width: auto; transform: translateY(100px); margin: 10px 20px 0; max-width: 100%; }
  .flow-wrap li:first-child { width: auto; margin: 0 20px 0; }
}

/* requirements
----------------------------------------------- */
#requirements {
  background: #ededed;
  padding: 80px 0;
}

.requirements-list {
  border-top: 5px #2b843c solid;
  border-bottom: 1px #dcdcdc solid;
  max-width: 960px;
  margin: 60px auto 0;
}
.requirements-list dt,.requirements-list dd {
  border-top: 1px #dcdcdc solid;
  margin: 0;
  padding: 25px 0 ;
}
.requirements-list dd dt,.requirements-list dd dd { margin-top: 12px; padding: 12px 0 0;}
.requirements-list dt:nth-child(1),
.requirements-list dd:nth-child(2) { border-top: none;}
.requirements-list dd dt:nth-child(1),
.requirements-list dd dd:nth-child(2) { margin-top: 0; padding: 0; }
.requirements-list dt { width: 16%; font-weight: 700; color: #2b843c;}
.requirements-list dd dt { width: 24%; font-weight:normal; color: #333333;}
.requirements-list dd { width: 84%; }
.requirements-list dd dd { width: 76%; }
.requirements-list .fs { font-size: 1.2rem; color: #666666;}

@media (max-width: 1000px) {
  .requirements-list {
    margin: 40px 15px 0;
  }
}
@media (max-width: 768px) {
  #requirements { padding: 60px 0; }
  .requirements-list dt,.requirements-list dd,
  .requirements-list dd dt,.requirements-list dd dd { width: 100%;}
  .requirements-list dt {  padding: 20px 0 10px; }
  .requirements-list dd { border-top: none; font-size: 1.4rem; padding: 0 0 20px; }
  .requirements-list dd dt,.requirements-list dd dd {
    border-top: none;
    padding: 0;
  }
  .requirements-list dd dt { font-weight: bold;}
  .requirements-list dd dd { margin-top: 0; }
}

/* footer
----------------------------------------------- */
#footer {
  background: url(../images/bg_m1.png) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0 40px;
}
#footer .btn-wrap {
  max-width: 400px;
  margin: auto;
}
#footer a.btn-entry {
  min-height: 68px;
  font-size: 2.6rem;
  margin: auto;
  padding: 20px;
}
#footer .btn-entry:after {
  width: 14px; height: 14px;
  border-top: 2.4px solid #fff;
  border-right: 2.4px solid #fff;
}
#footer .pagetop > a {
  display: block;
  position: fixed;bottom: -60px;right: 20px;
  width: 46px; height: 46px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .pagetop > a.is-fixed {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  bottom: 20px;
}
#footer .copyright {
  margin: 180px auto 0;
}
#footer .copyright .pc-dsp { display: inline; }
@media (max-width: 768px) {
  #footer { padding: 60px 0 30px; }
  #footer .btn-wrap { margin: 0 20px; }
  #footer .copyright { margin: 60px auto 0; }
  #footer .copyright .pc-dsp { display: none; }
}