@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* 変数 */
/*-----------------------------
    共通
-----------------------------*/
/* リセットと基本設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  line-height: 1.8;
  color: #000;
  background-color: #f8f7f5;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

figure {
  margin: 30px auto;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

span.palt {
  font-feature-settings: "palt";
}

.pc-none,
.sp-only,
.ssp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 460px) {
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media only screen and (max-width: 340px) {
  .ssp-none {
    display: none;
  }
  .ssp-only {
    display: block;
  }
}
.m-only,
.s-only,
.xs-only {
  display: none;
}

@container (max-width:660px) {
  .m-only {
    display: block;
  }
  .l-only {
    display: none;
  }
}
@container (max-width:420px) {
  .s-only {
    display: block;
  }
  .m-only {
    display: none;
  }
}
@container (max-width:320px) {
  .xs-only {
    display: block;
  }
}
.fs14 {
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}
@media only screen and (max-width: 768px) {
  .fs14 {
    font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  }
}

.fs16 {
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
}
@media only screen and (max-width: 768px) {
  .fs16 {
    font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
  }
}

.fs18 {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
@media only screen and (max-width: 768px) {
  .fs18 {
    font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  }
}

.fs21 {
  font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
}
@media only screen and (max-width: 768px) {
  .fs21 {
    font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  }
}

.fs24 {
  font-size: clamp(1.375rem, 1.278rem + 0.37vw, 1.5rem);
}
@media only screen and (max-width: 768px) {
  .fs24 {
    font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  }
}

.fs26 {
  font-size: clamp(1.438rem, 1.292rem + 0.56vw, 1.625rem);
}
@media only screen and (max-width: 768px) {
  .fs26 {
    font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
  }
}

.fs28 {
  font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
}
@media only screen and (max-width: 768px) {
  .fs28 {
    font-size: clamp(1.375rem, 1.278rem + 0.37vw, 1.5rem);
  }
}

.fs30 {
  font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
}
@media only screen and (max-width: 768px) {
  .fs30 {
    font-size: clamp(1.438rem, 1.292rem + 0.56vw, 1.625rem);
  }
}

.fs32 {
  font-size: clamp(1.625rem, 1.333rem + 1.11vw, 2rem);
}
@media only screen and (max-width: 768px) {
  .fs32 {
    font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
  }
}

.fs34 {
  font-size: clamp(1.75rem, 1.458rem + 1.11vw, 2.125rem);
}
@media only screen and (max-width: 768px) {
  .fs34 {
    font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
  }
}

.fs36 {
  font-size: clamp(1.875rem, 1.583rem + 1.11vw, 2.25rem);
}
@media only screen and (max-width: 768px) {
  .fs36 {
    font-size: clamp(1.625rem, 1.333rem + 1.11vw, 2rem);
  }
}

.fs38 {
  font-size: clamp(2rem, 1.708rem + 1.11vw, 2.375rem);
}
@media only screen and (max-width: 768px) {
  .fs38 {
    font-size: clamp(1.75rem, 1.458rem + 1.11vw, 2.125rem);
  }
}

.fs40 {
  font-size: clamp(2.125rem, 1.833rem + 1.11vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .fs40 {
    font-size: clamp(1.875rem, 1.583rem + 1.11vw, 2.25rem);
  }
}

.fs44 {
  font-size: clamp(2rem, 1.417rem + 2.22vw, 2.75rem);
}
@media only screen and (max-width: 768px) {
  .fs44 {
    font-size: clamp(2rem, 1.708rem + 1.11vw, 2.375rem);
  }
}

.fs50 {
  font-size: clamp(2.875rem, 2.784rem + 0.45vw, 3.125rem);
}
@media only screen and (max-width: 768px) {
  .fs50 {
    font-size: clamp(2.125rem, 1.833rem + 1.11vw, 2.5rem);
  }
}

.bold {
  font-weight: bold;
}

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

/*-----------------------------
    Header
-----------------------------*/
header.main-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 30px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
header.main-header .logo img {
  height: 60px;
  display: block;
}
@media only screen and (max-width: 660px) {
  header.main-header .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 380px) {
  header.main-header .logo img {
    width: 80%;
    height: auto;
  }
}
header.main-header .header-contact {
  display: flex;
  align-items: end;
  gap: 10px;
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
}
header.main-header .header-contact p.phone-number {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
header.main-header .header-contact p.phone-number a {
  color: #FF861C;
}
@media only screen and (max-width: 730px) {
  header.main-header {
    padding: 5px 0;
  }
  header.main-header .header-contact {
    display: none;
  }
}

.menu-toggle-wrap {
  display: flex;
  align-items: center;
  width: 30px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 30px;
  margin-left: auto;
  z-index: 102;
}
@media only screen and (min-width: 730px) {
  .menu-toggle-wrap {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .menu-toggle-wrap {
    width: 25px;
    height: 60px;
    right: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .menu-toggle-wrap {
    height: 50px;
  }
}
.menu-toggle-wrap .menu-toggle {
  display: block;
  width: 30px;
  height: 25px;
}
.menu-toggle-wrap .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  margin: auto;
  transition: all 0.5s ease;
}
.menu-toggle-wrap .menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle-wrap .menu-toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu-toggle-wrap .menu-toggle span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 660px) {
  .menu-toggle-wrap .menu-toggle {
    width: 25px;
    height: 20px;
  }
}
.menu-toggle-wrap .menu-toggle.is-open span:nth-child(1) {
  bottom: 0;
  transform: rotate(-225deg);
}
.menu-toggle-wrap .menu-toggle.is-open span:nth-child(2) {
  transform: rotate(-135deg);
  display: none;
}
.menu-toggle-wrap .menu-toggle.is-open span:nth-child(3) {
  top: 0;
  transform: rotate(225deg);
}

.hamburger-wrap {
  display: block;
  width: 75%;
  max-width: 350px;
  background-color: #e0c8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -90%;
  transition: all 0.5s ease;
  z-index: 101;
}
.hamburger-wrap ul.icon-menu {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.hamburger-wrap ul.icon-menu li {
  width: 45%;
}
.hamburger-wrap ul.icon-menu li a {
  padding: 2px 10px;
  display: block;
  width: 100%;
  text-align: center;
  background: #eee;
  background: #aa8d80;
  color: #250000;
  border-radius: 6px;
}
@media only screen and (max-width: 465px) {
  .hamburger-wrap ul.icon-menu {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hamburger-wrap ul.icon-menu li {
    width: 100%;
  }
}
.hamburger-wrap nav.hamburger-nav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 100px 30px 30px;
  margin: auto;
  width: 90%;
  max-width: 350px;
}
.hamburger-wrap nav.hamburger-nav ul {
  list-style-type: none;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children {
  position: relative;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children ul.sub-menu {
  height: 0;
  overflow: hidden;
  padding-left: 1em;
  transition: all 0.5s;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children:hover ul.sub-menu {
  height: auto;
  background: #ebebeb;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children:hover:after {
  content: "\f107";
}
@media only screen and (max-width: 660px) {
  .hamburger-wrap nav.hamburger-nav {
    padding: 50px 30px 30px;
  }
}
.hamburger-wrap .hamburger-contact {
  margin-top: 50px;
  background: #fff;
  padding: 15px 15px 0;
}
.hamburger-wrap .hamburger-contact p {
  text-align: center;
  line-height: 1;
}
.hamburger-wrap .hamburger-contact .contact-method {
  border-bottom: 1px dashed;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
  width: 50px;
  height: 50px;
  background: #aa8d80;
  border-radius: 60px;
  color: #fff;
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-meta {
  line-height: 1.2;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  font-feature-settings: "palt";
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-meta a span.note {
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-meta a span.note span.slash {
  display: block;
}
@media only screen and (max-width: 340px) {
  .hamburger-wrap .hamburger-contact .contact-method .contact-method-icon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .hamburger-wrap .hamburger-contact .contact-method {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hamburger-wrap .hamburger-contact .contact-method .contact-method-icon {
    width: 35px;
    height: 35px;
  }
  .hamburger-wrap .hamburger-contact .contact-method .contact-method-meta {
    width: 100%;
    text-align: center;
  }
}
.hamburger-wrap .hamburger-contact .contact-method:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 470px) {
  .hamburger-wrap {
    width: 90%;
    max-width: unset;
  }
}

.hamburger-wrap.is-open {
  right: 0;
}

/*-----------------------------
    Footer
-----------------------------*/
.main-footer {
  background: #fff;
  padding: 50px 0 0;
}
.main-footer .footer-title {
  color: #163a9d;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
.main-footer table {
  max-width: 600px;
  border-collapse: collapse;
  margin: 30px auto 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 0;
}
.main-footer table:before {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #2038AE, #15215E);
  z-index: -1;
}
.main-footer table tr {
  border-bottom: 1px solid #d2d2d2;
}
.main-footer table th {
  padding: 10px;
  text-align: left;
  width: 120px;
  color: #fff;
}
.main-footer table td {
  padding: 10px 30px;
}
@media only screen and (max-width: 520px) {
  .main-footer table td {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .main-footer table:before {
    content: none;
  }
  .main-footer table th,
  .main-footer table td {
    display: block;
    width: 100%;
  }
  .main-footer table th:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #2038AE, #15215E);
    z-index: -1;
  }
}
.main-footer ul.footer-nav-menu {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.main-footer .column-block .slick-list {
  margin: 0 -10px;
}
.main-footer .column-block .column-item {
  margin: 0 10px;
}
.main-footer p.copyright {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}

/*-----------------------------
    Contents
-----------------------------*/
.container {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  container-type: inline-size;
}/*# sourceMappingURL=common.css.map */