@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
body {
	font-weight: 500;
}
#main .sec01 {
	padding: 290px 0 0;
	box-sizing: border-box;
	height: 770px;
	overflow: inherit;
	background: url("../img/main_bg.jpg") no-repeat top center / cover;
	background-size: cover;
}
#main .sec01 .inner {
	margin: 0 0 0 140px;
	width: 499px;
	text-align: right;
}
#main .sec01 .image {
	margin: 0 auto 41px;
	width: 421px;
}
#main .sec01 .heading {
	margin-bottom: 40px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.35em;
	text-align: center;
	font-feature-settings: "palt";
}
#main .sec01 .heading .txt01 {
	padding-left: 31px;
	display: block;
}
#main .sec01 .comBox {
	position: relative;
	height: 100%;
}
#main .sec01 .tips {
	position: absolute;
	right: 131px;
	bottom: 90px;
	letter-spacing: 0.15em;
}
#main .tips {
	padding-left: 17px;
	margin-top: 20px;
	text-indent: -17px;
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
#main sup {
	font-size: 60%;
	letter-spacing: 0;
}
.content {
	margin: 0 auto;
	width: 600px;
}
@media all and (max-width: 767px) {
	#main .sec01 {
		padding: 30px 5px 16.2666vw;
		height: 162.13vw;
		background-image: url("../img/main_bg_sp.jpg")
	}
	#main .sec01 .comBox {
		height: 100%;
	}
	#main .sec01 .inner {
		margin: 0;
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		align-items: flex-end;
		text-align: left;
	}
	#main .sec01 .image {
		width: 22.4vw;
		position: absolute;
		left: -0.8vw;
		bottom: 2.93333vw;
	}
	#main .sec01 .imgTtl {
		width: 10.93333vw;
		position: absolute;
		right: 9.06666vw;
		bottom: 12.5333vw;
	}
	#main .sec01 .tips {
		position: absolute;
		left: 0;
		bottom: 17px;
		letter-spacing: 0.09em;
		margin: 0;
	}
	#main .tips {
		margin-top: 17px;
		padding-left: 22px;
		font-size: 10px;
		line-height:1.5; 
		letter-spacing: 0.07em;
		text-indent: -22px;
	}
}
/* sec02 */
#main .sec02 {
	padding: 152px 0 0;
	box-sizing: border-box;
	min-height: 654px;
	font-weight: 500;
	overflow: inherit;
	background: url("../img/bg01.jpg") no-repeat top center / cover;
	background-size: cover;
}
#main .sec02 .comBox {
	position: relative;
}
#main .sec02 .comBox .posImg {
	position: absolute;
	left: -2px;
	bottom: -52%;
	width: 215px;
}
#main .sec02 .imgBox {
	width: 748px;
	position: relative;
}
#main .sec02 .photo {
	width: 950px;
	position: absolute;
	right: -250px;
	top: -101px;
}
#main .sec02 h2 {
	font-weight: 500;
	line-height: 1.2;
	font-size: 3rem;
	letter-spacing: 0.12em;
	font-feature-settings: "palt";
}
#main .sec02 h2 .col {
	color: #3D738D;
}
#main .sec02 h2 sup {
	font-size: 50%;
}
#main .sec02 .border {
	margin: 23px -10px 35px 0;
	padding: 6px 11px 3px;
	width: fit-content;
	font-size: 36px;
	line-height: 1.2;
	font-feature-settings: "palt";
	letter-spacing: -0.01em;
	border: 4px solid #000;
}
#main .sec02 p {
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
#main .sec02 .textBox {
	margin-right: auto;
	width: 487px;
	text-align: justify;
	position: relative;
	z-index: 1;
}
@media all and (min-width: 768px) {
	#main .sec02 .col {
		color: #4d4d4d;
	}

}
@media all and (max-width: 767px) {
	#main .sec02 {
		padding: 1px 0 13.6vw;
		min-height: inherit;
		position: relative;
		z-index: 1;
		background: url("../img/bg01_sp.jpg") no-repeat center top / cover;
	}
	#main .sec02::after {
		content: "";
		width: 100%;
		height: 17.46666vw;
		position: absolute;
		left: 0;
		bottom: -1px;
		background: url("../img/bg01_sp02.png") no-repeat left top / auto 100%;
	}
	#main .sec02 .imgBox {
		width: auto;
	}
	#main .sec02 .image {
		margin: 8vw calc(-7vw - 18px) -23.133vw auto;
		width: 84.8vw;
	}
	#main .sec02 .textBox {
		width: auto;
	}
	#main .sec02 h2 {
		font-size: 2rem;
		letter-spacing: 0.1em;
		line-height: 1.225;
		text-align: center;
	}
	#main .sec02 .border {
		margin: 14px auto 23px;
		padding: 1px 10px;
		font-size: 25px;
		border-width: 2px;
		letter-spacing: -0.03em;
	}
	#main .sec02  .tips {
		margin-top: 18px;
		letter-spacing: 0;
	}
	#main .sec02 .comBox .posImg {
		display: none;
	}
	#main .sec02 .title {
		margin: 48px 0 0;
		text-align: center;
		font-size: 35px;
		font-weight: 500;
		line-height: 1;
	}
	#main .sec02 .title small {
		margin-bottom: 8px;
		display: block;
		font-size: 1.5018rem;
		letter-spacing: 0.035em;
	}
}
@media all and (max-width: 374px) {
	#main .sec02 .border {
		margin: 14px -5px 23px;
		width: auto;
		font-size: 6.6666vw;
		text-align: center;
	}
}
/* headLine01 */
#main .headLine01 {
	margin-bottom: 91px;
	text-align: center;
	font-size: 40px;
	letter-spacing: 0.27em;
	line-height: 1.591;
	font-weight: 500;
	font-feature-settings: "palt";
}
#main .headLine01 span {
	display: block;
}
#main .headLine01 .sml {
	margin-bottom: 6px;
	font-size: 21px;
	letter-spacing: 0.3em;
	line-height: 1.75;
	font-weight: 500;
}
@media all and (max-width: 767px) {
	#main .headLine01 {
		margin: 0 -7px 27px;
		font-size: 3.5rem;
		letter-spacing: 0.02em;
		line-height: 1.5;
		font-feature-settings: "palt";
	}
	#main .headLine01 .sml {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.437;
	}
	#main .headLine01 .sml sup {
		font-size: 100%;
		vertical-align: middle;
	}
}
@media all and (max-width: 374px) {
	#main .headLine01 {
		font-size: 9.333vw;
	}
}
/* sec03 */
#main .sec03 {
	padding: 27px 0 0;
	box-sizing: border-box;
	min-height: 992px;
	font-weight: 500;
	background: url("../img/bg02.jpg") no-repeat top center / cover;
	position: relative;
}
#main .sec03 .tips {
	color: #000;
	letter-spacing: 0.1em;
	font-feature-settings: normal;
}
#main .sec03 .photoBox {
	padding-right: 69px;
	text-align: center;
}
#main .sec03 .photoBox img {
	width: 792px;
}
#main .sec03 .headLine01 {
	margin: -43px 0 17px;
	letter-spacing: 0.21em;
}
#main .sec03 .headLine01 .sml {
	margin-bottom: 3px;
}
#main .sec03 .textBox {
	margin: 0 auto;
	max-width: 725px;
	text-align: justify;
	letter-spacing: 0.04em;
	color: #4D4D4D;
}
@media all and (max-width: 767px) {
	#main .sec03 {
		padding: 1px 0 87px;
		min-height: inherit;
		background-image: url("../img/bg02_sp.jpg");
	}
	#main .sec03 .photoBox {
		margin: 0 -18px;;
		padding: 0;
	}
	#main .sec03 .photoBox img {
		width: 100%;
	}
	#main .sec03 .headLine01 {
		margin: -57px 0 17px;
		font-size: 2.5rem;
		letter-spacing: 0.11em;
		line-height: 1.432;
	}
	#main .sec03 .headLine01 .sml {
		margin-bottom: 5px;
	}
	#main .sec03 .textBox {
		color: #000;
	}
	#main .sec03 .tips {
		margin-top: 13px;
		font-feature-settings: "palt";
	}
    #main .sec03 .title {
        margin: 48px 0 0;
        text-align: center;
        font-size: 3.5rem;
        font-weight: 500;
        line-height: 1;
		font-feature-settings: "palt";
    }
    #main .sec03 .title small {
        margin-bottom: 8px;
        display: block;
        font-size: 1.5018rem;
        letter-spacing: 0.035em;
    }
	#main .sec03 .lightBg {
		right: auto;
		left: 15px;
		top: 120px;
	}

}
/* secBox */
#main .secBox {
	padding: 258px 0 0;
	box-sizing: border-box;
	min-height: 972px;
	font-weight: 500;
	overflow: inherit;
	background: url("../img/bg03.jpg") no-repeat top -1px center / cover;
	background-size: cover;
	position: relative;
}
#main .secBox .imgBox {
	max-width: 753px;
	margin: 0 auto;
	display: flex; 
	align-items: flex-start;
	justify-content: space-between;
}
#main .numImg {
	width: 262px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -101px;
}
#main .secBox .imgBox .textBox {
	margin-top: -0.6rem;
	text-align: justify;
	width: 338px;
	letter-spacing: 0.04em;
	color: #4D4D4D;
	font-feature-settings: "palt";
	position: relative;
	z-index: 1;
}
#main .secBox .imgBox .photoBox {
    width: 37rem;
	position: relative;
}
#main .headLine02 {
	margin-bottom: 9px;
	padding-bottom: 12px;
	font-size: 2.3rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	color: #2C2A26;
	font-weight: 500;
	border-bottom: 1px solid #2C2A26;
}
#main .secBox .infoBox {
	margin: 4px auto 0;
	padding: 35px 2px 47px ;
	background: #fff;
	text-align: center;
	max-width: 75.4rem;
	color: #3D738D;
	font-size: 3.05rem;
	letter-spacing: 0.22em;
}
#main .secBox .infoBox span {
	margin-bottom: 26px;
	display: block;
}
#main .secBox .infoBox img {
	width: 682px;
}
@media all and (max-width: 767px) {
	#main .numImg {
		width: 10.5rem;
		top: -4.2rem;
	}
	#main .secBox {
		padding: 99px 0 101px;
		min-height: inherit;
		background: url("../img/bg03_sp.jpg") no-repeat top center / cover;
	}
	#main .secBox .imgBox {
		display: block;
		max-width: inherit;
	}
	#main .secBox .imgBox .photoBox {
		margin: 0 auto 42px;
		width: 86.9vw;
	}
	#main .tips {
		margin-top: 7px;
		letter-spacing: 0.05em;
	}
	#main .secBox .imgBox .textBox {
		width: auto;
	}
	#main .headLine02  {
		margin-bottom: 8px;
		padding-bottom: 9px;
		font-size: 2.5rem;
		text-align: center;
		color: #000;
		line-height: 1.432;
		letter-spacing: 0.11em;
	}
}
@media all and (min-width: 768px) { 
	#main .sec04 .imgBox {
		flex-direction: row-reverse;
		align-items: center;
	}
	#main .sec04 .imgBox .photoBox {
		box-shadow: 3rem 3rem 15px rgba(183,194,208,0.8);
	}
	#main .sec04 .headLine01 sup {
		font-size: 50%;
	}
	#main .sec05 {
		margin: -0.2rem 0 0;
		padding-top: 247px;
		min-height: 887px;
		background: url("../img/bg04.jpg") no-repeat top center / cover;
	}
	#main .sec06 .headLine01,
	#main .sec05 .headLine01 {
		margin-bottom: 97px;
		line-height: 1.341;
	}
	#main .sec05 .numImg {
		top: -108px;
	}
	#main .sec05 .imgBox .photoBox {
		margin: -113px 0 0 -150px;
		width: 562px;
	}
	#main .sec06 {
		margin: 0 0 0;
		padding-top: 214px;
		min-height: 1306px;
		background: url("../img/bg05.jpg") no-repeat top center / cover;
	}
	#main .sec06 .numImg {
		top: -95px;
	}
	#main .sec06 .headLine01 {
		margin-bottom: 90px;
	}
	#main .sec06 .imgBox {
		flex-direction: row-reverse;
	}
	#main .sec06 .imgBox .photoBox {
		margin: 1.9rem -94px 0 -115px;
		width: 609px;
	}
	#main .sec06 .image {
		margin: 10px auto 0;
		width: 755px;
	}
	#main .secBox .tips {
		font-size: 1.6rem;
	}
	#main .sec04 .tips {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 767px) {
	#main .sec04 .imgBox .photoBox {
		box-shadow: 1.5rem 1.8rem 8px rgba(183,194,208,0.8);
	}
	#main .sec04 .imgBox .textBox {
		color: #000;
	}
	#main  sup {
		font-size: 50%;
	}
	#main .sec05 .imgBox .photoBox {
		width: auto;
		margin: 0 -18px 36px;
	}
	#main .sec05 {
		padding: 75px 0 81px;
		background-image: url("../img/bg04_sp.jpg");
	}
	#main .sec05 .numImg {
		top: -56px;
	}
	#main .sec06 {
		padding: 103px 0 45px;
		background-image: url("../img/bg05_sp.jpg");
	}
	#main .sec06 .imgBox .photoBox {
		width: auto;
		margin: 29px -18px -14px;
	}
	#main .sec06 .imgBox .textBox {
		letter-spacing: 0;
	}
	#main .sec06 .headLine01 img {
		margin-right: 10px;
		width: 4.6rem;
		vertical-align: 1px;
	}
	#main .sec06 .image {
		margin: 2rem auto 0;
	}
	#main .secBox .infoBox {
		margin: 36px 27px 0;
		padding: 16px 14px 21px;
		max-width: inherit;
		font-size: 1.5rem;
		box-shadow: 16px 16px 6px rgba(183,194,208,0.8);
	}
	#main .secBox .infoBox span {
		margin-bottom: 10px;
	}
}
#main .useBox {
	padding: 62px 0 157px;
}
#main .useBox .heading {
	margin-bottom: 182px;
}
#main .useBox .heading span {
	display: block;
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
}
#main .useBox .heading .jp {
	margin-bottom: 10px;
	font-size: 2.05rem;
	letter-spacing: 0.43em;
	color: #90AAAB;
}
#main .useBox .heading .en {
	font-size: 3.05rem;
	letter-spacing: 0.22em;
}
#main .useBox .imgBox {
	margin: 0 auto 134px;
	width: 690px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .useBox .imgBox .textBox {
	width: 300px;
	letter-spacing: 0.02em;
	text-align: justify;
	color: #4D4D4D;
	font-feature-settings: "palt";
}
#main .useBox .imgBox .photoBox {
	width: 330px;
	position: relative;    
	box-shadow: 3rem 3rem 0 rgba(218,229,235,0.5)
}
#main .useBox .imgBox .photoBox img {
	box-shadow: 10px 10px 3px rgba(128,129,133,0.2)
}
#main .useBox .imgBox .num {
	position: absolute;
	top: -8rem;
	right: -6.3rem;
	display: block;
	font-size: 109.13px;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #90AAAB;
	font-weight: 200;
	font-family: "Inter", sans-serif;
}
#main .useBox .imgBox:nth-of-type(2n){
	flex-direction: row-reverse;
}
#main .useBox .imgBox:nth-of-type(2n) .num {
	right: auto;
	left: -5rem;
}
#main .useBox .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .useBox .imgBox .tips {
	margin-top: 4px;
}
@media all and (max-width: 767px) {
	#main .useBox {
		padding: 50px 0;
	}
	#main .useBox .heading {
		margin-bottom: 38px;
	}
	#main .useBox .heading .jp {
		margin-bottom: 4px;
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	#main .useBox .heading .en {
		font-size: 3rem;
		letter-spacing: 0.26em;
	}
	#main .useBox .imgBox {
		margin: 0 -18px 50px;
		width: auto;
		display: block;
	}
	#main .useBox .imgBox .num {
		font-size: 5.45rem;
		top: -3rem;
		right: -3rem;
	}
	#main .useBox .imgBox .photoBox {
		width: 80vw;
		height: 53.333vw;
		box-shadow: 1.5rem 1.5rem 0 rgba(218,229,235,0.5)
	}
	#main .useBox .imgBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .useBox .imgBox .textBox {
		width: 77vw;
		margin: 2.8rem auto 0 1.8rem;
		letter-spacing: 0;
	}
	#main .useBox .imgBox:nth-of-type(2n) .photoBox {
		margin-left: auto;
		box-shadow: -1.5rem 1.5rem 0 rgba(218,229,235,0.5)
	}
	#main .useBox .imgBox:nth-of-type(2n) .textBox {
		margin: 2.8rem 1.2rem 0 auto;
	}
	#main .useBox .imgBox .photoBox img {
		box-shadow: 5px 5px 3px rgba(128,129,133,0.2);
	}
	#main .useBox .imgBox:nth-of-type(2n) .num {
		right: auto;
		left: -2rem;
	}
}
#main .sec07 {
	padding: 100px 0 78px;
	background: #EDEFF0
}
#main .sec07 .priceBox {
	padding: 60px 68px 63px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #9EB8B9;
	box-shadow: 11px 11px 22px rgba(99,99,112,0.2);
	box-sizing: border-box;
}
#main .sec07 .ttl {
	margin-bottom: 10px;
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-align: center;
	font-feature-settings: "palt";
}
#main .sec07 .textImg02 {
	margin: 36px auto 0;
	display: flex;
	justify-content: space-between;
}
#main .sec07 .textImg02 span {
	margin-top: 4px;
	display: block;
	width: 459px;
}
#main .sec07 .textImg02 a {
	width: 237px;
	display: block;
	transition: 0.3s;
}
@media all and (min-width: 768px) {
	#main .sec07 .textImg02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .sec07 {
		padding: 0;
	}
	#main .sec07 .priceBox {
		padding: 41px 0 96px;
		width: auto;
		border: none;
		box-shadow: 0 0.1rem 0 #E4E4E4;
	}
	#main .sec07 .priceBox .textImg img {
		width: 16.7rem;
	}
	#main .sec07 .ttl {
		margin-bottom: 4px;
		font-size: 1.4rem;
	}
	#main .sec07 .textImg02 {
		margin: 20px 16px 0;
		width: auto;
		display: block;
	}
	#main .sec07 .textImg02 span {
		margin: 0;
		width: auto;
	}
	#main .sec07 .textImg02 a {
		margin: 25px auto 0;
		width: 281px;
	}
}
/* footlink */
.footlink {
    text-align: center;
    margin-bottom: 10px;
}
.footlink li {
    color: #b3b3b3;
    display: contents;
    font-size: 0.8em;
}
.footlink li a {
    padding: 0 10px;
    text-decoration: none;
    color: #b3b3b3;
}
#main .lightBg {
	width: 212px;
	display: block;
	position: absolute;
	right: 61px;
	top: -8px;
	mix-blend-mode: screen;
	pointer-events: none;
}