@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.css");
/*======================= SP-VW =======================*/
body {
  width: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.smp-block02 {
  display: block;
}
@media screen and (min-width: 1000px) {
  .smp-block02 {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.l-contact-box {
  padding: 17% 0;
}
.l-contact-box.pd-btm-none {
  padding-bottom: 0;
}
.l-contact-box p {
  text-align: center;
  font-weight: bold;
  font-size: calc(13 / 375 * 100vw);
  line-height: 1.46em;
  margin: 0 auto 1em;
  position: relative;
  width: 15em;
}
@media screen and (min-width: 768px) {
  .l-contact-box p {
    font-size: 18px;
  }
}
.l-contact-box p::after, .l-contact-box p::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.2em;
  background-color: #000;
  bottom: 0;
}
.l-contact-box p::after {
  left: -1.6em;
  transform: rotate(-50deg);
}
.l-contact-box p::before {
  right: -1.6em;
  transform: rotate(50deg);
}
.l-contact-box p span::after, .l-contact-box p span::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 2.4em;
  background-color: #000;
  bottom: 0;
}
.l-contact-box p span::after {
  left: -1em;
  transform: rotate(-40deg);
}
.l-contact-box p span::before {
  right: -1em;
  transform: rotate(40deg);
}
.l-contact-box a {
  display: block;
  width: 87.4%;
  margin: auto;
  background: #ef8b1e;
  border-radius: 50em;
  font-size: calc(15 / 375 * 100vw);
  font-weight: bold;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0.8em 0;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .l-contact-box a {
    font-size: 17px;
  }
}
.l-contact-box a .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  width: 1.2em;
}

.m-note-wrap {
  height: 10.4em;
  overflow-y: scroll;
}

.m-note {
  font-size: calc(10 / 375 * 100vw);
  line-height: 1.7em;
  letter-spacing: 0;
  text-align: justify;
  word-break: break-all;
  width: 93.2%;
  margin: 1em auto 0;
}
@media screen and (min-width: 768px) {
  .m-note {
    font-size: 12px;
  }
}
.m-note.right {
  text-align: right;
}
.m-note.w100 {
  width: 100%;
}

.m-title {
  text-align: center;
  font-size: calc(19 / 375 * 100vw);
  background-color: #131435;
  color: #fff;
  padding: 0.6em 0;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .m-title {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .sp-area {
    width: 460px;
    margin: auto;
    position: relative;
  }
}

.pc-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-area {
    display: block;
    width: calc(50% - 230px);
    height: 100dvh;
    position: fixed;
    top: 0;
  }
  .pc-area.pc-area-left {
    left: 0;
    background: linear-gradient(180deg, #003050, #025fa0, rgba(2, 94, 160, 0.5882352941));
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pc-area.pc-area-left .pc-area-left-inner {
    width: min(80%, 70vh);
    max-width: 550px;
    margin: auto;
  }
  .pc-area.pc-area-left p.txt02 {
    margin: 8% 0;
  }
  .pc-area.pc-area-left .link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
  }
  .pc-area.pc-area-left .link-wrap a {
    display: block;
    background-color: #ef8b1e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50em;
    position: relative;
    width: 10em;
    height: 10em;
    font-size: min(0.8vw, 2vh);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .pc-area.pc-area-left .link-wrap a {
    font-size: min(1vw, 2vh);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .pc-area.pc-area-left .link-wrap a {
    font-size: min(12px, 2vh);
  }
}
@media screen and (min-width: 768px) {
  .pc-area.pc-area-left .link-wrap a::after {
    content: "";
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50em;
    border: solid 1px #ef8b1e;
  }
  .pc-area.pc-area-left .link-wrap a .txt {
    margin-top: 0.6em;
  }
  .pc-area.pc-area-left .link-wrap a .arrow {
    display: block;
    width: 1.4em;
    margin: 0.6em auto 0;
  }
  .pc-area.pc-area-right {
    right: 0;
  }
  .pc-area.pc-area-right img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

a.fix-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    width: calc(50% - 230px - 50px);
    max-width: 300px;
    bottom: 10px;
    right: 10px;
  }
}

.sticky-area {
  position: relative;
}
.sticky-area nav {
  z-index: 2;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.sticky-area nav a {
  display: block;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: calc(12 / 375 * 100vw);
  box-sizing: border-box;
  padding: 1% 0 2%;
}
@media screen and (min-width: 768px) {
  .sticky-area nav a {
    font-size: 15px;
  }
}
.sticky-area nav a:nth-of-type(1) {
  border-right: solid 1px #a3a3a3;
}
.sticky-area nav a .arrow {
  display: block;
  width: 1.4em;
  margin: 0.2em auto 0;
}
.sticky-area .sticky-area-inner .sec-smaresi .smaresi-cont {
  border-radius: 10px;
  padding: 5% 0;
  width: 93.2%;
  margin: 5% auto 0;
  background: linear-gradient(0deg, rgb(233, 234, 234) 50%, rgb(89, 87, 87) 90%);
}
.sticky-area .sticky-area-inner .sec-smaresi .smaresi-cont .smaresi-cont-inner {
  width: 93%;
  margin: auto;
}
.sticky-area .sticky-area-inner .sec-smaresi .smaresi-cont p {
  margin-bottom: 5%;
}
.sticky-area .sticky-area-inner .sec-smaresi .smaresi-cont p:last-child {
  margin-bottom: 0;
}
.sticky-area .sticky-area-inner .sec-smaresi .smaresi-bn {
  display: block;
  width: 93.2%;
  margin: auto;
}
.sticky-area .sticky-area-inner .sec-monitor {
  padding: 20% 0 0;
}
.sticky-area .sticky-area-inner .sec-monitor .sec-monitor-inner {
  width: 93.2%;
  margin: auto;
}
.sticky-area .sticky-area-inner .sec-monitor .monitor-cont {
  padding: 5%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgb(30, 18, 16) 50%);
}
.sticky-area .sticky-area-inner .sec-monitor .monitor-cont h3 {
  margin-bottom: 5%;
}
.sticky-area .sticky-area-inner .sec-eco {
  border: solid 2px #025fa1;
  padding: 5%;
  width: 93.2%;
  margin: 20% auto 0;
  box-sizing: border-box;
}
.sticky-area .sticky-area-inner .sec-recommend {
  width: 93.2%;
  margin: 20% auto 0;
}
.sticky-area .sticky-area-inner .sec-recommend .m-title {
  background-color: #67b5b7;
  margin-bottom: 8%;
}
.sticky-area .sticky-area-inner .sec-recommend a {
  display: block;
  margin-bottom: 5%;
}
.sticky-area .sticky-area-inner a.page-top-btn {
  display: block;
  font-size: calc(13 / 375 * 100vw);
  text-align: center;
  width: 8em;
  height: 8em;
  margin: 20% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50em;
  border: solid 1px #a3a3a3;
}
@media screen and (min-width: 768px) {
  .sticky-area .sticky-area-inner a.page-top-btn {
    font-size: 15px;
  }
}
.sticky-area .sticky-area-inner a.page-top-btn .arrow {
  display: block;
  width: 1em;
  margin: 0 auto 1em;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  header.pc-block {
    position: fixed;
    width: calc(50% - 230px - 50px);
    max-width: 213px;
    top: 20px;
    left: 20px;
    z-index: 10;
  }
}
header.sp {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 60%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  header.sp {
    top: 20px;
    left: 20px;
  }
}

/*------------------------------- footer -------------------------------*/
footer {
  background: #e2e2e2;
  padding: 15% 0 25%;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 15% 0 5%;
  }
}
footer a.logo-img {
  display: block;
  width: 79%;
  margin: auto;
}
footer div.link-box {
  padding: 8% 0;
}
footer div.link-box a {
  display: block;
  text-align: center;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  footer div.link-box a {
    font-size: 14px;
  }
}
footer p {
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */