@charset "UTF-8";


/* ========================================================
  
  LP共通

======================================================== */
.drw_menu > li > a::before {
	content: '\e808';
}
/* contact */
.ctc_cnsl a {
	letter-spacing: -0.05em;
	background-image: url("../../common/images/icon_cnsl2.svg");
	background-position: left .2em center;
	padding-left: 3.6em;
}
.ctc_cnsl a p {
	font-size: 103%;
	letter-spacing: -0.1em;
}
.ctc_cnsl a p span {
	color: inherit;
	font-size: 110%;
	letter-spacing: .06em;
}
.ctc_cnsl a::before {
	content: '\e818';
}

/* bnr */
footer .bnr_ceramic {
	display: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ctc_cnsl a {
	font-size: 80%;
}
}

/*font
---------------------------------------------------------*/
.com_index1,
.com_contact,.h_contact,.drw_contact,
.drw_tel .tel_style,
footer,#sp_footer,
#official .copy {
    font-family: zen-old-mincho, serif;
	font-weight: 400;
    font-style: normal;
}

/*color
---------------------------------------------------------*/
.com_deco_txt,
.com_txt_link:hover {color: var(--color_blu);}
.com_index1 {background-color: #315682;}

.com_timetable tbody td,
.com_time_txt .icon-tri {
	color: #80cce3;
}
/* drawer */
#drawer-content {background-color: rgba(29,53,87,0.95);}
#drawer-content .com_link1 a {background-color: var(--color_blu);}
.drw_menu > li {border-color: rgba(255,255,255,0.2);}
.drw_menu > li > a {
	font: var(--font_min);
	color: #FFF;
}
/* contact */
.com_contact .ctc_tel a {
	color: var(--color_base );
	background-color: #f3f7f6;
}
.ctc_web a {background-color: var(--color_gld);}
.ctc_web a:hover {background-color: #ddb973;}
.ctc_cnsl a {background-color: #b7c7d0;}
.ctc_cnsl a p {
	color: var(--color_base);
}
.ctc_cnsl a:hover {background-color: #9fc1d1;}

/* footer */
footer {background-color: var(--color_blu);}
footer .f_flex {color: #FFF;}
footer .acs_list > li::before,
footer .com_contact .ctc_tel a {background-color: rgba(0,0,0,0.2);}

footer .com_timetable {	border-color: #FFF;}
footer .f_btm {	background-color: #FFF;}
footer .com_contact .ctc_tel a {color: #FFF;}


#pay,#deduction {
	color: inherit;
}
#official {
	color: #FFF;
	background-color: var(--color_blu);
}



/* ========================================================
  
  variable

======================================================== */
:root {
	--color_base: #283d36;

	--color_red: #c1272d;
	--color_org: #d18536;
	--color_och: #bfab69;
	--color_gld: #e5ca8a;
	--color_yel: #ffffa6;
	--color_lblu: #E9F5F8;
	--color_lblu: #E9F5F8;
	--color_blu: #658fab;
	--color_nvy: #206784;
	--color_ind: #1d3557;
	--color_lgry: #e4eaf1;
	--color_gry: #8b9298;
	--color_dgry: #666f73;
}


/* ========================================================
  
  parts

======================================================== */

/*---------------------------------------------------------
heading
---------------------------------------------------------*/
.heading__min {
	position: relative;
	font: var(--font_min);
	font-size: min(2.8vw,187%);
	letter-spacing: .08em;
	line-height: 1.6;
	margin-bottom: .5em;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.heading__b {
	position: relative;
	font-size: min(2.8vw,187%);
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.5;
	margin-bottom: .4em;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.heading__bbl {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: min(2.8vw,187%);
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.4;
	background-color: var(--color_ind);
	box-sizing: border-box;
	padding: .4em 1em .5em;
	border-radius: 100vmax;
	margin: 0 auto 1em;
}
.heading__bbl::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: .6em;
	height: .5em;
	left: 0;
	right: 0;
	top: 99%;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.heading__min {
	font-size: 125%;
	letter-spacing: .04em;
}
.heading__b {
	font-size: 125%;
	letter-spacing: .04em;
}
.heading__bbl {
	font-size: 115%;
	letter-spacing: .04em;
}
}

/*---------------------------------------------------------
scl_header
---------------------------------------------------------*/
@media only screen and (max-width: 1080px) {
#scl_header {
	display: none !important;
}
}

/*---------------------------------------------------------
drawer
---------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1080px) {
#drawer {
	display: none;
}
#drawer.is-show {
	display: block;
}
#drawer.is-show .drawer-hamburger {
	opacity: 1;
	top: 20px;
	right: 20px !important;
}
#drawer-content {
	width: 55%;
	max-width: 520px;
	padding: 100px 7%;
}
.drawer-hamburger {
	font-size: 100%;
	opacity: 0;
	top: 0;
}
#drawer-content .ctc_web a,
#drawer-content .ctc_cnsl a {
	font-size: 80%;
}
}
@media only screen and (min-width: 1081px) {
#drawer {
	display: none;
}
}


/* ========================================================
  
  contact

======================================================== */

/*---------------------------------------------------------
ctc_area
---------------------------------------------------------*/
.ctc_area {
	font: var(--font_min);
	border-color: var(--color_base);
	margin: min(8vw,120px) auto;
}
.ctc_area .com_deco_txt {
	color: var(--color_nvy);
	margin-bottom: 1em;
}
.ctc_area .ctc_title {
	font-size: min(4vw,268%);
	margin-bottom: .2em;
}
.ctc_area .ctc_title + p {
	font-size: min(2.2vw,156%);
	margin-bottom: 1.2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ctc_area .ctc_title {
	font-size: 140%;
}
.ctc_area .ctc_title + p {
	font-size: 105%;
}
}


/* ========================================================
  
  header / nav

======================================================== */

/*---------------------------------------------------------
header
---------------------------------------------------------*/
header .h_logo .site_name {
	background-color: #e4eaf1;
}
.h_txt {
	margin-top: .5em;
}

#scl_header .h_contact {
	font-size: clamp(10px,1vw,100%);
}

/*---------------------------------------------------------
m_nav
---------------------------------------------------------*/
.m_nav {
	font: var(--font_min);
	font-size: clamp(12px,1.27vw,105%);
}
.m_nav > li > a::before {
	position: absolute;
	content: "";
	background-color: var(--color_och);
	width: 1.05em;
	height: 0.88em;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transition: opacity .5s, translate .5s;
}
.m_nav > li > a:hover::before {
	translate: 0 0.4em;
}
.m_nav > li > a::after {
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.15);
	width: 1px;
	height: 2em;
	right: 0;
	top: 50%;
	translate: 0 -50%;
}
.m_nav > li:last-of-type > a::after {
	display: none;
}

#scl_header .m_nav > li > a::before {
	width: 1.05em;
	left: 0;
	transform: none;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {
#scl_header .m_nav {
	font-size: clamp(11px,0.95vw,105%);
}
#scl_header .m_nav > li > a {
	letter-spacing: .08em;
	padding: .5em;
}
#scl_header .m_nav > li > a::before {
	bottom: -0.5em;
}
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
#scl_header .m_nav > li > a {
	letter-spacing: normal;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav {
	font-size: 1.55vw;
	letter-spacing: .05em;
    word-break: keep-all;
    overflow-wrap: break-word;
}

#scl_header .m_nav {
	font-size: 1.35vw;
}
#scl_header .m_nav > li > a {
	letter-spacing: .04em;
}
}

/*---------------------------------------------------------
m_nav_area
---------------------------------------------------------*/
.m_nav_area {
	position: relative;
	color: #FFF;
	background-color: var(--color_ind);
	padding-top: 0;
	box-shadow: 0 50px 30px -50px rgba(0,0,0,0.3);
	z-index: 1;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}


/* ========================================================
  
  FV

======================================================== */
.m_img_area {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100vh;
}
.m_img_area::after {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 80%);
	width: 70%;
	height: 88%;
	right: 0;
	top: 55%;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.m_img_area .m_bg {
	position: absolute;
	content: "";
	background-color: #fafafa;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.m_img_area .m_bg::before {
	position: absolute;
	content: "";
	background: linear-gradient(200deg, rgba(177,236,239,0.4) 0%, rgba(177,236,239,0) 80%);
	width: 78%;
	height: 88%;
	right: 0;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.m_img {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.m_img .img1 {
	align-self: flex-start;
	width: 56%;
	max-width: 900px;
	-webkit-mask-image: linear-gradient(to bottom, black 0%, black 95%, transparent);
	mask-image: linear-gradient(to bottom, black 0%, black 95%, transparent);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
}
.m_img .img2 {
	align-self: flex-end;
	width: 44%;
}
.m_copy {
	position: relative;
	width: 67%;
	max-width: 735px;
	margin-left: 5%;
}
.m_point {
	position: relative;
	display: flex;
	width: 60%;
	max-width: 750px;
	margin-left: auto;
	margin-right: 3%;
	z-index: 1;
}
.m_point > li {
	width: 62%;
}
.m_point > li:nth-of-type(2) {
	margin-left: -24%;
}
.m_deco {
	position: absolute;
	width: 12%;
	max-width: 162px;
	right: 4%;
	top: 40%;
	translate: 0 -50%;
}

.m_copy,
.m_point,
.m_deco {
	opacity: 0;
	transition: opacity .5s;
}
.m_img_area.anime_on .m_copy,
.m_img_area.anime_on .m_point,
.m_img_area.anime_on .m_deco {
	opacity: 1;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.m_img {
	height: calc(100% - 100px);
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area {
	height: 100svh;
}
.m_img .img2 {
	width: 50%;
	margin-right: -6%;
}
.m_deco {
	width: 15%;
	top: 35%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	height: 100svh;
	min-height: calc(100vw * 1.36);
	max-height: calc(100vw * 1.7);
}
.m_img_area::after {
	height: 60vw;
	top: 80%;
}
.m_img .img1 {
	width: 70%;
}
.m_img .img2 {
	position: relative;
	width: 85%;
	margin-right: -55%;
	z-index: 1;
}

.m_copy {
	width: 62%;
	margin-top: -18%;
}

.m_point {
	width: 80%;
	margin-right: -4%;
	margin-bottom: -6%;
}
.m_point > li {
	width: 67%;
}
.m_point > li:nth-of-type(1) {
	margin-top: 22%;
	z-index: 1;
}
.m_point > li:nth-of-type(2) {
	margin-left: -34%;
}

.m_deco {
	width: 18%;
	right: 1%;
	top: 35%;
}
}
/* PC調整
------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-aspect-ratio: 1024/750) {
.m_img_area {
	min-height: calc(100vw * 0.7);
}
.m_copy {
	width: 48%;
}
.m_point {
	width: 48%;
	margin-top: -5%;
}
}


/* ========================================================
  
  main

======================================================== */

/*---------------------------------------------------------
about
---------------------------------------------------------*/
#about > div {
	color: #FFF;
}
#about > div::before {
	position: absolute;
	content: "";
	background-color: var(--color_blu);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
#about .com_index1 {
	font-size: min(3.6vw,250%);
	background-color: var(--color_ind);
	margin-bottom: 1.2em;
}
#about .fuki.heading__min::before,
#about .fuki.heading__min::after {
	width: 2px;
	background: url(../images/fuki_dash.svg) no-repeat;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#about > div {
	padding: min(9vw,120px) 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about .com_index1 {
	font-size: 140%;
}
}

/*about:lead
---------------------------------------------------------*/
.lead_title {
	font-size: min(200%,3vw);
	padding-bottom: .4em;
	margin-bottom: 1.2em;
}
.lead_title::before {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 100%;
	height: 1px;
	left: -4.6em;
	bottom: 0;
}
.lead_title span {
	font-size: 160%;
	letter-spacing: .02em;
	background-image: radial-gradient(circle, var(--color_gld) .07em, transparent .07em);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1.02em .3em;
	padding-top: .1em;
}
.lead_copy {
	font-size: min(312%,3.8vw);
	line-height: 1.5;
	text-shadow: 0 0 .3em rgba(0,0,0,0.4);
}
.lead_copy span:nth-of-type(1) {color: #cbffff;}
.lead_copy span:nth-of-type(2) {color: var(--color_gld);}

.lead_img {
	position: relative;
	max-width: 500px;
}
.lead_img > div {
	width: 84%;
	max-width: 420px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	opacity: 0;
	transition: opacity 1s;
	transition-delay: .4s;
}
.lead_img .img1 {
	rotate: -1deg;
	transition-delay: .9s;
}
.lead_img .img2 {
	position: absolute;
	rotate: 4deg;
	right: 0;
	top: 12%;
}
.lead_img .img2 img {
	transition: filter 2s .4s;
}
.lead_img.anime_on > div {
	opacity: 1;
}
.lead_img.anime_on .img2 img {
	filter: blur(5px);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#lead {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 52% 45%;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 6.8%;
}
.lead_img {
	translate: 10% 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_title {
	font-size: 110%;
}
.lead_copy {
	font-size: 160%;
}
.lead_img {
	width: 80%;
	margin: 5% 0 15% auto;
}
}

/*about:tbl_type
---------------------------------------------------------*/
.tbl_type {
	width: 100%;
	max-width: 1350px;
	color: var(--color_base);
	font-size: min(105%);
	line-height: 1.35;
	margin: 0 auto;
}
@supports (-webkit-hyphens: none) {
	.tbl_type {
		table-layout: fixed;
	}
}
.tbl_type th,
.tbl_type td {
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	padding: .8em .7em;
	border-bottom: 1px solid rgba(40,61,54,0.15);
	border-right: 3px solid #FFF;
    word-break: keep-all;
	/* word-break: break-word; */
	overflow-wrap: break-word;
	min-width: 0;
}
.tbl_type thead th {
	width: 21%;
}
.tbl_type thead th:first-child {
	width: 16%;
	background-color: transparent;
}
.tbl_type th:nth-child(1) {
	border-right-color: var(--color_base);
}
.tbl_type th:nth-child(2),
.tbl_type td:nth-child(2) {
	background-color: #FFF;
	border-right-color: var(--color_base);
}
.tbl_type thead th:nth-child(2) {
	border-top: 3px solid var(--color_base);
}
.tbl_type tbody tr:last-of-type td:nth-child(2) {
	border-bottom: 3px solid var(--color_base);
}
.tbl_type th:last-child,
.tbl_type td:last-child {
	border-right: none;
}

.tbl_type thead th {
	font-size: 147%;
	font-weight: bold;
	line-height: 2.4;
	white-space: nowrap;
}
.tbl_type thead th p {
	margin-bottom: .8em;
}
.tbl_type thead th p small {
	display: block;
	font-size: 80%;
}
.tbl_type thead th:nth-child(2) p {
	line-height: 1.2;
}
.tbl_type thead th img {
	width: 6.4em;
	border-radius: 50%;
}

.tbl_type tbody th {
	color: #FFF;
	font-size: 115%;
	font-weight: bold;
	background-color: var(--color_ind);
}
.tbl_type tbody td {
	height: 5rem;
	position: relative;
	padding-left: 5.1%;
}
.tbl_type tbody td::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e809';
	font-size: min(2vw,140%);
	line-height: 1;
	letter-spacing: normal;
	font-weight: normal;
	color: var(--color_org);
	left: 1em;
	top: 50%;
	translate: 0 -50%;
}
.tbl_type tbody td.rank2::before {
	color: #c59f4e;
	content: '\e80a';
}
.tbl_type tbody td.rank3::before {
	color: #869fa3;
	content: '\e80b';
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.tbl_type thead th {
	font-size: clamp(12px,1.9vw,147%);
}
.tbl_type tbody th {
	font-size: clamp(12px,1.5vw,115%);
}
.tbl_type tbody td {
	font-size: clamp(12px,1.6vw,100%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_type {
	width: 220vw;
	font-size: 80%;
}
.tbl_type thead th {
	font-size: 120%;
}
.tbl_type tbody th {
	font-size: 105%;
}
.tbl_type tbody td {
	height: 4rem;
}
.tbl_type tbody td::before {
	font-size: 120%;
}
}
/*about:risk
---------------------------------------------------------*/
#risk {
	position: relative;
	max-width: 1200px;
	color: var(--color_base);
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 7% 8% 5%;
	margin: 10% auto auto;
}
.risk_title {
	position: absolute;
	width: 92%;
	font: var(--font_min);
	font-size: min(3vw,223%);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	left: 0;
	right: 0;
	top: 0;
	translate: 0 -50%;
	margin: auto;
}
.risk_title span {
	color: #cbffff;
}
#risk cite {
	text-align: right;
}
#risk .fuki {
	font-size: 131%;
	font-weight: bold;
	margin-top: 6%;
}
#risk .com_btn2 {
	background-color: var(--color_ind);
}
/* ba_slide_wrap */
.ba_slide_wrap {
	position: relative;
	width: 65%;
	max-width: 472px;
	margin: 0 auto 1.5em;
}
.ba_slide_wrap figcaption {
	position: relative;
	width: 90%;
	text-align: center;
	color: #FFF;
	font-size: 112%;
	font-weight: bold;
	line-height: 1.3;
	background-color: var(--color_blu);
	box-sizing: border-box;
	padding: .3em 1em;
	border-radius: 2em;
	margin: .8em auto 0;
}
.ba_slide_wrap .ba_abs {
	position: absolute;
	width: 28%;
	right: -11%;
	top: 10%;
	filter: drop-shadow(0 0 15px rgba(0,0,0,0.2));
	pointer-events: none;
	z-index: 1;
}
.ba_slide_wrap::after {
	position: absolute;
	content: "";
	background: url(../images/ba_icon.svg) no-repeat;
	background-size: contain;
	width: 50%;
	height: 100%;
	left: 95%;
	top: 30%;
}
/* ba_slider */
.ba_slider {
	position: relative;
	overflow: hidden;
}
.ba_slider .box_bef {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	border-right: 3px solid #FFF;
}
.ba_slider .box_bef img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}
.ba_slider .box_bef::before {
	position: absolute;
	content: '';
	background: url(../images/ba_arw.svg) no-repeat;
	background-size: contain;
	right: 0;
	top: 50%;
	width: 72px;
	aspect-ratio: 1;
	margin: auto;
	translate: 50% -50%;
	z-index: 1;
}
.ba_slider .slider_range {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: grab;
	-webkit-appearance: none;
	touch-action: none;
	-webkit-touch-callout: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#risk {
	padding: 20% 6% 10%;
	margin-top: 15%;
}
.risk_title {
	font-size: 120%;
	translate: 0 -30%;
}
#risk .fuki {
	font-size: 110%;
	margin-top: 6%;
}
/* ba_slide_wrap */
.ba_slide_wrap {
	width: 92%;
	margin-bottom: 5%;
}
.ba_slide_wrap figcaption {
	font-size: 80%;
}
.ba_slide_wrap::after {
	width: 40%;
	left: 75%;
	top: 50%;
}
.ba_slider .box_bef::before {
	width: 10vw;
}
}





/*---------------------------------------------------------
nayami
---------------------------------------------------------*/
#nayami::after {
	display: block;
	content: "";
	background: linear-gradient(to top, #c5c4a0, #dbdbc3);
	width: 100vw;
	height: min(14.3vw,107px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin-top: -0.5px;
}
#nayami .bg {
	background-color: #dbdbc3;
	padding: 85px 0 65px;
}

.nym_title {
	max-width: max-content;
	font-size: min(3.5vw,262%);
	line-height: 1.2;
	white-space: nowrap;
}
.nym_title > span:nth-of-type(1) {
	font-size: 122%;
}
.nym_title > span:nth-of-type(2) {
	font-size: 279%;
}
.nym_title > span:nth-of-type(2) > span {
	color: var(--color_nvy);
}

.nym_list {
	display: flex;
	column-gap: 2%;
	justify-content: center;
}
.nym_list > li {
	width: 18.4%;
	text-align: center;
	color: #FFF;
	font: var(--font_min);
	font-size: min(175%,1.8vw);
	letter-spacing: .02em;
	line-height: 1.6;
	text-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-color: rgb(29,53,87,0.6);
	box-sizing: border-box;
	padding: 1.2em 1% 1.4em;
	border-radius: 1.1em;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.nym_list > li::before {
	display: block;
	content: "";
	background: url(../images/check.svg) no-repeat center center;
	background-size: contain;
	width: 1.1em;
	height: 0.96em;
	margin: 0 auto .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#nayami hgroup {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: 4%;
	margin-bottom: 1em;
}

.nym_title > span:nth-of-type(1) {
	display: block;
}
.nym_title > span:nth-of-type(2) {
	padding-left: 0.4em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nayami::after {
	height: 7.2vw;
}
#nayami .bg {
	padding: 10% 0 8%;
}

#nayami hgroup {
	margin-bottom: 1.5em;
}
#nayami hgroup div {
	width: 65%;
	margin: 0 auto -1%;
}
.nym_title {
	text-align: right;
	font-size: 120%;
	margin: 0 auto 1em;
}
.nym_title > span:nth-of-type(2) {
	padding-right: 0.8em;
}

.nym_list {
	flex-wrap: wrap;
	row-gap: .4em;
}
.nym_list > li {
	width: 48%;
	font-size: 100%;
	letter-spacing: normal;
}
}


/*---------------------------------------------------------
point
---------------------------------------------------------*/
#point .bg {
	position: relative;
	padding-top: min(8vw,100px);
}
.poi_bg {
	position: absolute;
	width: 58%;
	right: 0;
	top: 0;
}
.poi_title {
	position: relative;
	width: 65%;
	max-width: max-content;
	margin-left: 0;
}
.rsn_wrap {
    counter-reset: mycounter;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn_wrap {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#point .bg {
	padding-top: 15vw;
}
.poi_bg {
	width: 65%;
	right: -5%;
}
.poi_title {
	width: 80%;
}
}
/*point:rsn_box
---------------------------------------------------------*/
.rsn_box {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 7.6% 5%;
	margin-top: 6%;
}
.rsn_box::before {
	position: absolute;
	content: "";
	background-color: rgba(164,214,238,0.25);
	width: 100%;
	height: calc(100% - min(81px,6.1%));
	left: 0;
	bottom: 0;
	z-index: -1;
}
.rsn_box:nth-of-type(even):before {
	background-color: rgba(176,196,217,0.2);
}
.rsn_box .rsn_heading {
	font-size: min(3vw,225%);
}
.rsn_box .box_img {
	position: relative;
	max-width: max-content;
	margin-bottom: 1em;
}
.rsn_box .box_img .abs {
	position: absolute;
}
/* rsn_no */
.rsn_no {
	position: absolute;
	color: var(--color_base);
	font: var(--font_min);
	font-size: min(1.6vw,139%);
	letter-spacing: .01em;
    width: min(9em);
    height: min(9em);
	background-color: #fff;
	box-shadow: 0 0 .6em rgba(0,0,0,0.2);
	top: 0;
	left: 3.8%;
	translate: 0 -20%;
	z-index: 1;
}
.rsn_no::before {
	position: absolute;
	content: "";
	width: 92%;
	height: 92%;
	inset: 0;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #80cce3;
}
.rsn_no span {
	display: block;
	font-size: 170%;
	letter-spacing: .04em;
}
.rsn_no span::after {
	counter-increment: mycounter;
	content: counter(mycounter);
	margin-left: .2em;
}
/* rsn_cld_wrap */
.rsn_cld_wrap {
	position: relative;
	width: 94vw;
	max-width: 1390px;
	left: 50%;
	translate: -50% 0;
}
.rsn_cld_box {
	position: relative;
	color: #FFF;
	background-repeat: no-repeat;
	background-color: var(--color_blu);
	box-sizing: border-box;
	padding: 45px 3.2%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
/* box_half */
.rsn_box.box_half {
    width: 49%;
	padding: 0 3.6% 5%;
	margin-top: 12%;
}
.rsn_box.box_half .rsn_no {
    left: 0;
	translate: 0 -50%;
}
.rsn_box.box_half .box_img {
	margin-bottom: 5%;
}
.rsn_box.box_half .rsn_heading {
	font-size: min(2.6vw,200%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn_box {
	position: relative;
	box-sizing: border-box;
	padding: 0 6% 8%;
	margin-top: 12%;
}
.rsn_box::before {
	height: calc(100% - 10vw);
}
.rsn_box .rsn_heading {
	font-size: 125%;
}
/* rsn_no */
.rsn_no {
	font-size: 70%;
	left: -0.8em;
}
/* rsn_cld_wrap */
.rsn_cld_wrap {
	width: 96vw;
}
.rsn_cld_box {
	padding: 8% 6% 10%;
}
}
/*point:rsn__1
---------------------------------------------------------*/
.rsn__1 {
	padding-bottom: 0;
	margin-top: 0;
}
.rsn__1 .rsn_no {
	position: relative;
	left: -5%;
	translate: none;
}
.rsn__1 div:lang(en) {
	text-align: center;
	color: rgba(26,113,146,0.2);
	font: var(--font_ag);
	font-size: min(4vw,3.63rem);
	letter-spacing: .1em;
	line-height: 0.7;
	font-style: italic;
	margin-top: -0.2em;
}
.rsn__1 .fig_wrap {
	margin-bottom: 5%;
}
.rsn__1 .fig_wrap figcaption {
	position: relative;
	width: 72%;
	text-align: center;
	color: #FFF;
	font-size: min(1.5vw,118%);
	font-weight: bold;
	line-height: 1.3;
	background-color: var(--color_nvy);
	box-sizing: border-box;
	padding: .5em 1em;
	border-radius: .9em;
	margin: 0 auto -1%;
}
.rsn__1 .fig_wrap figure:nth-of-type(2) figcaption {
	background-color: var(--color_och);
}
.rsn__1 .fig_wrap figure img {
	position: relative;
}
.rsn__1 .tech_q {
	border-top: 1px solid rgba(40,61,54,0.2);
	padding: 2.2em 0;
	margin-top: 2em;
}
.rsn__1 .tech_q .com_ccl_txt {
	font-size: min(2vw,143%);
	font-weight: bold;
	background-color: var(--color_nvy);
}
.rsn__1 .tech_q .com_ccl_txt p:first-of-type {
	color: var(--color_och);
	font: var(--font_ag);
	font-size: 82%;
	margin-bottom: .4em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn__1 .fig_wrap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 45% 6.6% 45%;
}
.rsn__1 .fig_wrap .cross {
	align-self: flex-end;
	margin-bottom: 55%;
}
.rsn__1 .tech_q {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 5.4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn__1 div:lang(en) {
	text-align: right;
	font-size: 7vw;
}
.rsn__1 .fig_wrap {
	margin-bottom: 8%;
}
.rsn__1 .fig_wrap .cross {
	width: 15%;
	margin: 4% auto;
}
.rsn__1 .fig_wrap figcaption {
	font-size: 88%;
}
.rsn__1 .tech_q {
	padding: 8% 0;
	margin-top: 10%;
}
.rsn__1 .tech_q .com_ccl_txt {
	font-size: 105%;
	margin: 0 auto .8em;
}
}
/*reason:rsn__2
---------------------------------------------------------*/
.rsn__2 .box_img .abs {
	width: 96%;
	left: 0;
	top: 40%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn__2 .inbox {
	position: relative;
}
.rsn__2 .box_txt {
	width: 50%;
	padding-top: 18%;
}
.rsn__2 .box_img {
	float: right;
	width: 46%;
	margin-left: 4%;
	right: 0;
	margin-bottom: 3em;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.rsn__2 .box_txt {
	width: 100%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn__2 .box_img {
	width: 92%;
	margin: 0 auto 14%;
}
}
/*reason:rsn__3
---------------------------------------------------------*/
.rsn__3 .rsn_no {
	left: auto;
	right: 3.8%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn__3 .rsn_no {
	right: -0.8em;
	top: 1em;
}
.rsn__3 .box_img {
	width: 110%;
	margin-left: -10%;
	margin-bottom: 0;
}
}
/*reason:rsn__4
---------------------------------------------------------*/
.rsn__4 .box_img {
	margin-bottom: 6%;
}
.rsn__4 .box_img .abs1 {
	width: 80%;
	left: 10%;
	bottom: 0;
	translate: 0 45%;
}
.rsn__4 .box_img .abs2 {
	width: 69%;
	right: 0;
	top: 0;
	translate: 45% -51%;
}
.rsn__4 .box_img div:lang(en) {
	color: rgba(26,113,146,0.35);
	font: var(--font_ag);
	font-size: min(5vw,4.47rem);
	letter-spacing: .1em;
	line-height: 0.9;
	font-style: italic;
}
.rsn__4 .box_img div:lang(en) span {
	display: block;
	color: var(--color_nvy);
	font-size: 143%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn__4::before {
	height: calc(100% - min(8.4vw,125px));
}
.rsn__4 .rsn_no {
	translate: 0 10%;
}
.rsn__4 .box_img {
	width: 54%;
	margin-left: auto;
	margin-right: -5%;
}
.rsn__4 .box_img div:lang(en) {
	position: absolute;
	top: 50%;
	right: calc(100% - 0.8em);
	translate: 0 -50%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn__4 .box_img {
	margin-bottom: 15%;
}
.rsn__4 .box_img .abs2 {
	translate: 45% -5%;
}
.rsn__4 .box_img div:lang(en) {
	position: relative;
	font-size: 7vw;
	margin-left: 3.2em;
	translate: 0 -0.2em;
}
}
/*reason:rsn__5
---------------------------------------------------------*/
.rsn__5 .box_img p {
	position: absolute;
	width: 87%;
	text-align: center;
	font-size: min(1.5vw,112%);
	font-weight: bold;
	line-height: 1.3;
	background-color: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: .4em 1em;
	border-radius: 100vmax;
	left: 0;
	right: 0;
	bottom: 1em;
	margin: auto;
}
.rsn__5 .box_img p span {
	color: var(--color_nvy);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn__5 .box_img p {
	font-size: 3vw;
}
}
/*reason:rsn__6
---------------------------------------------------------*/
.rsn__6 .box_img .com_ccl_txt {
	position: absolute;
	font-size: min(1.5vw,118%);
	font-weight: bold;
	line-height: 1.5;
	background-color: var(--color_ind);
    width: min(8.7em);
    height: min(8.7em);
	right: 1em;
	bottom: -0.5em;
}
.rsn__6 .box_img .com_ccl_txt span {
	color: var(--color_yel);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn__6 .box_img .com_ccl_txt {
	font-size: 3vw;
}
}

/*point:rsn_tech
---------------------------------------------------------*/
/* box1 */
.tech_title {
	width: 65%;
	max-width: 602px;
	margin: 0 auto 2em;
}
.tech__box1 {
	background: url(../images/tech_bg@2x.jpg) no-repeat center center;
	background-size: cover;
}
.tech__box1 ul li {
	position: relative;
	padding-top: 4%;
	padding-left: 18%;
}
.tech__box1 .icon {
	position: absolute;
	width: 15%;
	left: 0;
	top: 0;
}
.tech__box1 .heading__b {
	font-size: min(2.1vw,143%);
}
/* box2 */
.tech__box2 figure img {
	width: 70%;
	max-width: 195px;
}
.tech__box2 figcaption {
	text-align: center;
	line-height: 1.6;
	margin-top: 1.2em;
}
.tech__box2 figcaption span {
	font: var(--font_min);
	font-size: 193%;
	letter-spacing: .2em;
	margin-top: .4em;
}
.bio_title {
	position: relative;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .3em;
	padding-left: 1.4em;
	margin-top: 1.8em;
}
.bio_title::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e806';
	color: rgba(255,255,255,0.2);
	left: 0;
	top: 0;
}
.tech__box2 .bio_list > li {
	display: flex;
	font-size: 87%;
}
.tech__box2 .bio_list time {
	width: 5em;
	margin-right: 1.2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.tech__box1 ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 48% 48%;
}
/* box2 */
.tech__box2 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 25% 70%;
	padding-bottom: 4.6%;
}
.tech__box2 .bio_list {
	display: grid;
	grid-auto-flow: column;
	/* grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
	grid-template-rows: repeat(5, auto);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* box1 */
.tech_title {
	width: 100%;
	margin-bottom: 1em;
}
.tech__box1 ul li {
	padding-left: 20%;
}
.tech__box1 .heading__b {
	font-size: 110%;
}
/* box2 */
.tech__box2 figure {
	margin-bottom: 6%;
}
.tech__box2 figcaption {
	font-size: 90%;
}
.tech__box2 .bio_list time {
	margin-right: .4em;
}
}

/*point:rsn_eq
---------------------------------------------------------*/
.rsn_eq {
	margin-top: 3%;
}
.rsn_eq > li {
	position: relative;
	color: #FFF;
	box-sizing: border-box;
	padding: 0 7.4% 6%;
}
.rsn_eq > li::before {
	position: absolute;
	content: "";
	background-color: var(--color_ind);
	width: 100%;
	height: 90%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.rsn_eq img {
	margin: 0 auto 5%;
}
.rsn_eq dt {
	text-align: center;
	margin-bottom: .2em;
}
.rsn_eq dt span {
	display: block;
	width: 90%;
	max-width: 470px;
	font-size: 56%;
	background-color: #365075;
	border-radius: 2em;
	padding: .4em 1em;
	margin: 0 auto .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn_eq {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,49%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn_eq > li {
	padding: 0 6% 8%;
}
.rsn_eq > li:nth-of-type(n+2) {
	margin-top: 5%;
}
}

/*point:rsn_cerec
---------------------------------------------------------*/
.rsn_cerec {
	margin-top: 7%;
}
.rsn_cerec .rsn_cld_box {
	background-image: url(../images/cerec_bg@2x.png);
	background-position: right top;
	background-size: 32% auto;
}
.cerec_title {
	text-align: center;
	font-size: min(2.2vw,156%);
	background-color: #315682;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: .6em 0;
	margin-bottom: 1.2em;
}
.rsn_cerec ul img {
	margin-bottom: 4%;
}
.rsn_cerec ul dt {
	text-align: center;
	font-size: min(2.1vw,168%);
	letter-spacing: .1em;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: .2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn_cerec figure {
	display: flex;
	justify-content: space-between;
	column-gap: 3%;
	margin-bottom: 2em;
}
.rsn_cerec figure img {
	margin-top: -7%;
}
.rsn_cerec ul {
	display: grid;
	grid-template-columns: repeat(4,min(23%,280px));
	justify-content: space-between;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn_cerec {
	margin-top: 15%;
}
.rsn_cerec .rsn_cld_box {
	padding-top: 0;
	background-size: 50% auto;
}
.rsn_cerec figure {
	margin-bottom: 8%;
}
.rsn_cerec figure img {
	width: 80%;
	translate: 0 -10%;
}
.cerec_title {
	font-size: 110%;
}
.rsn_cerec ul > li {
	margin-top: 8%;
}
.rsn_cerec ul img {
	width: 70%;
	margin-bottom: 4%;
}
.rsn_cerec ul dt {
	font-size: 120%;
}
}



/*---------------------------------------------------------
difference
---------------------------------------------------------*/
.dif_arw_wrap {
	position: relative;
	background-color: var(--color_lblu);
	padding: 0 5% 60px;
}
.dif_arw_wrap::after {
	position: absolute;
	display: block;
	content: "";
	background: inherit;
	width: 100%;
	height: min(11vw,155px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 0;
	top: 100%;
	margin-top: -0.5px;
	z-index: -1;
}

.dif_lead {
	text-align: center;
}
.dif_lead img {
	position: relative;
	width: 50%;
	max-width: 461px;
	margin-bottom: -3%;
	translate: 0 -15%;
}
.dif_lead .dif_title {
	font-size: min(4.5vw,312%);
	margin-bottom: 0;
}
.dif_lead .dif_title + p {
	font-size: min(2.4vw,162%);
	margin-bottom: 2.5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dif_arw_wrap {
	padding: 0 5% 8%;
}

.dif_lead img {
	width: 80%;
}
.dif_lead .dif_title {
	font-size: 140%;
}
.dif_lead .dif_title + p {
	font-size: 105%;
}
}
/*difference:dif_inbox
---------------------------------------------------------*/
.dif_inbox_wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
.dif_inbox {
	color: #FFF;
	background-color: var(--color_blu);
	box-sizing: border-box;
	padding: 40px 9% 50px;
}
.dif_inbox:nth-child(1) {background-color: var(--color_gry);}
.dif_inbox:nth-child(2) {background-color: var(--color_dgry);}
.dif_inbox:nth-child(4) {background-color: var(--color_nvy);}

/* inbox_abo */
.dif_inbox.inbox_abo {
	padding-top: 0;
}
.dif_inbox .heading__bbl {
	width: 18.6em;
	max-width: 100%;
	color: var(--color_base);
	font-size: min(2.5vw,175%);
	letter-spacing: .15em;
	background-color: #fff;
	border-radius: .85em;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: .6em;
	translate: 0 -1.2em;
	margin-bottom: .2em;
}
.dif_inbox .heading__bbl > span {
	font-size: 125%;
}
.dif_inbox .heading__bbl > span > span {
	color: var(--color_nvy);
}
.dif_inbox .heading__bbl > span small {
	font-size: 85%;
}
.dif_inbox:nth-of-type(1) .heading__bbl > span > span {
	color: #8b9884;
}
.dif_inbox.inbox_abo img {
	width: 90%;
	max-width: 461px;
	margin-bottom: 5%;
}
.dif_inbox.inbox_abo .heading__b {
	text-align: center;
	font-size: min(2.4vw,175%);
}
.dif_inbox.inbox_abo .heading__b span {color: #a0ffff;}
.dif_inbox.inbox_abo:nth-child(3) .heading__b span {color: #ffffa6;}

/* inbox_mer */
.dif_inbox.inbox_mer dt {
	position: relative;
	display: inline-block;
	color: var(--color_base);
	font-size: min(2vw,125%);
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 2em;
	padding: .2em 1.6em .2em 1em;
	margin-top: 1.2em;
}
.dif_inbox.inbox_mer dt:first-child {
	margin-top: 0;
}
.dif_inbox.inbox_mer dt::before {
	font-family: 'fontello';
	color: #869fa3;
	content: '\e80b';
	margin-right: .6em;
}
.dif_inbox.inbox_mer dt:first-child::before {
	content: '\e809';
	color: var(--color_org);
}
.dif_inbox .com_marulist > li {
	font-size: min(1.8vw,125%);
	line-height: 1.35;
	margin-top: .8em;
}
.dif_inbox .com_marulist > li::before {	color: rgba(0,0,0,0.15);}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.dif_inbox_wrap {
	display: grid;
	grid-template-columns: repeat(2,50%);
}
.dif_inbox:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dif_inbox {
	padding: 7% 6% 10%;
}

/* inbox_abo */
.dif_inbox .heading__bbl {
	font-size: 110%;
}
.dif_inbox.inbox_abo img {
	width: 80%;
}
.dif_inbox.inbox_abo .heading__b {
	font-size: 110%;
}

/* inbox_mer */
.dif_inbox.inbox_mer dt {
	font-size: 110%;
}
.dif_inbox .com_marulist > li {
	font-size: 100%;
}
}
/*difference:dif_last
---------------------------------------------------------*/
.dif_last .com_deco_txt {
	text-align: center;
	color: var(--color_nvy);
	margin-bottom: .5em;
}
.dif_last .heading__min {
	text-align: center;
	margin-bottom: .8em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.dif_last {
	padding: 0 2%;
}
.dif_last .com_deco_txt {
	font-size: 156%;
}
.dif_last .box_img {
	width: 25%;
	max-width: 260px;
	float: right;
	margin-top: -0.8em;
	margin-left: 6%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dif_last .box_img {
	width: 60%;
	margin: 0 auto 2%;
}
}



/*---------------------------------------------------------
price
---------------------------------------------------------*/
#price {

}
.pri_bg {
	background: var(--color_ind) url(../images/pri_bg@2x.jpg) no-repeat center top;
	background-size: contain;
}
#price .com_tit2,
#price .com_deco_txt {
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*pri_box
---------------------------------------------------------*/
.pri_box {
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 4.6%;
}
.pri_box:last-of-type {
	margin-bottom: 0;
}
.pri_box .heading__min {
	font-size: min(3vw,218%);
}
.pri_box .rank {
	font-size: min(1.6vw,118%);
	letter-spacing: .22em;
	line-height: 1.4;
	white-space: nowrap;
}
.pri_box .rank > li {
	display: flex;
	column-gap: 1.2em;
	margin-bottom: 1.2em;
}
.pri_box .rank > li:last-of-type {
	margin-bottom: 0;
}
.pri_box .rank span {
	color: var(--color_nvy);
	font-size: 105%;
	letter-spacing: .3em;
}
/* price */
.pri_box .price {
	position: relative;
	text-align: center;
	font: var(--font_min);
	font-size: min(2.4vw,162%);
	letter-spacing: .08em;
	line-height: 1.6;
	margin-bottom: .5em;
	background-color: #dae1e5;
	padding: 1em;
	box-sizing: border-box;
}
.pri_box .price small {
	font-size: 68%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.pri_box .pc_col3 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 22% 47% 21%;
	padding: 3.5% 3.6%;
}
.pri_box .box_img {
	margin-top: -25%;
}
.pri_box .box_txt {
	padding-right: 8%;
	border-right: 1px solid #eeefe8;
}
.pri_box .rank {
	align-self: center;
	max-width: max-content;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pri_box .rank {
	letter-spacing: .15em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pri_box {
	margin-bottom: 8%;
}
.pri_box .pc_col3 {
	padding: 0 7% 8%;
}
.pri_box .box_img {
	width: 50%;
	margin: 0 auto;
	translate: 0 -6%;
}
.pri_box .heading__min {
	text-align: center;
	font-size: 135%;
}
.pri_box .rank {
	font-size: 105%;
	padding-top: 8%;
	margin-top: 6%;
	border-top: 1px solid #eeefe8;
}
.pri_box .rank > li {
	justify-content: center;
	margin-bottom: .6em;
}
/* price */
.pri_box .price {
	font: var(--font_min);
	font-size: 120%;
}
}


/*---------------------------------------------------------
cases
---------------------------------------------------------*/
#cases > div {
	background-color: unset;
}
.case_list,
#cases .risk {
	font: var(--font_min);
}
#cases .case_list .box_img::before {
	background-image: url("../images/case_abs@2x.png");
}


/*---------------------------------------------------------
flow
---------------------------------------------------------*/
#flow > div {
	background-color: var(--color_blu);
}
#flow .com_tit2 {
	color: #FFF;
}
#flow .com_deco_txt {
	color: #cbffff;
}
#flow .bg_wrap {
	position: relative;
	padding: 40px 0 5.8%;
}
#flow .bg_wrap::before {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.1);
	width: 90%;
	inset: 0;
	margin: auto;
}
.tab_txt {
	position: relative;
	text-align: center;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6;
	margin-bottom: 2em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .bg_wrap {
	padding: 8% 0 10%;
}
.tab_txt {
	font-size: 105%;
	margin-bottom: 1.6em;
}
}
/*flow:tab
---------------------------------------------------------*/
.tab_wrap {
	display: flex;
	flex-wrap: wrap;
}
.tab_wrap input[type="radio"] {
	display: none;
}

.tab_wrap label {
	position: relative;
	flex: 1;
	order: -1;
	min-width: auto;
	max-width: 100%;
	height: 3.2em;
	text-align: center;
	font-size: min(2.2vw,180%);
	background-color: #1a7192;
	cursor: pointer;
	padding: .5em 3em;
	margin: 0 .5em 1.5em;
	transition: all 0.3s;
	z-index: 1;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.tab_wrap label::before {
	position: absolute;
	content: "";
	background-color: inherit;
	width: 1.25em;
	height: .85em;
	left: 0;
	right: 0;
	top: calc(100% - 1px);
	margin: auto;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	opacity: 1;
	transition: opacity .5s;
}
.tab_wrap label::after {
	font-size: 85%;
	opacity: 1;
	transition: opacity .5s;
}
.tab_wrap label:hover,
.tab_wrap label:has(:checked) {
	background-color: var(--color_ind);
}
/* .tab_wrap label:not(:has(:checked)) {
	background-color: #1a7192;
} */
.tab_wrap label:hover {
	filter: none;
}

.tab_wrap .tab_content {
	display: none;
}
.tab_wrap label:has(:checked) + div {
	display: block;
}

.tab_wrap label:has(:checked) {
	pointer-events: none;
	translate: 0 -0.5em;
}
.tab_wrap label:has(:checked)::after,
.tab_wrap label:not(:has(:checked))::before {
	opacity: 0;
}
/* tab-2 */
.tab_wrap label[for="tab-2"] {
	background-color: #bfab69;
}
.tab_wrap label[for="tab-2"]:hover,
.tab_wrap label[for="tab-2"]:has(:checked) {
	background-color: #bc9b3c;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tab_wrap {
	column-gap: .4em;
}
.tab_wrap label {
	width: 48%;
	height: 3.6em;
	font-size: 92%;
	padding: .5em 2em;
	margin-left: 0;
	margin-right: 0;
}
.tab_wrap label::after {
	right: .6em;
}
}
/*flow:fl_inbox
---------------------------------------------------------*/
.fl_inbox {
	display: flex;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: min(5vw,50px);
}
.fl_inbox:last-of-type {
	margin-bottom: 0;
}

.fl_times {
	position: relative;
	text-align: center;
	width: max(8.4em);
	color: #FFF;
	font-size: min(1.7vw,108%);
	font-weight: bold;
	line-height: 1.2;
	background-color: var(--color_ind);
}
.fl_times::after {
	position: absolute;
	display: block;
	content: "";
	background-color: inherit;
	width: 100%;
	height: min(5vw,50px);
	left: 0;
	top: calc(100% - 1px);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.fl_inbox:last-of-type .fl_times::after {
	display: none;
}
.fl_times > div {
	overflow: hidden;
	box-sizing: border-box;
	padding: 3em .8em;
}
.fl_times .com_ccl_txt {
	font-size: 152%;
	background-color: #365075;
    width: min(6.7em);
    height: min(6.7em);
	left: 50%;
	translate: -50% 0;
}
.fl_times dl {
	letter-spacing: .2em;
    word-break: keep-all;
    overflow-wrap: break-word;
	margin-top: 1.5em;
}
.fl_times dt {
	position: relative;
	color: var(--color_ind);
	font-weight: bold;
	background-color: #fff;
	border-radius: 1em;
	padding: .4em 1em;
	margin-bottom: .8em;
}

.fl_inbox ol {
	position: relative;
	width: 100%;
	list-style-type: none;
	background-color: #fff;
	padding: 0 6.4%;
}
.fl_inbox ol > li {
	padding: 5% 0;
	border-bottom: 1px solid rgba(40,61,54,0.2);
}
.fl_inbox ol > li:last-of-type {
	border-bottom: none;
}
.fl_inbox ol .heading__min {
	font-size: min(3.4vw,268%);
	line-height: 1.5;
}
.fl_inbox ol .heading__min small {
	display: inline-block;
	font-size: 62%;
}
.fl_inbox ol .heading__min span {
	display: inline-block;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN";
	color: #FFF;
	font-size: 44%;
	font-weight: bold;
	background-color: #01426e;
	border-radius: 2em;
	padding: .4em 1.5em;
	vertical-align: 0.3em;
	margin-left: .8em;
}
.fl_inbox ol p {
	font-size: 106%;
}

/* #tab-content-2 */
#tab-content-2 .fl_times {
	background-color: var(--color_och);
}
#tab-content-2 .fl_times .com_ccl_txt {
	background-color: #a18a4e;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.fl_inbox ol > li .box_img {
	width: 36%;
	float: right;
	margin-left: 5%;
	margin-bottom: 1em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.fl_times {
	width: max(5.5em);
	font-size: 90%;
}
.fl_times > div {
	padding: 1.5em .4em 0;
}
.fl_times .com_ccl_txt {
	font-size: 110%;
}
.fl_times dl {
	letter-spacing: .1em;
}

.fl_inbox ol > li {
	padding: 10% 0 8%;
}
.fl_inbox ol .box_img {
	width: 90%;
	margin: 0 auto 5%;
}
.fl_inbox ol .heading__min {
	font-size: 125%;
}
.fl_inbox ol p {
	font-size: 100%;
}
}


/*---------------------------------------------------------
payment
---------------------------------------------------------*/
#payment > div {
	color: var(--color_base);
	background-color: #d9dee1;
}
#payment .com_deco_txt {
	color: var(--color_nvy);
}
.pay_type dl,
.loan_box h3,
.ded_calc_box {
	font: var(--font_min);
}
.loan_box h3 {
	font-size: min(2.8vw,187%);
}
.bdr_box {
	max-width: 1100px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 5% 40px;
	border: 1px solid #FFF;
	margin-left: auto;
	margin-right: auto;
}
.bdr_box dt {
	position: relative;
	color: #315682;
	font: var(--font_min);
	font-size: min(2vw,137%);
	letter-spacing: .2em;
	line-height: 1.6;
	margin-bottom: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.loan_box h3 {
	font-size: 130%;
}
.bdr_box dt {
	font-size: 110%;
}
}
/*pay
---------------------------------------------------------*/
.pay_type dl {
	background-color: rgba(0,0,0,0.1);
	border-radius: 0;
}
.loan_box h3 span {
	color: #315682;
}
.loan_box .flex_box dt span {
	color: #FFF;
	font-weight: bold;
	background-color: rgba(49,86,130,0.4);
}
.loan_box .flex_box dl:nth-of-type(1) dt {background-image: url("../../common/images/pay_icon1_b.svg");}
.loan_box .flex_box dl:nth-of-type(2) dt {background-image: url("../../common/images/pay_icon2_b.svg");}
.loan_box .flex_box dl:nth-of-type(3) dt {background-image: url("../../common/images/pay_icon3_b.svg");}

/*deduction
---------------------------------------------------------*/
.ded_calc_box {
	background-color: transparent;
	border-radius: 0;
}
/*warranty
---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.war_graph {
	position: relative;
	width: 90vw;
	max-width: 1285px;
	left: 50%;
	translate: -50% 0;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.war_graph img {
	width: 180vw;
	max-width: none;
}
}


/*---------------------------------------------------------
faq
---------------------------------------------------------*/
.qa_list > li {
	position: relative;
	padding-top: 3.4%;
	margin-bottom: 2%;
}
.qa_list > li::before {
	position: absolute;
	content: "";
	background-color: var(--color_lblu);
	width: 90%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}
.qa_list .faq_q,
.qa_list .faq_a {
	position: relative;
	box-sizing: border-box;
}
.qa_list .faq_q {
	width: 92%;
	background-color: #fff;
	border-left: 1px solid #80cce3;
	padding: .5em 1em .5em 4.2em;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin-bottom: 0;
}
.qa_list .faq_a {
	width: 91%;
	padding: 2em 5% 2.5em 12%;
	margin-left: auto;
}
.qa_list .faq_a p {
	font-size: 88%;
}

.qa_list .faq_q::before,
.qa_list .faq_a::before {
	position: absolute;
	content: "Q.";
	color: #6e6d70;
	font: var(--font_ag);
	font-size: min(4.8vw,3.42rem);
	line-height: 0.8;
	left: 5.8%;
	top: .25em;
	translate: -50% 0;
}
.qa_list .faq_a::before {
	content: "A.";
	color: var(--color_nvy);
	left: 8.6%;
	top: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.qa_list > li {
	padding-top: 7%;
	margin-bottom: 2%;
}
.qa_list > li::before {
	width: 96%;
}
.qa_list .faq_q {
	font-size: 120%;
	line-height: 1.5;
	padding: .5em .5em .5em 3em;
}
.qa_list .faq_a {
	padding: 1.2em 5% 1.5em 12%;
	margin-left: auto;
}
.qa_list .faq_q::before,
.qa_list .faq_a::before {
	font-size: 8vw;
	left: 10%;
	top: .3em;
}
.qa_list .faq_a::before {
	left: 5%;
	top: .8em;
}
}


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

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

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {


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

}
