html {
}
body {
	color: #002427;
	vertical-align: baseline;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	height: 100%;
	line-height:160%;
	overflow-x: hidden;
	overflow-y: scroll;
}
a{
	text-decoration:none;
	color:#002427;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:link{
	text-decoration:none;
	color:#002427;
}
a:visited{
	text-decoration:none;
	color:#002427;
}
a:active,
a:hover {
	text-decoration:none;
	color:#002427;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#wrapper{
    overflow: hidden;
}
/* header ************************************************/
header  {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 80px 0 0 0;
}
header:before{
    position: absolute;
    content: "";
    background: #002427;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 42%;
    z-index: -1;
}
header .header-logo{
    width: 15%;
    min-width: 150px;
    order: 2;
    text-align: center;
    padding: 1em 0 0 0;
}
header .header-logo ul{
    display: flex;
    justify-content: space-between;
    margin: 2em auto 0 auto;
    width: 75px;
}
header .header-img{
    width: 83% ;
    order: 1;
}
header .header-img img{
    width: 100%;
    height: auto;
}
/* concept ************************************************/
#concept{
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #002427;
    padding: 100px 0 0 0;
}
#concept:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: -50px;
    left: 0;
    background: #002427;
    z-index: -2;
}
#concept .concept-inner{
    position: relative;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
#concept .concept-inner h1{
    position: absolute;
    z-index: 3;
    margin-top: -1px;
    left: 0;
    width: 15%;
    max-width: 117px;
}
#concept .concept-inner h1 span{
    display: none;
}
#concept .concept-inner h1 img{
    width: 100%;
    height: auto;
}
#concept .concept-inner .concept-txt{
    padding-left: 186px;
    padding-bottom: 50px;
}
#concept .concept-inner .concept-txt h2{
    font-size: 32px;
    font-weight: normal;
    line-height: 180%;
}
#concept .concept-inner .concept-txt h2 span{
    display: block;
}
#concept .concept-inner .concept-txt p{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: normal;
    line-height: 200%;
}
/* entrance ************************************************/
.entrance{
    width: 100%;
    background: url(../images/entrance.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 37%;
    position: relative;
    z-index: -1;
}
.entrance h2{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: normal;
    font-size: 100px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
/* select ************************************************/
.select{
    width: 90%;
    margin: 0 auto;
}
.select ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 70px 0;
}
.select ul li{
    width: 50%;
}
.select ul li a{
    display: block;
    height: 145px;
}
.select ul li h3 span{
    font-size: 21px;
    display: block;
    padding-top: 1em;
}
.select ul li:first-child {
    background: url(../images/ar-l.svg) no-repeat;
}
.select ul li:last-child {
    background: url(../images/ar-r.svg) no-repeat;
    background-position: right ;
}
.select ul li:first-child h3{
    font-size: 64px;
    font-weight: normal;
    padding-left: 170px;
}
.select ul li:last-child h3{
    font-size: 56px;
    font-weight: normal;
    padding-right: 170px;
    float: right;
}
#permanent {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#permanent h1{
    font-size: 16px;
}
#permanent ul{
    display: flex;
    margin: 0;
    padding: 0;
}
#permanent li{
    display: inline-block;
    padding:0 5px;
    background: #002427;
    color: #fff;
    font-size: 13px;
    margin:0 5px 0 0; 
}
/* sdgs ************************************************/
.sdgs{
    width: 100%;
}
.sdgs-title{
    width: 100%;
    position: relative;
}
.sdgs-title:before{
    position: absolute;
    content: "";
    z-index: -1;
    background: #002427;
    width: 100%;
    height: 120%;
}
.sdgs-title-inner {
    width: 90%;
    max-width: 1040px;
    padding: 50px 0 0 0;
    margin: 0 auto;
}
.sdgs-title img{
    opacity: 0.4;
}
.sdgs-title h2{
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    padding-bottom: 1em;
    line-height: 140%;
}
.sdgs ul{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    align-items: flex-end;
}
.sdgs ul li:first-child{
    width: 60%;
}
.sdgs ul li:first-child img{
    width: 100%; height: auto;
}
.sdgs ul li:last-child{
    width: 37%;
    font-size: 13px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    line-height: 150%;
}
/* footer ************************************************/
#footer{
    width: 90%;
    margin: 90px auto;
    text-align: center;
}
#footer small{
    display: block;
    margin: 80px 0 0 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 11px;
}
/* permanent *******************************************/
.auth{
    display: block;
    text-align: center;
    font-size: 13px;
    margin: 2em;
}
/* entry ************************************************/
#entry-form{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
}
#entry-form .form-first{
    width: 36%;
}
.form-first .form-first-inner{
    width: 85%;
    margin: 0 auto;
}
.form-first .form-first-inner h1{
    width: 120px;
    margin: 2em auto;
}
.form-first .form-first-inner h1 img{
    width: 100%;
    height: auto;
}
.form-first .form-first-inner h2{
    font-size: 4.3vw;
    white-space: nowrap;
    position: relative;
    font-weight: normal;
    padding-right: 160px;
}
.form-first .form-first-inner h2:after{
    background: url(../images/ar-r.svg) no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    width: 145px;
    height: 145px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.form-first .form-first-inner h2 span{
    display: block;
    margin: .8em 0 0 1em;
    font-size: 21px;
}
.form-first .form-first-inner p{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 2em 0 1em 0;
}
a.btn-next{
    display: none;
}
#entry-form .form-main{
    width:64%;
    background: #002427;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#entry-form .form-main ul{
    width:90%;
    margin: 2em 0 0 5%;
    max-width: 520px;
    padding: 0;
}
#entry-form .form-main ul > li {
    margin-bottom: 5%;
    position: relative;
}
#entry-form .form-main ol{
    display: flex;
    width: 90%;
    justify-content: space-between;
}
#entry-form .form-main ol li{
    width: 45%;
}
#entry-form .form-main ol li input{
    width: 100%;
}
input.re-width{ width: 90%; }
textarea.re-width{ width: 90%; }
input{
	border:0;
	padding:7px;
	border:solid 1px #002427;
	border-radius: 3px;
}
::-webkit-input-placeholder {
    color:#002427;
    font-weight: 600;
}
:-ms-input-placeholder {
    color:#002427;
    font-weight: 600;
}
::placeholder{
    color:#002427;
    font-weight: 600;
}
input:focus {
    border:solid 2px #1a73e8;
    outline: none;
}
.form-main span {
    display: none;
}
input:focus + span {
    position: absolute;
    content: "";
    top: -22px;
    color:#1a73e8;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.entrybtn {
	text-align:center;
	margin-top:2em;
}
#entry-form .form-main ul > li:last-child input{
    border: none;
	background:#1a73e8;
	padding:20px 100px;
	margin:0 0 20px;
    font-size: 18px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
    box-shadow: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
/* send ************************************************/
.send-bt input,
.error-bt input,
.send-after input{
    border: none;
	background:#1a73e8;
	padding:5px 20px;
	margin:0 0 20px;
    font-size: 16px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
    box-shadow: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.error-txt{
    margin-top: 1em;
}
.send-after b{
    font-size: 22px;
    padding: 1em;  
}
.send-title{
    font-size: 24px;
    margin-top: 1em;
}
.form-tb{
    width: 90%;
    max-width: 600px;
    margin: 1em auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color:#002427;
}
.form-tb tr{
    text-align: left;
}
.form-tb td{
    text-align: left;
}
@media screen and (max-width: 1200px) {
/* select ************************************************/
.select ul li:first-child {
    background-size: 20% auto;
    background-position: left center;
}
.select ul li a{
    height: auto;
}
.select ul li:last-child {
     background-size: 20% auto;
    background-position: right center;
}
.select ul li:first-child h3{
    font-size: 6vw;
    padding-left: 26%;
}
.select ul li:last-child h3{
    font-size: 6vw;
    padding-right: 26%;
    white-space: nowrap;
}
.select ul li h3 span{
    font-size: 2vw;
    padding-top: 1em;
}
/* sdgs ************************************************/
.sdgs-title h2{
    font-size: 3vw;
}
/* entry ************************************************/
.form-first .form-first-inner h2{
    font-size: 4.3vw;
    white-space: nowrap;
    position: relative;
    font-weight: normal;
    padding-right: 120px;
}
.form-first .form-first-inner h2:after{
    width: 100px;
    height: 100px;
}
}
@media screen and (max-width: 900px) {
/* concept ************************************************/
#concept .concept-inner{
    width: 90%;
}
#concept .concept-inner .concept-txt{
    padding-left: 20%;
}
#concept .concept-inner .concept-txt h2{
    font-size: 4vw;
}
}
@media screen and (max-width: 840px) {
/* sdgs ************************************************/
.sdgs-title h2{
    font-size: 28px;
}
.sdgs ul{
    flex-wrap: wrap;
}
.sdgs ul li:first-child{
    width: 100%;
}
.sdgs ul li:last-child{
    width: 100%;
    padding: 1.5em 0 0 0;
    line-height: 180%;
    font-size: 14px;
}
/* entry ************************************************/
#entry-form .form-first{
    width: 42%;
}
#entry-form .form-main{
    width:58%;
}
}
@media screen and (max-width: 768px) {
/* sdgs ************************************************/
.sdgs ul{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    align-items: flex-end;
}
}
@media screen and (max-width: 640px) {
/* header ************************************************/
header:before{
    padding-top: 70%;
}
header .header-logo{
    width: 100px;
    min-width: 100px;
}
header .header-logo .img-logo{
    width: 80%;
    height: auto;
}
header .header-img{
    background: url(../images/stage.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 80%;
}
header .header-img img{
    display: none;
}
/* concept ************************************************/
#concept:before{
    height: 110%;
}
/* entrance ************************************************/
.entrance h2{
    font-size: 12vw;
}
/* entry ************************************************/
#entry-form{
    display: flex;
    justify-content: space-between;
    width: 200%;
    height: auto;
}
#entry-form .form-first{
    width: 100%;
}
#entry-form .form-main{
    width:100%;
    height: 150vh;
}
.form-first .form-first-inner h2{
    font-size: 10vw;
}
#entry-form .form-main ul{
    width:90%;
    margin: 2em auto 0 auto;
}
#entry-form .form-main ul > li {
    margin-bottom: 25px;
}
a.btn-next{
    display: inline;
    background: #1a73e8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}
}
@media screen and (max-width: 460px) {
/* header ************************************************/
header  {
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}
header .header-logo{
    width: 130px;
    order: 1;
    padding: 0 .5em 1.5em 0;
    margin-left: auto;
}
header .header-img{
    width: 100% ;
    order: 2;
}
header .header-logo ul{
    margin: 1em auto 0 auto;
}
header .header-img{
    padding-top: 95%;
}
/* concept ************************************************/
#concept .concept-inner .concept-txt{
    padding-left: 28%;
}
#concept .concept-inner h1{
    width: 25%;
}
#concept .concept-inner .concept-txt h2{
    font-size: 6vw;
}
#concept .concept-inner .concept-txt h2 span{
    display: inline;
}
/* entrance ************************************************/
.entrance{
    background-position: left center;
    background-size: cover;
    padding-top: 80%;
    animation: go 15s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
}
@keyframes go {
  100% {
    background-position: right center;   
  }
}
/* select ************************************************/
.select ul{
    flex-wrap: wrap;
}
.select ul li{
    width: 100%;
}
.select ul li:first-child {
    margin-bottom: 1em;
}
.select ul li:first-child h3{
    font-size: 12vw;
    padding-left: 26%;
}
.select ul li:last-child h3{
    font-size: 11vw;
    padding-right: 26%;
    white-space: nowrap;
}
.select ul li h3 span{
    font-size: 5vw;
    padding-top: .5em;
}
#permanent h1{
    font-size: 14px;
}
#permanent li{
    font-size: 12px;
}
}
@media screen and (max-width: 400px) {
/* sdgs ************************************************/
.sdgs-title img{
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 350px) {
/* concept ************************************************/
#concept .concept-inner{
    position: static;
}
#concept .concept-inner h1{
    position: static;
    margin-top: -1px;
    left: auto;
    width: 100%;
    max-width: auto;
}
#concept .concept-inner h1 span{
    display: block;
    white-space: nowrap;
    font-size: 13vw;
}
#concept .concept-inner h1 img{
    display: none;
}
#concept .concept-inner .concept-txt{
    padding-left: 0;
}
#concept .concept-inner .concept-txt h2{
    font-size: 24px;
}
}