@charset "UTF-8";

.bg_color {
	background-color: unset;
}
figure {
	position: relative;
	display: block;
	width: fit-content;
	margin-inline: auto;
	margin-block-end: 0px;
}
figcaption {
	display: block;
	text-align: right;
	font-size: 10px;
	margin-top: 8px;
}
img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align: bottom;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}
/* common
---------------------------------------------- */
.sp-br {
    display: none;
}
@media only screen and (max-width:768px) {
    .sp-br {
        display: block;
    }
}
/* sp pc views
--------------------------------*/
@media screen and (min-width: 993px) {
	.view-tablet {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.view-sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.view-pc {
		display: none !important;
	}
}
.text {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.text strong {
	color: #b60005;
	font-weight: 600;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.font-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.inner {
	max-width: 1440px;
	margin-inline: auto;
}

/* mv
----------------------------------------------- */
.mv {
	background-image: url(../img/mv-bg_pc.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 100px;
}
.mv__title {
	width: min(960px, calc((960 / 1440) * 100vw));
	margin-inline: auto;
	margin-bottom: 60px;
}
.mv__text {
	color: #fff;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
.mv__img01 {
	width: min(1130px, calc((1130 / 1440) * 100vw));
	margin-bottom: 40px;
}
.mv__img02 {
	width: min(1400px, calc((1400 / 1440) * 100vw));
	margin-bottom: 40px;
	margin-inline-end: unset
}
.mv__img03 {
	background-color: #005bac;
	padding-bottom: 1em;
}

/* anchor
------------ */
.anchor {
	position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 1440px;
}
.anchor__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.anchor__item {
	flex: 1 0 20%;
	max-width: 20%;
}

/* point
------------ */
.point__inner {
	background-image: linear-gradient(180deg, #f5f2e9 0, #ffffff 300px);
	background-size: cover;
	background-position: center;
	border-right: 1px solid #231815;
	border-left: 1px solid #231815;
	padding-bottom: 40px;
}
.point__inner02 {
	max-width: 1160px;
}
.point__title {
	width: min(1240px, calc((1240 / 1440) * 100vw));
	margin-inline: auto;
	margin-bottom: 40px;
	transform: translateX(-40px);
}
.point__title--special{
	transform: translate(-40px, -11px);
}
.point__title02 {
	width: min(650px, calc((650 / 1440) * 100vw));
	margin-bottom: 20px;
}
.point__title03 {
	font-size: 20px;
	color: #005bac;
	font-weight: bold;
	padding-bottom: 10px;
}
.point__grid01 {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 40px;
	position: relative;
	padding-bottom: 20px;
}
.point__grid01::before {
	display: block;
	content: "";
	width: 1px;
	height: 86%;
	background-image: linear-gradient(to bottom, #898989 1px, transparent 2px);
	background-position: top center;
	background-size: 1px 3px;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 34%;
	transform: translateX(-50%);
}
.point__grid02 {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 20px;
	position: relative;
}
.point__grid03 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.point__text {
	line-height: 1.8;
	padding-bottom: 0.5em;
}
.point__text--small {
	font-size: 14px;
	/* line-height: 1.6; */
}
.point__box {
	/* background-color: #e3e7ea; */
	background-image: linear-gradient(90deg, #eeeceb, #e3e7ea);
	border-radius: 1rem;
	padding: 20px;
}
.point__box--50per {
	width: 50%;
	margin-left: min(20px, 2vw);
}
.float-right {
	float: right;
}


/* point_detail
-------------------- */
.point01__img01 {
	width: min(200px, calc((200 / 1440) * 100vw));
}
/* .point01__img02 {} */

.point02__img01 {
	width: min(450px, calc((450 / 1440) * 100vw));
	padding-left: min(20px, 2vw);
}
.point02__img03 {
	width: min(320px, calc((320 / 1440) * 100vw));
}
.point03__img01 {
	width: min(380px, calc((380 / 1440) * 100vw));
	padding-left: min(20px, 2vw);
}
.point03__img02 {
	width: min(350px, calc((350 / 1440) * 100vw));
	margin-top: 10px;
	padding-left: min(20px, 2vw);
	margin-inline: inherit;
}
.point04__img01 {
	width: min(100px, calc((100 / 1440) * 100vw));
	padding-left: min(10px, 1vw);
}
.point05__img01 {
	width: min(360px, calc((360 / 1440) * 100vw));
	margin-inline: auto;
}
.point05__img02, .point05__img03 {
	width: min(340px, calc((340 / 1440) * 100vw));
	margin-inline: unset;
}

/* how-to-choose
--------------------- */
/* .how-to-choose {} */
.how-to-choose__inner {
	background-image: url(../img/how-to-choose-bg.jpg);
	background-size: cover;
	background-position: center;
	border-right: 1px solid #231815;
	border-left: 1px solid #231815;
}
.how-to-choose__inner02 {
	max-width: 1160px;
}
.how-to-choose__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	position: relative;
	padding-bottom: 20px;
}
.how-to-choose__grid::before {
	display: block;
	content: "";
	width: 1px;
	height: 86%;
	background-image: linear-gradient(to bottom, #898989 1px, transparent 2px);
	background-position: top center;
	background-size: 1px 3px;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.how-to-choose__item {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}
.how-to-choose__header {
	display: grid;
	grid-template-columns: 2.2fr 0.8fr 0.8fr;
	margin-bottom: 40px;
}
.how-to-choose__title {
	/* width: min(640px, calc((640 / 1440) * 100vw)); */
	width: fit-content;
	margin-inline: auto;
}
.how-to-choose__subtitle-wrap {
	border-bottom: 1px solid #005bac;
	margin-bottom: 20px;
}
.how-to-choose__subtitle01 {
	width: min(1060px, calc((1060 / 1440) * 100vw));
	padding-bottom: 20px;
	/* margin-inline: auto; */
}
.how-to-choose__subtitle02 {
	width: min(540px, calc((540 / 1440) * 100vw));
	padding-bottom: 20px;
	/* margin-inline: auto; */
}
.how-to-choose__subtitle03 {
	width: min(460px, calc((460 / 1440) * 100vw));
	padding-bottom: 20px;
	/* margin-inline: auto; */
}
.how-to-choose__img01 {
	width: min(240px, calc((240 / 1440) * 100vw));
	margin-inline: auto;
	margin-top: -20%;
}
.how-to-choose__img04 {
	width: min(540px, calc((540 / 1440) * 100vw));
	margin-inline: auto;
}
.how-to-choose__texts {
	background-color: #fff;
	margin-top: auto;
	padding: 20px;
	
}
.how-to-choose__text01 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.how-to-choose__text01 small {
	font-size: 60%;
}
.how-to-choose__text02 {
	font-size: 11px;
	line-height: 1.3;
}
.how-to-choose__text03 {
	margin-bottom: 0.5em;
}
.how-to-choose__text04 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding-block: 0.3em;
	background-color: #005bac;
	color: #fff;
	margin-bottom: 40px;
}
.how-to-choose__text04 strong {
	color: #fff799;
}

@media screen and (max-width: 768px) {
	/* figure.img { */
	.point03__img02,
	.point05__img01,
	.point05__img02,
	.point05__img03,
	.how-to-choose__img04,
	.how-to-choose__img01 {
		width: 100%;
	}
	.point05__img01 {
		margin-bottom: 20px;
	}
	figcaption {
		font-size: 8px;
		text-align: left;
	}
	.inner {
        width: 90%;
        /* max-width: 560px; */
    }
	.text {
		/* font-size: 11px; */
		font-size: max(11px, 2.8vw);
	}
	.point__text {
		line-height: 1.4;
		padding-bottom: 1em;
	}
	.point__text--small {
		font-size: max(8px, 2vw);
	}
	.mv {
		background-image: url(../img/mv-bg_sp.jpg);
		padding-top: 40px;
	}
	.mv__title {
		margin-bottom: 10px;
	}
	.mv__text {
		font-size: 10px;
		letter-spacing: 0;
	}
	.mv__img03 {
		background-color: unset;
		padding-bottom: 0;
	}
	/* point
	------------ */
	.point__inner {
		background-image: linear-gradient(180deg, #f5f2e9 0, #ffffff 50%);
		padding-bottom: 20px;
	}
	.point__title {
		width: max(300px, calc((300 / 375) * 100vw));
		transform: translateX(0);
		margin-bottom: 20px;
	}
	.point__grid01 {
		display: block;
	}
	.point__grid03 {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.point__grid01::before {
		display: none;
	}
	.point03__img02 {
		margin-bottom: 20px;
	}
	.sp-order {
		display: flex;
		flex-direction: column;
	}
	.sp-order-01 {
		order: 1;
	}
	.sp-order-02 {
		order: 2;
	}
	.sp-order-03 {
		order: 3;
	}
	.point__box {
		border-radius: 4px;
		padding: 10px;
	}
	.point__box--50per {
		width: 100%;
		margin-left: 0;
	}
	.point04__img01 {
		width: max(60px, calc((60 / 375) * 100vw));
	}
	.point__title03 {
		font-size: max(12px, 3vw);
	}
	.how-to-choose__header {
		display: block;
		margin-bottom: 20px;
	}
	.how-to-choose__title {
		width: max(250px, calc((250 / 375) * 100vw));
	}
	.how-to-choose__subtitle01 {
		width: max(300px, calc((300 / 375) * 100vw));
		padding-bottom: 10px;
	}
	.how-to-choose__subtitle02 {
		width: max(275px, calc((275 / 375) * 100vw));
		padding-bottom: 10px;
	}
	.how-to-choose__subtitle03 {
		width: max(235px, calc((235 / 375) * 100vw));
		padding-bottom: 10px;
	}
	.how-to-choose__text04 {
		font-size: max(13px, 3.5vw);
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.how-to-choose__footer {
		display: grid;
		grid-template-columns: 1fr 1.1fr;
	}
	.how-to-choose__img01 {
		margin-top: 0;
	}
	.how-to-choose__texts {
		padding: 10px;
	}
	.how-to-choose__text01 {
		font-size: 10px;
		letter-spacing: 0;
	}
	.how-to-choose__text02 {
		font-size: 8px;
		line-height: 1.4;
	}
	.how-to-choose__img01 {
		padding-left: 10%;
	}
	.how-to-choose__subtitle-wrap {
		margin-bottom: 10px;
	}
	.how-to-choose__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.how-to-choose__grid::before {
		display: none;
	}
}