@charset "UTF-8";
/* Scss Document */
.padding120 {
	padding: 120px 0;
}
.pt-120 {
	padding-top: 120px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-150 {
	padding-bottom: 150px;
}
.margin120 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-120 {
	margin-top: 120px;
}
.mb-120 {
	margin-bottom: 120px;
}
.padding150 {
	padding: 150px 0;
}
.pt-150 {
	padding-top: 150px;
}
.pb-150 {
	padding-bottom: 150px;
}
.margin150 {
	margin-top: 150px;
	margin-bottom: 150px;
}
.mt-150 {
	margin-top: 150px;
}
.mb-150 {
	margin-bottom: 150px;
}
* {
	text-decoration: none !important;
}
#side_banar {
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 999;
	width: 50px;
}
#side_banar li {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "A-OTF-RyuminPro-Regular_ver";
	letter-spacing: 0.2em;
	display: inline-block;
}
#side_banar li:nth-child(1) a {
	background-color: #1a2e68;
	border: 1px solid #1a2e68;
	border-right: 0;
}
#side_banar li:nth-child(1) a:hover {
	background-color: #FFF;
	color: #1a2e68;
}
#side_banar li:nth-child(2) a {
	background-color: #ad891e;
	border: 1px solid #ad891e;
	margin-top: 15px;
	border-right: 0;
}
#side_banar li:nth-child(2) a:hover {
	background-color: #FFF;
	color: #ad891e;
}
#side_banar a {
	color: #FFF;
	display: block;
	width: 45px;
	padding: 25px 12px 25px 0;
	transition: 0.3s ease-in-out;
}
#side_banar .fas, #side_banar .far {
	margin-bottom: 0px;
	position: relative;
	left: 1px;
}






/* #side_banar_box {
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 999;
	width: 50px;
} */
#side_banar1 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "A-OTF-RyuminPro-Regular_ver";
	letter-spacing: 0.2em;
	display: inline-block;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 999;
	width: 50px;
}
#side_banar2 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "A-OTF-RyuminPro-Regular_ver";
	letter-spacing: 0.2em;
	display: inline-block;
	position: fixed;
	top: 280px;
	right: 0;
	z-index: 999;
	width: 50px;
}
#side_banar1 a {
	background-color: #1a2e68;
	border: 1px solid #1a2e68;
	border-right: 0;
}
#side_banar1 a:hover {
	background-color: #FFF;
	color: #1a2e68;
}
#side_banar2 a {
	background-color: #ad891e;
	border: 1px solid #ad891e;
	margin-top: 15px;
	border-right: 0;
}
#side_banar2 a:hover {
	background-color: #FFF;
	color: #ad891e;
}
#side_banar1 a {
	color: #FFF;
	display: block;
	width: 45px;
	padding: 25px 12px 25px 0;
	transition: 0.3s ease-in-out;
}
#side_banar2 a {
	color: #FFF;
	display: block;
	width: 45px;
	padding: 25px 12px 25px 0;
	transition: 0.3s ease-in-out;
}
#side_banar1 .fas, #side_banar1 .far {
	margin-bottom: 0px;
	position: relative;
	left: 1px;
}
#side_banar2 .fas, #side_banar2 .far {
	margin-bottom: 0px;
	position: relative;
	left: 1px;
}
.fa-phone {
	transform: scale(-1, 1);
}
/******************************/
#cy_header {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 500;
}
#head {
	width: 94%;
	margin: 0 auto;
	max-width: 1690px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#logo {
	width: 230px;
}
#cy_nav {
	margin: 0 0 0 auto;
	width: calc(100% - 300px);
	max-width: 800px;
}
#cy_nav ul {
	display: flex;
	justify-content: space-between;
}
#cy_nav a {
	color: #FFF;
	position: relative;
}
#cy_nav a:after {
	content: "";
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	transition: 0.3s ease-in-out;
}
#cy_nav a:hover:after {
	width: 100%;
}
/**********/
#main_box, #fade1, #fade2, #fade3 {
	height: 100vh;
	position: relative;
}
#fade1 {
	background: url("../images/fade1.jpg") 50% 0/cover no-repeat;
}
#fade2 {
	background: url("../images/fade2.jpg") 50% 0/cover no-repeat;
}
#fade3 {
	background: url("../images/fade3.jpg") 60% 0/cover no-repeat;
}
#title_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
	color: #FFF;
	transform: translateY(-50%);
}
#title {
	font-size: 54px;
}
.title_t {
	font-size: 24px;
	margin-top: 10px;
}
#main_link {
	display: flex;
	justify-content: space-between;
	width: 94%;
	margin: 40px auto 0;
	max-width: 580px;
	font-size: 18px;
}
#main_link li {
	width: 100%;
	max-width: 255px;
	position: relative;
	display: block;
	border: 1px solid #FFF;
	padding: 15px;
	text-align: center;
	color: #FFF;
	background-color: rgba(9, 25, 70, 0.7);
}
#main_link li:first-child:after {
	content: "";
	background: url("../images/title.png") 50% 0/100% 100% no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -51px;
}
#main_link a{
	color: #fff;
}
/*****************/
.top_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_left {
	width: 50%;
}
.top_width {
	width: 94%;
	margin: 0 auto;
	max-width: 580px;
}
.midashi36 {
	font-size: 36px;
}
.color {
	color: #1a2e68;
}
.more a {
	display: block;
	width: 220px;
	padding: 10px;
	text-align: center;
	border: 1px solid #ad891e;
	color: #ad891e;
}
.more a:hover {
	background-color: #ad891e;
	color: #FFF;
}
.top_right {
	width: 50%;
	background: url("../images/top2.jpg") 50% 0/cover no-repeat;
	height: 870px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_num {
	width: 94%;
	max-width: 700px;
	margin: 0 auto;
}
.top_num li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	margin: 30px 0;
}
.num_cell1 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-style: italic;
	border: 1px solid #FFF;
}
.num_cell2 {
	width: calc(100% - 100px);
	font-size: 20px;
}
/*********/
#top_bg1 {
	background: url("../images/top3.jpg") 50% 0/cover no-repeat;
	height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	margin-top: -60px;
}
.more_w a {
	border-color: #FFF;
	color: #FFF;
}
.more_w a:hover {
	background-color: #FFF;
	color: #1a2e68;
}
/*****************/
.be_border:before {
	content: "";
	border-left: 1px solid #1a2e68;
	height: 40px;
	display: block;
	margin: 0 auto 20px;
	width: 1px;
}
.center {
	text-align: center;
}
.movie {
	width: 100%;
	height: 500px;
}
.movie video {
	border: 10px solid rgba(158, 158, 158, 0.2);
	width: 100%;
	max-width: 700px;
	height: 400px;
	margin: 0 auto;
	display: block;
}
/*****************/
.flex_box {
	display: flex;
	justify-content: space-between;
}
.item_center {
	align-items: center;
}
.flex_50 {
	width: 50%;
}
.flex_42 {
	width: 42%;
}
/*************/
.top_af_bg {
	position: relative;
}
.top_af_bg:after {
	content: "";
	background-color: #faf7f0;
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	max-width: 540px;
	height: 92%;
}
.slider {
	position: relative;
	overflow: hidden;
}
.slider li {
	text-align: center;
	float: left;
	position: relative;
	z-index: 200;
}
.slider img {
	width: 100%;
	height: auto;
}
.slider2 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.slider2 li {
	width: 14%;
	cursor: pointer;
	display: block;
	background-color: #1a2e68;
	min-height: 100px;
	color: #FFF;
	padding-top: 8px;
	text-align: center;
}
.slider2 .thumbnail-current {
	background-color: #ad891e;
	position: relative;
}
.slider2 .thumbnail-current:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 7.5px 0 7.5px;
	border-color: #ad891e transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.slider_num {
	font-size: 14px;
}
.slider_t {
	font-size: 16px;
	line-height: 1.3em;
	margin-top: 10px;
}
.slider_t.slider_pt0 {
	margin: 5px;
}
/*****/
.slider1 {
	max-width: 1480px;
	margin: 0 auto;
}
.slider_flex {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: calc(100% - 120px);
	max-width: 1140px;
	margin: 0 auto;
}
.s_left {
	width: 40%;
}
.s_right {
	width: 55%;
	padding-top: 30px;
	order: 2;
}
.midashi28 {
	font-size: 28px;
}
/***********************************/
.padding80 {
	padding: 80px;
}
.w1170_auto {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.border_box {
	border: 1px solid #1a2e68;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.bb_y {
	border-bottom: 1px solid #ad891e;
	padding-bottom: 10px;
}
.midashi24 {
	font-size: 24px;
}
.top_flex2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top_left2 {
	width: calc(50% - 40px);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 0;
	position: relative;
}
.top_left2 .top_bg_midashi {
	background-color: #f7f3e8;
	color: #221a17;
}
.top_left2:after {
	content: "";
	background: url("../images/top_shape.png") 50% 0/cover no-repeat;
	width: 30px;
	height: 37px;
	position: absolute;
	right: -55px;
	top: 50%;
	transform: translateY(-50%);
}
.top_right2 {
	width: calc(50% - 40px);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: 0;
}
.top_right2 .top_bg_midashi {
	background-color: #1a2e68;
	color: #FFF;
}
.top_bg_midashi {
	padding: 15px;
	text-align: center;
	border-bottom: 0;
	font-size: 20px;
}
.top_table {
	width: 100%;
}
.top_table th, .top_table td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	padding: 15px 30px;
	font-size: 16px;
}
.top_table td {
	text-align: right;
}
.more_c a {
	margin: 0 auto;
}
/**********/
.top_af_bg2 {
	position: relative;
}
.top_af_bg2:after {
	content: "";
	background-color: #faf8f1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}
.bg_color {
	background-color: #faf8f1;
}
.bg_w {
	background-color: #FFF;
}
.padding60_0 {
	padding: 60px 0;
}
.faq_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.q_cell1 {
	width: 48px;
	height: 48px;
	border: 1px solid #1a2e68;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #1a2e68;
	font-size: 18px;
	line-height: 1em;
	padding-bottom: 3px;
}
.q_cell2 {
	width: calc(100% - 80px);
	color: #1a2e68;
	font-size: 22px;
}
/******************************/
.contact_bg {
	background-color: #faf9f9;
	padding: 80px 0;
}
.contact_list {
	display: flex;
	justify-content: space-between;
}
.contact_list li {
	width: 30.33%;
	font-size: 16px;
}
.contact_list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease-in-out;
}
.contact_list li a:hover {
	opacity: 0.5;
}
.contact_list li:nth-child(1) a {
	border: 1px solid #1a2e68;
	color: #1a2e68;
	font-size: 18px;
	pointer-events: none;
}
.contact_list li:nth-child(2) a {
	border: 1px solid #ad891e;
	color: #ad891e;
}
.contact_list li:nth-child(3) a {
	border: 1px solid #3f8e2d;
	color: #3f8e2d;
}
.contact_list li img {
	margin-right: 10px;
}
.contact_list a {
	display: block;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/**********/
.footer_bg {
	background-color: #1a2e68;
	padding: 120px 0;
	color: #FFF;
	position: relative;
}
.footer_bg a {
	color: #FFF;
}
#page_top {
	position: absolute;
	right: 20px;
	top: 0;
}
.f_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.f_left {
	width: 480px;
}
.f_right {
	width: calc(100% - 480px);
}
.f_nav {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
}
.f_nav:nth-child(2) {
	margin-top: 10px;
}
.f_nav li {
	display: inline-block;
	padding: 0 10px;
}
.copy {
	text-align: right;
	margin-top: 40px;
}
.new_logo_footer {
	width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 25px;
	border: 1px solid rgba(255,255,255,0.03);
}
.new_logo_campany {
	width: 100%;
    max-width: 220px;
    height: auto;
	margin-top: 10px;
}
/*****************************************************

	選ばれる理由

*****************************************************/
#reason_main {
	background: url("../images/reason1.jpg") 5% 0/cover no-repeat;
}
.main_size {
	height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_size h2 {
	color: #FFF;
	font-size: 36px;
	padding-top: 40px;
}
/***************/
.re_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.re_left {
	width: 54%;
}
.re_bg_calc {
	color: #FFF;
	background: url("../images/reason_bg.jpg") 50% 0/cover no-repeat;
	width: calc(100% + 50%);
	height: 705px;
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.re_width {
	width: 94%;
	margin: 0 auto;
	max-width: 1340px;
}
.re_width h2, .re_width p {
	width: 66%;
}
.re_right {
	width: 46%;
	position: relative;
	z-index: 500;
}
.re_right img {
	width: 80%;
}
/******************/
.flex_46 {
	width: 46%;
}
.bb_b {
	border-bottom: 1px solid #1a2e68;
}
/****************/
.af_bg_re {
	position: relative;
}
.af_bg_re:after {
	content: "";
	background-color: #fdfbf8;
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	max-width: 1440px;
	height: 100%;
}
.re_flex2 {
	background-color: #FFF;
	padding: 40px 40px 40px 40px;
	display: flex;
	justify-content: space-between;
}
.re_left2 {
	width: 54%;
}
.re_right2 {
	width: 40%;
}
/*****************************************************

	料金体系

*****************************************************/
#fee_main {
	background: url("../images/fee1.jpg") 50% 0/cover no-repeat;
}
/******************/
.fee_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fee_left {
	width: 450px;
	border-right: 1px solid rgba(0, 0, 0, 0.22);
}
.fee_left img {
	width: 100%;
	max-width: 320px;
	height: auto;
}
.fee_right {
	width: calc(100% - 450px);
	padding-left: 100px;
}
/*********************/
.other_list {
	display: flex;
	justify-content: space-between;
}
.other_list img{
	width: 100%;
	height: auto;
}
.other_list .ot_big{
	width: 39.5%;
}
.other_list li{
	width: 26%;
}
.fee_table {
	width: 100%;
}
.fee_table th, .fee_table td {
	text-align: center;
	padding: 25px 0;
	font-size: 16px;
	border: 1px solid #272727;
	width: 25%;
}
.fee_table tr:nth-child(1) th:nth-child(1) {
	border: 0;
}
.fee_table tr:nth-child(1) th:nth-child(n+2) {
	background-color: #1a2e68;
	color: #FFF;
	border-color: #FFF;
}
.fee_table td:nth-child(2) {
	background-color: #f4f6fa;
	color: #1a2e68;
}

.fee_table_2 {
	width: 100%;
}
.fee_table_2 th, .fee_table_2 td {
	text-align: center;
	padding: 25px 0;
	font-size: 16px;
	border: 1px solid #272727;
	width: 25%;
}
.fee_table_2 tr:nth-child(1) th:nth-child(1) {
	border: 0;
}
.fee_table_2 th {
	background-color: #1a2e68;
	color: #FFF;
	border-color: #FFF;
}
@media only screen and (max-width: 740px) {
.fee_table_2 th, .fee_table_2 td {
    padding: 10px;
    font-size: 12px;
    text-align: left;
}
@media (max-width:500px) {
	.fee_table_2 {
		margin-top: 20px;
	}
	
}
}
/*****************************************************

	譲受情報

*****************************************************/
#info_main {
	background: url("../images/information1.jpg") 50% 0/cover no-repeat;
}
/******************/
.info_list {
	display: flex;
	flex-wrap: wrap;
}
.info_list li {
	width: 30.33%;
	margin: 30px 1.5%;
}
.info_list a {
	color: #000;
}
.info_table {
	margin-top: 15px;
}
.info_table p {
	display: flex;
	justify-content: space-between;
	margin: 3px 0;
}
.info_cell1 {
	width: 130px;
	color: #1a2e68;
	font-weight: bold;
}
.info_cell2 {
	width: calc(100% - 100px);
}
/*****************************************************

	よくある質問

*****************************************************/
#faq_main {
	background: url("../images/faq1.jpg") 35% 0/cover no-repeat;
}
/******************/
.faq_link {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faq_link li {
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.faq_link a {
	display: block;
	padding: 25px;
	text-align: center;
	color: #000;
	font-size: 16px;
}
.faq_link a span {
	display: block;
	font-size: 26px;
	color: #1a2e68;
	margin-top: 5px;
	transform: rotate(-90deg);
}
.faq_table {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.faq_padding {
	padding: 30px 0;
	align-items: flex-start;
}
.a_color {
	background-color: #1a2e68;
	color: #FFF;
}
.a_text {
	font-size: 14px;
	color: #000;
	padding-top: 10px;
}
.a_text p {
	line-height: 2.2em;
}
.a_text a {
	color: #1a2e68;
	border-bottom: 1px solid #1a2e68;
}
/*****************************************************

	コラム

*****************************************************/
#column_main {
	background: url("../images/column1.jpg") 50% 0/cover no-repeat;
}
/******************/
.column_list {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.column_list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #000;
	position: relative;
}
.col_cell1 {
	width: 120px;
	color: #a7a8aa;
}
.col_cell2 {
	width: calc(100% - 140px);
	color: #1a2e68;
	padding-right: 40px;
}
.c_shape {
	color: #a7a8aa;
	font-size: 24px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
/*****************************************************

	会社概要

*****************************************************/
#company_main {
	background: url("../images/company1.jpg") 50% 0/cover no-repeat;
}
.flex_53 {
	width: 53%;
}
/*******/
#company_bg {
	background: url("../images/company3.jpg") 50% 0/cover no-repeat;
	width: 100%;
	max-width: 1600px;
	height: 600px;
	margin: 0 0 0 auto;
}
/**********/
.com_list li {
	display: flex;
	justify-content: space-between;
}
.com_cell1 {
	width: 150px;
	border-bottom: 1px solid #1a2e68;
	padding: 35px 15px;
	color: #1a2e68;
}
.com_cell2 {
	width: calc(100% - 150px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.34);
	padding: 35px 15px;
}
/*****************************************************

	キャリア採用

*****************************************************/
#recruit_main {
	background: url("../images/recruit1.jpg") 50% 0/cover no-repeat;
}
/*******/
.rec_af_bg {
	position: relative;
}
.rec_af_bg:after {
	content: "";
	background-color: #fdfbf8;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 75%;
	width: 100%;
}
.be_bb {
	display: flex;
	align-items: center;
}
.be_bb:before {
	content: "";
	border-top: 2px solid #1a2e68;
	width: 30px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}
.flex_38 {
	width: 38%;
}
.rec_table li {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #FFF;
	font-size: 15px;
}
.rec_cell1 {
	width: 300px;
	background-color: #1a2e68;
	color: #FFF;
	padding: 30px;
	color: #FFF;
	display: flex;
	align-items: center;
}
.rec_cell2 {
	width: calc(100% - 300px);
	background-color: #f9feff;
	padding: 30px 40px;
}
.rec_more a {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border: 1px solid #ad891e;
	background-color: #ad891e;
	color: #FFF;
	position: relative;
}
.rec_more a:hover {
	background-color: #FFF;
	color: #ad891e;
}
.rec_more a span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
}
/*****************************************************

	事例事例紹介

*****************************************************/
#case_main {
	background: url("../images/case1.jpg") 50% 0/cover no-repeat;
}
/*******/
.case_list {
	display: flex;
	justify-content: space-between;
}
.case_list li {
	width: 30.33%;
	border: 1px solid rgba(0, 0, 0, 0.22);
	padding: 60px 40px;
	text-align: center;
}
.case_midashi {
	color: #1a2e68;
	font-size: 30px;
}
.case_midashi:after {
	content: "";
	border-left: 1px solid #1a2e68;
	display: block;
	margin: 10px auto 20px;
	height: 25px;
	width: 1px;
}
.case_more a {
	display: block;
	color: #FFF;
	background-color: #1a2e68;
	border: 1px solid #1a2e68;
	padding: 15px;
	transition: 0.3s ease-in-out;
}
.case_more a:hover {
	background-color: #FFF;
	color: #1a2e68;
}
/*****************************************************
	事例事例紹介①
*****************************************************/
.case_box {
	background-color: #fbfbfb;
	padding: 60px;
}
.bg_blue {
	background-color: #1a2e68;
	color: #FFF;
}
.case_list2 {
	display: flex;
	justify-content: space-between;
}
.case_list2 li {
	width: 23%;
	font-size: 18px;
}
.case_num {
	font-style: italic;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.case_border {
	display: flex;
	justify-content: space-between;
}
.case_border li {
	padding: 60px;
	width: 48%;
	border: 1px solid #1a2e68;
}
.case_border p {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.af_bl:after {
	content: "";
	border-left: 1px solid #1a2e68;
	margin: 15px auto;
	display: block;
	width: 1px;
	height: 25px;
}
/**********************/
.case_af_bg {
	position: relative;
}
.case_af_bg:after {
	content: "";
	background-color: #fbf9f3;
	width: calc(100% - 180px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*************************/
.check_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.check_list li {
	width: 48%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.check_list img {
	width: 30px;
	display: block;
}
.check_list p {
	width: calc(100% - 50px);
	font-size: 16px;
	position: relative;
	top: 1px;
}
/************************/
.schedule_list {
	position: relative;
}
.schedule_list li {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 50px 0;
	padding-left: 80px;
	z-index: 500;
}
.schedule_list:after {
	content: "";
	border-left: 1px solid #1a2e68;
	position: absolute;
	top: 0;
	left: 19px;
	height: 100%;
}
.sc_num {
	background-color: #1a2e68;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: italic;
	font-size: 16px;
	position: absolute;
	top: -5px;
	left: 0;
}
.sc_midashi {
	color: #1a2e68;
	font-size: 20px;
	width: 210px;
	position: relative;
	top: -3px;
	font-weight: bold;
}
.sc_midashi:after {
	content: "";
	border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
	width: 50px;
	position: absolute;
	top: 16px;
	right: -80px;
}
.sc_text {
	font-size: 16px;
	padding-left: 120px;
	width: calc(100% - 210px);
}
/***************/
.case_af_bg2 {
	position: relative;
	color: #FFF;
	margin-top: 150px;
}
.case_af_bg2:after {
	content: "";
	color: #FFF;
	background-color: #1a2e68;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 180px);
}
.be_bb_w:before {
	border-color: #FFF;
}
/*************/
.indent_p {
	text-indent: -1.1em;
	padding-left: 18px;
}
/*****************************************************
	事例事例紹介②
*****************************************************/
.case_three li {
	width: 31.33%;
}
.case_w100 li {
	width: 100%;
}
.case_w100 li p {
	max-width: 1140px;
}
/*****************************************************
	事例事例紹介③
*****************************************************/
.case_two li {
	width: 48%;
}
/*****************************************************

	お問い合わせ

*****************************************************/
#contact_main {
	background: url("../images/contact1.jpg") 50% 0/cover no-repeat;
}
/*******/
.contact_box {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 40px;
}
.contact_box ul {
	display: flex;
	justify-content: space-between;
}
.contact_box ul li {
	width: 33.33%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 0 20px;
}
.contact_box ul h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.con_tel {
	font-size: 32px;
	line-height: 1.5em;
	color: #1a2e68;
}
.con_tel img {
	margin-right: 10px;
	position: relative;
	top: -5px;
}
.con_mail a, .con_line a {
	color: #ad891e;
	display: block;
	padding: 15px;
	text-align: center;
	border: 1px solid #ad891e;
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.con_mail img, .con_line img {
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.con_line a {
	color: #3f8f2d;
	border: 1px solid #3f8f2d;
}
/*****************************/
.contact_form li {
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.con_cell1 {
	width: 250px;
	position: relative;
	color: #1a2e68;
	font-weight: bold;
	font-size: 16px;
}
.hissu {
	background-color: #1a2e68;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 10px;
}
.con_cell2 {
	width: calc(100% - 290px);
}
.size {
	width: 100%;
	height: 75px;
	border: 1px solid #c9c9c9;
	padding: 10px;
}
.size.size_tel {
	max-width: 300px;
}
.area {
	width: 100%;
	height: 350px;
	border: 1px solid #c9c9c9;
	padding: 10px;
}
.radio_box label {
	margin-right: 40px;
	cursor: pointer;
}
.sub input {
	display: block;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background-color: #ad891e;
	width: 280px;
	margin: 0 auto;
	border: 1px solid #ad891e;
}
/*****************************************************

	エントリー

*****************************************************/
#entry_main {
	background: url("../images/entry1.jpg") 20% 0/cover no-repeat;
}
/**********/
.room_flex {
	display: flex;
	justify-content: space-between;
}
.room_left {
	width: 44%;
}
.room_left img {
	width: 100%;
	height: auto;
}
.room_right {
	width: 52%;
}
#roomList {
	display: flex;
	flex-wrap: wrap;
	display: none;
}
#roomList li {
	width: 31.33%;
	margin: 1%;
	cursor: pointer;
	position: relative;
}
#roomList li:after {
	content: "";
	border: 5px solid transparent;
	z-index:999;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:block;
	transition: 0.3s ease-in-out;
}
#roomList .nowList:after {
	border-color: #0b2143;
}
#roomList img {
	width: 100%;
	height: auto;
}
/*******/
.bl_midashi {
	font-size: 28px;
	font-weight: bold;
	/*border-left: 6px solid #1a2e68;*/
	padding-left: 20px;
}
.more07{
	display: block;
    width: 220px;
    padding: 10px;
    text-align: center;
	background-color: #1a2e68;
	color: #fff;
	margin-top: 50px;
}
.more08{
	display: block;
    width: 220px;
    padding: 10px;
    text-align: center;
	background-color: #1a2e68;
	color: #fff;
	margin-top: 50px;
}
.faq-btn{
	display: flex;
    align-items: baseline;
    justify-content: space-around;
}
.more09{
	display: block;
    width: 220px;
    padding: 10px;
    text-align: center;
	background-color: #1a2e68;
	color: #fff;
	margin-top: 50px;
}

#telPop {
	cursor: pointer;
}
#telShow {
	position: fixed;
	right: 46px;
	width: 340px;
	top: 150px;
	font-size: 24px;
	z-index: 600;
	background-color: #1a2e68;
	padding: 10px;
	transform: scale(0);
	transition: 0.3s ease;
	color: #fff;
	writing-mode: initial;
	text-align: center;
}
#telShow span {
	font-size: 34px;
	color: #fff;
}
#telShow p{
	margin: 0 auto;
}
#telShow.telShow {
	transform: scale(1);
}
#side_banar{
	display: none;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1699px) {
	/***************/
	.case_af_bg2 {
		position: relative;
		color: #FFF;
		margin-top: 150px;
	}
	.case_af_bg2:after {
		content: "";
		color: #FFF;
		background-color: #1a2e68;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: calc(100% - 180px);
	}
	.case_af_bg2 .container1280 {
		padding-right: 180px;
	}
}
@media only screen and (max-width: 1400px) {
	/*************/
	.slider2 {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.slider2 li {
		width: 24.5%;
		margin: 10px 0.25%;
	}
	/**********/
	.f_left {
		width: 380px;
	}
	.f_right {
		width: calc(100% - 380px);
	}
	.f_nav li {
		padding: 0 5px;
	}
}
@media only screen and (max-width: 1024px) {
	/******************************/
	#cy_header {
		top: 20px;
	}
	#logo {
		width: 180px;
	}
	#logo img {
		width: 100%;
		height: auto;
	}
	#cy_nav {
		display: none;
	}
	/**********/
	#main_box, #fade1, #fade2, #fade3 {
		height: 700px;
	}
	#title_box {
		top: 50%;
	}
	#title {
		font-size: 40px;
	}
	.title_t {
		font-size: 20px;
	}
	/*****************/
	/*****/
	.s_right {
		padding-top: 0;
	}
	.midashi28 {
		font-size: 22px;
	}
	/***********************************/
	.padding80 {
		padding: 40px;
	}
	.bb_y {
		padding-bottom: 10px;
	}
	.midashi24 {
		font-size: 20px;
	}
	/**********/
	.footer_bg {
		padding: 60px 0;
	}
	.f_flex {
		display: block;
	}
	.f_left {
		width: 100%;
		text-align: center;
	}
	.f_right {
		width: 100%;
		margin-top: 40px;
	}
	.f_nav {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.f_nav li {
		display: block;
		width: 24%;
		padding: 5px 0;
	}
	.copy {
		text-align: center;
		margin-top: 40px;
	}
	.faq-btn{
		margin: 0 auto;
		display: table;
	}
	.more08{
		margin-top: 25px;
	}

	/*****************************************************

	料金体系

*****************************************************/
	.fee_left {
		width: 350px;
		border-right: 1px solid rgba(0, 0, 0, 0.22);
	}
	.fee_left img {
		width: 100%;
		max-width: 320px;
		height: auto;
	}
	.fee_right {
		width: calc(100% - 350px);
		padding-left: 40px;
	}
	/*****************************************************

	譲受情報

*****************************************************/
	.info_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.info_list li {
		width: 48%;
		margin: 30px 0;
	}
	/*****************************************************

	お問い合わせ

*****************************************************/
	.con_tel {
		font-size: 24px;
	}
}
@media only screen and (max-width: 740px) {
	#side_banar_box{
		display: none;
	}
	#side_banar{
		display: block;
	}
	.padding120 {
		padding: 60px 0;
	}
	.pt-120 {
		padding-top: 60px;
	}
	.pb-120 {
		padding-bottom: 60px;
	}
	.margin120 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.mt-120 {
		margin-top: 60px;
	}
	.mb-120 {
		margin-bottom: 60px;
	}
	.padding150 {
		padding: 60px 0;
	}
	.pt-150 {
		padding-top: 60px;
	}
	.pb-150 {
		padding-bottom: 60px;
	}
	.margin150 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.mt-150 {
		margin-top: 60px;
	}
	.mb-150 {
		margin-bottom: 60px;
	}
	/*****************/
	#side_banar {
		top: auto;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#side_banar li {
		width: 50%;
		-ms-writing-mode: lr-tb;
		/* for MS IE8+ */
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		font-family: "A-OTF-RyuminPro-Regular";
		letter-spacing: 0.15em;
	}
	#side_banar li:nth-child(2) a {
		margin-top: 0;
	}
	#side_banar a {
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	#side_banar .fas, #side_banar .far {
		margin-bottom: 5px;
		left: 0;
	}
	/**********/
	#main_box, #fade1, #fade2, #fade3 {
		height: 500px;
	}
	#title_box {
		top: calc(50% + 10px);
	}
	#title {
		font-size: 28px;
	}
	.title_t {
		font-size: 16px;
		margin-top: 10px;
	}
	#main_link {
		margin: 30px auto 0;
		max-width: 320px;
		font-size: 14px;
	}
	#main_link li {
		max-width: 130px;
		padding: 10px;
	}
	#main_link li:first-child:after {
		width: 20px;
		height: 20px;
		right: -42px;
	}
	/*****************/
	.top_flex {
		display: block;
		margin-top: 60px;
	}
	.top_left {
		width: 100%;
	}
	.top_width {
		width: 94%;
		margin: 0 auto;
		max-width: 94%;
	}
	.midashi36 {
		font-size: 24px;
	}
	.color {
		color: #1a2e68;
	}
	.more a {
		margin: 0 auto;
	}
	.top_right {
		width: 100%;
		margin-top: 40px;
		height: auto;
		display: block;
		padding: 40px 0;
	}
	.top_num {
		width: 94%;
		max-width: 700px;
		margin: 0 auto;
	}
	.top_num li {
		margin: 20px 0;
	}
	.num_cell1 {
		width: 45px;
		height: 45px;
		font-size: 16px;
		opacity: 0 2px 4px 0;
		display: block;
		padding: 6px 0 0 11px;
	}
	.num_cell2 {
		width: calc(100% - 65px);
		font-size: 14px;
		line-height: 1.6em;
	}
	.movie {
		width: 100%;
		height: 300px;
	}
	.movie video {
		border: 5px solid rgba(158, 158, 158, 0.2);
		max-width: 300px;
		height: 170px;
	}
	/*********/
	#top_bg1 {
		height: auto;
		margin-top: 0;
		padding: 60px 0;
	}
	/*****************/
	.be_border:before {
		height: 30px;
		margin: 0 auto 15px;
	}
	/*****************/
	.flex_box {
		display: block;
	}
	.flex_50 {
		width: 100%;
	}
	.flex_42 {
		width: 100%;
	}
	/*************/
	.top_af_bg {
		position: relative;
	}
	.top_af_bg:after {
		content: "";
		background-color: #faf7f0;
		position: absolute;
		top: -150px;
		left: 0;
		width: 100%;
		max-width: 540px;
		height: 92%;
	}
	.slider2 {
		margin-top: 60px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.slider2 li {
		width: 49.5%;
		margin: 0.25% 0;
		min-height: 0;
		padding: 10px 0;
	}
	.slider2 .thumbnail-current:after {
		display: none;
	}
	.slider_num {
		font-size: 11px;
	}
	.slider_t {
		font-size: 13px;
		line-height: 1.3em;
		margin-top: 5px;
	}
	.slider_t.slider_pt0 {
		margin: 5px 0 0;
	}
	/*****/
	.slider_flex {
		display: block;
		width: calc(100% - 80px);
	}
	.s_left {
		width: 100%;
		padding-top: 40px;
	}
	.s_right {
		width: 100%;
		order: 2;
	}
	.midashi28 {
		font-size: 20px;
	}
	/***********************************/
	.padding80 {
		padding: 20px;
	}
	.bb_y {
		padding-bottom: 10px;
	}
	.midashi24 {
		font-size: 18px;
		line-height: 1.6em;
	}
	.top_flex2 {
		display: block;
	}
	.top_left2 {
		width: 100%;
		position: relative;
	}
	.top_left2:after {
		width: 30px;
		height: 37px;
		right: 50%;
		top: auto;
		bottom: -50px;
		transform: translateX(50%) rotate(90deg);
	}
	.top_right2 {
		width: 100%;
		margin-top: 60px;
	}
	.top_bg_midashi {
		padding: 10px;
		font-size: 16px;
	}
	.top_table {
		width: 100%;
	}
	.top_table th, .top_table td {
		padding: 10px 15px;
		font-size: 14px;
	}
	/**********/
	.top_af_bg2:after {
		height: 300px;
	}
	.padding60_0 {
		padding: 64px 0;
	}
	.faq_list li {
		padding: 20px 0;
	}
	.q_cell1 {
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 1em;
		padding-bottom: 3px;
		padding-right: 1px;
	}
	.q_cell2 {
		width: calc(100% - 45px);
		font-size: 13px;
	}
	/******************************/
	.contact_bg {
		padding: 40px 0;
	}
	.contact_list {
		display: block;
	}
	.contact_list li {
		width: 100%;
		font-size: 16px;
		margin: 5px 0;
	}
	.contact_list li:nth-child(1) a {
		pointer-events: auto;
	}
	.contact_list a {
		height: 55px;
	}
	/**********/
	.footer_bg {
		padding: 60px 0;
	}
	#f_logo img {
		width: 180px;
		height: auto;
	}
	.f_nav li {
		width: 49%;
		padding: 5px 0;
	}
	.copy {
		text-align: center;
		margin-top: 40px;
	}
	/*****************************************************

	選ばれる理由

*****************************************************/
	.main_size {
		height: 250px;
	}
	.main_size h2 {
		font-size: 24px;
		padding-top: 40px;
	}
	/***************/
	.re_flex {
		display: block;
	}
	.re_left {
		width: 100%;
	}
	.re_bg_calc {
		width: 100%;
		height: auto;
		margin-top: 0;
		display: block;
		align-items: center;
		padding: 60px 0;
	}
	.re_width {
		width: 94%;
		margin: 0 auto;
		max-width: 1340px;
	}
	.re_width h2, .re_width p {
		width: 100%;
	}
	.re_right {
		width: 100%;
	}
	.re_right img {
		width: 100%;
	}
	/******************/
	.flex_46 {
		width: 100%;
	}
	/****************/
	.af_bg_re:after {
		width: 94%;
		max-width: 1440px;
		height: 100%;
	}
	.re_flex2 {
		padding: 20px;
		display: block;
	}
	.re_left2 {
		width: 100%;
	}
	.re_right2 {
		width: 100%;
		margin-top: 20px;
	}
	/*****************************************************

	料金体系

*****************************************************/
	.fee_flex {
		display: block;
	}
	.fee_left {
		width: 100%;
		border: 0;
		padding-bottom: 0;
		margin-top: 40px;
	}
	.fee_left img {
		width: 100%;
		max-width: 100%;
	}
	.fee_right {
		width: 100%;
		padding-left: 0;
	}
	/*********************/
	.fee_table th, .fee_table td {
		padding: 10px;
		font-size: 12px;
		text-align: left;
	}
	/*****************************************************

	譲受情報

*****************************************************/
	.info_list {
		display: block;
	}
	.info_list li {
		width: 100%;
		margin: 0;
	}
	.info_list a {
		color: #000;
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.info_list .img100 {
		width: 140px;
	}
	.info_list .img100 img {
		position: sticky;
		top: 5px;
		display: block;
		margin-bottom: 5px;
	}
	.info_table {
		margin-top: 0;
		width: calc(100% - 150px);
	}
	.info_table p {
		display: block;
		justify-content: space-between;
		margin: 3px 0;
		font-size: 12px;
	}
	.info_cell1 {
		width: 100%;
		color: #1a2e68;
		font-weight: bold;
		display: block;
	}
	.info_cell2 {
		width: 100%;
		display: block;
	}
	/*****************************************************

	よくある質問

*****************************************************/
	.faq_link {
		flex-wrap: wrap;
		border: 0;
	}
	.faq_link li {
		width: 50%;
		border-right: 1px solid rgba(0, 0, 0, 0.2);
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.faq_link a {
		padding: 10px;
		font-size: 13px;
	}
	.faq_link a span {
		font-size: 20px;
		margin-top: -5px;
	}
	.faq_padding {
		padding: 25px 0;
	}
	.a_text {
		font-size: 12px;
		padding-top: 5px;
	}
	.a_text p {
		line-height: 2em;
	}
	/*****************************************************

	コラム

*****************************************************/
	.column_list {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}
	.column_list a {
		display: block;
		padding: 15px;
	}
	.col_cell1 {
		width: 100%;
	}
	.col_cell2 {
		width: 100%;
		padding-right: 0;
	}
	.c_shape {
		font-size: 24px;
		right: 15px;
		top: 3px;
		transform: translateY(0);
	}
	/*****************************************************

	会社概要

*****************************************************/
	.flex_53 {
		width: 100%;
	}
	/*******/
	#company_bg {
		height: 250px;
	}
	/**********/
	.com_list li {
		display: flex;
		justify-content: space-between;
	}
	.com_cell1 {
		width: 120px;
		padding: 25px 10px;
	}
	.com_cell2 {
		width: calc(100% - 120px);
		padding: 25px 10px;
	}
	/*****************************************************

	キャリア採用

*****************************************************/
	.be_bb:before {
		width: 20px;
	}
	.flex_38 {
		width: 100%;
	}
	.rec_table li {
		font-size: 12px;
	}
	.rec_cell1 {
		width: 100px;
		padding: 15px;
	}
	.rec_cell2 {
		width: calc(100% - 100px);
		padding: 15px;
	}
	/*****************************************************

	事例事例紹介

*****************************************************/
	.case_list {
		display: block;
	}
	.case_list li {
		width: 100%;
		padding: 20px;
		margin: 20px 0;
	}
	.case_midashi {
		font-size: 22px;
	}
	.case_midashi:after {
		margin: 10px auto 20px;
		height: 25px;
		width: 1px;
	}
	.case_more a {
		padding: 10px;
	}
	/*****************************************************
	事例事例紹介①
*****************************************************/
	.case_box {
		padding: 30px;
	}
	.case_list2 {
		flex-wrap: wrap;
	}
	.case_list2 li {
		width: 48%;
		font-size: 14px;
		margin: 20px 0;
	}
	.case_num {
		margin-bottom: 10px;
	}
	.case_border {
		display: block;
	}
	.case_border li {
		padding: 20px;
		width: 100%;
		margin: 20px 0;
	}
	.case_border p {
		width: 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
	/**********************/
	.case_af_bg:after {
		width: 94%;
	}
	/*************************/
	.check_list {
		display: block;
	}
	.check_list li {
		width: 100%;
		padding: 20px 0;
	}
	.check_list p {
		font-size: 14px;
		line-height: 1.5em;
	}
	/************************/
	.schedule_list {
		position: relative;
	}
	.schedule_list li {
		display: block;
		margin: 40px 0;
		padding-left: 60px;
	}
	.sc_midashi {
		font-size: 16px;
		width: 100%;
		top: 0px;
	}
	.sc_midashi:after {
		display: none;
	}
	.sc_text {
		font-size: 13px;
		padding-left: 0;
		width: 100%;
		margin-top: 5px;
	}
	/***************/
	.case_af_bg2 {
		margin-top: 60px;
	}
	.case_af_bg2:after {
		width: 100%;
	}
	.case_af_bg2 .container1280 {
		padding: 0;
	}
	/*************/
	/*****************************************************

	お問い合わせ

*****************************************************/
	.contact_box {
		padding: 20px;
	}
	.contact_box ul {
		display: block;
	}
	.contact_box ul li {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding: 20px 0;
	}
	.contact_box ul h3 {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.con_mail a, .con_line a {
		padding: 10px;
	}
	/*****************************/
	.contact_form li {
		padding: 20px 0;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
	.con_cell1 {
		width: 100%;
		font-size: 14px;
	}
	.con_cell2 {
		width: 100%;
		margin-top: 15px;
	}
	.size {
		width: 100%;
		height: 45px;
	}
	.size.size_tel {
		max-width: 200px;
	}
	.area {
		height: 250px;
	}
	.radio_box label {
		margin-right: 0;
		display: block;
		cursor: pointer;
		margin: 5px 0;
	}
	.sub input {
		display: block;
		padding: 15px;
		font-size: 16px;
		text-align: center;
		color: #FFF;
		background-color: #ad891e;
		width: 280px;
		margin: 0 auto;
		border: 1px solid #ad891e;
	}

/**********/
.room_flex {
	display: block;
}
.room_left {
	width: 100%;
}
.room_right {
	width: 100%;
	margin-top: 40px;
}
/*******/
.bl_midashi {
	font-size: 20px;
	/*border-left: 4px solid #1a2e68;*/
	padding-left: 15px;
}
.more09{
	margin-top: 20px;
}

}
/* スマートフォン 縦(ポートレート) */

.kome::after {
	content: '※';
	font-size: 5px;
    position: relative;
    left: -2px;
    top: -8px;
}
.br {
	display: none;
}
@media (max-width:670px) {
	.br {
		display: block !important;
	}
	
}