@charset "UTF-8";


/*---------------------------------------------------------
m_img
---------------------------------------------------------*/
.m_img_area {
	position: relative;
	height: 100vh;
	min-height: min(calc(100vw * 0.8), 1120px);
	max-height: calc(100vw * 0.9);
	background-image: linear-gradient(to top, rgba(118,201,63,1), rgba(118,201,63,0)),
						url(../images/top/m_bg@2x.png);
	background-repeat: no-repeat;
	background-position: left bottom -1px, center center;
	background-size: 100% 25%, cover;
	background-color: var(--color_grn);
}
.m_img::before {
	
}
/*m_img*/
.m_img {
	position: absolute;
	display: flex;
	width: 108%;
	max-width: 1634px;
	left: 52%;
	top: 58%;
	translate: -50% -50%;
}
.m_img picture {
	scale: 0.8;
	opacity: 0;
	transition: scale .8s, opacity .8s;
}
.m_img .img2 {
	transition-delay: .3s;
}
.m_img_area.anime_on picture {
	scale: 1;
	opacity: 1;
}
/*m_copy*/
.m_copy {
	position: absolute;
	width: 49%;
	max-width: max-content;
	left: 48%;
	top: 52%;
	translate: -50% -50%;
	transition: opacity 1s .5s;
	opacity: 0;
	z-index: 1;
}
.m_img_area.anime_on .m_copy {
	opacity: 1;
}
/* obj */
.m_obj .obj_s {
	background: radial-gradient(transparent 28%, rgba(255,255,255,0.3) 28%);
	z-index: 0;
}
.m_obj .obj_s:nth-of-type(3) {
	animation-name: fuwa2;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.m_certi {
	position: absolute;
	width: 38%;
	max-width: max-content;
	left: 3%;
	top: 0;
	translate: 0 -100%;
	transition-delay: .5s;
}
/* obj */
.m_obj .obj_s {
	width: min(170px,12vw);
	height: min(170px,12vw);
}
.m_obj .obj_s:nth-of-type(1) {
	left: 20%;
	top: 5%;
}
.m_obj .obj_s:nth-of-type(2) {
	left: 85%;
	top: 5%;
}
.m_obj .obj_s:nth-of-type(3) {
	left: 30%;
	bottom: 2%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area {
	height: 100svh;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	height: 100svh;
	min-height: calc(100vw * 1.6);
	max-height: calc(100vw * 1.8);
	background-image: linear-gradient(to top, rgba(118,201,63,1), rgba(118,201,63,0)),
				url(../images/top/m_bg_sp@2x.png);
}
/*m_img*/
.m_img {
	width: 136%;
	top: 48%;
}
.m_img .img1 {
	width: 55%;
	margin-right: -17%;
}
.m_img .img2 {
	width: 62%;
}
/* m_copy */
.m_copy {
	width: 96%;
	top: auto;
	translate: -50% 0;
	bottom: 8%;
}
.m_certi {
	margin-bottom: 5%;
}
/* obj */
.m_obj .obj_s {
	width: 22vw;
	height: 22vw;
}
.m_obj .obj_s:nth-of-type(1) {
	left: 70%;
	top: 5%;
}
.m_obj .obj_s:nth-of-type(2) {
	left: 20%;
	top: 15%;
}
.m_obj .obj_s:nth-of-type(3) {
	right: 3%;
	bottom: 20%;
}
}

/*---------------------------------------------------------
nayami
---------------------------------------------------------*/
#nayami {
	position: relative;
	padding-bottom: 80px;
}
#nayami::before {
	position: absolute;
	content: "";
	background-color: var(--color_grn);
	width: 100%;
	height: calc(100% + 1px);
	left: 0;
	top: 0;
	z-index: -1;
}
#nayami [class^="abs"] {
	position: absolute;
	width: 16%;
	max-width: max-content;
	top: 3%;
	opacity: 0;
}
#nayami .abs1 {
	left: 3%;
}
#nayami .abs2 {
	right: 5%;
}

.nym_title {
	text-align: center;
	color: #FFF;
	font-size: min(3vw,250%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.7;
	margin-bottom: 1em;
}
.nym_list {
	max-width: 915px;
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
	grid-template-columns: repeat(3,min(30%,260px));
	margin: 0 auto;
}
.nym_list > li {
	position: relative;
	height: 9em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: min(2vw,148%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.7;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 1.5em 0;
	border-radius: 1.2em;
	border: 3px solid black;
}
.nym_list > li span {
	font-size: 130%;
	line-height: 1.4;
}
.nym_list > li::before {
	position: absolute;
	content: "";
	top: .3em;
	left: .3em;
	background-color: #c8f08f;
	border: inherit;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.nym_list > li::after {
	position: absolute;
	content: "";
	background: url(../images/top/bbl_abs_r@2x.png) no-repeat left top;
	background-size: contain;
	width: 2.5em;
	height: 1.86em;
	top: 100%;
}
.nym_list > li:nth-of-type(4n + 2)::before {background-color: #fcc79b;}
.nym_list > li:nth-of-type(4n + 3)::before {background-color: var(--color_yel);}
.nym_list > li:nth-of-type(4n + 4)::before {background-color: #80dae7;}

.nym_list > li:nth-of-type(1)::after,
.nym_list > li:nth-of-type(6)::after {
	background-image: url(../images/top/bbl_abs_l@2x.png);
}
.nym_list > li:nth-of-type(1)::after,
.nym_list > li:nth-of-type(6)::after {
	left: -5%;
	rotate: 10.5deg;
	translate: 0 -12%;
}
.nym_list > li:nth-of-type(2)::after {
	left: 30%;
}
.nym_list > li:nth-of-type(5)::after {
	left: 50%;
}
.nym_list > li:nth-of-type(3)::after,
.nym_list > li:nth-of-type(4)::after {
	right: -5%;
	rotate: -10.5deg;
	translate: 0 -12%;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#nayami .inbox {
	position: relative;
	padding: 0 18%;
}

.nym_list > li:nth-of-type(n+4) {
	margin-top: 30%;
}
.nym_list > li:nth-of-type(3n - 1) {
	margin-top: 40%;
}
.nym_list > li:nth-of-type(2) {
	margin-top: 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#nayami {
	padding-bottom: 10%;
}
.nym_title {
	font-size: 160%;
	margin-top: 1em;
}

#nayami .inbox {
	padding: 0 5%;
}
/* nym_list */
.nym_list {
	grid-template-columns: repeat(2,46%);
}
.nym_list > li {
	font-size: 95%;
	border-width: 2px;
}
.nym_list > li:nth-of-type(n+3) {
	margin-top: 20%;
}
.nym_list > li:nth-of-type(odd) {
	margin-top: 30%;
}
.nym_list > li:nth-of-type(1) {
	margin-top: 10%;
}
}


/*---------------------------------------------------------
solve
---------------------------------------------------------*/
#solve {
	background: url(../images/top/slv_bg.svg) no-repeat left top -1px;
	background-color: #ffff52;
	background-size: 100% min(400px,25vw);
}

#solve .img_wrap {
	position: relative;
}
#solve .img_wrap .img {
	margin-bottom: -10%;
}

#solve .title {
	position: relative;
	width: 92%;
	max-width: max-content;
	font-size: min(2.4vw,175%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin: 0 auto;
}
#solve .title::before,
#solve .title::after {
	position: absolute;
	content: "";
	background: url(../images/common/ilst_kira1.svg) no-repeat;
	background-size: contain;
	width: 3.4em;
	height: 3.8em;
}
#solve .title::before {
	right: 102%;
	top: -3em;
}
#solve .title::after {
	background-image: url(../images/common/ilst_kira2.svg);
	left: 103%;
	bottom: 0;
}
#solve .title .parts {
	width: 19.5em;
}
#solve .title .txt {
	position: relative;
	display: block;
	width: 32.6em;
	margin-top: .4em;
}

#solve .com_link1 {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#solve .img_wrap {
	width: 98%;
	max-width: 1176px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: 53% 38%;
	margin: 0 auto;
}
#solve .img_wrap .txt {
	translate: 0 -5%
}

#solve .title .parts {
	position: absolute;
	right: 0;
	top: 0;
	translate: 0 -45%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#solve {
	background-image: url(../images/top/slv_bg_sp.svg);
	background-size: 100% auto;
}

#solve .img_wrap {
	padding-top: 20vw;
}
#solve .img_wrap .img {
	width: 74%;
}
#solve .img_wrap .txt {
	position: absolute;
	width: 66%;
	right: 0;
	top: 0;
}

#solve .title {
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 110%;
	margin: -1em auto 0;
}
#solve .title::before {
	right: auto;
	left: 0;
	top: 5em;
}
#solve .title::after {
	left: auto;
	right: 0;
	bottom: -1em;
}
#solve .title .parts {
	width: 18em;
	margin-bottom: .5em;
}
#solve .title .txt {
	width: 18em;
	margin: inherit auto;
}
}
/*solve:consul
---------------------------------------------------------*/
#solve .consul {
	position: relative;
	width: 96%;
	max-width: 1160px;
	background: #FFF url(../images/top/slv_csl_bg@2x.jpg) no-repeat right top;
	background-size: contain;
	box-sizing: border-box;
	padding: 80px 5% 45px;
	border-radius: 1.8em;
	box-shadow: 0 40px 30px -30px rgba(0,0,0,0.2);
	margin: 0 auto;
	translate: 0 15%;
	z-index: 1;
}
#solve .consul .ribbon {
	position: absolute;
	width: 28.5%;
	left: 0;
	top: 0;
	translate: -5% -35%;
}
#solve .consul dt {
	width: 72%;
	max-width: 721px;
	margin-bottom: 1.5em;
}
#solve .consul dd {
	position: relative;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.7;
	padding-right: 25%;
}
#solve .consul dd p {
	max-width: 695px;
}
#solve .consul .com_cclbtn {
	position: absolute;
	display: block;
	width: 20%;
	max-width: 180px;
	right: 0;
	bottom: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#solve .consul dd {
	font-size: 115%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#solve .consul {
	background-size: 75% auto;
	padding: 15% 7% 10%;
	border-radius: 6vw;
	margin-top: 5%;
	translate: 0 6%;
}
#solve .consul .ribbon {
	width: 50%;
}
#solve .consul dt {
	width: 100%;
}
#solve .consul dd {
	padding-right: 32%;
}
#solve .consul dd p {
	font-size: 85%;
}
#solve .consul .com_cclbtn {
	width: 40%;
	translate: 28% 0;
}

}


/*---------------------------------------------------------
reason
---------------------------------------------------------*/
#reason {
	position: relative;
	background: url(../images/top/rsn_deco@2x.png) no-repeat right top 20px;
	background-size: 50% auto;
	padding: min(17vw,250px) 0 min(10vw,150px);
}
.rsn_title {
	width: 65%;
	max-width: max-content;
	margin: 0 auto 10%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#reason .obj_wrap > li:first-of-type {
	margin-top: -30%;
	margin-bottom: 8%;
	translate: 5% 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#reason {
	background-position: right -5vw top 12vw;
	background-size: 60% auto;
	padding: 25% 0 10%;
}
.rsn_title {
	width: 72%;
}
}
/*reason:rsn_list
---------------------------------------------------------*/
.rsn_list {
	list-style: none;
}
.rsn_list > li {
	position: relative;
	margin-top: 80px;
}
.rsn_list .box_img {
	position: relative;
	max-width: max-content;
}
.rsn_list .box_img > img {
	border-radius: 10.7% / 16.2%;
}
.rsn_list .type_col .box_img > img {
	border-radius: 16% / 20%;
}
.rsn_list .box_img .abs {
	position: absolute;
	width: 53.6%;
	max-width: max-content;
	transition-delay: .8s;
}
.rsn_list .no {
	position: relative;
	width: 8vw;
	max-width: 120px;
	margin: 0 0 1em -1em;
}
.rsn_list .com_style2_txt {
	color: #ff9300;
	margin-bottom: .3em;
}

.rsn_list .rsn1 .box_img .abs {
	right: 0;
	top: 0;
	translate: 12% -22%;
}
.rsn_list .rsn2 .box_img .abs {
	right: 0;
	bottom: 0;
	translate: 13% 20%;
}
.rsn_list .rsn6 .box_img .abs {
	left: 0;
	top: 0;
	translate: -15% -22%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.rsn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rsn_list > li.type_w {
	max-width: 1165px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.rsn_list > li.type_w .box_img {width: 50%;}
.rsn_list > li.type_w .box_txt {width: 43%;}

.rsn_list > li.type_col {
	width: 30.5%;
}
.rsn_list > li.type_col .no {
	margin-top: -2.5em;
}

.rsn_list > li.rsn2 {
	flex-direction: row-reverse;
}
.rsn_list > li.rsn4 {
	margin-top: 12%;
}
.rsn_list > li.rsn5 {
	margin-top: 20%;
}
/* obj */
.rsn_list .rsn1 .obj_s {
	left: 0;
	top: 0;
	translate: -70% -70%;
}
.rsn_list .rsn5 .obj_s {
	right: 0;
	top: 0;
	translate: 50% -50%;
}
.rsn_list .rsn6 .obj_s {
	left: 0;
	top: 0;
	translate: -70% 40%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.rsn_list > li {
	margin-top: 12%;
}
.rsn_list .box_img {
	width: 90%;
	margin: 0 auto;
}
.rsn_list .type_col .box_img {
	width: 80%;
}
.rsn_list .no {
	width: 18vw;
	margin: -1em 0 .8em 0.5em;
}

.rsn_list .com_style2_txt {
	text-align: center;
}
/* obj */
.rsn_list .rsn1 .obj_s {
	right: 0;
	top: 30%;
	translate: 30% 0;
}
.rsn_list .rsn5 .obj_s {
	left: 0;
	top: 0;
	translate: -30% -40%;
}
.rsn_list .rsn6 .obj_s {
	left: 0;
	top: 30%;
	translate: -20% 0;
}
}


/*---------------------------------------------------------
about
---------------------------------------------------------*/
#about {
	padding-bottom: min(8vw,120px);
}
#about,
#about > div {
	position: relative;
}
#about::before {
	position: absolute;
	content: "";
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 250" preserveAspectRatio="none"><path fill="%23ffff52" d="M0,0v250h1500V37.9c-162.4,110.2-426.6,182-725,182C443.7,219.9,154.4,131.4,0,0z" /></svg>') no-repeat left bottom -1px;
	background-size: 100% min(17vw,250px);
	background-color: var(--color_grn);
	width: 100%;
	height: calc(100% - 140px);
	left: 0;
	bottom: 0;
	z-index: -2;
}
#about .circle {
	position: absolute;
	display: block;
	background-color: #8bd15c;
	width: 100vw;
	height: 100vw;
	border-radius: 50%;
	left: 50%;
	top: 60px;
	translate: -50% 0;
	z-index: -2;
}
#about .abo_title {
	width: 40%;
	max-width: 528px;
	margin: 0 auto 3em;
}
/* img */
#about .img1 {
	position: relative;
	width: 25%;
	max-width: 310px;
	margin: 0 auto 1em;
}
#about .img_wrap > li {
	position: absolute;
	width: 27%;
	max-width: max-content;
}
#about .img_wrap > li:nth-of-type(1) {
	left: 3%;
	top: 100px;
	transition-delay: .5s;
}
#about .img_wrap > li:nth-of-type(2) {
	right: 3%;
	top: 0;
	transition-delay: .7s;
}
/* lead */
#about .lead {
	text-align: center;
	color: #FFF;
	margin-bottom: 2em;
}
#about .lead > dt {
	position: relative;
	max-width: max-content;
	margin: 0 auto 1em;
}
#about .lead > dt::before,
#about .lead > dt::after {
	position: absolute;
	content: "";
	background: url(../images/top/accent_l.svg) no-repeat;
	background-size: contain;
	width: 	0.4em;
	height: 1.06em;
	top: 50%;
	translate: 0 -50%;
}
#about .lead > dt::before {
	right: calc(100% + 1em);
}
#about .lead > dt::after {
	background-image: url(../images/top/accent_r.svg);
	left: calc(100% + 1em);
}
#about .lead .com_bbl_title {
	font-size: 100%;
	color: var(--color_blu);
	background-color: #ffff52;
}
/* mv_wrap */
#about .mv_wrap {
	position: relative;
	text-align: center;
}
#about .mv_wrap iframe {
	display: block;
	max-width: 600px;
	aspect-ratio: 600/350;
	margin: 0 auto;
}
#about .mv_wrap ul > li {
	position: relative;
	max-width: max-content;
	z-index: 1;
}
/* animation */
#about .circle {
	opacity: 0;
	scale: 0.8;
	transition: opacity 1s, scale 1s;
}
#about .circle.anime_on {
	opacity: 1;
	scale: 1;
}

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

/* mv_wrap */
#about .mv_wrap iframe {
	width: 60%;
}
#about .mv_wrap ul > li {
	position: absolute;
	width: 21%;
	top: 0;
}
#about .mv_wrap ul > li:nth-of-type(1) {left: 0;}
#about .mv_wrap ul > li:nth-of-type(2) {right: 0;}

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

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about::before {
	height: calc(100% - 25vw);
}
#about .circle {
	top: 15vw;
	width: 200vw;
	height: 200vw;
}
#about > div {
	padding-top: 8%;
}
#about .abo_title {
	width: 75%;
	margin-bottom: 8%;
}
/* img */
#about .img1 {
	width: 40%;
	margin-bottom: 10%;
}
#about .img_wrap > li {
	width: 35vw;
}
#about .img_wrap > li:nth-of-type(1) {
	top: 8vw;
}
/* lead */
#about .lead {
	margin-bottom: 6%;
}
#about .lead > dt {
	width: 92%;
}
#about .lead > dt::before {
	right: calc(100% + .6em);
}
#about .lead > dt::after {
	left: calc(100% + .6em);
}
#about .lead > dd {
	text-align: left;
}
/* mv_wrap */
#about .mv_wrap ul {
	display: flex;
	justify-content: space-between;
}
#about .mv_wrap ul > li {
	width: 35%;
	margin-top: 5%;
	margin-bottom: -15%;
}
#about .mv_wrap ul > li:nth-of-type(2) {
	margin-top: -1%;
}
}
/*about:feature
---------------------------------------------------------*/
#about .feature {
	position: relative;
}
#about .fea_title {
	position: relative;
}
#about .fea_title::before {
	position: absolute;
	content: "";
	background: url(../images/top/abo_fea_bg.svg) no-repeat;
	background-size: contain;
	width: 160%;
	height: 234%;
	left: -35%;
	top: -60%;
	z-index: -1;
}
/* fea_list */
#about .fea_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.3%;
	list-style: none;
	counter-reset: mycounter;
}
#about .fea_list > li {
	position: relative;
	text-align: center;
	color: #ff8f17;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 42% auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 2.5em 1.5%;
	border-radius: 1em;
	border: 10px solid currentColor;
}
#about .fea_list > li .no {
	position: absolute;
	border-radius: 0 0 1.2em 0;
	background-color: currentColor;
	padding: .1em .8em 1em .1em;
	left: 0;
	top: 0;
}
#about .fea_list > li .no::before {
	display: block;
	counter-increment: mycounter;
	content: counter(mycounter, decimal-leading-zero);
	color: #FFF;
	font: var(--font_neu);
	font-size: 125%;
	letter-spacing: .05em;
}
#about .fea_list p {
	font-size: min(2.6vw,187%);
	font-weight: bold;
	line-height: 1.3;
	word-break: keep-all;
	overflow-wrap: break-word;
}
#about .fea_list p span {
	display: block;
	color: #000;
	font-size: 60%;
	line-height: 1.6;
	letter-spacing: .05em;
	font-feature-settings: "halt";
	margin-bottom: .5em;
}
#about .fea_list > li:nth-of-type(4n+2) {color: #fc849b;}
#about .fea_list > li:nth-of-type(4n+3) {color: var(--color_blu);}
#about .fea_list > li:nth-of-type(4n+4) {color: var(--color_ppl);}
#about .fea_list > li:nth-of-type(2) {background-image: url(../images/top/abo_fea_bg1@2x.png);}
#about .fea_list > li:nth-of-type(3) {background-image: url(../images/top/abo_fea_bg2@2x.png);}
#about .fea_list > li:nth-of-type(4) {background-image: url(../images/top/abo_fea_bg3@2x.png);}
#about .fea_list > li:nth-of-type(5) {background-image: url(../images/top/abo_fea_bg4@2x.png);}
#about .fea_list > li:nth-of-type(6) {background-image: url(../images/top/abo_fea_bg5@2x.png);}
#about .fea_list > li:nth-of-type(7) {background-image: url(../images/top/abo_fea_bg6@2x.png);}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#about .fea_title {
	position: absolute;
	width: 28.8%;
	left: 0;
	top: 1em;
}
/* fea_list */
#about .fea_list {
	max-width: 1270px;
	margin: 0 auto;
}
#about .fea_list > li {
	width: 28.5%;
}
#about .fea_list > li:nth-of-type(n+2) {
	margin-top: 2.3%;
}
#about .fea_list > li:nth-of-type(1) {
	display: flex;
	align-items: center;
	width: 70%;
	margin-left: 30%;
	padding-right: 4%;
}
#about .fea_list > li:nth-of-type(5) {
	margin-left: auto;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#about .fea_list > li {
	width: 30%;
	border-width: 8px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about .fea_title {
	width: 70%;
	margin: 0 auto 8%;
}
/* fea_list */
#about .fea_list {
	gap: 3%;
}
#about .fea_list > li {
	width: 48.5%;
	background-size: 42% auto;
	padding: 6% 1%;
	border-width: 7px;
}
#about .fea_list > li:nth-of-type(n+2) {
	margin-top: 3%;
}
#about .fea_list > li .no {
	padding: .2em .6em .7em .1em;
	border-radius: 0 0 1em 0;
}
#about .fea_list > li .no::before {
	font-size: 90%;
}
#about .fea_list p {
	font-size: 110%;
}
#about .fea_list p span {
	font-size: 70%;
	letter-spacing: normal;
}
#about .fea_list > li:nth-of-type(1) {
	width: 100%;
}
#about .fea_list > li:nth-of-type(1) p {
	margin-bottom: 4%;
}
#about .fea_list > li:nth-of-type(1) div:last-of-type {
	width: 90%;
	margin: 0 auto;
}
}


/*---------------------------------------------------------
flow
---------------------------------------------------------*/
#flow {
	background-color: #ffff52;
}
#flow .com_title1::before {
	background-image: url(../images/common/bbl_yel.svg);
}
#flow .tax {
	text-align: right;
	line-height: 1.5;
	letter-spacing: .1em;
	font-weight: bold;
	margin-bottom: .8em;
}
/*flow:st_list
---------------------------------------------------------*/
.st_list {
	list-style: none;
	counter-reset: mycounter;
}
.st_list > li {
	position: relative;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 60px 5%;
	border-radius: 1.2em;
	box-shadow: 0 220px 30px -200px rgba(0,0,0,0.2);
	margin-bottom: 60px;
}
.st_list > li:last-of-type {
	margin-bottom: 0;
}
.st_list > li::after {
	position: absolute;
	content: "";
	background-color: inherit;
	width: 4.5em;
	height: 1.8em;
	left: 50%;
	top: 99%;
	translate: -50% 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.st_list > li:last-of-type::after {
	display: none;
}
.st_list .st_no {
	text-align: center;
	font: var(--font_neu);
	font-size: min(1.8vw,125%);
	letter-spacing: .12em;
}
.st_list .st_no img {
	display: block;
	width: 2.5em;
	margin-top: .5em;
}
.st_list .com_flt dt {
	color: var(--color_org);
}
/* attention */
.st_list .attention {
	padding-top: 35px;
	margin-top: 40px;
	border-top: 1px solid #b2b2b2;
}
.st_list .attention .com_style1_txt {
	text-align: center;
	margin-bottom: 1em;
}
.st_list .attention dt {
	text-align: center;
	word-break: keep-all;
	overflow-wrap: break-word;
	min-width: 0;
	color: #FFF;
	font-size: 137%;
	line-height: 1.5;
	font-weight: bold;
	background-color: var(--color_blu);
	padding: .5em 1em;
	margin-bottom: .5em;
}
.st_list .attention dd ul {
	font-size: 118%;
	font-weight: bold;
	max-width: max-content;
	margin: 0 auto;
	max-width: 100%;
}
.st_list .attention dd ul > li span {
	color: var(--color_blu);
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.st_list .st_flex {
	display: flex;
}
.st_list .st_no {
	align-self: center;
	padding-left: .2em;
	padding-right: 3em;
}
.st_list .com_flt {
	padding-top: 1em;
	padding-left: 6%;
	border-left: 3px dashed#000;
}
.st_list .com_flt .img_r {
	width: 40%;
	margin-left: 6%;
}
/* attention */
.st_list .attention > div {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 48.4% 48.4%;
}
.st_list .attention dl {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
}
.st_list .attention dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.st_list > li {
	padding: 7% 6% 8%;
	box-shadow: 0 12vw 20px -10vw rgba(0,0,0,0.2);
	margin-bottom: 8%;
}
.st_list > li::after {
	width: 12vw;
	height: 6vw;
}
.st_list .st_no {
	font-size: 80%;
	padding-bottom: 5%;
	margin-bottom: 8%;
	border-bottom: 2px dashed#000;
}
.st_list dt {
	text-align: center;
}
/* attention */
.st_list .attention {
	padding-top: 8%;
	margin-top: 10%;
}
.st_list .attention dl:nth-of-type(n+2) {
	margin-top: 8%;
}
.st_list .attention dt {
	font-size: 110%;
	margin-bottom: .7em;
}
.st_list .attention dd ul {
	font-size: 105%;
}
}
/*flow:tbl_pri
---------------------------------------------------------*/
.tbl_pri {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	font-size: min(1.8vw,137%);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4;
	margin-top: 2em;
}
.tbl_pri th,
.tbl_pri td {
	width: 50%;
	position: relative;
	text-align: center;
	background-color: #f2f5e9;
	box-sizing: border-box;
	padding: 1em .5em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.tbl_pri tbody th {
	background-color: #e3e8cc;
}
.tbl_pri tbody th span {
	display: inline-block;
	font-size: 72%;
	letter-spacing: .05em;
}
.tbl_pri tbody td {
	color: var(--color_org);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_pri th,
.tbl_pri td {
	padding: 1em .5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_pri {
	font-size: 100%;
	letter-spacing: .06em;
	margin-top: 5%;
}
.tbl_pri caption {
	font-size: 85%;
	margin-top: .6em;
	word-break: normal;
}
.tbl_pri th,
.tbl_pri td {
	display: block;
	width: 100%;
}
}
/*flow:howto
---------------------------------------------------------*/
#flow .howto {
	width: 108%;
	background-color: #ff8f17;
	border-radius: 1.2em;
	margin-top: 50px;
	margin-left: -4%;
}
#flow .howto .open_btn {
	text-align: center;
	color: #FFF;
	padding: 1.5em 5%;
}
#flow .howto .open_btn:hover {
	background-color: rgba(255,255,255,0.1);
}
#flow .howto .icon_open {
	color: #ff8f17;
	background-color: #fff;
}
#flow .howto dt {
	text-align: center;
	font-size: min(2vw,137%);
	font-weight: bold;
	line-height: 1.5;
	word-break: keep-all;
	overflow-wrap: break-word;
	margin-bottom: 1.2em;
}
#flow .howto > div {
	padding: 0 3.8% 50px;
}
#flow .howto .dl_wrap {
	padding-top: 25px;
}
#flow .howto .dl_wrap > dl {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 16% 5% 9%;
	border-radius: 1.2em;
}
#flow .howto .dl_wrap dt {
	padding-bottom: 1.2em;
	border-bottom: 2px solid var(--color_org);
}
#flow .howto .dl_wrap dt::before {
	position: absolute;
	content: "";
	background: url(../images/top/icon_sun.svg) no-repeat;
	background-size: contain;
	width: 3.6em;
	height: 3.6em;
	left: 0;
	right: 0;
	top: -1em;
	margin: auto;
}
#flow .howto .dl_wrap dd {
	padding: 0 3.5%;
}
#flow .howto .dl_wrap ul li {
	padding-left: 2.2em;
	margin-top: 1em;
}
#flow .howto .dl_wrap .chk {
	position: relative;
	color: var(--color_org);
	font-size: min(1.9vw,118%);
	font-weight: bold;
	line-height: 1.6;
	word-break: keep-all;
	overflow-wrap: break-word;
}
#flow .howto .dl_wrap .chk::before {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	letter-spacing: normal;
	color: currentColor;
	font-size: 130%;
	font-weight: normal;
	right: calc(100% + 0.4em);
	top: -0.2em;

}
/* box_moon */
#flow .howto .dl_wrap .box_moon dt {border-bottom-color: var(--color_blu);}
#flow .howto .dl_wrap .box_moon dt::before {background-image: url(../images/top/icon_moon.svg);}
#flow .howto .dl_wrap .box_moon .chk {	color: var(--color_blu);}

/* stage */
#flow .howto .stage dt {
	color: #FFF;
}
#flow .howto .stg_list {
	max-width: 960px;
	display: grid;
	grid-template-columns: repeat(4,25%);
	margin: 0 auto;
}
#flow .howto .stg_list > li {
	position: relative;
	text-align: center;
}
#flow .howto .stg_list > li::before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: .8em;
	height: 1.2em;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	left: 100%;
	top: 45%;
	translate: -50% -50%;
}
#flow .howto .stg_list > li:last-of-type::before {
	display: none;
}
#flow .howto .stg_list img {
	width: 60%;
	max-width: 120px;
}
#flow .howto .stg_list div {
	color: #ffff52;
	font-size: min(1.8vw,125%);
	font-weight: bold;
	line-height: 1.5;
	margin-top: .5em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#flow .howto .dl_wrap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 46.7% 3.4% 46.7%;
}
#flow .howto .dl_wrap .plus {
	align-self: center;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#flow .howto {
	border-radius: 1em;
	margin-top: 8%;
}
#flow .howto .open_btn {
	font-size: 115%;
	padding: 1.2em 5%;
}
#flow .howto dt {
	font-size: 105%;
	margin-bottom: 1.2em;
}
#flow .howto > div {
	padding: 0 4% 8%;
}
#flow .howto .dl_wrap .plus {
	width: 12%;
	margin: 5% auto 7%;
}
#flow .howto .dl_wrap > dl {
	padding: 15% 6% 8%;
	border-radius: 1em;
}
#flow .howto .dl_wrap dt {
	padding-bottom: .8em;
}
#flow .howto .dl_wrap dt::before {
	width: 3em;
	height: 3em;
	top: -0.8em;
}
#flow .howto .dl_wrap dd {
	padding: 0;
}
#flow .howto .dl_wrap ul li {
	font-size: 90%;
	margin-top: .8em;
}
#flow .howto .dl_wrap .chk {
	font-size: 105%;
	word-break: normal;
}
/* stage */
#flow .howto .stg_list {
	width: 90%;
	grid-template-columns: repeat(2,50%);
}
#flow .howto .stg_list > li:nth-of-type(n+3) {
	margin-top: 12%;
}
#flow .howto .stg_list > li::before {
	width: .6em;
	height: 1em;
}
#flow .howto .stg_list div {
	font-size: 95%;
}
}


/*---------------------------------------------------------
loan
---------------------------------------------------------*/
#loan {
	position: relative;
	background-color: #ffff52;
}
#loan::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(225,213,82,0.7), rgba(225,213,82,0) 70%) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 120px;
	left: 0;
	top: 2.1em;
}
#loan .com_bbl_title {
	color: #FFF;
	background-color: #ff8f17;
}
/* monthly */
#loan .monthly {
	position: relative;
	max-width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(3vw,196%);
	font-weight: bold;
	font-feature-settings: "halt";
	margin: 5% auto;
}
#loan .monthly dt {
	font-size: 120%;
	background-color: #fff;
	border: 3px solid currentColor;
    width: min(4em);
    height: min(4em);
	margin-right: 1em;
}
#loan .monthly dd {
	line-height: 1.6;
	letter-spacing: .1em;
}
#loan .monthly .price {
	font-size: 192%;
}
#loan .monthly .price > span {
	color: #ff692d;
	font-size: 230%;
	letter-spacing: normal;
}
#loan .monthly .price > span > span {
	display: inline-block;
	background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,0.4) 45%, rgba(255,255,255,0) 80%);
	background-color: #ff692d;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#loan .monthly::before,
#loan .monthly::after {
	position: absolute;
	content: "";
	background: url(../images/common/ilst_kira1.svg) no-repeat;
	background-size: contain;
	width: 3.2em;
	height: 3.5em;
}
#loan .monthly::before {
	right: 103%;
	top: 0em;
}
#loan .monthly::after {
	background-image: url(../images/common/ilst_kira2.svg);
	left: 104%;
	bottom: .5em;
}
/* ex_wrap */
#loan .ex_wrap > dl {
	position: relative;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 50px 5%;
	border-radius: 1.2em;
	margin-bottom: 10px;
}
#loan .ex_wrap > dl dt {
	text-align: center;
	padding-bottom: .8em;
	margin-bottom: .6em;
	border-bottom: 2px solid #b2b2b2;
}
/* com_point */
#loan .com_point {
	background-color: #ffffa8;
}
#loan .com_point dt,
#loan .com_point .com_link1 {
	text-align: center;
}
#loan .com_point dt span {
	color: #ff9d0c;
}
#loan .com_point dd p {
	font-weight: bold;
	max-width: 960px;
	margin: 0 auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#loan::before {
	height: 5vw;
}
/* monthly */
#loan .monthly {
	font-size: 3.3vw;
}
#loan .monthly dt {
	border-width: 2px;
}
/* ex_wrap */
#loan .ex_wrap > dl {
	padding: 8% 5% 10%;
	border-radius: 1em;
}
}
/*loan:tbl_loan
---------------------------------------------------------*/
.tbl_loan {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	font-size: min(2vw,143%);
	font-weight: bold;
	letter-spacing: .12em;
	line-height: 1.4;
}
.tbl_loan caption {
	caption-side: bottom;
	text-align: left;
	font-size: 65%;
	font-weight: normal;
	padding-left: .6em;
}
.tbl_loan th,
.tbl_loan td {
	width: 25%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 1em .2em;
	word-break: keep-all;
	overflow-wrap: break-word;
}
.tbl_loan thead th {
	padding: .4em;
}
.tbl_loan tbody th {
	color: #FFF;
	background-color: #ff9d0c;
	clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
}
.tbl_loan tbody tr:nth-of-type(even) th {
	background-color: #6ccf00;
}
.tbl_loan tbody td {
	background-color: #f7f6f1;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_loan th,
.tbl_loan td {
	padding: 1em .5em;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_loan {
	width: 160%;
	font-size: 95%;
	letter-spacing: .06em;
	border-spacing: 8px;
	margin-top: 5%;
}
.tbl_loan caption {
	font-size: 85%;
}
}


/*---------------------------------------------------------
case
---------------------------------------------------------*/
#case {
	position: relative;
	background-color: #c3f7db;
}
#case::before {
	position: absolute;
	content: "";
	background: url(../images/top/case_deco2@2x.png) no-repeat center top;
	background-size: contain;
	width: 22vw;
	height: 390px;
	left: 68%;
	top: 0;
	z-index: 1;
}
#case .com_title1 {
	margin-bottom: 0;
}
#case .com_title1::before {
	background-image: url(../images/common/bbl_grn.svg);
}
#case .com_title1 .ft_hkr {
	color: var(--color_lgrn);
}

#case .case_wrap {
	position: relative;
	padding: 10% 0 8%;
}
#case .case_wrap::before {
	position: absolute;
	content: "";
	background: url(../images/top/case_bg.svg) no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0;
	translate: -50% 0;
}
#case .case_wrap::after {
	position: absolute;
	content: "";
	background: url(../images/top/case_deco1@2x.png) no-repeat center top;
	background-size: contain;
	width: min(23vw,333px);
	height: min(24vw,357px);
	left: 7%;
	top: 0;
	translate: 0 -40%;
}
#case .case_wrap .jyunbi {
	position: relative;
	text-align: center;
	font-size: 90%;
	padding: 8% 0;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#case::before {
	width: 28vw;
	left: auto;
	right: 0;
}
#case .case_wrap {
	padding: 24vw 0 20vw;
}
#case .case_wrap::before {
	width: 300vw;
}
#case .case_wrap::after {
	width: 28vw;
	height: 30vw;
	left: -3%;
}
}
/*case:case_slider
---------------------------------------------------------*/
.case_slider {
	position: relative;
    width: 80%;
    max-width: 730px;
    margin: 0 auto;
	counter-reset: mycounter;
	z-index: 1;
}
.case_slider li {
	position: relative;
	height: auto;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 45px 8%;
	border-radius: 1.2em;
}
.case_slider li::before {
	position: absolute;
	content: "";
	background: url(../images/top/case_clip.svg) no-repeat;
	background-size: contain;
	width: min(17.8vw,27px);
	height: min(4.5vw,70px);
	left: 8%;
	top: 0;
	translate: 0 -28%;
}
.case_title {
	text-align: center;
	font-size: min(156%,2.2vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.case_title::before {
	display: block;
	counter-increment: mycounter;
	content: 'CASE 'counter(mycounter, decimal-leading-zero);
	color: var(--color_lgrn);
	font: var(--font_neu);
	letter-spacing: .05em;
	margin-bottom: .5em;
}
/* fig_wrap */
.case_slider .fig_wrap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 49.5% 49.5%;
}
.case_slider .fig_wrap .ft_neu {
	width: 66%;
	text-align: center;
	color: var(--color_blu);
	font-size: 125%;
	background-color: #afd1f7;
	padding: .5em;
	border-radius: 2em;
	margin: 1em auto 0;
}
.case_slider .fig_wrap figure:nth-of-type(2) .ft_neu {
	color: #FFF;
	background-color: var(--color_blu);
}
/* tbl_case */
.tbl_case {
	width: 100%;
	line-height: 1.6;
	margin-top: 1em;
}
.tbl_case th,
.tbl_case td {
	vertical-align: top;
	padding: .8em .2em;
	border-bottom: 1px dashed #b2b2b2;
}
.tbl_case tbody th {
	width: 7.8em;
	color: #7a675d;
	font-weight: bold;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.case_slider {
    width: 100%;
}
.case_slider li {
	padding: 8% 6%;
	border-radius: 1em;
}
.case_slider li::before {
	width: 3.6vw;
	height: 9.4vw;
}
.case_title {
	font-size: 105%;
}
/* fig_wrap */
.case_slider .fig_wrap .ft_neu {
	font-size: 90%;
	margin-top: .6em;
}
/* tbl_case */
.tbl_case {
	font-size: 80%;
}
.tbl_case tbody th {
	width: 5em;
}
}
/*case:arrow
---------------------------------------------------------*/
.swip_navi .swip_arws > div {
	display: block;
    text-align: center;
	color: #FFF;
	background-color: var(--color_lgrn);
    border-radius: 50%;
	font-size: min(400%);
	letter-spacing: normal;
    width: 1.2em;
	height: auto;
	box-sizing: border-box;
	padding: 0;
	border: 3px solid #000;
	transition: all .4s;
}
.swip_navi .swip_arws > div::before {
	display: block;
	font-family: 'fontello';
	content: '\e802';
	font-weight: normal;
	line-height: 1.1;
}
.swip_navi .swip_arws > div::after {
	display: none;
}
.swip_navi .swip_arws .swiper-button-prev {
	scale: -1 1;
	left: 0;
	translate: -55% 0;
}
.swip_navi .swip_arws .swiper-button-next {
	right: 0;
	translate: 55% 0;
}
.swip_navi .swip_arws > div:hover {
	background-color: #24bc6c;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.swip_navi .swip_arws > div {
	font-size: 9vw;
	border-width: 2px;
}
}
/*case:risk
---------------------------------------------------------*/
#case .risk_list {
	max-width: 1050px;
	counter-reset: mycounter;
	margin: 2.5em auto 0;
}
#case .risk_list dl {
	margin-bottom: 1.5em;
}
#case .risk_list dt {
	position: relative;
	font-size: min(2.2vw,137%);
	font-weight: bold;
	line-height: 1.5;
	background: linear-gradient(to right, transparent 1.2em, #FFF 1.2em);
	box-sizing: border-box;
	padding: .9em;
	margin-bottom: 1em;
}
#case .risk_list dt::before {
	position: absolute;
	display: block;
	counter-increment: mycounter;
	content: counter(mycounter, decimal-leading-zero);
	color: #FFF;
	font: var(--font_neu);
	font-size: 108%;
	letter-spacing: .05em;
	background-color: var(--color_lgrn);
	border: 3px solid #000;
	border-radius: 5px 2em 2em 5px;
	padding: .5em 1em;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
#case .risk_list dt,
#case .risk_list dd {
	padding-left: 6.2rem;
	padding-right: 1em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#case .risk_list {
	margin-top: 8%;
}
#case .risk_list dl {
	margin-bottom: 1.2em;
}
#case .risk_list dt {
	font-size: 110%;
	padding-left: 16vw;
	margin-bottom: .8em;
}
#case .risk_list dt::before {
	font-size: 4vw;
	border-width: 2px;
	top: 1em;
	translate: none;
}
#case .risk_list dd {
	padding-left: 8vw;
}
}


/*---------------------------------------------------------
instagram
---------------------------------------------------------*/
#instagram {
	background-image: url(../images/top/inst_bg1@2x.png),url(../images/top/inst_bg2@2x.png);
	background-repeat: no-repeat;
	background-position: left top -1px, left bottom -1px;
	background-size: 100% auto;
	background-color: #ffffcb;
	padding: min(10vw,150px) 0 min(15vw,220px);
}
#instagram .inst_title {
	width: 50%;
	max-width: max-content;
	margin: 0 auto 1em;
}
#instagram .inst_title + p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.5em;
}
#instagram .feed_box {
	position: relative;
}

#instagram .com_cclbtn {
	position: absolute;
	width: 14vw;
	max-width: max-content;
	left: 80%;
	top: 0;
	translate: 0 -80%;
}
#instagram .feed_box .sbi_item {
	width: min(16vw,250px) !important;
	height: min(16vw,250px) !important;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#instagram {
	padding: 15% 0 20%;
}
#instagram .inst_title {
	width: 60%;
}
#instagram .com_cclbtn {
	width: 25vw;
	left: 70%;
	top: 0;
	translate: 0 -20%;
}
#instagram .feed_box .sbi_item {
	width: 30vw !important;
	height: 30vw !important;
}
}


/*---------------------------------------------------------
consul
---------------------------------------------------------*/
#consul {
	position: relative;
	background-color: #65bfe3;
}
/* #consul::before {
	position: absolute;
	content: "";
	background: url(../images/top/inst_bg2@2x.png) no-repeat left bottom;
	background-size: 100% 100%;
	width: 100%;
	height: 250px;
	left: 0;
	bottom: calc(100% - 1px);
} */
#consul .abs {
	position: absolute;
	width: 30vw;
	max-width: max-content;
	right: 60%;
	top: 0;
	translate: 0 -50%;
}
#consul .com_title1 {
	color: #FFF;
}
#consul .com_title1::before {
	display: none;
}
#consul .com_title1 .ft_hkr {
	color: var(--color_yel);
}
#consul .com_title1 .time {
	display: inline-block;
	font: var(--font_hkr);
	font-size: 62%;
	vertical-align: 0.1em;
	color: #65bfe3;
	background-color: #fff;
	padding: .5em 1.4em;
	border-radius: .8em;
	margin-left: .5em;
}
/* csl_list */
#consul .csl_list img {
	border-radius: 10.7% / 17.1%;
}
#consul .csl_list dt {
	position: relative;
	width: 85%;
	text-align: center;
	color: var(--color_yel);
	background-color: #65bfe3;
	box-sizing: border-box;
	padding: 1.2em .8em 0;
	border-radius: 1.4em 1.4em 0 0;
	margin: -2em auto .8em;
}
#consul .csl_list dd {
	color: #FFF;
}
/* rsv_wrap */
#consul .rsv_wrap {
	margin-top: 5%;
}
#consul .rsv_wrap > dl {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	padding: 2em 5%;
	border-radius: 1.2em;
}
#consul .rsv_wrap .box_l dt {
	position: absolute;
	font-size: min(181%,2.4vw);
	line-height: 1.5;
	background: url(../images/top/rsv_rbn.svg) no-repeat;
	background-size: 100% 100%;
	padding: .5em 1.2em;
	left: 4%;
	top: -0.6em;
}
#consul .rsv_wrap .pose {
	position: absolute;
	width: 16%;
	max-width: 120px;
	left: 2%;
	bottom: 0;
}
#consul .rsv_wrap .box_r {
	background-color: #98d4ec;
}
#consul .rsv_wrap .box_r dt {
	text-align: center;
	color: #FFF;
	font-size: min(125%,1.8vw);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
#consul .rsv_wrap .com_ctc_list {
	justify-content: center;
}
#consul .rsv_wrap .ctc_tel {
	align-self: center;
	margin-right: 3%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

/* csl_list */
#consul .csl_list {
	max-width: 1200px;
	display: grid;
	grid-template-columns: repeat(2,47%);
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
#consul .csl_list dt {
	font-size: min(2.6vw,168%);
}
/* rsv_wrap */
#consul .rsv_wrap {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 59% 39%;
}
#consul .rsv_wrap > dl {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
}
#consul .rsv_wrap .box_l {
	padding-left: 20%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#consul .abs {
	width: 45%;
	right: 52%;
}
/* csl_list */
#consul .csl_list > li:nth-of-type(n+2) {
	margin-top: 8%;
}
#consul .csl_list img {
	width: 96%;
}
#consul .csl_list dt {
	width: 80%;
	padding-top: 1em;
}
#consul .com_ctc_btn > a {
	font-size: 5vw;
}
/* rsv_wrap */
#consul .rsv_wrap {
	margin-top: 10%;
}
#consul .rsv_wrap > dl {
	text-align: center;
	padding: 5% 5% 7%;
	border-radius: .8em;
}
#consul .rsv_wrap .box_l {
	padding-top: 14%;
	margin-bottom: 2%;
}
#consul .rsv_wrap .box_l dt {
	font-size: 110%;
}
#consul .rsv_wrap .pose {
	width: 20%;
	left: auto;
	right: 58%;
	bottom: 5%;
}
#consul .rsv_wrap .box_l .com_ctc_list {
	flex-wrap: wrap;
}
#consul .rsv_wrap .box_l .ctc_tel {
	width: 100%;
	margin-bottom: 8%;
}
#consul .rsv_wrap .box_l .btn_web {
	margin-left: 32%;
}
#consul .rsv_wrap .box_r dt {
	font-size: 100%;
}
}


/*---------------------------------------------------------
mail
---------------------------------------------------------*/
#mail {
	background-color: #ffbe17;
}
#mail .com_title1 {
	color: #FFF;
}
#mail .com_title1::before {	background-image: url(../images/common/bbl_org.svg);}
#mail .com_title1 .ft_hkr {	color: var(--color_yel);}



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

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

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


}

/*---------------------------------------------------------
staff
---------------------------------------------------------*/
#staff {
	position: relative;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 249" preserveAspectRatio="none"><path fill="%23FFBE17" d="M1500,249V0H0v211.3C162.4,101.5,426.6,30,725,30C1056.3,30,1345.6,118.1,1500,249z" /></svg>') no-repeat left top -1px;
	background-size: 100% min(17vw,250px);
	padding-top: min(15vw,220px);
}
#staff::before {
	position: absolute;
	content: "";
	background-color: #f7f6f1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}
#staff .box_msg {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 250" preserveAspectRatio="none"><path fill="%2376c93f" d="M0,0v250h1500V37.9c-162.4,110.2-426.6,182-725,182C443.7,219.9,154.4,131.4,0,0z" /></svg>') no-repeat left bottom -1px;
	background-size: 100% min(17vw,250px);
}
#staff .com_title1 .ft_hkr {
	color: var(--color_blu);
}
#staff .stf_index {
	position: relative;
	width: 11.6em;
	text-align: center;
	font-size: min(150%,2.2vw);
	font-weight: bold;
	line-height: 1.5;
	background: url(../images/top/stf_bbl1.svg) no-repeat left top;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: .9em 1.2em 1.7em;
	margin-bottom: .8em;
}
/* obj_wrap */
#staff .obj_wrap > li {
	background: radial-gradient(transparent 36%, #FFF 36%);
}
#staff .obj_wrap > li:first-of-type {
	opacity: 0;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

/* obj_wrap */
#staff .obj_wrap > li:first-of-type {
	margin-top: 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#staff .stf_index {
	font-size: 100%;
}
}
/*staff:message
---------------------------------------------------------*/
#staff .box_msg {
	padding-bottom: 200px;
}
#staff .box_msg .com_deco_txt {
	text-align: right;
	color: #FFF;
	margin-right: -0.6em;
}
#staff .box_msg .stf_index {
	margin-top: -1em;
}
#staff .box_msg *[class^="msg_box"] {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 6.7%;
}
#staff .box_msg *[class^="msg_box"]:last-child {
	margin-bottom: 0;
}
#staff .box_msg dl {
	position: relative;
	z-index: 1;
}
#staff .box_msg dd b {
	color: #ff8f17;
}
/* type_bg */
#staff .box_msg *[class^="msg_box"].type_bg::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	width: 68vw;
	height: min(46vw,680px);
	top: 50%;
	translate: 0 -50%;
	z-index: -2;
}
#staff .msg_box3::before {
	background-image: url(../images/top/msg_bg1@2x.png);
	background-position: left top;
	left: 0;
	margin-left: calc(50% - 50vw);
}
#staff .msg_box5::before {
	background-image: url(../images/top/msg_bg2@2x.png);
	background-position: right top;
	right: 0;
	top: 60%;
	margin-right: calc(50% - 50vw);
}
/* box1 */
#staff .msg_box1 .box_img {
	position: relative;
	transition-delay: .3s;
}
#staff .msg_box1 .com_ccl_txt {
	position: absolute;
	font-size: min(1.6vw,125%);
	font-weight: bold;
    width: min(15em);
    height: min(15em);
	background-color: var(--color_yel);
	right: -4%;
	bottom: 0;
}
#staff .msg_box1 .com_ccl_txt dt {
	color: var(--color_grn);
	margin-bottom: .6em;
}
#staff .msg_box1 .com_ccl_txt dd:nth-child(2) {
	font-size: 175%;
	margin-bottom: .2em;
}
#staff .msg_box1 .box_txt {
	padding-bottom: 10%;
	background: url(../images/top/stf_dot.svg) no-repeat left bottom;
	background-size: contain;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#staff .box_msg .type_bg dl {
	width: 60%;
	max-width: 610px;
}
#staff .msg_box6 .img_l {
	width: 48.5%;
	margin-left: -6%;
	margin-right: 6%;
}
/* type_bg */
#staff .msg_box3 dl {
	margin-left: auto;
}
/* box1 */
#staff .msg_box1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#staff .msg_box1 .box_img {
	width: 60%;
	margin-left: -16%;
}
#staff .msg_box1 .box_txt {
	width: 51%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#staff .box_msg .com_deco_txt {
	margin-right: 0;
}
#staff .box_msg .stf_index {
	margin-top: -0.5em;
}
#staff .box_msg {
	padding-bottom: 15%;
}
#staff .box_msg dt {
	text-align: center;
}
/* type_bg */
#staff .box_msg *[class^="msg_box"].type_bg {
	padding-top: 30vw;
}
#staff .box_msg *[class^="msg_box"].type_bg::before {
	width: 90vw;
	height: 70vw;
	top: -15vw;
	translate: none;
}
/* box1 */
#staff .msg_box1 {
	margin-bottom: 12% !important;
}
#staff .msg_box1 .box_img {
	width: 80%;
	margin: 0 auto 8%;
}
#staff .msg_box1 .box_txt {
	padding-bottom: 12%;
}
#staff .msg_box1 .com_ccl_txt {
	font-size: 70%;
	left: -10%;
	bottom: -8%;
}
}
/*staff:member
---------------------------------------------------------*/
#staff .box_mbr {
	background-color: var(--color_grn);
}
#staff .box_mbr .com_deco_txt {
	text-align: center;
	color: #a6dc82;
	translate: 0 -0.9em;
}
#staff .box_mbr .com_style1 {
	color: #FFF;
	text-align: center;
}
#staff .mbr_inbox {
	position: relative;
	width: 95%;
	background-color: #FFF;
	margin-left: auto;
	box-sizing: border-box;
	padding: min(10vw,150px) 7% min(8vw,120px);
	border-top-left-radius: 100px;
}
#staff .box_mbr .stf_index {
	position: absolute;
	background-image: url(../images/top/stf_bbl2.svg);
	left: 8%;
	top: -1em;
}
/* mbr_list */
#staff .mbr_list {
	max-width: 1125px;
}
#staff .mbr_list > li {
	margin-bottom: 7%;
}
#staff .mbr_list .box_img {
	width: 28%;
	max-width: 300px;
	background: url(../images/top/mbr_frame.svg) no-repeat center center;
	background-size: contain;
}
#staff .mbr_list .box_img img {
	width: 100%;
	box-sizing: border-box;
	padding: 8.34%;
}
#staff .mbr_list .stf_name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: min(2vw,125%);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4;
	margin-bottom: .8em;
}
#staff .mbr_list .stf_name dt,
#staff .mbr_list .stf_name dd {
	padding: .1em 0;
}
#staff .mbr_list .stf_name dt {
	color: #ffbe17;
	margin-right: 1em;
}
#staff .mbr_list .stf_name dd {
	font-size: 150%;
	letter-spacing: .18em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

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

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#staff .box_mbr .com_deco_txt {
	translate: 0 -0.6em;
}
#staff .mbr_inbox {
	width: 95%;
	padding: 15% 7% 12%;
	border-top-left-radius: 10vw;
}
/* mbr_list */
#staff .mbr_list > li {
	margin-bottom: 7%;
}
#staff .mbr_list .box_img {
	width: 50%;
	margin: 0 auto 5%;
}
#staff .mbr_list .box_img img {
	width: 100%;
	box-sizing: border-box;
	padding: 8.34%;
}
#staff .mbr_list .stf_name {
	justify-content: center;
	text-align: center;
	font-size: 100%;
}
}


/*---------------------------------------------------------
bg_img
---------------------------------------------------------*/
.bg_img {
	background: url(../images/top/bg_img@2x.jpg) no-repeat center center;
	background-size: cover;
	height: 42vw;
}


/*---------------------------------------------------------
slider
---------------------------------------------------------*/
.flow_slide li {
	width: 37.4vw;
	max-width: max-content;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flow_slide li {
	width: 60vw;
}
}


/*---------------------------------------------------------
info
---------------------------------------------------------*/
#info > div {
	padding: 80px 0;
}
#info .cli_name {
	position: relative;
	font-size: min(3.5vw,250%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
	padding-left: 2.3em;
	margin-bottom: .6em;
}
#info .cli_name::before {
	position: absolute;
	content: "";
	background: url(../images/common/logo_mark@2x.png) no-repeat;
	background-size: contain;
	width: 1.8em;
	height: 1.8em;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
#info address {
	letter-spacing: .05em;
	margin-bottom: 1.2em;
}
#info .timetable figcaption {
	line-height: 1.5;
	margin-top: .8em;
}
#info .acs_list {
	margin-top: 1em;
}
#info .acs_list > li {
	position: relative;
	font-size: min(3.5vw,125%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2;
}
#info .acs_list > li::before {
	display: inline-block;
	content: "";
	background: url(../images/common/icon_acs.svg) no-repeat;
	background-size: contain;
	width: 2em;
	height: 2em;
	vertical-align: -0.6em;
	margin-right: .8em;
}

#info .com_link2 {
	text-align: right;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#info .inf_inbox {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 45% 51%;
	margin-bottom: 6%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#info iframe {
	height: 360px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#info > div {
	padding: 10% 0;
}
#info .inf_inbox {
	margin-bottom: 8%;
}
#info .inf_inbox > div:first-of-type {
	margin-bottom: 6%;
}
#info .cli_name {
	font-size: 150%;
}
#info address {
	font-size: 95%;
	margin-bottom: 1em;
}
#info .acs_list > li {
	font-size: 105%;
}
#info iframe {
	height: 80vw;
}
#info .com_tel_style {
	font-size: 8.5vw;
}
}



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

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

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

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

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


}
