@charset 'utf-8';

/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}


/*リキッドの場合に使用*/
@media only screen and (min-width: 768px){
/*	768px-1280px 画面幅1280px閲覧で1px=0.1rem可変*/
	html{
			font-size: 0.782vw;
		}
}
@media only screen and (max-width: 767px){
/*	-767px 画面幅375px閲覧で1px=0.1rem可変*/
	html{
/*			font-size: 2.67vw;*/
		}
}
@media only screen and (max-width: 374px){
/*	-374px 画面幅374pxで1px=0.1rem固定*/
	html{
/*			font-size: 62.5%;*/
		}
}
@media only screen and (min-width: 1280px){
/*	1280px- 画面幅1280pxで1px=0.1rem固定*/
	html{
/*		font-size: 62.5%;*/
	}
}

/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family:
	'Noto Sans JP',
	sans-serif;
	font-weight: 400;
	color: #333333;
}
html.active,
body.active{
/*	height: 100%;*/
	overflow: hidden;
}
/*body.cover main,
body.cover footer{
	opacity: 0;
}*/

.thin{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100;
}
.elight{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 200;
}
.light{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}
.regular{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}
.mid{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.sbold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
}
.bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
}
.ebold{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800;
}
.black{
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}
/*Googleフォントここまで*/
* {
	box-sizing: border-box;
}

.svg{
	position: relative;
}
.svg svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}

body,
main,
header,
footer{
	min-width: 1080px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body{
		min-width: initial;
	}
}

main{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
main{
	padding-top: 100px;
}
@media only screen and (max-width: 767px){
	main{
		padding-top: 60px;
	}
}

/*headerここから*/
header{
	width: 100%;
	height: 100px;
	display: block;
	padding: 0 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	header{
		height: 60px;
		box-shadow: none;
		background-color: #fff;
	}
}
header .header01{
	width: 780px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0 30px;
	border-radius: 30px;
}
@media only screen and (max-width: 767px){
	header .header01{
		padding: 0;
		background-color: transparent;
		transition: all .5s;
		height: auto;
	}
}
header .header01 h1{
	width: 196px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 h1{
		width: 203px;
		height: auto;
		display: block;
		position: relative;
		z-index: 0;
		transition: all 0s;

	}
	header .header01 h1.active{
		z-index: 100;
		transition: all 0s .5s;
	}
}
header .header01 h1 a{
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
}
header .header01 h1 a img{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
/*メニューオープンボタン*/
	header .header01 .slide-menu-btn{
		width: 52px;
		height: 52px;
		border-radius: 50%;
		z-index: 10;
		background-color: #007CC6;
		position: relative;
		margin: 0;
		cursor: pointer;
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
	}
	/*メニューオープンボタン内部テキスト*/
	header .header01 .slide-menu-btn::after{
		content: "MENU";
		width: 100%;
		height: auto;
		font-size: 10px;
		line-height: 10px;
		font-weight: 400;
		color: #fff;
		text-align: center;
		margin: 5px 0 0;
		display: block;
	}
	/*メニューオープンボタン内部の線*/
	header .header01 .slide-menu-btn .line-bar{
		width: 25px;
		height: 2px;
		color: #ffffff;
		background-color: #ffffff;
		border-radius: 1px;
		position: relative;
		margin: 0 0 10px;
		transition: all 0.6s ease;
		display: block;
	}
	header .header01 .slide-menu-btn .line-bar::before{
		content: "";
		display: block;
		background-color: #fff;
		border-radius: 1px;
		position: absolute;
		width: 100%;
		height: 2px;
		transition: all 0.6s ease;
		top: -10px;
		opacity: 0;
	}
	header .header01 .slide-menu-btn .line-bar::after{
		content: "";
		display: block;
		background-color: #fff;
		border-radius: 1px;
		position: absolute;
		width: 75%;
		height: 2px;
		transition: all 0.6s ease;
		bottom: -10px;
	}

	/*メニュー開時CLOSEボタン*/
	header .header01 .slide-menu-btn.active{
		/*background-color: #fff;*/
		width: 52px;
		height: 52px;
		border-radius: 50%;
	}
	header .header01 .slide-menu-btn.active::after{
		content: "CLOSE";
		color: #fff;
	}
	header .header01 .slide-menu-btn.active .line-bar{
		width: 26px;
		background-color: #ffffff;
		transform: rotate(140deg);
		transition: all 0.6s ease;
		top: 4px;
	}
	header .header01 .slide-menu-btn.active .line-bar::after{
		display: none;
	}
	header .header01 .slide-menu-btn.active .line-bar::before{
		background-color: #ffffff;
		transform: rotate(70deg);
		top: 0;
		opacity: 1;
	}
/*メニューオープンボタン*/
}
header .header01 nav{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav{
		width: 100%;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100 - 60px);
		margin-top: 60px;
		padding: 0px 0 90px;
		background-color: #fff;
		display: block;
		position: fixed;
		top: -150vh;
		right: 0;
		z-index: 1;
		transition: all .5s;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	header .header01 .panelactive{
		top: 0;
		right: 0;
		transition: all .5s;
	}
}
header .header01 nav .nav_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 25px;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
		/*overflow-y: scroll;
		overflow-x: hidden;*/
		border-top: 1px solid #E5E5E5;
	}
}
header .header01 nav .nav_01 li{
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li{
		width: 90%;
		max-width: 320px;
		height: auto;
		border-top: 1px solid #E5E5E5;
		margin: 0 auto;
	}
	header .header01 nav .nav_01 li:nth-of-type(1){
		border-top: 0;
	}
	header .header01 nav .nav_01 li:last-of-type{
		border-bottom: 1px solid #E5E5E5;
	}
}
header .header01 nav .nav_01 li a{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.04em;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	header .header01 nav .nav_01 li a{
		height: 66px;
		font-size: 18px;
		letter-spacing: 0.04em;
		line-height: 20px;
		border-bottom: 0;
		justify-content: flex-start;
		color: #333333;
	}
}
@media only screen and (max-width: 767px) {
	header .header01 nav .linkbox{
		width: 100%;
		height: auto;
		margin-top: 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	header .header01 nav .linkbox .l_box{
		width: 280px;
		height: 60px;
		background: linear-gradient(to right, #2980C6, #7EC5E8);
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 30px;
		font-size: 18px;
		line-height: 28px;
		color: #fff;
	}
	header .header01 nav .linkbox .l_box img{
		width: 20px;
		height: auto;
		display: block;
		margin-right: 9px;
	}
	header .header01 nav .sns{
		width: 130px;
		height: auto;
		margin: 25px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .header01 nav .sns li{
		width: 30px;
		height: auto;
		display: block;
	}
	header .header01 nav .sns li a{
		width: 100%;
		height: auto;
		display: block;
	}
	header .header01 nav .sns li a img{
		width: 100%;
		height: auto;
		display: block;
	}
	header .header01 nav .privacy{
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 14px;
		color: #666666;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	header .header01 nav .privacy a{
		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 40px;
	}

}
header .header02{
	width: 290px;
	height: 60px;
	background: linear-gradient(to right, #2980C6, #7EC5E8); 
	border-radius: 30px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;

}
header .header02 .nav_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header02 .nav_02 li{
	width: auto;
	height: auto;
	display: inline-block;
	color: #fff;
	font-size: 19px;
}
header .header02 .nav_02 li a{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
header .header02 .nav_02 li a .icon01{
	width: 16px;
	height: auto;
	display: block;
	margin-right: 7px;
}
header .header02 .nav_02 li a .icon02{
	width: 19px;
	height: auto;
	display: block;
	margin-right: 7px;
}

html body header div.header01 nav ul.nav_01 li a.active{
	font-weight: 800;
}
/*headerここまで*/

/*footerここから*/
.footer {
	width: 100%;
	height: auto;
	background-color: #FAFAFA;
	margin-top: 110px;
	background-image: url(../img/common/f_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left 0 bottom 0;
}
@media only screen and (max-width: 767px) {
	.footer {
		margin-top: 78px;
		background-image: url(../img/common/f_bg_sp.png);
		background-position: top center;
	}
}

.footer-inner {
	width: 1080px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 68px 0 48px;
}
@media only screen and (max-width: 767px) {
	.footer-inner {
		width: 90%;
		margin: 0 auto;
	    display: block;
	    padding: 40px 0 37px;
	}
}

.footer-inner .footer-logo {
	width: 149px;
	height: auto;
	margin-right: 140px;
	display: block;
}
@media only screen and (max-width: 767px){
	.footer-inner .footer-logo{
		margin-right: 0;
		margin-bottom: 25px;
	}
}
.footer-inner .footer-logo img{
	width: 100%;
	height: auto;
	display: block;
}
.footer-inner .footer-nav{
	width: 790px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.footer-inner .footer-nav{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
.footer-inner .footer-nav ul {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer-inner .footer-nav ul li{
	width: auto;
	height: auto;
	margin-top: 24px;
}
.footer-inner .footer-nav ul li:first-of-type{
	margin-top: 0;
}
.footer-inner .footer-nav ul li a{
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.02em;
}
.footer-inner .footer-nav ul li a.mid{
	font-size: 18px;
	line-height: 19px;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.footer-inner .sp_footer-nav{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 52px;
		margin-top: 17px;
	}
	.footer-inner .sp_footer-nav ul{
		width: auto;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}
	.footer-inner .sp_footer-nav ul li{
		width: auto;
		height: auto;
	}
	.footer-inner .sp_footer-nav ul li a{
		width: auto;
		height: auto;
		display: inline-block;
		font-size: 16px;
		letter-spacing: 0.04em;
	}
}

.footer-inner02{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.footer-inner02{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 33px;
	}
}
.footer-inner02 .f_copy{
	width: 458px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .f_copy{
		width: 299px;
		margin-top: 25px;
	}
}
.footer-inner02 .inner02_01{
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01{
		width: 100%;
		align-items: flex-start;
	}
}

.footer-inner02 .inner02_01 .inner02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .inner02_01_01{
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.footer-inner02 .inner02_01 .inner02_01_01 .sdg{
	width: 252px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
	padding-left: 20px;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .inner02_01_01 .sdg{
		width: 168px;
		padding-left: 0;
		margin-top: 30px;
	}
}
.footer-inner02 .inner02_01 .inner02_01_01 .sdg img{
	width: 133px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .inner02_01_01 .sdg img{
		width: 90px;
	}
}
.footer-inner02 .inner02_01 .inner02_01_01 .sdg img:nth-of-type(2){
	width: 85px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .inner02_01_01 .sdg img:nth-of-type(2){
		width: 58px;
	}
}
.footer-inner02 .inner02_01 .inner02_01_01 ul{
	width: 170px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .inner02_01_01 ul{
		width: 130px;
	}
}
.footer-inner02 .inner02_01 .inner02_01_01 ul li{
	width: 50px;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .inner02_01_01 ul li{
		width: 30px;
		height: auto;
	}
}
.footer-inner02 .inner02_01 .inner02_01_01 ul li a{
	width: 100%;
	height: auto;
}
.footer-inner02 .inner02_01 .inner02_01_01 ul li a img{
	width: 100%;
	height: auto;
	display: block;
}
.footer-inner02 .inner02_01 .privacy{
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.04em;
	color: #666666;
	margin-top: 8px;
}
@media only screen and (max-width: 767px) {
	.footer-inner02 .inner02_01 .privacy{
		font-size: 14px;
		line-height: 20px;
		margin-top: 20px;
	}
}
.footer-inner02 .inner02_01 .f_text{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.04em;
	color: #666666;
}
@media only screen and (max-width: 767px){
	.footer-inner02 .inner02_01 .f_text{
		margin-top: 5px;
	}
}

.btn-top{
	width: 110px;
	height: 110px;
	background-color: #00ACCE;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	line-height: 17px;
	color: #fff;
	opacity: 0;
}
@media only screen and (max-width: 767px){
	.btn-top{
		width: 70px;
		height: 70px;
		font-size: 14px;
		line-height: 17px;
	}
}
.btn-top img{
	width: 7px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.btn-top img{
		width: 4px;
	}
}
/*footerここまで*/

/*includeここから*/
/*下層アイキャッチ部分*/
.eye01{
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 160px);
}
@media only screen and (max-width: 767px){
	.eye01{
		width: calc(100% - 20px);
		margin-top: 0;
	}
}
.eye01_img{
   width: 100%;
   height: 430px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   border-radius: 0 20px 20px 0
}
@media only screen and (max-width: 767px){
	.eye01_img{
		height: 150px;
	}
}
.eye01_img img{
	width: 100%;
	height: auto;
	display: block;
}

/*ページトップタイトル部分*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	margin: 30px auto 0;
	display: block;
	padding-bottom: 50px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: block;
		padding: 20px 0 30px;
	}
}
.contents01 .contents01_01 h2{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h2{
		width: auto;
		font-size: 44px;
		line-height: 50px;
		letter-spacing: 0.04em;
	}
}
.contents01 .contents01_01 h2 span{
	padding: 0 36px;
	background: linear-gradient(to right, #2980C6, #7EC5E8);
	color: #fff;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: 0.04em;
	margin-top: 23px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 h2 span{
		width: 137px;
		padding: 0;
		background: linear-gradient(to right, #2980C6, #7EC5E8);
		font-size: 16px;
		line-height: 36px;
		margin-top: 10px;
		height: auto;
	}
}

/*.paginationここから*/
.wp-pagenavi {
	width: 80%;
	height: auto;
	margin: 60px auto 0;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		max-width: 320px;
		margin: 30px auto 0;
	}
}
.wp-pagenavi span{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #007CC6;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi span{
		font-size: 15px;
		line-height: 35px;
	}
}
.wp-pagenavi a{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 8px;
	border: initial;
	color: #333333;
	font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 500;
}
.contents01 .contents01_01 .wp-pagenavi a.page{
	border: initial;
}
.contents01 .contents01_01 .wp-pagenavi a.page:hover,
.contents01 .contents01_01 .wp-pagenavi a.page.larger:hover{
	border: 1px solid #007CC6;
	border-radius: 8px;
	background-color: #007CC6;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a{
		font-size: 15px;
		line-height: 35px;
	}
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: 1px solid transparent;
}
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi a:hover{
	color: #ffffff;
	border: 1px solid #007CC6;
	background-color: #007CC6;
	opacity: 1;
}
.wp-pagenavi .current{
	width: 34px;
	height: 34px;
	font-size: 15px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: 1px solid #007CC6;
	background-color: #007CC6;
	border-radius: 8px;
	font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi .current{
		font-size: 15px;
		line-height: 35px;
	}
}
/*.paginationここまで*/

/*ctaここから*/
.cta{
	width: 1080px;
	height: auto;
	background-color: #D8E8F5;
	border-radius: 10px;
	margin: 0 auto;
	padding: 50px ;
}
.cta .cta_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cta .cta_01 .text01{
	font-size: 58px;
	line-height: 68px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.cta .cta_01 .text01 span{
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
}
.cta .cta_01 .cta_btn{
	width: 350px;
	height: 85px;
	background: linear-gradient(to right, #2980C6, #7EC5E8); 
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #fff;
}
.cta .cta_01 .cta_btn img{
	width: 39px;
	height: auto;
	margin-left: 12px;
}
.cta .cta_01 .cta_01_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.cta .cta_01 .cta_01_01{
		width: 100%;
		align-items: center;
	}
}
.cta .cta_01 .cta_01_01 .text02{
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.1em;
}
.cta .cta_01 .cta_01_01 .tel{
	font-size: 42px;
	line-height: 52px;
	color: #00ACCE;
}
.cta .cta_01 .cta_01_01 .text03{
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.02em;
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.cta .cta_01 .cta_01_01 .text03{
		font-size: 13px;
		line-height: 15px;
	}
}

/*cta spのみ*/
@media only screen and (max-width: 767px) {
/*index.cssのspのcta*/
.cta {
	width: 90%;
	padding: 50px 0;
}
.cta .cta_01 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.cta .text01 {
	font-size: 48px;
}
.cta .cta_01 .text01 {
	font-size: 48px;
	line-height: 72px;
	align-items: center;
}
.cta .text01 span {
	font-size: 22px;
	line-height: 32px;
	margin-top: 0;
}
.cta .cta_01 .text01 span {
	font-size: 15px;
	line-height: 19.2px;
	text-align: center;
}
.cta .text04 {
	font-size: 16px;
	padding-bottom: 0;
	line-height: 19.2px;
}
.cta .cta_01 .cta_btn {
	width: 100%;
	max-width: 290px;
	height: 80px;
	margin: 10px 0 0 0;
	line-height: 19.2px;
	font-weight: 600;
}
.cta .cta_01 .cta_01_01 .text02 {
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
}
.cta .cta_01 .cta_01_01 .tel{
	width: 100%;
	max-width: 290px;
	height: 80px;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	background-color: #00ACCE;
	margin: 10px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	font-weight: 600;
}
.tel span{
	font-size: 16px;
	margin-right: 5px;
}
.tel img{
	width: 28px;
	height: auto;
	margin-left: 20px;
}

.cta .cta_01 .cta_btn img {
	width: 28px;
	height: auto;
	margin-left: 20px;
}
.tel_line{
	border-bottom: 1px solid;
}
}


/*includeここまで*/








