@charset "UTF-8";
main {
  display: block;
}

p {
  margin: 0;
}

img {
  /* vertical-align: middle; */
  border-style: none;
  -webkit-backface-visibility: hidden;
  height: auto;
}

/* img,
embed,
object,
iframe {
  vertical-align: bottom;
} */

img,
picture {
  max-width: 100%;
  display: block;
    height: auto;
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Noto Sans JP',  sans-serif;
  font-weight: 400;
}

section {
  overflow: hidden;
  margin: 0 auto;
}

section > div{
  margin: 0;
  padding: 0;
}

img{
  margin: 0 auto;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.fv_button div{
  padding: 2vw 0 6.6vw;
  background-color: #2c755e;
}

.button_area div{
  padding: 14.93vw 0 6.4vw;
  background: url(../img/content_sp_10.webp) no-repeat top center;
  background-size: cover;
}

.button_img img{
  margin: 0 auto;
  width: 86.66vw;
  filter: drop-shadow( 0px 5px 8px rgba(0, 0, 0, 0.20));
  transition: all .3s;
}

.button_img img:hover{
  opacity: 0.7;
  transition: all .3s;
}



.bg_cream div{
  background: url(../img/content_pc_10.webp) no-repeat top center;
}

@media screen and (min-width: 750px) {
  img{
    width: 1000px;
  }

  .button_img img{
    width: auto;
    filter: drop-shadow( 0px 8px 20px rgba(0, 0, 0, 0.40));
  }

  .button_area div{
    padding: 110px 0 50px;
    background: url(../img/content_pc_10.webp) no-repeat top center;
  }

  .bg_green{
    background-color: #2c755e;
  }

  .bg_light_green{
    background-color: #e4f4ef;
  }

  .bg_cream{
    background-color: #fff7f0;
  }

  .FV{
    background: url(../img/content_pc_bg_01_bg.webp) repeat-x top center;
  }

  .FV div{
    background: url(../img/content_pc_bg_01.webp) no-repeat top center;
  }
  
  .bg_green_bottom div{
    background: url(../img/content_pc_bg_03.webp) no-repeat top center;
  }

  .kira04 div{
    background: url(../img/content_pc_bg_04.webp) no-repeat top center;
  }

  .kira05 div{
    background: url(../img/content_pc_bg_05.webp) no-repeat top center;
  }

  .kira06 div{
    background: url(../img/content_pc_bg_06.webp) no-repeat top center;
  }

  .kira07 div{
    background: url(../img/content_pc_bg_07.webp) no-repeat top center;
  }

  .kira08 div{
    background: url(../img/content_pc_bg_08.webp) no-repeat top center;
  }

  .kira09 div{
    background: url(../img/content_pc_bg_09.webp) no-repeat top center;
  }

  .gradation12{
    background: url(../img/content_pc_bg_12_bg.webp) repeat-x top center;
  }
  .gradation12 div{
    background: url(../img/content_pc_bg_12.webp) no-repeat top center;
  }

}

footer {
  margin: 0;
  padding: 30px 0 16px;
  text-align: center;
}

@media screen and (min-width: 750px) {
  footer {
    padding: 50px 0 20px;
  }
}

footer p {
  color: #383838;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width: 750px) {
  footer p {
    font-size: 20px;
  }
}

footer p a {
  text-decoration: none;
  color: #383838;
}

footer a {
  transition: all .3s;
}

footer a:hover {
  opacity: 0.7;
}


.text_box{
  margin: 0 auto;
  padding: 30px;
  max-width: 1000px;
  border-bottom: 1px solid #ccc;
}
.text_box h1{
  font-size: 1.3em;
  margin-bottom: 1.5em;
}
.text_box h2{
  font-size: 1.1em;
}
.text_box p, .text_box ul{
  margin-bottom: 2em;
}
@media screen and (min-width: 750px) {
  .text_box{
    padding: 50px;
    font-size: 20px;
  }

  .text_box h1{
    font-size: 1.3em;
  }
  .text_box h2{
    font-size: 1.1em;
  }

}
.text_box dt{
  font-weight: bold;
}
.text_box dd{
  margin: 0 0 2em 0.5em;
}

@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}

 @keyframes pulse {
 0% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
 100% {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
 @-webkit-keyframes shake {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translateX(-10px);
 transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translateX(10px);
 transform: translateX(10px);
}
}

section + section {
  margin-top: -1px; /* サブピクセルズレを潰す */
}

section, section > div, picture {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

img {
  display: block;
  /* width: 100%; */
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

picture{
  display: flex;
  justify-content: center;
}