@charset "utf-8";


@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  
}

.mainview {
 position: relative;
 display: flex;
 margin-bottom: 800px;
}




.main-01 {
  width: 50%;
  max-width: 650px;
  height: 800px;
  background: #FBFBFB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 1;
}

  .main-02 {
    width: 70%;
    height: 800px;
    background-image: url(../img/main-02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
  }

  .main-ttl {
    width: 450px;
    height: 300px;
    background-image: url(../img/main-ttl.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 0;
    margin-top:270px;
    z-index: 2;
  }

  @media (max-width: 768px) {
    .mainview {
      margin-bottom: 0px;
      height: 800px;
     }
     
.main-01 {
  width: 100%;
  opacity: 0.5;
  max-width: 768px;
}

.main-02 { 
width: 100%;
}

  }


h1 {
  color: #0D7D9A;
  line-height: 2.5;
  text-align: center;
  font-size: 35px;
}

@media (max-width:768px) {
  
  h1  {
  font-size: 25px;
  }
  }


.ttl {
  display: block;
  margin: 0 auto;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.ttl h1 {
  font-size: 32px;
  line-height: 0.8;
  font-weight: bold;
}

.ttl-eg {
  font-size: 25px;
  color: #B40019;
  margin-top: -0.3em;
}

.ttl-bg {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}


.row {
  width: 100%;
}

/*-- about --*/

.about-content-01 {
  padding-top: 50px;
  width: 100%;
padding-bottom: 50px;
  background-image: url(../img/about-bg.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}

.about-content-01 .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  max-width: 1024px;
}

.about-box {
  width: 330px;
  height: 120px;
  border: solid 1px #099F9F;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}


.about-box-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  padding-top: 18px;
}

.about-box-text {
  width: 100%;
background: #099F9F;
color: #fff;
position: absolute;
bottom: 0;
margin: 0;
font-size: 25px;
}


@media (max-width:1023px) {
  
  .about-content-01 .row {
flex-direction: column;
    align-items: center;
    margin: 20px auto;
    max-width: 1024px;
  }

  .about-box {
    margin-bottom: 30px;
  }
  }



.about-content-02 {
   padding-top: 50px;
  width: 100%;
padding-bottom: 60px;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  color: #fff;
}

.about-content-02 h2 {
  text-align: center;
  margin-top: 20px;
}


.about-content-02 .text {
  width: 90%;
  max-width: 530px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 20px;
}


.about-content-03 {
  padding-bottom: 50px;
  padding-top: 60px;
}

.osusume {
  border: solid 1px #fff;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
  font-weight: bold;
  position: relative;
}

.osusume span {
  background:linear-gradient(transparent 20%, #B43939 20%);
}

.kirakira {
  position: absolute;
  top: -10%;
  left: -15%;
}

.scene {
  border: solid 1px #1F85C2;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px 0;
}


.q-2 {
  width: 50px;
  margin: 10px auto;
}


.scene h3 {
  width: 315px;
  color: #1F85C2;
  background:linear-gradient(transparent 60%, #ff6 60%);
 margin: 0 auto;
 text-align: center;
}

.scene-text {
  font-size: 18px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}


.basyo-text {
  width: 90%;
max-width: 400px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 20px;
}


.basyo-wrap {
  max-width: 800px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.basyo {
  width: 150px;
  height: 152px;
}



@media (max-width: 992px) {
  .basyo-wrap {
    max-width: 600px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
  }
  
  .basyo {
    width: 180px;
    height: 152px;
    margin-top: 30px;
  }
  

}


/*-- point --*/

.point-ttl {
  background-color: #0D7D9A;
  border-bottom: 10px solid #099F9F;
  position: relative;
  padding: 40px 0;
}

.point-ttl-img {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

.hito {
  width: 320px;
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 3%;
}


@media (max-width: 768px) {
  .hito{
    width: 280px;
bottom: -80%;
  }
}


.point {
  padding-top: 50px;
  width: 100%;
  padding-bottom: 60px;
  background: url(../img/point-bg.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  position: relative;
}

.point::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  animation: flash 3s infinite;
  }

@keyframes flash {
	0%,
	100% {
		opacity: 0.5;
	}

	50% {
		opacity: 0;
	}
}



.point-box {
  background-color: #fff;
  width: 90%;
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
  padding-bottom: 40px;
  position: relative;
}




.point-box h4 {
  background-color: #0D7D9A;
  font-size: 40px;
  color: #fff;
  padding: 10px 0;
}

.point-box-text {
  width: 90%;
  font-size: 18px;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}

.point-box-img-01 {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}

.point-01 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: -10% ;
  left: -5%;
}

.point-02 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: -10% ;
  right: -5%;
}

.point-03 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: -15% ;
  left: -5%;
}

 .point-03-text {
  margin-left: 2em;
 }

.point-box-text-03 {
  background-color: #099F9F;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  margin-left: 2em;
}
 

@media (max-width: 992px) {
  .point-03 {
    top: -5% ;
    left: -5%;
  }
}

.sample {
  padding: 50px 0;
}

.sample h2 {
  width: 350px;
  color: #099F9F;
  background:linear-gradient(transparent 60%, #ff6 60%);
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  position: relative;
  margin-top: 50px;
}

.sample h2::before {
  content: url(../img/leaf.svg);
  position: absolute;
  left: -25%;
  top: -70%;
}

@media (max-width: 992px) {
  .point-03 {
    top: -5% ;
    left: -5%;
  }
}

.sample-text {
  width: 90%;
  max-width: 550px;
  margin: 30px auto;
}

.sample-card-wrap {
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}


.sample-card {
  width: 280px;
  border:#099F9F solid 2px;
  text-align: center;
}

.sample-img-01 {
  width: 100%;
  height: 215px;
  padding-bottom: 60px;
    background-image: url(../img/scene-01.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.sample-img-02 {
  width: 100%;
  height: 215px;
  padding-bottom: 60px;
    background-image: url(../img/scene-02.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}


.sample-img-03 {
  width: 100%;
  height: 215px;
  padding-bottom: 60px;
    background-image: url(../img/scene-03.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}


.sample-card h4 {
  background: #099F9F;
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
}


.sample-card p {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 992px)  {


  .sample-card-wrap {
max-width: 800px;
  }

  .sample-card {
    width: 230px;
  }

  .sample-img-01 {
    height: 180px;
  }

  .sample-img-02 {
    height: 180px;
  }

  .sample-img-03 {
    height: 180px;
  }

  .sample-card h4 {
    font-size: 18px;
  }

}

@media (max-width: 768px) {
  .sample-card-wrap {
   flex-direction: column;
   align-items: center;
      }

      .sample-card {
 margin-bottom: 30px;
      }

}


.houjin {
  width: 90%;
  max-width:870px;
  margin: 0 auto;
  background-color: #3698B1;
  padding: 10px 0;
  margin-top: 40px;
  margin-bottom: 50px;
}

.houjin-text p {
font-size: 25px;
color: #fff;
font-weight: bold;
text-align: center;
margin-top: 5vmax;
}

.btn {
  background-color: #fff;
  color: #333;
  font-size: 15px;
  border-radius: 0;
  font-weight: bold;
  padding: 10px 25px;
  margin: 0 auto;
  display: table;
}

.btn span::after{
  content: url(../img/arrow.svg);
  margin-left: 0.5em;
}

@media (max-width: 768px) {
 
.houjin {
  max-width:500px;
  padding-bottom: 20px;
}

.houjin-text p {
  margin-top: 3vmax;
  }
}


.syousai {
  background-color: #DEF4FE;
  padding: 60px 0;
}

.hikaku-ttl {
  width: 90%;
  max-width: 450px;
  margin: 20px auto;
}

.hikakuzu {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}


.faq {
  background-color: #FCFCFC;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  color: #0B4040;
  margin-top: 50px;
}

.faq hr {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.faq-ttl {
  font-size: 22px;
border-bottom: 1px solid #000;
width: 90%;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
}

.faq-ttl span {
  font-size: 37px;
}

.q-text {
  width: 85%;
  position: relative;
margin-left: 10%;
font-size: 20px;
font-weight: bold;
}

.q-text::before {
  content: url(../img/Q.png);
  position: absolute;
  left: -4.5%;
  top: -10px;
}

.a-text {
  width: 85%;
  margin-left: 10%;
  position: relative;
}

.a-text::before {
  content: url(../img/A.png);
  position: absolute;
  left: -4.5%;
  top: -10px;
}


.c-btn {
  margin: 0 auto;
  margin-top: 40px;
  display: table;
}

.hanbai {
  background: #3698B1;
  padding-top: 80px;
  padding-bottom: 60px;
}

.hanbai-text {
  font-size: 35px;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.hanbai-text span {
  font-size: 20px;
}

.hanbai-item-img {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 30px;
}


.hanbai-btn {
  width: 280px;
  background-color: #fff;
  color: #099F9F;
  font-size: 20px;
  font-weight: bold;
  border: #099F9F 1px solid;
  padding: 15px 30px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.hanbai-btn:hover {
  color: #099F9F;
}

.hanbai-btn-arrow {
  margin-left: 0.5em;
  color: #099F9F;
}

@media (max-width: 1024px) {

}


@media (max-width: 767px) {
  .sp-none {
    display: none;
  }

}

@media (max-width:540px) {

}

