@charset "UTF-8";
/* CSS Document */
/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,0.6);
}

.bg_light{
	background-color: #d8e9f0;
}
.bg_blue{
	background-color: #a0d8ef;
}
.bg_navy{
	background-color: #0d54ac;
}

.bg_inner{
	padding: 70px 10px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

/* 回転アニメーション======================================== */
.ring1 {
  animation: r1 30s linear infinite;
}
.ring2 {
  animation: r1 30s -10s linear infinite;
}
@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

/* 境界SVG======================================== */
.gap_border{
	position: relative;
	width: 100%;
	height: 1px;
}
.gap_border svg{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 2;
}
.gap_border svg.flip{
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 2;
}
.gap_round{
	position: relative;
	width: 100%;
	height: 1px;
}
.gap_round .img_round_tr{
	position: absolute;
	top: -45vw;
	right: -45vw;
	width: 90vw;
	z-index: 4;
}
.gap_round .img_round_bl{
	position: absolute;
	bottom: -45vw;
	left: -45vw;
	width: 90vw;
	z-index: 4;
}
.gap_round .img_round_tr img,
.gap_round .img_round_bl img{
	width: 100%;
	opacity: 0.7;
}
@media (max-width: 768px){
	.gap_round .img_round_tr{
		top: -75vw;
		right: -75vw;
		width: 150vw;
	}
	.gap_round .img_round_bl{
		bottom: -75vw;
		left: -75vw;
		width: 150vw;
	}
}
/* カットイラスト　================================================== */
.point_cut_bl{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
}
.point_cut_bl200{
	position: absolute;
	bottom: -35px;
	left: 15px;
	width: 200px;
}
.point_cut_tr{
	position: absolute;
	top: -30px;
	right: -30px;
	width: 200px;
}
.point_cut_br{
	position: absolute;
	bottom: -40px;
	right: -15px;
	width: 200px;
}
.point_cut_bl img,
.point_cut_bl200 img,
.point_cut_tr img,
.point_cut_br img{
	width: 100%;
}
@media (max-width: 1200px){
	.point_cut_bl{
		width: 100px;
		bottom: -35px;
	}
	.point_cut_tr{
		width: 150px;
		top: -50px;
	}
}
@media (max-width: 750px){
	.point_cut_bl{
		width: 70px;
		bottom: -35px;
	}
	.point_cut_tr{
		width: 100px;
		top: -50px;
	}
}

/* 見出し　================================================== */
.txt_lv02{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: clamp(1.5rem, 0.825rem + 2.4vw, 3rem);
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
	color: #0d54ac;
	line-height: 1.2;
}
.txt_lv02 .ja{
	display: block;
	position: relative;
	
}
.txt_lv02 .en{
	font-size: 60%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}

.txt_lv03{
	color: #0d54ac;
	font-family: "RocknRoll One", sans-serif;
	font-size: clamp(1.2rem, 1.065rem + 0.48vw, 1.5rem);
	border-bottom: solid 5px #ffd900;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
}

.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}

.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: clamp(1.1rem, 0.8rem + 1.0667vw, 1.6rem);
	text-align: center;
	line-height: 120%;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #eaeaea;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #eaeaea;
	font-weight: 700;
	font-style: normal;
}

.txt_lv05{
	background: #0d54ac;
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
	color: #fff;
}
.txt_lv05 i{
	color: #fff;
}

.txt_copy01{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: clamp(1.4rem, 1.04rem + 1.28vw, 2.2rem);
	text-align: center;
	color: #0d54ac;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #0d54ac;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #0d54ac;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

/* ヘッダー　================================================== */

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	display: block;
	width: auto;
	height: 90px;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 10px;
	text-align: center;
	gap: 15px;
}
.site-header .header_phone span{
	font-size: 0.7rem;
	font-weight: 600;
	color: #fff;
	display: block;
}
.site-header.transform .header_phone span{
	color: #0d54ac;
}
.site-header .h_phone a{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #fff;
	opacity: 1;
	transition: .5s;
}
.site-header.transform .h_phone a{
	color: #0d54ac;
	
}
.site-header .h_phone a:hover{
	opacity: 0.6;
}
.site-header .h_insta{
	margin-right: 30px;
}
.site-header .h_insta a{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 46px;
	width: 46px;
	text-align: center;
	color: #1a1a1a;
	background:rgba(255,255,255,1);
	border:solid 1px #fff;
	border-radius: 50%;
	transition: .5s;
}
.site-header .h_insta a i{
	font-size: 1.1rem;
}
.site-header .h_insta a:hover{
	background:rgba(255,255,255,0.2);
	color: #fff;
}
.site-header.transform .h_insta a{
	color: #fff;
	background:#0d54ac;
	border:solid 1px #0d54ac;
}
.site-header.transform .h_insta a:hover{
	background:rgba(255,255,255,0.2);
	counter-reset: #0d54ac;
	color: #0d54ac;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 600;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #1a1a1a;
}
.site-header nav ul li a span{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 70%;
}
.site-header.transform nav ul li a span{
	color:#0d54ac;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	background:rgba(13,84,172,0.0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(13,84,172,1.0);
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
/* FV　================================================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider{
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: linear-gradient(to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.05) 15% 100%) ;
}
.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 2;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/img03.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/img02.webp") no-repeat;
	background-size: cover;
	background-position: left;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	max-width: 900px;
	z-index: 10;
}

.slide_wrap .copy h2{
	margin: auto;
	text-align: center;
	color: #fff;
	
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}

.slide_border{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	z-index: 5;
}
.slide_border svg{
	width: 100%;
	vertical-align: middle;
}
.slide_cut_bl{
	position: absolute;
	z-index: 6;
	bottom: 30px;
	left: 5px;
	height: 21vw;
}
.slide_cut_br{
	position: absolute;
	z-index: 6;
	bottom: 80px;
	right: 5px;
	height: 21vw;
}
.slide_cut_br img,
.slide_cut_bl img{
	width: auto;
	height: 100%;
}
@media (max-width: 1200px){
	.slide_wrap .copy{
		width: 80%;
	}
}
@media (max-width: 960px){
	.slide_cut_bl{
		height: 200px;
		bottom: 0;
	}
	.slide_cut_br{
		height: 200px;
		bottom: 50px;
	}
}
@media (max-width: 768px){
	.slider{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slide_wrap .copy{
		width: calc(100% - 60px);
		min-width: 300px;
	}
	.slide_cut_bl{
		height: 30vw;
	}
	.slide_cut_br{
		height: 30vw;
		bottom: 30px;
	}
	
}
.slide_wrap .img_round_tr{
	position: absolute;
	top: -45vw;
	right: -45vw;
	width: 90vw;
	z-index: 4;
}
.slide_wrap .img_round_bl{
	position: absolute;
	bottom: -45vw;
	left: -45vw;
	width: 90vw;
	z-index: 4;
}
.img_round_tr img,
.img_round_bl img{
	width: 100%;
}
@media (max-width: 768px){
	.slide_wrap .img_round_tr{
		top: -75vw;
		right: -75vw;
		width: 150vw;
	}
}
/* コンテンツ
   ========================================================================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap:30px;
}
.card001 .inner{
	width: 100%;
	padding: 30px;
	position: relative;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	width: 100%;
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	gap:15px;
}
.photo_flex .img{
	width: 100%;
	padding: 0;
	position: relative;
}
.photo_flex .img .main{
	width: 100%;
}
.photo_flex .img:nth-child(even){
	transform: scale(0.8);
}

@media (max-width: 1200px){
	.photo_flex{
		gap:5px;
	}
	.photo_flex .img:nth-child(odd){
		transform: scale(1.1);
	}
}

/* フッター ================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	color: #1a1a1a;
}
.bg_footer{
	background:url("../img/bg_img01.webp") ,linear-gradient(to bottom,#fff ,#a0d8ef 30%,#84bae5 60% ,#0d54ac);
	background-repeat: no-repeat;
	background-size: 100%, cover;
	background-position: bottom 70px center ,center;
	color: #fff;
}

footer h2{
	text-align: center;
}
footer h2 img{
	width: 400px;
	filter: grayscale(100%) invert(100%) brightness(300%);
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 50px 10px;
	margin:auto;
}
.copyright{
	text-align: center;
	padding: 1.4rem 1rem;
	font-size: 0.9rem;
}
@media (max-width: 1200px){
	footer h2{
		text-align: center;
		margin-bottom: 15px;
	}

}

@media (max-width: 750px){
	footer h2 img{
		width: calc(100% - 60px);
		min-width: 300px;
	}
	.bg_footer{
		background-size: 150%, cover;
	}
	.copyright{
		font-size: 0.8rem;
	}
}


/* コンタクト */

.contact_wrap{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin-inline: auto;
	gap: 30px;
	padding: 10px;
}
.contact_wrap .phone{
	color: #0d54ac;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 1.5rem;
	border: solid 2px #0d54ac;
	line-height: 100%;
	background: rgba(255,255,255,0.2);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 100px;
	transition: .5s;
	position: relative;
}
.contact_wrap .phone .txt{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.contact_wrap .phone .nb{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: clamp(1.3rem, 1.165rem + 0.48vw, 1.6rem);
	line-height: 120%;
}
.contact_wrap .phone:hover{
	background: #0d54ac;
	color: #fff;
}
.bg_navy .contact_wrap{
	padding: 15px 15px 30px;
}
.bg_navy .contact_wrap .phone{
	color: #0d54ac;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(255,255,255,1);
}
.bg_navy .contact_wrap .phone:hover{
	color: #fff;
	background: #0d54ac;
}

@media (max-width: 960px){
	.contact_wrap{
		flex-direction: column;
	}
	.bg_navy .contact_wrap{
		gap:50px;
	}
}


.contact_wrap .phone .comme{
	position: absolute;
	display: block;
	width: 90%;
	max-width: 300px;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.comme img{
	width: 100%;
}
@media (max-width: 450px){
	.contact_wrap .phone .comme{
		max-width: 250px;
	}
}

/* モバイルコンタクト */
.mb_contact{
	position: fixed;
	z-index: 990;
	bottom: 70px;
	left: 0;
	background-color: #0d54ac;
	text-align: center;
	padding: 8px 15px 8px 8px;
	border-radius: 0 50px 50px 0;
	display: none;
}
.mb_contact span{
	display: block;
	font-size: 0.6rem;
	color: #fff;
}

.mb_contact .f_phone{
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-size: 1.1rem;
	color: #ffd900;
	opacity: 1;
	transition: .5s;
}
.mb_contact .f_phone:hover{
	color: #fff;
}
@media (max-width: 1200px){
	.mb_contact{
		display: block;
	}
}


/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	position: relative;
	background: linear-gradient(to bottom, rgba(13,84,172,0.5),rgba(13,84,172,0.0)) , url(../img/bg_img02.webp);
	background-size: cover;
	background-position: center ,bottom;
	
}
.subtitle h2{
	color: #ffd900;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(2rem, 1.1rem + 3.2vw, 3.5rem);
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
	text-shadow: 2px 2px 50px #0d54ac ,1px 1px 3px #0d54ac;
	z-index: 5;
}
.subtitle h2 span.en{
	font-size: 70%;
}

@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		width: 100%;
	}
}
@media (max-width: 750px){
	.subtitle h2{
		bottom: 120px;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
	z-index: 10;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '|';
	padding-left: 0.5rem;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:100%;
	margin: 50px auto;
}
.carousel .inner {
	overflow: hidden;
	padding: 15px;
}
.carousel .inner img {
	display: block;
	aspect-ratio: 3 / 4;
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel .inner2 {
	overflow: hidden;
	padding: 15px;
}
.carousel .inner2 img {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel .inner2.s01 img{
	transform: scale(0.8);
}

/* Map ============================================================ */
.map{
	width: 100%;
	overflow: hidden;
}
.map iframe{
	width: 100%;
	vertical-align: middle;
}

.arer{
	width: 100%;
}
.arer img{
	width: 100%;
}

/*  リンクコンテンツ ================================================== */
.grid {
	max-width: 1366px;
	display: flex;
	justify-content: flex-start;
	margin: auto;
	padding: 30px 0;
	overflow: hidden;
}
.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 3 - 30px);
	aspect-ratio: 1 / 1;
	background-color:#0d54ac;
	border-radius: 30px;
	overflow: hidden;
	margin: 15px;
	transition: .5s;
	cursor: pointer;
}
.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 30px;
	opacity: 0.9;
	object-fit: cover;
	overflow: hidden;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.effect-chico:hover{
	border-radius: 50%;
	background-color:#ffd900;
	transform: rotate(45deg);
	overflow: hidden;
}

.effect-chico:hover img {
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico .in {
	width: 100%;
	padding: 18%;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .5s;
}

.effect-chico .in::before {
	position: absolute;
	top: 18%;
	right: 18%;
	bottom: 18%;
	left: 18%;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico .in::before,
.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h3 {
	text-align: left;
	font-weight: 500;
	font-size: 1.8em;
	color: #fff;
	line-height: 110%;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.effect-chico h3 span{
	font-size: 70%;
	font-weight: 500;
}
.effect-chico p {
	font-size: 0.9em;
	margin: 0 auto 0 0;
	transform: scale(1.5);
}
.effect-chico:hover .in{
	transform: rotate(-45deg);
}

.effect-chico:hover .in::before,
.effect-chico:hover p {
	opacity: 1;
	transform: scale(1);
}
.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1200px){
	.grid{
		flex-wrap: wrap;
		justify-content: center;
	}
	.effect-chico{
		width: calc(100% / 2 - 30px);
	}
	.effect-chico h3{
		font-size: clamp(1rem, 0.7rem + 1.0667vw, 1.5rem);
	}
}
@media (max-width: 768px){
	.grid{
		width: 100%;
		max-width: 400px;
		justify-content: center;
	}
	.effect-chico{
		width: calc(100% - 30px);
	}
}

/* sticky ============================================================ */
/* 箱 */
.list_wrap{
	display: flex;
	justify-content: center;
	align-content: center;
	padding: 20px 0;
	position: relative;
}
.list_main{
	padding: 10px;
	flex: 1;
}
.list_main .scroll-point{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
.list_side .scrollwrap{
	position: sticky;
	top: 140px;
	width: 100%;
	max-width: 200px;
	height: auto;
	z-index: 10;
	
}
.list_side .scrollwrap::-webkit-scrollbar{
	background: #ccc;
	width: 2px;
	height: 2px;
}
.scrollwrap.wide{
	display: block;
}
.scrollwrap.mb{
	display: none;
}
@media (max-width: 960px){
	.list_wrap{
		flex-direction: column;
		
	}
	.scrollwrap.wide{
		display: none;
	}
	.scrollwrap.mb{
		display: block;
		position: sticky;
		top: 90px;
		width: 100%;
		z-index: 10;
		background: #000;
	}
}
@media (max-width: 960px){
	.list_wrap{
		padding: 0;
	}
	.list_main{
		padding: 0;
	}
}

/* 中身　サイドメニュー */
.scrollwrap h3{
	color: #438540;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.2rem;
}
.scrollwrap ul li{
	margin-bottom: 1em;
	border-bottom: dashed 1px #5cb758;
}
.scrollwrap ul{
	margin-inline: 10px;
}
.scrollwrap ul li a{
	color: #fff;
	font-size: 0.9rem;
}
.scrollwrap ul li a i{
	color: #5cb758;
}

@media (max-width: 1200px){
	.scrollwrap ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.scrollwrap.mb ul{
		display: flex;
		justify-content: flex-start;
		gap:15px;
	}
	.scrollwrap ul{
		margin-inline: 0;
	}
}
/* 中身　メインメニュー */
.scroll-point{
	
}

.phone_nb{
	text-align: center;
}
.phone_nb a{
	background: #0d54ac;
	color: #ffd900;
	font-size: clamp(1.2rem, 0.57rem + 2.24vw, 2.6rem);
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0.2em 1em;
	border-radius: 100px;
	transition: .5s;
}
.phone_nb a:hover{
	opacity: 0.5;
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
	background: #fff;
	border-radius: 30px;
	border:solid 1px #a0d8ef;
	margin-bottom: 15px;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #0d54ac;
    border-right: 2px solid #0d54ac;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 600;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color:#a0d8ef;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #ffd900;
	font-family: "RocknRoll One", sans-serif;
	font-weight: 400;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}