body{
  width: 100%;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin: 0;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color:#43311B;
  position: relative;
  background: #F4F4EB;
}

.hel{
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.inview1{
  opacity: 0;
  transition:0.6s;
  transition-delay: 0.1s;
}

.inview1.show{
  opacity: 1;
}

header{
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  padding:30px 0 0;
}

nav{
  position: fixed;
  z-index: 98;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  padding:0;
  background: #F39702;
  opacity: 0;
  transition:0.4s;
  transform: translateX(100%);

}

nav.in{
  transform: translateX(0);
  opacity: 1;
}

.nav__wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding:0 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.nav__col{
  width: calc(50% - 15px);
  position: relative;
}

.illust8{
  position: absolute;
  right: 0;
  bottom: -120px;
  width:80%;
  max-width: 300px;
  height: auto;
}

.nav__wrap .nav__col:last-child{
  padding-bottom: 7vw;
}

.nav__col ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav__col ul li{
  margin-bottom: 12px;
}

.nav__col ul li a{
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 1.56vw;
  color:#43311B;
  padding:1vw 3.5vw;
  padding-right: 2vw;
  background: white;
  transition:0.4s;
  border-radius: 20px;
}

.nav__col ul li a:hover{
  opacity: 0.7;
}

.nav__col ul li a:before{
  content: '';
  width: 1.4vw;
  height: 1.4vw;
  background: #FFE33E;
  position: absolute;
  left: 1.4vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}


.header__wrap{
  padding:0 20px;
  display: flex;
  justify-content: space-between;
}

.header__wrap h1{
  margin: 0;
  line-height: 1;
}

.header__right{
  display: flex;
  align-items: center;
}

.header__right a.hr__1{
  display: block;
  width: 210px;
  height: 50px;
  border-radius: 100px;
  line-height: 48px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color:white;
  background: #F39702;
  border:2px solid #F39702;
  margin-right: 20px;
  text-decoration: none;
  transition:0.4s;
}

.header__right a.hr__1:hover{
  background: white;
  color:#F39702;
}

.open .header__right a.hr__1{
  background: white!important;
  color:#F39702!important;
  border:2px solid #F39702!important;
}

.open .header__right a.hr__1:hover{
  opacity: 0.7;
}

.header__right a.hr__2{
  width: 70px;
  display:block;
  cursor: pointer;
  position: relative;
}

.header__right a.hr__2 img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition:0.4s;
}

.header__right a.hr__2 img.close{
  opacity: 0;
}

.open .header__right a.hr__2 img.close{
  opacity: 1;
}

.open .header__right a.hr__2 img.open{
  opacity: 0;
}

.mainV{
  width: 100%;
  position: relative;
}

.mainV__img{
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: auto;
  border-bottom-left-radius: 20px;
}

.mv__wrap{
  padding-top:20vw;
  padding-bottom: 5.5vw;
  padding-left: 90px;
  position: relative;
  z-index: 2;
}

.mv__wrap p.mv__text1{
  font-size: 1.71vw;
  margin: 0 0 2vw;
}

.mv__wrap p.mv__text1 span{
  background: #FAE460;
  padding:0 15px;
  display: inline-block;
  border-radius: 10px;
}

.mv__wrap p.mv__text2{
  font-size: 0.94vw;
  margin: 0 0 1.5vw;
}

.mv__wrap h2{
  font-size: 3.43vw;
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
}

.illust1{
  margin-left: 3vw;
  margin-top: 4vw;
  width: 228px;
}

.section__2{
  padding:125px 0;
  position: relative;
}

.wrap{
  width: 86%;
  margin: 0 auto;
  position: relative;
}


.s2__text1{
  font-size: 2.9vw;
  margin: 0 0 40px;
  text-align: center;
}

.s2__text2{
  font-size: 1.56vw;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 2.2;
}

.illust2{
  position: absolute;
  left: 0;
  top: 35%;
  width: 108px;
  height: auto;
}

.illust3{
  position: absolute;
  right: 0;
  top: -55px;
  width: 143px;
  height: auto;
}

.slider__1 .slider__1__item{
  width: 340px;
  height: auto;
  margin:0 16px;
}

.slider__1 .slider__1__item img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.slider__1{
  margin:140px 0;
}

.slider__1 .slider__1__item:nth-child(even){
  margin-top: 32px;
}

.s2__text1 span.hel{
  font-size: 6vw;
  color:#F39702;
  line-height: 1;
}

.line{
  position: relative;
}

.line:before{
  content: '';
  width: 76px;
  height: 8px;
  background-image: url('img/deco.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.card__flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
}

.card__flex{
  perspective: 1000px;
}

.card__flex a{
  display:block;
  position: relative;
  background:#F39702;
  border-radius: 10px;
  padding:42px 10px 120px;
  text-align: center;
  color:white;
  text-decoration: none;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 32px;
  cursor: pointer;
}

.card__flex a.card__move{
  transition: transform 0.6s, background-color 0.3s 0.6s;
  transform-style: preserve-3d;
}

.card__flex a.card__move.card__flipped{
  transform: rotateY(180deg);
  background-color: rgba(243, 151, 2, 0);
}

.card__flex a.card__move:not(.card__flipped){
  transition: transform 0.4s, background-color 0.1s 0s;
}

.card__flex a:hover{
  transform: rotate(-4deg);
}

.card__flex a.card__move:hover{
  transform: rotate(-4deg);
}

.card__flex a.card__move.card__flipped:hover{
  transform: rotateY(180deg) rotate(4deg);
}

.card__flex a.card__move .card__front,
.card__flex a.card__move .card__back{
  position: relative;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.card__flex a.card__move .card__front{
  position: relative;
}

.card__flex a.card__move .card__back{
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  padding:42px 10px 120px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 10px;
}

.card__flex a.card__move .card__back p ,
.card__flex a.card__move .card__back h3{
  color:#43311B;
}

.card__flex a p.hel{
  font-size:1.11vw;
  margin: 0 0 20px;
}

.card__flex h3{
  font-size: 1.87vw;
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
}

.card__flex a img.charm1{
  width: 28%;
  height: auto;
  display: block;
  margin:20px auto 0;
}

.card__flex a img.charm2{
  width: 18%;
  height: auto;
  display: block;
  margin:25px auto 0;
}

.card__flex a img.charm3{
  width: 41%;
  height: auto;
  display: block;
  margin:25px auto 0;
}

.card__flex a img.charm4{
  width: 58%;
  height: auto;
  display: block;
  margin:25px auto 0;
}

.card__flex a img.charm5{
  width: 18%;
  height: auto;
  display: block;
  margin:5px auto 0;
}

.card__flex a img.charm6{
  width: 45%;
  height: auto;
  display: block;
  margin:90px auto 30px;
} 

.card__flex a img.arrow{
  position: absolute;
  top: calc(100% + 35px);
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}

.card__flex a.type2{
  background: white;
  color:#43311B;
}

.card__flex a .card__back p:last-child{
  font-size: 1.1vw;
  line-height: 1.8;
  margin: 35px 0 0;
  padding:0 10px;
  text-align: left;
}

.card__flex a.type2 img.arrow{
  top: calc(100% + -85px);
}

.card__flex a .card__back h3 span{
  color:#F39702;
}

.card__flex a.type2:hover{
  transform: rotate(0)!important;
}

.card__flex a.type2 .arrow{
  transition: transform 0.4s;
}

.card__flex a.type2:hover .arrow{
  transform: translateX(-50%) translateY(10px);
}

.section__3{
  background: #FFF6C4;
  padding:100px 0;
  margin:5vw 0;
  position: relative;
}

.deco-bg1{
  position: absolute;
  top: -5vw;
  left: 0;
  width: 100%;
  height: auto;
}

.deco-bg2{
  position: absolute;
  bottom: -5vw;
  left: 0;
  width: 100%;
  height: auto;
}

.s2__text1.mt__plus{
  margin-top: 130px;
}

.s2__text1.mt__plus2{
  margin-top: 180px;
}


.section__4{
  padding:130px 0;
  position: relative;
}

.support__flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sf__col{
  width: calc(50% - 16px);
  background: white;
  border-radius: 20px;
  padding: 30px 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.sf__col h3{
  display: flex;
  align-items: center;
  font-size: 1.87vw;
  margin: 0 0 25px;

}

.sf__col h3 img{
  line-height: 1;
  display: block;
  margin-right: 15px;
}

.sf__col h3 img.support1{
  width: 2.65vw;
  margin-right: 30px;
}

.sf__col h3 img.support2{
  width: 3.25vw;
  margin-right: 22px;
}

.sf__col h3 img.support3{
  width: 4.05vw;
  margin-right: 12px;
}

.sf__col h3 img.support4{
  width: 4.45vw;
  margin-right: 7px;
}

.sf__col h3 img.support5{
  width: 3.65vw;
  margin-right: 17px;
}

.sf__col h3 img.support6{
  width: 4.15vw;
  margin-right: 10px;
}


.sf__col p{
  margin: 0;
  font-size: 1.25vw;
}

.welfare__area{
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  background: white;
  padding:50px;
}

.wa__row1{
  display: flex;
  justify-content: space-between;
}

.wa__row1 .wa__col1{
  width: 32%;
  box-sizing: border-box;
  text-align: center;
  padding:30px 10px;
  border: 2px dotted #F39702;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wa__row1 .wa__col1 img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.wa__row1 .wa__col1 img.benefits1{
  width: 4.68vw;
  display: block;
  margin: 0 auto 15px;
}

.wa__row1 .wa__col1 img.benefits2{
  width: 3.75vw;
  display: block;
  margin: 0 auto 15px;
}

.wa__row1 .wa__col1 img.benefits3{
  width: 5.45vw;
  display: block;
  margin: 0 auto 23px;
}

.wa__row1 .wa__col1 p{
  margin: 0;
  width: 100%;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.1;
}

.wa__row1 .wa__col1 p span{
  font-size: 1vw;
}
.wa__row2{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.wa__row2 .wa__col2{
  width: 23%;
}

.wa__row2 .wa__col2 p{
  margin:15px 0 0;
  font-size: 1.4vw;;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px dotted #F39702;
  width: 100%;
  flex-wrap: wrap;
  height: 70px;
}

.wa__row2 .wa__col2 p span{
  font-size: 1.1vw;
  display: block;
  width: 100%;
  position: relative;
  top: -5px;
}

.section__5{
  background: #FFF6C4;
  padding:0 0 130px;
  position: relative;
  margin-top: 15vw;
  margin-bottom: 5vw;
}

.section__5 .slider__1{
  position: relative;
  top: -12vw;
  margin-bottom: -3vw;
}

.bg5{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20vw;
  width: calc(100% - 40px);
  height: auto;
  display: block;
}

.ph__area{
  width: 100%;
  position: relative;
  margin-top: 14vw;
  margin-bottom: 5vw;
}

img.philosophy{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% - 50px);
  height: auto;
  display: block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pha__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pha__left{
  width: 50%;
}

.pha__right{
  width: 50%;
  position: relative;
}

.pha__right h3{
  font-size: 2.9vw;
  margin: 0 0 40px;
}

.pha__right p{
  font-size: 1.35vw;
  letter-spacing: 0;
  margin: 0;
}

.s5__title2{
  text-align: center;
  margin:0;
  padding: 100px 0 0;
  font-size: 1.9vw;
}

.s5__title2 span.hel{
  font-size: 3.9vw;
  color:#F39702;
  line-height: 1;
  display: inline-block;
  margin:0 8px;
}

.s5__title2 span.rel{
  position: relative;
  display: inline-block;
  padding:0 60px;
}

.s5__title2 span.rel:before{
  content: '';
  width: 37px;
  height: 3px;
  background: #43311B;
  position: absolute;
  left: 0;
  top: 61%;
}

.s5__title2 span.rel:after{
  content: '';
  width: 37px;
  height: 3px;
  background: #43311B;
  position: absolute;
  right: 0;
  top: 61%;
}

.s5__flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
  position: relative;
}

.illust5{
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 239px;
}

.s5__col{
  width: calc(50% - 16px);
  background: white;
  border-radius: 20px;
  padding: 45px 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.s5__col .s5__text1{
  font-size: 1.25vw;
  margin: 0 0 20px;
  font-weight: bold;
}

.s5__col .s5__text2{
  font-size: 1.87vw;
  margin: 0 0 15px;
  font-weight: bold;
}

.s5__col .s5__text3{
  margin: 0;
  font-size: 1.4vw;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}

.section__6{
  padding:130px 0;
  position: relative;
}

.s6__flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.s6__flex a{
  display: block;
  width: 32%;
  background: white;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding:25px;
  margin-bottom: 32px;
  box-sizing: border-box;
}

.s6__flex a img.base__img{
  width: 100%;
  display: block;
  margin-bottom: 25px;
  border-radius: 20px;
}

.s6__flex a p{
  text-align: center;
  margin: 0;
  font-size: 1vw;
  color:white;
}

.s6__flex a p span{
  display: inline-block;
  background: #F39702;
  padding:0 15px;
  border-radius: 15px;
}

.s6__flex a h3{
  text-align: center;
  font-size: 1.7vw;
  margin:15px 0 20px;
}

.s6__flex a img.plus{
  width: 35px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.recruit__flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 95px;
}

.rf__left{
  width: 20%;
  box-sizing: border-box;
  padding:35px 0;
  padding-right: 20px;
  border-top: 1px solid #D1D1D1;
}

.rf__left.last , 
.rf__right.last{
  border-bottom: 1px solid #D1D1D1;
}

.rf__right{
  width: 80%;
  box-sizing: border-box;
  padding:35px 0;
  padding-left: 20px;
  border-top: 1px solid #D1D1D1;
}

.rf__left p{
  font-size: 1.25vw;
  margin: 0; 
}

.rf__right p{
  font-size: 1.25vw;
  margin: 0;
}

.form__area{
  background: white;
  border-radius: 20px;
  padding:120px 50px 100px;
  margin-top: 150px;
  box-sizing: border-box;
  position: relative;
}

.illust7{
  position: absolute;
  right: 80px;
  top: -71px;
  width: 125px;
}

.form__text{
  font-size: 1.25vw;
  margin:60px 0 0;
  text-align: center;
  font-weight: 400;
}

.cf7__flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.cf7__left{
  width: 30%;
  box-sizing: border-box;
  padding: 15px 0;
  padding-right: 20px;
  border-bottom: 1px solid #D1D1D1;
}

.cf7__right{
  width: 70%;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid #D1D1D1;
}

.cf7__right.radio{
  padding:22px 0;
}

.cf7__left p{
  font-size: 1.25vw;
  margin: 0;
  padding:16px 0;
  display: flex;
  align-items: center;
}

.cf7__left p span{
  font-size: 1vw;
  background: #04A29A;
  color:white;
  border-radius: 10px;
  display: inline-block;
  padding:2px 10px;
  margin-right: 15px;
}

.cf7__right p{
  margin: 0;
}

.cf7__right.text input{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  width: auto;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:#F0F0F0;
  box-sizing: border-box;
  padding:15px 10px;
  border-radius: 5px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color:#43311B;
  font-size: 1.25vw; 
  border: 1px solid #D1D1D1;
}

.cf7__right.text textarea{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  width: auto;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:#F0F0F0;
  box-sizing: border-box;
  padding:15px 10px;
  border-radius: 5px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  color:#43311B;
  font-size: 1.25vw; 
  border: 1px solid #D1D1D1;
  resize: none;
  height: 20vw;
  min-height: 250px;
}

.cf7__right.radio .wpcf7-list-item{
  margin:10px 0;
  margin-left: 0!important;
  margin-right: 20px!important;
}

.cf7__right.radio .wpcf7-list-item input{
  font-size: 1.25vw;
  color:#43311B;
  width: 2vw;
  height: 2vw;
  min-width: 2vw;
  min-height: 2vw;
  margin: 0;
  margin-right: 10px;
}

.cf7__right.radio .wpcf7-list-item label{
  display: flex;
  align-items: center;
}

.cf7__left.last , 
.cf7__right.last{
  border-bottom: none;
}

.privacy{
  margin-top: 40px;
  text-align: center;
}

.privacy .p1{
  font-size: 1.1vw;
  margin: 0;
}

.privacy .p2{
  font-size: 0.95vw;
  margin:4px 0 0;
}

.privacy .p1 a{
  transition:0.4s;
  color:#43311B
}

.privacy .p2 a{
  transition:0.4s;
  color:#43311B
}

.privacy .p1 a:hover , 
.privacy .p2 a:hover{
  opacity: 0.7;
}

.submit{
  margin:50px 0 0;
}

.submit p{
  margin: 0;
}

.submit p input{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  width: auto;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 35vw;
  height: auto;
  display: block;
  margin: 0 auto;
  padding:1.8vw 0;
  background:#03A3DF;
  color:white;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 5vw;
  border:3px solid #03A3DF;
  transition:0.4s;
  cursor: pointer;
}

.submit p input:hover{
  background:white;
  color:#03A3DF;
}

footer{
  padding:0 0 70px;
}

footer .footer__flex{
  display: flex;
  justify-content: space-between;
}

.footer__left{
  width: 43%;
  box-sizing: border-box;
  padding-right: 20px;
}

.footer__right{
  width: 57%;
  box-sizing: border-box;
}

.footer__logo{
  max-width: 100%;
  width: 70%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.footer__left p{
  font-size: 1.25vw;
  margin: 0;
  display: flex;
  align-items: center;
}

.footer__left p img.pin{
  width: 1.2vw;
  height: auto;
  display: block;
  margin-right: 10px;
}

.footer__left p img.phone{
  width: 1.3vw;
  height: auto;
  display: block;
  margin-right: 10px;
}

.footer__left p a{
  display: flex;
  align-items: center;
  color:#43311B;
  text-decoration: none;
  transition:0.4s;
}
.footer__left p a:hover{
  opacity: 0.7;
}

.footer__link{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F39702;
  color:white;
  font-size: 1.25vw;
  font-weight: bold;
  border-radius: 5vw;
  padding:1.5vw 0;
  width: 65%;
  margin-top: 40px;
  text-decoration: none;
  transition: 0.4s;
}

.footer__link:hover{
  opacity: 0.7;
}

.footer__link img{
  width: 1.2vw;
  display: block;
  margin-left: 10px;
}

.footer__right{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fr__col{
  width: 33%;
  box-sizing: border-box;
}
.fr__col ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.fr__col ul li{
  margin: 0 0 24px;
  padding: 0;
}
.fr__col ul li a{
  display: flex;
  align-items: center;
  font-size: 1.4vw;
  color:#43311B;
  text-decoration: none;
  transition:0.4s;
}
.fr__col ul li a:hover{
  opacity: 0.7;
}
.fr__col ul li a img{
  width: 1.4vw;
  display: block;
  margin-right: 10px;
}

.footer__right p{
  font-size: 0.93vw;
  margin:45px 0 0;
  width: 100%;
  text-align: right;
}

.voice__text1{
  font-size: 1.25vw;
  text-align: center;
  margin:60px 0 45px;
}

.left__space{
  width:93%;
  display: block;
  margin-left: auto;
}

.vs__col{
  margin-right: 27px;
}

.vs__img{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.vs__img img{
  width: 100%;
  border-radius: 20px;
}

.vs__img p.vsi1{
  position: absolute;
  top: 0;
  right: 0;
  background: #FFE33E;
  font-size: 1.1vw;
  font-weight: bold;
  border-bottom-left-radius: 20px;
  padding:3px 2vw;
  margin: 0;
}

.vs__img p.vsi2{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF6C4;
  font-size: 1.4vw;
  font-weight: bold;
  border-top-right-radius: 20px;
  padding:3px 2vw;
  margin: 0;
}

.vs__img p.vsi2 span{
  font-size: 1.25vw;
  display: inline-block;
  margin-left: 25px;
}

.vs__text1{
  font-size: 1.25vw;
  margin:35px 0 0;
}

.voice__slider .slick-list{
  padding-right: 10%;
}

.voice__slider .vs__col:nth-child(even){
  margin-top: 30px;
}

.voice__slider .prev.slick-arrow{
  position: absolute;
  right: calc(7% + 3vw + 20px);
  width: 3vw;
  top: -200px;
  cursor: pointer;
  transition:0.4s;
  z-index: 4;
}

.voice__slider .next.slick-arrow{
  position: absolute;
  right: 7%;
  width: 3vw;
  top: -200px;
  cursor: pointer;
  transition:0.4s;
  z-index: 4;
}

.tab__area{
  background: white;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
}
.button__flex{
  display: flex;
  justify-content: space-between;
  background: #FFF6C4;
}

.button__flex a{
  display: block;
  width: 33%;
  font-size: 1.56vw;
  text-align: center;
  padding: 10px 0;
  background: white;
  cursor: pointer;
  font-weight: bold;
  color:#F39702;
  position: relative;
  border-bottom: 2px solid #F39702;
}

.button__flex a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: calc(100% + 8px);
  height: 2px;
  background: #F39702;
}

.button__flex a.current{
  background: #F39702;
  color:white;
}

.tab__content--area{
  padding:70px 60px;
  box-sizing: border-box;
  width: 100%;
  
}

.tab__content{
  display: none;
}

.tab__content.current{
  display: block;
}

.tca__flex{
  display: flex;
  justify-content: space-between;
}

.tca__col{
  width: calc(50% - 40px);
  box-sizing: border-box;
}

.tca__col .tca__row{
  display: flex;
  align-items: start;
  position: relative;
  margin-bottom: 45px;
}

.tca__col .tca__row:before{
  content: '';
  position: absolute;
  left: calc(1.95vw - 2px);
  top:calc(3.9vw + 5px);
  width: 4px;
  height: calc(100% - 28px);
  background-image: url("img/border.png");
  background-repeat: repeat-y;
  z-index: 1;
}

.tca__col .tca__row.last:before{
  height: calc(100% - 65px);
}

.tca__col .tca__row.last{
  margin-bottom: 0;
}

.tca__col .tca__row .tca__img1{
  width: 3.9vw;
  height: auto;
  display: block;
  margin-right: 2vw;
  position: relative;
  z-index: 2;
}

.tca__col .tca__row .tca__time{
  font-size: 1.5vw;
  font-weight: bold;
  color:#04A29A;
  margin: 0;
  width: 8vw;
  margin-top: 0.6vw;
}

.tca__col .tca__row .tca__text{
  font-size: 1.5vw;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0;
  margin-top: 0.6vw;
  width: calc(100% - 8vw - 2vw - 3.9vw);
  line-height: 1.7;
}

.tca__img2{
  display: block;
  width: 90%;
  height: auto;
  margin-top: 15px;
  border-radius: 15px;
}

.tca__col .tca__row .tca__text span{
  font-size: 1.25vw;
  line-height: 1.5;
  display: inline-block;
  margin-top: 10px;
}




.popup1 , .popup2 , .popup3 , .popup4 , .popup5 , .popup6 , .popup7{
  display: none;
  height: 100vh;
  width: 100%;
  background:rgba(128,128,128,0.6);
  opacity:1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  
}

.outside1 , .outside{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

.content{
  line-height: 1.7;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width:86%;
/*  min-height: 680px;*/
  box-sizing: border-box;
  margin:0;  
  max-width: 92%;
  max-height: 95vh;
  overflow-y:auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display:block;
    background: white;
  padding:50px;
  border-radius: 20px;
}

.pop__flex{
  display: flex;
  justify-content: space-between;
}

.pop__left{
  width: 40%;
  box-sizing: border-box;
  padding-right: 48px;
}

.pop__left img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.pop__right{
  width: 60%;
}

.pop__text1{
  margin: 0;
  font-size: 1vw;
  font-weight: bold;
 color: white;
}

.pop__text1 span{
  background: #F39702;
  padding:5px 20px;
  border-radius: 20px;
}

.pop__text2{
  font-size: 1.87vw;
  font-weight: 500;
  margin:25px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #D1D1D1;
}

.pop__text3{
  position: relative;
  padding-left: 1.6vw;
  margin: 0 0 15px;
  font-size: 1.25vw;
}

.pop__text3 a{
  position: relative;
  text-decoration: underline;
  color:#43311B;
  transition:0.4s;
  padding-right: 2vw;
}

.pop__text3 a:after{
  content: '';
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  width: 1vw;
  height: 1vw;
  background-image: url('img/target2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


.pop__text3 a:hover{
  opacity: 0.7;
}

.pop__text3 img{
  position: absolute;
  left: 0.2vw;
  top: 0.3vw;
  width:0.9vw;
}

.pop__text4{
  position: relative;
  padding-left: 1.6vw;
  margin: 0 0 15px;
  font-size: 1.25vw;
}

.pop__text4 img{
  position: absolute;
  left: 0;
  top: 0.2vw;
  width:1.1vw;
}

.pop__text5{
  font-size: 1.25vw;
  margin: 0;
}

.close__button{
  position: absolute;
  right: 50px;
  top: 45px;
  width: 1.3vw;
  height: auto;
  cursor: pointer;
  transition:0.4s;
}

.close__button img{
  width: 100%;
  height: auto;
  cursor: pointer;
  transition:0.4s;
}

.close__button:hover img{
  opacity: 0.7;
}

.illust4{
  position: absolute;
  right: 20px;
  top: -85px;
  width: 153px;
}

.illust6{
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 352px;
}

.voice__text1.type2{
  margin-top: 0;
}

.sp{
  display: none!important;
}

.mainV{
  position: relative;
  overflow-x: hidden;
}

.mv__wrap{
  z-index: 4;
}

.back-deco1{
  position: absolute;
  top: 20%;
  left: 0;
  width: 48%;
  height: auto;
  z-index: 3;
}

.back-deco2{
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.deco-bg3{
  position: absolute;
  top: -10vw;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}


.deco-bg4{
  position: absolute;
  top: 27%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.wrap{
  position: relative;
  z-index: 2;
}

.mainV__img{
  z-index: 2;
}

.slider__1{
  position: relative;
  z-index: 2;
}

.section__3{
  position: relative;
  z-index: 2;
}


@media screen and (max-width: 959px) {

  .sp{
    display: block!important;
  }

  .pc{
    display: none!important;
  }

  header{
    padding: 20px 0 0;
  }

  .header__wrap h1{
    width: 35%;
  }

  .mainV{
    margin-top: 100px;
  }

  .mv__wrap{
    padding-left: 60px;
    padding-top: 13vw;
    padding-bottom: 55vw;
  }

  .header__right a.hr__1{
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }

  .header__right a.hr__2{
    width: 55px;
  }

  .mainV__img{
    width: 100%;
    border-radius: 0;
    object-fit: cover;
    max-height:1000px;
  }

  .s2__text1{
    font-size: 38px;
  }

  .s2__text2{
    font-size: 20px;
  }

  .wrap{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .illust2{
    top: 12%;
    left: 40px;
    width: 80px;
  }

  .illust3{
    top: 95%;
    right: 20px;
    width: 95px;
  }

  /* .slider__1 img{
    margin:0 5px;
  }

  .slider__1 img:nth-child(even){
    margin-top: 20px;
  } */

  .s2__text1 span.hel{
    font-size: 58px;
  }

  .card__flex{
    display: block;
    padding:0 30px;
  }

  .card__flex a{
    width: 100%;
  }

  .card__flex a p.hel{
    font-size: 24px;
  }

  .card__flex h3{
    font-size: 30px;
  }

  .card__flex a .card__back p:last-child{
    font-size: 18px;
  }

  .voice__text1{
    font-size: 18px;
  }

  .button__flex a{
    font-size: 20px;
    /* text-align: left; */
    box-sizing: border-box;
  }

  /* .button__flex a#tab1{
    padding-left: 10%;
  }

  .button__flex a#tab2{
    padding-left: 7%;
  }

  .button__flex a#tab3{
    padding-left: 10%;
  } */

  .tab__content--area{
    padding:45px 20px;
  }

  .tca__flex{
    display: block;
  }

  .tca__col{
    width: 100%;
  }

  .tca__row{
    margin-bottom: 40px;
  }

  .tca__col .tca__row .tca__img1{
    width: 50px;
    margin-right: 15px;
  }

  .tca__col .tca__row .tca__time{
    font-size: 20px;
    width: 80px;
    margin-top: 7px;
  }

  .tca__col .tca__row .tca__text{
    font-size: 20px;
    margin-top: 7px;
  }

  .tca__col .tca__row .tca__text span{
    font-size: 16px;
  }

  .tca__col .tca__row:before{
    left: 24px;
    top: 60px;
    width: 2px;
    height: calc(100% - 25px);
  }

  .tca__flex .tca__col:first-child .tca__row{
    margin-bottom: 45px;
  }

  .tca__flex .tca__col:first-child .tca__row:before{
    height: calc(100% - 25px);
  }

  .voice__slider .prev.slick-arrow{
    width: 45px;
    right: 80px;
    top: -230px;
  }

  .voice__slider .next.slick-arrow{
    width: 45px;
    right: 20px;
    top: -230px;
  }

  .left__space{
    width: 100%;
  }

  .vs__img p.vsi1{
    font-size: 20px;
    padding: 4px 25px;
  }

  .vs__img p.vsi2{
    font-size: 20px;
    padding:4px 20px ;
  }

  .vs__img p.vsi2 span{
    font-size: 18px;
    margin-left: 15px;
  }

  .vs__text1{
    font-size: 19px;
  }

  .support__flex{
    display: block;
  }

  .sf__col{
    width: 100%;
  }

  .sf__col h3 img.support1{
    width: 30px;
    margin-right: 32px;
  }

  .sf__col h3 img.support2{
    width: 38px;
    margin-right: 24px;
  }

  .sf__col h3 img.support3{
    width: 46px;
    margin-right: 16px;
  }

  .sf__col h3 img.support4{
    width: 49px;
    margin-right: 13px;
  }

  .sf__col h3 img.support5{
    width: 42px;
    margin-right: 20px;
  }

  .sf__col h3 img.support6{
    width: 47px;
    margin-right: 15px;
  }

  .sf__col h3{
    font-size: 24px;
  }

  .sf__col p{
    font-size: 19px;
  }

  .welfare__area{
    padding: 50px 25px;
  }

  .wa__row1{
    display: block;
  }

  .wa__row1 .wa__col1{
    width: 100%;
    margin-bottom: 25px;
  }

  .wa__row1 .wa__col1 img.benefits1{
    width: 48px;
  }

  .wa__row1 .wa__col1 p{
    font-size: 20px;
  }

  .wa__row1 .wa__col1 p span{
    font-size: 16px;
  }

  .wa__row1 .wa__col1 img.benefits2{
    width: 40px;
  }

  .wa__row1 .wa__col1 img.benefits3{
    width: 56px;
  }

  .wa__row2 .wa__col2{
    width: 48%;
  }

  .wa__row2 .wa__col2 p{
    height: auto;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .wa__row2 .wa__col2 p br{
    display: none;
  }

  .wa__row2 .wa__col2 p span{
    font-size: 16px;
    top: 0;
    width: auto;
    display: inline-block;
  }

  img.philosophy{
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    overflow: hidden;
  }

  .pha__flex{
    display: block;
    margin-top: 60px;
  }

  .pha__right{
    width: 100%;
  }

  .illust4{
    top: -10px;
  }

  .pha__right h3{
    font-size: 32px;
  }

  .pha__right p{
    font-size: 20px;
  }

  .s5__title2 span.rel:before , 
  .s5__title2 span.rel:after {
    display: none;
  }

  .s5__title2 span.rel{
    padding: 0;
  }

  .s5__title2{
    font-size: 25px;
  }

  .s5__title2 span.hel{
    font-size: 55px;
  }

  .s5__flex{
    display: block;
  }

  .s5__col{
    width: 100%;
  }

  .s5__col .s5__text1{
    font-size: 22px;
  }

  .s5__col .s5__text2{
    font-size: 22px;
    margin-bottom: 30px;
  }

  .s5__col .s5__text3{
    font-size: 18px;
  }

  .illust5{
    width: 190px;
    left: 0;
    bottom: -60px;
  }

  .s6__flex{
    display: block  ;
  }

  .s6__col{
    width: 100%;
  }

  .s6__col .s6__img1{
    width: 50px;
    margin-right: 15px;
  }

  .s6__flex a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .s6__flex a picture{
    width: calc(50% - 15px);
    margin: 0;
  }

  .s6__flex a div{
    width: calc(50% - 15px);
    padding-right: 50px;
    box-sizing: border-box;
  }

  .s6__flex a img.plus{
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .s6__flex a p{
    text-align: left;
  }

  .s6__flex a p{
    font-size: 18px;
  }

  .s6__flex a p span{
    border-radius: 8px;
  }

  .s6__flex a h3{
    font-size: 20px;
    margin-bottom: 0;
    text-align: left;
  }

  .illust6{
    display: none;
  }

  .rf__left p{
    font-size: 18px;
  }

  .rf__right p{
    font-size: 18px;
  }

  .rf__left{
    width: 130px;
  }

  .rf__right{
    width: calc(100% - 130px);
  }

  .illust7{
    right: 20px;
    width: 85px;
    top: -45px;

  }

  .form__text{
    font-size: 18px;
  }

  .form__area{
    padding:80px 20px 60px;
  }

  .cf7__left p span{
    font-size: 16px;
  }

  .cf7__left p{
    font-size: 20px;
  }

  .cf7__flex{
    display: block;

  }

  .cf7__left{
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .cf7__right{
    width: 100%;
  }

  .cf7__left p{
    padding-bottom: 0;
  }

  .cf7__right.text input{
    font-size: 18px;
  }

  .cf7__right.radio .wpcf7-list-item input{
    font-size: 18px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
  }

  .cf7__right.radio.type2 .wpcf7-list-item{
    display: block;
    margin-right: 0;
  }

  .privacy .p1 , .privacy .p2{
    font-size: 13px;
  }

  .submit p input{
    font-size: 19px;
    width: 300px;
  }

  footer .footer__flex{
    display: block;
  }

  .footer__left{
    width: 100%;
    padding: 0;
  }

  .footer__right{
    width: 100%;
    padding: 0;
  }

  .footer__logo{
    width: 294px;
    margin:0 auto 30px;
  }

  .footer__left p{
    font-size: 20px;
    text-align: center;
    justify-content: center;
  }

  .footer__left p img.pin{
    width: 20px;
  }

  .footer__left p img.phone{
    width: 20px;
  }

  .footer__left p a{
    margin-top: 4px;
    text-decoration: underline;
  }

  .footer__link{
    width: 320px;
    margin:40px auto 20px;
    font-size: 20px;
  }

  .footer__link img{
    width: 20px;
  }

  .footer__right p{
    font-size: 15px;
    text-align: center;
    margin-top: 50px;
  }

  .footer__right .fr__col{
    width: 48%;
  }

  .footer__right{
    margin-top: 55px;
  }

  .fr__col ul li a{
    font-size: 20px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .fr__col ul li:first-child a{
    border-top: 1px solid #D1D1D1;
    padding-top: 15px;
  }

  .fr__col ul li a img{
    width: 20px;
  }

  .fr__col ul li{
    margin: 0;
  }

  .nav__col ul li a{
    font-size: 18px;
    padding:8px 15px;
    padding-left: 40px;
  }

  .nav__wrap{
    padding:0 20px;
    display:block;
  }

  .nav__col ul li a:before{
    width: 18px;
    height: 18px;
  }

  .nav__col{
    width: 100%;
  }

  .nav__wrap .nav__col:last-child{
    padding-bottom: 90px;
  }

  .illust8{
    width: 200px;
    bottom: -60px;
  }

  nav{
    min-height: 100%;
    overflow-y: auto;
  }

  .header__wrap h1 img{
    max-width: 100%;
  }

  .content{
    max-width: calc(100% - 40px);
    width: 100%;
    padding:55px 20px;
  }

  .pop__flex{
    display: block;
  }

  .pop__left{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .close__button{
    width: 25px;
    right: 20px;
    top: 15px;
  }

  .pop__right{
    width: 100%;
  }

  .pop__text1{
    font-size: 14px;
  }

  .pop__text2{
    font-size: 22px;
    margin:20px 0;
  }

  .pop__text3{
    font-size: 16px;
    padding-left: 20px;
  }

  .pop__text4{
    font-size: 16px;
    padding-left: 20px;
  }

  .pop__text5{
    font-size: 16px;
  }

  .pop__text3 img{
    left: 2px;
    width: 14px;
    top: 3px;
  }

  .pop__text4 img{
    left: 0px;
    width: 14px;
    top: 4px;
  }

  .pop__text3 a:after{
    width: 14px;
    height: 14px;
    right: 2px;
    top: 4px;
  }

  .pop__text3 a{
    padding-right: 23px;
  }

  .wa__row1 .wa__col1 p br{
    display: none;
  }

  .cf7__left{
    padding-right: 0;
  }

  .cf7__left p{
    padding-top: 0;
  }

  .cf7__right , .cf7__right.radio{
    padding-top: 10px;
  }

  .s6__flex a img.base__img{
    margin: 0;
  }

  .mv__wrap p.mv__text1{
    font-size: 20px;
  }

  .mv__wrap p.mv__text2{
    font-size: 17px;
  }

  .mv__wrap h2{
    font-size: 32px;
  }

  .illust1{
    width: 180px;
    margin-left: 40px;
    margin-top: 25px;
  }

  .back-deco1{
    top: 30px;
    width: 500px;
  }

  .mv__wrap{
    padding-bottom: 70vw;
  }

  .mainV{
    overflow-x: inherit;
  }





}

.sp2{
  display: none;
}

@media screen and (max-width: 559px){

  .sp2{
    display: block;
  }

  .content{
    max-width: calc(100% - 30px);
    padding:55px 15px;
    border-radius: 15px;
  }

  .close__button {
    right: 15px;
  }

  nav{
    width: 100%;
  }

  .header__wrap h1 img{
    position: relative;
    top: 7px;
  }

  .header__wrap h1{
    width: 37%;
  }


  .header__right{
    width: 63%;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 50px;
  }

  .header__right a.hr__1{
    width: 150px;
    margin-right: 0;
    font-size: 11px;
    margin: 0;
    margin-left: auto;
    height: 38px;
    line-height: 38px;
  }

  .header__right a.hr__2{
    width: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header__wrap{
    padding:0 15px;
  }

  header{
    padding:15px 0;
  }

  .mainV{
    margin-top: 68px;
  }

  .s2__text1{
    font-size: 24px;
  }


  .s2__text2{
    font-size: 15px;
    line-height: 1.9;
  }

  .illust2{
    top: 13%;
    left: 20px;
    width: 44px;
  }

  .illust3{
    top: 97%;
    right: 5px;
    width: 80px;
  }

  .slider__1 .slider__1__item{
    margin:0 5px;
  }

  .slider__1 .slider__1__item:nth-child(even){
    margin-top: 20px;
  }

  .s2__text1 span.hel{
    font-size: 48px;
  }

  .line:before{
    width: 58px;
    height: 6px;
  }

  .card__flex{
    padding:0 15px;
  }

  .card__flex h3{
    font-size: 22px;
  }

  .card__flex a p.hel{
    font-size: 20px;
  }

  .card__flex a{
    padding:20px 10px 85px;
  }

  .card__flex a img.arrow{
    width: 30px;
    top: calc(100% + 25px);
  }

  .card__flex a img.charm6{
    margin-top: 45px;
  }

  .card__flex a.type2 img.arrow{
    top: calc(100% + -60px);
  }

  .card__flex a .card__back p:last-child{
    font-size: 14px;
    padding: 0;
  }

  .card__flex a.card__move .card__back{
    padding-bottom: 45px;
  }

  .voice__text1{
    font-size: 13px;
  }

  .button__flex a{
    font-size: 13px;
    line-height: 1.5;
    /* text-align: left; */
    padding:12px 10px;
    box-sizing: border-box;
    width: 32%;
  }

  .tab__content--area{
    padding:40px 15px;
  }

  .tca__col .tca__row .tca__img1{
    width: 34px;
    margin-right: 10px;
  }

  .tca__col .tca__row .tca__time{
    font-size: 16px;
    width: 70px;
  }

  .tca__col .tca__row .tca__text{
    font-size: 16px;
    width: calc(100% - 114px);
  }

  .tca__col .tca__row:before{
    left: 16px;
    top: 44px;

  }

  .tca__flex .tca__col:first-child .tca__row:before , .tca__col .tca__row:before{
    height: calc(100% - 10px);
  }

  .voice__slider .prev.slick-arrow{
    width: 30px;
    right: 55px;
    top: -185px;
  }

  .voice__slider .next.slick-arrow{
    width: 30px;
    right: 15px;
    top: -185px;
  }

  .vs__col{
    margin:0 8px;
  }

  .voice__slider .vs__col:nth-child(even){
    margin-top: 20px;
  }

  .vs__img p.vsi1{
    font-size: 15px;
    padding:3px 20px;
  }

  .vs__img p.vsi2{
    font-size: 15px;
    padding:3px 15px;
  }
  
  .vs__img p.vsi2 span{
    font-size: 14px;
    margin-left: 10px;
  }

  .vs__text1{
    font-size: 14px;
    margin-top: 20px;
  }

  .sf__col h3{
    font-size: 18px;
  }

  .sf__col p{
    font-size: 14px;
  }

  .sf__col h3 img.support1{
    width: 20px;
    margin-right: 20px;
  }

  .sf__col h3 img.support2{
    width: 22px;
    margin-right: 18px;
  }

  .sf__col h3 img.support3{
    width: 24px;
    margin-right: 16px;
  }

  .sf__col h3 img.support4{
    width: 26px;
    margin-right: 14px;
  }

  .sf__col h3 img.support5{
    width: 24px;
    margin-right: 16px;
  }

  .sf__col h3 img.support6{
    width: 24px;
    margin-right: 16px;
  }

  .wa__row1 .wa__col1 img.benefits1{
    width: 40px;
  }

  .wa__row1 .wa__col1 p{
    font-size: 18px;
  }

  .wa__row1 .wa__col1 p span{
    font-size: 14px;
  }

  .wa__row1 .wa__col1 img.benefits2{
    width: 32px;
  }

  .wa__row1 .wa__col1 img.benefits3{
    width: 44px;
  }

  .wa__row2 .wa__col2{
    width: 100%;
  }

  img.philosophy{
    width: calc(100% - 30px);
  }

  .pha__right h3{
    font-size: 22px;
  }

  .pha__right p{
    font-size: 14px;
  }

  .illust4{
    top: -30px;
    width: 104px;
    right: 0;
  }

  .s5__title2 span.hel{
    font-size: 42px;
    margin: 0;
  }

  .s5__col .s5__text1{
    font-size: 18px;
  }

  .s5__col .s5__text2{
    font-size: 18px;
  }

  .s5__col .s5__text3{
    font-size: 14px;
  }

  .s5__col{
    padding:35px 15px 45px;
  }

  .s6__flex a img.plus{
    right: 15px;
    width: 20px;
  }

  .s6__flex a{
    padding:20px 15px ;
  }

  .s6__flex a div{
    width: 55%;
    padding-right: 25px;
  }

  .s6__flex a picture{
    width: calc(45% - 10px);
    height: 100%;
  }

  .s6__flex a img.base__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin: 0;
  }

  .s6__flex a p{
    font-size: 11px;
    margin-bottom: 10px;
  }

  .s6__flex a p span{
    padding:2px 7px;
  }

  .s6__flex a h3{
    font-size: 14px;
    margin-top: 10px;
  }

  .rf__left p{
    font-size: 14px;
  }

  .rf__left{
    padding:30px 0;
    padding-right: 15px;
    width: 95px;
  }

  .rf__right{
    padding:30px 0;
    padding-left: 15px;
    width: calc(100% - 95px);
  }

  .rf__right p{
    font-size: 14px;
  }

  .form__text{
    font-size: 14px;
  }

  .cf7__left p span{
    font-size: 12px;
  }

  .cf7__left p{
    font-size: 16px;
  }

  .cf7__right.text input{
    font-size: 16px;
    padding:5px 10px;
  }

  .cf7__right.radio{
    padding:10px 0 15px;
  }

  .cf7__right.radio .wpcf7-list-item input{
    font-size: 16px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 5px;
  }

  .cf7__right.radio .wpcf7-list-item{
    margin-bottom: 10px;
  }

  .cf7__right.radio .wpcf7-list-item{
    margin-right: 13px!important;
  }

  .cf7__right.text textarea{
    font-size: 16px;
    padding:5px 10px;
    min-height: 200px;
  }

  .privacy .p1, .privacy .p2{
    font-size: 12px;
  }

  .submit p input{
    width: 250px;
    padding:8px 0;
    font-size: 16px;
    border-radius: 40px;
  }

  .footer__logo{
    width: 200px;
  }

  .footer__left p{
    font-size: 14px;
  }

  .footer__left p img.pin{
    width: 14px;
    margin-right: 5px;
  }

  .footer__left p img.phone{
    width: 14px;
    margin-right: 5px;
  }

  .footer__link{
    width: 250px;
    font-size: 16px;
    padding:10px 0;
    border-radius: 40px;
  }

  .footer__link img{
    width: 14px;
    margin-left: 5px;
  }

  .footer__right p{
    font-size: 12px;
  }

  .footer__right .fr__col ul li a{
    font-size: 13px;
  }

  .footer__right .fr__col ul li:first-child a{
    font-size: 13px;
  }

  .footer__right .fr__col {
    width: 49%;
  }

  footer{
    padding-bottom: 40px;
  }

  .pop__text2{
    font-size: 20px;
    margin:15px 0 20px;
  }

  .pop__text3{
    font-size: 14px;
  }

  .pop__text3 a:after{
    width: 12px;
    height: 12px;
    right: 4px;
    top: 4px;
  }

  .pop__text4{
    font-size: 14px;
  }

  .pop__text4 img{
    top: 3px;
  }

  .pop__text3 img{
    top: 2px;
  }

  .pop__text5{
    font-size: 14px;
  }

  .section__2{
    padding:80px 0;
  }

  .slider__1{
    margin-bottom: 80px
  }

  .card__flex a{
    margin-bottom: 20px;
  }

  .card__flex a.type2{
    margin-bottom: 0;
  }

  .section__3{
    padding:60px 0;
  }

  .section__5{
    padding-bottom: 60px;
  }

  .illust5{
    z-index: 2;
  }

  .s2__text1.mt__plus{
    margin-top: 80px;
  }

  .section__4{
    padding:80px 0;
  }

  .sf__col{
    margin-bottom: 20px;
  }

  .wa__row1 .wa__col1{
    padding:20px 10px ;
  }

  .wa__row1 .wa__col1 p{
    font-size: 16px;
  }

  .section__5 .slider__1{
    top: -26vw;
    margin-bottom: -26vw;
    margin-bottom: -11vw;
  }

  .s5__title2{
    padding-top: 80px;
  }

  .s5__col{
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .s5__col .s5__text2{
    margin-bottom: 20px;
  }

  .section__6{
    padding:80px 0;
  }

  .s6__flex a{
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .s2__text1.mt__plus2{
    margin-top: 100px;
  }

  .form__area{
    margin-top: 110px;
  }

  .form__area{
    padding:60px 16px 50px;
  }

  .cf7__left p span{
    padding:2px 8px;
    margin-right: 12px;
    border-radius: 5px;
  }

  .privacy{
    margin-top: 25px;
  }

  .submit{
    margin-top: 40px;
  }

  /* .button__flex a#tab1 , .button__flex a#tab3{
    padding-left: 7%;
  }

  .button__flex a#tab2{
    padding-left: 4%;
  } */

  .voice__text1.type2{
    margin-bottom: 35px;
  }

  .tca__col .tca__row .tca__text span{
    font-size: 14px;
  }

  .tca__col .tca__row .tca__time , .tca__col .tca__row .tca__text{
    margin-top: 3px;
  }

  .nav__col ul li a:before{
    left: 15px;
  }

  .mv__wrap p.mv__text1{
    font-size: 15px;
    margin-bottom: 10px;
  }

  .mv__wrap p.mv__text1 span{
    padding:1px 15px ;
  }
  .mv__wrap p.mv__text2{
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .mv__wrap h2{
    font-size: 24px;
  }

  .illust1{
    width: 120px;
    margin-left: 20px;
    margin-top: 15px;
  }

  .mv__wrap{
    padding-top: 40px;
    padding-left: 30px;
  }

  .back-deco1{
    width: 320px;
    top: 15px;
  }

  .nav__wrap{
    position: relative;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 80px;
    transform: translate(0%, 0%);
  }

  
.card__flex a:hover{
  transform: rotate(0deg)!important;
}

.card__flex a.card__move:hover{
  transform: rotate(0deg)!important;
}

.card__flex a.card__move.card__flipped:hover{
  transform: rotateY(180deg) rotate(0deg)!important;
}

} 

