@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

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

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
html {
  color: #222222;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%; } }

html, body {
  min-width: 1040px;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    html, body {
      width: 100%;
      min-width: 100%;
      font-size: 60%; } }

h1, h2, h3, h4, h5, h6, p, li, ol, dl, dt, dd, a, td, th {
  color: #222222;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h2 {
  font-weight: 700; }

h3 {
  font-weight: 700; }

p, li, dl, dt, dd, ol, td {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 576px) {
    p, li, dl, dt, dd, ol, td {
      font-size: 1.5rem; } }

a {
  color: inherit;
  text-decoration: none;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

.is-menuOpen body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.relative {
  position: relative; }

.xl-block {
  display: none !important; }
  @media screen and (max-width: 1200px) {
    .xl-block {
      display: block !important; } }

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

.lg-block {
  display: none !important; }
  @media screen and (max-width: 992px) {
    .lg-block {
      display: block !important; } }

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

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

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

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1040px; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 6% !important;
      padding-right: 6% !important;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container {
      padding-left: 6% !important;
      padding-right: 6% !important; } }

/*=====================================================================
共通パーツ
=======================================================================*/
/*=====================================================================
headerの設定
=======================================================================*/
/*=====================================================================
header end
=======================================================================*/
/*=====================================================================
footer
=======================================================================*/
/*=====================================================================
footer end
=======================================================================*/
span.red {
  color: #F05A24;
  font-weight: 600; }

.heading h2 {
  color: #24318F;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 576px) {
    .heading h2 {
      font-size: 3rem; } }

/*=====================================================================
TOP
=======================================================================*/
#kadai .kadai__head {
  background: #B9DAEB;
  padding: 60px 0;
  text-align: center;
  background-image: url("../img/back-yahata-2.webp");
  background-size: cover;
  background-position: center; }
  #kadai .kadai__head img {
    max-width: 600px; }
#kadai .kadai {
  padding-bottom: 65px; }
  #kadai .kadai.base {
    background: #F9F4E9; }
#kadai .head {
  background: #24318F;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 65px; }
  #kadai .head h3 {
    align-items: center;
    font-size: 4.4rem;
    text-align: center;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #kadai .head h3 {
        display: block;
        font-size: 2.5rem; } }
    #kadai .head h3 img {
      width: auto;
      height: 100px;
      margin-right: 50px; }
      @media screen and (max-width: 768px) {
        #kadai .head h3 img {
          display: block;
          margin: auto;
          height: 60px;
          margin-bottom: 10px; } }
#kadai h4 {
  margin-bottom: 50px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #kadai h4 img {
      position: relative;
      z-index: 10; } }
  #kadai h4 .icon {
    position: absolute;
    bottom: 0;
    left: 74%;
    width: 130px;
    height: 130px;
    transform: translateX(-50%);
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #kadai h4 .icon {
        position: absolute;
        top: -50px;
        right: -4%;
        bottom: unset;
        left: unset;
        width: 100px;
        height: 100px;
        transform: unset; } }
    #kadai h4 .icon.icon2 {
      left: 80%; }
  #kadai h4 img {
    height: 200px; }
#kadai h5 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #24318F;
  font-weight: 700;
  margin-top: 65px;
  text-align: center; }
#kadai .text {
  max-width: 500px;
  width: 100%;
  margin: auto; }
#kadai .img-1 {
  width: 100%;
  max-width: 570px;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    #kadai .img-1 {
      max-width: 270px;
      margin-bottom: 45px;
      margin: 0 auto 45px; } }
#kadai .img.d-flex {
  width: 100%;
  max-width: 660px;
  margin: 40px auto 0; }
  #kadai .img.d-flex li {
    margin-bottom: 30px;
    width: 48%; }
    #kadai .img.d-flex li p {
      font-size: 1.3rem;
      text-align: center; }
  #kadai .img.d-flex img {
    margin-bottom: 10px; }
#kadai .cap {
  text-align: center;
  font-size: 1.3rem; }
#kadai .img-2 {
  width: 100%;
  max-width: 660px;
  margin: auto;
  display: block; }
#kadai .img-3 {
  width: 100%;
  max-width: 450px;
  margin: 55px auto 0;
  display: block; }
#kadai .img-4 {
  width: 100%;
  max-width: 660px;
  margin: 55px auto 0;
  display: block; }
#kadai .d-img img {
  width: 48%; }

.checkit .back {
  padding-bottom: 260px; }
  @media screen and (max-width: 576px) {
    .checkit .back {
      padding-bottom: 10px; } }
  .checkit .back .checkit__wrap {
    background: #fff;
    padding: 40px 30px 80px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0 0 30px 30px; }
    @media screen and (max-width: 768px) {
      .checkit .back .checkit__wrap {
        padding: 40px 6% 80px; } }
    .checkit .back .checkit__wrap img {
      width: 100%;
      height: auto; }
    .checkit .back .checkit__wrap .btn__img {
      position: absolute;
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%);
      width: 300px;
      height: auto; }
      @media screen and (max-width: 768px) {
        .checkit .back .checkit__wrap .btn__img {
          width: 50%; } }
.checkit .back-2 {
  position: relative;
  top: -240px;
  height: 310px; }
  @media screen and (max-width: 576px) {
    .checkit .back-2 {
      top: 0px;
      height: auto;
      padding: 30px 0; } }
.checkit .common-1 {
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .checkit .common-1 {
      margin-bottom: 40px; } }
.checkit .btn {
  width: 300px;
  height: auto; }
.checkit h3 {
  font-size: 4rem;
  color: #F05A24;
  margin-bottom: 20px; }
  @media screen and (max-width: 576px) {
    .checkit h3 {
      font-size: 2.5rem; } }
.checkit .tel {
  display: inline-block;
  color: #0000FF; }
.checkit hr {
  display: block;
  width: 100px;
  height: 6px;
  margin: 30px auto;
  background: #24318F; }
.checkit.checkit-2 {
  padding-bottom: 85px; }
  @media screen and (max-width: 768px) {
    .checkit.checkit-2 .back {
      padding-bottom: 1px; }
    .checkit.checkit-2 .pt190 {
      padding-top: 30px !important; } }
.checkit .pt190 {
  padding-top: 190px; }
  @media screen and (max-width: 768px) {
    .checkit .pt190 {
      padding-top: 100px; } }
.checkit .bottom {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -160px; }
  @media screen and (max-width: 768px) {
    .checkit .bottom {
      padding: 0 6%; } }

.back__yahata {
  background-image: url("../img/back-yahata-3.webp");
  background-size: cover;
  background-position: center; }

.block__yahata {
  height: 800px;
  background-image: url("../img/back-1_1.webp");
  background-size: cover;
  background-position: center;
  position: relative; }
  .block__yahata img {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px; }

.block__faq {
  background: #24318F;
  padding-top: 120px;
  padding-bottom: 80px; }
  .block__faq .heading h2 {
    color: #fff; }
  .block__faq .faq__wrap {
    width: 100%;
    margin: auto;
    max-width: 750px; }
    .block__faq .faq__wrap h3 {
      font-size: 2rem;
      color: #24318F; }
    .block__faq .faq__wrap dt, .block__faq .faq__wrap dd {
      width: 100%;
      padding: 15px;
      padding-left: 60px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .block__faq .faq__wrap dt, .block__faq .faq__wrap dd {
          padding-left: 40px; } }
    .block__faq .faq__wrap dt {
      background: #FFF162;
      border-bottom: 2px solid #24318F; }
    .block__faq .faq__wrap dd {
      background: #fff;
      margin-bottom: 12px; }
  .block__faq .icon {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 30px;
    height: 30px; }
    @media screen and (max-width: 768px) {
      .block__faq .icon {
        width: 20px;
        height: 20px;
        left: 10px;
        top: 20px; } }

.company {
  background: #F1F1F1;
  padding-top: 120px;
  padding-bottom: 80px; }
  .company h3 {
    color: #24318F;
    font-size: 1.8rem;
    margin-top: 35px;
    margin-bottom: 5px; }
  .company img {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 50px;
    display: block; }
  .company .text {
    width: 100%;
    max-width: 550px;
    margin: auto; }

header {
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 10px solid #24318F; }
  header h1 {
    text-align: center; }
  header img {
    width: 180px; }

.main {
  height: 400px;
  background-image: url("../img/main.webp");
  background-size: cover;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    .main {
      height: 92vW; } }
  .main .main-1 {
    height: auto;
    top: 60%;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .main .main-1 {
        top: 45vw; } }
    .main .main-1 img {
      height: 420px;
      width: auto; }
      @media screen and (max-width: 768px) {
        .main .main-1 img {
          height: auto;
          width: 80%;
          margin: auto; } }
  .main .main-2 {
    position: absolute;
    bottom: -100px;
    right: calc(50% - 320px);
    transform: translateX(50%);
    -webkit-transform: translateX(50%); }
    @media screen and (max-width: 768px) {
      .main .main-2 {
        right: 0;
        bottom: -16vw;
        transform: unset;
        -webkit-transform: unset;
        text-align: right; } }
    .main .main-2 img {
      height: 315px;
      width: auto; }
      @media screen and (max-width: 768px) {
        .main .main-2 img {
          height: auto;
          width: 35%;
          margin-right: -10%; } }
  .main .main-3 {
    top: calc(50% - -265px);
    z-index: 100; }
    @media screen and (max-width: 768px) {
      .main .main-3 {
        top: 97vw; } }
    .main .main-3 img {
      height: 110px;
      width: auto; }
      @media screen and (max-width: 768px) {
        .main .main-3 img {
          height: auto; } }

.bb {
  height: 100px;
  background: #24318F; }
  @media screen and (max-width: 768px) {
    .bb {
      height: 16vw; } }

.copy {
  text-align: center;
  position: relative;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .copy {
      padding-bottom: 0; } }
  .copy h2 {
    font-size: 2.4rem;
    color: #24318F; }
    @media screen and (max-width: 768px) {
      .copy h2 {
        margin-bottom: 20px; } }
  .copy img {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 360px; }
    @media screen and (max-width: 768px) {
      .copy img {
        position: relative;
        max-width: 40%;
        right: 0; } }

footer {
  background: #24318F;
  padding: 40px 0; }
  footer p {
    color: #fff;
    text-align: center; }

.line__block {
  background: #24318F;
  background-image: url("../img/back-yahata-1.webp");
  background-size: 310px;
  background-position: center; }
  .line__block .line__wrap {
    width: 100%;
    max-width: 600px;
    background: #C7E9D6;
    padding: 65px 45px 40px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .line__block .line__wrap {
        padding-left: 6%;
        padding-right: 6%; } }
  .line__block .btn__img {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: auto; }
    @media screen and (max-width: 768px) {
      .line__block .btn__img {
        width: 70%; } }

.message {
  width: 345px;
  margin: auto;
  position: relative; }
  .message.img {
    width: 90%; }
  @media screen and (max-width: 768px) {
    .message {
      width: calc(100% - 80px); } }
  .message.icon__left:before {
    content: url("../img/line-sesyu.svg");
    width: 57px;
    position: absolute;
    top: 0;
    left: -65px; }
    @media screen and (max-width: 768px) {
      .message.icon__left:before {
        width: 40px;
        left: -50px; } }
  .message.icon__right:before {
    content: url("../img/line-yahata.svg");
    width: 57px;
    position: absolute;
    top: 0;
    right: -65px; }
    @media screen and (max-width: 768px) {
      .message.icon__right:before {
        width: 40px;
        right: -50px; } }
  .message img {
    margin-bottom: 20px; }

.line__white {
  width: 100%;
  max-width: 600px;
  background: #fff;
  padding: 45px 45px 40px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .line__white {
      padding-left: 6%;
      padding-right: 6%; } }

.block {
  padding-top: 70px; }
  @media screen and (max-width: 576px) {
    .block {
      padding-top: 30px; } }
  .block .common-1 {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px; }
    @media screen and (max-width: 576px) {
      .block .common-1 {
        margin-bottom: 20px; } }
  .block .btn {
    width: 300px;
    height: auto; }
    @media screen and (max-width: 768px) {
      .block .btn {
        width: 70%; } }

.voice {
  padding-top: 100px;
  padding-bottom: 105px; }
  @media screen and (max-width: 576px) {
    .voice {
      padding-bottom: 10px; } }
  .voice h2 {
    width: 96%;
    margin: 0 auto 45px;
    max-width: 1060px; }
    @media screen and (max-width: 768px) {
      .voice h2 img {
        width: 104%;
        max-width: 104%;
        position: relative;
        left: -2%; } }
  .voice .content {
    width: 48%;
    background: #F1F1F1; }
    @media screen and (max-width: 768px) {
      .voice .content {
        width: 100%;
        margin-bottom: 30px; } }
    .voice .content .wrap {
      padding: 20px;
      padding-top: 90px;
      position: relative; }
      .voice .content .wrap .icon {
        position: absolute;
        top: 25px;
        right: 20px;
        width: 100px; }
        @media screen and (max-width: 768px) {
          .voice .content .wrap .icon {
            width: 20%; } }
    .voice .content * {
      color: #24318F; }
    .voice .content h3 {
      font-size: 2rem; }
    .voice .content strong {
      font-weight: bold; }
    .voice .content .cap {
      font-size: 1.4rem;
      border-bottom: 2px solid #24318F;
      padding-bottom: 25px;
      margin-bottom: 25px; }

.block__area {
  padding: 110px 0 80px; }
  .block__area h2 {
    font-size: 3.4rem;
    color: #24318F;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 576px) {
      .block__area h2 {
        font-size: 2.5rem; } }
  .block__area .img1 {
    max-width: 610px;
    width: 100%;
    margin: 0 auto 90px; }
  .block__area .img2 {
    max-width: 360px;
    width: 100%;
    margin: 0 auto; }
  .block__area ul {
    text-align: center;
    margin: auto;
    margin-bottom: 15px; }
    .block__area ul li {
      background: #24318F;
      color: #fff;
      font-size: 2rem;
      margin: 0 5px 15px;
      display: inline-block;
      text-align: center;
      padding: 2px 15px; }

.block__find {
  background-image: url("../img/back-1.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  position: relative; }
  .block__find .bottom {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px; }
  .block__find * {
    color: #fff; }
  .block__find .center {
    text-align: center;
    width: 88%; }
  .block__find h2 {
    font-size: 5rem;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .block__find h2 {
        font-size: 2.5rem; } }
  .block__find p {
    text-align: center;
    margin: 10px 0 30px; }
  .block__find .plus {
    width: 45px;
    height: 45px; }
    @media screen and (max-width: 768px) {
      .block__find .plus {
        margin-bottom: 10px; } }
  .block__find .zenkoku {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    background: #F05A24;
    border-radius: 100px;
    padding: 10px 40px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .block__find .zenkoku {
        font-size: 2rem; } }

/*=====================================================================
#プラグインの設定
=======================================================================*/
/*=== swiperの設定==*/
.swiper-wrapper-main {
  transition-timing-function: linear; }
  .swiper-wrapper-main .swiper-slide img {
    height: auto;
    width: 100%; }

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%; }

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center; }

.swiper__block {
  position: relative; }
  .swiper__block .swiper-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%); }

.swiper-button-next {
  color: #fff !important;
  background: #24318F;
  width: 30px;
  height: 30px;
  right: 0; }
  .swiper-button-next:after {
    font-size: 13px; }

.swiper-button-prev {
  color: #fff !important;
  background: #24318F;
  width: 30px;
  height: 30px;
  left: 0; }
  .swiper-button-prev:after {
    font-size: 13px; }

/*=== swiperの設定 end==*/
/*=====================================================================
#プラグインの設定 end
=======================================================================*/
/*=====================================================================
アニメーション
=======================================================================*/
.td_01 {
  transition-delay: 0.1s !important; }

.td_02 {
  transition-delay: 0.2s !important; }

.td_03 {
  transition-delay: 0.3s !important; }

.td_04 {
  transition-delay: 0.4s !important; }

.td_05 {
  transition-delay: 0.5s !important; }

.td_06 {
  transition-delay: 0.6s !important; }

.td_07 {
  transition-delay: 0.7s !important; }

.td_08 {
  transition-delay: 0.8s !important; }

.td_09 {
  transition-delay: 0.9s !important; }

.ad_01 {
  animation-delay: 1s !important; }

.ad_02 {
  animation-delay: 2s !important; }

.ad_03 {
  animation-delay: 3s !important; }

.char {
  opacity: 0;
  transform: translateX(10px);
  display: inline-block; }

.js-text-inview .char {
  animation: fadeIn 1s forwards; }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateX(0px); } }
/*=== inviewの設定==*/
.js-fade {
  opacity: 0; }
  .js-fade.is-inview {
    animation: popup 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

@keyframes popup {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0; }
  100% {
    transform: translateY(0) scale(1); }
  80%, 100% {
    opacity: 1; } }
.js-fadeUp {
  opacity: 0;
  transition: .8s;
  transform: translateY(20px);
  z-index: 10; }
  .js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0px); }

.js-fadeUp2 {
  opacity: 0;
  transition: .6s;
  z-index: 100; }
  .js-fadeUp2.is-inview {
    opacity: 1; }

.poyo {
  animation: poyo 2s ease-out infinite; }

.poyo2 {
  animation: poyo2 2s ease-out infinite; }

.poyo_4s {
  animation: poyo 4s ease-out infinite; }

@keyframes poyo {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(0.97); } }
@keyframes poyo2 {
  0%, 40%, 60%, 80% {
    transform: scale(1); }
  50%, 70% {
    transform: scale(1.15); } }
/*=== inviewの設定 end==*/
/*=====================================================================
アニメーション end
=======================================================================*/
/*==========================================
ContactForm7のテーブル化レスポンシブ調整の設定
============================================*/
.wpcf7 form {
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .wpcf7 form {
      width: 100%; } }
  .wpcf7 form .clearfix {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .wpcf7 form .left {
    width: 165px;
    font-size: .85rem;
    padding-top: 7px; }
    .wpcf7 form .left p {
      text-align: right;
      padding-right: 10px;
      font-size: 1.4rem; }
    @media screen and (max-width: 992px) {
      .wpcf7 form .left {
        width: 100%; }
        .wpcf7 form .left p {
          text-align: left; } }
    .wpcf7 form .left .required {
      color: #24318F; }
  .wpcf7 form .right {
    width: calc(100% - 165px); }
    @media screen and (max-width: 992px) {
      .wpcf7 form .right {
        width: 100%; } }
    .wpcf7 form .right input, .wpcf7 form .right textarea {
      border: none;
      border-radius: 0;
      background: unset;
      border-bottom: 1px solid #000;
      margin-bottom: 2px;
      padding: 5px 10px;
      transition: .1s;
      width: 100%;
      /* Edge */ }
      .wpcf7 form .right input:hover, .wpcf7 form .right textarea:hover {
        background: #ddd; }
      .wpcf7 form .right input:focus, .wpcf7 form .right textarea:focus {
        background: #fff; }
      .wpcf7 form .right input::-ms-input-placeholder, .wpcf7 form .right textarea::-ms-input-placeholder {
        color: #222222;
        font-size: .8rem; }
      .wpcf7 form .right input::placeholder, .wpcf7 form .right textarea::placeholder {
        color: #222222;
        font-size: .9rem; }
  .wpcf7 form .submit {
    text-align: center; }
    .wpcf7 form .submit p {
      text-align: center; }
    .wpcf7 form .submit input {
      letter-spacing: .1rem;
      font-size: 1.5rem;
      padding: 20px;
      cursor: pointer; }
  .wpcf7 form .wpcf7-submit {
    color: unset;
    background: unset;
    width: 400px;
    margin: 20px auto;
    transition: .1s; }
    @media screen and (max-width: 992px) {
      .wpcf7 form .wpcf7-submit {
        width: 100%; } }
    .wpcf7 form .wpcf7-submit:hover {
      background: #222222;
      color: #fff; }
  .wpcf7 form .ajax-loader {
    display: block; }
  .wpcf7 form .wpcf7-not-valid {
    background: #ddd !important; }

.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: auto;
  display: flex;
  justify-content: flex-end;
  z-index: 999; }
  .pagetop a {
    width: auto;
    height: auto;
    display: inline-block; }
    .pagetop a img {
      height: 50px;
      width: auto; }
