@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

html,
body {
	color: #000000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	/*line-height: 1.5;*/
}

html {
	overflow-y: scroll;
	/* =16px */
	/*font-size: 100%;*/
	/* =10px */
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	/* =14px */
	position: relative;
	/* overflow: hidden; */
}

main {
	overflow: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	border: 0;
}

a img {
	border: 0;
}

.clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.YuGothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.main {
	width: 1050px;
	max-width: 95%;
	margin: 0 auto;
}

.pc_none {
	display: none;
}

/* ----------- header ----------- */
header {
	width: 100%;
	/* position: sticky;
	position: -webkit-sticky; */
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 1);
}
header#header03{
	display: none;
}

header .main {
	width: 1290px;
}

.logo {
	width: 214px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 11px 0;
}

.logo a {
	display: block;
}

.logo a img {
	display: block;
	width: 100%;
	max-width: 214px;
}

.logo a:hover {
	opacity: 0.8;
}

footer {
	background-color: #f3f4f6;
}

/* ----------- pagt top ----------- */
.pagetop {
	display: none;
	width: 48px;
	height: 48px;
	position: fixed;
	right: 100px;
	bottom: 150px;
	z-index: 998;
}

.pagetop img {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	opacity: 0.8;
}

.pagetop:hover img {
	opacity: 1;
}

/* ----------- footer ----------- */
.lp-footer {
	background-color: #000;
}

.lp-footer .copyright {
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 14px 0;
}

@media only screen and (max-width: 1600px) {

	/* ----------- header ----------- */
	.pagetop {
		right: 20px;
	}

}


@media only screen and (max-width: 1024px) {

	.pc_none {
		display: block;
	}

	/* ----------- header ----------- */
	header {
		padding: 10px 10px;
		box-sizing: border-box;
	}

	.logo {
		width: auto;
		padding-right: 0px;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.logo a {
		width: auto;
		max-width: 330px;
	}

	.logo a img {
		width: auto;
		max-width: 100%;
		max-height: 50px;
	}

	/* ----------- pagt top ----------- */
	.pagetop {
		right: 10px;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- pagt top ----------- */
	.pagetop {
		bottom: 110px;
		width: 46px;
	}

}

@media only screen and (max-width: 480px) {

	.main {
		max-width: 93%;
	}

	/* ----------- header ----------- */
	.logo a {
		margin: 0 auto;
	}

	.logo a img {
		max-height: 40px;
		margin: 0 auto;
	}

	/* ----------- footer ----------- */
	.lp-footer .copyright {
		font-size: 1.2rem;
	}

}

/* ----------- page common ----------- */
.part_title {}

.part_title h2 {
	text-align: center;
	font-size: 3.8rem;
	color: #13274A;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 23px;
}

.part_title h2::after {
	content: "";
	display: block;
	width: 48px;
	height: 6px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 24px);
	background-color: #FF9F00;

}

.part_title h2 br {
	display: none;
}

.part_title p.small {
	font-size: 2.8rem;
	font-weight: bold;
	color: #13274A;
	text-align: center;
	margin-bottom: 3px;
}

.part_title h2 p.small02 {
	font-size: 2.8rem;
	margin-top: 3px;
}

@media only screen and (max-width: 1024px) {

	/* ----------- page common ----------- */
	.module_pd {
		padding: 80px 0 !important;
	}

	.part_title h2 {
		font-size: 3.4rem;
		padding-bottom: 20px;
	}

	.part_title p.small {
		font-size: 2.4rem;
		margin-bottom: 2px;
	}

	.part_title h2 p.small02 {
		font-size: 2.4rem;
		margin-top: 2px;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- page common ----------- */
	.module_pd {
		padding: 60px 0 !important;
	}

	.part_title h2 {
		font-size: 3.0rem;
		letter-spacing: 1px;
		padding-bottom: 16px;
	}

	.part_title h2::after {
		width: 48px;
		height: 4px;
		left: calc(50% - 24px);
	}

	.part_title p.small {
		font-size: 2.0rem;
	}

	.part_title h2 p.small02 {
		font-size: 2.0rem;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- page common ----------- */
	.module_pd {
		padding: 50px 0 !important;
	}

	.part_title h2 {
		font-size: 2.8rem;
		letter-spacing: 0px;
	}

	.part_title h2::after {
		width: 40px;
		height: 4px;
		left: calc(50% - 20px);
	}

	.part_title h2 br {
		display: block;
	}

	.part_title p.small {
		font-size: 1.8rem;
	}

	.part_title h2 p.small02 {
		font-size: 1.8rem;
	}

}

/* ----------- index common ----------- */
.pc_img {
	display: block !important;
}

.sp_img {
	display: none !important;
}

.pc_br {
	display: block !important;
}

.sp_br {
	display: none !important;
}

.common_description {
	margin-top: 30px;
	font-size: 2.0rem;
	color: #13274A;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 0.36px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {

	/* ----------- index common ----------- */
	.common_description {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 768px) {

	/* ----------- index common ----------- */
	.common_description {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- index common ----------- */
	.pc_img {
		display: none !important;
	}

	.sp_img {
		display: block !important;
	}

	.pc_br {
		display: none !important;
	}

	.sp_br {
		display: block !important;
	}
}

/* ----------- mv ----------- */
.top_mv {
	background: url("../img/top_mv_bgPc.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.top_mv .main {
	position: relative;
}

.top_mvC1 {}

.top_mvImg01 {
	width: 461px;
	position: absolute;
	top: 26px;
	right: 0;
}

.top_mvSatisfactionBox {
	display: flex;
	column-gap: 8px;
}

.top_mvSatisfaction {
	width: calc(50% - 4px);
	background: url("../img/top_mv_ico03.png") left center, url("../img/top_mv_ico04.png") right center;
	background-repeat: no-repeat;
	background-size: 44.5px auto;
	padding: 14px 0 16px;
}

.top_mvSI_cTitle {
	font-size: 2.3rem;
	letter-spacing: 0.69px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
}

.top_mvSI_cInner {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2px;
	margin-top: 5px;
}

.top_mvSI_cNum {
	font-family: "Crimson Text", serif;
	font-size: 5.7rem;
	letter-spacing: 1.71px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
}

.top_mvSI_cNum02 {
	font-size: 5.5rem;
	letter-spacing: 0px;
}

.top_mvSI_cUnits {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	font-weight: bold;
}

.top_mvTitle {
	padding-top: 50px;
}

.top_mvTitle p {
	font-size: 2.5rem;
	color: #ffffff;
	line-height: 1.2;
	font-weight: bold;
}

.top_mvTitle p br {
	display: none;
}

.top_mvTitle h1 {
	color: #fff;
	font-size: 9.1rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 4.557px;
	margin: 15px auto;
}

.top_mvTitle h1 small {
	font-size: 0.8em;
}

.top_mvTitle h1 span.h1Line {
	display: inline-block;
	background: linear-gradient(to bottom, transparent 0%, transparent 77%, #f05400 77%, #f05400 88%, transparent 88%, transparent 100%);
}

.top_mvPeople {
	width: 505px;
	position: absolute;
	right: 30px;
	bottom: 0;
}

.top_mvPeople img {
	display: block;
}

.top_mvC2 {
	padding-bottom: 20px;
	position: relative;
}

.top_mvOption {}

.top_mvOptionList {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	padding: 12px 25px 15px;
	border-radius: 4px;
	background-color: #fff;
	width: 500px;
	max-width: 100%;
	box-sizing: border-box;
}

.top_mvOLCardBox {
	/* width: calc((100% - 2px) / 2); */
}

.top_mvOLCard {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.point_badge {
	display: flex;
	width: 54px;
	height: 22px;
	padding: 0 5px;
	justify-content: center;
	align-items: center;
	gap: 2px;
	border-radius: 4px;
	border: 1px solid #13274a;
	background-color: #f05400;
	font-family: "Crimson Text", serif;
}

.badge_text {
	color: #fff;
	text-align: center;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.7;
}

.badge_number {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.48px;
}

.point_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.point_title {
	color: #13274a;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.point_title02 {
	font-size: 1.7rem;
}

.point_title span.point_tLine {
	background: linear-gradient(to bottom, transparent 0%, transparent 68%, #fcddcc 68%, #fcddcc 88%, transparent 88%, transparent 100%);
}
.point_title span.point_title-span{
	color: #13274a;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.36px;
}

.point_subtitle {
	color: #13274a;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.36px;
}

.point_subtitle02 {
	font-size: 1.0rem;
}

.point_dividerBox {
	width: 1px;
	flex: none;
}

.point_divider {
	width: 1px;
	height: 51.8px;
	background-color: #000;
}

.point_content sub {
	font-size: 0.8rem;
	position: relative;
	top: -3px;
}

.top_mvCA {
	width: 861px;
	margin: 22px auto 0;
	max-width: 100%;
}

.top_mvContact {
	border-radius: 4px;
	overflow: hidden;
	background-color: #ffffff;
}

/* 共通スタイル */
.top_mvCTitle {
	display: block;
	background-color: #F05400;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 8px 10px 7px;
	text-align: center;
	text-decoration: none;
}

/* SP表示時のみdiv全体をリンクとして活用 */
@media only screen and (max-width: 480px) {
	.top_mvCTitle {
		padding: 9px 15px 7px;
	}

	.text_pc {
		display: none;
	}

	.text_sp {
		display: inline;
	}
}

@media only screen and (min-width: 481px) {
	.top_mvCTitle {
		pointer-events: none;
		/* PCではリンク機能を無効化 */
	}

	.text_sp {
		display: none;
	}

	.text_pc {
		display: inline;
	}
}


.text_pc {
	display: block;
}

.text_sp {
	display: none;
}

.top_mvCInner {
	background-color: #ffffff;
	padding: 20px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
}

.top_mvCTel {
	width: 372px;
}

.top_mvCTel a {
	display: block;
}

.top_mvCTel a:hover {
	opacity: 0.8;
}

.top_mvCTel img {
	display: block;
	margin: 0 auto;
}

.top_mvCTel_c1 {
  display: flex;
  align-items: center;
  justify-content: center; /* ←中央寄せに変更 */
  column-gap: 6px;
  flex-wrap: nowrap; /* ←折返し防止 */
  max-width: 100%;   /* ←親幅超えないよう制限 */
  overflow: hidden;  /* ←はみ出す場合の対策 */
}

@media (min-width: 441px) and (max-width: 480px) {
  .top_mvCTel_num_text {
    font-size: 36px;
  }
}

.top_mvCTel_ico {
	width: 49.5px;
}

.top_mvCTel_num {
	width: 312px;
}

.top_mvCTel_c2 {
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #13274A;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

.top_mvCBtn {
	width: 365px;
}

.top_mvCBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 12px;
	border: 2px solid #13274a;
	border-radius: 12px;
	background: linear-gradient(180deg, #ffb289 0%, #f05400 127.08%);
	box-shadow: 0px 3px 6px 0px #acacac;
	padding: 14px 10px 14px;
}

.top_mvCBtn a>div:nth-child(1) span {
	color: #13274a;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.03em;
	background-color: #ffffff;
	border-radius: 7px;
	width: 65px;
	padding: 10px 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_mvCBtn a>div:nth-child(2) {
	color: #13274a;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
}

.top_mvCBtn a>div:nth-child(3) img {
	display: block;
	width: 28.5px;
}

.top_mvCBtn a:hover {
	transform: scale(1.02);
}

.top_mvCAnnotation {
	margin-top: 10px;
}

.top_mvCAnnotation>li {
	display: flex;
	font-size: 0.9rem;
	line-height: 1.3;
	color: #ffffff;
	text-align: justify;
}

@media only screen and (max-width: 1024px) {

	/* ----------- mv ----------- */
	.top_mvTitle {
		padding-top: 4.88vw;
	}

	.top_mvImg01 {
		width: 41.01vw;
	}

	.top_mvSatisfactionBox {
		column-gap: 0.78vw;
	}

	.top_mvSatisfaction {
		width: calc(50% - 0.39vw);
		background-size: 3.9vw auto;
		padding: 1.36vw 0 1.95vw;
	}

	.top_mvSI_cTitle {
		font-size: 2.05vw;
		letter-spacing: 0;
	}

	.top_mvSI_cInner {
		column-gap: 0.19vw;
		margin-top: 0.48vw;
	}

	.top_mvSI_cNum {
		font-size: 5.07vw;
		letter-spacing: 0.09vw;
	}

	.top_mvSI_cNum02 {
		font-size: 4.68vw;
	}

	.top_mvSI_cUnits {
		font-size: 1.17vw;
	}

	.top_mvPeople {
		width: 46.8vw;
		right: -1.95vw;
	}

	.top_mvTitle p {
		font-size: 2.7vw;
	}

	.top_mvTitle h1 {
		font-size: 8.1vw;
		letter-spacing: 0.39vw;
		margin: 1.46vw auto;
	}

	.top_mvTitle h1 img {
		width: 50.78vw;
	}

	.top_mvC2 {
		padding-bottom: 1.95vw;
		padding-top: 0px;
	}

	.top_mvOption img {
		width: 46.09vw;
	}

	.top_mvOptionList {
		gap: 2.34vw;
		padding: 1.17vw 2.44vw 1.46vw;
		border-radius: 0.39vw;
		width: 52vw;
	}

	.top_mvOLCard {
		gap: 1.2vw;
	}

	.point_badge {
		width: 5.27vw;
		height: 2.14vw;
		padding: 0 0.48vw;
		gap: 0.19vw;
		border-radius: 0.39vw;
	}

	.badge_text {
		font-size: 0.87vw;
	}

	.badge_number {
		font-size: 1.56vw;
		letter-spacing: 0;
	}

	.point_title {
		font-size: 1.85vw;
		letter-spacing: -0.5px;
	}

	.point_title02 {
		font-size: 1.66vw;
	}
	.point_title span.point_title-span{
		font-size: 1.17vw;
		letter-spacing: 0;
	}

	.point_subtitle {
		font-size: 1.17vw;
		letter-spacing: 0;
	}

	.point_subtitle02 {
		font-size: 0.97vw;
	}

	.point_divider {
		height: 4.98vw;
	}

	.point_content sub {
		font-size: 0.78vw;
		top: -0.29vw;
	}

	.top_mvCA {
		width: 84.08vw;
		margin: 2.14vw auto 0;
	}

	.top_mvCTitle {
		font-size: 2.14vw;
		padding: 0.78vw 10px 0.78vw;
	}

	.top_mvCInner {
		padding: 1.95vw 3.9vw;
		column-gap: 3.9vw;
	}

	.top_mvCTel {
		width: 36.3vw;
	}
	@media only screen and (max-width: 720px) {
  .top_mvCTel {
    width: auto !important; /* または 100% など、意図するサイズに */
  }
}

	.top_mvCTel_ico {
		width: 4.88vw;
	}

	.top_mvCTel_num {
		width: 30.37vw;
	}

	.top_mvCTel_c2 {
		font-size: 1.95vw;
		letter-spacing: 0.04vw;
		margin-top: 0.97vw;
	}

	.top_mvCBtn {
		width: 35.64vw;
	}

	.top_mvCBtn a {
		column-gap: 1.17vw;
		padding: 1.36vw 0.97vw 1.36vw;
	}

	.top_mvCBtn a>div:nth-child(1) span {
		font-size: 2.14vw;
		letter-spacing: 0;
		border-radius: 5px;
		width: 6.34vw;
		padding: 0.97vw 0 0.94vw;
	}

	.top_mvCBtn a>div:nth-child(2) {
		font-size: 2.34vw;
		letter-spacing: 0em;
	}

	.top_mvCBtn a>div:nth-child(3) img {
		width: 2.8vw;
	}

}

@media only screen and (max-width: 768px) {
	/* ----------- mv ----------- */
}

@media only screen and (max-width: 480px) {

	/* ----------- mv ----------- */
	.top_mv {}

	.top_mv .main {
		max-width: 100%;
	}

	.top_mvC1 {
		padding-top: 3.75vw;
		position: relative;
		background: url("../img/top_mv_bgSp.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}

	.top_mvImg01 {
		width: auto;
		position: relative;
		top: 0;
		max-width: 93%;
		margin: 0 auto;
	}

	.top_mvSatisfactionBox {
		column-gap: 1.4vw;
	}

	.top_mvSatisfaction {
		width: calc(50% - 0.39vw);
		background-size: 8.2vw auto;
		padding: 1.46vw 0 2.45vw;
	}

	.top_mvSI_cTitle {
		font-size: 4.3vw;
		letter-spacing: 0.2vw;
	}

	.top_mvSI_cInner {
		column-gap: 0.19vw;
		margin-top: 0.48vw;
	}

	.top_mvSI_cNum {
		font-size: 11.07vw;
		letter-spacing: 0.4vw;
	}

	.top_mvSI_cNum02 {
		font-size: 10.28vw;
	}

	.top_mvSI_cUnits {
		font-size: 2.57vw;
	}

	.top_mvTitle {
		position: relative;
		z-index: 2;
		max-width: 93%;
		margin: 0 auto;
		padding-top: 11.0vw;
		padding-bottom: 2.2vw;
	}

	.top_mvTitle p {
		font-size: 5.0vw;
		line-height: 1.6;
	}

	.top_mvTitle p br {
		display: block;
	}

	.top_mvTitle h1 {
		font-size: 13.5vw;
		letter-spacing: 0.39vw;
		text-shadow: 2.119px 2.119px 0px rgba(2, 26, 49, 0.7);
		margin: 2.8vw auto 1.2vw;
		line-height: 1.3;
	}

	.top_mvTitle h1 img {
		width: 81.75vw;
	}

	.top_mvPeople {
		width: 58.8vw;
		right: 0vw;
	}

	.top_mvC2 {
		background-color: #ffffff;
		padding: 0 3.5% 10px;
	}

	.top_mvOption {
		position: relative;
		top: -2.5vw;
	}

	.top_mvOption img {
		width: 100%;
	}

	.top_mvOptionList {
		gap: 2.34vw;
		padding: 0;
		border-radius: 0.39vw;
		width: 100%;
		justify-content: space-between;
		background-color: transparent;
	}

	.top_mvOLCard {
		gap: 2.5vw;
	}

	.point_badge {
		width: 13.5vw;
		height: 5.5vw;
		padding: 0 1.25vw;
		gap: 0.5vw;
		border-radius: 1.0vw;
	}

	.badge_text {
		font-size: 2.25vw;
		line-height: 1;
	}

	.badge_number {
		font-size: 4.0vw;
		line-height: 1;
	}

	.point_title {
		font-size: 4.1vw;
		letter-spacing: -0.125vw;
	}

	.point_title02 {
		font-size: 4.25vw;
	}
	.point_title span.point_title-span{
		font-size: 2.8vw;
	}

	.point_subtitle {
		font-size: 2.8vw;
	}

	.point_subtitle02 {
		font-size: 2.5vw;
	}

	.point_divider {
		height: 12.75vw;
		position: relative;
		top: 3.25vw;
	}

	.point_content sub {
		font-size: 2.0vw;
		top: -0.75vw;
	}

	.text_pc {
		display: none;
	}

	.text_sp {
		display: block;
	}

	.text_WH {
		color: #fff;
	}


	.top_mvCA {
		width: 100%;
		margin: 7px auto 0;
	}

	.top_mvContact {
		box-shadow: none;
	}

	.top_mvCTitle {
		display: none;
		/*font-size: 2.2rem;*/
		/*padding: 9px 15px 7px;*/
	}

	.top_mvCInner {
		padding: 0;
		column-gap: 0;
		flex-direction: column;
	}

	.top_mvCTel {
		width: 100% !important;
	}

	.top_mvCTel_ico {
		width: 11%;
	}

	.top_mvCTel_num {
		width: 64.4vw;
	}

	.top_mvCTel_c2 {
		font-size: 4.35vw;
		letter-spacing: 0;
		margin-top: 0;
		margin-bottom: 5px;
		padding-bottom: 7px;
		border-bottom: solid 1px #13274a;
		/*text-align: right;*/
	}

	.top_mvCBtn {
		width: 100%;
		margin-top: 15px;
	}

	.top_mvCTel a {
		border-radius: 12px;
		border: 2px solid #13274a;
		background: linear-gradient(180deg, #fff 31.5%, #cbcbcb 96%);
		box-shadow: 0 3px 6px 0 #acacac;
		padding: 0 15px 6px;
	}

	.top_mvCBtn a {
		column-gap: 1.57vw;
		padding: 13px 15px 13px;
		border-radius: 12px;
		border: 2px solid #13274a;
		background: linear-gradient(180deg, #fff 31.5%, #cbcbcb 96%);
		box-shadow: 0 3px 6px 0 #acacac;
	}

	.top_mvCBtn a:hover {
		transform: scale(1.0);
		opacity: 0.8;
	}

	.top_mvCBtn a>div:nth-child(1) span {
		font-size: 5.5vw;
		background-color: #f05400;
		letter-spacing: 0;
		border-radius: 4px;
		width: 16.25vw;
		padding: 11px 0 8px;
		color: #ffffff;
	}

	.top_mvCBtn a>div:nth-child(2) {
		font-size: 5.8vw;
	}

	.top_mvCBtn a>div:nth-child(3) img {
		width: 7.0vw;
		transform: rotate(90deg);
	}

	.top_mvCAnnotation>li {
		color: #5D5D5D;
	}

}


/* ----------- performance ----------- */
.performance {
	background-color: #f3f4f6;
	padding-top: 50px;
}

.performance_title {}

.performance_title h2 {}

.performance_title h2 img {
	display: block;
	margin: 0 auto;
	width: 497.5px;
}

.performance_title p {
	font-size: 3.6rem;
	color: #13274A;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin-top: 25px;
}

.performance_content {
	padding: 80px 0;
}

.performance_trait {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	margin-top: 32px;
}

.performance_trait>li {
	width: calc(50% - 12px);
	border-bottom: 1px solid #c3c3c3;
	padding: 20px 40px 20px 52px;
	box-sizing: border-box;
	min-height: 106px;
	display: flex;
	align-items: center;
}

.performance_traitModule {
	display: flex;
	align-items: center;

}

.performance_traitIco {
	width: 37px;
	flex: none;
}

.performance_traitIco img {
	display: block;
}

.performance_traitText {
	font-size: 2.4rem;
	color: #13274A;
	line-height: 1.5;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 16px;
}

.performance_results {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 24px;
}

.performance_results>li {
	width: calc(50% - 12px);
	background-color: #ffffff;
	box-shadow: 0px 2px 4px 0px #b2c2d1;
	padding: 24px 24px;
	box-sizing: border-box;
	position: relative;
}

.performance_rModule {}

.performance_rNum {
	font-family: "Crimson Text", serif;
	display: flex;
	column-gap: 12px;
	width: 100%;
	align-items: center;
}

.performance_rNum span {
	font-weight: 700;
	font-size: 1.8rem;
	color: #13274a;
	flex: none;
}

.performance_rNum::after {
	content: "";
	background-color: #13274a;
	width: 358px;
	height: 1px;
	flex: 1 1 auto;
}

.performance_rTitle {
	margin-top: 17px;
}

.performance_rTitle img {
	display: block;
	margin: 0 auto;
}

.performance_rTitle01 {
	color: #13274a;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.28px;
	text-align: center;
}

.performance_rTitle01 span {
	display: inline-block;
	padding-bottom: 4px;
	font-size: 1.35em;
	letter-spacing: 0.38px;

	text-decoration: underline;
	text-decoration-color: #ff9f00;
	text-decoration-thickness: 5px;
	text-underline-offset: 4px;
}

.performance_rTitleFlex {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 13px;
}

.performance_rTitleIco {
	flex: none;
}

.performance_rTitleIco img {
	display: block;
}

.performance_rTitleIco01 {
	width: 80px;
}

.performance_rTitleInner {}

.performance_rTitleText01 {
	color: #13274a;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.75px;
	width: 100%;
}

.performance_rTitleText02 {
	color: #13274a;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.028px;
}

.performance_rTitleText02 p {
	display: inline-block;
	background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ff9f00 80%, #ff9f00 90%, transparent 90%, transparent 100%);
}

.performance_rTitleText02 span.bigLin02 {
	font-family: "Crimson Text", serif;
	font-size: 2.02em;
	letter-spacing: 2.056px;
	position: relative;
	top: 4px;
}

.performance_rTitleText03 {
	color: #5d5d5d;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.27px;
	margin-top: 3px;
	padding-left: 8px;
}

.performance_rTitleFlex02 {
	column-gap: 20px;
}

.performance_rTitleIco02 {
	width: 69px;
}

.performance_rTitleText02_02 {
	font-family: "Crimson Text", serif;
	font-size: 4.1rem;
}

.performance_rTitleText02_02 span.bigLin02 {
	font-size: 1.78em;
}

.performance_rTitle04 {
	text-align: center;
	color: #13274a;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.performance_rTitle04 span.bigLin01 {
	background: linear-gradient(to bottom, transparent 0%, transparent 72%, #ff9f00 72%, #ff9f00 90%, transparent 90%, transparent 100%);
}

.performance_rInner {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1A1A1A;
	text-align: justify;
	line-height: 1.5;
	margin-top: 25px;
}

.performance_rInner img {
	display: block;
	margin: 0 auto;
}

.performance_rInner img.performance_img03 {
	width: 328.5px;
}

.performance_rInner img.performance_img06 {
	width: 339px;
}

.performance_rInner p.center {
	text-align: center;
}

.performance_rInner ul>li:not(:last-child) {
	margin-bottom: 10px;
}

.mg_top10 {
	margin-top: 10px !important;
}

.performance_rInner p.small {
	font-size: 1.2rem;
}

.performance_rLink {
	position: absolute;
	bottom: 24px;
	right: 24px;
}

.performance_rLink a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
	color: #13274A;
	line-height: 1;
	background: url("../img/performance_img07.png");
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
}

.performance_rLink a:hover {
	transform: scale(1.02);
}

.performance_rInner02 {
	padding-bottom: 24px;
}

@media only screen and (max-width: 1100px) {

	/* ----------- performance ----------- */
	.performance_trait>li {
		padding: 20px 40px;
	}
}

@media only screen and (max-width: 1024px) {

	/* ----------- performance ----------- */
	.performance_title h2 img {
		width: 450px;
	}

	.performance_title p {
		font-size: 3.2rem;
		margin-top: 20px;
	}

	.performance_trait>li {
		width: calc(50% - 12px);
		padding: 20px 30px;
		min-height: 100px;
	}

	.performance_traitIco {
		width: 30px;
	}

	.performance_traitText {
		font-size: 2.0rem;
		padding-top: 5px;
		padding-left: 10px;
	}

	.performance_rInner {
		font-size: 1.6rem;
	}

	.performance_rLink a {
		font-size: 1.4rem;
		padding-right: 18px;
	}

	.performance_rTitle01 {
		font-size: 2.73vw;
		letter-spacing: 0;
	}

	.performance_rTitle01 span {
		padding-bottom: 0.39vw;
		letter-spacing: 0;
		text-decoration-thickness: 0.48vw;
		text-underline-offset: 0.39vw;
	}

	.performance_rTitleFlex {
		column-gap: 1.26vw;
	}

	.performance_rTitleIco01 {
		width: 7.8vw;
	}

	.performance_rTitleText01 {
		font-size: 2.44vw;
		letter-spacing: 0;
	}

	.performance_rTitleText02 {
		font-size: 3.32vw;
		letter-spacing: 0;
	}

	.performance_rTitleText02 span.bigLin02 {
		letter-spacing: 0;
		top: 0.39vw;
	}

	.performance_rTitleText03 {
		font-size: 0.87vw;
		letter-spacing: 0;
		margin-top: 0.29vw;
		padding-left: 0.87vw;
	}

	.performance_rTitleFlex02 {
		column-gap: 1.95vw;
	}

	.performance_rTitleIco02 {
		width: 6.73vw;
	}

	.performance_rTitleText02_02 {
		font-size: 4.0vw;
	}

	.performance_rTitle04 {
		font-size: 3.32vw;
	}


}

@media only screen and (max-width: 850px) {

	/* ----------- performance ----------- */
	.performance_traitText {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 768px) {

	/* ----------- performance ----------- */
	.performance_title h2 img {
		width: 400px;
	}

	.performance_title p {
		font-size: 2.8rem;
		margin-top: 20px;
	}

	.performance_trait {
		column-gap: 0px;
		margin-top: 30px;
	}

	.performance_trait>li {
		width: 100%;
		padding: 20px 30px;
		min-height: auto;
	}

	.performance_trait>li:first-child {
		padding-top: 0;
	}

	.performance_trait>li:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.performance_traitText br {
		display: none;
	}

	.performance_results {
		margin-top: 60px;
		column-gap: 20px;
		row-gap: 20px;
	}

	.performance_results>li {
		width: calc(50% - 10px);
		padding: 20px 20px;
	}

	.performance_rInner {
		margin-top: 20px;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- performance ----------- */
	.performance_title p {
		font-size: 2.4rem;
	}


	.performance_traitText br {
		display: block;
	}

	.performance_trait>li {
		padding: 16px 0px;
	}

	.performance_traitIco {
		width: 25px;
	}

	.performance_results {
		margin-top: 50px;
		column-gap: 0px;
		row-gap: 24px;
	}

	.performance_results>li {
		width: 100%;
		padding: 20px 15px;
	}

	.performance_rLink {
		position: relative;
		bottom: 0px;
		right: 0px;
		text-align: right;
	}

	.performance_rInner {
		margin-top: 30px;
	}

	.performance_rTitle01 {
		font-size: 7.0vw;
	}

	.performance_rTitle01 span {
		padding-bottom: 1.0vw;
		text-decoration-thickness: 1.25vw;
		text-underline-offset: 1.0vw;
	}

	.performance_rTitleFlex {
		column-gap: 3.25vw;
	}

	.performance_rTitleIco01 {
		width: 20.0vw;
	}

	.performance_rTitleText01 {
		font-size: 6.25vw;
	}

	.performance_rTitleText02 {
		font-size: 8.5vw;
	}

	.performance_rTitleText02 span.bigLin02 {
		top: 1.0vw;
	}

	.performance_rTitleText03 {
		font-size: 2.25vw;
		margin-top: 0.75vw;
		padding-left: 0.6vw;
	}

	.performance_rTitleFlex02 {
		column-gap: 5.0vw;
	}

	.performance_rTitleIco02 {
		width: 17.25vw;
	}

	.performance_rTitleText02_02 {
		font-size: 10.25vw;
	}

	.performance_rTitle04 {
		font-size: 8.5vw;
	}

}


/* ----------- CB ----------- */
.CB {
	background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
	padding: 40px 0 48px;
}

.CB_listBox {
	margin-bottom: 40px;
}

.CB_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.CB_list>li {
	/* width: 33.33%; */
}

.CB_list>li img {
	display: block;
	margin: 0 auto;
	width: 39px;
}

.CB_list>li div:nth-child(2) {
	font-size: 2.8rem;
	color: #ffffff;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.CB_listLin {
	width: 1px;
	height: 106px;
	background-color: #ffffff;
}

.CB_box .top_mvCInner {
	padding: 30px 40px;
}

.CB_box .top_mvCTel {
	width: 458px;
}

.CB_box .top_mvCBtn {
	width: 420px;
}

.CB_box .top_mvCTel_c1 {
	column-gap: 10px;
}

.CB_box .top_mvCTel_ico {
	width: 60.5px;
}

.CB_box .top_mvCTel_num {
	width: 384px;
}

.CB_box .top_mvCTel_c2 {
	text-align: right;
	padding-right: 20px;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.top_mvCTel_num_text {
  font-size: clamp(33px, 3.5vw, 42px); /* Windowsのまま */
  font-weight: 820;
  color: #0f2144;
  letter-spacing: 0.03em;
  line-height: 1.1;
  transform: scaleY(1.1); /* 縦長に見せる */
  white-space: nowrap;
  display: inline-block;

   font-family:                
    -apple-system,                  
    BlinkMacSystemFont,               
    'Helvetica',                 
    'Hiragino Kaku Gothic ProN',      
    'ヒラギノ角ゴ ProN W3',          
    'Meiryo',                  
    'system-ui',
    'Bebas Neue',                         
    'Arial Narrow',                  
    sans-serif;
}


@media (min-width: 482px) and (max-width: 720px) {
  .top_mvCTel_num_text {
    font-size: 28px; /* 例：必要に応じて26px〜30pxで微調整可能 */
  }
}
@media (min-width: 481px) and (max-width: 490px) {
  .top_mvCTel_num_text {
    font-size: 25px; /* 例：必要に応じて26px〜30pxで微調整可能 */
  }
}
@media (max-width: 480px) {
  .top_mvCTel_num_text {
    font-size: 9.5vw;
  }
}



@media only screen and (max-width: 1024px) {

	/* ----------- CB ----------- */
	.CB_listBox {
		margin-bottom: 3.9vw;
	}

	.CB_list>li img {
		width: 3.8vw;
	}

	.CB_list>li div:nth-child(2) {
		font-size: 2.73vw;
		margin-top: 1.95vw;
	}

	.CB_listLin {
		height: 10.35vw;
	}

	.CB_box .top_mvCInner {
		padding: 2.92vw 3.9vw;
	}

	.CB_box .top_mvCTel {
		width: 44.7vw;
	}

	.CB_box .top_mvCBtn {
		width: 41.0vw;
	}

	.CB_box .top_mvCTel_c1 {
		column-gap: 0.97vw;
	}

	.CB_box .top_mvCTel_ico {
		width: 5.85vw;
	}

	.CB_box .top_mvCTel_num {
		width: 37.5vw;
	}

	.CB_box .top_mvCTel_c2 {
		padding-right: 1.95vw;
	}

}

@media only screen and (max-width: 768px) {
	/* ----------- CB ----------- */
}

@media only screen and (max-width: 480px) {

	/* ----------- CB ----------- */
	.CB {
		background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
		padding: 38px 0 32px;
	}

	.CB_listBox {
		margin-bottom: 32px;
	}

	.CB_list {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.CB_listLin {
		display: none;
	}

	.CB_list>li {
		display: flex;
		justify-content: center;
	}

	.CB_list>li:nth-child(2),
	.CB_list>li:nth-child(4) {
		display: none;
	}

	.CB_list>li:not(:last-child) {
		margin-bottom: 13px;
	}

	.CB_list>li img {
		width: 25px;
		display: block;
	}

	.CB_list>li div:nth-child(2) {
		font-size: 2.1rem;
		margin-top: 0;
		text-align: justify;
		line-height: 1.2;
		padding-left: 3px;
		padding-top: 1px;
	}

	.CB_list>li div:nth-child(2) br {
		display: none;
	}

	.CB_box .top_mvCTel {
		width: 100%;
	}

	.CB_box .top_mvCTel_c1 {
		column-gap: 5px;
	}

	.CB_box .top_mvCTel_ico {
		width: 9.88vw;
	}
	.CB_box .top_mvCTel_num_text{
		font-size: 8.5vw;
	}

	.CB_box .top_mvCTel_num {
		width: 64.4vw;
	}

	.CB_box .top_mvCTel_c2 {
		padding-right: 0;
		text-align: center;
	}

	.CB_box .top_mvCBtn {
		width: 100%;
	}

	.CB_box .top_mvCInner {
		padding: 15px 15px;
	}
}

/* ----------- reason ----------- */
.reason {
	padding: 80px 0;
	background-color: #f3f4f6;
}

.reason_list {
	display: flex;
	column-gap: 18px;
	width: 100%;
	margin-top: 32px;
}

.reason_list>li {
	width: calc((100% - 36px) / 3);
	background-color: #ffffff;
}

.reason_title {
	background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
	position: relative;
	display: flex;
	align-items: center;
	padding: 18px 20px;
}

.reason_title::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 16px solid #112444;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: calc(100% - 1px);
	left: calc(50% - 8px);
}

.reason_tNum {
	color: #ffffff;
	font-family: "Crimson Text", serif;
	font-size: 6.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.92px;
}

.reason_tInner {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.22px;
	margin: 0 0 0 40px;
}

.reason_inner {
	padding: 24px 18px 16px;
	font-size: 1.8rem;
	color: #1A1A1A;
	text-align: justify;
	font-weight: bold;
	line-height: 1.5;
}

@media only screen and (max-width: 1024px) {

	/* ----------- reason ----------- */
	.reason_title {
		padding: 1.75vw 1.95vw;
	}

	.reason_tNum {
		font-size: 5.85vw;
		letter-spacing: 1px;
	}

	.reason_tInner {
		font-size: 1.95vw;
		letter-spacing: 0;
		margin: 0 0 0 2.92vw;
	}

	.reason_inner {
		padding: 24px 18px 16px;
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- reason ----------- */
	.reason_list {
		margin-top: 30px;
	}

	.reason_title {
		padding: 1.75vw 1.95vw;
	}

	.reason_title::after {
		border-top: 14px solid #112444;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		left: calc(50% - 8px);
	}

	.reason_tNum {
		font-size: 6.4vw;
		letter-spacing: 0px;
	}

	.reason_tInner {
		font-size: 2.4vw;
		margin: 0 0 0 2.0vw;
	}

	.reason_inner {
		padding: 20px 15px 15px;
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- reason ----------- */
	.reason_list {
		flex-wrap: wrap;
		column-gap: 0;
		row-gap: 36px;
	}

	.reason_list>li {
		width: 100%;
		background-color: #ffffff;
	}

	.reason_title {
		padding: 3.50vw 3.95vw;
	}

	.reason_tNum {
		font-size: 13vw;
	}

	.reason_tInner {
		font-size: 5.2vw;
		margin: 0 0 0 4.0vw;
	}

	.reason_tInner br {
		display: none;
	}

}

/* ----------- voice ----------- */
.voice {
	padding-bottom: 80px;
	background-color: #f3f4f6;
}

.voice_title {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 18px;
	margin-top: 32px;
}

.voice_title img {
	display: block;
	width: 27px;
}

.voice_title div:nth-child(2) {
	color: #13274a;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.316px;
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.voice_title div:nth-child(2) span.big {
	font-family: "Crimson Text", serif;
	font-size: 2.0em;
	line-height: 1;
}

.voice_content {
	margin-top: 24px;
}

.voice_list {
	display: flex;
	column-gap: 24px;
}

.voice_list>li {
	width: calc(50% - 12px);
}

.voice_list>li>div {
	display: flex;
	position: relative;
	box-shadow: 0px 2px 4px 0px #b2c2d1;
	background-color: #ffffff;
	padding-bottom: 12px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

/* .voice_list>li>a:hover {
	transform: scale(1.02);
} */

.voice_module {}

.voice_IN {
	position: relative;
}

.voice_img {
	position: relative;
}

.voice_img img {
	display: block;
	width: 100%;
}

.voice_img div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.voice_name {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.36px;
	width: 100%;
	padding: 4px 24px;
	margin: 0;
	background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}

.voice_inner {
	padding: 12px 24px 28px;
	color: #13274a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.36px;
	text-align: justify;
}

.voice_link {
	position: absolute;
	bottom: 12px;
	right: 24px;
}

.voice_link span,
.voice_link a {
	color: #0062d3;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12px;
	text-decoration-line: underline;
	background: url("../img/voice_img05.png");
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	display: inline-block;
}

.voice_link a:hover {
	transform: scale(1.02);
}

@media only screen and (max-width: 1024px) {

	/* ----------- voice ----------- */
	.voice_title {
		column-gap: 18px;
		margin-top: 30px;
	}

	.voice_title div:nth-child(2) {
		font-size: 2.8rem;
		column-gap: 5px;
	}

	.voice_title div:nth-child(1),
	.voice_title div:nth-child(3) {
		width: 22px;
	}

	.voice_inner {
		font-size: 1.6rem;
	}

	.voice_name {
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- voice ----------- */
	.voice {
		padding-bottom: 60px;
	}

	.voice_title div:nth-child(2) {
		font-size: 2.4rem;
	}

	.voice_title div:nth-child(1),
	.voice_title div:nth-child(3) {
		width: 20px;
	}

	.voice_name {
		letter-spacing: 0;
		padding: 4px 20px;
	}

	.voice_inner {
		padding: 12px 20px 28px;
		letter-spacing: 0;
	}

	.voice_link {
		right: 20px;
	}

	.voice_link span,
	.voice_link a {
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 700px) {

	/* ----------- voice ----------- */
	.voice_list {
		flex-wrap: wrap;
		row-gap: 24px;
		justify-content: center;
	}

	.voice_list>li {
		width: 513px;
		max-width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- voice ----------- */
	.voice {
		padding-bottom: 50px;
	}

	.voice_title {
		column-gap: 14px;
		margin-top: 30px;
	}

	.voice_title div:nth-child(2) {
		font-size: 2.2rem;
	}

	.voice_content {
		margin-top: 20px;
	}

	.voice_name {
		padding: 4px 15px;
	}

	.voice_inner {
		padding: 12px 15px 28px;
	}

	.voice_link {
		right: 15px;
	}

	.voice_link span,
	.voice_link a {
		font-size: 1.4rem;
	}

}

/* ----------- office ----------- */
.office {
	padding-top: 80px;
	background-color: #f3f4f6;
}

.officeBg {
	padding: 80px 0;
	background-color: #ffffff;
}

.office_title h2 {
	text-align: center;
	font-size: 3.7rem;
	color: #13274a;
	line-height: 1;
	padding-top: 35px;
}

.office_title h2 span {
	display: inline-block;
	font-size: 1.27em;
	position: relative;
}

.office_title h2 span:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: linear-gradient(to bottom, #ff9f00, #ffbe00);
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: calc(50% - 5px);
}

.office_title h2 br {
	display: none;
}

.office_content {
	margin-top: 32px;
}

.office_inner01 {
	font-size: 1.8rem;
	color: #1A1A1A;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.office_inner02 {
	margin-top: 24px;
	font-size: 2.2rem;
	color: #1A1A1A;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
}

.office_inner03 {
	font-size: 1.8rem;
	color: #1A1A1A;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 24px;
}

.office_inner04 {
	font-size: 1.8rem;
	color: #1A1A1A;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 10px;
}

.office_inner04 span {
	/* border-bottom: 3px solid #FF9F00; */
	display: inline;
	position: relative;
	text-decoration: underline;
	text-decoration-color: #ff9f00;
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
}

@media only screen and (max-width: 1024px) {

	/* ----------- office ----------- */
	.office_title h2 {
		font-size: 3.3rem;
		padding-top: 35px;
	}

	.office_inner01 {
		font-size: 1.6rem;
	}

	.office_inner02 {
		margin-top: 20px;
		font-size: 2.0rem;
	}

	.office_inner03 {
		font-size: 1.6rem;
		margin-top: 20px;
	}

	.office_inner04 {
		font-size: 1.6rem;
		margin-top: 10px;
	}

	.office_inner04 span {
		/* border-bottom: 2px solid #FF9F00; */
		text-decoration-thickness: 2px;
		text-underline-offset: 2px;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- office ----------- */
	.office {
		padding-top: 60px;
	}

	.office_title h2 {
		font-size: 2.8rem;
		padding-top: 20px;
	}

	.office_title h2 span:before {
		width: 8px;
		height: 8px;
		top: -18px;
		left: calc(50% - 4px);
	}

	.office_content {
		margin-top: 30px;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- office ----------- */
	.office {
		padding-top: 50px;
	}

	.office_title h2 {
		font-size: 2.6rem;
		line-height: 1.2;
	}

	.office_title h2 br {
		display: block;
	}

	.office_content {
		margin-top: 20px;
		border-top: 1px dashed #C3C3C3;
		padding-top: 20px;
	}

}

/* ----------- investigate ----------- */
.investigate {
	padding: 80px 0;
	background-color: #f3f4f6;
}

.investigate_content {
	margin-top: 24px;
}

.investigate_list {
	display: flex;
	justify-content: center;
}

.investigate_list>li {
	width: 380px;
}

.investigate_bg {
	background: linear-gradient(to bottom, #F6CB66, #967920);
	padding-right: 3px;
	padding-bottom: 3px;
}

.investigate_module {
	background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
	padding: 13px 13px;
}

.investigate_mHeader {
	position: relative;
	padding-left: 18px;
	padding-bottom: 20px;
}

.investigate_mPosition {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.36px;
	margin-bottom: 5px;
}

.investigate_mProfession {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.18px;
}

.investigate_mName {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.32px;
	margin-top: 5px;
}

.investigate_mLine {
	width: 217px;
	height: 4px;
	background: linear-gradient(to right, #f6cb66 0%, #967920 100%);
	margin-top: 5px;
}

.investigate_mImg {
	width: 222px;
	position: absolute;
	right: -22px;
	bottom: 0;
}

.investigate_mImg img {
	display: block;
}

.investigate_mInner {
	padding: 10px 10px;
	background-color: #ffffff;
	color: #13274a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.36px;
	text-decoration: underline;
	text-decoration-color: #b98100;
	text-decoration-thickness: 0.9px;
	text-underline-offset: 3.96px;
	border-radius: 2px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.investigate_list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 各 li の幅は適度な固定幅に */
.investigate_list01 > li {
	width: 360px; /* 必要に応じて調整可 */
}

/* スマホ対応：縦並び＆中央寄せ */
@media screen and (max-width: 730px) {
	.investigate_list01 {
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}

	.investigate_list01 > li {
		width: 90%; /* スマホでは画面に合わせて少し広げる */
		max-width: 400px;
	}
}


.investigate_list01>li {
	padding-top: 55px;
}

.investigate_list02 {
	margin-top: 24px;
	column-gap: 18px;
}

.investigate_list02>li {
	padding-top: 35px;
	width: 338px;
}

.investigate_list02 .investigate_mImg {
	width: 180px;
}

.investigate_list02 .investigate_mHeader {
	padding-left: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.investigate_list02 .investigate_mInner {
	font-size: 1.5rem;
}

.investigate_link {
	text-align: center;
	margin-top: 36px;
}

.investigate_link a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: underline;
	color: #13274A;
	line-height: 1;
	background: url(../img/performance_img07.png);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
}

.investigate_link a:hover {
	transform: scale(1.02);
}

@media only screen and (max-width: 1100px) {

	/* ----------- investigate ----------- */
	.investigate_list02 {
		flex-wrap: wrap;
		row-gap: 18px;
	}
}

@media only screen and (max-width: 1024px) {

	/* ----------- investigate ----------- */
	.investigate_mInner {
		font-size: 1.6rem;
	}

	.investigate_list02 .investigate_mInner {
		font-size: 1.4rem;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- investigate ----------- */
}

@media only screen and (max-width: 480px) {

	/* ----------- investigate ----------- */
	.investigate_list>li {
		width: 100%;
		padding-top: 20px;
	}

	.investigate_mInner {
		font-size: 1.6rem;
	}

	.investigate_mImg {
		width: 190px;
	}

	.investigate_list02 {
		row-gap: 24px;
	}

	.investigate_list02>li {
		padding-top: 30px;
	}

	.investigate_list02 .investigate_mInner {
		font-size: 1.6rem;
	}

	.investigate_list02 .investigate_mHeader {
		padding-left: 18px;
		padding-bottom: 24px;
		padding-top: 15px;
	}

	.investigate_list02 .investigate_mImg {
		width: 160px;
	}

	.investigate_link {
		margin-top: 30px;
		text-align: right;
	}

	.investigate_link a {
		font-size: 1.4rem;
		padding-right: 18px;
	}

}


/*審査部上部スタッフ*/

.investigate_list01 > li {
	margin-bottom: 18px;
}

.investigate_list01 > li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
	.investigate_list01 {
		display: flex;
		flex-direction: column;
		row-gap: 24px;
	}
}



/* ----------- trust ----------- */
.trust {
	padding: 28px 0 80px;
	background-color: #f3f4f6;
	position: relative;
}

.trust_bg {
	background: linear-gradient(to right, #f3f4f6 0%, #f3f4f6 calc(50% - 206px), #ffffff calc(50% - 206px), #ffffff 100%);
	position: relative;
}

.trust_box {}

.trust_content {
	width: 492px;
	max-width: 50%;
	margin: 0 0 0 auto;
	padding: 60px 0;
}

.trust_title {

	margin-bottom: 36px;
}

.trust_title h2 {
	color: #13274a;
	font-size: 3.4rem;
	line-height: 1.4;
	letter-spacing: -1.02px;
	padding-bottom: 6px;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.trust_title h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #AA8837 0%, #F6CB66 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.trust_title h2 br {
	display: none;
}

.trust_inner {}

.trust_text01 {
	font-size: 2.2rem;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 1.4;
	text-align: justify;
}

.trust_img {
	width: 675px;
	position: absolute;
	top: -40px;
	right: calc(50% + 45px);
	max-width: 50%;
}

.trust_img img {
	width: 100%;
	display: block;
}

.trust_text02 {
	color: #1a1a1a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.36px;
	margin-top: 24px;
	text-align: justify;
}

.trust_text02 p:not(:last-child) {
	margin-bottom: 11px;
}

.trust_img_sp {
	display: none;
}

@media only screen and (max-width: 1024px) {

	/* ----------- trust ----------- */
	.trust_title h2 {
		font-size: 3.0rem;
		letter-spacing: 0px;
		padding-bottom: 4px;
	}

	.trust_text01 {
		font-size: 2.0rem;
	}

	.trust_text02 {
		font-size: 1.6rem;
		letter-spacing: 0px;
	}

	.trust_content {
		max-width: 51%;
	}


}

@media only screen and (max-width: 768px) {

	/* ----------- trust ----------- */
	.trust {
		padding: 0px 0 60px;
	}

	.trust_bg {
		background: none;
	}

	.trust_title {
		margin-bottom: 24px;
	}

	.trust_img {
		display: none;
	}

	.trust_content {
		max-width: 100%;
		width: 100%;
		box-shadow: 0px 2px 4px 0px #b2c2d1;
		background-color: #fff;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	.trust_img_sp {
		display: block;
		margin-top: 24px;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- trust ----------- */
	.trust {
		padding: 0px 0 50px;
	}

	.trust_content {
		padding: 24px 15px;
	}

	.trust_title h2 {
		font-size: 2.8rem;
		padding-bottom: 4px;
		display: block;
	}

	.trust_title h2 br {
		display: block;
	}
}

/* ----------- SI ----------- */
.SI {
	padding: 80px 0 80px;
	background-color: #f3f4f6;
}

.SI_list {
	margin-top: 32px;
	display: flex;
	column-gap: 24px;
}

.SI_list>li {
	width: 244.5px;
}

.SI_list>li>a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 8px 8px 39px;
	border-radius: 4px;
	border: 1px solid #c3c3c3;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

.SI_list>li>a:hover {
	transform: scale(1.02);
}

.SI_module {}

.SI_IR {
	position: relative;
}

.SI_img {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.SI_img>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.SI_img img {
	width: 100%;
	display: block;
	opacity: 0;
}

.SI_img::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 59px;
	background: linear-gradient(180deg, rgba(11, 46, 78, 0) 0%, #0b2e4e 100%);
}

.SI_representative {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.36px;
	color: #fff;
	padding: 8px 8px;
	width: 100%;
	box-sizing: border-box;
}

.SI_name {
	color: #1a1a1a;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.22px;
	text-align: center;
	margin: 11px 0 9px;
}

.SI_tag {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	justify-content: center;
}

.SI_tag span {
	color: #1a1a1a;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.3px;
	padding: 4px 10px 3px;
	border-radius: 15px;
	border: 1px solid #c3c3c3;
}

.SI_link {
	text-align: right;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.SI_link a,
.SI_link span {
	color: #0062d3;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12px;
	background: url(../img/voice_img05.png);
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

.SI_more {
	text-align: center;
	margin-top: 32px;
}

.SI_more a {
	display: flex;
	width: 377px;
	height: 72px;
	padding: 5px 40px 5px 24px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #13274a;
	background-color: #fff;
	margin: 0 auto;
	color: #13274a;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.6px;
	background-image: url("../img/SI_ico01.png");
	background-size: 11px auto;
	background-position: right 26px center;
	background-repeat: no-repeat;
}

.SI_more a:hover {
	transform: scale(1.02);
}

@media only screen and (max-width: 1024px) {

	/* ----------- SI ----------- */
	.SI_representative {
		font-size: 1.6rem;
		letter-spacing: 0px;
	}

	.SI_name {
		font-size: 2.2rem;
		letter-spacing: 0px;
		margin: 11px 0 9px;
	}

	.SI_tag {
		flex-wrap: wrap;
	}

	.SI_more a {
		width: 300px;
		height: 60px;
		padding: 5px 40px 5px 20px;
		font-size: 1.8rem;
		letter-spacing: 0;
		background-position: right 20px center;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- SI ----------- */
	.SI_list {
		margin-top: 30px;
		flex-wrap: wrap;
		row-gap: 24px;
		justify-content: center;
	}

	.SI_more a {
		width: 240px;
		height: 50px;
		padding: 5px 40px 2px 20px;
		font-size: 1.6rem;
		background-position: right 20px center;
		background-size: 9px auto;
	}

	.SI_list>li {
		max-width: calc(50% - 12px);
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- SI ----------- */
	.SI_list {
		row-gap: 16px;
		column-gap: 16px;
	}

	.SI_list>li {
		max-width: calc(50% - 8px);
	}

	.SI_name {
		font-size: 1.8rem;
	}

	.SI_more {
		margin-top: 16px;
	}

	.SI_more a {
		width: 100%;
		height: 72px;
		padding: 5px 40px 5px 20px;
		font-size: 2.0rem;
		letter-spacing: 0;
		background-position: right 20px center;
		background-size: 11px auto;
	}

	.SI_tag span {
		letter-spacing: 0px;
		padding: 4px 8px 3px;
	}

}

/* ----------- place ----------- */
.place {
	padding: 0px 0 80px;
	background-color: #f3f4f6;
}

.place_description {
	line-height: 2.0;
}

.place_contact {
	margin-top: 32px;
}

.place_contact .top_mvContact {
	box-shadow: 0px 2px 4px 0px rgba(14, 14, 14, 0.5);
}

.place_list {
	margin-top: 64px;
}

.place_list>li:not(:last-child) {
	margin-bottom: 24px;
}

.place_module {
	background-color: #f3f4f6;
	border-radius: 4px;
	border: 1px solid #13274a;
	overflow: hidden;
}

.place_header {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 20px 70px 20px 24px;
	cursor: pointer;
	background-image: url("../img/place_ico01.png");
	background-repeat: no-repeat !important;
	background-position: right 24px center !important;
	background-size: 31px auto !important;

	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.place_header.open {
	background-image: url("../img/place_ico02.png");
}

.place_hTitle {
	color: #13274a;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.place_inner {
	padding: 12px 32px;
	background-color: #f3f4f6;
	display: none;
}

.place_inner.open {
	display: block;
}

.place_officeList {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
}

.place_officeList>li {
	width: calc(50% - 12px);
	padding: 12px 24px 12px 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #c3c3c3;
	box-sizing: border-box;
}

.place_officeList>li.border_none {
	border-bottom: none;
}

.place_officeModule {
	display: flex;
	align-items: center;
	gap: 12px;
}

.place_officeImg {
	width: 100px;
	flex: none;
}

.place_officeImg img {
	display: block;
}

.place_officeContent {
	flex: 1 1 auto;
}

.place_officeName {
	color: #13274a;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.18px;
}

.place_officeInner {
	color: #13274a;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.12px;
	margin-top: 5px;
}

.place_officeTel {
	margin-top: 5px;
	display: flex;
	align-items: center;
	gap: 11px;
	flex-wrap: wrap;
}

.place_officeTel a:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 6px 5px 4px;
	border-radius: 10px;
	border: 2px solid #fff;
	background: linear-gradient(180deg, #ffb289 0%, #f05400 127.08%);
	box-shadow: 0px 1.758px 3.516px 0px rgba(14, 14, 14, 0.5);
	width: 130px;
	box-sizing: border-box;
}

.place_officeTel a:nth-child(1) div:nth-child(1) {
	width: 18px;
	flex: none;
}

.place_officeTel a:nth-child(1) div:nth-child(1) img {
	display: block;
}

.place_officeTel a:nth-child(1) div:nth-child(2) {
	font-size: 1.4rem;
	color: #13274A;
	font-weight: bold;
	line-height: 1;
}

.place_officeTel a:nth-child(2) {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #13274A;
	line-height: 1;
	border: 2px solid #13274A;
	background: linear-gradient(180deg, #FFFFFF 0%, #CBCBCB 127.08%);
	box-shadow: 0px 1.758px 3.516px 0px rgba(14, 14, 14, 0.5);
	border-radius: 10px;
	padding: 8px 5px 6px;
	width: 98px;
	box-sizing: border-box;
	text-align: center;
}

.place_officeTel a:hover {
	transform: scale(1.02);
}

.place_officeLink {
	width: 32px;
	flex: none;
}

.place_officeLink a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.place_officeLink a img {
	display: block;
	width: 9px;
}

.place_officeLink a:hover {
	transform: translateX(5px);
	background-color: #ffffff;
}


.place_officeLink.sp_link {
	display: none;
}

@media only screen and (max-width: 1024px) {

	/* ----------- place ----------- */
	.place_description {
		line-height: 1.5;
	}

	.place_list {
		margin-top: 60px;
	}

	.place_header {
		padding: 20px 60px 20px 20px;
		background-position: right 20px center !important;
	}

	.place_inner {
		padding: 12px 20px;
	}

	.place_officeList {
		justify-content: center;
	}

	.place_officeList>li {
		padding: 12px 12px 12px 12px;
		min-width: 400px;
	}

	.place_officeNI {
		display: flex;
		justify-content: space-between;
		gap: 12;
		align-items: center;
	}

	.place_officeLink.sp_link {
		display: block;
	}

	.place_officeLink.pc_link {
		display: none;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- place ----------- */
	.place {
		padding: 0px 0 60px;
	}

	.place_contact {
		margin-top: 30px;
	}

	.place_list {
		margin-top: 50px;
	}

}

@media only screen and (max-width: 750px) {

	/* ----------- place ----------- */
	.place_officeList {
		column-gap: 0px;
		justify-content: center;
	}

	.place_officeList>li {
		width: 400px;
		max-width: 100%;
		min-width: auto;
	}

	.place_officeList>li.border_none {
		border-bottom: 1px solid #c3c3c3;
	}

	.place_officeList>li:last-child {
		border-bottom: none;
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- place ----------- */
	.place {
		padding: 0px 0 50px;
	}

	.place_list {
		margin-top: 36px;
	}

	.place_inner {
		padding: 12px 0px;
	}

	.place_officeList>li {
		width: 100%;
	}

	.place_officeModule {
		gap: 3.0vw;
	}

	.place_officeImg {
		width: 25vw;
	}

	.place_officeTel a:nth-child(1) {
		gap: 1.25vw;
		padding: 1.5vw 1.25vw 1.0vw;
		border-radius: 2.0vw;
		border: 0.5vw solid #fff;
		width: 28.75vw;
	}

	.place_officeTel a:nth-child(1) div:nth-child(1) {
		width: 4.5vw;
	}

	.place_officeTel a:nth-child(1) div:nth-child(2) {
		font-size: 3.5vw;
	}

	.place_officeTel a:nth-child(2) {
		font-size: 3.5vw;
		border: 0.5vw solid #13274A;
		border-radius: 2.0vw;
		padding: 2.0vw 1.25vw 1.5vw;
		width: 24.5vw;
	}

}

/* ----------- expense ----------- */
.expense {
	background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
	padding: 80px 0 0;
}

.expense .part_title p.small,
.expense .part_title h2 {
	color: #ffffff !important;
}

.expense_description {
	color: #ffffff;
}

.expense_container {
	width: 720px;
	max-width: 100%;
	margin: 32px auto 0;
	border-radius: 4px;
	border: 1px solid #ff9f00;
	background-color: #fff;
}

.expense_header {
	font-size: 2.8rem;
	color: #1A1A1A;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	padding: 17px 20px 14px;
	background-color: #ff9f00;
	position: relative;
}

.expense_header::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 28px solid #ff9f00;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: calc(100% - 12px);
	left: calc(50% - 15px);
}

.expense_inner {

	padding: 36px 20px;
}

.expense_list {}

.expense_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.expense_list li:last-child {
	margin-bottom: 0;
}

.expense_list li div:nth-child(1) {
	flex: none;
	width: 28px;
}

.expense_list li div:nth-child(1) img {
	display: block;
	position: relative;
	top: -3px;
}

.expense_list li div:nth-child(2) {
	color: #0b2e4e;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.4;
	padding-left: 6px;
}

.expense_btn {
	margin-top: 32px;
}

.expense_btn ul {
	display: flex;
	gap: 32px;
	width: 100%;
	padding-top: 17px;
}

.expense_btn ul li {
	position: relative;
	width: 100%;
	max-width: 509px;
}

.expense_btn ul li a.expense_btnBox {
	display: flex;
	height: 100%;
	box-sizing: border-box;
	justify-content: center;
}

.expense_btn ul li a:hover {
	transform: scale(1.02);
}

.expense_btnPop {
	width: 368px;
	max-width: 90%;
	position: absolute;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #13274a;
	padding: 6px 20px 4px;
	border-radius: 19px;
	color: #13274a;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.42px;
	z-index: 1;
	background-color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}

.expense_btnPop:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 8px solid #13274a;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: calc(100% - 0px);
	left: calc(50% - 6px);
}

.expense_btnPop::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 8px solid #ffffff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: calc(100% - 1px);
	left: calc(50% - 6px);
}

.expense_btnContent {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding: 26px 10px 20px;
	border-radius: 12px;
	border: 2px solid #fff;
	background: linear-gradient(180deg, #ffb289 0%, #f05400 127.08%);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	width: 100%;
	box-sizing: border-box;
}

.expense_btnIco {
	flex: none;
}

.expense_btnIco01 {
	width: 28px;
}

.expense_btnIco02 {
	width: 25px;
}

.expense_btnIco img {
	display: block;
}

.expense_btnInner {
	color: #13274a;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.22px;
	margin: 0;
}

.expense_btnArrow {
	flex: none
}

.expense_btnArrow img {
	display: block;
	width: 10px;
}

.expense .CB {
	background: none;
	margin-top: 24px;
}


@media only screen and (max-width: 1024px) {

	/* ----------- expense ----------- */
	.expense_list li {
		justify-content: flex-start;
		margin-bottom: 20px;
		border-bottom: 1px solid #C3C3C3;
		padding-bottom: 20px;
	}

	.expense_list li div:nth-child(2) {
		font-size: 2.0rem;
		padding-left: 6px;
	}

	.expense_list li:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}

	.expense_btnInner {
		font-size: 2.0rem;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- expense ----------- */
	.expense {
		padding: 60px 0 0;
	}

	.expense_container {
		margin: 30px auto 0;
	}

	.expense_header {
		font-size: 2.4rem;
		padding: 17px 20px 14px;
	}

	.expense_list li div:nth-child(2) {
		font-size: 1.8rem;
	}

}

@media only screen and (max-width: 750px) {

	/* ----------- expense ----------- */
	.expense_btn ul {
		flex-wrap: wrap;
		gap: 32px;
		justify-content: center;
	}

	.expense_btn ul li {
		max-width: 400px;
	}
}

@media only screen and (max-width: 480px) {

	/* ----------- expense ----------- */
	.expense {
		padding: 50px 0 0;
	}

	.expense_header::after {
		border-top: 24px solid #ff9f00;
		top: calc(100% - 10px);
	}

	.expense_header {
		padding: 17px 15px 14px;
	}

	.expense_inner {
		padding: 30px 15px;
	}

	.expense .CB {
		margin-top: 0px;
	}

}

/* expense_trialEContentOld */
.expense_trialEContentOld {
	margin-top: 32px;
}

.expense_trialEContentOld h3 {
	font-size: 3.8rem;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 24px;
}

.expense_trialEContentOld .tit-gray-bottomLine__right:after {
	display: none;
}

.expense_trialEContentOld p.mb20.fs90 {
	font-size: 1.8rem;
	color: #000000;
	font-weight: bold;
}

.expense_trialEContentOld .priceTable {
	border: 1px solid #1A1A1A;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

.expense_trialEContentOld .priceTable .border__blue {
	border-top: none;
	border-left: none;
}

.expense_trialEContentOld .priceTable td,
.expense_trialEContentOld .priceTable th {
	border-bottom: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	text-align: center;
	padding: 18px 10px 16px;
	/* font-size: 0; */
	font-weight: bold;
}

.expense_trialEContentOld .priceTable tr td:last-child,
.expense_trialEContentOld .priceTable tr th:last-child {
	border-right: none;
}

.expense_trialEContentOld .priceTable tr:last-child td {
	border-bottom: none;
}

.expense_trialEContentOld .priceTable tr:first-child th {
	background-color: #C3C3C3;
	line-height: 1.4;
	font-size: 1.8rem;
	color: #13274A;
	font-weight: bold;
	padding: 16px 10px 16px;
	width: 50%;
	box-sizing: border-box;
}

.expense_trialEContentOld .priceTable tr:first-child th:nth-child(2) {
	background-color: #CBE3F9;
}

.expense_trialEContentOld .priceTable td a {
	display: inline-block;
	font-size: 1.8rem;
	color: #0062D3;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	line-height: 1.2;
}

.expense_trialEContentOld .priceTable td a:hover {
	transform: scale(1.02);
}

.expense_trialEContentOld .priceTable tr td:first-child {
	font-size: 1.8rem;
	color: #13274A;
	font-weight: bold;
	line-height: 1.4;
}

.expense_trialEContentOld .priceTable tr td:last-child {
	font-size: 2.2rem;
	color: #A10000;
	font-weight: bold;
	line-height: 1;
}

.expense_trialEContentOld .priceTable tr td:last-child span.fs60 {
	font-size: 1.2rem;
	/* font-weight: normal; */
	position: relative;
	top: -2px;
}

.expense_trialEContentOld .priceTable tr td:last-child p.fs60 {
	font-size: 1.2rem;
	color: #5D5D5D;
	/* font-weight: normal; */
	padding-top: 4px;
}

.expense_trialEContentOld .priceTable tr td:last-child br.sp {
	display: none;
}

.expense_trialEContentOld .priceTable tr:nth-child(2) td:last-child br.sp {
	display: block;
}

.expense_trialEContentOld .fee-content.mb20 {
	border: 1px solid #1A1A1A;
	overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.expense_trialEContentOld .fee-box {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

.expense_trialEContentOld .fee-box-tit {
	background-color: #CBE3F9;
	border-bottom: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	color: #13274A;
	padding: 16px 10px;
	font-size: 1.8rem;
	line-height: 1.5;
	border-top: none;
	font-weight: bold;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
}

.expense_trialEContentOld .fee-box-tit sup {
	font-size: 0.6em;
}

.expense_trialEContentOld .fee-box-price2 {
	border: none;
	border-bottom: 1px solid #1A1A1A;
	padding: 10px 10px;
	font-weight: bold;
	flex: 1 1 auto;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.expense_trialEContentOld .fee-box-price2 {
	font-size: 2.2rem;
	color: #A10000;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.expense_trialEContentOld .fee-box-price2 span.fs60 {
	font-size: 1.2rem;
	/* font-weight: normal; */
	position: relative;
	top: -2px;
}

.expense_trialEContentOld .fee-box-price2 br.sp {
	display: none;
}

.expense_trialEContentOld .fee-box.bg-trans .fee-box-tit,
.expense_trialEContentOld .fee-box.bg-trans .fee-box-price2 {
	border-bottom: none;
}

.expense_trialEContentOld .bg-ocher {
	margin-top: 8px;
	font-size: 1.2rem;
	color: #1A1A1A;
	text-align: justify;
	line-height: 1.5;
	background-color: #F2F2F2;
	padding: 10px 10px;
	letter-spacing: -0.6px;
	font-weight: bold;
}


.expense_trialEContentOld .bg-ocher.mb30:last-child {
	margin-bottom: 0;
}

.expense_trialEContentOld .tit-gray-bottomLine__right {
	margin-top: 32px;
}


@media only screen and (max-width: 1024px) {
	.expense_trialEContentOld h3 {
		font-size: 3.4rem;
	}

	.expense_trialEContentOld .priceTable td a {
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 768px) {
	.expense_trialEContentOld h3 {
		font-size: 3.0rem;
	}

	.expense_trialEContentOld .fee-box {
		margin-bottom: 8px;
		display: block;
		border: 1px solid #1A1A1A;
	}

	.expense_trialEContentOld .fee-box.bg-trans {
		margin-bottom: 0px;
	}

	.expense_trialEContentOld .fee-content.mb20 {
		border-radius: 0;
		border: none;
		overflow: auto;
	}

	.expense_trialEContentOld .fee-box-tit {
		width: auto;
		border-right: none;
		border-bottom: none;
		padding: 10px 10px;
	}

	.expense_trialEContentOld .fee-box-price2 br.sp {
		display: block;
	}

	.expense_trialEContentOld .fee-box-price2.font17 {
		font-size: 1.7rem;
		line-height: 1.5;
	}

}

@media only screen and (max-width: 480px) {
	.expense_trialEContentOld h3 {
		font-size: 2.8rem;
	}

	.expense_trialEContentOld .priceTable tr td:last-child br.sp {
		display: block;
	}

	.expense_trialEContentOld .priceTable td a {
		text-align: justify;
	}

	.expense_trialEContentOld .priceTable tr td:last-child p.fs60 {
		text-align: justify;
		line-height: 1.4;
	}

}

/* ----------- choose ----------- */
.choose {
	padding: 80px 0 66px;
	background-color: #f3f4f6;
}

.choose_h2 {
	width: 550px;
	max-width: 100%;
	margin: 0 auto;
	background: linear-gradient(to bottom, #ff9f00 0%, #ffbe00 100%);
	padding: 11px 20px 9px;
	position: relative;
	box-sizing: border-box;
}

.choose_h2::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 26px solid #ffbe00;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: calc(100% - 1px);
	left: calc(50% - 10px);
}

.choose_h2 h2 {
	font-size: 3.8rem;
	color: #13274a;
	text-align: center;
	letter-spacing: 0.38px;
	line-height: 1.4;
}

.choose_gist {
	margin-top: 37px;
}

.choose_h3 {}

.choose_h3 h3 {
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: 0.28px;
	color: #13274a;
	text-align: center;
}

.choose_h3 h3 span.big {
	font-size: 2.6em;
	font-family: "Crimson Text", serif;
	margin-right: 4px;
	position: relative;
	top: 3px;
}

.choose_gistList {
	margin-top: 24px;
	display: flex;
	width: 100%;
	column-gap: 24px;
	row-gap: 16px;
	flex-wrap: wrap;
}

.choose_gistList>li {
	width: calc(50% - 12px);
}

.choose_gistList>li a {
	background-color: rgba(16, 78, 134, 1);
	display: flex;
	width: 100%;
	align-items: center;
	gap: 19px;
	overflow: hidden;
	color: #fff;
	padding-right: 24px;
	box-sizing: border-box;
}

.choose_gistList>li a:hover {
	transform: scale(1.02);
}

.choose_gOpint {
	width: 84px;
	height: 68px;
	background: url("../img/choose_ico04.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: "Crimson Text", serif;
	padding-right: 5px;
	box-sizing: border-box;
}

.choose_gLabel {
	font-size: 1.9rem;
	letter-spacing: 0.57px;
	margin: 0;
	line-height: 1;
	font-weight: bold;
}

.choose_gNumber {
	font-size: 2.5rem;
	letter-spacing: 0.76px;
	line-height: 1;
	font-weight: bold;
}

.choose_gIco {
	width: 28px;
	flex: none;
}

.choose_gIco img {
	display: block;
}

.choose_gInner {
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.18px;
	flex: 1 1 auto;
}

.choose_attention {
	margin-top: 38px;
}

.choose_attentionList {
	margin-top: 24px;
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.choose_attentionList>li {
	display: flex;
	width: calc((100% - 36px)/3);
}

.choose_attentionList>li a {
	position: relative;
	background-color: #fff;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.choose_attentionList>li a:hover {
	transform: scale(1.02);
}

.choose_aIco {}

.choose_aIco img {
	display: block;
	margin: 0 auto;
	width: 30px;
}

.choose_aInner {
	margin-top: 12px;
	font-size: 1.8rem;
	letter-spacing: 0.18px;
	line-height: 1.38;
	text-align: center;
	color: #13274A;
	font-weight: bold;
}

.choose_aIco02 {
	margin-top: 12px;
}

.choose_aIco02 img {
	display: block;
	margin: 0 auto;
	width: 28px;
}

.choose_attentionList>li a:before,
.choose_attentionList>li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	position: absolute;
	background: url("../img/choose_bg.png");
	background-size: auto 100%;
	left: 0;
}

.choose_attentionList>li a:before {
	top: 0;
}

.choose_attentionList>li a::after {
	bottom: 0;
}

@media only screen and (max-width: 1024px) {

	/* ----------- choose ----------- */
	.choose_h2 h2 {
		font-size: 3.4rem;
	}

	.choose_h3 h3 {
		font-size: 2.4rem;
	}

	.choose_gInner {
		font-size: 1.6rem;
		letter-spacing: 0px;
	}

	.choose_attentionList>li a {
		padding: 24px 20px;
	}

	.choose_aInner {
		font-size: 16px;
	}

}

@media only screen and (max-width: 900px) {

	/* ----------- choose ----------- */
	.choose_gistList>li {
		min-width: 450px;
	}

	.choose_gistList {
		justify-content: center;
	}

	.choose_gInner {
		font-size: 1.8rem;
	}

	.choose_attentionList {
		justify-content: center;
	}

	.choose_attentionList>li {
		min-width: 260px;
	}
}

@media only screen and (max-width: 768px) {

	/* ----------- choose ----------- */
	.choose {
		padding: 60px 0 60px;
	}

	.choose_h2 {
		width: 450px;
	}

	.choose_h2 h2 {
		font-size: 3.0rem;
	}

	.choose_h2::after {
		border-top: 22px solid #ffbe00;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		top: calc(100% - 1px);
		left: calc(50% - 8px);
	}

	.choose_gist {
		margin-top: 30px;
	}

	.choose_gistList {
		row-gap: 24px;
	}

	.choose_gistList>li {
		min-width: auto;
		width: 450px;
		max-width: 100%;
	}

	.choose_attentionList>li {
		min-width: auto;
		width: 260px;
		max-width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- choose ----------- */
	.choose {
		padding: 50px 0 50px;
	}

	.choose_h2 {
		padding: 20px 15px 18px;
	}

	.choose_h2 h2 {
		font-size: 2.8rem;
	}

	.choose_gistList>li a {
		gap: 3.65vw;
		padding-right: 3.75vw;
	}

	.choose_gOpint {
		width: 21vw;
		height: 17vw;
	}

	.choose_gInner {
		font-size: 4.2vw;
	}

	.choose_gLabel {
		font-size: 4.75vw;
	}

	.choose_gNumber {
		font-size: 6.25vw;
		letter-spacing: 0;
	}

	.choose_gIco {
		width: 7.0vw;
	}

	.choose_attentionList {
		gap: 24px;
	}

	.choose_attentionList>li {
		width: 100%;

	}

	.choose_attentionList>li a {
		padding: 24px 3.75vw;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		column-gap: 3.75vw;
	}

	.choose_aIco {
		width: 7.5vw;
		flex: none;
	}

	.choose_aIco02 {
		margin-top: 0px;
		width: 7.0vw;
		flex: none;
	}

	.choose_aInner {
		font-size: 4.5vw;
		margin-top: 0;
		flex: 1 1 auto;
		text-align: justify;
	}

	.choose_attentionList>li a:before,
	.choose_attentionList>li a::after {
		height: 7px;
	}

}

/* ----------- serve ----------- */
.serve {
	padding: 0px 0 80px;
	background-color: #f3f4f6;
}

.serve_title {}

.serve_title.mg_top48 {
	margin-top: 48px;
}

.serve_title.mg_top54 {
	margin-top: 54px;
}

.serve_tCase {
	display: flex;
	align-items: center;
}

.serve_tCase span:nth-child(1) {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FF9F00;
}

.serve_tCase span:nth-child(2) {
	font-size: 1.8rem;
	color: #13274A;
	font-weight: bold;
	line-height: 1;
	font-family: "Crimson Text", serif;
	padding-left: 8px;
	padding-top: 2px;
}

.serve_tH3 {
	font-size: 2.8rem;
	line-height: 1.4;
	color: #13274A;
	font-weight: bold;
	margin-top: 10px;
}

.serve_list {
	margin-top: 32px;
}

.serve_list>li:not(:last-child) {
	margin-bottom: 12px;
}

.serve_hTitle {
	color: #13274a;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-height: 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.serve_hTitle small {
	display: block;
	font-size: 1.2rem;
}

.serve_list .place_header {
	padding: 15px 70px 15px 24px;
}

.serve_inner {
	padding: 14px 20px;
}

.serve_innerText {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: justify;
	color: #13274A;
}

.serve_innerLink {
	text-align: right;
	padding-top: 15px;
}

.serve_innerLink a {
	display: inline-block;
	font-size: 1.8rem;
	color: #0062D3;
	line-height: 1;
	text-decoration: underline;
	background: url("../img/serve_ico01.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px auto;
	padding-right: 18px;
	font-weight: bold;
}

.serve_innerLink a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {

	/* ----------- serve ----------- */
	.serve_title.mg_top48 {
		margin-top: 40px;
	}

	.serve_tCase span:nth-child(1) {
		width: 10px;
		height: 10px;
	}

	.serve_tCase span:nth-child(2) {
		font-size: 1.6rem;
		padding-left: 8px;
		padding-top: 2px;
	}

	.serve_tH3 {
		font-size: 2.4rem;
	}

	.serve_hTitle {
		font-size: 2.0rem;
		letter-spacing: 0;
	}

	.serve_list {
		margin-top: 30px;
	}

	.serve_title.mg_top54 {
		margin-top: 50px;
	}

	.serve_list .place_header {
		padding: 15px 60px 15px 20px;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- serve ----------- */
	.serve {
		padding: 0px 0 60px;
	}

	.serve_hTitle {
		font-size: 1.8rem;
	}

	.serve_title.mg_top54 {
		margin-top: 40px;
	}

	.serve_innerText {
		font-size: 1.6rem;
	}

	.serve_innerLink a {
		font-size: 1.6rem;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- serve ----------- */
	.serve {
		padding: 0px 0 50px;
	}

	.serve_list .place_header {
		padding: 15px 55px 15px 15px;
		background-position: right 15px center !important;
	}

	.serve_inner {
		padding: 14px 15px;
	}

}


/* ----------- QA ----------- */
.QA {
	padding: 0px 0 80px;
	background-color: #f3f4f6;
}

.QA_list .place_header {
	padding: 15px 70px 15px 20px;
	column-gap: 20px;
}

.serve_hTQ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 45px;
	flex: none;
}

.serve_hTQ span {
	font-family: "Crimson Text", serif;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
	color: #13274a;
}

.serve_hTQ .qa-divider {
	width: 1px;
	height: 44px;
	background-color: #c3c3c3;
}

.serve_hTA span {
	color: #a10000;
}

.QA_inner {
	padding: 15px 20px;
}

.QA_innerBox {
	display: flex;
	align-items: flex-start;
	column-gap: 20px;
}

.QA_innerLink {
	text-align: justify;
	padding-top: 10px;
}

.QA_innerLink a {
	display: inline;
}

@media only screen and (max-width: 1024px) {

	/* ----------- QA ----------- */
	.QA .place_list {
		margin-top: 40px;
	}

	.QA_list .place_header {
		padding: 15px 60px 15px 20px;
		column-gap: 13px;
	}

	.serve_hTQ {
		width: 35px;
	}

	.serve_hTQ span {
		font-size: 3.0rem;
	}

	.QA_innerBox {
		column-gap: 13px;
	}

}

@media only screen and (max-width: 768px) {

	/* ----------- QA ----------- */
	.QA {
		padding: 0px 0 60px;
	}

	.QA .place_list {
		margin-top: 30px;
	}

}

@media only screen and (max-width: 480px) {

	/* ----------- QA ----------- */
	.QA {
		padding: 0px 0 50px;
	}

	.QA_list .place_header {
		padding: 15px 55px 15px 15px;
		background-position: right 15px center !important;
	}

	.QA_inner {
		padding: 15px 15px;
	}
}

/* ----------- CBar ----------- */
.CBar {
	width: 100%;
	/* position: sticky;
	position: -webkit-sticky; */
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: linear-gradient(119deg, #26438f -13.05%, #112444 61.65%);
	padding: 16px 0;
	display: none;
}

.CBar_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.CBar_tel {
	width: 433px;
}

.CBar_tel a {
	display: block;
}

.CBar_tel a:hover {
	opacity: 0.8;
}

.CBar_tel_c0 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.5px;
}

.CBar_tel_c1 {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	margin: 8px 0 5px;
}

.CBar_tel_c1 img {
	display: block;
	margin: 0 auto;
}

.CBar_tel_ico {
	width: 57px;
}

.CBar_tel_num {
	width: 288.5px;
}

.CBar_tel_c2 {
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.8px;
}

.CBar_web {
	width: 536px;
}

.CBar_webTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

.CBar_webTitle img {
	display: block;
	width: 9px;
}

.CBar_webTitle div:nth-child(1),
.CBar_webTitle div:nth-child(3) {}

.CBar_webTitle div:nth-child(2) {
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.CBar_webBtn {
	margin-top: 12px;
}

.CBar_webBtn a {
	display: flex;
	height: 60px;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 12px;
	border: 2px solid #fff;
	background: linear-gradient(180deg, #ffb289 0%, #f05400 127.08%);
	box-shadow: 0px 2px 4px 0px rgba(14, 14, 14, 0.5);
	box-sizing: border-box;
}

.CBar_webBtn a div:nth-child(1) {
	flex: none;
	width: 65px;
}

.CBar_webBtn a div:nth-child(1) span {
	display: block;
	color: #13274a;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	background-color: #fff;
	border-radius: 6px;
	padding: 9px 5px 6px;
	text-align: center;
}

.CBar_webBtn a div:nth-child(2) {
	color: #13274a;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
}

.CBar_webBtn a div:nth-child(3) {
	width: 28px;
}

.CBar_webBtn a div:nth-child(3) img {
	display: block;
}

.CBar_webBtn a:hover {
	transform: scale(1.02);
}

.CBar_sp {
	display: none;
}

.CBar_tel_num_text {
  font-family:                
    -apple-system,                  
    BlinkMacSystemFont,               
    'Helvetica',                 
    'Hiragino Kaku Gothic ProN',      
    'ヒラギノ角ゴ ProN W3',          
    'Meiryo',                  
    'system-ui',
    'Bebas Neue',                         
    'Arial Narrow',                  
    sans-serif;
  font-weight: 820;
  white-space: nowrap;
  display: inline-block;
  color: #ffffff; /* 白文字 */
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.03em;
  transform: scaleY(1.1); /* Windows用補正も兼ねる */
}

/* 851px以上：大きめフォント */
@media (min-width: 851px) {
  .CBar_tel_num_text {
    font-size: 32px;
  }
}

/* 671px～850px：中フォント */
@media (min-width: 671px) and (max-width: 850px) {
  .CBar_tel_num_text {
    font-size: 28px;
  }
}

/* 481px～670px：やや小さめフォント */
@media (min-width: 565px) and (max-width: 670px) {
  .CBar_tel_num_text {
    font-size: 24px;
  }
}

@media (min-width: 481px) and (max-width: 564px) {
  .CBar_tel_num_text {
    font-size: 20px;
  }
}

/* 必要に応じて：480px以下などモバイル調整も可能 */
@media (max-width: 480px) {
  .CBar_tel_num_text {
    font-size: 20px;
  }
}


@media only screen and (max-width: 1024px) {

	/* ----------- CBar ----------- */
	.CBar_tel {
		width: 40.0vw;
	}

	.CBar_tel_c0 {
		font-size: 1.75vw;
		letter-spacing: 0;
	}

	.CBar_tel_c1 {
		column-gap: 1.46vw;
		margin: 0.78vw 0 0.48vw;
	}

	.CBar_tel_ico {
		width: 5.56vw;
	}

	.CBar_tel_num {
		width: 28.125vw;
	}

	.CBar_tel_c2 {
		font-size: 1.36vw;
		letter-spacing: 0;
	}

	.CBar_web {
		width: 51.7vw;
	}

	.CBar_webTitle {
		column-gap: 0.97vw;
	}

	.CBar_webTitle div:nth-child(2) {
		font-size: 1.75vw;
	}

	.CBar_webTitle img {
		width: 0.87vw;
	}

	.CBar_webBtn {
		margin-top: 1.17vw;
	}

	.CBar_webBtn a {
		height: 5.85vw;
		padding: 0.78vw 1.17vw;
		gap: 1.17vw;
	}

	.CBar_webBtn a div:nth-child(1) {
		width: 6.34vw;
	}

	.CBar_webBtn a div:nth-child(1) span {
		font-size: 1.95vw;
		letter-spacing: 0;
		padding: 0.87vw 0.48vw 0.58vw;
	}

	.CBar_webBtn a div:nth-child(2) {
		font-size: 2.14vw;
	}

	.CBar_webBtn a div:nth-child(3) {
		width: 2.73vw;
	}
}

@media only screen and (max-width: 768px) {
	/* ----------- CBar ----------- */

}

@media only screen and (max-width: 480px) {

	/* ----------- CBar ----------- */
	.CBar {
		padding: 3.5vw 0;
	}

	.CBar_pc {
		display: none;
	}

	.CBar_sp {
		display: block;
	}

	.CBar_webTitle {
		column-gap: 2.5vw;
	}

	.CBar_webTitle div:nth-child(2) {
		font-size: 4.5vw;
	}

	.CBar_webTitle img {
		width: 2.25vw;
		max-width: 9px;
	}

	.CBar_spList {
		display: flex;
		justify-content: space-between;
		align-items: center;
		column-gap: 2.0vw;
		margin-top: 2.5vw;
	}

	.CBar_spList>li {
		width: calc(50% - 1.0vw);
	}

	.CBar_spList>li a {
		display: flex;
		justify-content: center;
		align-items: center;

		width: 100%;
		height: 12.0vw;
		padding: 2.25vw 1.5vw 1.75vw;
		justify-content: center;
		align-items: center;
		column-gap: 1.25vw;
		border-radius: 10px;
		border: 2px solid #fff;
		box-shadow: 0px 2px 3px 0px rgba(14, 14, 14, 0.5);
		box-sizing: border-box;
		background: linear-gradient(180deg, #fff 31.5%, #cbcbcb 96%);

		color: #13274a;
		font-size: 5.5vw;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
	}

	.CBar_spList>li a.CBar_spTel {
		background: linear-gradient(180deg, #ffb289 0%, #f05400 127.08%);
	}

	.CBar_spList>li a.CBar_spTel img {
		display: block;
		width: 33px;
	}

}

@media screen and (min-width: 1025px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		color: inherit;
		text-decoration: none;
	}
}


/*相続税申告のお問い合わせ（無料面談/相談）*/
.application_consultation{
	padding: 80px 0 72px;
	background-color: #f3f4f6;
}
.application_consultation .part_contact{
	padding: 40px 20px 65px;
	background-color: #fff;
	margin-top: 64px;
	border-radius: 4px;
}
.application_consultation .part_contact .err-block{
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FF4A4A;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.application_consultation .part_contact .err-block>img{
	display: block;
	width: 35px;
}
.application_consultation .part_contact .err-block>figcaption{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}
.application_consultation .part_contact .err-block>figcaption>span:nth-of-type(2){
	white-space: nowrap;
}
.application_consultation .part_contact .desc{
	width: 100%;
	max-width: 922px;
	margin: auto;
}
.application_consultation .part_contact .desc .part01{
	margin-bottom: 26px;
}
.application_consultation .part_contact .desc .part02{
	margin-bottom: 8px;
}
.application_consultation .part_contact .desc .part03{
	color: #1A1A1A;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
}
.application_consultation .part_contact .desc .part03 a{
	color: #0079E4;
	text-decoration: underline;
	display: inline-block;
}
.application_consultation .part_contact .desc h3{
	color: #1A1A1A;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: left;
	padding-left: 20px;
	border-left: 5px solid #FF9F00;
}
.application_consultation .part_contact .desc .options_lists{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 32px 0;
	border-bottom: 1px solid #D5D5D5;
}
.application_consultation .part_contact .desc .options_lists_err{
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	font-weight: 700;
	text-align: center;
	background-color: #FF4A4A;
	color: #fff;
	line-height: 1.5;
	padding: 30px 5px;
	margin-top: -10px;
}
.application_consultation .part_contact .desc .part01 .options_lists:last-of-type,
.application_consultation .part_contact .desc .part02 .options_lists:last-of-type{
	border-bottom: none;
}
.application_consultation .part_contact .desc .options_lists input[type="text"],
.application_consultation .part_contact .desc .options_lists input[type="password"],
.application_consultation .part_contact .desc .options_lists input[type="email"],
.application_consultation .part_contact .desc .options_lists input[type="number"],
.application_consultation .part_contact .desc .options_lists input[type="search"],
.application_consultation .part_contact .desc .options_lists input[type="tel"],
.application_consultation .part_contact .desc .options_lists input[type="url"],
.application_consultation .part_contact .desc .options_lists textarea{
	outline: none;
	background: none;
	box-shadow: none;
	padding: 15px;
	margin: 0;
	font: inherit;
	color: #1A1A1A;
	box-sizing: border-box;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	border: 2px solid #858585;
	border-radius: 8px;
}
.application_consultation .part_contact .desc .options_lists input[type="checkbox"],
.application_consultation .part_contact .desc .options_lists input[type="radio"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #1A1A1A;
	transition: background-color 0.3s, border-color 0.3s;
	cursor: pointer;
	border-radius: 2px;
	background-color: #fff;
}
.application_consultation .part_contact .desc .options_lists input[type="checkbox"]:hover,
.application_consultation .part_contact .desc .options_lists input[type="radio"]:hover {
	border-color: #FF9F00;
}
.application_consultation .part_contact .desc .options_lists input[type="checkbox"]:checked{
	background: url("../img/application_consultation_icon01.png") no-repeat center/contain;
}
.application_consultation .part_contact .desc .options_lists input[type="range"]{
	appearance: none;
	background: none;
	margin: 0;
	padding: 0;
}
.application_consultation .part_contact .desc .options_lists input:focus{
	outline: none;
}
.application_consultation .part_contact .desc .options_lists .optionsName{
	width: 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
}
.application_consultation .part_contact .desc .options_lists .optionsName>p{
	color: #1A1A1A;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: left;
}
.application_consultation .part_contact .desc .options_lists .optionsName>span{
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	border-radius: 4px;
	padding: 3px 5px;
	white-space: nowrap;
}
.application_consultation .part_contact .desc .options_lists .optionsName>span.s_required{
	background-color: #FF4A4A;
}
.application_consultation .part_contact .desc .options_lists .optionsName>span.s_optional{
	background-color: #3C3C3C;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails{
	width: calc(100% - 240px);
	padding-left: 4.4%;
	box-sizing: border-box;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails ul{
	width: 100%;
	max-width: 474px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails ul li{
	list-style-type: none;
	box-sizing: border-box;
	padding: 3px 8px;
	background-color: #F6F6F6;
	display: flex;
	margin-bottom: 8px;
	border-radius: 4px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails ul li label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails ul li label span{
	margin-left: 8px;
	color: #1A1A1A;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	margin-bottom: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure:last-of-type{
	margin-bottom: 0;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure a{
	color: #3C3C3C;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	text-align: left;
	text-decoration: underline;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure>figcaption{
	width: auto;
	flex-shrink: 1;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure a:hover{
	color: #FF9F00;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure div{
	width: 24px;
	height: auto;
	flex-shrink: 0;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails figure div img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails select{
	border: 2px solid #858585;
	border-radius: 8px;
	padding: 17px 15px;
	width: 100%;
	max-width: 260px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	font-size: 16px;
	background: url("../img/application_consultation_icon03.png") no-repeat center right 6px;
	cursor: pointer;
	margin-bottom: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails select[name="heir_num"]{
	margin-bottom: 0;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails select[class^="place"] optgroup{
	background: #24486A;
	color: #fff;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails select[class^="place"] option{
	background: #fff;
	color: #1A1A1A;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .p_note{
	color: #3C3C3C;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: left;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .err-txt{
	color: #FF4A4A;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: left;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .err-txt_mt8px{
	margin-top: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .estate_date-select select{
	max-width: 95px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .estate_date-select>span{
	color: #1A1A1A;
	font-size: 1.4rem;
	margin: 0 10px 0 16px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text{
	margin-bottom: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p1{
	color: #1A1A1A;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p1>span:nth-of-type(2){
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	border-radius: 4px;
	padding: 3px 5px;
	white-space: nowrap;
	margin-left: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p1>span.s1{
	background-color: #FF4A4A;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p1>span.s2{
	background-color: #3C3C3C;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p2{
	color: #1A1A1A;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_mb24{
	margin-bottom: 24px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_desc{
	width: 100%;
	max-width: 572px;
	background-color: #F2F1E9;
	border-radius: 8px;
	color: #1A1A1A;
	font-size: 1.4rem;
	line-height: 1.7;
	padding: 12px;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_desc a{
	color: #0079E4;
	text-decoration: underline;
	display: inline-block;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .div_desc a:hover{
	color: #FF9F00;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .freeConsultation_date{
	width: 100%;
	max-width: 408px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .freeConsultation_date:last-of-type{
	margin-bottom: 0;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .freeConsultation_date select{
	width: 49%;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .freeConsultation_date .ui-datepicker-trigger{
	display: none;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .consultation-details{
	width: 100%;
	border: 2px solid #858585;
	border-radius: 8px;
	padding: 12px;
	text-align: left;
	resize: none;
	min-height: 92px;
	max-height: 255px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .consultation-details::placeholder{
	text-align: left;
	white-space: pre-line;
	color: #858585;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .tel-num{
	width: 100%;
	max-width: 200px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .name-kanji,
.application_consultation .part_contact .desc .options_lists .optionsDetails .full-name{
	width: 100%;
	max-width: 260px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .contactable-hours{
	width: 100%;
	margin-bottom: 8px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .email-address{
	width: 100%;
	max-width: 400px;
}
.application_consultation .part_contact .desc .options_lists .optionsDetails .p-street-address{
	width: 100%;
}
.application_consultation .part_contact .desc .submit-btn{
	display: flex;
	width: 100%;
	max-width: 344px;
	padding: 19px 12px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: 2px solid #13274A;
	background: linear-gradient(180deg, #ffb289 0%, #f05400 127.08%);
	box-shadow: 0 2px 4px 0 rgba(14, 14, 14, 0.5);
	box-sizing: border-box;
	margin: auto;
	cursor: pointer;
}
.application_consultation .part_contact .desc .submit-btn>span{
	color: #13274a;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.01em;
}
.application_consultation .part_contact .desc .submit-btn>div{
	width: 28px;
	margin-left: 8px;
}
.application_consultation .part_contact .desc .submit-btn>div img{
	display: block;
	width: 100%;
}
/*電話によるお問い合わせ*/
.application_consultation .part_telEnquiries{
	margin-top: 80px;
}
.application_consultation .part_telEnquiries h3{
	color: #13274a;
	font-size: 3.6rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.03em;
	background: url("../img/application_consultation_icon04.png") no-repeat left center;
	padding-left: 55px;
}
.application_consultation .part_telEnquiries .cont01{
	border-radius: 8px;
	background-color: #fff;
	padding: 40px;
	margin: 32px 0 16px;
}
.application_consultation .part_telEnquiries .cont01 h4{
	color: #1A1A1A;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #ACACAC;
	padding-bottom: 8px;
}
.application_consultation .part_telEnquiries .cont01 figure{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px 0 23px;
}
.application_consultation .part_telEnquiries .cont01 figure div{
	width: 20%;
	max-width: 64px;
}
.application_consultation .part_telEnquiries .cont01 figure img{
	display: block;
	width: 100%;
}
.application_consultation .part_telEnquiries .cont01 figure figcaption{
	width: 80%;
	max-width: 377px;
	padding-left: 16px;
	box-sizing: border-box;
}
.application_consultation .part_telEnquiries .cont01 figure figcaption>a{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'system-ui', 'Bebas Neue', 'Arial Narrow', sans-serif;
    font-weight: 820;
    white-space: nowrap;
    display: inline-block;
    color: #234A8D;
    line-height: 1.1;
    letter-spacing: 0;
    transform: scaleY(1.2);
    font-size: 50px;
}
.application_consultation .part_telEnquiries .cont01 figure figcaption>p{
	color: #1A1A1A;
	font-size: 1.23rem;
	line-height: 1.2;
	letter-spacing: 0.03em;
	font-weight: 700;
	margin-top: 4.5px;
	display: none;
}
.application_consultation .part_telEnquiries .cont01 .p1{
	color: #13274A;
	font-size: 2.4rem;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.application_consultation .part_telEnquiries .cont01 .p2{
	color: #1A1A1A;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin: 5px 0 30px;
}
.application_consultation .part_telEnquiries .cont01>ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 16px;
	margin-bottom: -8px;
}
.application_consultation .part_telEnquiries .cont01>ul li{
	list-style-type: none;
	margin-right: 6.7%;
	width: 196px;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 8px;

}
.application_consultation .part_telEnquiries .cont01>ul li>p{
	color: #1A1A1A;
	white-space: nowrap;
	margin-right: 6%;
	width: 66px;
	display: flex;
	justify-content: space-between;
}
.application_consultation .part_telEnquiries .cont01>ul li>a{
	color: #234A8D;
	text-decoration: none;
	white-space: nowrap;
}
.application_consultation .part_telEnquiries .cont01>ul li>a strong{
	display: none;
}
.application_consultation .part_telEnquiries .cont02>p{
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	color: #C10D0D;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
}
.application_consultation .part_telEnquiries .cont02>ul li{
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	font-weight: 500;
	color: #1A1A1A;
	display: flex;
}

@media screen and (max-width: 1024px) {
	.application_consultation .part_contact{
		margin-top: 60px;
		padding: 35px 20px 55px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .consultation-details{
		min-height: 150px;
	}
	.application_consultation .part_telEnquiries{
		margin-top: 65px;
	}
	.application_consultation .part_telEnquiries h3{
		font-size: 3.2rem;
		padding-left: 50px;
		background-size: contain;
	}
	.application_consultation .part_contact .desc .options_lists_err{
		padding: 25px 5px;
	}
	.application_consultation .part_telEnquiries .cont01{
		margin: 30px 0 15px;
		padding: 30px;
	}
}
@media screen and (max-width: 768px) {
	.application_consultation .part_contact{
		margin-top: 50px;
		padding: 30px 20px 45px;
	}
	.application_consultation .part_contact .desc h3{
		font-size: 2.2rem;
	}
	.application_consultation .part_contact .desc .options_lists{
		padding: 30px 0 32px;
	}
	.application_consultation .part_contact .desc .options_lists_err{
		padding: 20px 5px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName{
		width: 220px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails{
		width: calc(100% - 220px);
		padding-left: 3.5%;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails figure>div{
		width: 24px;
	}
	.application_consultation .part_telEnquiries{
		margin-top: 55px;
	}
	.application_consultation .part_telEnquiries h3{
		font-size: 2.8rem;
		padding-left: 45px;
	}
	.application_consultation .part_telEnquiries .cont01{
		margin: 25px 0 15px;
		padding: 20px;
	}
	.application_consultation .part_telEnquiries .cont01 h4{
		font-size: 2.2rem;
	}
	.application_consultation .part_telEnquiries .cont01 .p1{
		font-size: 2.2rem;
	}
	.application_consultation .part_telEnquiries .cont01>ul li{
		margin-right: 2%;
	}
	.application_consultation .part_telEnquiries .cont01>ul li>p{
		margin-right: 5%;
	}
	.application_consultation .part_telEnquiries .cont01 figure figcaption>a{
    font-size: 45px;
	}
}
@media screen and (max-width: 767px) {
	.application_consultation .part_contact .desc .options_lists{
		flex-direction: column;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName{
		padding-top: 0;
		width: 100%;
		margin-bottom: 8px;
		justify-content: flex-start;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName_non{
		display: none;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName>p{
		margin-right: 8px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName>p.about_Inh{
		margin-bottom: 16px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName>p>br{
		display: none;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails{
		width: 100%;
		padding-left: 0;
	}
	.application_consultation .part_contact .desc .options_lists input[type="checkbox"],
	.application_consultation .part_contact .desc .options_lists input[type="radio"]{
		width: 24px;
		height: 24px;
		margin: 2px 0;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .div_mb24{
		margin-bottom: 16px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails ul{
		max-width: 100%;
		margin-bottom: 14px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails ul.doIC input{
		width: 18px;
		height: 18px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails ul li{
		padding: 8px 12px;
		margin-bottom: 12px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails ul.doIC li{
		margin: 8px 0;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails ul li label span{
		margin-left: 10px;
		line-height: 1.5;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails ul.doIC li label span{
		margin-left: 8px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .p_note{
		font-size: 1.2rem;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .estate_date-select select{
		max-width: 80px;
		padding: 17px 8px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .estate_date-select>span{
		margin: 0 3px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .div_desc{
		margin: 8px 0 16px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .freeConsultation_date:last-of-type{
		margin-bottom: 8px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .consultation-details{
		min-height: 140px;
		padding: 12px;
	}
	.application_consultation .part_contact .desc .options_lists input[type="text"],
	.application_consultation .part_contact .desc .options_lists input[type="password"],
	.application_consultation .part_contact .desc .options_lists input[type="email"],
	.application_consultation .part_contact .desc .options_lists input[type="number"],
	.application_consultation .part_contact .desc .options_lists input[type="search"],
	.application_consultation .part_contact .desc .options_lists input[type="tel"],
	.application_consultation .part_contact .desc .options_lists input[type="url"],
	.application_consultation .part_contact .desc .options_lists textarea{
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.application_consultation .part_contact .desc .part01{
		margin-bottom: 20px;
	}
	.application_consultation .part_contact .desc .part02{
		margin-bottom: 0;
	}
	.application_consultation .part_contact .desc .part03{
		margin: -16px 0 16px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.application_consultation{
		padding: 64px 0;
	}
	.application_consultation .part_contact{
		margin-top: 40px;
		padding: 25px 15px;
	}
	.application_consultation .part_contact .desc h3{
		font-size: 2rem;
	}
	.application_consultation .part_contact .desc .options_lists{
		padding: 25px 0 32px;
	}
	.application_consultation .part_contact .desc .options_lists_err{
		padding: 15px 5px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .div_desc{
		padding: 8px;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .div_desc br:nth-of-type(2){
		display: none;
	}
	.application_consultation .part_contact .desc .options_lists .optionsDetails .consultation-details{
		min-height: 155px;
	}
	.application_consultation .part_telEnquiries{
		margin-top: 32px;
	}
	.application_consultation .part_telEnquiries h3{
		font-size: 2.6rem;
		padding-left: 35px;
		background-size: 28px;
	}
	.application_consultation .part_telEnquiries .cont01{
		border: 1px solid #ACACAC;
		padding: 15px;
	}
	.application_consultation .part_telEnquiries .cont01 h4{
		font-size: 2rem;
	}
	.application_consultation .part_telEnquiries .cont01 .p1{
		font-size: 2rem;
	}
	.application_consultation .part_telEnquiries .cont01 figure{
		border: 2px solid #13274A;
		border-radius: 12px;
		padding: 14px 14px 12px;
		background: linear-gradient(180deg, #fff 0%, #ededed 50%, #cbcbcb 100%);
		box-shadow: 0 2px 4px 0 #ACACAC;
		box-sizing: border-box;
		max-width: 344px;
		margin: 15px auto 23px;
	}
	.application_consultation .part_telEnquiries .cont01 figure div{
		width: 13%;
		max-width: 45px;
	}
	.application_consultation .part_telEnquiries .cont01 figure figcaption{
		width: 87%;
		padding-left: 8px;
		max-width: 225px;
	}
	.application_consultation .part_telEnquiries .cont01 figure figcaption>a{
    font-size: 7.5vw;
	}
	.application_consultation .part_telEnquiries .cont01 figure figcaption>p{
		display: block;
	}
	.application_consultation .part_telEnquiries .cont01>ul{
		justify-content: space-between;
		margin-bottom: -24px;
	}
	.application_consultation .part_telEnquiries .cont01>ul li{
		width: 47.5%;
		/*max-width: 164px;*/
		margin-right: 0;
		margin-bottom: 24px;
	}
	.application_consultation .part_telEnquiries .cont01>ul li>p{
		display: none;
	}
	.application_consultation .part_telEnquiries .cont01>ul li>a{
		width: 100%;
		border: 1px solid #13274A;
		border-radius: 12px;
		padding: 14px 12px 13px;
		background: linear-gradient(180deg, #fff 0%, #ededed 50%, #cbcbcb 100%);
		box-shadow: 0 2px 4px 0 #ACACAC;
		box-sizing: border-box;
	}
	.application_consultation .part_telEnquiries .cont01>ul li>a .s1{
		display: none;
	}
	.application_consultation .part_telEnquiries .cont01>ul li>a strong{
		display: block;
		color: #000;
		line-height: 1;
		letter-spacing: 0.03em;
		padding-left: 25px;
		position: relative;
	}
	.application_consultation .part_telEnquiries .cont01>ul li>a strong:before{
		content: '';
		width: 21px;
		height: 21px;
		background: url(../img/application_consultation_icon04.png) no-repeat center/contain;
		position: absolute;
		left: 0;
		top: -4px;
		bottom: 0;
		margin: auto;
	}
}
/*相続税申告のお問い合わせ（無料面談/相談） end*/
/*内容を確認する*/
.application_consultation_confirmation{
	padding: 64px 0 120px;
}
.application_consultation_confirmation .layout{
	width: 980px;
	max-width: 95%;
	margin: 0 auto;
}
.application_consultation_confirmation .part_title>h1{
	color: #13274A;
	font-size: 3.6rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-weight: 700;
	position: relative;
	border-bottom: 2px solid #989898;
	padding-bottom: 16px;
	margin-bottom: 55px;
}
.application_consultation_confirmation .part_title>h1:before{
	content: '';
	width: 50px;
	height: 2px;
	background-color: #FF9F00;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.application_consultation_confirmation .part_title>p{
	color: #1A1A1A;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-weight: 700;
}
.application_consultation_confirmation .part_contact{
	margin-top: 55px;
	padding: 40px 20px;
}
.application_consultation_confirmation .part_contact .desc{
	max-width: 852px;
}
.application_consultation_confirmation .part_contact .desc .options_lists{
	padding: 16px 0;
}
.application_consultation_confirmation .part_contact .desc .options_lists .optionsName{
	padding: 16px 0;
}
.application_consultation_confirmation .part_contact .desc .options_lists .optionsName_center{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.application_consultation_confirmation .part_contact .desc .sameHeight_div{
	align-items: stretch;
}
.application_consultation_confirmation .part_contact .desc .sameHeight_div .optionsDetails:not(.optionsDetails_nocenter){
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.application_consultation_confirmation .part_contact .desc .options_lists .optionsDetails .confirmation_text{
	color: #1A1A1A;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
}
.application_consultation_confirmation .part_contact .desc .options_lists .optionsDetails .confirmation_div_text{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
}
.application_consultation_confirmation .part_contact .desc .part02{
	margin-bottom: 24px;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn>div{
	width: 45%;
	max-width: 320px;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn button{
	box-sizing: border-box;
	border: 2px solid #13274A;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.01em;
	font-weight: 700;
	border-radius: 12px;
	width: 100%;
	padding: 18px 10px 16px;
	cursor: pointer;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn .send_btn button{
	color: #fff;
	background-color: #13274A;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn .send_btn button:hover{
	color: #13274A;
	background-color: #fff;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn .back_btn button{
	color: #13274A;
	background-color: #fff;
}
.application_consultation_confirmation .part_contact .desc .confirmation_formBtn .back_btn button:hover{
	color: #fff;
	background-color: #13274A;
}

@media screen and (max-width: 1024px) {
	.application_consultation_confirmation{
		padding: 64px 0 100px;
	}
	.application_consultation_confirmation .part_title>h1{
		font-size: 3.3rem;
		margin-bottom: 50px;
	}
	.application_consultation_confirmation .part_contact{
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.application_consultation_confirmation{
		padding: 64px 0 80px;
	}
	.application_consultation_confirmation .part_title>h1{
		font-size: 3rem;
		margin-bottom: 45px;
	}
	.application_consultation_confirmation .part_title>p{
		font-size: 2.2rem;
	}
	.application_consultation_confirmation .part_contact{
		margin-top: 45px;
	}
}
@media screen and (max-width: 480px) {
	.application_consultation_confirmation{
		padding: 64px 0;
	}
	.application_consultation_confirmation .part_title{
		padding: 0 15px;
	}
	.application_consultation_confirmation .part_title>h1{
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	.application_consultation_confirmation .part_title>p{
		font-size: 2rem;
	}
	.application_consultation_confirmation .part_contact{
		margin-top: 40px;
		padding: 40px 15px;
	}
	.application_consultation_confirmation .part_contact .desc .part01{
		margin-bottom: 16px;
	}
	.application_consultation_confirmation .part_contact .desc .part02{
		margin-bottom: 8px;
	}
	.application_consultation_confirmation .part_contact .desc h3{
		margin-bottom: 8px;
	}
	.application_consultation_confirmation .part_contact .desc .options_lists .optionsName{
		padding: 0;
	}
	.application_consultation_confirmation .part_contact .desc .confirmation_formBtn{
		flex-direction: column-reverse;
	}
	.application_consultation_confirmation .part_contact .desc .confirmation_formBtn>div{
		width: 95%;
	}
}
/*内容を確認する end*/

/* update 250811 */
.top_mvCTel .part_text01,
.top_mvCTel .part_text02{
	display: none;
}
@media screen and (max-width: 480px) {
	.top_mvCTel .part_text01{
		display: block;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		background-color: #f05400;
		color: #fff;
		border-radius: 10px 10px 0 0;
		padding: 6px 0 4px;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom: 7px;
	}
	.top_mvCTel .part_text02{
		display: block;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		color: #13274a;
	}
}


.application_consultation .part_contact .desc .options_lists .optionsDetails .p_note.p_note_flex{
	display: flex;
}

.application_consultation .part_contact .desc .options_lists .optionsDetails figure.mt10{
	margin-top: 10px;
}

.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p1>span.s_optional{
	background-color: #3C3C3C;
}

.application_consultation .part_contact .desc .options_lists .optionsDetails .freeConsultation_date.mb0{
	margin-bottom: 0;
}


@media screen and (max-width: 480px) {
	.application_consultation .part_contact .desc .options_lists .optionsDetails .div_text>p.p1 .sp_none{
		display: none;
	}
	.application_consultation .part_contact .desc .options_lists .optionsName.sp_none{
		display: none;
	}
	
}

/* update 251020 */
.place_officeImg a{
	display: block;
}
.place_officeImg a:hover{
	opacity: 0.8;
}
.place_officeNIL{
	display: block;
}
.place_officeNIL a:hover{
	opacity: 0.8;
}