@charset "utf-8";
main{
	padding-top: 0;
}
.mv{
	width: 100%;
	height: auto;
	min-height: 800px;
	background-image: url(../img/index/mv_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mv .mv01{
	width: 100%;
	height: calc(100vh - 56px);
	height: calc(var(--vh2, 1vh) * 100 - 56px);
	min-height: 800px;
	position: relative;
}
.mv .mv01 .img01{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: -56px;
	right: 0;
}
.mv .mv01 .mv01_01{
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
	z-index: 10;
}
.mv .mv01 .mv01_01 .mv01_01_01{
	width: 690px;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 66px;
}
.mv .mv01 .mv01_01 .mv01_01_01 h2{
	width: 534px;
	height: auto;
	display: block;
}
.mv .mv01 .mv01_01 .mv01_01_01 h2 img{
	width: 100%;
	height: auto;
	display: block;
	margin-left: -29px;
}
.mv .mv01 .mv01_01 .mv01_01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	margin-top: 55px;
}
.mv .mv01 .mv01_01 .mv01_01_01 h3 span{
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.06em;
	color: #fff;
	background: linear-gradient(to right, #FF6700, #FFB300);
	padding: 0 10px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

.contents01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding: 155px 0 80px;
}
.contents01 .contents01_01 h3{
	width: 492px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 0.06em;
}
.contents01 .contents01_01 h3 span{
	padding: 0 36px;
	background: linear-gradient(to right, #2980C6, #7EC5E8);
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin-top: 18px;
}
.contents01 .contents01_01 .text01{
	font-size: 20px;
	line-height: 42px;
	letter-spacing: 0.04em;
}
/*contents02*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
}
.contents02::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #FAFAFB;
}
.contents02 .contents02_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}
.contents02 .contents02_01 .bg{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: -121px;
	z-index: -10;
}
.contents02 .contents02_01 .inner{
	width: 680px;
	height: auto;
}
.contents02 .contents02_01 .inner:nth-of-type(2){
	margin-left: 210px;
}
.contents02 .contents02_01 .inner:nth-of-type(3){
	margin-left: 420px;
}
.contents02 .contents02_01 .inner .text01{
	font-size: 140px;
	line-height: 150px;
	color: #000;
}
.contents02 .contents02_01 .inner h4{
	font-size: 22px;
	line-height: 41px;
	padding: 0 36px;
	background: linear-gradient(to right, #2980C6, #7EC5E8);
	color: #fff;
	display: inline-block;
}
.contents02 .contents02_01 .inner .text02{
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.02em;
	margin-top: 23px;
}
.contents03{
	width: 100%;
	height: auto;
	background-color: #E5F2F9;
	background-image: url(../img/index/bg03.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top 600px right 0;
	padding-bottom: 80px;
}
.contents03 .contents03_01{
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 110px 0 0;
}
.contents03 .contents03_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 0.06em;
}
.contents03 .contents03_01 h3 span{
	padding: 0 36px;
	background: linear-gradient(to right, #2980C6, #7EC5E8);
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin-top: 18px;
}
.contents03 .contents03_01 .text01{
	font-size: 18px;
	line-height: 34px;
	margin-top: 28px;
}

.contents03_02{
	width: 100%;
	max-width: 1400px;
	height: 570px;
	margin: 120px auto 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	.contents03_02{
		width: 100%;
		max-width: 500px;
		height: auto;
		margin: 40px auto 0;
		position: relative;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		overflow: initial;
	}
}
.contents03 .contents03_02.first{
	margin-top: 70px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_02.first{
		margin-top: 20px;
	}
}

.contents03_02 .contents03_02_01{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03_02 .contents03_02_01{
		width: 80%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: -70px auto 0;
		position: relative;
	}
}
.contents03_02 .contents03_02_01 .inner{
	width: 650px;
	height: auto;
	padding: 0 60px 45px;
	background-color: #fff;
	border-radius: 10px;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px){
	.contents03_02 .contents03_02_01 .inner{
		width: 100%;
		height: auto;
		padding: 40px 20px;
		background-color: #fff;
		border-radius: 10px;
		flex-shrink: initial;
		position: relative;
		z-index: 10;
	}
}
.contents03_02 .contents03_02_01 .inner h4{
	font-size: 54px;
	line-height: 60px;
	letter-spacing: 0.1em;
	margin-top: -32px;
	margin-bottom: 17px;
	text-shadow: 0px 0px 5px #fff,0px 0px 10px #fff,0px 0px 20px #fff;
}
@media only screen and (max-width: 767px){
	.contents03_02 .contents03_02_01 .inner h4{
		font-size: 38px;
		margin-top: -73px;
		margin-bottom: 0;
	}
}
.contents03_02 .contents03_02_01 .inner .text02{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.1em;
	color: #666666;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px){
	.contents03_02 .contents03_02_01 .inner .text02{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}
}
.contents03_02 .contents03_02_01 .inner .text03{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
	.contents03_02 .contents03_02_01 .inner .text03{
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0.02em;
		margin-bottom: 30px;
	}
}
.contents03_02 .contents03_02_01 .inner a{
	width: 100%;
	max-width: 260px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #007CC6;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #007CC6;
}
@media only screen and (max-width: 767px){
	.contents03_02 .contents03_02_01 .inner a{
		margin: 0 auto;
	}
}
.contents03_02 .contents03_02_01 .inner a img{
	width: 36px;
	height: auto;
	margin-left: 24px;
}
.contents03_02 .img_box{
	width: 620px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -700px;
	left: 0;
	border-radius: 10px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents03_02 .img_box{
		width: 90%;
		height: auto;
		display: block;
		position: initial;
		margin: 0 auto;
	}
}
.contents03_02 .img_box .img01{
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.contents03_03 .contents03_02_01{
	justify-content: flex-end;
}
.contents03_03 .img_box{
	left: -700px;
	right: 0;
}


.contents04{
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	padding-bottom: 80px;
}
.contents04 .contents04_01{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
	padding: 110px 0 38px;
}
.contents04 .contents04_01 h3{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 0.06em;
}
.contents04 .contents04_01 h3 span{
	padding: 0 36px;
	background: linear-gradient(to right, #2980C6, #7EC5E8);
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin-top: 18px;
}
.contents04 .contents04_01 a.btn01{
	width: 200px;
	height: 40px;
	background: linear-gradient(to left, #2980C6, #7EC5E8);
	border-radius: 20px;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.01em;
	color: #fff;
	padding-left: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
.contents04 .contents04_01 a.btn01 img{
	width: 40px;
	height: auto;
	display: block;
	margin-left: 25px;
}

.contents04_02 .contents04_02_01{
	width: 980px;
	height: auto;
	margin: 0 calc(55px / 2);
	text-align: center;
	position: relative;
/*	margin: 0 auto;*/
}
@media only screen and (max-width: 767px){
	.contents04_02 .contents04_02_01{
		width: 100%;
		margin: 0 12px;
	}
}
/*slick_inc01_2ここから*/
.slick_start{
	display: block;
}
.contents04_02{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.contents04_02 .inner01{
	width: 980px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
	padding: 60px 50px;
	border-radius: 20px;
}
.contents04_02 .inner01 .img_box{
	width: 480px;
	height: 380px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background-color: #F5F5F5;
}
.contents04_02 .inner01 .img_box img{
	width: 400px;
	height: 300px;
	border-radius: 10px;
}
.contents04 .contents04_02 .inner01 .img_box .img{
	width: 400px;
	height: 300px;
	background-image: url(../img/common/ogp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}
.contents04_02 .inner01 .text_box{
	width: 350px;
	height: 380px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
}
.contents04_02 .number{
	width: 70px;
	height: 24px;
	background-color: #E0E0E0;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #3C3C3C;
	position: absolute;
	top: 0;
	right: 0;
}
.contents04_02 .inner01 .text_box .text_box02{
	width: 100%;
	height: auto;
}
.contents04_02 .inner01 .text_box .text_box02 .top{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.contents04_02 .inner01 .text_box .text_box02 .top .cat{
	width: 100px;
	height: 30px;
	background-color: #CCE5FA;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #007CC6;
	text-align: center;
	align-content: center;
}
.contents04_02 .inner01 .text_box .text_box02 .top .date{
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 19px;
}
.contents04_02 .inner01 .text_box .text_box02 h4{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: safe flex-start;
	align-items: flex-start;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #A4A4A4;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 0.02em;
}
.contents04_02 .inner01 .text_box .text_box02 .m_text{
	width: 100%;
	height: auto;
}
.contents04_02 .inner01 .text_box .text_box02 .m_text p{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.04em;
	text-align: left;
}
.contents04_02 .inner01 .text_box .btn02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.contents04_02 .inner01 .text_box .btn02 a{
	width: 130px;
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.04em;
	padding-left: 17px;
	color: #fff;
	background: linear-gradient(to left, #2980C6, #7EC5E8);
	border-radius: 20px;
	margin-top: 20px;
}
.contents04_02 .inner01 .text_box .btn02 a img{
	width: 16px;
	height: auto;
	display: block;
	margin-left: 6px;
}
/*news*/
.contents05{
	width: 100%;
	height: auto;
	display: block;
	background-color: #fff;
}
.contents05 .contents05_01{
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	padding: 110px 0 80px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01{
		width: 90%;
		max-width: 500px;
		flex-direction: column;
		padding: 50px 0 0;
	}
}
.contents05 .contents05_01 h3{
	width: 492px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 h3{
		width: 100%;
		display: block;
		font-size: 44px;
		line-height: 50px;
	}
}
.contents05 .contents05_01 h3 span{
	padding: 0 36px;
	background: linear-gradient(to right, #2980C6, #7EC5E8);
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin-top: 18px;
	display: inline-block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 h3 span{
		padding: 0;
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.04em;
		margin-top: 10px;;
		height: 34px;
		text-align: center;
		width: 137px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.contents05 .contents05_01 ul{
	width: 153px;
	height: auto;
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	position: absolute;
	top: 308px;
	left: 0;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 ul{
		width: 100%;
		display: flex;
		flex-direction: initial;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 16px;
		position: initial;
		margin-top: 20px;
	}
}
.contents05 .contents05_01 ul li{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 ul li{
		width: 90px;
		height: auto;
		display: block;
	}
}
.contents05 .contents05_01 ul li a{
	width: 110px;
	height: 30px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 30px;
	color: #7FB3DC;
	background-color: #fff;
	border: 1px solid #CCE5FA;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 ul li a{
		width: auto;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}
}
.contents05 .contents05_01 ul li a:hover{
	color: #007CC6;
	background-color: #CCE5FA;
	border: 1px solid #fff;
}

.contents05 .contents05_01 ul li a.all{
	color: #007CC6;
	background-color: #FBD69C;
	border: 1px solid #FBD69C;
}
.contents05 .contents05_02{
	width: 100%;
	height: auto;
	padding-bottom: 110px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02{
		width: 100%;
		height: auto;
		padding-bottom: 60px;
	}
}
.contents05 .contents05_02 ul{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 ul{
		margin-top: 30px;
	}
}
.contents05 .contents05_02 ul li{
	width: 100%;
	height: auto;
}
.contents05 .contents05_02 ul li .contents05_02_01{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 ul li .contents05_02_01{
		width: 100%;
		max-width: 500px;
	}
}
.contents05 .contents05_02 ul li .contents05_02_01 a{
	width: 820px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 260px;
	padding: 50px 0;
	border-bottom: 1px solid #CFCFCF;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 ul li .contents05_02_01 a{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-left: 0;
		margin-top: 0;
		padding: 20px;
		border-bottom: 1px solid #CFCFCF;
	}
}
.contents05 .contents05_02 ul li .contents05_02_01 a .cat{
	width: 100px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CDE4FA;
	border-radius: 50px;
	font-size: 16px;
	line-height: 24px;
	color: #007CC6;
	margin-right: 35px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 ul li .contents05_02_01 a .cat{
		margin-right: 30px;
	}
}
.contents05 .contents05_02 ul li .contents05_02_01 a .date{
	width: 100px;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #007CC6;
	flex-shrink: 0;
}
.contents05 .contents05_02 ul li .contents05_02_01 a .m_text{
	width: 480px;
	height: auto;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 ul li .contents05_02_01 a .m_text{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}
}
.contents05 .contents05_02 ul li .contents05_02_01 a .m_text .arrow{
	width: 55px;
	height: auto;
	display: block;
	margin-left: 20px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 ul li .contents05_02_01 a .m_text .arrow{
		width: 40px;
	}
}
.contents05 .contents05_02 ul li:first-of-type .contents05_02_01 a{
	border-top: 1px solid #CFCFCF;
}
.contents05 .contents05_02 ul li:nth-of-type(2n){
	background-color: #F7F7F7;
}
.contents05 .contents05_02 .btn03{
	width: 1080px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 .btn03{
		width: 90%;
		max-width: 500px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}
.contents05 .contents05_02 .btn03_01{
	width: 270px;
	height: 60px;
	background: linear-gradient(to left, #2980C6, #7EC5E8);
	border-radius: 30px;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.01em;
	color: #fff;
	padding-left: 52px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	margin-top: 70px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 .btn03_01{
		width: 190px;
		height: 50px;
		background: linear-gradient(to left, #2980C6, #7EC5E8);
		border-radius: 30px;
		font-size: 16px;
		line-height: 26px;
		padding-left: 25px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-shrink: 0;
		margin-top: 20px;
	}
}
.contents05 .contents05_02 .btn03_01 img{
	width: 40px;
	height: auto;
	display: block;
	margin-left: 40px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_02 .btn03_01 img{
		width: 30px;
		margin-left: 15px;
	}
}





@media only screen and (max-width: 767px){
	main{
		overflow: hidden;
	}
	.mv{
		min-height: 0;
		height: 610px;
		background-image: url(../img/index/mv_bg_sp.jpeg);   /*----確認----*/
		background-size: 100%;
		background-position: top center;
		margin: 0 auto;
	}
	.mv .mv01{
		width: 100%;
		height: 100%;
		min-height: initial;
	}
	.mv .mv01 .img01{
		width: 724px;
		height: auto;
		bottom: -50px;
		right: 0;
		/*left: 0;*/
	}
	.mv .mv01 .mv01_01 {
		/*max-width: 767px;*/
		width: 100%;
	}
	.mv .mv01 .mv01_01 .mv01_01_01{
		width: 100%;
		bottom: 22px;
		margin-bottom: 0;
	}
	.mv01_01_01{
		position: absolute;
		left: 20px;
		top: 45%;
	}
	.mv .mv01 .mv01_01 .mv01_01_01 h2{
		width: 284px;
	}
	.mv .mv01 .mv01_01 .mv01_01_01 h2 img{
		margin-left: 0;
	}
	.mv .mv01 .mv01_01 .mv01_01_01 h3{
		gap: 0px;
		width: 313px;
		margin-top: 20px;
	}
	.mv .mv01 .mv01_01 .mv01_01_01 h3 span{
		font-size: 16px;
		line-height: 26px;
		padding: 10px;
	}

/*contents01*/
.contents01{
	max-width: 500px;
	width: 100%;
	margin: 108px auto 0;
}

.contents01 .contents01_01 {
	padding: 0 0 20px;
	display: block;
	width: 90%;
	margin: 0 auto;
}
.contents01 .contents01_01 h3 {
	max-width: 500px;
	width: 100%;
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 0.04em;
}
.contents01 .contents01_01 h3 span{
	padding: 0 36px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.04em;
	margin-top: 10px;
	height: 34px;
	align-content: center;

}
.contents01 .contents01_01 .text01{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	padding-top: 20px;
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}

/*contents02*/
.contents02{
	padding: 0 17px;
	margin: 0 auto;
	width: 100%;
	background-color: #FAFAFB;
}
.contents02 .contents02_01{
	max-width: 500px;
	width: 100%;
	padding: 30px 17px;
	margin: 0 auto;
}
.contents02::before {
	/*width: 100%;*/
	content: initial;
}
.contents02 .contents02_01 .bg{
	left: 0;
}
.contents02 .contents02_01 .inner{
	width: 100%;
	padding-top: 40px;
}
.contents02 .contents02_01 .inner:first-of-type{
	padding-top: 0;
}
.contents02 .contents02_01 .inner:nth-of-type(2){
	margin-left: 0px;
}
.contents02 .contents02_01 .inner:nth-of-type(3){
	margin-left: 0px;
}
.contents02 .contents02_01 .inner .text01{
	font-size: 90px;
	line-height: 100px;
	margin-bottom: 15px;
}
.contents02 .contents02_01 .inner h4{
	font-size: 16px;
	line-height: 22px;
	padding: 0 15px;
	width: 100%;
	text-align: center;
	height: 37px;
	align-content: center;
}
.contents02 .contents02_01 .inner .text02{
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 0;
}

/*contents03*/

.contents03 {
	background-image: url(../img/index/bg03_sp.png);
	background-size: 100% auto;
	background-position: top 860px right -250px;
	width: 100%;
	padding: 0 0 60px;
	background-size: 360%;
	margin: 0 auto;
}
.contents03 .contents03_01{
	max-width: 500px;
	width: 90%;
	padding-top: 70px;
}
.contents03 .contents03_01 h3{
	font-size: 41px;
	line-height: 50px;
	letter-spacing: 0.04em;
}
.contents03 .contents03_01 h3 span{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.04em;
	height: 34px;
	align-content: center;
	margin-top: 10px;
}
.contents03 .contents03_01 .text01{
	font-size: 16px;
	margin-top: 28px;
	max-width: 500px;
	margin: 20px auto 0;
	width: 100%;
}
/*.contents03_02{
	margin: 200px auto 0;
	max-width: 500px;
	width: 100%;
}
.contents03_02 .contents03_02_01{
	max-width: 500px;
	width: 90%;
	top: 170px;
}
.contents03_02 .contents03_02_01 .inner{
	width: 90%;
	padding: 0 20px 40px;
	margin: 0 auto;
}
.contents03_02 .contents03_02_01 .inner h4{
	font-size: 38px;
	margin-bottom: 0;
}
.contents03_02 .contents03_02_01 .inner .text02{
	font-size: 18px;
}
.contents03_02 .contents03_02_01 .inner .text03{
	font-size: 16px;
	line-height: 30px;
}
.contents03_02 .img_box{
	width: 90%;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	bottom: 0;
	right: 0;
	left: 0;
}
.contents03_03 .img_box{
	left: 0;
}*/

/*contents04*/

.contents04{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.contents04 .contents04_01{
	display: block;
	margin: 0 auto;
	padding: 50px 0;
	max-width: 500px;
	width: 90%;
}
.contents04 .contents04_01 h3{
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 0.04em;
}
.contents04 .contents04_01 h3 span{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.04em;
	height: 34px;
	align-content: center;
	margin-top: 10px;
}
.contents04 .contents04_01 a.btn01 {
	width: 150px;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: 0.04em;
	padding-left: 0;
	margin: 10px 0 0 auto;
	justify-content: center;
}
.contents04 .contents04_01 a.btn01 img {
	width: 30px;
	margin-left: 10px;
}
.contents04 .contents04_02 .inner01 {
	display: block;
	padding: 20px;
	margin: 0 auto;
	width: auto;
	position: relative;
	
}
.contents04 .contents04_02 .number{
	top: 20px;
	right: 20px;
}
.contents04 .contents04_02 .inner01 .text_box .text_box02 .m_text p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.04em;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.contents04 .contents04_02 .inner01 .img_box {
	width: auto;
	height: auto;
	padding: 10px;
}
.contents04 .contents04_02 .inner01 .img_box img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.contents04 .contents04_02 .inner01 .img_box .img{
	width: 100%;
	height: 160px;
	background-image: url(../img/common/ogp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.contents04 .contents04_02 .inner01 .text_box {
	/*position: unset;*/
	width: 100%;
	height: auto;
	display: block;
	padding-top: 25px;
}
.contents04 .contents04_02 .inner01 .text_box .text_box02 .top .cat {
	font-size: 16px;
	line-height: 24px; 
}
.contents04 .contents04_02 .inner01 .text_box .text_box02 h4 {
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.05em;  
	text-align: left;
}


/*.contents05 {
	width: 100%;
	margin: 0 auto;
}
.contents05 .contents05_01{
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 20px;
}
.contents05 .contents05_01 h3{
	width: 100%;
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 0.04em;
}
.contents05 .contents05_01 h3 span{
	padding: 0 36px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.04em;
	height: 34px; 
	align-content: center;
}

.contents05 .contents05_01 ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	position: absolute;
	top: 208px;
	left: 0;
}
.contents05 .contents05_01 ul li{
	width: auto;
}
.contents05 .contents05_01 ul li a {
	font-size: 15px;
	width: 90px;
	line-height: 19.2px;
}
.contents05 .contents05_02 {
	padding-top: 80px;
}
.contents05 .contents05_02 ul li .contents05_02_01 {
	width: 100%;
}
.contents05 .contents05_02 ul li .contents05_02_01 a .cat {
	line-height: 16.8px;
}
.contents05 .contents05_02 ul li .contents05_02_01 a {
	flex-wrap: wrap;
	width: 90%;
	max-width: 500px;
	padding: 20px;
	margin: 0 auto;
}
.contents05 .contents05_02 ul li .contents05_02_01 a .m_text {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0 0;
	align-items: flex-start;
}
.contents05 .contents05_02 ul li .contents05_02_01 a .arrow {
	width: 40px;
}
.contents05 .contents05_02 ul li .contents05_02_01 a .arrow img {
	width: 20px;
}
.contents05 .contents05_02 .btn03 {
	width: 190px;
	margin: 0 0 0 auto;
}
.contents05 .contents05_02 .btn03_01 {
	width:100%;
	height: 50px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	justify-content: center;
	margin-top: 20px;

}
.contents05 .contents05_02 .btn03_01 img {
	width: 30px;
	margin-left: 20px;
}
.contents05 .contents05_02 {
	padding-bottom: 60px;
	width: 100%;
	margin: 0 auto;
}
.contents05_03{
	max-width: 500px;
	width: 90%;
	margin: 0 auto;

}*/
}





