@charset "utf-8";

#header .inner {
    height: 100px;
	padding: 0 calc(260px + 5%) 0 5%;
}
#header .inner .tel {
    gap: .2em;
}
#header .inner .tel .text02 {
    font-size: 1.6rem;
}
#header .inner .mail {
    width: 130px;
    height: 130px;
    gap: .5em;
}
#header .inner .line {
    width: 130px;
    height: 130px;
    border-radius: 0 0 0 1em;
    gap: .5em;
    right: 130px;
}
#header .inner .mail p,#header .inner .line p{
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
}
@media screen and (max-width: 768px) {
	#header {
	    position: fixed;
	}
	#header .inner  {
	    height: 60px;
	    padding: 0 calc(120px + 5%) 0 5%;
	}
	#header .inner .logo img {
	    width: auto;
	    height: 40px;
	}
	#header .inner .mail {
	    width: 60px;
	    height: 60px;
	}
	#header .inner .mail i {
	    width: 2.5em;
	}
	#header .inner .line {
	    width: 60px;
	    height: 60px;
	    border-radius: 0;
	    right: 60px;
	}
	#header .inner .line i {
	    width: 2.5em;
	}
}

.masthead{
	background-color: #F2E9CB;
	background-image: url(https://www.century21-ninbai.jp/wp-content/themes/century21-ninbai-2025/lp/assets/img/masthead_tomaru_pc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 670px;
}
.masthead__container{
	width: 1280px;
	margin:0 auto;
	position: relative;
	
}

.masthead-box{
	position: absolute;
	top:60px;
	left:0;
	width: 670px;
	height: 520px;
	background-color: #998144;
	background-image: linear-gradient(0deg, #998144, #b79f63 50%, #998144);
	padding: 20px;
	box-sizing: border-box;
}

.masthead-line{
	border: #fff 2px solid;
	width: 100%;
	height: 100%;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.masthead-box__subtitle{
	background-color: #fff;
	font-size: 3.4rem;
	color:#42371D;
	font-weight: 700;
	text-align: center;

}
.masthead-box__title{
	font-size: 5.8rem;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 1.3;
	color: #fff;
	margin: 20px 0;
	text-shadow: 0 0 .1em #a0a0a0;
}
.masthead-box__title .back-white{
	background-color: transparent;
}

.masthead-box__title span.strong{
	color: #FFF463;
}
.masthead-box__title span.line-red{
	background: linear-gradient(transparent 90%, var(--color-Red) 90%);
}

.masthead-box__title span.small{
	font-size: 5.0rem;
}
.masthead-box__title span.particle{
	font-size: 4.6rem;
}
.masthead-box__list{
	display: flex;
	justify-content: space-between;
}
.masthead-box__list-box{
	width: 166px;
	height: 144px;
	background-color: #42371D;
	padding: 5px;
}
.masthead-box__list-inner{
	width: 100%;
	height: 100%;
	border: #7b7361 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5em;
}
.masthead-box__list-inner i{
	text-align: center;
	margin: 0 auto;
}
.masthead-box__list-inner i img{
	width: auto;
	height: 40px;
}

.masthead-box__list-text{
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}
.masthead__container .medal{
	position: absolute;
	top:0px;
	left:1030px;
}
.masthead__container .medal img{
	width: 230px;
	height: 230px;
}

@media screen and (max-width: 768px) {
	.masthead{
		background-color: #F2E9CB;
		background-image: url(https://www.century21-ninbai.jp/wp-content/themes/century21-ninbai-2025/lp/assets/img/masthead_tomaru_sp.jpg);
        background-position: bottom;
        height: 520px;
        background-size: 100%;
	}

	.masthead__container{
		width: 100%;
		position: relative;
		
	}
	.masthead-box{
		position: relative;
		width: 100%;
		height: auto;
		background-color: transparent;
		background-image: none;
		padding: 0;
		top:0;
		left:0;
		margin: 0 15px;
		padding-top: 15px;
	}
	.masthead-box__title span.line-red{
		background: transparent;
	}

	.masthead-box__title .back-white{
		background-color: #fff;
		width: fit-content;
        display: block;
        margin: 10px 0;
		padding: 0 10px;
	}
	.masthead-line{
		border: none;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.masthead-box__subtitle{
		background-color: transparent;
		font-size: 2.0rem;
		color:#111;
		text-align: left;
	}
	.masthead-box__title{
		font-size:3.5rem;
		line-height: 1.3;
		margin: 0 0 40px 0;
		color:#44381E;
		text-shadow: none;

	}
	.masthead-box__title span.small{
		font-size: 3.0rem;
	}
    .masthead-box__title span.particle{
        font-size: 2.8rem;
    }
	.masthead-box__list{
		justify-content: space-between;
		flex-direction: column;
	}
	.masthead-box__title span.strong{
		color: #c52840;
	}
	.masthead-box__list-box{
		width: 50%;
		height: 45px;
		background-color: #42371D;
		padding: 5px;
		margin: 5px 0;
	}
	.masthead-box__list-inner{
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 0.5em;
		align-items: center;
		position: relative;
		padding-left: 30px;
	}
	.masthead-box__list-inner i{
		text-align: left;
		margin: 0 auto;
		position: absolute;
        top: 8px;
        left: 2px;
	}
	.masthead-box__list-inner i img{
		width: 25px;
		height: auto;
	}
	.masthead-box__list-text{
		font-size: 1.6rem;
		font-weight: 700;
		color: #fff;
		line-height: 1.3;
		text-align: center;
	}
	.masthead__container .medal{
		position: absolute;
		top:420px;
		left:20px;
	}
	.masthead__container .medal img{
		width: 140px;
		height: 140px;
	}
}
#lp .sec03 .inner .box01 .item .text .title {
    gap: 2em;
}
@media screen and (min-width:769px){
#lp .sec03 .inner .box01 {
	margin: 6em 0 0;
	padding: 0 0 4em;
}
#lp .sec03 .inner .box01 .item {
	flex-direction: column-reverse;
}
#lp .sec03 .inner .box01 .item .text .title {
	margin-top: -10em;
	margin-bottom: 5em;
	padding: 0;
	align-items: flex-start;
}
#lp .sec03 .inner .box01 .item .img {
	margin-left: auto;
}
#lp .sec03 .inner .box01 .item .text .title .num::after {
	width: 1em;
	height: 4px;
}
}
#lp .best-choice{
	position: relative;
	z-index: 10;
	margin: 80px auto;
	background-color: #fff;
	width: 90%;
	max-width: 1200px;
}
#lp .best-choice .title{
	margin: 0 auto;
	padding: 50px 0 5px 0;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
}
#lp .best-choice__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 35px;
	box-sizing: border-box;
	gap: 30px;
}
#lp .best-choice__box{
	width: 48%;
	background-color: #3070D8;
	padding: 30px;
	box-sizing: border-box;
}
#lp .best-choice__box:nth-child(2){
	background-color: #2961BB;
}
#lp .best-choice__box:nth-child(3){
	background-color: #1D4484;
}
#lp .best-choice__box:nth-child(4){
	background-color: #163464;
}
#lp .best-choice__box-title{
	font-size: 3.8rem;
	font-weight: 600;
	color: #fff;
}
#lp .best-choice__box-text{
	font-size: 2.0rem;
	font-weight: 400;
	line-height:1.5;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#lp .best-choice{
		padding:0 5%;
		margin: 40px auto;
	}
	#lp .best-choice .title{
		padding: 20px 0 5px 0;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#lp .best-choice__wrap{
		display: flex;
		padding: 20px 0;
		gap: 20px;
	}
	#lp .best-choice__box{
		width: 100%;
		padding: 20px;
	}
	#lp .best-choice__box-title{
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	#lp .best-choice__box-text{
		font-size: 1.6rem;
	}

}
