@charset "utf-8";

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');/*Font Awesome*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");


/* animate.css */
.animate__animated{
opacity: 0;
}

/*透過のキーフレーム設定*/
@keyframes opa-kf {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/********** 全体の設定 **********/
body * {box-sizing: border-box;}

html,body {
/*
	height: 100%;
*/
	font-size: 14px;
}
	/*画面幅900px以上*/
	@media screen and (min-width:600px) {
	html, body {
		font-size: 15px;
	}
	}

body {
	margin: 0;
	padding: 0;
	font-family: 'Shippori Mincho', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	-webkit-text-size-adjust: none;
	line-height: 1.8em;
	color: #ffffff;
	overflow-x: hidden;
	background: #f5f3f2 url("https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-body_bg.png") repeat center top / 1600px auto;
	background-attachment: fixed;
	letter-spacing: 0.05em;
}

/*Reset CSS*/
figure {margin: 0;}
dd {margin: 0;}
nav ul {list-style: none;}
nav,ul,li,ol {margin: 0;padding: 0;}
section li {margin-left: 1rem;}

/*その他初期設定*/
table {border-collapse:collapse;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
video {max-width: 100%;}
iframe {width: 100%;}
input {font-size: 1rem;}

/*link*/
a {
	color: inherit;
	transition: all 0.5s 0s ease;
}
a:hover {
	text-decoration: none;
	opacity: 0.8	!important;
}

/*flexbox*/
.flexbox{
display: flex;
flex-wrap: nowrap;
gap: 10%;
}
.flexbox.flex-clm{
flex-direction: column;
gap: 40px;
}


/* アンカーリンクのズレ対処 */
.event-anchor{
    padding-top: 52px;
    margin-top: -52px;
}

/********** contents ***********/
.contents {
	background: #f5f3f2;
	padding: 0;
	position: relative;
}
.contents .inner{
	padding: 60px 30px;
}
.contents .inner.b-photo-ttl{
	padding: 60px 30px 30px;
}
.contents .inner.a-photo-cont{
	padding: 45px 30px 60px;
}
	/*画面幅600px以上*/
	@media screen and (min-width:600px) {
/*	
	@media screen and (min-width:720px) {
*/
	.contents{
		max-width: 390px;
		/*
		max-width: 670px;
		*/
		margin: 0 auto;
		overflow-x: visible;
		box-shadow: 0px 3px 3px rgba(11, 24, 64, 0.3);
	}
	}

/*h2*/
.contents h2 {
	margin: 0 0 20px 0;
	line-height: 1.5em;
	font-size: 1.5rem;	
	font-weight: 500;
}

/*h3*/
.contents h3 {
	margin: 0 auto 20px;
	line-height: 1.5;
	font-size: 1.24rem;	
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding-bottom: 5px;
	border-bottom: 1px solid #232323;
	width: fit-content;
}

/* h4 */
h4.like-tips{
	text-align: center;
}
h4.like-tips span{
	display: inline-block;
	min-width: 90px;
	background: #0b1840;
	color: #ffffff;
	font-size: 0.9rem;	
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1em;
	padding: 7px 10px;
}

.txt-marker-wh{
	background:linear-gradient(transparent 60%, #ffffff 60%);
}
.txt-marker-yl{
	background:linear-gradient(transparent 60%, #f9eaae 60%);
}
.txt-marker-lb{
	background:linear-gradient(transparent 60%, #d0e0f2 60%);
}
.txt-marker-pb{
	background:linear-gradient(transparent 60%, #425aa3 60%);
}

/********** KV **********/

#home .contents {
	padding: 52px 0 0;
	overflow-x: hidden;
    background: url(https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-mv_bg.jpg) no-repeat top center / cover;
	}
/*
@media screen and (min-width:600px) {
	#home .contents{
		height: 700px;
		overflow: hidden;
	}
}
*/
#home .inner.kv-catch {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	padding: 140px 30px 45px;
}
#home .inner.kv-catch img.kv-catch-badge {
	width: 40%;
	max-width: 112px;
	height: auto;
	margin-left: -10px;
}
#home .inner.kv-catch h1{
	text-align: center;
	color: #ffffff;
	line-height: 1.3em;
	text-shadow: 0px 0px 6px rgba(11, 24, 64, 1);
	font-weight: 300;
}
#home .inner.blue-feature{
	background: rgba( 11, 24, 64, .75 );
	padding: 25px 30px; 
}
#home .inner.blue-feature ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 300;
}
#home .inner.blue-feature ul li{
	margin: 0;
	text-align: center;
	display: block;
	width: fit-content;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	line-height: 1.5em;
}

#home h2.open-date{
	width: 100%;
	padding-bottom: 3px;
	color: #f3efe4;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.6em;
}
#home h2.open-date::after{
	display: block;
	content: "";
	width: 58%;
	height: auto;
	margin: 5px auto 0;
	aspect-ratio: 902 / 127;
	background: url("../images/anni40th-kv-cs.png") no-repeat center center / contain;
}


/********** cta **********/

.cta .contents{
	background: #0b1840;
	color: #ffffff;
}
.cta .contents .inner{
	padding: 45px 30px;
}


/********** checklist **********/

#checklist .contents,
#checklist2 .contents{
	background-image: linear-gradient(#d9e4f0, #d0e0f2);
	color: #232323;
}
#checklist .contents .inner,
#checklist2 .contents .inner{
	padding: 60px 30px 0;
}
.box-checklist{
	background: #ffffff;
	border-radius: 15px 15px 0 0;
	padding: 20px 30px 10px;
}
.box-checklist ul{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.box-checklist ul li{
	display: flex;
	margin: 0;
	border-bottom: 1px dashed #0b1840;
	padding-bottom: 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
}
.box-checklist ul li::before{
	display: inline-block;
	content: "";
	width: 22px;
	height: auto;
	background: url(https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-check-ic.svg) no-repeat center center / contain;
	margin-right: 5px;
}


/********** estimate , judge **********/

#estimate .contents,
#judge .contents{
	background: #0b1840;
	color: #ffffff;
	position: relative;
}
#estimate .contents .inner,
#judge .contents .inner{
	padding: 0 30px 30px;
}
#estimate .contents .inner .checklist-bottom,
#judge .contents .inner .checklist-bottom{
	margin-bottom: 30px;
}
dl.estimate-checklist{
	border-top: 1px dashed #c4ddf9;
	padding: 15px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
	display: flex;
	gap: 15px;
	align-items: stretch;
	line-height: 1.5em;
}
dl.estimate-checklist:last-of-type{
	border-bottom: 1px dashed #c4ddf9;
}
dl.estimate-checklist dt{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #0b1840;
	padding: 5px;
	width: 22%;
	text-align: center;
	font-weight: 500;
}
dl.estimate-checklist dd{
	width: 78%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 300;
	text-align: left;
}


/********** suppose **********/

/*** suppose01 ***/
#suppose01 .contents{
	background: #ffffff;
	color: #232323;
}

/*** suppose02 ***/
#suppose02 .contents{
	background-image: linear-gradient(#d9e4f0, #d0e0f2);
	color: #232323;
}

ul.suppose-list{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
	line-height: 1.5em;
	gap: 30px;
}
ul.suppose-list li{
	width: 33.33%;
	text-align: center;
	margin: 0;
}
ul.suppose-list li img{
	display: block;
	margin-bottom: 5px;
}
#suppose01 .contents img.shape-tri-blue{
	width: 86px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#suppose01 .contents .result-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#suppose01 .contents .result-list li{
	margin: 0;
	background: #425aa3;
	color: #ffffff;
	padding: 8px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
}


/********** compare **********/

#compare .contents{
	background: #efefef;
	color: #232323;
}
#compare .contents dl.tedori-dsp{
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
#compare .contents dl.tedori-dsp dt{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	background: #ffffff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
}
#compare .contents img.tedori-graph{
	border-radius: 15px;
}


/********** why **********/

#why .contents{
	background: #0b1840;
	color: #ffffff;
}


/********** method **********/

#method .contents{
	background-image: linear-gradient(#d9e4f0, #d0e0f2);
	color: #232323;
}


/********** simuration **********/

#simuration .contents{
	background: #efefef;
	color: #232323;
}
#simuration .contents .pct-yakuin{
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#simuration .contents img.shape-tri-blue{
	width: 42px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#simuration .contents .sagaku{
	position: relative;
	background: #c4ddf9;
	padding: 15px 10px;
	font-family: "Noto Sans JP", sans-serif;
}
#simuration .contents .sagaku::before{
	position: absolute;
	content:"";
	background: url(https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-shape-tri-blue.svg) no-repeat center center / contain;
	transform: rotate(180deg);
	width: 24.5px;
	height: 11px;
	top: -9px;
	left: 50%;
	margin-left: -12.25px;
}
#simuration .contents .sagaku h5{
	margin: 0 0 5px;
	font-size: 1rem;
	font-weight: 500;
	background: #ffffff;
	padding: 2.5px;
	text-align: center;
}
#simuration .contents .sagaku p span{
	padding-bottom: 2px;
	border-bottom: 1px solid #232323;
}


/********** ryohikitei-form **********/
#ryohikiteiform .contents{
	background-image: linear-gradient(#d9e4f0, #d0e0f2);
	color: #232323;
}
#ryohikiteiform .contents .inner{
	padding: 113px 30px 60px;
}
#ryohikiteiform .contents .ryohikitei-form-cont{
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-family: "Noto Sans JP", sans-serif;
}
#ryohikiteiform .contents .ryohikitei-form-cont dl{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#ryohikiteiform .contents .ryohikitei-form-cont dt{
	font-size: 0.8rem;
}
#ryohikiteiform .contents .ryohikitei-form-cont dd input[type=text],
#ryohikiteiform .contents .ryohikitei-form-cont dd input[type=email],
#ryohikiteiform .contents .ryohikitei-form-cont dd input[type=tel] {
    height: 2.5rem;
    padding: 0.625rem;
    background-color: #ffffff;
}
#ryohikiteiform .contents .ryohikitei-form-cont dd input::placeholder {
  color: #cccccc;
	font-weight: 300;
}
#ryohikiteiform .contents input[type=submit]{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: linear-gradient(0deg, #0b1840, #425aa3 70%);
	border-radius: 100px;
	border: 1px solid #ffffff;
	color :#ffffff;
	padding: 10px 20px;
	gap: 15px;
	font-size: 0.9rem;
	line-height: 1em;
	transition: 0.3s;
	box-shadow: 0px 0px 3px rgba(11, 24, 64, 0.3);

}
#ryohikiteiform .contents input[type=submit]:hover {
	opacity: 0.9	!important;
}
#ryohikiteiform .contents .ryohikitei-form-cont .wpcf7-not-valid-tip{
	font-size: 0.9rem;
}
#ryohikiteiform .contents .wpcf7 form.invalid .wpcf7-response-output,
#ryohikiteiform .contents .wpcf7 form.unaccepted .wpcf7-response-output,
#ryohikiteiform .contents .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232 !important;
	font-family: "Noto Sans JP", sans-serif;
}
#ryohikiteiform .contents .wpcf7 form.sent .wpcf7-response-output {
	font-family: "Noto Sans JP", sans-serif;
}


/********** サイト本体の header footer 非表示 **********/

header.p-header,
footer.p-footer{
	display: none;
}


/********** ボタン **********/

.btn_apply{
	overflow: visible;
}
.btn_apply a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: linear-gradient(0deg, #0b1840, #425aa3 70%);
	border-radius: 100px;
	border: 1px solid #ffffff;
	color :#ffffff;
	padding: 4px 10px 6px 12px;
	gap: 15px;
	font-size: 0.9rem;
	line-height: 1em;
	transition: 0.3s;
	box-shadow: 0px 0px 3px rgba(11, 24, 64, 0.3);
}
.btn_apply a:hover {
	opacity: 0.9	!important;
}
.btn_apply a::after{
	display: inline-block;
	content: "";
	width: 25px;
	height:25px;
	background: url(https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-btn-ic.svg) no-repeat center center / contain;
	margin-left: 0;
	transition: 0.3s;
}

.btn_cta a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: linear-gradient(#f9eaae, #fffed5);
	border-radius: 100px;
	border: 1px solid #ffffff;
	padding: 12px 25px 12px 30px;
	gap: 15px;
	font-size: 1.24rem;
	line-height: 1.5em;
	transition: 0.3s;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	color: #0b1840;
	min-height: 70px;
}
.btn_cta a:hover {
	opacity: 0.9	!important;
}
.btn_cta a::after{
	display: inline-block;
	content: "";
	width: 38px;
	height:38px;
	background: url(https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-btn-ic.svg) no-repeat center center / contain;
	margin-left: 0;
	transition: 0.3s;
}


/*** line ***/
.dashed-line100{
	border-bottom: 1px dashed #425aa3;
	height: 1px;
}
.dashed-line80{
	border-bottom: 1px dashed #425aa3;
	height: 1px;
	width: 80%;
	margin: 0 auto;
}
.solid-line100{
	border-bottom: 1px solid #425aa3;
	height: 1px;
}
.solid-line80{
	border-bottom: 1px solid #425aa3;
	height: 1px;
	width: 80%;
	margin: 0 auto;
}
.dashed-line100-wh{
	border-bottom: 1px dashed #ffffff;
	height: 1px;
}
.dashed-line80-wh{
	border-bottom: 1px dashed #ffffff;
	height: 1px;
	width: 80%;
	margin: 0 auto;
}
.solid-line100-wh{
	border-bottom: 1px solid #ffffff;
	height: 1px;
}
.solid-line80-wh{
	border-bottom: 1px solid #ffffff;
	height: 1px;
	width: 80%;
	margin: 0 auto;
}


/* マーク付き箇条書き */
ul.kajo-list li{
	margin-left: 1em;
	text-indent: -1em;
}

/*** 枠付きbox ***/
/* 白枠 */
div.bordered-box-wh{
	border: 1px solid #ffffff;
}
div.bordered-box-wh h3{
	width: 100%;
	background: #425aa3;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 0;
}
div.bordered-box-wh .box-inner{
	padding: 25px 30px;
}
/* 青枠 */
div.bordered-box-bl{
	border: 1px solid #0b1840;
	background: #ffffff;
}
div.bordered-box-bl h3{
	width: 100%;
	background: #425aa3;
	padding: 5px;
	border-bottom: 1px solid #0b1840;
	margin-bottom: 0;
	color: #ffffff;
}
div.bordered-box-bl .box-inner{
	padding: 25px 30px;
}

/*** 角丸box ***/
div.rounded_box-wh{
	background: #ffffff;
	border-radius: 15px;
	padding: 30px;
}


/********** ドロアメニュー *********
#menubar {display: none;}
#menubar ul {list-style: none;margin: 0;padding: 0;}
#menubar a {display: block;text-decoration: none;}
.large-screen #menubar {display: block;}
.small-screen #menubar.display-block {display: block;}
#menubar_hdr.display-none {display: none;}

.small-screen #menubar.display-block {
	position: fixed;
	overflow: auto;
	z-index: 100;
	right: 0px;
	top: 0px;
	width: 270px;
	max-width: 100%;
	max-height: calc( 100% + 1px );
	padding: 60px 25px 30px;
	background: #ffffff;
	color: #ffffff;
	animation: opa-kf 1s both;	
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	scrollbar-width: none;
	margin-bottom: -1px;
}
.small-screen #menubar nav ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
.small-screen #menubar nav ul li {
	border: 1px solid #ffffff;
}
.small-screen #menubar a {
	color: inherit;
}
.small-screen #menubar a:hover {
	color: #aa8657;
	background: #ffffff;
}
*/


/********** header **********/
header{
	position: fixed;
	width: 100%;
	z-index: 100;
}
header .contents{
	padding: 10px 10px 0;
	height: 53px;
	display: flex;
	justify-content: space-between;
	background: transparent;
	overflow-x: hidden;
	box-shadow: none;
}
header .contents a.header-logo{
	width: 53%;
	max-width: 170px;
	height: auto;
}
header .contents a.header-logo img{
	width: 100%;
}
/* スクロールしたら背景をつけて視認性を上げる */
.fixed-header .contents{
	background: rgba(255,255,255, .7);
}
/*
#menubar_hdr {
	position: fixed;
	right: 16px;
	top: 5px;
	animation: opa-kf 0s 0.2s both;
	z-index: 101;
	cursor: pointer;
	padding: 0;
	width: 18px;	
	height: 18px;
	display: flex;	
	flex-direction: column;	
	justify-content: space-between;
	transform: scale(2);
	transform-origin: right top;
	margin-top: 5px;
	background: #ffffff;
	padding: 4px 3px;
}
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 1px solid #ffffff;
}
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 16px;	
}
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(2.2px, 4px);
}
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(2.2px, -4px);
}
#menubar_hdr.ham span:nth-of-type(2){
	display: none;
}
*/



/********** footer **********/

footer#footer .contents{
	background: url(https://leongroup.jp/wp-content/themes/leon/assets/images/ryohikitei/ryohikitei-footer_bg.png) no-repeat top center / cover;
	color: #ffffff;
}
footer#footer .contents .inner{
	padding: 35px 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
footer#footer .contents img.footer-logo{
	width: 58.3%;
	max-width: 210px;
	height: auto;
}
dl.company-info{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.3em;
}
dl.company-info dt{
	display: inline-block;
	background: #0b1840;
	color: #ffffff;
	font-size: 0.8rem;	
	line-height: 1em;
	padding: 5px 7px 7px;
	margin: 15px 0 5px;
}

div.copyright{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.66rem;
	font-weight: 300;
	line-height: 1em;
	background: #0b1840;
	padding: 15px;
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.x-small {font-size: 0.55em !important;line-height: 1.5em !important;}
.small {font-size: 0.75em !important;line-height: 1.5em !important;}
.medium-s {font-size: 0.9em !important;line-height: 1.8em !important;}
.medium-m {font-size: 1.24em !important; line-height: 1.8em !important;}
.medium-l {font-size: 1.36em !important; line-height: 1.5em !important;}
.large-s {font-size: 1.8em !important;}
.large {font-size: 2em !important;}
.font-normal{font-weight: 300 !important;}
.font-b{font-weight: 500 !important;}
.color-check, .color-check a {color: #aa8657 !important;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}
pre {white-space: pre-wrap;word-wrap: break-word;overflow-wrap: break-word;}

/* font */
.font-notosans{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
/* font-color */
.font-blue{
	color: #0b1840;
}
.font-yel{
	color: #f9eaae;
}

	/*画面幅900px以上*/
	@media screen and (min-width:900px) {

		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		.pc {display: block;}

	}
