@font-face {
	font-family: 'corp';
	src: url(../fonts/corp_round_v1.ttf);
}

html{
	overflow-x: hidden;
}

/* ページトップボタン */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/* ディスプレイ切り替え */
.viewPc{ display: block; }
.viewSp{ display: none; }
.brPc{ display: inline; }
.brSp{ 	display: none;}

	@media screen and (max-width:768px) {
		img{ max-width: 100%; }
		.viewPc{ display: none!important;}
		.viewSp{ display: block; }
		.brPc{ display: none; }
		.brSp{ display: inline; }
		.pagetop {right: 16px;}
	}

main {
	position: relative;
}

/*=============================
 * 余白
 *============================= */
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pt60{ padding-top: 60px; }
.pt80{ padding-top: 80px; }
.pt75_2{ padding-top: 75px; }
.pt90{ padding-top: 90px; }
.pt95{ padding-top: 95px; }
.pt110{ padding-top: 110px; }
.pt120{ padding-top: 120px; }
.pt130{ padding-top: 130px; }
.pt140{ padding-top: 140px; }

.pb30{ padding-bottom: 30px; }
.pb95{ padding-bottom: 95px; }
.pb60{ padding-bottom: 60px; }
.pb60_2{ padding-bottom: 60px; }
.pb100{ padding-bottom: 100px; }
.pb105{ padding-bottom: 105px; }
.pb115{ padding-bottom: 115px; }
.pb130{ padding-bottom: 130px; }
.pb130_2{ padding-bottom: 130px; }
.pb175{ padding-bottom: 175px; }
.mb110{ margin-bottom: 110px; }
.mb0{ margin-bottom: 0px!important; }

.mt60 {margin-top: 60px;}
.mt140 {margin-top: 140px;}
.mt87r {margin-top: 8.7rem;}


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

	.sp-mb0{margin-bottom: 0px!important;}
	.pt90_2{ padding-top: 75px; }
	.pb60_2{ padding-bottom: 30px; }
	.pb0_sp{padding-bottom: 0!important;}
	.mt87r {margin-top: 6rem;}
	.pb130_2{ padding-bottom: 30px; }
	.mt-2_sp{margin-top: -2rem;}
}
/*=============================
 * max-width
 *============================= */
.max550 {max-width: 550px!important;}


@media screen and (max-width:768px) {
	.pt80{ padding-top: 40px; }
	.pt90{ padding-top: 45px; }
	.pt95{ padding-top: 47.5px; }
	.pt110{ padding-top: 55px; }
	.pt120{ padding-top: 60px; }
	.pt130{ padding-top: 65px; }
	.pt140{ padding-top: 70px; }

	.pb95{ padding-bottom: 47.5px; }
	.pb100{ padding-bottom: 50px; }
	.pb105{ padding-bottom: 52.5px; }
	.pb115{ padding-bottom: 57.5px; }
	.pb130{ padding-bottom: 65px; }
	.pb175{ padding-bottom: 87.5px; }
	.mb110{ margin-bottom: 55px; }
}

.txt-center {
	text-align: center;
}
.w80 {
	width: 80%;
	min-width: 300px;
}
/*=============================
 * 装飾
 *============================= */
 /* タイトルの吹き出し */
.title-frame01{
	text-align: center;
}
.title-frame01 .title-main{
	font-family: 'Robot';
    color: #fff;
    letter-spacing: 1px;
    font-size: 4.2vw;
	display: inline-block;
	padding: 0 1.25em;
	font-weight: 600;
}
.title-frame01 .title-sub{
	display: block;
    font-weight: 300;
	font-size: 1.5vw;
    letter-spacing: 6px;
    color: #fff;
    font-family: noto sans-serif;
}
.title-frame02{
	text-align: center;
}
.title-frame02 .title-main{
	display: inline-block;
	font-size: 30px;
	letter-spacing: 10px;
	color: white;
	padding: 0 1.25em;
	font-weight: 500;
}
.title-frame02 .title-sub{
	display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    color: white;
}
.title-frame02 .subtitle{
	font-size: 1.4rem;
    color: white;
    padding-bottom: 5px;
	display: inline-block;
    border-bottom: 2px solid white;
    margin-bottom: 3rem;
	font-weight: 500;
	letter-spacing: 6px;
	padding-left: 6px;
}


@media screen and (max-width:768px) {
	.title-frame01 .title-main{
        font-size: 8.5vw;
        letter-spacing: 2px;
	}
	.title-frame01 .title-sub{
        font-size: 4.6vw;
	}
	.title-frame02 .title-main{
		font-size: 18px;
		letter-spacing: 6px;
	}
	.title-frame02 .title-sub{	
		font-size: 18px;
	}
	.title-frame02 .subtitle{
		font-size: 18px;
		margin-bottom: 2rem;
	}
	.title-frame01{
		padding: 5vw 0 0;
	}
}

/* 色 */
.ff{ color: #fff!important; }
.API {
	color: #9adeff;
}
.AVI {
	color: #a02929;
}

/* 背景色 */
.bg-blue{ background-color: #026eb7; }
.bg-light-blue{  background-color: #aac2ef; }
.bg-beige{ background-color: #e8e4dd; }
.bg-gray{ background-color: #f2f2f3; }

/* マーカー */
.bg-marker{
	background-image: url(../images/bg-intro-bark.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.text-center{
	text-align: center;
}

/*=============================
 * スクロール
 *============================= */
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 1s;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade-left {
	opacity : 0;
	transform: translateX(-100px);
	transition : all 1s;
}

.effect-fade-left.effect-scroll-left {
	opacity : 1;
	transform :  translateX(0);
}

/*=============================
 * HEADER
 *============================= */
 .hdr .top-backcolor{
    background-color: rgb(246 192 186);
	padding: 2vw 0;
}
.hdr.bg{
	transition: all 1s ease-out;
}

.hdr-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width:100%;
	max-width: 100%;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.logo{
	box-sizing: border-box;
	float: left;
	width: 200px;
	padding: 20px;
}

.sp-menu{
	display: none;
}

@media screen and (max-width:768px) {
	.hdr{
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		z-index: 11;
		background-color: white;
	}
	.logo{
		position: relative;
		width: 180px;
		padding: 15px;
		z-index: 11;
		
	}
	.hdr-inner{
		display: block;
		padding: 0;
	}

	/* menu */
	.sp-menu{
		display: block;
		position: fixed;
		top: -1px;
		right: -1px;
		background-color: #026eb7;
		border: 1px solid #026eb7;
		z-index: 100;
	}
	.sp-menu input {
  display: none;
	}
	label {
		position: relative;
		width: 55px;
		height: 45px;
		display: inline-block;
		cursor: pointer;
		transition: all .5s;
		text-align: left;
	}

	label span,
	label span:before,
	label span:after {
		background: #fff;
    position: absolute;
    height: 3px;
    width: 33px;
    left: 11px;
    border-radius: 4px;
		transition: all .5s;
	}
	
  label span:first-child {
    top: 13px;
  }
  label span:nth-child(2) {
    top: 25px;
  }
  label span:nth-child(3) {
    top: 37px;
    
  }
	label span {
    transition: all .3s;
  }
	
  #menu:checked + label span:first-child {
    top: 25%;
    left: 3%;
    width: 0;
    transform: rotate(45deg);
  }
  #menu:checked + label span:nth-child(2) {
    transform: rotate(-45deg);
    width: 90%;
    top: 24px;
    left: 3px;
	}
  #menu:checked + label span:nth-child(3) {
    width: 90%;
    left: 5px;
    top: 24px;
    transform: rotate(45deg);
  }

}

/*=============================
 * nav
 *============================= */
.gmenu{
	margin-right: 4rem;
}
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-left: 10px;
}
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-left: 10px;
}
	
.navBtn{
	list-style: none;
	font-size: 16px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 18px;
}
.navBtn:last-child{
	margin-right: 0;
}

.navBtn-inner{
  width:100%;
	height:100%;
	border-radius: 10px;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
	overflow:hidden;
}
.navBtn-inner a{
	font-weight: bold;
	display: block;
	font-size:16px;
	letter-spacing: 0.5px;
  color:black;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
	position:relative;
	padding: 10px;
}
.eff{
	display: block;
  width:70%;
  height:2px;
  left:-71%;
  background:#036eb8;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  bottom: 3px;
  margin: 0 auto;
}
.navBtn-inner:hover .eff{
	left:15%;
	width: 70%;
}

@media screen and (max-width:768px) {
	.gmenu{
		position: fixed;
		top: -120%;
		left: 0;
		width: 100%;
		height: 100vh;
		background: white;
		background-repeat: repeat;
		z-index: 10;
	}
	.nav{
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 50px 0;
		margin: 0;
	}
	.nav li{
		display: block;
		float: none;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #0098d9;
	}
	.nav li span{
		display: none;
	}
	.navBtn,
	.navBtn-inner{
		border-radius: 0;
	}
	.navBtn-inner a{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.navBtn:last-child a{
		border-bottom: none;
	}
}

/*=============================
* CTA
*============================= */
.cta-wrapper{
	padding: 62px 0 45px;
}
.cta{
	text-align: center;
 }
 .cta a{
 	text-decoration:none;
 }
.mv-cta-wrapper{
	width: 100%;
    position: relative;
    top: 5vw;
    z-index: 1;
}
.cta-btn{
	display: block;
	position: relative;
	width: 739px;
	max-width: 100%;
	box-shadow: 6px 6px 0px #c9caca;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 4rem;
}
.cta-btn p{
	padding: 1.5rem 2rem;
    background: #00adff;
    font-size: 1.5vw;
    color: white;
    font-family: yu-gothic;
    letter-spacing: 3px;
    border-radius: 4rem;
}


.cta-btn .icon-mail,
.cta-btn .icon-mail-hover{
	position: absolute;
	top: 50%;
	right: 6%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 15%;
	max-width: 79px;
}
.cta-btn .icon-mail-hover{
	display: none;
}
.cta-btn:hover{
	top: 6px;
	left: 6px;
	box-shadow: none;
}
.cta-btn:hover .icon-mail{
	display: none;
}
.cta-btn:hover .icon-mail-hover{
	display: inline-block;
}

.icon-scroll{
	position: relative;
	top: 20px;
	width: 49px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
.business-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.business-info p{
	font-size: 19px;
	font-weight: bold;
}
.business-info .icon-tel{
	display: inline-block;
	position: relative;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #00a0e9;
	margin-left: 1em;
}
.icon-tel:before{
	content: "";
	display: inline-block;
	left: -1em;
	width: 23px;
	height: 26px;
	background-image: url(../images/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.icon-tel a[href*="tel:"] {
	width: 100%;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.business-info .open-hour{
	margin-left: 25px;
}
.business-info .open-week{
	margin-left: 25px;
}
.mv .business-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.mv .business-info p{
	font-size: 15px;
	font-weight: bold;
}
.mv .business-info .icon-tel{
	display: inline-block;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #00a0e9;
    margin-left: 1em;
}
.icon-tel:before{
	content: "";
	display: inline-block;
	left: -1em;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.icon-tel a[href*="tel:"] {
	width: 100%;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.mv .business-info .open-hour{
	margin-left: 9px;
}
.mv .business-info .open-week{
	margin-left: 10px;
}


@media screen and (max-width:768px) {
	.business-info{
		display: block;
	}
	.cta-btn{
		box-shadow: 4px 5px 0px #c9caca;
	}
	.cta-btn p{
		letter-spacing: 3px;;
	}
}

/*=============================
 * content
 *============================= */
 .mv-state-wrapper{
	position: absolute;
    top: 11%;
    left: 21%;
    width: 30%;
 }
 .mv-state-wrapper .mv-state-top{
	 display: block;
	letter-spacing: 4px;
    font-size: 2vw;
	color: #166fb7;
 }
 .mv-state-wrapper .mv-state{
	font-size: 6.1vw;
    padding-top: 0.6rem;
    color: #c00;
 }
 .mv-state-wrapper .mv-state span{
	display: inline-block;
    border-bottom: 2px solid #c00;
	line-height: 1.4;
 }
 .mv-state-wrapper .mv-state-mini-wrapper{
	text-align: left;
 }
 .mv-state-wrapper .mv-state-mini-wrapper .mv-state-mini{
	text-align: left;
    display: inline-block;
    margin-top: 3vw;
    font-size: 1.4vw;
    letter-spacing: 4px;
    line-height: 2;
    margin-right: 0.3vw;
	color: #126eb7;
 }
 .mv-state-wrapper .mv-state-mini-wrapper .mv-state-mini span{
	color: red;
 }
.mv .content-inner{
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
    top: 55vw;
    right: 0;
    width: 100%;
	padding: 0;
	background: #f09199;
}

.first-flow{
	width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.first-price{
	width: 100%;
    display: flex;
    justify-content: center;
}

.first-flow p{
	text-align: center;
	font-size: 2vw;
	font-weight: 500;
	color: white;
	margin: 1rem 0;
    letter-spacing: 6px;
    line-height: 4vw;
}

.first-flow img{
	width: 70vw;
}

.first-price img{
	width: 58vw;
}

.mv-sub-txt{
	letter-spacing: 2px;
    display: flex;
    justify-content: center;
    color: white;
    margin-bottom: 0;
    margin-top: 1rem;
    font-size: 1.2vw;
}

.mv-last{
	background: #f09199;
    width: 100%;
    height: 19vw;
    margin-top: 1rem;
    transform: skewY(3deg) translateY(-90px);
    position: absolute;
}

.mv-cta-wrapper .content-inner{
	position: static;
    width: 42%;
    background: none;
}
.cta-wrapper .content-inner{
	position: static;
    width: 50%;
}
.content-inner{
	box-sizing: border-box;
	width: 1100px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	
}
.content-title{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #f39800;
}

@media screen and (max-width:768px) {
	.first-flow{
		width: 75%;
		margin: 0 auto;
	}
	.first-flow p{
        font-size: 3.5vw;
        line-height: 8vw;
        margin: 10vw 0 5vw;
        letter-spacing: 2px;
	}
	.first-flow img{
		width: 100%;
	}
	.content-inner{
		width: 75%;
		padding: 10vw 0;
	}
	.first-price{
		width: 75%;
		margin: 0 auto;
	}
	.first-price img{
		width: 100%;
	}
	.content-title{
		font-size: 30px;
	}
	.mv-sub-txt{
		width: 65%;
		margin: 3vw auto 0;
		font-size: 2.8vw;
		display: block;
		text-align: center;
	}
	.mv-cta-wrapper .content-inner{
		margin-top: 0;
		width: 100%;
	}
	.cta-wrapper .content-inner{
		margin-top: 0;
		width: 100%;
	}
}

/*=============================
 * MV
 *============================= */
.mv{
	position: relative;
    background-image: url(../images/mv.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0%;
    padding-bottom: 119vw;
}

.btn_link{
	position: absolute;
	right: 0;
	bottom: 10px;
}

.btn_link img{
	width:90%;
}

@media screen and (max-width:768px) {
	.mv{
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.mv .content-inner{
		padding-top: 12vw;
		width: 100%;
		position: static;
	}
	.mv-cta-wrapper{
        box-sizing: border-box;
        width: 80%;
        margin: 0 auto;
	}
	.cta-wrapper{
		box-sizing: border-box;
		position: static;
		padding: 0 15px;
	}
	.business-info .icon-tel{
		width: 100%;
		margin-left: 0;
	}
	.business-info .open-hour,
	.business-info .open-week{
		margin-left: 0;
	}
	.icon-tel a[href*="tel:"] {
		width: 100%;
		pointer-events: auto;
		cursor: pointer;
		text-decoration: none;
	}
	.cta-btn p{
		font-size: 3vw;
        padding: 1rem 2rem;
	}
	.mv-last{
		display: none;
	}
}


/*=============================
 * イントロ
 *============================= */
.intro-title{
	line-height: 2.5;
	letter-spacing: 13px;
	margin-bottom: 80px;
}
.intro-title span{
	display: block;
	font-size: 35px;
	font-weight: bold;
	color: #604c3f;
	letter-spacing: 7px;
	line-height: 1;
}
.fukidashi{
	box-sizing: border-box;
	display: block;
	font-size: 25px;
	letter-spacing: 7px;
	width: 690px;
	max-width: 100%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left center, right center, left center;
	background-size: contain;
	padding: 40px 20px 40px 30px;
	margin-bottom: 36px;
}
.fukidashi.fukidashi-l{
	background-image: 
		url(../images/fukidashi-l1.png),
		url(../images/fukidashi-l2.png),
		url(../images/fukidashi.png);
	padding-left: 60px;
	margin-left: 55px;
	margin-right: auto;
}
.fukidashi.fukidashi-r{
	background-image: 
		url(../images/fukidashi-r1.png),
		url(../images/fukidashi-r2.png),
		url(../images/fukidashi.png);
	margin-left: auto;
	margin-right: 40px;
}
.fukidashi:before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 1.0em;
	background-image: url(../images/fukidashi-check.svg);
	background-repeat: no-repeat;
}
.intro .intro-text{
	display: block;
	width: 12em;
	font-size: 35px;
	color: #37b9bd;
	text-align: center;
	letter-spacing: 4px;
	padding-left: 1em;
	padding-right: 1em;
	margin: 100px auto 0;
}

.reason-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.reason-list .reason-list-item{
	width: 32%;
}
.reason-list .reason-list-item .reason-list-item-top{
	position: relative;
}
.reason-list .reason-list-number{
	position: relative;
	top: -2.0em;
	font-weight: bold;
	text-align: center;
}
.reason-list .reason-list-number img{
	height: 38px;
	width: auto;
}
.reason-list .reason-list-title{
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: #f39800;
	letter-spacing: 10px;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 34px;
}
.reason-list .reason-list-title:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -23px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 29px;
	height: 4px;
	background-color: #f39800;
}
.reason-list .reason-list-text{
	text-align: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 5px;
    background: rgb(2 110 183 / 50%);
    font-size: 2.4rem;
}
.reason-list .reason-list-disc{
	padding: 1rem 2rem;
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
	#reason {
		padding-top: 3rem;
	}
	.intro-title{
		line-height: 1.5;
		letter-spacing: 0;
		margin-bottom: 40px;
	}
	.intro-title span{
		font-size: 21px;
		letter-spacing: 5px;
		margin: 1em 0;
	}
	.intro .intro-text{
		font-size: 25px;
		letter-spacing: 2px;
		padding: 0;
		margin-top: 50px;
	}
	.fukidashi.fukidashi-l,
	.fukidashi.fukidashi-r{
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 0 2em 0;
	}
	.fukidashi.fukidashi-l{
		padding-left: 35px;
	}
	.fukidashi{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.fukidashi:before{
		width: 1.5em;
	}
	.reason-list{
		display: block;
	}
	.reason-list .reason-list-item{
		width: 100%;
		padding-bottom: 24px;
		margin-bottom: 1em;
	}
	.reason-list .reason-list-item .reason-list-item-top img{
		width: 100%;
	}
	.reason-list .reason-list-number{
		position: static;
		font-size: 30px;
		letter-spacing: 8px;
		padding: 1em 0;
	}
	.reason-list .reason-list-title{
		font-size: 30px;
		letter-spacing: 8px;
		margin-top: 17px;
		margin-bottom: 17px;
	}
	.reason-list .reason-list-text{
		font-size: 20px;
	}
}

/*=============================
 * トレーナー紹介
 *============================= */
.trainer-content{
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 65%;
    max-width: 1100px;
    margin: 0 auto;
}

.trainer-con-01{
	margin-right: 3vw;
    margin-bottom: 5vw;
    width: 55%;
}

.trainer-con-01 h2{
	font-size: 3vw;
    font-family: roboto;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 3.5vw;
    display: block;
    color: #ffa0a8;
    margin: 2vw 0;
}

 .sub{
	font-size:1.5vw;
	color: #7d7d7d;
	display: block;
}

.tittle-trainer{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3vw 0 3vw;
}

.tittle-tainer-left{
	font-size: 3.5vw;
    font-family: noto sans-serif;
    color: #616161;
    font-weight: 400;
    letter-spacing: 8px;
}

.tittle-tainer-right{
	font-size: 1.4vw;
    font-family: roboto;
    color: #616161;
    font-weight: 300;
    letter-spacing: 4px;
    margin-left: 1.8vw;
}

.tittle-sub{
	font-size: 1.3vw;
    color: #232323;
    line-height: 2.3vw;
    letter-spacing: 1px;
}

.tittle-sub span{
	color:#ff7a1d;
}

.trainer-con-02{
	width: 45%;
}

@media screen and (max-width:768px){
	#trainer{
		width: 75%;
		margin: 12vw auto 0;
	}

	.trainer-content{
		display: block;
		width: 100%;
	}

	.trainer-con-01{
		width: 100%;
		text-align: center;
	}

	.trainer-con-01 h2{
		font-size: 7vw;
		line-height: 7.5vw;
	}

	.sub{
		font-size: 3.5vw;
	}

	.tittle-trainer{
		margin: 4vw 0 8vw;
		flex-direction: column;
	}

	.tittle-tainer-left{
		font-size: 8vw;
	}

	.tittle-tainer-right{
        font-size: 3.5vw;
        margin-left: 0;
        margin-top: 1.7vw;
	}

	.tittle-sub{
		font-size: 3.5vw;
		line-height: 5.3vw;
	}

	.trainer-con-02{
		width: 70%;
		margin: 0 auto;
	}
}


/*=============================
 * infomation
 *============================= */

.info-content{
	width: 65%;
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 4rem;
    padding: 2rem;
    position: relative;
}

.info-content::after{
    content: "";
    display: block;
    width: 4vw;
    height: 7vw;
    position: absolute;
    left: 50%;
    top: 101%;
    border-left: 5px dotted #ffffff;
}

.info-content h3{
	text-align: center;
	font-size: 2rem;
	letter-spacing: 4px;
}

.tittle-info{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5vw;
    border-radius: 4rem;
}

.tittle-info-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tittle-info-left{
	font-size: 3.5vw;
    font-family: noto sans-serif;
    color: #616161;
    font-weight: 400;
    letter-spacing: 8px;
}

.tittle-info-right{
	font-size: 3.2vw;
    font-family: roboto;
    color: red;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.tittle-info-right-sub{
	font-size: 1vw;
    font-family: noto sans-serif;
    color: red;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 1vw;
}

.tittle-tutorial-txt{
	text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: noto sans-serif;
    font-size: 0.9rem;
}

.tittle-tutorial-inner{
    width: 60%;
    margin: 1.3vw auto;
    line-height: 2vw;
    font-weight: 500;
}

.tittle-tutorial-inner li{
	font-family: noto sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 2px;
}

.tittle-tutorial-inner li:before{
  content:url(../images/icon-check.png);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:10px;
  position:relative;
  top:3px;
  left:0;
}

.margin-bottom5pt{
	margin-bottom: 5vw;
}


.tittle-content{
	width: 65%;
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 4rem;
    padding: 2rem;
    position: relative;
}


.tittle-join{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12vw;
    border-radius: 4rem;
}

.tittle-join-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tittle-join-left{
	font-size: 3.5vw;
    font-family: noto sans-serif;
    color: #616161;
    font-weight: 400;
    letter-spacing: 8px;
     position: relative;
}

.tittle-join-right{
	font-size: 3.2vw;
    font-family: roboto;
    color: red;
    font-weight: 400;
    letter-spacing: 0;
    margin-left: 4rem;
    margin-bottom: 0.5rem;
    flex-grow: 1;
}


.tittle-join-left::before{
    content: "";
    width: 2px;
    height: 200px;
    border-radius: 2px;
    background-color: #dddddd;
    position: absolute;
    right: -2vw;
    top: 2.4vw;
}

.join-padding{
	padding: 2rem 3rem;
}

@media screen and (max-width:768px) {
	.margin-bottom5pt{
		margin-bottom: 12vw;
        width: 100%;
        padding: 2rem 0;
	}

	.info-content::after{
		height: 17vw;
	}

	.tittle-info{
        border-radius: 1.5rem;
        margin: 0 auto 12vw;
        padding: 0;
	}

	.tittle-info-inner{
		flex-wrap: wrap;
		padding: 2rem 0;
	}

	.tittle-info-left{
		width: 100%;
	}

	.info-content h3{
        font-size: 6.5vw;
	}

	.tittle-info-right{
		font-size: 8vw;
		margin: 2vw 0 0;
	}

	.tittle-info-right-sub{
        font-size: 4vw;
        margin-top: 2.5vw;
        margin-left: 2vw;
	}

	.tittle-tutorial-txt{
        padding: 0vw 0 7vw;
		font-size: 3vw;
		text-align: left;
		text-indent: -4vw;
		padding-left: 4vw;
	}

	.tittle-tutorial-inner{
        width: 95%;
        margin: 0 auto 2rem;
	}

	.tittle-tutorial-inner li{
        font-size: 3vw;
        margin-bottom: 3vw;
        line-height: 4vw;
        text-indent: -1.8vw;
        padding-left: 4vw;
	}

	.tittle-tutorial-inner li:before{
		width: 4%;
		margin-right: 0;
	}

	.tittle-join{
		display: block;
		border-radius: 1.5rem;
		padding: 2rem 0;
	}

	.tittle-join-inner{
		display: block;
	}

	.tittle-join-left::before{
        width: 75%;
        height: 2px;
        right: 13%;
        top: 64.8vw;
	}

	.tittle-join-right{
		width: 90%;
		margin: 2rem auto 0;
	}

	.tittle-join-right img{
		width: 100%;
	}

	.info-content{
		width: 100%;
	}

	.tittle-content{
		width: 100%;
	}

	.sp-only-radius{
		border-radius: 1.5rem;
		padding: 0 3rem 2rem 3rem;
	}

	.tittle-join-left h3{
        width: 85%;
        margin: 0 auto;
        padding-left: 0;
	}

	.tittle-join-left h3 img{
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.tittle-tutorial-inner li{
		font-size: 1rem;
		margin-bottom: 6vw;
		line-height: 6.5vw;
        text-indent: -3.8vw;
        padding-left: 8vw;
	}

	.tittle-join-left h3{
		width: 80%;
		margin: 0 auto;
	}
	.tittle-tutorial-txt{
		font-size: 3.5vw;
	}

	.sp-only-radius{
		padding: 0 2rem;
	}
}

/*=============================
 * ノンメディカル市場に登場
 *============================= */
.about-title{
	letter-spacing: 8px;
	margin-bottom: 40px;
}
.about-title-sub{
	display: block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #604c3f;
	margin-bottom: 17px;
}
.about-text{
	font-size: 18px;
	text-align: center;
	line-height: 2;
	padding: 0 27px;
	margin-bottom: 108px;
}
.about-image{
	text-align: center;
	margin-bottom: 53px;
}
.about-image-title{
	font-size: 35px;
	color: #37b9bd;
	text-align: center;
	letter-spacing: 4px;
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 50px;
}
.about-ages-risk{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 64px;
}
.about-ages-risk-item{
	width: 32.5%;
	background-color: #efefef;
	font-size: 24px;
	letter-spacing: 6px;
	color: #7a6a56;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
}
.about-ages-risk::after{
  content:"";
  display: block;
  width:32.5%;
}
.about-ages-risk-summary{
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

@media screen and (max-width:768px) {
	.about-title{
		font-size: 26px;
	}
	.about-title-sub{
		font-size: 16px;
		letter-spacing: 2px;
	}
	.about-text{
		font-size: 16px;
		padding: 0 10px;
		margin-bottom: 54px;
	}
	.about-image-title{
		font-size: 30px;
		letter-spacing: 0;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.about-ages-risk-item{
		box-sizing: border-box;
		width: 49%;
		font-size: 20px;
		letter-spacing: 4px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.about-ages-risk-summary{
		font-size: 28px;
		letter-spacing: 1px;
	}
}

/*=============================
 * 糖化が進行しやすいもの
 *============================= */
.saccharification{

}
.saccharification-title{
	margin-bottom: 70px;
}

@media screen and (max-width:768px) {
	.saccharification-title{
		margin-bottom: 35px;
	}
}

/*=============================
 * 測定と結果
 *============================= */
 .result{
	background:#f09199;
 }
.step-text{
	position: absolute;
    width: calc(100% - 30px);
	text-align: center;
	top: 370px;
}
.step-text span{
	color: #126eb7;
    background: white;
    display: inline-block;
    padding: 7px 14px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
}
.step-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.step-list-item{
	position: relative;
	text-align: center;
	width: 48%;
}
.step-list-item-top h3{
	font-size: 5rem;
    /* color: yellow; */
}
.step-list-item-top span{
	/* color: yellow; */
    font-size: 1.3rem;
    padding-bottom: 1rem;
    display: block;
    border-bottom: 1px solid white;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.step-list-item-top p{
	min-height: 196px;
	color: white;
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    letter-spacing: 2px;
}
.step-list-item-img{
	margin-top: 40px;
	margin-bottom: 15px;
}
.step-list-item-img .img-title{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
}
.step-list-title{
	font-size: 30px;
	margin-bottom: 15px;
}
.step-list-point{
	font-size: 30px;
}
.step-list-point span{
	background-color: #f8b62d;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	font-size: 26px;
	font-weight: bold;
	margin-right: 10px;
}
.step-list-link{
	font-size: 21px;
	color: #f39800;
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	 .result-title-wrapper{
		padding-top: 0;
		padding-bottom: 10vw;
		text-align: center;
	 }
	.step-text{
		font-size: 20px;
		top: 17rem;
	}
	.step-text span{
		padding: 4px 16px;
	}
	.step-list{
		display: block;
		margin-top: 3rem;
	}
	.step-list-item{
		width: 100%;
		padding-bottom: 3em;
		margin-bottom: 0;
	}
	.step-list-item:first-child:after{
		top: unset;
		bottom: 0;
		left: 50%;
		right: unset;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 80%;
		height: 1px;
	}
	.step-list-item:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.step-list-item-top span{
		margin-top: 1rem;
	}
	.step-list-item-img img{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.step-list-title{
		font-size: 32px;
	}
	.step-list-point{
		font-size: 24px;
	}
	.step-list-point span{
		font-size: 18px;
	}
}

/*=============================
 * こんな所でご活用ください
 *============================= */
.practical .remarks{
	position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 7px;
    color: black;
    padding-top: 15px;
    padding-bottom: 9px;
    margin-bottom: 60px;
    z-index: 10;
}
.practical .remarks::after{
	content: "";
    display: block;
    height: 11px;
    width: 100%;
    background-color: #aaddf2;
    margin-top: -12px;
    position: absolute;
    transform: skewX(-45deg);
    z-index: -5;
}
.practical-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.practical-list-item{
	width: 49%;
    border-top: 1px solid;
    border-left: 1px solid;
}
.practical-list-item:nth-child(2n){
    border-right: 1px solid;
}
.practical-list-item:nth-child(3n){
    border-bottom: 1px solid;
}
.practical-list-item:last-child{
    border-bottom: 1px solid;
}
.practical-list-item .practical-list-top{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 2rem;
}
.practical-list-item .practical-list-top img{
	width: 75px;
    margin-right: 2rem;
}
.practical-list-item .practical-list-top .practical-item-title{
	color: black;
	display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
	height: 78px;
}
/* .practical-list-item.item01 .practical-item-title{
	background-image: url(../images/icon-practical01.png);
}
.practical-list-item.item02 .practical-item-title{
	background-image: url(../images/icon-practical02.png);
}
.practical-list-item.item03 .practical-item-title{
	background-image: url(../images/icon-practical03.png);
}
.practical-list-item.item04 .practical-item-title{
	background-image: url(../images/icon-practical04.png);
}
.practical-list-item.item05 .practical-item-title{
	background-image: url(../images/icon-practical05.png);
}
.practical-list-item.item06 .practical-item-title{
	background-image: url(../images/icon-practical06.png);
}
.practical-list-item.item07 .practical-item-title{
	background-image: url(../images/icon-practical07.png);
}
.practical-list-item.item08 .practical-item-title{
	background-image: url(../images/icon-practical08.png);
} */
.use-for-list{
	width: 220px;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.use-for-list .use-for-item{
	font-size: 16px;
    margin-bottom: 6px;
    width: 300px;
    display: inline-block;
    color: black;
    letter-spacing: 1px;
}
.use-for-list .use-for-item:before{
	content: '';
	display: inline-block;
	width: 18px;
    height: 18px;
	background-image: url(../images/icon-check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}

@media screen and (max-width:768px) {
	.practical{
		padding-bottom: 3em;
	}
	.practical .remarks{
		font-size: 18px;
		margin-bottom: 40px;

		letter-spacing: 5px;
	}
	.practical-list{
		display: block;
	}
	.practical-list-item{
		border: 1px solid;
		border-bottom: 0;
		width: 100%;
	}
	.practical-list-item:nth-child(3n){
		border-bottom:0;
	}
	.practical-list-item:last-child{
		border-bottom: 1px solid;
	}
	.practical-list-item .practical-list-top img {
		width: 55px;
	}
	.practical-list-item .practical-list-top .practical-item-title{
		padding-left: 0;
		font-size: 22px;
	}
	.use-for-list{		
		width: calc(100% - 3rem);
		margin-left: 3rem;
		margin-bottom: 0;
		padding-bottom: 2rem;
	}
	.use-for-list .use-for-item{
		font-size: 16px;
		text-indent: -2.0em;
		margin-left: 2.0em;
		width: calc(100% - 2em);
	}
	.use-for-list .use-for-item:before{
		margin-right: 0.5em;
	}
}


/*=============================
 * 製品仕様
 *============================= */
.specification .eyecatch{
	position: relative;
}
.specification .eyecatch .item-left{
	position: absolute;
	height: 100%;
	top: 0;
}
.specification .eyecatch .item-left .item1{
	position: absolute;
    top: 5.5vw;
	left: 79.5vw;
    width: 12.6vw;
}
.specification .eyecatch .item-left .item2{
	position: absolute;
	top: 11vw;
	left: 70vw;
    width: 12.6vw;
}
.specification .eyecatch .item-left .item3{
	position: absolute;
	top: 16.5vw;
	left: 79.5vw;
    width: 12.6vw;
}
.specification .eyecatch .item-left .item4{
	position: absolute;
	top: 22vw;
    width: 12.6vw;
	left: 70vw;
}
.specification .eyecatch .item-right{
	position: absolute;
	top: 0;
}
.specification .eyecatch .item-right .printer{
	position: absolute;
	left: 54vw;
    width: 15vw;
    top: 18.8vw;
}
.specification .eyecatch .item-right .tab{
	position: absolute;
    top: 18.8vw;
    left: 34vw;
    width: 15vw;
}
.specification .eyecatch .item-right .product{
	position: absolute;
	top: 4.8vw;
	width: 30vw;
    left: 5vw;
}
.specification .eyecatch .item-right .plus1{
	position: absolute;
    top: 29.99vw;
    left: 50vw;
    width: 3vw;
}
.specification .eyecatch .item-right .plus2{
	position: absolute;
    top: 29.99vw;
	left: 30.5vw;
    width: 3vw;
}
.specification .eyecatch .item-right img{
	width: 200px;
}
.specification .eyecatch img{
	width: 100%;
	max-width: unset;
}
.specification .eyecatch .eyecatch-image{
	text-align: right;
	padding: 30px 0;
}
.specification-badge{
	padding-right: 60px;
}
.specification-price{
	margin-top: 40px;
}
.specification-price img{
	width: 430px;
	max-width: 100%;
}
.specification-table{
	border-collapse: collapse;
	border: 1px solid #dcdcdc;
	width: 100%;
	margin-bottom: 45px;
}
.specification-table tr{
	border-bottom: 1px solid #dcdcdc;
}
.specification-table th{
	box-sizing: border-box;
	width: 167px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background-color: #8bbce5;
	color: #fff;
	border-right: 1px solid #dcdcdc;
	padding: 15px 0;
}
.specification-table td{
	font-size: 19px;
	padding: 15px;
}
.specification-caution{
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 112px;
}
.specification-sub-title{
	font-size: 35px;
	font-weight: bold;
	color: #f39800;
	text-align: center;	
	margin-bottom: 60px;
}
.option-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}
.option-list-item{
	width: 24%;
	text-align: center;
}
.option-title{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	height: 3em;
	margin-top: 14px;
	margin-bottom: 6px;
}
.option-title span{
	font-size: 15px;
}
.option-numer{
	display: inline-block;
	border: 6px solid #efefef;
	text-align: center;
	padding: 0 1em;
}
.option-fullset{
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 612px;
	max-width: 100%;
	border-top: 1px solid #604c3f;
	border-bottom: 1px solid #604c3f;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	margin-bottom: 30px;
}
.option-fullset-text{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #fff794;
	text-align: center;
	padding: 0.5em 1em;
}
.option-fullset-price{
	position: relative;
	font-size: 53px;
	letter-spacing: 1px;
	color: #85b7e3;
	padding-right: 74px;
}
.option-fullset-price .yen{
	position: absolute;
	bottom: 25px;
	margin-left: 10px;
}
.option-fullset-price .yen img{
	width: 20px;
}
.warranty-image{
	text-align: center;
	width: 980px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 53px;
}
.warranty-text{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}

@media screen and (max-width:768px) {
	.specification .eyecatch{
		display: none;
	}
	.specification-badge{
		padding-right: 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.specification-price{
		text-align: center;
	}
	.specification-price img{
		width: 80%;
	}
	.specification-table tr,
	.specification-table th,
	.specification-table td{
		display: block;
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
	.specification-table th,
	.specification-table td{
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 1em;
		padding-right: 1em;
	}
	.specification-caution{
		font-size: 16px;
		margin-bottom: 56px;
	}
	.specification-sub-title{
		font-size: 40px;
	}
	.option-list{
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 42px;
	}
	.option-list-item{
		width: 48%;
		margin-bottom: 2em;
	}
	.option-title{
		font-size: 16px;
	}
	.option-title span{
		font-size: 12px;
	}
	.option-numer{
		border-width: 3px;
	}
	.option-fullset{
		display: block;
		padding-left: 0;
		padding-bottom: 20px;
	}
	.option-fullset-price{
		line-height: 1;
		padding-top: 0.5em;
		text-align: center;
		padding-right: 0;
	}
	.option-fullset-price .yen{
		bottom: 7px;
	}
	.specification-sub-title{
		margin-bottom: 30px;
	}
	.warranty-image{
		margin-bottom: 26px;
	}
	.warranty-text{
		font-size: 28px;
		letter-spacing: 1px;
	}
}

/*=============================
 * 安全制について
 *============================= */

.safety-frame{
	background-color: #fff;
	padding: 3rem 2rem;
}
.safety-images{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.safety-images p:first-child{
	width: 186px;
	max-width: 25%;
}
.safety-images p:last-child{
	width: 613px;
	max-width: 75%;
}
.safety-text{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 35px;
}
.safety-text:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.safety-frame{
		padding: 45px 20px;
	}
	.safety-images{
		margin-bottom: 40px;
	}
	.safety-text{
		font-size: 16px;
		margin-bottom: 17px;
	}
}

/*=============================
 * お客様の声
 *============================= */
.voice-frame{
	font-size: 24px;
    text-align: center;
    letter-spacing: 7px;
    padding: 9em 0;
    background: whitesmoke;
}

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

/*=============================
 * よくある質問
 *============================= */

.faq-list{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 14px;
}
.faq-q{
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background-color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
}
.faq-q:before{
	content: '';
	display: block;
	background-image: url(../images/icon-q.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 20px;
    height: 28px;
    margin-right: 1em;
}
.faq-q:after{
	content: '';
	display: block;
	background-image: url(../images/icon-arrow-open.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 17px;
	margin-right: 20px;
	margin-left: auto;
}
.faq-q.close:after{
	background-image: url(../images/icon-arrow-close.svg);
}
.faq-a{
	display: none;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 20px;
	color: white;
}

@media screen and (max-width:768px) {
	.faq-list{
		margin-left: 0;
		margin-right: 0;
	}
	.faq-q{
		font-size: 16px;
		padding: 10px 0 10px 12px;
	}
	.faq-q:before{
		width: 64px;
		margin-right: 5px;
	}
	.faq-q:after{
		background-position: right center;
		width: 64px;
		margin-right: 10px;
	}
	.faq-a{
		font-size: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*=============================
/*-- お問い合わせ・資料請求
 *============================= */
#contact{
	background-color: rgb(246 192 186);
}


#contact-zone{
	box-sizing: border-box;
	clear:both;
	margin:0 auto 0 auto;
    padding-bottom: 6vw;
	width:65%;
	/*max-width:1100px;*/
	}

p.center{
	color: #F00;
	text-align: center;
	padding-bottom: 2rem;
}

p.bold{
	text-align: left!important;
	font-weight: bold;
	padding-top: 30px;
	width: 100%!important;
	margin: 0 auto!important;
}

p.left{
	text-align: left!important;
	padding-bottom: 10px;
	width: 100%!important;
	margin: 0 auto!important;
}

span.mail{
	display: block;
	line-height: 20px;
}

.c3{
	margin:0 auto!important;
	padding:15px 0 0 0;
	width:750px!important;
	text-align:center;
}
	
.c1{
	background:#fff;
	margin:0 auto 0 auto;
	padding:15px 20px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#595858;
	display:block;
	line-height:50px;
	width:calc(100% - 40px);
	text-align:left;
}
 
.c2{
	background:#E8EEF9;
	padding:20px;
	margin:0 auto 0 auto;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#595858;
	line-height:50px;
	width:calc(100% - 40px);
}
 
p.c1,p.c2{
	margin:0;
}
 
.c1:hover,.c2:hover{
	background:#FFEEEE;
}
 
.c1.last,.c2.last{
	border-bottom:none;
}

.submit{
	text-align:center;
	padding:10px 0 20px 0;
}
form#mailformpro .submit input {
    width: 33%!important;
}
form#mailformpro .agreement input {
    width: unset!important;
	margin-right: 7px;
}
form#mailformpro input.post-code {
    width: 100px!important;
}
 
.m-alert{
    background: none;
	font-weight:normal;
	font-size: 0.9vw;
    padding-left: 1vw;
    margin: 0;
    padding-top: 0.5vw;
    color: rgb(235 85 23);;
}
 
input[type=text],input[type=tel],input[type=email]{
	font-size:15px;
}
 
.c1 textarea,.c2 textarea{
	font-size:13px;
	width:100%;
}
 
.file{
	margin:10px;
	display:block;
}
 
span.wpcf7-list-item { display: block; }

 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
}
 
input[type=submit]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:33%;
	height:50px;
	font-size:20px;
	padding:0 3px;
	margin:15px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}

input[type=reset]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:33%;
	height:50px;
	font-size:20px;
	padding:0 3px;
	margin:15px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}

.contact_form input[type=submit]{
	width:50%;
}

.contact_form input[type=text],.contact_form input[type=email]{
	height:50px;
	font-size:1.5em;
}
 
input[type="radio"]{
	margin: 0 0 4px 0 !important;
}
button.btn-primary{
    display: block;
    cursor: pointer;
	border-radius: 100px;
    border: 0;
    font-size: 1.2vw;
    font-weight: bold;
    text-shadow: 0 0 BLACK;
    color: #fff;
    letter-spacing: 5px;
    padding: 1vw 0;
    height: auto;
    margin: 6vw auto 0;
	background-color: rgb(46 168 225);
    width: 26%;
}

.ontact-group{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2vw;
}

.ontact-group-hi{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2vw;
}

.ontact-group .contact-left{
    width: 25%;
    font-size: 1.5vw;
    color: #fff;
	font-weight: 400;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.ontact-group-hi .contact-left{
    width: 25%;
    font-size: 1.5vw;
    color: #fff;
	font-weight: 400;
    display: flex;
    align-items: center;
}

.ontact-group .contact-left .t-name{
	font-size: 1.7vw;
}

.ontact-group-hi .contact-left .t-name{
	font-size: 1.7vw;
}

.ontact-group .contact-right{
    width: 70%;
}

.ontact-group-hi .contact-right{
    width: 70%;
}

#main_contact .ontact-group .contact-right input{
	border-radius: 100px;
    width: 100%;
    font-size: 1.1vw;
	border: 0;
    border-radius: 1vw;
	padding: 1.5vw 0;
    text-indent: 1.5rem;
	font-family: "Noto Sans JP";
}

#main_contact .ontact-group-hi .contact-right input{
	border-radius: 100px;
    width: 100%;
	height: 10vw;
    font-size: 1.1vw;
	border: 0;
    border-radius: 1vw;
    padding: 1.5vw 0.5vw;
}

@media screen and (max-width:768px) {
	#contact-zone{
		width: 75%;
		padding-bottom: 13vw;
	}
	.c1,
	.c2,
	.c3{
		box-sizing: border-box;
		width: 100%;
		padding: 0 5px;
	}
	.c3{
		padding: 1em;
	}
	#mailformpro input[type="text"],
	#mailformpro input[type="email"],
	#mailformpro input[type="email2"],
	#mailformpro textarea{
		box-sizing: border-box;
		width: 100% !important;
		border: 1px solid #eeeeee;
	}
	#mailformpro textarea{
		height: 150px;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	#mailformpro input.zip{
		width: 6.5em !important;
	}
	#mailformpro select{
		background-color: #fff;
	}
	p.center{
		font-size: 12px;
		padding-top: 1em;
	}
	span.mail{
		font-size: 12px;
		padding: 1em 0;
	}

	.ontact-group{
		display: block;
		margin-bottom: 5vw;
	}

	.ontact-group .contact-left{
		width: 100%;
        margin-bottom: 2vw;
	}

	.ontact-group .contact-left .t-name{
		font-size: 4vw;
	}

	.m-alert{
		font-size: 2.5vw;
	}

	.ontact-group .contact-right{
		width: 100%;
	}

	.ontact-group-hi{
		display: block;
		margin-bottom: 10vw;
	}

	.ontact-group-hi .contact-left{
		width: 100%;
        margin-bottom: 2vw;
	}

	.ontact-group-hi .contact-left .t-name{
		font-size: 4vw;
	}

	.ontact-group-hi .contact-right{
		width: 100%;
	}

	#main_contact .ontact-group .contact-right input{
        font-size: 4.5vw;
        letter-spacing: 1px;
		text-indent: 0.8rem;
	}

	button.btn-primary{
		font-size: 4vw;
		width: 42%;
		padding: 1.5vw 0;
	}
}

/*=============================
 * footer
 *============================= */
.footer{
	width:100%;
	opacity: 1;
 }

 .footer .other-contact-content{
	width: 65%;
    margin: 0 auto;
    padding: 7vw 0 6vw;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
 }

 .footer .other-contact-content .other-contact{
	width: 45%;
    text-align: center;
 }

 .other-contact .title-radius{
	background-color: rgb(235 97 101);
    color: #fff;
    font-weight: 500;
    padding: 1vw;
    border-radius: 1vw;
	letter-spacing: 0.2vw;
    font-size: 1.5vw;
 }

 .other-contact .tell-numaber{
    font-weight: 900;
	font-family: 'Robot';
    font-size: 3.1vw;
    margin-top: 2.5vw;
    color: #cc5520;
 }

 .other-contact .sub-info{
	flex-wrap: wrap;
    font-size: 1.3vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.1vw;
    font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #251e1c;
 }

 .other-contact .sub-info .time-text{
	font-weight: 900;
 }

 .other-contact .sub-info .last-order{
	font-size: 1.1vw;
    font-weight: 600;
    padding-left: 1vw;
 }

 .other-contact .sub-info .holiday-text{
	width: 100%;
	padding-left: 1vw;
    font-size: 1vw;
    display: inline-block;
    font-weight: 900;
	margin-top: 0.2vw;
 }

 .other-contact .sns-area{
	margin-top: 3.3vw;
 }

 .other-contact .sns-area dl{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5vw;
 }

 .other-contact .sns-area dl dd{
	width: 17%;
    height: auto;
 }

 .other-contact .sns-area dl dd img{
	width: 100%;
 }

.copywrite-areabox{
    background-color: rgb(246 192 186);
    padding: 2.7vw 0;
    text-align: center;
}

.copywrite-areabox p{
	font-size: 1.4vw;
    font-weight: 900;
    letter-spacing: 0.1vw;
    color: #fff;
}

@media screen and (max-width:768px) {
	.footer .other-contact-content{
		display: block;
		width: 90%;
        padding: 15vw 0 6vw;
	}

	.footer .other-contact-content .other-contact{
		width: 80%;
		margin: 0 auto 6vw;
	}

	.other-contact .title-radius{
        font-size: 3.8vw;
        padding: 2vw 0;
        letter-spacing: 0.5vw;
	}

	.other-contact .tell-numaber{
		font-size: 7.5vw;
		font-weight: 700;
	}

	.other-contact .sub-info{
		font-size: 3.5vw;
		flex-wrap: wrap;
	}

	.other-contact .sub-info .last-order{
		font-size: 3vw;
		font-weight: 600;
		padding-left: 2vw;
	}

	.other-contact .sub-info .time-text{
		font-weight: 600;
	}

	.other-contact .sub-info .holiday-text{
		font-size: 3vw;
		font-weight: 600;
	}

	.other-contact .sns-area{
		margin-top: 4vw;
	}

	.other-contact .sns-area dl{
		gap: 4.5vw;
	}

	.other-contact .sns-area dl dd{
		width: 20%;
	}

	.copywrite-areabox{
		padding: 3vw 0;
	}

	.copywrite-areabox p{
		font-size: 3vw;
	}
}
/*=============================
 * thanksページ
 *============================= */
.thanks-page{
	background-color: #f8b952;
}
.thanks-main{
	padding-top: 150px;
	padding-top: 75px;
}
.thanks-main .title{
	text-align: center;
}
.thanks-main .thanks-frame{
	background-color: #fff;
	border-radius: 10px;
	padding: 2em;
	margin-top: 2em;
}
.thanks-main .thanks-frame .caution{
	margin-top: 2em;
}


/* ------------------------------------------
		2021.6.15 pasesa-3 
------------------------------------------ */

.contact-btn {
	position: absolute;
    width: 74px;
    background: #026eb7;
    top: 0px;
    right: 0px;
}
.contact-btn img{
	width: 36px;
	padding: 1.1rem;
    margin: 0 auto;
    display: block;
}
.item-intro {
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 3rem;
}
.item-intro .left h1{
	color: white;
    font-size: 3.7vw;
    letter-spacing: 3px;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.item-intro .left h1 .number{
	margin: 0;
    padding-bottom: 0.3vw;
}
.item-intro .left h1 .number img{
	width: 2.2vw;
    padding-left: 0.4rem;
}
.item-intro .left h1 span{
	font-size: 1.7vw;
    margin-left: 1rem;
}
.item-intro .left ul{
	display: flex;
    justify-content: center;
    align-items: center;
}
.item-intro .left ul li{
	background: white;
	margin-right: 2px;
}
.item-intro .left ul li:last-child{
	margin-right: 0;
}
.item-intro .left ul li p{
	color: #0098da;
    padding: 0.3rem 0.5rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.item-intro .right{
	margin-left: 2rem;
}
.item-intro .right .price-state{
	border: 2px solid white;
    display: inline-block;
    padding: 0.05rem 1rem;
    color: white;
    letter-spacing: 3px;
    margin-bottom: 5px;
	font-weight: 600;
}
.item-intro .right p{
	font-size: 3vw;
    color: white;
    letter-spacing: 3px;
}
.item-intro .right p span{
	font-size: 10px;
    letter-spacing: 1px;
    display: inherit;
}

/* --------------------------------------
		strong 
-------------------------------------- */
.strong-inner {
	box-sizing: border-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
}
.strong-list-item {
	position: relative;
}
.strong-list-item:nth-child(2n) .strong-list3-list .list3 {
	flex-direction: row-reverse;
}
.strong-number{
	position: absolute;
    top: 0;
    left: 11rem;
    font-size: 7.5rem;
    letter-spacing: 5px;
    color: #026eb7;
	font-weight: 100;
}
.strong-list1 {
	background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
}
.strong-list1-list{
	display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 11rem;
    padding-top: 9rem;
    width: 80%;
    margin: 0 auto;
	padding-left: 4rem;
	max-width: 1100px;
}
.strong-list1-list .list1{
	width: 30%;
}
.strong-list1-list .list1.right{
	width: 30%;
	margin-left: 4rem;
}
.strong-list1-list .list1 img{
	width: 145px;
}
.strong-list1-list .list1 h4{
	font-size: 1.7rem;
    letter-spacing: 4px;
    font-weight: bold;
    padding-right: 5rem;
    margin: 2rem 0 1.5rem;
    color: black;
}
.strong-list1-list .list1 p{
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    color: black;
}
.strong-list1-list .list2{
	width: 40%;
}

.strong-list2-list{
	display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    flex-flow: column;
    align-items: flex-start;
    padding: 14rem 0rem 5rem;
	max-width: 1100px;
}
.strong-list2-list .list2-1{
	width: 100%;
	position: relative;
}
.strong-list2-list .list2-1 img{
	position: absolute;
    bottom: -2rem;
    right: 1rem;
    width: 50%;
    z-index: -1;
    max-width: 450px;
}
.strong-list2-list .list2-1 h4{
	font-size: 2rem;
    letter-spacing: 4px;
    font-weight: bold;
    padding-right: 5rem;
    margin: 2rem 0;
    color: black;
}
.strong-list2-list .list2-1 p{
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    color: black;
    letter-spacing: 5px;
}
.strong-list2-list .list2-1 p span{
    color: #026eb7;
    margin-right: 0.5rem;
	font-weight: bold;
}
.strong-list2-list .list2-2{
	display: flex;
    align-items: center;
	margin-top: 9rem;
}
.strong-list2-list .list2-2 img{
	width: 50%;
    margin-right: 2rem;
}
.strong-list2-list .list2-2 h4{
	font-size: 2rem;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 2rem;
    color: black;
}
.strong-list2-list .list2-2 p{
	font-size: 1rem;
    font-weight: bold;
    line-height: 2;
    color: black;
}

.strong-list3-list{
	width: 65%;
    margin: 0 auto;
    padding: 0 0;
	max-width: 1100px;
}
.strong-list3-list .list3{
	display: flex;
    justify-content: center;
    align-items: center;
}
.strong-list3-list .list3 .list3-txt{
	max-width: 512px;
	width: 57%;
}
.strong-list3-list .list3 .list3-txt .st-number{
	display: block;
	font-size: 7vw;
    margin: 0 0 2rem;
    color: #717171;
    font-family: roboto;
    font-weight: 300;
    border-bottom: 4px solid #f09199;
    width: 6%;
    padding-bottom: 1rem;
}
.strong-list3-list .list3 .list3-txt .title-disc{
	font-size: 1.8vw;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.5vw;
    color: #ffa0a8;
    max-width: 500px;
}
.strong-list3-list .list3 .list3-txt .content-disc{
	font-size: 1.2vw;
    font-weight: 100;
    line-height: 1.8;
    color: #717171;
    padding: 1rem 0;
    margin-top: 1.5rem;
    width: 100%;
}
.strong-list3-list .list3 .list3-img{
	width: 43%;
    max-width: 450px;
    margin-top: 8rem;
    margin-left: 2rem;
}
.strong-list3-list .list3 .list3-img p{
	text-align: center;
    color: black;
    margin-top: 1rem;
}

.storong-bk{
	background-color: #fdecee;
    transform: skewY(3deg) translateY(-90px);
    margin-top: 10rem;
    margin-bottom: -5rem;
}

.storong-list-bk{
    transform: skewY(-3deg) translateY(-90px);
    margin-top: 8rem;
    margin-left: 2rem;
}

.storong-list-bk-image{
    transform: skewY(-3deg) translateY(-90px);
    padding-top: 6rem;
    margin-left: 0 !important;
    margin-right: 2rem;
}

@media screen and (max-width:768px){
	#strong {
		padding-top: 0!important;
	}
	.strong-number{
		left: 0;
		top: 0.5rem;
		width: 100%;
		text-align: center;
		font-size: 5rem;
	}
	.strong-list1-list{
		flex-flow: column;
		width: 100%;
		padding: 1rem 0;
	}
	.strong-list1-list .list1{
		width: 100%;
		margin-top: 3rem;
	}
	.strong-list1-list .list1.right{
		width: 100%;
		margin-left: 0rem;
		margin-top: 3rem;
		padding-bottom: 4rem;
	}
	.strong-list1-list .list1 img{
		margin: 0 auto;
		display: block;
	}
	.strong-list1-list .list1 h4{
		padding: 0 1rem;
		font-size: 1.5rem;
		text-align: center;
	}
	.strong-list1-list .list1 p{
		padding-left: 2rem;

	}
	.strong-list1-list .list2{
		width: 100%;
		padding-top: 8rem;
		text-align: center;
	}
	.strong-list1-list .list2 img{
		width: 80%;
	}
	
	.strong-list2-list{
		width: 100%;
		padding-bottom: 4rem;
		padding-top: 10rem;
	}
	.strong-list2-list .list2-1 img{
		position: static;
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.strong-list2-list .list2-1 h4{
		padding: 0 1rem;
		text-align: center;
		font-size: 1.5rem;
		margin: 2rem 0 1.5rem;
	}
	.strong-list2-list .list2-1 p{
		padding: 0 2rem;
		font-size: 1rem;
	}
	.strong-list2-list .list2-2{
		flex-direction: column;
		margin-top: 4rem;
	}
	.strong-list2-list .list2-2 img{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.strong-list2-list .list2-2 h4{
		padding: 0 1rem;
		margin: 2rem 0 1.5rem;
		font-size: 1.5rem;
	}
	.strong-list2-list .list2-2 p{
		padding: 0 1rem;
	}
	
	.strong-list3-list{
		width: 100%;
		padding-bottom: 10vw;
        padding-top: 12vw;
	}
	.strong-list3-list .list3{
		flex-flow: column-reverse;
		position: relative;
	}
	.strong-list-item:nth-child(2n) .strong-list3-list .list3{
		flex-flow: column-reverse;
		position: relative;
	}
	.strong-list3-list .list3 .list3-txt{
		width: 75%;
		position: static;
	}
	.strong-list3-list .list3 .sp-only-numbers{
		margin-bottom: 12vw;
	}
	.strong-list3-list .list3 .sp-only-numbers .st-number{
        font-size: 12vw;
        color: #717171;
        font-family: roboto;
        font-weight: 300;
	}
	.strong-list-item:nth-child(2n) .strong-list3-list .list3 .sp-only-numbers{
		transform: skewY(-3deg);
	}
	.strong-list3-list .list3 .sp-only-numbers .st-number::before{
        content: "";
		position: relative;
        background-color: #e79199;
        display: block;
        width: 5vw;
        height: 2px;
        top: 16vw;
        right: -4vw;
	}
	.storong-list-bk-image{
        transform: skewY(-3deg);
		padding-top: 0;
		margin-left: auto !important;
	}
	.storong-list-bk{
		transform: skewY(-3deg);
		margin-top: 0;
		margin-left: 0;
	}
	.strong-list3-list .list3 .list3-txt .title-disc{
		font-size: 5.2vw;
        text-align: center;
	}
	.strong-list3-list .list3 .list3-txt .content-disc{
		margin-top: 1.5vw;
        font-size: 3vw;
	}
	.strong-list3-list .list3 .list3-img{
        width: 75%;
        margin: 0 auto 8vw;
        text-align: center;
	}
	.strong-list3-list .list3 .list3-img img{
		width: 70%;
	}
	.strong-list3-list .list3 .list3-img p{
		margin: 2rem 1rem 0;
	}
	.strong-list-item{
		position: static;
	}
	.storong-bk{
		margin-top: 7rem;
		margin-bottom: -5rem;
	}
}


/* =========================================
 * display & report
 =========================================*/
 .display_img::after{
	content: "";
	display: block;
	z-index: -5;
	width: 105%;
	border-bottom: 100px solid #c5e3f7;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	margin: -45px auto 0;
	margin-left: -45px;
 }
.display-bottom{
	margin-top: 4rem;
}
.display-bottom .h3-title{
	text-align: center;
}
.display-bottom .h3-title h3{
	display: inline-block;
    font-size: 1.5rem;
    color: #0e6eb7;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    letter-spacing: 5px;
}
.display-bottom p{
	width: 85%;
    text-align: left;
    margin: 2rem auto 0;
    font-size: 1rem;
    line-height: 2.5;
    color: black;
    letter-spacing: 3px;
}
.display-bottom .img-wrapper{
	display: flex;
    width: 100%;
    margin: 2rem auto 0;
    justify-content: space-around;
}
.display-bottom .img-wrapper img{
	width: 45%;
}
@media screen and (max-width:768px){
	.display_img::after{
		width: 96%;
    	 margin-left: -13px;
	 }
}
/* =========================================
 * college
 =========================================*/
 .college-list{
	width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.college-list .college-item{
	font-size: 16px;
    margin: 0 auto 6px;
    width: calc(100% - 8rem);
    display: block;
    color: black;
    letter-spacing: 1px;
    padding: 1rem 1rem 0 1rem;
    border-bottom: 1px dashed #ccc;
}
.college-list .college-item:before{
	content: '';
	display: inline-block;
	width: 18px;
    height: 18px;
	background-image: url(../images/icon-check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
.college-list .college-item .college-name{
	display: inline-block;
    float: right;
    color: #026eb7;
}

@media screen and (max-width:768px){
	.college-list .college-item{
		border-bottom: 0;
		width: calc(100% - 2rem);
	}	
	.college-list .college-item:before{
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}
	.college-list .college-item .college-name{
		padding: 15px 0;
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: 1px dashed;
	}
}

/* =========================================
 * plan
 =========================================*/
.plan-title-wrapper{
	background-image: url(../images/bg-plan-title.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
	height: 300px;
}
.plan-text{
	text-align: center;
    letter-spacing: 3px;
    font-size: 1rem;
    color: black;
    font-weight: bold;
    margin-top: -1rem;
}
.plan-list{
	display: flex;
    justify-content: center;
    margin-top: 3rem;
	align-items: flex-start;
}
.plan-list .plan-list-item{
	width: 50%;
}
.plan-list .plan-list-item:first-child{
	margin-right: 4px;
}
.plan-list .plan-list-item img{
	width: 100%;
	pointer-events: none;
    user-select: none;
}
.plan-price-banner {
	width: 55%;
    margin: 4rem auto 0;
    border: 3px solid #026eb7;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.plan-price-banner .title {
	color: #026eb7;
    font-size: 1.2rem;
    padding: 1rem 0;
    width: 45%;
    text-align: center;
}
.plan-price-banner .price-box {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
}
.plan-price-banner .price-box .name{
	background-color: #026eb7;
    color: white;
    padding: 2px 4px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 11px;
}
.plan-price-banner .price-box .price{
	font-size: 1.5rem;
    letter-spacing: 2px;
    color: #026eb7;
    margin-left: 1rem;
}
.plan-price-banner .price-box .tax{
	font-weight: bold;
	color: #026eb7;
    letter-spacing: 2px;
    font-size: 12px;
    padding-top: 5px;
}

@media screen and (max-width:768px){
	.plan-list{
		flex-direction: column;
	}
	.plan-list .plan-list-item{
		width: 100%;
		margin-bottom: 3rem;
	}
	.plan-list .plan-list-item:first-child{
		margin-right: 0px;
	}
	.plan-price-banner {
		flex-direction: column;
		margin-bottom: 2rem;
		margin-top: 1rem;
		width: 85%;
	}
	.plan-price-banner .title {
		width: 100%;
		padding-top: 2rem;
		font-size: 1rem;
	}
	.plan-price-banner .price-box {
		width: 100%;
		flex-flow: column;
		padding-bottom: 1.1rem;
	}
	.plan-price-banner .price-box .name{
		display: block;
	}
	.plan-price-banner .price-box .price{
		margin-right: 0;
		margin-left: 0;
		padding: 14px 0 0px;
	}
}

/* =========================================
 * button 
 =========================================*/
.blue-btn{
	text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.blue-btn a{
	display: inline-block;
    padding: 0.7rem 3rem;
    background: white;
    color: #026eb7;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 5px;
    border-radius: 10px;
    font-weight: bold;
}


/* =========================================
 * me-byo 
 =========================================*/
.me-byo {
	background-color: rgba(0, 0, 0, .05);
    padding-bottom: 5rem;
}
.me-byo .title-wrapper{
	text-align: center;
	margin-top: 2rem;
}
.me-byo .title-wrapper .title{
    font-size: 1.7rem;
    color: #026eb7;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    letter-spacing: 5px;
}
.me-byo-wrapper{
	display: flex;
    width: 80%;
    margin: 2rem auto 0;
	align-items: center;
	justify-content: center;
}
.me-byo-wrapper img{
    width: 200px;
}
.me-byo-wrapper .me-byo-list{
    margin-left: 2rem;
}
.me-byo-wrapper .me-byo-list .top{
	font-weight: bold;
    color: #656565;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
}
.me-byo-wrapper .me-byo-list .txt{
	color: #656565;
    margin-top: 1rem;
}

@media screen and (max-width:768px){
	.me-byo-wrapper{
		flex-direction: column;
	}
	.me-byo-wrapper .me-byo-list{
		margin: 2rem 0;
		text-align: center;
	}
	.me-byo .title-wrapper .title{
		font-size: 18px;
	}
}

/* ------------------------------------
	POPUP
------------------------------------ */

.slide_visual_1,.slide_visual_2,.slide_visual_3,.slide_visual_4,.slide_visual_5 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
    width: 100%;
    height: auto;
}
.slide_close{
	position: absolute;
    top: 12px;
    right: 12px;
    color: rgba(255, 255, 255, 0.46);
    cursor: pointer;
	font-size: 2rem;
}
.slide_image1,.slide_image2,.slide_image3,.slide_image4,.slide_image5{
	position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
}



/* .reason-img{
	display: none;
	transition: all 0.3s ease 0s;
}
.reason-list-item-top:hover .reason-img{
	display: block;
	animation: anim 0.3s;
}
  
@keyframes anim {
	0% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateX(0px);
	}
} */


.agreement_required{
	text-align: center;
    line-height: 3;
}

/* -------------------------------------
		comfirm 
------------------------------------- */

#breadcrumb{
	margin-top: 1rem;
}
#breadcrumb ul{
	display: flex;
    padding-left: 1rem;
    font-size: 12px;
}
#breadcrumb ul li{
    font-size: 12px;
}
#breadcrumb ul li.top{
	margin-right: 1rem;
}

.confirm_title{
    text-align: center;
    margin-top: 4rem;
    font-size: 1.8rem;
    letter-spacing: 5px;
    padding: 1rem 1rem 0.8rem;
    color: black;
    font-weight: 500;
    border: 2px solid;
    width: 36%;
    margin: 4rem auto 4rem;
    border-radius: 0.5rem;
}
.confirm_title_sub{
	text-align: center;
	margin: 3rem 0 1.5rem;
}
.confirm_table{
    background: #fdecee;
    padding-bottom: 4rem;
    margin: 3rem auto 3rem;
    width: 80%;
    border-radius: 1rem;
}
.confirm_table table{
	margin: 0 auto;
    width: 65%;
}
.confirm_table table caption{
	text-align: center;
    font-size: 1rem;
    padding: 3rem 0;
	font-weight: bold;
}
.confirm_table table tr{
	border-top: 1px dashed;
}
.confirm_table table .last-dashed-border{
	border-bottom: 1px dashed;
}
.confirm_table table tr th{
    font-size: 1rem;
    font-weight: bold;
    padding: 1.5rem 1rem;
    width: 30%;
}
.confirm_table table tr td{
	font-size: 1rem;
    padding: 1.5rem 1rem;
	padding-left: 0;
    font-family: "Noto Sans JP";
}
.confirm_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 1rem;
    width: 45%;
}
.confirm_btn form{
    width: 45%;
    margin: 0 1.6vw;
}
.confirm_btn form button{
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    width: 100%;
    height: 4vw;
    font-size: 1.1vw;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    background-color: rgb(46 168 225);
	border: 0;
}

@media screen and (max-width:768px){
	.hdr .top-backcolor{
		padding: 4vw 0;
	}
	#breadcrumb{
		display: none;
	}
	
	.confirm_title{
        margin-top: 5rem;
        font-size: 4vw;
        letter-spacing: 2px;
        width: 65%;
	}
	.confirm_table table caption{
		font-size: 1.3rem;
	}
	.confirm_table table{
		width: 100%;
	}
	.confirm_table table tr{
        width: 65%;
        display: block;
        margin: 0 auto;
	}
	.confirm_table table tr th{
        font-size: 1.2rem;
        width: 100%;
        display: block;
        text-align: center;
        padding: 1.5rem 0 0.5rem;
	}
	.confirm_table table tr td{
		font-size: 1.1rem;
		width: 100%;
		display: block;
		text-align: center;
		box-sizing: border-box;
        padding: 0rem 1.5rem 1.5rem;
		word-break: break-all;
	}
	.confirm_btn{
		width: 75%;
		flex-direction: column-reverse;
		align-items: center;
	}
	.confirm_btn form{
		margin: 1rem 0;
		width: 65%;
	}
	.confirm_btn form button{
		font-size: 4.5vw;
		height: 12vw;
	}
}
/* -------------------------------------
		complete 
------------------------------------- */

#complete_maincontent{
	text-align: center;
	padding: 9rem 0 1rem;
}
#complete_maincontent h2{
    text-align: center;
    letter-spacing: 10px;
    color: rgb(235 97 101);
    border: solid 3px #f09199;
    width: 30%;
	padding: 1.5vw 0 1vw;
	font-size:2.5vw;	
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 3rem;
}
#complete_maincontent .complete_title_sub{
    padding: 1rem 0;
    font-size: 1.1vw;
}

#complete_maincontent .last-text-follow{
	color: red;
}
@media screen and (max-width:768px){
	#complete_maincontent{
		padding: 7rem 0 0;
	}
	#complete_maincontent h2{
        font-size: 5vw;
        letter-spacing: 4px;
        width: 54%;
        padding: 2.5vw 0 1.5vw;
	}
	#complete_maincontent .complete_title_sub{
        font-size: 3.8vw;
        line-height: 3rem;
	}
	#complete_maincontent .last-text-follow{
        width: 79%;
        margin: 0 auto;
        line-height: 2;
        font-size: 0.8rem;
	}
}


/* 施設案内　*/

/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
	border: 2px solid red;
	transition: border .5s;
  }
  /* レイアウトのためのスタイル */
  #equipment {
    padding: 12vw 0;
  }
  #equipment .equipment-content{
    width: 65%;
    margin: 0 auto;
  }
  #equipment .main-img {
    height: 37.8vw;
    width: 95%;
    margin: 0 auto;
  }
  #equipment .main-img img {
	height: auto;
	width: 100%;
	border-radius: 30px;
  }
  #equipment .sub-img {
	display: flex;
	width: 90%;
    margin: 0 auto 4vw;
    justify-content: center;
    align-items: center;
  }
  #equipment .sub-img li {
	margin-right: 1.2%;
	width: 18%;
  }
  #equipment .sub-img li:last-child{
	margin-right: 0;
  }
  #equipment .sub-img li img {
	border: 2px solid transparent;
    transition: border .5s;
    width: 10vw;
    height: 10vw;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
  }
  #equipment .sub-img img {
	cursor: pointer;
	width: 100%;
  }

  #equipment .map-area{
	margin-top: 7vw;
  }

  #equipment .map-area .iframe-box{
	width: 95%;
	margin: 0 auto;
  }

  #equipment .map-area .iframe-box iframe{
	border-radius: 30px;
  }

  #equipment .map-area .map-info{
    text-align: center;
    margin-top: 3vw;
  }

  #equipment .map-area .map-info p{
	font-size: 1.5vw;
    color: rgb(109 109 109);
    letter-spacing: 0.2vw;
    padding-bottom: 1vw;
	font-size: 1.7vw;
    font-weight: 400;
	font-family: "Noto Sans JP";
  }

  .title-frame01 .color-bk{
	color: #4b4b4b;
  }

  .title-frame01 .color-pink{
    color: rgb(235 97 101);
  }

  @media screen and (max-width:768px){
	#equipment .equipment-content{
		width: 75%;
	}

	#equipment .sub-img{
        width: 100%;
        flex-flow: wrap;
        justify-content: center;
        margin: 4vw 0 0;
        gap: 1.5vw 2.5vw;
	}

	#equipment .sub-img li{
		width: 31%;
		margin: 0;
	}

	#equipment .sub-img li img{
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	#equipment .main-img{
		height: 45.9vw;
		width: 100%;
	}

	#equipment .main-img img{
		border-radius: 15px;
	}

	#equipment .map-area{
        margin-top: 17vw;
	}

	#equipment .map-area .iframe-box{
		width: 100%;
	}

	#equipment .map-area .iframe-box iframe{
		height: 300px;
		border-radius: 15px;
	}

	#equipment .map-area .map-info p{
		font-size: 3.5vw;
		line-height: 7vw;
	}

	#equipment .click-slideimg{
		margin-top: 9vw;
		display: flex;
		flex-direction: column-reverse;
	}
  }

  /* スライド */

  @media screen and (max-width:768px){
	.swiper {
		width: 100%;
		height: auto;
	}

	.sp-only-slide {
		position: relative;
		margin-top: 13vw;
	}
	.swiper-pagination {
		bottom: -34px !important;
		margin-top: 11vw;
	}
	
	.swiper-slide img {
		height: auto;
		width: 100%;
		border-radius: 15px;
	}
  }