@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------
 reset
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#333;
	position: relative;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
p{
	line-height: 2.2em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* ----------------------------------------------------------------------
 clearfix
---------------------------------------------------------------------- */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* ----------------------------------------------------------------------
 margin・padding
---------------------------------------------------------------------- */

/*margin right*/
.mr05 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.mr20 {
margin-right: 20px;
}
.mr25 {
margin-right: 25px;
}
.mr30 {
margin-right: 30px;
}
.mr35 {
margin-right: 35px;
}
.mr40 {
margin-right: 40px;
}
.mr45 {
margin-right: 45px;
}
.mr50 {
margin-right: 50px;
}
/*margin left*/
.ml05 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml15 {
margin-left: 15px;
}
.ml20 {
margin-left: 20px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml35 {
margin-left: 35px;
}
.ml40 {
margin-left: 40px;
}
.ml45 {
margin-left: 45px;
}
.ml50 {
margin-left: 50px;
}
/*margin top*/
.mt00 {
margin-top: 0px;
}
.mt05 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt35 {
margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
margin-top: 45px;
}
.mt50 {
margin-top: 50px;
}
.mt80 {
margin-top: 80px;
}
.mt100 {
margin-top: 100px;
}
/*margin bottom*/
.mb00 {
margin-bottom: 0px;
}
.mb05 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb35 {
margin-bottom: 35px;
}
.mb40 {
margin-bottom: 40px;
}
.mb45 {
margin-bottom: 45px;
}
.mb50 {
margin-bottom: 50px;
}
.mb60 {
margin-bottom: 60px;
}
.mb70 {
margin-bottom: 70px;
}
.mb80 {
margin-bottom: 80px;
}
.mb100 {
margin-bottom: 100px;
}
/*padding right*/
.pr05 {
padding-right: 5px;
}
.pr10 {
padding-right: 10px;
}
.pr15 {
padding-right: 15px;
}
.pr20 {
padding-right: 20px;
}
.pr25 {
padding-right: 25px;
}
.pr30 {
padding-right: 30px;
}
.pr35 {
padding-right: 35px;
}
.pr40 {
padding-right: 40px;
}
.pr45 {
padding-right: 45px;
}
.pr50 {
padding-right: 50px;
}
/*padding left*/
.pl05 {
padding-left: 5px;
}
.pl10 {
padding-left: 10px;
}
.pl15 {
padding-left: 15px;
}
.pl20 {
padding-left: 20px;
}
.pl25 {
padding-left: 25px;
}
.pl30 {
padding-left: 30px;
}
.pl35 {
padding-left: 35px;
}
.pl40 {
padding-left: 40px;
}
.pl45 {
padding-left: 45px;
}
.pl50 {
padding-left: 50px;
}
/*padding top*/
.pt05 {
padding-top: 5px;
}
.pt10 {
padding-top: 10px;
}
.pt15 {
padding-top: 15px;
}
.pt20 {
padding-top: 20px;
}
.pt25 {
padding-top: 25px;
}
.pt30 {
padding-top: 30px;
}
.pt35 {
padding-top: 35px;
}
.pt40 {
padding-top: 40px;
}
.pt45 {
padding-top: 45px;
}
.pt50 {
padding-top: 50px;
}
.pt80 {
padding-top: 80px;
}
.pt100 {
padding-top: 100px;
}
/*padding bottom*/
.pb05 {
padding-bottom: 5px;
}
.pb10 {
padding-bottom: 10px;
}
.pb15 {
padding-bottom: 15px;
}
.pb20 {
padding-bottom: 20px;
}
.pb25 {
padding-bottom: 25px;
}
.pb30 {
padding-bottom: 30px;
}
.pb35 {
padding-bottom: 35px;
}
.pb40 {
padding-bottom: 40px;
}
.pb45 {
padding-bottom: 45px;
}
.pb50 {
padding-bottom: 50px;
}
.pb80 {
padding-bottom: 80px;
}
.pb100 {
padding-bottom: 100px;
}

/*padding all*/
.pd10{
padding:10px;
}
.pd15{
padding:15px;
}
.pd20{
padding:20px;
}
.pd25{
padding:25px;
}
.pd30{
padding:30px;
}
.pd50{
padding:50px;
}

/* ---------------------------------------------------------------------- 
画像imgg
---------------------------------------------------------------------- */
  img.shape{
      backface-visibility: hidden;
  }
  img.img100{
      width:100%;
      max-width: 100%;
      line-height: 0;
      vertical-align: bottom;
      display: block;
  }
  img.imgCenter{
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width:100%;
  }
  img.imgLeft{
      max-width:100%;
      display:block;
      margin-right:auto;
  }
  img.imgRight{
      max-width:100%;
      display:block;
      margin-left:auto;
  }
  
/* ----------------------------------------------------------------------
font weight
---------------------------------------------------------------------- */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}

/* ----------------------------------------------------------------------
font size
---------------------------------------------------------------------- */
.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
.font35px{
	font-size: 30px;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font15-20px{
		font-size: 20px;
	}
	.font15-18px{
		font-size: 18px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-22px{
		font-size: 22px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-30px{
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font15-20px{
		font-size: 15px;
	}
	.font15-18px{
		font-size: 15px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-22px{
		font-size: 20px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-30px{
		font-size: 25px;
	}
}

/* ----------------------------------------------------------------------
文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.green{
	color:#00c12f;
}
.orange{
	color:#ee7733;
}

/* ----------------------------------------------------------------------
フォントファミリー
---------------------------------------------------------------------- */
.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.centB_font{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ----------------------------------------------------------------------
テキスト揃え
---------------------------------------------------------------------- */

.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}
@media screen and (min-width: 768px) {
	.txtCenterPc{
		text-align:center;
	}
}
@media screen and (max-width: 768px) {
	.txtCenterPc{
		text-align:justify;
	}
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
 改行
---------------------------------------------------------------------- */
/*スマホのみ改行*/
@media screen and (min-width: 601px) {
    .kaigyouSp {
        display: none;
    }
}
/*PCのみ改行*/
@media screen and (max-width: 600px) {
    .kaigyouPc {
        display: none;
    }
}

/* ----------------------------------------------------------------------
 マーカーアニメーション
---------------------------------------------------------------------- */
 
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* ----------------------------------------------------------------------
 スクロールフェード
---------------------------------------------------------------------- */
@media only screen{
	.fade {
		opacity: 0;
		transform: translateY(30px);
	}
	.fade01 {
		transition: opacity 1.5s, transform 1s;	
	}
	.fade02 {
		transition: opacity 2.0s, transform 1.5s;	
	}
	.fade03 {
		transition: opacity 2.5s, transform 2.0s;	
	}
	.fade.active {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media print{
	.fade {
		opacity: 1;
	}
}

/* ----------------------------------------------------------------------
テキスト揃え行間
---------------------------------------------------------------------- */

.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}
.lh23{
	line-height:2.3em;
}
.lh25{
	line-height:2.5em;
}

/* ----------------------------------------------------------------------
背景色
---------------------------------------------------------------------- */
.bgGray{
	background: #F2F2F2;
}

/* ----------------------------------------------------------------------
 スマホのみ・PCのみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.onlyPc{
	display:block !important;
	}
	.onlySp{
	display:none !important;
	}
}
@media screen and (max-width: 768px) {
	.onlyPc{
	display:none !important;
	}
	.onlySp{
	display:block !important;
	}
}

/* ----------------------------------------------------------------------
inner
---------------------------------------------------------------------- */
.inner1200{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	width:calc(100% - 30px);
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	width:calc(100% - 30px);
	max-width:768px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.radius20{
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
}
.radius30{
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */ 
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex-wrap{
	flex-wrap:wrap; 	/*要素を折り返して繰り返す*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.row-reverse{
	flex-flow: row-reverse; /*並び順を逆にする*/
}
@media(max-width:600px)  {
	.flex_block{
		display: block;
	}
}

/* ----------------------------------------------------------------------
 全体
---------------------------------------------------------------------- */
body{
	background: #000;
	position: relative;
}


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header{
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 9999;
	top:0;
	left:0;
}
.header-fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	animation: slide 0.5s ease-in-out;
	background: rgba(0,0,0,0.7);
}
@keyframes slide {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}
}
.logo{
	width:200px;
	margin-left: 15px;
	padding-top:20px;
}
.headInfoPc{
	width: 530px;
	display: flex;
	justify-content: space-between;
}
.headTel{
	width: 230px;
}
.headTel p{
	line-height: 1;
}
.headTel p:first-child{
	padding-top: 28px;
}
.headSns{
	width: 95px;
	display: flex;
	justify-content: space-between;
}
.headSns a{
	display: block;
	width: 25px;
	margin-top: 37.5px;
}
.headSns a img{
	transition : all 0.5s ease 0s;
}
.headSns a:hover img{
	opacity: 0.5;
}
.headMail{
	width: 180px;
}
.headMail a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position:relative;
	z-index:0;
}
.headMail a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0;
	transition:0.5s;
	background: rgb(0,193,47);
	background: linear-gradient(45deg, rgba(0,193,47,1) 0%, rgba(238,119,51,1) 65%);
	top:0;
	left:0;
	border-radius:0 0 0 15px;
}
.headMail a:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
	left:0;
	background: #ee7733;
	top:0;
	left:0;
	border-radius:0 0 0 15px;
}
.headMail a:hover:before{
	opacity:0;
  }
.headMail img{
	padding-top: 23px;
}
.headMail span{
	display: block;
}
@media(min-width:768px),print  {
	.headInfoSp{
		display: none;
	}
}
@media(max-width:767px)  {
	.header{
		width: 100%;
		height: 55px;
	}
	.logo{
		width:127px;
		margin-left: 15px;
		padding-top:10px;
	}
	.headInfoPc{
		display: none;
	}
	.headInfoSp{
		display: flex;
		justify-content: space-between;
		width: 145px;
		margin-right: 15px;
	}
	.headInfoSp a{
		width: 25px;
		margin-top: 15px;
	}
}


/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
.mv{
	width: 100%;
	position: relative;
}
.headVideo{
	display: block;
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
	min-height: -webkit-fill-available;
}
.mvFront{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.mvFront img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.mvTxt{
	position: absolute;
	max-width: 860px;
	width: calc(100% - 30px);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media(min-width:768px),print  {
	.mvTxtSp{
		display: none !important;
	}
}
@media(max-width:767px)  {
	.mvTxtPc{
		display: none !important;
	}
}

/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */
.tit{
	padding-bottom: 30px;
    text-align: center;
	position: relative;
}
.tit::after{
	position: absolute;
	content: url(../images/ico_tit.png);
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tit p{
	display: inline-block;
    position: relative;
	font-size:60px;
	line-height: 1;
}
.tit em{
	position:relative;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #00c12f;
	color: transparent;
	z-index: 2;
}
.tit span{
	position: absolute;
    left: 2px;
    top: 2px;
	color:#fff;
	-webkit-text-stroke-width: none;
	-webkit-text-stroke-color:transparent;
}
.tit h2{
	font-size:18px;
}
@media(max-width:767px){
	.tit p{
		font-size:45px;
	}
}


/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
main{
    width: 100%;
}

/*Message*/
.message{
	position: relative;
}
/*.message::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20vw solid #333;
    border-right: 100vw solid transparent;
}
.message .tit,.message .messageWrap{
	position: relative;
	z-index: 2;
}*/
.messageWrap{
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.messageImg,.messageTxt{
	width: 50%;
}
.messageTxtInner {
    max-width: 600px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}
.messageTxtInner h3 span{
	font-size:80%;
}
@media screen and (min-width: 961px) {
	.messageWrap .flex:nth-child(1) .messageTxtInner{
		padding: 20px 0 50px 40px;
		margin-right: auto;
	}
	.messageWrap .flex:nth-child(2) .messageTxtInner{
		padding: 20px 40px 50px 0;
		margin-left: auto;
	}
}
.messageWrap .flex:nth-child(1) .messageImg img{
	border-radius: 0 0 30px 0;
}
.messageWrap .flex:nth-child(2) .messageImg img{
	border-radius: 0 0 0 30px;
}
@media screen and (max-width: 960px) {
	.messageWrap{
		max-width: 600px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.messageWrap .flex{
		display: block;
	}
	.messageImg,.messageTxt{
		width: 100%;
	}
	.messageTxtInner {
		max-width: 100%;
		width: calc(100% - 60px);
		box-sizing: border-box;
		padding: 0;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}

.txtGrad{
	background: linear-gradient(90deg, rgba(0,193,47,1) 0%, rgba(238,119,51,1) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	.txtGrad{
		font-size: 22px;
	}
}

/*バナー*/
.bnr a{
	display: block;
	width: 100%;
}
.bnr a img{
	transition : all 0.5s ease 0s;
}
.bnrBefore{
	position: relative;
	z-index: 2;
}
.bnrAfter{
	position: absolute;
	top:0;
	bottom:0;
}
.bnr a.offerPc,.bnr a.offerSp{
	position: relative;
}
.bnr a.offerPc:hover img.bnrBefore,
.bnr a.offerSp:hover img.bnrBefore{
	opacity: 0;
}
@media(min-width:768px),print{
	.bnr a.offerSp{
		display: none;
	}
	.bnr a.offerPc{
		display: block;
	}
}
@media(max-width:767px){
	.bnr a.offerPc{
		display: none;
	}
	.bnr a.offerSp{
		display: block;
	}
}

/*about*/
.about{
	background: url(../images/bg_about.jpg) no-repeat center center;
	background-size: cover;
}
.aboutImg,.aboutTxt{
	width: 50%;
	overflow: hidden;
}
.aboutImg img{
	display: block;
}
.aboutTxtInner{
	margin-left: 20px;
}
.aboutTxtBox{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px #fff dashed;
}

@media(min-width:961px),print  {
	.aboutImg img{
		width:768px ;
	}
	.aboutTxtInner{
		width:460px;
	}
	.aboutTxtBox h3{
		font-size: 30px;
	}
	.aboutTxtBox p{
		font-size: 20px;
	}
}
@media(max-width:960px) and (min-width:768px){
	.aboutImg img{
		width:580px ;
	}
	.aboutTxtInner{
		width:350px;
	}
	.aboutTxtBox h3{
		font-size: 23px;
	}
	.aboutTxtBox p{
		font-size: 16px;
	}
}
@media(min-width:768px),print{
	.aboutTxtInner{
		float: left;
	}
	.aboutImg img{
		float: right;
	}
}
@media(max-width:767px){
	.aboutContents{
		position: relative;
	}
	.aboutImg,.aboutTxt{
		width: 100%;
	}
	.aboutImg{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.aboutImg img{
		object-fit: cover;
		width: 100%;
		opacity: 0.5;
	}
	.aboutTxtInner{
		max-width: 100%;
		width:calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
	.aboutTxtBox h3{
		font-size: 20px;
	}
	.aboutTxtBox p{
		font-size: 16px;
	}
}

.sean h3{
	background:#ee7733;
	border-radius: 100px;
	padding: 10px;
}
.seanWrap{
	max-width: 715px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.seanBox{
	width: 225px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	border:2px #ee7733 solid;
	margin-bottom: 20px;
}
@media(min-width:768px),print{
	.seanBox{
		margin-right: 20px;
	}
	.seanBox:nth-child(3n){
		margin-right: 0;
	}
}
@media(max-width:767px){
	.seanBox{
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		padding: 10px;
	}
	.seanBox:nth-child(even){
		margin-right: 0;
	}
}
@media(max-width:480px){
	.seanBox p.font16-18px{
		font-size:15px;
	}
}

/*Results*/
.resultsBox{
	background-size: auto auto;
	background-color: rgba(0, 0, 0, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(26, 26, 26, 1) 10px, rgba(26, 26, 26, 1) 20px );
	border-top:1px #fff solid;
	border-bottom:1px #fff solid;
	padding: 0 20px 20px;
	box-sizing: border-box;
}
img.resultsIco{
	position: relative;
	top:-30px;
}
.resultsBox h3{
	position: relative;
	top:-20px;
}
.resultsImg{
	width:200px;
}
.resultsTxt{
	width:calc(100% - 230px);
}

.resultsBox ul{
	list-style: none;
}
.resultsBox ul span{
	color:#00c12f;
}

.resultsBox01 ul li{
	text-indent: -28px;
	padding-left: 28px;
	border-bottom: 1px #fff dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.resultsBox01 ul li::before{
	position: relative;
	content: url(../images/ico_model_list.png);
	top:2px;
	margin-right: 5px;
}
@media(max-width:767px){
	.resultsBox01 ul li::before{
		top:4px;
	}
}
.resultsBox01 ul li small,
.resultsBox03 ul li small{
	padding-left: 0.4em;
    text-indent: 0;
    display: inline-block;
}

.resultsBox02Box{
	position: relative;
	margin-top: 30px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 0 20px 0 20px;
}
.resultsBox02Ico{
	position: absolute;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #ee7733;
	color:#fff;
	top:-35px;
	left: 0;
	padding:0 15px ;
	box-sizing: border-box;
	border-radius: 0 20px 0 0;
	letter-spacing: 0.1em;
}


.resultsBox03 ul li::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14a";
	color:#ee7733;
	margin-right:0.3em;
}
.resultsBox03 ul li{
	text-indent: -1.3em;
	padding-left: 1.3em;
	border-bottom: 1px #fff dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

@media(max-width:767px){
	.resultsBox .flex{
		display: block;
	}
	.resultsImg{
		margin: 0 auto 20px;
	}
	.resultsTxt{
		width:100%;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*Support*/
.support{
	background: url(../images/bg_support.jpg) no-repeat center bottom;
	background-size: cover;
}
.supportBox{
	position: relative;
	width: calc((100% - 60px) / 3);
	padding: 15px;
	border-radius: 0 15px 15px 15px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.supportBox span{
	position: absolute;
	display: inline-block;
	line-height:30px;
	height: 30px;
	background: rgb(0, 193, 47);
    background: linear-gradient(90deg, rgba(0, 193, 47, 1) 0%, rgba(238, 119, 51, 1) 100%);
	top:-30px;
	left:0;
	padding: 0 15px;
	border-radius: 15px 15px 0 0;
}
.supportBox ul li{
	border-bottom: 1px dashed #000;
}
@media(max-width:767px){
	.support .flex{
		display: block;
	}
	.supportBox{
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
}

/*Let's Tennis*/
.picLets{
	width: 100%;
	object-fit: cover;
	height: 400px;
	border-radius: 20px;
}
@media(max-width:767px){
	.picLets{
		height: 250px;
	}
}
.letsTxtBox{
	position: relative;
	background: #fff;
	border:3px #00c12f solid;
	padding: 20px;
	border-radius: 20px;
	top:-50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
h4.letsH4{
	background: rgb(0, 193, 47);
    background: linear-gradient(90deg, rgba(0, 193, 47, 1) 0%, rgba(238, 119, 51, 1) 100%);
	padding: 10px;
	border-radius: 100px;
}
ul.letsUl{
	list-style: none;
}
ul.letsUl li{
	border: 2px #ee7733 solid;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
ul.letsUl li span{
	display: inline-block;
	padding-left:1.5em;
	text-indent:-1.5em;
}
ul.letsUl li span::before{
	font: var(--fa-font-solid);
    content: '\f45a';
	margin-right: 0.5em;
}


/*Flow*/
.flow{
	background-size: auto auto;
    background-color: rgba(0, 0, 0, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(26, 26, 26, 1) 10px, rgba(26, 26, 26, 1) 20px);
}
.flowBox{
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #fff;
}
.flowBoxNo{
	width: 60px;
}
.flowBoxNo p{
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00c12f;
    color: transparent;
	font-size:60px;
	line-height: 1;
	writing-mode: vertical-rl;
}
.flowBoxImg{
	width: 200px;
}
.flowBoxTxt{
	width: calc(100% - 300px);
}
.flowBoxTxt h3 {
	border-bottom: solid 3px #ee7733;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.flowBoxTxt h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00c12f;
	bottom: -3px;
	width: 30%;
}
@media(max-width:767px){
	.flowBoxNo{
		margin-right: 10px;
	}
	.flowBoxTxt{
		width: 100%;
		margin-top: 15px;
		padding-left: 70px;
	}
	.flowBox{
		justify-content: flex-start;
	}
}
.flowBtn{
	display: block;
	width: 250px;
}
.flowBtn img{
	transition : all 0.5s ease 0s;
}
.flowBtn:hover img{
	filter: grayscale(1);
}

/*FAQ*/
dl.faqDL {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
dl.faqDL::after{
	content: "";
	width: 100%;
	height: 3px;
	background: rgb(0, 193, 47);
    background: linear-gradient(90deg, rgba(0, 193, 47, 1) 0%, rgba(238, 119, 51, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
dl.faqDL dt {
	padding: 15px 10px 15px 0;
	position: relative;
	color:#00c12f;
}
dl.faqDL dd {
	margin-bottom:10px;
	display: none;
	color:#fff;
}
dl.faqDL dt, 
dl.faqDL dd {
	padding-left: 45px;
	text-indent: -50px;
	box-sizing: border-box;
}
dl.faqDL dt{
	padding-right: 40px;
}
dl.faqDL dt::before, 
dl.faqDL dd::before {
	margin-right: 15px;
	position: relative;
	top: 6px;
}
dl.faqDL dt::before {
	content: url(../images/ico_faq_q.png);
}
dl.faqDL dd::before {
	content: url(../images/ico_faq_a.png);
}
dl.faqDL dt span::before, 
dl.faqDL dt span::after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background: #00c12f;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
dl.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}
dl.faqDL dt span::after {
	background: #00c12f;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}

/*Future*/
.futureTit{
	width: 100%;
	position: relative;
}
.futureTitTxt{
	position: absolute;
	bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.futureWrap{
	background: #333;
}
.futureBox{
	width: calc((100% - 60px) / 3);
}
@media(max-width:767px){
	.futureWrap .flex{
		display: block;
	}
	.futureBox{
		max-width: 480px;
		width:100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

/*outro*/
.outro{
	position: relative;
	background: url(../images/bg_outro.jpg) no-repeat center center;
	background-size: cover;
}
.outro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20vw solid #333;
    border-right: 100vw solid transparent;
}
.outroTop{
	position: relative;
	z-index: 2;
}

/*FootBtn*/
.footBtnBox{
	width: calc((100% - 20px) /2);
}
.footBtnBox a{
	position: relative;
	display: block;
	width: 100%;
	height:80px;
	line-height: 77px;
	box-sizing: border-box;
	text-decoration: none;
}
.footBtnBox a span{
	position: relative;
	display: block;
	z-index: 2;
	text-align: center;
	font-size: 18px;
	border-radius: 15px;
	width: 100%;
	height: 100%;
}
.footBtnBox a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	top:5px;
	left:5px;
	border-radius: 15px;
	transition : all 0.5s ease 0s;
}
.footBtnBox a:hover::after{
	top:0px;
	left:0px;
}
.footBtnBox:nth-child(1) a span{
	border:3px solid #00c12f;
	color:#00c12f;
}
.footBtnBox:nth-child(2) a span{
	border:3px solid #ee7733;
	color:#ee7733;
}
@media screen and (max-width: 767px) {
	.footBtn .flex{
		display: block;
	}
	.footBtnBox{
		width: 100%;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}


/*copyright*/
.copyright{
	background: rgb(0,193,47);
	background: linear-gradient(90deg, rgba(0,193,47,1) 0%, rgba(238,119,51,1) 100%);
}
.copyright p{
	font-size:12px;
	letter-spacing: 0.1em;
}

/* ----------------------------------------------------------------------
 トップへ戻るボタン
---------------------------------------------------------------------- */
/* ボタン全体 */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgb(0,193,47);
	background: linear-gradient(45deg, rgba(0,193,47,1) 0%, rgba(238,119,51,1) 70%);
    border-radius: 50%;
}
/* Font Awesome */
#page_top::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 22%;
    left: 50%;
    translate: -50%;
}
#page_top::after {
    content: 'TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    margin: auto;
    text-align: center;
    width: 100%;
    top: 52%;
    left: 50%;
    translate: -50%;
    letter-spacing: 0.1em;
    font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}