@charset "UTF-8";
body {text-align: left;}

p, span {font-weight: inherit;}

figure {margin: 0;}

main {display: block;}

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

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.75;
  overflow: hidden;
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

a:link, a:visited, a:active {
  color: #1e77c9;
  text-decoration: none;
}

a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

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

input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {display: block;}
}
@media screen and (min-width: 767px) {
  .br-sp {display: none;}
}

.br-pc {display: none;}
@media screen and (min-width: 767px) {
  .br-pc {display: block;}
}

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

.disp-pc {display: none;}
@media screen and (min-width: 767px) {
  .disp-pc {display: block;}
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 60px 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-center {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #FF0000;
}

.l-bg {
  background: #111;
}

.l-inner {
  padding: 80px 24px 0;
}
@media screen and (min-width: 767px) {
  .l-inner {
    padding: 120px 0 0 0;
    width: 1000px;
    margin: auto;
  }
}

.text {
  color: #fff;
}

.img {
  display: block;
  margin: auto;
  width: 100%;
}

.c-headingLv2 {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .c-headingLv2 {
    font-size: 40px;
  }
  .c-headingLv2::after {
    content: "";
    display: inline-block;
    width: 100%;
    border: 1px solid #fff;
  }
  .c-headingLv2__text {
    flex-shrink: 0;
    margin-right: 16px;
  }
}
.c-headingLv2__ico {
  margin-right: 8px;
}
@media screen and (min-width: 767px) {
  .c-headingLv2__ico {
    margin-right: 16px;
    width: 80px;
    height: 80px;
  }
}

.c-headingLv3 {
  border-bottom: 2px solid #111;
  font-size: 20px;
  color: #111;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-headingLv3 {
    font-size: 24px;
  }
}
.c-headingLv3__ico {
  margin-right: 8px;
}

.c-btn {
  padding: 5px;
  display: block;
  border-radius: 10px;
  background: #111;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .c-btn {
    padding: 21px;
  }
}

.c-box {
  padding: 20px;
  background: #fff;
  color: #111;
}
@media screen and (min-width: 767px) {
  .c-box {
    padding: 40px;
  }
}
.c-box__item:not(:first-of-type) {
  margin-top: 40px;
}
.c-box__wrap {
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .c-box__wrap {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
}
.c-box__text {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .c-box__text {
    margin-top: 0;
    flex: 1;
    font-size: 20px;
  }
}
.c-box__img {
  display: block;
}
@media screen and (min-width: 767px) {
  .c-box__img {
    width: 300px;
    flex-basis: 300px;
    height: 150px;
  }
}
.c-box__rightWrap {
  flex: 1;
}
.c-box__resultImg {
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .c-box__resultImg {
    margin-top: 16px;
  }
}

.c-marker {
  background: #3cbaff;
  font-weight: bold;
}

.c-tag {
  margin-right: 12px;
  padding: 0 11px;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.mv__contents {
  padding: 40px 24px 0;
}
.mv__img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .mv__contents {
    width: 1000px;
    margin: auto;
  }
}
.mv__title {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: min(14.4vw, 60px);
  font-weight: 900;
  letter-spacing: -0.72px;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .mv__title {
    font-size: 94px;
  }
}
.mv__catch {
  margin-top: 80px;
  font-size: 24px;
  letter-spacing: -0.72px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 767px) {
  .mv__catch {
    font-size: 32px;
    text-align: center;
  }
}
.mv__text {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .mv__text {
    font-size: 20px;
    text-align: center;
  }
}

.section__wrap {
  margin: 40px auto 0;
}
@media screen and (min-width: 767px) {
  .section__wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0 0 0;
  }
}
.section__img {
  display: block;
}
@media screen and (min-width: 767px) {
  .section__img {
    width: 400px;
    height: 200px;
  }
}
.section__text {
  margin-top: 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .section__text {
    font-size: 24px;
  }
}
.section__workingHours {
  margin-top: 12px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.section__box {
  margin-top: 40px;
}

.caution-block {
  border: 2px solid #111;
  padding: 20px;
  color: #111;
}
@media screen and (min-width: 767px) {
  .caution-block {
    display: flex;
    align-items: flex-start;
    padding: 24px;
  }
}
.caution-block__ico {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .caution-block__ico {
    margin: 0 10px 0 0;
  }
}
.caution-block__img {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .caution-block__img img {
    width: 610px;
    height: 150px;
    margin: 0;
  }
}
@media screen and (min-width: 767px) {
  .caution-block__img.-deterioration {
    width: 300px;
    height: 150px;
  }
}

.cta {
  background: #111;
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .cta {
    padding-bottom: 120px;
  }
}
.cta__box {
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cta__box {
    padding: 48px;
  }
}
.cta__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .cta__title {
    font-size: 30px;
  }
}
.cta__text {
  margin-top: 8px;
}
@media screen and (min-width: 767px) {
  .cta__text {
    font-size: 20px;
  }
}
.cta__link {
  margin: 16px auto 0;
}
@media screen and (min-width: 767px) {
  .cta__link {
    width: 498px;
    margin: 24px auto 0;
  }
}
.cta__bnrWrap {
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .cta__bnrWrap {
    margin-top: 40px;
    flex-direction: row;
  }
}
.cta__bnrLink {
  transition: 0.6s;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .cta__bnrLink:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 767px) {
  .cta__bnrImg {
    width: 490px;
    height: 100px;
  }
}
.cta__youtube {
  margin: 20px auto 0;
}
.cta__youtube > .modal {
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .cta__youtube > .modal:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 767px) {
  .cta__youtube {
    width: 1000px;
  }
}

.floating {
  position: fixed;
  bottom: 28vh;
  right: 3vw;
}
.floating__link {
  transition: 0.6s;
  transition-property: opacity;
}
@media screen and (min-width: 767px) {
  .floating__link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 767px) {
  .floating__img {
    width: 103px;
    height: 103px;
  }
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}
#backMaskBase, #modalWin {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
}

#backMaskBase {
  background: #111;
  height: 100%;
  opacity: 0.8;
  position: fixed;
  z-index: 97;
}

#modalWin {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 99;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */

/* ------- 2025-01-17 パンくずリスト追加 ------- */
/* Breadcrumbs ************/
.nav_bread {
  padding: 10px 1rem;
  background: #f5f5f5;
}
.nav_bread_inner {
  margin: auto;
  display: flex;
  font-size: 14px;
  max-width: 1092px;
}

@media screen and (max-width: 767px) {
  .nav_bread_inner {
      font-size: 12px;
  }
}

.nav_bread_item,
.nav_bread_item a {
  color: #666;
  font-size: 12px;
}

.nav_bread_item:not(:first-of-type) {
  margin-left: 8px;
  padding-left: 15px;
  position: relative;
}
.nav_bread_item:not(:first-of-type):before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}