@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

/* ////////////////////////////////////////////////// */
/* general */
/* ////////////////////////////////////////////////// */
html,body{
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: .1em;
  color: #333;
  font-size: 12px;
  overflow-x: hidden;
}
img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6{
  line-height: 1.7em;
  letter-spacing: .1em;
}
p{
  line-height: 2em;
  margin-bottom: 1em;
  letter-spacing: 0;
}
p:last-child{
  margin-bottom: 0;
}

h2{
  font-size: clamp(22px,4vw,50px);
  font-weight: bolder;
}
h3{
  font-size: clamp(20px,3.3vw,30px);
  font-weight: bolder;
}
h4{
  font-size: clamp(18px,3vw,26px);
  font-weight: bolder;
}
h5{
  font-size: clamp(16px,3vw,26px);
  font-weight: bolder;
}
h6{
  font-size: clamp(14px,2vw,16px);
  font-weight: bolder;
}
section{
  padding: clamp(40px,8vw,80px) 0;
}
.half-spacer{
  height: clamp(20px,4vw,40px);
}
.spacer{
  height: clamp(40px,8vw,80px);
}
[data-aos=zoom-out]{
  transform: scale(4);
}

@media screen and (min-width: 375px) {
  .d-xs-none{
    display: none;
  }
}
@media screen and (min-width: 992px) {
  html,body{
    font-size: 14px;
  }
  .container-s.container{
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .container{
    max-width: 1180px;
    margin: 0 auto;
  }
}



a.btn{
  background: #f5091d;
  border-radius: 3em;
  border: 10px solid #f1bb07;
  display: block;
  width: fit-content;
  font-weight: bold;
  font-size: clamp(18px,2.2vw,32px);
  line-height: 4em;
  color: #fff;
  min-width: 15em;
}
a.btn span{
  text-shadow: 1px 0 #000000, -1px 0 #000000, 0 1px #000000, 0 -1px #000000;
}
a.btn:hover{
  color: #fff;
  background: #689ade;
}

@media screen and (min-width: 375px) {
  a.btn{
    font-size: clamp(22px,2.2vw,32px);
  }
}



header{
  position: fixed;
  background: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  z-index : 10001;
  width : 20px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 5px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 24px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 14px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 26px;
}
.hamburger.active span{
  background :#333;
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(4px);
  -moz-transform   : translateY(4px);
  transform        : translateY(4px);
}
.hamburger.active span:nth-child(2){
  -webkit-transform: translateY(-4px);
  -moz-transform   : translateY(-4px);
  transform        : translateY(-4px);
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-8px);
  -moz-transform   : translateY(-8px);
  transform        : translateY(-8px);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 10000;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(255,255,255,0.9);
  text-align: center;
  width: 100%;
  opacity: 0;
  height: 100%;
  padding: 80px 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#f2f2f2;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1.5em 0;
  text-decoration :none;
  font-size: 14px;
}
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
nav.globalMenu{
  width: 100%;
}
nav.globalMenu ul{
  list-style: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0;
}
nav.globalMenu ul li a{
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

section.fv{
  background-color: #f9efde;
  margin-top: 50px;
  background-image: url(./img/fv.jpg);
  background-size: contain;
  height: 80vw;
  max-height: 640px;
  min-height: 400px;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  padding: clamp(40px,8vw,60px) 0;
}
.fv .container{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.dropshadow{
  filter: drop-shadow(3px 3px 0px rgba(0,0,0,0.3));
}
.dropshadow > *{
  filter: drop-shadow(3px 3px 0px rgba(255,255,255,1));
}
.fv h2{
  text-align: center;
  font-weight: bolder;
  letter-spacing: .2em;
}

.two-btn-wrap{
  margin: 0 auto;
  width: fit-content;
}
.two-btn-wrap a.btn{
  margin-bottom: 10px;

}
@media screen and (min-width: 768px) {
  .two-btn-wrap{
    display: flex;
    justify-content: space-between;
  }
  .two-btn-wrap a.btn{
    margin: 0;
  }
  .two-btn-wrap a.btn:first-child{
    margin: 0 50px 0 0 ;
  }
}

.h-bg{
  background-image: url(./img/h-bg.png);
  background-size: contain;
  text-align: center;
  padding: min(6vw,40px) 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.tsunagaru{
  background-image: url(./img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.tsunagaru p{
  font-size: clamp(14px,2vw,18px);
  font-weight: bold;
}
.tsunagaru .text-box{
  width: fit-content;
  margin: 0 auto;
}

.btn-wrap{
  padding: 10px 15px 20px;
}
.btn-wrap a.btn{
  margin: 0 auto;
}
.btn-wrap img{
  width: 80%;
  display: block;
  margin: 30px auto 0;
}
.btn-wrap1{
  background-color: #b70c05;
}
.btn-wrap2{
  background-color: #ffad3f;
}



.benefit .h-bg{
  padding: 40px 20px;
}
.benefit .h-bg h5{
  margin: 0;
  line-height: 1.2em;
}
.benefit-box:not(:last-child),.voice-box:not(:last-child){
  margin-bottom: 30px;
}
.benefit-box h4{
  text-align: center;
}
.benefit-box .text-box{
  background: #f1f1f1;
  padding: 20px;
}
.benefit-box .img-box img{
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}
.copy-img{
  width: 80%;
  margin: 0 auto;
  display: block;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .benefit-box{
    display: flex;
  }
  .benefit-box:not(:last-child),.voice-box:not(:last-child){
    margin-bottom: 50px;
  }
  .benefit-box:nth-child(even){
    flex-direction: row-reverse;
  }
  .benefit-box:nth-child(odd){
    flex-direction: row;
  }
  .benefit-box .text-box{
    background: #f1f1f1;
    padding: 40px 30px;
    width: 50%
  }
  .benefit-box .img-box{
    width: 50%;
  }
  .benefit-box .img-box img{
    width: 50%;
  }
}

.voice-box img{
  width: 30%;
  max-width: 200px;
  display: block;
  margin: 10px auto;
}
.voice-box p{
  font-size: clamp(14px,2vw,18px);
}


.prof{
  width: 50%;
  max-width: 240px;
  margin: 0 auto;
  display: block;
}


footer{
  margin-top: 50px;
  background-image: url(./img/fv-bg.jpg);
  background-size: cover;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.footer-img{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 400px;
}
.copyright{
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
}


.page-fv{
  margin-top: 50px;
  background-image: url(./img/fv-bg.jpg);
  background-size: cover;
  height: 65vw;
  max-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}
.page-fv .container{
  top: 30%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}
.page-fv-img{
  position: absolute;
  transform: translateY(0%);
  bottom: 20px;
  right: 5%;
  width: 40%;
  min-width: 160px;
  max-width: 300px;
}
.page-fv h2{
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-fv h2{
    text-align: left;
  }
}
