@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* pxをremに変換する関数 */
/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
body {
  color: #3e3a39;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Shippori Mincho", serif;
  margin: 0;
}
@media screen and (max-width: 899px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.8125rem;
  }
}
body.noscroll {
  overflow: hidden;
}

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

a {
  color: #3e3a39;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.85;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
  l-main
------------------------------------------------------------------------------*/
.l-main {
  display: block;
  background-color: transparent;
  margin-bottom: 3rem;
}

#wrapper .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: none;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 3rem 4.5rem 2rem;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1.5rem;
  }
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21rem;
          flex: 0 0 21rem;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11rem;
            flex: 0 0 11rem;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background-color: rgba(230, 238, 244, 0.9);
    backdrop-filter: blur(60px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .l-header__nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.5rem;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem 0;
    text-align: center;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
}

@media screen and (max-width: 1023px) {
  .l-header__nav.open .l-header__nav-list {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-header__nav-item--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-item--sp {
    display: block;
  }
}

.l-header__nav-link {
  color: #3e3a39;
  font-size: clamp(1rem, 1.11vw, 1.25rem);
  font-weight: normal;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-link {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
  }
  .l-header__nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header__nav-link:hover::after, .l-header__nav-link:active::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  padding-top: 16.25rem;
  padding-bottom: 3.125rem;
  overflow: hidden;
  background-image: url("../img/footer-wave.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-size: 240% 100%;
    background-position: 20% top;
    padding-top: 11rem;
    padding-bottom: 1.5rem;
  }
}

.l-footer__inner {
  max-width: 82.5rem;
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__info {
    margin-bottom: 1.5rem;
  }
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    gap: 0 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.l-footer__sns-link {
  display: block;
  width: 3.06vw;
  max-width: 3.625rem;
  min-width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-link {
    min-width: 2rem;
  }
}
.l-footer__sns-link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__copyright {
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

.l-footer__link {
  font-size: clamp(11px, 0.9375vw, 17px);
  letter-spacing: 0.1em;
  font-weight: normal;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 77.5rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.25rem;
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 18rem;
  height: 4rem;
  border-radius: 48px;
  background: linear-gradient(45deg, rgba(147, 173, 196, 0.3) 0%, rgba(109, 109, 165, 0.3) 100%);
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
    max-width: 14.5rem;
    height: 3.375rem;
  }
}

/*------------------------------------------------------------------------------
  c-burger-btn
------------------------------------------------------------------------------*/
.c-burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-burger-btn {
    display: block;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 999;
    padding: 1rem;
    background-color: transparent;
    /* ハンバーガーメニューが開いたとき */
  }
  .c-burger-btn.cross .c-burger-btn__bar--top {
    -webkit-transition-delay: 40ms;
            transition-delay: 40ms;
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
  .c-burger-btn.cross .c-burger-btn__bar--mid {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
    -webkit-transform: translateX(-15px) scaleX(0);
            transform: translateX(-15px) scaleX(0);
  }
  .c-burger-btn.cross .c-burger-btn__bar--bottom {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
    -webkit-transform: translateY(-9px) rotate(-135deg);
            transform: translateY(-9px) rotate(-135deg);
  }
}
@media screen and (max-width: 767px) {
  .c-burger-btn {
    top: 1.5rem;
    right: 0.75rem;
  }
}

.c-burger-btn__bar {
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 30px;
  border-radius: 0px;
  background-color: #3e3a39;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-burger-btn__bar--top,
.c-burger-btn__bar--mid {
  margin-bottom: 8px;
}

/*------------------------------------------------------------------------------
  c-section-title
------------------------------------------------------------------------------*/
.c-section-title {
  display: inline-block;
  line-height: 1.2;
}

.c-section-title__main {
  font-size: clamp(1.375rem, 1.7vw, 2rem);
  font-weight: normal;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: opacity, filter;
}
@media screen and (max-width: 767px) {
  .c-section-title__main {
    font-size: 1.25rem;
  }
}

.c-section-title__sub {
  font-size: clamp(0.875rem, 1.11vw, 1.375rem);
  letter-spacing: 0.5em;
  font-family: normal;
  font-family: "Shippori Mincho", serif;
  margin-top: 1.5rem;
  will-change: opacity, filter;
}
@media screen and (max-width: 767px) {
  .c-section-title__sub {
    font-size: 0.6875rem;
    letter-spacing: 0.4em;
    margin-top: 0.625rem;
  }
}

/* 縦書き */
.c-section-title--vertical .c-section-title__main {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}
.c-section-title--vertical .c-section-title__sub {
  text-align: center;
}

/*------------------------------------------------------------------------------
  c-topic
------------------------------------------------------------------------------*/
.c-topic {
  display: inline-block;
  direction: ltr;
}

.c-topic__link {
  position: relative;
  display: block;
}
.c-topic__link:hover {
  opacity: 1;
}
.c-topic__link:hover .c-topic__category,
.c-topic__link:hover .c-topic__arrow {
  background-color: #97b8d0;
  background-color: #7fa5c1;
}

.c-topic__date {
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  display: block;
  text-align: left;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-topic__date {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
  }
}

.c-topic__category {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0.8125rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #bad0df;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 10px 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-topic__category {
    font-size: 0.75rem;
  }
}

.c-topic__body {
  background-color: #fff;
  width: calc(100% - 12px);
  padding: 48px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-topic__body {
    padding: 28px 24px 32px 16px;
    height: 280px;
  }
}

.c-topic__text {
  color: #3e3a39;
  font-size: clamp(18px, 1.354vw, 23px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
  max-height: 100%;
  box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .c-topic__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-topic__text {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}

.c-topic__arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #bad0df;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-topic__arrow {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-topic__arrow::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-topic__arrow::before {
    width: 7px;
    height: 7px;
  }
}

/*------------------------------------------------------------------------------
  c-staff
------------------------------------------------------------------------------*/
.c-staff {
  position: relative;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(147, 173, 196, 0.3) 0%, rgba(109, 109, 165, 0.3) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  .c-staff {
    width: 33vw;
    height: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .c-staff {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 64vw;
            flex: 0 1 64vw;
    width: 64vw;
    height: 64vw;
    max-width: 26.25rem;
    max-height: 26.25rem;
  }
}
.c-staff:nth-child(1), .c-staff:nth-child(3) {
  margin-top: 200px;
}
@media screen and (max-width: 1239px) {
  .c-staff:nth-child(1), .c-staff:nth-child(3) {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .c-staff:nth-child(1), .c-staff:nth-child(3) {
    margin-top: 0;
  }
}
.c-staff:nth-child(2) {
  margin-left: -20px;
  margin-right: -20px;
  z-index: 2;
}
@media screen and (max-width: 1239px) {
  .c-staff:nth-child(2) {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-staff:nth-child(2) {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.c-staff__role {
  font-size: clamp(13px, 1.17vw, 17px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-staff__role {
    line-height: 1.5;
  }
}

.c-staff__img {
  max-width: 175px;
  margin: 0.75rem auto 1.25rem;
}
@media screen and (max-width: 1239px) {
  .c-staff__img {
    max-width: 13vw;
    margin: 0.5rem auto 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-staff__img {
    max-width: 23vw;
    margin: 0.5rem auto;
  }
}
.c-staff__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-staff__name-ja {
  font-size: clamp(20px, 1.47vw, 28px);
  font-weight: normal;
  letter-spacing: 0.35em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1239px) {
  .c-staff__name-ja {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-staff__name-ja {
    margin-bottom: 0.125rem;
  }
}

.c-staff__name-en {
  font-size: clamp(13px, 1.978vw, 16px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1239px) {
  .c-staff__name-en {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .c-staff__name-en {
    letter-spacing: 0.05em;
  }
}

.c-staff__link {
  position: absolute !important;
  bottom: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1rem 0.5rem 0.5rem;
}
@media screen and (max-width: 1239px) {
  .c-staff__link {
    bottom: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .c-staff__link {
    letter-spacing: 0.1em;
    bottom: -4.5rem;
  }
  .c-staff__link.c-link-text {
    font-size: 0.75rem;
  }
}
.c-staff__link::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 96px;
  width: 1px;
  background-color: #3e3a39;
}
@media screen and (max-width: 1239px) {
  .c-staff__link::before {
    top: -7.5vw;
    height: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .c-staff__link::before {
    top: -13vw;
    height: 15vw;
  }
}

/*------------------------------------------------------------------------------
  c-scroll
------------------------------------------------------------------------------*/
.c-scroll {
  position: absolute;
  bottom: -240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-scroll {
    bottom: -200px;
  }
}

/* 動く線のベース */
.c-scroll__line {
  position: relative;
  width: 1px;
  height: 88px;
  background-color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-scroll__line {
    height: 64px;
  }
}
.c-scroll__line {
  /* 上から下に流れる線 */
}
.c-scroll__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3e3a39;
  /* 線の色 */
  -webkit-animation: scrollLine 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: scrollLine 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.c-scroll__text {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.4em;
  font-family: "Noto Serif JP", serif;
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-scroll__text {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

.c-scroll__img {
  max-width: 13.75rem;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-scroll__img {
    max-width: 9rem;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/*------------------------------------------------------------------------------
  c-link-text
------------------------------------------------------------------------------*/
.c-link-text {
  font-size: clamp(14px, 0.972vw, 18px);
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}
.c-link-text::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  opacity: 0.6;
}
.c-link-text:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv {
  width: 100%;
  height: 100svh;
  margin-top: 0;
  position: relative;
  margin-bottom: 380px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-bottom: 200px;
  }
}

.p-mv__bg-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-mv__img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-mv__img--last img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.p-mv__text {
  color: #515050;
  font-size: clamp(26px, 2vw, 39px);
  font-weight: normal;
  letter-spacing: 0.16em;
  line-height: 3.2;
  position: absolute;
  top: 19%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 0 0 6px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 36px rgb(255, 255, 255);
}
@media screen and (max-width: 899px) {
  .p-mv__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1.25rem;
    line-height: 2.4;
    letter-spacing: 0.12em;
    top: 14%;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 40px rgba(255, 255, 255, 0.8);
  }
}

/* テキストの配置場所 */
.p-mv__text--pos1 {
  right: 25%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos1 {
    right: 12%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos1 {
    right: 10%;
  }
}

.p-mv__text--pos2 {
  right: 25.42%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos2 {
    right: 20.42%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos2 {
    right: 10%;
  }
}

.p-mv__text--pos3 {
  left: 28.33%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos3 {
    left: 23.33%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos3 {
    left: 10%;
  }
}

.p-mv__text--pos4 {
  right: 26.72%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos4 {
    right: 21.72%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos4 {
    right: 10%;
  }
}

.p-mv__text--pos5 {
  left: 26.04%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos5 {
    left: 21.04%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos5 {
    left: 10%;
  }
}

.p-mv__text--pos6 {
  right: 21.93%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos6 {
    right: 16.93%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos6 {
    right: 10%;
  }
}

.p-mv__text--pos7 {
  left: 21%;
}
@media screen and (max-width: 899px) {
  .p-mv__text--pos7 {
    left: 16%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text--pos7 {
    left: 10%;
  }
}

.p-mv__skip {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #3e3a39;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  padding: 10px 20px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-mv__skip {
    bottom: 20px;
    right: 20px;
    padding: 8px 16px;
  }
}

/*------------------------------------------------------------------------------
  p-home-message
------------------------------------------------------------------------------*/
.p-home-message {
  width: 100%;
  height: 100vh;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 26vh;
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .p-home-message {
    padding-top: 20vh;
    margin-bottom: 0;
  }
}

/* ラッパー（画面幅制限・横スクロール用） */
.p-home-message__wrapper {
  width: 100%;
  overflow: hidden;
}

/* スライドするコンテナ */
.p-home-message__container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-home-message__container::before, .p-home-message__container::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1239px) {
  .p-home-message__container::before, .p-home-message__container::after {
    width: 260px;
  }
}
@media screen and (max-width: 899px) {
  .p-home-message__container::before, .p-home-message__container::after {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__container::before {
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__container::after {
    width: 96px;
  }
}

/* タイトルエリアのレイアウト調整 */
.p-home-message__header {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 13.125rem;
  margin-left: 11.25rem;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .p-home-message__header {
    margin-left: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__header {
    margin-left: 3.5rem;
  }
}
.p-home-message__header::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-image: url(../img/illust_water_02.png);
  top: 188px;
  left: 0;
  width: 298px;
  height: 285px;
}
@media screen and (max-width: 899px) {
  .p-home-message__header::before {
    top: 140px;
    width: 220px;
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__header::before {
    top: 100px;
    width: 160px;
    height: 150px;
  }
}

/* 縦書きテキストエリア */
.p-home-message__content {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  height: calc(100svh - 26vh - 12vh);
}
@media screen and (max-width: 767px) {
  .p-home-message__content {
    height: calc(100svh - 20vh - 12vh);
  }
}

.p-home-message__lead {
  font-size: clamp(20px, 1.562vw, 30px);
  font-weight: normal;
  line-height: 3;
  letter-spacing: 0.3em;
  margin-left: 5rem;
}
@media screen and (max-width: 899px) {
  .p-home-message__lead {
    font-size: 18px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__lead {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 0.12em;
    margin-left: 3rem;
  }
}

.p-home-message__texts {
  font-size: 15px;
  font-weight: normal;
  line-height: 3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1239px) {
  .p-home-message__texts {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__texts {
    font-size: 13px;
    line-height: 2.3;
  }
}
.p-home-message__texts p:not(:last-child) {
  margin-left: 70px;
}
@media screen and (max-width: 899px) {
  .p-home-message__texts p:not(:last-child) {
    margin-left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message__texts p:not(:last-child) {
    margin-left: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-home-wave-area
------------------------------------------------------------------------------*/
.p-home-wave-area {
  background-image: url("../img/wave-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-top: 330px;
  padding-bottom: 210px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-wave-area {
    background-size: 240% 100%;
    background-position: 25% top;
    padding-top: 240px;
    padding-bottom: 144px;
  }
}

/*------------------------------------------------------------------------------
  p-home-works
------------------------------------------------------------------------------*/
.p-home-works {
  padding-bottom: 330px;
}
@media screen and (max-width: 767px) {
  .p-home-works {
    padding-bottom: 144px;
  }
}

.p-home-works__section-title {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-right: 7rem;
}
@media screen and (max-width: 1239px) {
  .p-home-works__section-title {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__section-title {
    margin-right: 1.25rem;
  }
}

.p-home-works__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-home-works__container::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-image: url(../img/illust_water_03.png);
  top: -414px;
  left: 52px;
  width: 356px;
  height: 341px;
}
@media screen and (max-width: 899px) {
  .p-home-works__container::before {
    top: -320px;
    left: 32px;
    width: 260px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__container::before {
    top: -218px;
    left: 16px;
    width: 192px;
    height: 180px;
  }
}

.p-home-works__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-works__list {
    margin-top: 1.125rem;
  }
}
.p-home-works__list li {
  font-size: clamp(18px, 1.354vw, 25px);
  letter-spacing: 0.1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 10px 24px;
}
@media screen and (min-width: 1441px) {
  .p-home-works__list li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1239px) {
  .p-home-works__list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-works__list li {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 8px 14px;
  }
}
.p-home-works__list li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home-works__list li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

/*------------------------------------------------------------------------------
  p-home-topic
------------------------------------------------------------------------------*/
.p-home-topic__inner {
  max-width: 100%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-topic__inner {
    padding: 0 1rem;
  }
}

.p-home-topic__section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 18.5vw;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1239px) {
  .p-home-topic__section-title {
    margin-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-topic__section-title {
    margin-right: 2rem;
    margin-bottom: 3rem;
  }
}

.p-home-topic__slider {
  overflow: hidden;
  padding: 0 3.5em;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-topic__slider {
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
}
.p-home-topic__slider .swiper-button-prev,
.p-home-topic__slider .swiper-button-next {
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 2rem;
  height: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home-topic__slider .swiper-button-prev,
  .p-home-topic__slider .swiper-button-next {
    width: 1rem;
    height: 1rem;
  }
}
.p-home-topic__slider .swiper-button-prev::after,
.p-home-topic__slider .swiper-button-next::after {
  content: none;
}
.p-home-topic__slider .swiper-button-prev:hover,
.p-home-topic__slider .swiper-button-next:hover {
  opacity: 0.8;
}
.p-home-topic__slider .swiper-button-prev:focus-visible,
.p-home-topic__slider .swiper-button-next:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 6px;
}
.p-home-topic__slider .swiper-button-prev.swiper-button-disabled,
.p-home-topic__slider .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden;
}
.p-home-topic__slider .swiper-button-prev {
  right: 10px;
  border-top: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .p-home-topic__slider .swiper-button-prev {
    right: 5px;
  }
}
.p-home-topic__slider .swiper-button-next {
  left: 10px;
  border-bottom: 1px solid #3e3a39;
  border-right: 1px solid #3e3a39;
}
@media screen and (max-width: 767px) {
  .p-home-topic__slider .swiper-button-next {
    left: 5px;
  }
}

.p-home-topic__link {
  margin-left: 3.5em;
}
@media screen and (max-width: 767px) {
  .p-home-topic__link {
    margin-left: 2.5rem;
  }
}

/*------------------------------------------------------------------------------
  p-home-staff
------------------------------------------------------------------------------*/
.p-home-staff {
  padding-top: 210px;
  margin-bottom: 320px;
}
@media screen and (max-width: 767px) {
  .p-home-staff {
    padding-top: 230px;
    margin-bottom: 220px;
  }
}

.p-home-staff__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-staff__container {
    margin-top: 2rem;
  }
}
.p-home-staff__container::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-image: url(../img/illust_water_04.png);
  top: -200px;
  right: 40px;
  width: 260px;
  height: 280px;
}
@media screen and (max-width: 899px) {
  .p-home-staff__container::before {
    top: -160px;
    right: 32px;
    width: 220px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-staff__container::before {
    top: -170px;
    right: -24px;
    width: 160px;
    height: 180px;
  }
}

.p-home-staff__section-title {
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 9;
}
@media screen and (max-width: 1239px) {
  .p-home-staff__section-title {
    left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-staff__section-title {
    top: -80px;
    left: 0;
  }
}

.p-home-staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home-staff__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7rem 0;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------------------
  p-home-workflow
------------------------------------------------------------------------------*/
.p-home-workflow {
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .p-home-workflow {
    margin-bottom: 220px;
  }
}

.p-home-workflow__content {
  width: 59.69vw;
  max-width: 56.25rem;
  padding-left: 11.125rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 1239px) {
  .p-home-workflow__content {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 899px) {
  .p-home-workflow__content {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-workflow__content {
    width: 100%;
    padding-left: 0;
    max-width: 25rem;
    margin: 1.5rem auto 0;
  }
}
.p-home-workflow__content img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------------------------------------
  p-home-office
------------------------------------------------------------------------------*/
.p-home-office__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-home-office__container::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  background-image: url(../img/illust_water_01.png);
  top: -240px;
  left: -55px;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 1239px) {
  .p-home-office__container::before {
    top: -160px;
    left: -16px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-office__container::before {
    top: -102px;
    left: -15px;
    width: 88px;
    height: 88px;
  }
}

.p-home-office__section-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1239px) {
  .p-home-office__section-title {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-office__section-title {
    padding-left: 0;
  }
}

.p-home-office__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 140px;
}
@media screen and (max-width: 1239px) {
  .p-home-office__content {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-office__content {
    margin-left: 1.5rem;
  }
}

.p-home-office__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (auto)[4];
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  -ms-grid-columns: 340px 2.5rem 1fr;
  grid-template-columns: 340px 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: -1.25rem;
  margin-bottom: 4rem;
}

.p-home-office__info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-home-office__info > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-home-office__info > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-home-office__info > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.p-home-office__info > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-home-office__info > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.p-home-office__info > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-home-office__info > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
@media screen and (max-width: 899px) {
  .p-home-office__info {
    -ms-grid-columns: 280px 1.5rem 1fr;
    grid-template-columns: 280px 1fr;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-office__info {
    display: block;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
}

.p-home-office__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e7f2ef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem 1.5rem;
  max-width: 480px;
}
@media screen and (max-width: 899px) {
  .p-home-office__info-item {
    padding: 1.25rem 1rem;
  }
}
.p-home-office__info-item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .p-home-office__info-item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.p-home-office__info-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*------------------------------------------------------------------------------
  privacy-policy
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-text-align-left {
  text-align: left;
}

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

.u-text-align-right {
  text-align: right;
}

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-justify-content-star {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.u-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.u-justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.u-align-items-flex-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
      -ms-grid-row-align: end !important;
      align-self: end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-align-self-strech {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/*# sourceMappingURL=style.css.map */