@charset "utf-8";
/*
Theme Name:satoukikaku
Author:KMY
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #111B2A; }
a:hover  { text-decoration: none; color: #111B2A; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #111B2A; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.ytail {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
}


/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.center{
	text-align: center;
}
.rightTxt{
	text-align: right;
}
/* MARGIN */
/* -------------------------------------------------- */

.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}
.mb75{margin-bottom: 75px !important;}
.mb100{margin-bottom: 100px !important;}

.mb1rem{margin-bottom: 1.0rem !important}
.mb3rem{margin-bottom: 3.0rem !important}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #F8F8F8;
	color: #111B2A;
	font-size: 1.4rem;
  	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

#container {
	position: relative;
	overflow: hidden;
}

/*アニメーション設定*/
.blur {
 opacity: 0;
 -webkit-filter: blur(8px);
 filter: blur(8px);
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.blur.on {
 opacity: 1;
 -webkit-filter: blur(0);
 filter: blur(0);
}
.fadeInLeft {
 opacity: 0;
 -webkit-transform: translateX(-30px);
 transform: translateX(-30px);
 -webkit-transition: all 1.2s ease-out;
 transition: all 1.2s ease-out;
}
.fadeInLeft.on {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.fadeInUp {
 opacity: 0;
 -webkit-transform: translateY(40px);
 transform: translateY(40px);
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.fadeInUp.on {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.fadeIn {
 opacity: 0;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}
.fadeIn.on {
 opacity: 1;
}
.delay250 {
 transition-delay: 250ms;
}
.delay500 {
 transition-delay: 500ms;
}
.delay1000 {
 transition-delay: 1000ms;
}
.delay1500 {
 transition-delay: 1500ms;
}

/* ===== NEWS サムネ：cover前提 ===== */
#newsSec01 .imgCover{
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

#newsSec01 .imgCover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}


/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */

	body {
	}


    #container {
        min-width: 1300px;
    }
    .contentWrap1{
        width: 1120px;/*PC版個別Widthはpc.cssで*/
        margin: 0 auto;
		box-sizing: border-box;
    }
    #header{
        width: 100%;
        box-sizing: border-box;
        position: fixed;
        z-index: 10;
		height: 80px;
		background: rgba(255,255,255,0);
		backdrop-filter: blur(5px);
		transition: 0.3s;
    }
    .topHeader{
    }
	/*スクロール時設定*/
    #header.smaller{
		height: 80px;
	}
	
    #menu{
        width: 100%;
		min-width: 1300px;
        display: flex;
        justify-content: space-between;
		box-sizing: border-box;
		position: relative;
        padding: 10px 30px 0;
		transition: 0.3s;
    }
	#header.smaller #menu{
	}
    .menuWrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
    }
	.headerLogo {
		width: 320px;
		display: inline-block;
		vertical-align: top;
		padding-top: 0px;
	}
	#header.smaller .headerLogo{
	}

	.menuSlide01{
		width: 656px;
        position: relative;
		box-sizing: border-box;
		padding: 18px 30px 0;
		height: 60px;
		border-radius: 30px;
		background: #fff;
	}
    .menuLists {
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
        position: relative;
        z-index: 20;
        box-sizing: border-box;
    }
	#header.smaller .menuLists{
	}
    .menuList{
        display: inline-block;
        position: relative;
        text-align: center;
    }
    .menuList:last-child:after{
		display: none;
    }
    .menuLink1 {
        display: inline-block;
        position: relative;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 500;
		letter-spacing: 0.2em;
        overflow: hidden;
        z-index: 10;
        box-sizing: border-box;
    }
	.menuLink1:before{
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #3BC2A7;
        transition: 0.3s;
		z-index: -1;
    }
    .menuLink1:hover{
		color: #3BC2A7;
    }
    .menuLink1:hover:before{
        left: 0;
    }
	.menuLink1 span{
		display: inline-block;
		box-sizing: border-box;
		position: relative;
	}
	.sideBtnW{
		position: fixed;
		right: 0;
		top: 200px;
		z-index: 100;
		writing-mode: vertical-rl;
		height: 458px;
		display: flex;
		flex-wrap: nowrap;
		border-radius: 8px 0 0 8px;
		overflow: hidden;
	}
	.sideBtnW a{
		display: inline-block;
		position: relative;
		color: #FFFFFF !important;
		height: 229px;
		width: 60px;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.17em;
		padding: 64px 21px 0 0;
		box-sizing: border-box;
		transition: 0.3s;
	}
	.sideBtnW a:hover{
		filter: brightness(1.2);
	}
	.sideBtn1{
		background: #111B2A;
	}
	.sideBtn1:before{
		content: "";
		background: url("img/icon_met.svg") no-repeat;
		background-size: contain;
		width: 26px;
		height: 20px;
		display: block;
		position: absolute;
		right: 17px;
		top: 30px;
	}
	.sideBtn2{
		background: #06C755;
	}
	.sideBtn2:before{
		content: "";
		background: url("img/icon_line.svg") no-repeat;
		background-size: contain;
		width: 22px;
		height: 22px;
		display: block;
		position: absolute;
		right: 20px;
		top: 30px;
	}

	#goTop{
        width:79px;
        height: 80px;
        position: fixed;
        right: 0;
        bottom: 0px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:80px;
        height: 80px;
        background: #5f503c;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }
	
	/*中面共通*/
	
	.inner header{
		background: #43b9d1;
		display: block;
		height: 90px;
	}

    /*Footer*/

	footer {
		background: url("img/footer_bg.jpg") no-repeat;
		background-size: cover;
		color: #fff;
	}
    .footerWrap{
        padding: 60px 0 277px;
		box-sizing: border-box;
    }
    #footerL{
        width: 330px;
        box-sizing: border-box;
    }
    .footerLogo1{
        width: 318px;
		margin-bottom: 40px;
    }
    .footerLogo2{
        width: 286px;
		margin-bottom: 40px;
    }
	.footerInfoW{
		margin-bottom: 70px;
	}
	.footerInfo{
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.5;
	}
    .copyright{
        font-size: 1rem;
		letter-spacing: 0.05em;
    }
    #footerR{
		width: 468px;
        box-sizing: border-box;
		position: relative;
		padding-top: 83px;
    }
    
    .footerNavW{
		position: relative;
    }
    .footerNav{
		display: block;
		margin-bottom: 15px;
    }
	.footerLink{
		display: inline-block;
		font-weight: bold;
		letter-spacing: 0.1em;
		position: relative;
		overflow: hidden;
		color: #fff !important;
	}
	.footerLink:before{
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: 0.3s;
    }
    .footerLink:hover:before{
        left: 0;
    }
	.footerEn{
		font-size: 12.8rem;
		font-weight: bold;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 50px;
		white-space: nowrap;
	}


/*commonタイトル*/
	.commonTtl01{
	}
	.commonTtl02W{
		position: relative;
		text-align: left;
		width: 100%;
	}
	.commonTtl02{
		position: relative;
		font-size: 13.6rem;
		font-weight: bold;
		line-height: 13.6rem;
		color: #3BC2A7;
	}
	.commonTtl02:before{
		content: "";
		background: url("img/title_before01.png") no-repeat;
		background-size: contain;
		width: 222px;
		height: 222px;
		display: block;
		position: absolute;
		left: -140px;
		top: 24px;
	}
	.commonTtl02S{
		font-size: 2.4rem;
		font-weight: bold;
		width: 675px;
		position: absolute;
		right: -94px;
		padding-bottom: 15px;
		bottom: 10px;
		border-bottom: 9px solid #3BC2A7;
	}
	.commonTtl03W{
		text-align: center;
		padding-top: 20px;
		position: relative;
		margin-bottom: 80px;
		z-index: 1;
	}
	.commonTtl03En{
		display: inline-block;
		font-size: 6rem;
		font-weight: bold;
		color: #3BC2A7;
		margin-bottom: 15px;
		z-index: 1;
	}
	.commonTtl03En::before{
		content: attr(data-text);
		position: absolute;
		font-size: 17rem;
		left: 50%;
		transform: translateX(-50%);
		top: -30px;
		color: #F0F0F0;
		white-space: nowrap;
		z-index: -1;
	}
	.commonTtl03{
		font-size: 2rem;
		font-weight: bold;
		display: block;
	}
	.commonTtl04{
		font-size: 2rem;
		color: #3BC2A7;
		display: inline-block;
		font-weight: bold;
		position: relative;
		padding-left: 66px;
		margin-bottom: 35px;
	}
	.commonTtl04:before{
		content: "";
		width: 49px;
		height: 49px;
		position: absolute;
		left: 0;
		top: -10px;
		display: block;
	}
	.commonTtl05{
		display: block;
		background: #3BC2A7;
		color: #fff;
		text-align: center;
		font-size: 2.2rem;
		font-weight: bold;
		padding: 15px 0;
	}
	.commonTtl06{
		font-size: 1.8rem;
		color: #3BC2A7;
		font-weight: bold;
		position: relative;
	}
	.commonTtl07{
		font-size: 6rem;
		color: #3BC2A7;
		font-weight: bold;
		position: relative;
	}
	.commonTtl07:before{
		content: "";
		background: #3BC2A7;
		width: 12px;
		height: 12px;
		display: block;
		position: absolute;
		left: -24px;
		top: 30px;
		border-radius: 50%;
	}
	.commonTtl07S{
		font-size: 2rem;
		font-weight: bold;
		padding-left: 24px;
		margin-bottom: 30px;
	}
	.commonTtl08En{
		font-size: 1.4rem;
		font-weight: bold;
	}

	.commonTtl08{
		font-size: 3rem;
		font-weight: bold;
	}

	
/*commonテキスト*/
	.commonTxt01{
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2em;
	}
	.commonTxt02{
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.8em;
	}
	.commonTxt02 span{
		font-size: 2rem;
		color: #43b9d1;
	}
	.commonTxt03{
		font-size: 1.6rem;
		line-height: 1.8em;
		font-weight: 500;
	}
	.commonTxt04{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.5em;
	}
	.commonTxt05{
		font-size: 2rem;
		line-height: 1.5em;
		font-weight: bold;
	}
	.commonTxt06{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.5rem;
	}
	.commonTxt07{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 3.2rem;
	}
	.commonTxt07 span{
		font-size: 2rem;
		color: #43b9d1;
	}
	.commonTxt08{
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5em;
	}
	
/*commonボタン*/

	.commonBtn01W{
		text-align: center;
	}
	.commonBtn02W{
		display: block;
		text-align: left;
	}
	.commonBtn01{
		min-width: 192px;
		display: inline-block;
		line-height: 80px;
		border-radius: 40px;
		box-sizing: border-box;
		position: relative;
		transition: 0.3s;
		overflow: hidden;
		text-align: center;
		font-size: 1.6rem;
		padding: 0 44px;
		border: 1px solid #3BC2A7;
		background: #3BC2A7;
		font-weight: bold;
	}
	.commonBtn01:before{
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn01:hover:before{
		left: 0;
	}
	.commonBtn01 span{
		position: relative;
		color: #fff;
	}
	.commonBtn01:hover span{
		color: #3BC2A7;
	}
	
	.commonBtn02{
		min-width: 227px;
		display: inline-block;
		line-height: 46px;
		border-radius: 23px;
		box-sizing: border-box;
		position: relative;
		transition: 0.3s;
		overflow: hidden;
		text-align: center;
		font-size: 1.6rem;
		padding-left: 10px;
		border: 1px solid #3BC2A7;
		padding: 0 40px 0 22px;
		font-weight: 500;
		background: #3BC2A7;
	}
	.commonBtn02:before{
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn02:hover:before{
		left: 0;
	}
	.commonBtn02 span{
		position: relative;
		color: #fff;
	}
	.commonBtn02:hover span{
		color: #3BC2A7;
	}
	.commonBtn02:after{
		content: "▶";
		position: absolute;
		width: 5px;
		height: 9px;
		top: 0;
		right: 50px;
		color: #fff;
	}
	.commonBtn02:hover:after{
		color: #3BC2A7;
	}
	

/* ===== card 共通（矢印は用意して、要らない時に消す） ===== */
.cardBase a{
	display: block;
	position: relative;
	text-decoration: none;
}

/* 矢印（必要時だけ生かす運用） */
.cardBase a:after{
	content: "";
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #43b9d1;
	border-right: 2px solid #43b9d1;
	transform: rotate(45deg);
}

/* 矢印無し */
.noArrow a:after{
	content: none;
}


}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */
	body {
	}

	#container {
        width: 100%;
/*        overflow: clip;
*/        overflow: hidden;
		font-size: 1.4rem;
    }
    .contentWrap1{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        box-sizing: border-box;
        position: fixed;
        z-index: 10;
		height: 80px;
		background: #3BC2A7;
		backdrop-filter: blur(5px);
		transition: 0.3s;
    }
    .topHeader{
    }
	/*スクロール時設定*/
    #header.smaller{
		height: 60px;
	}
	
    #menu{
        width: 100%;
        display: flex;
        justify-content: space-between;
		box-sizing: border-box;
		position: relative;
        padding: 0px 15px 0;
		transition: 0.3s;
    }
	#header.smaller #menu{
        padding: 0px 15px 0;
	}
    .menuWrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
    }
	.headerLogo {
		width: 183px;
		display: inline-block;
		vertical-align: top;
		padding-top: 27px;
		transition: 0.3s;
	}
	#header.smaller .headerLogo{
		padding-top: 13px;
	}


    .headerMenuBtn{
        position: absolute;
        right: 15px;
        top: 28px;
		z-index: 1000;
		transition: 0.3s;
    }
    #header.smaller .headerMenuBtn{
        top: 14px;
    }
    .menuSlide01{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
		background: #3BC2A7;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 999;
		box-sizing: border-box;
		padding-top: 120px;
    }
    .menuSlide01.current{
        left: 0;
    }
	.menuLogo{
		width: 286px;
        display: inline-block;
		position: relative;
		z-index: 900;
		margin-bottom: 50px;
		color: #fff !important;
	}
	.menuLists {
		width: 100%;
		margin: 0 auto 40px;
	}
	.menuList{
        display: block;
		box-sizing: border-box;
    }
	.menuLink1 {
		display: block;
		position: relative;
		color: #fff !important;
		font-size: 1.6rem;
		line-height: 5rem;
		padding-left: 30px;
		letter-spacing: 0.05em;
	}

/*ハンバーガメニュー*/
/*ベース*/
	.menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        height: 24px;
        width: 32px;
        position: relative;
        z-index: 104;
        margin: 0;
        border-radius: 50%;
	}

    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0px;
        width: 32px;
        height: 1px;
        background-color: #fff;
        border-radius: 2px;
    }
    .menu-trigger.current{
    }
    .menu-trigger.current span{
		background: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 24px;
    }
	
    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
    }

	.sideBtnW{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		height: 50px;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		overflow: hidden;
	}
	.sideBtnW a{
		display: inline-block;
		position: relative;
		color: #FFFFFF !important;
		height: 50px;
		width: 50%;
		font-size: 1.3rem;
		font-weight: bold;
		padding: 15px 0px 0 0;
		box-sizing: border-box;
		transition: 0.3s;
		text-align: center;
	}
	.sideBtnW a:hover{
		filter: brightness(1.2);
	}
	.sideBtn1{
		background: #111B2A;
	}
	.sideBtn1:before{
		content: "";
		background: url("img/icon_met.svg") no-repeat;
		background-size: contain;
		width: 26px;
		height: 20px;
		display: block;
		position: absolute;
		left: 20px;
		top: 15px;
	}
	.sideBtn2{
		background: #06C755;
	}
	.sideBtn2:before{
		content: "";
		background: url("img/icon_line.svg") no-repeat;
		background-size: contain;
		width: 22px;
		height: 22px;
		display: block;
		position: absolute;
		left: 10px;
		top: 15px;
	}
	
	/*中面共通*/
	
	.inner header{
		background: #43b9d1;
		display: block;
		height: 80px;
	}


    /*Footer*/

	footer {
		background: url("img/footer_bg.jpg") no-repeat;
		background-size: cover;
		color: #fff;
	}
    .footerWrap{
		display: block !important;
        padding: 60px 0 200px;
		box-sizing: border-box;
    }
    #footerL{
        box-sizing: border-box;
    }
    .footerLogo1{
        width: 318px;
		margin-bottom: 40px;
    }
    .footerLogo2{
        width: 286px;
		margin-bottom: 40px;
    }
	.footerInfoW{
		margin-bottom: 70px;
	}
	.footerInfo{
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.5;
	}
    .copyright{
        font-size: 1rem;
		letter-spacing: 0.05em;
		position: absolute;
		bottom: 80px;
		left: 0;
		text-align: center;
		width: 100%;
    }
    #footerR{
        box-sizing: border-box;
		position: relative;
		padding-top: 63px;
		flex-wrap: wrap;
		grid-row-gap: 63px;
    }
    
    .footerNavW{
		width: 50%;
		position: relative;
    }
    .footerNav{
		display: block;
		margin-bottom: 15px;
    }
	.footerLink{
		display: inline-block;
		font-weight: bold;
		letter-spacing: 0.1em;
		position: relative;
		overflow: hidden;
		color: #fff !important;
	}
	.footerLink:before{
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: 0.3s;
    }
    .footerLink:hover:before{
        left: 0;
    }
	.footerEn{
		font-size: 3.6rem;
		font-weight: bold;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 124px;
		white-space: nowrap;
	}

/*commonタイトル*/
	.commonTtl01{
	}
	.commonTtl02W{
		position: relative;
		text-align: center;
		width: 100%;
	}
	.commonTtl02{
		position: relative;
		font-size: 2.4rem;
		font-weight: bold;
		color: #3BC2A7;
	}
	.commonTtl02S{
		font-size: 1.6rem;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 3px solid #3BC2A7;
	}
	.commonTtl03W{
		text-align: center;
		padding-top: 0px;
		position: relative;
		margin-bottom: 55px;
		z-index: 1;
	}
	.commonTtl03En{
		display: inline-block;
		font-size: 3.2rem;
		font-weight: bold;
		color: #3BC2A7;
		margin-bottom: 10px;
		z-index: 1;
	}
	.commonTtl03En::before{
		content: attr(data-text);
		position: absolute;
		font-size: 5.6rem;
		left: 50%;
		transform: translateX(-50%);
		top: -12px;
		color: #F0F0F0;
		white-space: nowrap;
		z-index: -1;
	}
	.commonTtl03{
		font-size: 1.4rem;
		font-weight: bold;
		display: block;
	}
	.commonTtl04{
		font-size: 2rem;
		color: #3BC2A7;
		display: inline-block;
		font-weight: bold;
		position: relative;
		padding-left: 66px;
		margin-bottom: 35px;
	}
	.commonTtl04:before{
		content: "";
		width: 49px;
		height: 49px;
		position: absolute;
		left: 0;
		top: -10px;
		display: block;
	}
	.commonTtl05{
		display: block;
		background: #3BC2A7;
		color: #fff;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		padding: 12px 0;
	}
	.commonTtl06{
		font-size: 1.8rem;
		color: #3BC2A7;
		font-weight: bold;
		position: relative;
	}
	.commonTtl07{
		font-size: 4rem;
		color: #3BC2A7;
		font-weight: bold;
		position: relative;
		padding-left: 24px;
	}
	.commonTtl07:before{
		content: "";
		background: #3BC2A7;
		width: 12px;
		height: 12px;
		display: block;
		position: absolute;
		left: 0px;
		top: 18px;
		border-radius: 50%;
	}
	.commonTtl07S{
		font-size: 2rem;
		font-weight: bold;
		padding-left: 24px;
		margin-bottom: 30px;
	}
	.commonTtl08En{
		font-size: 1.4rem;
		font-weight: bold;
	}
	.commonTtl08{
		font-size: 2.4rem;
		font-weight: bold;
	}
	
/*commonテキスト*/
	.commonTxt01{
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.7em;
	}
	.commonTxt02{
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.8em;
	}
	.commonTxt02 span{
		font-size: 2rem;
		color: #43b9d1;
	}
	.commonTxt03{
		font-size: 1.4rem;
		line-height: 1.4em;
		font-weight: 500;
	}
	.commonTxt04{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.5em;
	}
	.commonTxt05{
		font-size: 1.6rem;
		line-height: 1.5em;
		font-weight: bold;
	}
	.commonTxt06{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.5rem;
	}
	.commonTxt07{
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 3.2rem;
	}
	.commonTxt07 span{
		font-size: 2rem;
		color: #43b9d1;
	}
	.commonTxt08{
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5em;
	}
	
/*commonボタン*/

	.commonBtn01W{
		text-align: center;
	}
	.commonBtn02W{
		display: block;
		text-align: left;
	}
	.commonBtn01{
		min-width: 192px;
		display: inline-block;
		line-height: 80px;
		border-radius: 40px;
		box-sizing: border-box;
		position: relative;
		transition: 0.3s;
		overflow: hidden;
		text-align: center;
		font-size: 1.6rem;
		padding: 0 44px;
		border: 1px solid #3BC2A7;
		background: #3BC2A7;
		font-weight: bold;
	}
	.commonBtn01:before{
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn01:hover:before{
		left: 0;
	}
	.commonBtn01 span{
		position: relative;
		color: #fff;
	}
	.commonBtn01:hover span{
		color: #3BC2A7;
	}
	
	.commonBtn02{
		min-width: 147px;
		display: inline-block;
		line-height: 30px;
		border-radius: 15px;
		box-sizing: border-box;
		position: relative;
		transition: 0.3s;
		overflow: hidden;
		text-align: center;
		font-size: 1.4rem;
		padding-left: 10px;
		border: 1px solid #3BC2A7;
		padding: 0 20px 0 20px;
		font-weight: 500;
		background: #3BC2A7;
	}
	.commonBtn02:before{
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn02:hover:before{
		left: 0;
	}
	.commonBtn02 span{
		position: relative;
		color: #fff;
	}
	.commonBtn02:hover span{
		color: #3BC2A7;
	}
	.commonBtn02:after{
		content: "▶";
		position: absolute;
		width: 5px;
		height: 9px;
		top: 0;
		right: 50px;
		color: #fff;
		font-size: 1.2rem;
	}
	.commonBtn02:hover:after{
		color: #3BC2A7;
	}

/* ===== card 共通（矢印は用意して、要らない時に消す） ===== */
.cardBase a{
	display: block;
	position: relative;
	text-decoration: none;
}

/* 矢印（必要時だけ生かす運用） */
.cardBase a:after{
	content: "";
	position: absolute;
	right: 16px;
	bottom: 16px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #43b9d1;
	border-right: 2px solid #43b9d1;
	transform: rotate(45deg);
}

/* 矢印無し */
.noArrow a:after{
	content: none;
}


}


/*ハンバーガーメニュー動き*/

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
