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

.sp-only {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .sp-only {
    display: block !important;
    margin: auto;
  }
}


html {
/*  font-size: 62.5%;*/
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12pt;
    /*    font-size: 10px;
    font-size: 1rem;*/

    color: #3e3a39;
    vertical-align: baseline;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
}
@media only screen and (max-width: 750px) {
  body {
    width: 100vw;
  }
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  cursor: pointer;
  outline: none;
}

input[type=submit] {
  cursor: pointer;
  border: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
}

input, select {
  vertical-align: middle;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-appearance: none;
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #3e3a39;
}
a img {
  outline: none;
}
a:hover, a li:hover, a img:hover {
  opacity: 0.7;
  background: none;
}

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

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

.green {
  color: #0f94ab;
  font-weight: bold;
}

.red {
    color: #c3242f;
    font-weight: 900;
    font-size: 1.1em;
}
.blue {
    color: #457ea7;
    font-weight: 900;
    font-size: 1.1em;
}

.underline {
    position: relative;
    display: inline-block;
}

/*.underline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fbeb35;
  height: 0.5205622072vw;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .underline:after {
    bottom: 0;
    height: 1.3333333333vw;
  }
}
*/
a.contact{
    align-items: center;
}

a.contact {
    display: flex;               
    justify-content: center;     
    align-items: center;        
    margin: 4.37vw auto 0;       
    font-weight: bold;
    font-size: 2.08vw;
    cursor: pointer;
    border: none;
    background: transparent;
  }
  
@media only screen and (max-width: 750px) {
  a.contact, button.contact {
    font-size: 4.2666666667vw;
    margin-top: 10.7333333333vw;
  }
}
a.contact > div, button.contact > div {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 38.1764705882vw;
  height: 5.9234773555vw;
  border-radius: 4.6850598647vw;
  background-color: #fbeb35;
  box-sizing: content-box;
}

@media only screen and (min-width: 1440px) {
    a.contact > div, button.contact > div {
        width: 30.1764705882vw;
        height: 5.0234773555vw;
        font-size: 1.8vw;
    }
}

.underline {
    text-decoration-line: underline;
    text-decoration-thickness: 0.4em;
    text-decoration-color: #fbeb35;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none; 
}

.red_underline {
  color: #cb2900;
  text-decoration-line: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #fbeb35;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none; 
}



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

    .underline {
        /* border-color: #fbeb35;
        background: linear-gradient(transparent 70%, #fbeb35 0%);

*/
        text-decoration-line: underline;
        text-decoration-thickness: 0.4em; /* ���̑��� */
        text-decoration-color: #fbeb35; /* ���̐F */
        text-underline-offset: -0.2em; /* ���̈ʒu�B�e�L�X�g�ɏd�Ȃ�悤�ɂ��㕔�ɂ��� */
        text-decoration-skip-ink: none; /* �����ƕ����񂪏d�Ȃ镔���ł��������ȗ�����Ȃ��i�����r�؂�Ȃ��j */
    }
    a.contact > div, button.contact > div {
        width: 84vw;
        height: 15.6vw;
        border-radius: 12vw;
    }
}
a.contact > div:after, button.contact > div:after {
  content: "";
  display: inline-block;
  background-image: url("../img/common__arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.4055179594vw;
  height: 1.5616866216vw;
  margin-left: 1.8219677251vw;
}
@media only screen and (max-width: 750px) {
  a.contact > div:after, button.contact > div:after {
    width: 2.9333333333vw;
    height: 3.2vw;
    margin-left: 3.7333333333vw;
  }
}

a.contact:before, button.contact  {
  border: 0;
  background: transparent;
  margin:0;
  padding:0;
  cursor: pointer;
  height: 5.9234773555vw;

}
a.contact:before, button.contact > br {
  height: 0;
  display: none;
}

  button.contact > input {
    width: 58.1764705882vw;
    height: 10vw;
    background-color: #54b3c1;
    border-radius: 4.6850598647vw;
    font-size: 3vw;
    padding: 10px 10px;
  }


@media only screen and (max-width: 750px) {
  a.contact:before, button.contact:before {
    top: 1.3333333333vw;
    width: 84vw;
    height: 15.6vw;
    border-radius: 12vw;
  }
}

@media only screen and (min-width: 1440px) {
    a.contact:before, button.contact:before {
        width: 30.1764705882vw;
        height: 5.0234773555vw;
    }
}
/* a.contact:hover, button.contact:hover {
  opacity: 1;
  transform: translateY(10px);
} */
/* a.contact:hover:before, button.contact:hover:before {
  display: none;
} */

body {
  position: relative;
}
body > div.menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #54b3c1;
  z-index: 200;
  overflow-y: scroll;
  padding-top: 16.5333333333vw;
  padding-bottom: 16.5333333333vw;
}
body > div.menu:before {
  content: "";
  margin: 0 auto;
  display: block;
  background-image: url("../img/menu__logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 47.6vw;
  height: 17.6vw;
}
body > div.menu > button {
  background: transparent;
  position: absolute;
  right: 2.6666666667vw;
  top: 2.6666666667vw;
  background-image: url("../img/menu__close.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 9.0666666667vw;
  height: 9.2vw;
  cursor: pointer;
  border: none;
}
body > div.menu > button:hover {
  opacity: 0.7;
}
body > div.menu > ul {
  margin: 0 auto;
  margin-top: 13.3333333333vw;
  text-align: center;
  border-top: 0.2666666667vw solid white;
  width: 84.5333333333vw;
}
body > div.menu > ul > li {
  margin: 0 auto;
  padding: 7.7333333333vw 0;
  border-bottom: 0.2666666667vw solid white;
  width: 100%;
}
body > div.menu > ul > li > a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.8666666667vw;
  font-weight: bold;
  text-align: center;
  color: white;
}
body > div.menu > ul > li > a:before {
  content: "";
  display: inline-block;
  background-image: url("../img/header__arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.6548672566vw;
  height: 3.5918792296vw;
  margin-right: 0.9370119729vw;
}
body > header {
  background-color: #0f94ab;
  position: fixed;
  top: 1.5616866216vw;
  left: calc((100% - 79.1775117126vw) / 2);
  border-radius: 3.6028110359vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.9151483602vw;
  padding-right: 2.9151483602vw;
  z-index: 100;
}
@media only screen and (max-width: 750px) {
  body > header {
    width: 93.3333333333vw;
    height: 13.3333333333vw;
    top: 4vw;
    left: calc((100% - 93.3333333333vw) / 2);
    border-radius: 6.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 2.6666666667vw;
  }

    .header__links {
        text-align:center;
        margin-top:10vw;
    }

    .header__links > li > a {
        color: white;
        font-size: 1.5em;
    }

    .header__links > li > hr {
        border-color:white;
        border:1px solid white;
        margin-top:4vw;
        margin-bottom:4vw;
    }
}
body > header > button.top {
  content: "";
  display: block;
  background: transparent;
  border: none;
  background-image: url("../img/header__logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10.4633003644vw;
  cursor: pointer;
  height: 2.4986985945vw;
}
body > header > button.top:hover {
  opacity: 0.7;
}

body > header > .btn {
    content: "";
    display: block;
    background: transparent;
    border: none;
    background-image: url("../img/header__logo.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10.4633003644vw;
    cursor: pointer;
    height: 2.4986985945vw;
}

    body > header > .btn:hover {
        opacity: 0.7;
    }


@media only screen and (max-width: 750px) {
  body > header > button.top {
    width: 30.8vw;
    height: 6.4vw;
  }

    body > header > .btn {
        width: 30.8vw;
        height: 6.4vw;
    }
}
header > ul {
    display: grid;
    grid-template-columns: repeat(3, auto); /* 1段に3つずつ */
    justify-content: center;
    padding: 15px 110px 15px 50px;
    gap: 5px 2px;
    margin: 0;
    list-style: none;
  }
  /* 下段だけ少し右にマージンを入れる */
header > ul li:nth-child(n+4) {
    margin-left: 70px;
  }
  
@media only screen and (max-width: 750px) {
  body > header > ul {
    display: none;
  }
}
body > header > ul > li {
  font-size: 1.4055179594vw;
  color: white;
  font-weight: bold;
  margin-right:20px;
}
body > header > ul > li:before {
  content: "";
  display: inline-block;
  background-image: url("../img/header__arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 0.8849557522vw;
  height: 1.1972930765vw;
  margin-right: 0.364393545vw;
}
@media only screen and (min-width: 750px) {
  body > header > ul > li {
    font-size: 1.4055179594vw;
  }
}
body > header > ul > li > a {
  color: white;
  font-size: 1.1vw;
}
body > header > ul > li + li {
  margin-left: 1.0411244144vw;
}
@media only screen and (min-width: 750px) {
  body > header > ul > li + li {
    margin-left: 1.0411244144vw;
  }
}
body > header > a {
  font-weight: bold;
  font-size: 1.3534617387vw;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.9510671525vw;
  height: 2.8630921395vw;

/*  background-color: #fbeb35;*/
  box-sizing: content-box;
}

.con {
    border-radius: 1.5616866216vw;
    background-color: #fbeb35;
}

    .con:hover {
        opacity: 0.7;
        background-color: #fbeb35;
    }
@media only screen and (max-width: 750px) {
    body > header > a {
    font-size: 3.4666666667vw;
    margin-left: 1.8666666667vw;
  }
    .btn {
        margin-left:1vw;
    }
}
@media only screen and (max-width: 750px) {
    .con {
        text-align: center;
        width: 30.4vw;
        line-height: 7.3333333333vw; 
        height: 7.3333333333vw;
        border-radius: 4vw;
    }
}
/*body > header > a:hover {
  opacity: 0.7;
  background-color: #fbeb35;
}*/
body > header > button#menu {
  display: none;
}

@media only screen and (max-width: 750px) {
  body > header > button#menu {
    display: block;
    background: transparent;
    background-image: url("../img/header__menu_open.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    border: none;
    cursor: pointer;
  }
  body > header > button#menu:hover {
    opacity: 0.7;
  }
}
body > section#mv {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
    position: relative; 
    z-index: 0;
  }

  @media only screen and (max-width: 750px) {
    body > section#mv{
      height: 185vw;
      display: block;
      background-image: url("../img/bg1_sp.png");;
    }
  }

    .mv_body{
      display: block;
      background-image: url("../img/bg1.png");
      position: relative; 
      z-index: 1;
    }

    .human {
      position: relative;
      width: 12vw;
      margin-right: 65vw;
      height: auto;
      margin-top: 3.5vw; 
      z-index: 2;
    }

    @media only screen and (max-width: 750px) {
      .mv_body{
        display: block;
        background-image: none;
      }

      .human {
        position: relative;
        width: 12vw;
        margin-left: -24vw;
        height: auto;
        margin-top: 3.5vw; 
        z-index: 2;
      }
    }

    .title-img {
      margin-top: 2vw;
    }

    @media only screen and (max-width: 750px) {
      .title-img_sp {
        position: absolute; 
        left: 50%; 
        transform: translateX(-50%); 
        width: 80%;
      }
    }

    #mv .mvdiv2 {
      display: flex;
      align-items: flex-end; /* 下端揃え */
      gap: 2vw;
      flex-wrap: wrap;
      position: relative; /* 絶対位置を使わないように */
      margin-top: -100px;
      position: relative; 
      z-index: 1;
    }
    
    #mv .mvdiv2 p {
      position: absolute;
      background: rgba(255, 255, 255, 0.7);
      padding: 3.4vw;
      padding-left: 5vw;
      padding-bottom: 11vw;
      z-index: 1;
      font-weight: 600 !important;
      font-size: 1.13vw;
      height: auto;
      text-align: left;
      z-index: 1;
      top: -6%;
    }

    #mv .mvdiv2 p .notice {
      font-size: 1.5vw;
    }
  

    @media screen and (max-width: 768px) {
      #mv .mvdiv2 {
        flex-direction: column;
        align-items: center;
      }
    
      #mv .mvdiv2 p {
        margin-top: 85vw;
        font-size: 2.6vw;
        line-height: 4.65vw;
        padding: 5vw 5vw 5vw 15vw;
        max-width: none;
        box-shadow: 0px 7px 0px 0px rgba(36, 158, 170, 0.4);
      }

      #mv .mvdiv2 p .notice {
        font-size: 2.7vw;
      }
      
    
      #mv .mvdiv1c img.human {
        width: 19vw;
        margin-top: 76vw;
      }
    }
  

@media only screen and (max-width: 750px) {
    body > section#mv > div > div:nth-of-type(1) {
        margin-top: 19vw;
        position: relative;
        font-size: 1.2em;
        font-weight: 900;
        text-align: left;
        margin-left:12vw;
    }

    body > section#mv > div > div:nth-of-type(2) {
        text-align: center;
        font-weight: 800;
        font-size: 0.9em;
        text-align: left;
        margin-top:4vw;
    }
}

    @media only screen and (max-width: 750px) {
        body > section#mv {
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            display: block;
            padding-bottom:10vw;
        }
    }

    body > section#mv > h1 {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
    }

    body > section#mv > div {
        justify-content: center;
        position: relative;
        column-gap: 6vw;
    }

    body > section#mv > .contact {
      margin-top: -9vw;
      padding-bottom: 3vw;
  }

  @media only screen and (max-width: 750px) {
    body > section#mv > .contact {
      margin-top: 10.7333333333vw;
  }
}


    section {
        text-align: center;
    }

    body > section > h2 {
        font-weight: bold;
        font-size: 2.4986985945vw;
        text-align: center;
        display: flex;
        justify-content: center;
        position: relative;
        color: white;
    }

    @media only screen and (max-width: 750px) {
        body > section > h2 {
            font-size: 5.7333333333vw;
        }
    }

    body > section > h2 {
    vertical-align:middle;
    }

    body > section > h2:before {
        content: "";
        display: inline-block;
        width: 3vw;
        height: 3.5vw;
        max-width: 50px;
        max-height: 50px;
        background-image: url("../img/icon1.png");
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right:1vw;
    }

    body > section > h2:after {
        margin-left: 1vw;
        content: "";
        display: inline-block;
        width: 3vw;
        height: 3.5vw;
        max-width: 50px;
        max-height: 50px;
        background-image: url("../img/icon1.png");
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

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

        body > section > h2:before {
            width: 8vw;
            height: 8vw;
        }

        body > section > h2:after {
            width: 8vw;
            height: 8vw;
        }
    }

.midashiaicon {
    width: 30vw;
    max-width: 200px
}

#problem {
  position: relative;
  background-image: url(../img/problem_bg.png);
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: top;
  aspect-ratio: 1440 / 1200; 
  width: 100%;
}

@media only screen and (max-width: 750px) {
  #problem {
    aspect-ratio: 750 / 1200; 
    width: 100%;
    background-image: url(../img/problem_bg_sp.png);
  }
}


body > section#problem > h2 {
  padding-top: 50px;
}

.worry-box {
  position: absolute;
  padding: 2.4vw 0.5vw 2.4vw 0.5vw;
  background: white;
  border-radius: 1vw;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.worry-box p {
  width: 50vw;
  line-height: 2.5vw;
  font-size: 1.4vw;
  text-align: left;
}

@media only screen and (max-width: 750px) {
  .worry-box {
    width: 75vw;
    padding: 5.2vw 1vw 5.2vw 1vw;
    border-radius: 5vw;
  }
  .worry-box p {
    width: unset;
    line-height: 4.2vw;
    font-size: 2.7vw;
  }
}

.worry-box .problem_p1 {
  padding-left: 2vw;
}

.worry-box .problem_p2 {
  padding-left: 7vw;
}

.worry-box .problem_p3 {
  padding-left: 8vw;
}

@media only screen and (max-width: 750px) {
  .worry-box .problem_p1 {
    padding-left: 4vw;
  }
  
  .worry-box .problem_p2 {
    padding-left: 15vw;
  }
  
  .worry-box .problem_p3 {
    padding-left: 10vw;
  }
}



.human-img {
  position: absolute;
  width: 13vw;
}


@media only screen and (max-width: 750px) {
  .human-img {
    width: 18vw;
  }
}


.box1 {
  top: 12.5vw;
  left: 15vw;
}

@media only screen and (max-width: 750px) {
  .box1 {
    top: 32vw;
    left: 8vw;
  }
}

.box1 .human-img {
  top: -1.8vw;
  left: 53vw;
}

@media only screen and (max-width: 750px) {
  .box1 .human-img {
    top: 2.8vw;
    left: 68vw;
  }
}

.box2 {
  top: 27.5vw;
  left: 29.5vw;
}

.box2 .human-img {
  top: -1.8vw;
  left: -14.5vw;
}

@media only screen and (max-width: 750px) {
  .box2 {
    top: 61vw;
    left: 18vw;
  }
  
  .box2 .human-img {
    top: 3vw;
    left: -10.5vw;
  }
}

.box3 {
  top: 42.5vw;
  left: 15vw;
}

.box3 .human-img {
  top: -1.8vw;
  left: 53vw;
}

@media only screen and (max-width: 750px) {
  .box3 {
    top: 90vw;
    left: 8vw;
  }
  
  .box3 .human-img {
    top: 2vw;
    left: 68vw;
  }
}


    body > section#mokuteki {
        /*   background-color: #0f94ab;*/
        position: relative;
        z-index: 1;
        padding-top: 7.8084331078vw;
        padding-bottom: 10.4112441437vw;
        background-image: url("../img/mokuteki_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    @media only screen and (max-width: 750px) {
      body > section#mokuteki {
        padding-top: 20vw;
    }
    }

    body > section#mokuteki > .content {
        background-image: url("../img/mokuteki_bg2.png");
        margin: 30px auto; 
        padding-top: 50px;
        padding-bottom: 30px;
        max-width: 90%;
    }

    @media only screen and (max-width: 750px) {
      body > section#mokuteki > .content {
        padding-top: 15px;
    }
    }

    section#mokuteki .content > * {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
      }

      @media only screen and (max-width: 750px) {
        section#mokuteki .content > * {
          width: 90%;
        }
      }
      
    body > section#mokuteki > .content > .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
      }
      

    section#mokuteki .text-block {
        display: flex;
        flex-direction: column;
        margin-right: 16px;
        text-align: left;
      }

      @media (max-width: 750px) {
        section#mokuteki .text-block {
          display: block;
        }
      }
      
      section#mokuteki .text-block .event-date {
        color: #1ca9c9;
        font-size: 1.1vw;
        margin: 0;
    }
      
    section#mokuteki .text-block .event-title {
        font-size: 1.3vw;
        font-weight: bold;
        margin: 0;
    }

    @media (max-width: 750px) {
      section#mokuteki .text-block .event-date {
        font-size: 3vw;
    }
      
    section#mokuteki .text-block .event-title {
        font-size: 4vw;

    }
    }

    .image-row {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }
    
    @media (min-width: 769px) {
      .image-row {
        all: unset;
      }
    }

    section#mokuteki .responsive-img1,
    section#mokuteki .responsive-img2 {
      width: 35%;
      max-width: 300px;
      height: auto;
    }

    @media (min-width: 1440px) {
      section#mokuteki .responsive-img1,
      section#mokuteki .responsive-img2 {
      width: 35%;
      max-width: 400px;
      }
    }

    section#mokuteki .responsive-img1 {
      margin: 0 10px 0 20px;
    }

    @media (max-width: 750px) {
      section#mokuteki .responsive-img1 {
        margin: unset;
        width: 48%;
        margin-right: 5px;
      }

      section#mokuteki .responsive-img2 {
        margin: unset;
        width: 48%;
      }
    }
      
      
    body > section#mokuteki  > .content > .text-block .event-title {
        margin: 5px 0 0;
      }
      
        
      body > section#mokuteki > .content > .section {
        background: white;
        border-radius: 12px;
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position: relative; 
      }
      
      body > section#mokuteki > .content > .section > .label {
        position: absolute;     
        top: -1.5vw;            
        left: 5px;              
        height: 3vw;            
      }
      
      @media (max-width: 750px) {
        body > section#mokuteki > .content > .section > .label {              
          height: 5vw; 
          margin-left: -5px;           
        }
      }

      body > section#mokuteki  > .content > .section > p {
        line-height: 2vw;
        font-size: 1.1vw;
        padding-top: 0.7vw;
        text-align: left;
      }

      @media (max-width: 750px) {
        body > section#mokuteki  > .content > .section > p {
          font-size: 2.65vw;
          line-height: 3.5vw;
        }
      }

      @media (max-width: 750px) {
        body > section#mokuteki > .content > .flex {
          flex-direction: column;
          align-items: flex-start;
        }
      
        section#mokuteki .text-block {
          margin-right: 0;
          margin-bottom: 15px;
          text-align: left;
          width: 100%;
        }
      
      }
      



    body > section#step {
        background-color: white;
        position: relative;
        z-index: 1;
        padding-top: 7.8084331078vw;
        padding-bottom: 10.4112441437vw;
        background-image: url("../img/bg2.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    @media only screen and (max-width: 750px) {
      body > section#step {
        padding-top:15.8084331078vw;
     }
  }

        body > section#step > h2 {
            color: #3e3a39;
        }

        body > section#step > div {
            width: 80vw;
            max-width: 880px;
            text-align: center;
            margin: 0 auto;
            background-color: white;
            border-radius: 20px;
            padding: 20px;
            margin-top: 80px;
        }

    .stepicon {
        position: absolute;
        z-index: 4;
        left: 10px;
        top: -30px;
        width: 50px;
    }

    .stepcontent > div > img {
        vertical-align: bottom;
        display: inline;
        max-width: 95%;
    }

    .stepcontent {
        text-align: left;
        display: flex;
        padding: 20px;
    }

    @media only screen and (max-width: 750px) {
      body > section#step > div > div > .step_number {
        width: 80%;
    }
  }
    

    body > section#step > div > div > h2 {
        font-weight: 900;
    }

    @media only screen and (max-width: 750px) {
      body > section#step > div > div > h2 {
        font-size: 5vw;
    }
  }

    body > section#step > div > div > div > div {
        display: flex;
        align-items: center;    /* ← これで縦方向の中央揃え */
   }

    body > section#step > div > div > div > div > p {
         line-height: 2.2vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#step > div > div > div > div > p {
            font-size: 10px;
            line-height: 5vw;
       }
    }



    body > section#step > div.steps {
        margin: 0 auto;
        background-image: url("../img/step__img01.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 67.1525247267vw;
        height: 24.2581988548vw;
        margin-top: 4.2686100989vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#step > div.steps {
            background-image: url("../img/step__img01_sp.png");
            background-repeat: no-repeat;
            background-size: 100%;
            margin-top: 9.4666666667vw;
            width: 84.1333333333vw;
            height: 226.6666666667vw;
        }
    }
@media only screen and (max-width: 750px) {
    body > section#step > div {
        width:90vw;
    }
    .stepcontent {
        padding:0px;
    }
    body > section#mokuteki > div > div > h2 {
        font-size: 1.3em;
        width: 90vw;
    }
    body > section#mokuteki > div > div > div {
        display: block;
        border-radius: 0px 0px 10px 10px;
       
    }
    body > section#mokuteki > div > div {
        width: 90vw;
    }
        body > section#mokuteki > div > div > div > div > img {
            max-width: 80%;
            margin-left:10%;
            margin-bottom:5vw;
        }

    .midashiaicon {
      margin: 20px auto 0 auto;
        width: 50%;
        max-width: 50%;
        text-align:center;
        border-radius: 10px 0px 0px 0px
    }

    .stepcontent {
        display: block
    }
} 
body > section#about h2 {
    color: #3e3a39;
}


body > section#about {
  /* スクロール対応 */
    margin-top: -7vw;
    padding-top: 7vw;
    position: relative;
    z-index: 2;
    /*  background-image: url("../img/about.png");*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 2.0822488287vw;
    padding-bottom: 10.4112441437vw;
    width: 100%;
}

    @media only screen and (max-width: 750px) {
        body > section#about {
            margin-top: -24vw;
            padding-top: 24vw;
            background-position-y: 9.3333333333vw;
            padding-bottom: 26.6666666667vw;
        }
    }


    body > section#about > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.2056220718vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#about > div {
            display: block;
            margin-top: 5.0666666667vw;
        }
    }

    body > section#about > div > img {
        width: 17.3211868818vw;
    }

    @media only screen and (max-width: 1440px) {
      body > section#about > div > img {
          width: 20.3211868818vw;
      }
  }

    @media only screen and (max-width: 750px) {
        body > section#about > div > img {
            display: block;
            margin: 0 auto;
            width: 59.7333333333vw;
        }
    }

    body > section#about > div > p {
        padding-right: 20px;
        padding-left: 20px;
        list-style: 2vw;
        font-weight: bold;
        text-align: left;
    }

    @media only screen and (max-width: 750px) {
        body > section#about > div > p {
            margin: 0 auto;
            width: 90%;
            font-size: 11px;
            margin-top: 7.7333333333vw;
            line-height: 5.5vw;
        }
    }

    body > section#about > img {
        width: 750px;
        max-width: 100%;
    }


    body > section#theme {
        position: relative;
        z-index: 1;
        margin-top: -5.2056220718vw;
        padding-top: 7.8084331078vw;
        padding-bottom: 10.4112441437vw;
        background-color: white;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme {
            margin-top: -13.3333333333vw;
            padding-top: 26.6666666667vw;
            padding-bottom: 26.6666666667vw;
        }
    }




    body > section#theme > ul {
        margin: 0 auto;
        margin-top: 4.4247787611vw;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 66.6319625195vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul {
            margin-top: 11.3333333333vw;
            width: 82.1333333333vw;
        }
    }

    body > section#theme > ul > li {
        margin: 0 auto;
        background-color: #edebe5;
        border-radius: 2.3425299323vw;
        width: 32.0666319625vw;
        padding: 2.9151483602vw;
        margin-top: 1.9260801666vw;
        text-align: center;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li {
            width: 100%;
            border-radius: 6vw;
            padding: 6.4vw;
            margin-top: 11.3333333333vw;
        }
    }

    body > section#theme > ul > li > h3 {
        margin: 0 auto;
        font-size: 2.1863612702vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li > h3 {
            font-size: 5.6vw;
        }
    }

    body > section#theme > ul > li > img {
        width: 24.9869859448vw;
        display: block;
        margin: 0 auto;
        margin-top: 2.0822488287vw;
        margin-bottom: 2.6028110359vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li > img {
            width: 64vw;
            margin-top: 5.3333333333vw;
            margin-bottom: 6.6666666667vw;
        }
    }

    body > section#theme > ul > li > p {
        display: block;
        margin: 0 auto;
        width: 24.9869859448vw;
        text-align: left;
        font-size: 1.2493492972vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li > p {
            width: 64vw;
            font-size: 3.2vw;
        }
    }

    body > section#theme > ul > li > dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 24.9869859448vw;
        margin-top: 2.0822488287vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li > dl {
            width: 64vw;
            margin-top: 5.3333333333vw;
        }
    }

    body > section#theme > ul > li > dl > dt {
        text-align: center;
        background-color: #8ec54f;
        font-size: 1.3534617387vw;
        font-weight: bold;
        color: white;
        border-radius: 2.3425299323vw;
        height: 2.1343050495vw;
        width: 35%;
        margin-top: 0.5205622072vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li > dl > dt {
            font-size: 3.4666666667vw;
            border-radius: 6vw;
            height: 5.4666666667vw;
            margin-top: 1.3333333333vw;
        }
    }

    body > section#theme > ul > li > dl > dd {
        padding-left: 1.0411244144vw;
        font-size: 1.3534617387vw;
        font-weight: bold;
        width: 65%;
        text-align: left;
        margin-top: 0.5205622072vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#theme > ul > li > dl > dd {
            padding-left: 2.6666666667vw;
            font-size: 3.4666666667vw;
            margin-top: 1.3333333333vw;
        }
    }
body > section#kaisai h2 {
    color: #3e3a39;
}


    body > section#kaisai {
        background-image: url("../img/kaisai__bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin-top: -5.2056220718vw;
        padding-top: 12.2467464862vw;
        padding-bottom: 8.3112441437vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai {
            background-image: url("../img/kaisai__bg.png");
            margin-top: -3.3333333333vw;
            padding-top: 20vw;
            padding-bottom: 26.6666666667vw;
        }
    }


    body > section#kaisai > ul {
        margin-top: 5.1015096304vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul {
            margin-top: 13.0666666667vw;
        }
    }

body > section#kaisai > ul > li {
    margin: 0 auto;
    background-color: white;
    width: 66.6840187402vw;
    border-radius: 2.3425299323vw;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 0px 0px rgba(36, 158, 170, 0.8);
}

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li {
            width: 93.3333333333vw;
            border-radius: 6vw;
        }
    }

    body > section#kaisai > ul > li > div:nth-of-type(1) {
        width: 27%;
        display: flex;
        justify-content: center;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li > div:nth-of-type(1) {
            justify-content: right;
        }
    }

    body > section#kaisai > ul > li:nth-of-type(1) > div:nth-of-type(1) > img {
        width: 9.4742321707vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li:nth-of-type(1) > div:nth-of-type(1) > img {
            width: 19.4666666667vw;
        }
    }

    body > section#kaisai > ul > li:nth-of-type(2) > div:nth-of-type(1) > img {
        width: 9.9427381572vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li:nth-of-type(2) > div:nth-of-type(1) > img {
            width: 19.4666666667vw;
        }
    }

    body > section#kaisai > ul > li:nth-of-type(3) > div:nth-of-type(1) > img {
        width: 10.0140551796vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li:nth-of-type(3) > div:nth-of-type(1) > img {
            width: 23.3333333333vw;
        }
    }

    body > section#kaisai > ul > li:nth-of-type(4) > div:nth-of-type(1) > img {
        width: 8.9016137428vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li:nth-of-type(4) > div:nth-of-type(1) > img {
            width: 19.2vw;
        }
    }

    body > section#kaisai > ul > li:nth-of-type(5) > div:nth-of-type(1) > img {
        width: 8.9016137428vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li:nth-of-type(5) > div:nth-of-type(1) > img {
            width: 19.2vw;
        }
    }

    body > section#kaisai > ul > li > div:nth-of-type(2) {
        padding-top: 2.2904737116vw;
        padding-bottom: 2.2904737116vw;
        text-align:left;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li > div:nth-of-type(2) {
            padding-top: 5.8666666667vw;
            padding-bottom: 5.8666666667vw;
            width: 73%;
            padding-left: 4.5333333333vw;
            padding-right: 4.5333333333vw;
        }
    }

    body > section#kaisai > ul > li > div:nth-of-type(2) > h4 {
        text-align: center;
        font-size: 2.1863612702vw;
        font-weight: bold;
    }

        body > section#kaisai > ul > li > div:nth-of-type(2) > h4 > img {
            width: 3.3836543467vw;
            margin-right: 1.3534617387vw;
            vertical-align: middle;
        }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li > div:nth-of-type(2) > h4 > img {
            width: 8.6666666667vw;
            margin-right: 3.4666666667vw;
        }
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li > div:nth-of-type(2) > h4 {
            font-size: 5.6vw;
        }
    }

    body > section#kaisai > ul > li > div:nth-of-type(2) > p {
        margin-top: 2.0822488287vw;
        text-align: left;
        font-size: 1.3534617387vw;
        font-weight: bold;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li > div:nth-of-type(2) > p {
            margin-top: 3.3333333333vw;
            font-size: 3.1666666667vw;
        }
    }

    body > section#kaisai > ul > li + li {
        margin-top: 1.4575741801vw;
    }

    @media only screen and (max-width: 750px) {
        body > section#kaisai > ul > li + li {
            margin-top: 4vw;
        }
    }

    body > section#step > *, body section#omakase > *, body section#theme > *, body section#about > *, body section#voice > *, body section#kaisai > *, body section#partner > *, body section#footer > *, body section#contact > * {
        opacity: 0;
        visibility: hidden;
        transform: translateY(15.6168662155vw);
        transition: opacity 1s, visibility 1s, transform 1s;
    }

    @media only screen and (max-width: 750px) {
        body > section#step > *, body section#omakase > *, body section#theme > *, body section#about > *, body section#voice > *, body section#kaisai > *, body section#partner > *, body section#footer > *, body section#contact > * {
            transform: translateY(40vw);
        }
    }

    body > section#mv.fadeIn > *,body > section#step.fadeIn > *, body section#omakase.fadeIn > *, body section#theme.fadeIn > *, body section#about.fadeIn > *, body section#voice.fadeIn > *, body section#kaisai.fadeIn > *, body section#partner.fadeIn > *, body section#footer.fadeIn > *, body section#contact.fadeIn > * ,body section#question.fadeIn > * {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    body #footer > p {
        background-image: url("../img/footer__img01.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 63.3524206143vw;
        text-align: center;
        font-size: 2.394586153vw;
        font-weight: bold;
    }

    @media only screen and (max-width: 750px) {
        body #footer > p {
            background-position-y: bottom;
            background-size: 94.1333333333vw;
            font-size: 6.1333333333vw;
        }
    }

    body #footer > div.text {
        padding-top: 2.2904737116vw;
        padding-bottom: 2.2904737116vw;
        text-align: center;
        font-size: 1.3534617387vw;
        font-weight: bold;
    }

    @media only screen and (max-width: 750px) {
        body #footer > div.text {
            padding-top: 5.8666666667vw;
            padding-bottom: 5.8666666667vw;
            background-position-y: bottom;
            font-size: 3.4666666667vw;
        }
    }

    body > section#contact h2 {
      color: #3e3a39;
  }
  
  
      body > section#contact {
          background-image: url("../img/kaisai__bg.png");
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;
          margin-top: -5.2056220718vw;
          padding-top: 12.2467464862vw;
          padding-bottom: 8.3112441437vw;
      }
  
      @media only screen and (max-width: 750px) {
          body > section#contact {
              background-image: url("../img/kaisai__bg.png");
              margin-top: -3.3333333333vw;
              padding-top: 20vw;
              padding-bottom: 26.6666666667vw;
          }
      }
 
    body > section#contact p {
        display: block;
        margin: 0 auto;
        width: 80%;
        text-align: left;
        font-size: 1.2493492972vw;
    }
    body > section#contact span {
      display: block;
      margin: 0 auto;
      width: 80%;
      text-align: left;
      font-size: 1.2493492972vw;
  }
  body > section#contact span.error {
    color: #E07779;
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
  }
  body > section#contact .mw_wp_form_complete p {
    font-size: 2vw;
    padding: 30px 10px; 
  }

    @media only screen and (max-width: 750px) {
        body > section#contact p {
            font-size: 3.2vw;
        }
        body > section#contact span {
          font-size: 3.2vw;
      }
      body > section#contact .mw_wp_form_complete p {
        font-size: 3.2vw;
      }
    }
  body > section#contact .form select {
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
    background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
    border: 1px solid #554E4E;
    padding: 0 10px;
    border-radius: 4px;
    outline: none;
    font-size: 1.8rem;
    color: #554E4E;
    width: 100%;
    height: 50px;
    letter-spacing: 0.08em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


    body > section#contact .form .input {
        background: #FFFFFF;
        background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
        background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
        background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
        background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
        border: 1px solid #554E4E;
        padding: 0 10px;
        border-radius: 4px;
        outline: none;
        font-size: 1.8rem;
        color: #554E4E;
        width: 100%;
        height: 50px;
        letter-spacing: 0.08em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        body > section#contact .form .input:focus {
            outline: none;
        }

        body > section#contact .form .input::-webkit-input-placeholder {
            color: #BCB8B8;
            font-size: 1.6rem;
        }

        body > section#contact .form .input::-moz-placeholder {
            color: #BCB8B8;
            font-size: 1.6rem;
        }

        body > section#contact .form .input:-ms-input-placeholder {
            color: #BCB8B8;
            font-size: 1.6rem;
        }

        body > section#contact .form .input::-ms-input-placeholder {
            color: #BCB8B8;
            font-size: 1.6rem;
        }

        body > section#contact .form .input::placeholder {
            color: #BCB8B8;
            font-size: 1.6rem;
        }

        body > section#contact .form .input:-ms-input-placeholder {
            color: #BCB8B8;
        }

        body > section#contact .form .input::-ms-input-placeholder {
            color: #BCB8B8;
        }

    body > section#contact .form .input--textarea {
        width: 100%;
        height: 236px;
        padding: 15px 10px;
    }

    body > section#contact .form .is-error .input {
        border-color: #E07779;
        background: #FAE8E4;
    }

    body > section#contact .selectbox {
        background: #FFFFFF;
        background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
        background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
        background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
        background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
        border: 1px solid #D8D8D8;
        padding: 0 10px;
        border-radius: 4px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        font-size: 1.5rem;
        font-weight: 500;
        color: #554E4E;
        width: 100%;
        height: 50px;
        letter-spacing: 0.08em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #554E4E;
        padding-left: 27px;
        letter-spacing: 0.1em;
        background: url(../img/icon_arrow_select.svg) no-repeat right 18px top 52% #E3DED8;
    }

        body > section#contact .selectbox:focus {
            outline: none;
        }

        body > section#contact .selectbox::-ms-expand {
            display: none;
        }

        body > section#contact .selectbox::-webkit-input-placeholder {
            color: #B2B2B2;
        }

        body > section#contact .selectbox::-moz-placeholder {
            color: #B2B2B2;
        }

        body > section#contact .selectbox:-ms-input-placeholder {
            color: #B2B2B2;
        }

        body > section#contact .selectbox::-ms-input-placeholder {
            color: #B2B2B2;
        }

        body > section#contact .selectbox::placeholder {
            color: #B2B2B2;
        }

        body > section#contact .selectbox:-ms-input-placeholder {
            color: #B2B2B2;
        }

        body > section#contact .selectbox::-ms-input-placeholder {
            color: #B2B2B2;
        }

    @media only screen and (max-width: 750px) {
        body > section#contact .form {
            padding: 0 4vw;
        }
    }

    body > section#contact .form__bg {
        margin-bottom: 58px;
        padding: 33px 120px;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__bg {
            padding: 32px 0;
        }
    }

    .mw_wp_form_confirm body > section#contact .form__bg {
        padding: 50px 120px;
    }

    @media screen and (max-width: 767px) {
        .mw_wp_form_confirm body > section#contact .form__bg {
            padding: 47px 0 0;
        }
    }

    body > section#contact .form .l-sp-wrapper-md {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 21px;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form .l-sp-wrapper-md {
            gap: unset;
            justify-content: space-between;
        }
    }

    body > section#contact .form__row {
        padding: 18px 0;
        /* width: calc(50% - 10.5px); */
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__row {
            width: 90%;
            padding: 21px 0;
            margin: 0 auto;
        }
    }

    body > section#contact .form__row.full {
        width: 80%;
        margin: 0 auto;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__row.full {
            padding:  0;
            margin: 0 auto;
        }
    }

    .mw_wp_form_confirm body > section#contact .form__row {
        border-top: 2px solid #D8D8D8;
        padding: 24px 0 20px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    @media screen and (max-width: 767px) {
        .mw_wp_form_confirm body > section#contact .form__row {
            margin: 0;
            padding: 22px 0;
        }
    }

    .mw_wp_form_confirm body > section#contact .form__row:last-of-type {
        border-bottom: 2px solid #D8D8D8;
    }

    body > section#contact .form__head {
        margin-bottom: 9px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__head {
            margin-bottom: 5px;
        }
    }

    .mw_wp_form_confirm body > section#contact .form__head {
        margin-bottom: 4px;
    }

    body > section#contact .form__head__main {
        display: block;
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 600;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__head__main {
            max-width: 70%;
        }
    }

    body > section#contact .form__head__main--sm {
        font-size: 1.6rem;
    }

    .is-error body > section#contact .form__head__main {
        color: #E07779 !important;
    }

    body > section#contact .form__head__must {
        color: #E07779;
        border: 1px solid #E07779;
        border-radius: 3px;
        font-size: 1.4rem;
        padding: 15px;
        width: 80px;
        height: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 600;
        margin-left: 8px;
    }

    body > section#contact .form__confirm-head {
        display: none;
        padding-top: 4px;
        margin-bottom: 32px;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__confirm-head {
            margin-bottom: 38px;
        }
    }

    .mw_wp_form_confirm body > section#contact .form__confirm-head {
        display: block;
    }

    body > section#contact .form__confirm-head__main {
        margin-bottom: 5px;
        font-size: 3.2rem;
        line-height: 1.5;
        font-weight: 600;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__confirm-head__main {
            font-size: 2.4rem;
            margin-bottom: 12px;
        }
    }

    body > section#contact .form__confirm-head__text {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__confirm-head__text {
            font-size: 1.6rem;
        }
    }

    body > section#contact .form__input {
        width: 100%;
        height: 60px;
        padding: 0 20px;
        font-size: 1.8rem;
        line-height: 1.5;
        border: 1px solid #D8D8D8;
        border-radius: 5px;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__input {
            height: 50px;
            font-size: 1.6rem;
        }
    }

    body > section#contact .form__input:focus {
        outline: none;
        border-color: #72B7D3;
    }

    body > section#contact .form__input--textarea {
        height: 200px;
        resize: none;
    }

    body > section#contact .form__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__button {
            margin-top: 30px;
        }
    }

    .mw_wp_form_confirm body > section#contact .form__button {
        margin-top: 32px;
    }

    @media screen and (max-width: 767px) {
        .mw_wp_form_confirm body > section#contact .form__button {
            margin-top: 22px;
        }
    }

    body > section#contact .form__button__submit {
        background: #72B7D3;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.5;
        font-weight: 600;
        padding: 15px 60px;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    body > section#contact .form__button__submit:hover {
        background: #5094AC;
    }

    @media screen and (max-width: 767px) {
        body > section#contact .form__button__submit {
            font-size: 1.6rem;
            padding: 12px 40px;
        }
    }
    @media only screen and (max-width: 750px) {

      body > section#contact .form .input,
      body > section#contact .form select,
      body > section#contact .form .input--textarea,
      body > section#contact .form .input--textarea::placeholder  
        {
        font-size: 1.2rem;
      }
    }

      body > section#question {
        position: relative;
      background-image: url(../img/question_bg.png);
      padding: 100px 20px 100px 20px;
      font-family: sans-serif;
      text-align: center;
      }

      body > section#question  > h2 {
        font-weight: bold;
        vertical-align:middle;
        color: #3e3a39;
        }

      body > section#question   .faq-title {
        margin-bottom: 80px;
      }
      
      body > section#question   .faq-list {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        max-width: 1000px;
      }
      
      body > section#question   .faq-item {
        background: white;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-bottom: 50px;
        padding: 30px 20px 35px 20px;
        position: relative;
        }

        body > section#question  .faq-q {
            display: flex; 
            align-items: center;
            background: #1ca9c9;
            color: white;
            font-weight: bold;
            border-radius: 9999px;
            padding: 10px 20px 10px 30px; 
            width: fit-content;
            position: relative;
            margin-bottom: 10px;
            margin-top: -50px;
            margin-left: -20px;
        }

        @media screen and (max-width: 767px) {
            body > section#question  .faq-q {
                padding: 10px 20px 10px 30px; 
                border-radius: 20px;
            }
        }
        
        body > section#question    .q_icon {
            position: absolute;   /* ← 必須 */
            top: -10px;  
            left: -10px;
            height: 40px;
            width: auto;
          }
             
        body > section#question   .question-text {
        font-size: 24px;
      }

      @media screen and (max-width: 767px) {
        body > section#question   .question-text {
        font-size: 12px;
      }
    }

      .faq-a {
        display: flex;
        align-items: flex-start;
        gap: 8px; 
      }
      
      .faq-label {
        font-weight: bold;
        flex-shrink: 0; 
      }
      
      .faq-text {
        margin: 0;
      }
  
      
      body > section#question    .faq-a p {
        text-align: left;
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.6;
      }
      
      @media screen and (max-width: 767px) {
        body > section#question   .faq-a p {
        font-size: 12px;
        margin-top: 10px;
      }
    }

      body > section#question .faq-a span {
        font-size: 1.5vw;
        margin-top: 11px;
        color:#1ca9c9
      }

      @media screen and (max-width: 767px) {
        body > section#question .faq-a span {
          font-size: 4.8vw;
          margin-top: 5px;
        }
    }
    
      
      body > section#question .faq-button-wrap {
        margin-top: 40px;
      }
      
      body > section#question .faq-button {
        display: inline-block;
        background: #ffe100;
        padding: 15px 40px;
        border-radius: 30px;
        color: black;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.2);
        transition: background 0.3s;
      }

    body > footer {
        padding-bottom: 10.4112441437vw;
    }

    @media only screen and (max-width: 750px) {
        body > footer {
            padding-bottom: 26.6666666667vw;
        }
    }

    body > footer > div.text {
        padding-top: 2.2904737116vw;
        padding-bottom: 2.2904737116vw;
        text-align: center;
        font-size: 1.3534617387vw;
        font-weight: bold;
    }

    @media only screen and (max-width: 750px) {
        body > footer > div.text {
            padding-top: 5.8666666667vw;
            padding-bottom: 5.8666666667vw;
            background-position-y: bottom;
            font-size: 3.4666666667vw;
        }
    }

    body > footer > a.logo {
        margin: 0 auto;
        display: block;
        margin-top: 5.9864653826vw;
        width: 11.6085372202vw;
    }

    @media only screen and (max-width: 750px) {
        body > footer > a.logo {
            margin-top: 15.3333333333vw;
            width: 29.7333333333vw;
        }
    }


