@charset "UTF-8";


/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

.fl {float: left;}
.fr {float: right;}
.bold {font-weight: bold;}


/* =all
-------------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	color: #09263F;
	background: #F8F8F8;
	letter-spacing: 0.01em;
	font-style: normal;
}
.roboto_font {
	font-family: "Roboto";
	font-weight: 600;
}
a {
	color: #50577c;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
a ,a img, a svg, input[type="submit"], input[type="reset"] {
	-webkit-transition: color .15s ease-out , opacity .15s ease-out, background-color .15s ease-out , fill .15s ease-out;
	transition: color .15s ease-out , opacity .15s ease-out, background-color .15s ease-out , fill .15s ease-out;
	opacity: 1;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}
@media ( min-width: 769px) {
	a:hover {
		text-decoration: underline;
	}
	.sp {
		display: none;
	}
	.inner {
		max-width: 1260px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.s_inner {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 30px;
	}
}
@media ( max-width: 768px) {
	.pc {
		display: none;
	}
	.inner,
	.s_inner {
		padding: 0 20px;
	}
}

/* = common
-------------------------------------------------------------- */
#header{ background: white;}

#header .link {
	position: fixed;
	right: 52px;
	font-size: 14px;
	z-index: 99999;
	top: 24px;
}

@media ( min-width: 769px ) and ( max-width: 1080px ){
	#header .link { font-size: 12px; right: 30px; }
}

@media ( max-width: 768px ){
	#header .link { display: none;}
}

#header .link a{color: #797979;}
#header .link a:hover{ text-decoration: none;}
#header .link a::after{
	content: "";
	height: 1em;
	width: 1em;
	background: url(./img/link_icon.png) center center no-repeat;
	background-size: contain;
	margin-left: 0.5em;
	display: inline-block;
}

#header .log {
	float: left;
}
.cv_btn_area a {
	background: #DA9F3A;
	color: #fff;
	display: block;
}
.cv_btn_area a span:before {
	content: '';
	background: url(img/mail_icon.png) no-repeat;
	background-size: cover;
	display: inline-block;
}
#header .hd_nav .lang_toggle ul li {
	float: left;
}
#header .hd_nav .lang_toggle ul li:after {
	content: '|';
	display: inline-block;
	font-weight: bold;
}
#header .hd_nav .lang_toggle ul li:last-child:after {
	display: none;
}
#header .hd_nav .lang_toggle ul li a {
	opacity: 0.2;
}
#header .hd_nav .lang_toggle ul li.active a {
	opacity: 1;
}
#kv_area .kv_image {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#kv_area .kv_image img {
	width: 100%;
}
#kv_area .lead_text {
	text-align: left;
}
#kv_area .lead_text .title {
	color: #376B4A;
}
#kv_area .lead_text .title span {
	display: block;
}
#kv_area .lead_text .title span:nth-child(1) {
	letter-spacing: 0.04em;
	text-indent: 0.25em;
}
#kv_area .lead_text .title span:nth-child(2) {
	letter-spacing: 0.07em;
}
#kv_area .lead_text .title span:nth-child(3) {
	letter-spacing: -0.01em;
}
#kv_area .lead_text .box .lead {
	font-weight: bold;
}
#kv_area .lead_text .box p {
	line-height: 1.8;
}
@media ( min-width: 769px) {
	#menutogglebtn,
	#spnav {
		display: none !important;
	}
	#header {
		padding: 24px 28px;
	}
	#header .log {
		max-width: 68px;
	}
	#header .log a:hover {
		opacity: 0.85;
	}
	#header .hd_nav {
		padding: 8px 24px;
		border-radius: 8px;
		background: #fff;
	}
	#header .hd_nav.pc_fix {
		position: fixed;
		top: 50px;
		right: 28px;
		z-index: 100;
	}
	#header .hd_nav .navigation,
	#header .hd_nav .cv_btn_area,
	#header .hd_nav .lang_toggle {
		float: left;
	}
	#header .hd_nav .navigation {
		margin: 0 8px 0 0;
		padding: 12px 0;
	}
	#header .hd_nav .navigation li {
		float: left;
		margin: 0 13px 0 0;
	}
	#header .hd_nav .navigation li a {
		font-weight: 600;
		text-decoration: none;
		font-size: 14px;
		color: #09263F;
	}
	#header .hd_nav .navigation li a:hover {
		color: #376B4A;
	}
	.cv_btn_area a {
		border-radius: 24px;
	}
	.cv_btn_area a:hover {
		opacity: 0.85;
		text-decoration: none;
	}
	#header .cv_btn_area {
		width: 175px;
		margin: 0 15px 0 0;
	}
	#header .cv_btn_area a {
		font-size: 16px;
		padding: 10px;
		font-weight: bold;
		line-height: 1.5;
	}
	#header .cv_btn_area a span:before {
		width: 18px;
		height: 16px;
		margin: 0 12px 0 0;
	}
	#header .hd_nav .lang_toggle ul {
		padding: 12px 0;
	}
	#header .hd_nav .lang_toggle ul li:after {
		margin: 0 4px;
	}
	#header .hd_nav .lang_toggle ul li a {
		font-size: 14px;
	}
	#kv_area .kv_image {
		width: 72vw;
	}
	#kv_area .lead_text {
		width: 36vw;
		padding: 4vw 0 14vw;
		margin: 0 0 0 8vw;
	}
	#kv_area .lead_text .title {
		font-size: 7.3vw;
		margin: 0 0 3.5vw;
	}
	#kv_area .lead_text .box .lead {
		font-size: 1.65vw;
		margin: 0 0 1.2vw;
	}
	#kv_area .lead_text .box p {
		font-size: 1vw;
	}
}
@media ( min-width: 769px ) and ( max-width: 1080px ){
	#header .cv_btn_area {
		width: 130px;
	}
	#header .cv_btn_area a {
		font-size: 12px;
	}
	#header .hd_nav {
		padding: 8px 12px;
	}
	#header .log {
		max-width: 55px;
	}
	#header .hd_nav .navigation li a {
		font-size: 12px;
	}
	#header .hd_nav.pc_fix {
		right: 18px;
	}
	#header .hd_nav .lang_toggle ul li a {
		font-size: 12px;
	}
}
@media ( max-width: 768px) {
	#spnav {
		display: none;
	}
	#spnav {
		background: #F8F8F8;
		position: fixed;
		width: 100vw;
		top: 75px;
		height: calc(100vh - 75px);
		padding: 6px 20px;
		box-sizing: border-box;
		z-index: 100;
	}
	.shownav #header {
		background: #F8F8F8;
	}
	#spnav ul {
		margin: 0 0 40px;
	}
	#spnav ul li {
		border-bottom: 1px solid #bebebe;
		background: url(img/nav_arrow.png) no-repeat right 20px center;
		background-size: 6px;
	}
	#spnav ul li a {
		font-size: 16px;
		font-weight: bold;
		padding: 20px;
		color: #09263F;
		text-align: left;
		display: block;
		line-height: 1.4;
	}
	#spnav .cv_btn_area {
		max-width: 370px;
		margin: 0 auto 40px;
	}
	#spnav .cv_btn_area a {
		font-size: 18px;
		padding: 12px;
		font-weight: bold;
		line-height: 1.8;
		border-radius: 30px;
	}
	
	#spnav .link{
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 1.5em;
	}
	
	#spnav .link a{color: #797979;}
	#spnav .link a:hover{ text-decoration: none;}
	#spnav .link a::after{
		content: "";
		height: 1em;
		width: 1em;
		background: url(./img/link_icon.png) center center no-repeat;
		background-size: contain;
		margin-left: 0.5em;
		display: inline-block;
	}
	
	#menutogglebtn {
		width: 36px;
		height: 16px;
		position: relative;
		float: right;
		margin: 18px 0 0 12px;
	}
	#menutogglebtn span {
		position: absolute;
		width: 100%;
		height: 1px;
		border-radius: 4px;
		background: #333;
		transition: transform .2s ease-out;
		left: 0;
		right: 0;
		margin: auto;
	}
	#menutogglebtn span:nth-child(1) {
		top: 0%;
	}
	#menutogglebtn span:nth-child(2) {
		top: 50%;
	}
	#menutogglebtn span:nth-child(3) {
		top: 100%;
	}
	#menutogglebtn.active span:nth-child(1) {
		transform: rotate(35deg);
		top: 50%;
	}
	#menutogglebtn.active span:nth-child(2) {
		display: none;
	}
	#menutogglebtn.active span:nth-child(3) {
		transform: rotate(-35deg);
		top: 50%;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 75px;
		box-sizing: border-box;
		padding: 10px 20px;
		background: #fff;
		z-index: 100;
	}
	#header .hd_nav {
		float: right;
	}
	#header .hd_nav .lang_toggle {
		float: left;
	}
	#header .log {
		max-width: 44px;
	}
	.cv_btn_area a {
		border-radius: 24px;
	}
	#header .hd_nav .lang_toggle ul {
		padding: 18px 0;
	}
	#header .hd_nav .lang_toggle ul li:after {
		margin: 0 4px;
	}
	#header .hd_nav .lang_toggle ul li a {
		font-size: 14px;
	}
	#kv_area .kv_image {
		width: 85vw;
	}
	#kv_area .lead_text {
		padding: 68vw 0 60px;
		margin: 0 0 0 4.5vw;
	}
	#kv_area .lead_text .title {
		font-size: 11.5vw;
		margin: 0 0 5.5vw;
	}
	#kv_area .lead_text .box .lead {
		font-size: 5.5vw;
		line-height: 1.4;
		margin: 0 0 2.5vw;
	}
	#kv_area .lead_text .box p {
		font-size: 3.3vw;
	}
	#fix_cv_btn a {
		background: #DA9F3A;
		border-radius: 12px 12px 0 0;
		display: block;
		color: #fff;
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 17px;
		font-weight: 600;
		padding: 12px;
		box-sizing: border-box;
		line-height: 1.5;
	}
	#fix_cv_btn a span:before {
		content: '';
		background: url(img/mail_icon.png) no-repeat;
		background-size: cover;
		display: inline-block;
		width: 22px;
		height: 20px;
		margin: 2px 12px 0 0;
		vertical-align: top;
	}
}
.sec_box .common_title {
	text-align: left;
	color: #376B4A;
}
.sec_box .common_title .tit {
	font-weight: 600;
}
.sec_box .common_title .name {
	font-weight: 800;
	display: block;
}
#program .hd_area .txt {
	overflow: hidden;
	text-align: left;
	line-height: 1.8;
}
#program .w_box {
	background: #fff;
}
#program .w_box .tit_area {
	position: relative;
}
#program .w_box .tit_area .op_num {
	color: #ddd;
	opacity: 0.3;
	position: absolute;
	z-index: 0;
}
#program .w_box .tit_area .title {
	color: #376B4A;
	font-weight: 700;
	text-align: left;
	position: relative;
	line-height: 1.5;
}
#program .w_box .image_block {
	border-radius: 8px;
	overflow: hidden;
}
#program .w_box .text_block {
	text-align: left;
	line-height: 1.8;
}
#program .w_box .text_block .boder_box {
	border: 1px solid #bebebe;
	border-radius: 8px;
}
#program .w_box .text_block .boder_box:last-child {
	margin: 0;
}
#program .w_box .text_block .boder_box .sub_tit {
	padding: 0 0 0 1em;
	font-weight: 600;
	position: relative;
}
#program .w_box .text_block .boder_box .sub_tit:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #376B4A;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0.7em;
}
#program .w_box .text_block .boder_box dl {
	text-align: left;
}
#program .w_box .text_block .boder_box dl dt {
	font-weight: 600;
	white-space: nowrap;
}
@media ( min-width: 769px) {
	.sec_box .common_title {
		border-left: 6px solid #376B4A;
		padding: 0 0 0 25px;
	}
	.sec_box .common_title .tit {
		font-size: 80px;
	}
	.sec_box .common_title .name {
		font-size: 16px;
		margin: 14px 0 0;
	}
	.sec_box .center_title {
		color: #376B4A;
		margin: 0 0 60px;
	}
	.sec_box .center_title .tit {
		font-size: 80px;
		font-weight: 600;
	}
	.sec_box .center_title .name {
		font-size: 16px;
		font-weight: 600;
		margin: 8px 0 0;
		display: inline-block;
	}
	#program {
		margin: 0 0 120px;
		padding: 6vw 0 0;
	}
	#program .hd_area {
		margin: 0 0 55px;
	}
	#program .hd_area .txt {
		padding: 0 0 0 59px;
		font-size: 16px;
	}
	#program .hd_area .common_title {
		float: left;
	}
	#program .w_box {
		border-radius: 8px;
		padding: 32px 52px;
		margin: 0 0 42px;
	}
	#program .w_box .tit_area {
		margin: 0 0 12px;
	}
	#program .w_box .tit_area .op_num {
		font-size: 80px;
	}
	#program .bl_01.w_box .tit_area .op_num {
		top: -20px;
		left: -30px;
	}
	#program .bl_02.w_box .tit_area .op_num {
		top: -20px;
		right: -30px;
	}
	#program .bl_03.w_box .tit_area .op_num {
		top: -20px;
		left: -30px;
	}
	#program .w_box .tit_area .title {
		font-size: 34px;
	}
	#program .bl_02.w_box .tit_area .title {
		margin: 0 0 0 39%;
	}
	#program .w_box .text_block {
		font-size: 14px;
	}
	#program .w_box .text_block .first_text p {
		margin: 0 0 10px;
	}
	#program .bl_01.w_box .image_block {
		float: right;
		width: 36.5%;
	}
	#program .bl_01.w_box .text_block {
		float: left;
		width: 61%;
	}
	#program .bl_02.w_box .image_block {
		float: left;
		width: 36.5%;
	}
	#program .bl_02.w_box .text_block {
		float: right;
		width: 61%;
	}
	#program .bl_03.w_box .image_block {
		float: right;
		width: 36.5%;
	}
	#program .bl_03.w_box .text_block {
		float: left;
		width: 61%;
	}
	#program .w_box .text_block .boder_box {
		padding: 14px 16px;
		margin: 0 0 14px;
	}
	#program .w_box .text_block .boder_box .sub_tit {
		font-size: 16px;
	}
	#program .w_box .text_block .boder_box p {
		font-size: 14px;
	}
	#program .w_box .text_block .boder_box dl {
		display: table;
		font-size: 14px;
	}
	#program .w_box .text_block .boder_box dl dt,
	#program .w_box .text_block .boder_box dl dd {
		display: table-cell;
		vertical-align: top;
	}
	#program .w_box .text_block .boder_box dl dd.min {
		font-size: 12px;
	}
	#program .w_box .text_block .boder_box dl dt:after {
		content: '：';
	}
}
@media ( max-width: 768px) {
	.sec_box .common_title {
		border-left: 6px solid #376B4A;
		padding: 0 0 0 20px;
		margin: 0 0 30px;
	}
	.sec_box .common_title .tit {
		font-size: 62px;
	}
	.sec_box .common_title .name {
		font-size: 14px;
		margin: 16px 0 0;
	}
	.sec_box .center_title {
		color: #376B4A;
		margin: 0 0 40px;
	}
	.sec_box .center_title .tit {
		font-size: 64px;
		font-weight: 600;
	}
	.sec_box .center_title .name {
		font-size: 14px;
		font-weight: 600;
		margin: 8px 0 0;
		display: inline-block;
	}
	#program {
		margin: 0 0 80px;
		padding: 70px 0 0;
	}
	#program .hd_area {
		margin: 0 0 32px;
	}
	#program .hd_area .txt {
		font-size: 14px;
	}
	#program .w_box {
		border-radius: 8px;
		padding: 28px;
		margin: 0 0 24px;
	}
	#program .w_box .tit_area {
		margin: 0 0 20px;
	}
	#program .w_box .tit_area .op_num {
		font-size: 80px;
	}
	#program .w_box .image_block {
		margin: 0 0 24px;
	}
	#program .bl_01.w_box .tit_area .op_num {
		top: -18px;
		left: -12px;
	}
	#program .bl_02.w_box .tit_area .op_num {
		top: -26px;
		right: -15px;
	}
	#program .bl_03.w_box .tit_area .op_num {
		top: -18px;
		left: -12px;
	}
	#program .w_box .tit_area .title {
		font-size: 32px;
		margin: 0 0 24px;
	}
	#program .bl_02.w_box .tit_area .title {
	}
	#program .w_box .text_block {
		font-size: 14px;
	}
	#program .w_box .text_block .first_text p {
		margin: 0 0 12px;
	}
	#program .w_box .text_block .boder_box {
		padding: 14px 16px;
		margin: 0 0 14px;
	}
	#program .w_box .text_block .boder_box .sub_tit {
		font-size: 16px;
		margin: 0 0 6px;
	}
	#program .w_box .text_block .boder_box p {
		font-size: 14px;
		margin: 0 0 6px;
	}
	#program .w_box .text_block .boder_box dl {
		font-size: 14px;
		margin: 0 0 3px;
	}
	#program .w_box .text_block .boder_box dl dd.min {
		font-size: 12px;
	}
}
#schedule {
	background: #fff;
}
#support .note {
	line-height: 1.5;
}
@media ( max-width: 1024px) {
	.sec_box .clr_scroll_box {
		overflow-x: scroll;
		box-sizing: border-box;
		width: calc(100% + 20px);
	}
	.sec_box .clr_scroll_box .cover {
		width: 1200px;
		white-space: nowrap;
		padding: 0 10px 0 0;
	}
}
@media ( min-width: 769px) {
	#schedule {
		padding: 120px 0;
	}
	#schedule .common_title {
		margin: 0 0 60px;
	}
	#support {
		padding: 120px 0;
	}
	#support .common_title {
		margin: 0 0 60px;
	}
	#support .note {
		text-align: right;
		font-size: 14px;
		margin: 15px 0 0;
	}
}
@media ( min-width: 769px ) and ( max-width: 960px ){
}
@media ( max-width: 768px) {
	#schedule {
		padding: 80px 0;
	}
	#schedule .common_title {
		margin: 0 0 40px;
	}
	#support {
		padding: 80px 0;
	}
	#support .common_title {
		margin: 0 0 40px;
	}
	.sec_box .clr_scroll_box .cover {
		width: 950px;
	}
	#support .note {
		text-align: left;
		font-size: 12px;
		margin: 12px 0 0;
	}
}
#flow {
	background: #fff;
}
#flow .flow_area_warp .box .tit {
	font-weight: 600;
}
#flow .flow_area_warp .box .tit .num {
	color: #376B4A;
	vertical-align: text-bottom;
}
#flow .flow_area_warp .box .txt {
	line-height: 1.5;
}
#flow .boder_btn_box {
	border: 1px solid #bebebe;
	border-radius: 8px;
}
#flow .boder_btn_box .tit {
	font-weight: 600;
}
#flow .boder_btn_box .btn_area a {
	background: #333;
	border-radius: 8px;
	max-width: 100%;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
}
#flow .cv_btn_area a {
	max-width: 96%;
	line-height: 1.8;
	display: inline-block;
	font-weight: bold;
	box-sizing: border-box;
}
@media ( min-width: 769px) {
	#flow {
		padding: 120px 0;
	}
	#flow .flow_area_warp {
		margin: 0 0 60px;
	}
	#flow .flow_area_warp .box,
	#flow .flow_area_warp .arrow {
		float: left;
	}
	#flow .flow_area_warp .box {
		width: 25.5%;
	}
	#flow .flow_area_warp .arrow {
		width: 11.75%;
		padding: 18% 0 0;
	}
	#flow .flow_area_warp .arrow img {
		width: 18px;
	}
	#flow .flow_area_warp .box .tit {
		font-size: 26px;
		margin: 0 0 20px;
	}
	#flow .flow_area_warp .box .tit .num {
		font-size: 32px;
		margin: 0px 6px 0 0;
	}
	#flow .flow_area_warp .box .image {
		margin: 0 0 20px;
	}
	#flow .flow_area_warp .box .txt {
		font-size: 15px;
	}
	#flow .boder_btn_box {
		padding: 20px;
		margin: 0 0 30px;
	}
	#flow .boder_btn_box .tit {
		font-size: 18px;
		margin: 0 0 15px;
	}
	#flow .boder_btn_box .btn_area a {
		padding: 12px 32px;
		width: 300px;
		margin: 0 10px;
		font-size: 14px;
	}
	#flow .boder_btn_box .btn_area a:hover {
		opacity: 0.85;
		text-decoration: none;
	}
	#flow .box_untxt {
		font-size: 14px;
		margin: 0 0 40px;
		line-height: 1.5;
	}
	#flow .cv_btn_area a {
		width: 370px;
		padding: 14px;
		border-radius: 30px;
	}
}
@media ( max-width: 768px) {
	#flow {
		padding: 80px 0;
	}
	#flow .flow_area_warp {
		margin: 0 0 60px;
	}
	#flow .flow_area_warp .box .tit {
		font-size: 24px;
		margin: 0 0 12px;
	}
	#flow .flow_area_warp .box .tit .num {
		font-size: 30px;
		margin: 0px 6px 0 0;
	}
	#flow .flow_area_warp .box .image {
		max-width: 180px;
		margin: 0 auto 20px;
	}
	#flow .flow_area_warp .box .txt {
		font-size: 14px;
	}
	#flow .flow_area_warp .arrow {
		margin: 18px 0;
	}
	#flow .flow_area_warp .arrow img {
		width: 10px;
		height: 20px;
		transform: rotate(90deg); 
	}
	#flow .boder_btn_box {
		padding: 20px;
		margin: 0 0 30px;
	}
	#flow .boder_btn_box .tit {
		font-size: 18px;
		margin: 0 0 15px;
	}
	#flow .boder_btn_box .btn_area a {
		padding: 12px;
		display: block;
		font-size: 14px;
		margin: 0 0 10px;
	}
	#flow .boder_btn_box .btn_area a:last-child {
		margin: 0;
	}
	#flow .box_untxt {
		font-size: 13px;
		margin: 0 0 35px;
		line-height: 1.5;
	}
	#flow .cv_btn_area a {
		width: 370px;
		padding: 14px;
		border-radius: 30px;
	}
}
#faq .faq_list_warp dl {
	text-align: left;
	border-top: 1px solid #bebebe;
	line-height: 1.8;
	position: relative;
}
#faq .faq_list_warp dl:last-child {
	border-bottom: 1px solid #bebebe;
}
#faq .faq_list_warp dl:before,
#faq .faq_list_warp dl:after {
	content: '';
	background: #09263F;
	display: block;
	position: absolute;
	right: 0;
	margin: auto;
	transition: transform .15s ease-out;
}
#faq .faq_list_warp dl dt,
#faq .faq_list_warp dl dd {
	position: relative;
}
#faq .faq_list_warp dl dt:before,
#faq .faq_list_warp dl dd:before {
	font-family: "Roboto";
	font-weight: 600;
	position: absolute;
	left: 0;
	line-height: 1.5;
}
#faq .faq_list_warp dl dt:before {
	content: 'Q';
	color: #376B4A;
}
#faq .faq_list_warp dl dd:before {
	content: 'A';
	color: #DA9F3A;
}
#faq .faq_list_warp dl dt {
	font-weight: 500;
	cursor: pointer;
}
#faq .faq_list_warp dl dd {
	display: none;
}
#faq .faq_list_warp dl.active dd {
	display: block;
}
#faq .cv_btn_area a {
	line-height: 1.8;
	display: inline-block;
	font-weight: bold;
	box-sizing: border-box;
}
#faq .un_link a {
	color: #797979;
}
#com_sec {
	background: #fff;
}
#com_sec .line span {
	display: inline-block;
}
#footer {
	background: #000821;
	color: #fff;
	letter-spacing: 0.2em;
}
#footer p a {
	color: #fff;
}
#footer p a:hover {
	text-decoration: none;
}
@media ( min-width: 769px) {
	#faq {
		padding: 120px 0;
	}
	#faq .faq_list_warp {
		margin: 0 0 60px;
	}
	#faq .faq_list_warp dl {
	}
	#faq .faq_list_warp dl:before,
	#faq .faq_list_warp dl:after {
		width: 20px;
		height: 2px;
		top: 2.5em;
	}
	#faq .faq_list_warp dl:after {
		transform: rotate(90deg); 
	}
	#faq .faq_list_warp dl.active:after {
		transform: rotate(0deg); 
	}
	#faq .faq_list_warp dl dt:before,
	#faq .faq_list_warp dl dd:before {
		font-size: 24px;
	}
	#faq .faq_list_warp dl dt {
		padding: 24px 45px 24px 35px;
		font-size: 18px;
	}
	#faq .faq_list_warp dl dd {
		padding: 0 0 22px 35px;
	}
	#faq .faq_list_warp dl dd .requirement_box {
		margin: 10px 0 0;
		font-size: 92%;
	}
	#faq .faq_list_warp dl dd .requirement_box .tit {
		margin: 0 0 10px;
	}
	#faq .faq_list_warp dl dd .requirement_box p {
		margin: 0 0 10px;
	}
	#faq .cv_btn_area {
		margin: 0 0 14px;
	}
	#faq .cv_btn_area a {
		width: 370px;
		font-size: 20px;
		padding: 14px;
		border-radius: 30px;
	}
	#faq .un_link a {
		font-size: 14px;
	}
	#faq .un_link a:hover {
		text-decoration: none;
	}
	#com_sec {
		padding: 60px 0;
		border-top: 1px solid #bebebe;
	}
	#com_sec .line {
		margin: 0 0 40px;
	}
	#com_sec .line span {
		margin: 0 30px;
	}
	#com_sec .line span a:hover img {
		opacity: 0.85;
	}
	#com_sec .line span img {
		max-height: 65px;
	}
	#footer {
		padding: 32px;
		font-size: 12px;
	}
	#footer .left_block {
		float: left;
	}
	#footer .right_block {
		float: right;
	}
	#footer .left_block p {
		margin: 1.5em 0 0;
	}
	#footer .right_block dl {
		margin: 8px 0;
	}
	#footer .right_block dl {
		display: table;
	}
	#footer .right_block dl dt,
	#footer .right_block dl dd {
		display: table-cell;
		vertical-align: top;
	}
	#footer .right_block dl dt:after {
		content: '|';
		display: inline-block;
		margin: 0 4px;
	}
}
@media ( max-width: 768px) {
	#faq {
		padding: 80px 0;
	}
	#faq .faq_list_warp {
		margin: 0 0 40px;
	}
	#faq .faq_list_warp dl:before,
	#faq .faq_list_warp dl:after {
		width: 20px;
		height: 2px;
		top: 2.5em;
	}
	#faq .faq_list_warp dl:after {
		transform: rotate(90deg); 
	}
	#faq .faq_list_warp dl.active:after {
		transform: rotate(0deg); 
	}
	#faq .faq_list_warp dl dt:before,
	#faq .faq_list_warp dl dd:before {
		font-size: 24px;
	}
	#faq .faq_list_warp dl dt {
		padding: 24px 45px 24px 35px;
		font-size: 16px;
	}
	#faq .faq_list_warp dl dd {
		padding: 0 0 22px 35px;
		font-size: 14px;
	}
	#faq .faq_list_warp dl dd .requirement_box {
		margin: 10px 0 0;
		font-size: 92%;
	}
	#faq .faq_list_warp dl dd .requirement_box .tit {
		margin: 0 0 10px;
	}
	#faq .faq_list_warp dl dd .requirement_box p {
		margin: 0 0 10px;
	}
	#faq .cv_btn_area {
		margin: 0 0 14px;
	}
	#faq .cv_btn_area a {
		width: 100%;
		max-width: 370px;
		font-size: 20px;
		padding: 12px;
		border-radius: 30px;
	}
	#faq .un_link a {
		font-size: 14px;
	}
	#com_sec {
		padding: 30px 0;
		border-top: 1px solid #bebebe;
	}
	#com_sec .line span {
		margin: 20px 12px;
	}
	#com_sec .line span img {
		max-height: 45px;
	}
	#footer {
		padding: 24px 0 90px;
		font-size: 11px;
		text-align: left;
		line-height: 1.5;
	}
	#footer .left_block {
		margin: 0 0 12px;
	}
	#footer .right_block dl dt {
		white-space: nowrap;
	}
	#footer .right_block dl {
		margin: 8px 0;
	}
}


#banner a img {
  transition: opacity 0.3s ease; /* アニメーションの設定 */
}

#banner a:hover img {
  opacity: 0.6; /* 半透明にする */
}