@charset "UTF-8";

/* ttl_page
----------------------------------------*/
.ttl_page {
	margin: 50px 0;
}
.ttl_page h1 {
	text-align: center;
	padding: 26px 0 40px;
	font-weight: normal;
	line-height: 1.6;
	font-size: 13px;
	letter-spacing: .2px;
}

.ttl_page h1:before,
.ttl_page h1:after {
	content: "";
	width: 62px;
	height: 13px;
	background: url(../img/common/h2_red.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -31px;
}

.ttl_page h1:after {
	height: 28px;
	background: url(../img/common/h2_red.png) no-repeat left bottom;
	top: auto;
	bottom: 0;
}

.ttl_page h1 span {
	font-size: 141.6%;
	font-weight: bold;
	letter-spacing: -.5px;
	display: inline-block;
}

.ttl_page h1 span.en {
	font-size: 22px;
	letter-spacing: -.1px;
}


@media only screen and (max-width: 767px) {
	.ttl_page {
		margin: 30px 0;
	}
	.ttl_page h1 {
		height: auto;
		padding: 26px 0 40px;
		line-height: 1.8;
		background: none;
	}

	.ttl_page h1:before,
	.ttl_page h1:after {
		content: "";
		width: 62px;
		height: 13px;
		background: url(../img/common/h2_red.png) no-repeat;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -31px;
	}

	.ttl_page h1:after {
		height: 28px;
		background: url(../img/common/h2_red.png) no-repeat left bottom;
		top: auto;
		bottom: 0;
	}
}

/* title
----------------------------------------*/
.ttl_h2 {
	font-size: 13px;
	margin: 105px 0 15px;
	text-align: center;
	font-weight: normal;
}
.ttl_h2 span {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.ttl_h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

.ttl_red {
	color: #FF1100;
	font-size: 25px;
	font-family: 'Questrial', sans-serif;
	padding: 0 35px 15px;
	font-weight: normal;
}

.ttl_rounded_block {
	padding: 17px 0 13px;
	text-align: center;
}
.ttl_rounded {
	font-size: 15px;
	padding: 5px 40px;
	border-radius: 20px;
	background: #fff;
	display: inline-block;
}

span.small_red {
	font-size: 13px;
	font-weight: normal;
	color: #FF1100;
}

@media only screen and (max-width: 767px) {
	.ttl_h2 {
		margin: 60px 0 15px;
	}
	
	.ttl_red {
		padding: 5px;
	}
	
	.ttl_rounded_block {
		padding: 12px 9px 12px;
		text-align: center;
	}
	.ttl_rounded {
		font-size: 12px;
		padding: 5px 10px;
		border-radius: 20px;
		background: #fff;
		display: block;
	}
}

/* midashi_block
----------------------------------------*/
.ttl_page_sub {
	margin: 50px 0 20px;
	text-align: center;
	font-weight: bold;
}

.midashi_block {
	margin: 0 0 60px;
	padding: 30px 0;
	border-top: 5px solid #F10;
	border-bottom: 5px solid #F10;
}

.ttl_page_sub + .midashi_block {
	margin: 0 0 60px;
}

.midashi_block h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.5px;
}

.midashi_block .ttl_boder {
	font-size: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.midashi_block .ttl_boder::after {
	content: "";
	display: block;
	width: 500px;
	margin: 0 auto;
	height: 1px;
	background: #a19a95;
	position: absolute;
	bottom: 0;
}

.midashi_block .text_sub {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 15px;
}

.midashi_block :after {
	content: "";
	display: block;
	position: absolute;
	bottom: -47px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/common/arrow_red.png) no-repeat;
	width: 54px;
	height: 17px;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.midashi_block {
		margin: 60px 0 40px;
	}

	.midashi_block .ttl_boder {
		padding-bottom: 15px;
		margin: 0 25px 15px;
		line-height: 1.2;
	}
	.midashi_block .ttl_boder::after {
		width: 100%;
	}
}

.midashi_block_gray {
	margin: 0 0 60px;
	padding: 30px 0;
	background: #565656;
	color: #fff;
	z-index: 100;
}

.ttl_page_sub + .midashi_block_gray {
	margin: 0 0 60px;
}

.midashi_block_gray h3 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	letter-spacing: -.5px;
}

.midashi_block_gray .ttl_boder {
	font-size: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.midashi_block_gray .ttl_boder::after {
	content: "";
	display: block;
	width: 500px;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
}

.midashi_block_gray .text_sub {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 15px;
}

.midashi_block_gray > :after {
	content: "";
	display: block;
	position: absolute;
	bottom: -47px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/common/arrow_gray.png) no-repeat;
	width: 54px;
	height: 17px;
	z-index: 100;
}

@media only screen and (max-width: 767px) {
	.midashi_block_gray .ttl_boder::after {
		width: 88%;
	}

	.midashi_block_gray .ttl_boder {
		font-size: 22px;
	}
}

/* contents
----------------------------------------*/
.bg_gray {
	background: #EAECEC;
}

.gray_arrow {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 85px;
}
.gray_arrow::after {
	content: "";
	display: block;
	width: 152px;
	height: 34px;
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/common/arrow_lightgray.png);
	background-size: 100%;
}

.bg_lightgray {
	background: #F9FAFA;
}

.bg_darkgray {
	background: #565656;
}

.wrap_padding {
	padding: 50px 0;
}

.border_top {
	border-top: solid 3px #000;
}

.innerblock {
	max-width: 1020px;
	margin: 0 auto;
}

.innerblock.lastblock {
	margin-bottom: 98px;
}

.textbox_m {
	width: 650px;
	margin: 0 auto 50px;
}

@media only screen and (max-width: 1041px) {
	.wrap_padding {
		padding: 50px 6%;
	}
}

@media only screen and (max-width: 767px) {
	.bg_gray {
		background: #fff;
	}
	
	.bg_gray.gray_arrow {
		background: #EAECEC;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-bottom: 50px;
	}
	.gray_arrow::after {
		content: "";
		display: block;
		width: 152px;
		height: 34px;
		position: absolute;
		bottom: -34px;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: url(../img/common/arrow_lightgray.png);
		background-size: 100%;
	}
	
	.service .bg_darkgray {
		background: none;
	}
	
	.service_flow .bg_gray {
		background: #EAECEC;
	}


	.innerblock {
		margin: 0 auto;
	}
	
	.textbox_m {
		width: 100%;
		margin: 0 auto 50px;
		padding: 0 30px;
		box-sizing: border-box;
	}

}

/*text
----------------------------------------*/
/* 注釈 */
#contents p.asterisk {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 80%;
}

@media only screen and (max-width: 767px) {
	#contents p.asterisk {
		font-size: 85%;
	}
}

/* link
----------------------------------------*/
.link a:after {
	content: ">>";
}

/*box
----------------------------------------*/

/* 2カラム */
.col2_block {
	margin: 0 0 15px -1.9748%;
}
.col2_block .col_box {
	float: left;
	width: 48.0252%;
	margin: 0 0 15px 1.9748%;
	*display: inline;
	*zoom: 1;
}

/* 3カラム */
.col3_block {
	margin: 0 0 15px -1.9748%;
}
.col3_block .col_box {
	float: left;
	width: 31.3251%;
	margin: 0 0 15px 1.9748%;
	*display: inline;
	*zoom: 1;
}

/* 4カラム */
.col4_block {
	margin: 0 0 15px -1.9748%;
}
.col4_block .col_box {
	float: left;
	width: 23.0251%;
	margin: 0 0 15px 1.9748%;
	*display: inline;
	*zoom: 1;
	position: relative;
}

@media only screen and (max-width: 767px) {
	/* 2カラム 3カラム */
	.col2_block,
	.col3_block {
		margin: 0 0 20px 0;
	}
	.col2_block .col_box,
	.col3_block .col_box {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}

	/* 4カラム */
	.col4_block {
		margin: 0 0 20px -1.9748%;
	}
	.col4_block .col_box {
		width: 48.0252%;
		margin: 0 0 20px 1.9748%;
	}
}

/*モザイクパネル
-----------------------------------------*/
.mosaic_col3_block .col_box {
	float: left;
	margin: 0;
	width: 340px;
	padding: 2px;
	background: #f9fafa;
}
.mosaic_col3_block.col_box--col2 .col_box:not(.prottl_box) {
	width: 664px;
}
.mosaic_col3_block.col_box--col2 .col_box:not(.prottl_box) .ph {
	width: 328px;
	display: inline-block;
}
.mosaic_col3_block.reversal .col_box {
	background: #EAECEC;
}
.mosaic_col3_block .col_box:nth-child(2n) {
	background: #EAECEC;
}
.mosaic_col3_block.reversal .col_box:nth-child(2n) {
	background: #f9fafa;
}
.mosaic_col3_block .col_box .ph {
	text-align: center;
}
.mosaic_col3_block .col_box .txt {
	font-size:16px;
	margin: 12px 0 0;
	position: static;
	padding: 0 23px 88px;
}
.mosaic_col3_block.col_box--col2 .col_box .txt {
    padding: 0 23px 6px;
}
.mosaic_col3_block.col_box--col2 .col_box .txt:last-child {
    padding-bottom: 30px;
}

.mosaic_col3_block .txt .en,
.col2_block .txt .en{
	font-size:13px;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}

.mosaic_col3_block .txt .en + p,
.col2_block .txt .en + p{
	letter-spacing: -.7px;
	line-height: 1.4;
}

.mosaic_col3_block .txt .red,
.col2_block .txt .red{
	color: #FF1500;
	font-size: 14px;
	margin-top: 5px;
}

.mosaic_col3_block .link {
	font-size: 14px;
	margin-top: 8px;
}

.mosaic_col3_block .cslink {
	display: block;
	font-size: 17px;
	width: 100%;
	text-align: center;
	background: #FFFFFF;
	padding-top: 5px;
}

.mosaic_col3_block .cslink img {
	width: 40%;
}

.mosaic_col3_block::after {
	content: "";
	clear: both;
	display: block;
}

.mosaic_col3_block .col_box.ttl_box {
	background: #fff;
}

.mosaic_col3_block .col_box.ttl_box h3 {
	font-size: 38px;
	color: #F10;
	margin-bottom: 40px;
	line-height: 46px;
}

.mosaic_col3_block .col_box.ttl_box h3 + p {
	color: #646464;
	line-height: 2;
	margin-bottom: 20px;
}

.mosaic_col3_block .col_box.ttl_box ul.room_list {
	color: #646464;
	font-size: 9px;
	line-height: 2;
}

.mosaic_col3_block .col_box.ttl_box ul.award_list {
	color: #646464;
	font-size: 11px;
	line-height: 2;
}

.bg_gray .mosaic_slick,
.bg_lightgray .mosaic_slick {
	margin-top: 110px;
}

/* service */
.service .mosaic_col3_block .col_box .txt {
	padding: 0 23px 30px;
}

.mosaic_col3_block .col_box .balloon_ttl {
	border: 1px solid #FF1100;
	padding: 16px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	margin-bottom: 15px;
}
.mosaic_col3_block .col_box .balloon_ttl.red {
	color: #FF1100;
}
.mosaic_col3_block .col_box .balloon_ttl::after {
	content: "";
	width: 53px;
	height: 14px;
	display: block;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/common/arrow_red2.png);
	background-size: 100%;
}

@media only screen and (max-width: 1041px) {
	.mosaic_col3_block .col_box {
		width: 33.333%;
	}
	.mosaic_col3_block.col_box--col2 .col_box:not(.prottl_box) {
		width: 66.666%;
	}
	.mosaic_col3_block.col_box--col2 .col_box:not(.prottl_box) .ph {
		width: 49.5%;
	}
}

@media only screen and (max-width: 767px) {
	.mosaic_col3_block .col_box {
		float: none;
		margin: 0 0 40px;
		width: 100%;
		background: #E8EAEA;
	}
	.mosaic_col3_block .col_box:nth-child(2n) {
		background: #E8EAEA;
	}
    .mosaic_col3_block.col_box--col2 .col_box:not(.prottl_box) .ph:only-of-type {
        width: 100%;
    }
	.mosaic_col3_block .link {
		margin-top: 14px;
	}
	.mosaic_col3_block .col_box .txt {
		margin: 7px 0 2px;
		line-height: 1.5;
		text-align: center;
		padding: 0 10px 27px;
	}
	.mosaic_slick .txt.visible_sp {
		text-align: center;
	}
	.mosaic_slick .txt.visible_sp h3 {
		font-size: 34px;
		color: #F10;
		margin-bottom: 15px;
	}
	.mosaic_slick .txt.visible_sp .txt {
		padding: 0;
	}
	.mosaic_slick .txt.visible_sp h3 + p {
		color: #646464;
		line-height: 2;
		margin-bottom: 15px;
	}
	.mosaic_col3_block .col_box.ttl_box {
		display: none;
	}

	.bg_gray .mosaic_slick,
	.bg_lightgray .mosaic_slick {
		margin-top: 80px;
	}

	.mosaic_slick .mosaic_col3_block .col_box {
		width: auto;
		margin: 0;
		padding: 2px 2px 60px;
		float: left;
		text-align: center;
	}
	.mosaic_slick .mosaic_col3_block .slick-prev,
	.mosaic_slick .mosaic_col3_block .slick-next {
		width: 10px;
		height: 10px;
		background: url(../img/common/sp_al_left.png) no-repeat;
		border: none;
		overflow: hidden;
		text-indent: -500px;
		position: absolute;
		bottom: 42px;
		left: 42px;
		z-index: 10;
	}

	.mosaic_slick .mosaic_col3_block .slick-next {
		background: url(../img/common/sp_al_right.png) no-repeat;
		right: 42px;
		left: auto;
	}

	.mosaic_slick .mosaic_col3_block .slick-dots {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 32px;
	}

	.mosaic_slick .mosaic_col3_block .slick-dots li {
		display: inline-block;
		width: 7px;
		margin: 0 2px;
	}

	.mosaic_slick .mosaic_col3_block .slick-dots li button {
		display: block;
		width: 7px;
		height: 7px;
		border-radius: 3.5px;
		background: #a9a9a9;
		border: none;
		overflow: hidden;
		text-indent: -500px;
	}

	.mosaic_slick .mosaic_col3_block .slick-dots li.slick-active button {
		background: #000;
	}

	
	/* service */
	.service .mosaic_col3_block .col_box {
		float: none;
		margin: 0 0 20px;
		width: 100%;
		background: #F6F8F8;
	}
	.mosaic_col3_block .col_box:nth-child(2n) {
		background: #F6F8F8;
	}
	
	.mosaic_col3_block .col_box .txt {
		text-align: left;
	}
}

/*Professional メンバー紹介
----------------------------------------*/
.proteam {
	color: #fff;
	padding-top: 50px;
}

.bg_darkgray .proteam:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/common/arrow_gray.png) no-repeat;
	width: 55px;
	height: 12px;
}

.proteam .ttl_box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 50px;
	border-top: 3px solid #fff;
}
.proteam .bg_border {
	background: url(../img/common/professinal_bg.png) 50% 0 no-repeat;
	min-height: 103px;
	text-align: center;
	padding: 17px 0;
	margin-bottom: 40px;
}

.proteam .bg_border p.en {
	font-size: 22px;
}

.proteam .bg_border p.en + p {
	font-size: 15px;
}

.proteam .col2_block {
	padding: 0 23px;
}

.proteam .col2_block .col_box:nth-of-type(1) {
	width: 428px;
}

.proteam .col2_block .col_box:nth-of-type(2) {
	width: 500px;
	float: right;
}
.proteam .col2_block.col_2photos .col_box:nth-of-type(1),
.proteam .col2_block.col_2photos .col_box:nth-of-type(2) {
    width: 48%;
    margin: 0;
}
.proteam .col2_block .txt_b,
.proteam .txt_b_sp {
	color: #ddd;
}

.proteam .col2_block .txt_b p,
.proteam .txt_b_sp p {
	line-height: 1.8;
	margin-bottom: 30px;
}

.proteam .col2_block .txt_b p:last-child,
.proteam .txt_b_sp p:last-child {
	margin-bottom: 0;
}

.proteam .txt_b_sp {
	display: none;
}

.proteam .link {
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 45px;
	border-bottom: 2px solid #fff;
}

.proteam a {
	color: #fff;
}

@media only screen and (max-width: 1041px) {
	.proteam {
		width: 86%;
		padding-bottom: 60px;
	}

	.proteam .col2_block .col_box {
		float: none !important;
		width: 100% !important;
		margin: 0 auto;
	}

	.proteam .ttl_box {
		font-size: 16px;
		text-align: center;
		padding: 10px 0 50px;
	}

	.proteam .bg_border {
		background: none;
		padding: 20px 0;
		margin-bottom: 20px;
		border: 5px solid #f10;
	}

	.proteam .col2_block {
		padding: 0 70px;
	}

	.proteam .col2_block .txt_b {
		display: none;
	}

	.proteam .txt_b_sp {
		display: block;
	}

	.proteam .link {
		text-align: center;
	}

}

@media only screen and (max-width: 767px) {
	.proteam {
		width: 100%;
		padding-bottom: 40px;
	}

	.proteam .col2_block {
		padding: 0;
	}

	.proteam .ttl_box {
		width: 88%;
		padding: 10px 0 30px;
		margin: 0 auto;
	}

	.proteam .bg_border {
		width: 88%;
		margin: 0 auto 30px;
	}

	.proteam .link {
		width: 88%;
		margin: 0 auto 30px;
	}

	.proteam .txt_b_sp {
		width: 88%;
		margin: 0 auto;
	}

}


/*テーブル
----------------------------------------*/
.table_block {
	overflow: auto;
	margin: 0 auto 25px;
}

.table_block:last-child {
	margin-bottom: 0;
}

.table_block table {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid rgba(179,179,179,0.6);
	table-layout: fixed;
}

.table_block table tr {
	border-bottom: 1px solid rgba(179,179,179,0.6);
}

.table_block table th {
	padding:20px 16px;
	vertical-align: top;
	word-break: break-all;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid rgba(179,179,179,0.6);
}

.table_block.th_red table th {
	/*	color: #F10; */
	/*font-weight: bold;*/
}

.table_block table td {
	padding:20px 16px;
	vertical-align: top;
	word-break: break-all;
	border-bottom: 1px solid rgba(179,179,179,0.6);
}

.table_block table td table,
.table_block table td table th,
.table_block table td table td {
	border: none;
}

.table_block table td table th,
.table_block table td table td {
	padding:6px 8px;
}
.table_block table td .contactUsBox {
	border: 1px solid #aaa;
	padding: 12px;
}
.table_block table td .contactUsBox span {
	background: #ececec;
	padding: 2px 7px;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.sp_table_single .table_block > table th,
	.sp_table_single .table_block > table td {
		display: block;
		width: 100% !important;
	}

	.sp_table_single .table_block > table th {
		display: block;
		float: left;
		padding: 20px 15px 0;
	}

	.sp_table_single .table_block > table td {
		display: block;
		float: left;
		padding: 5px 15px 20px;
	}

	.sp_table_single .table_block > table th {
		border-bottom: none;
	}

	.sp_table_single .table_block td > table th,
	.sp_table_single .table_block td > table td {
		padding: 6px 0;
	}
	.sp_table_single .table_block table td .contactUsBox {
		padding: 12px;
		margin-top: 7px;
	}

}

/*テーブル
----------------------------------------*/
.table_block02 {
	overflow: auto;
	margin: 0 auto 25px;
}

.table_block02:last-child {
	margin-bottom: 0;
}

.table_block02 .ttl_red {
    padding-left: 0;
    font-size: 18px;
}

.table_block02 table {
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #B3B3B3;
	table-layout: fixed;
}

.table_block02 table tr {
	border-bottom: 1px solid #B3B3B3;
}

.table_block02 table th {
	padding:20px 16px;
	vertical-align: top;
	word-break: break-all;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #B3B3B3;
}

.table_block02 table td {
	padding:20px 16px;
	vertical-align: top;
	word-break: break-all;
	border-bottom: 1px solid #B3B3B3;
}

.table_block02 table td table,
.table_block02 table td table th,
.table_block02 table td table td {
	border: none;
}

.table_block02 table td table th,
.table_block02 table td table td {
	padding:6px 8px;
}

@media only screen and (max-width: 767px) {
	.table_block02 table {
		letter-spacing: -0.4em;
		word-spacing: 0.1em;
	}

	.table_block02 table th {
		width: 40%;
		padding:20px 15px;
		display: inline-block;
		letter-spacing: normal;
	}

	.table_block02 table td {
		width: 60%;
		padding:20px 15px;
		display: inline-block;
		letter-spacing: normal;
	}

	.table_block02 table td.dispblock_sp {
		width: 100%;
		display: block;
		padding: 0 15px 20px;
	}
	.table_block02 table td.border_none_sp,
	.table_block02 table th.border_none_sp {
		padding-bottom: 8px;
	}
}

/*ボーダーリスト
----------------------------------------*/
.border_list li {
	padding:20px 16px;
	border-bottom: 1px solid #B3B3B3;
}

.border_list li:first-child {
	border-top: 1px solid #B3B3B3;
}

@media only screen and (max-width: 767px) {
	.border_list li {
		padding:20px 15px;
	}
}

/*company
----------------------------------------*/
.message {
	max-width: 742px;
}

.message p {
	line-height: 2;
	margin-bottom: 2em;
}

.presidentimg {
	background: #F9FAFA;
	margin: 40px auto;
}

.presidentimg figure {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}

.presidentimg figure img {
	vertical-align: bottom;
	margin: 0 auto;
}

.presidentimg figcaption {
	font-size: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 260px;
}
.topicNew {
	color: #FF1100;
}

.presidentimg figcaption span {
	font-size: 29px;
}

@media only screen and (max-width: 1041px) {
	.company, .message {
		padding: 0 6%;
	}

	.presidentimg figcaption {
		position: absolute;
		left: 120px;
	}


}

@media only screen and (max-width: 767px) {
	.tm_midashi {
		display:block;
		line-height:1.3;
		margin-bottom:-10px;
	}

	.presidentimg figure {
		max-width: 100%;
	}

	.presidentimg figcaption {
		position: static;
		transform: inherit;
		background: #fff;
		padding: 20px 0 0;
	}

}

/*history
----------------------------------------*/
.history_midashi {
	font-family: 'Questrial', sans-serif;
	text-align: center;
	font-size: 14px;
}


.history_midashi h4 {
	font-size: 85px;
	color: #F10;
	margin-bottom: 40px;
	line-height:1;
}

.history {
	background: url(../img/company/history_bg.png) 100% 100% no-repeat;
}

.history .table_block th {
	width: 13%;
}

.table_block table.his {
	width: 74%;
}

@media only screen and (max-width: 1041px) {
	.history {
		background: none;
	}

	.history_midashi h4 {
		margin-bottom: 20px;
	}

	.history .table_block th {
		width: 15%;
	}
	.table_block table.his {
	width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.history_midashi h4 {
		margin-bottom: 0;
	}
}


/*ボタン
----------------------------------------*/

.btn_block {
	text-align: center;
	margin: 23px 0;
}

.btn_block p {
	width: 340px;
	display: inline-block;
}

.btn_block a {
	display: block;
	font-size: 116%;
	text-decoration: none;
	font-weight: bold;
	border: solid 2px #000;
	letter-spacing: -.5px;
	padding: 5px 0 4px;
}

.btn_block_inimg {
	text-align: center;
	margin: 10px auto;
	padding-bottom: 50px;
	width: 520px;
}

.btn_block_inimg a {
	display: block;
	font-size: 116%;
	text-decoration: none;
	font-weight: bold;
	border: solid 2px #000;
	letter-spacing: -.5px;
	padding: 12px 0;
}
.btn_block_inimg .textBox {
	width: 285px;
	display: inline-block;
	vertical-align:  middle;
}
.btn_block_inimg .textBox h4 {
	font-size: 1.3em;
	margin-bottom:  8px;
}
.btn_block_inimg .textBox p {
	line-height: 1.4;
}
.btn_block_inimg img {
    display: inline-block;
    max-width: 180px;
    margin-right:  20px;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.btn_block_inimg {
		margin-top: 45px;
	}
	.btn_block p {
		width: 100%;
	}
	
}
@media only screen and (max-width: 570px) {
	.btn_block_inimg {
		width: 90%;
	}
	.btn_block_inimg img {
		margin-right: 0;
	}
	.btn_block_inimg .textBox h4 {
		margin-bottom: 0;
	}
}



/*local_nav
----------------------------------------*/
.local_nav {
	max-width: 1020px;
	margin: 0 auto;
}
.local_nav + *{
	margin-top: 50px;
}

.local_nav ul {
	width: 100%;
	display: table;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	table-layout: fixed;
}
.local_nav ul + ul {
	border-top: none;
}
.local_nav ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	padding: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #fff;
}
.local_nav ul li a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.local_nav ul li a .en {
	font-size: 12px;
	color: #000;
	display: block;
}


@media only screen and (max-width: 767px) {
	.local_nav {
		max-width: 100%;
	}
	.local_nav ul {
		border: none;
	}
	.local_nav ul li {
		display: block;
		height: auto;
		margin-bottom: 10px;
		border: 2px solid #000;
	}
	.students .local_nav ul li.cs {
		padding: 20px 10px;
	}
	.local_nav ul li a .en {
		display: none;
	}

}

/*point_block
-----------------------------------------------------*/
.point_block {
	padding: 55px 0;
}

.point_block:first-child {
	padding: 15px 55px 55px;
}

.point_block:nth-child(even) {
	background: #E4E6E6;
}

.point_block dl {
	width: 100%;
	max-width: 935px;
	margin: 0 auto;
	display: table;
	border-left: 1px solid #b2b2b2;
	table-layout: fixed;
}

.point_block dl dt {
	display: table-cell;
	width: 270px;
	height: 130px;
	padding: 10px 40px 10px 30px;
	border-right: 1px solid #b2b2b2;
	font-size: 20px;
	color: #FF1100;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.5;
}
.point_block dl dd {
	display: table-cell;
	height: 130px;
	padding: 10px 40px 10px 30px;
	border-right: 1px solid #b2b2b2;
	font-size: 15px;
	vertical-align: middle;
	line-height: 1.5;
}

.point_block dl dd h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

.point_block dl img {
	width: auto;
}
@media only screen and (max-width: 1041px) {
	.point_block {
		padding: 55px;
	}
}

@media only screen and (max-width: 767px) {
	.point_block {
		padding: 25px;
	}

	.point_block:first-child {
		padding: 0 25px 25px;
	}

	.point_block:nth-child(even) {
		background: #E4E6E6;
	}

	.point_block dl {
		display: block;
		border-left: none;
	}

	.point_block dl dt {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		border-right: none;
		border-bottom: 1px solid #b2b2b2;
	}
	.point_block dl dd {
		display: block;
		height: auto;
		padding: 10px 0;
		border-right: none;
		font-size: 13px;
	}
	.point_block dl img {
		width: 70%;
	}
}

/*service_block
-----------------------------------------------------*/

.service_block {
	background: #ff2d00;
	padding: 15px 15px 1px;
}

.service_block .service_box {
	float: left;
	width: 49.5%;
	margin-bottom: 15px;
}

.service_block .service_box:nth-child(2n) {
	float: right;
}

.service_block .service_box img {
	vertical-align: top;
}

.service .ttl_h3 {
	margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.service_block {
		padding: 7px;
	}

	.service_block .service_box {
		float: none;
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}

	.service_block .service_box:nth-child(2n) {
		float: none;
	}
	
	.service_block .service_box + .service_box {
		margin-top: 10px;
	}

	.service_block .service_box img {
		vertical-align: top;
	}

	.service .ttl_h3 {
		margin-bottom: 40px;
	}
}

/* service flow
-----------------------------------------------------*/
.flow_block {
	display: table;
	width: 100%;
}

.flow_ttl_box {
	display: table-cell;
	padding: 90px 45px 85px;
	background: #fff;
	width: 340px;
	position: relative;
}
.flow_ttl_box::after {
	content: "";
	display: block;
	width: 28px;
	height: 93px;
	position: absolute;
	top: 95px;
	right: 20px;
	background: url(../img/common/icon_flow_ttl_arrow.png);
	background-size: 100%;
}

.flow_ttl_box .flow_num {
	font-size: 96px;
	font-weight: bold;
	display: inline-block;
	color: #FF1100;
	vertical-align: middle;
	line-height: 1;
}

.flow_ttl_box .flow_ttl_text {
	display: inline-block;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: #FF1100;
	font-weight: bold;
	line-height: 1.5;
}
.flow_ttl_box .flow_ttl_text img {
	display: block;
	margin: 10px auto 0;
}

.flow_cont_wrap {
	display: table-cell;
	height: 100%;
	vertical-align: top;
}
.flow_cont {
	display: table;	
	height: 100%;	
}

.flow_cont_list {
	display: table-cell;
	border-right: 5px solid #fff;
	height: 100%;
	width: 335px;
	padding: 90px 20px 85px;
}

.flow_cont_list li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 15px;
	padding: 5px 0;
	font-weight: bold;
}

.flow_cont_point {
	display: table-cell;
	vertical-align: middle;
	padding: 22px;
}

.flow_cont_point_box {
	background: #fff;
	padding: 20px 18px 23px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.flow_cont_point_box::after {
	content: "";
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	left: 0;
	background: url(../img/common/icon_balloon_arrow.png);
	background-size: 100%;
}

.flow_cont_point_box dt {
	font-size: 22px;
	color: #FF1100;
}

.flow_cont_point_box dd p + p {
	margin-top: 1em;
}

@media only screen and (max-width: 1041px) {
	
	.flow_ttl_box .flow_ttl_text img {
		display: block;
		margin: 10px auto 0;
		width: auto;
	}
	
	.flow_cont {
		display: block;	
		height: 100%;	
	}

	.flow_cont_list {
		display: block;
		border-right: none;
		height: auto;
		width: 100%;
		padding: 90px 20px 15px;
	}
	
	.flow_cont_point {
		display: block;
		padding: 0 40px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.flow_block {
		display: block;
	}

	.flow_ttl_box {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 45px 20px 20px 40px;
	}
	.flow_ttl_box::after {
		content: none;
	}
	
	.flow_cont_wrap {
		display: block;
	}
	
	.flow_cont_list {
		display: block;
		border-right: none;
		height: auto;
		padding: 25px 20px 15px;
	}
	
	.flow_cont_point {
		display: block;
		padding: 0 7px 40px;
	}
}

/* privacypolicy
-----------------------------------------------------*/
.read {
	text-align: center;
}

.privacy_detail {
	margin-top: 40px;
	line-height: 2;
}

.privacy_detail dl {
	margin-bottom: 40px;
}

.privacy_detail dt {
	background: #EAECEC;
	font-weight: bold;
}

.privacy_detail dt,
.privacy_detail dd {
	padding: 5px 80px;
}

.privacy_detail p:last-child {
	padding: 5px 80px;
}

.privacy_detail + .padding_wrap {
	padding: 80px 80px 0;
	line-height: 2;
}

.privacy_detail + .padding_wrap h4 {
	font-size: 16px;
}

.privacy_detail + .lnk_block {
	padding: 0 80px;
}

.privacy_detail + .lnk_block ul {
	line-height: 2;
}

.privacy_detail + .lnk_block li {
	color: #004bff;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}

.privacy_detail + .lnk_block li span a {
	color: #F10;
	text-decoration: none;
}

@media only screen and (max-width: 1041px) {
	.read {
		text-align: left;
		padding: 0 55px;
	}

	.privacy_detail dt,
	.privacy_detail dd {
		padding: 5px 55px;
	}

	.privacy_detail p:last-child {
		padding: 5px 55px;
	}

	.privacy_detail + .padding_wrap {
		padding: 55px 55px 0;
		line-height: 2;
	}

	.privacy_detail + .lnk_block {
		padding: 0 55px;
	}

}

@media only screen and (max-width: 767px) {
	.read {
		text-align: left;
		padding: 0 20px;
	}

	.privacy_detail dt,
	.privacy_detail dd {
		padding: 5px 20px;
	}

	.privacy_detail p:last-child {
		padding: 5px 20px;
	}

	.privacy_detail + .padding_wrap {
		padding: 20px 20px 0;
		line-height: 2;
	}

	.privacy_detail + .lnk_block {
		padding: 0 20px;
	}

}

/* privacy_about
-----------------------------------------------------*/
.privacy_about h4 {
	padding: 5px 80px;
	background: #EAECEC;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
}

.privacy_about .innerblock {
	margin-bottom: 105px;
}

.privacy_about .innerblock p {
	margin-bottom: 1em;
}

.privacy_about .table_block {
	margin-bottom: 100px;
	line-height: 2;
}

.privacy_about .table_block table {
	border-top: none;
}

.privacy_about ul li {
	margin-left: 1em;
	text-indent: -1em;
}

.privacy_about ul.indent02 li {
	margin-left: 2em;
	text-indent: -2em;
}

.privacy_about ul.indent02 li a {
	text-decoration: none;
}

.privacy_about .table_block table th {
	width: 20%;
	font-weight: bold;
}

.privacy_about .privacy_about_list {
	margin: 0 0 70px 110px;
}

.privacy_about .privacy_about_list ul {
	float: left;
	font-size: 15px;
}

.privacy_about .privacy_about_list ul:last-child {
	margin-left: 30px;
}

.privacy_about .privacy_about_list li {
	line-height: 2;
}

.privacy_about .privacy_about_list li a {
	color: #646464;
}

@media only screen and (max-width: 1041px) {
	.privacy_about .padding_wrap {
		padding: 0 6%;
		line-height: 2;
	}
	.privacy_about .table_block table th {
		width: 28%;
	}
	.privacy_about .privacy_about_list {
		margin: 0 0 70px 120px;
	}

	.privacy_about .privacy_about_list ul {
		float: none;
	}

	.privacy_about .privacy_about_list ul:last-child {
		margin-left: 0;
	}


}

@media only screen and (max-width: 767px) {
	.privacy_about h4 {
		margin-bottom: 0;
		padding: 5px 6%;
	}

	.privacy_about .innerblock {
		margin-bottom: 60px;
	}

	.privacy_about .privacy_about_list {
		margin: 20px 25px 70px;
	}

	.privacy_about .padding_wrap {
		padding: 0 20px;
	}




	.privacy_about .privacy_about_list li {
		padding-left:1em;
		text-indent:-1em;
	}

	.privacy_about .table_block.last_block {
		margin-bottom: 0;
	}

}


/* recruit
-----------------------------------------------------*/
.recruit h2 {
	padding: 5px 80px;
	background: #EAECEC;







	font-weight: bold;
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
}

.recruit .recruit_list {
	margin: 0 0 70px 110px;
}

.recruit .recruit_list ul {

	float: left;
	font-size: 15px;
}

.recruit .recruit_list ul:last-child {
	margin-left: 30px;
}

.recruit .recruit_list li {
	line-height: 2;
}

.recruit .recruit_list li a {
	color: #646464;
}

.recruit .table_block {
	margin-bottom: 100px;
	line-height: 2;
}

.recruit .table_block table {
	border-top: none;
}

ol.circled_number li {
	padding-left:1.5em;
	text-indent:-1.5em;
}

@media only screen and (max-width: 1041px) {
	.recruit .padding_wrap {
		padding: 0 6%;
		line-height: 2;
	}

	.recruit .recruit_list {
		margin: 0 0 70px 120px;
	}

	.recruit .recruit_list ul {
		float: none;
	}

	.recruit .recruit_list ul:last-child {
		margin-left: 0;
	}

}

@media only screen and (max-width: 767px) {
	.recruit h2 {
		margin-bottom: 0;
		padding: 5px 6%;
	}

	.recruit .recruit_list {
		margin: 20px 25px 70px;
	}

	.recruit .padding_wrap {
		padding: 0 20px;
	}

	.recruit .recruit_list li {
		padding-left:1em;
		text-indent:-1em;
	}

	ol.circled_number {
		margin-top: 20px;
	}

	.recruit .table_block.last_block {
		margin-bottom: 0;
	}

}


/*Professional
----------------------------------------*/
.bg_lightgray.pro_first {
	padding-top: 40px;
}

.professional_block {
	background: #ff2d00;
	padding: 30px 15px 16px;
}

.professional_block .professional_box {
	position: relative;
	background: #fff;
	float: left;
	width: 49.5%;
	padding: 30px 25px;
	margin-bottom: 15px;
}

.professional_block .professional_box:after {
	content: "";
	display: block;
	width: 53px;
	height: 14px;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/common/arrow_red2.png);
	background-size: 100%;
}

.professional_block .professional_box:nth-child(2n) {
	float: right;
}

.professional_block .professional_box img {
	width: auto;
	vertical-align: top;
}

.professional_block .professional_box figure {
	text-align: center;
}

.professional_block .professional_box figcaption {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
}

.professional_block .professional_box figcaption a:hover span {
	opacity: 0.6;
}

.professional_block .professional_box figcaption span {
	font-size: 15px;
	display: block;
}

.professional_block .professional_box figcaption span:after {
	content: "";
	display: block;
	width: 260px;
	margin: 10px auto;
	height: 1px;
	background: #000;
}

.mosaic_col3_block .col_box.prottl_box {
	background: #fff;
}

.mosaic_col3_block .col_box.prottl_box h3 {
	font-size: 26px;
	line-height: 1.1;
	margin: 10px 0 ;
}

.mosaic_col3_block .col_box.prottl_box h3 + p {
	margin-bottom: 20px;
}

.mosaic_col3_block .col_box.prottl_box img {
	width: auto;
	margin-right: 10px;
}

.mosaic_col3_block .col_box .txt p.pro_read {
	color: #646464;
	font-size: 13px;
	text-align: left;
	margin: 12px 0;
}

@media only screen and (max-width: 1041px) {
	.professional_block {
		padding: 30px 25px 16px;
	}

}

@media only screen and (max-width: 767px) {
	.professionals_top .mosaic_col3_block .col_box .txt {
		text-align: center;
	}

	.bg_lightgray.pro_first {
		padding-top: 0;
	}

	.professional_block {
		padding: 20px;
	}

	.professional_block .professional_box {
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding: 20px 10px 20px 30px;
	}

	.professional_block .professional_box:first-child {
		margin-bottom: 20px;
	}

	.professional_block .professional_box:nth-child(2n) {
		float: none;
	}

	.professional_block .professional_box + .professional_box {
		margin-top: 10px;
	}

	.professional_block .professional_box img {
		float: left;
	}

	.professional_block .professional_box figcaption {
		float: inherit;
		font-size: 15px;
		text-align: left;
		margin-top: 0;
		margin-left: 70px;
	}

	.professional_block .professional_box figcaption span:after {
		display: none;
	}

	.mosaic_slick .pro_txt.visible_sp {
		background: #fff;
		text-align: center;
		padding: 40px 0 10px;
	}

	.mosaic_slick .pro_txt.visible_sp img {
		width: auto;
		margin-right: 10px;
	}

	.mosaic_slick .pro_txt.visible_sp h3 {
		font-size: 30px;
		line-height: 1.1;
		margin: 10px 0;

	}

	.mosaic_slick .pro_txt.visible_sp h3 + p {
		margin-bottom: 15px;
	}

	.mosaic_col3_block .col_box.ttl_box {
		display: none;
	}

	.mosaic_col3_block .col_box .txt p.pro_read {
		text-align: center;
	}
}

/*coordinate_block
----------------------------------------*/
.coordinate_block {
	margin: 90px 0;
}

.coordinate_block .bg_gray {
	padding: 5px 0;
}

.coordinate_block .bg_lightgray {
	padding: 20px 0;
}

.coordinate_block .col2_block {
	margin: 0;
}

.coordinate_block .col2_block .col_box {
	float: left;
	margin: 0;
	width: 340px;
}

.coordinate_block .col2_block .col_box:nth-child(2n) {
	float: left;
	margin: 0;
	width: 680px;
}

.coordinate_block .col_box .txt {
	font-size: 16px;
	padding: 0 23px;
}

.coordinate_block .col_box .txt img {
	width: auto;
}


.coordinate_block .col_box.prottl_box h3 {
	font-size: 26px;
	line-height: 1.1;
	margin: 10px 0 ;
}

.coordinate_block .col_box.prottl_box h3 + p {
	margin-bottom: 20px;
}

.coordinate_block .txt .en + p {
	letter-spacing: -.7px;
	line-height: 1.4;
}

.coordinate_block .col_box .txt p.pro_read {
	color: #646464;
	font-size: 13px;
	text-align: left;
	margin: 12px 0;
}

.coordinate_block .link {
	font-size: 14px;
	margin-top: 8px;
}

@media only screen and (max-width: 1041px) {
	.coordinate_block .col2_block .col_box {
		width: 33.333%;
	}

	.coordinate_block .col2_block .col_box:nth-child(2n) {
		width: 66.666%;
		padding-right: 5px;
	}

	.coordinate_block {
		margin: 90px 0 120px;
	}

}

@media only screen and (max-width: 767px) {

	.coordinate_block .bg_gray {
		background: #EAECEC;
	}

	.coordinate_block .bg_lightgray {
		padding: 0;
	}

	.coordinate_block {
		margin: 90px 0 60px;
	}

	.coordinate_block .col2_block .col_box {
		width: auto;
		margin: 0;
		padding: 40px 0 10px;
		float: none;
		text-align: center;
	}

	.coordinate_block .col2_block .col_box:nth-child(2n) {
		width: 100%;
		padding: 0 0 10px;
	}

	.coordinate_block .col_box .txt p.pro_read {
		text-align: center;
	}

}


/*ds_block
----------------------------------------*/
.ds_midashi h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.5px;
}

.ds_midashi .ttl_boder_red {
	font-size: 18px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-align: center;
}

.ds_midashi .ttl_boder_red::after {
	content: "";
	display: block;
	width: 940px;
	margin: auto;
	height: 2px;
	background: #f10;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.ds_block {
	padding: 30px 15px 0;
}

.ds_block .ds_box {
	position: relative;
	float: left;
	width: 48.5%;
	padding: 45px 30px;
	border: solid 2px #f10;
}

.ds_block .ds_box:nth-child(2n) {
	float: right;
}

.ds_block .ds_box .link {
	margin-top: 16px;
	text-align: center;
}

.ds_block .ds_box .link a {
	color: #f10;
}

.ds_block .ds_box img {
	width: auto;
	vertical-align: top;
}

.ds_block .ds_box figure {
	text-align: center;
}

.ds_block .ds_box figcaption {
	font-size: 15px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: bold;
}

.ds_block .ds_box figcaption a:hover span {
	opacity: 0.6;
}

.ds_block .ds_box figcaption span {
	font-size: 26px;
	display: block;
}

.ds_block .ds_box figcaption:after {
	content: "";
	display: block;
	width: 260px;
	margin: 10px auto;
	height: 1px;
	background: #000;
}

@media only screen and (max-width: 1041px) {
	.ds_block {
		width: 650px;
		margin: 0 auto;
		padding: 0;
	}

	.ds_midashi .ttl_boder_red::after {
		width: 650px;
	}

}

@media only screen and (max-width: 767px) {
	.ds_midashi .ttl_boder_red::after {
		width: 88%;
	}

	.ds_block {
		width: 100%;
		margin: 30px auto 100px;
		padding: 0 6%;
	}

	.ds_block .ds_box,
	.ds_block .ds_box:nth-child(2n) {
		float: none;
		width: 100%;
		padding: 40px 20px;
		margin: 0 auto;
	}

	.ds_block .ds_box:first-child {
		margin-bottom: 20px;
	}

	.ds_block .ds_box figcaption:after {
		width: 100%;
	}

}


/*hojin
----------------------------------------*/
.midashi_block_gray.hojin {
	margin: 0;
}

.midashi_block_gray.hojin .ttl_boder::after {
	width: 632px;
}

.midashi_block_gray.hojin .text_sub {
	text-align: left;
	width: 632px;
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
}

.midashi_block_gray.hojin .text_sub .asterisk {
	text-align: right;
	font-size: 10px;
}

.hojin .local_nav {
	max-width: 680px;
}

.hojin .local_nav ul li p {
	font-size: 15px;
	color: #787878;
	font-weight: bold;
}

.hojin .local_nav ul li p .en {
	font-size: 12px;
	color: #787878;
	display: block;
}

.hojin .local_nav ul li p .coming_soon {
	color: #f10;
	font-size: 14px;
}

.bg_gray.hojin {
	border-bottom: solid 1px #b2b3b3;
}

.hojin .col2_block {
	width: 1020px;
	margin: 0 auto -26px;
	padding-top: 53px;
}

.hojin .col2_block .col_box {
	width: 660px;
	margin: 0 0 90px;
	float: right;
	background: #fff;
	padding-top: 32px;
}

.hojin .col2_block .col_box h3 {
	border: solid 9px #e2e4e3;
	width: 579px;
	height: 93px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #f10;
	margin: 0 auto 20px;
	background: url(../img/service/hojin/icon_arrow01.png) no-repeat left center;
	background-size: 13px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction:row;
}

.hojin .col2_block .col_box > p {
	width: 570px;
	min-height: 140px;
	margin: 0 auto;
	line-height: 2.2;
}

.hojin .col2_block .col_box .particular {
	background: #f9f9f9;
	color: #f10;
	margin-top: 21px;
	overflow: hidden;
	padding: 38px 45px 20px 34px;
	min-height: 194px;
}

.hojin .col2_block .col_box .particular dt {
	float: left;
	margin-right: 14px;
	line-height: 2;
}

.hojin .col2_block .col_box .particular dt img {
	width: 117px;
}

.hojin .col2_block .col_box .particular dd {
	line-height: 2.2;
	overflow: hidden;
	font-weight: bold;
	color: #000;
}

.hojin .col2_block .ttl_box {
	width: 340px;
	padding: 0 0 285px;
	clear: both;
	float: left;
}

.hojin .col2_block .ttl_box::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	z-index: 10;
	background: url(../img/service/hojin/icon_ttl01.png) no-repeat 4px 4px;
	background-size: 40px 40px;
	border: solid 2px #f10;
}

.hojin .col2_block .ttl_box h2 {
	font-size: 29px;
	color: #f10;
	text-align: center;
	padding: 56px 0 32px;
	line-height: 1.4;
	z-index: 10;
}

.hojin .col2_block .ttl_box h2 span {
	font-size: 13px;
	display: block;
	color: #000;
	font-weight: normal;
}

.hojin .col2_block .ttl_box p {
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	width: auto;
	min-height: 0;
	line-height: inherit;
	z-index: 10;
}

.hojin .col2_block .ttl_box .img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.hojin .col2_block .img img {
	display: block;
}

.hojin .col2_block .ttl_box + .col_box {
	position: static;
}

.hojin .col2_block .ttl_box + .col_box::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 43px;
	height: 6px;
	display: block;
	background: url(../img/service/hojin/img_line01.png) repeat-x;
}

.hojin .col2_block .ttl_box + .col_box:last-child::after {
	display: none;

}

.hojin .col2_block .btn {
	width: 280px;
	margin-top: 13px;
}

.hojin .col2_block .btn a {
	display: block;
	border: solid 2px #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0;
}

/* flow */

.hojin .bg_hojin_flow {
	background: #f6f8f8;
	margin-bottom: 80px;
}

.service_flow .bg_gray.hojin {
	padding-top: 80px;
}

.service_flow .hojin .col2_block {
	padding: 0;
	margin: 0 auto;
}

.service_flow .hojin .col2_block .col_box {
	width: 680px;

	padding: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.service_flow .hojin .col2_block .ttl_box {
	width: 340px;
	padding: 15px 26px 15px 15px;
}

.service_flow .hojin .col2_block .ttl_box h2 {
	font-size: 17px;
	line-height: 1.8;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service_flow .hojin .col2_block .ttl_box h2 span {
	font-size: 100%;
	display: inline;
}

.service_flow .hojin .col2_block .ttl_box h2 .en {
	font-size: 96px;
	line-height: 1.2;
	display: block;
	color: #F10;
}

.service_flow .hojin .col2_block .ttl_box::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 13px;
	right: 37px;
	bottom: 13px;
	z-index: 10;
	border: solid 2px #f10;
}

.service_flow .hojin .col2_block .ttl_box::after {
	content: "";
	width: 13px;
	height: 43px;
	display: block;
	background: url(../img/service/hojin/img_flow_arrow01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -21.5px;
}

.service_flow .hojin .col2_block .col_box .img {
	width: 340px;
	height: 100%;
	float: left;
	background: #f6f8f8;
}

.service_flow .hojin .col2_block .col_box .img p {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service_flow .hojin .col2_block .col_box .txt {
	width: 340px;
	float: left;
	padding: 13px 0 20px;
}

.service_flow .hojin .col2_block .col_box h3 {
	border: solid 2px #f10;
	width: 275px;
	height: 79px;
	font-size: 15px;
	margin: 0 auto 17px;
	background: none;
}

.service_flow .hojin .col2_block .col_box h3::after {
	content: "";
	width: 30px;
	height: 9px;
	display: block;
	background: url(../img/service/hojin/img_flow_arrow02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -15px;
}

.service_flow .hojin .col2_block .col_box .txt > p {
	font-weight: bold;
	width: 275px;
	line-height: 2.2;
	margin: 0 auto;
}

.hojin .bnr_app_block {
	display: none;
}

@media only screen and (max-width: 1041px) {
	.hojin .col2_block {
		width: 91.145%;
		margin: 0 auto -51px;
		padding-top: 42px;
	}

	.hojin .col2_block .col_box {
		width: 48.571%;
		margin: 0 0 90px;
		padding-top: 32px;
	}

	.hojin .col2_block .ttl_box h2 {
		padding: 138px 0 32px;
	}

	.hojin .col2_block .col_box h3 {
		height: auto;
		width: 79.117%;
		padding: 7px 0;
		margin: 0 auto 14px;
	}

	.hojin .col2_block .col_box:nth-child(2n) > p {
		width: 77.5%;
		min-height: 217px;
	}

	.hojin .col2_block .col_box .particular {
		margin-top: 13px;
		padding: 10px 13.392% 13px 11.904%;
	}

	.hojin .col2_block .col_box .particular dt {
		float: none;
		margin-right: 0;
	}

	.hojin .col2_block .col_box .particular dt img {
		display: block;
	}

	.hojin .col2_block .col_box .particular dd {
		overflow: visible;
		min-height: 196px;
	}

	.hojin .col2_block .btn {
		width: 107.692%;
		margin-top: 13px;
		margin-left: -3.846%;
		margin-bottom: 10px;
	}

	/* flow */
	.hojin .bg_hojin_flow {
		background: #fff;
	}

	.service_flow .hojin .col2_block {
		padding-top: 20px;
		margin: 0 auto;
	}

	.service_flow .hojin .col2_block .ttl_box h2 {
		padding: 0;
	}

	.service_flow .hojin .col2_block .ttl_box::before {
		right: 32px;
	}

	.service_flow .hojin .col2_block .ttl_box::after {
		right: 3px;
	}

	.service_flow .hojin .col2_block .col_box .img {
		width: auto;
		height: auto;
		float: none;
		background: none;
		margin-top: 13px;
	}

	.service_flow .hojin .col2_block .col_box {
		margin-bottom: 26px;
	}

	.service_flow .hojin .col2_block .col_box .img p {
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.service_flow .hojin .col2_block .col_box:nth-child(2n) {
		width: 50%;
		padding-top: 0;
		padding-left: 7px;
	}

	.service_flow .hojin .col2_block .col_box .txt {
		width: auto;
		float: none;
		padding: 27px 0 8px;
	}

	.service_flow .hojin .col2_block .col_box h3 {
		width: 80.882%;
		margin: 0 auto 17px;
	}

	.service_flow .hojin .col2_block .col_box .txt > p {
		width: 80.882%;
	}

	.hojin .bnr_app_block {
		display: block;
		text-align: center;
		font-weight: bold;
		margin-top: -60px;
		padding-bottom: 40px;
	}

	.hojin .bnr_app_block .bnr {
		display: inline-block;
		width: 139px;
		vertical-align: middle;
		margin: 10px 7px 0;
	}
}

@media only screen and (max-width: 767px) {
	.hojin .local_nav .visible_pc_tab_inline,
	.hojin .local_nav ul li p .en,
	.midashi_block_gray.hojin .visible_pc_tab_inline,
	.midashi_block_gray.hojin .visible_pc_tab_inline,
	.service_flow .hojin .col2_block .ttl_box .visible_pc_tab_inline {
		display: none !important;
	}

	.bg_lightgray.wrap_padding.hojin {
		padding-top: 20px;
		padding-bottom: 55px;
		background: #fff;
	}

	.hojin .local_nav ul li {
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.hojin .local_nav ul li a {
		padding: 11px 0;
	}

	.bg_gray.hojin {
		background: #e9ebeb;
		border-bottom: none;
	}

	.midashi_block_gray.hojin .ttl_boder::after,
	.midashi_block_gray.hojin .text_sub {
		width: 88%;
	}

	.hojin .col2_block {
		width: 100%;
		margin: 0 auto;
		padding-top: 40px;
	}

	.hojin .col2_block .col_box {
		width: 100%;
		margin: 0 0 80px;
		padding-top: 32px;
	}

	.hojin .col2_block .ttl_box {
		padding-bottom: 85.5%;
		margin-bottom: 0;
	}

	.hojin .col2_block .ttl_box::before {
		background-size: 37px 37px;
	}

	.hojin .col2_block .ttl_box h2 {
		padding: 18px 0 30px;
		font-size: 27.29px;
	}

	.hojin .col2_block .ttl_box h2 span {
		font-size: 12.24px;
	}

	.hojin .col2_block .ttl_box p {
		font-size: 17.88px;
	}

	.hojin .col2_block .col_box h3 {
		width: 84.062%;
	}

	.hojin .col2_block .col_box:nth-child(2n) > p {
		width: 81.25%;
		min-height: 0;
	}

	.hojin .col2_block .col_box .particular {
		padding: 13px 9.375% 20px;
		margin-top: 20px;
	}

	.hojin .col2_block .col_box .particular dt {
		margin-bottom: 5px;
	}

	.hojin .col2_block .col_box .particular dd {
		min-height: 0;
	}

	.hojin .col2_block .ttl_box + .col_box::after {
		display: none;
	}

	/* flow */
	.service_flow .hojin .col2_block .ttl_box h2 {
		font-size: 17px;
		line-height: 1.8;
		padding: 0;
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.service_flow .hojin .col2_block .ttl_box h2 .en {
		margin-bottom: -10px;
	}

	.service_flow .hojin .col2_block .ttl_box::before,
	.service_flow .hojin .col2_block .ttl_box::after {
		display: none;
	}

	.service_flow .hojin .col2_block .ttl_box {
		width: auto;
		padding: 0;
		margin-bottom: 18px;
		float: none;
	}

	.service_flow .hojin .col2_block .col_box:nth-child(2n) {
		width: auto;
		padding-left: 0;
	}

	.service_flow .hojin .col2_block .col_box .img {
		margin-top: 1px;
	}

	.service_flow .hojin .col2_block .col_box .txt {
		padding: 35px 0 1px;
	}

	.service_flow .hojin .col2_block .col_box h3 {
		width: 88.709%;
		margin: 0 auto 17px;
	}

	.service_flow .hojin .col2_block .col_box .txt > p {
		width: 88%;
	}

	.service_flow .bg_gray.hojin {
		padding-bottom: 0;
	}

	.hojin .bg_hojin_flow:last-child {
		margin-bottom: 0;
	}

	.hojin .bnr_app_block {
		padding-bottom: 38px;
	}

	.hojin .bnr_app_block p {
		margin-bottom: 18px;
	}

	.hojin .bnr_app_block .bnr {
		display: block;
		width: 200px;
		margin: 14px auto 0;
	}
}


@media only screen and (max-width: 767px) {
	.slick-list {
		overflow: hidden;
	}
}

.importText {
	color: #FF1100;
}



#toggleBtn{
	display: none;
}
.toggle-inner{
	display: none;
}
#toggleBtn:checked ~ .toggle-inner{
	display: block;
}
.toggle-outer label {
	position: relative;
}

.toggle-outer label::before,
.toggle-outer label::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: #333;
    position: absolute;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
  }
.toggle-outer label::after {
    background: #333;
    transform: translateY(-50%) rotate(90deg);
    left: inherit;
  }
#toggleBtn:checked ~ .toggle-outer label::after {
	top: 43.6%;
	transform: rotate(0);
}

.movieWrap {
    margin: 0 0 80px;
}
.top_index .movieWrap {
    margin: -50px 0 80px;
}
.movieWrap h2 {
	background: url(../img/common/h2_red2.png) no-repeat center top;
	margin: 60px 0 10px;
	height: 88px;
	text-align: center;
	padding: 20px 0 0;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: .2px;
	font-size: 13px;
}
.movieWrap span {
    font-size: 22px;
    letter-spacing: -.1px;
	font-weight: bold;
	display: inline-block;
}
.movieWrap > p {
	text-align:center;
    font-size: 22px;
	font-weight: bold;
	margin-bottom:20px;
}
.movieBox {
	display:block;
	margin:0 auto;
	text-align:center;
}
.movieBox iframe {
	width: 600px;
	height: 400px;
}
@media only screen and (max-width: 700px) {
	.movieBox iframe {
		width: 90%;
		height: 250px;
	}
}
@media only screen and (max-width: 375px) {
	.movieBox iframe {
		height: 230px;
	}
}
@media only screen and (max-width: 320px) {
	.movieBox iframe {
		height: 190px;
	}
}
.coming_soon {
	margin: 50px auto -50px;
	text-align:center;
	border:1px solid #333;
	background:#f6f9f9;
	padding: 50px;
	max-width: 600px;
	font-size: 18px;
}
.coming_soon .en {
	font-size: 24px;
}
@media only screen and (max-width: 767px) {
.coming_soon {
	margin: 40px auto;
	width:90%;
	max-width: inherit;
	padding: 40px;
	font-size: 15px;
}

}