@charset "utf-8";

/* ==============================

    common / utility

===============================*/

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.tac {
	text-align: center !important;
}

/*-- wpの純正部分の非表示 --*/

.entry-footer {
	display: none;
}

.site-footer {
	display: none;
}

@media only screen and (max-width: 767px) {

	.sp_mb10,
	.mb10 {
		margin-bottom: 0.75vw !important;
	}

	.sp_mb20,
	.mb20 {
		margin-bottom: 2.67vw !important;
	}

	.sp_mb30,
	.mb30 {
		margin-bottom: 4vw !important;
	}

	.sp_mb40,
	.mb40 {
		margin-bottom: 4vw !important;
	}

	.sp_mb50,
	.mb50 {
		margin-bottom: 6.67vw !important;
	}

	.sp_mb60,
	.mb60 {
		margin-bottom: 8vw !important;
	}

	.sp_mb70,
	.mb70 {
		margin-bottom: 9.3vw !important;
	}

	.sp_mb80,
	.mb80 {
		margin-bottom: 10.67vw !important;
	}

	.sp_mb100,
	.mb100 {
		margin-bottom: 13.33vw !important;
	}

	.sp_mb120,
	.mb120 {
		margin-bottom: 16vw !important;
	}

	.sp_mb150,
	.mb150 {
		margin-bottom: 20vw !important;
	}

	.sp_mb0 {
		margin-bottom: 0 !important;
	}
}


@media only screen and (min-width: 768px) {
	.img_sp {
		display: none !important;
	}

	.sp_br {
		display: none !important;
	}

	.pc_none {
		display: none !important;
	}

	.pc_mb0 {
		margin-bottom: 0 !important;
	}

	.pc_mb20 {
		margin-bottom: 20px !important;
	}

	.pc_mb30 {
		margin-bottom: 30px !important;
	}

	.pc_mb40 {
		margin-bottom: 40px !important;
	}

	.pc_mb50 {
		margin-bottom: 50px !important;
	}

	.pc_mb65 {
		margin-bottom: 65px !important;
	}

	.pc_mb70 {
		margin-bottom: 70px !important;
	}

	.pc_mb80 {
		margin-bottom: 80px !important;
	}

	.pc_mb100 {
		margin-bottom: 100px !important;
	}

	.pc_mb120 {
		margin-bottom: 120px !important;
	}

	.pc_mb130 {
		margin-bottom: 130px !important;
	}

	.pc_mb150 {
		margin-bottom: 150px !important;
	}
}

@media only screen and (max-width: 767px) {
	.img_pc {
		display: none !important;
	}

	.sp_none {
		display: none !important;
	}

	.pc_br {
		display: none !important;
	}
}

/*-- mainvisual_area --*/

.mainvisual_area {
	background: #f2f2f2;
}

.mainvisual_wrap {
	position: relative;
	width: 100%;
	height: 200px;
}

.mainvisual_wrap.mainvisual_wrap_second {
	height: 350px;
}

.common_h1_ttl {
	font-size: 5.0rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.common_h1_ttl small {
	font-size: 0.7em;
}

.common_h1_ttl.common_h1_ttl_w {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.mainvisual_area {}

	.mainvisual_wrap {
		height: 33.33vw;
	}

	.mainvisual_wrap.mainvisual_wrap_second {
		height: 46.67vw;
	}

	.common_h1_ttl {
		font-size: 8vw;
		line-height: 1.3;
	}
}


/*-- breadcrumb_area --*/
.breadcrumb_area {
	background: #f4edd5;
}

.breadcrumb_wrap {}

.breadcrumb_list {
	margin-bottom: 0;
	display: flex;
	font-size: 1.6rem;
	padding: 0.6em 0;
}

.breadcrumb_list li {
	position: relative;
	margin-right: 5rem;
}

.breadcrumb_list li::after {
	content: "";
	position: absolute;
	width: 1.0rem;
	height: 1.0rem;
	border-top: solid 2px rgba(59, 61, 64, 0.2);
	border-right: solid 2px rgba(59, 61, 64, 0.2);
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%)rotate(45deg);
	margin-left: -3rem;
}

.breadcrumb_list li:first-child::after {
	content: none;
}

.breadcrumb_list li:last-child {
	margin-right: 0;
}


.breadcrumb_list li a,
.breadcrumb_list li span {
	font-size: 1.6rem;
}

.breadcrumb_list li a {
	color: #0057BC;
}

.breadcrumb_list li span {
	color: #3b3d40;
}

@media only screen and (max-width: 767px) {

	.breadcrumb_list {
		font-size: 3.2vw;
	}

	.breadcrumb_list li {
		margin-right: 6vw;
	}

	.breadcrumb_list li::after {
		width: 1.9vw;
		height: 1.9vw;
		border-top: solid 0.4vw rgba(59, 61, 64, 0.2);
		border-right: solid 0.4vw rgba(59, 61, 64, 0.2);
		margin-left: -4.5vw;
	}

	.breadcrumb_list li a,
	.breadcrumb_list li span {
		font-size: 3.2vw;
	}
}


/*-- contents_area --*/


.contents_area {
	padding-top: 100px;
	padding-bottom: 10px;
}

.contents_area_w {
	background: #fff;
}

.contents_box {
	margin-bottom: 80px;
}

.contents_wrap {
	margin-bottom: 100px;
}

.contents_box_2column {
	display: flex;
	justify-content: space-between;
}

.contents_box_2column .contents_box {
	width: 580px;
}

.common_h2_ttl {
	font-size: 3.6rem;
	line-height: 1.5;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.common_h2_ttl::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 150px;
	background: #0057BC;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.common_main_txt {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.8;
}

.common_h3_ttl {
	background: #FDF1DD;
	font-size: 3.0rem;
	padding: 0.3em 1em;
	position: relative;
	margin-bottom: 40px;
	line-height: 1.5;
}

.contents_area_w .common_h3_ttl {
	background: #f4edd5;
}

.common_h3_ttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #0057BC;
}

.common_h3_ttl small.sp_only {
	font-size: 1em;
}

.contents_box_inner {
	padding: 0 20px;
}

.common_h4_ttl {
	font-size: 2.6rem;
	line-height: 1.5;
	margin-bottom: 0.6em;
}

.common_h5_ttl {
	font-size: 2.2rem;
	margin-bottom: 0.9em;
}

.common_normal_txt {
	font-size: 2.2rem;
	line-height: 1.8;
	margin-bottom: 1.5em;
	text-align: justify;
}

.common_cap_txt {
	font-size: 1.6rem;
	line-height: 1.5;
}

.common_block {
	display: block;
}

.common_flex {
	display: flex;
	flex-wrap: wrap;
}

.common_box_2c {
	width: 540px;
	margin-right: 60px;
}

.common_box_2cs {
	width: 385px;
	margin-right: 40px;
}

.common_box_2c_58 {
	width: 580px;
	margin-right: 20px;
}

.common_box_2c-1 {
	width: 540px;
	margin-right: 40px;
}

.common_box_2c_2 {
	width: 580px;
	margin-right: 20px;
}

.common_box_2c_3_1 {
	width: 480px;
	margin-right: 20px;
}

.common_box_2c_3_2 {
	width: 680px;
}

.common_box_2c_3_3 {
	width: 640px;
}

.common_box_2c_3_4 {
	width: 780px;
}

.common_box_2_2c {
	width: 740px;
	margin-right: 60px;
}

.common_box_3c {
	width: 340px;
	margin-right: 60px;
}

.common_box_3c_2 {
	width: 380px;
	margin-right: 20px;
}

.common_box_3c_3 {
	width: 360px;
	margin-right: 30px;
}

.common_box_4c {
	width: 240px;
	margin-right: 60px;
}

.common_box_2c:nth-child(2n),
.common_box_2c_58:nth-child(2n),
.common_box_2c-1:nth-child(2n),
.common_box_2c_2:nth-child(2n),
.common_box_3c:nth-child(3n),
.common_box_3c_2:nth-child(3n),
.common_box_3c_3:nth-child(3n),
.common_box_4c:nth-child(4n),
.common_box_r_none {
	margin-right: 0;
}

.common_box_2c:nth-child(2n) {
	margin-right: 0;
}

.common_cap_img {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.common_cap_img.ta_l {
	text-align: left;
	margin-top: 0;
}

.color_gold {
	color: #0057BC;
}

.anchor_link_area {
	padding-top: 150px;
	margin-top: -150px;
}

.common_img_text_between {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	height: 100%;
}

@media only screen and (max-width: 767px) {

	.contents_box {
		margin-bottom: 11.59%;
	}

	.contents_wrap {
		margin-bottom: 14.49%;
	}

	.contents_area {
		padding-top: 10.67%;
		padding-bottom: 1%;
	}

	.contents_box_2column {
		flex-wrap: wrap;
	}

	.contents_box_2column .contents_box {
		width: 100%;
	}

	.common_h2_ttl {
		font-size: 6.2vw;
		padding-bottom: 3vw;
		margin-bottom: 7.25%;
	}

	.common_h2_ttl::after {
		width: 13.33vw;
	}

	.common_main_txt {
		font-size: 4.27vw;
		text-align: left;
		margin-bottom: 7.27%;
	}

	.common_h3_ttl {
		font-size: 5.33vw;
		margin-bottom: 5.8%;
	}

	.common_h3_ttl::after {
		width: 0.67vw;
	}

	.common_h3_ttl small.sp_only {
		font-size: 0.7em;
	}

	.contents_box_inner {
		padding: 0;
	}

	.common_h4_ttl {
		font-size: 4.5vw;
		margin-bottom: 2%;
	}

	.common_h5_ttl {
        font-size: 4.5vw;
    }

	.common_normal_txt {
		font-size: 3.6vw;
	}

	.common_cap_txt {
		font-size: 3.2vw;
	}

	.common_box {
		margin-bottom: 5.33%;
	}

	.common_box_2c {
		width: 100%;
		margin-right: 0;
	}

	.common_box_2c_2 {
		width: 100%;
		margin-right: 0;
	}

	.common_box_2c_3_1 {
		width: 100%;
		margin-right: 0px;
	}

	.common_box_2c_3_2 {
		width: 100%;
	}

	.common_box_2_2c {
		width: 100%;
		margin-right: 0;
	}

	.common_box_2c_58 {
		width: 100%;
		margin-right: 0;
	}

	.common_box_3c_2,
	.common_box_3c {
		width: 100%;
		margin-right: 0;
	}

	.common_box_4c {
		width: 100%;
		margin-right: 0;
	}

	.common_box_2c_sp {
		width: 47.82%;
		margin-right: 4.36%;
	}

	.common_box_2c_sp:nth-child(2n) {
		margin-right: 0;
	}

	.common_box_2c:nth-child(2n),
	.common_box_3c:nth-child(3n),
	.common_box_3c_2:nth-child(3n),
	.common_box_4c:nth-child(4n) {
		margin-bottom: 0;
	}


	.common_cap_img {
		font-size: 4.27vw;
	}

	.anchor_link_area {
		padding-top: 15vw;
		margin-top: -15vw;
	}
}

/* ==============================

		bottons

===============================*/

/*-- normal_botton --*/
.normal_botton {
	background: #0056c4;
	color: #fff;
	font-size: 2.6rem;
	display: block;
	width: 50%;
	border-radius: 5px;
	text-align: center;
	position: relative;
	padding: 0.8em 1em;
	margin-bottom: 20px;
	transition: 0.4s;
}

.normal_botton .border {
	display: block;
	border: solid 1px #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
}

.normal_botton:hover {
	color: #fff;
	background: #0045b6;
}


/*-- sign_botton --*/
.sign_botton {
	background: #fff;
	border: solid 1px #0056c4;
	border-radius: 5px;
	color: #0056c4;
	font-size: 2.6rem;
	display: block;
	width: 50%;
	border-radius: 5px;
	text-align: center;
	position: relative;
	padding: 0.8em 1em;
	margin-bottom: 20px;
	transition: 0.4s;
}

.sign_botton::after {
	content: "";
	display: block;
	width: 2.0rem;
	height: 2.0rem;
	position: absolute;
	border-top: solid 2px #0056c4;
	border-right: solid 2px #0056c4;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 40px auto 0;
	transform: rotate(45deg);
	transition: 0.4s;
}

.sign_botton:hover {
	background: #0056c4;
	color: #fff;
}

.sign_botton:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}


/*-- tab_botton --*/
.tab_botton {
	background: #fff;
	color: #3b3d40;
	font-size: 2.6rem;
	display: block;
	width: 32.2%;
	border-radius: 5px;
	position: relative;
	text-align: center;
	padding: 1em 1em;
	border: solid 1px #0056c4;
	margin-bottom: 20px;
	transition: 0.4s;
	box-sizing: border-box;
}

.tab_botton::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: solid 3px #0056c4;
	transition: 0.4s;
	border-radius: 3px;
	opacity: 0;
}

.tab_botton:hover,
li.active .tab_botton {
	background: #dae7f7;
	color: #3b3d40;
}

.tab_botton:hover::after,
li.active .tab_botton::after {
	opacity: 1;
}


.tab_botton .border {
	display: block;
	border: solid 1px rgba(122, 173, 227, 0.5);
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: auto;
}


/*-- icon_botton --*/
.icon_botton {
	background: #fff;
	color: #3b3d40;
	font-size: 2.6rem;
	display: flex;
	align-items: center;
	width: 32.2%;
	border-radius: 5px;
	position: relative;
	padding: 50px 20px 50px 160px;
	border: solid 1px #0056c4;
	margin-bottom: 20px;
}

.icon_botton:hover {
	color: #3b3d40;
}

.icon_botton i {
	position: absolute;
	display: block;
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0 auto 35px;
	transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.icon_botton:hover i {
	transform: rotateY(360deg);
}

.icon_botton .border {
	display: block;
	border: solid 1px rgba(122, 173, 227, 0.5);
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: auto;
}

@media only screen and (max-width: 767px) {

	/*-- normal_botton --*/
	.normal_botton {
		font-size: 4.53vw;
		width: 50%;
		margin: 0 auto 5%;
	}

	.normal_botton .border {
		border: solid 0.27vw #fff;
		width: calc(100% - 1.33vw);
		height: calc(100% - 1.33vw);
	}


	/*-- sign_botton --*/
	.sign_botton {
		font-size: 4.53vw;
		width: 100%;
		margin: 0 auto 5%;
	}

	.sign_botton::after {
		width: 3.2vw;
		height: 3.2vw;
		border-top: solid 0.4vw #0056c4;
		border-right: solid 0.4vw #0056c4;
		margin: auto 5.8% auto 0;
	}

	.sign_botton:hover::after {
		border-top: solid 0.4vw #fff;
		border-right: solid 0.4vw #fff;
	}


	/*-- tab_botton --*/
	.tab_botton {
		font-size: 4.53vw;
		line-height: 1.3;
		width: 100%;
		margin-bottom: 5%;
		padding: 0.8em;
	}

	.tab_botton::after {
		border: solid 0.4vw #0056c4;
	}


	.tab_botton .border {
		border: solid 0.27vw rgba(122, 173, 227, 0.5);
		width: calc(100% - 3.2vw);
		height: calc(100% - 3.2vw);
	}


	/*-- icon_botton --*/
	.icon_botton {
		font-size: 4.53vw;
		width: 47.1%;
		padding: 26.67vw 2vw 6vw 2vw;
		margin-bottom: 5.33vw;
		letter-spacing: 0;
		line-height: 1.2;
		justify-content: center;
		text-align: center;
	}

	.icon_botton i {
		width: 15vw;
		height: 15vw;
		right: 0;
		bottom: auto;
		margin: 6.5vw auto 0;
	}

	.icon_botton .border {
		border: solid 0.27vw rgba(122, 173, 227, 0.5);
		width: calc(100% - 2.67vw);
		height: calc(100% - 2.67vw);
	}
}

/*-- パンくずリスト --*/
.breadcrumbs__wrapper {
	width: 100%;

}

.breadcrumbs {
	margin: auto;
	max-width: 1180px;
	line-height: 40px;
}

.breadcrumbs ul {
	display: flex;
	justify-content: flex-start;
}

@media screen and (max-width:767px) {
	.breadcrumbs {
		padding: 0 5%;
	}

	.breadcrumbs ul {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
	}

	.breadcrumbs li {
		display: inline;
		flex: 0 0 40%;
	}
}

.comparison_wrapper {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.contents_area_w .comparison_wrapper {
	background: #f2f2f2;
}

.comparison_wrapper .item {
	display: flex;
	justify-content: space-between;
}

.comparison_wrapper .item .img {
	width: 43%;
}

.comparison_wrapper .item .img img {
	border-radius: 0px 10px 10px 0px;
}

.comparison_wrapper .item .txt {
	width: 674px;
	font-size: 2.6rem;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: inline-block;
	text-align: left;
	padding: 33px 100px;
	margin: 0;
}

.comparison_wrapper .item .sign_botton {
	display: block;
	margin: 10% auto 0;
	width: 100%;
}

@media screen and (max-width:767px) {

	.comparison_wrapper {
		border-radius: 5px;
	}

	.comparison_wrapper .item {
		display: block;
		padding: 5%;
	}

	.comparison_wrapper .item .img {
		width: auto;
	}

	.comparison_wrapper .item .img img {
		border-radius: 0;
		width: 39.46vw;
		margin: 0;
	}

	.comparison_wrapper .item .txt {
		width: 50%;
		font-size: 4vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		display: inline-block;
		text-align: left;
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 7px;
	}

	.comparison_wrapper .item .sign_botton {
		display: block;
		margin: 5% auto 0;
		width: 100%;
	}
}


/* モーダル記述 */
.modal_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.75);
}

.modal.show {
	display: block;
}

.modal {
	display: none;
	position: fixed;
	top: 60%;
	left: 50%;
	font-size: 2rem;
	max-width: 980px;
	/* max-height: 80vh; */
	width: 90%;
	z-index: 100;
	background: #fff;
	transform: translate(-50%, -50%);
}

.modal_content {
	overflow: auto;
	padding: 50px;
	height: 100%;
	max-height: 64vh;
}

@media screen and (max-width: 767px) {
	.modal_content {
		padding: 16px;
	}
}

.modal_close_icon {
	display: block;
	position: absolute;
	top: -3.5em;
	right: 0;
	width: 3em;
	height: 3em;
}

.modal_close_icon::before,
.modal_close_icon::after {
	/* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	/* 棒の幅（太さ） */
	height: 3em;
	/* 棒の高さ */
	background: #fff;
}

.modal_close_icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close_icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	.modal {
		font-size: 4.27vw;
	}
}

.modal_bg.show {
	display: block;
}

a[data-modal_link] {
	/* text-decoration: underline; */
}

/* モーダル記述　ここまで */




/* お客様相談室　ここから */

.common_contact_box {
	padding: 30px;
	background: #f2f2f2;
}

.common_contact_box .common_contact_ttl {
	font-size: 2.6rem;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {

	.common_contact_box {
		padding: 4vw;
	}

	.common_contact_box .common_contact_ttl {
		font-size: 4.8vw;
	}
}

/* お客様相談室　ここまで */
