@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
:root {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow-x: hidden;
}

.header-main__wrapper {
  z-index: 45;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #002160;
}
@media (max-width: 768px) {
  .header-main__wrapper {
    height: 76px;
  }
}
.header-main__logo {
  width: 240px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header-main__logo {
    width: 200px;
  }
}
.header-main__nav {
  flex: 0 1 auto;
  position: relative;
  /* top: 46px; */
  left: 0;
  padding-top:46px;
}
.header-main__inquiry {
  flex: 0 0 450px;
  margin-left: auto;
  position: relative;
  /* top: 46px; */
  left: 0;
  padding-top:46px;
}
.header-main__inquiry__sub-nav {
  position: relative;
  top: -96px;
  left: 0px;
}
@media (max-width: 1260px) {
  .header-main__inquiry__sub-nav {
    display: none;
  }
}
@media (max-width: 1260px) {
  .header-main__inquiry {
    flex: 0 0 100px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1260px) and (max-width: 768px) {
  .header-main__inquiry {
    flex: 0 0 76px;
  }
}
.header-main__menu {
  flex: 0 0 100px;
  border-left: 1px solid #ccc;
}
@media (max-width: 768px) {
  .header-main__menu {
    flex: 0 0 76px;
  }
}

.logo__wrapper {
  margin-top: 14px;
  margin-left: 14px;
}
.logo__lead {
  font-size: 0.75rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .logo__lead {
    font-size: 0.6rem;
  }
}

.logo__link {
  padding-top: 6px;
}

.logo__link:hover {
  opacity: 0.8;
}
.logo__img {
  width: 215px;
  height: 44px;
}
@media (max-width: 768px) {
  .logo__img {
    width: 120px;
    height: 25px;
  }
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 4px;
  padding: 0;
}
.nav__item {
  display: flex;
  align-items: center;
}
.nav__item:not(:first-child)::before {
  content: "";
  border: 1px solid #ccc;
  margin-left: 6px;
  margin-right: 8px;
  height: 24px;
}
.nav__link {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #333;
}
.nav__link:hover {
  color: #002160;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}

.inquiry__wrapper {
  display: flex;
}
.inquiry__item {
  margin-left: auto;
  margin-right: 12px;
  padding: 0 7px 0 7px;
}
@media (max-width: 1260px) {
  .inquiry__item {
    margin: 0;
    padding: 0;
  }
}

.free-dial__tel {
  background-repeat: no-repeat;
  background-image: url(../images/free-dial.svg);
  background-position: 2px 3px;
  background-size: auto;
  margin: 0;
  padding-left: 52px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .free-dial__tel {
    font-size: 1.4rem;
    padding-left: 42px;
    background-size: 22%;
  }
}
@media (max-width: 1260px) {
  .free-dial__tel {
    display: none;
  }
}
.free-dial__reception {
  position: relative;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 70px;
  margin: auto;
  font-size: 0.7rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .free-dial__reception {
    font-size: 0.6rem;
    left: 24px;
  }
}
@media (max-width: 1260px) {
  .free-dial__reception {
    display: none;
  }
}

.inquiry-button__button {
  display: block;
  width: 144px;
  height: 40px;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
.inquiry-button__button:hover {
  opacity: 0.8;
}
@media (max-width: 1260px) {
  .inquiry-button__button {
    width: 100px;
    height: 100px;
    background-color: #002160;
    color: #fff;
    font-size: 0.6rem;
    border-radius: 0;
    cursor: pointer;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../images/mail.svg);
    background-position: 20px 26px;
    background-size: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
}
@media (max-width: 1260px) and (max-width: 768px) {
  .inquiry-button__button {
    width: 76px;
    height: 76px;
    background-position: 13px 18px;
    background-size: 50px;
    padding-bottom: 6px;
  }
}

.menu-button__button {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  margin: 0;
  padding-bottom: 7px;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.7rem;
}
@media (max-width: 768px) {
  .menu-button__button {
    width: 76px;
    height: 76px;
    padding-bottom: 3px;
    font-size: 0.6rem;
  }
}
.menu-button__button:hover {
  opacity: 0.8;
  font-weight: 700;
}
.menu-button__dot-line {
  display: block;
  margin: 0;
  border: none;
  width: 48px;
  height: 11px;
  background-image: linear-gradient(-90deg, #002160 50%, transparent 10%), linear-gradient(-90deg, #002160 60%, transparent 5%);
  background-size: 16px 16px;
  transform-origin: 0% 50%;
  position: absolute;
  top: 24px;
  right: 30px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .menu-button__dot-line {
    width: 48px;
    height: 10px;
    top: 14px;
    right: 18px;
  }
}
.menu-button__dot-line:nth-of-type(2) {
  top: 44px;
}
@media (max-width: 768px) {
  .menu-button__dot-line:nth-of-type(2) {
    top: 30px;
  }
}
.menu-button__dot-line:nth-of-type(3) {
  top: 64px;
}
@media (max-width: 768px) {
  .menu-button__dot-line:nth-of-type(3) {
    top: 46px;
  }
}
.menu-button--close .menu-button__dot-line {
  display: block;
  margin: 0;
  border: none;
  width: 60px;
  height: 6px;
  background: #002160;
  position: absolute;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .menu-button--close .menu-button__dot-line {
    width: 48px;
    background-size: 16px 16px;
  }
}
.menu-button--close .menu-button__dot-line:nth-last-of-type(1) {
  top: 24px;
  right: 12px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .menu-button--close .menu-button__dot-line:nth-last-of-type(1) {
    top: 16px;
    right: 8px;
  }
}
.menu-button--close .menu-button__dot-line:nth-last-of-type(2) {
  opacity: 0;
}
.menu-button--close .menu-button__dot-line:nth-last-of-type(3) {
  top: 66px;
  right: 12px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .menu-button--close .menu-button__dot-line:nth-last-of-type(3) {
    top: 50px;
    right: 8px;
  }
}

.sub-nav__list {
  list-style: none;
  margin: 10px 4px 20px 0;
  padding-left: 0;
}
.sub-nav__item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.sub-nav__link--wrench {
  background-image: url(../images/wrench.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 12px;
  padding-left: 16px;
  text-decoration: none;
  color: #333;
}
.sub-nav__link--wrench:hover {
  opacity: 0.7;
}
.sub-nav__link--repeat {
  background-image: url(../images/repeat.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 12px;
  padding-left: 16px;
  text-decoration: none;
  color: #333;
}
.sub-nav__link--repeat:hover {
  opacity: 0.7;
}
.sub-nav__link--blog-management {
  background-image: url(../images/blog-management.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 12px;
  padding-left: 16px;
  text-decoration: none;
  color: #333;
}
.sub-nav__link--blog-management:hover {
  opacity: 0.7;
}

.drawer-menu__wrapper {
  width: 0;
  height: calc(100% - 100px);
  background-color: #fff;
  opacity: 0;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 40;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
@media (max-width: 768px) {
  .drawer-menu__wrapper {
    height: calc(100% - 76px);
    top: 76px;
  }
}
.drawer-menu--open {
  width: 90%;
  opacity: 0.94;
}
.drawer-menu__block {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.drawer-menu--sp-only {
  display: none;
}
@media (max-width: 768px) {
  .drawer-menu--sp-only {
    display: block;
  }
}
@media (max-width: 768px) {
  .drawer-menu--pc-only {
    display: none;
  }
}
.drawer-menu--tb-only {
  display: block;
}
@media (min-width: 1260px) {
  .drawer-menu--tb-only {
    display: none;
  }
}
.drawer-menu__list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 30px 40px 30px;
  padding: 10px;
}
.drawer-menu__list:after {
  content: "";
  width: calc(33.3333333333% - 40px);
}
@media (max-width: 768px) {
  .drawer-menu__list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }
}
.drawer-menu__item {
  flex: 0 1 calc(33.333% - 40px);
  width: calc(33.3333333333% - 40px);
  margin: 20px;
}
@media (max-width: 768px) {
  .drawer-menu__item {
    width: calc(100% - 40px);
  }
}
.drawer-menu__item--double {
  flex: 0 2 calc(33.333% - 40px);
  margin-right: 30px;
}
.drawer-menu__heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #002160;
  margin: 0;
  padding: 0 0 0 32px;
  background-image: url(../images/circle.svg);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.drawer-menu__delimiter {
  height: 0;
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}

.drawer-menu-list__list {
  list-style: none;
  margin-top: 14px;
  padding: 0;
}
.drawer-menu-list__item {
  margin: 5px 0 0 12px;
  padding-left: 20px;
  line-height: 2rem;
  background: url(../images/caret.svg) left 0 top 9px no-repeat;
  font-size: 0.9rem;
}
.drawer-menu-list__link {
  text-decoration: none;
  color: #333;
}
.drawer-menu-list__link:hover {
  color: #408ae5;
  text-decoration: underline;
}

.drawer-menu-button__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 210%;
  justify-content: center;
  padding-bottom: 40px;
  gap: 30px;
}
@media (max-width: 768px) {
  .drawer-menu-button__wrapper {
    width: 100%;
    padding-bottom: 40px;
    gap: 14px;
  }
}

.drawer-menu-button__wrapper > a {
    flex: 1 1 45%;
    /* min-width: 200p */
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}

.drawer-menu-button__wrapper > div {
    flex: 1 1 45%;
    width: 50%;
    box-sizing: border-box;
    /* margin: 0; */
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    @media (max-width: 768px) {
        display: none;
    }
}

@media (max-width: 768px) {
  .drawer-menu-button--pc-only {
    display: none;
  }
}
.drawer-menu-button__button {
  z-index: 50;
  width: 102%;
  width: calc(33.3333333333% - 40px);
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
}
.drawer-menu-button__button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .drawer-menu-button__button {
    width: 100%;
    font-size: 0.8rem;
    margin-top: 20px;
    margin-bottom: 10px;
    order: 0;
  }
}
@media (max-width: 380px) {
  .drawer-menu-button__button {
    font-size: 1rem;
  }
}
.drawer-menu-button__button-consultation {
  z-index: 50;
  width: 102%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  order: 0;
}
.drawer-menu-button__button-consultation:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .drawer-menu-button__button-consultation {
    width: calc(50% - 20px);
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 10px;
    order: 0;
  }
}
@media (max-width: 380px) {
  .drawer-menu-button__button-consultation {
    font-size: 0.7rem;
  }
}
.drawer-menu-button__button-owner {
  z-index: 50;
  width: 102%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  order: 2;
}
.drawer-menu-button__button-owner:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .drawer-menu-button__button-owner {
    width: calc(50% - 20px);
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 10px;
    order: 1;
  }
}
@media (max-width: 380px) {
  .drawer-menu-button__button-owner {
    font-size: 0.7rem;
  }
}
.drawer-menu-button__button-opinion {
  z-index: 50;
  width: 102%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  order: 3;
}
.drawer-menu-button__button-opinion:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .drawer-menu-button__button-opinion {
    width: calc(50% - 20px);
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 10px;
    order: 3;
  }
}
@media (max-width: 380px) {
  .drawer-menu-button__button-opinion {
    font-size: 0.7rem;
  }
}
.drawer-menu-button__button-glossary {
  z-index: 50;
  width: 102%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  order: 1;
}
.drawer-menu-button__button-glossary:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .drawer-menu-button__button-glossary {
    width: calc(50% - 20px);
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 10px;
    order: 2;
  }
}
@media (max-width: 380px) {
  .drawer-menu-button__button-glossary {
    font-size: 0.7rem;
  }
}
.drawer-menu-button__button-company {
  z-index: 50;
  width: 102%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  order: 4;
}
.drawer-menu-button__button-company:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .drawer-menu-button__button-company {
    width: calc(50% - 20px);
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 10px;
    order: 4;
  }
}
@media (max-width: 380px) {
  .drawer-menu-button__button-company {
    font-size: 0.7rem;
  }
}
.drawer-menu-button__free-dial {
  z-index: 30;
  margin: 0;
  padding: 0;
  order: 5;
}
.drawer-menu-button__free-dial__tel {
  background-repeat: no-repeat;
  background-image: url(../images/free-dial.svg);
  background-position: 2px 3px;
  background-size: auto;
  margin: 0;
  padding-left: 52px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .drawer-menu-button__free-dial__tel {
    font-size: 1.4rem;
    padding-left: 42px;
    background-size: 22%;
  }
}
.drawer-menu-button__free-dial__reception {
  position: relative;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 70px;
  margin: auto;
  font-size: 0.7rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .drawer-menu-button__free-dial__reception {
    font-size: 0.6rem;
    left: 24px;
  }
}

.drawer-menu-sub-nav__list {
  list-style: none;
  margin: 10px 4px 20px 0;
  padding-left: 12px;
}
.drawer-menu-sub-nav__item {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.drawer-menu-sub-nav__link--wrench {
  background-image: url(../images/wrench.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 12px;
  padding-left: 16px;
  text-decoration: none;
  color: #333;
}
.drawer-menu-sub-nav__link--wrench:hover {
  opacity: 0.7;
}
.drawer-menu-sub-nav__link--repeat {
  background-image: url(../images/repeat.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 12px;
  padding-left: 16px;
  text-decoration: none;
  color: #333;
}
.drawer-menu-sub-nav__link--repeat:hover {
  opacity: 0.7;
}
.drawer-menu-sub-nav__link--blog-management {
  background-image: url(../images/blog-management.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 12px;
  padding-left: 16px;
  text-decoration: none;
  color: #333;
}
.drawer-menu-sub-nav__link--blog-management:hover {
  opacity: 0.7;
}

.main__wrapper {
  width: 1260px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .main__wrapper {
    margin: 76px auto;
  }
}
@media (max-width: 1260px) {
  .main__wrapper {
    width: 100%;
  }
}

.main-visual__wrapper {
  display: inline-block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 546px;
  background: linear-gradient(0.45turn, #243ec3, 70%, #012161);
}
@media (max-width: 768px) {
  .main-visual__wrapper {
    height: 660px;
  }
}
.main-visual__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(../images/main-visual.png);
  background-size: 756px;
}
@media (max-width: 1260px) {
  .main-visual__container {
    width: 100%;
  }
}
@media (max-width: 1260px) and (max-width: 768px) {
  .main-visual__container {
    flex-flow: column;
    height: 128%;
    background-size: 915px;
  }
}
.main-visual__container__area {
  flex: 1;
  position: relative;
}

.catchphrase {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 88%;
  height: 320px;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .catchphrase {
    left: 0;
  }
}
.catchphrase__lead {
  margin: 18px 0 0 0;
  padding: 0;
  line-height: 150%;
  color: #fff;
  font-size: 3.0em;
  text-shadow: #aaa 0px 2px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1000px) {
  .catchphrase__lead {
    font-size: 2.6em;
  }
}
@media (max-width: 768px) {
  .catchphrase__lead {
    margin-top: 14px;
    padding: 0;
    text-align: center;
    font-size: 2.1em;
  }
}
.catchphrase__caption {
  margin: 25px 0 0 0;
  padding: 0;
  line-height: 140%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: #aaa 0 2px;
  display: inline-block;
  width: 430px;
  text-align: left;
}
@media (max-width: 1000px) {
  .catchphrase__caption {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .catchphrase__caption {
    display: none;
  }
}

.search__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 24px;
  width: 88%;
  height: 420px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .search__wrapper {
    padding: 8px;
    width: 90%;
    height: 360px;
    position: relative;
    top: -200px;
    left: 0;
  }
}
.search__label {
  display: block;
  margin: 10px 10px 16px 10px;
  padding: 10px;
  background-color: #002160;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .search__label {
    font-size: 1rem;
  }
}
.search__window {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  padding: 10px;
  height: 5.0rem;
  align-items: center;
}
@media (max-width: 768px) {
  .search__window {
    height: 4.4rem;
  }
}
.search__window__input {
  flex: 1 1 auto;
  min-width: 100px;
  border: 2px solid #002160;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 3px 3px #ccc;
  background-color: #fff;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
  height: 100%;
  padding: 10px 10px 14px 10px;
}
@media (max-width: 768px) {
  .search__window__input {
    font-size: 0.9rem;
    padding: 2px 10px 2px 10px;
  }
}
.search__window__input::-moz-placeholder {
  font-size: 0.9rem;
  color: #aaa;
}
.search__window__input::placeholder {
  font-size: 0.9rem;
  color: #aaa;
}
@media (max-width: 768px) {
  .search__window__input::-moz-placeholder {
    font-size: 0.8rem;
  }
  .search__window__input::placeholder {
    font-size: 0.8rem;
  }
}
.search__window__input:focus {
  outline: none;
}
.search__window__button {
  flex: 0 0 80px;
  cursor: pointer;
  border-top: 2px solid #002160;
  border-bottom: 2px solid #002160;
  border-right: 2px solid #002160;
  border-left: none;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 3px 3px #ccc;
  background-color: #408ae5;
  background-repeat: no-repeat;
  background-image: url(../images/search.svg);
  background-position: center 8px;
  background-size: 36%;
  color: #fff;
  padding-top: 34px;
  font-size: 0.7rem;
  outline: none;
  text-align: center;
}
@media (max-width: 768px) {
  .search__window__button {
    flex: 0 0 64px;
    background-size: 32%;
    padding-top: 30px;
    font-size: 0.65rem;
  }
}
.search__window__button:hover {
  opacity: 0.8;
}
.search__button-group {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}
.search__button-group__button {
  width: calc(50% - 14px);
  margin: 7px 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #002160;
  border-radius: 6px;
  box-shadow: 0 3px 3px #ccc;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #002160;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 836px) {
  .search__button-group__button {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .search__button-group__button {
    font-size: 0.8rem;
  }
}
.search__button-group__button:hover {
  background-color: #408ae5;
  color: #fff;
  opacity: 0.8;
}
.search__button-group__button img {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.search__button-group__button img:hover {
  color: #fff;
}
.search__suggestion {
  margin: 10px;
}
.search__suggestion__button {
  display: block;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0 3px 3px #ccc;
  text-align: center;
  background-color: #45bb17;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: url(../images/arrow.svg);
  background-position: right 15px center;
  background-size: 24px;
}
@media (max-width: 768px) {
  .search__suggestion__button {
    background-position: right 10px center;
    background-size: 20px;
  }
}
.search__suggestion__button__lead {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .search__suggestion__button__lead {
    font-size: 0.9rem;
  }
}
.search__suggestion__button__caption {
  margin: 4px;
  padding: 0;
  color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .search__suggestion__button__caption {
    margin: 4px 4px 0 4px;
    font-size: 0.6rem;
  }
}
.search__suggestion__button:hover {
  opacity: 0.8;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}

.is-hidden {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.is-display-none {
  display: none;
}

.is-overflow-hidden {
  overflow: hidden;
  width: 100%;
}

/* ------------------------------------------------ */
/* ------------------------------------------------ */
.content-title__wrapper {
  text-align: center;
  margin-top: 60px;
}
.content-title__lead {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
.content-title__title {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.tab__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.tab__wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #333;
  order: -1;
}
.tab__label {
  padding: 10px;
  color: #002160;
  position: relative;
  cursor: pointer;
  flex: 1;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  color: #333;
  order: -1;
}
.tab__label:not(:last-of-type) {
  margin-right: 10px;
}
.tab__content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab__switch:checked + .tab__label {
  font-weight: 700;
}
.tab__switch:checked + .tab__label + .tab__content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
}
.tab__switch {
  display: none;
}

.card__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px auto;
}
.card__wrapper::after {
  content: "";
  display: block;
  width: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .card__wrapper {
    flex-direction: column;
  }
}
.card__item {
  width: calc(33.333% - 20px);
}
@media (max-width: 768px) {
  .card__item {
    width: 100%;
  }
}
.card__frame {
  margin: 20px;
  padding: 10px;
  height: 320px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 3px 3px #ccc;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
}
.card__frame:hover {
  box-shadow: 0 6px 6px #ccc;
}

.footer__border {
  display: none;
}
@media (max-width: 768px) {
  .footer__border {
    display: block;
    z-index: 9;
    position: fixed;
    height: 5px;
    bottom: 78px;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.075)) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
  }
}
.footer__wrapper {
  z-index: 10;
  height: 60px;
  display: block;
  padding-top: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
}
.footer__item {
  width: 100%;
}
.footer--sp-only {
  display: none;
}
@media (max-width: 768px) {
  .footer--sp-only {
    display: block;
  }
}
.footer__inquiry__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer__free-dial__tel {
  background-repeat: no-repeat;
  background-image: url(../images/free-dial.svg);
  background-position: 2px 3px;
  background-size: auto;
  margin: 0;
  padding-left: 52px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .footer__free-dial__tel {
    font-size: 1.1rem;
    padding-left: 42px;
    background-size: 22%;
  }
}
@media (max-width: 1000px) {
  .footer__free-dial__tel {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .footer__free-dial__tel {
    display: block;
  }
}
.footer__free-dial__reception {
  position: relative;
  top: -6px;
  right: 0;
  bottom: 0;
  left: 70px;
  margin: auto;
  font-size: 0.7rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .footer__free-dial__reception {
    font-size: 0.6rem;
    left: 24px;
  }
}
@media (max-width: 1000px) {
  .footer__free-dial__reception {
    display: none;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .footer__free-dial__reception {
    display: block;
  }
}
.footer__inquiry-button__button {
  display: block;
  width: 144px;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #002160;
  border-radius: 0.3rem;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
}
.footer__inquiry-button__button:hover {
  opacity: 0.8;
}
@media (max-width: 836px) {
  .footer__inquiry-button__button {
    width: 120px;
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */
