@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  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;
}

sub {
  vertical-align: text-bottom;
  font-size: inherit;
}

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

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Color
==================================================== */
/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
px→vwの計算

.foo {
  width: vw(40px);
}

.bar {
  width: vw(40px, 768px);
}

.baz {
  width: vw(50%);
}
==================================================== */
/* ====================================================
// 隣接要素のmargin
==================================================== */
/* ====================================================
// formスタイルリセット
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
// 疑似クラス
==================================================== */
/* ====================================================
// hover時の透過度
==================================================== */
/* ====================================================
// グラデーション
==================================================== */
/* ====================================================
object-fit
.photo__image {
  &.-image1 {
    @include object-fit(cover);
  }

  &.-image2 {
    @include object-fit(contain, top center);
  }
}
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
/* ====================================================
Margin PC and SP
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
/*----------------------
min(), max(), clamp()
----------------------*/
/* ====================================================
MODULE
==================================================== */
.c-fc__rd {
  color: #e91212;
}

.c-al__c {
  text-align: center !important;
}
.c-al__r {
  text-align: right !important;
}
.c-al__l {
  text-align: left;
}

/*テキストMODULE*/
.c-txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .c-txt01 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

/*ボタンMODULE*/
.c-btn02 {
  position: relative;
  display: inline-block;
  padding: 24px 10px !important;
  width: 100%;
  max-width: 360px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  background: #00a56a !important;
  border-radius: 50px !important;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .c-btn02 {
    width: 55%;
  }
}
@media screen and (min-width: 835px) {
  .c-btn02 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-btn02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 640px) {
  .c-btn02 {
    padding: 16px 10px !important;
  }
}
.c-btn02.btn-gy {
  background: #cfcfcf !important;
}

/* ====================================================
Base style & container
==================================================== */
body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: #fff;
  overflow-x: hidden;
}

.inner {
  margin: 0 auto;
  padding: 0 4%;
}

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

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

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none;
  }
}

/* ====================================================
Contact
==================================================== */
.p-contact {
  padding: max(200px, 11.11vw) 0 150px;
}
@media screen and (max-width: 834px) {
  .p-contact {
    padding: 50px 0 60px;
  }
}
.p-contact .pageTtl-wrap {
  margin-bottom: 110px;
}
@media screen and (max-width: 834px) {
  .p-contact .pageTtl-wrap {
    margin-bottom: 50px;
  }
}
.p-contact .ttl-page {
  color: #0a59d6;
  font-family: "Ropa Sans", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  letter-spacing: -0.02em;
  line-height: 0.75;
}
@media screen and (max-width: 1200px) {
  .p-contact .ttl-page {
    font-size: max(42px, 7.5vw);
  }
}
.p-contact .form-block {
  margin: 0 auto;
  max-width: 885px;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-contact .form-block input, .p-contact .form-block button, .p-contact .form-block textarea, .p-contact .form-block select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 834px) {
  .p-contact .form-block {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-contact .form-head {
  font-weight: 500;
}
.p-contact .form-head .required {
  top: 0;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
}

.page-entry .ttl-page {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .page-entry .ttl-page {
    margin-bottom: 25px;
  }
}
.page-entry .form-block input[type=text],
.page-entry .form-block input[type=email],
.page-entry .form-block input[type=number],
.page-entry .form-block input[type=tel],
.page-entry .form-block textarea {
  display: inline-block;
  width: 100%;
  padding: 18px 30px;
  font-size: 15px;
  font-size: 1.5rem;
  resize: none;
  outline: none;
  background: #f1f3f9;
  border-radius: 7px;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block input[type=text],
.page-entry .form-block input[type=email],
.page-entry .form-block input[type=number],
.page-entry .form-block input[type=tel],
.page-entry .form-block textarea {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-entry .form-block input[type=text],
.page-entry .form-block input[type=email],
.page-entry .form-block input[type=number],
.page-entry .form-block input[type=tel],
.page-entry .form-block textarea {
    padding: 14px 10px;
  }
}
.page-entry .form-block input[type=submit] {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block input[type=submit] {
    width: 51%;
  }
}
.page-entry .form-block input[type=radio],
.page-entry .form-block input[type=checkbox] {
  width: 0;
}
.page-entry .form-block textarea {
  height: 182px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block textarea {
    height: 150px;
  }
}
.page-entry .form-block ::-webkit-input-placeholder {
  color: #ababab;
}
.page-entry .form-block ::-moz-placeholder {
  color: #ababab;
}
.page-entry .form-block :-ms-input-placeholder {
  color: #ababab;
}
.page-entry .form-block ::-ms-input-placeholder {
  color: #ababab;
}
.page-entry .form-block ::placeholder {
  color: #ababab;
}
@media screen and (max-width: 640px) {
  .page-entry .form-block ::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-entry .form-block ::-moz-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-entry .form-block :-ms-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-entry .form-block ::-ms-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .page-entry .form-block ::placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-entry .form-block .select-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block .select-inline {
    margin-top: 20px;
  }
}
@media screen and (min-width: 835px) {
  .page-entry .form-block .select-inline .c-radio {
    width: auto;
    margin-right: 45px;
  }
}
@media screen and (max-width: 834px) {
  .page-entry .form-block .select-inline .c-radio {
    margin-right: 0;
    width: 100%;
  }
  .page-entry .form-block .select-inline .c-radio:not(:first-child) {
    margin-top: 15px;
  }
}
.page-entry .form-block .postcode-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block .postcode-inline {
    margin-bottom: 15px;
  }
}
.page-entry .form-block .postcode-inline input {
  max-width: 265px;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block .postcode-inline input {
    max-width: 180px;
  }
}
.page-entry .form-block .btn-postcode {
  margin-left: 24px;
  width: 156px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #cfcfcf;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .page-entry .form-block .btn-postcode {
    margin-left: 10px;
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .page-entry .form-block .btn-postcode {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-entry .form-block .error {
  margin-top: 10px;
  width: 100%;
  color: #e91212;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-entry .form-item {
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .page-entry .form-item {
    margin-bottom: 30px;
  }
}
.page-entry .form-head {
  margin-bottom: 14px;
}

.c-radio {
  display: inline-block;
  cursor: pointer;
}
.c-radio input {
  width: 0;
}
.c-radio > span {
  display: inline-block;
  position: relative;
  padding: 4px 0 4px 35px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .c-radio > span {
    padding-left: 35px;
  }
}
.c-radio > span:before {
  background: #f1f3f9;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
.c-radio > span:after {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: #0a59d6;
  border-radius: 50%;
  opacity: 0;
}
.c-radio input[type=radio]:checked + span:after {
  opacity: 1;
}

.c-checkbox {
  display: inline-block;
  cursor: pointer;
}
.c-checkbox > span {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 40px;
  text-align: left;
}
.c-checkbox > span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f3f9;
}
.c-checkbox > span:after {
  border-right: 3px solid #0a59d6;
  border-bottom: 3px solid #0a59d6;
  content: "";
  display: block;
  height: 14px;
  width: 9px;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.privacy-block {
  margin: 60px 0;
  padding: 40px 5% 45px;
  max-height: 315px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  border: 1px solid #e6e8ed;
  border-radius: 11px;
  overflow-y: scroll;
}
@media screen and (max-width: 834px) {
  .privacy-block {
    margin: 50px 0 40px;
    padding: 30px 5%;
    max-height: 250px;
    line-height: 1.6;
  }
}
.privacy-block .privacy-block__item {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .privacy-block .privacy-block__item {
    margin-top: 20px;
  }
}
.privacy-block .privacy-block__item .ttl {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .privacy-block .privacy-block__item .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.privacy-block .ttl-box {
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid #121212;
}
@media screen and (max-width: 834px) {
  .privacy-block .ttl-box {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-control {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 43px;
}
@media screen and (max-width: 640px) {
  .form-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-control .btn {
  margin: 0 15px !important;
}
@media screen and (max-width: 834px) {
  .form-control .btn {
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .form-control .btn {
    margin: 0 0 20px !important;
  }
}

/*------Contact confirm------t*/
.page-entry_confirm .ttl-page {
  margin-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .page-entry_confirm .ttl-page {
    margin-bottom: 25px;
  }
}

.form-block.confirm .form-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .form-block.confirm .form-item {
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) {
  .form-block.confirm .form-item:first-of-type .form-head {
    border-radius: 7px 7px 0 0;
  }
}
@media screen and (min-width: 641px) {
  .form-block.confirm .form-item:last-of-type .form-head {
    border-radius: 0 0 7px 7px;
  }
}
.form-block.confirm .form-head {
  margin-bottom: 0;
  padding: 30px 0 30px 45px;
  width: 323px;
  background: #f1f3f9;
}
@media screen and (max-width: 834px) {
  .form-block.confirm .form-head {
    padding-left: 4%;
    padding-right: 4%;
    width: 36.53%;
  }
}
@media screen and (max-width: 640px) {
  .form-block.confirm .form-head {
    padding: 15px;
    width: 100%;
  }
}
.form-block.confirm .form-head .required {
  display: none;
}
.form-block.confirm .form-cont {
  padding: 30px 0 30px 6.78%;
  width: calc(100% - 323px);
}
@media screen and (max-width: 834px) {
  .form-block.confirm .form-cont {
    padding-left: 4%;
    width: 63.47%;
  }
}
@media screen and (max-width: 640px) {
  .form-block.confirm .form-cont {
    padding: 20px 15px;
    width: 100%;
  }
}
.form-block.confirm .form-control {
  margin-top: 110px;
}
@media screen and (max-width: 834px) {
  .form-block.confirm .form-control {
    margin-top: 50px;
  }
}

/*------Contact complete------t*/
.page-entry_complete .pageTtl-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .page-entry_complete .pageTtl-wrap {
    margin-bottom: 30px;
  }
}
.page-entry_complete .lead-txt {
  color: #0a59d6;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-entry_complete .lead-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-entry_complete .desc {
  margin: 60px 0 70px;
}
@media screen and (max-width: 640px) {
  .page-entry_complete .desc {
    margin: 30px 0 40px;
    text-align: left;
  }
}
/*# sourceMappingURL=maps/styles.css.map */
