@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800;900&display=swap&subset=japanese');


/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: left;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

a,
.fade {
  color: #664842;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}

a:hover,
.fade:hover {
  opacity: 0.7;
  cursor: pointer;
}

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

figure {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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

  img {
    width: 100%;
  }
}

/* マウスオーバー
--------------------------------*/


/* base
--------------------------------*/
body {
  color: #009944;
  min-width: 1200px;
  font-size: 1.0rem;
}

main {
  display: block;
}

section {
  position: relative;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
  font-size: 1.6rem;
  line-height: 2;
}

.txt {
  font-size: 1.6rem;
  line-height: 2;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.txt_s {
  font-size: 1.4rem;
}

.link_txt {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }

  .wrap {
    width: 92%;
  }

  p,
  th,
  td,
  dt,
  dd,
  li,
  input,
  button,
  textarea {
    font-size: 1.4rem;
  }

  .txt {
    font-size: 1.4rem;
  }

  .txt_s {
    font-size: 1.2rem;
  }
}






/* parts
--------------------------------*/
.bnr {
  margin: 13px 0 86px 18px;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .bnr {
    width: 94%;
    margin: 10.4vw auto 22vw;
  }
}



/* ------------------------------
    mv
------------------------------ */
#mv::before,
#mv::after {
  content: "";
  display: block;
  width: calc(50% - 640px);
  height: 100%;
  background-image: url(../img/bg_mv.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}

#mv::before {
  left: 0;
  background-position: right 50%;
}

#mv::after {
  right: 0;
  background-position: left 50%;
}

#mv .wrap {
  width: 1200px;
  z-index: 1;
}

#mv .img {
  position: relative;
}

#mv .mascot {
  position: absolute;
  right: 29px;
  bottom: -10px;
  animation: mascot_anime 1.5s infinite;
}

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

  #mv::before,
  #mv::after {
    display: none;
  }

  #mv .wrap {
    width: 100%;
  }

  #mv .mascot {
    width: 34.53vw;
    right: 3.73vw;
    bottom: 9.2vw;
  }
}

@keyframes mascot_anime {
  0% {
    transform: scale(1.05)
  }

  5% {
    transform: scale(1)
  }

  95% {
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.05)
  }
}

/* ------------------------------
    anniversary
------------------------------ */
#anniversary {
  margin-top: 80px;
}

@media screen and (min-width: 767px) {
  #anniversary .wrap {
    width: 1200px;
  }  
}
@media screen and (max-width: 768px) {
  #anniversary {
    margin-top: 9vw;
    margin-bottom: 3vw;
  }
}

/* ------------------------------
    problem
------------------------------ */
#problem {
  padding: 150px 0 0;
}

#problem * {
  text-align: center;
}

#problem .bg {
  background: url(../img/bg_yellow.png);
  position: relative;
  padding-bottom: 6px;
}


#problem .bg::before,
#problem .bg::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-style: solid;
}

#problem .bg::before {
  left: 0;
  border-width: 224px 0 0 50vw;
  border-color: transparent transparent transparent #fff;
}

#problem .bg::after {
  right: 0;
  border-width: 0 0 224px 50vw;
  border-color: transparent transparent #fff transparent;
}

#problem .ttl {
  position: relative;
  top: -33px;
  margin-bottom: 11px;
}

#problem .list .item + .item {
  margin-top: 30px;
}

#problem .osusume {
  margin-top: 42px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #problem {
    padding: 18% 0 0;

  }

  #problem .bg {
    padding-bottom: 24vw;
    position: relative;
  }


  #problem .bg::before {
    border-width: 19.7vw 0 0 50vw;
  }

  #problem .bg::after {
    border-width: 0 0 19.7vw 50vw;
  }

  #problem .ttl {
    width: 83vw;
    margin: 0 auto;
    top: -11vw;
  }

  #problem .list .item + .item {
    margin-top: 5.3vw;
  }

  #problem .list .item:last-child {
    margin-top: 7.4vw;
  }

  #problem .osusume {
    position: absolute;
    width: 91vw;
    margin: 0;
    left: -7.1vw;
    bottom: -34vw;
  }
}



/* ------------------------------
    reason
------------------------------ */
#reason {
  padding: 224px 0 120px;
  margin-top: -224px;
}

#reason .wrap {
  /*  padding-top: 64px;*/
}

#reason::before,
#reason::after {
  content: "";
  display: block;
  width: calc(50% - 568px);
  height: calc(100% - 92px);
  background-image: url(../img/bg_reason.png);
  background-repeat: repeat;
  position: absolute;
  top: 92px;
}

#reason::before {
  left: 0;
  background-position: right top;
}

#reason::after {
  right: 0;
  background-position: left top;
}

#reason .secttl {
  padding: 72px 0 11px;
  background: url(../img/bg_reason_secttl.png) no-repeat center bottom;
  margin-bottom: 50px;
}

#reason .box {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border: 6px solid #009944;
  border-radius: 20px;
  padding: 0 34px 16px;
}

#reason .box .boxttl {
  margin-top: -16px;
}

#reason .box .fukidashi {
  position: absolute;
  left: -36px;
  top: -25px;
}

#reason .box .mascot {
  position: absolute;
}

/*box01*/
#reason .box01 .boxttl {
  margin-bottom: 40px;
}

#reason .box01 .mascot {
  right: 21px;
  top: 140px;
}

#reason .box01 .list {
  background: url(../img/bg_yellow.png);
  border-radius: 15px;
  margin: 56px 0 60px;
  padding: 35px 45px 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reason .box01 .list li {
  width: 396px;
  text-align: center;
  position: relative;
}


#reason .box01 .delivery {
  margin-top: 50px;
}

#reason .box01 .delivery .deliveryttl {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4;
  font-weight: 700;
  background: #009944;
  color: #fff;
  border-radius: 10px;
  padding: .4em;
  margin-bottom: 42px;
}

#reason .box01 .block .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reason .box01 .delivery .item {
  width: 412px;
  position: relative;
}

#reason .box01 .delivery .item .ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
  white-space: nowrap;
  color: #009944;
}



#reason .box01 .delivery .item02 .ttl {
  margin-left: -.6em;
  letter-spacing: -0.06em;
}

#reason .box01 .delivery .item .subttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5em;
  line-height: 1.2;
  color: #009944;
  text-align: center;
}

#reason .box01 .delivery .item .txt {
  text-align: center;
  margin-bottom: 20px;
}


#reason .box01 .delivery .item .txtorange {
  color: #FF7800;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #FF7800;
  font-size: 2rem;
  line-height: 1.2;
  padding: .4em .65em;
  margin-right: .5em;
  border-radius: 10px;
  min-width: 172px;
  text-align: center;
}


#reason .box01 .delivery .item .txtorange + .txtorange {
  margin-top: 8px;
}

#reason .box01 .delivery .item .img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}

#reason .box01 .delivery .item01,
#reason .box01 .delivery .item02 {
  height: 590px;
}

#reason .box01 .delivery .item01 .img,
#reason .box01 .delivery .item02 .img {
  width: 100%;
  height: 259px;
}

#reason .box01 .delivery .item01 .img {
  padding-left: 12px;
}

#reason .box01 .delivery .item02 .img {
  justify-content: center;
}

/*03～05*/

#reason .box01 .delivery .item:nth-child(n + 3) .ttl {
  margin-bottom: 24px;
}

#reason .box01 .delivery .item:nth-child(n + 3) .txt {
  margin-bottom: 10px;
}

#reason .box01 .delivery .item:nth-child(n + 3) .txtorange {
  padding: .4em 0;
  width: 172px;
  text-align: center;
}

#reason .box01 .delivery .item03,
#reason .box01 .delivery .item04,
#reason .box01 .delivery .item05 {
  width: 278px;
  text-align: center;
  height: 456px;
  margin-top: 45px;
}

#reason .box01 .delivery .item03 .img,
#reason .box01 .delivery .item04 .img,
#reason .box01 .delivery .item05 .img {
  width: 100%;
  height: 218px;
  justify-content: center;
}

#reason .box01 .delivery .item03 .img {
  padding-bottom: 16px;
  margin-left: -12px;
}

#reason .box01 .delivery .item04 .img {
  padding-bottom: 14px;
}

#reason .box01 .delivery .item05 .img {
  padding-bottom: 26px;
}


/*box02*/
#reason .box02 {
  padding-bottom: 50px;
}

#reason .box02 .boxttl {
  margin-bottom: 24px;
}

#reason .box02 .mascot {
  right: -13px;
  top: 54px;
}

#reason .box02 .flex {
  align-items: center;
}

/*box03*/
#reason .box03 {
  padding-bottom: 42px;
}

#reason .box03 .boxttl {
  margin-bottom: 32px;
  margin-left: 38px;
}

#reason .box03 .step li {
  position: relative
}

#reason .box03 .step .img {
  margin-bottom: 24px;
}

#reason .box03 .step li + li::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 26px);
  border-left: 4px dotted #009944;
  position: absolute;
  left: -31px;
  bottom: 0;
}

@media screen and (min-width: 769px) {


  #reason .box01 .list li:nth-child(n + 3) {
    margin-top: 63px;
  }

  #reason .box01 .list li:nth-of-type(even)::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    border-left: 4px dotted #d2bf94;
    position: absolute;
    left: -21px;
    top: 0;
  }

  #reason .box01 .list li:nth-child(n + 3)::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-top: 4px dotted #d2bf94;
    position: absolute;
    top: -33px;
    left: 0;
  }

  #reason .box01 .delivery .item + .item:not(:nth-child(3n))::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    border-left: 4px dotted #009944;
    position: absolute;
    left: -50px;
    top: 0;
  }

  #reason .box01 .delivery .item + .item:nth-child(n + 3)::before {
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  #reason {
    padding: 19vw 0 17vw;
    margin-top: 0;
  }

  #reason .wrap {
    width: 100%;
    padding-top: 0;
  }

  #reason::before,
  #reason::after {
    display: none;
  }


  #reason .secttl {
    padding: 1.2vw 0 0;
    background: url(../img/bg_reason_secttl_sp.png) no-repeat left -1vw top / 100% auto;
    margin-bottom: 15vw;
  }

  #reason .secttl img {
    width: 64.4vw;
  }

  #reason .box {
    width: 92%;
    border: .8vw solid #009944;
    border-radius: 2.66vw;
    padding: 0 2.6vw 6.4vw;
  }

  #reason .box .boxttl {
    margin-top: -9.5vw;
    margin-left: auto;
    margin-right: auto;
  }

  #reason .box .fukidashi {
    width: 22.6vw;
    left: -4vw;
    top: -10vw;
  }


  /*box01*/
  #reason .box01 .boxttl {
    width: 65.3vw;
    margin-bottom: 4.5vw;
  }

  #reason .box01 .lead {
    width: 48.4vw;
  }

  #reason .box01 .mascot {
    width: 32.4vw;
    right: 2vw;
    top: 39vw;
  }

  #reason .box01 .list {
    background: url(../img/bg_yellow.png);
    border-radius: 2vw;
    margin: 4vw 0 9.3vw;
    padding: 1.3vw 5.3vw 2.4vw;
    display: block;
  }

  #reason .box01 .list li {
    width: 100%;
    padding: 5.3vw 0;
  }

  #reason .box01 .list li img {
    width: auto;
    height: 15.73vw;
  }

  #reason .box01 .list li + li::before {
    content: "";
    display: block;
    width: 100%;
    height: .5vw;
    border-top: .5vw dotted #d2bf94;
    position: absolute;
    left: 0;
    top: 0;
  }


  #reason .box01 .delivery {
    margin-top: 8.8vw;
  }

  #reason .box01 .delivery .deliveryttl {
    font-size: 4.4vw;
    border-radius: 2vw;
    margin-bottom: 0;
  }

  #reason .box01 .block .flex {
    display: block;
  }

  #reason .box01 .delivery .item {
    width: 90%;
    margin: 0 auto;
    padding-top: 7.2vw;
  }

  #reason .box01 .delivery .item + .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #009944;
    position: absolute;
    left: 0;
    top: 0;
  }

  #reason .box01 .delivery .item .ttl {
    font-size: 6.4vw;
    margin-bottom: .6em;
    line-height: 1.1;
  }

  #reason .box01 .delivery .item02 .ttl {
    margin-left: -.6em;
    letter-spacing: -0.06em;
  }

  #reason .box01 .delivery .item .txt {
    width: 100%;
    margin-bottom: 5vw;
  }


  #reason .box01 .delivery .item .txtorange {
    border: 2px solid #FF7800;
    font-size: 3.8vw;
    padding: .4em .65em;
    border-radius: 2vw;
    min-width: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }


  #reason .box01 .delivery .item .txtorange + .txtorange {
    margin-top: 1vw;
  }

  #reason .box01 .delivery .item .img {
    width: auto;
    display: block;
    position: static;
  }

  #reason .box01 .delivery .item01,
  #reason .box01 .delivery .item02 {
    height: auto;
    text-align: center;
  }

  #reason .box01 .delivery .item01 .img,
  #reason .box01 .delivery .item02 .img {
    width: 100%;
    height: auto;
  }

  #reason .box01 .delivery .item01 .img {
    width: 43.7vw;
    padding: 0;
    margin-left: 8vw;
  }

  #reason .box01 .delivery .item02 .img {
    width: 15vw;
    margin: 4vw auto 0;
  }

  /*03～05*/


  #reason .box01 .delivery .item:nth-child(n + 3) .ttl {
    text-align: left;
    margin-bottom: .5em;
  }

  #reason .box01 .delivery .item:nth-child(n + 3) .txt {
    text-align: left;
    margin-bottom: 4vw;
  }

  #reason .box01 .delivery .item:nth-child(n + 3) .txt img {
    width: auto;
    height: 9.46vw;
  }

  #reason .box01 .delivery .item:nth-child(n + 3) .txtorange {
    padding: .4em 0;
    width: 33vw;
    display: block;
    margin-left: 0;
  }

  #reason .box01 .delivery .item03,
  #reason .box01 .delivery .item04,
  #reason .box01 .delivery .item05 {
    width: 90%;
    margin: 0 auto;
    height: auto;
    text-align: left;
    position: relative;
    padding-bottom: 6.4vw;
  }

  #reason .box01 .delivery .item03 .img,
  #reason .box01 .delivery .item04 .img,
  #reason .box01 .delivery .item05 .img {
    display: block;
    height: auto;
    position: absolute;
    right: 0;

    left: auto;
  }

  #reason .box01 .delivery .item03 .img {
    width: 27vw;
    bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
  }

  #reason .box01 .delivery .item04 .img {
    width: 35.33vw;
    padding-bottom: 0;
    bottom: 12vw;
  }

  #reason .box01 .delivery .item05 .img {
    width: 30.8vw;
    padding-bottom: 0;
    bottom: 6.4vw;
  }


  /*box02*/
  #reason .box02 {
    padding-bottom: 9vw;
    padding-left: 6%;
    padding-right: 6%;
  }

  #reason .box02 .boxttl {
    width: 65.4vw;
    margin-bottom: 5vw;
  }

  #reason .box02 .mascot {
    width: 37vw;
    right: -2vw;
    top: auto;
    bottom: 6.4vw;
  }

  #reason .box02 .flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  #reason .box02 .img {
    width: 58vw;
    margin-top: 3vw;
  }

  /*box03*/
  #reason .box03 {
    padding-bottom: 4vw;
  }

  #reason .box03 .boxttl {
    width: 53.6vw;
    margin-bottom: 5vw;
    margin-left: auto;
  }

  #reason .box03 .step {
    display: block;
  }

  #reason .box03 .step li {
    width: 90%;
    margin: 0 auto;
    padding: 7.6vw 0 6.9vw;
  }

  #reason .box03 .step .img {
    margin-bottom: 24px;
  }

  #reason .box03 .step li + li::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #009944;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    border-left: none;
  }
}

/* ------------------------------
    babygreen
------------------------------ */

#babygreen {
  background-color: #fffbe9;
  position: relative;
}

#babygreen::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bb_bg_curve_top.svg) no-repeat center top;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
}

#babygreen p {
  color: #606060;
}

#babygreen ul.series li {
  position: relative;
}

#babygreen ul.series li + li::before {
  position: absolute;
  content: "";
  display: block;
}
#babygreen .sukusuku {
  position: relative;
}
#babygreen .sukusuku::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: 4px dotted #9bc11d;
  position: absolute;
  top: 0;
  left: 0;
}
#babygreen .box-bbcube {
  position: relative;
}
#babygreen .box-bbcube h3{
  position: absolute;
}
#babygreen .bnr_anv {
  margin-bottom: 80px;
}

@media screen and (min-width: 769px) {
  #babygreen {
    padding: 95px 0 120px;
  }
  #babygreen::before {
    width: 349px;
    height: 50px;
    top: -50px;
  }
  #babygreen h2.secttl {
    margin-bottom: 94px;
  }
  #babygreen .moviettl {
    margin-bottom: 34px;
  }
  #babygreen .movie_wrap iframe {
    margin-bottom: 58px;
  }
  #babygreen .txt--concept {
    margin-bottom: 100px;
  }
  #babygreen .box-bbcube {
    width: 1000px;
    padding: 230px 35px 35px;
    margin-bottom: 80px;
    border: 6px solid #9bc11d;
    border-radius: 20px;
  }
  #babygreen .box-bbcube h3 {
    top: -14px;
    width: 100%;
    left: 50%;  
    transform: translateX(-50%);
  }
  #babygreen ul.series {
    margin-bottom: 5px;
  }
  #babygreen ul.series li + li::before {
    width: 4px;
    height: 100%;
    border-left: 4px dotted #9bc11d;
    top: 0; 
    left: -31px;
  }
  #babygreen ul.series img {
    margin-bottom: 15px;
  }
  #babygreen .txt--cube {
    margin-top: 50px;
    margin-bottom: 45px;
  }
  #babygreen .sukusuku {
    padding-top: 50px;
  }
  #babygreen .txt--link {
    margin-left: -54px;
  }
}

@media screen and (max-width: 768px) {
  #babygreen {
    padding: 5vw 3.7vw 17vw;
  }
  #babygreen::before {
    width: 44.6vw;
    height: 5.8vw;
    top: -5.8vw;
  }
  #babygreen .movie_wrap {
    margin-bottom: 20vw;
  }
  #babygreen .movie_wrap iframe {
    width: 100%;
    height: 52vw;
    margin-bottom: 8vw;
  }
  #babygreen h2.secttl {
    margin-bottom: 12vw;
  }
  #babygreen .moviettl {
    width: 60vw;
    margin: 0 auto 4vw;
  }
  #babygreen .wrap {
    width: 100%;
  }
  #babygreen .box-bbcube {
    border: .8vw solid #9bc11d;
    border-radius: 2.66vw;
    padding: 43vw 7vw 0;
    margin-bottom: 7vw;
  }
  #babygreen .box-bbcube h3 {
    top: -9vw;
    width: 66vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #babygreen ul.series li + li {
    margin-top: 9vw;
    padding-top: 9vw;
  }
  #babygreen .txt--cube::before {
    position: absolute;
    content: "";
    display: block;
  }
  #babygreen ul.series li + li::before,
  #babygreen .sukusuku::before,
  #babygreen .txt--cube::before {
    width: 100%;
    height: 2px;
    border-top: 2px dotted #9bc11d;
    top: 0; 
    left: 0;
  }
  #babygreen ul.series {
    margin-bottom: 2vw;
  }
  #babygreen ul.series .img {
    margin-bottom: 6vw;
  }
  #babygreen .txt--notice {
    width: 68vw;
    margin-left: auto;
  }
  #babygreen .txt--cube {
    position: relative;
    padding-top: 5vw;
    padding-top: 9vw;
    margin-top: 7.5vw;
    margin-bottom: 8vw;
  }
  #babygreen .sukusuku {
    padding-top: 8vw;
  }
  #babygreen .bnr_anv {
    margin-bottom: 5vw;
  }
}


/* ------------------------------
    voice
------------------------------ */
#voice {
  padding: 76px 0 110px;
  background: url(../img/bg_pink.png);
}

#voice .secttl {
  margin-bottom: 66px;
}

#voice .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

#voice .box + .box {
  margin-top: 67px;
}

#voice .box:nth-child(odd) {
  flex-direction: row-reverse;
}

#voice .mascot {
  position: absolute;
  right: 0;
  top: -66px;
  z-index: 1;
}

#voice .box .txtwrap {
  background: #ffffd1;
  width: 720px;

  padding: 30px 40px;
  position: relative;
  box-shadow: 4px 4px rgba(0, 0, 0, .4);
}

#voice .box .txtwrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
}

#voice .box:nth-child(even) .txtwrap {
  border-radius: 0 15px 15px 15px;
}

#voice .box:nth-child(even) .txtwrap::before {
  width: 56px;
  height: 56px;
  background-image: url(../img/voice_fukidashi01.png);
  background-position: right top;
  left: -56px;
}

#voice .box:nth-child(odd) .txtwrap {
  border-radius: 15px 0 15px 15px;
}

#voice .box:nth-child(odd) .txtwrap::before {
  width: 60px;
  height: 60px;
  background-image: url(../img/voice_fukidashi02.png);
  background-position: left top;
  right: -60px;
}


#voice .box .txtwrap p {
  color: #664842;
}

#voice .box .txtwrap .ttl {
  font-weight: 800;
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: .5em;
}

#voice .box .txtwrap .txt {
  font-size: 2.2rem;
  line-height: 1.68;
  text-align: justify;
}


#voice .box .txtwrap .name {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: .5em;
}

@media screen and (max-width: 768px) {
  #voice {
    padding: 10vw 0 12.8vw;
    background-size: 8vw auto;
  }


  #voice .secttl {
    width: 82.5vw;
    margin: 0 auto 10.4vw;
  }

  #voice .box + .box {
    margin-top: 9.6vw;
  }

  #voice .mascot {
    width: 16.4vw;
    right: -1.2vw;
    top: -8.8vw;
  }

  #voice .box .img {
    width: 20.66vw;
  }

  #voice .box .txtwrap {
    width: 64.5vw;
    padding: 5vw;
    box-shadow: .5vw .5vw rgba(0, 0, 0, .4);
  }

  #voice .box:nth-child(even) .txtwrap {
    border-radius: 0 2vw 2vw 2vw;
  }

  #voice .box:nth-child(even) .txtwrap::before {
    width: 7.4vw;
    height: 7.4vw;
    left: -7.4vw;
  }

  #voice .box:nth-child(odd) .txtwrap {
    border-radius: 2vw 0 2vw 2vw;
  }

  #voice .box:nth-child(odd) .txtwrap::before {
    width: 8vw;
    height: 8vw;
    right: -8vw;
  }

  #voice .box .txtwrap .ttl {
    font-size: 2.7rem;
    line-height: 1.4;
    margin-bottom: .5em;
  }

  #voice .box .txtwrap .txt {
    font-size: 3.2vw;
    line-height: 1.875;
  }


  #voice .box .txtwrap .name {
    font-size: 3.2vw;
    margin-top: .5em;
  }

}




/* ------------------------------
    flow
------------------------------ */
#flow {
  padding: 120px 0;
  background: url(../img/bg_flow.png)no-repeat center center / cover;
  overflow: hidden;
}

#flow .secttl {
  margin-bottom: 75px;
}

#flow .img01 {
  position: absolute;
  top: -15px;
  left: 32px;
}

#flow .img02 {
  position: absolute;
  top: -25px;
  right: 6px;
}

#flow .list {
  margin-bottom: 60px;
}

#flow .list li {
  position: relative;
  text-align: center;
  border-radius: 10px;
  background: #48bf7c;
  padding: 21px 0;
}

#flow .list li.flow02 {
  padding: 29px 0;
}

#flow .list li + li {
  margin-top: 78px;
}

#flow .list li + li::before {
  content: "";
  display: block;
  width: 120px;
  height: 31px;
  background: url(../img/flow_arw.png) no-repeat center / 100%;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #flow {
    padding: 6vw 0 12vw;
    background: url(../img/bg_flow_sp.png)no-repeat center center / cover;
  }

  #flow .secttl {
    width: 58.8vw;
    margin: 0 auto 8.8vw;
  }

  #flow .img01 {
    width: 23.6vw;
    top: -2vw;
    left: -9vw;
  }

  #flow .img02 {
    width: 22.9vw;
    top: 0;
    right: -6.6vw;
  }

  #flow .list {
    margin-bottom: 8.5vw;
  }

  #flow .list li {
    border-radius: 1.3vw;
    padding: 4vw 0;
  }

  #flow .list li img {
    width: auto;
    height: 11.3vw;
  }

  #flow .list li.flow02 {
    padding: 4vw 0;
  }

  #flow .list li.flow02 img {
    height: 16.66vw;
  }

  #flow .list li + li {
    margin-top: 10.2vw;
  }

  #flow .list li + li::before {
    width: 16.4vw;
    height: 4.4vw;
    top: -6.8vw;
  }
}




/* ------------------------------
    faq
------------------------------ */
#faq {
  padding: 90px 0;
  background: url(../img/bg_green.png);
}

#faq .faq_box + .faq_box {
  margin-top: 30px;
}

#faq .faq_box .acd-btn {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  background: #ff7800;
  border-radius: 10px;
  line-height: 1.4;
  padding: 15px 42px 15px 24px;
  position: relative;
}

#faq .faq_box .acd-btn.ls {
  letter-spacing: -0.08em;
}

#faq .faq_box .acd-btn:hover {
  cursor: pointer;
}

#faq .faq_box .acd-btn::before,
#faq .faq_box .acd-btn::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 2px;
  width: 24px;
  height: 3px;
  transition: .3s ease;
}

#faq .faq_box .acd-btn::before {
  transform: translateY(-50%) rotate(90deg);
}

#faq .faq_box .acd-btn.acd-open::before {
  transform: rotate(45deg);
}

#faq .faq_box .acd-btn.acd-open::after {
  transform: rotate(-45deg);
}

#faq .faq_box .acd-cnt {
  display: none;
  color: #664842;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 26px 42px;
  background: #fff;
  border-top: 10px solid #ff7800;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 768px) {
  #faq {
    padding: 10.9vw 0 13vw;
  }

  #faq .faq_box + .faq_box {
    margin-top: 6.6vw;
  }

  #faq .faq_box .acd-btn {
    font-size: 3.7vw;
    border-radius: 2.6vw;
    padding: 2.4vw 16vw 2.4vw 4vw;
    display: flex;
    align-items: center;
  }

  #faq .faq_box .acd-btn span {
    display: inline-block;
    font-size: 7.6vw;
    margin-right: .5em;
  }

  #faq .faq_box .acd-btn.ls {
    letter-spacing: 0;
  }

  #faq .faq_box .acd-btn::before,
  #faq .faq_box .acd-btn::after {
    right: 4vw;
    border-radius: .25vw;
    width: 6.4vw;
    height: .6vw;
  }

  #faq .faq_box .acd-cnt {
    font-size: 3.2vw;
    padding: 4vw 5vw;
    border-top: 2.6vw solid #ff7800;
    border-radius: 0 0 2.6vw 2.6vw;
    top: -2.6vw;
    line-height: 2;
  }
}




/* ------------------------------
    contact
------------------------------ */
#contact {
  padding: 55px 0 100px;
}

#contact .secttl {
  margin-bottom: 80px;
}


/**/
#contact .form .att {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

#contact .form .att a {
  color: #000;
  text-decoration: underline;
}

#contact .form .box {
  padding: 26px 0;
  border-bottom: 2px solid #009944;
}

#contact .form .box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#contact .form .box .v_center {
  align-items: center;
}

#contact .form .box .v_top {
  align-items: flex-start !important;
}

#contact .form .box dl + dl {
  margin-top: 20px;
}

#contact .form .box dl dt,
#contact .form .box dl dd {
  font-size: 2rem;
}

#contact .form .box dl dt {
  font-weight: 700;
  width: 268px;
  padding-top: .6em;
  letter-spacing: 0.1em;
  color: #009944;
}


#contact .form .box dl dt .must {
  display: inline-block !important;
  line-height: 1;
  color: #fff;
  background: #FF7800;
  font-size: 1.4rem;
  padding: 0 .4em;
  height: 18px;
  line-height: 18px;
  margin-left: .5em;
  position: relative;
  top: -.1em;
  border-radius: 4px;
}

#contact .form .box dl dd {
  width: calc(100% - 268px);
}


#contact .form .box dl.cue dt {
  width: 268px;
  padding-right: 1em;
}


#contact .form .box dl.cue dd {
  /* width: calc(100% - 564px); */
  width: calc(100% - 278px);
}


#contact .form .box dl.check dd {
  height: 64px;
  line-height: 64px;
}


#contact .form .box dl dd.flex {
  justify-content: space-between;
}

#contact .form .box dl dd div.day {
  display: flex;
  flex-wrap: wrap;
  width: 436px;
}

#contact .form .box dl dd div.day p {
  width: 33.33%;
  font-size: 2rem;
}

#contact .form .box dl dd span {
  display: inline-block;
  min-width: 3em;
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1em;
}

#contact .form .box dl.cue dd .wpcf7-list-item,
#contact .form .box dl.check dd .wpcf7-list-item {
  margin: 0 1em 0 0;
}

#contact .form .box dl dd .red {
  color: #ff0000;
  line-height: 1.5;
  font-size: 1.6rem;
  /*  margin-left: 1em;*/
  display: block;
}

#contact .form .box.privacy {
  padding: 30px 0;
  border-bottom: none;
}

#contact .form .box .address dt,
#contact .form .box.privacy dl dt {
  padding-top: 0;
}

#contact .form .box.privacy dl dd {
  padding-left: 47px;
}

#contact .form .box.privacy dl dd a {
  font-size: 2rem;
  margin-left: 1.2em;
  text-decoration: underline;
  color: #000;
}

#contact .form input[type="text"],
#contact .form input[type="email"],
#contact .form input[type="tel"],
#contact .form select,
#contact .form textarea {
  background: #efefef;
  height: 64px;
  border: 1px solid #dcdddd;
  padding: .5em 1em;
  width: 100%;
  font-size: 2rem;
  border-radius: 10px;
}

#contact .form input.short {
  width: 288px;
}

#contact .form .phone input {
  width: 206px;
}

#contact .form .phone input:last-child {
  margin-right: 0;
}

#contact .form .box [data-name="your-email"],
#contact .form .box [data-name="free-message"],
#contact .form .box [data-name="trigger"] {
  width: 100%;
}

#contact .form .box .address p {
  position: relative;
}

#contact .form .box .address .post {
  display: flex;
  flex-direction: column;
}

#contact .form .box .address .post .hyphen {
  margin: 0 .05em 0 0;
}

#contact .form .box .address .post .flex {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  #contact .form .box .address .post .flex {
    flex-wrap: nowrap;
  }
  #contact .form .box .address .post span {
    min-width: .5em;
  }
  #contact .form .select .flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  span.wpcf7-list-item {
    margin: 0 1em 0 0 !important;
    width: 29.3%;
  }
}

#contact .form .box .address p:not(:last-child) {
  padding-bottom: 29px;
  margin-bottom: 22px;
}

#contact .form .box .address p:not(:last-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: url(../img/dot.png) repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

#contact .form .box .address span:not(.hyphen) {
  display: block;
  margin-bottom: 4px;
}


#contact .form .box .address .post input {
  width: 206px;
  margin-right: 6px;
}

#contact .form .box .address span.post_btn {
  display: inline-block;
  width: 206px;
  height: 64px;
  margin: 0 0 0 10px;
}

#contact .form .box .address .post_btn input[type='button'] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #ff0000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.22;
  border-radius: 10px;
  border: 1px solid #dcdddd;
  transition: all .3s ease;
  cursor: pointer;
}


#contact .form .box dd span.hyphen {
  display: inline-block;
  text-align: center;
  font-size: 4.2rem;
  width: auto;
  min-width: inherit;
  margin: 0 .45em 0 .4em;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(0.15em);
}


#contact .form .select select {
  width: 436px;
  background: #fff url(../img/select.png) no-repeat right -1px center;
  background-size: 28px 64px;
  padding-right: 1.5em;
}

#contact .form .select.long select {
  width: 100%;
}

#contact .form .select .flex {
  justify-content: space-between;
  align-items: center;
}

#contact .form .select .flex + .flex {
  margin-top: 16px;
}

#contact .form textarea {
  height: 360px;
  resize: vertical;
  overflow: auto;
}


#contact .form input[type='checkbox'] {
  display: none;
}

#contact .form input[type='checkbox'] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 2.2em;
  font-weight: bold;
}

#contact .form input[type='checkbox'] + .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .24em;
  width: 1.4em;
  height: 1.4em;
  width: 1.4em;
  height: 1.4em;
  background: #efefef;
  border: 1px solid #dcdddd;
  border-radius: 6px;
  margin-right: .3em;
}

#contact .form input[type='checkbox']:checked + .wpcf7-list-item-label::after {
  content: '';
  display: block;
  position: absolute;
  left: .1em;
  top: .3em;
  width: .8em;
  height: .5em;
  margin: .2em 0 0 .2em;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
#contact .form .radiobox input[type='checkbox']:checked + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: .35em;
  left: .15em;
  width: .7em;
  height: .7em;
  background: #000;
  border-radius: 50%;
  border: none;
  transform: none;
}

.no-wrap {
  flex-wrap: nowrap;
}

[data-name="acceptance-589"] .wpcf7-list-item-label::before {
  top: .9em !important;
}

[data-name="acceptance-589"] .wpcf7-list-item-label::after {
  top: 1em !important;
}

@media screen and (max-width: 768px) {
  #contact .form .box [data-name="acceptance-589"] .wpcf7-list-item-label {
    min-width: 4.5em;
  }
  [data-name="acceptance-589"] .wpcf7-list-item-label::before {
    top: .1em !important;
  }

  [data-name="acceptance-589"] .wpcf7-list-item-label::after {
    top: .3em !important;
  }
  #contact .form .box .address span.post_btn {
    margin-left: 0;
  }
  #contact .form .box .address .post .hyphen {
    margin: 0 .4em 0 .3em;
  }
  #contact .form .radiobox input[type='checkbox']:checked + .wpcf7-list-item-label::after {
    top: 6px;
    left: 2.5px;
    width: 8px;
    height: 8px;
  }
}

#contact .form_btn {
  display: block;
  width: 302px;
  height: 94px;
  position: relative;
  margin: 60px auto 0;
}

#contact .form_btn input[type="submit"],
#contact .form_btn span.btn_home {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #ff0000;
  font-size: 3.36rem;
  font-weight: 900;
  line-height: 1.22;
  border-radius: 15px;
  border: 2px solid #dcdddd;
  transition: all .3s ease;
  letter-spacing: 0.1em;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #contact .form_btn input[type="submit"],
  #contact .form_btn span.btn_home {
    font-size: 4vw;
  }
}

#contact .form_btn input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: .5;
}

#contact .form_btn input[type="submit"]:hover {
  opacity: .5;
}

#contact .form .privacy {
  margin-top: 90px;
  height: 348px;
  border: 1px solid #c9c9c9;
  background: #ebebec;
  padding: 6px;
  position: relative;
}

#contact .form .privacy .privacy_wrap {
  height: 100%;
  overflow: auto;
  position: relative;
  padding-right: 6px;
}

#contact .form .privacy::before {
  content: "";
  display: block;
  width: calc(100% - 38px);
  height: calc(100% - 10px);
  border: 1px solid #c9c9c9;
  position: absolute;
  left: 5px;
  top: 5px;
}

#contact .form .privacy .txtbox {
  background: #fff;
  padding: 40px 30px;
}


#contact .form .privacy .txtbox * {
  font-family: 'Noto Sans JP', sans-serif;
}

#contact .form .privacy .txtbox p {
  margin-bottom: 1em;
}

#contact .form .privacy .txtbox .ttl {
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 1em;
}

#contact .form .privacy .txtbox .subttl {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 1.5em 0 .2em;
  line-height: 2;
}


#contact .form .privacy .txtbox p + h3 {
  margin-top: -.5em;
}

#contact .form .privacy .txtbox h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin: .5em 0;
}


#contact .form .privacy .txtbox ul {
  margin-top: -1em;
  margin-left: 3em;
}

#contact .form .privacy .txtbox ul ul {
  margin-top: 0;
}

#contact .form .privacy .txtbox .box2 {
  margin-left: 3em;
  margin-bottom: 3rem;
}

#contact .form .privacy .txtbox .box2 dl {
  background: url(../img/dot_circle.png) repeat-x left top;
  font-size: 1.6rem;
  display: flex;
  position: relative;
}

#contact .form .privacy .txtbox .box2 dl:last-child::after {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../img/dot_circle.png) repeat-x left bottom;
  left: 0;
  bottom: 0;
  position: absolute;
}

#contact .form .privacy .txtbox .box2 dt,
#contact .form .privacy .txtbox .box2 dd {
  color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#contact .form .privacy .txtbox .box2 dt {
  width: 230px;
}

#contact .form .privacy .txtbox .box2 dd {
  width: calc(100% - 200px);
}


#contact .form .privacy .txtbox .privacy-sign {
  font-weight: 700;
  text-align: right;
  margin-top: 50px;
}



/*スクロールバー全体*/
#contact .form .privacy ::-webkit-scrollbar {
  width: 22px;
}

/*スクロールバーの軌道*/
#contact .form .privacy ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #bcaaa4;
  background-color: #cccccc;
  border-radius: 10px;
  border: none;
}

/*スクロールバーの動く部分*/
#contact .form .privacy ::-webkit-scrollbar-thumb {
  background-color: #ebebec;
  border-radius: 10px;
  border: 2px solid #c9c9c9;
}


/*送信完了*/

#contact.thanks {
  min-height: calc(100vh - 351px);
  padding-top: 100px;
}

#contact.thanks .secttl span {
  font-weight: 700;
  color: #009944;
  font-size: 3.2rem;
  line-height: 1.1;
  padding-bottom: .4em;
  position: relative;
}

#contact.thanks .secttl span::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #009944;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

#contact.thanks .txt {
  font-size: 2.2rem;
  font-weight: 700;
}

#contact .form_btn.back {
  width: 480px;
}


@media screen and (max-width: 768px) {
  #contact {
    padding: 9.8vw 0 13vw;
  }

  #contact .secttl {
    width: 85.8vw;
    margin: 0 auto 6.6vw;
  }


  /**/

  #contact .form .att {
    font-size: 3.2vw;
  }

  #contact .form .box {
    padding: 0 0 4.2vw;
    border-bottom: 2px solid #009944;
  }

  #contact .form .box dl {
    display: block;
  }

  #contact .form .box dl + dl {
    margin-top: 20px;
  }

  #contact .form .box dl dt,
  #contact .form .box dl dd {
    font-size: 3.46vw;
  }

  #contact .form .box dl dt {
    width: 100%;
    padding: 4.2vw 0 2.1vw;
  }


  #contact .form .box dl dt .must {
    font-size: 2.8vw;
    padding: 0 .4em;
    height: 4vw;
    line-height: 4vw;
    border-radius: .8vw;
    background: #FF7800;
  }

  #contact .form .box dl dd {
    width: 100%;
  }


  #contact .form .box dl.cue dt {
    width: 100%;
    padding-right: 0;
  }


  #contact .form .box dl.cue dd {
    width: 100%;
  }

  #contact .form .box dl.cue span.wpcf7-list-item {
    width: 50%;
  }

  #contact .form .box dl.check dd {
    height: auto;
    line-height: normal;
  }


  #contact .form .box dl dd span {
    min-width: 2.5em;
    font-size: 3.46vw;
    margin: 0 !important;
  }

  #contact .form .box dl dd div.day {
    width: 100%;
  }

  #contact .form .box dl dd div.day p {
    font-size: 3.46vw;
  }


  #contact .form .box dl dd .red {
    font-size: 3.2vw;
    margin-bottom: .5em;
  }


  #contact .form .box.privacy {
    padding: 30px 0;
    border-bottom: none;
  }

  #contact .form .box .address dt,
  #contact .form .box.privacy dl dt {
    padding: .6em 0;
  }

  #contact .form .box.privacy dl dd {
    padding-left: 47px;
  }

  #contact .form .box.privacy dl dd a {
    font-size: 2rem;
    margin-left: 1.2em;
    text-decoration: underline;
    color: #000;
  }

  #contact .form input[type="text"],
  #contact .form input[type="email"],
  #contact .form input[type="tel"],
  #contact .form select,
  #contact .form textarea {
    height: 8.5vw;
    padding: .5em 1em;
    font-size: 3.46vw;
    border-radius: 1.3vw;
  }

  #contact .form input.short {
    width: 35.2vw;
  }

  #contact .form .phone input {
    width: 26.1vw;
  }

  #contact .form .box .address p:not(:last-child) {
    padding-bottom: 4vw;
    margin-bottom: 2vw;
  }

  #contact .form .box .address p:not(:last-child)::before {
    height: .4vw;
    background-size: auto 100%;
  }

  #contact .form .box .address span:not(.hyphen) {
    margin-bottom: 1vw;
  }


  #contact .form .box .address .post input {
    width: 27.4vw;
    margin-right: 0;
  }

  #contact .form .box .address span.post_btn {
    width: 27.4vw;
    height: 8.5vw;
  }

  #contact .form .box .address .post_btn input[type='button'] {
    font-size: 3.46vw;
    border-radius: 1.3vw;
    margin-left: 2vw;
  }


  #contact .form .box dd span.hyphen {
    font-size: 5.6vw;
    width: auto;
    min-width: inherit;
    margin: 0 .4em 0 .3em;
  }


  #contact .form .select select {
    width: 43vw;
    background-size: auto 100%;
    padding-right: 1.5em;
  }

  #contact .form .select.long select {
    width: 100%;
  }


  #contact .form .select .flex + .flex {
    margin-top: 2.1vw;
  }

  #contact .form textarea {
    height: 44.5vw;
  }


  #contact .form .box .check {
    display: flex;
    align-items: center;
    padding-top: 4.6vw;
  }
  #contact .form .box .check .must {
    margin-left: 0;
  }

  #contact .form .box .check dt {
    width: 12em;
    padding: 0;
  }

  #contact .form .box .check dd {
    width: calc(100% - 12em);
  }

  #contact .form input[type='checkbox'] + label::before {
    border-radius: 1.3vw;
  }


  #contact .form_btn {
    width: 40.2vw;
    height: 12.5vw;
    margin: 8.4vw auto 0;
  }

  #contact .form_btn input[type="submit"] {
    font-size: 4.5vw;
    border-radius: 2vw;
    border: 1px solid #dcdddd;
  }

  #contact .form .privacy {
    margin-top: 9.8vw;
    height: 71.7vw;
    padding: 3px;
  }

  #contact .form .privacy .privacy_wrap {
    padding-right: 3px;
  }

  #contact .form .privacy::before {
    width: calc(100% - 18px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
  }

  #contact .form .privacy .txtbox {
    padding: 5vw 3vw;
  }

  #contact .form .privacy .txtbox p,
  #contact .form .privacy .txtbox li{
    font-size: 3.2vw;
  }

  #contact .form .privacy .txtbox .ttl {
    font-size: 3.7vw;
    margin-bottom: .5em;
  }

  #contact .form .privacy .txtbox .subttl {
    font-size: 3.4vw;
  }

  #contact .form .privacy .txtbox h3 {
    font-size:  3.2vw;
  }

  #contact .form .privacy .txtbox .box2 dl {
    font-size:  3.2vw;
    display: block;
  }

#contact .form .privacy .txtbox .box2 dt,
#contact .form .privacy .txtbox .box2 dd {
  font-size: 3.2vw;
}
  #contact .form .privacy .txtbox .box2 dt {
    width: 100%;
    padding-bottom: .2em;
  }

  #contact .form .privacy .txtbox .box2 dd {
    width: 100%;
    padding-top: 0;
  }


  #contact .form .privacy .txtbox .privacy-sign {
    margin-top: 3em;
  }


  /*スクロールバー全体*/
  #contact .form .privacy ::-webkit-scrollbar {
    width: 11px;
  }

  /*送信完了*/
  #contact.thanks {
    min-height: calc(100vh - 64.2vw);
    padding-top: 32vw;
  }

  #contact.thanks .secttl span {
    font-size: 5.8vw;
  }

  #contact.thanks .txt {
    font-size: 3.8vw;
  }

  #contact .form_btn.back {
    width: 52vw;
  }

}

div.wpcf7-response-output {
  font-size: 1.6rem;
  padding: .5em 1em;
  line-height: 1.8;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-position: center;
  margin: 10px auto;
  width: 100%;
}

#contact .form .box span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: .75em;
  font-weight: normal;
  display: block;
  /* position: absolute; */
  bottom: -25px;
  margin-bottom: 0 !important;
}

#contact .form .box .radiobox + span.wpcf7-not-valid-tip {
  bottom: -50px;
}

.free-dial {
  margin-top: 40px;
  margin-bottom: 40px;
}

#contact .form .box.name_kanji .flex p,
#contact .form .box.name_kana .flex p{
  display: flex;
  align-items: center;
}

#contact .form .box .phone {
  display: flex;
  align-items: flex-start;
}

#contact .form .box .radiobox {
  display: flex;
  flex-direction: column;
}

#contact .form .box .radiobox .wpcf7-list-item-label::before {
  border-radius: 50%;
}


@media screen and (max-width: 768px) {
  /* #contact .form .box span.wpcf7-not-valid-tip {
    bottom: -1.8em;
  } */
  #contact .form .box dl.cue .radiobox span.wpcf7-list-item {
    width: 100%;
  }
  .free-dial {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #contact .form .box .radiobox + span.wpcf7-not-valid-tip {
    bottom: -3.5em;
  }
  #contact .form .box .radiobox .wpcf7-list-item-label::before {
    border-radius: 50%;
    width: 18px;
    height: 18px;
  }
  
}

/* ------------------------------
    footer
------------------------------ */
footer {
  position: relative;
  overflow: hidden;
}

footer * {
  font-family: 'Noto Sans JP', sans-serif;
}

footer .img img {
  margin-right: -52px;
  margin-bottom: -8px;
}

footer .bg {
  padding: 35px 0 30px;
  background: url(../img/bg_green.png);
}

footer .bg .wrap {
  padding: 0 80px;
}


footer .logo {
  width: 404px;
  text-align: center;
  margin: 0 auto 20px;
}

footer .logo img {
  width: 100%;
}

footer .address {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}

footer .copyright {
  text-align: center;
  color: #009944;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 1em 0;
}


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

  footer .img {
    width: 98%;
    margin-right: 0;
  }

  footer .img img {
    margin-right: -2vw;
    margin-bottom: -1.6vw;
  }

  footer .bg {
    padding: 6% 0 5%;
    background: url(../img/bg_green.png);
  }

  footer .bg .wrap {
    padding: 0;
  }


  footer .logo {
    width: 65.33vw;
    margin: 0 auto 4vw;
  }

  footer .address {
    font-size: 3.2vw;
  }

  footer .address a {
    color: #fff;
  }

  footer .copyright {
    font-size: 2.6vw;
  }
}




/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
