@charset "UTF-8";
body.second {
  background: #F1F3F7;
}

* {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #2B2B2B;
}

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

.enfont {
  font-family: "Libertinus Math", system-ui;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zenold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.df {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.625;
}
@media only screen and (max-width: 767px) {
  .df {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}

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

@media print, screen and (min-width: 768px) {
  mark.blue {
    background: linear-gradient(transparent 70%, rgba(18, 66, 108, 0.3) 0%);
  }
  mark.beige {
    background: linear-gradient(transparent 70%, rgba(126, 116, 35, 0.3) 0%);
  }
}
@media only screen and (max-width: 767px) {
  mark {
    background: none;
  }
}
.header {
  background: #E2E8EF;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 10rem;
  }
}
.header__wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    margin-left: 1rem;
    padding-right: 4rem;
  }
}
.header__logo {
  width: 45rem;
  height: 8rem;
  display: flex;
  align-items: center;
}
.header__logo a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 50rem;
  }
}
.header .gnav {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .header .gnav {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav {
    height: calc(100svh - 8rem);
    top: 10rem;
    padding: 0 4rem;
    background: #666C73;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav__list {
    display: flex;
    align-items: center;
    margin-right: 5rem;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav__list {
    margin-bottom: 17rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav__item:not(:last-of-type) {
    margin-right: 4.3rem;
  }
}
.header .gnav__item a {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header .gnav__item a {
    display: block;
    padding: 5rem 0;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .header .gnav__item a::after {
    content: "";
    width: 2rem;
    height: 2rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.header .gnav__item a:hover {
  opacity: 1;
}
.header .gnav__item a:hover * {
  color: #6B5F00;
}
.header .gnav__item a.flowLink::after {
  display: none;
}
.header .gnav__item a span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .gnav__item a span {
    text-align: center;
    color: #fff;
  }
}
.header .gnav__item a span.en {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .header .gnav__item a span.en {
    font-size: 4.6rem;
    margin: 0 0 2rem;
  }
}
.header .gnav__item a span.jp {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header .gnav__item a span.jp {
    font-size: 2rem;
  }
}
.header .gnav__item a .ja {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .header__btn__list {
    width: 60.7rem;
    margin: auto;
  }
}
.header__btn__list ul {
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .header__btn__list ul {
    display: flex;
    align-items: stretch;
  }
}
.header__btn__list ul li {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header__btn__list ul li {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__btn__list ul li {
    margin-bottom: 3rem;
  }
}
.header__btn__list ul li * {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
.header__btn__list ul li.consultation {
  background: #fff;
}
.header__btn__list ul li.consultation a {
  background: linear-gradient(rgba(107, 95, 1, 0.25) 0%, #6b5f01 100%);
}
.header__btn__list ul li.corporate {
  background: url("../img/common/btn-bg.webp") no-repeat center/cover;
}
.header__btn__list ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  flex-wrap: wrap;
  position: relative;
}
.header__btn__list ul li a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.header__btn__list ul li a:hover::after {
  right: 1rem;
}
@media only screen and (max-width: 767px) {
  .header__btn__list ul li a {
    height: 18rem;
  }
  .header__btn__list ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: auto;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.header__btn__list ul li a .en {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .header__btn__list ul li a .en {
    font-size: 4.6rem;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1.5rem;
  }
  .header__btn__list ul li a .en::before {
    content: "";
    width: 3rem;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.header__btn__list ul li a .ja {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header__btn__list ul li a .ja {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__btn .mark {
    width: 5rem;
    height: 3.5rem;
  }
  .header__btn .mark .bar {
    background: #00426C;
    height: 2px;
  }
  .header__btn .mark .bar:nth-of-type(2) {
    top: 1.6rem;
  }
  .header__btn.active .bar:first-of-type {
    transform: translateY(1.6rem) rotate(45deg);
  }
  .header__btn.active .bar:last-of-type {
    transform: translateY(-1.6rem) rotate(-45deg);
  }
}

main {
  margin: 8rem auto 10rem;
}
@media only screen and (max-width: 767px) {
  main {
    margin-bottom: 8rem;
  }
}

.contact_area {
  width: 70rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact_area {
    width: 84%;
  }
}
.contact_area--btn:not(:last-of-type) {
  margin-bottom: 5rem;
}
.contact_area--btn:not(:last-of-type) a {
  display: block;
}
.contact_area--btn.consultation {
  background: linear-gradient(rgba(107, 95, 1, 0.25) 0%, #6b5f01 100%);
  text-align: center;
  height: 18rem;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.consultation {
    height: 22rem;
  }
}
.contact_area--btn.consultation * {
  color: #fff;
}
.contact_area--btn.consultation a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.contact_area--btn.consultation a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.contact_area--btn.consultation a:hover::after {
  right: 2rem;
}
.contact_area--btn.consultation p {
  position: relative;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 1.7rem;
  margin-bottom: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.consultation p {
    font-size: 5.4rem;
    margin-bottom: 1rem;
  }
}
.contact_area--btn.consultation p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 1px;
  background: #fff;
}
.contact_area--btn.consultation span {
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.consultation span {
    font-size: 3rem;
  }
}
.contact_area--btn.consultation.bg-red a {
  background: #880008;
}
.contact_area--btn.tel {
  height: 18rem;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.tel {
    height: 22rem;
  }
}
.contact_area--btn.tel a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url("../img/common/tel-contact-bg.webp") no-repeat center/cover;
  position: relative;
  height: 100%;
  color: #fff;
  font-size: 6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .contact_area--btn.tel a {
    pointer-events: none;
  }
}
.contact_area--btn.tel a::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border: 1px solid #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
}
.contact_area--btn.tel .ttl {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.tel .ttl {
    font-size: 3rem;
  }
}
.contact_area--btn.tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0.5rem 0;
}
.contact_area--btn.tel .num span {
  font-size: 2.5rem;
  font-weight: 500;
  color: inherit;
  display: block;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.tel .num span {
    font-size: 2.7rem;
  }
}
.contact_area--btn.tel .num span.serif {
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.tel .num span.serif {
    font-size: 6.4rem;
    margin-right: 0;
  }
}
.contact_area--btn.tel .other-tel {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.6em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact_area--btn.tel .other-tel {
    font-size: 2.6rem;
  }
}

.footer {
  background: #666C73;
  padding: 4rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 5rem 3rem;
  }
}
.footer .inner {
  width: 80rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    width: 100%;
  }
}
.footer--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .footer--nav {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer--nav li {
    margin-bottom: 3rem;
  }
}
.footer--nav li a {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 2.3rem;
  color: #fff;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer--nav li a {
    font-size: 3rem;
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer--nav li:not(:last-of-type) a {
    border-right: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .footer--nav li:not(:nth-of-type(3n)) a {
    border-right: 1px solid #fff;
  }
  .footer--nav li:last-of-type a {
    border-right: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .address {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer .address p {
  color: #fff;
  margin: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .footer .address p {
    line-height: 2.1;
    text-align: center;
  }
  .footer .address p.address-txt {
    font-size: 2.4rem;
  }
}
.footer .address .copyright {
  margin-top: 1rem;
}
.footer .address .copyright small {
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 0.8rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer .address .copyright small {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}

/*  下層ページ共通  */
.page-title {
  height: 36.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-title {
    height: 60rem;
  }
}
.page-title h1 {
  margin: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #6B5F00;
}
@media only screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 3.4rem;
  }
}
.page-title h1 span {
  display: block;
  font-size: 4.6rem;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #6B5F00;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .page-title h1 span {
    font-size: 5rem;
  }
}
.page-title h1 span::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: #6B5F00;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*# sourceMappingURL=common.css.map */