@charset "utf-8";
.updown {
  display: inline-block;
  animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* 上へ移動 */
  }
  100% {
    transform: translateY(0); /* 元に戻る */
  }
}
.contents01{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 40px;
	overflow: hidden;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding-top: 25px;
	}
}
.contents01 .contents01_01{
	width: 1120px;
	height: 230px;
	background-image: url(../img/index/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 53px 0 40px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 330px;
		height: auto;
		background-image: url(../img/index/bg01_sp.jpg);
		display: block;
		padding: 30px 23px 30px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .anniversary{
	width: 160px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .anniversary{
		width: 130px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: auto;
	height: auto;
	display: block;
	margin-left: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01{
		margin-left: 0;
		margin-top: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h3{
	font-size: 23px;
	line-height: 40x;
	letter-spacing: calc((50/1000)*1em);
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 h3{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: calc((75/1000)*1em);
		text-align: center;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: calc((75/1000)*1em);
	color: #fff;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .text01{
		font-size: 14px;
		line-height: 25px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 10px;
		text-align: center;
	}
}
.contents01 .contents01_01 .link01{
	width: 166px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin-left: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .link01{
		width: 166px;
		height: 44px;
		font-size: 14px;
		line-height: 24px;
		margin: 20px auto 0;
	}
}
.contents01 .contents01_01 .link01 img{
	width: 9px;
	height: auto;
	margin-left: 20px;
}

/*-----------------------------------------
.contents02newsここから
-----------------------------------------*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 90px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 330px;
		display: block;
		padding-top: 50px;
	}
}
.contents02 .contents02_01 .title01{
	width: 240px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-shrink: initial;
	}
}
.contents02 .contents02_01 .title01 h2{
	font-size: 45px;
	line-height: 40px;
	letter-spacing: calc((75/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title01 h2{
		font-size: 35px;
		line-height: 45px;
		letter-spacing: calc((50/1000)*1em);
	}
}
.contents02 .contents02_01 .title01 .link02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 58px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .title01 .link02{
		width: auto;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 15px;
		line-height: 58px;
		letter-spacing: calc((25/1000)*1em);
		margin-top: 0;
	}
}
.contents02 .contents02_01 .title01 .link02 img{
	width: 28px;
	height: auto;
	margin-left: 15px;
}

.contents02 .contents02_01 ul {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul {
		margin-top: 30px;
	}
}
.contents02 .contents02_01 ul li {
	width: 100%;
	height: auto;
	padding: 15px 0 15px;
	border-bottom: 1px solid #CECECE;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li {
		padding: 20px 0 20px;
	}
}
.contents02 .contents02_01 ul li:first-of-type{
	padding-top: 0;
}
.contents02 .contents02_01 ul li a{
	width: auto;
	height: auto;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li a{
		width: 100%;
		display: block;
	}
}
.contents02 .contents02_01 ul li a .date {
	font-size: 14px;
	line-height: 22px;
	margin-right: 30px;
	color: #7E8286;
}
.contents02 .contents02_01 ul li a .title {
	font-size: 15px;
	line-height: 22px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li a .title {
		font-size: 15px;
		line-height: 22px;
		margin-top: 10px;
	}
}
.contents02 .contents02_01 ul li a:hover .title{
	color: #0E67B5;
	transition: all .4s;
}
/* .contents02ここまで */

/*-----------------------------------------
.contents03 aboutここから
-----------------------------------------*/
.contents03{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(../img/index/item03.png);
	background-repeat: repeat-x;
	background-size: 1400px auto;
	background-position: left bottom;
}
@media only screen and (max-width: 767px){
	.contents03 .img_area{
		width: 35%;
		max-width: 600px;
		min-width: 490px;
		height: auto;
		padding: 0 50px 0 0;
		position: absolute;
		right: -820px;
		left: 0;
		top: 0;
		margin: auto;
	}	
}
@media only screen and (max-width: 767px){
	.contents03 .img_area{
		width: 90%;
		max-width: 330px;
		min-width: initial;
		margin: 0 auto;
		height: auto;
		padding: 0;
		position: initial;
		display: block;
	}
}
.contents03 .img_area img{
	width: 100%;
	height: auto;
	display: block;
}


/*.contents03 .img_area .bg{
	width: 100%;
	height: 100%;
	background-image: url(../img/index/item01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.contents03 .bg01{
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}*/
.contents03 .contents03_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding-bottom: 132px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		padding-bottom: 185px;
	}
}
.contents03 .contents03_01 .tower{
	width: 812px;
	height: auto;
	display: block;
	position: absolute;
	left: -742px;
	bottom: 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .tower{
		width: 376px;
		position: absolute;
		right: 0;
		left: 240px;
		bottom: 0;
		margin: auto;
	}
}
.contents03 .contents03_01 .item01{
	width: 490px;
	height: auto;
	display: block;
	position: absolute;
	right: -90px;
	top: 0;
}
.contents03 .contents03_01 .contents03_01_01{
	width: 520px;
	height: auto;
	display: block;
	margin-left: 110px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01{
		width: 100%;
		max-width: 330px;
		margin: 30px auto 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 h2{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	letter-spacing: calc((75/1000)*1em);
	line-height: 25px;
	color: #003296;
}
.contents03 .contents03_01 .contents03_01_01 h2 img{
	width: 10px;
	height: auto;
	margin-right: 8px;
}
.contents03 .contents03_01 .contents03_01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 45px;
	letter-spacing: calc((75/1000)*1em);
	line-height: 68px;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 h3{
		display: block;
		font-size: 35px;
		letter-spacing: calc((50/1000)*1em);
		line-height: 45px;
		margin-top: 15px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 17px;
	letter-spacing: calc((25/1000)*1em);
	line-height: 34px;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 .text02{
		font-size: 16px;
		letter-spacing: calc((25/1000)*1em);
		line-height: 30px;
		margin-top: 20px;
	}
}
.contents03 .contents03_01 .contents03_01_01 a.btn01{
	width: 209px;
	height: 56px;
	background-color: #003296;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 a.btn01{
		width: 203px;
		height: 55px;
		font-size: 15px;
		line-height: 25px;
		margin-top: 30px;
	}
}
.contents03 .contents03_01 .contents03_01_01 a.btn01 img{
	width: 25px;
	height: auto;
	display: block;
}

/*-----------------------------------------
contents04
-----------------------------------------*/
.contents04{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}
.contents04 .contents04_01{
	width: 100%;
	height: auto;
	background-color: #003296;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 70px;
	padding-bottom: 260px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		padding-top: 25px;
		padding-bottom: 175px;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	background-color: #003296;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01{
		width: 90%;
		max-width: 330px;
		display: block;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
	width: 50%;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01{
		width: 100%;
	}
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h2{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((75/1000)*1em);
	color: #fff;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h2 img{
	width: 10px;
	height: auto;
	margin-right: 8px;
}
.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 45px;
	line-height: 68px;
	letter-spacing: calc((75/1000)*1em);
	color: #fff;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 .contents04_01_01_01 h3{
		font-size: 35px;
		line-height: 52px;
		letter-spacing: calc((50/1000)*1em);
		margin-top: 15px;
	}
}
.contents04 .contents04_01 .contents04_01_01 .text04{
	width: 520px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	color: #fff;
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 .text04{
		width: 100%;
		font-size: 15px;
		line-height: 28px;
		margin-top: 20px;
	}
}
.contents04 ul{
	width: 100%;
	max-width: 1300px;
	margin: -210px auto 0;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
}
@media only screen and (max-width: 767px){
	.contents04 ul{
		width: 90%;
		max-width: 330px;
		margin: -140px auto 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents04 ul li{
	width: 33.333%;
	height: auto;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents04 ul li{
		width: 100%;
		height: auto;
		transition: all .5s;
	}
}
.contents04 ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.contents04 ul li a .img_box{
	width: 100%;
	height: 450px;
	background-image: url(../img/index/img01.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents04 ul li a .img_box{
		width: 100%;
		height: 351px;
		background-image: url(../img/index/img01.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
		transition: all .5s;
	}
}

.contents04 ul li a:hover .img_box{
	background-size: 110% auto;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents04 ul li a:hover .img_box{
		background-size: 100% auto;
		transition: all .5s;
	}
}

.contents04 ul li:nth-of-type(2) a .img_box{
	background-image: url(../img/index/img02.jpg);
}

.contents04 ul li:nth-of-type(3) a .img_box{
	background-image: url(../img/index/img03.jpg);
}

.contents04 ul li a:hover{
	opacity: 1;
}


.contents04 ul li a.text{
	width: auto;
	height: auto;
	display: block;
}
.contents04 ul li a p{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.contents04 ul li a p img{
	width: 28px;
	height: auto;
	display: block;
	margin-left: 10px;
}

/*-----------------------------------------
contents05
-----------------------------------------*/
.contents05{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents05{
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents05 .img_area{
	width: 50%;
	height: 570px;
	padding: 0 50px;
	position: absolute;
	right: 0;
	top: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents05 .img_area{
		width: 90%;
		max-width: 330px;
		height: auto;
		padding: 0;
		position: initial;
		padding-bottom: 50px;
		margin: 0 auto;
	}
	.contents05 .img_area img{
		width: 100%;
		height: auto;
		display: block;
	}
}
.contents05 .img_area .bg{
	width: 100%;
	height: 100%;
	padding: 0 50px;
	background-image: url(../img/index/img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.contents05 .contents05_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 140px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01{
		width: 90%;
		max-width: 330px;
		padding-bottom: 50px;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 520px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01{
		width: 100%;
	}
}
.contents05 .contents05_01 .contents05_01_01 h2{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((75/1000)*1em);
	color: #003296;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 h2{
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((75/1000)*1em);
		color: #003296;
	}
}
.contents05 .contents05_01 .contents05_01_01 h2 img{
	width: 10px;
	height: auto;
	margin-right: 8px;
}
.contents05 .contents05_01 .contents05_01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 45px;
	line-height: 68px;
	letter-spacing: calc((75/1000)*1em);
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 h3{
			font-size: 35px;
			line-height: 52px;
			letter-spacing: calc((50/1000)*1em);
			margin-top: 15px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .text05{
	width: 520px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 .text05{
		width: 100%;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: calc((25/1000)*1em);
		margin-top: 20px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01{
		margin-top: 30px;
		flex-direction: column;
		justify-content: flex-start;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 ul{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 ul li{
	width: auto;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 ul li a{
	width: 245px;
	height: 55px;
	background-color: #003296;
	border-radius: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 0 15px 0 25px;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 ul li a{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 ul li a img{
	width: 25px;
	height: auto;
	display: block;
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .insta{
	width: 122px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .insta{
		margin: 30px auto 0;
	}
}
.contents05 .contents05_01 .contents05_01_01 .contents05_01_01_01 .insta img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------
contents06
-----------------------------------------*/
.contents06{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-image: url(../img/index/bg02.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 62px;
}
@media only screen and (max-width: 767px){
	.contents06{
		background-image: url(../img/index/bg02_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom left;
		padding-bottom: 60px;
	}
}
.contents06 .contents06_01{
	width: 1120px;
	height: auto;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 80px 0 0;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01{
		width: 90%;
		max-width: 330px;
		margin: 0 auto 30px;
		display: block;
		padding: 40px 0 0;
	}
}
.contents06 .contents06_01 .contents06_01_01{
	width: 482px;
	height: auto;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01{
		width: 100%;
	}
}
.contents06 .contents06_01 .contents06_01_01 h2{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((75/1000)*1em);
	color: #003296;
}
.contents06 .contents06_01 .contents06_01_01 h2 img{
	width: 10px;
	height: auto;
	margin-right: 8px;
}
.contents06 .contents06_01 .contents06_01_01 h3{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 45px;
	line-height: 68px;
	letter-spacing: calc((70/1000)*1em);
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .contents06_01_01 h3{
		display: block;
		font-size: 35px;
		letter-spacing: calc((50/1000)*1em);
		line-height: 45px;
		margin-top: 15px;
	}
}
.contents06 .contents06_01 .text06{
	width: 520px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_01 .text06{
		width: 100%;
		font-size: 15px;
		line-height: 28px;
		letter-spacing: calc((25/1000)*1em);
		margin-top: 20px;
	}
}

.contents06 .contents06_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}
.contents06 .contents06_02 .contents06_02_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_02 .contents06_02_01{
	}
}
.contents06 .contents06_02 .contents06_02_01 .slick-list .slick-track{
	left: calc((-300px / 2) + (-30px / 2));
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_02 .contents06_02_01 .slick-list .slick-track{
		left: 0;
	}
}
.contents06 .contents06_02 .contents06_02_01 .photo01{
	width: 300px;
	height: auto;
	aspect-ratio: 350/220;
	margin: 0 0 0 15px;
	display: block;
	position: relative;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents06 .contents06_02 .contents06_02_01 .photo01{
		width: 200px;
	}
}
.contents06 .contents06_02 .contents06_02_01 .photo01:nth-of-type(1){
	margin-left: 0;
}
.contents06 .contents06_02 .slick_start .photo01{
	margin: 0 calc(15px / 2);
}
.contents06 .contents06_02 .contents06_02_01 .slick_start .photo01:nth-of-type(1){
	margin: 0 calc(15px / 2);
}
.contents06 .contents06_02 .contents06_02_01 .photo01 .img{
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
.contents06 .contents06_02 .contents06_02_01 .photo01 .no_img{
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}
.contents06 .contents06_02 .contents06_02_01 .photo01 .no_img::before{
	content: '';
	width: 50%;
	height: 50%;
	margin: 0;
	background-image: url(../img/common/logo01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
}
.contents06 .contents06_02 > .btn01{
	width: 200px;
	height: 56px;
	margin: 38px auto 0;
	background-color: #003296;
	border-radius: calc(56px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
@media only screen and (max-width: 767px){
	.contents06 .contents06_02 > .btn01{
		margin: 30px auto 0;
	}
}
.contents06 .contents06_02 > .btn01 img{
	width: 25px;
	height: auto;
	margin: 0 0 0 30px;
	display: block;
	flex-shrink: 0;
}


/*-----------------------------------------
contents07
-----------------------------------------*/
.contents07{
	width: 100%;
	height: auto;
	display: block;
}
.contents07 .contents07_01{
	width: 1120px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents07 .contents07_01{
		width: 90%;
		max-width: 330px;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 50px 0;
		position: relative;
	}
}

.contents07 .contents07_01 .contents07_01_01{
	width: 355px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents07 .contents07_01 .contents07_01_01{
		width: 100%;
	}
}
.contents07 .contents07_01 .contents07_01_01 h2{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: calc((75/1000)*1em);
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px){
	.contents07 .contents07_01 .contents07_01_01 h2{
		font-size: 35px;
		line-height: 50px;
		letter-spacing: calc((50/1000)*1em);
		margin-bottom: 20px;
	}
}
.contents07 .contents07_01 .contents07_01_01 ul{
	width: 100%;
	height: auto;
	display: block;
}
.contents07 .contents07_01 .contents07_01_01 ul li{
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.contents07 .contents07_01 .contents07_01_01 ul li{
		font-size: 14px;
	}
}
.contents07 .contents07_01 .contents07_01_01 ul li span{
	font-size: 17px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
}
.contents07 .contents07_01 .map{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents07 .contents07_01 .map{
		width: 90%;
		margin: 30px auto 0;
	}
}
.contents07 .contents07_01 .contents07_01_02{
	width: 740px;
	height: 340px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents07 .contents07_01 .contents07_01_02{
		width: 100%;
		height: 280px;
		position: relative;
	}
}







