@charset "utf-8";

/* デザインに合わせて適宜変更してください */

/* パーツテンプレート
------------------------------------------------------------------*/
/* heading */
.hdg3{
	padding: 0;
	line-height: 1em;
	font-size: 1111.111%;
	letter-spacing: 0.1em;
	color: #5d4d2c;
	text-align: center;
	font-family: jaf-bernina-sans-comp, sans-serif;
	font-weight: 300;
	font-style: normal;
	position: relative;
}
.hdg3:after{
	content: "";
	display: block;
	width: 100%;
	border-bottom: solid 1px #5d4d2c;
	height: 1px;
	position: absolute;
	bottom: 29px;
}
.hdg4 {
	margin-bottom: 40px;
}
.hdg5 {
	margin-bottom: 20px;
}
/* row */
.row_default01 {
	margin-bottom: 60px;
}
.row_default01 .col_txt {
	width: 57%;
}
.row_default01 .copy {
	font-size: 137.5%;
	margin-bottom: 10px;
}
.row_default01 .col_img {
	width: 38%;
}
.row_default01.row_1240px .col_txt {
	width: 60%;
}
.row_default01.row_1240px .col_img {
	width: 37%;
	max-width: 450px;
}
.row_default02 {
	margin-bottom: 60px;
}
.row_default02 .col {
	width: 48%;
}
.row_default03 {
	margin-bottom: 60px;
}
.row_default03 .col {
	width: 32%;
}
.row_default04 {
	margin-bottom: 60px;
}
.row_default04 .col_txt {
	width: 66%;
}
.row_default04 .col_img {
	width: 29%;
}
.row_default05 .col_txt {
	width: 61%;
}
.row_default05 .col_img {
	width: 33%;
	max-width: 290px;
}
.box_1240px .row_default05 .col_txt {
	width: 70%;
}
.box_1240px .row_default05 .col_img {
	width: 26%;
	max-width: 290px;
}
/* box */
.box_default01 {
	background: #eee;
	padding: 40px 5% 45px;
	margin-bottom: 60px;
}
.row_default02 .box_default01 {
	margin-bottom: 0;
}
.row_default03 .box_default01 {
	padding: 40px 3% 45px;
	margin-bottom: 0;
}
.box_default01 .ttl {
	font-size: 125%;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
.box_default01 h5 {
	font-size: 125%;
	text-align: center;
	font-weight: normal;
	margin: 0 auto 25px;
}
.box_default02 {
	background: #ede3d4;
	padding: 50px 50px;
	margin-bottom: 60px;
}
/* bg */
.bg_default01 {
	background: #eee;
	margin-bottom: 60px;
	padding: 50px 0 60px;
}
.bg_default01 .copy {
	font-size: 150%;
	margin-bottom: 20px;
	letter-spacing: .1em;
}
.bg_default01 .txt {
	line-height: 2;
}
/* list */
.list_default li {
	position: relative;
	padding-left: 20px;
	line-height: 1.44;
}
.list_default li:not(:first-child) {
	margin-top: 14px;
}
.list_default li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #d9b310;
	border-radius: 50%;
	left: 0;
	top: .55em;
}
.list_default01 li {
	width: 49%;
}
.list_default01 li:nth-child(-n+2) {
	margin-top: 0;
}
.list_default02 {
	position: relative;
}
.list_default02 li:nth-child(-n+3) {
	margin-top: 0;
}
.list_default02:before, .list_default03:before {
	content: "";
	display: block;
	order: 1;
}
.list_default02:after, .list_default03:after {
	content: "";
	display: block;
}
.list_default02 li, .list_default02:before, .list_default02:after {
	width: 33%;
}
.list_default03 li, .list_default03:before, .list_default03:after {
	width: 24%;
}
.list_default03 li:nth-child(-n+4) {
	margin-top: 0;
}
/* case */
.box_case > .flex {
	position: relative;
}
.box_case > .flex:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 17px solid #5d4d2c;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	right: 0;
	left: 0;
	top: 22%;
	bottom: 0;
	margin: auto;
}
.box_case .col {
	width: calc(480/1080*100%);
	max-width: 480px;
}
.box_case .col:nth-child(1) {
	margin-right: auto;
}
.box_case .col .ttl {
	background: #1d2d4e;
	color: #ffffff;
	font-size: 160%;
	letter-spacing: .1em;
	margin-bottom: 23px;
	padding: 5px;
}
/* flow */
.box_flow {
	position: relative;
}
.box_flow.arw_flow {
	margin-bottom: 55px;
}
.arw_flow:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 16px solid #ab987a;
	border-right: 23px solid transparent;
	border-left: 23px solid transparent;
	right: 0;
	left: 0;
	bottom: -35px;
	margin: auto;
}
.box_flow .col_txt {
	width: 63.39%;
}
.box_flow .col_txt dt {
	margin-bottom: 20px;
}
.box_flow .col_txt dt .num {
	background: #0b3c5d;
	color: #fff;
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 122.222%;
	font-family: neue-kabel, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.box_flow .col_txt dt .ttl {
	width: calc(100% - 60px);
	font-size: 166.666%;
	letter-spacing: .1em;
	line-height: 1.3;
	display: inline-block;
	color: #1d2d4e;
}
.box_flow .col_img {
	width: 36.61%;
	max-width: 345px;
}
.box_flow.box_1240px .col_txt {
	width: 65%;
	line-height: 2;
}
.box_flow.box_1240px .col_img {
	width: 31%;
}
/* qa */
.box_qa01 {
	background: #eee;
	padding: 50px 5% 45px;
	margin-bottom: 40px;
}
.box_qa01 dt {
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.box_qa01 .box_q {
	background: #333;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 125%;
}
.box_qa01 .txt_q {
	width: calc(100% - 60px);
	font-size: 125%;
	line-height: 1.6;
	letter-spacing: .1em;
}
.box_qa02 {
	margin-bottom: 40px;
}
.box_qa02 .box_q {
	background: #eee;
	margin-bottom: 20px;
}
.box_qa02 .box_q .box {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #333;
	font-size: 187.5%;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
}
.box_qa02 .box_q .txt {
	width: calc(100% - 60px);
	line-height: 1.6;
	font-size: 125%;
	letter-spacing: .1em;
	padding: 13px 38px 14px;
}
.box_qa02 .box_a {
	background: #eee;
}
.box_qa02 .box_a .box {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #aaa;
	font-size: 187.5%;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
}
.box_qa02 .box_a .txt {
	width: calc(100% - 60px);
	padding: 30px 38px 35px;
}
.box_qa03 {
	margin-bottom: 40px;
}
.box_qa03 .box_q:hover {
	cursor: pointer;
}
.box_qa03 .box_q .box {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #1d2d4e;
	font-size: 222.222%;
	letter-spacing: 0;
	text-align: center;
	font-family: jaf-bernina-sans-comp, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.box_qa03 .box_q .txt {
	width: calc(100% - 60px);
	line-height: 1.5;
	font-size: 133.333%;
	letter-spacing: .1em;
	padding: 13px 50px 14px 30px;
	position: relative;
	color: #fff;
	background: #153d90;
}
.box_qa03 .box_q .txt .icn:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 2px;
	background: #ffffff;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.box_qa03 .box_q .txt .icn:after {
	content: "";
	position: absolute;
	height: 18px;
	width: 2px;
	background: #ffffff;
	right: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 1;
	transition: .3s;
}
.box_qa03.open .box_q .txt .icn:after {
	opacity: 0;
	transition: .3s;
}
.box_qa03 .box_a {
	display: none;
	padding: 40px 5% 45px;
	background: #ede3d4;
}
/* prof */
.row_prof {
	margin-bottom: 60px;
}
.box_prof {
	background: #eee;
	padding: 50px 5% 50px;
	width: 48%;
}
.box_prof h5 {
	text-align: center;
	font-size: 125%;
	font-weight: normal;
	margin-bottom: 24px;
}
.box_prof01 dl {
	line-height: 1.444;
}
.box_prof01 dt {
	width: 90px;
	color: #d9b310;
}
.box_prof01 dd {
	width: calc(100% - 90px);
}
.box_prof01 dt:not(:last-of-type), .box_prof01 dd:not(:last-of-type) {
	margin-bottom: 15px;
}
.box_prof.box_1240px {
	width: 48.5%;
}
.ttl_prof01 {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.5;
	padding-bottom: 13px;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
}
.bg_prof {
	background: #eee;
	padding: 55px 0 60px;
}
.list_prof .year {
	width: 5em;
}
.list_prof .txt {
	width: calc(100% - 5em);
}
.list_prof li {
	padding: 10px 0 11px;
	border-bottom: 2px dotted #333;
	width: 100%;
}
/* video */
.box_video01 {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 60px;
}
.box_video01 iframe {
	height: 490px;
}
.box_video02 {
	width: 100%;
	max-width: 854px;
	margin: 0 auto 60px;
}
.box_video02 iframe {
	height: 480px;
}
/* table */
.tbl_default {
	margin: 0 auto 60px;
}
.tbl_default table {
	border: 1px solid #0b3c5d;
	width: 100%;
	line-height: 1.5;
}
.tbl_default th {
	background: #0b3c5d;
	color: #fff;
	width: calc(350/1080*100%);
	text-align: left;
	font-weight: 500;
	padding: 15px 18px;
	vertical-align: top;
}
.tbl_default.half th {
	width: 50%;
}
.tbl_default tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.tbl_default td {
	width: calc(730/1080*100%);
	padding: 15px 18px;
	background: #ffffff;
}
.tbl_default.half td {
	width: 50%;
}
.tbl_default tr:not(:last-child) td {
	border-bottom: 1px solid #333;
}
.tbl_caption {
	margin-top: 15px;
	line-height: 1.4;
}
.tbl_recruit .require span {
	position: relative;
	width: 100%;
	display: inline-block;
}
.tbl_recruit .require span:after {
	content: "必須";
	display: inline-block;
	color: #333;
	background: #fff;
	width: 40px;
	height: 25px;
	vertical-align: middle;
	position: absolute;
	right: 4px;
	font-size: 75%;
	text-align: center;
	line-height: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.tbl_recruit span.wpcf7-list-item.first {
	margin-left: 0;
}
.tbl_recruit td input {
	border: 1px solid #ddd;
	padding: 4px;
	width: 49%;
}
.tbl_recruit td .wpcf7-checkbox input, .tbl_recruit td .wpcf7-radio input {
	width: auto;
}
.tbl_recruit td select {
	background: #f2f4f5;
	width: 49%;
	padding: 5px;
}
.tbl_recruit td textarea {
	border: 1px solid #ddd;
	width: 100%;
	max-height: 200px;
}
.btn_submit {
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 330px;
	width: 100%;
}
.btn_submit:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 34px;
	transform: rotate(-45deg);
}
.btn_submit:hover {
	cursor: pointer;
	opacity: .85;
	transition: .3s;
}
.btn_submit input {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 137.5%;
	background: #333;
	line-height: 1;
	padding: 19px 5px;
	letter-spacing: .1em;
}
.btn_submit input:hover {
	cursor: pointer;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -35px;
	margin: auto!important;
}
.txt_accept {
	text-align: center;
	margin: 40px auto;
}
.txt_accept span.wpcf7-list-item {
	margin-left: 0;
}
.box_form {
	background: #eee;
	text-align: center;
	padding: 10px 5% 15px;
	margin-bottom: 50px;
}
.box_privacy {
	border: 1px solid #333;
	padding: 40px 5% 45px;
	max-height: 250px;
	overflow-y: auto;
	margin: 0 auto 60px;
}
.box_privacy .ttl {
	font-size: 125%;
	letter-spacing: .1em;
	font-weight: bold;
	margin-bottom: 15px;
}
/* box_1240pxが優先になるよう下の行に記述 */
.box_1240px {
	padding-left: 4%;
	padding-right: 4%;
}
.tbl_time01 {
	width: 100%;
	max-width: 500px;
}
.tbl_time01.day8 {
	max-width: 530px;
}
.tbl_time01 table {
	width: 100%;
	background: #ffffff;
	border: 1px solid #153d90;
}
.tbl_time01 thead th {
	background: #153d90;
	color: #fff;
	font-weight: normal;
	padding: 9px 0 12px;
	font-size: 88.888%;
}
.tbl_time01 thead th:first-child, .tbl_time01 tbody th {
	width: 38%;
}
.tbl_time01.day8 thead th:first-child, .tbl_time01.day8 tbody th {
	width: 36%;
}
.tbl_time01 tbody th {
	font-weight: normal;
	font-size: 88.888%;
}
.tbl_time01 tbody th, .tbl_time01 tbody td {
	padding: 9px 0 12px;
}
.tbl_time01 thead th:not(:first-child), .tbl_time01 tbody td {
	width: calc(50% / 6);
	text-align: left;
}
.tbl_time01.day8 thead th:not(:first-child), .tbl_time01.day8 tbody td {
	width: calc(54% / 7);
}
.tbl_time01 thead th:last-child, .tbl_time01 tbody td:last-child {
	width: 12%;
	text-align: left;
}
.tbl_time01.day8 thead th:last-child, .tbl_time01.day8 tbody td:last-child {
	width: 10%;
}
.tbl_time01 tbody td {
	font-size: 77.777%;
	padding-left: .05em;
	color: #328cc1;
}
.tbl_caption{
	font-size: 88.888%;
}
.tbl_caption span{
	color: #328cc1;
}
.tbl_time01 tbody tr:first-child th {
	padding-left: .6em;
}
.tbl_time01 tr:not(:last-child) th, .tbl_time01 tr:not(:last-child) td {
	border-bottom: 1px solid #153d90;
}
.tbl_time02 {
	width: 100%;
	max-width: 500px;
}
.tbl_time02.day8 {
	max-width: 530px;
}
.tbl_time02 .box {
	background: #666;
	padding: 12px 15px;
}
.tbl_time02 table {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	color: #fff;
}
.tbl_time02.day8 table {
	max-width: 470px;
}
.tbl_time02 thead th {
	font-weight: normal;
	padding: 9px 0 15px;
	border-bottom: 1px solid #fff;
}
.tbl_time02 thead th:first-child, .tbl_time02 tbody th {
	width: 38%;
}
.tbl_time02.day8 thead th:first-child, .tbl_time02.day8 tbody th {
	width: 36%;
}
.tbl_time02 tbody th {
	font-weight: normal;
}
.tbl_time02 tbody th, .tbl_time02 tbody td {
	padding: 11px 0 3px;
}
.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody tr:last-child td {
	padding: 3px 0 10px;
}
.tbl_time02 thead th:not(:first-child), .tbl_time02 tbody td {
	width: calc(51% / 6);
	text-align: left;
}
.tbl_time02.day8 thead th:not(:first-child), .tbl_time02.day8 tbody td {
	width: calc(53% / 7);
}
.tbl_time02 thead th:last-child, .tbl_time02 tbody td:last-child {
	width: 11%;
	text-align: left;
}
.tbl_time02.day8 thead th:last-child, .tbl_time02.day8 tbody td:last-child {
	width: 11%;
}
.tbl_time02 tbody td {
	font-size: 87.5%;
	padding-left: .05em;
}
.tbl_time02 tbody tr:first-child th {
	padding-left: .6em;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.row_default02 .col {
		width: 49%;
	}
	.row_default03 .col {
		width: 32%;
	}
	.row_default02 .box_default01, .row_default03 .box_default01 {
		padding: 30px 3%;
		margin-bottom: 0;
	}
	.box_1240px .row_default05 .col_img {
		width: 33%;
	}
	.box_1240px .row_default05 .col_txt {
		width: 61%;
	}
	.box_qa03 .box_a {
		padding: 30px 5% 40px;
	}
	.row_prof {
		display: block;
	}
	.box_prof,.box_prof.box_1240px {
		width: 100%;
	}
	.box_prof01 {
		margin-bottom: 40px;
	}
	.tbl_default th {
		width: 40%;
	}
	.tbl_default td {
		width: 60%;
	}
	.tbl_time01, .tbl_time02 {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	/* heading */
	.hdg3 {
		padding: 0;
		line-height: 1em;
		font-size: 625%;
		letter-spacing: 0.1em;
		color: #5d4d2c;
		text-align: center;
		font-family: jaf-bernina-sans-comp, sans-serif;
		font-weight: 300;
		font-style: normal;
		position: relative;
	}
	.hdg3:after{
		content: "";
		display: block;
		width: 100%;
		border-bottom: solid 1px #5d4d2c;
		height: 1px;
		position: absolute;
		bottom: calc(29/750*100vw);
	}
	.hdg4 {
		margin-bottom: 6vw;
	}
	.hdg5 {
		margin-bottom: 4vw;
	}
	/* row */
	.row_default01 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default01 .col_txt {
		width: 100%!important;
		max-width: 100% !important;
	}
	.row_default01 .copy {
		font-size: 118.75%;
		margin-bottom: 2vw;
	}
	.row_default01 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_default02 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default02 .col {
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_default02 .col_l {
		margin-bottom: 7vw;
	}
	.row_default03 {
		display: block;
		margin-bottom: 11vw;
	}
	.row_default03 .col {
		width: 100%!important;
		max-width: 100%!important;
		margin-right: auto;
		margin-left: auto;
	}
	.row_default03 .box_default01 {
		padding: 6vw 5% 7vw;
	}
	.row_default03 .col:not(:last-child) {
		margin-bottom: 10.5vw;
	}
	.row_default04 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default04 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
		margin-bottom: 5vw!important;
	}
	.row_default04 .col_txt {
		width: 100%!important;
		max-width: 100%!important;
	}
	.row_default05 {
		display: block!important;
	}
	.row_default05 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
		margin-bottom: 5vw;
	}
	.row_default05 .col_txt {
		width: 100%!important;
		max-width: 100%!important;
	}
	/* box */
	.box_default01 {
		padding: 6vw 5% 7vw;
		margin-bottom: 11vw;
	}
	.box_default01.list {
		padding-bottom: 7vw;
	}
	.box_default01 .ttl {
		letter-spacing: .0em;
		margin-bottom: 3.5vw;
	}
	.box_default02 {
		padding: 7vw 5%;
		margin-bottom: 11vw;
	}
	/* bg */
	.bg_default01 {
		padding: 6.5vw 0 7vw;
	}
	.bg_default01 .copy {
		font-size: 125%;
		letter-spacing: 0;
		margin-bottom: 3.5vw;
	}
	.bg_default01 .txt {
		line-height: 1.5;
	}
	/* list */
	.list_default {
		display: block;
	}
	.list_default li {
		width: 100%;
	}
	.list_default li:not(:first-child) {
		margin-top: 3vw;
	}
	/* case */
	.box_case {
		padding: 4vw 5%;
	}
	.box_case > .flex:before {
		border-left-width: calc(15 / 750 * 100vw);
		border-top-width: calc(22 / 750 * 100vw);
		border-bottom-width: calc(22 / 750 * 100vw);
		top: 25%;
	}
	.box_case .col {
		width: 46%;
	}
	.box_case .col .ttl {
		font-size: 75%;
		padding: 2px;
		margin-bottom: 3vw;
	}
	/* flow */
	.box_flow {
		display: block !important;
		padding: 8vw 5% 7vw;
		margin-bottom: 11vw;
	}
	.box_flow.arw_flow {
		margin-bottom: 15vw;
	}
	.box_flow .col_img {
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
	}
	.box_flow .col_txt {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: calc(40/750*100vw);
	}
	.box_flow .col_txt dt {
		margin-bottom: 3vw;
	}
	.box_flow .col_txt dt .num {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		line-height: calc(40 / 750 * 100vw);
		font-size: 100%;
		margin-top: calc(8/750*100vw);
	}
	.box_flow .col_txt dt .ttl {
		width: calc(100% - calc(60 / 750 * 100vw));
		font-size: 134.375%;
		letter-spacing: 0;

	}
	.arw_flow:before {
		border-top-width: calc(30 / 750 * 100vw);
		border-right-width: calc(45 / 750 * 100vw);
		border-left-width: calc(45 / 750 * 100vw);
		bottom: -9.5vw;
	}
	/* qa */
	.box_qa01 {
		padding: 8vw 5% 7vw;
		margin-bottom: 5vw;
	}
	.box_qa01 dt {
		padding-bottom: 6vw;
		margin-bottom: 3.5vw;
	}
	.box_qa01 .box_q {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 137.5%;
	}
	.box_qa01 .txt_q {
		width: calc(100% - calc(100 / 750 * 100vw));
		font-size: 112.5%;
		line-height: 1.33;
		letter-spacing: 0;
	}
	.box_qa02 {
		margin-bottom: 8vw;
	}
	.box_qa02 .box_q {
		margin-bottom: 5.5vw;
	}
	.box_qa02 .box_q .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 156.25%;
	}
	.box_qa02 .box_q .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		font-size: 112.5%;
		line-height: 1.33;
		letter-spacing: 0;
		padding: 2vw 4vw;
	}
	.box_qa02 .box_a .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 156.25%;
	}
	.box_qa02 .box_a .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		padding: 3vw 4vw 3vw;
	}
	.box_qa03 {
		margin-bottom: 5vw;
	}
	.box_qa03 .box_q .box {
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		line-height: calc(80 / 750 * 100vw);
		font-size: 156.25%;
	}
	.box_qa03 .box_q .txt {
		width: calc(100% - calc(80 / 750 * 100vw));
		font-size: 112.5%;
		line-height: 1.33;
		letter-spacing: 0;
		padding: 2vw 8vw 2vw 4vw;
	}
	.box_qa03 .box_q .txt .icn:before {
		width: calc(24 / 750 * 100vw);
		right: 3.5vw;
	}
	.box_qa03 .box_q .txt .icn:after {
		height: calc(24 / 750 * 100vw);
		right: 4.8vw;
	}
	.box_qa03 .box_a {
		padding: 3vw 4% 3vw;
	}
	/* prof */
	.row_prof {
		display: block;
		margin-bottom: 11vw;
	}
	.box_prof,.box_prof.box_1240px {
		width: 100%;
		padding: 8vw 5%;
	}
	.box_prof h5 {
		font-size: 106.25%;
		margin-bottom: 4vw;
	}
	.box_prof01 {
		margin-bottom: 5vw;
	}
	.box_prof01 dt {
		width: 25%;
	}
	.box_prof01 dd {
		width: 75%;
	}
	.box_prof01 dt:not(:last-of-type), .box_prof01 dd:not(:last-of-type) {
		margin-bottom: 2.5vw;
	}
	.bg_prof {
		padding: 6.5vw 0 8vw;
	}
	.ttl_prof01 {
		padding-bottom: 2.5vw;
		margin-bottom: 4vw;
	}
	.list_prof li {
		padding: 2vw 0;
	}
	/* youtube */
	.box_video01 {
		max-width: 100%!important;
		margin-bottom: 11vw;
	}
	.box_video01 iframe {
		height: calc(490 / 750 * 100vw);
	}
	.box_video02 {
		max-width: 100% !important;
		margin-bottom: 11vw;
	}
	.box_video02 iframe {
		height: calc(394 / 750 * 100vw);
	}
	/* table */
	.tbl_default {
		margin-bottom: 11vw;
	}
	.tbl_default th {
		width: 40%;
		padding: 2vw 3vw 3vw;
		-ms-vertical-align: middle;
		vertical-align: middle;
	}
	.tbl_default td {
		width: 60%;
		padding: 2vw 3vw 3vw;
	}
	.tbl_caption {
		margin-top: 4vw;
	}
	.tbl_recruit table, .tbl_recruit tbody, .tbl_recruit tr, .tbl_recruit th, .tbl_recruit td {
		display: block;
		width: 100%!important;
	}
	.tbl_recruit th {
		padding: 3vw 4vw 4vw;
	}
	.tbl_recruit .require span:after {
		font-size: 62.5%;
		width: 35px;
		height: 20px;
		line-height: 20px;
		right: 2px;
	}
	.tbl_recruit td {
		padding: 4vw 4vw 5vw;
	}
	.tbl_recruit td input {
		width: 100%;
	}
	.txt_accept {
		margin: 9vw auto 10vw;
	}
	.box_form {
		text-align: left;
		padding: 3vw 5%;
		margin-bottom: 8vw;
	}
	.btn_submit {
		max-width: 300px;
	}
	.btn_submit input {
		font-size: 106.25%;
		padding: 4vw 5% 5vw;
	}
	div.wpcf7 .ajax-loader {
		right: auto;
		bottom: 0;
	}
	.box_privacy {
		padding: 6.5vw 5% 8vw;
		max-height: calc(626 / 750 * 100vw);
		margin-bottom: 8vw;
	}
	.box_privacy .ttl {
		font-size: 106.25%;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.tbl_time01, .tbl_time01.day8 {
		max-width: 100%;
	}
	.tbl_time01 th {
		letter-spacing: .1em;
	}
	.tbl_time01 thead th {
		padding: 2vw 0 2.2vw;
	}
	.tbl_time01 thead th:first-child, .tbl_time01 tbody th {
		width: 35%;
	}
	.tbl_time01.day8 thead th:first-child, .tbl_time01.day8 tbody th {
		width: 32%;
	}
	.tbl_time01 tbody th, .tbl_time01 tbody td {
		padding: 2vw 0 2.2vw;
	}
	.tbl_time01 thead th {
		font-size: 68.75%;
	}
	.tbl_time01 thead th:first-child {
		font-size: 75%;
	}
	.tbl_time01 tbody th {
		font-size: 75%;
		padding-left: .05em;
	}
	.tbl_time01 tbody td {
		font-size: 62.5%;
		padding-left: .05em;
	}
	.tbl_time01 thead th:not(:first-child), .tbl_time01 tbody td {
		width: calc(53% / 6);
	}
	.tbl_time01.day8 thead th:not(:first-child), .tbl_time01.day8 tbody td {
		width: calc(57% / 7);
	}
	.tbl_time01 thead th:last-child, .tbl_time01 tbody td:last-child {
		width: 12%;
	}
	.tbl_time01.day8 thead th:last-child, .tbl_time01.day8 tbody td:last-child {
		width: 11%;
	}
	.tbl_time02, .tbl_time02.day8 {
		max-width: 100%;
	}
	.tbl_time02 .box {
		padding: 1.7vw 5vw;
	}
	.tbl_time02 th {
		font-size: 68.75%;
		letter-spacing: .1em;
	}
	.tbl_time02 thead th {
		padding: 2vw 0 3vw;
	}
	.tbl_time02 thead th:first-child, .tbl_time02 tbody th {
		width: 37%;
	}
	.tbl_time02.day8 thead th:first-child, .tbl_time02.day8 tbody th {
		width: 38%;
	}
	.tbl_time02 tbody th, .tbl_time02 tbody td {
		padding: 3vw 0 2vw;
	}
	.tbl_time02 tbody tr:last-child th, .tbl_time02 tbody tr:last-child td {
		padding: 0 0 2vw;
	}
	.tbl_time02 tbody td {
		font-size: 62.5%;
		padding-left: .05em;
	}
	.tbl_time02 thead th:not(:first-child), .tbl_time02 tbody td {
		width: calc(52% / 6);
	}
	.tbl_time02.day8 thead th:not(:first-child), .tbl_time02.day8 tbody td {
		width: calc(51% / 7);
	}
	.tbl_time02 thead th:last-child, .tbl_time02 tbody td:last-child {
		width: 11%;
	}
	.tbl_time02.day8 thead th:last-child, .tbl_time02.day8 tbody td:last-child {
		width: 11%;
	}
	.tbl_time .tbl_caption {
		font-size: 100%;
		letter-spacing: .1em;
		margin-top: 3vw;
	}
}