
/* --- f view --- */

.f_view {
	margin-bottom:14px;
	height:63vw;
	min-height:845px;
	max-height:1060px;
	overflow:hidden;
	background:url(../images/index/bg_fview.png) no-repeat center / cover;
}

.f_view_inner {
	position:relative;
	margin-top:-4%;
}

.f_view .f_logo,
.f_view h4 {
	position:absolute;
}

.f_view .f_logo {
	top:188px;
	right:8%;
}

.f_view h4 {
	font-size:2.6rem;
	text-shadow:0px 0px 5px rgba(44,52,74,0.75);
}

.f_view h4 span {
	font-size:1.5rem;
	display: block;
	text-shadow:0px 0px 5px rgba(44,52,74,0.75);
}

.masa {
	left:21%;
	top:76%;
}

.kaori {
	right:19%;
	top:76%;
}

.f_view_inner h1 {
	font-size:2rem;
	margin-bottom:1.2em;
}

.f_view_inner h2 {
	font-size:3.6rem;
	line-height:1.5em;
	margin-bottom:0.2em;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF,
				0px 3px 7px rgba(0,0,0,0.65);
}

.f_view_inner h3 {
	font-size:2.5rem;
	line-height:2em;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF,
				0px 3px 7px rgba(0,0,0,0.65);
}

.f_view_inner h3 span {
	font-size:2.8rem;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF,
				0px 3px 7px rgba(0,0,0,0.65);
}

/* --- news --- */

.news {
	padding:20px 0;
}

.news h1 {
	width:23%;
	max-width:274px;
	font-size:2.5rem;
	padding-right:20px;
	border-right:2px dotted #000;
}

.news h1 span {
	font-size:1.6rem;
	display: block;
}

.news_slider {
	width:77%;
	padding: 0 76px 0 6%;
}

.news_slider.slick-initialized a.slick-slide.d_flex,
.news_slider.slick-initialized .a.slick-slide.d_flex {
	display:flex;
	-webkit-display:flex;
}
.news_slider a time,
.news_slider .a time {
	margin-right:1.5em;
	font-size:1.8rem;
	letter-spacing: 0.1rem;
}

.news_slider a h2,
.news_slider .a h2 {
	font-size:1.8rem;
}

.news_slider .slick-prev {
	right:45px;
	left:auto;
}

.slick-next {
	right:0px;
}

.news_slider .slick-prev:before,
.news_slider .slick-next:before {
	color:#000;
	font-size:2.2rem;
}

.news_slider .slick-prev:before {
	content:"<";
}

.news_slider .slick-next:before {
	content:">";
}

/* --- link --- */

.link {
	padding:80px 0;
}


.link_wrap {
	width:100%;
	max-width:1155px;
	margin:0 auto;
	padding:70px 11% 10px 11%;
	position:relative;
	background: linear-gradient(45deg, transparent 0px, #fff 0px),
				linear-gradient(135deg, transparent 32px, #fff 10px),
				linear-gradient(225deg, transparent 0px, #fff 0px),
				linear-gradient(315deg, transparent 32px, #fff 10px);
	background: -webkit-linear-gradient(45deg, transparent 0px, #fff 0px),
				-webkit-linear-gradient(135deg, transparent 32px, #fff 10px),
				-webkit-linear-gradient(225deg, transparent 0px, #fff 0px),
				-webkit-linear-gradient(315deg, transparent 32px, #fff 10px);
	background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

/* ie */
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .link_wrap {
	background: #fff;
 }
}

.link_wrap::before,
.link_wrap::after {
	content:"";
	display: block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
}

.link_wrap::before {
	width:57px;
	height:120px;
	left:3%;
	background:url(../images/index/kira03_left.png) no-repeat center / contain;
}
.link_wrap::after {
	width:51px;
	height:121px;
	right:3%;
	background:url(../images/index/kira03_right.png) no-repeat center / contain;
}



.link_ribbon {
	width:228px;
	margin:0 5px 60px;
}

.link_ribbon:hover {
	opacity:0.6;
	transition-delay:0s;
}

.link_ribbon h2 {
	width:228px;
	height:57px;
	position:relative;
	z-index:2;
	line-height:2em;
	font-size:2rem;
	margin-top:-25px;
	background:url(../images/common/bg_ribbon1.png) no-repeat center / contain;
}

.link_ribbon h2.min_font {
	font-size:1.8rem;
	letter-spacing: -0.1rem;
	line-height:2.5em;
}

/* --- about --- */

.about {
	padding:80px 0;
}


.about::before,
.about::after {
	content:"";
	display: block;
	position:absolute;
	top:0;
}
.about::before {
	width:21%;
	max-width:373px;
	height:277px;
	background:url(../images/index/flag_left.png) no-repeat center / contain;
	left:8%;
}

.about::after {
	width:22%;
	max-width:384px;
	height:245px;
	background:url(../images/index/flag_right.png) no-repeat center / contain;
	right:8%;
}

.about h1 {
	font-size:3rem;
	margin-top:160px;
	line-height:2em;
	position:relative;
	z-index:2;
}

.about h1::before {
	content:"";
	display:block;
	background:url(../images/index/bg_white_blur.png) no-repeat center / contain;
	width:90%;
	max-width:842px;
	height:367px;
	position:absolute;
	top:-75%;
	left:0;
	right:0;
	margin:0 auto;
	z-index:-1;
	display: none;
}

.about h1::after {
	content:"";
	display:block;
	width:26%;
	max-width:232px;
	height:107px;
	background:url(../images/common/halfen.png) no-repeat center / contain;
	position:absolute;
	left:0;
	right:0;
	top:-160px;
	margin:0 auto;
}

.about h1 span {
	font-size:5.3rem;
	line-height:2em;
}

.abo_wrap {
	margin-top:20px;
}
.abo_img {
	transform: rotate(-2.5deg);
    /*margin-right: 20px;*/
    position: absolute;
    z-index: 1;
    right: -12rem;
    top: 1rem;
    width: 50%;
    transform: rotate(16deg);
}

.abo_txt {
	margin-top:100px;
}
.about .abo_wrap {
	/*max-width: 600px;*/
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.abo_txt li {
	font-size: 4.4rem;
	position:relative;
	/*padding-left:80px;*/
	padding-left: 12rem;
}

.abo_txt li p {
    font-size: 2.8rem;
    padding-top: 1rem;
}

.abo_txt li .kome {
    font-size: 2.4rem;
	padding-top: 0;
}
.abo_txt li p.kome::before {
    top:0;
}
.abo_txt li .kome::before {
    top: -12px;
}
.abo_txt li:not(:last-of-type) {
	margin-bottom:2em;
}

.abo_txt li .no {
	font-size:3.8rem;
	display: inline-block;
	width:7.5rem;
	height:7.5rem;
	line-height:7.5rem;
	border-radius: 50%;
	text-align:center;
	position:absolute;
	/*left:0;
	top:-0.6em;*/
	left:0;
	top:-0.3em;
}

.abo_come {
    position: absolute;
    top: -3rem;
    right: -24%;
    padding: 0 0 108px 30px;
    /* display: none; */
    z-index: 1;
}

.abo_come::before {
	content:"";
	display:block;
	width:112px;
	height:126px;
	background:url(../images/index/kuma01.png) no-repeat center / contain;
	position:absolute;
	left:0;
	bottom:0;
	display: none;
}

.abo_come .balloon {
	/*
	width:259px;
	height:124px;
	*/
	font-size:1.5rem;
	padding-top:1.4em;
	padding:1.4em 2em;
	line-height:1.5em;
	background:url(../images/common/balloon01.png) no-repeat center / contain;
}

@media screen and (max-width:840px){

.about h1::before {
	top:-45%;
}

.about h1::after {
	top:-110px;
}
}

/* --- perform --- */

.perform {
	padding:160px 0 90px;
	overflow:visible;
}

.perform::before {
	content:"";
	display: block;
	width:22vw;
	max-width:388px;
	height:16.5vw;
	max-height:297px;
	/*
	min-width:194px;
	min-height:149px;
	*/
	background:url(../images/index/happylife.png) no-repeat center / contain;
	position:absolute;
	right:10%;
	top:-10%;
}

@media screen and (max-width:1030px){

	.perform::before {
		top:-1%;
	}
}

.perform .h_title::before {
	left:14%;
}
.perform .h_title::after {
	right:13%;
}

.perform_wrap {
	padding:0 30px;
	margin-top:60px;
}

.perform_wrap1 {
	padding-bottom:10px;
}

.per_block {
	width:43%;
	max-width:514px;
	min-width:360px;
	overflow:visible;
}

.per_block1,
.per_block2 {
	margin-top:-32px;
position: relative;
}

.per_block .bg_ribbon {
	margin:0 auto 20px;
	width:355px;
	height:75px;
	background:url(../images/common/bg_ribbon2.png) no-repeat center / cover;
	font-size:2.5rem;
	padding:0.65em 0;
	text-align:center;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
 .per_block3 {
    margin-right:auto;
  }
}

.kirakira,
.kirakira2 {
	position:relative;
}

.kirakira::before,
.kirakira::after,
.kirakira2::after {
	content:"";
	display:block;
	position:absolute;
}

.kirakira::before,
.kirakira2::after {
	width:56px;
	height:79px;
	background:url(../images/index/kira01.png) no-repeat center / contain;
}

.kirakira::after {
	width:72px;
	height:57px;
	top:-35px;
	right:-56px;
	background:url(../images/index/kira02.png) no-repeat center / contain;
}

.kirakira::before {
	top:-35px;
	left:-56px;
}
.kirakira2::after {
    bottom: -128px;
    right: 0px;
}

.certi_list {
	width:40%;
}

.big_certi {
	width:54%;
	margin-left:20px;
}

.certi_list figure {
	width:48%;
	margin-bottom:10px;
}

.per_block2 .d_flex figure {
	width:48%;
	max-width:214px;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
}

.perform_wrap2 {
	position:relative;
}

.perform_wrap2::before {
	content:"";
	display: block;
	width:2px;
	height:90%;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:2%;
	border-right:2px dotted #000;
	z-index:-3;
}

.per_block2 .btn_wline{
	max-width: 229px;
    margin-left: 3rem;
	margin-top: 2rem;
}
.per_block3 figure {
	width:100%;
	margin-top:1em;
	margin-bottom: 2rem;
}
.per_block3 .award_img figure {
	width: 60%;
    margin: 5rem auto;
}
.per_block3 .per_txt {
	width:62%;
	position:relative;
}

.per_block2 .per_txt::before {
	content:"";
	display:block;
	width:132px;
	height:132px;
	background:#d1f0f2;
	border-radius:50%;
	position:absolute;	
	/*left: -28%;*/
	left: -13%;
    bottom: -2rem;
	z-index:-2;
}
.per_block2 .per_txt::after {
	content:"";
	display:block;
	width:100px;
	height:109px;
	background:url(../images/index/kuma02.png) no-repeat center / contain;
	position:absolute;
    /*left: -26%;*/
	left: -11%;
    bottom: -1rem;
    z-index: -1;
}

.per_block2 .per_txt p {
	font-size:1.4rem;
	line-height:1.428em;
	padding: 0.9em 1em 1.8em;
	/*background:url(../images/common/balloon02.png) no-repeat bottom center / contain;*/
	background: url(../images/common/balloon01.png) no-repeat center / contain;
    margin-top: -5rem;
    margin-bottom: 6rem;
	z-index: 1;
    position: relative;
}

.per_block2 figcaption {
	background:#dc4848;
	padding:0.2em 0.5em;
	width:100%;
	display: block;
	letter-spacing: 0.5rem;
	font-size:2.2rem;
	margin-bottom:1em;
}


.per_block3 h2 + div.d_flex {
	margin-bottom:20px;
}
.per_block3__inner{
	padding-top: 30px;
}

.per_block3 h4,
.per_block3 p.kome {
	font-size:1.4rem;
	line-height:1.4em;
}

.per_block4 h3 {
	margin:3em auto 45px;
}
.per_block4_inner{
  flex-wrap: wrap;
  gap: 20px 40px;
}

.per_block4 h3 span,
.per_block3 h3 span {
	padding:0 0.5em 0.2em 0.5em;
	line-height:1.5em;
	font-size:2rem;
	background:linear-gradient(transparent 50%, #fcaeae 50%);
}
.per_block3 h3 span{
	font-size: 3rem;
	margin-bottom: 1rem;
	position: relative;
	background: none;
}
/*.per_block3 h3 span::before{
	width: 31.6rem;
	height: 4.9rem;
	background: url(../images/index/per_block3_ttl-bf.png) no-repeat center / contain;
	position: absolute;
	left: 50%;
	top: -2rem;
	transform: translate(-50%,-50%);
	z-index: -1;
	display: block;
	content: "";
}*/
.per_block3 h3 span::before{
	width: 31.6rem;
	height: 8.9rem;
	background: url(../images/index/per_block3.5_ttl-bf.png) no-repeat left / contain;
	position: absolute;
	left: 45%;
	top: 1.7rem;
	transform: translate(-50%,-50%);
	z-index: -1;
	display: block;
	content: "";
}
/*.per_block3 h3 span::after{
	width: 31.8rem;
	height: 5.6rem;
	background: url(../images/index/per_block3_ttl-af.png) no-repeat center / contain;
	position: absolute;
	left: 50%;
	top: 1.7em;
	transform: translate(-50%,-50%);
	z-index: -1;
	display: block;
	content: "";
}*/
.per_block3 h3 span::after{
	width: 19.8rem;
	height: 5.6rem;
	background: url(../images/index/per_block3.5_ttl-af.png) no-repeat center / contain;
	position: absolute;
	left: 50%;
	top: 1.4em;
	transform: translate(-50%,-50%);
	z-index: -1;
	display: block;
	content: "";
}

.per_block3 .btn_wline{
	margin-top: 2rem;
}

@media screen and (max-width:1014px){

	.per_block2 {
		margin-top:40px;
		margin-bottom:40px;
	}
	.per_block {
		margin-left:auto;
		margin-right:auto;
		width:80%;
	}

	.perform_wrap2::before {
		display:none;
	}

	.per_block3 {
		margin-bottom:40px;
		padding-bottom:40px;
		border-bottom:2px dotted #000;
	}
}

/* --- no_flow --- */

.no_flow {
	padding:70px 0;
}

.no_flow .h_title::before {
	left:10%;
}
.no_flow .h_title::after {
	right:10%;
}

.no_flow::before {
	content:"";
	display: block;
	width:100%;
	height:269px;
	background:url(../images/index/dashed_heart.png) no-repeat center / contain;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.no_wrap {
	margin-top:40px;
}

.nflow {
	border-radius: 50%;
	width:370px;
	height:370px;
	padding:40px 20px;
	position:relative;
	z-index:2;
}

.nflow02 {
	margin-top:235px;
}

.nflow03 {
	margin-top:20px;
}

.nflow h2 {
	line-height:2.5em;
}

.nflow h2 span {
	font-size:2.5rem;
	display: block;
	padding:0.5em 0 0.2em 40px;
}

.nflow .big_no {
	font-size:11.4rem;
	display: block;
	margin-bottom:0.2em;
}

.nflow p {
	font-size:1.8rem;
	line-height:1.6em;
	padding-left:40px;
}

@media screen and (max-width:894px) {

.nflow {
	margin:0 auto 40px;
}

.no_flow::before {
	top:30%;
	bottom:auto;
	margin:0 auto;
}
}

/* --- flow --- */

.flow {
	padding:60px 0 160px;
}

.flow::before {
	content:"";
	display: block;
	width:100%;
	height:105%;
	background:url(../images/index/bg_pinkline.png) no-repeat center / contain;
	position:absolute;
	left:0;
	top:-5%;
	z-index:-1;
}

.flow .h_title {
	margin-bottom:170px;
}

.flow .h_title::before {
	left:10%;
}
.flow .h_title::after {
	right:10%;
}

.step {
	overflow:visible;
}

.step:nth-of-type(odd) {
	padding-left:250px;
}

.step:nth-of-type(even) {
	padding-right:250px;
}
.step:not(:last-of-type) {
	margin-bottom:200px;
}

.step_inner {
	border:1px dashed #ea7e7e;
	padding:40px 30px;
	position:relative;
	background:#fff;
}

.step_txt h2 {
	font-size:4rem;
	margin-top:-1.7em;
	margin-bottom:0.4em;
	display: flex;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items:flex-end;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.step_txt .step_no {
	font-size:3rem;
	text-align:center;
	display: inline-block;
	margin-right:1em;
	margin-bottom:-0.2em;
}

.step_txt .step_no strong {
	font-size:7.6rem;
}

.step_txt p {
	font-size:1.8rem;
	line-height:1.8em;
}

.stepimg {
	position:absolute;
	z-index:2;
}

.step1 .step_txt p {
	padding-left:1em;
}

.stepimg01 {
	right:1%;
	bottom:80%;
	transform:rotate(-5deg) !important;
	padding:10px;
	border:2px solid #52433f;
	background:#fff;
}

.stepimg02 {
	left:0%;
	top:10%;
}

.step p.balloon {
	font-size:1.5rem;
	line-height:1.6em;
	position:absolute;
	text-align:center;
	z-index:2;
}

.step2 .balloon {
	padding:4em;
	background:url(../images/common/balloon03.png) no-repeat bottom center / contain;
	bottom:93%;
	right:12%;
	transform:rotate(-8deg);
}

.stepimg03 {
	right:5%;
	top:-40px;
}

.step2 .step_txt h4 {
	margin:1em 0;
	position:relative;
}

.step2 .step_txt h4::before {
	content:"";
	display: block;
	width:100%;
	height:1px;
	border-top:1px dotted #000;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
	box-sizing: border-box;
}

.step2 .step_txt h4 span {
	font-size:1.8rem;
	letter-spacing: 0.1rem;
	position:relative;
	padding:0 1em;
}

.step2 .step_txt h4 + p {
	font-size:1.6rem;
}

.step2 .check_list {
	padding-bottom:1.5em;
	border-bottom:1px dotted #000;
	margin-bottom:1.5em;
}

.step2 .check_list li {
	padding-left:1.2em;
	position:relative;
	line-height:1.2em;
	margin-top:0.5em;
}

.step2 .check_list li::before {
	content:"";
	display: block;
	width:1em;
	height:1em;
	border:1px solid #000;
	background:#fff;
	box-sizing: border-box;
	position:absolute;
	left:0;
	top:0.1em;
}

.step3 .step_txt h2 {
	padding-right:4em;
	position:relative;
	z-index:2;
}

.stepimg04 {
	top:-54%;
	right:1%;

}

.stepimg05 {
	top:60px;
	left:1%;
}

.step3 .step_inner {
	padding-left:60px;
}

.step3 .balloon {
	left:0;
	top:-120px;
	padding:4em;
	background:url(../images/common/balloon03.png) no-repeat bottom center / contain;
}

.step3 .step_txt p {
	padding-left:1em;
}

.stepimg06 {
	right:0;
	top:20px;
}

.step4 .step_inner {
	padding-right:70px;
}

.step4 .balloon {
	padding:5em 2em;
	background:url(../images/common/balloon03.png) no-repeat bottom center / contain;
	right:2%;
	top:-180px;
	transform:rotate(-8deg);
}

.step5 .step_inner {
	padding-left:100px;
}

.stepimg07 {
	left:-1%;
	top:-160px;
}

.step5 .balloon {
	background:url(../images/common/balloon03.png) no-repeat bottom center / contain;
	padding:4em;
	left:-8%;
	top:-180px;
	transform:rotate(-8deg);
}


.step5 .step_txt h2 {
	z-index:3;
	position:relative;
}

.step.step6 {
	margin-bottom:250px;
}

.step6 .step_inner {
	padding-right:80px;
}

.step6 .balloon {
	background:url(../images/common/balloon03-2.png) no-repeat bottom center / contain;
	padding:3em 2em 4em 2em;
	right:0;
	top:-100px;
	transform:rotate(3deg);
}

.stepimg09 {
	right:0;
	top:30px;
}

.step7 .step_inner {
	padding-left:100px;
}

.stepimg10 {
	right:-2%;
	top:-190px;
}

.stepimg11 {
	left:0;
	top:-55px;
}

.step7 .balloon {
	background:url(../images/common/balloon04.png) no-repeat bottom center / contain;
	padding:3em 4em 5em 4em;
	transform:rotate(8deg);
	top:-230px;
	left:6%;
}

.step7 .step_txt h2 {
	position:relative;
	z-index:3;
}

@media screen and (max-width:900px){

	.step7 .balloon {
		left:-10%;
	}

	.stepimg10 {
		top:-240px;
	}
}


/* --- blog --- */

.blog {
	position:relative;
	padding:100px 0 130px;
}


.blog .h_title text {
	font-size:3rem!important;
}

.blog .h_title::before {
    left: 20%;
    top: 0;
}
.blog .h_title::after {
    right: 20%;
    top: 0;
}

/* --- slider --- */

.blog .slick-list,
.blog .slick-track {
	height:100%;
}

.blog .slider{
    margin:0 auto 80px auto;
    width: 100%;
	/* height:370px; */
	height: auto;
	position:relative;
}

.blog_link figure {
	overflow:hidden;
	border-radius: 10px;
	margin-bottom:1.5em;
}
.blog .slider img {
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.blog .slide_wrap {
	padding:70px 11% 80px;
}

.blog .slider li {
	width:100%;
	max-width:260px;
	margin-right:70px;
}

.blog_link {
	display: block;
	width:100%;
}

.blog_link figure {
	width:100%;
	height:240px;
}

.blog .blog_link .blog_title {
	height:calc(1.5em * 2);
	line-height:1.5em;
	font-weight:500;
}

.blog .slick-prev,
.blog .slick-next {
	width:38px;
	height:38px;
	top:33%;
}

.blog .slick-prev {
	left:-11%;
	background:url(../images/common/arrow_left_black.svg) no-repeat center / contain;
}
.blog .slick-next {
	right:-11%;
	background:url(../images/common/arrow_right_black.svg) no-repeat center / contain;
}

.blog .slick-prev::before,
.blog .slick-next::before {
	display: none;
}

.blog .btn_pink {
	max-width:574px;
}
/* --- ver sp --- */

@media screen and (max-width:768px){



	.f_view {
		background:url(../images/index/bg_fview_sp.png) no-repeat center / cover;
		min-height:auto;
		height:110vw !important;
		margin-bottom: 0;
		flex-direction: column;
	}

	.f_view .f_logo {
		width: 30vw;
		margin-bottom: 2.5vw;
		position: static;
	}
	.f_view .f_logo img{
		width: 100%;
	}

	.f_view_inner {
		margin-top: 0;
	}

	.f_view_inner h1 {
		font-size:3vw;
		line-height:1.65em;
		margin:0 auto 2em;
	}

	.f_view_inner h2 {
		font-size:5.5vw;
		margin-bottom: 2.5vw;
		line-height: 1.5;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.f_view_inner h3,
	.f_view_inner h3 span{
		font-size:4vw;
		line-height: 1.5;
	}

	.f_view h4 {
		font-size: 4vw;
		text-shadow:0 0 1.25vw rgb(44 52 74 / 75%);
	}

	.masa {
		top:unset;
		bottom: 5vw;
		left:5%;
	}

	.kaori {
		top:unset;
		bottom: 5vw;
		right:5%;
	}
	.f_view h4 span{
		margin-bottom: 1.5vw;
		line-height: 1;
		display: block;
	}

	.news {
		padding:5vw 0;
	}

	.news h1 {
		width:100%;
		max-width:100%;
		font-size:4.5vw;
		line-height: 1;
		border-right:none;
		border-bottom:2px dotted #000;
		padding:0 0 3.5vw 0;
		margin-bottom: 3.5vw;
		text-align:left;
		display: flex;
		flex-direction: row-reverse;
	    justify-content: flex-end;
	    align-items: center;
	}

	.news h1 span {
		font-size:2.5vw;
		margin-bottom: 0;
		margin-left: 2.5vw;
		display: block;
		line-height: 1;
		text-align:left;
	}

	.news_slider {
		width:100%;
		padding:0 0vw 0 0%;
	}

	.news_slider a time,
	.news_slider .a time {
		margin-right:0;
		font-size:2.75vw;
		display: block;
		width: 100%;
		margin-bottom:2.5vw;
	}

	.news_slider a h2,
	.news_slider .a h2 {
		font-size:3.125vw;
		line-height: 1.5;
	}

	.news_slider .slick-prev,
	.news_slider .slick-next {
		width:5vw;
		height: auto;
		top:-10vw;
	}

	.news_slider .slick-prev {
		right:12.5vw;
	}

	.news_slider .slick-prev:before, .news_slider .slick-next:before {
		font-size:3.125vw;
	}

	.link {
		padding:10vw 0;
	}

	.link_wrap {
		background: none;
		padding: 0;
		justify-content:space-between;
		-webkit-justify-content:space-between;
		/*
		background: -webkit-linear-gradient(45deg, transparent 0px, #fff 0px),
					-webkit-linear-gradient(135deg, transparent 8vw, #fff 2.5vw),
					-webkit-linear-gradient(225deg, transparent 0px, #fff 0px),
					-webkit-linear-gradient(315deg, transparent 8vw, #fff 2.5vw);
		*/
	}

	.link_wrap::before {
		display: none;
		/* width:9.25vw;
		height:20vw;
		left:-4%; */
	}
	.link_wrap::after {
		display: none;
		/* width:9.75vw;
		height:20.25vw;
		right:-4%; */
	}
	.link_ribbon {
		width:calc(50% - 2.5vw);
		margin: 0;
		background: #fff;
		position: relative;
		border-radius: 3.5vw;
	}
	.link_ribbon:not(:nth-last-of-type(-n+2)){
		margin-bottom: 5vw;
	}

	.link_ribbon figure{
		padding: 5vw;
	}
	.link_ribbon figure img{
		width: 100%;
	}
	.link_ribbon h2 {
		position: absolute;
		width:100%;
		height:9.375vw;
		font-size:3.125vw;
		line-height: 2.3;
		margin-top:0;
		left: 0;
		right: 0;
		bottom: 2.5vw;
	}

	.link_ribbon h2.min_font {
		font-size:2.75vw;
	}

	.about {
		padding:10vw 0;
	}

	.about::before {
		width:30vw;
		max-width:100%;
		height:28vw;
		left:0;
		top:0;
		background-position: left top;
	}

	.about::after {
		width:30vw;
		max-width:100%;
		height:28.8vw;
		top:0;
		right:0;
		background-position: right top;
	}

	.about h1 {
		font-size: 4.5vw;
		margin-top: 0;
		padding-top: 12.5vw;
		line-height: 1.5;
	}

	.about h1::before {
		max-width:100%;
		width:100%;
		height:91.75vw;
	}
	.about h1::after{
		top: 0;
		left: 0;
		max-width: 100%;
		width: 20%;
		height: 10vw;
	}

	.about h1 span {
		font-size: 6.5vw;
		line-height:1;
	}

	.abo_wrap {
		width: 100%;
		margin-top:0vw;
		display: flex;
		justify-content: flex-end;
		align-items: baseline;
	}

	.abo_img {
        margin-top: 0;
        /* transform: rotate(0deg); */ 
        transform: rotate(10deg);
        width: 43vw;
        right: -8vw;
		top: 5vw;
	}

	.abo_txt {
		width: 100%;
		margin-top:5vw;
	}

	.abo_txt li {
		font-size:4.5vw;
		padding-left:10vw;
		letter-spacing: 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.abo_txt li p{
		font-size: 3.0vw;
	}
	.abo_txt li .kome {
		padding-top: 1rem;
        font-size: 2.8vw;
	}
	.abo_txt li p.kome::before {
		top: 10px;
	}
	.abo_txt li .kome::before {
		top: 10px;
	}
	.abo_txt li:not(:last-of-type){
		margin-bottom: 2.5vw;
	}

	.abo_txt li .no {
		font-size:4vw;
		width:7.5vw;
		height:7.5vw;
		line-height:7.5vw;
		margin-right: 2.5vw;
		/*position: static;*/
	}

	.abo_come {
		top: -4vw;
        padding: 0 0 15vw 2.5vw;
        right: -6vw;
        z-index: 4;
	}
	.about .abo_wrap {
		width:100%;
		margin: 0 auto;
		display: block;
	}
	/* safari のみ */
	/* _::-webkit-full-page-media, _:future, :root .abo_come {
		top: 46.5%;
	} */

	.abo_come::before {
		width:20vw;
		height:20vw;
	}

	.abo_come .balloon {
		font-size: 3vw;
		line-height: 1.2;
		position: relative;
		z-index: 6000;
	}

	.perform {
		padding:10vw 0;
	}

	.perform .h_title::before {
		left:0;
		top:-20vw;
	}

	.perform .h_title::after {
		right:0;
		top:-20vw;
	}


	.perform_wrap {
		padding:0;
		margin-top:15vw;
		background: none;
	}
	.perform_wrap1 {
		padding-bottom: 0;
	}

	.per_block {
		width:100%;
		max-width:100%;
		padding-left: 5vw;
		padding-right: 5vw;
		min-width:auto;
	}

	.per_block1 {
		margin-top: 0;
		padding-bottom: 3.75vw;
		background: #e2eff7;
	}

	.per_block .bg_ribbon {
		width:90%;
		height:15vw;
		line-height:15vw;
		padding: 0 0 2.5vw;
		font-size:4.5vw;
		margin: 0 auto;
		background-size: 100%;
		top: -7.5vw;
		left: 0;
		position: relative;
		display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.certi_list {
		width:100%;
		order: 2;
	}

	.certi_list figure {
		margin-bottom:1.25vw;
		/*width: 38.25vw;
		height:54.1875vw; */
		width: calc((100% - (1.25vw * 3 )) / 3);
	}

	.certi_list figure img,
	.per_block2 .d_flex figure img,
	.per_block3 figure img {
		width: 100%;
		height:100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.per_block3 .award_img figure{
		width: 60%;
		margin-bottom: 3rem;
	}
	
	.per_block3 .award_img{
		/*width: 80%;*/
		width: 86%;
    	margin: 0 auto;
	}

	.big_certi {
		width:100%;
		margin-bottom: 5vw;
		height: auto;
		margin-left:0;
		order: 1;
		text-align: center;
		margin-top: -5vw;
	}
	.big_certi img{
		width: 60%;
	}
	.big_certi .kome{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5vw;
		font-size: 2.5vw;
		text-align: left;
	}

	.per_block2 {
		margin-top:15vw;
		margin-bottom:0;
		padding-bottom: 5vw;
		background: #e2eff7;
		position: relative;
	}

	.per_block2 .d_flex figure {
		width:calc(50% - 1.25vw);
		max-width:100%;
		height:30vw;
		border-radius: 2.5vw;
		margin-bottom: 0;
	}
	.per_block2 .d_flex figure:not(:nth-last-of-type(-n+2)){
		margin-bottom:2.5vw;
	}

	.kirakira::before, .kirakira2::after {
		width:10vw;
		height:10vw;
	}

	.kirakira2{
		margin-top: -5vw;
	}
	.kirakira2::after {
		bottom:-7.5vw;
		right:-8.5vw;
	}

	.kirakira::before {
		top:-10vw;
		left:-9vw;
	}

	.kirakira::after {
		width:10vw;
		height:10vw;
		top:-10vw;
		right:-8vw;
	}

	.perform::before {
		width:30.666vw;
		height:24.8vw;
		top:-2%;
	}

	.per_block3 {
		padding-left: 0;
		padding-right: 0;
		margin-bottom:15vw;
		padding-bottom:5vw;
	}
	.per_block3__inner{
		padding-top: 0;
	}
	/*.per_block3 h3 span::before{
		width: 50vw;
		height: 11vw;
	}*/
	.per_block3 h3 span::before{
		width: 50vw;
		height: 17vw;
		left: 6rem;
	}
	/*.per_block3 h3 span::after{
		width: 50vw;
		height: 11vw;
	}*/
		.per_block3 h3 span::after{
		width: 42vw;
		height: 11vw;
		top: 4.5rem;
	}
	.per_block3 .bg_ribbon{
		width: calc(90% - 10vw);
	}

	.per_block3 h2 + div.d_flex {
		margin-bottom:20vw;
		margin-top: -5vw;
	}

	.per_block3 figure {
		width: 100%;
		margin:0 auto 5vw;
    	display: flex;
    	flex-wrap: wrap;
		align-items: flex-start;
	}

	.per_block3 figcaption {
		font-size:3.75vw;
		padding-top: 2.5vw;
		padding-bottom: 2.5vw;
	}

	.per_block3 figure img {
		height:auto;
		width: 100%;
	}
	.per_block3 figure div{
		width: 55%;
		margin-left: 5%;
		font-size: 2.5vw;
	}

	.per_block3 .per_txt {
		width:100%;
		margin-bottom: 5rem;
	}

	.per_block3 .per_txt p {
		font-size: 2.75vw;
		padding: 10vw 9vw 2.5em;
	}

	.per_block3 .per_txt p span {
		font-size: 2.75vw;
	}

	.per_block3 .per_txt::before {
		width:33vw;
		height:33vw;
		right:-6%;
		bottom:-60%;
	}

	.per_block3 .per_txt::after {
		width:25vw;
		height:27.25vw;
		right:0;
		bottom:-62%;
	}

	.per_block3 h4, .per_block3 p.kome {
		font-size: 2.75vw;
		line-height:1.5;
	}

	.per_block4{
		padding-left: 0;
		padding-right: 0;
	}
	.per_block .bg_ribbon{
		width: calc(90% - 10vw);
        margin-bottom: 2rem;
	}
	.per_block4 h3 {
		margin: -5vw auto 2.5vw;
	}

	.per_block4 h3 span {
		font-size:3.125vw;
		padding:0;
	}
	.per_block4 div{
		justify-content: center;
		gap: 0 0;
		margin-top: 2em;
	}

	.per_block4 figure {
		width:40%;
		margin-left: 1.5vw;
		margin-right: 1.5vw;
		text-align: center;
		margin-bottom: 2rem;
	}

	.no_flow {
		padding:10vw 0;
	}

	.no_flow .h_title tspan {
		letter-spacing: 0vw;
	}

	.no_flow .h_title::before,
	.no_flow .h_title::after {
		width:12.25vw;
		height:15.75vw;
		top:-18vw;
	}

	.no_flow .h_title::before {
		left:-3vw;
	}

	.no_flow .h_title::after {
		right:-3vw;
	}

	.no_wrap {
		margin-top:10vw;
		background-image: url(../images/index/dashed.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.nflow {
		margin:0 auto;
		width:60vw;
		height:60vw;
		padding:10vw 7.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nflow01{
		margin-left: 0;
	}
	.nflow02{
		margin-right: 0;
	}
	.nflow03{
		margin-left: 0;
	}

	.nflow .inner{
	}
	.nflow h2{
		position: relative;
		line-height: 1;
		text-align: center;
		margin-bottom: 2.5vw;
	}
	.nflow .big_no {
		font-size:6.5vw;
		line-height: 1;
		margin-bottom: 1.5vw;
	}
	.nflow h2 span {
		font-size: 4.5vw;
		padding: 0;
		line-height: 1;
	}

	.nflow p {
		font-size: 3.125vw;
		padding-left: 0;
	}

	.no_flow::before {
		display: none;
	}

	.flow {
		padding:10vw 0 5vw;
	}

	.flow::before {
		background-repeat:repeat-y;
	}

	.flow .h_title::before {
    	left: 0;
    	top: -18vw;
	}

	.flow .h_title::after {
    	right: 0;
    	top: -20vw;
	}

	.flow .h_title {
		margin-bottom:45vw;
	}

	.step:not(:last-of-type) {
		margin-bottom:50vw;
	}

	.step:nth-of-type(odd),
	.step:nth-of-type(even) {
		padding:0;
	}

	.step_inner {
		padding:15vw 5vw 7.5vw !important;
	}

	.step_txt p {
		font-size:3.125vw;
	}

	.step p.balloon {
		font-size:3.125vw;
		line-height: 1.5;
	}
	.step p.balloon .pink{
		font-size: 3.125vw;
	}

	.step.step1 {
		margin-bottom:55vw;
	}


	.stepimg01 {
		padding:2.5vw;
		width:60vw;
		height:40vw;
		bottom:98%;
		border: 1px solid #52433f;
	}

	.stepimg img {
		width: 100%;
		height:100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.step_txt h2 {
		font-size:5vw;
		margin-bottom: 2.5vw;
		flex-direction: column;
		align-items: flex-start;
	}

	.step_txt .step_no {
		font-size:3.75vw;
		line-height: 1;
		display: flex;
		align-items: baseline;
		font-weight: bold;
	}
	.step_txt .step_no br{
		display: none;
	}

	.step_txt .step_no strong {
		font-size: 5.5vw;
		line-height: 1;
		margin-right: 1.25vw;
		display: block;
	}

	.stepimg02 {
		width:50vw;
		left:0;
		top:96%;
	}

	.step .step_txt .step_no,
	.step1 .step_txt .step_no,
	.step3 .step_txt .step_no {
		margin-bottom:1.25vw;
	}

	.step1 .step_txt p,
	.step3 .step_txt p {
		padding-left:0;
	}

	.step2 .balloon {
		padding:4em 2em;
		bottom:35vw;
	}

	.stepimg03 {
		width:40vw;
		right:0;
		bottom:0;
		top:auto;
	}

	.step.step2 {
		padding-bottom:70vw;
		margin-bottom:0;
	}

	.step.step3 {
		padding-top:45vw;
		padding-bottom:80vw;
		margin-bottom:5vw;
	}

	.stepimg04 {
		top:-5vw;
		right:auto;
		left:0;
		width:55vw;
	}

	.stepimg05 {
		top:auto;
		bottom:0;
		left:auto;
		right:0;
		width:60vw;
	}

	.step2 .step_txt h4{
		margin-top: 5vw;
		margin-bottom: 2.5vw;
	}
	.step2 .step_txt h4 span {
		font-size: 3.75vw;
	}

	.step2 .step_txt h4 + p {
		font-size: 3.125vw;
	}
	.step2 .check_list{
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.step2 .check_list li{
		font-size: 3.125vw;
		margin-top: 2.5vw;
		line-height: 1.5;
		padding-left: calc(1em + 2.5vw);
	}
	.step2 .check_list li::before{
		top: 1vw;
	}

	.step3 .balloon {
		top:auto;
		bottom:52vw;
	}

	.step3 .step_txt h2 {
		padding-right:0;
	}

	.step3 .step_inner {
		padding-left:5vw;
	}

	.step.step4 {
	    padding-bottom: 95vw;
	    margin-bottom: 5vw;
	}

	.stepimg06 {
		top:auto;
		bottom:0;
		width:60vw;
	}

	.step4 .balloon {
		top:auto;
		bottom:57vw;
		left:0;
		right:auto;
	}

	.step4 .step_inner,
	.step6 .step_inner {
		padding-right:5vw;
	}

	.step.step5 {
		padding-bottom:75vw;
		margin-bottom:5vw;
	}

	.step5 .step_inner {
		padding-left:5vw;
	}

	.stepimg07 {
		width:80%;
		left:auto;
		right:0;
		top:auto;
		bottom:0;
	}

	.step5 .balloon {
		top:auto;
		bottom:40vw;
		left:-8%;
	}

	.step.step6 {
		padding-bottom:80vw;
		margin-bottom:5vw;
	}

	.stepimg09 {
		right:0;
		top:auto;
		bottom:0;
		width:55vw;
	}

	.step6 .balloon {
		top:auto;
		bottom:50vw;
		left:0;
		right:auto;
		padding: 3em 1em 4em 1em;
		letter-spacing: -0.1rem;
	}

	.step.step7 {
		padding-top:50vw;
		padding-bottom:110vw;
	}

	.stepimg10 {
		top:0vw;
		right:0;
		width:65vw;
	}

	.stepimg11 {
		left:0;
		top:auto;
		bottom:0;
		width:60vw;
	}

	.step7 .balloon {
		left:unset;
		right: 0;
		bottom:72vw;
		top:auto;
		padding: 1em 2em 4em 2em;
	}

	.step7 .step_inner {
		padding-left:5vw;
	}


	.blog .inner{
		padding-left: 0;
		padding-right: 0;
	}
	.blog .h_title text {
		font-size: 8.5vw !important;
	}

	.blog .h_title::before {
		left:2.5vw;
		top:0;
	}

	.blog .h_title::after {
		right:2.5vw;
		top:0;
	}

	.blog {
		padding:10vw 0;
	}

	.blog .slide_wrap {
		padding: 0;
		background: none;
	}

	.blog .slider li {
		max-width: 100%;
		width:60vw;
		margin-left: 2.5vw;
		margin-right: 2.5vw;
		background: #fff;
		padding: 0 0 5vw;
		border-radius: 2.5vw;
		overflow: hidden;
	}

	.blog .slick-prev {
		left:-14%;
	}

	.blog .slick-next {
		right:-14%;
	}

	.blog .slick-prev, .blog .slick-next {
		width:9.5vw;
		height:9.5vw;
	}

	.blog_link figure {
		height:50vw;
		border-radius: 0;
		margin-bottom: 5vw;
	}
	.blog .blog_link .time{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.blog .blog_link .cate_wrap{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.blog .blog_link .blog_title{
		font-size: 3.125vw;
		padding-left: 5vw;
		padding-right: 5vw;
	}

	.blog .slider {
		height: auto;
		margin:0 auto 5vw;
	}

	.blog .btn_pink{
		max-width: 70vw;
		width: 70vw;
	}
	.blog .btn_pink span {
		font-size:3.125vw;
	}
	.per_block3 .btn_wline {
		margin-top: 2rem;
		margin-bottom: 0;
	}
	@media screen and (max-width:600px){

	/* .f_view_inner {
		margin-top:20vw;
	}

	.f_view_inner h1 {
		font-size:4vw;
	} 

	.f_view_inner h2 {
		font-size:8vw;
	}

	.f_view_inner h3,
	.f_view_inner h3 span{
		font-size:6vw;
	} */

	}
	.per_block2 .btn_wline{
		margin-left: auto;
		margin-right: 0;
    	margin-top: 4rem;
        z-index: 5;
	}
	.per_block2 .per_txt::before{
		left:11rem;
		z-index: 3;
	}
	.per_block2 .per_txt::after{
		left: 15rem;
        bottom: 2rem;
		z-index: 4;
	}
	.per_block2 .per_txt p {
    	padding: 0.5em 0.5em 1.5em;
		/*background-size: cover;*/
		background:url(../images/common/balloon02.png) no-repeat bottom center / cover;
		margin-top: 0;
		margin-bottom: 0;
	}
	.per_block2 .per_txt::before{
		display: none;
	}

}