html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
main {
  width: 100%;
  padding: 110px 0 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.header-sp {
  display: none;
}
.red {
  color: #ff0000;
  font-size: 2.4rem;
  font-weight: 700;
}
#wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000;
}
#header {
  position: relative;
  z-index: 99;
}
.module.break-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.h-logo {
  display: flex;
  color: #072676;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 10px;
  transition: 0.5s;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  width: calc(600 / 1920 * 100vw);
  max-width: 600px;
}
.h-logo_sp {
  display: none;
  width: 110px;
}

.h-box-wrap {
  height: 105px;
  position: fixed;
  width: 100%;
}
.h-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 27px 15px 30px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.h-logo__link {
  width: calc(280 / 1920 * 100vw);
  max-width: 280px;
}
.h-logo p {
  white-space: nowrap;
  font-size: min(1vw,1.6rem);
}
.h-info {
  width: 80%;
}
.h-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 8px 13px 8px auto;
}
.h-inner .info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  color: #072676;
}
.h-tel {
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.h-tel span {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.h-time {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.h-btn {
  max-width: 226px;
  width: 100%;
}
.h-btn a {
  display: block;
  text-align: center;
  background-color: #072676;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  padding: 10px 0px 11px 40px;
  position: relative;
}
.h-btn a::before {
  content: "";
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  width: 21px;
  height: 22px;
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px calc(13 / 1920 * 100vw);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
}
.mainimg {
  position: relative;
  z-index: 22;
}
.top-content {
  padding-top: 106px;
}

.mod_banner {
  background: url(../img/bg_banner.jpg) center no-repeat;
  background-size: cover;
  margin-top: 120px;
}
.pagecode-index .mod_banner {
  margin-top: 0;
  margin-bottom: 120px;
}
.orange {
  color: #ff6700;
}
.module.mod_h1 {
  margin-bottom: 105px;
  max-width: 100%;
  background: url(../img/other_bg.jpg) center no-repeat;
  background-size: cover;
  aspect-ratio: 1920/408;
  position: relative;
}
.module.mod_h1 h1 {
  font-size: min(calc(50/1920*100vw),5rem);
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.module.mod_h1 p {
  font-size: min(calc(24/1920*100vw),2.4rem);
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.mod_h2 h2 {
  border: none;
  border-bottom: none;
  padding: 25px 3px 21px;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.mod_banner .box {
  padding: 98px 15px 80px;
}
.mod_banner .bg-title {
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}
.mod_banner .bg-title .big {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 50px;
}
span.dib {
  display: inline-block;
}
.mod_banner .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_banner .tel {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
}
.mod_banner .tel span {
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.mod_banner .time {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #fff;
  margin-top: -3px;
  text-align: center;
}
.mod_banner .mail {
  max-width: 384px;
  width: 100%;
  margin-left: 32px;
}
.mod_banner .mail a {
  display: block;
  text-align: center;
  background-color: #ff6700;
  color: #fff;
  padding: 18px 0px 18px 50px;
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  font-size: 2.6rem;
  position: relative;
}
.mod_banner .mail a::before {
  content: "";
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 22px;
  display: block;
  position: absolute;
  top: 33px;
  left: 40px;
}
.mod_banner .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #072676;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
  color: #fff;
  padding: 27px 10px;
  font-size: 2.4rem;
}
.mod_banner .inner .title {
  position: relative;
}
.mod_banner .inner {
  font-size: 4rem;
}
.index-construction .bg-title span {
  color: #cc6e2e;
}
.footer {
  background: #ededf0;
}
.f-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 50px 0px 69px;
  margin: 0 auto;
  max-width: 1280px;
  width: fit-content;
}
.f-box__left {
  width: 650px;
}
.f-logo {
  margin-bottom: 22px;
  width: calc(340 / 1920 * 100vw);
  max-width: 340px;
}
.f-info {
  font-size: 1.8rem;
  line-height: 2;
}
.f-info a:not(.anchor-for-call) {
  text-decoration: underline;
}
.f-box__right {
  width: 422px;
  margin-top: 30px;
}
.f-nav__item {
  padding-left: 11px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  border-left: solid 1px #333;
}
.f-nav__item:last-of-type {
  margin-bottom: 0;
}
.f-nav__link {
  font-size: 1.8rem;
}
.f-text,
.copyright {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 30px;
}
small {
  font-size: 100%;
}

.pagetop {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 1000px) {
  .header-pc {
    display: none;
  }
  .h-logo__link {
    width: calc(180 / 1000 * 100vw);
    max-width: 280px;
  }
  .header-sp {
    display: block;
  }
  .h-logo {
    display: block;
    width: auto;
  }
  .h-logo a {
    width: 144px;
    display: block;
  }
  .h-logo p {
    font-size: 1.3rem;
  }
  .h-box-wrap {
    height: auto;
  }
  .h-box {
    display: block;
    position: fixed;
    padding: 0 4% 15px;
    height: 80px;
  }
  .mod_h2 h2 {
    padding: 20px 4% 21px;
    font-size: 3rem;
  }
  .module.mod_h1 p {
    top: 59%;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  header {
    /* display: none; */
    height: 50px;
  }
  header .wrap {
    padding: 0 20px;
  }
  header .header-logo {
    width: calc(203 / 750 * 100vw);
  }
  header .header-links {
    display: none;
  }
  .gnav {
    position: fixed;
    top: 46px;
    left: -330px;
    width: 300px;
    height: 100%;
    transition: left 0.4s ease;
    z-index: 999;
    padding: 24px 0 0 22px;
    background-color: #fff;
  }
  .gnav.active {
    left: 0;
  }
  .gnav ul {
    display: block;
    position: absolute;
  }
  .gnav ul li {
    padding-bottom: 20px;
    border-right: unset;
  }
  .gnav ul li a {
    width: auto;
    font-size: 16px;
  }

  .gnav-list {
    display: block;
  }
  .gnav-list__link {
    display: block;
  }
  .menu-btn {
    display: block;
    pointer-events: all;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    background-color: #18346a;
    border: unset;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 8px;
    background: #fff;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 11px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 19px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 27px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 22px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 0;
  }
  .content {
    padding: 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .pagecode-index .mod_banner {
    margin-bottom: 80px;
  }
  .mod_banner .box {
    padding: 40px 15px;
  }
  .mod_banner .bg-title {
    font-size: 2.4rem;
    text-align: left;
  }
  .mod_banner .bg-title .big {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .mod_banner .info {
    flex-direction: column;
  }
  .mod_banner .tel {
    font-size: 2.4rem;
  }
  .mod_banner .tel span {
    font-size: 3.5rem;
    color: #fff !important;
    display: inline;
  }
  .mod_banner .time {
    margin-top: 0;
    font-size: 1.6rem;
    color: #fff !important;
  }
  .mod_banner .mail {
    margin: 30px auto 0;
  }
  .mod_banner .mail a::before {
    left: 20px;
  }
  .mod_banner .inner {
    font-size: 1.7rem;
    flex-direction: column;
    text-align: center;
  }
  .f-box {
    display: block;
    padding: 50px 4%;
  }
  .f-logo {
    width: 240px;
    margin: 0 auto 35px;
  }
  .f-box__left {
    width: auto;
  }
  .f-box__right {
    width: auto;
  }
  .btmBannerSp {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 99;
  }
  .btmBannerSp__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    transform: translateY(0);
  }
  .btmBannerSp__item {
    width: 100%;
    height: 100%;
  }
  .btmBannerSp__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    flex-direction: column;
    background: #1a9ce8;
    border: solid 2px #fff;
  }
  .btmBannerSp__item.-tel .btmBannerSp__link {
    padding-right: 5px;
  }
  .btmBannerSp__item.-tel .btmBannerSp__link::before {
    content: "";
    background: url(../img/tel.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
  }

  .btmBannerSp__item.-mail .btmBannerSp__link::before {
    content: "";
    background: url(../img/mail.png) no-repeat;
    width: 25px;
    height: 20px;
    background-size: contain;
    display: block;
  }
  .pagetop {
    position: static;
    height: 76px;
    width: 76px;
  }
  .pagetop a {
    display: block;
    height: 76px;
    width: 76px;
  }
}
