@charset "UTF-8";
/*
 * foundation
 */
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #333333;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  letter-spacing: 0.05em;
}

main {
  overflow: hidden;
}

p {
  line-height: 1.6;
}

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

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*
 * layout
 */
/*
 * foundation
 */
.l-container1100 {
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-container1100 {
    padding: 0 5.3333333333vw;
  }
}

/*
 * foundation
 */
.l-header {
  padding-top: 0.8125rem;
}
@media screen and (max-width: 1279px) {
  .l-header {
    padding-top: 0;
  }
}

/*
 * foundation
 */
.l-footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 0 43px;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-top: 9.0666666667vw;
    padding-bottom: 22.6666666667vw;
  }
}

/*
* object
*/
/*
 * foundation
 */
.c-button-basic {
  border-radius: 100vw;
  display: block;
  font-size: 1.0625rem;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 750px) {
  .c-button-basic {
    font-size: 3.4666666667vw;
    padding: 3.2vw 0;
  }
}

.c-button-arrow {
  position: relative;
}
.c-button-arrow::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(../img/common/icon-arrow-right.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 1.1875rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .c-button-arrow::before {
    width: 2vw;
    height: 2.1333333333vw;
    right: 3.8666666667vw;
  }
}
.c-button-arrow:hover {
  opacity: 1;
}
.c-button-arrow:hover::before {
  transform: translate(5px, -50%);
}
.c-button-arrow--center::before {
  content: none;
}
.c-button-arrow--center span {
  position: relative;
  padding-right: 1.6875rem;
}
.c-button-arrow--center span::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(../img/common/icon-arrow-right.webp) no-repeat center center/contain;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .c-button-arrow--center span::before {
    width: 2vw;
    height: 2.1333333333vw;
  }
}
.c-button-arrow--center:hover span::before {
  transform: translate(5px, -50%);
}

.c-button-arrow-simple {
  position: relative;
}
.c-button-arrow-simple::before {
  content: "";
  width: 0.375rem;
  height: 0.75rem;
  background: url(../img/common/icon-arrow-right-simple.webp) no-repeat center center/contain;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 1.125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .c-button-arrow-simple::before {
    width: 1.3333333333vw;
    height: 2.2666666667vw;
    right: 3.6vw;
  }
}
.c-button-arrow-simple:hover {
  opacity: 1;
}
.c-button-arrow-simple:hover::before {
  transform: translate(5px, -50%);
}

.c-button-email span {
  position: relative;
  padding-left: 2.6875rem;
}
@media screen and (max-width: 750px) {
  .c-button-email span {
    padding-left: 10.2666666667vw;
  }
}
.c-button-email span::before {
  content: "";
  width: 1.375rem;
  height: 1.0625rem;
  background: url(../img/common/icon-email.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
@media screen and (max-width: 750px) {
  .c-button-email span::before {
    width: 5.2vw;
    height: 4vw;
  }
}

.c-button-bg-black {
  background-color: #000000;
  color: #FFFFFF;
}
.c-button-bg-black:hover {
  color: #FFFFFF;
}

.c-button-bg-gold {
  background-color: #b28146;
  color: #FFFFFF;
}
.c-button-bg-gold:hover {
  color: #FFFFFF;
}

.c-button-bg-blue {
  background-color: #0c3388;
  color: #FFFFFF;
}
.c-button-bg-blue:hover {
  color: #FFFFFF;
}

.c-button-border-white {
  border: 1px solid #FFFFFF;
}

/*
 * foundation
 */
.c-title-pattern1 {
  font-size: 2.5rem;
  font-weight: 900;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: 3.9375rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-title-pattern1 {
    font-size: 5.3333333333vw;
    padding-top: 9.3333333333vw;
  }
}
.c-title-pattern1::before {
  font-family: "Montserrat", sans-serif;
  content: attr(data-label);
  font-size: 5.75rem;
  color: #1f4494;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: max-content;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .c-title-pattern1::before {
    font-size: 12.2666666667vw;
  }
}

.c-title-pattern2 {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 1.5142857143;
  text-align: center;
  position: relative;
  padding: 0.59375rem 0;
}
@media screen and (max-width: 1023px) {
  .c-title-pattern2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .c-title-pattern2 {
    font-size: 5.3333333333vw;
    line-height: 1.175;
    padding: 5.6666666667vw 0;
  }
}
.c-title-pattern2::before, .c-title-pattern2::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b28146;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 750px) {
  .c-title-pattern2::before, .c-title-pattern2::after {
    height: 0.1333333333vw;
  }
}
.c-title-pattern2::before {
  top: 5px;
}
@media screen and (max-width: 750px) {
  .c-title-pattern2::before {
    top: 1.0666666667vw;
  }
}
.c-title-pattern2::after {
  bottom: 5px;
}
@media screen and (max-width: 750px) {
  .c-title-pattern2::after {
    bottom: 1.0666666667vw;
  }
}

.c-title-pattern3 {
  font-size: 1.5625rem;
  font-weight: 900;
  color: #0c3388;
  border-top: 1px solid #0c3388;
  border-bottom: 1px solid #0c3388;
  text-align: center;
  padding: 0.625rem 0 0.75rem;
}
@media screen and (max-width: 750px) {
  .c-title-pattern3 {
    font-size: 4.8vw;
    line-height: 1.4722222222;
    padding: 2.2666666667vw 0 2.6666666667vw;
  }
}

/*
 * foundation
 */
.c-contact-banner {
  background: url(../img/common/contact-banner-bg.webp) no-repeat center center/cover;
  padding-top: 3.6875rem;
  padding-bottom: 3.375rem;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-contact-banner {
    padding-top: 8vw;
  }
}
.c-contact-banner .c-title-pattern1::before {
  color: #000000;
}
.c-contact-banner__lead {
  font-size: 1.125rem;
  margin-top: 2.8125rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 1023px) {
  .c-contact-banner__lead {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 750px) {
  .c-contact-banner__lead {
    margin-top: 7.0666666667vw;
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.c-contact-banner__phone {
  text-align: center;
}
.c-contact-banner__phone-link {
  font-family: "Montserrat", sans-serif;
  font-size: 3.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__phone-link {
    font-size: 9.4666666667vw;
  }
}
.c-contact-banner__phone-link span {
  position: relative;
  padding-left: 3.8125rem;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__phone-link span {
    padding-left: 11.6vw;
  }
}
.c-contact-banner__phone-link span::before {
  content: "";
  width: 2.5625rem;
  height: 2.5625rem;
  background: url(../img/common/icon-tel-white.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__phone-link span::before {
    width: 7.8666666667vw;
    height: 7.8666666667vw;
  }
}
.c-contact-banner__hours {
  font-size: 0.9375rem;
  margin-top: 0.5rem;
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__hours {
    margin-top: 2.1333333333vw;
    margin-bottom: 8vw;
    font-size: 3.4666666667vw;
  }
}
.c-contact-banner__cta {
  width: 361px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .c-contact-banner__cta {
    width: 55.0666666667vw;
  }
}

/*
 * foundation
 */
.c-fixed-cta {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-fixed-cta {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    visibility: visible;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
}
.c-fixed-cta.c-fixed-cta--fadein {
  opacity: 1;
  pointer-events: auto;
}
.c-fixed-cta__list {
  display: flex;
  color: #FFFFFF;
}
.c-fixed-cta__item {
  width: 50%;
}
.c-fixed-cta__item--tel a {
  background-color: #000000;
}
.c-fixed-cta__item--tel a span {
  display: inline-block;
}
.c-fixed-cta__item--email a {
  background-color: #0c3388;
}
.c-fixed-cta__item--email .c-button-email {
  font-size: 3.2vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-fixed-cta__item--email .c-button-email span {
  padding-left: 5.4666666667vw;
}
.c-fixed-cta__item--email .c-button-email span::before {
  width: 4vw;
  height: 3.2vw;
  top: 54%;
}
.c-fixed-cta__item a {
  display: block;
  height: 100%;
  padding: 2.6666666667vw 0;
  text-align: center;
}
.c-fixed-cta__tel-link {
  font-size: 5.0666666667vw;
  padding-left: 6.1333333333vw;
  position: relative;
  font-weight: 900;
  margin-bottom: 2vw;
}
@media screen and (max-width: 479px) {
  .c-fixed-cta__tel-link {
    margin-bottom: 0;
  }
}
.c-fixed-cta__tel-link::before {
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: url(../img/common/icon-tel-white.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
.c-fixed-cta__time {
  font-size: 2.4vw;
  text-align: center;
}

/*
 * foundation
 */
.c-child-fv {
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .c-child-fv {
    height: 37.3333333333vw;
  }
}
.c-child-fv__title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-child-fv__title {
    font-size: 5.3333333333vw;
  }
}
.c-child-fv__title--en {
  color: #b28146;
  font-size: 1.375rem;
  font-weight: 400;
  display: block;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 750px) {
  .c-child-fv__title--en {
    font-size: 2.9333333333vw;
    margin-top: 2.5333333333vw;
  }
}

/*
 * foundation
 */
.c-breadcrumb {
  padding-top: 1.125rem;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb {
    padding-top: 2.5333333333vw;
  }
}
.c-breadcrumb-inner ul {
  display: flex;
  gap: 1.625rem;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb-inner ul {
    gap: 3.4666666667vw;
  }
}
.c-breadcrumb-inner ul li {
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb-inner ul li {
    font-size: 2.6666666667vw;
  }
}
.c-breadcrumb-inner ul li:not(:last-of-type) {
  position: relative;
}
.c-breadcrumb-inner ul li:not(:last-of-type)::before {
  content: ">";
  font-size: 0.875rem;
  position: absolute;
  right: -1.125rem;
  top: 0.0625rem;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb-inner ul li:not(:last-of-type)::before {
    font-size: 2.6666666667vw;
    right: -2.5333333333vw;
    top: 0.1333333333vw;
  }
}

/*
 * foundation
 */
.c-pagination {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-pagination {
    display: block;
  }
}
.c-pagination__list {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-pagination__list {
    margin-top: 12.5333333333vw;
    display: flex;
    gap: 3.2vw;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .c-pagination__list li {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: relative;
    border: 0.1333333333vw solid #0c3388;
    color: #0c3388;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .c-pagination__list li:has(.current) {
    background-color: #0c3388;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 750px) {
  .c-pagination__list li span,
  .c-pagination__list li a {
    font-size: 4vw;
  }
}
.c-pagination__list li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__list li:has(.next), .c-pagination__list li:has(.prev) {
  display: none;
}

/*
 * foundation
 */
.p-gnav {
  /* 上から降りてくるヘッダー */
  /* //上から降りてくるヘッダー */
}
.p-gnav__tgl {
  display: none;
}
.p-gnav--fixed {
  position: fixed;
  top: -78.65px;
  left: 0;
  display: flex;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-gnav--fixed {
    display: none;
  }
}
.p-gnav--fixed.p-gnav--fixed-fadein {
  top: 0;
}
.p-gnav--fixed .p-gnav__logo img {
  width: 150px;
}
.p-gnav--fixed .p-gnav-inner {
  padding: 0.8125rem 1.375rem;
  width: 100%;
}
.p-gnav--fixed .navbar-nav {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-gnav--not-fixed {
    height: 100px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav--not-fixed {
    height: 13.3333333333vw;
  }
}
.p-gnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.75rem;
  padding-left: 1.375rem;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 1279px) {
  .p-gnav-inner {
    padding-top: 0.8125rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-inner {
    padding: 1rem 0 1rem 0.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav-inner {
    padding: 2.1333333333vw 0 2.1333333333vw 1.8666666667vw;
  }
}
.p-gnav__logo img {
  width: 227px;
}
@media screen and (max-width: 1279px) {
  .p-gnav__logo img {
    width: 110px;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__logo img {
    width: 186px;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav__logo img {
    width: 24.8vw;
  }
}
.p-gnav__logo-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1279px) {
  .p-gnav__logo-inner {
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__logo-inner {
    gap: 35px;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav__logo-inner {
    gap: 4.6666666667vw;
  }
}
@media screen and (max-width: 1279px) {
  .p-gnav__logo-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__logo-text {
    line-height: 1.375;
    font-size: 2.1333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-contact-wrapper {
    display: none;
  }
}
.p-gnav-contact-list {
  display: flex;
  gap: 31px;
  align-items: center;
}
.p-gnav-contact-list__item {
  text-align: center;
}
.p-gnav-contact-list__item--email a {
  background-color: #0c3388;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 1.8125rem 0.5rem 1.8125rem 0.9375rem;
  display: block;
}
@media screen and (max-width: 1279px) {
  .p-gnav-contact-list__item--email a {
    font-size: 0.875rem;
    padding: 1.25rem 0.9375rem;
  }
}
.p-gnav-contact-list__item--email a span {
  position: relative;
  padding-left: 2.5625rem;
}
@media screen and (max-width: 1279px) {
  .p-gnav-contact-list__item--email a span {
    padding-left: 1.875rem;
  }
}
.p-gnav-contact-list__item--email a span::before {
  content: "";
  width: 1.875rem;
  height: 1.5rem;
  background: url(../img/common/icon-email.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
@media screen and (max-width: 1279px) {
  .p-gnav-contact-list__item--email a span::before {
    width: 1.5rem;
    height: 1.1875rem;
  }
}
.p-gnav-contact__tel-link {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 2.375rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-gnav-contact__tel-link {
    font-size: 1.5rem;
    padding-left: 1.625rem;
  }
}
.p-gnav-contact__tel-link::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../img/common/icon-tel.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
}
@media screen and (max-width: 1279px) {
  .p-gnav-contact__tel-link::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-gnav-contact__tel-text {
  display: block;
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1279px) {
  .p-gnav-contact__tel-text {
    font-size: 0.875rem;
  }
}
.p-gnav__burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav__burger-btn {
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000000;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav__burger-btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__burger-btn--close {
    z-index: 995;
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar {
    width: 43px;
    height: 5px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    transition: 0.2s;
    visibility: visible;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav__bar {
    width: 5.7333333333vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar--top {
    top: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav__bar--top {
    top: 3.6vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar--mid {
    top: 48%;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav__bar--bottom {
    bottom: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav__bar--bottom {
    bottom: 3.6vw;
  }
}
.p-gnav__menu-black-bg {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav__menu-black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
  }
}
.p-gnav__menu-black-bg.blackBg_active {
  visibility: hidden;
}
.p-gnav-nav-wrapper {
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background-color: #000000;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper {
    width: 60%;
    min-width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper--pc {
    display: none;
  }
}
.p-gnav-nav-wrapper--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper--sp {
    display: block;
  }
}
.p-gnav-header-nav {
  background-color: transparent;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 150px 15px;
    position: relative;
    z-index: 15;
    display: block;
  }
}
.p-gnav-header-nav .navbar-nav {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .navbar-nav {
    display: block;
  }
}
.p-gnav-header-nav .menu-item {
  color: #FFFFFF;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .menu-item {
    margin-bottom: 50px;
    color: #333333;
  }
}
.p-gnav-header-nav .menu-item:last-of-type a {
  border-right: 1px solid #313131;
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .menu-item:last-of-type a {
    border-right: none;
  }
}
.p-gnav-header-nav .menu-item a {
  padding: 1.53125rem 2.5rem;
  display: block;
  border-left: 1px solid #313131;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .p-gnav-header-nav .menu-item a {
    padding: 1.53125rem 1.625rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav .menu-item a {
    border-left: none;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-gnav-header-nav .menu-item a {
    overflow: visible;
  }
}
.p-gnav-header-nav .menu-item a::after {
  content: "";
  width: 100%;
  height: 240%;
  display: block;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: skewY(-15deg);
  transform: skewY(-15deg);
  position: absolute;
  bottom: -290%;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 750px) {
  .p-gnav-header-nav .menu-item a::after {
    display: none;
  }
}
.p-gnav-header-nav .menu-item a:hover {
  opacity: 1;
}
.p-gnav-header-nav .menu-item a:hover::after {
  bottom: -60%;
}
.p-gnav-header-nav .menu-item-has-children {
  position: relative;
}
.p-gnav-header-nav .menu-item-has-children:hover .p-gnav-sub-menu-wrapper {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 1023px) {
  .p-gnav-header-nav ul li {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav-nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.p-gnav--nav-open .p-gnav-nav-wrapper .header-nav {
  overflow-y: inherit;
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav-nav-wrapper .header-nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--top {
    transform: translate(-50%, 18px) rotate(45deg);
  }
}
@media screen and (max-width: 750px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--top {
    transform: translate(-50%, 2.4vw) rotate(45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--bottom {
    transform: translate(-50%, -23px) rotate(-45deg);
  }
}
@media screen and (max-width: 750px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--bottom {
    transform: translate(-50%, -3.0666666667vw) rotate(-45deg);
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn--close {
    z-index: 1;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__burger-btn--open {
    z-index: 995;
    opacity: 1;
  }
}
.p-gnav--nav-open .p-gnav__menu-black-bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav--nav-open .p-gnav__menu-black-bg {
    opacity: 0.3;
    visibility: visible;
  }
}
.p-gnav-sub-menu-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  height: fit-content;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .p-gnav-sub-menu-wrapper {
    display: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    position: static;
    transform: translateY(0);
    padding-top: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-sub-menu-wrapper .menu-item {
    margin-bottom: 0;
    padding-top: 30px;
  }
}
.p-gnav-sub-menu-wrapper .menu-item a {
  background-color: #000000;
  border-left: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav-sub-menu-wrapper .menu-item a {
    background-color: #FFFFFF;
    color: #000000;
  }
}
.p-gnav__accordion-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-gnav__accordion-btn {
    position: absolute;
    top: -9px;
    right: 0;
    display: block;
    width: 33px;
    height: 39px;
    cursor: pointer;
    border: none;
    background-color: transparent;
  }
}
.p-gnav__accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 12px;
  width: 13px;
  height: 1px;
  background-color: #666;
}
.p-gnav__accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 18px;
  width: 1px;
  height: 13px;
  background-color: #666;
  opacity: 1;
}
.p-gnav__accordion-btn.p-gnav__chlidnav--opened::after {
  opacity: 0;
}

/*
 * foundation
 */
.p-site-footer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-site-footer__head {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
  }
}
@media screen and (max-width: 750px) {
  .p-site-footer__head {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-site-footer__company {
    margin-bottom: 10vw;
  }
}
.p-site-footer__name {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  .p-site-footer__name {
    font-size: 4.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-site-footer__info {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .p-site-footer__info {
    font-size: 3.2vw;
    line-height: 2.0416666667;
  }
}
.p-site-footer__cta {
  width: 342px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .p-site-footer__cta {
    width: 72vw;
    margin: 0 auto;
    max-width: 100%;
  }
}
.p-site-footer__foot {
  text-align: right;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-site-footer__foot {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .p-site-footer__foot {
    margin-top: 7.3333333333vw;
  }
}
.p-site-footer__foot small {
  color: #6f6f6f;
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .p-site-footer__foot small {
    font-size: 3.7333333333vw;
  }
}

/* 下から上にフェードイン */
.fade-in-from-bottom-elm {
  opacity: 0;
  transform: translateY(20px);
}

.fade-in-from-bottom-elm.scrolled {
  animation: fade-in-from-bottom 0.7s linear forwards;
}

@keyframes fade-in-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-from-bottom-x-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/* //下から上にフェードイン */
/* 左から右にフェードイン */
.fade-in-from-left-elm {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-in-from-left-elm.scrolled {
  animation: fade-in-from-left 1s linear forwards;
}

@keyframes fade-in-from-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //左から右にフェードイン */
/* 右から左にフェードイン */
.fade-in-from-right-elm {
  opacity: 0;
  transform: translateX(20px);
}

.fade-in-from-right-elm.scrolled {
  animation: fade-in-from-right 1s linear forwards;
}

@keyframes fade-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //右から左にフェードイン */
/*
 * foundation
 */
.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.u-text-blue {
  color: #0c3388;
}

.u-text-gold {
  color: #b28146;
}

.u-text-white {
  color: #FFFFFF;
}

.u-text-red {
  color: #e50012;
}

.d-none {
  display: none;
}

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

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

@media screen and (max-width: 1439px) {
  .u-d-xxl-block {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-d-md-inline {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  .u-d-md-block {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-d-md-none {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */