@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', serif;
  height: 100vh;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  min-height: 100vh;
  background-color: #F5F8FF !important;
  color: #000;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

header>img {
  max-height: clamp(50px, 12vw, 80px);
}

header > a{
  max-width: 60% !important;
  display: block;
}

.wrap {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 #aaa;
}

.center {
  text-align: center;
}

.pb {
  padding-bottom: 5rem;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}

.bg1 {
  background-image: url("../img/003.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.bg2 {
  background-image: url("../img/012.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 2rem;
}

.bg3 {
  background-image: url("../img/021.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.bg4 {
  background-image: url("../img/037.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 2rem;
}

.bg5 {
  background-image: url("../img/021.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}

.bg6 {
  background: #fff;
  padding: 5rem 0;
}

.fixed {
  display: block;
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.fixed-top {
  background-color: #AAACE6;
  color: #fff;
}

.fixed-flex {
  background-color: #E6EAFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem 2rem;
  box-sizing: border-box;
}

.fixed-flex>div {
  padding: 1rem;
  max-width: 74%;
  margin: 0 auto;
}


footer {
  background: #000;
  color: #fff;
  padding: 3rem;
  padding-bottom: 250px;
}


.footer a {
  color: #fff;
}

.swiper-pagination {
  position: relative !important;
}

.swiper-pagination-bullet {
  background: #FFF !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #A2CDDE !important;
}


.accordion {
  padding: 0 2rem;
}

/* 必須 */
.accordion-content {
  display: none;
}

.accordion-header {
  text-align: left;
  background-color: #5A5B8C;
  color: #fff;
  font-weight: 700;
  padding: 12px 45px 10px 20px;
  border-radius: 10px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  text-align: left;
  padding: 12px 20px 10px 45px;
}

.accordion-header span {
  padding-left: 40px;
  position: relative;
}

.accordion-content span {
  padding-left: 0px;
  position: relative;
}


.accordion-header span::before {
  position: absolute;
  content: "Q.";
  top: 0;
  left: 0;
  color: #fff;
}


.accordion-content span::before {
  position: absolute;
  content: "A.";
  top: 0;
  left: -25px;
}



.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    font-size: 30px;
  }

}

.btn img {
  transition: all .5s;
  -webkit-animation: anime_pulse 1.5s infinite;
  animation: anime_pulse 1.5s infinite;
}

/*アニメーション*/
@-webkit-keyframes anime_pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.btn {
  background-color: transparent !important;
  border: none !important;
}

.line-link a:hover {
  color: #EEFE00;
}

.area-yellow{
   color: #EEFE00;
}

	.popup-area {
		background-color: #000000aa;
		width: 100vw;
		height: 100vh;
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	.popup-area-wrap {
		display: flex;
		width: 100vw;
		height: 100vh;
		align-items: center;
		justify-content: center;
	}

	.popup-wrap {
		font-weight: bold;
		width: 90%;
		margin: 0 auto;
		background-color: #fff;
		border: #000 2px solid;
		padding: 2%;
		box-sizing: border-box;
		text-align: center;
	}

	.popup-flex {
		display: flex;
		margin: 10px 0;
		justify-content: space-between;
	}

	.popup-flex div {
		text-align: center;
		width: 48%;
		border: 2px solid #000;
		padding: 5px 1%;
		box-sizing: border-box;
		background-color: #eee;
	}

	.popup-flex div a {
		display: block;
	}