@charset "UTF-8";
.c-morebtn {
  width: fit-content;
  position: relative;
  color: #136AB6;
  display: flex;
  align-items: center;
  height: 44rem;
  font-size: 18rem;
}
.c-morebtn::after {
  content: "";
  display: block;
  width: 98rem;
  height: 44rem;
  margin-left: 12rem;
  background: url(../images/index/more_arrow.png) no-repeat;
  background-size: contain;
}

.c-btn {
  height: 63rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #313371;
  color: #fff;
  font-size: 18rem;
  box-shadow: 0px 0px 20rem 0px rgba(31, 32, 45, 0.08);
}
@media only screen and (max-width: 1199.9px) {
  .c-btn {
    height: 125rem;
    font-size: 32rem;
    box-shadow: 0px 0px 40rem 0px rgba(31, 32, 45, 0.08);
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  right: 15rem;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  width: 8rem;
  height: 8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 1199.9px) {
  .c-btn::after {
    border-width: 2rem;
    width: 15.94rem;
    height: 15.94rem;
    right: 27.28rem;
  }
}
.c-btn--white {
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
}
.c-btn--white::after {
  border-color: #333;
}

.c-pagenavi {
  width: fit-content;
  margin: 100rem auto 0;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagenavi {
    margin-top: 120rem;
  }
}

.c-pagenavi .wp-pagenavi {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagenavi .wp-pagenavi {
    gap: 5rem;
  }
}

.c-pagenavi .wp-pagenavi a, .c-pagenavi .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  border: 1px solid #A4A4A4;
  margin: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 16rem;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagenavi .wp-pagenavi a, .c-pagenavi .wp-pagenavi span {
    width: 60rem;
    height: 60rem;
    font-size: 24rem;
    border-width: 1.5rem;
  }
}

.c-pagenavi .wp-pagenavi span.current {
  background-color: #313371;
  color: #fff;
  font-weight: 400;
}

.c-pagination {
  display: flex;
  position: relative;
  list-style: none;
  width: 100%;
  min-height: 305rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination {
    display: flex;
    column-gap: 8rem;
    row-gap: 14rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination:not(:has(.c-pagination__prev))::after {
    content: "";
    width: 270rem;
    display: block;
    order: 1;
  }
}
.c-pagination li {
  position: absolute;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination li {
    position: relative;
  }
}
.c-pagination li:hover {
  position: absolute;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination li:hover {
    position: relative;
  }
}
.c-pagination__thumb {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin: 18rem 0 24rem;
}
.c-pagination__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-pagination__back {
  font-size: 16rem;
  color: #136AB6;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 274rem;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination__back {
    left: auto;
    transform: unset;
  }
}
.c-pagination__back img {
  width: 32rem;
  height: 32rem;
  margin-bottom: 10rem;
}
.c-pagination__back .c-btn {
  max-width: 100%;
}
.c-pagination__back::marker {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination__back {
    order: 3;
    width: 100%;
    max-width: 598rem;
    margin: 80rem auto 0;
  }
}
.c-pagination__prev, .c-pagination__next {
  width: 270rem;
  top: 0;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination__prev, .c-pagination__next {
    font-size: 28rem;
    line-height: 1.5;
  }
}
.c-pagination__prev {
  left: 0;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination__prev {
    left: auto;
    order: 1;
  }
}
.c-pagination__next {
  right: 0;
}
@media only screen and (max-width: 1199.9px) {
  .c-pagination__next {
    right: auto;
    order: 2;
  }
}
.c-pagination__next .c-pagination__text {
  text-align: right;
}

.c-cta {
  padding: 0 50px;
  background-color: #F4F4F4;
  background: url(../images/common/bg-cta.jpg);
  background-size: cover;
}
@media only screen and (max-width: 1199.9px) {
  .c-cta {
    --fs-vw: 0.1333;
    --u: calc(var(--fs-vw) * 1vw);
    padding: 0;
    padding-top: calc(80 * var(--u));
    background-image: url(../images/common/bg-cta_sp.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .c-cta {
    /* base.scss の *0.6 も再現 */
    --u: calc(var(--fs-vw) * 1vw * 0.6);
  }
}
.c-cta ul {
  margin-left: unset;
}
.c-cta li {
  list-style: none;
}
.c-cta__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1750px;
  margin: auto;
  width: 100%;
  /*
  @media only screen and (max-width: 1199.9px) {
  	flex-wrap: wrap;
  }
  	*/
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__inner {
    width: 100%;
    max-width: unset;
    flex-direction: column;
  }
}
.c-cta__textwrap {
  position: relative;
  margin-left: 3px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*
  @media only screen and (max-width: 1199.9px) {
  	width: 100%;
  	margin-top: 32rem;
  	padding: 32rem;
  }
  	*/
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__textwrap {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__textwrap {
    width: auto;
    padding: calc(80 * var(--u)) calc(75 * var(--u)) calc(97 * var(--u));
    margin-top: 0;
    margin-left: 0;
  }
}
.c-cta__textwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8D8D8D;
  mix-blend-mode: multiply;
}
.c-cta__tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 41.88px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.1666666667;
  margin: 36px 0 30px;
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__tel {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__tel {
    font-size: calc(80 * var(--u));
    line-height: 1;
    margin-top: calc(29 * var(--u));
    margin-bottom: calc(32 * var(--u));
    gap: calc(2 * var(--u));
  }
}
.c-cta__tel::before {
  content: "";
  background: url(../images/common/icon-phone--white.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__tel::before {
    width: calc(82 * var(--u));
    height: calc(82 * var(--u));
  }
}
.c-cta__text {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__text {
    font-size: calc(38 * var(--u));
  }
}
.c-cta__open {
  position: relative;
  width: 341px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  /*
  @media only screen and (max-width: 1199.9px) {
  	margin: auto;
  }
  */
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__open {
    width: 280px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__open {
    font-size: calc(28 * var(--u));
    width: calc(504 * var(--u));
    max-width: 100%;
    height: calc(70 * var(--u));
    margin: auto;
  }
}
.c-cta__list {
  display: flex;
  gap: 67px;
  padding: 96px 0;
  max-width: 100%;
  /*
  @media only screen and (max-width: 1199.9px) {
  	padding: 32rem 0 40rem;
  	gap: 32rem;
  }		
  	*/
}
@media only screen and (max-width: 1699.9px) and (min-width: 1200px) {
  .c-cta__list {
    gap: 32px;
    max-width: 70%;
  }
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__list {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__list {
    flex-direction: column;
    row-gap: calc(30 * var(--u));
    padding: calc(96 * var(--u)) 0;
    padding-bottom: calc(83 * var(--u));
  }
}
.c-cta__listitem {
  text-align: center;
  width: 339px;
  max-width: calc((100% - 67px) / 3);
  min-height: 339px;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 62px 36px 38px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__listitem {
    max-width: calc((100% - 20px) / 3);
    padding: 62px 20px 38px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__listitem {
    width: calc(690 * var(--u));
    max-width: calc(100% - 60 * var(--u));
    min-height: calc(210 * var(--u));
    margin: auto;
    padding: calc(46 * var(--u)) calc(21 * var(--u)) calc(40 * var(--u)) calc(53 * var(--u));
    flex-direction: row;
    column-gap: calc(62 * var(--u));
    justify-content: flex-end;
    align-items: center;
    font-size: calc(28 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__listitem > div {
    width: calc(201 * var(--u));
  }
}
.c-cta__listitem > div img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__listitem > div img {
    width: calc(60 * var(--u));
    height: calc(60 * var(--u));
    margin-bottom: calc(10 * var(--u));
  }
}
.c-cta__listitem > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #8D8D8D;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.12);
}
@media only screen and (max-width: 1399.9px) and (min-width: 1200px) {
  .c-cta__listitem > a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__listitem > a {
    width: calc(353 * var(--u));
    font-size: calc(24 * var(--u));
    flex: none;
    margin-top: 0;
  }
}
.c-cta__listitem > a.event {
  background-color: #313371;
}
.c-cta__listitem > a.document {
  background-color: #AAA550;
}
.c-cta__listitem > a.contact {
  background-color: #D5A02C;
}
@media only screen and (max-width: 1199.9px) {
  .c-cta__listitem > a::after {
    content: "";
    position: absolute;
    right: calc(33.51 * var(--u));
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    display: block;
    width: calc(12 * var(--u));
    height: calc(12 * var(--u));
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.c-tel {
  margin-top: 40rem;
  margin-bottom: 40rem;
}
.c-tel__number {
  margin-top: 8rem !important;
  font-size: 48rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1199.9px) {
  .c-tel__number {
    font-size: 60rem;
    gap: 0;
  }
}
.c-tel__number::before {
  content: "";
  background: url(../images/common/icon-phone.svg);
  width: 48rem;
  height: 48rem;
  background-size: contain;
}
@media only screen and (max-width: 1199.9px) {
  .c-tel__number::before {
    width: 64rem;
    height: 64rem;
  }
}
.c-tel__open {
  margin-top: 8rem !important;
  font-weight: 500;
  font-size: 18rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1199.9px) {
  .c-tel__open {
    font-size: 28rem;
    margin-top: 8rem !important;
  }
}

footer {
  background-color: #fff;
}
footer ul {
  margin-left: unset;
}
footer li {
  list-style: none;
}
@media only screen and (max-width: 1199.9px) {
  footer {
    --fs-vw: 0.1333;
    --u: calc(var(--fs-vw) * 1vw);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  footer {
    /* base.scss の *0.6 も再現 */
    --u: calc(var(--fs-vw) * 1vw * 0.6);
  }
}

.l-footer {
  padding: 150px 0 180px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer {
    padding: calc(124 * var(--u)) 0 calc(80 * var(--u));
    margin-bottom: calc(110 * var(--u));
  }
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
  width: 1580px;
  max-width: calc(100% - 100px);
  margin: 0px auto;
}
@media only screen and (max-width: 1499.9px) {
  .l-footer__inner {
    gap: 60px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__inner {
    flex-direction: column;
    justify-content: unset;
    gap: calc(130 * var(--u));
    width: calc(100% - 100 * var(--u));
    max-width: unset;
  }
}
.l-footer__info {
  position: relative;
}
.l-footer__logo a {
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__logo a {
    text-align: center;
  }
}
.l-footer__logo a > p {
  margin-bottom: 12px;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__logo a > p {
    font-size: calc(26 * var(--u));
  }
}
.l-footer__logo a img {
  width: 324.9996643066px;
  height: 50.1111602783px;
  object-fit: contain;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__logo a img {
    width: calc(416.6727905273 * var(--u));
    height: calc(64.2144470215 * var(--u));
    margin: calc(10 * var(--u)) auto 0;
  }
}
.l-footer__logo a:hover {
  color: inherit;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__address {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__address {
    margin-top: calc(46 * var(--u));
    font-size: calc(28 * var(--u));
  }
}
.l-footer__tel, .l-footer__fax {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__tel, .l-footer__fax {
    font-size: calc(28 * var(--u));
  }
}
.l-footer__tel {
  margin-top: 10px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__tel {
    margin-top: calc(16 * var(--u));
  }
}
.l-footer__fax {
  margin-top: 10px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__fax {
    margin-top: calc(12 * var(--u));
  }
}
.l-footer__box {
  display: flex;
  flex-direction: column;
  gap: 56px;
  flex: 1;
  min-width: fit-content;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__box {
    gap: calc(100 * var(--u));
  }
}
.l-footer__nav {
  display: flex;
  gap: 92px;
}
@media only screen and (max-width: 1399.9px) {
  .l-footer__nav {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__nav {
    gap: calc(40 * var(--u));
  }
}
@media only screen and (max-width: 991.9px) {
  .l-footer__nav {
    gap: calc(28 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: calc(10 * var(--u));
  }
}
.l-footer__navlist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navlist {
    display: flex;
    width: 100%;
    order: 1;
    gap: calc(40 * var(--u));
    height: auto;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navlist + .l-footer__navlist {
    margin-top: calc(40 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navlist--spw50 {
    width: 50%;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navlist--spcol2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 0;
  }
}
.l-footer__subnavlist {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__subnavlist {
    margin-top: calc(36 * var(--u));
    gap: calc(30 * var(--u));
  }
}
.l-footer__subnavlist li {
  position: relative;
  padding-left: 21px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__subnavlist li {
    padding-left: calc(33.14 * var(--u));
  }
}
.l-footer__subnavlist li::before {
  content: "";
  position: absolute;
  left: 5.41px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__subnavlist li::before {
    left: calc(5 * var(--u));
  }
}
.l-footer__navitem {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navitem {
    font-size: calc(28 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navitem.sp-nowrap {
    white-space: nowrap;
  }
}
.l-footer__navitem--sp {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navitem--sp {
    display: flex;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navitem--pc {
    display: none;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__navitem--spw50 {
    width: 50%;
  }
}
.l-footer__snslist {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__snslist {
    order: 1;
  }
}
.l-footer__snslist img {
  width: 75.38px;
  height: 70px;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__snslist img {
    width: calc(90.4615325928 * var(--u));
    height: calc(84 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__snslist.u-sponly {
    display: flex;
    justify-content: center;
    margin-top: calc(50 * var(--u));
  }
}
.l-footer__copy {
  margin-top: 3px;
  margin-right: 10px;
  text-align: right;
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__copy {
    text-align: center;
    font-size: calc(24 * var(--u));
    margin: 0;
  }
}
.l-footer__cta {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    z-index: 10;
    --fs-vw: 0.1333;
    --u: calc(var(--fs-vw) * 1vw);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .l-footer__cta {
    /* base.scss の *0.6 も再現 */
    --u: calc(var(--fs-vw) * 1vw * 0.6);
  }
}
.l-footer__cta-catalog, .l-footer__cta-event, .l-footer__cta-contact {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__cta-catalog, .l-footer__cta-event, .l-footer__cta-contact {
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(2 * var(--u));
    width: 33.3333333333%;
    height: calc(110 * var(--u));
    color: #fff;
    font-size: calc(24 * var(--u));
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .l-footer__cta-catalog::before, .l-footer__cta-event::before, .l-footer__cta-contact::before {
    content: "";
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: calc(50 * var(--u));
    height: calc(50 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__cta-event {
    background-color: #313371;
  }
  .l-footer__cta-event::before {
    background-image: url(../images/common/icon-calendar.svg);
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__cta-catalog {
    background-color: #AAA550;
  }
  .l-footer__cta-catalog::before {
    background-image: url(../images/common/icon-document.svg);
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-footer__cta-contact {
    background-color: #CFA039;
  }
  .l-footer__cta-contact::before {
    background-image: url(../images/common/icon-mail.svg);
  }
}
.l-footer__cta.is-hidden {
  display: none !important;
}

.l-header {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.0784313725);
}
@media only screen and (max-width: 1199.9px) {
  .l-header {
    left: 0;
    right: 0;
    top: 0;
    font-size: 0.0833333333vw;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header {
    left: 0;
    right: 0;
    top: 0;
    /* base.scss と同じ比率の “1rem相当” を header 内だけで作る */
    --fs-vw: 0.1333;
    --u: calc(var(--fs-vw) * 1vw);
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .l-header {
    /* base.scss の *0.6 も再現 */
    --u: calc(var(--fs-vw) * 1vw * 0.6);
  }
}
.l-header ul {
  margin-left: unset;
}
.l-header li {
  list-style: none;
}
.l-header.white {
  background: transparent;
  box-shadow: unset;
}
@media only screen and (max-width: 1199.9px) {
  .l-header.white .l-header__menu-bar {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header.white .l-header__menu.active .l-header__menu-bar {
    background-color: #333;
  }
}
.l-header.white .l-header__navitem, .l-header.white .l-header__tel-number, .l-header.white .l-header__logo a > p {
  color: #fff;
}
.l-header.white .l-header__nav.active .l-header__navitem {
  color: #333;
}
.l-header.white .l-header__tel-number::before {
  background-image: url(../images/common/icon-phone--white.svg);
}
.l-header.white .l-header__nav .l-header__navitem > a:hover::after {
  background-color: #fff;
}
.l-header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 160px;
  max-width: 100%;
  margin: auto;
  padding: 0 60px 0 62px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1439.9px) and (min-width: 1200px) {
  .l-header__inner {
    padding: 0 40px 32px 42px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__inner {
    height: calc(111 * var(--u));
    justify-content: space-between;
    padding: 0 calc(38 * var(--u)) 0 calc(30 * var(--u));
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__logo {
    margin-right: 20em;
  }
}
.l-header__logo a {
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(16px);
}
@media only screen and (max-width: 1199.9px) {
  .l-header__logo a {
    transform: unset;
  }
}
.l-header__logo a > p {
  margin-bottom: 12px;
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (max-width: 1023.9px) {
  .l-header__logo a > p {
    font-size: calc(16 * var(--u));
  }
}
.l-header__logo a img {
  width: 271.8751525879px;
  height: 41.9200134277px;
  object-fit: contain;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__logo a img {
    width: calc(337.9999694824 * var(--u));
    height: calc(52.1157035828 * var(--u));
  }
}
.l-header__logo a:hover {
  color: inherit;
}
.l-header__logo p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__logo p {
    font-size: calc(28 * var(--u));
    line-height: 1.4285714286;
  }
}
.l-header__block {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__block {
    flex-direction: column;
    order: 2;
    gap: calc(23 * var(--u));
    width: 100%;
    padding: 0 calc(14 * var(--u));
  }
}
.l-header__snslist {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__snslist {
    order: 1;
  }
}
.l-header__snslist img {
  width: 50px;
  height: 46px;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__snslist img {
    width: calc(90.4615325928 * var(--u));
    height: calc(84 * var(--u));
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__cta.hidden {
    display: none;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__tel, .l-header__event, .l-header__contact {
    width: 100%;
    height: calc(110 * var(--u));
    color: #fff;
  }
}
.l-header__tel {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 41.88px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.1666666667;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__tel {
    background-color: #D5A02C;
    font-size: calc(50 * var(--u));
    line-height: 1;
    order: 4;
    padding: 0 calc(21 * var(--u)) 0 calc(23 * var(--u));
  }
}
.l-header__tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__tel-number::before {
  content: "";
  background: url(../images/common/icon-phone.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__tel-number::before {
    background-image: url(../images/common/icon-phone--white.svg);
    width: calc(57 * var(--u));
    height: calc(57 * var(--u));
    line-height: 1;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__tel-inner {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.l-header__tel-info {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__tel-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: calc(15.56 * var(--u));
    margin-top: calc(6 * var(--u));
  }
  .l-header__tel-info .time {
    font-size: calc(18 * var(--u));
  }
}
.l-header__event, .l-header__document, .l-header__contact {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 306px;
  height: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 4px 0 8px rgba(51, 51, 51, 0.15);
  /*
  @media only screen and (max-width: 1199.9px) {
    width: 100%;
    height: 110px;
    font-size: 28px;
    font-weight: 500;
    gap: 5px;
    position: inherit;
    bottom: auto;
    right: auto;
  }
    */
}
.l-header__event::before, .l-header__document::before, .l-header__contact::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__event::before, .l-header__document::before, .l-header__contact::before {
    width: calc(53 * var(--u));
    height: calc(53 * var(--u));
  }
}
.l-header__event {
  right: 24px;
  background-color: #313371;
}
.l-header__event::before {
  background-image: url(../images/common/icon-calendar.svg);
}
.l-header__document {
  right: 349px;
  background-color: #AAA550;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__document {
    right: auto;
    order: 3;
  }
}
.l-header__document::before {
  background-image: url(../images/common/icon-document.svg);
}
.l-header__contact {
  right: 672px;
  background-color: #CFA039;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact::before {
  background-image: url(../images/common/icon-mail.svg);
}
.l-header__nav {
  display: flex;
  flex-direction: column;
  gap: 31px;
  align-items: flex-end;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform ease 0.4s;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.l-header__nav a:hover {
  color: inherit;
}
.l-header__nav.active {
  transform: translateX(0);
  display: flex;
  padding: 18px 45px 57px;
  z-index: 999;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__nav.active {
    padding: calc(166 * var(--u)) calc(50 * var(--u));
    gap: calc(17 * var(--u));
  }
}
.l-header__nav.active .l-header__navlist {
  margin-top: 32px;
}
.l-header__nav.active .l-header__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.l-header__nav.active .l-header__subnavlist {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 22px;
}
.l-header__nav.active .l-header__subnavlist li {
  position: relative;
  padding-left: 35px;
}
.l-header__nav.active .l-header__subnavlist li::before {
  content: "";
  position: absolute;
  left: 3.3px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__nav.active .l-header__event {
    order: 2;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__nav.active .l-header__event, .l-header__nav.active .l-header__document, .l-header__nav.active .l-header__contact {
    width: 100%;
    height: calc(110 * var(--u));
    font-size: calc(28 * var(--u));
    font-weight: 500;
    gap: calc(5 * var(--u));
    position: inherit;
    bottom: auto;
    right: auto;
  }
}
.l-header__nav .c-cta {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__nav .c-cta {
    display: block;
    width: 100%;
    margin: calc(86 * var(--u)) auto;
  }
}
.l-header__nav .c-cta__text {
  font-size: 16px;
}
.l-header__nav .c-cta__text::before, .l-header__nav .c-cta__text::after {
  width: 15px;
  height: 18px;
}
.l-header__nav .c-cta__btn {
  width: 100%;
  max-width: 360px;
  height: 81px;
  margin: 4px auto 0;
  font-size: 20.83px;
  gap: 10px;
}
.l-header__nav .c-cta__btn::before {
  width: 32.08px;
  height: 30.57px;
  transform: translateY(5px);
}
.l-header__navlist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  height: 100%;
}
@media only screen and (max-width: 1439.9px) and (min-width: 1200px) {
  .l-header__navlist {
    gap: 22px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__navlist {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    width: 100%;
    order: 1;
    gap: calc(22 * var(--u));
    height: auto;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__navlist::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(48 * var(--u));
    width: calc(2 * var(--u));
    height: 100%;
  }
}
.l-header__navitem {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  /*
  @media only screen and (max-width: 1199.9px) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20px 7.5px 20px 6px;
    font-size: 16px;
    font-weight: normal;
    line-height: calc(23/16);
  }
  &::after{
    display: none;
    @media only screen and (max-width: 1199.9px) {
      content: "";
      display: block;
      width: 8.5px;
      height: 17px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-image: url(../images/arrow-right_blue.svg);
      margin-right: 8px;
    }
  }
  */
}
@media only screen and (max-width: 1439.9px) and (min-width: 1200px) {
  .l-header__navitem {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__navitem {
    font-size: calc(28 * var(--u));
    line-height: 1.46;
  }
}
.l-header__navitem > a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -16px;
  background-color: #333;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__navitem > a:hover::after {
    display: none;
  }
}
.l-header__navitem .c-btn {
  width: 240px;
  height: 50px;
}
.l-header__navitem--sp {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__navitem--sp {
    display: flex;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__navitem--pc {
    display: none;
  }
}
.l-header__menu {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .l-header__menu {
    width: calc(46 * var(--u));
    height: calc(38 * var(--u));
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1000;
  }
}
@media only screen and (max-width: 1199.9px) {
  .l-header__menu-bar {
    position: absolute;
    left: 50%;
    width: 100%;
    height: calc(2 * var(--u));
    background-color: #333;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
}
.l-header__menu-bar:nth-child(1) {
  top: 0;
}
.l-header__menu-bar:nth-of-type(2) {
  top: 50%;
}
.l-header__menu-bar:nth-child(3) {
  top: 100%;
}
.l-header__menu.active .l-header__menu-bar {
  transition: ease 0.4s;
}
.l-header__menu.active .l-header__menu-bar:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.l-header__menu.active .l-header__menu-bar:nth-of-type(2) {
  opacity: 0;
}
.l-header__menu.active .l-header__menu-bar:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.l-header__menu.active::after {
  display: block;
  content: "CLOSE";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 100%);
}

.u-bt-gray {
  border-top: 1px solid #ccc;
}

.u-bb-gray {
  border-bottom: 1px solid #ccc;
}

.u-d-inlineblock {
  display: inline-block;
}

.u-d-none {
  display: none;
}

.u-sponly {
  display: none;
}
@media only screen and (max-width: 1199.9px) {
  .u-sponly {
    display: block;
  }
}

@media only screen and (max-width: 1199.9px) {
  .u-pconly {
    display: none;
  }
}/*# sourceMappingURL=style_common.css.map */