@charset "UTF-8";



/*nayami
---------------------------------------------------------*/
#nayami .bg {
	background: #B9E5FF;
	background: linear-gradient(0deg,rgba(185, 229, 255, 0) 40%, rgba(183, 203, 213, 1) 90%);
	position: relative;
}
#nayami .bg::before {
	content: "";	/*下背景色*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 10vw;
	max-height: 90px;
	background: #e6e9d6;
	left: 0;
	bottom: -1px;
}
#nayami .w1300 {
	position: relative;
	/*padding-top: 120px;*/
}
#nayami .txt_color {
	color: #2d7192;
}

#nayami .title_box {
	width: 85%;
	max-width: 1094px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 5;	/*メインイメージより上にする*/
	/*position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);*/
	background: #fff;
	text-align: center;
	font-size: min(160%,2.2vw);
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: 1.3em 0;
	border-radius: 1.5em;
}
#nayami .title_box::before {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 5vw;
	max-height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/shadow1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
#nayami .title_box::after {
	content: "";	/*ふきだし*/
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 28px;
	left: 0;
	top: calc(100% - 1px);
	background: url("../images/fukidashi1@2x.png") no-repeat center top;
	background-size: contain;
}
#nayami .title_box .slash span::before,
#nayami .title_box .slash span::after {
	border-left-style: dashed;
}
#nayami .title_box dd {
	font-size: 175%;
	letter-spacing: .08em;
	line-height: 1.4em;
}
#nayami .title_box dd .txt_color {
	font-size: 145%;
	letter-spacing: .06em;
	line-height: 1.4em;
	display: inline-block;
	position: relative;
}
#nayami .title_box dd .txt_color::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: .1em;
	background: url("../images/naya_line@2x.png") no-repeat center bottom;
	background-size: contain;
}

#nayami .item_list {
	position: relative;
	z-index: 1;
	display: flex;
    flex-wrap: wrap;
}
#nayami .item_list li {
	margin-top: 1.5%;
	width: 25.4%;
	aspect-ratio: 1 / 1;
	background-image: url("../images/naya_img1@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
}
#nayami .item_list li:nth-child(1),
#nayami .item_list li:nth-child(2),
#nayami .item_list li:nth-child(3) {
	margin-left: 7.9333%;
}
#nayami .item_list li:nth-child(4),
#nayami .item_list li:nth-child(5),
#nayami .item_list li:nth-child(6) {
	margin-right: 7.9333%;
}
#nayami .item_list li p {
	position: absolute;
	left: -.8em;
	top: 50%;
	transform: translateY(-50%);
	font-size: min(175%,2.0vw);
	letter-spacing: .08em;
	line-height: 1.4em;
}
#nayami .item_list li p > span {
	display: block;
	font-size: 140%;
	letter-spacing: .08em;
	line-height: 1.3em;
	margin-top: .2em;
}

#nayami .item_list li:nth-child(2) {background-image: url("../images/naya_img2@2x.png");}
#nayami .item_list li:nth-child(3) {background-image: url("../images/naya_img3@2x.png");}
#nayami .item_list li:nth-child(4) {background-image: url("../images/naya_img4@2x.png");}
#nayami .item_list li:nth-child(5) {background-image: url("../images/naya_img5@2x.png");}
#nayami .item_list li:nth-child(6) {background-image: url("../images/naya_img6@2x.png");}

/*表示アニメーション*/
#nayami .item_list li {
	opacity: 0;
	transform: translateY(-10%);
	transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
#nayami .item_list.anime_on li {
	opacity: 1;
	transform: translateY(0%);
}
#nayami .item_list.anime_on li:nth-child(2) {transition-delay: 0.2s;}
#nayami .item_list.anime_on li:nth-child(3) {transition-delay: 0.4s;}
#nayami .item_list.anime_on li:nth-child(4) {transition-delay: 0.6s;}
#nayami .item_list.anime_on li:nth-child(5) {transition-delay: 0.8s;}
#nayami .item_list.anime_on li:nth-child(6) {transition-delay: 1.0s;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#nayami .title_box {
	margin-bottom: 2%;
	font-size: 2.5vw;
}
#nayami .title_box::after {
	height: 2.5vw;
}

#nayami .item_list {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#nayami .item_list li {
	margin-top: 1.5%;
	width: 29%;
}
#nayami .item_list li:nth-child(1),
#nayami .item_list li:nth-child(2),
#nayami .item_list li:nth-child(3) {
	margin-left: 4.3333%;
}
#nayami .item_list li:nth-child(4),
#nayami .item_list li:nth-child(5),
#nayami .item_list li:nth-child(6) {
	margin-right: 4.3333%;
}
#nayami .item_list li p {
	font-size: 2.2vw;
	letter-spacing: .04em;
}
#nayami .item_list li p > span {
	letter-spacing: .04em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nayami .title_box {
	width: 100%;
	margin-bottom: 6%;
	font-size: 100%;
	padding: 1.3em 0;
	border-radius: 1.2em;
}
#nayami .title_box::before {
	height: 6vw;	/*影*/
}
#nayami .title_box::after {
	height: 3.5vw;	/*ふきだし*/
}
#nayami .title_box dd {
	font-size: 145%;
	letter-spacing: normal;
}
#nayami .title_box dd .txt_color {
	letter-spacing: normal;
}

#nayami .item_list {
	margin-left: 2%;
	width: 101%;
}
#nayami .item_list li {
	margin-top: 1.5%;
	width: 47%;
	margin: 2% 6% 0 0 !important;
}
#nayami .item_list li:nth-child(2n) {
	margin-right: 0% !important;
}
#nayami .item_list li p {
	font-size: 100%;
	letter-spacing: normal;
}
#nayami .item_list li p > span {
	letter-spacing: normal;
}
}



/*about
---------------------------------------------------------*/
#about .bg {
	background: #e6e9d6;
}
#about .title_box {
	text-align: center;
}
#about .title_box .ft_deuterium {
	color: #a3a192;
	font-size: 175%;
	letter-spacing: .08em;
	line-height: 1.0em;
	margin-bottom: .5em;
}
#about .title_box .fukidashi {
	width: 90%;
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #fff;
	font-size: min(370%,5.0vw);
	letter-spacing: normal;
	line-height: 1.4em;
	padding: .25em 0;
	border-radius: .6em;
}
#about .title_box .fukidashi::before {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 5vw;
	max-height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/shadow1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
#about .title_box .fukidashi::after {
	content: "";	/*ふきだし*/
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 28px;
	left: 0;
	top: calc(100% - 1px);
	background: url("../images/fukidashi1@2x.png") no-repeat center top;
	background-size: contain;
}
#about .title_box .fukidashi h2 {
	display: inline-block;
	position: relative;
}
#about .title_box .fukidashi h2::before {
	content: "";	/*クエスチョンマーク*/
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	right: 0;
	bottom: .1em;
	background: url("../images/abou_question@2x.png") no-repeat center center;
	background-size: contain;
	transform: translate(100%,30%);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
#about .title_box.anime_on .fukidashi h2::before {
	transform: translate(100%,0%);
	opacity: 1;
}
#about .title_box .fukidashi span {
	font-size: 75%;
	letter-spacing: normal;
	line-height: 1.4em;
}

#about .flt_box {
	width: 100%;
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}
#about .flt_box .img_l {
	float: left;
	width: 36%;
	max-width: 390px;
}
#about .flt_box .txt_r {
	float: right;
	width: 60%;
	max-width: 650px;
}
#about .flt_box .txt_r dt {
	font-size: min(175%,2.6vw);
	letter-spacing: .08em;
	line-height: 1.6em;	
	font-feature-settings: "halt";
	margin-bottom: .5em;
}

#about .comparison table {
	width: 100%;
}
#about .comparison table th,
#about .comparison table td {
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	background: #e6e9d6;
}
#about .comparison thead th,
#about .comparison tbody td {
	border-right: solid 10px #e6e9d6;
}
#about .comparison thead th:last-child,
#about .comparison tbody td:last-child {
	border-right: none;
}
#about .comparison thead div {
	width: 75%;
	margin: 0 auto;
}
#about .comparison thead p {
	width: 90%;
	margin: .8em auto;
	background: #a3a192;
	color: #fff;
	font-size: min(160%,2.4vw);
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .4em 0;
	border-radius: 1.0em;
}
#about .comparison thead p span {
	display: block;
	font-size: 65%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#about .comparison thead .col_imp p {
	background: #3296a9;
}
#about .comparison tbody th {
	width: 20.2%;
}
#about .comparison tbody td {
	width: 26.6%;
	background: rgba(255,255,255,0.6);
}
#about .comparison tbody td:last-child {
	border-right: none;
}
#about .comparison tbody th,
#about .comparison tbody td {
	position: relative;
	box-sizing: border-box;
}
#about .comparison tbody th::before,
#about .comparison tbody td::before {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 1px;
	background: #e3e3d5;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
#about .comparison tbody tr:last-child th::before,
#about .comparison tbody tr:last-child td::before {
	display: none;
}
#about .comparison tbody th {
	font-size: min(135%,2.3vw);
	letter-spacing: .1em;
	line-height: 1.3em;
	padding: 1.0em 0;
}
#about .comparison tbody th::before {
	background: #fff;
}
#about .comparison tbody td {
	vertical-align: top;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: 1.0em 2% 1.5em;
}
#about .comparison tbody td i {
	display: block;
	font-size: 250%;
	letter-spacing: normal;
	line-height: 1.0em;
	margin-bottom: .2em;
}
#about .comparison tbody td .icon-best {color: #e89b43;}
#about .comparison tbody td .icon-good {color: #cab186;}
#about .comparison tbody td .icon-bad {color: #4aaaa7;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#about .title_box .ft_deuterium {
	font-size: 150%;
}
#about .title_box .fukidashi {
	font-size: 5.7vw;
}
#about .title_box .fukidashi::after {
	height: 2.5vw;
}
#about .flt_box .img_l {
	width: 40%;
}
#about .flt_box .txt_r {
	width: 59%;
}
#about .comparison thead p {
	padding: .6em 0;
}
#about .comparison tbody th {
	letter-spacing: .05em;
}
#about .comparison tbody td {
	font-size: 95%;
	line-height: 1.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about .title_box .ft_deuterium {
	font-size: 130%;
	margin-bottom: .8em;
}
#about .title_box .fukidashi {
	width: 100%;
	font-size: 240%;
}
#about .title_box .fukidashi::after {
	height: 3.5vw;	/*ふきだし*/
}
#about .title_box .fukidashi h2::before {
	width: 2.0em;
	height: 2.0em;
	transform: translate(70%,30%);
}
#about .title_box.anime_on .fukidashi h2::before {
	transform: translate(70%,0%);
}

#about .flt_box .img_l {
	float: none;
	width: 80%;
	margin: 0 auto 4%;
}
#about .flt_box .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
#about .flt_box .txt_r dt {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.6em;	
	margin-bottom: .5em;
}

#about .comparison {
	margin-top: 10%;
}
#about .comparison table {
	width: 150%;
}
#about .comparison thead p {
	width: 100%;
	font-size: 100%;
	letter-spacing: normal;
	padding: .4em 0;
}
#about .comparison thead p span {
	font-size: 75%;
	letter-spacing: .05em;
}
#about .comparison thead th:first-child,
#about .comparison tbody th {
	position: sticky !important;
	z-index: 1;
	left: 0;
	width: 16%;
}
#about .comparison tbody td {
	width: 28%;
}
#about .comparison tbody th {
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.3em;
}
#about .comparison tbody td {
	font-size: 90%;
	letter-spacing: normal;
}
}



/*features
---------------------------------------------------------*/
#features .lead_box {
	position: relative;
	z-index: 1;
}
#features .lead_box::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 44vw;
	max-height: 660px;
	right: 0;
	top: 0;
	transform: translate(2%,-7%);
	background: url("../images/feat_img2@2x.png") no-repeat right top;
	background-size: contain;
}
#features .lead_box .title_box {
	text-align: center;
	font-size: min(320%,4.2vw);
	letter-spacing: normal;
	line-height: 1.2em;
	margin-bottom: .5em;
}
#features .lead_box .title_box p .img_item {
	display: inline-block;
	vertical-align: bottom;
	width: 5.0em;
	max-width: 220px;
	transform: translateY(-15%);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
#features .lead_box .title_box.anime_on p .img_item {
	transform: translateY(5%);
	opacity: 1;
}
#features .lead_box .title_box p .txt_large {
	display: inline-block;
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-left: .2em;
}
#features .lead_box .title_box h2 {
	margin-top: .1em;
	font-size: 175%;
	letter-spacing: normal;
	line-height: 1.2em;
}
#features .lead_box .title_box h2 .txt_small {
	display: inline-block;
	vertical-align: middle;
	font-size: 40%;
	letter-spacing: .1em;
	line-height: 1.2em;
	transform: translateY(-.2em);
}
#features .lead_box .title_box h2 .turquoise {
	font-size: 120%;
	letter-spacing: -.05em;
	line-height: 1.2em;
}
#features .lead_box .sp_txt_l {
	font-size: 110%;
	letter-spacing: .14em;
	line-height: 1.8em;
}
#features .lead_box .anc_list {
	font-size: min(150%,2.0vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#features .lead_box .anc_list li {
	width: 49%;
	max-width: 630px;
	box-sizing: border-box;
	margin-top: 2%;
	padding: .8em 1.0em;
	padding-right: 2.0em;
	background: rgba(227,223,214,0.7);
	border-radius: 3.0em;
	position: relative;
	transition: all 0.8s;
}
#features .lead_box .anc_list li:hover {
	transition: all 0.4s;
	background: #dbd5c8;
}
#features .lead_box .anc_list li:nth-child(-n+2) {
	margin-top: 0;
}
#features .lead_box .anc_list li::after {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	background: #fff url("../images/arrow1@2x.png") no-repeat center center;
	background-size: contain;
	border-radius: 50%;
	right: .7em;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
#features .lead_box .anc_list a {
	display: block;
	padding-left: 2.4em;
	position: relative;
}
#features .lead_box .anc_list a::before {
	content: "( 01 )";
	display: block;
	position: absolute;
	left: 0;
	top: .4em;
	font-family: deuterium-variable, sans-serif;
	font-variation-settings: "wght" 400;
	font-style: normal;
	color: #a3a192;
	font-size: 75%;
	letter-spacing: .06em;
	line-height: 1.0em;
	opacity: 0.5;
}
#features .lead_box .anc_list li:nth-child(2) a::before {content: "( 02 )";}
#features .lead_box .anc_list li:nth-child(3) a::before {content: "( 03 )";}
#features .lead_box .anc_list li:nth-child(4) a::before {content: "( 04 )";}
#features .lead_box .anc_list li:nth-child(5) a::before {content: "( 05 )";}
#features .lead_box .anc_list li:nth-child(6) a::before {content: "( 06 )";}
#features .lead_box .anc_list li:nth-child(7) a::before {content: "( 07 )";}
#features .lead_box .anc_list li:nth-child(8) a::before {content: "( 08 )";}
#features .lead_box .anc_list li:nth-child(9) a::before {content: "( 09 )";}
#features .lead_box .anc_list li:nth-child(10) a::before {content: "( 10 )";}

.feat_width_box {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 130px;
}
.feat_width_box::before {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 90%;
	max-width: 1200px;
	height: 6vw;
	max-height: 60px;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
	background: url("../images/shadow2@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.feat_width_box::after {
	content: "";	/*角*/
	position: absolute;
	z-index: 1;
	width: 13%;
	max-width: 193px;
	aspect-ratio: 193 / 327;
	background-image: url("../images/feat_corner1@2x.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	transform: translateY(15%);
}
.feat_width_box.corner_r::after {
	right: 0;
	background-image: url("../images/feat_corner1@2x.png");
	background-position: right bottom;
}
.feat_width_box.corner_l::after {
	left: 0;
	background-image: url("../images/feat_corner2@2x.png");
	background-position: left bottom;
}
.feat_width_box > div {
	position: relative;
	z-index: 2;
}

.feat_width_box .frat_no {
	font-family: deuterium-variable, sans-serif;
	font-variation-settings: "wght" 400;
	font-style: normal;
	color: #a3a192;
	opacity: 0.5;
	font-size: min(150%,2.1vw);
	letter-spacing: .04em;
	line-height: 1.0em;
}
.feat_width_style h3,
.feat_half_title .title_box h3 {
	font-size: min(280%,3.5vw);
	letter-spacing: .04em;
	line-height: 1.6em;
	font-feature-settings: "halt";
}

.feat_width_title {
	width: 85%;
	height: 25vw;
	max-height: 370px;
	background: url("../images/feat01_img1@2x.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	margin-bottom: 40px;
}
.corner_l .feat_width_title {
	margin-left: 0;
	margin-right: auto;
}
.corner_r .feat_width_title {
	margin-left: auto;
	margin-right: 0;
}
.feat_width_title .point {
	position: absolute;
	z-index: 1;
}

.feat_half_title {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto 60px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.corner_r .feat_half_title {
	flex-direction: row-reverse;
}
.feat_half_title .img_box {
	width: 47%;
	max-width: 683px;
	position: relative;
}
.feat_half_title .title_box {
	width: 50%;
	box-sizing: border-box;
	text-align: left;
}
.corner_l .feat_half_title .title_box {
	padding-right: 5%;
}
.corner_r .feat_half_title .title_box {
	padding-left: 5%;
}
.feat_half_title .img_box .point {
	position: absolute;
	z-index: 1;
}
.feat_half_title .title_box h3 {
	margin-top: .8em;
}

.feat_width_style {
	padding-left: 6%;
	position: relative;
}
.feat_width_style .frat_no {
	position: absolute;
	left: -1.0em;
	top: .8em;
}
.feat_width_style h3 {
	margin-bottom: .4em;
}

#feature01 .feat_width_title .point {
	width: 23vw;
	max-width: 270px;
	right: 1%;
	bottom: 0;
	transform: translateY(15%);
}
#feature01 .dr_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#feature01 .dr_box .box_l {
	width: 53%;
	display: flex;
    align-items: center;
}
#feature01 .dr_box .box_r {
	width: 47%;
	max-width: 544px;
	box-sizing: border-box;
	border-left: solid 1px #e3e3d5;
	padding-left: 2.5%;
}
#feature01 .dr_box .box_l .img_photo {
	width: 50%;
	max-width: 306px;
	margin-right: 8%;
}
#feature01 .dr_box .dr_name h4 {
	font-size: 95%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
#feature01 .dr_box .dr_name dl {
	display: flex;
    align-items: center;
}
#feature01 .dr_box .dr_name dt {
	font-size: 105%;
	letter-spacing: .12em;
	line-height: 1.2em;
	margin-right: 1.0em;
}
#feature01 .dr_box .dr_name dd {
	display: inline-block;
	position: relative;
}
#feature01 .dr_box .dr_name dd p {
	font-size: min(180%,2.5vw);
	letter-spacing: .18em;
	line-height: 1.2em;
}
#feature01 .dr_box .dr_name dd p.ft_deuterium {
	position: absolute;
	right: 0;
	top: 100%;
	color: #727d74;
	opacity: 0.5;
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-top: .5em;
}
#feature01 .dr_box .dr_name dd p.ft_deuterium span {
	color: #3296a9;
}
#feature01 .dr_box .box_r dt {
	font-size: 105%;
	letter-spacing: .14em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
#feature01 .dr_box .box_r dd li {
	font-size: 85%;
	letter-spacing: .06em;
	line-height: 1.6em;
	margin-top: .6em;
	padding-left: 1.0em;
	position: relative;
}
#feature01 .dr_box .box_r dd li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#feature02 .feat_half_title .img_box .point {
	width: 23vw;
	max-width: 270px;
	left: 1%;
	bottom: 0;
	transform: translateY(20%);
}
#feature02 .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#feature02 .flex_box dt {
	width: 33%;
}
#feature02 .flex_box dd {
	width: 64%;
	max-width: 766px;
}
#feature02 .item_list {
	display: flex;
    justify-content: space-between;
}
#feature02 .item_list li {
	width: 49.5%;
	max-width: 590px;
	box-sizing: border-box;
	background: rgba(163,161,146,0.2);
	padding: 30px 3%;
}
#feature02 .item_list h4 {
	background: #a3a192;
	text-align: center;
	color: #fff;
	font-size: min(140%,2.3vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .4em 3%;
	border-radius: 3.0em;
	margin-bottom: 1.0em;
}
#feature02 .item_list .img_txt .img_l {
	width: 31%;
	float: left;
}
#feature02 .item_list .img_txt .txt_r {
	width: 61%;
	float: right;
}

#feature03 .feat_width_title {
	background-image: url("../images/feat03_img1@2x.jpg");
	margin-bottom: 0;
}
#feature03 .img_list {
	width: 96vw;
	max-width: 1280px;
	position: relative;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: -70px;
}
#feature03 .img_list li {
	width: 46%;
	max-width: 560px;
}
#feature03 .img_list li:nth-child(2) {
	width: 7%;
	max-width: 89px;
}

#feature04 .feat_width_title {
	background-image: url("../images/feat04_img1@2x.jpg");
	margin-bottom: 100px;
}
#feature04 .feat_width_title .point {
	width: 45vw;
	max-width: 520px;
	left: 1%;
	bottom: 0;
	transform: translateY(15%);
}
#feature04 h4 {
	text-align: center;
	font-size: 150%;
	letter-spacing: .04em;
	line-height: 1.6em;
}
#feature04 .item_list {
	display: flex;
    justify-content: space-between;
}
#feature04 .item_list li {
	width: 49.5%;
	max-width: 590px;
	box-sizing: border-box;
	background: #fff url("../images/feat04_img4@2x.jpg") no-repeat left top;
	background-size: 65% auto;
	padding: 50px 2.5% 40px;
	position: relative;
}
#feature04 .item_list li.item2 {
	background-image: url("../images/feat04_img6@2x.jpg");
}
#feature04 .item_list .abs {
	width: 42%;
	max-width: 240px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	transform: translateY(-25%);
}
#feature04 .item_list .txt_box {
	width: 65%;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
#feature04 .item_list .txt_box h5 {
	text-align: center;
	font-size: min(180%,2.5vw);
	letter-spacing: .04em;
	line-height: 1.4em;
	padding-bottom: .8em;
	margin-bottom: .5em;
	position: relative;
}
#feature04 .item_list .txt_box h5::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #A3A192;
	background: linear-gradient(90deg,rgba(163, 161, 146, 1) 60%, rgba(163, 161, 146, 0) 100%);
}

#features .feat_list_box {
	margin-top: 150px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#features .feat_list_box > li {
	width: 48%;
	max-width: 595px;
	margin-top: 100px;
	padding-bottom: 60px;
	position: relative;
}
#features .feat_list_box > li:nth-child(-n+2) {
	margin-top: 0;
}
#features .feat_list_box > li::before {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 5vw;
	max-height: 50px;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
	background: url("../images/shadow3@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
#features .feat_list_box h3 {
	font-size: min(210%,3.0vw);
	letter-spacing: .06em;
	line-height: 1.6em;
	padding-left: 2.0em;
	position: relative;
	margin: .6em 0 .2em;
}
#features .feat_list_box h3::before {
	content: "( 05 )";
	display: block;
	font-family: deuterium-variable, sans-serif;
	font-variation-settings: "wght" 400;
	font-style: normal;
	color: #a3a192;
	opacity: 0.5;
	font-size: 60%;
	letter-spacing: .04em;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: .7em;
}
#features .feat_list_box > li:nth-child(2) h3::before {content: "( 06 )";}
#features .feat_list_box > li:nth-child(3) h3::before {content: "( 07 )";}
#features .feat_list_box > li:nth-child(4) h3::before {content: "( 08 )";}
#features .feat_list_box > li:nth-child(5) h3::before {content: "( 09 )";}
#features .feat_list_box > li:nth-child(6) h3::before {content: "( 10 )";}

#features .com_contact::before {
	display: none;	/*影*/
}

.feat_width_style h3 .turquoise,
.feat_half_title .title_box h3 .turquoise,
#features .feat_list_box h3 .turquoise {
	transition: all 0.4s;
	color: #30352d;
}
.feat_width_style.anime_on h3 .turquoise,
.feat_half_title.anime_on .title_box h3 .turquoise,
#features .feat_list_box .anime_on h3 .turquoise {
	color: #3296a9;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#features .lead_box .title_box {
	font-size: 4.5vw;
}
#features .lead_box .title_box h2 .txt_small {
	font-size: 50%;
}
#features .lead_box .sp_txt_l {
	letter-spacing: .1em;
}
#features .lead_box .anc_list {
	font-size: 2.2vw;
	letter-spacing: .05em;
	line-height: 1.2em;
}
#features .lead_box .anc_list li {
	width: 49.5%;
	padding: .6em 1.0em;
	padding-right: 2.0em;
	border-radius: .8em;
	margin-top: 1%;
}
#features .lead_box .anc_list a {
	padding-left: 0;
}
#features .lead_box .anc_list a::before {
	position: static;
	margin-bottom: .5em;
}

.feat_width_box {
	padding-bottom: 6%;
	margin-bottom: 14%;
}
.feat_width_title {
	margin-bottom: 4%;
}
.feat_half_title {
	margin-bottom: 4%;
}
.feat_half_title .title_box h3 {
	margin-top: .3em;
}
.feat_width_style {
	padding-left: 7%;
}
.feat_width_style .frat_no {
	left: -.4em;
}

#feature01 .dr_box .box_l .img_photo {
	margin-right: 4%;
}
#feature01 .dr_box .dr_name h4 {
	letter-spacing: .05em;
}
#feature01 .dr_box .dr_name dt {
	margin-right: .5em;
}
#feature01 .dr_box .dr_name dd p {
	font-size: 2.9vw;
	letter-spacing: .15em;
}
#feature01 .dr_box .box_r dt {
	letter-spacing: .1em;
}
#feature01 .dr_box .box_r dd li {
	font-size: 90%;
	letter-spacing: normal;
	margin-top: .4em;
}

#feature02 .feat_half_title .img_box .point {
	transform: translateY(40%);
}
#feature02 .item_list li {
	padding: 3% 3%;
}
#feature02 .item_list .img_txt .img_l {
	margin-right: 8%;
	margin-bottom: 1.0em;
}
#feature02 .item_list .img_txt .txt_r {
	width: 100%;
	float: none;
}

#feature03 .img_list {
	margin-top: -6%;
}
#feature03 .img_list li {
	width: 48%;
}
#feature03 .img_list li:nth-child(2) {
	width: 4%;
}

#feature04 .feat_width_title {
	margin-bottom: 4%;
}
#feature04 .feat_width_title .point {
	bottom: 50%;
	transform: translateY(50%);
}
#feature04 h4 {
	font-size: 140%;
}
#feature04 .item_list li {
	background-size: 50% auto;
	padding: 8% 4% 3%;
}
#feature04 .item_list .txt_box {
	width: 100%;
}
#feature04 .item_list .txt_box h5 {
	width: 70%;
	margin-left: auto;
	margin-right: 0;
	font-size: 2.6vw;
	letter-spacing: normal;
	padding-bottom: .8em;
	margin-bottom: 1.0em;
}

#features .feat_list_box {
	margin-top: 14%;
}
#features .feat_list_box > li {
	margin-top: 10%;
	padding-bottom: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#features .lead_box::before {
	height: 55vw;
	transform: translate(2%,-7%);
}
#features .lead_box .title_box {
	font-size: 140%;
	margin-bottom: .5em;
}
#features .lead_box .title_box p .img_item {
	display: block;
	width: 7.0em;
	margin: 0 auto;
}
#features .lead_box .title_box.anime_on p .img_item {
	transform: translateY(0%);
}
#features .lead_box .title_box h2 {
	font-size: 150%;
}
#features .lead_box .title_box h2 .txt_small {
	font-size: 60%;
	letter-spacing: normal;
}
#features .lead_box .title_box h2 .turquoise {
	font-size: 110%;
}
#features .lead_box .sp_txt_l {
	font-size: 105%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
#features .lead_box .anc_list {
	font-size: 100%;
	letter-spacing: .05em;
	display: block;
}
#features .lead_box .anc_list li {
	width: 100%;
	max-width: 100%;
	margin-top: 2% !important;
	padding: .8em .8em;
	padding-right: 1.5em;
	border-radius: 1.0em;
}
#features .lead_box .anc_list li:first-child {
	margin-top: 0 !important;
}
#features .lead_box .anc_list a {
	padding-left: 0;
}
#features .lead_box .anc_list a::before {
	position: static;
	margin-bottom: .5em;
}

.feat_width_box {
	padding-bottom: 10%;
	margin-bottom: 14%;
}
.feat_width_box::before {
	height: 8vw;	/*影*/
}
.feat_width_box::after {
	width: 20%;	/*角*/
}

.feat_width_box .frat_no {
	font-size: 4.0vw;
	margin-bottom: .6em !important;
}
.feat_width_style h3,
.feat_half_title .title_box h3 {
	font-size: 145%;
	letter-spacing: .02em;
	line-height: 1.5em;
}

.feat_width_title {
	width: 95%;
	height: 40vw;
	margin-bottom: 6% !important;
}

.feat_half_title {
	margin-bottom: 0;
	display: block;
}
.feat_half_title .img_box {
	width: 60%;
	margin-bottom: 6%;
}
.corner_r .feat_half_title .img_box {
	margin-left: auto;
	margin-right: 0;
}
.feat_half_title .title_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
}
.feat_half_title .title_box h3 {
	margin-top: 0;
	margin-bottom: .4em;
}

.feat_width_style {
	padding-left: 0;
}
.feat_width_style .frat_no {
	position: static;
}
.feat_width_style h3 {
	margin-bottom: .4em;
}

#feature01 .feat_width_title .point {
	width: 45vw;
	right: 0;
	bottom: 0;
	transform: translateY(30%);
}
#feature01 .dr_box {
	display: block;
}
#feature01 .dr_box .box_l {
	width: 100%;
	margin-bottom: 8%;
}
#feature01 .dr_box .box_r {
	width: 100%;
	max-width: 100%;
	padding-left: 5%;
}
#feature01 .dr_box .box_l .img_photo {
	margin-right: 6%;
}
#feature01 .dr_box .dr_name h4 {
	letter-spacing: .05em;
	margin-bottom: .5em;
}
#feature01 .dr_box .dr_name dl {
	display: block;
}
#feature01 .dr_box .dr_name dt {
	margin: 0 0 .2em;
}
#feature01 .dr_box .dr_name dd p {
	font-size: 160%;
}
#feature01 .dr_box .dr_name dd p.ft_deuterium {
	padding-top: .2em;
}
#feature01 .dr_box .box_r dt {
	margin-bottom: .5em;
}
#feature01 .dr_box .box_r dd li {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: .4em;
}

#feature02 .feat_half_title .img_box .point {
	width: 45vw;
	left: auto;
	right: 0;
	bottom: 0;
	transform: translate(80%,30%);
}
#feature02 .flex_box {
	display: block;
}
#feature02 .flex_box dt {
	width: 70%;
	margin: 0 auto 3%;
}
#feature02 .flex_box dd {
	width: 100%;
	max-width: 100%;
}
#feature02 .item_list {
	display: block;
}
#feature02 .item_list li {
	width: 100%;
	max-width: 100%;
	padding: 6% 6%;
	margin-bottom: 4%;
}
#feature02 .item_list li:last-child {
	margin-bottom: 0;
}
#feature02 .item_list h4 {
	font-size: 115%;
	letter-spacing: .05em;
}
#feature02 .item_list .img_txt .img_l {
	width: 40%;
	margin-right: 8%;
	margin-bottom: 1.0em;
}
#feature02 .item_list .img_txt .txt_r {
	width: 100%;
	float: none;
}

#feature03 .w1200 {
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
}
#feature03 .img_list {
	width: 100%;
	left: 0;
	transform: none;
	display: block;
	margin-top: 6%;
}
#feature03 .img_list li {
	width: 100%;
	margin: 0 auto;
}
#feature03 .img_list li:nth-child(2) {
	width: 12%;
	margin: 2% auto -2%;
}

#feature04 .feat_width_title {
	margin-bottom: 45% !important;
}
#feature04 .feat_width_title .point {
	width: 80vw;
	left: 0;
	bottom: 0;
	transform: translateY(80%);
}
#feature04 h4 {
	font-size: 120%;
	letter-spacing: .04em;
}
#feature04 .item_list {
	display: block;
}
#feature04 .item_list li {
	width: 100%;
	max-width: 100%;
	background-size: 50% auto;
	padding: 10% 6% 6%;
	margin-bottom: 4%;
}
#feature04 .item_list li:last-child {
	margin-bottom: 0;
}
#feature04 .item_list .abs {
	transform: translate(-15%,-25%);
}
#feature04 .item_list .txt_box {
	width: 100%;
}
#feature04 .item_list .txt_box h5 {
	width: 70%;
	margin-left: auto;
	margin-right: 0;
	font-size: 130%;
	padding-bottom: .8em;
	margin-bottom: 1.0em;
}

#features .feat_list_box {
	margin-top: 14%;
	display: block;
}
#features .feat_list_box > li {
	width: 100%;
	max-width: 100%;
	margin-top: 14% !important;
	padding-bottom: 10%;
}
#features .feat_list_box > li:first-child {
	margin-top: 0 !important;
}
#features .feat_list_box > li::before {
	height: 8vw;	/*影*/
}
#features .feat_list_box h3 {
	font-size: 145%;
	letter-spacing: .02em;
	line-height: 1.5em;
	padding-left: 0;
	margin: 1.0em 0 .4em;
}
#features .feat_list_box h3::before {
	font-size: 4.0vw;
	margin-bottom: .6em !important;
	position: static;
}
}



/*price
---------------------------------------------------------*/
#price .lead_box {
	background: #e6e9d6;
	padding-bottom: 60px;
}
#price .lead_box .w1300 {
	text-align: center;
}
#price .lead_box h2 {
	display: inline-block;
	font-size: min(240%,3.5vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 1.0em;
}
#price .lead_box h2 .txt_large {
	display: block;
	font-size: 180%;
	letter-spacing: .08em;
	line-height: 1.4em;
}
#price .lead_box h2 .marker {
	display: inline-block;
	background: url("../images/meth_line@2x.png") no-repeat center bottom;
	background-size: contain;
}
#price .lead_box h2 .img_item {
	display: block;
	width: 4.8em;
	max-width: 175px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-55%,-15%);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
#price .lead_box h2.anime_on .img_item {
	transform: translate(-70%,-30%);
	opacity: 1;
}
#price .lead_box .fukidashi {
	display: flex;
    justify-content: center;
	font-size: 155%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#price .lead_box .fukidashi li {
	margin: 0 1.5em;
}
#price .lead_box .fukidashi li:nth-child(2) {
	margin-top: 1.0em;
}
#price .lead_box .fukidashi .slash span::before,
#price .lead_box .fukidashi .slash span::after {
	border-left-style: dashed;
}
#price .lead_box .fukidashi .slash span::before {
	left: -1.2em;
}
#price .lead_box .fukidashi .slash span::after {
	right: -1.0em;
}
#price .lead_box .anc_list {
	font-size: min(155%,2.2vw);
	letter-spacing: .04em;
	line-height: 1.4em;
	display: flex;
    justify-content: space-between;
}
#price .lead_box .anc_list li {
	width: 19%;
	max-width: 245px;
}
#price .lead_box .anc_list a {
	display: block;
	background: #fff;
	position: relative;
	height: 9.0em;
	border-radius: .7em;
	transition: all 0.4s;
}
#price .lead_box .anc_list a:hover {
	background: #a3a192;
	color: #fff;
}
#price .lead_box .anc_list div {
	width: 65%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-70%);
}
#price .lead_box .anc_list p {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 42%;
	transform: translateY(-50%);
}
#price .lead_box .anc_list a::before {
	content: "";
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	background: #e6e9d6 url("../images/arrow1@2x.png") no-repeat center center;
	background-size: contain;
	border-radius: 50%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: .8em;
	transform: rotate(90deg);
}

#price .pric_tbl,
#price .txt_tax {
	width: 100%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}
#price .pric_tbl th,
#price .pric_tbl td {
	font-weight: 400;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: solid 1px #30352d;
}
#price .pric_tbl th {
	width: 79.5%;
	padding-right: 4%;
}
#price .pric_tbl td {
	width: 20.5%;
	background: #e6e9d6;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
	font-size: min(100%,1.3vw);
}
#price .pric_tbl tr:first-child th {
	padding-top: 0;
}

#price .pric_tbl .flt_box .img_l {
	float: left;
	width: 32%;
	max-width: 320px;
}
#price .pric_tbl .flt_box .txt_r {
	float: right;
	width: 65%;
}
#price .pric_tbl .pric_style1 > dt {
	font-size: min(220%,2.8vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: .3em;
}
#price .pric_tbl .pric_style2 {
	margin-top: 1.8em;
}
#price .pric_tbl .pric_style2 > dt {
	display: inline-block;
	background: #1ea2b0;
	font-size: 125%;
	letter-spacing: .06em;
	line-height: 1.4em;
	padding: .2em 2.0em;
	border-radius: 3.0em;
	margin-bottom: 1.0em;
}
#price .pric_tbl .pric_check_list li {
	font-size: 105%;
	letter-spacing: .06em;
	line-height: 1.6em;
	padding-left: 2.5em;
	position: relative;
	margin-top: 1.0em;
}
#price .pric_tbl .pric_check_list li:first-child {
	margin-top: 0;
}
#price .pric_tbl .pric_check_list li::before {
	content: "";
	position: absolute;
	width: 1.6em;
	height: 1.6em;
	background: url("../images/check1@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 0;
}
#price .pric_tbl .pric_col3 {
	display: flex;
    flex-wrap: wrap;
}
#price .pric_tbl .pric_col3 > li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 60px;
}
#price .pric_tbl .pric_col3 > li:nth-child(3n),
#price .pric_tbl .pric_col3 > li:last-child {
	margin-right: 0;
}
#price .pric_tbl .pric_col3 > li:nth-child(-n+3) {
	margin-top: 0;
}
#price .pric_tbl .pric_col3 dt {
	text-align: center;
	background: #fff;
	color: #30352d;
	font-size: min(120%,1.8vw);
	letter-spacing: .08em;
	line-height: 1.4em;
	padding: .2em 1.5em;
	border-radius: 2.2em;
	margin-bottom: 1.0em;
}

#price .pric_tbl .pric_txt > dt {
	font-size: 125%;
	letter-spacing: .2em;
	line-height: 1.4em;
}
#price .pric_tbl .pric_txt {
	margin-top: 2.5em;
}
#price .pric_tbl .pric_txt:first-child {
	margin-top: 0;
}
#price .pric_tbl p.pric_txt,
#price .pric_tbl .pric_txt > dd p {
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
#price .pric_tbl p.pric_txt .ft_deuterium,
#price .pric_tbl .pric_txt > dd p .ft_deuterium {
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
#price .pric_tbl .pric_txt .memo {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: 1.0em;
}

#price .txt_tax {
	text-align: right;
	margin-top: .5em;
}

#method01 .bg {
	background: #e89b43;
	color: #fff;
}
#method01 .com_top_shadow::after {
	opacity: 0.6;
}
#method01 .pric_tbl th,
#method01 .pric_tbl td {
	border-color: #fff;
}
#method01 .pric_tbl td {
	background: #db8137;
}
#method02 .bg {
	background: #1ebac7;
	color: #fff;
}
#method02 .pric_tbl th,
#method02 .pric_tbl td {
	border-color: #fff;
}
#method02 .pric_tbl td {
	background: #1ea2b0;
}
#method03 .bg {
	background: #1e7695;
	color: #fff;
}
#method03 .pric_tbl th,
#method03 .pric_tbl td {
	border-color: #fff;
}
#method03 .pric_tbl td {
	background: #165e79;
}
#method04 .bg {
	background: #a3a192;
	color: #fff;
}
#method04 .pric_tbl th,
#method04 .pric_tbl td {
	border-color: #fff;
}
#method04 .pric_tbl td {
	background: #8f8e83;
}

#pay .card {
	width: 80%;
	max-width: 806px;
	margin: 50px auto 60px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#pay .card li {
	width: 48.7%;
	max-width: 392px;
}

#guarantee .reduction_img {
	text-align: center;
	margin: 40px auto 50px;
}
#guarantee .reduction_img dt {
	display: inline-block;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding: .2em 4.0em;
	background: rgba(227,223,214,0.7);
	border-radius: 1.0em;
	margin-bottom: 2.0em;
}
#guarantee .attention {
	margin-top: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#guarantee .attention dt {
	text-align: center;
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.6em;
}
#guarantee .attention dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-left: 3%;
	border-left: solid 1px rgba(48,53,45,0.2);
	padding-left: 3%;
}
#guarantee .attention dd li {
	margin-top: .8em;
	padding-left: 1.3em;
	position: relative;
}
#guarantee .attention dd li:first-child {
	margin-top: 0;
}
#guarantee .attention dd li::before {
	content: "";
	position: absolute;
	width: .6em;
	height: .6em;
	border-radius: 50%;
	background: #e3dfd6;
	opacity: 0.7;
	left: 0;
	top: .6em;
}

#deduction .formula {
	margin: 40px auto 40px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
    padding: 30px 0;
	text-align: center;
}
#deduction .formula h4 {
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding-bottom: .8em;
	border-bottom: solid 1px #f5f5f5;
	width: 100%;
	max-width: 1075px;
	margin: 0 auto .8em;
}
#deduction .formula > div {
	display: inline-block;
}
 #deduction .formula p:nth-child(1) {
	text-align: left;
	 color: #42220c;
    font-size: min(150%,1.9vw);
	letter-spacing: .1em;
    line-height: 1.4em;
	font-feature-settings: "halt";
    margin-bottom: .5em;
	position: relative;
}
#deduction .formula p .small1 {
    font-size: 60%;
	letter-spacing: .1em;
}
#deduction .formula p .small2 {
    font-size: 90%;
	letter-spacing: .1em;
}
#deduction .formula p .col1 {color: #248393;}
/*#deduction .formula p .col2 {color: #20adaa;}*/
#deduction .formula p .col3 {color: #da8f59;}
#deduction .formula p sup {
    font-size: 60%;
}
#deduction .formula p:nth-child(2) {
    text-align: right;
	color: #727d83;
	font-size: 95%;
	letter-spacing: .06em;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#price .lead_box {
	padding-bottom: 6%;
}
#price .lead_box h2 {
	font-size: 3.8vw;
}
#price .lead_box .fukidashi {
	font-size: 140%;
}
#price .lead_box .anc_list {
	font-size: min(155%,2.2vw);
	letter-spacing: normal;
}
#price .lead_box .anc_list a {
	height: 8.0em;
}
#price .lead_box .anc_list p {
	top: 45%;
}
#price .lead_box .anc_list a::before {
	bottom: .6em;
}

#price .pric_tbl th,
#price .pric_tbl td {
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#price .pric_tbl th {
	width: 75%;
}
#price .pric_tbl td {
	width: 25%;
	font-size: 1.6vw;
}

#price .pric_tbl .flt_box .img_l {
	width: 35%;
}
#price .pric_tbl .flt_box .txt_r {
	width: 60%;
}
#price .pric_tbl .pric_style1 > dt {
	font-size: 3.1vw;
	letter-spacing: .05em;
	margin-bottom: .2em;
	font-feature-settings: "halt";
}
#price .pric_tbl .pric_style2 {
	margin-top: 1.5em;
}
#price .pric_tbl .pric_style2 > dt {
	font-size: 110%;
	letter-spacing: .05em;
}
#price .pric_tbl .pric_check_list li {
	letter-spacing: .05em;
	padding-left: 2.2em;
	margin-top: .5em;
}
#price .pric_tbl .pric_col3 dt {
	font-size: 2.0vw;
	letter-spacing: .05em;
	padding: .4em .5em;
	border-radius: .8em;
	margin-bottom: 1.0em;
}

#price .pric_tbl .pric_txt > dt {
	letter-spacing: .15em;
}
#price .pric_tbl .pric_txt {
	margin-top: 1.5em;
}
#price .pric_tbl p.pric_txt .ft_deuterium,
#price .pric_tbl .pric_txt > dd p .ft_deuterium {
	letter-spacing: normal;
}
#price .pric_tbl .pric_txt .memo {
	letter-spacing: normal;
	margin-top: .5em;
}

#pay .card {
	width: 90%;
	margin: 4% auto 5%;
}

#guarantee .reduction_img {
	margin: 4% auto 5%;
}
#guarantee .reduction_img dt {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 1.5em;
}
#guarantee .attention {
	margin-top: 4%;
}
#guarantee .attention dt {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#guarantee .attention dd {
	letter-spacing: normal;
}

#deduction .formula {
	margin: 5% auto 5%;
    padding: 4% 0;
}
#deduction .formula h4 {
	letter-spacing: .1em;
}
#deduction .formula p:nth-child(1) {
    font-size: 2.6vw;
	letter-spacing: .05em;
}
#deduction .formula p .small1 {
	letter-spacing: .05em;
}
#deduction .formula p .small2 {
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price .lead_box {
	padding-top: 20%;
	padding-bottom: 10%;
}
#price .lead_box h2 {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: 1.0em;
}
#price .lead_box h2 .txt_large {
	font-size: 180%;
	letter-spacing: .05em;
}
#price .lead_box h2 .img_item {
	width: 4.8em;
	transform: translate(-35%,-35%);
}
#price .lead_box h2.anime_on .img_item {
	transform: translate(-50%,-50%);
}
#price .lead_box .fukidashi {
    justify-content: space-between;
	font-size: 95%;
	letter-spacing: normal;
}
#price .lead_box .fukidashi li {
	margin: 0 .8em;
}
#price .lead_box .anc_list {
	font-size: 110%;
	letter-spacing: normal;
    justify-content: center;
    flex-wrap: wrap;
}
#price .lead_box .anc_list li {
	width: 49%;
	max-width: 100%;
	margin-right: 2%;
	margin-top: 12%;
}
#price .lead_box .anc_list li:nth-child(2n),
#price .lead_box .anc_list li:last-child {
	margin-right: 0;
}
#price .lead_box .anc_list li:nth-child(-n+2) {
	margin-top: 4%;
}
#price .lead_box .anc_list a {
	height: 6.5em;
}
#price .lead_box .anc_list div {
	width: 50%;
	transform: translateY(-65%);
}
#price .lead_box .anc_list p {
	top: 45%;
	transform: translateY(-50%);
}
#price .lead_box .anc_list a::before {
	bottom: .5em;
}

#price .pric_tbl tr,
#price .pric_tbl th,
#price .pric_tbl td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
#price .pric_tbl th {
	padding: 6% 0;
	border-bottom: none;
}
#price .pric_tbl td {
	padding: 1.0em 3%;
	font-size: 85%;
}
#price .pric_tbl tr:first-child th {
	padding-top: 0;
}

#price .pric_tbl .flt_box .img_l {
	float: none;
	width: 60%;
	margin: 0 auto 1.0em;
}
#price .pric_tbl .flt_box .txt_r {
	float: none;
	width: 100%;
}
#price .pric_tbl .pric_style1 > dt {
	text-align: center;
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: .3em;
	font-feature-settings: "halt";
}
#price .pric_tbl .pric_style2 {
	margin-top: 1.5em;
}
#price .pric_tbl .pric_style2 > dt {
	display: block;
	text-align: center;
	font-size: 120%;
	letter-spacing: .05em;
}
#price .pric_tbl .pric_style2 > dd {
	padding: 0 6%;
}
#price .pric_tbl .pric_check_list li {
	font-size: 105%;
	letter-spacing: .05em;
	padding-left: 2.0em;
	margin-top: .5em;
}
#price .pric_tbl .pric_col3 {
	display: block;
}
#price .pric_tbl .pric_col3 > li {
	width: 100%;
	margin-right: 0;
	margin-top: 1.5em !important;
}
#price .pric_tbl .pric_col3 > li:first-child {
	margin-top: 0 !important;
}
#price .pric_tbl .pric_col3 dt {
	font-size: 110%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
#price .pric_tbl .pric_col3 dd {
	padding: 0 6%;
}

#price .pric_tbl dl.pric_txt {
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
#price .pric_tbl .pric_txt > dt {
	padding-top: .2em;
	margin-right: 1.0em;
}
#price .pric_tbl .pric_txt {
	margin-top: 1.0em;
}
#price .pric_tbl p.pric_txt,
#price .pric_tbl .pric_txt > dd p {
	letter-spacing: .05em;
}
#price .pric_tbl p.pric_txt .ft_deuterium,
#price .pric_tbl .pric_txt > dd p .ft_deuterium {
	letter-spacing: normal;
}
#price .pric_tbl .pric_txt .memo {
	font-size: 90%;
	letter-spacing: normal;
	margin-top: 0;
}

#price .txt_tax {
	font-size: 90%;
}

#pay .card {
	width: 100%;
	max-width: 100%;
	margin: 3% auto 3%;
	display: block;
}
#pay .card li {
	width: 80%;
	margin: 2% auto;
}

#guarantee .reduction_img {
	margin: 6% auto 6%;
}
#guarantee .reduction_img dt {
	display: block;
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .5em 0;
	border-radius: 3.0em;
	margin-bottom: 2.0em;
}
#guarantee .reduction_img .scl_area_x p {
	width: 250%;
}
#guarantee .attention {
	margin-top: 8%;
	display: block;
}
#guarantee .attention dt {
	font-size: 120%;
	letter-spacing: .1em;
}
#guarantee .attention dd {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-left: 0;
	border-left: none;
	padding-left: 0;
	margin-top: 1.0em;
	border-top: solid 1px rgba(48,53,45,0.2);
	padding-top: 1.0em;
}
#guarantee .attention dd li {
	margin-top: .8em;
	padding-left: 1.3em;
	position: relative;
}
#guarantee .attention dd li:first-child {
	margin-top: 0;
}
#guarantee .attention dd li::before {
	content: "";
	position: absolute;
	width: .6em;
	height: .6em;
	border-radius: 50%;
	background: #e3dfd6;
	opacity: 0.7;
	left: 0;
	top: .6em;
}

#deduction .formula {
	margin: 6% auto 6%;
    padding: 6% 0;
}
#deduction .formula h4 {
	font-size: 120%;
	letter-spacing: .1em;
}
 #deduction .formula p:nth-child(1){
    font-size: 110%;
	letter-spacing: normal;
	 line-height: 1.6em;
}
#deduction .formula p .small1 {
	letter-spacing: normal;
}
#deduction .formula p .small2 {
	letter-spacing: normal;
}
#deduction .formula p:nth-child(2) {
	font-size: 90%;
	letter-spacing: .05em;
}
}



/*case
---------------------------------------------------------*/
#case .bg {
	background: #fff;
}
#case .com_index1 {
	margin-bottom: 10px;
}
#case .case_box {
	background: #dbebf0;
	padding: 60px 4% 80px;
}
#case .case_box .in_box {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
#case .case_box .case_title {
	text-align: center;
}
#case .case_box .case_title .ft_deuterium {
	display: inline-block;
	background: #3296a9;
	color: #fff;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.0em;
	padding: .3em 3.0em;
	border-radius: 3.0em;
	margin-bottom: .8em;
}
#case .case_box .case_title .ft_min {
	font-size: 190%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding-bottom: .5em;
	border-bottom: solid 1px #fff;
	margin-bottom: 50px;
}
#case .case_box .photo_flex {
	width: 100%;
	max-width: 854px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	text-align: center;
}
#case .case_box .photo_flex > div {
	width: 45.7%;
	max-width: 390px;
}
#case .case_box .photo_flex .img_thum {
	position: relative;
}
#case .case_box .photo_flex .img_thum::before {
	content: "";
	position: absolute;
	width: 19%;
	height: 100%;
	left: 100%;
	top: 0;
	background: url("../images/case_arrow@2x.png") no-repeat center center;
	background-size: 40% auto;
}
#case .case_box .photo_flex div:last-child .img_thum::before {
	display: none;
}
#case .case_box .photo_flex .ft_deuterium {
	display: block;
	width: 80%;
	max-width: 210px;
	color: #3296a9;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.0em;
	padding: .2em 0;
	background: #fff;
	border-radius: 3.0em;
	margin: .5em auto 0;
}
#case .case_box .detail {
	width: 100%;
}
#case .case_box .detail th,
#case .case_box .detail td {
	text-align: left;
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
	padding: 1.3em 3%;
}
#case .case_box .detail tr:last-child th,
#case .case_box .detail tr:last-child td {
	border-bottom: none;
}
#case .case_box .detail th {
	width: 28%;
	background: rgba(30,146,174,0.1);
	vertical-align: top;
	font-size: 105%;
	letter-spacing:.35em;
	line-height: 1.6em;
}
#case .case_box .detail td {
	width: 72%;
	vertical-align: middle;
}
#case .case_box .risk dt {
	text-align: center;
	font-size: 145%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
#case .case_box .risk dd {
	width: 100%;
	max-width: 1015px;
	margin-left: auto;
	margin-right: auto;
}
#case .case_box .risk li {
	padding-left: 1.0em;
	position: relative;
}
#case .case_box .risk li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*process
---------------------------------------------------------*/
#process .com_index1 {
	margin-bottom: 80px;
}
#process .flow_list > li {
	position: relative;
	padding-bottom: 80px;
}
#process .flow_list > li:last-child {
	padding-bottom: 0;
}
#process .flow_list > li::after,
#process .flow_list .no {
	font-size: min(140%,1.8vw);
	letter-spacing: normal;
	line-height: 1.0em;
}
#process .flow_list > li::after {
	content: "";	/*罫線*/
	position: absolute;
	z-index: 0;
	width: 1px;
	height: 0%;
	background: #42220c;
	left: 3.8em;	/*半分にする*/
	top: 0;
	transition: all 1.0s linear;
}
#process .flow_list > li.anime_on::after {
	height: 100%;
}
#process .flow_list > li:last-child::after {
	display: none;
}
#process .flow_list .no {
	width: 7.6em;	/*半分にする*/
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	background: #f5f5f5;
	border: solid 1px #42220c;
	outline: solid 25px #f5f5f5;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	transform: translateY(-30%);
	text-align: center;
}
#process .flow_list .no p {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-10%,-50%);
	color: #3296a9;
	background: #f5f5f5;
	letter-spacing: .1em;
	line-height: 1.0em;
	padding: .9em 0;
}
#process .flow_list .no p::after {
	content: "01";
	display: block;
	font-size: 270%;
	letter-spacing: .05em;
	line-height: 1.0em;
	margin-top: .1em;
}
#process .flow_list .in_box {
	width: 83%;
	margin-left: auto;
	margin-right: 0;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
#process .flow_list .in_box::before {
	content: "";	/*影*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 5vw;
	max-height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/shadow1@2x.png") no-repeat center top;
	background-size: 100% 100%;
}

#process .flow_list .flt_box .img_l {
	width: 30%;
	max-width: 322px;
	float: left;
}
#process .flow_list .flt_box .txt_r {
	width: 66%;
	float: right;
}
#process .flow_list .flow_style1 > dt {
	font-size: min(220%,2.8vw);
	letter-spacing: .06em;
	line-height: 1.6em;
	margin-bottom: .3em;
}

#process .flow_list > li:nth-child(2) .no p::after {content: "02";}
#process .flow_list > li:nth-child(3) .no p::after {content: "03";}
#process .flow_list > li:nth-child(4) .no p::after {content: "04";}
#process .flow_list > li:nth-child(5) .no p::after {content: "05";}
#process .flow_list > li:nth-child(6) .no p::after {content: "06";}
#process .flow_list > li:nth-child(7) .no p::after {content: "07";}
#process .flow_list > li:nth-child(8) .no p::after {content: "08";}
#process .flow_list > li:nth-child(9) .no p::after {content: "09";}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#process .com_index1 {
	margin-bottom: 8%;
}
#process .flow_list > li {
	padding-bottom: 10%;
}
#process .flow_list .no {
	outline-width: 20px;
}
#process .flow_list .no p {
	font-size: 110%;
	padding: .5em 0;
}
#process .flow_list .no p::after {
	margin-top: 0;
}
#process .flow_list .in_box {
	width: 82%;
	padding-bottom: 6%;
}

#process .flow_list .flt_box .img_l {
	width: 30%;
	max-width: 322px;
	float: left;
}
#process .flow_list .flt_box .txt_r {
	width: 66%;
	float: right;
}
#process .flow_list .flow_style1 > dt {
	font-size: 3.1vw;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#process .com_index1 {
	margin-bottom: 10%;
}
#process .flow_list > li {
	padding-bottom: 14%;
}
#process .flow_list > li::after,
#process .flow_list .no {
	font-size: 60%;
}
#process .flow_list .no {
	outline-width: 10px;
}
#process .flow_list .no p {
	font-size: 130%;
	transform: translate(-20%,-50%);
	padding: .4em 0 .6em;
}
#process .flow_list .no p::after {
	letter-spacing: normal;
	margin-top: 0;
}
#process .flow_list .in_box {
	width: 75%;
	padding-bottom: 10%;
}
#process .flow_list .in_box::before {
	width: 120%;	/*影*/
	left: -10%;
}
#process .flow_list .flt_box .img_l {
	width: 70%;
	float: none;
	margin: 0 auto 1.0em;
}
#process .flow_list .flt_box .txt_r {
	width: 100%;
	float: none;
}
#process .flow_list .flow_style1 > dt {
	font-size: 135%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .2em;
	font-feature-settings: "halt";
}
#process .flow_list .flow_style1 > dt {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .2em;
	font-feature-settings: "halt";
}
#process .flow_list .com_cont_style .cont_tel {
	width: 90%;
}
#process .flow_list .com_cont_style .com_contact_color {
	display: block;
}
#process .flow_list .com_cont_style .com_contact_color li {
	width: 90%;
	margin: 3% auto 0;
}
#process .flow_list .com_cont_style .com_contact_color li a {
	padding: 0 10%;
}
#process .flow_list .com_cont_time {
	font-size: 90%;
	letter-spacing: normal;
	font-feature-settings: "halt";
	white-space: nowrap;
}
}



/*QAパーツ
---------------------------------------------------------*/
.com_qa {
	margin-bottom: 70px;
}
.com_qa:last-of-type {
	margin-bottom: 0;
}
.com_qa > dt p {
	font-size: min(220%,2.8vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}
.com_qa > dt,
.com_qa > dd {
	padding-left: 9% !important;
	position: relative;
}
.com_qa > dt::before,
.com_qa > dd::before {
	content: "Q.";
	display: block;
	font-family: deuterium-variable, sans-serif;
	font-variation-settings: "wght" 400;
	font-style: normal;
	text-align: center;
	font-size: min(365%,4.8vw);
	letter-spacing: normal;
	position: absolute;
	left: .5em;
}
.com_qa > dt::before {
	color: #3296a9;
	top: .05em;
}
.com_qa > dd::before {
	content: "A.";
	color: #f5962d;
	top: 30px;
	transform: translateY(-15%);
}
.com_qa > dd {
	padding: 30px 3%;
	background: #fff;
}
.com_qa > dd::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: calc(100% - 1px);
	background: url("../images/fukidashi2@2x.png") no-repeat 3.5% bottom;
	background-size: contain;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_qa {
	margin-bottom: 6%;
}
.com_qa:last-of-type {
	margin-bottom: 0;
}
.com_qa > dt p {
	font-size: 3.1vw;
	letter-spacing: .05em;
	margin-bottom: .6em;
}
.com_qa > dt,
.com_qa > dd {
	padding-left: 10% !important;
}
.com_qa > dt::before,
.com_qa > dd::before {
	font-size: 5.0vw;
}
.com_qa > dt::before {
	top: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_qa {
	margin-bottom: 8%;
}
.com_qa > dt p {
	font-size: 130%;
	letter-spacing: normal;
	margin-bottom: 1.0em;
}
.com_qa > dt,
.com_qa > dd {
	padding-left: 15% !important;
}
.com_qa > dt::before,
.com_qa > dd::before {
	font-size: 200%;
	left: .4em;
}
.com_qa > dd::before {
	top: 5vw;
}
.com_qa > dd {
	padding: 5vw 3%;
}
.com_qa > dd::after {
	height: 4vw;
	background-position: 5.0% bottom;
}
}



.com_list1 > li {
	position: relative;
	line-height: 1.6;
	padding-left: 1.1em;
	margin-bottom: 1.2em;
}
.com_list1 > li:last-of-type {
	margin-bottom: 0;
}
.com_list1 > li::before {
	position: absolute;
	content: "";
	background-color: #F5962D;
	width: .6em;
	height: .6em;
	aspect-ratio: 1;
	border-radius: 50%;
	left: 0;
	top: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_list1 > li {
	margin-bottom: .8em;
}
}


/*form
---------------------------------------------------------*/
#form .com_index1 .ft_deuterium {
	color: #F5962D;
}
#form .com_index1 .ft_min {
	font-size: min(312%,4.0vw);
	margin-top: .6em;
}
#form .img1 {
	width: 25%;
	max-width: 220px;
	margin: 3% auto 2%;
}
#form .atte_title {
	text-align: center;
	font-size: min(162%,2.2vw);
	letter-spacing: .12em;
	line-height: 1.6;
	padding-bottom: .6em;
	margin-bottom: 1.2em;
	border-bottom: solid 1px currentColor;
}
#form .com_list1 {
	padding: 0 3%;
}
#form .com_list1 > li span {
	color: #C46E2D;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#form .com_index1 .ft_min {
	font-size: 150%;
}
#form .img1 {
	width: 50%;
	margin: 5% auto 4%;
}
#form .atte_title {
	font-size: 110%;
	letter-spacing: .1em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}