@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

*:before,
*:after {
  box-sizing: border-box;
}

.p-home-features-item__title::before, .l-header-logo::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-single-news-links__prev::before, .p-single-news-links__next::before, .p-archive-group-link__icon::after, .p-home-group-link-btn::before, .p-group-slides .slick-arrow::before, .wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before, .c-group__links-btn::before, .c-btn::before, .l-footer-logo::before, .l-breadcrumb__item:not(:first-of-type)::before, .l-header-logo::after {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.l-footer-logo::before, .l-header-logo::before, .l-header-logo::after {
  aspect-ratio: 188/36;
}

.p-single-news-links__prev::before, .p-single-news-links__next::before, .p-archive-group-link__icon::after, .p-home-group-link-btn::before, .p-group-slides .slick-arrow::before, .wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before, .c-group__links-btn::before, .c-link::after, .c-btn::before {
  aspect-ratio: 7/11;
}

html, body {
  color: #282727;
  background-color: #ffffff;
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, serif;
  font-size: 10px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.6;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #bfbfbf;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.6;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  object-fit: contain;
}

span {
  font-weight: inherit;
}

#wpadminbar {
  position: fixed !important;
}

/* js
------------------------------------------------------ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    width: calc(100% - 50px);
  }
}

.l-header {
  color: #282727;
  background-color: #ffffff;
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 70px;
  }
}
.l-header__wrapper {
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
@media screen and (max-width: 1340px) {
  .l-header__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 0 25px;
  }
}
.l-header-logo {
  max-width: max-content;
  display: flex;
  align-items: center;
  column-gap: 14px;
  position: relative;
  z-index: 1;
}
.l-header-logo::before, .l-header-logo::after {
  content: "";
  width: 188px;
  min-width: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 960px) {
  .l-header-logo::before, .l-header-logo::after {
    width: 145px;
  }
}
.l-header-logo::before {
  background-image: url(../img/common/logo.svg);
  display: block;
  opacity: 1;
}
.l-header-logo::after {
  background-color: #ffffff;
  mask-image: url(../img/common/logo.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.l-header-logo__inner {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media screen and (max-width: 1240px) {
  .l-header-logo__inner {
    display: none;
  }
}
.l-header-logo__kana {
  font-size: 1.3rem;
}
.l-header-logo__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}
.l-header-content {
  color: #ffffff;
}
.l-header-gnavBtn {
  width: 40px;
  aspect-ratio: 40/27;
  display: none;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header-gnavBtn {
    display: block;
  }
}
.l-header-gnavBtn::before {
  content: "";
  background-color: #003265;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-header-gnavBtn__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-header-gnavBtn__inner::before, .l-header-gnavBtn__inner::after {
  content: "";
  background-color: #003265;
  width: 100%;
  height: 1px;
  position: absolute;
}
.l-header-gnavBtn__inner::before {
  width: 100%;
  top: 0;
  left: 0;
}
.l-header-gnavBtn__inner::after {
  width: 50%;
  bottom: 0;
  left: 0;
}
.l-header-gnavBtn.is-open::before {
  content: none;
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before, .l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  background-color: #ffffff;
  width: 100%;
  inset: 0;
  margin: auto;
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before {
  transform: rotate(-45deg);
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  transform: rotate(45deg);
}
.l-header--homefv {
  color: #ffffff;
  background-color: transparent;
}
.l-header--homefv .l-header-logo::before {
  opacity: 0;
}
.l-header--homefv .l-header-logo::after {
  opacity: 1;
}
.l-header--homefv .l-header-gnavBtn::before {
  background-color: #ffffff;
}
.l-header--homefv .l-header-gnavBtn__inner::before, .l-header--homefv .l-header-gnavBtn__inner::after {
  background-color: #ffffff;
}
.l-header--homefv .l-header-gnavBtn.is-open::before {
  background-color: #ffffff;
}
.l-header--homefv .l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before, .l-header--homefv .l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  html.gnav-active .l-header-logo::before,
  body.gnav-active .l-header-logo::before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  html.gnav-active .l-header-logo::after,
  body.gnav-active .l-header-logo::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  html.gnav-active .l-header--homefv .l-header-logo::before,
  body.gnav-active .l-header--homefv .l-header-logo::before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  html.gnav-active .l-header--homefv .l-header-logo::after,
  body.gnav-active .l-header--homefv .l-header-logo::after {
    opacity: 1;
  }
}

.l-gnav {
  color: #282727;
  font-size: 1.5rem;
  transition: color 0.2s;
}
@media screen and (max-width: 1240px) {
  .l-gnav {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .l-gnav {
    color: #ffffff;
    background-color: #0a1428;
    width: 100%;
    max-width: max-content;
    height: 100vh;
    font-size: 2rem;
    padding: 120px 100px 50px 100px;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    max-width: none;
    padding: 130px 50px 200px 50px;
  }
}
.l-gnav__wrapper {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 1240px) {
  .l-gnav__wrapper {
    column-gap: 20px;
  }
}
@media screen and (max-width: 960px) {
  .l-gnav__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.l-gnav__item {
  position: relative;
}
.l-gnav__item:not(.l-gnav__item--contact)::after {
  content: "";
  background-color: #003265;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  transition: width 0.2s;
}
@media screen and (max-width: 960px) {
  .l-gnav__item:not(.l-gnav__item--contact)::after {
    content: none;
  }
}
.l-gnav__item:not(.l-gnav__item--contact):hover::after {
  width: 100%;
}
.l-gnav__item-text {
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-gnav__item-text {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__item-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .l-gnav__item-text::before {
    content: "";
    background-color: #ffffff;
    width: 4px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.l-gnav__item--contact .l-gnav__item-text {
  color: #003265;
  width: 180px;
  height: 44px;
  margin-left: 10px;
  display: grid;
  place-content: center;
  border: 1px #003265 solid;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
}
@media screen and (max-width: 1340px) {
  .l-gnav__item--contact .l-gnav__item-text {
    width: 120px;
  }
}
@media screen and (max-width: 1240px) {
  .l-gnav__item--contact .l-gnav__item-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-gnav__item--contact .l-gnav__item-text {
    color: #ffffff;
    width: auto;
    height: auto;
    display: block;
    border: none;
  }
}
.l-gnav__item--contact .l-gnav__item-text:hover {
  color: #ffffff;
  background-color: #0a1428;
  border-color: #0a1428;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-gnav__item--contact .l-gnav__item-text:hover {
    background-color: transparent;
    opacity: 0.6;
  }
}
.l-gnav__item--tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-gnav__item--tab {
    display: block;
  }
}
.l-gnav--homefv {
  color: #ffffff;
}
.l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text {
  color: #ffffff;
  border-color: #ffffff;
}
.l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text:hover {
  color: #ffffff;
  border-color: #0a1428;
}
@media screen and (max-width: 960px) {
  .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text:hover {
    opacity: 0.6;
  }
}
.l-gnav.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  html.gnav-active,
  body.gnav-active {
    overflow-y: hidden;
  }
}
html.gnav-active .l-gnav--homefv,
body.gnav-active .l-gnav--homefv {
  color: #ffffff;
}
html.gnav-active .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text,
body.gnav-active .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text {
  color: #ffffff;
}
html.gnav-active .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text:hover,
body.gnav-active .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text:hover {
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  html.gnav-active .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text:hover,
  body.gnav-active .l-gnav--homefv .l-gnav__item--contact .l-gnav__item-text:hover {
    opacity: 0.6;
  }
}

.l-breadcrumb {
  font-size: 1.3rem;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb .l-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.l-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  background-color: #003265;
  mask-image: url(../img/common/icon_breadcrumb.svg);
  width: 5px;
  mini-width: 0;
  aspect-ratio: 5/8;
  margin: 0 0.5em;
  display: inline-block;
}
.l-breadcrumb__item a {
  color: #003265;
}

.l-main {
  width: 100%;
  height: auto;
}

.l-contact {
  color: #ffffff;
  background: linear-gradient(to right, #003265 0%, #002952 100%);
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 80px 0;
  }
}
.l-contact__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-end;
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .l-contact__wrapper {
    max-width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 25px;
  }
}
.l-contact__content {
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .l-contact__content {
    padding-left: 0;
  }
}
.l-contact__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.9rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .l-contact__title {
    font-size: 4.4rem;
    margin-bottom: 20px;
  }
}
.l-contact__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.l-contact .c-btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-contact .c-btn {
    margin: 0 auto;
  }
}

.l-footer {
  color: #ffffff;
  background-color: #0a1428;
  padding: 120px 100px;
}
@media screen and (max-width: 1240px) {
  .l-footer {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 80px 25px;
  }
}
.l-footer-logo {
  max-width: max-content;
  margin: 0 auto 30px 0;
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.l-footer-logo::before {
  content: "";
  background-color: #ffffff;
  mask-image: url(../img/common/logo.svg);
  width: 188px;
  min-width: 0;
  display: block;
}
.l-footer-logo__inner {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.l-footer-logo__kana {
  font-size: 1.3rem;
}
.l-footer-logo__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}
.l-footer__wrapper {
  display: flex;
  justify-content: space-between;
  row-gap: 15px;
}
.l-footer-info {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-footer-info {
    font-size: 1.4rem;
  }
}
.l-footer-info__name {
  font-weight: 500;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .l-footer-info__name {
    line-height: 2.2;
  }
}
.l-footer-info__address {
  font-weight: 500;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .l-footer-info__address {
    margin-top: 15px;
  }
}
.l-footer-info__address a {
  max-width: max-content;
  display: block;
}
.l-footer-info__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer-info__copyright {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 20px;
  }
}
.l-footer-nav {
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav__wrapper {
  font-size: 1.5rem;
  display: flex;
  column-gap: 100px;
}
@media screen and (max-width: 1240px) {
  .l-footer-nav__wrapper {
    column-gap: 40px;
  }
}
.l-footer-nav__column {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.l-footer-nav__item {
  position: relative;
  padding-left: calc(1em + 3px);
}
.l-footer-nav__item::before {
  content: "";
  background-color: #ffffff;
  width: 3px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0.5em;
  border-radius: 50%;
  transform: translateY(-50%);
}
.l-footer-nav__item-text {
  font-weight: 500;
}
.l-footer-nav__privacy {
  font-size: 1.3rem;
  text-decoration: underline;
  text-decoration-color: #7486a8;
  text-underline-offset: 0.5em;
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #003265;
  background-color: transparent;
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 20px 40px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  position: relative;
  border: 1px #003265 solid;
  transition: color 0.2s, background-color 0.2s;
}
.c-btn::before {
  content: "";
  background-color: #003265;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: background-color 0.2s;
}
.c-btn:hover {
  color: #ffffff;
  background-color: #003265;
  opacity: 1;
}
.c-btn:hover::before {
  background-color: #ffffff;
}
.c-btn--rev {
  color: #ffffff;
  border-color: #ffffff;
}
.c-btn--rev::before {
  background-color: #ffffff;
}
.c-btn--rev:hover {
  color: #003265;
  background-color: #ffffff;
}
.c-btn--rev:hover::before {
  background-color: #003265;
}

.c-link {
  max-width: max-content;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  padding: 0.5em 27px 0.5em 10px;
  display: block;
  position: relative;
  border-bottom: 1px #7486a8 solid;
  transition: color 0.2s, padding 0.2s, border-bottom-color 0.2s;
}
.c-link::after {
  content: "";
  background-color: #0a1428;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 7px;
  min-width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.c-link:hover {
  color: #003265;
  padding: 0.5em 37px 0.5em 10px;
  opacity: 1;
  border-bottom-color: #003265;
}
.c-link--blank::after {
  background-color: #1e3a6e;
  mask-image: url(../img/common/icon_blank.svg);
  aspect-ratio: 1/1;
}

.c-group {
  border: 1px #d9d9d9 solid;
}
.c-group__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s;
  /*
  &:hover {
    background-color: #b2c1d0;
    opacity: 1;
  }*/
}
.c-group__img {
  background-color: #d9d9d9;
  width: 100%;
  aspect-ratio: 384/220;
}
.c-group__img img {
  object-fit: cover;
}
.c-group__inner {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  flex: 1;
}
.c-group__lead {
  color: #003265;
  font-size: 1.5rem;
  line-height: 1.4;
}
.c-group__title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-group__title {
    font-size: 1.6rem;
  }
}
.c-group__info {
  color: #003265;
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.c-group__info li:nth-of-type(n+2)::before {
  content: "／";
  margin: 0 0.25em;
  display: inline-block;
}
.c-group .c-link {
  margin: 10px auto 0 0;
}
@media screen and (max-width: 768px) {
  .c-group .c-link {
    margin: 20px auto 0 0;
  }
}
.c-group__links {
  width: 100%;
  margin: 10px auto 0 auto;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.c-group__links-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c-group__links-list:only-child {
  flex: 1 1 100%;
}
.c-group__links-news {
  flex: 1;
  min-width: 0;
  align-self: flex-start;
}
.c-group__links-news:only-child {
  flex: 1 1 100%;
}
.c-group__links-btn {
  background-color: #ffffff;
  width: 100%;
  height: 30px;
  font-size: 1.5rem;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  border: 1px #003265 solid;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-group__links-btn {
    height: 50px;
  }
}
.c-group__links-btn::before {
  content: "";
  background-color: #003265;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: background-color 0.2s;
}
.c-group__links-btn:hover {
  color: #ffffff;
  background-color: #003265;
  opacity: 1;
}
.c-group__links-btn:hover::before {
  background-color: #ffffff;
}
.c-group__links-btn--rev {
  color: #ffffff;
  background-color: #003265;
}
.c-group__links-btn--rev::before {
  background-color: #ffffff;
}
.c-group__links-btn--rev:hover {
  color: #003265;
  background-color: #ffffff;
}
.c-group__links-btn--rev:hover::before {
  background-color: #003265;
}

.c-news {
  font-size: 1.5rem;
  line-height: 2;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 768px) {
  .c-news {
    line-height: 1.7;
  }
}
.c-news__wrapper {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: baseline;
  gap: 10px 40px;
  transition: background-color 0.2s, padding-left 0.2s;
}
@media screen and (max-width: 768px) {
  .c-news__wrapper {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
}
.c-news__wrapper:hover {
  background-color: #b2c1d0;
  padding: 30px 0 30px 15px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-news__wrapper:hover {
    padding: 10px 0 10px 10px;
  }
}
.c-news__date {
  color: #003265;
  font-weight: 500;
}
.c-news__cat {
  width: 100%;
  max-width: 120px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  border: 1px #282727 solid;
}
.c-news__title {
  font-weight: 500;
}
.c-news--cat .c-news__wrapper {
  grid-template-columns: 110px 120px 1fr;
}
@media screen and (max-width: 960px) {
  .c-news--cat .c-news__wrapper {
    display: grid;
    grid-template-columns: 110px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-news--cat .c-news__wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news--cat .c-news__wrapper:hover {
    padding: 20px 0 20px 10px;
  }
}
@media screen and (max-width: 960px) {
  .c-news--cat .c-news__title {
    grid-area: 2/1/3/3;
  }
}

.c-form__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.c-form-item {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 15px 20px;
}
@media screen and (max-width: 768px) {
  .c-form-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.c-form-item__dt {
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.c-form-item__dt-required {
  color: #003265;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  border: 1px #003265 solid;
}
.c-form-item__dd {
  line-height: 2;
}
.c-form-item__dd input[type=text],
.c-form-item__dd input[type=email],
.c-form-item__dd input[type=tel],
.c-form-item__dd textarea {
  width: 100%;
  padding: 0.6em 1em;
  border: 1px #9d9d9d solid;
}
.c-form-item__dd textarea {
  height: 13em;
  resize: vertical;
}
.c-form-privacy {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 40px auto 0 200px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form-privacy {
    margin: 30px auto 0 auto;
    justify-content: center;
  }
}
.c-form-privacy label input[type=checkbox] {
  appearance: auto;
  cursor: pointer;
}
.c-form-privacy label span {
  display: none;
}
.c-form-privacy a {
  color: #003265;
  text-decoration: underline;
}
.c-form-btns {
  margin: 60px auto 0 200px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-form-btns {
    margin: 50px auto 0 auto;
    row-gap: 20px;
  }
}
.c-form-btns .c-btn {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .c-form-btns .c-btn {
    margin: 0 auto;
  }
}

.mw_wp_form_confirm .c-form-item {
  padding-bottom: 20px;
  border-bottom: 1px #9d9d9d solid;
}
.mw_wp_form_confirm .c-form-privacy {
  display: none;
}

.horizontal-item {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}

input[type=radio] {
  -webkit-appearance: radio !important;
  appearance: radio !important;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  position: static;
  width: auto;
  height: auto;
  margin-right: 0.5em;
}

/* project */
.p-page {
  padding: 110px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .p-page {
    padding: 130px 0 100px 0;
  }
}
.p-page__wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: flex-start;
  gap: 30px 60px;
}
@media screen and (max-width: 960px) {
  .p-page__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.p-page-header {
  width: 100%;
  padding-bottom: 40px;
  position: sticky;
  top: 140px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-page-header {
    padding-bottom: 0;
    position: static;
  }
}
.p-page-header-nav {
  font-size: 1.4rem;
  margin-top: 30px;
}
.p-page-header-nav__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-page-header-nav__item-text {
  font-weight: 500;
  display: block;
  padding: 10px;
  background-color: #f8f6f2;
  transition: background-color 0.2s;
}
.p-page-header-nav__item-text:hover {
  color: #ffffff;
  background-color: #003265;
  opacity: 1;
}
.p-page-title {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-page-title__en {
  color: #a98a33;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
}
.p-page-title__text {
  color: #0a1428;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-page-title__text {
    font-size: 2.6rem;
  }
}
.p-page-content {
  width: 100%;
}

.p-group-slides {
  margin: 0 auto;
}
.p-group-slides .slick-list {
  overflow: visible;
}
.p-group-slides .slick-track {
  display: flex;
}
.p-group-slides .slick-slide {
  width: 374px;
  height: auto;
  margin: 0 20px;
  padding: 0 -20px;
}
@media screen and (max-width: 768px) {
  .p-group-slides .slick-slide {
    width: 350px;
    margin: 0 25px;
    padding: 0 -25px;
  }
}
.p-group-slides .slick-arrow {
  background-color: #f0f3fa;
  width: 72px;
  min-width: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-group-slides .slick-arrow {
    width: 45px;
  }
}
.p-group-slides .slick-arrow::before {
  content: "";
  background-color: #003265;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-group-slides .slick-prev {
  left: -74px;
}
@media screen and (max-width: 1350px) {
  .p-group-slides .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-group-slides .slick-prev {
    left: -20px;
  }
}
.p-group-slides .slick-prev::before {
  transform: scaleX(-1);
}
.p-group-slides .slick-next {
  right: -74px;
}
@media screen and (max-width: 1350px) {
  .p-group-slides .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-group-slides .slick-next {
    right: -20px;
  }
}
.p-group-slides__control {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-group-slides__control {
    display: none;
  }
}
.p-group-slides__control .slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.p-group-slides__control .slick-dots li {
  background-color: #d9d9d9;
  width: 8px;
  height: 8px;
  min-width: 0;
  border-radius: 50%;
  cursor: pointer;
}
.p-group-slides__control .slick-dots li.slick-active {
  background-color: #0a1428;
  width: 12px;
  height: 12px;
}

.wp-pagenavi {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  color: #003265;
  background-color: #ffffff;
  width: 40px;
  font-weight: 500;
  line-height: 38px;
  border: 1px #003265 solid;
}
.wp-pagenavi .current {
  color: #ffffff;
  background-color: #003265;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 30px;
  min-height: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  display: block;
  position: relative;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  background-color: #003265;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 6px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.wp-pagenavi .previouspostslink::before {
  transform: scaleX(-1);
}

.p-post {
  font-size: 1.5rem;
  line-height: 2;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.p-post h2 {
  font-size: 2.4rem;
}
.p-post * + h2 {
  margin-top: 30px;
}
.p-post h3 {
  font-size: 2rem;
  padding-left: 15px;
  position: relative;
}
.p-post h3::before {
  content: "";
  background-color: #003265;
  width: 3px;
  height: 1em;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.p-post h4 {
  font-size: 1.8rem;
}
.p-post p a {
  color: #003265;
  text-decoration: underline;
}
.p-post figure img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.p-post ul,
.p-post ol {
  margin-left: 1.5em;
}
.p-post ul li a,
.p-post ol li a {
  color: #003265;
  text-decoration: underline;
}
.p-post ul {
  list-style-type: disc;
}
.p-post ol {
  list-style-type: decimal;
}
.p-post hr {
  width: 100%;
  margin: 0;
  border-top: 1px #d9d9d9 solid;
}
.p-post blockquote {
  background-color: #eeeeee;
  padding: 10px 20px;
  border-left: 4px #c4c4c4 solid;
}
.p-post .c-btn {
  margin: 0 auto 0 0;
}
.p-post .has-text-align-left {
  text-align: left;
}
.p-post .has-text-align-center {
  text-align: center;
}
.p-post .has-text-align-right {
  text-align: right;
}
.p-post .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
.p-post .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-columns {
    flex-direction: column;
  }
}
.p-post .wp-block-columns .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}
.p-post .wp-block-table {
  overflow-x: auto;
}
.p-post .wp-block-table table {
  table-layout: fixed;
  border-collapse: separate;
}
@media screen and (max-width: 768px) {
  .p-post .wp-block-table table {
    min-width: 800px;
  }
}
.p-post .wp-block-table table th,
.p-post .wp-block-table table td {
  font-weight: 500;
  line-height: 2;
  padding: 10px;
  border: 1px #b9b9b9 solid;
}
.p-post .wp-block-table table thead {
  border: none;
}
.p-post .wp-block-table table thead th,
.p-post .wp-block-table table thead td {
  background-color: #f0f0f0;
}
.p-post .wp-block-table table tbody tr:last-of-type > *:first-child {
  border-bottom-right-radius: 4px;
}

.p-home {
  font-size: 1.5rem;
}
.p-home-title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-home-title__en {
  color: #a98a33;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
}
.p-home-title__text {
  color: #003265;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-home-title__text {
    font-size: 2.2rem;
  }
}
.p-home-fv {
  background-color: #0a1428;
  width: 100%;
  height: 720px;
  padding: 0 20px 90px 114px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-home-fv {
    padding: 0 20px 90px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv {
    padding: 0 25px 80px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-fv {
    height: 780px;
  }
}
.p-home-fv__bg {
  width: 100%;
  height: 100%;
  min-height: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-home-fv__bg::before, .p-home-fv__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.p-home-fv__bg::before {
  top: 0;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}
.p-home-fv__bg::after {
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, transparent 100%);
}
.p-home-fv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  vertical-align: top;
}
.p-home-fv__text {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-home-fv__text-dt {
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  line-height: 1.4;
  margin-bottom: 30px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55), 0 4px 24px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 768px) {
  .p-home-fv__text-dt {
    font-size: 3.7rem;
  }
}
.p-home-fv__text-dd {
  font-weight: 500;
  line-height: 2;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55), 0 4px 24px rgba(0, 0, 0, 0.55);
}
.p-home-group {
  margin-top: 140px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-group {
    margin-top: 80px;
  }
}
.p-home-group-header {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-home-group-header {
    margin-bottom: 40px;
  }
}
.p-home-group-header__text {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 20px 160px;
}
@media screen and (max-width: 1240px) {
  .p-home-group-header__text {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-home-group-header__text-dt {
  font-size: 2rem;
  line-height: 1.6;
}
.p-home-group-header__text-dd {
  font-weight: 500;
  line-height: 2;
}
.p-home-group .c-btn {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-group .c-btn {
    margin: 40px auto 0 auto;
  }
}
.p-home-group-link {
  color: #ffffff;
  background-color: #003265;
  background-image: url(../img/pages/home/group_bg_pc.png);
  background-image: url(../img/pages/home/group_bg_pc.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 468px;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-home-group-link {
    background-image: url(../img/pages/home/group_bg_sp.png);
    background-image: url(../img/pages/home/group_bg_sp.webp);
    margin-top: 80px;
  }
}
.p-home-group-link .l-wrapper {
  height: 100%;
  display: grid;
  place-content: center;
}
.p-home-group-link__text {
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-group-link__text {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.p-home-group-link-btn {
  color: #ffffff;
  background-color: #a98a33;
  width: 100%;
  max-width: 700px;
  height: 100px;
  font-size: 2.2rem;
  line-height: 1;
  margin: 60px auto 0 auto;
  padding: 30px 60px;
  display: grid;
  place-content: center;
  position: relative;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-group-link-btn {
    max-width: 350px;
    height: 60px;
    font-size: 1.6rem;
    margin: 20px auto 0 auto;
    padding: 15px 30px;
  }
}
.p-home-group-link-btn::before {
  content: "";
  background-color: #ffffff;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-home-group-link-btn::before {
    width: 6px;
    right: 20px;
  }
}
.p-home-group-link-btn:hover {
  color: #a98a33;
  background-color: #ffffff;
  opacity: 1;
}
.p-home-group-link-btn:hover::before {
  background-color: #a98a33;
}
.p-home-message {
  color: #ffffff;
  background: linear-gradient(to right, #003265 0%, #002952 100%);
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-home-message {
    padding: 80px 0;
  }
}
.p-home-message__wrapper {
  /*display: grid;
  grid-template-columns: 350px 1fr;
  align-items: flex-start;
  gap: 70px;
  @include sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }*/
}
.p-home-message-img {
  max-width: 350px;
  position: relative;
}
.p-home-message-img__bg {
  width: 100%;
}
.p-home-message-img__text {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.p-home-message-img__text-position {
  font-size: 1.3rem;
}
.p-home-message-img__text-name {
  font-size: 1.8rem;
}
.p-home-message-img__text-en {
  font-size: 1.2rem;
}
.p-home-message-content .c-btn {
  margin: 60px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-message-content .c-btn {
    margin: 30px auto 0 auto;
  }
}
.p-home-message__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.p-home-message__lead {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-message__lead {
    font-size: 2rem;
  }
}
.p-home-message__text {
  line-height: 2;
}
.p-home-features {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-home-features {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features .p-home-title {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-features .l-wrapper {
    width: 100%;
  }
}
.p-home-features__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .p-home-features__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.p-home-features-item {
  background-color: #f8f6f2;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-features-item {
    padding: 40px 25px;
  }
}
.p-home-features-item__title {
  color: #003265;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-features-item__title {
    font-size: 2rem;
  }
}
.p-home-features-item__title::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
}
.p-home-features-item__text {
  font-weight: 500;
  line-height: 2;
}
.p-home-features-item--01 .p-home-features-item__title::before {
  background-image: url(../img/pages/home/features_icon01.svg);
  width: 26px;
  min-width: 0;
  aspect-ratio: 26/33;
}
.p-home-features-item--02 .p-home-features-item__title::before {
  background-image: url(../img/pages/home/features_icon02.svg);
  width: 19px;
  min-width: 0;
  aspect-ratio: 19/22;
}
.p-home-features-item--03 .p-home-features-item__title::before {
  background-image: url(../img/pages/home/features_icon03.svg);
  width: 33px;
  min-width: 0;
  aspect-ratio: 33/26;
}
.p-home-features-item--04 .p-home-features-item__title::before {
  background-image: url(../img/pages/home/features_icon04.svg);
  width: 28px;
  min-width: 0;
  aspect-ratio: 28/28;
}
.p-home-philosophy {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .p-home-philosophy {
    margin-top: 80px;
  }
}
.p-home-philosophy .l-wrapper {
  width: 1320px;
  display: grid;
  grid-template-columns: 1fr min(640px, 54%);
  align-items: flex-start;
  gap: 30px 60px;
}
@media screen and (max-width: 1360px) {
  .p-home-philosophy .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .p-home-philosophy .l-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .p-home-philosophy .l-wrapper {
    width: calc(100% - 50px);
  }
}
.p-home-philosophy__title {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-philosophy__title {
    padding-top: 0;
  }
}
.p-home-philosophy__img {
  max-width: 620px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .p-home-philosophy__img {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-philosophy__img {
    max-width: 350px;
    margin: 30px auto 0 auto;
  }
}
.p-home-philosophy__list {
  list-style-type: none;
  counter-reset: philosophy 0;
}
.p-home-philosophy-item {
  padding: 40px 50px 40px 140px;
  position: relative;
  border-bottom: 1px #d9d9d9 solid;
  counter-increment: philosophy 1;
}
@media screen and (max-width: 768px) {
  .p-home-philosophy-item {
    padding: 20px 0;
  }
}
.p-home-philosophy-item::before {
  content: counter(philosophy, cjk-ideographic);
  color: #003265;
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  line-height: 1.4;
  position: absolute;
  top: 40px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-philosophy-item::before {
    font-size: 3.2rem;
    margin: 0 auto 10px 0;
    display: block;
    position: static;
  }
}
.p-home-philosophy-item__title {
  color: #003265;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-philosophy-item__title {
    font-size: 2rem;
  }
}
.p-home-philosophy-item__text {
  font-weight: 500;
  line-height: 2;
}
.p-home-post-merger {
  color: #ffffff;
  background-color: #0a1428;
  margin-top: 140px;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-home-post-merger {
    margin-top: 80px;
    padding: 80px 0;
  }
}
.p-home-post-merger .p-home-title {
  margin-bottom: 20px;
}
.p-home-post-merger .p-home-title__text {
  color: #ffffff;
}
.p-home-post-merger__text {
  font-weight: 500;
  line-height: 2;
}
.p-home-post-merger__flow {
  list-style-type: none;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-top: 1px #7486a8 solid;
}
@media screen and (max-width: 960px) {
  .p-home-post-merger__flow {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-left: 1px #7486a8 solid;
  }
}
.p-home-post-merger-item {
  padding: 65px 30px 30px 30px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-home-post-merger-item {
    padding: 30px 20px;
    border-bottom: 1px #7486a8 solid;
  }
}
.p-home-post-merger-item:not(:first-of-type)::before {
  content: "";
  background-color: #7486a8;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
}
@media screen and (max-width: 960px) {
  .p-home-post-merger-item:not(:first-of-type)::before {
    content: none;
  }
}
.p-home-post-merger-item::after {
  content: "";
  background-color: #a98a33;
  width: 7px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-home-post-merger-item::after {
    content: none;
  }
}
.p-home-post-merger-item__title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-post-merger-item__title {
    font-size: 2rem;
  }
}
.p-home-post-merger-item__text {
  font-weight: 500;
  line-height: 2;
}
.p-home-team {
  background-color: #f8f6f2;
  padding: 140px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-team {
    padding: 80px 0;
  }
}
.p-home-team .l-wrapper {
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 100px;
}
@media screen and (max-width: 768px) {
  .p-home-team .l-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.p-home-team-item {
  position: relative;
}
.p-home-team-item__wrapper {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.p-home-team-item__img {
  max-width: 230px;
  margin: 0 auto 20px 0;
}
.p-home-team-item__position {
  color: #a98a33;
  font-size: 1.3rem;
}
.p-home-team-item__name {
  color: #003265;
  font-size: 1.9rem;
}
.p-home-team-item__name-en {
  color: #003265;
  font-size: 1.3rem;
}
.p-home-team-item__background {
  color: #003265;
  font-size: 1.4rem;
}
.p-home-team-item__text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 20px;
}
.p-home-team-item__message-toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-team-item__message-toggle {
    display: inline-block;
    margin-top: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: #003265;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-align: left;
  }
}
.p-home-team-item__message {
  color: #ffffff;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  box-sizing: border-box;
}
.p-home-team-item__message-body {
  position: relative;
  z-index: 1;
}
.p-home-team-item__message-close {
  display: none;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.p-home-team-item__message::before {
  content: "";
  background: linear-gradient(90deg, #003265 0%, #002952 100%);
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  left: -40px;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .p-home-team-item__message::before {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: -20px;
    left: -20px;
  }
}
.p-home-team-item__message-lead {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-team-item__message-lead {
    font-size: 2rem;
  }
}
.p-home-team-item__message-text {
  font-size: 1.4rem;
  line-height: 2.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-team-item__message-text {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-home-team-item__message {
    visibility: hidden;
    pointer-events: none;
    padding: 48px 20px 24px;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .p-home-team-item.is-message-open .p-home-team-item__message-toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-home-team-item.is-message-open .p-home-team-item__message {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-team-item.is-message-open .p-home-team-item__message-close {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-home-team-item:hover .p-home-team-item__message {
    opacity: 1;
  }
}
.p-home-company {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-home-company {
    margin-top: 80px;
  }
}
.p-home-company__wrapper {
  display: grid;
  grid-template-columns: 1fr min(600px, 50%);
  align-items: flex-end;
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-home-company__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-home-company-info .p-home-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-company-info .p-home-title {
    margin-bottom: 20px;
  }
}
.p-home-company-info__item {
  line-height: 2;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 7em 1fr;
  align-items: center;
  column-gap: 30px;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 768px) {
  .p-home-company-info__item {
    line-height: 1.6;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-home-company-info__item-dt {
  color: #003265;
  font-weight: 500;
}
.p-home-company-info__item-dd {
  font-weight: 500;
}
.p-home-company-sfp {
  background-color: #f8f6f2;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p-home-company-sfp {
    padding: 50px 25px;
  }
}
.p-home-company-sfp__title {
  line-height: 1.4;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.p-home-company-sfp__title-en {
  color: #a98a33;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
}
.p-home-company-sfp__title-text {
  font-size: 1.6rem;
}
.p-home-company-sfp__num {
  color: #0a1428;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-home-company-sfp__num-bold {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.p-home-company-sfp__text {
  color: #0a1428;
  font-weight: 500;
  line-height: 2;
}
.p-home-company-sfp .c-link {
  margin: 70px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-company-sfp .c-link {
    margin: 20px auto 0 0;
  }
}
.p-home-company__map {
  width: 100%;
  aspect-ratio: 1200/450;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-company__map {
    aspect-ratio: 350/230;
    margin-top: 30px;
  }
}
.p-home-company__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-news {
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .p-home-news {
    margin: 80px auto;
  }
}
.p-home-news .l-wrapper {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-home-news .l-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.p-home-news__title .p-home-title {
  margin-bottom: 0;
}
.p-home-news__content .c-link {
  margin: 30px 0 0 auto;
}
.p-home-news__posts {
  display: flex;
  flex-direction: column;
  border-top: 1px #d9d9d9 solid;
}
.p-archive-group-header {
  margin-bottom: 30px;
  padding: 40px 0;
  border-bottom: 1px #003265 solid;
}
@media screen and (max-width: 768px) {
  .p-archive-group-header {
    padding: 0;
    border-bottom: none;
  }
}
.p-archive-group__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .p-archive-group__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-archive-group__posts {
    display: flex;
    flex-direction: column;
  }
}
.p-archive-group-link {
  font-size: 2.2rem;
  text-align: center;
}
.p-archive-group-link__wrapper {
  background-color: #f0f3fa;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-archive-group-link__wrapper {
    padding: 130px 25px;
  }
}
.p-archive-group-link__text {
  line-height: 1.4;
}
.p-archive-group-link__icon {
  background-color: #003265;
  width: 72px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 50%;
}
.p-archive-group-link__icon::after {
  content: "";
  background-color: #ffffff;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.p-single-group-header {
  margin-bottom: 30px;
}
.p-single-group-header__logo {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 20px 0;
}
@media screen and (max-width: 768px) {
  .p-single-group-header__logo {
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
}
.p-single-group-header__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 768px) {
  .p-single-group-header__title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.p-single-group-header__info {
  color: #003265;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.p-single-group-header__info li:nth-of-type(n+2)::before {
  content: "／";
  margin: 0 0.25em;
  display: inline-block;
}
.p-single-group-content__lead {
  color: #003265;
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-single-group-content__lead {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-single-group-slides {
  margin-top: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-single-group-slides {
    margin-top: 60px;
  }
}
.p-single-group-slides__title {
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-group-slides__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

body.post-type-archive-news .p-page__wrapper,
body.tax-news_cat .p-page__wrapper {
  grid-template-columns: 220px 1fr;
}

.p-archive-news__posts {
  display: flex;
  flex-direction: column;
  border-top: 1px #d9d9d9 solid;
}
.p-archive-news__empty {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.p-single-news-header {
  margin-bottom: 30px;
}
.p-single-news-header__cat {
  width: 100%;
  max-width: 120px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 10px;
  display: block;
  border: 1px #282727 solid;
}
.p-single-news-header__title {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 2px #d9d9d9 solid;
}
@media screen and (max-width: 768px) {
  .p-single-news-header__title {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.p-single-news-header__date {
  color: #003265;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-single-news-links {
  font-size: 1.6rem;
  margin-top: 100px;
  display: flex;
  border-top: 1px #282727 solid;
  border-bottom: 1px #282727 solid;
}
@media screen and (max-width: 768px) {
  .p-single-news-links {
    flex-direction: column;
  }
}
.p-single-news-links__prev, .p-single-news-links__next {
  width: 50%;
  line-height: 1.6;
  padding: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single-news-links__prev, .p-single-news-links__next {
    width: 100%;
    padding: 30px 35px;
  }
}
.p-single-news-links__prev::before, .p-single-news-links__next::before {
  content: "";
  background-color: #282727;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-single-news-links__prev {
  margin: 0 auto 0 0;
}
.p-single-news-links__prev::before {
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}
.p-single-news-links__next {
  margin: 0 0 0 auto;
}
.p-single-news-links__next::before {
  right: 0;
}

.p-contact__lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
.p-contact__complete-dt {
  font-family: "Shippori Mincho", serif;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-contact__complete-dt {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.p-contact__complete-dd {
  font-size: 1.5rem;
  line-height: 2;
}
.p-contact__complete + .c-btn {
  margin: 70px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-contact__complete + .c-btn {
    margin: 50px auto 0 auto;
  }
}

.p-privacy-policy {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.p-privacy-policy h2 {
  color: #003265;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.p-privacy-policy h2::before {
  content: "";
  background-color: #003265;
  width: 3px;
  height: 1em;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.p-privacy-policy * + h2 {
  margin-top: 40px;
}
.p-privacy-policy p {
  font-weight: 500;
}
.p-privacy-policy p + ol {
  margin-top: 1.5em;
}
.p-privacy-policy ol {
  margin-left: 1.5em;
}
.p-privacy-policy ol li {
  font-weight: 500;
}
.p-privacy-policy ol ul {
  list-style-type: decimal;
  margin-left: 1.5em;
}

.p-notFound__text, .p-notFound__list {
  font-size: 1.5rem;
  line-height: 2;
}
.p-notFound__list {
  list-style-type: disc;
  margin: 40px auto 0 1.5em;
}
.p-notFound .c-btn {
  margin: 70px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-notFound .c-btn {
    margin: 50px auto 0 auto;
  }
}

/* utility */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
.u-displaySpOnly--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

.u-text-l {
  text-align: left;
}
.u-text-c {
  text-align: center;
}
.u-text-r {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */