@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto+Condensed:wght@400;700&display=swap");
/*
'Noto Sans JP'
'Roboto Condensed'
noto-sans-cjk-jp
*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol, ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote, q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
  /* opacity: 0.75; */
  /* filter: alpha(opacity=75); */
  filter: brightness(115%);
}
a:hover .thumb img, a:active .thumb img {
  transition: all 0.3s;
  transform: scale(1.1);
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* 追加 */
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

br {
  line-height: inherit;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1980px;
  box-sizing: border-box;
}
@media screen and (max-width: 1980px) {
  .xl_contain {
    padding: 0 1.7rem;
  }
}

.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1040px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .lg_contain {
    padding: 0 1.7rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 1.7rem;
  }
}

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

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
a {
  transition: all 0.35s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* LAZYLOAD SETTINGS */
.blurUp {
  filter: blur(8px);
  transition: filter 400ms;
}
.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 11rem;
  margin-top: -11rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  span.anchor::before {
    height: 5.5rem;
    margin-top: -5.5rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.5;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}
html body {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  --global--color-primary: #000;
  --heading--font-family: "Noto Sans JP";
  --list--font-family: "Noto Sans JP";
  --form--font-family: "Noto Sans JP";
  --button--font-family: "Noto Sans JP";
  --entry-content--font-family: "Noto Sans JP";
  --entry-author-bio--font-family: "Noto Sans JP";
  --branding--title--font-family: "Noto Sans JP";
  --branding--description--font-family: "Noto Sans JP";
  --primary-nav--font-family: "Noto Sans JP";
  --pagination--font-family: "Noto Sans JP";
  --footer--font-family: "Noto Sans JP";
  --pullquote--font-family: "Noto Sans JP";
  --quote--font-family: "Noto Sans JP";
  color: #000;
}
html body #wrapper {
  position: relative;
  overflow: hidden;
}
html body #wrapper main {
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  html body #wrapper main {
    padding-top: 4.5rem;
  }
}
.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 7%);
  transition: all 0.9s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*--------------------------------------------------------------
# pageTop
--------------------------------------------------------------*/
.ds {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ds {
    font-size: 1.57rem;
    line-height: 1.55;
  }
}

.pgtop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .pgtop img {
    width: 3.2rem;
  }
}
.pgtop.show {
  opacity: 1;
  visibility: visible;
}
.pgtop:hover {
  transform: translateY(-3px);
  filter: brightness(100%);
}

/*--------------------------------------------------------------
    # text & background style
--------------------------------------------------------------*/
.bg_sky1 {
  background: #f0f9ff;
}

.bg_sky2 {
  background: #e0f2fe;
}

.bg_sky3 {
  background: #bae6fd;
}

.bg_sky4 {
  background: #7dd3fc;
}

.bg_sky5 {
  background: #38bdf8;
}

.bg_sky6 {
  background: #0ea5e9;
}

.bg_sky7 {
  background: #0284c7;
}

.bg_sky8 {
  background: #0369a1;
}

.bg_sky9 {
  background: #075985;
}

.bg_sky0 {
  background: #0c4a6e;
}

.bg_wblue {
  background: #1890ff;
}

.bg_grey {
  background: #ccc;
}

.t_white {
  color: #ffffff;
}

.link_btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  min-width: 32rem;
  position: relative;
  border: none;
  outline: none;
  color: #eeeeee;
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.5rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .link_btn {
    min-width: 23rem;
  }
}
.link_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9000px;
  background: #ffffff;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
}
.link_btn:focus {
  outline: 0;
}
.link_btn:disabled, .link_btn[disabled] {
  background: #0ea5e9;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.link_btn.showHand::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  z-index: 999;
  aspect-ratio: 1/1;
  background: url(../image/hand.png) center center/contain no-repeat;
  right: -4rem;
  top: 50%;
  animation: hand-left 0.5s infinite;
}

@keyframes blink {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: #fd8200;
  }
}
/*　transrate hand-navi　*/
@keyframes hand-down {
  0% {
    transform: translate(-50%, 0) rotate(90deg);
  }
  50% {
    transform: translate(-50%, 0.5rem) rotate(90deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(90deg);
  }
}
@keyframes hand-left {
  0% {
    transform: translate(0, -50%) rotate(180deg);
  }
  50% {
    transform: translate(0.5rem, -50%) rotate(180deg);
  }
  100% {
    transform: translate(0, -50%) rotate(180deg);
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none transparent;
  padding-left: 1rem;
  background: url(../image/ico_arr01.png) 97% center no-repeat;
  box-shadow: inset 2px 2px 0 0 #e6e6e6;
  border: solid #999999 1px;
  border-radius: 6px;
  height: 5.5rem;
  width: 100%;
  padding-left: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  select {
    height: 5.8rem;
    border-radius: 0.8rem;
    padding-left: 1.3rem;
    font-size: 1.65rem;
    background: url(../image/ico_arr01_sp.png) 96% center/1.7rem no-repeat;
  }
}
select:required:invalid {
  color: #666;
}
select option {
  color: initial;
}
select.blink {
  border: solid #fd8200 3px;
  animation: blink 0.5s linear infinite alternate;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=fax],
input[type=zip],
input[type=addr],
input[type=number] {
  margin: 0;
  box-shadow: inset 2px 2px 0 0 #e6e6e6;
  border: solid #999999 1px;
  border-radius: 6px;
  width: 100%;
  height: 4rem;
  padding-left: 1rem;
  font-size: 1.6rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=fax]::-moz-placeholder, input[type=zip]::-moz-placeholder, input[type=addr]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #666;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=fax]::placeholder,
input[type=zip]::placeholder,
input[type=addr]::placeholder,
input[type=number]::placeholder {
  color: #666;
}
input[type=text]::-webkit-outer-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=fax]::-webkit-outer-spin-button,
input[type=zip]::-webkit-outer-spin-button,
input[type=addr]::-webkit-outer-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=text].blink,
input[type=email].blink,
input[type=tel].blink,
input[type=fax].blink,
input[type=zip].blink,
input[type=addr].blink,
input[type=number].blink {
  border: solid #fd8200 3px;
  animation: blink 0.5s linear infinite alternate;
}

textarea {
  box-shadow: inset 2px 2px 0 0 #e6e6e6;
  border: solid #999999 1px;
  border-radius: 6px;
  width: 100%;
  height: 23.5rem;
  padding: 1rem 1rem;
  font-size: 1.6rem;
}
textarea::-moz-placeholder {
  color: #666;
}
textarea::placeholder {
  color: #666;
}

.ct_form {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.ct_form .mail_ct {
  background: #fff;
  padding: 2.7rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct {
    padding: 1.5rem 1.6rem 0;
  }
}
.ct_form .mail_ct dl {
  width: 100%;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl {
    padding-bottom: 1.9rem;
  }
}
.ct_form .mail_ct dl dt {
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dt {
    font-size: 1.7rem;
  }
}
.ct_form .mail_ct dl dt span {
  margin-left: 1rem;
  font-weight: 400;
}
.ct_form .mail_ct dl dd {
  margin-top: 1rem;
  margin-bottom: 2.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dd {
    margin-top: 1.1rem;
    margin-bottom: 1.7rem;
  }
}
.ct_form .mail_ct dl dd:last-of-type {
  margin-bottom: 0;
}
.ct_form .mail_ct .alert {
  display: none;
  padding: 0 0 2.2rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #fe1a3f;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .alert {
    padding: 0 0 1.9rem 0;
    font-size: 1.7rem;
  }
}
.ct_form .mail_ct .alert.sub {
  padding: 0 0 1rem 0;
}
.ct_form .mail_ct .alert.show {
  display: block;
}
.ct_form .submit_btn {
  position: relative;
  width: 100%;
  height: 8.5rem;
  background: #ff7800;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_btn {
    height: 7.8rem;
  }
}
.ct_form .submit_btn p {
  color: #fff;
}
.ct_form .submit_btn p:nth-of-type(1) {
  padding: 0 0.8rem;
  padding-bottom: 0.4rem;
  font-weight: 900;
  font-size: 2.13rem;
  line-height: 1.3;
  border: solid #fff 2px;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_btn p:nth-of-type(1) {
    padding: 0 0.6rem;
    padding-bottom: 0.2rem;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.ct_form .submit_btn p:nth-of-type(2) {
  margin-left: 1rem;
  margin-right: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_btn p:nth-of-type(2) {
    font-size: 2.6rem;
  }
}
.ct_form .submit_btn img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_btn img {
    position: absolute;
    transform: translate(0, -50%);
    right: 1.7rem;
    top: 50%;
    width: 1.2rem;
  }
}
.ct_form .submit_sbtn {
  width: 39rem;
  height: 8.5rem;
  margin: auto;
  background: #ff7800;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ct_form .submit_sbtn {
    width: 100%;
    width: calc(100% + 3rem);
    transform: translateX(-1.5rem);
    height: 7.8rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.ct_form .submit_sbtn p {
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ct_form.sub {
    margin-bottom: 0;
  }
}
.ct_form.sub .mail_ct {
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ct_form.sub .mail_ct {
    padding-top: 2.6rem;
  }
}
.ct_form.sub .mail_ct dl {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ct_form.sub .mail_ct dl {
    padding-bottom: 1.7rem;
  }
}
.ct_form.sub .mail_ct dl dd {
  margin-bottom: 1.6rem;
}
.ct_form.sub .mail_ct dl dd:last-of-type {
  margin-bottom: 0;
}
.ct_form.sub .mail_ct .alert {
  padding: 0 0 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .ct_form.sub .mail_ct .alert {
    padding: 0 0 2rem 0;
  }
}
.ct_form.mpg {
  max-width: 60.6rem;
  margin: auto;
}
.ct_form.mpg .mail_ct {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg .mail_ct {
    padding: 1.5rem 0 1rem;
  }
  .ct_form.mpg .mail_ct .ds {
    text-align: left;
    line-height: 1.7;
  }
}
.ct_form.mpg dl {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl {
    margin-top: 1.4rem;
  }
}
.ct_form.mpg dl dt {
  width: 22rem;
  line-height: 3.3;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl dt {
    width: 100%;
    line-height: 2.2;
  }
}
.ct_form.mpg dl dt span {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl dt span {
    margin-left: 0;
  }
}
.ct_form.mpg dl dd {
  width: calc(100% - 22rem);
  margin-bottom: 3.3rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg dl dd {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .ct_form.mpg dl dd input {
    height: 5.7rem;
    padding-left: 1.5rem;
    font-size: 1.65rem;
  }
  .ct_form.mpg dl dd textarea {
    padding: 1.8rem 1.5rem;
    font-size: 1.65rem;
    line-height: 1.2;
    height: 18rem;
  }
}
.ct_form.mpg .alert {
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg .alert {
    padding: 0 0 2rem 0;
  }
}
.ct_form.mpg .go_home {
  margin: 3rem auto 0;
  padding: 1rem 5rem;
  border-radius: 5rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  display: table;
}
@media screen and (max-width: 768px) {
  .ct_form.mpg .go_home {
    margin-bottom: 2rem;
  }
}
.ct_form.mpg .go_home:hover {
  background: rgba(255, 120, 0, 0.1843137255);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1215686275));
}

label.radio {
  position: relative;
  cursor: pointer;
}
label.radio.tp_btn {
  width: 30%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  label.radio.tp_btn {
    width: 31%;
  }
}
label.radio.tp_btn:nth-of-type(1) .type_box .fig {
  background: url(../image/type_01.png) center center/contain no-repeat;
}
label.radio.tp_btn:nth-of-type(1) input[type=radio]:checked + .type_box .fig {
  background: url(../image/type_01_v.png) center center/contain no-repeat;
}
label.radio.tp_btn:nth-of-type(2) .type_box .fig {
  background: url(../image/type_02.png) center center/contain no-repeat;
}
label.radio.tp_btn:nth-of-type(2) input[type=radio]:checked + .type_box .fig {
  background: url(../image/type_02_v.png) center center/contain no-repeat;
}
label.radio.tp_btn:nth-of-type(3) .type_box .fig {
  background: url(../image/type_03.png) center center/contain no-repeat;
}
label.radio.tp_btn:nth-of-type(3) input[type=radio]:checked + .type_box .fig {
  background: url(../image/type_03_v.png) center center/contain no-repeat;
}
label.radio .type_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: solid #3d434d 1px;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}
label.radio .type_box::after {
  position: absolute;
  content: "";
  width: 3.5rem;
  z-index: 999;
  aspect-ratio: 1/1;
  background: url(../image/hand.png) center center/contain no-repeat;
  left: 50%;
  top: -4rem;
  animation: hand-down 0.5s infinite;
}
label.radio .type_box .fig {
  position: relative;
  width: 45%;
  aspect-ratio: 1/1;
}
label.radio .type_box p {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #3d434d;
}
@media screen and (max-width: 768px) {
  label.radio .type_box p {
    font-size: 1.5rem;
  }
}
label.radio .type_box.selected::after {
  content: unset;
}
label.radio:hover .button {
  transition: all 0.3s;
  filter: drop-shadow(0 0 0.7rem rgba(128, 128, 128, 0.5607843137));
}
label.radio:hover .type_box {
  transition: all 0.3s;
  filter: drop-shadow(0 0 0.7rem rgba(128, 128, 128, 0.5607843137));
}
input[type=radio]:checked + .type_box {
  background: #3d434d;
}
input[type=radio]:checked + .type_box p {
  color: #fff;
}

.fancy_modal {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 70rem;
  max-height: 60rem;
}
@media screen and (max-width: 768px) {
  .fancy_modal {
    width: 94%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .fancy_modal .lg_contain {
    padding: 0;
  }
}
.fancy_modal .label {
  font-weight: 700;
  font-size: 2rem;
}
.fancy_modal .content {
  margin-top: 3rem;
}
.fancy_modal .content p.ds {
  font-size: 1.4rem;
  line-height: 1.3;
}
.fancy_modal .content h5 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.fancy_modal .content ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px dashed #DDD;
}
.fancy_modal .content ul li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: solid #f0eac9 1px;
}
header .header_nav {
  position: relative;
  transition: all 0.7s;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  header .header_nav {
    width: 100%;
    height: 4.5rem;
    margin-left: 0;
    padding: 0 1rem;
  }
}
header .header_nav .logo {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  header .header_nav .logo {
    width: 9.5rem;
  }
}
header .header_nav .mtp {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}
header .header_nav .mtp span {
  font-weight: 700;
  color: #fd4c0a;
}
@media screen and (max-width: 768px) {
  header .header_nav .mtp {
    font-size: 1rem;
  }
}
header .header_nav .mtp span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
header .header_nav a.tel_link p:first-of-type {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link p:first-of-type {
    font-size: 1.7rem;
  }
}
header .header_nav a.tel_link p:first-of-type img {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link p:first-of-type img {
    margin-right: 0.2rem;
    width: 1.3rem;
  }
}
header .header_nav a.tel_link p:last-of-type {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header .header_nav a.tel_link p:last-of-type {
    font-size: 0.8rem;
  }
}
header .navToggle {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .navToggle {
    display: inline-block;
    background: #298cdb;
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.4rem 1.1rem;
    cursor: pointer;
    z-index: 10010;
  }
  header .navToggle div {
    position: relative;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 1.2rem;
  }
  header .navToggle span:nth-child(3) {
    top: 2.4rem;
  }
  header .navToggle p {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    color: #59cadc;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 1rem;
  }
}
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100vh - 5.5rem);
    overflow-y: scroll;
    top: 5.5rem;
    left: 0;
    background: #eef6fd;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    padding: 0 2.5rem 5rem;
  }
  header nav.sp-nav a {
    display: block;
  }
  header nav.sp-nav a* {
    transition: 0s;
  }
  header nav.sp-nav ul.l_menu {
    display: block;
    padding: 0 0 0;
    margin-top: 1.7rem;
  }
  header nav.sp-nav ul.l_menu li.menu-li {
    position: relative;
  }
  header nav.sp-nav ul.l_menu li.menu-li a {
    position: relative;
  }
  header nav.sp-nav ul.l_menu li.menu-li > a {
    display: flex;
    align-items: center;
    padding: 1.85rem 0;
  }
  header nav.sp-nav ul.l_menu li.menu-li span {
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.15;
    letter-spacing: 1px;
  }
  header nav.sp-nav ul.l_menu li.menu-li img {
    margin-left: 0.5rem;
    width: 1.9rem;
  }
  header nav.sp-nav ul.l_menu li.menu-li:last-of-type a span {
    padding-right: 2rem;
    background: url(../image/ico_sp_olink.webp) right 60%/1.6rem no-repeat;
  }
  header nav.sp-nav a.entry_link {
    display: flex;
    width: 100%;
    margin-top: 1rem;
  }
}
header.open nav.sp-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
header.open .navToggle span:nth-child(1) {
  top: 1.2rem;
  transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
header.open .navToggle span:nth-child(3) {
  top: 1.2rem;
  transform: rotate(-315deg);
}

footer {
  position: relative;
  z-index: 100;
  background: #1f9273;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 0rem;
  }
}
footer .lg_contain {
  padding-top: 3rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  footer .lg_contain {
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
    justify-content: center;
  }
}
footer .lg_contain .addr {
  font-family: MEIRYORegular;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .addr {
    order: 2;
    margin-top: 4rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .lg_contain .ft_links {
    order: 1;
  }
}
footer .lg_contain .ft_links li {
  font-family: MEIRYORegular;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .ft_links li {
    font-size: 1.55rem;
  }
}
footer .lg_contain .ft_links li:first-of-type {
  margin-right: 1.5rem;
}
footer .lg_contain .cpy {
  margin-top: 1.5rem;
  width: 100%;
  font-family: MEIRYORegular;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .cpy {
    order: 3;
    text-align: center;
    margin-top: 4.3rem;
    font-size: 1.05rem;
  }
}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
main {
  position: relative;
}
main section {
  position: relative;
  width: 100%;
  /*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  # contact.html
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
main section.hero {
  background: url(../image/mv_bg.jpg) bottom center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  main section.hero {
    background: url(../image/mv_bg_sp.jpg) top center/contain no-repeat, #f0eac9;
  }
}
main section.hero .lg_contain {
  position: relative;
  z-index: 1001;
  padding-top: 4rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain {
    padding-top: 2rem;
    padding-bottom: 11rem;
  }
}
main section.hero .lg_contain .form_ttl {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.4;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .form_ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
main section.hero .lg_contain .form_ttl span {
  background: #f64200;
  padding: 0 0.5rem 0.3rem;
  margin-right: 0;
  border-radius: 0.5rem;
  color: #fff;
  text-shadow: none;
}
main section.hero .lg_contain .ct_form {
  position: relative;
  z-index: 100;
  max-width: 60rem;
  width: 100%;
  background: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.2470588235));
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .ct_form {
    order: 3;
    width: 100%;
  }
}
main section.hero .lg_contain .ct_form ul.tab_buttons {
  width: 100%;
  height: 5rem;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main section.hero .lg_contain .ct_form ul.tab_buttons li {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #a3d3f4;
  border-right: solid #fff 2px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .ct_form ul.tab_buttons li {
    font-size: 1.2rem;
  }
}
main section.hero .lg_contain .ct_form ul.tab_buttons li:last-child {
  border-right: none;
}
main section.hero .lg_contain .ct_form ul.tab_buttons li:last-child::after {
  border: none;
  background: none;
}
main section.hero .lg_contain .ct_form ul.tab_buttons li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #a3d3f4;
  border-left: solid #fff 2px;
  border-top: solid #fff 2px;
  transform: translate(0.7rem, -50%) rotate(135deg);
  z-index: 1;
}
main section.hero .lg_contain .ct_form ul.tab_buttons li.active {
  color: #fff;
  background: #3d434d;
}
main section.hero .lg_contain .ct_form ul.tab_buttons li.active::after {
  background: #3d434d;
}
main section.hero .lg_contain .ct_form ul.tab_buttons li.active:last-child::after {
  background: none;
  border: none;
}
main section.hero .lg_contain .ct_form .tab_content_wrap {
  padding: 2rem 3rem 4rem;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .ct_form .tab_content_wrap {
    padding: 2rem 1.5rem 4rem;
  }
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent {
  display: none;
  width: 100%;
  animation: fadeEffect 1.3s;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .sm_ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .sm_ttl {
    padding: 0.5rem 0;
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1.4;
    color: #553819;
    background: #fcf1e3;
  }
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .ref_ds {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #ff4500;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .building_type_grid {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .building_type_grid label .type_box {
  position: relative;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid {
  width: 100%;
  margin-top: 2rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li:last-of-type {
  margin-bottom: 0rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .lbl .lb {
  font-weight: 700;
  font-size: 1.4rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .lbl .req {
  margin: 0 1rem;
  padding: 0 1rem;
  background: #ff4500;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .lbl .place {
  font-size: 1rem;
  color: #A1A1A1;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .input {
  font-weight: 700;
  font-size: 1.6rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .input input {
  margin-left: 0.5rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .privacy {
  font-size: 1.1rem;
  color: #999;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li .privacy a {
  text-decoration: underline;
  cursor: pointer;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li input {
  margin-top: 0.5rem;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li input#post_addr {
  border: none;
  box-shadow: none;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .post_select_grid li input#post_addr:focus {
  outline: none;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .link_grid {
  margin-top: 4rem;
  width: 100%;
}
main section.hero .lg_contain .ct_form .tab_content_wrap .tabcontent .link_grid .prev_btn {
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  padding-left: 1.5rem;
  background: url(../image/ico_arr_left.png) left center/1rem no-repeat;
}
main section.hero .lg_contain .ct_form.thanks {
  padding: 3rem 0 5rem;
}
main section.hero .lg_contain .ct_form.thanks .sm_ttl {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .ct_form.thanks .sm_ttl {
    font-size: 2rem;
  }
}
main section.hero .lg_contain .ct_form.thanks .link_grid {
  margin-top: 3rem;
}
main section.hero .lg_contain .campaign_bar {
  position: absolute;
  cursor: pointer;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.hero .lg_contain .campaign_bar {
    max-width: 100%;
    width: 90%;
    transform: translate(-50%, 0);
    left: 50%;
    top: unset;
    bottom: 2rem;
  }
}
main section.pg_header {
  background: url(../image/pg_hd_bg.jpg) bottom center/cover no-repeat;
}
main section.pg_header .lg_contain {
  height: 47.5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  main section.pg_header .lg_contain {
    height: 17.5rem;
    padding-bottom: 4rem;
  }
}
main section.contact_main .lg_contain {
  padding-top: 6rem;
  margin-bottom: 13rem;
  margin-top: -6rem;
  padding-bottom: 5rem;
  background: #fff;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1843137255));
}
@media screen and (max-width: 768px) {
  main section.contact_main .lg_contain {
    width: calc(100% - 3rem);
    border-radius: 0.5rem;
    padding-top: 1.6rem;
    margin-bottom: 6rem;
    margin-top: -3rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.contact_main .lg_contain .ct_form {
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */