@charset "UTF-8";
/* ベンダープレフィックス */
.main {
  font-size: 1.4rem;
}

@media screen and (min-width: 520px) {
  .main {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .main {
    font-size: 1.6rem;
  }
}

.kv_wrap {
  position: relative;
}

.header {
  width: 100vw;
  padding: 2vw 4vw;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(250, 243, 227, 0.5);
  z-index: 1050;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 520px) {
  .header {
    padding: 1vw 3vw;
  }
}

@media screen and (min-width: 960px) {
  .header {
    padding: 1vw 3vw;
  }
}

@media screen and (min-width: 1400px) {
  .header {
    padding: 0.8vw 1.4vw;
  }
}

.header__logo {
  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;
}

.header__logo a > img {
  width: 34.6666667vw;
  padding: 2.13333333vw 0;
}

@media screen and (min-width: 520px) {
  .header__logo a > img {
    width: 25vw;
    max-width: 150px;
    padding: 0.8rem 0;
  }
}

@media screen and (min-width: 960px) {
  .header__logo a > img {
    width: 14.5833333vw;
    padding: 0 0 1rem 0;
  }
}

@media screen and (min-width: 1400px) {
  .header__logo a > img {
    width: 200px;
    max-width: 200px;
  }
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  max-width: 1040px;
}

@media screen and (min-width: 960px) {
  .gnav {
    padding: 0.2em 1rem;
    width: clamp(680px, 80%, 1040px);
  }
}

@media screen and (min-width: 1400px) {
  .gnav {
    width: 90%;
    max-width: 1122px;
  }
}

.gnav__list {
  display: none;
}

@media screen and (min-width: 520px) {
  .gnav__list {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gnav__item {
  margin: 0 1.3rem;
}

@media screen and (min-width: 1400px) {
  .gnav__item {
    margin: 0 2rem;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__item a {
    font-size: 1.4rem;
  }
}

.gnav__link {
  display: block;
  color: #3e3a39;
}

.gnav__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
}

@media screen and (min-width: 1400px) {
  .gnav__link span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 960px) {
  .gnav__link--vs,
  .gnav__link--vs img {
    width: 12.8125vw;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__link--vs,
  .gnav__link--vs img {
    width: 12.1428571vw;
    max-width: 190px;
  }
}

@media screen and (min-width: 960px) {
  .gnav__link--voc,
  .gnav__link--voc img {
    width: 17.7083333vw;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__link--voc,
  .gnav__link--voc img {
    width: 17.1428571vw;
    max-width: 270px;
  }
}

@media screen and (min-width: 960px) {
  .gnav__link--prof,
  .gnav__link--prof img {
    width: 6.25vw;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__link--prof,
  .gnav__link--prof img {
    width: 6.78571429vw;
    max-width: 107px;
  }
}

@media screen and (min-width: 960px) {
  .gnav__link--app,
  .gnav__link--app img {
    width: 12.5vw;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__link--app,
  .gnav__link--app img {
    width: 12.1428571vw;
    max-width: 191px;
  }
}

@media screen and (min-width: 960px) {
  .gnav__link--con,
  .gnav__link--con img {
    width: 7.8125vw;
  }
}

@media screen and (min-width: 1400px) {
  .gnav__link--con,
  .gnav__link--con img {
    width: 7.85714286vw;
    max-width: 124px;
  }
}

.gnav__link img {
  padding-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.g-main-nav {
  margin-bottom: 50px;
}

.g-main-nav-item + .g-main-nav-item {
  margin-top: 30px;
}

.g-main-nav-item._message,
.g-main-nav-item._message img {
  width: 130px;
  height: 30px;
}

.g-main-nav-item._about,
.g-main-nav-item._about img {
  width: 100px;
  height: 30px;
}

.g-main-nav-item._voicesample,
.g-main-nav-item._voicesample img {
  width: 180px;
  height: 30px;
}

.g-main-nav-item._appearances,
.g-main-nav-item._appearances img {
  width: 180px;
  height: 30px;
}

.g-main-nav-item._contact,
.g-main-nav-item._contact img {
  width: 120px;
  height: 30px;
}

.g-main-nav-item a::after {
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 3px);
  background-color: #8cdac4;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition: transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.g-main-nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sp-nav {
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  position: fixed;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  background-color: #faf3e3;
  z-index: 1010;
  padding: 18.6666667vw 5vw 10vw;
}

.sp-nav-wrap {
  width: 80vw;
  margin: 0 5vw;
}

.sp-nav-list {
  padding-top: 8vw;
}

@media screen and (min-width: 520px) {
  .sp-nav-list {
    padding-top: 5.20833333vw;
  }
}

.sp-nav-item {
  overflow: hidden;
  margin-bottom: 5.33333333vw;
}

@media screen and (min-width: 520px) {
  .sp-nav-item {
    margin-bottom: 3.125vw;
  }
}

.sp-nav-item:first-child {
  width: 55.2vw;
  max-width: 244px;
}

.sp-nav-item:nth-child(2) {
  width: 73.8666667vw;
  max-width: 334px;
}

.sp-nav-item:nth-child(3) {
  /* width: 30.4vw;*/
  width: 28.5333333vw;
  max-width: 134px;
}

.sp-nav-item:nth-child(4) {
  width: 55.4666667vw;
  max-width: 254px;
}

.sp-nav-item:nth-child(5) {
  /* width: 37.6vw;  */
  width: 34.9333333vw;
  max-width: 169px;
}

.sp-nav-item a {
  color: #3e3a39;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  text-align: left;
  font-size: 1.1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 520px) {
  .sp-nav-item a {
    font-size: 1.2rem;
  }
}

.sp-nav-item a img {
  border-bottom: 2px solid #faf3e3;
}

.sp-nav-item a span {
  display: block;
}

.sp-nav-item a:hover img {
  border-bottom: 2px solid #8cdac4;
}

.sp-nav-footer {
  position: fixed;
  bottom: 10vw;
  margin: 0 13.3333333vw;
  width: 53.3333333vw;
}

@media screen and (min-width: 520px) {
  .sp-nav-footer {
    max-width: 220px;
    width: 38.4615385vw;
    left: 35%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sp-nav-footer h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.sp-nav-sns {
  margin-bottom: 2vw;
}

.sp-nav.show {
  opacity: 1;
  visibility: visible;
}

.toggle-nav {
  position: absolute;
  width: 36px;
  height: 33px;
  cursor: pointer;
  top: 13px;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.toggle-nav span {
  width: 36px;
  height: 3px;
  background-color: #3e3a39;
  position: absolute;
  left: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.toggle-nav span:nth-child(1) {
  top: 5px;
}

.toggle-nav span:nth-child(2) {
  top: 17px;
}

.toggle-nav span:nth-child(3) {
  top: 29px;
}

.toggle-nav.show span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.toggle-nav.show span:nth-child(2) {
  opacity: 0;
}

.toggle-nav.show span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

@media screen and (min-width: 960px) {
  .toggle-nav {
    opacity: 0;
    visibility: hidden;
  }
}

.keyvisual {
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  overflow: hidden;
  position: relative;
}

.keyvisual__logo {
  position: absolute;
  width: 71.875vw;
  max-width: 300px;
  top: 45%;
  left: 22%;
}

@media screen and (min-width: 520px) {
  .keyvisual__logo {
    width: 57.6923077vw;
    max-width: 330px;
    top: 45%;
    left: 35%;
  }
}

@media screen and (min-width: 960px) {
  .keyvisual__logo {
    width: 26.0416667vw;
    max-width: 350px;
    top: 25vw;
    left: 57vw;
  }
}

@media screen and (min-width: 1400px) {
  .keyvisual__logo {
    width: 25vw;
    max-width: 550px;
  }
}

.sec_container {
  padding: 14.2857143vw 5vw;
}

@media screen and (min-width: 520px) {
  .sec_container {
    padding: 9.6153846vw 0;
  }
}

@media screen and (min-width: 960px) {
  .sec_container {
    padding: 7.29166667vw 0;
  }
}

@media screen and (min-width: 1400px) {
  .sec_container {
    padding: 5vw 0;
  }
}

.sec_container.ptn {
  background-image: url(../img/bg_ptn.png);
  background-repeat: repeat;
  width: 100vw;
}

.sec_container video.bg_movie {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url("poster.jpg") no-repeat;
  background-size: cover;
}

.sec_container.con_box {
  padding: 6.8965517241vw 0 8vw;
}

@media screen and (min-width: 960px) {
  .sec_container.con_box {
    padding: 5.20833333vw 0 5.72916667vw;
  }
}

@media screen and (min-width: 1400px) {
  .sec_container.con_box {
    padding: 2.85714286vw 0 3.21428571vw;
  }
}

.sec_ttl {
  margin: 0 auto;
  padding-bottom: 5vw;
}

@media screen and (min-width: 520px) {
  .sec_ttl {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 960px) {
  .sec_ttl {
    padding-bottom: 4rem;
  }
}

.sec_ttl img {
  max-height: 4.5rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #3e3a39;
}

@media screen and (min-width: 520px) {
  .sec_ttl img {
    max-height: 5.5rem;
  }
}

@media screen and (min-width: 960px) {
  .sec_ttl img {
    max-height: 6rem;
  }
}

@media screen and (min-width: 1400px) {
  .sec_ttl img {
    max-height: 8rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.sec_ttl span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 520px) {
  .sec_ttl span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .sec_ttl span {
    font-size: 2rem;
  }
}

.green {
  background-color: #8cdac4;
}

.comic {
  margin: 0 auto;
}

.comic__problem {
  margin: 0 auto;
  width: 89.3333333333vw;
}

@media screen and (min-width: 520px) {
  .comic__problem {
    width: 89.3333333333vw;
    max-width: 670px;
  }
}

@media screen and (min-width: 960px) {
  .comic__problem {
    width: 68.9655172414vw;
    max-width: 1000px;
  }
}

.comic__problem img {
  width: 100%;
}

.comic__bottom {
  margin-top: -.2068965517vw;
  height: 4.9655172414vw;
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

.comic__bottom.bottom1 {
  background-image: url(../img/comic_bottom.png);
}

.comic__bottom.bottom2 {
  background-image: url(../img/comic_bottom2.png);
}

.bottom_tri {
  position: relative;
}

.bottom_tri:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vw 16vw 0 16vw;
  border-color: #8cdac4 transparent transparent transparent;
  position: absolute;
  bottom: -6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 1400px) {
  .bottom_tri:after {
    bottom: -4vw;
    border-width: 4.5vw 10vw 0 10vw;
  }
}

.grid {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
}

.grid_vo li:nth-child(5) {
  display: none;
}

@media screen and (min-width: 960px) {
  .grid_vo li:nth-child(5) {
    display: block;
  }
}

@media screen and (min-width: 520px) {
  .grid_vo {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    width: 86.564299vw;
    max-width: 638px;
    padding: 3vw;
    background-color: #fff;
  }
}

@media screen and (min-width: 960px) {
  .grid_vo {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    width: 85.119667vw;
    max-width: 1090px;
    padding: 5vw;
  }
}

@media screen and (min-width: 1400px) {
  .grid_vo {
    width: 1090px;
    padding: 5rem;
  }
}

.grid_vo li video,
.grid_vo li img {
  width: 100%;
  margin: 0 auto 1.5rem;
  max-width: 300px;
}

@media screen and (min-width: 520px) {
  .grid_vo li video,
  .grid_vo li img {
    width: 38.387716vw;
    max-width: 280px;
    margin: 0.5rem;
  }
}

@media screen and (min-width: 960px) {
  .grid_vo li video,
  .grid_vo li img {
    width: 23.933403vw;
    max-width: 300px;
  }
}

@media screen and (min-width: 1400px) {
  .grid_vo li video,
  .grid_vo li img {
    width: 300px;
    margin: 1.5rem;
  }
}

.con_box_wrap {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .con_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 82.7586206897vw;
    max-width: 1200px;
  }
}

.con_box_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  padding: 0 5vw;
}

.con_box_item:first-child {
  margin-bottom: 5rem;
}

@media screen and (min-width: 520px) {
  .con_box_item {
    padding: 0 4vw 0 0;
    margin: 0 auto;
  }
  .con_box_item:last-child {
    padding: 0 0 0 4vw;
    border-left: 3px dotted #3e3a39;
  }
}

.con_box_item.lastcon {
  background-color: #fff;
  margin: 0 auto 3vw;
  padding: 5vw;
  border: none;
}

@media screen and (min-width: 520px) {
  .con_box_item.lastcon {
    padding: 3rem 5rem;
    width: 68.9655172414vw;
    max-width: 600px;
  }
}

@media screen and (min-width: 960px) {
  .con_box_item.lastcon {
    margin: 0 auto 2vw;
  }
}

@media screen and (min-width: 1400px) {
  .con_box_item.lastcon {
    margin: 0 auto;
  }
}

.con_box_inner {
  margin: 0 auto;
  width: 66.6666667vw;
  max-width: 300px;
}

@media screen and (min-width: 520px) {
  .con_box_inner {
    width: 32.6923077vw;
    max-width: 320px;
  }
}

.con_box_inner a {
  display: block;
  margin-top: 2rem;
}

@media screen and (min-width: 1400px) {
  .con_box_inner a {
    margin-top: 4rem;
  }
}

.con_box_inner a img {
  width: 100%;
}

.con_box_inner a img.contact {
  border: 1px solid #3e3a39;
}

.con_box_inner h3 {
  font-size: 1em;
}

.profile {
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .profile {
    width: 68.9655172414vw;
  }
}

@media screen and (min-width: 960px) {
  .profile {
    width: 83.3333333vw;
    max-width: 1000px;
  }
}

@media screen and (min-width: 1400px) {
  .profile {
    width: 71.4285714vw;
    max-width: 1350px;
  }
}

.profile__wrap {
  display: block;
}

@media screen and (min-width: 960px) {
  .profile__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.125vw;
  }
}

@media screen and (min-width: 1400px) {
  .profile__wrap {
    width: 71.4285714vw;
    max-width: 1400px;
    margin-top: 5.71428571vw;
  }
}

.profile__photo {
  position: relative;
  margin: 0 auto 2rem;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .profile__photo {
    width: 43.75vw;
    max-width: 530px;
    margin: -10.125vw -4.4827586207vw 0 0;
  }
}

@media screen and (min-width: 1400px) {
  .profile__photo {
    width: 37.8571429vw;
    max-width: 740px;
  }
}

.profile__photo img {
  width: 100%;
}

.profile__prof {
  width: 100%;
  background-color: #fff;
  border: 0.6px solid #3e3a39;
  font-size: 1.4rem;
  padding: 5vw;
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .profile__prof {
    font-size: 1.5rem;
    padding: 5rem 3rem;
  }
}

@media screen and (min-width: 960px) {
  .profile__prof {
    width: 43.75vw;
    max-width: 530px;
    font-size: 1.6rem;
    padding: 4vw;
    z-index: 50;
    margin-top: 9.6551724138vw;
  }
}

@media screen and (min-width: 1400px) {
  .profile__prof {
    font-size: 1.7rem;
    padding: 3vw;
    width: 37.8571429vw;
    max-width: 740px;
  }
}

.profile__prof ul {
  width: 57.3076923vw;
  max-width: 350px;
}

/* text fade-in */
.ex1 {
  margin: 0 auto 4rem;
}

.ex1 span {
  display: block;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 1400px) {
  .ex1 {
    margin: 7rem auto;
  }
  .ex1 span {
    margin-bottom: 1rem;
  }
}

/* link-decoration */
a.link-deco {
  color: #3e3a39;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin: 0 5px;
}

a.link-deco:hover {
  font-weight: bold;
  color: #FF8888;
  text-decoration: none;
}

/* Voice Sample */
.sample-wrap {
  margin: 0 auto 5vw;
}

.sample-wrap:last-child {
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .sample-wrap {
    width: 70vw;
  }
}

@media screen and (min-width: 960px) {
  .sample-wrap {
    max-width: 870px;
  }
}

.vs-area {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.vs-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vs-ttl {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

._about p,
._about ul > li {
  color: #fff;
}

.container-inner {
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .container-inner {
    width: 95%;
    padding: 50px 20px;
  }
}

@media screen and (min-width: 960px) {
  .container-inner {
    width: 90%;
    padding: 50px 20px;
  }
}

@media screen and (min-width: 1400px) {
  .container-inner {
    width: 580px;
    padding: 50px 30px;
  }
}

.container-inner._media {
  background: #fff;
}

.Appearances-inner {
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .Appearances-inner {
    width: 68.9655172414vw;
  }
}

@media screen and (min-width: 960px) {
  .Appearances-inner {
    width: 68.9655172414vw;
    max-width: 1000px;
  }
}

.Appearances-list {
  text-align: left;
  padding: 5vw;
  background-color: #fff;
}

.list-inner {
  margin-bottom: 30px;
}

.backtotop {
  background: #fff;
}

.backtotop a {
  display: block;
  color: #FF8888;
  padding: 1.2em 0;
  width: 100%;
  font-size: 1.2em;
  line-height: 1.3em;
}

/* --  -- */
.gallery {
  min-height: 200px;
  height: 74.6666667vw;
  max-height: 350px;
}

@media screen and (min-width: 520px) {
  .gallery {
    height: 67.3076923vw;
    max-height: 400px;
  }
}

@media screen and (min-width: 960px) {
  .gallery {
    height: 46.875vw;
    max-height: 500px;
  }
}

.image {
  position: relative;
  display: block;
  min-height: 200px;
  height: 74.6666667vw;
  max-height: 350px;
  min-width: 200px;
  width: 74.6666667vw;
  max-width: 350px;
}

@media screen and (min-width: 520px) {
  .image {
    height: 67.3076923vw;
    max-height: 400px;
    width: 67.3076923vw;
    max-width: 400px;
  }
}

@media screen and (min-width: 960px) {
  .image {
    height: 46.875vw;
    max-height: 500px;
    width: 46.875vw;
    max-width: 500px;
  }
}

.image__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.image__content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* -- Contact page decolation -- */
.form_wrap {
  background-color: #fff;
  margin: 0 auto 5vw;
  padding: 5vw;
}

@media screen and (min-width: 520px) {
  .form_wrap {
    width: 68.9655172414vw;
  }
}

@media screen and (min-width: 960px) {
  .form_wrap {
    width: 68.9655172414vw;
    max-width: 1000px;
  }
}

.form_wrap_inner {
  text-align: left;
  margin-bottom: 5rem;
}

.form_wrap_inner h4 {
  border-left: 8px solid #8cdac4;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
}

.form-box {
  width: 100%;
  border-top: none;
  border-left: none;
}

@media screen and (min-width: 960px) {
  .form-box {
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    margin-top: -1px;
  }
  .form-box-table {
    width: 100%;
    display: table;
  }
}

.item-title {
  border-right: none;
  border-bottom: none;
  background-color: #8cdac4;
  padding: 0.5em 1em;
  font-size: 1.1em;
}

.item-title span {
  position: relative;
  display: block;
}

.item-title span.required::after {
  /*position: absolute; */
  /* right: 0; */
  content: "必須";
  padding: 0.25rem 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #FF8888;
  display: inline-block;
  margin-left: .5rem;
}

@media screen and (min-width: 960px) {
  .item-title span.required::after {
    font-size: 0.8em;
  }
}

.item-title span.optional::after {
  /*position: absolute; */
  /* right: 0; */
  content: "任意";
  padding: 0.25rem 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background-color: #888888;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 960px) {
  .item-title span.optional::after {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 960px) {
  .item-title {
    display: table-cell;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    width: 30%;
    vertical-align: top;
    padding: 0.5em;
  }
}

.item-input {
  border-right: none;
  border-bottom: none;
  margin-bottom: 1em;
}

.item-input textarea {
  width: 100%;
  padding: 0.5em;
}

.item-input textarea:focus {
  background-color: #faf3e3;
  border-color: #8cdac4;
  outline: none;
}

.item-input input {
  width: 100%;
  padding: 0.5em;
}

.item-input input:focus {
  background-color: #faf3e3;
  border-color: #8cdac4;
  outline: none;
}

.item-input span {
  color: #FF8888;
}

@media screen and (min-width: 960px) {
  .item-input {
    display: table-cell;
    padding: 0.5em;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

.input-txt {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin: 0;
  -webkit-box-shadow: inset 1px 1px 3px #c3c3c3;
          box-shadow: inset 1px 1px 3px #c3c3c3;
  line-height: 2;
}

.input-txt::-webkit-input-placeholder {
  color: #888888;
}

.input-txt:-ms-input-placeholder {
  color: #888888;
}

.input-txt::-ms-input-placeholder {
  color: #888888;
}

.input-txt::placeholder {
  color: #888888;
}

.btn-area {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 520px) {
  .btn-area {
    margin-top: 3rem;
  }
}

.btn-area button {
  color: #8cdac4;
  font-size: 1.1em;
  border: 1px solid #8cdac4;
  padding: 1em 2em;
  width: 85%;
  -webkit-transition: .7s;
  transition: .7s;
}

@media screen and (min-width: 520px) {
  .btn-area button {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 960px) {
  .btn-area button {
    width: 60%;
  }
}

.btn-area button::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 10px;
  color: #8cdac4;
  /*アイコンの色*/
  -webkit-transition: .7s;
  transition: .7s;
}

.btn-area button:hover {
  color: #fff;
  background-color: #8cdac4;
}

.btn-area button:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 10px;
  color: #fff;
  /*アイコンの色*/
}

.g-recaptcha {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  position: absolute;
}

@media screen and (min-width: 520px) {
  .g-recaptcha {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.g-recaptcha-wrap {
  position: relative;
  margin: 0 auto;
  width: 212.8px;
  height: 54.6px;
}

@media screen and (min-width: 520px) {
  .g-recaptcha-wrap {
    margin: 2vw auto 0;
    width: 304px;
    height: 78px;
  }
}

.footer {
  position: relative;
  padding: 13.3333333333vw 0;
}

@media screen and (min-width: 520px) {
  .footer {
    padding: 5.5172413793vw 8.275862069vw 3.4482758621vw;
  }
}

.footer-wrap {
  margin-bottom: 2.7586206897vw;
}

@media screen and (min-width: 520px) {
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__sns {
  margin: 0 auto 3vw;
}

@media screen and (min-width: 520px) {
  .footer__sns {
    margin: 0;
  }
}

.footer__sns h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1400px) {
  .footer__sns h4 {
    font-size: 1.5rem;
    margin-bottom: 1vw;
  }
}

.footer__logo {
  width: max(170px, 50vw);
  margin: 0 auto 13.3333333333vw;
}

@media screen and (min-width: 520px) {
  .footer__logo {
    width: 23.0769231vw;
    max-width: 170px;
    margin: 0;
  }
}

@media screen and (min-width: 960px) {
  .footer__logo {
    width: 20.8333333vw;
    max-width: 250px;
    margin: 0;
  }
}

@media screen and (min-width: 1400px) {
  .footer__logo {
    width: 17.8571429vw;
    max-width: 300px;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__copy {
  display: block;
  font-size: 3.0666666667vw;
  text-align: center;
}

@media screen and (min-width: 520px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  .footer__copy {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer__copy {
    font-size: 1.5rem;
  }
}

.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 2rem;
  width: 53.3333333vw;
}

@media screen and (min-width: 520px) {
  .sns-box {
    width: min(200px, 40vw);
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .sns-box {
    width: 20vw;
    margin: 0 auto;
  }
}

.sns-box--item {
  font-size: 1.2em;
  width: 1.2em;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (min-width: 520px) {
  .sns-box--item {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 960px) {
  .sns-box--item {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1400px) {
  .sns-box--item {
    font-size: 2em;
  }
}

.sns-box--item:hover a {
  color: #FF8888;
}

.sns-box--item a {
  color: #3e3a39;
  -webkit-transition: .3s;
  transition: .3s;
}

.thanks_bg {
  background: url(../img/bg_ptn.png);
}

.thanks_wrap {
  padding: 80px 0 50px;
}

@media screen and (min-width: 1400px) {
  .thanks_wrap {
    padding: 150px 0 100px;
  }
}

.thanks_inner {
  background-color: #fff;
  border-radius: 15px;
  padding: 5vw;
  width: min(450px, 85vw);
  margin: 5vw auto;
}

@media screen and (min-width: 960px) {
  .thanks_inner {
    width: min(750px, 60vw);
  }
}

@media screen and (min-width: 1400px) {
  .thanks_inner {
    width: min(1000px, 85vw);
    margin: 3vw auto;
    padding: 3vw;
  }
}

.thanks_inner h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.thanks_inner h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8cdac4;
  border-radius: 2px;
}

.thanks_msg {
  margin-top: 3vw;
}

.thanks_msg h1 {
  font-size: 2.5em;
}

.thanks_msg p {
  line-height: 2.2;
  margin-bottom: 5vw;
}

.thanks_img {
  margin: 0 auto;
  max-width: 500px;
}

.thanks_img img {
  width: 100%;
}

a.backtohome button {
  color: #3e3a39;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-size: 1em;
}

a.backtohome button::before {
  font-family: "Font Awesome 6 Free";
  content: "\e3af";
  font-weight: 900;
  margin-right: 10px;
  color: #8cdac4;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

a.backtohome:hover button {
  color: #FF8888;
}

a.backtohome:hover button::before {
  color: #FF8888;
}
/*# sourceMappingURL=style.css.map */