@charset "UTF-8";



/* ----------------------------second_hero ---------------------------- */

.second_hero {
	padding-top: 90px;
}
.second_hero_inner {
    width: 100%;
	padding: 8.75vw 0;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 1920px) {
.second_hero_inner {
	padding: 160px 0;
}
}
.second_hero_img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: 0.5;
	z-index: 1;
}
.second_hero_img.wide {
    width: 100%;
    height: auto;
}
.second_hero_img_wrap{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.second_hero_img_wrap .second_hero_img{
    opacity: 1;
	max-width: 1800px;
}

.second_hero .inner{
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}
.second_hero_shoulder{
	font-size: 18px;
	font-weight: bold;
}
.second_hero_shoulder_caption{
	font-size: 14px;
	display: inline-block;
}

.second_hero_ttl{
	font-size: 36px;
	font-weight: bold;
	margin: 15px 0 20px;
	position: relative;
}
.second_hero_name{
	font-weight: bold;
}
.second_hero_name_caption{
	font-size: 10px;
	font-weight: normal;
}

.second_btn_play{
	width: 80px;
	margin: 0 auto 30px;
}
.second_btn_window{
	margin-top: 30px;
}
.second_btn_window a {
    line-height: 1.35;
    padding: 15px 60px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.second_btn_window a:after {
    content: "";
    width: 17px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto 0;
    background: url("../images/second/ico_window_w.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 1024px) {
.second_hero {
	padding-top: 60px;
}
}
@media only screen and (max-width: 768px) {
.second_hero_inner {
	padding: 13.3vw 0;
}
.second_hero_shoulder{
	font-size: 16px;
}
.second_hero_shoulder_caption{
	font-size: 12px;
}

.second_hero_ttl{
	font-size: 24px;
    margin: 10px 0 15px;
}

.second_btn_play{
	width: 45px;
	margin: 0 auto 20px;
}
.second_btn_window{
	margin-top: 20px;
}
.second_btn_window a {
    padding: 15px 40px;
}
}

/* ----------------------------second_body ---------------------------- */

.second_body{
	padding: 120px 0 0;
}
.second_body .inner{
	max-width: 720px;
}
.second_body_each + .second_body_each{
	margin-top: 80px;
}
.second_ttl{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.second_ttl:after{
	content: "";
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.second_comment_list li:not(:first-child){
	margin-top: 40px;
}
.second_comment_list li p + p{
	margin-top: 10px;
}
.second_side_box{
	background: #fff;
	padding: 30px 30px 20px;
	box-sizing: border-box;
	color: #000;
	text-align: center;
}
.second_side_box_img{
	display: block;
	width: 260px;
	margin: 0 auto 30px;
}
.second_side_box_ttl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.second_side_box_ttl a{
	color: #000;
	text-decoration: underline;
}
.second_side_box_txt{
	margin-bottom: 15px;
}

.second_side_box_logo{
	width: 200px;
	margin: 0 auto;
}
.second_profile{
	display: flex;
	align-items: center;
	position: relative;
	padding: 40px;
	box-sizing: border-box;
	background: #161616;
}
.second_profile_img{
	width: 22%;
}
.second_profile_name{
	width: 71%;
	margin-left: 7%;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.second_profile_name h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.second_btn_back{
	text-align: center;
}
.second_btn_back a{
	line-height: 1.35;
	padding: 15px 80px;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.second_btn_back a:before,
.second_btn_back a:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	margin: auto 0;
	width: 60px;
	height: 1px;
	background: #fff;
	-webkit-transition: width .3s cubic-bezier(0.2, 1, 0.3, 1);
	transition: width .3s cubic-bezier(0.2, 1, 0.3, 1);
}
.second_btn_back a:before{
	width: 0;
	-webkit-transition-delay:.3s;
	transition-delay:.3s;
}
@media only screen and (min-width: 768px) {
.second_btn_back a:hover:before{
	width: 60px;
}
.second_btn_back a:hover:after{
	width: 0;
}
}
@media only screen and (max-width: 768px) {
.second_body{
	padding: 60px 0 0;
}
.second_body_each + .second_body_each{
	margin-top: 50px;
}
.second_ttl{
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.second_ttl:after{
	width: 30px;
}
.second_comment_list li:not(:first-child){
	margin-top: 30px;
}
.second_side_box{
	padding: 20px 20px 10px;
}
.second_side_box_img{
	width: 56%;
	margin: 0 auto 20px;
}
.second_side_box_ttl{
	font-size: 16px;
	margin-bottom: 10px;
}
.second_side_box_txt{
	margin-bottom: 10px;
}
.second_side_box_logo{
	width: 150px;
	margin: 0 auto;
}
.second_profile{
	align-items: flex-start;
	padding: 20px;
}
.second_profile_img{
	width: 27%;
	max-width: 140px;
}
.second_profile_name{
	width: 65%;
    margin-left: 8%;
}
.second_profile_name h4{
	font-size: 16px;
	margin-bottom: 5px;
}

.second_btn_back a{
	padding: 15px 40px;
}
.second_btn_back a:after{
	width: 30px;
	left: -20px;
}

}

/* ----------------------------modal ---------------------------- */

.remodal_inner .section_ttl_sub{
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.section_ttl_sub_caption{
	display: block;
	font-size: 14px;
}
.remodal_inner h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.remodal_inner p + h4{
	margin-top: 30px;
}
.remodal_inner p + p{
	margin-top: 20px;
}
.paper_list li{
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.paper_list li:before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0.4, 0.4);
}

@media only screen and (max-width: 768px) {
.remodal_inner .section_ttl_sub{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.section_ttl_sub_caption{
	font-size: 12px;
}
.remodal_inner h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.remodal_inner p + h4{
	margin-top: 20px;
}
.remodal_inner p + p{
	margin-top: 15px;
}

}
