﻿@charset "utf-8";
@font-face {
	  font-family: 'NotoSansJP-Bold';
	  src: url("../font/NotoSansJP-Bold.otf");
}
/* page_name
-------------------------------------------------------------------*/
main .display_pc{
	display: block;
}
main .display_sp{
	display: none;
}
main{
	margin-bottom: 0;
}

img{
	max-width: 100%;
	height: auto;
}
.sp_logo{
	display: none;
}
@media screen and (max-width:768px) {
	main .display_pc{
		display: none;
	}
	main .display_sp{
		display: block;
	}
	.sp_logo{
		display: block;
		max-width: 92px;
		width: 100%;
		text-align: center;
		margin: auto;
	}
}
/*メニュー-----------------------------*/
#switch{
  display: none;
}
#switch ~ label {
	position: fixed;
	box-sizing: border-box;
	top: 50%;
	transform:traslateY(-50%);
	left: 0;
	z-index: 99;
	width: 40px;
	cursor: pointer;
}
#switch ~ label span{
	display: block;
	width:40px;
	height:2px;
	top: 50%;
	left: 0;
	right: 0;
	margin:auto;
	background: #000;
	position: absolute;
	-webkit-transition: 0.2s transform;
	transition: 0.2s transform;
}
#switch ~ label span:before,
#switch ~ label span:after{
	content: "";
	display: block;
	background: #000;
	position: absolute;
	width:40px;
	height:2px;
	left: 0;
	right: 0;
	margin: auto;
}
#switch ~ label span:before{
	top: -7px;
}
#switch ~ label span:after{
	top: 7px;
}
#switch:checked ~ label span{
	-webkit-transform:rotate(-45deg) ;
	transform:rotate(-45deg) ;
	background: #fff;
}
#switch:checked ~ label span:before{
	top:0;
	background: #fff;
}
#switch:checked ~ label span:after{
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg);
	top:0;
	margin-top:0;
	background: #fff;
}
#switch:checked ~ #NavWrap { 
	display: block; 
	left: 0;
}
#NavWrap{
	padding-top: 0;
	position: fixed;
	top: 0;
	left: -100%;
	width: 340px;
	height: 100%;
	background: rgba(0,0,0,0.8);
	transition: all 0.4s;
	padding: 60px;
	box-sizing: border-box;
	z-index: 10;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#NavWrap::-webkit-scrollbar {
  display:none;
}
#NavWrap li{
  text-align: center;
}
#NavWrap li a{
  display: block;
  color: #fff;
  padding: 30px 0 25px;
  text-decoration: none;
}
#NavWrap .menu_text03 a{
	padding: 30px 0 10px 0;
}
.menu_text{
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	transform: translateY(35px);
	font-size: 10px;
	margin: auto;
	z-index: 99;
}
#switch:checked ~ label .menu_text{
	color: #fff;
}
#NavWrap li span{
	display: block;
	text-align: left;
	/* padding-left: 40px; */
}
#NavWrap li.menu_rogo span {
	text-align: center;
	padding: 0;
}
.menu_rogo img{
	width: 90px;
}
.menu_text01 img{
	width: 151px;
}
.menu_text02 img{
	width: 136px;
}
.menu_text03 a{
	padding: 20px 0 0 0;
}
.menu_text03 img{
	width: 167px;
}
.menu_text04 a{
	padding: 20px 0 0 0;
}
.menu_text04 img{
	width: 109px;
}
.menu_text05 img{
	width: auto;
	height:17px;
}
#NavWrap .menu_text08 a{
	padding: 10px 0 20px 20px;
}
.menu_text08 img{
	width: 60px;
}
#NavWrap .project_menu li a{
	padding: 0 0 0 40px;
}
#NavWrap .project_menu li.menu_text05 a{
	padding-bottom: 10px;
}
@media screen and (max-width:768px) {
	#switch ~ label {
		position: fixed;
		box-sizing: border-box;
		top: 10px;
		left: auto;
		right: 10px;
		z-index: 99;
		width: 25px;
		cursor: pointer;
	}
	#switch ~ label span{
		display: block;
		width: 25px;
		height:2px;
		top: 50%;
		left: 0;
		right: 0;
		margin:auto;
		background: #000;
		position: absolute;
		-webkit-transition: 0.2s transform;
		transition: 0.2s transform;
	}
	#switch ~ label span:before,
	#switch ~ label span:after{
		content: "";
		display: block;
		background: #000;
		position: absolute;
		width: 25px;
		height:2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu_text{
		writing-mode: horizontal-tb;
		transform: translateY(18px);
		font-size: 8px;
	}
	.header_logo{
		display: none;
	}
	#NavWrap .project_menu li.menu_text05 a{
		padding-bottom: 5px;
	}
}
/*メニューここまで-----------------------------*/
.visula .sitewrap{
	position: relative;
	width: 100%;
}
.view_message_text{
	position: absolute;
	top: 5vw;
	left: 5vw;
	font-size: 144px;
	color: #fff;
	z-index: 1;
	line-height: 1;
}
.view_message_text_1{
	position: absolute;
	top: 5vw;
	left: 5vw;
	font-size: 144px;
	color: #e60082;
	z-index: 2;
}
.view_message_img{
	position: absolute;
	bottom: 26vw;
	left: 0;
}
.header_logo{
	width: 80px;
	position: absolute;
	top: 2vw;
	right: 2vw;
	z-index: 1;
}
.sns_link{
	width: 31px;
	position: fixed;
	top: 50%;
	transform:traslateY(-50%);
	right: 2vw;
	z-index: 999;
}
.sns_link p{
	padding-bottom: 20px;
}
.gradation_text{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 140px;
	text-align: center;
}
.movie_box{
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.movie{
	width: 47%;
	margin-bottom: 110px;
}
.movie span{
	display: block;
	font-size: 30px;
	margin-top: 37px;
	text-align: center;
}
.modaal-video-wrap {
		margin: auto;
}

.section_02{
	padding-top: 70px;
	background: #f6f6ee;
}
.section_02 h2{
	width: 100%;
	max-width: 460px;
	margin: 0 auto 40px;
}
.section_02 p{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 70px;
}
.section_03{
	padding-top: 110px;
	margin-bottom: -17vw;
}
.president{
	position: relative;
	max-width: 1740px;
	width: 100%;
	margin: 0px auto -162px;
}
.president_text{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items:center;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	top: 16%;
	left: 19.25vw;
	margin:auto;
	z-index: 1;
	letter-spacing: 0.05em;
}
.president_name{
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items:center;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	top: 37%;
	left: 20.45vw;
	margin:auto;
	z-index: 1;
	width: 25%;
}
.president_name p{
	font-size:1rem;
	text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
	-webkit-text-stroke: 2px #fff;
	paint-order: stroke;
}
.president_name p em{
	display:block;
	margin-bottom:0;
	font-size:1.5rem;
	line-height:1;
	margin-bottom: 0.25em;
}
.president_name p span{
	display:block;
	margin-bottom:0;
	font-size:1.125rem;
	line-height:1;
	filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 5px #fff);
}
.text_box .text_column .right_box p:first-child{
	font-size: 0;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.text_box .text_column .right_box p:first-child img{
	line-height: 0;
}
.text_box .text_column .right_box p:last-child{
	font-size: 1.125rem;
	margin-bottom: 4.6rem;
	font-weight: 500;
	line-height: 1.575rem;
}
.mac .text_box .text_column .right_box p:last-child{
	margin-bottom: 3.85rem;
}
.text_box .text_column .right_blank{
	height:12.5em;
}
.text_box{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 90px;
}
.text_box.first{
	margin-bottom: 30px;
}
.mac .text_box.first{
	margin-bottom: 90px;
	position:relative;
}
.text_box.first:before{
	content:"";
	width:56%;
	background:#fff;
	position:absolute;
	left:-2.5em;
	top:-2.5em;
	bottom:0;
	margin:auto;
	z-index:-1;
}
.text_box p{
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	letter-spacing: initial;
	font-weight: normal;
	line-height: 2.1rem;
}
.text_box .text_column{
	font-size: 1.125rem;
	font-weight:300;
	line-height: 1.8rem;
	letter-spacing: -0.01em;
	column-count: 2;
	column-gap: 2em;
}
.text_box .text_conteiner{
	font-size: 18px;
	column-gap: 2em;
}
.interview_wrap{
	background: url("../img/bg.jpg") no-repeat bottom right;
	background-size: contain;
}
.interview_wrap02{
	background: url("../img/bg02.jpg") no-repeat bottom left;
	background-size: contain;
}
.interview_wrap h2{
	margin: auto;
	padding-top: 15vw;
	padding-left: 5%;
}
.interview_wrap02 h2{
	max-width: 1274px;
	width: 67%;
	margin-left: 0;
	margin-right: auto;
	padding-top: 7vw;
	padding-left: 60px;
}
.interview_wrap p:first-of-type{
	width: 313px;
	margin: 0 auto 22px;
}
.interview_wrap02 p:first-of-type{
	font-family: 'NotoSansJP-Bold';
	width: auto;
	font-size: 48px;
	font-weight: bold;
	margin: 0 auto 22px;
}
.interview_wrap p:last-of-type{
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.05em;
	max-width: 880px;
	margin: 0 auto;
	padding-bottom:40px;
}
.interview_view{
	margin-bottom: 60px;
}
.more_btn {
    text-align: center;
    display: inline-block;
}
.more_btn a {
    display: block;
    min-width: 400px;
    box-sizing: border-box;
    border: solid 1px #000;
    color: #000;
    font-size: 30px;
    padding: 25px 10px;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;box-shadow: 8px 8px 0 rgb(0 0 0 / 50%);
    transition: transform .4s, box-shadow .4s;
}
.more_btn a:before, .more_btn a:after {
    content: "";
    width: 3px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
    left: -2px;
}
.more_btn a span {
    display: inline-block;
}
.more_btn a:after {
    width: 50px;
    height: 12px;
    background: url(../img/icon_arrow.png) no-repeat bottom left;
	background-size: contain;
    backface-visibility: hidden;
    transform: none;
    margin-top: -5px;
left: 0;}
.more_btn a:hover{
    transform: translate(4px,4px);
    box-shadow: 0px 0px 0 rgb(0 0 0 / 50%);
}
.black_bg{
	background: #000;
	padding: 100px 0;
}
.black_bg .sitewrap{
	background: #fff;
	width: 85%;
	margin: auto;
}
.inner_box{
	padding: 0 5%;
}
.black_bg .sitewrap h3{
	max-width: 367px;
	width: 100%;
	margin: auto;
}
.project_rogo{
	max-width: 720px;
	width: 100%;
	margin: auto;
	background: #fff;
	padding-bottom: 20px;
}
.project_rogo img{
	margin-top: -3vw;
}
.project_rogo03{
	max-width: 574px;
	width: 100%;
	margin-top: 20px;
}
.project_rogo03 img{
	margin-top: 0;
}
.project_message{
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin-top: 45px;
}
.project03 .project_message{
	margin-top:0;
}
.project_tittle{
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	color: #009600;
}
.red_text{
	color: #be0000;
}
.blue_text{
	color: #0050d2;
}
.project_text{
	max-width: 1010px;
	width: 100%;
	margin: 40px auto 40px;
	font-size: 20px;
}
.project_btn{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-bottom: 100px;
	border-bottom: solid 1px #000;
}
.project_btn .more_btn a{
	padding: 0;
	max-width: 562px;
}
.project03_btn{
	text-align:center;
	margin-bottom:80px;
}
.project03_btn a{
	display:inline-block;
    box-sizing: border-box;box-shadow: 8px 8px 0 rgb(0 0 0 / 50%);
    transition: transform .4s, box-shadow .4s;	
}
.project03_btn a:hover{
    transform: translate(4px,4px);
    box-shadow: 0px 0px 0 rgb(0 0 0 / 50%);
}
.bg_back{
	/* padding: 0; */
	background: url("../img/bg_back.jpg") no-repeat bottom 0 right -200px;
	background-size: 1200px;
}
.project_view{
	width: 90%;
	margin: auto;
}
.project_rogo04{
	max-width: 500px;
	width: 100%;
	margin: 0 auto 50px;
}
.footer{
	background: #fff;
	padding: 100px 0 20px 0;
	text-align: center;
}
@media screen and (max-width:1500px) {
	.president_text{
		left:12vw;
	}
	.president_name{
		width: 35%;
		left:12vw;
	}
}
@media screen and (max-width:1100px) {
	.president_text{
		left:5vw;
	}
	.president_name{
		width:50%;
		left:5vw;
	}
	.text_box.first:before{
		left:-1em;
		top:-1em;
		width:51%;
	}
}
@media screen and (max-width: 768px) {
	main{
		overflow: hidden;
	}
	.sns_link{
		display: none;
	}
	.view_message_text{
		font-size: 35px;
	}
	.view_message_text_1{
		font-size: 35px;
	}
	.view_message_img{
		bottom: 25vw;
	}
	.gradation_text{
		width: 100%;
		margin-bottom: 40px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.movie_box{
		flex-direction: column;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.movie{
		width: 100%;
		margin-bottom: 20px;
	}
	.section_02{
		padding-top: 40px;
	}
	.movie span{
		font-size: 14px;
		text-align: center;
		margin-top: 20px;
	}
	.section_02 .sitewrap{
		padding: 0 15px;
		box-sizing: border-box;
	}
	.section_02 h2{
		max-width: 150px;
		margin-bottom: 20px;
	}
	.section_02 p{
		font-size: 12px;
		margin: 0 auto 30px;
	}
	.section_03{
		padding-top: 45px;
		margin-bottom: 0;
	}
	.president{
		margin-bottom: 25px;
	}
	.president_text{
		font-size: 16px;
		left: 4vw;
		top: 10%;
	}
	.president_name{
		top: 75%;
		left: 22%;
		flex-direction: column;
		align-items: flex-end;
		width: auto;
		gap: 0.25em;
	}
	.president_name p{
		font-size:0.57rem;
	}
	.president_name p:has(em){
		left: -0.5em;
		position:relative;
	}
	.president_name p em{
		font-size:0.857rem;
	}
	.president_name p span{
		font-size:0.64rem;
	}
	.text_box.first:before{
		display:none;
	}
	.text_box{
		padding: 0 5%;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	.mac .text_box.first{
		margin-bottom: 30px;
	}
	.text_box p{
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 24px;
	}
	.text_box .text_sp{
		margin-bottom:12px;
	}
	.text_box .text_column {
		font-size: 14px;
		column-count: 1;
		column-gap: normal;
	line-height: 1.6;}
	.text_box .text_column .right_box{
		display:none;
	}
	.text_box .left_box_text{
		display: flex;
		align-items: center;
		font-size: 10px;
		width: 80%;
		margin: auto;
	}
	.text_box .left_box_text span:first-child{
		padding-right: 15px;
	}
	.left_box img{
		width: 50%;
		margin: auto;
		display: block;
	}
	.name{
		font-size: 16px;
	}
	.name_2{
		display: block;
	}
	.interview_wrap {
		background: url(../img/bg_sp.jpg) no-repeat bottom right;
		background-size: 100%;
	}
	.interview_wrap h2{
		padding-left: 5%;
	}
	.interview_wrap p:first-of-type{
		margin: 0 auto 5px;
	}
	.interview_wrap p:first-of-type img{
		width: 80px;
	}
	.interview_wrap p:last-of-type{
		padding: 0 5%;
		box-sizing: border-box;
		font-size: 14px;
		padding-bottom: 20px;
	}
	.interview_view{
		margin-bottom: 20px;
	}
	.more_btn a{
		min-width: 260px;
		font-size: 15px;
		padding: 15px 10px;
		box-shadow: 2px 2px 0 rgb(0 0 0 / 50%);
	}
	.more_btn a:after{
		width: 21px;
		height: 5px;margin-top: 0;
		left: -1px;background-image:url(../img/icon_arrow_sp.png);
	background-size: auto;background-position: bottom right;overflow: hidden;}
	.interview_wrap02 p:first-of-type{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 10px;
		padding: 0 5%;
	}
	.interview_wrap02{
		background: url("../img/bg02_sp.jpg") no-repeat bottom left;
		background-size: 100%;
	}
	.black_bg{
		padding: 20px 0;
	}
	.black_bg .sitewrap h3{
		width: 70%;
	}
	.project_view{
		width:100%;
	}
	.inner_box{
		padding:  0 2%;
	}
	.project_rogo{
		width: 80%;
	}
	.project_message{
		margin-top: 20px;
		font-size: 16px;
	}
	.project_tittle{
		font-size: 22px;
		margin-top: 10px;
	}
	.project_text{
		font-size: 14px;
		/* padding: 0 5%; */
		box-sizing: border-box;
		margin: 15px auto 20px;
	}
	.project_btn .more_btn a{
		min-width: 0;
		width: 80%;
	}
	.project03_btn{
		margin-bottom:20px;
	}
	.project03_btn a{
		width:90%;
	    box-sizing: border-box;box-shadow: 2px 2px 0 rgb(0 0 0 / 50%);
	}
	.bg_back{
		background-size: contain;
		background-position: bottom right -50px;
	}
	.project_btn{
		padding-bottom: 25px;
	}
	.project_rogo04{
		width: 70%;
		margin-bottom: 25px;
	}
	.sns_memu{
		display: flex;
		justify-content: space-between;
		width: 90px;
		margin: 10px auto 15px;
	}
	.sns_memu p{
		width: 31px;
	}
	.footer{
		padding: 0 0 10px 0;
	}
	footer{
		padding: 30px 0 0 0;
	}
	#NavWrap{
		width: 50%;
		padding: 0;
		left: auto;
		right: -100%;
	}
	#switch:checked ~ #NavWrap { 
		right: 0;
	left: auto;}
	.menu_rogo img{
		width: 45px;
	margin: auto;display: block;}
	.menu_text01 img{
		width: 79px;
	}
	.menu_text02 img{
		width: 65px;
	}
	.menu_text03 img{
		width: 78px;
	}
	.menu_text08 img{
		width: 28px;
	}
	.menu_text04 img{
		width: 52px;
		height: auto;
	}
	.menu_text04 img:nth-of-type(2){
		width: 87px;
	}
	#NavWrap li ul li span{
		padding-left: 50px;
		padding-bottom: 20px;
	}
	#NavWrap li a{
		padding: 20px 0 20px 0;
	}
	#NavWrap .menu_rogo a{
		padding: 55px 0 15px;
	}
	#NavWrap .menu_rogo span{
		padding-left: 0;
	}
	#NavWrap li span{
		padding-left: 40px;
	}
	#NavWrap .menu_text03 a{
		padding-bottom: 10px;
	padding-top: 20px;}
	#NavWrap .menu_text08 a{
		padding: 0 0 5px 0;
	}
	#NavWrap .project_menu li a{
		padding: 0;
	}
	#NavWrap .menu_text04 a{
		padding-bottom: 10px;
	}
	#NavWrap .menu_text05 span{
		padding-bottom: 0;
	}
}

/*インタビューページ-----------------------------*/
.kaso .interview_bg{
	background: url("../img/interview/interview_bg.jpg") no-repeat top center;
	background-size: contain;
}
.kaso .top_interview{
	max-width: 996px;
	width: 100%;
	margin: auto;
}
.kaso .top_message{
	max-width: 1283px;
	width: 100%;
	margin: auto;
}
.kaso .top_message img{
	margin-top: -45px;
}
.kaso .interview_text{
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 50px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
}

.accordion{
	width: 100%;
	overflow: hidden;
}
.accordion_wrap .accordion dl dt{
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: solid 1px  #000;
	cursor: pointer;
	font-weight: 500;
	width: 90%;
	margin: auto;
}
.accordion_wrap .accordion dl dt .job, .accordion_wrap .accordion dl dt .name{
	width: 42.5%;
}
.accordion_wrap .accordion dl dt .job{
	text-align: right;
}
.accordion_wrap .accordion dl dt .face{
	max-height: 100px;
	margin: 0 3%;
}
.accordion_wrap .accordion dl dt .face img{
	width: auto;
	height:100%;
	max-height:100px;
}
.accordion_wrap .accordion dl dt .name{
	text-align: left;
}
.accordion_top{
	padding: 0 5%;
	position: relative;
}
.interview_message{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
}
.right_message{
	left: 50%;
}
.left_message{
	right: 50%;
}
.message_01, .message_02{
	max-width: 446px;
	width: 40%;
}
.message_03{
	max-width: 640px;
	width: 40%;
	transform: translate(-10%,-50%);
}
.message_04,.message_06{
	max-width: 414px;
	width: 40%;
}
.message_05{
	max-width: 540px;
	width: 42%;
	left: 26%;
	top: 42%;
}
.message_06{
	transform: translateY(-110%);
}
.message_07{
	max-width: 440px;
}
.message_08{
	max-width: 428px;
	transform: translate(-15%,-50%);
}
.message_09{
	max-width: 520px;
	transform: translate(12%,-50%);
}
.message_10{
	max-width: 440px;
	transform: translate(20%,-50%);
}
.message_11{
	max-width: 556px;
}
.accordion_wrap .accordion dl dt p{
	font-size: 16px;
}
.accordion_wrap .accordion dl dt p span{
	display: block;
	font-size: 24px;
font-weight: bold;}
.accordion_wrap .accordion dl dt p span:last-child{
	font-size:18px; 
font-weight: 500;}
.accordion_wrap .accordion dl dt, .accordion_wrap .accordion dl dd{
	position: relative;
}
.accordion_wrap .accordion dl dt:before, .accordion_wrap .accordion dl dt:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    background: #787878;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 5;
    margin: auto;
    vertical-align: middle;
    transition: all 0.3s;
}
.accordion_wrap .accordion dl dt:after {
    transform: rotate(90deg);
}
.accordion_wrap .accordion dl dt.opened:before {
    transform: rotate(-135deg);
}
.accordion_wrap .accordion dl dt.opened:after {
    transform: rotate(-45deg);
}
.kaso .interview_text{
	position:relative;
	z-index:1;
	margin: 80px auto 80px;
	max-width: 1000px;
	width: 100%;
	text-align: left;
}
.kaso .interview_text h3{
	font-size: 24px;
	margin-bottom: 10px;
	/* font-weight: bold; */
}
.kaso .interview_column p,
.kaso .caution_txt{
	font-size: 18px;
	line-height: 1.6;
	column-count: 2;
	column-gap: 2em;
	text-align: justify;
	font-weight: 300;
	letter-spacing: -0.008em;
}
.kaso .caution_txt{
	margin-top:40px;
	margin-bottom:-40px;
}
.kaso .challenge_box{
	position:relative;
	background: linear-gradient(to bottom, #fff 0%, #fff 30%, #f6f6ee 30%,  #f6f6ee 100%);
	z-index:1;
}
.kaso .challenge_flex{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.kaso .challenge_flex .challenge_image{
	width: 34%;
}
.kaso .challenge_flex .challenge_text{
	width:auto;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	min-width: 600px;
}
.kaso .challenge_flex .challenge_tittle{
	width: 233px;
	position: relative;
	z-index: 10;
	left: -50px;
}
.kaso .challenge_text ul{
	margin: -10px 0 30px;
	text-align: left;
	display:inline-block;
}
.kaso .challenge_text {
	padding-top: 50px;
	text-align:center;
}
.kaso .challenge_text ul li{
	padding: 10px 0;
	position:relative;
}
.kaso .challenge_text ul li:before,
.kaso .challenge_text ul li:last-child::after{
	content:"";
	display:block;
	position:absolute;
	background: url("../img/interview/dot.png") repeat-x top left;
	height:2px;
	width:1000px;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.kaso .challenge_text ul li:last-child::after{
	top:auto;
	bottom:0;
}
dd[class^="accordion_bg"]:before{
	position:absolute;
	display:inline-block;
	content:"";
	background-size: cover;
	background-repeat:no-repeat;
	top: 0;
	bottom: 0;
	margin:auto;
}
dd.accordion_bg02:before, dd.accordion_bg10:before{
	background-image: url("../img/interview/interview_bg02.jpg");
	width:772px;
	height: 1151px;
	left: 50%;
	transform: translateX(-124%);
}
dd.accordion_bg04:before{
	background-image: url("../img/interview/interview_bg04.jpg");
	width:812px;
	height: 1167px;
	right: 50%;
	transform: translateX(116.85%);
}
dd.accordion_bg06:before{
	background-image: url("../img/interview/interview_bg06.jpg");
	width:780px;
	height: 1155px;
	left: 50%;
	transform: translateX(-122%);
}
dd.accordion_bg08:before{
	background-image: url("../img/interview/interview_bg08.jpg");
	width:814px;
	height: 1167px;
	right: 50%;
	bottom:auto;
	transform: translateX(116.85%);
}
.kaso .last_dl .challenge_flex{
	margin-bottom: 80px;
}
.kaso .footer{
	width: 90%;
	margin: auto;
	padding: 90px 0 20px 0;
	border-top: solid 1px #000;
}
@media screen and (max-width:1500px) {
	.kaso .top_message img{
		margin-top: -20px;
	}
}
@media screen and (max-width:1210px) {
	.kaso .top_interview{
		width: calc(100% - 95px);
		margin-left: 0;
	}
}
@media screen and (max-width:940px) {
	.kaso .top_message img{
		margin-top: 0;
	}
}
@media screen and (max-width:768px) {
	.kaso .top_interview{
		width: 100%;
	}
	.kaso .top_message img{
		margin-top: 0;
	}
	.kaso .interview_text{
		font-size: 14px;
		padding: 0 5%;
		box-sizing: border-box;
		margin: 24px 0;
	}
	.accordion_wrap .accordion dl dt{
		width: 100%;
	}
	.accordion_wrap .accordion dl dt .face img{
		max-height: 45px;
	}
	.accordion_wrap .accordion dl dt p{
		font-size: 10px;
	}
	.accordion_wrap .accordion dl dt p span{
		font-size: 14px;
	}
	.accordion_wrap .accordion dl dt p span:last-child{
		font-size: 8px;
	}
	.accordion_wrap .accordion dl dt:before, .accordion_wrap .accordion dl dt:after{
		width: 2px;
		height: 12px;
		top: 15px;
		right: 15px;
	}
	.kaso .interview_text h3{
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	.kaso .interview_column p,
	.kaso .caution_txt{
		column-count: 1;
		column-gap: normal;
		font-size: 12px;
		font-weight: 300;
	}
	.kaso .caution_txt{
		margin-top:20px;
		margin-bottom:0;
	}
	.message_10{
		transform: translate(10%,-50%);
	}
	.kaso .challenge_box{
		background: #f6f6ee;
	}
	.kaso .challenge_flex{
		flex-direction: column;
	}
	.kaso .challenge_flex .challenge_image{
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.kaso .challenge_flex .challenge_text{
		width: 90%;
		margin: 0 5%;
		box-sizing: border-box;
		min-width: 0;
		padding: 0;
	}
	.kaso .challenge_flex .challenge_tittle{
		width: 50%;
		top: -14px;
		left: 0;
	}
	.kaso .challenge_text ul {
		margin-bottom:20px;
	}
	.kaso .challenge_text ul li{
		font-size: 12px;
		text-indent:-1em;
		padding-left:1em;
	}
	.kaso .challenge_text ul li:before,
	.kaso .challenge_text ul li:last-child::after{
		background-size:10px;
		height:2px;
		width:100%;
	}
	.kaso .last_dl .challenge_flex{
		margin-bottom: 30px;
	}
	footer{
		padding: 0;
	}
	.kaso .footer{
		padding: 10px 0 10px 0;
		width: 100%;
	}
	.accordion_top{
		padding: 0;
	}
	.message_05{
		left:14%;
		top: 38%;
	}
	dd[class^="accordion_bg"]:before{
		width: 60%;
		height: 70vw;
		transform:none;
	}
	dd.accordion_bg02:before, dd.accordion_bg10:before{
		bottom:auto;
		top: 5%;
		left: -25%;	
	}
	dd.accordion_bg04:before{
		bottom:auto;
		top:4%;
		right: -22%;
	}
	dd.accordion_bg06:before{
		bottom:auto;
		top: 7%;
		left: -21%;
	}
	dd.accordion_bg08:before{
		right: -16%;
		top: 0.5%;
	}
}
/*20220510追記-----------------------------*/
.right_box .left_box_text{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@media(min-width:768px) {		
	.left_box_text .name{
		font-size: 1.5rem;
		display: block;
	line-height: 2.1rem;}	
	.sp-br{display:none;}
	.sp_box{display:none;}
}

@media(max-width:768px) {
	.right_box .left_box_text{
		display: none;
	}
	.text_box .left_box_text {
		justify-content: space-around;
		width: 100%;
	}
	
}
/*20240805追記-----------------------------*/
.seven_area .seven_lead_area{
	margin-bottom: 7em;
}
.seven_area .lead_img{
	margin: 0 6% -15% 3em;
	display: flex;
	justify-content: flex-end;
}
.seven_area .lead_text{
	margin-bottom: 0.5em;
	margin-left: 45%;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.2;
}
.seven_area .lead_text span{
	letter-spacing: 2px;
}
.seven_area .lead_desc{
	margin-left: 45%;
	font-size: 1.125rem;
	line-height: 1.8;
	font-weight: 500;
}
.seven_area .main_movie_box{
	max-width: 960px;
	margin: auto;
}
.seven_area .main_movie_box .movie{
	width: auto;
}
@media screen and (max-width: 768px) {
	.seven_area{
		margin-bottom: 2em;
	}
	.seven_area .seven_lead_area{
		margin: 2em 15px 2em;
	}
	.seven_area .lead_img{
		margin: 0 0 1em;
	}
	.seven_area .lead_text{
		margin-bottom: 0.25em;
		margin-left: 0;
		font-size: 1.5em;
		font-weight: 600;
		text-align: center;
		line-height: 1.4;
	}
	.seven_area .lead_text span{
		letter-spacing: 1px;
	}
	.seven_area .lead_desc{
		margin-left: 0;
		font-size: 12px;
		line-height: 1.6;
	}
	.seven_area .main_movie_box{
		max-width: 960px;
		margin: auto;
	}
	.seven_area .main_movie_box .movie{
		width: auto;
	}
	.menu_text07{
		width: 103px;
		margin-top: -5px;
	}
}