/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

section{
	width: 100%;
	max-width: 46.875rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}




/* スライダー */

 .slider-wrap01{
	width: 72%;
	margin: 0 auto;
	position: absolute;
	left: 2%;
	right: 0;
	top: 43%;
 }


@media screen and (max-width: 750px){
	.slider-wrap01{
		height: 100%;
	 }
}

.slider {
	position:relative;
z-index: 1;
/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}




/*画像設定*/

.slider-item {
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
	background-size: contain;/*背景画像が.slider-item全体を覆い表示*/
}





/* アコーディオン */

.faq__title{
	width: 25%;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 4%;
}
.accordion-area{
	max-width: 688px;
	width: 91%;
	margin: 0 auto;
	padding-bottom: 10%;
}
.accordion-title{
	margin-top: -3px;
	padding: 16px 0;
}
.accordion-title p{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-size: clamp(10px, 3.2vw, 24px); 
font-weight: 600;
line-height: 120%;
color: #fff;
padding-left: 4%;
}
.accordion-box{
	margin-top: -3px;
	padding: 16px 0;
}

.accordion-box p{
	color: #606060;
	font-size: clamp(10px, 3.2vw, 24px); 
font-weight: 300;
padding-left: 4%;
padding-right: 5%;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
line-height: 150%;
letter-spacing: -0.01em;
text-align: left;

}
.accordion-box a{
	text-decoration: underline;
}
.margin-top{
	margin-top: 5%;
}
/*アイコンの＋と×*/
.title {
	position: relative;
}
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
		transition: all 0.3s;
    
}
.title::before{
    top:48%;
    right: 5%;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 5%;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(0deg);
}

.title.close::after{
	transform: rotate(0deg);
}

.bg01{
	background: #438F9B;
}
.bg02{
	background: #456778;
;
}



/*アコーディオンで現れるエリア*/
.box {
	display: none;/*はじめは非表示*/
}

/* ボタン */




.cta-btn-header{
	position: absolute;
	width: 54%;
	right: -2%;
	top:0%;
}
.cta-btn01{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:84%;
}
.cta-btn02{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:74%;
}
.cta-btn03{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:63%;
}
.cta-btn03{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: -46%;
	right: 0;
	top:87%;
}
.cta-btn04{
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: -46%;
	top:87%;
}

.float-btn{
  position: fixed;
  z-index: 100;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 750px;
  bottom:0%;
  transition: all 0.3s;
	width: 100%;
}


.float-btn-img{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: 300ms;
  position: relative;
  display: flex;
}
.float-btn-img img{
 object-fit: cover;
 width: 90%;
 margin: 0 auto;
}
.float-btn-img::before {
  position: absolute;
    content: '';
    display: inline-block;
    top: -200px;
    left: 0;
    width: 30px;
    height: 50%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

/*アニメーション用CSS*/

@keyframes UpDown{
  0%{
  transform: translateY(-10px);
  }
  100%{
  transform: translateY(10px);
  }
  }
.opacity{
    opacity:0;
		z-index: -1;
}







/*アニメーション用CSS*/

@keyframes UpDown{
  0%{
  transform: translateY(-8px);
  }
  100%{
  transform: translateY(8px);
  }
  }
.opacity{
    opacity:0;
}

@-webkit-keyframes shinyshiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.cta-btn{
  width: 93%;
  animation-name:UpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
	overflow: hidden;
}
.cta-btn:hover{
  opacity: 0.8;
}
.cta-btn-s:hover{
  opacity: 0.8;
}

.cta-btn::before {
  position: absolute;
    content: '';
    display: inline-block;
    top: -200px;
    left: 0;
    width: 30px;
    height: 50%;
    background-color: #fff;
    transition: 300ms;
    /* animation: shinyshiny 2.5s ease-in-out infinite; */
}

.cta-btn-s{
	width: 48%;
}
/* footer */
footer{
	max-width: 750px;
	width: 100%;
	background: #1D5065;

	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 56px 10px;
}
@media screen and (min-width: 768px) {
	footer{
		max-width: 100%;
		margin-top: 48px;
		padding: 56px 0;
	}
}
.footer {
	padding: 2rem 0;
	max-width: 750px;
	width: 100%;
	background: #1D5065;
}
.footer-inner {
	padding: 0 10px;
}

.footer-contents {
	max-width: 340px;
	margin: 0 auto;
}

.footer-contents__title {
font-family: "Noto Sans JP" , sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 30px;
text-align: left;
color: #fff;
}

.footer-contents__address {
	font-family: "Noto Sans JP" , sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 20.8px;
text-align: left;
margin-top: 16px;
color: #fff;


}

.footer-contents__tel {
	font-family: "Noto Sans JP" , sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 30px;
text-align: left;
margin-top: 16px;
color: #fff;
}

.footer-contents__tel-number {
	color: #fff;
	font-size: 20px;
font-weight: 700;
line-height: 30px;
text-align: left;
margin-top: 16px;
}

.footer-contents__hours {
	font-family: "Noto Sans JP" , sans-serif;
	color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 20.8px;
text-align: left;
margin-top: 16px;
border-bottom: 1px solid #fff;
padding-bottom: 16px;

}

.footer-link {
	padding-top: 16px;
}

.footer-link__item {
	font-family: "Noto Sans JP" , sans-serif;
	color: #fff;
font-size: 16px;
font-weight: 700;
line-height: 19.2px;
text-align: left;

}

.footer-copy {
	font-family: "Noto Sans JP" , sans-serif;
	color: #fff;
font-size: 16px;
font-weight: 300;
line-height: 19.2px;
text-align: left;
}






