@charset "utf-8";

/*========= UIパーツ用 ===============*/

/*カラー*/
.primary-color{
	color: #00838C;
}
.back-color{
	color: #F2F9F9;
}
.alert{
	color: #CE2C2C;
	display: block;
}
.block{
	display: block;
}
/*mv*/
#header{
	background: url("../img/mv-background.png") no-repeat 100% 100%;
	image-rendering: -webkit-optimize-contrast;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top: 46.875%;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}
#header .main-title{
	width: 30%;
    position: absolute;
    top: 35%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header .main-title img{
	width: 100%;
}
#header .main-title .sp{
	display: none;
}
#header .btn{
	justify-content: flex-start;
}
#header .btn a{
	margin: 2rem 0 0;
	width: 85%;
	font-size: 2rem;
}
#box1 .inner{
	background: url(../img/blockimg1.svg) no-repeat;
    background-position: top right;
	image-rendering: -webkit-optimize-contrast;
}

/*youtube*/
.video{
	padding: 10rem 0;

}
.video .videotxt{
	width: 560px;
	margin: 0 auto;
	font-weight: bold;
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 2rem 1.6rem 1.6rem 0;
	line-height: 1.6;
	display: flex;
}
.video .videoimg{
	position: relative;
	width: 100px;
	margin-right: 2rem;
}
.video .videoimg .pc{
	display: block;
}
.video .videoimg .sp{
	display: none;
}
.video .videoimg img{
	position: absolute;
	bottom: -1.6rem;
}
.video iframe{
    display: block;
    margin: 0 auto;
	width: 560px;
	height: 315px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

/*タイトル*/
.title{
	margin: 0 0 6rem;
	letter-spacing: 0.08em;
}
.title + .title_text{
	margin: -4rem 0 0;
}
.title .title_ja-text{
	font-family: "NotoSansCJKjp",-apple-system, 'メイリオ', Sans-Serif;
	font-size: 1.6rem;
	display: block;
	font-weight: normal;
	letter-spacing: 0.06em;
}
.title_text{
	font-size: 1.6rem;
	font-weight: normal;

}
.str{
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 4rem;
}

/*文字位置*/
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.mb40{
	margin-bottom: 4rem;
}

/*ボタン*/
.btn{
	display: flex;
    justify-content: center;

}
.btn_close {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
    font-size: 2rem;
    text-decoration: none;
    width: 484px;
    height: 70px;	
    background: #E9E9E9;
    color: #666;
    letter-spacing: 0.06em;
    position: relative;
    transition: 0.3s;
    font-weight: bold;
    padding-top: 5px;
}
.main-title .btn_close {
	margin: 2rem 0 0;
    width: 85%;
    font-size: 2rem;
}
/*
.btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    text-decoration: none;
    width: 484px;
    height: 70px;
    background: #00838C;
    background: linear-gradient(to right, #00838C, #03B2BE);
    background: -moz-linear-gradient(to right, #00838C, #03B2BE); 
    background:-webkit-linear-gradient(to right, #00838C, #03B2BE);
    background:-ms-linear-gradient(to right, #00838C, #03B2BE); 
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.06em;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	position: relative;
	transition:0.3s;
	font-weight: normal;
	padding-top: 5px;
}

.btn a:hover{
	text-decoration:none;
	box-shadow:none;
	position: relative;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);

}

.btn a:after {
     position: absolute;
     content: '';
     width: 8px;
     height: 8px;
     border-top: solid 2px #ffffff;
     border-right: solid 2px #ffffff;
     top: 45%;
     right: 6%;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
     transform: rotate(45deg);
     transition: .3s;
}

.btn a:hover:after {
     border-top: solid 2px #ffffff;
     border-right: solid 2px #ffffff;
     right: 5%;
}
*/



/*HUMAN RESOURCES*/
.text-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10rem 0 4rem;
}
.text-list li{
	width: calc(96%/3);
	border: 1px solid #00838C;
	padding: 3rem;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 0 0 2rem;
}

/*CONTENTS*/
.flow-box{
    background: #fff;
    margin: 0 0 2rem;
    padding: 4rem 10rem 4rem 10rem;
    text-align: left;
    border-radius: 8px;
    font-size: 1.6rem;
    position: relative;
}
.flow-box.img01{
	background-image: url(../img/contentsimg01.svg);
	background-repeat: no-repeat;
	background-position: center right 10rem;
	image-rendering: -webkit-optimize-contrast;
}
.flow-box .flow.flex {
    display: flex;
	justify-content: space-between;
}
.flow-box .flow.flex .imgbox{
	text-align: right;
	width: 150px;
}

.flow-box ul{
	background: url(../img/line.svg) no-repeat;
	background-position: top 8px left;
	image-rendering: -webkit-optimize-contrast;
}
.flow-box li{
    margin: 0 0 1.6rem 3rem;
}
.flow-box .text-right{
	text-align: right;
	display: block;
}
.heading{
	font-size: 1.8rem;
	margin: 0 0 3rem;
}
.s-text{
	font-size: 1.2rem;
}

/*CONTENTS MERIT*/
.imgtext-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 6rem 0 0;
}
.imgtext-list li{
	width: calc(90%/3);
	margin: 0 0 8rem;
}
.imgblock{
	display: block;
	margin: 0 auto 2rem;
}
/*FACILITATOR / ADVISOR*/

.profile-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 6rem 0 0;
}
.profile-list li{
	width: calc(98%/2);
    background: #fff;
    padding: 4rem 2rem;
	border-radius: 8px;
	font-size: 1.4rem;
}
.profile-list .imgblock{
	width: 200px;
}
/*OVERVIEW*/

.overview-list{
	font-size: 1.4rem;
	padding: 4rem;
	border: 1px solid #00838C;
	border-radius: 8px;
	width: 570px;
}
.overview-list dt{
	font-size: 1.6rem;
	color: #00838C;
}
.overview-list dd{
	margin: 0 0 2rem;
}
#box5 .flex{
	background: url(../img/overview.png) no-repeat;
	background-position: bottom left;
	background-size: 320px 558px;
	image-rendering: -webkit-optimize-contrast;
	display: flex;
	justify-content: space-between;
}

#box6{
	padding: 4rem 0;
	margin: 0 0 4rem
}
#box6 .btn{
	margin: 0;
}


/*768px以下*/
@media screen and (max-width:768px) {
#header{
	background: url("../img/mv-background_sp.png") no-repeat 100% 100%;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-top: 175.12%;
	background-repeat: no-repeat;
	background-size:cover;
	display: block;
}
#header .main-title {
    width: 90%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#header .main-title .pc{
	display: none;
}
#header .main-title .sp{
	display: block;
}
#header .btn a {
    margin: 3rem auto 0;
	width: 96%;
    height: 5rem;
    font-size: 1.8rem;
    line-height: 1.6;
}
.main-title .btn_close {
    width: 96%;
    font-size: 1.8rem;
    margin: 2rem auto 0;
}
.btn a,.btn_close {
	width: 90%;
	height: 5rem;
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 0;
}
.str {
    font-size: 1.8rem;
}
/*文字位置*/
.title .title_ja-text {
    margin-top: 1rem;
}
.title.text-left{
	text-align: center;
}
	
.video .videotxt{
	width: 96%;
	margin: 0 auto;
	font-weight: bold;
	background: #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 2rem 1.6rem 1.6rem 0;
	line-height: 1.6;
	display: flex;
}
.video .videotxt br{
	display: none;
}
.video .videoimg{
	position: relative;
	width: 24rem;
}
.video .videoimg .pc{
	display: none;
}
.video .videoimg .sp{
	display: block;
}
.video .videoimg img{
	position: absolute;
	bottom: -1.6rem;
}
.video iframe{
    display: block;
    margin: 0 auto;
	width: 96%;
	height: 21rem;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}	

#box1 .inner {
    background-position: top 20rem right;
}
.text-list {
    margin: 20rem 0 4rem;
}

.text-list li{
    width: 100%;
    padding: 2rem;
    margin: 0 0 1rem;
}

.flow-box .flow.flex {
    display: block;
}

.flow-box {
    margin: 0 0 2rem;
    padding: 4rem 1em 20rem;
}
.flow-box.img01, .flow-box.img02 {
    background-position: bottom center;
}
.flow-box.img02{
    padding: 4rem 1em;
}
.flow-box.img02 ul{
	background: url(../img/line_sp.svg) no-repeat;
	background-position: top 8px left;
	image-rendering: -webkit-optimize-contrast;
}
.flow-box .flow.flex .imgbox {
    margin: 4rem auto 1rem;
}
.flow-box .text-right {
    text-align: left;
    display: block;
}

.imgtext-list li {
    margin: 0 0 4rem;
    width: 100%;
    display: flex;
	align-items: center;
}
.imgtext-list li .imgblock{
    width: 50%;
}
.profile-list li {
    width: 100%;
	margin: 0 0 2rem;
}

#box5 .flex {
    background: none;
    display: block;
}
.overview-list {
    padding: 2rem;
    width: 100%;
}
}

