/* ----------------------------------------
recruit
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit{
    width:98%;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit h2{
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1 img{
    max-width:100%;
    height:auto;
}

.recruit2 p{
    margin:0;
}

.recruit2 ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2 ul li{
    margin:10px auto 0px auto;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2 ul li img{
    max-width:100%;
    height:auto;
}

.recruit3{
    width:100%;
    overflow:hidden;
    margin:0px auto 10px auto;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.recruit3 img{
    max-width:94%;
}

.recruit4{
    width:100%;
    float:left;
    margin:0px auto 20px auto;
    padding:0px;
}

.recruit4 p{
    margin:0;
}

.recruit5{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5 dt{
    width:45%;
    display: block;
    clear: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5 dd{
    display: block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side{
    width:98%;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit_side h2{
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1_side img{
    max-width:100%;
    height:auto;
}

.recruit2_side p{
    margin:0;
}

.recruit2_side ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2_side ul li{
    margin:10px auto 0px auto;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2_side ul li img{
    max-width:100%;
    height:auto;
}

.recruit3_side{
    width:100%;
    overflow:hidden;
    margin:0px auto 10px auto;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.recruit3_side img{
    max-width:94%;
}

.recruit4_side{
    width:100%;
    float:left;
    margin:0px auto 20px auto;
    padding:0px;
}

.recruit4_side p{
    margin:0;
}

.recruit5_side{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5_side dt{
    width:45%;
    display: block;
    clear: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5_side dd{
    display: block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}



/* ----------------------------------------
sitemap
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    width: 90%;
    font-size: 24px;
    margin: 30px auto;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}

.sitemap_wrap {
    width: 90%;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 30px 5%;
    box-sizing: border-box;
}

.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap_inner:last-child {
    margin-bottom: 0;
}

.sitemap_inner h4 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.sitemap_inner ul {
    background: #fff;
    padding: 15px 5%;
margin-top: 10px;
}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 10% !important;
}

.sitemap_group_ti {
    margin-left: -5%;
}

/* sitemap
---------------------------------------- */


/* ----------------------------------------
architecture
---------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	overflow-x: hidden;
	margin: 15px 0px 0px 0px;
}
h2 {
	font-weight: 500;
}
p, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.moji_blue {
	color: #6f9bb0;
}
.arc_wrap {
	overflow: hidden;
	color: #000000;
}
/* メイン */
.arc_main_w{
	width: 96%;
	margin: 0 auto;
}
.arc_main_bg {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.arc_main_bg>img:nth-of-type(1){
	width: 68%;
}
.arc_main_bg>img:nth-of-type(2) {
	width: 30%;
}
.arc_main_w>img {
	margin: 10px 0px 0px 0px;
}
.arc_main_tit h2 {
	font-size: clamp(25px, 6.9vw, 28px);
	line-height: 1.3;
	margin: 10px 0px 0px 5px;
	letter-spacing: 0.05em;
}
.arc_main_tit{
	margin: -15px 0px 0px 0px;
}
.arc_main_tit p {
	font-size: clamp(13px, 3.6vw, 15px);
	line-height: 1.2;
}
.arc_main_tit p span {
	font-size: clamp(16px, 4.4vw, 18px);
	border: 2px solid #000000;
	margin: 0px 5px;
	box-sizing: border-box;
	padding: 0px 9px;
}
/* 当社からのメッセージ */
.arc_message_box {
	margin: 70px auto 0 auto;
	width: 94%;
}
.arc_message_box>img {
	margin: 20px 0px 0px 0px;
    display: block;
}
.arc_message_box .arc_subtit {
	width: 55px;
}
.arc_tit h2 {
	font-size: clamp(20px, 5.5vw, 25px);
	line-height: 1.3;
	margin: 8px 0px 0px 0px;
}
.arc_message_text {
	font-size: clamp(11px, 2.7vw, 13px);
	line-height: 2.1;
	margin: 20px 0px 0px 0px;
}
.arc_message_text span {
	background-color: #ecdba5;
}
/* 注文住宅の特徴 */
.arc_point_box {
	margin: 50px auto 0 auto;
	width: 94%;
}
.arc_point_box .arc_subtit{
    width: 45px;
}
.arc_point_box ul{
    margin: 30px 0px 0px 0px;
}
.arc_point_box ul li {
    margin: 30px 0px 0px 0px;
}
.arc_point_box ul li:nth-child(1){
    margin: 0px;
}
.arc_point_box ul li>img {
	display: block;
    margin: 10px 0px 0px 0px;
}
.arc_point_box_r {
	position: relative;
	z-index: 0;
}
.arc_point_box_r:after {
	content: "";
	width: 170px;
	box-sizing: border-box;
	height: 170px;
	aspect-ratio: 1 / 1;
	background: #f0f5f7;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
	z-index: -1;
}
.arc_point_num img {
	width: 25%;
}
.arc_point_box_r h4 {
	font-size: clamp(16px, 4.4vw, 20px);
	line-height: 1.3;
	margin: 10px 0px 0px 0px;
}
.arc_point_box_text {
	font-size: clamp(11px, 2.7vw, 13px);
	line-height: 1.8;
	margin: 20px 0px 0px 0px;
}
.arc_wrap .t_lowcost_btn_arrow{
    display: none;
}
/* 安さの秘密 */
.arc_secret_box {
	margin: 50px auto 0 auto;
	width: 94%;
}
.arc_secret_box .arc_subtit{
    width: 45px;
}
.arc_secret_box ul {
	display: flex;
	margin: 25px 0px 0px 0px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 15px;
}
.arc_secret_box ul li {
	width: calc((100% - 45px) / 2);
	text-align: center;
}
.arc_secret_box ul li p {
	font-size: clamp(14px, 2.7vw, 16px);
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
}
/* お問い合わせ */
.con_inq_w {
	margin: 50px 0 0 0;
	background-color: #dab84b;
	box-sizing: border-box;
	padding: 10px 0px;
}
.con_inq_in {
	background-color: #ffffff;
	margin: 0 auto;
	width: 94%;
	box-sizing: border-box;
	padding: 25px 3%;
	border-radius: 3px;
	position: relative;
}
.con_inq_in h2 {
	text-align: center;
	font-size: clamp(19px, 5.2vw, 21px);
	line-height: 1.4;
	font-weight: bold;
}
.con_inq_in>p {
	text-align: center;
	font-size: clamp(12px, 3vw, 13px);
	line-height: 1.6;
	margin: 15px 0px 0px 0px;
}
.con_inq_in ul {
	margin: 20px 0px 0px 0px;
}
.con_inq_in ul li:nth-child(2) {
	margin: 10px 0px 0px 0px;
}
.con_inq_in ul li a {
	box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.2);
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 3px;
	position: relative;
}
.con_inq_in ul li a:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 7%;
	z-index: 1;
}
.con_inq_in ul li:nth-child(1) a:before {
	background-image: url(/img/architecture/inq_icon1.webp);
}
.con_inq_in ul li:nth-child(2) a:before {
	background-image: url(/img/architecture/inq_icon2.webp);
}
.con_inq_btn {
	border-radius: 3px;
	text-align: center;
	font-size: clamp(15px, 4.1vw, 17px);
	line-height: 1.2;
	color: #ffffff;
	padding: 22px 0px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}
.con_inq_btn:before {
	content: "";
	width: 50px;
	box-sizing: border-box;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: circle(50% at 100% 100%);
}
.con_inq_btn:after {
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	background-image: url(/img/architecture/inq_arrow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 7px;
	right: 2%;
}
.con_inq_in ul li:nth-child(1) a .con_inq_btn {
	background-color: #c25533;
}
.con_inq_in ul li:nth-child(1) a .con_inq_btn:before {
	background-color: #924026;
}
.con_inq_in ul li:nth-child(2) a .con_inq_btn {
	background-color: #4cc764;
}
.con_inq_in ul li:nth-child(2) a .con_inq_btn:before {
	background-color: #3b9c4e;
}
/* お客様とのお約束 */
.arc_pro_w {
	background-color: #f0f5f7;
	padding: 50px 0px;
}
.arc_pro_w .arc_subtit{
    width: 60px;
}
.arc_pro_in {
	margin: 0 auto;
	width: 94%;
}
.arc_pro_in ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 20px 0px 0px 0px;
}
.arc_pro_in ul li {
	width: calc((100% - 8px) / 2);
	background-color: #ffffff;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	box-sizing: border-box;
	padding: 25px 3% 10px 3%;
}
.arc_pro_num {
	position: absolute;
	top: 10px;
	left: 6%;
	width: 20px;
}
.arc_pro_in ul li p {
	font-size: clamp(11px, 2.7vw, 12px);
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
}
.arc_pro_in ul li:nth-child(5) p {
	line-height: 1.2;
}
.arc_pro_in ul li p span {
	font-size: 9px;
}
/* 標準仕様 */
.arc_spec_w {
	margin: 50px auto 0 auto;
    width: 90%;
}
.arc_spec_w .arc_subtit{
    width: 45px;
}
.arc_spec_text {
	font-size: clamp(11px, 3vw, 13px);
	line-height: 1.7;
    margin: 10px 0px 0px 0px;
}
.arc_spec_main_w {
	margin: 20px 0 0 0;
}
.arc_spec_pho {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.arc_spec_main_box{
    margin: 25px 0px 0px 0px;
}
.arc_spec_main {
	font-size: clamp(17px, 4.7vw, 20px);
	line-height: 1.2;
}
.arc_spec_main_box ul {
	display: flex;
	margin: 10px 0px 0px 0px;
	flex-wrap: wrap;
	gap: 5px;
}
.arc_spec_main_box ul li {
	border: 1px solid #000000;
	padding: 6px 3%;
	font-size: clamp(12px, 3.3vw, 15px);
	line-height: 1.2;
}
.arc_spec_ex {
	margin: 20px auto 0px auto;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.arc_spec_ex li {
	width: calc((100% - 10px) / 2);
	background-color: #f6f6f6;
	position: relative;
	box-sizing: border-box;
	padding: 15px 4%;
}
.arc_spec_ex_name {
	background-color: #000000;
	border-radius: 20px;
	font-size: clamp(12px, 3.3vw, 14px);
	line-height: 2;
	color: #ffffff;
	padding: 0px 12% 0px 25%;
	position: relative;
	display: inline-block;
}
.arc_spec_ex_name:before {
	content: "";
	width: 13px;
	box-sizing: border-box;
	height: 13px;
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 8px;
}
.arc_spec_ex li>div img {
	display: block;
	margin: 10px 0px 0px 0px;
}
.arc_spec_ex li>div .arc_spec_ex_text {
	font-size: clamp(11px, 2.7vw, 12px);
	line-height: 1.5;
	margin: 10px 0px 0px 0px;
	min-height: 68px;
	display: flex;
	align-items: center;
}
/* 施工事例のご紹介 */
.arc_case_w {
	margin: 50px 0 0 0;
}
.arc_case_w .arc_subtit{
    width: 45px;
}
.arc_case_w .arc_tit {
	margin: 0 auto;
	width: 90%;
}
.arc_wrap .t_loan_w {
	margin: clamp(60px, 8.5vh, 80px) 0 0 0;
}
/* architecture
---------------------------------------- */


/* ----------------------------------------
manga
---------------------------------------- */
#manga ul {
	padding: 0px;
}
#manga li {
	margin-top: 20px;
	margin-bottom: 20px;
}
#manga img {
	width: 100%;
	height: auto;
}
#contents #manga {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 10px;
}
#contents #manga h2{
	font-size: 18px;
}
#contents #manga h2 i{
	margin: 0px;
}
.sp_responsedevice {
	margin: 20px 2%;
	display: block;
}
.sp_responsedevice a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
.sp_responsedevice img {
	width: 100%;
}
.user{
	margin-top: 50px;
}
.user .inner .box {
	margin-bottom: 50px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.user .inner .box h4 {
	font-size: 18px;
	background-color: #FEE999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-right: 10px;
	font-weight: normal;
}
.user .inner .box .sub {
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 15px;
}
.user .inner .box .image1 {
	margin-bottom: 30px;
}
.user .inner .box dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.user .inner .box .image2 {
	text-align: center;
}
.user .inner .box .voice {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-left: 0px;
}
.user .inner .box .voice dl dt {
	color: #F60;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.user .inner .box .voice dl dd {
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
.user .inner .box .linkobi {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.user .inner .box .linkobi a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: block;
	background-color: #EA7C3B;
}
.user .inner .box .linkobi a:hover {
	background-color: #E89C72;
}
.sphd{
	display: none;
}
/* manga
---------------------------------------- */

/* ----------------------------------------
soudan
---------------------------------------- */
#soudan .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#soudan .flex li {
	width: 48%;
	text-align: center;
}
#soudan li a {
	display: block;
	text-decoration: none;
}
#soudan img {
	height: auto;
	width: 100%;
}
#soudan {
	overflow: hidden;
	position: relative;
	padding-right: 12px;
	padding-left: 12px;
}
#soudan .box {
	margin-bottom: 20px;
	position: relative;
	display: block;
}
#soudan .box .boxlist {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#soudan .box .boxlist li {
	margin: 0px;
	padding: 0px;
}
#soudan h2, #line h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
}

/* soudan
---------------------------------------- */


/* ----------------------------------------
promise
---------------------------------------- */
#contents #promise h2{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px;
}
#contents #promise .inner dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	overflow: hidden;
	clear: both;
}
#contents #promise .inner dl dt {
	font-size: 20px;
	background-color: #F8D15C;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#contents #promise .inner {
	padding-right: 10px;
	padding-left: 10px;
}
#contents #promise .inner img{
	width: 100%;
}
#contents #promise .inner dl dd {
	line-height: 1.5em;
}
#promise .inner dl dd span b {
	font-weight: bold;
	color: #B61E30;
}
/* promise
---------------------------------------- */


/* ----------------------------------------
line
---------------------------------------- */
#line .inner .top {
	margin-bottom: 40px;
}
#line .inner h3 {
	font-size: 28px;
	color: #F75447;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FB5536;
}
#line .inner .merit {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
}
#line .inner .merit li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#line .inner .merit li dl {
	margin: 0px;
	padding: 15px;
	border: 2px solid #139616;
}
#line .inner .merit li dl dt {
	font-size: 18px;
	color: #139616;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
#line .inner .merit li dl dd {
	margin: 0px;
}
#line .inner .center {
	text-align: center;
	margin: 0px 0px 30px 0px;
}
#line .inner h4 {
	background-color: #F3F3E2;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.5em;
}
#line .inner .box {
	background-color: #F3F3E2;
	padding: 10px;
	margin-bottom: 50px;
	display: block;
}
#line .inner .box .method {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	overflow: hidden;
}
#line .inner .box .method li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
#line .inner .box .method .arrow {
	width: 24px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#line .inner .box .method .arrow img {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#line .inner .box h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#container #contents #line .inner {
	padding-right: 10px;
	padding-left: 10px;
}
#container #contents #line .inner .center.mgb30 .min {
	width: 50%;
}
#container #contents #line .inner .box .method li img {
	margin-bottom: 10px;
}
#container #contents #line .app{
	text-align: center;
}
#container #contents #line .app li{
	margin: 5px 0px 0px 0px;
}
/* line
---------------------------------------- */

/* ----------------------------------------
loan_consultation
---------------------------------------- */
.loan_wrap {
	margin: -52px 0px 0px 0px;
	color: #000;
}
.lo_main_w {
	width: 100%;
	background-image: url(/img/loan_consultation/main_bg.webp);
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 20px 3% 40px 3%;
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-position: 60% 0;
}
.lo_main_w:after {
	content: "";
	display: block;
	width: 312px;
	height: 441px;
	background-image: url(/img/loan_consultation/main_per.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -20px;
	right: -23%;
	z-index: -1;
}
.lo_main_top>a {
	width: 35%;
	display: block;
}
.lo_main_w>ul {
	margin: 10px 0px 0px 0px;
	display: flex;
	gap: 0px 5px;
}
.lo_main_w>ul li{
	width: calc((100% - 5px) / 2);
}
.lo_main_w>ul li a {
	display: block;
	width: 100%;
	border: 2px solid #ffffff;
	border-radius: 5px;
	color: #ffffff;
	font-size: clamp(13px, 3.6vw, 15px);
	text-align: center;
	line-height: 1.2;
	padding: 15px 0px 16px 7%;
	position: relative;
	box-sizing: border-box;
}
.lo_main_w>ul li:nth-child(1) a {
	background-color: #c25533;
}
.lo_main_w>ul li:nth-child(2) a {
	background-color: #4cc764;
}
.lo_main_w>ul li a:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 7%;
}
.lo_main_w>ul li:nth-child(1) a:after {
	background-image: url(/img/loan_consultation/main_icon1.webp);
}
.lo_main_w>ul li:nth-child(2) a:after {
	background-image: url(/img/loan_consultation/main_icon2.webp);
}
.lo_main_text {
	border: 1px solid #dab84b;
	font-size: clamp(15px, 4.1vw, 18px);
	line-height: 1.2;
	box-sizing: border-box;
	padding: 10px 5%;
	display: inline-block;
}
.lo_main_in {
	margin: 50px 0px 0px 0px;
}
.lo_main_in h2 {
	font-size: clamp(25px, 6.9vw, 30px);
	line-height: 1.3;
	margin: 10px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.lo_main_in h2 span {
	font-size: clamp(20px, 5.5vw, 25px);
	font-weight: bold;
}
.lo_main_in ul {
	display: flex;
	gap: 5px;
	margin: 15px 0px 0px 0px;
	flex-wrap: wrap;
}
.lo_main_in ul li {
	width: calc((100% - 5px) / 2);
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	font-size: clamp(11px, 3vw, 13px);
	line-height: 1.2;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 2% 8px 2%;
}
.moji_red {
	color: #c25533;
}
.lo_main_in ul li .moji_red {
	font-size: clamp(15px, 4.1vw, 20px);
	margin: 2px 0px 0px 0px;
	display: inline-block;
	font-weight: bold;
}
.lo_main_box_b {
	font-size: clamp(20px, 5.5vw, 25px);
}
.lo_about_w {
	background-color: #faf8f3;
	box-sizing: border-box;
	padding: 20px 0px;
}
.lo_about_top {
	margin: 0 auto;
	width: 90%;
}
.lo_about_top h2 {
	text-align: center;
	font-size: clamp(15px, 4.1vw, 20px);
	line-height: 1.3;
	font-weight: bold;
}
.lo_about_top>img{
	margin: 15px 0px 0px 0px;
}
.lo_about_top h2 .lo_about_top_b {
	font-size: clamp(20px, 5.5vw, 25px);
	font-weight: bold;
}
.lo_about_top h2 .lo_about_top_s {
	font-size: clamp(15px, 4.1vw, 20px);
	font-weight: bold;
}
.lo_about_btm {
	margin: 40px auto 0px auto;
	width: 94%;
	border: 2px solid #dab84b;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px 3%;
	background-color: #ffffff;
	position: relative;
}
.lo_about_btm h3 {
	font-size: clamp(17px, 4.7vw, 19px);
	line-height: 1.3;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.lo_about_btm h3:after {
	content: "";
	display: block;
	width: 10px;
	height: 24px;
	background-image: url(/img/loan_consultation/at_deco.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 1px;
	right: -5%;
}
.lo_about_btm h3 span {
	font-size: clamp(22px, 6.1vw, 24px);
	position: relative;
	font-weight: bold;
}
.lo_about_btm h3 span:after {
	position: absolute;
	content: "";
	width: calc(100% + 8px);
	height: 2px;
	left: 0px;
	bottom: -7px;
	background-color: #c25533;
}
.lo_about_btm_text {
	font-size: clamp(12px, 3vw, 13px);
	position: relative;
	line-height: 1.6;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}
.lo_about_btm_text span{
	font-weight: bold;
}
.con_inq_no {
	margin: 0px;
}
.lo_str_w {
	margin: 40px auto 0px auto;
	width: 90%;
	text-align: center;
}
.lo_con_tit {
	font-size: clamp(16px, 4.4vw, 18px);
	position: relative;
	line-height: 1.2;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.05em;
	margin: 0px 0px 0px 15px;
}
.lo_str_w h2:before {
	content: "";
	display: block;
	width: 42px;
	height: 58px;
	background-image: url(/img/loan_consultation/str_cala.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -10px;
	left: -45px;
}
.lo_con_tit span {
	font-size: clamp(23px, 6.3vw, 25px);
	font-weight: bold;
}
.lo_str_w ul {
	margin: 30px 0px 0px 0px;
}
.lo_str_w ul li {
	text-align: left;
	margin: 30px 0px 0px 0px;
	position: relative;
}
.lo_str_w ul li:nth-child(1) {
	margin: 0px;
}
.lo_str_num {
	font-size: clamp(10px, 0.76vw, 13px);
	line-height: 1.3;
}
.lo_str_num span {
	font-size: clamp(16px, 4.4vw, 18px);
	margin: 0px 0px 0px 5px;
}
.lo_str_w ul li h3 {
	font-size: clamp(17px, 4.7vw, 21px);
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.lo_str_w ul li h3 span {
	border: 2px solid #dab84b;
	box-sizing: border-box;
	padding: 0px 3% 3px 3%;
	margin: 0px 2% 0px 0px;
	font-weight: bold;
}
.lo_str_w ul li img{
	margin: 15px 0px 0px 0px;
	display: block;
}
.lo_str_text {
	font-size: clamp(12px, 3vw, 14px);
	line-height: 1.7;
	margin: 15px 0px 0px 0px;
}
.lo_res_w {
	margin: 40px 0px 0px 0px;
	background-color: #f5f5f5;
	box-sizing: border-box;
	padding: 40px 0px;
}
.lo_res_in {
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.lo_res_in h2:before {
	content: "";
	display: block;
	width: 55px;
	height: 69px;
	background-image: url(/img/loan_consultation/ach_cala.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -14px;
	left: -17%;
}
.lo_res_ser_box {
	margin: 20px 0px 0px 0px;
	z-index: 0;
}
.lo_res_ser_map {
	width: 100%;
	top: 0px;
	right: calc(50% - clamp(70px, 5.3vw, 100px));
	z-index: -1;
}
.lo_res_ser_box_r {
	margin: 20px 0px 0px 0px;
}
.lo_res_ser_kind {
	display: flex;
	gap: 0px 5px;
}
.lo_res_ser_kind li {
	width: calc((100% - 10px) / 3);
}
.lo_res_ser_kind li a {
	display: block;
	border: 1px solid #cfc3a2;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 7px;
	background-color: #ffffff;
}
.lo_res_ser_kind_pho {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 3px 3px 0px 0px;
	aspect-ratio: 126 / 95;
}
.lo_res_ser_kind_pho img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.lo_res_ser_kind li a p {
	background-color: #f6f2e7;
	width: 100%;
	height: auto;
	margin: 2px 0px 0px 0px;
	border-radius: 0px 0px 3px 3px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(10px, 2.7vw, 13px);
	color: #333333;
	padding: 5px 0px;
}
.lo_res_ser_spe {
	margin: 5px 0px 0px 0px;
	display: flex;
	gap: 0px 5px;
}
.lo_res_ser_spe li {
	width: calc((100% - 5px) / 2);
}
.lo_res_ser_spe li a {
	display: block;
	border: 1px solid #cfc3a2;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 7px;
	background-color: #ffffff;
}
.lo_res_ser_spe_pho {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 3px 3px 0px 0px;
	aspect-ratio: 206 / 75;
}
.lo_res_ser_spe_pho img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.lo_res_ser_spe li a p {
	background-color: #f6f2e7;
	width: 100%;
	height: auto;
	margin: 2px 0px 0px 0px;
	border-radius: 0px 0px 3px 3px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(10px, 2.7vw, 13px);
	color: #333333;
	padding: 5px 0px;
}
.lo_res_ser_con {
	margin: 5px 0px 0px 0px;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}
.lo_res_ser_con li {
	width: calc((100% - 5px) / 2);
}
.lo_res_ser_con li a {
	display: block;
	border: 1px solid #cfc3a2;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 7px;
	background-color: #ffffff;
}
.lo_res_ser_con li a p {
	background-color: #f6f2e7;
	width: 100%;
	margin: 2px 0px 0px 0px;
	border-radius: 3px 3px 5px 3px;
	text-align: center;
	font-size: clamp(11px, 3vw, 13px);
	color: #333333;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	height: 45px;
}
.lo_res_ser_con li a p:before {
	content: "";
	width: 43px;
	box-sizing: border-box;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: circle(50% at 100% 100%);
	background: #cfc3a2;
	z-index: 5;
}
.lo_res_ser_con li a p:after {
	content: "";
	display: block;
	width: 7px;
	height: 8px;
	background-image: url(/img/loan_consultation/ser_arrow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 5px;
	right: 4%;
	z-index: 10;
}
.search_space {
	margin: 10px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0px 8px;
}
.search_window {
	width: 100%;
	border-radius: 3px !important;
	border: 1px solid #cfc3a2 !important;
	box-sizing: border-box !important;
	padding: 25px 15px !important;
	font-size: clamp(14px, 1.07vw, 16px) !important;
	color: #cacaca;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
	background-color: #ffffff!important;
	box-shadow: none!important;
	margin: 0px !important;
}
.search_window::placeholder {
	color: #cacaca;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.quick_keyword {
	background-color: #cfc3a2;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}
.free_btn {
	padding: 14px;
	box-sizing: border-box;
	width: 100%;
}
.lo_res_ach_con {
	margin: 50px 0px 0px 0px;
}
.lo_res_ach_con iframe {
	width: 100%;
	height: 350px;
	margin: 25px 0px 0px 0px;
}
.lo_res_ach_box {
	display: flex;
	background-color: #ffffff;
	border: 1px solid #dab84b;
	gap: 0px 10px;
	align-items: flex-end;
	padding: 10px 3%;
	box-sizing: border-box;
	border-radius: 2px;
	width: fit-content;
}
.lo_res_ach_box h3 {
	font-size: clamp(16px, 4.4vw, 19px);
	line-height: clamp(19px, 2.7vh, 22px);
}
.lo_res_ach_box p {
	font-size: clamp(11px, 3vw, 13px);
	line-height: clamp(13px, 1.8vh, 15px);
}
.lo_voice_w {
	margin: 50px auto 0px auto;
	text-align: center;
}
.lo_voice_w h2{
	margin: 0px 15px 0px 0px;
}
.lo_voice_w h2:after {
	content: "";
	display: block;
	width: 57px;
	height: 44px;
	background-image: url(/img/loan_consultation/voice_cala.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -6px;
	right: -25%;
}
.lo_voice_slide iframe {
	width: 100%;
	height: 270px;
	margin: 35px auto 0 auto;
}
.lo_voice_w .t_con_btn_circle{
	margin: 5px auto 0px auto;
}
.lo_voice_box li{
	width: clamp(240px, 25.2vw, 340px);
}
.lo_voice_box li a {
	border-radius: 2px 2px 10px 2px;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	background-color: #f5f5f5;
}
.lo_voice_pho {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 2px 2px 10px 2px;
	flex-shrink: 0;
	aspect-ratio: 3 / 2;
}
.lo_voice_pho img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.lo_voice_tit {
	font-size: clamp(12px, 3.3vw, 14px);
	line-height: clamp(16px, 2.2vh, 20px);
	margin: 10px 0px 0px 0px;
	color: #333333;
}
.lo_voice_tit span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.lo_voice_com {
	padding: 7px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	font-size: clamp(10px, 2.7vw, 13px);
	line-height: clamp(16px, 2.2vh, 20px);
	line-height: 1.4;
	border-top: 1px solid #d5d5d5;
	color: #696969;
	font-weight: 400;
}
.lo_voice_com span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.swiper-container1 {
	position: relative;
}
.lo_line_box {
	margin: 50px auto 0px auto;
	width: 96%;
	border: 2px solid #4cc764;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 3%;
	z-index: 0;
	overflow: hidden;
}
.lo_line_box h2 {
	font-size: clamp(20px, 5.5vw, 23px);
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.lo_line_box h2 span {
	font-size: clamp(23px, 6.3vw, 25px);
	color: #4cc764;
	font-weight: bold;
}
.lo_line_box ul {
	margin: 20px 0px 0px 0px;
}
.lo_line_box ul li:nth-child(1){
	margin: 0px;
}
.lo_line_box ul li {
	margin: 10px 0px 0px 0px;
	border: 2px solid #4cc764;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 27px;
	gap: 0px 5px;
	justify-content: space-between;
}
.lo_line_box ul li p {
	font-size: clamp(14px, 4vw, 16px);
	font-weight: bold;
	line-height: 1.5;
}
.lo_line_box ul li p span{
	font-weight: bold;
}
.lo_line_box ul li img {
	width: 30%;
}
.lo_line_box>a {
	box-shadow: 0px 0px 3px 0px rgba(51, 51, 51, 0.2);
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 3px;
	position: relative;
	margin: 20px 0px 0px 0px;
}
.lo_line_btn {
	border-radius: 3px;
	text-align: center;
	font-size: clamp(15px, 4.1vw, 17px);
	line-height: 1.2;
	color: #ffffff;
	padding: 22px 0px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	background-color: #4cc764;
	line-height: 1.2;
}
.lo_line_box>a:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 7%;
	z-index: 1;
	background-image: url(/img/loan_consultation/line_btn_icon.webp);
}
.lo_line_btn:before {
	content: "";
	width: 50px;
	box-sizing: border-box;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: circle(50% at 100% 100%);
	background-color: #3b9c4e;
}
.lo_line_btn:after {
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	background-image: url(/img/architecture/inq_arrow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 7px;
	right: 2%;
}
/* loan_consultation
---------------------------------------- */

/* ----------------------------------------
reform
---------------------------------------- */
.reform_wrap {
	color: #000000;
}
.re_main_w {
	background-image: url(/img/reform/main_bg.webp);
	padding: 60px 0px 50px 0px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.re_main_w:after {
	content: "";
	display: block;
	width: 265px;
	height: 216px;
	background-image: url(/img/reform/main_il.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	right: -15%;
	z-index: -1;
}
.re_main_in {
	margin: 0px auto;
	width: 96%;
	text-align: center;
}
.re_main_text {
	font-size: clamp(16px, 4.4vw, 18px);
	line-height: 1.4;
	color: #ffffff;
}
.re_main_text span {
	font-size: clamp(18px, 5vw, 20px);
	background-color: #ffffff;
	padding: 5px 2px 6px 14px;
	margin: 0px 5px;
	position: relative;
}
.re_main_text span:before {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.re_main_y:before {
	border: 2px solid #dab84b;
}
.re_main_b:before {
	border: 2px solid #6f9bb0;
}
.re_main_in h2 {
	font-size: clamp(20px, 5.5vw, 23px);
	line-height: 1.5;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	text-shadow: 0px 0px 13px rgba(51, 51, 51, 0.7);
}
.re_main_in h2 img {
	margin: 20px 0px 0px 0px;
	width: 70%;
}
.re_point_con {
	margin: 50px auto 0px auto;
	width: 94%;
}
.re_con_eng img {
	width: 55px;
	height: auto;
}
.re_con_text {
	font-size: clamp(16px, 3.6vw, 17px);
	line-height: 1.3;
	margin: 6px 0px 0px 0px;
}
.re_con_tit h2 {
	font-size: clamp(16px, 4.4vw, 18px);
	line-height: 1.3;
	margin: 9px 0px 0px 0px;
	border: 1px solid #000000;
	display: inline-block;
	padding: 6px 2% 7px 3%;
	box-sizing: border-box;
	background-color: #ffffff;
	letter-spacing: 0.05em;
}
.re_point_top>img {
	width: 90%;
	margin: 20px auto 0px auto;
	display: block;
}
.re_point_text {
	font-size: clamp(12px, 3vw, 14px);
	line-height: 1.5;
	margin: 30px 0px 0px 0px;
}
.re_point_btm {
	margin: 30px 0px 0px 0px;
}
.re_point_btm img {
	width: 70%;
	display: block;
	margin: 20px auto 0px auto;
}
.re_point_btm p {
	font-size: clamp(14px, 3.8vw, 17px);
	line-height: 1.5;
	position: relative;
	width: fit-content;
	block-size: fit-content;
	margin: 0 auto;
}
.re_method_con {
	margin: 60px auto 0px auto;
	width: 94%;
}
.re_method_cir_w {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.re_method_cir_w ul {
	display: flex;
	margin: 30px 0px 0px 0px;
	position: relative;
	z-index: 0;
	justify-content: space-between;
}
.re_method_cir_w ul:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/img/reform/met_plus.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.re_method_cir_w ul li {
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 0;
	box-sizing: border-box;
	padding: 0px 0px 25px 0px;
	width: 47%;
}
.re_method_cir_w ul li:before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	background-color: #f0f5f7;
	border-radius: 50%;
	z-index: -1;
}
.re_method_cir_w>div {
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 0;
	width: 47%;
}
.re_method_cir_w>div:before {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: -1;
	background-color: #fff9e7;
}
.re_method_cir_w ul li img {
	width: 85%;
}
.re_method_cir_text {
	font-size: clamp(11px, 3vw, 13px);
	line-height: 1.5;
	width: 100%;
	text-align: center;
}
.re_method_cir_box {
	font-size: clamp(13px, 3.6vw, 15px);
	line-height: 1.5;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
	background-color: #6f9bb0;
	box-sizing: border-box;
	padding: 3px 10px;
	display: inline-block;
	margin: 7px 0px 0px 0px;
}
.re_method_cir_w>div .re_method_cir_box {
	background-color: #dab84b;
}
.re_method_merit {
	background-color: #f6f6f6;
	margin: 30px 0px 0px 0px;
	box-sizing: border-box;
	padding: 20px 20px 30px 20px;
}
.re_bk_box {
	background-color: #000000;
	border-radius: 40px;
	position: relative;
	font-size: clamp(14px, 3.8vw, 16px);
	line-height: 1.5;
	box-sizing: border-box;
	padding: 6px 5% 6px 11%;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
}
.re_bk_box:before {
	content: "";
	width: 17px;
	height: 17px;
	margin: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 4%;
	background-color: #ffffff;
	border-radius: 50%;
}
.re_method_merit ul {
	margin: 15px 0px 0px 0px;
}
.re_method_merit ul li {
	border-bottom: 1px solid #727272;
	padding: 15px 0px;
}
.re_method_merit ul li:first-child {
	padding: 0px 0px 15px 0px;
}
.re_mathod_num {
	font-size: clamp(9px, 2.5vw, 11px);
	line-height: 1.5;
	border-bottom: 1px solid #000000;
	display: inline-block;
}
.re_mathod_num span {
	font-size: clamp(13px, 3.6vw, 16px);
	margin: 0px 0px 0px 5px;
}
.re_method_merit ul li h4 {
	font-size: clamp(16px, 4.4vw, 19px);
	line-height: 1.5;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
}
.re_method_merit ul li h4 span {
	font-weight: bold;
}
.re_method_merit ul li img {
	margin: 8px 0px 0px 0px;
}
.re_method_text {
	font-size: clamp(12px, 2.7vw, 14px);
	line-height: 1.5;
	margin: 8px 0px 0px 0px;
}
.re_mathod_merit_text {
	font-size: clamp(16px, 4.4vw, 19px);
	line-height: 1.5;
	margin: 20px 0px 0px 0px;
	text-align: center;
}
.re_mathod_merit_text span {
	font-size: clamp(23px, 6.3vw, 26px);
}
.re_timing_w {
	background-color: #f0f5f7;
	margin: 60px 0px 0px 0px;
	box-sizing: border-box;
	padding: 30px 0px;
}
.re_timing_in {
	width: 94%;
	margin: 0 auto;
}
.re_timing_text {
	margin: 20px 0px 0px 0px;
	font-size: clamp(11px, 3vw, 13px);
	line-height: 1.8;
}
.re_timing_text span {
	color: #ffffff;
	background-color: #6f9bb0;
	padding: 0px 3px;
	margin: 0px 2px 0px 0px;
}
.re_timing_in>img {
	margin: 20px 0px 0px 0px;
}
.re_timing_att {
	font-size: clamp(9px, 2.5vw, 11px);
	line-height: 1.3;
	color: #727272;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
.re_ser_bn {
	margin: 30px auto 0px auto;
	width: 90%;
}
.re_ser_bn li:nth-child(2) {
	margin: 10px 0px 0px 0px;
}
.re_ser_bn li a {
	display: block;
	transition: all 0.2s;
}
.re_ser_bn li a:hover {
	opacity: 0.7;
}
.re_ana_w {
	margin: 60px 0px 0px 0px;
}
.re_ana_top {
	width: 94%;
	margin: 0 auto;
}
.re_ana_top .re_con_tit h2 {
	font-size: clamp(15px, 4.1vw, 18px);
}
.re_ana_top_box {
	margin: 30px 0px 0px 0px;
}
.re_ana_top_box ul {
	margin: 10px auto 0px auto;
	width: 65%;
}
.re_ana_top_box ul li:nth-child(2) {
	margin: 30px 0px 0px 0px;
}
.re_ana_top_r_box {
	display: flex;
	gap: 0px 10px;
	align-items: center;
	justify-content: center;
}
.re_ana_top_r {
	text-align: center;
	margin: 30px 0px 0px 0px;
}
.re_ana_top_text {
	font-size: clamp(16px, 4.4vw, 19px);
	line-height: 1.4;
	font-weight: bold;
}
.re_ana_top_per {
	background-color: #c25533;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(19px, 5.2vw, 22px);
	line-height: 1.3;
	box-sizing: border-box;
	padding: 2px 2% 4px 3%;
}
.re_ana_top_per span {
	font-size: clamp(23px, 6.3vw, 25px);
}
.re_ana_top_per span>span {
	font-size: clamp(28px, 7.7vw, 31px);
}
.re_ana_top_r img {
	width: 65%;
	margin: 15px 0px 0px 0px;
}
.re_ana_mid_w {
	background-color: #dab84b;
	margin: 40px 0px 0px 0px;
	box-sizing: border-box;
	padding: 20px 0px 25px 0px;
	position: relative;
}
.re_ana_mid_w:after {
	content: "";
	width: 100%;
	height: 30px;
	margin: auto;
	position: absolute;
	bottom: -29px;
	right: 0;
	left: 0;
	background-color: #dab84b;
	z-index: -1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.re_ana_mid_in {
	width: 94%;
	margin: 0 auto;
}
.re_ana_mid_text {
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(13px, 3.6vw, 15px);
	line-height: 1.4;
	margin: 0px 0px 0px 25px;
}
.re_ana_mid_box {
	margin: 15px 0px 0px 0px;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 18px 0px 10px 0px;
	text-align: center;
	font-size: clamp(14px, 3.3vw, 15px);
	line-height: 2.5;
	font-weight: bold;
	position: relative;
	z-index: 0;
}
.re_ana_mid_box:before {
	content: "";
	display: block;
	width: 78px;
	height: 93px;
	background-image: url(/img/reform/ana_box_il.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 1;
}
.re_ana_mid_box_y {
	border: 2px solid #dab84b;
	box-sizing: border-box;
	padding: 5px 2%;
	margin: 0px 2px;
}
.re_ana_mid_box span {
	font-weight: bold;
}
.re_ana_btm {
	width: 94%;
	margin: 60px auto 0px auto;
	text-align: center;
}
.re_ana_btm h3 {
	position: relative;
	display: inline-block;
}
.re_ana_btm h3 img {
	display: block;
	margin: 0 auto;
	width: 70%;
}
.re_ana_btm h3:before {
	content: "";
	display: block;
	width: 86px;
	height: 84px;
	background-image: url(/img/reform/ana_moji_il.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -6px;
	right: -5%;
	z-index: 1;
}
.re_ana_btm_text {
	font-size: clamp(12px, 3vw, 13px);
	line-height: 1.8;
	margin: 15px 0px 0px 0px;
}
.re_ana_btm ul {
	margin: 20px 0px 0px 0px;
}
.re_ana_btm ul li {
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.re_ana_btm ul li:nth-child(1) {
	padding: 20px 5% 10px 5%;
}
.re_ana_btm ul li:nth-child(2) {
	padding: 50px 5% 20px 5%;
}
.re_ana_btm ul li:nth-child(1) {
	border: 2px solid #dab84b;
}
.re_ana_btm ul li:nth-child(2) {
	border: 2px solid #6f9bb0;
	margin: 10px 0px 0px 0px;
}
.re_ana_btm ul li p {
	border-radius: 25px;
	font-size: clamp(12px, 3.3vw, 14px);
	line-height: 1.5;
	box-sizing: border-box;
	padding: 5px 4% 5px 8%;
	display: inline-block;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 3%;
}
.re_ana_btm ul li:nth-child(1) p {
	background-color: #dab84b;
}
.re_ana_btm ul li:nth-child(2) p {
	background-color: #6f9bb0;
}
.re_ana_btm ul li p:before {
	content: "";
	width: 14px;
	height: 14px;
	aspect-ratio: 1 / 1;
	margin: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 4%;
	background-color: #ffffff;
	border-radius: 50%;
}
.re_ana_btm ul li:nth-child(1) img {
	width: 75%;
}
.re_loan_w {
	background-color: #f0f5f7;
	margin: 40px 0px 0px 0px;
	box-sizing: border-box;
	padding: 25px 0px 45px 0px;
}
.re_loan_in {
	width: 94%;
	margin: 0 auto;
}
.re_loan_text {
	line-height: 1.7;
	margin: 20px 0px 0px 0px;
	font-size: clamp(11px, 3vw, 13px);
}
.re_loan_box {
	background-color: #ffffff;
	margin: 20px 0px 0px 0px;
	box-sizing: border-box;
	padding: 20px 4% 25px 4%;
}
.re_loan_box img {
	margin: 25px 0px 0px 0px;
}
.re_case_w {
	margin: 40px 0px 0px 0px;
}
.re_case_w .re_con_tit {
	width: 90%;
	margin: 0 auto;
}
.re_case_w .t_con_btn_circle {
	margin: 20px auto 0px auto;
}
.re_price_con {
	width: 94%;
	margin: 50px auto 0px auto;
}
.re_price_text {
	line-height: 1.7;
	margin: 20px 0px 0px 0px;
	font-size: clamp(12px, 3vw, 13px);
}
.re_price_box_fuki {
	position: relative;
}
.re_price_box_fuki:after {
	content: "";
	width: 35%;
	height: 30px;
	margin: auto;
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	background-color: #f6f6f6;
	z-index: -1;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.re_price_box {
	margin: 20px 0px 0px 0px;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 15px 5% 25px 5%;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.re_price_box_b_text {
	font-size: clamp(15px, 4.1vw, 18px);
	line-height: 1.5;
	margin: 10px 0px 0px 10px;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(246, 246, 246, 0.7);
}
.re_price_box_b_text span {
	font-weight: bold;
}
.re_price_box_s_text {
	font-size: clamp(11px, 3vw, 13px);
	line-height: 1.6;
	margin: 12px 0px 0px 10px;
}
.re_price_box>img {
	margin: 20px auto 0px auto;
	display: block;
	width: 80%;
}
.re_price_mid_b_text {
	font-size: clamp(16px, 4.4vw, 19px);
	line-height: 1.5;
	margin: 50px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
}
.re_price_mid_b_text span {
	font-weight: bold;
}
.re_price_mid_s_text {
	font-size: clamp(11px, 3vw, 13px);
	line-height: 1.5;
	margin: 15px 0px 0px 0px;
	text-align: center;
}
.re_price_pack_con {
    margin: 20px 0px;
    display: block;
    align-items: center;
}
.re_price_pack_con li {
	width: 96%;
    margin: 0 auto 8px auto;
}
.re_price_pack_con li a>label {
	display: block;
	border: 1px solid #6f9bb0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 3px;
	transition: all 0.2s;
}
.re_price_pack_con li a>label:hover {
	border: 1px solid #dab84b;
}
.re_price_pack_con li>label {
	display: block;
	border: 1px solid #6f9bb0;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 3px;
	transition: all 0.2s;
}
.re_price_pack_con li a>label:hover {
	border: 1px solid #dab84b;
}
.re_price_pack_con li:last-child>label {
	border: 1px solid #dab84b;
}
.re_price_pack_con li:last-child>label:hover {
	border: 1px solid #6f9bb0;
}
.re_price_pack_name {
	background-color: #6f9bb0;
	color: #ffffff;
	border-radius: 5px 5px 0px 0px;
	font-size: clamp(11px, 4vw, 13px);
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 0px;
	transition: all 0.2s;
}
.re_price_pack_con li a>label:hover .re_price_pack_name {
	background-color: #dab84b;
}
.re_price_pack_con li:last-child .re_price_pack_name {
	background-color: #dab84b;
}
.re_price_pack_con li:last-child>label:hover .re_price_pack_name {
	background-color: #6f9bb0;
}
.re_price_pack_con li a>label div {
	background-color: #f0f5f7;
	border-radius: 0px 0px 5px 5px;
	padding: 7px 5%;
	position: relative;
	transition: all 0.2s;
}
.re_price_pack_con li>label div {
	background-color: #f0f5f7;
	border-radius: 0px 0px 5px 5px;
	padding: 7px 5%;
	position: relative;
	transition: all 0.2s;
}
.re_price_pack_con li a>label:hover div {
	background-color: #fff9e7;
}
.re_price_pack_con li>label:hover div {
	background-color: #fff9e7;
}
.re_price_pack_con li>label div:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	right: 4%;
	bottom: 10px;
	background-color: #6f9bb0;
	transition: all 0.2s;
}
.re_price_pack_con li a>label div:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	right: 4%;
	bottom: 10px;
	background-color: #6f9bb0;
	transition: all 0.2s;
}
.re_price_pack_con li a>label:hover div:before {
	background-color: #dab84b;
}
.re_price_pack_con li>label:hover div:before {
	background-color: #dab84b;
}
.re_price_pack_con li a>label div:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(/img/reform/price_arrow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 13px;
	right: 5%;
}
.re_price_pack_con li>label div:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-image: url(/img/reform/price_arrow.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 13px;
	right: 5%;
}
.re_price_pack_con li:last-child>label div {
	background-color: #fff9e7;
	border-radius: 0px 0px 5px 5px;
	padding: 7px 5%;
	position: relative;
	transition: all 0.2s;
}
.re_price_pack_con li:last-child>label:hover div {
	background-color: #f0f5f7;
}
.re_price_pack_con li:last-child>label div:before {
	background-color: #dab84b;
}
.re_price_pack_con li:last-child>label:hover div:before {
	background-color: #6f9bb0;
}
.re_price_pack_con li>label div img {
	display: block;
	margin: 0px auto;
}
.re_price_pack_text {
	font-size: 11px;
	line-height: 1.5;
	margin: 6px 15px 0px 0px;
	color: #000000;
}
.popup {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
	display: block;
	z-index: 13;
	position: absolute;
	top: 26%;
	right: 5%;
	width: 5vh;
	height: 5vh;
	cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	content: '';
}
.popup__btn::before {
	transform: rotate(45deg);
}
.popup__btn::after {
	transform: rotate(-45deg);
}
.popup__btnarea {
	z-index: 12;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup__img {
	z-index: 11;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
}
.popup__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]:checked~.popup {
	transform: scale(1);
	opacity: 1;
	transition: opacity 0.3s;
}
/* reform
---------------------------------------- */


