
/*--------------------------------------------------*/
/* 2026.01｜.consulting-page */
/*--------------------------------------------------*/

/*
@media (min-width: 768px) {
	.consulting-page .container {
		max-width: 1220px !important;
	}
}
*/

/* .page-header */
.consulting-page .page-header .title-wrap {
	margin: 0 0 40px 0;
}
.consulting-page .page-header .title-wrap .title {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-weight: 900;
	font-size: 40px;
	text-align: center;
	margin: 0;
}
.consulting-page .page-header .title-wrap .title .small {
	display: block;
	font-size: 80%;
	font-weight: 700;
	margin-top: 5px;
}
.consulting-page .page-header .title-wrap .en {
	text-align: center;
	color: #0092B2;
	margin-top: 15px;
}
.consulting-page .page-header p {
	font-weight: 700;
	font-size: 20px;
	line-height: 2;
	margin: 40px 0;
}
.consulting-page .page-header .btn-cta {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border-radius: 10px;
	background-color: #AC2B2A;
	color: #ffffff;
	width: 100%;
	max-width: 400px;
	min-height: 70px;
	padding: 10px 30px;
	margin: 0 auto;
}
.consulting-page .page-header .btn-cta::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	content: "\f105";
	font-weight: normal;
}
@media (min-width: 768px) {
	.consulting-page .page-header p {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.consulting-page .page-header .title-wrap .title {
		font-size: 32px;
	}
	.consulting-page .page-header .title-wrap .title .small {
		font-size: 20px;
	}
	.consulting-page .page-header .title-wrap .en {
		font-size: 14px;
	}
	.consulting-page .page-header p {
		font-size: 16px;
	}
	.consulting-page .page-header .btn-cta {
		font-size: 18px;
	}
}

/* .section */
.consulting-page .page-contents {
	padding-bottom: 50px;
}
.consulting-page .section {
	padding-top: 150px;
}
.consulting-page .section .row {
	margin: 0 -10px;
}
.consulting-page .section .row > * {
	padding: 0 10px;
}
.consulting-page .section .section-title {
	font-size: 36px;
	line-height: 1.6;
	margin: 0 0 40px 0;
}
.consulting-page .section .section-title .small {
	font-size: 28px;
	margin-bottom: 5px;
}
.consulting-page .section .section-title + p {
	font-size: 115%;
	margin-bottom: 40px;
}
.consulting-page .section .simple-title {
	font-size: 24px;
	line-height: 1.6;
	margin: 50px 0 20px 0;
}
.consulting-page .section .center-title-wrap {
	text-align: center;
	margin-bottom: 40px;
}
.consulting-page .section .center-title-wrap .title {
	font-size: 36px;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 767px) {
	.consulting-page .section .section-title,
	.consulting-page .section .center-title-wrap .title {
		font-size: 28px;
	}
	.consulting-page .section .section-title .small {
		font-size: 20px;
	}
	.consulting-page .section .simple-title {
		font-size: 20px;
	}
	.consulting-page .section .center-title-wrap {
		text-align: left;
	}
}

/* .recommend */
.consulting-page .recommend .row dl {
	border: 1px solid #707070;
}
.consulting-page .recommend .row dl dt {
	background-color: #013d7e;
	color: #ffff00;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 10px 15px;
}
.consulting-page .recommend .row dl dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.consulting-page .recommend .row dl dd ul li {
	font-weight: 700;
	line-height: 1.6;
	border-top: 1px solid #707070;
	padding: 10px 15px;
}
@media (max-width: 767px) {
	.consulting-page .recommend .row dl dt {
		font-size: 20px;
	}
	.consulting-page .recommend .row > * + * {
		margin-top: 30px;
	}
}

/* .customer */
.consulting-page .customer .row > * {
	margin: 20px 0;
}
.consulting-page .customer .row dl dt {
	text-align: center;
}
.consulting-page .customer .row dl dd {
	font-size: 90%;
	line-height: 1.8;
}
.consulting-page .customer .row dl dd .title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	margin: 15px 0 10px 0;
}

/* .flow */
.consulting-page .flow .flow-list dl {
	position: relative;
	border: 1px solid #707070;
}
.consulting-page .flow .flow-list dl::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -45px;
	content: "";
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #C8DAF7;
	width: 60px;
	height: 30px;
}
.consulting-page .flow .flow-list dl:last-child::after {
	content: none;
}
.consulting-page .flow .flow-list dl + dl {
	margin-top: 60px;
}
.consulting-page .flow .flow-list dl dt {
	background-color: #0A5294;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 20px;
}
.consulting-page .flow .flow-list dl dd {
	padding: 15px 20px;
}
@media (max-width: 767px) {
	.consulting-page .flow .flow-list dl dt {
		font-size: 20px;
	}
}

/* .benefitn */
.consulting-page .benefit .row > * {
	display: flex;
	margin-bottom: 30px;
}
.consulting-page .benefit .row dl {
	border: 1px solid #707070;
	width: 100%;
}
.consulting-page .benefit .row dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 130px;
	padding: 10px 15px;;
}
.consulting-page .benefit .row dl dt .sub-title {
	font-size: 16px;
	font-weight: 400;
}
.consulting-page .benefit .row dl dt .sub-title strong {
	font-size: 110%;
	color: #AC2B2A;
}
.consulting-page .benefit .row dl dt .title {
	font-size: 26px;
	color: #1055CB;
	margin: 0;
}
.consulting-page .benefit .row dl dt .strong {
	font-weight: 700;
}
.consulting-page .benefit .row dl dd.img {
	text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 10px;
}
.consulting-page .benefit .row dl dd.txt {
	line-height: 1.8;
	padding: 15px 15px;
}
.consulting-page .benefit .row dl dd.txt .title {
	font-size: 18px;
	text-align: center;
	margin: 0 0 5px 0;
}
.consulting-page .benefit .row dl dt > *:last-child,
.consulting-page .benefit .row dl dd.txt > *:last-child {
	margin-bottom: 0;
}
.consulting-page .benefit .address {
	text-align: center;
	font-weight: 700;
	margin: 40px 0 10px 0;
}
.consulting-page .benefit .googlemap-wrap {
	display: flex;
	align-items: center;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.consulting-page .benefit .googlemap-wrap .map-inner {
	aspect-ratio: 1 / 2;
	width: 100%;
}
.consulting-page .benefit .googlemap-wrap iframe {
	width: 100%;
	height: 100%;
}
.consulting-page .benefit .tel-wrap {
	background-color: #f8f8f8;
	border: 1px solid #707070;
	padding: 25px 20px;
	margin-top: 40px;
}
.consulting-page .benefit .tel-wrap .tel {
	display: block;
	width: fit-content;
	font-size: 32px;
	line-height: 1.2;
	color: #AC2B2A;
	margin: 0 auto;
}
.consulting-page .benefit .tel-wrap p {
	text-align: center;
	margin: 10px 0 0 0;
}
@media (max-width: 767px) {
	.consulting-page .benefit .row dl dt {
		min-height: auto;
		padding: 15px 15px;
	}
	.consulting-page .benefit .row dl dt .sub-title {
		font-size: 14px;
	}
	.consulting-page .benefit .row dl dt .title {
		font-size: 20px;
	}
	.consulting-page .benefit .tel-wrap .tel {
		font-size: 28px;
	}
	.consulting-page .benefit .tel-wrap p {
		text-align: left;
	}
	.consulting-page .benefit .googlemap-wrap {
		aspect-ratio: 1 / 1;
	}
}

/* .faq */
.consulting-page .faq .list-wrap dl {
	border: 1px solid #707070;
	margin-bottom: 30px;
}
.consulting-page .faq .list-wrap dl dt {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	border-bottom: 1px solid #707070;
	background-color: #0092B2;
	color: #ffffff;
	padding: 10px 20px 10px 70px;
}
.consulting-page .faq .list-wrap dl dt .en {
	position: absolute;
	left: 20px;
	top: 0.4em;
}
.consulting-page .faq .list-wrap dl dd {
	position: relative;
	padding: 20px 20px 20px 70px;
}
.consulting-page .faq .list-wrap dl dd .en {
	position: absolute;
	left: 20px;
	top: 0.5em;
	font-size: 24px;
	font-weight: 700;
}
.consulting-page .faq .list-wrap dl dd > *:last-child {
	margin-bottom: 0
}
@media (max-width: 767px) {
	.consulting-page .faq .list-wrap dl dt {
		font-size: 20px;
		padding-left: 55px;
	}
	.consulting-page .faq .list-wrap dl dd {
		padding-left: 55px;
	}
	.consulting-page .faq .list-wrap dl dt .en {
		top: 0.45em;
	}
	.consulting-page .faq .list-wrap dl dd .en {
		top: 0.7em;
		font-size: 20px;
	}
}

/*--------------------------------------------------*/
/* 2026.01｜.form */
/*--------------------------------------------------*/

.consulting-page .form .center-title-wrap {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.consulting-page .form .center-title-wrap .notice {
	background-color: #F3EED9;
	color: #AC2B2A;
	padding: 10px 20px;
	margin-top: 20px;
}
.consulting-page .form-content .horizontal-item {
	display: block;
	margin: 0;
}
.consulting-page .form-content table td {
	vertical-align: top;
}
.consulting-page .form-content table td dl {
	max-width: 320px;
}
.consulting-page .form-content table td .url,
.consulting-page .form-content table td dl + dl {
	margin-top: 15px;
}
/*カレンダー*/
.consulting-page .form-content table td .calendar-wrap {
	margin: 20px 0;
}
.consulting-page .form-content table td .calendar-wrap iframe {
	width: 100%;
}
.consulting-page .form-content .form-footer {
	margin-top: 40px;
}
.consulting-page .form-content .form-footer p {
	text-align: center;
	margin-bottom: 0;
}
.consulting-page .form-content .form-footer .strong {
	font-weight: 700;
}
.consulting-page .form-content .form-footer .red {
	color: #ff0000;
}
.consulting-page .form-content .form-footer .btn-wrap {
	margin: 0 0 20px 0;
}
.consulting-page .btn-wrap .btn {
	background-color: #AC2B2A;
	border-radius: 10px;
	max-width: 400px;
	font-size: 120%;
}
.consulting-page .btn-wrap .btn-back {
	background-color: #333333;
}
@media (min-width: 768px) {
	.consulting-page .form-content table th {
		padding-right: 20px;
	}
	.consulting-page .btn-wrap .btn:hover {
		opacity: 0.5;
	}
}

/* 入力画面 */
@media (min-width: 768px) {
	.consulting-page .mw_wp_form_input .btn-wrap .btn {
		font-size: 24px;
		max-width: 480px;
	}
}

/* エラー画面 */
.consulting-page .mw_wp_form .error {
	color: #ff0000;
}

/* 確認画面 */
.consulting-page .mw_wp_form_preview table th span,
.consulting-page .mw_wp_form_preview table th div,
.consulting-page .mw_wp_form_preview table td .txt,
.consulting-page .mw_wp_form_preview table td .calendar-wrap,
.consulting-page .mw_wp_form_preview .form-footer .strong,
.consulting-page .mw_wp_form_preview .form-footer .red {
	display: none;
}

/* 送信完了画面 */
.consulting-page .form-thanks {
	border-top: 1px solid #707070;
	padding-top: 50px;
}
.consulting-page .form-thanks .thanks-title,
.consulting-page .mw_wp_form_complete .thanks-title {
	font-size: 160%;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

/*--------------------------------------------------*/
/* 2026.01｜.overview-wrap */
/*--------------------------------------------------*/

.simplepage .to-map {
	font-size: 90%;
	text-align: right;
	margin: 5px 0 40px 0;
}
.simplepage .to-map a {
	text-decoration: underline;
	color: #0092B2;
}
.simplepage .overview-wrap {
	margin: 3em 0 0 0 !important;
	padding: 0;
}
.simplepage .overview-wrap > * {
	display: flex;
	min-height: 400px;
	margin: 0;
	padding: 0 !important;
	width: 50%;
}
@media (max-width: 767px) {
	.simplepage .overview-wrap > * {
		min-height: 300px;
		width: 100%;
	}
}

/*テキスト部分*/
.simplepage .overview-wrap .txt-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #212121;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 30px;
}
/*OSAKA Head Office*/
.simplepage .overview-wrap .txt-wrap .en-title {
	font-family: 'Roboto', sans-serif;
	font-size: 110%;
	color: #ffffff;
	letter-spacing: 0;
	margin-bottom: 20px;
}
.simplepage .overview-wrap .txt-wrap .en-title i {
	color: #ffffff;
	margin-right: 0.5em;
}
.simplepage .overview-wrap .txt-wrap .en-title::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f041";
	font-weight: 400;
	margin-right: 0.5em;
}
.simplepage .overview-wrap .txt-wrap .en-title strong {
	color: #0092B2;
}

/*住所*/
.simplepage .overview-wrap .txt-wrap .address-wrap {
	color: #ffffff;
}
.simplepage .overview-wrap .txt-wrap .address-wrap .name {
	line-height: 1.4;
	font-size: 150%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #ffffff;
}
.simplepage .overview-wrap .txt-wrap .address-wrap .name .small {
	font-weight: 700;
}
.simplepage .overview-wrap .txt-wrap .address-wrap .address {
	color: #ffffff;
	margin: 0.3em 0;
}
@media (max-width: 767px) {
	.simplepage .overview-wrap .txt-wrap {
		font-size: 14px;
	}
}

/*電話番号*/
.simplepage .overview-wrap .txt-wrap .tel-wrap a {
	font-family: 'Roboto', sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
	color: #0092B2;
}
.simplepage .overview-wrap .txt-wrap .tel-wrap a strong {
	color: #ffffff;
}
@media(max-width:767px){
	
}

/*ボディーコピー*/
.simplepage .overview-wrap .txt-wrap .text {
	line-height: 1.8;
	font-size: 90%;
	font-weight: normal;
	color: #DDDDDD;
	margin: 5px 0 30px;
}
@media(max-width:767px){
	
}

/*ボタン*/
.simplepage .overview-wrap .txt-wrap .btn-wrap {
	display: block;
	margin: 0;
}
.simplepage .overview-wrap .txt-wrap .btn-wrap a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0092B2;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 25px;
	text-align: center;
	width: 100%;
	max-width: 240px;
	height: 50px;
	text-decoration: none;
}
.simplepage .overview-wrap .txt-wrap .btn-wrap a::before {
	font-family: FontAwesome;
	content: "\f0e0";
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 0.3em;
	vertical-align: 1px;
}
@media (max-width: 767px) {
	
}

/*地図*/
.simplepage .overview-wrap .map {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.simplepage .overview-wrap .map .map-inner {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1 / 2;
	width: 100%;
	margin: 0;
}
.simplepage .overview-wrap .map .map-inner iframe {
	width: 100%;
	height: 100% !important;
}
@media (max-width: 767px) {
	.simplepage .overview-wrap .map {
		height: 300px;
	}
}


