@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
 @import url("https://use.typekit.net/oft8rye.css");

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}
html {
	font-size: 62.5%;
}
* {
	max-height: 99999px;
}
body {
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #111111;
	font-weight: 400;
	line-height: 1.75;
	font-feature-settings: "palt";
	background: #fff;
	letter-spacing: 2px;
}
img,video {
	vertical-align: bottom;
	max-width: 100%;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #555;
}
a:hover {
	opacity: 0.6;
}
.en {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.en_02{
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
}
#wrap {
	overflow: hidden;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.inline {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.tab {
	display: none;
}
.in {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.in_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex {
	display: flex;
}
.flex_w {
	flex-wrap: wrap;
}
.palt {
	font-feature-settings: "palt";
}
.min {
	font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
	}
	#wrap {
		width: 100vw;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.tab {
		display: none;
	}
	.in,.in_in {
		width: 90%;
		margin: 0 auto;
	}
	.flex_w_sp {
		flex-wrap: wrap;
	}
}


.cor_w{
	color: #fff;
}
.cor_g{
	color: #c6af7d;
}
.cor_b{
	color: #122052;
}
.bg_w{
	background: #fff;
}
.bg_g{
	background-image: -moz-linear-gradient( 0deg, rgba(172,149,99,0.99608) 0%, rgb(199,176,126) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgba(172,149,99,0.99608) 0%, rgb(199,176,126) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgba(172,149,99,0.99608) 0%, rgb(199,176,126) 100%);
}
.bg_b {
	background: #122052;
}
.bg_gr{
	background: #f0f0f0;
}
.bg_db {
	background: url(../images/bg_db@x2.jpg);
	background-size: cover;
	background-position: center;
}
.bg_pr {
	background: url(../images/program_bg@x2.jpg);
	background-size: cover;
	background-position: center;
}
.shadow{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.shadow_g{
	box-shadow: 0px 5px 15px 0px rgba(0, 166, 163, 0.15);
}
.sec_ttl_w {
	margin-bottom: 90px;
	text-align: center;
	line-height: 1;
}
.sec_ttl_w .en_02 {
	font-size: 3.4rem;
	margin-bottom: 20px;
}
.sec_ttl_w .ss_txt{
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.sec_ttl_w .s_txt {
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.sec_ttl_w .sec_ttl{
	font-size: 4.6rem;
	letter-spacing: 6px;
}
.sec_ttl_w .sec_ttl span{
	font-weight: 5.0rem;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w{
		margin-bottom: 60px;
	}
	.sec_ttl_w .ss_txt{
		font-size: 1.4rem;
	}
	.sec_ttl_w .s_txt{
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.sec_ttl_w .sec_ttl {
		font-size: 3.2rem;
		letter-spacing: 4px;
		line-height: 1.3;
	}
}



#header{
	background:#fff;
	padding: 20px 0;
	text-align: center;
}
@media screen and (max-width: 750px) {
}

#main{
	background: url(../images/fv_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 30px;
}
@media screen and (max-width: 750px) {
	#main {
        background: url(../images/fv_bg_sp.jpg);
        background-size: cover;
        background-position: center;
        padding: 50px 0;
    }
}

.cta{
	background: url(../images/cta_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
.cta h2{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 40px;
}
.cta h2 span{
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.cta .btn_w{
	text-align: center;
}
.cta .cta_btn{
	display: inline-block;
	width: 680px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 2.2rem;
	letter-spacing: 4px;
	position: relative;
}
.cta .cta_btn:after{
	content: "";
    width: 123px;
    height: 13px;
    background: url(../images/cta_arrow@x2.png);
    background-size: cover;
    background-position: right;
    display: block;
    position: absolute;
    right: -70px;
    top: 30px;
}
@media screen and (max-width: 750px) {
	.cta{
		background: url(../images/cta_bg_sp.jpg);
		background-size: cover;
		background-position: center;
	}
	.cta h2{
		font-size: 2.1rem;
	}
	.cta h2 span {
		padding-bottom: 5px;
		line-height: 2;
	}
	.cta .cta_btn {
		padding: 15px;
		font-size: 1.8rem;
		letter-spacing: 4px;
		position: relative;
		width: 100%;
	}
	.cta .cta_btn:after {
		content: "";
		width: 40px;
		height: 9px;
		background: url(../images/cta_arrow@x2.png);
		background-size: cover;
		background-position: right;
		display: block;
		position: absolute;
		right: -15px;
		top: 25px;
	}
}

#reason{
	padding: 100px 0 0;
}
#reason .reason_w{}
#reason .reason_i{

}
#reason .reason_i:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#reason .reason_i .txtarea{
	width: 50%;
	position: relative;
	padding: 80px 0;
	z-index: 3;
}
#reason .reason_i:nth-of-type(2n) .txtarea{
	padding-left: 40px;
}
#reason .reason_i .txtarea .num{
	width: 100px;
	height: 100px;
	border-top: 1px solid #c6af7d;
	border-left: 1px solid #c6af7d;
	font-size: 2.4rem;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 80px;
}
#reason .reason_i:nth-of-type(2n) .txtarea .num{
	left: 40px;
}
#reason .reason_i .txtarea .sub_ttl{
	font-size: 3.0rem;
	line-height: 1.5;
	padding: 60px 0 0 60px;
	margin-bottom: 30px;
}
#reason .reason_i .imgarea{
	width: 50%;
	flex-shrink: 0;
	position: relative;
}
#reason .reason_i:nth-of-type(2n) .imgarea{
	width: 50%;
	flex-shrink: 0;
	position: relative;
	margin-left: 0;
}
#reason .reason_i .imgarea:before {
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
	width: 200px;
	height: 100%;
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	left: -2.5vw;
}
#reason .reason_i:nth-of-type(2n) .imgarea:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
	width: 200px;
	height: 100%;
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	left: auto;
	right: -2.5vw;
}
#reason .reason_i .imgarea .img_in{
	width: 52.5vw;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: -2.5vw;
	top:0;
}
#reason .reason_i:nth-of-type(2n) .imgarea .img_in{
	left: auto;
	right: -2.5vw;
	top:0;
}
#reason .reason_i:nth-of-type(1) .imgarea .img_in{
	background-image: url(../images/reason_img_01@x2.jpg);
}
#reason .reason_i:nth-of-type(2) .imgarea .img_in{
	background-image: url(../images/reason_img_02@x2.jpg);
}
#reason .reason_i:nth-of-type(3) .imgarea .img_in{
	background-image: url(../images/reason_img_03@x2.jpg);
}
@media screen and (max-width: 750px) {
	#reason{
		padding: 70px 0;
	}
	#reason .reason_i,
	#reason .reason_i:nth-of-type(2n){
		flex-direction: column-reverse;
	}
	#reason .reason_i .txtarea{
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
	}
	#reason .reason_i:nth-last-of-type(1) .txtarea{
		padding-bottom: 0;
	}
	#reason .reason_i:nth-of-type(2n) .txtarea{
		padding-left: 0;
	}
	#reason .reason_i .txtarea .num{
		top: 0;
	}
	#reason .reason_i:nth-of-type(2n) .txtarea .num{
		left: 0;
	}
	#reason .reason_i .txtarea .sub_ttl{
		font-size: 2.2rem;
		line-height: 1.5;
		padding: 55px 0 0 45px;
		margin-bottom: 20px;
	}
	#reason .reason_i .imgarea,
	#reason .reason_i:nth-of-type(2n) .imgarea {
    	width: 100%;
		height: 250px;
	}
	#reason .reason_i .imgarea .img_in {
		width: 101vw;
		height: 250px;
		background-size: cover;
		background-position: center;
		position: absolute;
		left: -6%;
		top: 0;
	}
	#reason .reason_i .imgarea:before,
	#reason .reason_i:nth-of-type(2n) .imgarea:before{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
		width: 101vw;
		height: 50px;
		content: "";
		display: block;
		z-index: 2;
		position: absolute;
		left: -6%;
		bottom: 0;
	}
	#reason .reason_i:nth-of-type(2n) .imgarea .img_in {
		left: -6%;
		right: auto;
		top: 0;
	}
	
}

#voice {
	padding: 100px 0 30px;
}
#voice .voice_w{
	justify-content: center;
}
#voice .voice_i{
	width: 287px;
	height: 417px;
	background-image: url(../images/voice_img_01@x2.png);
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0 30px;
	margin-bottom: 50px;
}
#voice .voice_i:nth-of-type(2){
	background-image: url(../images/voice_img_02@x2.png);
}
#voice .voice_i:nth-of-type(3) {
	background-image: url(../images/voice_img_03@x2.png);
}
#voice .voice_i:nth-of-type(4) {
	background-image: url(../images/voice_img_04@x2.png);
}
#voice .voice_i:nth-of-type(5) {
	background-image: url(../images/voice_img_05@x2.png);
}
#voice .voice_i .voice_txt_w{
	width: 287px;
	height: 287px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-self: center;
}
#voice .voice_i .voice_txt_w .txt{
	font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
	#voice .voice_i{
		width: 147px;
        height: 253px;
		background-image: url(../images/voice_img_01_sp.png);
		background-size: cover;
		background-position: center;
		position: relative;
		margin: 0px 10px;
		margin-bottom: 20px;
	}
	#voice .voice_i:nth-of-type(2){
		background-image: url(../images/voice_img_02_sp.png);
	}
	#voice .voice_i:nth-of-type(3) {
		background-image: url(../images/voice_img_03_sp.png);
	}
	#voice .voice_i:nth-of-type(4) {
		background-image: url(../images/voice_img_04_sp.png);
	}
	#voice .voice_i:nth-of-type(5) {
		background-image: url(../images/voice_img_05_sp.png);
	}
	#voice .voice_i .voice_txt_w{
		width: 147px;
        height: 177px;
	    padding: 15px;
	}
	#voice .voice_i .voice_txt_w .txt {
		font-size: 1.2rem;
		line-height: 1.4;
	}
}

#about {
	padding: 100px 0;
}
#about .about_w{
	justify-content: space-between;
}
#about .about_i{
	width: 47%;
}
#about .about_i .txtarea{
	position: relative;
	z-index: 2;
}
#about .about_i .num{
	display: flex;
	width: 80px;
	height: 120px;
	align-items: center;
	justify-content: center;
	font-size: 3.0rem;
	margin:-20px auto 0;
}
#about .about_i h3{
	font-size: 2.8rem;
	line-height: 1.5;
	text-align: center;
	margin-top: -20px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	letter-spacing: 6px;
}
@media screen and (max-width: 750px) {
	#about .about_i{
		width: 100%;
		margin-bottom: 40px;
	}
	#about .about_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	#about .about_i .num{
		height: 100px;
	}
	#about .about_i h3{
	    font-size: 2.2rem;
		margin-bottom: 20px;
		letter-spacing: 4px;
		line-height: 1.3;
	}
}

#item_brand {
	padding: 80px 0;
	border-top: 1px solid #000;
}
#item_brand h2{
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 80px;
}
#item_brand h2 span{
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	display: inline-block;
}
#item_brand .item{
	margin-bottom: 80px;
}
#item_brand .item .item_w{
	justify-content: space-between;
}
#item_brand .item .item_w li{
	width: 18%;
	text-align: center;
}
#item_brand .item .item_w li .imgarea{
	margin-bottom: 30px;
}
#item_brand .item .item_w li .item_name{
	letter-spacing: 0px;
	line-height: 1.5;
	font-weight: 500;
}
#item_brand .brand .brand_w{
}
#item_brand .brand .brand_w li{
	width: 24%;
	text-align: center;
	margin-right: 1%;
	margin-bottom: 1%;
}
@media screen and (max-width: 750px) {
	#item_brand h2{
		font-size: 2.0rem;
		letter-spacing: 3px;
		margin-bottom: 40px;
	}
	#item_brand .item .item_w li{
		width: 48%;
		margin-bottom: 30px;
	}
	#item_brand .brand .brand_w li{
		width: 49%;
	}
}

#schedule {
	padding: 100px 0;
}
#schedule .schedule_w{
	margin-bottom: 60px;
}
#schedule .schedule_w:nth-last-of-type(1){
	margin-bottom: 0;
}
#schedule .schedule_w h3{
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	letter-spacing: 4px;
	margin-bottom: 40px;
}
#schedule .schedule_w h3:before{
	content: "";
	width: 40px;
	height: 1px;
	background: #c6af7d;
	display: block;
	margin-right: 10px;
}

#schedule .table_w{
	margin-bottom: 20px;
}

#schedule .table_w .num{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	margin-right: 10px;
	flex-shrink: 0;
}
#schedule .table_w .schedule_details{
	width: 100%;
}
#schedule .table_w .schedule_details .schedule_item{
	border: 1px solid #fff;
	margin-right: 10px;
	align-items: center;
}
#schedule .table_w .schedule_details .schedule_item_01{
	width: 65%;
}
#schedule .table_w .schedule_details .schedule_item_02 {
	width: 35%;
}
#schedule .table_w .schedule_details .schedule_item:nth-last-of-type(1){
	margin-right: 0;
}
#schedule .table_w .schedule_details .schedule_item dt,#schedule .table_w .schedule_details .schedule_item dd{
	font-size: 2.0rem;
}
#schedule .table_w .schedule_details .schedule_item dt{
	border-right: 1px solid #fff;
	padding: 10px 30px;
	flex-shrink: 0;
}
#schedule .table_w .schedule_details .schedule_item dd{
	padding: 10px 30px;
}
@media screen and (max-width: 750px) {
	#schedule .table_w .schedule_details .schedule_item{
		min-height: 80px;
	}
	#schedule .table_w .schedule_details .schedule_item_01{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#schedule .table_w .schedule_details .schedule_item_02{
		width: 100%;
	}
	#schedule .table_w .schedule_details .schedule_item dt, #schedule .table_w .schedule_details .schedule_item dd{
		font-size: 1.6rem;
	}
	#schedule .table_w .schedule_details .schedule_item dt{
		padding: 10px 20px;
	}
	#schedule .table_w .schedule_details .schedule_item dd{
		padding: 10px 20px;
	}
	#schedule .table_w .num {
		width: 80px;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.8rem;
		margin-right: auto;
		flex-shrink: 0;
		margin-bottom: 10px;
		padding: 5px;
		box-sizing: border-box;
		margin-left: auto;
	}
}

#program{
	padding: 100px 0;
}
#program .program_i{
	padding: 50px 0;
	margin-bottom: 30px;
}
#program .program_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#program .program_i h3{
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	letter-spacing: 4px;
	margin-bottom: 40px;
}
#program .program_i h3:before{
	content: "";
	width: 40px;
	height: 1px;
	background: #c6af7d;
	display: block;
	margin-right: 10px;
}
#program .program_i .program_ii{
	padding:0 50px;
}
#program .program_i .program_ii .img_txt_i{
	align-items: center;
	margin-bottom: 20px;
}
#program .program_i .program_ii .img_txt_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#program .program_i .program_ii .img_txt_i .imgarea{
	flex-shrink: 0;
	margin-right: 30px;
}
#program .program_i .program_ii .img_txt_i .txtarea{}
#program .program_i .program_ii .img_txt_i .txtarea .sub_ttl_w{
	align-items: center;
	margin-bottom: 15px;
}
#program .program_i .program_ii .img_txt_i .txtarea .sub_ttl_w .num{
	font-size: 2.4rem;
	margin-right: 10px;
	line-height: 1;
}
#program .program_i .program_ii .img_txt_i .txtarea .sub_ttl_w h4{
	font-size: 1.8rem;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	#program .program_i{
		padding: 30px 0;
	}
	#program .program_i h3{
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	#program .program_i .program_ii{
		padding: 0 7.5%;
	}
	#program .program_i .program_ii .img_txt_i{
		margin-bottom: 35px;
	}
	#program .program_i .program_ii .img_txt_i .imgarea {
		flex-shrink: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#program .program_i .program_ii .img_txt_i .txtarea .sub_ttl_w{
		justify-content: center;
	}
	
}

#entry_info {
	padding: 0 0 100px;
}
#entry_info .entry_info_w{}
#entry_info .entry_info_w .entry_info_i{
	margin-bottom: 20px;
	padding: 20px;
}
#entry_info .entry_info_w .entry_info_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#entry_info .entry_info_w .entry_info_i dt{
	width: 30%;
	border-right: 1px solid #111;
	font-size: 1.8rem;
	font-weight: 500;
}
#entry_info .entry_info_w .entry_info_i dd{
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 30px;
}
@media screen and (max-width: 750px) {
	#entry_info .entry_info_w .entry_info_i{
		padding: 30px 20px;
	}
	#entry_info .entry_info_w .entry_info_i dt {
		width: 100%;
		border-right: 0px solid #111;
		font-size: 1.6rem;
		font-weight: 500;
		text-align: center;
		border-bottom: 1px solid #111;
		padding-bottom: 20px;
	}
	#entry_info .entry_info_w .entry_info_i dd {
		font-size: 1.6rem;
		font-weight: 500;
		padding-left: 0;
		line-height: 1.5;
		padding-top: 25px;
	}
}

#flow {
	padding: 100px 0;
}
#flow .flow_i {
	margin-bottom: 35px;
	padding: 40px;
	position: relative;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
}
#flow .flow_i:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #dec899;
	border-right: 2px solid #dec899;
	position: absolute;
	top: calc(100% + -20px);
	z-index: 99;
	left: 50%;
	transform: translate(-50%, 0px) rotate(45deg);
}
#flow .flow_i:nth-last-of-type(1):after {
	display: none;
}
#flow .flow_i:nth-last-of-type(1) {
	margin-bottom: 0;
}
#flow .flow_i .icon {
	padding-right: 20px;
	margin-right: 20px;
	flex-shrink: 0;
	text-align: center;
}
#flow .flow_i .flow_sub_ttl_w {
	margin-bottom: 20px;
	align-items: center;
}
#flow .flow_i .flow_sub_ttl_w .num {
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 15px;
	font-size: 2.4rem;
	font-weight: 700;
	border-right: 1px solid #dec899;
	padding-right: 15px;
}
#flow .flow_i .flow_sub_ttl_w .num span{
	
	display: inline-block;
}
#flow .flow_i .flow_sub_ttl_w h3 {
	font-size: 2.4rem;
	letter-spacing: 4px;
	font-weight: 600;
	line-height: 1;
}
#flow .flow_i p{
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	#flow {
		padding: 70px 0;
	}
	#flow .flow_i{
		padding: 7.5%;
		flex-wrap: wrap;
	}
	#flow .flow_i .icon{
		width: 100%;
        text-align: center;
        margin-bottom: 7.5%;
        margin-right: 0;
        padding-right: 0;
	}
	#flow .flow_i .txtarea{
		width: 100%;
	}
	#flow .flow_i p{
		text-align: center;
	}
	#flow .flow_i .flow_sub_ttl_w{
		display: block;
		text-align: center;
	}
	#flow .flow_i .flow_sub_ttl_w .num{
		font-size: 1.8rem;
		margin-right: 0;
		margin-bottom: 20px;
		border-right: 0px solid #dec899;
		padding-right: 0;
	}
	#flow .flow_i .flow_sub_ttl_w .num span{
		border-bottom: 2px solid #dec899;
		padding-bottom: 10px;
	}
	#flow .flow_i .flow_sub_ttl_w h3{
		font-size: 1.8rem;
		line-height: 1.5;
	}
}

#faq {
	padding: 100px 0;
	background: #111111;
}
.faq_i {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	background: #fff;
}
.faq_i.open {
}
.faq_i .ico {
	background: #122052;
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
	letter-spacing: 0;
	line-height: 1
}
.faq_i h3 {
	color: #111;
	font-size: 1.6rem;
	margin-top: 5px;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}
.faq_i .a a{
	color: #153b79;
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 40px 0 40px;
		position: relative;
	}
	.faq_i {
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#form{
	padding: 0 0 90px;
	background: #111;
}
.form_w{
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}
.form_w table{
	width: 100%;
}
.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
	font-weight: 600;
}
.form_w th span{
	color:#dc294a;
	margin-left: 10px;
}
.form_w td{
	padding: 10px;
	vertical-align: top;
}
.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=date],
.form_w td select{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.form_w td label{
	margin-right: 10px;
}
.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
}
.with-validate {
	display : block;
	position : relative;
}
.with-validate label.error {
	display : inline-block;
	position : absolute;
	z-index : 5;
	left : -5px;
	bottom : 100%;
	margin-bottom : 10px;
	background : #c3272a;
	color : #fff;
	padding : 5px 10px;
	font-size : 12px;
	border-radius : 4px;
}
.with-validate label.error::before {
	content : '';
	background-color : transparent;
	position : absolute;
	top : 100%;
	margin : 0;
	left : 20px;
	width : 0;
	height : 0;
	border-width : 10px;
	border-style : solid;
	border-color : #c3272a transparent transparent;
}
.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }
.form_w input[type=submit]{
	width: 50%;
	border: none;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
.form_w input[type=radio]{
	margin: 0;
    vertical-align: middle;
}
.form_w td,.form_w th{
	vertical-align:middle;
}
.form_w input[type=submit] {
	background: #c6af7d;
    padding: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
	font-size: 1.8rem;
	letter-spacing: 4px;
}


.radio_w {
	padding:5px 15px;
}

.radio_w input[type=checkbox] {
	display: none;
}

.radio_w input[type=checkbox]+label {
	padding-left: 30px;
	position: relative;
}

.radio_w input[type=checkbox]+label:before {
	border-radius: 5px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
}

.radio_w input[type=checkbox]+label:after {
	border-radius: 100px;
	width: 10px;
	height: 10px;
	background: #ff001f;
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	left: 6px;
	opacity: 0;
}

.radio_w input[type="checkbox"]:checked+label:after {
	opacity: 1;
}

.name_w{
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.name_w .name_i{
	width: 49%;
	align-items: center;
}
@media screen and (max-width: 750px) {
	#form{
		padding: 0 0 60px;
		position: relative;
	}
	.form_w{
		padding: 5%;
	}
	.form_w.in_in{
	}
	.form_w td,.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}

	.form_w td input[type=text],
	.form_w td input[type=tel],
	.form_w td input[type=email],
	.form_w td input[type=date],
	.form_w td select{
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.form_w input[type=submit] {
		font-size: 1.4rem;
		letter-spacing: 4px;
	}
}

footer {
	padding: 10px 0;
	text-align: center;
	background: #111;
}

.thanks #main {
    padding: 80px 0;
    text-align: center;
}

.thanks #main .icon {
    text-align: center;
    margin-bottom: 15px
}

.thanks #main .icon img {
    width: 40px
}

.thanks #main h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.thanks #main .btn_w {
    text-align: center;
    margin-top: 40px
}

.thanks #main .btn_w a {
    display: inline-block;
    background: #c6af7d;
    padding: 10px 20px;
    width: 300px;
    box-sizing: border-box;
    border-radius: 100px;
    border-bottom: #6b5e42 3px solid;
    color: #fff
}

@media screen and (max-width: 750px) {
    .thanks #main {
        padding:50px 0;
        text-align: center
    }
	.thanks #main h1{
		font-size: 2.3rem;
	}
}


.confirm{
	background: #111;
}
.confirm .form-confirm{
	padding: 60px 0;
}
.confirm .form-confirm h3{
	font-size: 3.0rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.confirm .formTable{
	width: 100%;
	text-align: left;
	border-top: 1px solid #fff;
	margin-top: 40px;
	margin-bottom: 40px;
}
.confirm .formTable th,.confirm .formTable td{
	border-bottom: 1px solid #fff;
	padding:20px 20px;
}
.confirm .formTable th{
	background: rgba(255, 255, 255, 0.1);
}

.confirm .btn-return {
	background: #fff;
	padding: 15px;
	color: #111;
	text-align: center;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	font-size: 1.8rem;
	letter-spacing: 4px;
	border: none;
	width: 30%;
}
.confirm .btn-submit {
	background: #c6af7d;
    padding: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
	font-size: 1.8rem;
	letter-spacing: 4px;
	border: none;
	width: 30%;
}
@media screen and (max-width: 750px) {
	.confirm .formTable th,
	.confirm .formTable td{
			display: block;
			padding: 10px;
	}
	.confirm .formTable th{
		border-bottom: 0px;
	}
	.confirm .btn-return,.confirm .btn-submit{
		width: 48%;
		font-size: 1.6rem;
	}
}

.thanks .flow_w h2{
	font-size: 2.2rem;
	margin-bottom: 20px;
	color: #fff;
}
.thanks .flow_w ul{
	justify-content: space-between;
	margin-bottom: 40px;
}
.thanks .flow_w ul li{
	width: 23%;
	border: 1px solid #fff;
	padding: 15px;
	box-sizing: border-box;
}
.thanks .flow_w ul li.comp{
	opacity: 0.6;
}
.thanks .flow_w ul li.current {
	border: 1px solid #c6af7d;
	color: #c6af7d;
}
.thanks .flow_w ul li > div{
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}
.thanks .mov_w{
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
	.thanks .flow_w h2{
		font-size: 1.8rem;
	}
	.thanks .flow_w ul li {
		width: 49%;
		border: 1px solid #fff;
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 9px;
		font-size: 1.2rem;
	}
	.thanks .u_txt{
		text-align: left;
	}
	.thanks .mov_w iframe{
		width: 100%;
		height: 190px;
	}
}