@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

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

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

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

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

/**カラー*********/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3F4850;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.075em;
}

main {
  background: #E4EDF1;
  padding-top: 7.6875rem;
}

.main--top {
  background: transparent;
}

a {
  text-decoration: none;
  color: #3F4850;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1.25rem 3.75rem 1.0625rem 3.75rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 110;
}

.l-header__logo a {
  display: block;
}

.l-header__logo img {
  width: 5.84125rem;
  height: auto;
}

.l-header__logo-img--white {
  display: block;
}

.l-header__logo-img--blue {
  display: none;
}

.l-header__right {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.875rem;
}

.l-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.l-header__utility-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9375rem;
  font-weight: 400;
  min-width: 9rem;
  border-radius: 3.125rem;
  padding: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.l-header__utility-link--dark {
  background: #3F4850;
  color: #fff;
  border: 0.0625rem solid #3F4850;
}

.l-header__utility-link--blue {
  background: #004991;
  color: #fff;
  border: 0.0625rem solid #004991;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9375rem;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100% 100%/0 0.0625rem no-repeat;
  background: linear-gradient(#fff, #fff) 100% 100%/0 0.0625rem no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.l-header__nav-arrow {
  width: 0.625rem;
  height: 0.375rem;
}

.l-header__sub-menu {
  position: absolute;
  top: 100%;
  right: -3.75rem;
  padding-top: 1.75rem;
  min-width: 21.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-header__sub-menu-inner {
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header__sub-menu-inner li + li {
  border-top: 0.0625rem solid #E4EDF1;
}

.l-header__nav-item--has-child:hover .l-header__sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header__nav-item--has-child:hover .l-header__nav-arrow {
  -webkit-transform: none;
          transform: none;
}

.l-header__sub-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 2.375rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.4;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.l-header__sub-menu-link picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__sub-menu-arrow {
  display: block;
  width: 100%;
}

.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__lang .gt_float_switcher {
  position: relative;
  overflow: visible !important;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.16) !important;
  background: transparent !important;
}

.l-header__lang .gt_float_switcher .gt_options {
  position: absolute !important;
  top: 100% !important;
  left: 0;
  -webkit-transform: translateY(-0.625rem) !important;
          transform: translateY(-0.625rem) !important;
  min-width: 12.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background: #fff;
}

.l-header__lang .gt_float_switcher .gt_options.gt-open {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.l-header__lang .gt_float_switcher-arrow {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.l-header__lang .gt_float_switcher-arrow.gt_arrow_rotate {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}

.l-header__lang--sp {
  display: none;
}

.l-header__hamburger {
  display: none;
  position: relative;
  z-index: 110;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.l-header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__sp-menu {
  display: none;
}

.l-header__sp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
}

.l-header__sp-nav-item {
  border-bottom: 0.0625rem solid #fff;
}

.l-header__sp-nav-item:last-child {
  border-bottom: none;
}

.l-header__sp-nav-link {
  display: block;
  padding: 1.4375rem 0.3125rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.l-header__sp-nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.l-header__sp-nav-toggle .l-header__sp-nav-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0;
}

.l-header__sp-nav-toggle-btn {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.4375rem 0.3125rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #004991;
}

.l-header__sp-nav-arrow {
  width: 0.75rem;
  height: 0.4375rem;
  -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__sp-nav-toggle-btn[aria-expanded=true] .l-header__sp-nav-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-header__sp-sub-menu {
  display: none;
  overflow: hidden;
  padding-bottom: 1.625rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.l-header__sp-sub-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0 1.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7EA6BB;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}

.l-header__sp-sub-link::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.0625rem;
  background: #7EA6BB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__sp-cta {
  max-width: 20.3125rem;
  margin: 3.625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.l-header.is-open {
  z-index: 120;
}

.l-header.is-open .l-header__sp-menu {
  opacity: 1;
  visibility: visible;
}

.l-header.is-open .l-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.75rem) rotate(42deg);
          transform: translateY(0.75rem) rotate(42deg);
}

.l-header.is-open .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.l-header.is-open .l-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.75rem) rotate(-42deg);
          transform: translateY(-0.75rem) rotate(-42deg);
}

.l-header.is-open .l-header__logo-img--white {
  display: none;
}

.l-header.is-open .l-header__logo-img--blue {
  display: block;
}

.l-header.is-open .l-header__hamburger-line {
  background: #3F4850;
}

.l-header--white {
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.l-header--white .l-header__logo-img--white {
  display: none;
}

.l-header--white .l-header__logo-img--blue {
  display: block;
}

.l-header--white .l-header__nav-link {
  color: #3F4850;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004991), to(#004991));
  background-image: linear-gradient(#004991, #004991);
}

.l-header--white .l-header__nav-arrow {
  color: #004991;
}

.l-header--white .l-header__hamburger-line {
  background: #3F4850;
}

.l-header.is-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.l-header.is-scrolled .l-header__logo-img--white {
  display: none;
}

.l-header.is-scrolled .l-header__logo-img--blue {
  display: block;
}

.l-header.is-scrolled .l-header__nav-link {
  color: #3F4850;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004991), to(#004991));
  background-image: linear-gradient(#004991, #004991);
}

.l-header.is-scrolled .l-header__nav-arrow {
  color: #004991;
}

.l-header.is-scrolled .l-header__hamburger-line {
  background: #3F4850;
}

.l-footer {
  position: relative;
  overflow: hidden;
  padding: 13.25rem 0 1.25rem;
  color: #fff;
  background: url("../img/common/bg_footer.webp") center/cover no-repeat;
}

.l-footer__catch {
  position: absolute;
  top: -1.25rem;
  left: -0.625rem;
  font-family: "Figtree", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.0833333333;
  letter-spacing: 0.02em;
  opacity: 0.1;
  white-space: nowrap;
  pointer-events: none;
}

.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0625rem;
}

.l-footer__nav-item a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0px 1px no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.l-footer__nav-child {
  margin-top: 0.6875rem;
}

.l-footer__nav-child a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #C2D8EA;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0px 1px no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5rem;
}

.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-footer__logo {
  width: 6.57125rem;
}

.l-footer__logo img {
  width: 100%;
}

.l-footer__company-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer__company-name {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.l-footer__company-address {
  margin-top: 0.6875rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.l-footer__company-tel {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.l-footer__staff {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0px 1px no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.l-footer__staff img {
  width: 0.75rem;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #fff;
  margin-top: 2.25rem;
  padding-top: 1.375rem;
}

.l-footer__copyright {
  font-family: "Figtree", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.l-footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.l-footer__bottom-links a {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 2.1;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0px 1px no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-inner {
  max-width: 70rem;
  margin: 0 auto;
}

.c-section {
  position: relative;
  z-index: 2;
}

.c-offset {
  padding-left: 7.5rem;
}

.c-ttl__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.1875;
  letter-spacing: 0.06em;
}

.c-ttl__label-icon {
  width: 10px;
}

.c-ttl__heading {
  margin-top: 1.125rem;
  padding-left: 1.0625rem;
  font-size: 4rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.4375;
  letter-spacing: 0.06em;
}

.c-ttl--page .c-ttl__heading {
  margin-top: 0.5625rem;
  font-size: 2.5rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-btn--arrow {
  gap: 1rem;
  min-width: 13.75rem;
  padding: 0.875rem 1.875rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #004991;
  border: 1px solid #004991;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.c-btn--arrow-white {
  color: #fff;
  border-color: #fff;
}

.c-btn--arrow-white .c-btn__arrow-img {
  content: url("../img/common/icon_arrow-white.webp");
  -webkit-filter: none;
          filter: none;
}

.c-btn__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-btn__arrow-img {
  display: block;
  width: 100%;
}

.c-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  background: #fff;
}

.c-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #3F4850;
}

.c-cta__link {
  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;
  position: relative;
  padding: 3.9375rem 5rem;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-cta__body {
  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;
  text-align: center;
}

.c-cta__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}

.c-cta__label-icon {
  width: 10px;
}

.c-cta__ttl {
  margin-top: 0.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.c-cta__txt {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #8B9197;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.c-cta__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: absolute;
  right: 3.875rem;
  top: 0;
  bottom: 0;
  width: 2rem;
}

.c-cta__arrow-img {
  display: block;
  width: 100%;
}

.c-cta-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.c-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  min-width: 22.5rem;
  padding: 1.25rem 2rem;
  border-radius: 3.75rem;
  color: #fff;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-cta-btn--blue {
  background: #004991;
  border: 1px solid #004991;
}

.c-cta-btn--dark {
  background: #3F4850;
  border: 1px solid #3F4850;
}

.c-cta-btn__label {
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2083333333;
}

.c-cta-btn__txt {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4166666667;
}

.c-cta-btn__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1.875rem;
  margin-left: auto;
}

.c-cta-btn__arrow-img {
  display: block;
  width: 100%;
}

@-webkit-keyframes arrow-forward {
  0% {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }

  30% {
    -webkit-transform: translate(110%, 0px);
            transform: translate(110%, 0px);
  }

  30.1% {
    -webkit-transform: translate(-110%, 0px);
            transform: translate(-110%, 0px);
  }

  100% {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
}

@keyframes arrow-forward {
  0% {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }

  30% {
    -webkit-transform: translate(110%, 0px);
            transform: translate(110%, 0px);
  }

  30.1% {
    -webkit-transform: translate(-110%, 0px);
            transform: translate(-110%, 0px);
  }

  100% {
    -webkit-transform: translate(0%, 0px);
            transform: translate(0%, 0px);
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1.4375rem;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px 0.625rem;
}

.c-breadcrumb__item {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3F4850;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.c-breadcrumb__item a {
  color: #7EA6BB;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: "-";
  margin-left: 0.625rem;
  color: #7EA6BB;
}

.c-page-head {
  padding-top: 7.3125rem;
}

.c-page-head .c-inner {
  max-width: 60rem;
}

.c-mv {
  position: relative;
  padding: 0 0 9.375rem;
}

.c-mv__deco {
  position: absolute;
  top: 0;
  left: -6.25rem;
  z-index: -1;
  width: 20.625rem;
  pointer-events: none;
}

.c-mv__deco img {
  width: 100%;
  height: auto;
}

.c-mv__inner {
  position: relative;
  z-index: 1;
}

.c-mv__heading {
  margin-top: 5.8125rem;
  padding-left: 14.375rem;
}

.c-mv__ttl {
  font-family: "Figtree", sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  color: #3F4850;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.c-mv__sub {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #7EA6BB;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.c-lead {
  position: relative;
  z-index: 1;
}

.c-lead__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 1.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
  aspect-ratio: 1120/480;
}

.c-lead__gallery:has(:only-child) {
  grid-template-columns: 1fr;
}

.c-lead__gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body.active .c-lead__gallery-item {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 4.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 4.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 4.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 4.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-lead__gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  will-change: transform;
}

.c-lead--about .p-about-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9.75rem;
  padding-top: 1rem;
}

.c-lead--about .p-about-intro__img {
  position: relative;
  width: 30rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  z-index: 1;
}

.c-lead--about .p-about-intro__img img {
  -o-object-fit: contain;
     object-fit: contain;
  top: 0.625rem;
}

.c-lead--about .c-lead__gallery-item img {
  height: 140%;
}

.c-lead--about .p-about-intro__body {
  width: 30.25rem;
}

.c-lead--about .p-about-intro__sub {
  margin-top: 2.5rem;
  padding-left: 1.5rem;
  font-size: 1.375rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.c-lead--about .c-lead__txt {
  margin-top: 1.9375rem;
  padding-left: 1.5rem;
}

.c-lead__body {
  margin-top: 3.75rem;
  padding-left: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.c-lead__heading {
  font-size: 2.5rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.c-lead__txt {
  font-size: 1rem;
  font-weight: 400;
  color: #004991;
  line-height: 2.5;
  letter-spacing: 0.04em;
}

.c-side-btn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-side-btn.is-visible {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

.c-side-btn__link {
  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;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1.75rem 1.25rem;
  border-radius: 0.75rem 0 0 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#7EA6BB), to(#145D84));
  background: linear-gradient(180deg, #7EA6BB 0%, #145D84 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.8;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.c-link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2.4375rem;
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
  font-size: 1.375rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.c-link-card__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 2rem;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-link-card__arrow-img {
  display: block;
  width: 1.529375rem;
}

.c-box {
  background: #fff;
  border-radius: 1.25rem;
}

.c-occupation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.75rem 2.75rem;
  list-style: none;
}

.c-occupation__item {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #7EA6BB;
  border-radius: 1.25rem;
  padding: 1.5rem 2rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-occupation__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-occupation__body {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.75rem;
}

.c-occupation__icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.c-occupation__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.c-occupation__ttl {
  font-size: 1.125rem;
  color: #004991;
  line-height: 1.8333333333;
  letter-spacing: 0.06em;
}

.c-occupation__jobs {
  list-style: none;
}

.c-occupation__jobs li {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.c-occupation__jobs li::before {
  content: "・";
}

.c-occupation__etc {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.c-contact-ttl__label {
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7EA6BB;
  letter-spacing: 0.06em;
  line-height: 1;
}

.c-contact-ttl__heading {
  margin-top: 1.125rem;
  font-size: 3rem;
  font-weight: 400;
  color: #3F4850;
  letter-spacing: 0.06em;
  line-height: 1.2083333333;
}

.c-heading {
  font-size: 2rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.4375;
  letter-spacing: 0.06em;
}

.c-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.c-subheading::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.25rem;
  height: 1.5rem;
  background: #004991;
}

.p-hero {
  position: relative;
  overflow: hidden;
}

.p-hero__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
}

.p-hero__fixed > .c-inner {
  pointer-events: auto;
}

.p-fv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-fv__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-fv__content {
  position: relative;
  padding: 15.5625rem 0 11.25rem;
}

.p-fv__ttl {
  font-family: "Figtree", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.0833333333;
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

body.active .p-fv__ttl {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.9s ease 0.15s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: opacity 0.9s ease 0.15s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity 0.9s ease 0.15s;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity 0.9s ease 0.15s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.p-fv__txt {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

body.active .p-fv__txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.9s ease 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: opacity 0.9s ease 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, opacity 0.9s ease 0.4s;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s, opacity 0.9s ease 0.4s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

.p-fv__ttl-img {
  position: absolute;
  top: 16.9375rem;
  left: 0;
  width: 32.8125rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.p-fv__ttl-img img {
  width: 100%;
  height: auto;
}

.p-about {
  position: relative;
  padding-top: 45.9375rem;
  padding-bottom: 13.9375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 237, 241, 0)), color-stop(34.375rem, #E4EDF1), to(#E4EDF1));
  background: linear-gradient(to bottom, rgba(228, 237, 241, 0) 0%, #E4EDF1 34.375rem, #E4EDF1 100%);
}

.p-about__inner {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-about__body {
  width: 37.5%;
}

.p-about__detail {
  padding-left: 0.8125rem;
}

.p-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

.p-about__txt {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: #004991;
}

.p-about__list {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding-left: 1.4375rem;
}

.p-about__list-item {
  position: relative;
  padding-left: 2.5rem;
}

.p-about__list-item::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background: #3F4850;
}

.p-about__list-item p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #3F4850;
}

.p-about__list-item span {
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.04em;
}

.p-about__action {
  margin-top: 2.9375rem;
}

.p-slider {
  overflow: hidden;
  padding: 6.25rem 0 12.5rem;
  background: url("../img/top/bg_slider.webp") center/cover no-repeat;
}

.p-slider .swiper {
  overflow: visible;
}

.p-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-slider__item {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24.625rem;
  overflow: hidden;
  padding-right: 3.75rem;
}

.p-slider__item:nth-child(2n) {
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}

.p-slider__item:nth-child(3n) {
  -webkit-transform: translateY(-1.25rem);
          transform: translateY(-1.25rem);
}

.p-slider__item img {
  width: auto;
  height: 100%;
  display: block;
}

.p-forLinks {
  padding: 10rem 0 5rem;
  background: #E4EDF1;
}

.p-forLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  max-width: 61rem;
  margin: 0 auto;
}

.p-forLinks__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-forLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 2rem 1.875rem;
  aspect-ratio: 432/250;
  background: #3F4850;
}

.p-forLinks__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 238, 241, 0.1)), to(#204260));
  background: linear-gradient(to bottom, rgba(228, 238, 241, 0.1), #204260);
  opacity: 0.7;
  z-index: 1;
}

.p-forLinks__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-forLinks__body {
  position: relative;
  z-index: 2;
}

.p-forLinks__label {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.1875;
  letter-spacing: 0.02em;
}

.p-forLinks__ttl {
  margin-top: 0.5rem;
  font-size: 1.375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.p-forLinks__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  bottom: 2.75rem;
  right: 1.875rem;
  z-index: 2;
}

.p-forLinks__arrow-img {
  display: block;
  width: 100%;
}

.p-top-company {
  padding: 16.25rem 0 5.125rem;
  background: url("../img/top/bg_company.webp") right center/cover no-repeat;
}

.p-top-company__body {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  width: 49.5%;
}

.p-top-news {
  padding: 10.75rem 0 0;
  background: #fff;
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.p-top-news__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.3125rem;
}

.p-top-news__action {
  margin-top: 3.125rem;
  padding-left: 1.0625rem;
}

.p-top-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-news__item {
  border-bottom: 1px solid #E4EDF1;
}

.p-top-news__item:first-child {
  border-top: 1px solid #E4EDF1;
}

.p-top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.3125rem 1.1875rem 1.5625rem 0.5625rem;
}

.p-top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-top-news__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7EA6BB;
  letter-spacing: 0.06em;
}

.p-top-news__ttl {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0px 1px no-repeat;
  -webkit-transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-top-news__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-top-news__arrow-img {
  display: block;
  width: 100%;
}

.p-top-bnr {
  padding: 9.8125rem 0 10rem;
  background: #fff;
}

.p-top-bnr__link {
  display: block;
  max-width: 61rem;
  margin: 0 auto;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: url("../img/top/bnr_tour.webp") center/cover no-repeat;
  padding: 3rem 3.75rem;
}

.p-top-bnr__ttl {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.p-top-bnr .c-btn--arrow {
  margin-top: 1.5rem;
  color: #fff;
  border-color: #fff;
}

.p-top-bnr .c-btn__arrow-img {
  content: url("../img/common/icon_arrow-white.webp");
  -webkit-filter: none;
          filter: none;
}

.p-about-service__inner {
  padding-top: 10.1875rem;
}

.p-about-service__body {
  margin-top: 2rem;
}

.p-about-service__lead {
  margin-top: 1.25rem;
  color: #004991;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-about-service__unit {
  margin-top: 2.5rem;
}

.p-about-service__unit--estate {
  margin-top: 5rem;
}

.p-about-service__unit--estate .p-about-service__panel {
  margin-top: 3.6875rem;
}

.p-about-service__unit--estate .p-about-service__content {
  margin-top: 2.5rem;
}

.p-about-service__unit-ttl {
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #7ea6bb;
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.p-about-service__panel {
  margin-top: 2.3125rem;
  padding: 2.5rem 2.5rem 2.8125rem;
  background: #fff;
  border-radius: 1.25rem;
}

.p-about-service__panel + .p-about-service__panel {
  margin-top: 2.5rem;
}

.p-about-service__panel--compact {
  margin-top: 2.5rem;
  padding: 2.5rem 2.5rem 3.125rem;
}

.p-about-service__panel--rental {
  padding-bottom: 2.8125rem;
}

.p-about-service__unit--estate .p-about-service__panel--rental {
  margin-top: 2.5rem;
}

.p-about-service__sub-ttl {
  position: relative;
  display: block;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  color: #004991;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
}

.p-about-service__sub-ttl::before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.9375rem;
  width: 0.4375rem;
  height: 2px;
  background: #004991;
}

.p-about-service__content {
  padding-left: 2.5rem;
}

.p-about-service__cards {
  display: grid;
  grid-template-columns: repeat(3, 15rem);
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  row-gap: 0.5625rem;
  margin-top: 2.5rem;
}

.p-about-service__card {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}

.p-about-service__card-img {
  display: block;
}

.p-about-service__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/135;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-service__card-ttl {
  font-size: 1rem;
  color: #004991;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-about-service__card-txt {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-about-service__jobs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.p-about-service__jobs-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-about-service__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}

.p-about-service__tag {
  padding: 0.1875rem 0.75rem;
  background: #7ea6bb;
  border-radius: 0.8125rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}

.p-about-service__line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4375rem;
}

.p-about-service__line-item + .p-about-service__line-item {
  margin-top: 2.3125rem;
}

.p-about-service__line-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.p-about-service__line-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about-service__line-ttl {
  font-size: 1rem;
  color: #004991;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-about-service__line-txt {
  margin-top: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-about-service__line-txt--inline dt,
.p-about-service__line-txt--inline dd {
  display: inline;
  margin: 0;
}

.p-about-service__line-txt--inline dd::after {
  content: "\a";
  white-space: pre;
}

.p-about-service__line-txt--table dt,
.p-about-service__line-txt--table dd {
  display: inline;
  margin: 0;
}

.p-about-service__line-txt--table dd::after {
  content: "\a";
  white-space: pre;
}

.p-about-service__line-txt span {
  display: none;
}

.p-about-service__insurance-txt {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-about-strength__inner {
  padding-top: 10rem;
}

.p-about-strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5625rem;
  margin-top: 2.5rem;
}

.p-about-strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #7ea6bb;
  border-radius: 1.25rem;
  overflow: clip;
}

.p-about-strength__item-body {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 52%;
  padding: 2.5625rem;
}

.p-about-strength__num {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.06em;
}

.p-about-strength__img {
  display: block;
  width: 48%;
}

.p-about-strength__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.p-about-strength__item-body {
  background: #7ea6bb;
}

.p-about-strength__item:nth-child(3) .p-about-strength__item-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-about-strength__ttl {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-about-strength__txt {
  margin-top: 1.1875rem;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-about-supports__inner {
  padding-top: 10rem;
}

.p-about-supports__body {
  margin-top: 2.5rem;
}

.p-about-supports__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.75rem;
}

.p-about-supports__item {
  padding: 2rem;
  background: #fff;
  border-radius: 1.25rem;
}

.p-about-supports__ttl {
  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;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e4edf1;
  text-align: center;
}

.p-about-supports__ttl-sub {
  color: #004991;
  line-height: 1.4375;
  letter-spacing: 0.06em;
}

.p-about-supports__ttl-main {
  margin-top: 0.625rem;
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.p-about-supports__txt {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-about-philosophy__inner {
  padding-block: 10rem;
}

.p-about-philosophy__body {
  margin-top: 2.4375rem;
}

.p-about-philosophy__message {
  border-top: 1px solid #7ea6bb;
}

.p-about-philosophy__message-item {
  border-top: 1px solid #7ea6bb;
  padding-top: 2.5rem;
  padding-bottom: 2.375rem;
  padding-inline: 3.75rem;
}

.p-about-philosophy__message-item:first-child {
  border-top: 0;
}

.p-about-philosophy__message-item:last-child {
  border-bottom: 1px solid #7ea6bb;
}

.p-about-philosophy__sub-ttl {
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.p-about-philosophy__txt {
  margin-top: 1.0625rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-about-philosophy__history {
  margin-top: 3.625rem;
  padding: 2.5rem 6.8125rem 3rem 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
}

.p-about-philosophy__history-ttl {
  position: relative;
  display: block;
  padding-left: 1.1875rem;
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  color: #004991;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-about-philosophy__history-ttl::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  width: 0.4375rem;
  height: 2px;
  background: #004991;
}

.p-about-philosophy__history-body {
  margin-top: 2.1875rem;
  padding-left: 2.5rem;
}

.p-about-philosophy__history-list {
  border-top: 1px solid #e4edf1;
}

.p-about-philosophy__history-item {
  display: grid;
  grid-template-columns: 11.375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1.25rem 0 1.25rem 1.25rem;
  border-bottom: 1px solid #e4edf1;
}

.p-about-philosophy__history-date {
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7ea6bb;
  line-height: 1.2142857143;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.p-about-philosophy__history-txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}

.p-company {
  padding: 9.375rem 0 10rem;
}

.p-company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.75rem;
}

.p-company__nav {
  position: sticky;
  top: 13.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-company__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 2px solid #7EA6BB;
}

.p-company__nav-link {
  position: relative;
  display: block;
  padding: 0.625rem 0.875rem;
  color: #7EA6BB;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-company__nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background: #004991;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-company__nav-link.is-current {
  color: #004991;
}

.p-company__nav-link.is-current::before {
  opacity: 1;
}

.p-company__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-company__section {
  padding: 5rem 0;
}

.p-company__section--message {
  padding-top: 4.125rem;
}

.p-company__section:last-child {
  padding-bottom: 0;
}

.p-company__message {
  margin-top: 2.375rem;
  padding-left: 1.0625rem;
}

.p-company__message-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-company__message-txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-company__message-sign {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.3090909091;
  text-align: right;
  letter-spacing: 0.04em;
}

.p-company__info {
  margin-top: 2.5rem;
  padding-left: 1rem;
}

.p-company__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #7EA6BB;
}

.p-company__table-row:last-child {
  border-bottom: 1px solid #7EA6BB;
}

.p-company__table-term,
.p-company__table-desc {
  padding: 0.9375rem 0 1.125rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}

.p-company__table-term {
  width: 10.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #004991;
  line-height: 1.8;
  white-space: nowrap;
}

.p-company__table-desc {
  padding-right: 5.625rem;
}

.p-company__table-link {
  color: #7EA6BB;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-company__access {
  margin-top: 2.4375rem;
  padding-left: 1.1875rem;
}

.p-company__access-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-company__access-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  background: #004991;
  letter-spacing: 0.04em;
  border-radius: 1.25rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__access-address {
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-company__access-map {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.p-company__access-map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/480;
}

.p-company__access-action {
  margin-top: 2.5rem;
}

.p-company__group {
  margin-top: 2.5rem;
  padding-left: 1.25rem;
}

.p-company__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.25rem;
  padding: 2.5rem 0;
  border-top: 1px solid #7EA6BB;
}

.p-company__group-item:last-child {
  border-bottom: 1px solid #7EA6BB;
}

.p-company__group-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.75rem;
  height: 13.6875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

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

.p-company__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company__group-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6875rem;
  color: #004991;
}

.p-company__group-cat p {
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-company__group-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  background: #004991;
  letter-spacing: 0.04em;
  border-radius: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__group-badge--outline {
  background: none;
  border: 1px solid #3F4850;
  color: #3F4850;
}

.p-company__group-name {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.4545454545;
  letter-spacing: 0.06em;
}

.p-company__group-url {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5625rem;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  color: #7EA6BB;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-company__group-url span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-company__group-url img {
  width: 0.875rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__group-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.625rem;
}

.p-company__group-address p {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}

.p-locations {
  padding: 0.625rem 0 9.875rem;
}

.p-locations__wrap {
  padding: 3.75rem 5rem 5rem;
}

.p-locations__nav {
  border-radius: 0.25rem;
  overflow: hidden;
}

.p-locations__nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.p-locations__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #3F4850;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.575;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-locations__nav-arrow {
  display: inline-block;
  overflow: hidden;
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-locations__nav-arrow-img {
  display: block;
  width: 0.625rem;
  height: auto;
}

.p-locations__list {
  margin-top: 3.75rem;
}

.p-locations__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #7EA6BB;
}

.p-locations__item:first-child {
  border-top: 1px solid #7EA6BB;
}

.p-locations__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-locations__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}

.p-locations__name {
  font-size: 1.375rem;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
}

.p-locations__info {
  margin-top: 1.25rem;
}

.p-locations__info-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-locations__address {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-locations__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8.5rem;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}

.p-locations__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1rem;
}

.p-locations__mail a {
  color: #7EA6BB;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-locations__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-locations__map-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  color: #004991;
  letter-spacing: 0.04em;
  border: 1px solid #004991;
  border-radius: 1.875rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.p-locations__map-btn img {
  width: 0.875rem;
  height: 0.875rem;
}

.p-locations__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(228, 237, 241, 0.4);
}

.p-locations__detail-ttl {
  font-size: 0.75rem;
  color: #7EA6BB;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-locations__detail-txt {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  30% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }

  30.1% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }

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

@keyframes arrow-down {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  30% {
    -webkit-transform: translateY(110%);
            transform: translateY(110%);
  }

  30.1% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }

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

.p-privacy {
  padding: 2rem 0 10rem;
}

.p-privacy__group + .p-privacy__group {
  margin-top: 3.75rem;
}

.p-privacy__txt {
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-privacy__signature {
  margin-top: 2.1875rem;
  text-align: right;
}

.p-privacy__signature p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-privacy__body {
  margin-top: 2.125rem;
}

.p-privacy__box + .p-privacy__box {
  margin-top: 2rem;
}

.p-privacy__ol {
  margin-top: 1rem;
  padding-left: 2.3125rem;
  list-style: decimal;
}

.p-privacy__ol li {
  font-size: 1rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-left: 0.3125rem;
}

.p-privacy__ol li + li {
  margin-top: 0.125rem;
}

.p-privacy__list {
  margin-top: 1rem;
  padding-left: 1.25rem;
}

.p-privacy__list li {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 1rem;
}

.p-privacy__list li::before {
  content: "";
  position: absolute;
  top: 0.8125rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #00367F;
}

.p-privacy__list li + li {
  margin-top: 0.25rem;
}

.p-privacy__contact {
  margin-top: 2.3125rem;
  padding: 1.5rem 2.375rem 1.3125rem 2.375rem;
  background: #fff;
}

.p-privacy__contact-name {
  font-size: 1.125rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}

.p-privacy__contact-info {
  margin-top: 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-privacy .c-heading + * {
  margin-top: 2rem;
}

.p-sitemap {
  padding-bottom: 9.75rem;
}

.p-sitemap__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-sitemap__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}

.p-sitemap__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}

.p-sitemap__list:nth-child(2) {
  margin-top: 5.75rem;
}

.p-sitemap__item {
  line-height: 1;
}

.p-sitemap__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.375rem;
  font-weight: 400;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#004991), to(#004991)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(#004991, #004991) 100% 100%/0px 1px no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-sitemap__child-list {
  list-style: none;
  margin-top: 1.0625rem;
  padding-left: 1.25rem;
}

.p-sitemap__child-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 400;
  color: #7ea6bb;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  padding-bottom: 0.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#7ea6bb), to(#7ea6bb)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(#7ea6bb, #7ea6bb) 100% 100%/0px 1px no-repeat;
  -webkit-transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-jisseki {
  padding: 8.25rem 0 10rem;
}

.p-jisseki__title {
  font-size: 3rem;
  font-weight: 400;
  color: #3F4850;
  line-height: 1.4583333333;
  letter-spacing: 0.06em;
}

.p-jisseki__date {
  margin-top: 5.0625rem;
}

.p-jisseki__offices {
  margin-top: 2rem;
}

.p-jisseki__office + .p-jisseki__office {
  margin-top: 2.375rem;
}

.p-jisseki__table {
  margin-top: 0.875rem;
  padding-left: 2.5rem;
}

.p-jisseki__row {
  display: grid;
  grid-template-columns: minmax(0, 25rem) minmax(0, 36.875rem);
  gap: 0.625rem;
}

.p-jisseki__term,
.p-jisseki__desc {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.04em;
}

.p-jisseki__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #3F4850;
}

.p-jisseki__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #3F4850;
}

.p-jisseki__prefix {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0;
}

.p-jisseki__prefix:empty {
  margin-right: 0;
}

.p-jisseki__label,
.p-jisseki__value {
  min-width: 0;
}

.p-jisseki__career-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #7EA6BB;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: inherit;
  vertical-align: baseline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-jisseki__career-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #7EA6BB;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page-id-35 .c-breadcrumb-wrap .c-inner {
  max-width: 60rem;
}

.c-heading {
  font-size: 2rem;
  font-weight: 400;
  color: #004991;
  line-height: 1.4375;
  letter-spacing: 0.06em;
}

.c-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.c-subheading::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.25rem;
  height: 1.5rem;
  background: #004991;
}

.p-business {
  padding: 9.375rem 0 8.25rem;
}

.p-business__section {
  padding: 5rem 0;
}

.p-business__section:last-child {
  padding-bottom: 0;
}

.p-business__section--service {
  padding-top: 0;
}

.p-business__offset {
  margin-top: 2.5rem;
}

.p-business__service-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-business__service-item {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
}

.p-business__service-ttl {
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
}

.p-business__service-txt {
  margin-top: 1rem;
  padding-top: 1.0625rem;
  border-top: 1px solid #E4EDF1;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-business__point-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-business__point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
}

.p-business__point-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
  height: 11.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
}

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

.p-business__point-num {
  font-family: "Figtree", sans-serif;
  font-size: 1rem;
  color: #004991;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #004991;
}

.p-business__point-ttl {
  margin-top: 0.625rem;
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
}

.p-business__point-txt {
  margin-top: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-business__flow-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-business__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}

.p-business__flow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.6875rem;
}

.p-business__flow-num {
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  color: #004991;
  letter-spacing: 0.02em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-business__flow-ttl {
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
}

.p-business__flow-txt {
  margin-top: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 2.75rem;
}

.p-business__flow-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  overflow: hidden;
}

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

.p-business__flow-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-staff {
  padding: 9.375rem 0 8.125rem;
}

.p-staff__section {
  padding: 5rem 0;
}

.p-staff__section:first-child {
  padding-top: 0;
}

.p-staff__section:last-child {
  padding-bottom: 0;
}

.p-staff__offset {
  margin-top: 2.5rem;
}

.p-staff__job-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.p-staff__job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.75rem;
}

.p-staff__job-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
  height: 11.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
}

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

.p-staff__job-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-staff__job-ttl {
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
}

.p-staff__job-txt {
  margin-top: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-staff__flow-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}

.p-staff__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.5625rem;
}

.p-staff__flow-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-staff__flow-cta {
  margin-top: 1.125rem;
  padding-left: 2.5rem;
}

.p-staff__flow-cta .c-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-staff__flow-desc {
  padding-left: 2.75rem;
}

.p-staff__flow-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.6875rem;
}

.p-staff__flow-num {
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  color: #004991;
  letter-spacing: 0.02em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-staff__flow-ttl {
  font-size: 1.375rem;
  color: #004991;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
}

.p-staff__flow-txt {
  margin-top: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-staff__flow-note {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #7EA6BB;
  letter-spacing: 0.04em;
}

.p-staff__flow-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
  height: 11.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

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

.p-staff__qa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-staff__qa-item {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.875rem 5.5625rem 1.25rem 2.4375rem;
}

.p-staff__qa-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.3125rem;
}

.p-staff__qa-q {
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  color: #004991;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-staff__qa-q-txt {
  font-size: 1.125rem;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.4444444444;
}

.p-staff__qa-answer {
  margin-top: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 2.5625rem;
}

.p-staff__qa-answer-txt {
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.p-news {
  padding: 0.625rem 0 9.875rem;
}

.p-news__wrap {
  padding: 3.75rem 5rem;
}

.p-news__item {
  border-bottom: 1px solid #E4EDF1;
}

.p-news__item:first-child {
  border-top: 1px solid #E4EDF1;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2.5rem 1.5rem 1.625rem;
}

.p-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-news__date {
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7EA6BB;
  letter-spacing: 0.06em;
}

.p-news__ttl {
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(currentcolor), to(currentcolor)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0px 1px no-repeat;
  -webkit-transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-news__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news__arrow-img {
  display: block;
  width: 100%;
}

.p-news__pagination {
  margin-top: 5.125rem;
}

.p-news__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}

.p-news__pagination-item {
  width: 2.3125rem;
}

.p-news__pagination-item a,
.p-news__pagination-item span {
  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;
  padding-bottom: 0.6875rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-news__pagination-item a {
  background: -webkit-gradient(linear, left top, left bottom, from(#004991), to(#004991)) 100% 100%/0px 1px no-repeat;
  background: linear-gradient(#004991, #004991) 100% 100%/0px 1px no-repeat;
  -webkit-transition: color 0.3s ease, background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.3s ease, background-size 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-news__pagination-item .current {
  color: #004991;
  border-bottom: 1px solid #004991;
}

.p-news__empty {
  padding: 2.5rem 0;
  text-align: center;
  font-size: 0.875rem;
  color: #7EA6BB;
}

.p-news-single {
  padding: 8.125rem 0;
}

.p-news-single__date {
  font-family: "Figtree", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7EA6BB;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-news-single__ttl {
  margin-top: 0.75rem;
  font-size: 3rem;
  line-height: 1.4583333333;
  color: #004991;
  letter-spacing: 0.06em;
}

.p-news-single__wrap {
  padding: 5rem 10rem 6.25rem;
  margin-top: 3.75rem;
}

.p-news-single__thumbnail {
  margin-bottom: 4.25rem;
}

.p-news-single__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 800/450;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-single__content {
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.p-news-single__content p {
  margin: 1.1875rem 0;
}

.p-news-single__content a {
  display: inline;
  color: #7EA6BB;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-news-single__content strong {
  font-weight: 700;
}

.p-news-single__content h2 {
  margin-top: 4.25rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  color: #004991;
  letter-spacing: 0.06em;
  line-height: 1.4375;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E4EDF1;
}

.p-news-single__content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 2.5rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-news-single__content h3::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.25rem;
  height: 1.5rem;
  background: #004991;
}

.p-news-single__content ul {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  padding-left: 0.625rem;
  list-style: none;
}

.p-news-single__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5em;
}

.p-news-single__content ul > li {
  position: relative;
  padding-left: 1.5rem;
}

.p-news-single__content ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #004991;
}

.p-news-single__content ol > li + li {
  margin-top: 0.5rem;
}

.p-news-single__content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: rgba(228, 237, 241, 0.3);
  border: 1px solid #E4EDF1;
}

.p-news-single__content .wp-block-group.has-background {
  margin: 1.625rem 0;
  padding: 1.5rem;
  background: #E4EDF1 !important;
}

.p-news-single__content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-news-single__content table th,
.p-news-single__content table td {
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-news-single__content table th {
  background: #E4EDF1 !important;
  border: 1px solid #004991 !important;
  color: #004991;
  font-weight: 400;
  text-align: center;
  padding: 0.375rem;
}

.p-news-single__content table td {
  background: #fff !important;
  border: 1px solid #004991 !important;
  text-align: left;
  padding: 0.375rem;
}

.p-news-single__content img {
  max-width: 100%;
  height: auto;
}

.p-news-single__content .wp-block-buttons {
  margin: 2.5rem 0;
}

.p-news-single__content .wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  min-width: 13.75rem;
  padding: 0.875rem 1.875rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #004991;
  border: 1px solid #004991;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  background: transparent;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1), border-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-news-single__content .wp-block-button__link::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: url("../img/common/icon_arrow-blue.png") no-repeat center/contain;
}

.p-news-single__content > *:last-child {
  margin-bottom: 0;
}

.p-news-single__back {
  width: 80%;
  max-width: 32.8125rem;
  margin: 3.75rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-single__back-prev,
.p-news-single__back-next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.5rem;
}

.p-news-single__back-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-news-single__back-center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news-single__back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #3F4850;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-news-single__back-arrow {
  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;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
}

.p-news-single__back-arrow--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-news-single__back-arrow img {
  display: block;
  width: auto;
  height: auto;
}

.p-news-single__back-txt {
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
  padding-bottom: 0.5rem;
}

.p-news-single__back-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004991;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

@-webkit-keyframes arrow-btn-forward {
  0% {
    background-position: center center;
  }

  30% {
    background-position: calc(100% + 30px) center;
  }

  30.1% {
    background-position: calc(0% - 30px) center;
  }

  100% {
    background-position: center center;
  }
}

@keyframes arrow-btn-forward {
  0% {
    background-position: center center;
  }

  30% {
    background-position: calc(100% + 30px) center;
  }

  30.1% {
    background-position: calc(0% - 30px) center;
  }

  100% {
    background-position: center center;
  }
}

.p-notfound {
  position: relative;
  padding: 7.625rem 0 9.375rem;
}

.p-notfound__inner {
  position: relative;
  z-index: 1;
}

.p-notfound__content {
  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;
  text-align: center;
  padding-top: 3.75rem;
}

.p-notfound__heading {
  margin-bottom: 2.5rem;
}

.p-notfound__ttl {
  font-family: "Figtree", sans-serif;
  font-size: 10rem;
  color: #004991;
  letter-spacing: 0.06em;
}

.p-notfound__sub {
  margin-top: 0.5rem;
  font-family: "Figtree", sans-serif;
  font-size: 1.5rem;
  color: #7EA6BB;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-notfound__txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-notfound__countdown {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #7EA6BB;
  letter-spacing: 0.04em;
}

.p-notfound__countdown span {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}

.p-notfound__btn {
  margin-top: 3.125rem;
}

.p-contact-top {
  padding: 0 0 10rem;
}

.p-contact-top__cards-box {
  padding: 5.5625rem 5rem 5rem;
}

.p-contact-top__cards-item + .p-contact-top__cards-item {
  margin-top: 4.875rem;
}

.p-contact-top__cards-ttl {
  font-size: 1.375rem;
  color: #004991;
  letter-spacing: 0.06em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #7EA6BB;
}

.p-contact-top__cards-txt {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-contact-top__cards-btn {
  margin-top: 1.125rem;
  gap: 1.75rem;
  background: #004991;
  border-color: #004991;
  color: #fff;
}

.p-contact {
  padding: 8.1875rem 0 10rem;
}

.p-contact__wrap {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #fff;
}

.p-contact--thanks .p-contact__wrap {
  padding-bottom: 5.375rem;
}

.p-contact__txt {
  margin-top: 5.125rem;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-contact-form {
  margin-top: 5.875rem;
}

.p-contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact-form__label label {
  letter-spacing: 0.04em;
}

.p-contact-form__field {
  margin-top: 0.5rem;
}

.p-contact-form__note {
  font-size: 0.75rem;
  color: #9BA1A7;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}

.p-contact-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
}

.p-contact-form__sidebar {
  width: 27.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6.25rem;
}

.p-contact-form__step {
  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;
  position: relative;
  gap: 1.25rem;
}

.p-contact-form__step--active {
  gap: 1.125rem;
}

.p-contact-form__step-dot {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #9BA1A7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__step--active .p-contact-form__step-dot {
  width: 1rem;
  height: 1rem;
  background: #004991;
}

.p-contact-form__step-line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.6875rem;
  height: 1px;
  background: #9BA1A7;
}

.p-contact-form__step-line--left {
  left: -9.9375rem;
}

.p-contact-form__step-line--right {
  right: -9.9375rem;
}

.p-contact-form__step-label {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #9BA1A7;
  white-space: nowrap;
}

.p-contact-form__step--active .p-contact-form__step-label {
  color: #004991;
}

.p-contact-form__sidebar-txt {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.p-contact-form__fields {
  width: 35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__group + .p-contact-form__group {
  margin-top: 1.5rem;
}

.p-contact-form__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem 0.5rem;
  background: #BAA64F;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  color: #fff;
  min-height: 1.4375rem;
}

.p-contact-form__optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.125rem 0.5rem;
  background: #9BA1A7;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  color: #fff;
  min-height: 1.4375rem;
}

.p-contact-form__input {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #fff;
  border: none;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #3F4850;
  outline: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-contact-form__input::-webkit-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__input::-moz-placeholder {
  color: #9BA1A7;
}

.p-contact-form__input:-ms-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__input::-ms-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__input::placeholder {
  color: #9BA1A7;
}

.p-contact-form__input:focus {
  -webkit-box-shadow: 0 0 0 2px #7EA6BB;
          box-shadow: 0 0 0 2px #7EA6BB;
}

.p-contact-form__select {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #fff;
  border: none;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #3F4850;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239BA1A7' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.p-contact-form__select::-webkit-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__select::-moz-placeholder {
  color: #9BA1A7;
}

.p-contact-form__select:-ms-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__select::-ms-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__select::placeholder {
  color: #9BA1A7;
}

.p-contact-form__select:focus {
  -webkit-box-shadow: 0 0 0 2px #7EA6BB;
          box-shadow: 0 0 0 2px #7EA6BB;
}

.p-contact-form__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background: #fff;
  border: none;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #3F4850;
  outline: none;
  height: 9.5rem;
  resize: vertical;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-contact-form__textarea::-webkit-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__textarea::-moz-placeholder {
  color: #9BA1A7;
}

.p-contact-form__textarea:-ms-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__textarea::-ms-input-placeholder {
  color: #9BA1A7;
}

.p-contact-form__textarea::placeholder {
  color: #9BA1A7;
}

.p-contact-form__textarea:focus {
  -webkit-box-shadow: 0 0 0 2px #7EA6BB;
          box-shadow: 0 0 0 2px #7EA6BB;
}

.p-contact-form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0.375rem;
}

.p-contact-form__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.125rem 0;
}

.p-contact-form__checkbox {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9BA1A7;
  border-radius: 0.125rem;
  background: #fff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__checkbox:checked {
  background: #fff;
  border-color: #9BA1A7;
}

.p-contact-form__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #7EA6BB;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact-form__checkbox-txt {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-contact-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  padding-left: 0.6875rem;
}

.p-contact-form--travel .p-contact-form__radio-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding-left: 0.375rem;
}

.p-contact-form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  cursor: pointer;
}

.p-contact-form__radio {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9BA1A7;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form__radio:checked {
  border-color: #004991;
}

.p-contact-form__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #004991;
}

.p-contact-form__radio-txt {
  letter-spacing: 0.04em;
}

.p-contact-form__agreement {
  margin-top: 2.3125rem;
}

.p-contact-form__agreement-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-contact-form__agreement-label {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.p-contact-form__agreement-link {
  color: #004991;
  text-decoration: underline;
}

.p-contact-form__back {
  margin-top: 1.25rem;
}

.p-contact-form__back p {
  margin: 0;
}

.p-contact-form__back input {
  background: transparent;
  border: none;
  padding: 0;
  color: #004991;
  text-decoration: underline;
  font-family: inherit;
  font-size: 0.875rem;
  cursor: pointer;
}

.p-contact-form__submit {
  margin-top: 1.5rem;
}

.p-contact-form__submit-btn {
  padding: 1rem 2rem 0.875rem;
  gap: 1.75rem;
  background: #004991;
  border-color: #004991;
  color: #fff;
  min-width: 12.6875rem;
}

.p-contact-form__desc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact-form__desc-btn {
  margin-top: 3.5rem;
}

.p-contact-form__desc-btn .c-btn {
  padding: 0.9375rem 2rem 0.8125rem;
  gap: 1.625rem;
  min-width: 0;
  border-color: #004991;
  color: #004991;
}

.p-contact-form__label p,
.p-contact-form__field p,
.p-contact-form__note + .p-contact-form__field p,
.p-contact-form__checkbox-group p,
.p-contact-form__radio-group p,
.p-contact-form__agreement-check p,
.p-contact-form__submit p {
  margin: 0;
}

.p-contact-form__label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-contact-form__label p br {
  display: none;
}

.p-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-contact-form span.p-contact-form__radio {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: auto;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  padding-left: 0.6875rem;
}

.p-contact-form span.p-contact-form__radio input[type=radio] {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9BA1A7;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.p-contact-form span.p-contact-form__radio input[type=radio]:checked {
  border-color: #004991;
}

.p-contact-form span.p-contact-form__radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #004991;
}

.p-contact-form span.p-contact-form__radio .wpcf7-list-item {
  margin: 0;
}

.p-contact-form span.p-contact-form__radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.p-contact-form span.p-contact-form__radio .wpcf7-list-item-label {
  letter-spacing: 0.04em;
}

.p-contact-form--travel span.p-contact-form__radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  padding-left: 0.375rem;
}

.p-contact-form span.p-contact-form__checkbox {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: auto;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact-form span.p-contact-form__checkbox input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9BA1A7;
  border-radius: 0.125rem;
  background: #fff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 3px 0 0;
}

.p-contact-form span.p-contact-form__checkbox input[type=checkbox]:checked {
  background: #fff;
  border-color: #9BA1A7;
}

.p-contact-form span.p-contact-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #7EA6BB;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact-form span.p-contact-form__checkbox .wpcf7-list-item {
  margin: 0;
}

.p-contact-form span.p-contact-form__checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.125rem 0;
}

.p-contact-form span.p-contact-form__checkbox .wpcf7-list-item-label {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-contact-form__agreement-check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  margin: 0;
}

.p-contact-form__agreement-check p br {
  display: none;
}

.p-contact-form__agreement-check p .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.p-contact-form__agreement-check .p-contact-form__agreement-label br {
  display: none;
}

.p-contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox].p-contact-form__checkbox {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9BA1A7;
  border-radius: 0.125rem;
  background: #fff;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox].p-contact-form__checkbox:checked {
  background: #fff;
  border-color: #9BA1A7;
}

.p-contact-form .wpcf7-acceptance input[type=checkbox].p-contact-form__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #7EA6BB;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-contact-form__submit p:has(input[type=submit]) {
  position: relative;
  display: inline-block;
  padding: 0;
  background: #004991;
  border: 1px solid #004991;
  border-radius: 2.5rem;
  min-width: 12.6875rem;
  cursor: pointer;
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-contact-form__submit p:has(input[type=submit])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.875rem;
  height: 0.625rem;
  overflow: hidden;
  background: url("../img/common/icon_arrow-white.png") no-repeat center/contain;
  pointer-events: none;
}

.p-contact-form input[type=submit].p-contact-form__submit-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 1.0625rem 3.9375rem 1rem 0.625rem;
  margin: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1;
  outline: none;
}

.p-contact-form input[type=submit].p-contact-form__submit-btn:disabled {
  cursor: not-allowed;
}

.p-contact-form__submit p:has(input[type=submit]:disabled) {
  opacity: 1;
  pointer-events: none;
}

.p-contact-form .wpcf7-spinner {
  display: none;
}

.p-contact-form .wpcf7-form {
  margin: 0;
  padding: 0;
}

.p-contact-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
}

.p-contact-form--confirm .p-contact-form__field {
  margin-top: 1.5rem;
}

.p-contact-form--confirm .p-contact-form__group + .p-contact-form__group {
  margin-top: 1.875rem;
}

.p-contact-form--confirm .p-contact-form__submit {
  margin-top: 2.625rem;
}

.p-travel {
  padding: 5.4375rem 0 7.625rem;
  background-color: #fff;
}

.p-travel__nvae-block {
  margin-top: 3.5625rem;
  padding-left: 1.1875rem;
}

.p-travel__table-wrap {
  margin-top: 1rem;
  max-width: 66.25rem;
}

.p-travel__table {
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.p-travel__table thead th {
  background-color: #E4EDF1;
  text-align: center;
  padding: 0.1875rem 0.375rem;
  border: 1px solid #7EA6BB;
  font-weight: 400;
}

.p-travel__table td {
  background-color: #fff;
  text-align: center;
  padding: 0.4375rem 0.375rem;
  border: 1px solid #7EA6BB;
  line-height: 1.4;
}

.p-travel__table tbody td:first-child {
  background-color: #E4EDF1;
}

.p-travel__table th:first-child,
.p-travel__table td:first-child {
  min-width: 7.5rem;
  white-space: nowrap;
}

.p-travel__table th:not(:first-child),
.p-travel__table td:not(:first-child) {
  width: 7.25rem;
}

.p-travel__table-th--dest {
  background-color: #E4EDF1;
  text-align: center;
  padding: 0.4375rem 0.375rem;
  border: 1px solid #7EA6BB;
  font-weight: 400;
}

.p-travel__table-th--sm {
  font-size: 0.75rem;
}

.p-travel__table-td--inquiry {
  text-align: center;
}

.p-travel__action {
  margin-top: 4.75rem;
}

.p-travel__action .c-btn--arrow {
  background-color: #BAA64F;
  color: #fff;
  border: 1px solid #BAA64F;
  padding: 1rem 2.5rem;
  border-radius: 1.875rem;
}

.p-travel__action .c-btn__arrow-img {
  content: url("../img/common/icon_arrow-white.webp");
  -webkit-filter: none;
          filter: none;
}

.p-travel__cta {
  margin-top: 10rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75rem 2.5rem 4rem;
  background-color: #004991;
  border-radius: 1.25rem;
  text-align: center;
}

.p-travel__cta-ttl {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.p-travel__cta-txt {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-travel__cta-body {
  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;
  gap: 5.125rem;
  margin-top: 2.25rem;
}

.p-travel__cta-btn {
  background-color: #fff;
  color: #004991;
  border: 1px solid #fff;
  min-width: 17.5rem;
  padding: 0.9375rem 1.875rem;
  border-radius: 2.5rem;
}

.p-travel__cta-tel {
  text-align: center;
}

.p-travel__cta-tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.p-travel__cta-tel-icon {
  width: 1.125rem;
}

.p-travel__cta-tel-num {
  font-family: "Figtree", sans-serif;
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
}

.p-travel__cta-tel-time {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4166666667;
}

.p-travel-fv {
  position: relative;
  padding: 9.125rem 0 8.8125rem;
  background: url("../img/travel/mv_bg.webp") center/cover no-repeat;
}

.p-travel-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 72, 80, 0.2);
}

.p-travel-fv__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-travel-fv__ttl {
  font-family: "Figtree", sans-serif;
  font-size: 6.25rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

.p-travel-fv__txt {
  margin-top: 0.8125rem;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.p-travel-fv__action {
  margin-top: 2.375rem;
}

.p-travel-fv__btn {
  padding: 1rem 2rem;
  background-color: #BAA64F;
  color: #fff;
  border: 1px solid #BAA64F;
  border-radius: 1.875rem;
}

.p-travel-fv__btn-arrow {
  display: block;
  width: 1.875rem;
}

.u-sp {
  display: none;
}

br.u-sp {
  display: none;
}

br.u-pc {
  display: inline;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.u-fw-bold {
  font-weight: 700;
}

.u-ff-en {
  font-family: "Figtree", sans-serif;
}

.u-ls300 {
  letter-spacing: 0.3em;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-fadeUp.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeUps > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-fadeUps > *.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.js-fadeIn.is-active {
  opacity: 1;
}

.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  will-change: transform;
}

@media (max-width: 1440px) {
  html {
    font-size: max(10px, 1.1111111111vw);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 3.8125rem;
  }

  .l-header {
    padding: 0.625rem 1.25rem;
  }

  .l-header__logo img {
    width: 3.650625rem;
  }

  .l-header__right {
    display: none;
  }

  .l-header__lang--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 110;
    margin-left: auto;
    margin-right: 1.5625rem;
  }

  .l-header__lang--sp .gt_float_switcher {
    font-size: 0.8125rem !important;
    line-height: 1;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.16) !important;
            box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.16) !important;
    background: #fff !important;
    border-radius: 0.5rem;
  }

  .l-header__lang--sp .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0.5rem 0.625rem !important;
    height: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .l-header__lang--sp .gt_float_switcher img {
    width: 1.375rem !important;
    margin-right: 0.25rem !important;
  }

  .l-header__lang--sp .gt_float_switcher .gt_options {
    left: auto;
    right: 0;
    min-width: auto;
  }

  .l-header__hamburger {
    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;
    gap: 0.625rem;
    width: 1.875rem;
    height: 2.125rem;
  }

  .l-header__sp-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #E4EDF1;
    z-index: 105;
    padding: 5rem 1.25rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .l-footer {
    padding: 10.5rem 0 1.25rem;
    background-image: url("../img/common/bg_footer_sp.webp");
  }

  .l-footer__catch {
    top: -1.1875rem;
    left: 0;
    font-size: 3.75rem;
    line-height: 1.3333333333;
    white-space: normal;
  }

  .l-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6875rem;
  }

  .l-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.0625rem 3.375rem;
    padding: 0 0.75rem;
  }

  .l-footer__nav-list {
    gap: 1rem;
  }

  .l-footer__nav-list:first-child {
    grid-column: 1/-1;
  }

  .l-footer__nav-list:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .l-footer__nav-child {
    padding-left: 1.5625rem;
  }

  .l-footer__cta {
    width: 95%;
    margin: 0 auto;
    gap: 0.75rem;
  }

  .l-footer__info {
    margin-top: 4.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .l-footer__company {
    -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: 1.1875rem;
  }

  .l-footer__logo {
    width: 3.833125rem;
  }

  .l-footer__company-detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .l-footer__bottom {
    margin-top: 0.75rem;
    padding-top: 0.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
  }

  .c-inner--sm {
    width: 86.6666666667%;
  }

  .c-inner--lg {
    width: 92%;
  }

  .c-offset {
    padding: 0 0.625rem;
  }

  .c-ttl__heading {
    padding-left: 0.625rem;
    font-size: 3rem;
  }

  .c-ttl--page .c-ttl__heading {
    font-size: 2rem;
  }

  .c-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .c-cta__link {
    padding: 3rem 1.25rem;
  }

  .c-cta__ttl {
    margin-top: 1.125rem;
    font-size: 2rem;
    line-height: 1.4375;
  }

  .c-cta__txt {
    margin-top: 1.125rem;
  }

  .c-cta__arrow {
    right: 1.25rem;
  }

  .c-cta-btn {
    min-width: 0;
    padding: 1.125rem 1.875rem 1.125rem 2rem;
  }

  .c-breadcrumb {
    padding-top: 1.3125rem;
  }

  .c-page-head {
    padding-top: 3.75rem;
  }

  .c-mv {
    padding: 0 0 1.75rem;
  }

  .c-mv__deco {
    width: 5rem;
    left: -0.875rem;
  }

  .c-mv__heading {
    margin-top: 1.6875rem;
    padding-left: 4.625rem;
  }

  .c-mv__ttl {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .c-mv__sub {
    font-size: 1rem;
    line-height: 1.5;
  }

  .c-lead__gallery {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    aspect-ratio: 375/200;
  }

  .c-lead--company .c-lead__gallery {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 0;
  }

  .c-lead--company .c-lead__gallery-item {
    aspect-ratio: 375/200;
  }

  .c-lead--business .c-lead__gallery {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 0;
  }

  .c-lead--business .c-lead__gallery-item {
    aspect-ratio: 375/200;
  }

  .c-lead--staff .c-lead__gallery {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 0;
  }

  .c-lead--staff .c-lead__gallery-item {
    aspect-ratio: 375/200;
  }

  .c-lead--about .p-about-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.25rem;
    padding-top: 0.25rem;
  }

  .c-lead--about .p-about-intro__img {
    width: 16.25rem;
  }

  .c-lead--about .p-about-intro__body {
    width: 100%;
  }

  .c-lead--about .c-lead__heading {
    line-height: 1.7142857143;
  }

  .c-lead--about .p-about-intro__sub {
    margin-top: 1.5625rem;
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }

  .c-lead--about .c-lead__txt {
    padding-left: 0;
    margin-top: 1.5rem;
  }

  .c-lead__body {
    margin-top: 3.75rem;
    padding-left: 0;
  }

  .c-lead__heading {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .c-lead__txt {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .c-side-btn {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 92%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0.375rem;
  }

  .c-side-btn.is-visible {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }

  .c-side-btn__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0.75rem 0;
    border-radius: 1.25rem 1.25rem 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#7EA6BB), to(#145D84));
    background: linear-gradient(180deg, #7EA6BB 0%, #145D84 100%);
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    line-height: 1.4285714286;
  }

  .c-link-card {
    padding: 2rem 0.8125rem 2rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .c-occupation {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .c-occupation__item {
    padding: 1.25rem 1.5rem;
  }

  .c-occupation__head {
    gap: 0.75rem;
  }

  .c-occupation__icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .c-occupation__ttl {
    font-size: 1rem;
  }

  .c-occupation__jobs li {
    font-size: 0.75rem;
  }

  .c-occupation__etc {
    font-size: 0.75rem;
  }

  .c-contact-ttl__label {
    font-size: 0.75rem;
  }

  .c-contact-ttl__heading {
    font-size: 2rem;
    line-height: 1.1875;
  }

  .c-heading {
    font-size: 1.4375rem;
    line-height: 1.5217391304;
  }

  .c-subheading {
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
  }

  .c-subheading::before {
    height: 1.25rem;
  }

  .p-fv__content {
    padding: 10.5rem 0;
  }

  .p-fv__ttl {
    font-size: 4.5rem;
    line-height: 1.1111111111;
  }

  .p-fv__txt {
    margin-top: 1.75rem;
    font-size: 0.875rem;
    line-height: 2.0571428571;
  }

  .p-fv__ttl-img {
    top: 11.25rem;
    width: auto;
  }

  .p-about {
    padding-top: 72.375rem;
    padding-bottom: 3.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 237, 241, 0)), color-stop(34.375rem, #E4EDF1), to(#E4EDF1));
    background: linear-gradient(to bottom, rgba(228, 237, 241, 0) 0%, #E4EDF1 34.375rem, #E4EDF1 100%);
  }

  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-about__body {
    width: 100%;
  }

  .p-about__detail {
    padding: 0 0.625rem;
  }

  .p-about__content {
    margin-top: 1.9375rem;
  }

  .p-about__txt {
    font-size: 1rem;
  }

  .p-about__list {
    margin-top: 3.25rem;
    padding-left: 0.625rem;
  }

  .p-about__list-item {
    padding-left: 2.125rem;
  }

  .p-about__list-item::before {
    width: 0.875rem;
  }

  .p-about__list-item p {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-about__list-item span {
    font-size: 1.75rem;
    line-height: 1.2142857143;
  }

  .p-about__action {
    margin-top: 2.875rem;
  }

  .p-slider {
    padding: 6.25rem 0 14.875rem;
    background-image: url("../img/top/bg_slider_sp.webp");
  }

  .p-slider__item {
    height: 19.6875rem;
  }

  .p-forLinks {
    padding: 6.875rem 0 5rem;
  }

  .p-forLinks__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.625rem;
  }

  .p-forLinks__link {
    padding: 1.125rem 1.9375rem;
  }

  .p-forLinks__label {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }

  .p-forLinks__ttl {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-forLinks__arrow {
    width: 1.625rem;
    bottom: 1.75rem;
    right: 1.4375rem;
  }

  .p-top-company {
    padding: 11.875rem 0 5rem;
    background-image: url("../img/top/bg_company_sp.webp");
  }

  .p-top-company__body {
    gap: 0.625rem;
    width: 100%;
  }

  .p-top-news {
    padding: 6.25rem 0 0;
  }

  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .p-top-news__head {
    display: contents;
  }

  .p-top-news__action {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 3.125rem;
    padding: 0 0.625rem;
  }

  .p-top-news__list {
    margin-top: 1.125rem;
    padding: 0 0.625rem;
  }

  .p-top-news__link {
    gap: 1rem;
    padding: 1.6875rem 0.9375rem 1.25rem;
  }

  .p-top-news__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }

  .p-top-news__ttl {
    -webkit-line-clamp: 2;
  }

  .p-top-news__arrow {
    margin-top: 1.0625rem;
  }

  .p-top-bnr {
    padding: 6.25rem 0;
  }

  .p-top-bnr__link {
    padding: 1.875rem 2.5rem 2.5rem;
    background-image: url("../img/top/bnr_tour_sp.webp");
  }

  .p-top-bnr__ttl {
    font-size: 2rem;
    line-height: 1.35;
  }

  .p-top-bnr__ttl-sub {
    font-size: 1.5rem;
  }

  .p-top-bnr .c-btn--arrow {
    margin-top: 2.0625rem;
  }

  .p-about-service__inner {
    padding-top: 6.375rem;
  }

  .p-about-service__body {
    margin-top: 1.5rem;
  }

  .p-about-service__lead {
    margin-top: 1.0625rem;
    line-height: 1.8;
  }

  .p-about-service__unit {
    margin-top: 2.5rem;
  }

  .p-about-service__unit--estate {
    margin-top: 3.9375rem;
  }

  .p-about-service__unit--estate .p-about-service__panel {
    margin-top: 1.875rem;
  }

  .p-about-service__unit--estate .p-about-service__content {
    margin-top: 1.875rem;
  }

  .p-about-service__unit-ttl {
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-about-service__panel {
    margin-top: 1.1875rem;
    padding: 1.875rem 2.5rem;
  }

  .p-about-service__panel + .p-about-service__panel {
    margin-top: 1.25rem;
  }

  .p-about-service__panel--compact {
    margin-top: 1rem;
    padding: 1.875rem 2.5rem;
  }

  .p-about-service__panel--rental {
    padding-bottom: 1.25rem;
  }

  .p-about-service__unit--estate .p-about-service__panel--rental {
    margin-top: 1.25rem;
  }

  .p-about-service__unit--dispatch .p-about-service__panel {
    padding-left: 2.3125rem;
    padding-right: 2.3125rem;
    padding-bottom: 1.6875rem;
  }

  .p-about-service__sub-ttl {
    padding-left: 0.4375rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-about-service__sub-ttl::before {
    top: 0.875rem;
    left: -0.1875rem;
    width: 0.25rem;
  }

  .p-about-service__content {
    padding-left: 0;
  }

  .p-about-service__content--insurance {
    margin-top: 1.25rem;
  }

  .p-about-service__cards {
    grid-template-columns: 1fr;
    row-gap: 1.0625rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    margin-top: 1.875rem;
  }

  .p-about-service__card {
    display: block;
  }

  .p-about-service__card-ttl {
    margin-top: 0.5625rem;
    font-size: 1rem;
  }

  .p-about-service__card-txt {
    margin-top: 0.5rem;
  }

  .p-about-service__jobs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }

  .p-about-service__jobs-label {
    line-height: 1.4285714286;
  }

  .p-about-service__tags {
    gap: 0.5rem 0.25rem;
  }

  .p-about-service__tag {
    padding: 0.1875rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }

  .p-about-service__line-item {
    gap: 0.3125rem;
  }

  .p-about-service__line-item + .p-about-service__line-item {
    margin-top: 1.125rem;
  }

  .p-about-service__line-ttl {
    font-size: 1rem;
  }

  .p-about-service__line-txt--table {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 1.5625rem;
  }

  .p-about-service__line-txt--table dt,
  .p-about-service__line-txt--table dd {
    display: block;
    letter-spacing: 0.04em;
  }

  .p-about-service__line-txt--table dd {
    padding-left: 0.375rem;
  }

  .p-about-service__line-txt--table dd::after {
    content: none;
  }

  .p-about-service__unit--estate .p-about-service__panel--compact .p-about-service__content {
    margin-top: 1.25rem;
  }

  .p-about-service__line-txt span {
    display: inline-block;
  }

  .p-about-service__insurance-txt {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.6;
  }

  .p-about-strength__inner {
    padding-top: 6.25rem;
  }

  .p-about-strength__list {
    gap: 2.5rem;
  }

  .p-about-strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-about-strength__item-body {
    width: 100%;
    padding: 3.6875rem 1.875rem 1.625rem;
  }

  .p-about-strength__num {
    top: 2rem;
    right: 1.9375rem;
  }

  .p-about-strength__img {
    width: 100%;
  }

  .p-about-strength__img img {
    height: auto;
    aspect-ratio: 325/216;
  }

  .p-about-strength__item:nth-child(3) .p-about-strength__item-body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .p-about-strength__ttl {
    width: 15.3125rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .p-about-strength__txt {
    margin-top: 0.4375rem;
    line-height: 1.8;
  }

  .p-about-supports__inner {
    padding-top: 6.25rem;
  }

  .p-about-supports__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .p-about-supports__item {
    padding: 1.875rem 2rem 1.875rem;
  }

  .p-about-supports__ttl {
    padding-bottom: 1.0625rem;
  }

  .p-about-supports__ttl-sub {
    line-height: 1.7777777778;
  }

  .p-about-supports__ttl-main {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }

  .p-about-supports__txt {
    margin-top: 1.125rem;
  }

  .p-about-philosophy__inner {
    padding-block: 6.25rem;
  }

  .p-about-philosophy__body {
    margin-top: 2.4375rem;
  }

  .p-about-philosophy__message-item {
    padding-top: 1.25rem;
    padding-right: 0.9375rem;
    padding-bottom: 1rem;
    padding-left: 0.9375rem;
  }

  .p-about-philosophy__sub-ttl {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-about-philosophy__txt {
    margin-top: 0.4375rem;
    font-size: 1rem;
  }

  .p-about-philosophy__history {
    margin-top: 2.5rem;
    padding: 1.875rem 2.1875rem;
  }

  .p-about-philosophy__history-ttl {
    padding-left: 0.8125rem;
  }

  .p-about-philosophy__history-ttl::before {
    top: 0.6875rem;
    left: 0.0625rem;
    width: 0.25rem;
  }

  .p-about-philosophy__history-body {
    margin-top: 0.9375rem;
    padding-left: 0;
  }

  .p-about-philosophy__history-item {
    grid-template-columns: 1fr;
    row-gap: 0.6875rem;
    padding: 1.1875rem 0.9375rem;
  }

  .p-about-philosophy__history-date {
    white-space: normal;
  }

  .p-company {
    padding: 5.625rem 0 5.4375rem;
  }

  .p-company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }

  .p-company__nav {
    position: static;
    width: 100%;
  }

  .p-company__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    border-left: none;
  }

  .p-company__nav-link {
    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;
    position: relative;
    padding: 0.625rem 1.8125rem 0.625rem 0.625rem;
    line-height: 2.0571428571;
    color: #fff;
    background: #004991;
  }

  .p-company__nav-link::before {
    display: none;
  }

  .p-company__nav-link::after {
    content: "";
    position: absolute;
    right: 0.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background: url("../img/common/icon_arrow-white_bottom.png") no-repeat center/contain;
  }

  .p-company__nav-link.is-current {
    color: #fff;
  }

  .p-company__section {
    padding: 3.0625rem 0;
  }

  .p-company__section--message {
    padding-top: 2.5rem;
  }

  .p-company__message {
    padding: 0 0.625rem;
  }

  .p-company__message-txt {
    line-height: 1.8;
  }

  .p-company__message-sign {
    margin-top: 0.375rem;
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .p-company__info {
    padding: 0 0.625rem;
  }

  .p-company__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-company__table-term,
  .p-company__table-desc {
    padding: 0.875rem 0;
    font-size: 0.75rem;
  }

  .p-company__table-term {
    width: 100%;
    padding-bottom: 0;
    line-height: 2.0571428571;
  }

  .p-company__table-desc {
    padding-right: 0;
    padding-top: 0.25rem;
    line-height: 1.8;
  }

  .p-company__access {
    margin-top: 2.5625rem;
    padding: 0 0.625rem 0 1.25rem;
  }

  .p-company__access-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5625rem;
  }

  .p-company__access-badge {
    padding: 0.375rem 0.6875rem;
    font-size: 0.75rem;
  }

  .p-company__access-address {
    line-height: 1.4285714286;
  }

  .p-company__access-map {
    margin-top: 1.25rem;
    width: 94%;
  }

  .p-company__access-map iframe {
    aspect-ratio: 305/350;
  }

  .p-company__access-action {
    margin-top: 1.25rem;
  }

  .p-company__group {
    margin-top: 2.6875rem;
    padding: 0 0.625rem;
  }

  .p-company__group-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 2.5rem 0.5rem;
  }

  .p-company__group-img {
    width: 10.0625rem;
    height: 12.8125rem;
  }

  .p-company__group-cat p {
    line-height: 1.4285714286;
  }

  .p-company__group-badge {
    font-size: 0.75rem;
  }

  .p-company__group-name {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }

  .p-company__group-url {
    gap: 0.6875rem;
    font-size: 0.625rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }

  .p-company__group-url img {
    width: 0.75rem;
    height: 0.75rem;
  }

  .p-company__group-address {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.8125rem;
  }

  .p-company__group-address p {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }

  .p-locations {
    padding: 0.625rem 0 6.25rem;
  }

  .p-locations__wrap {
    padding: 1.875rem 1rem 1.875rem;
  }

  .p-locations__nav-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-locations__nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
  }

  .p-locations__list {
    margin-top: 2.5rem;
  }

  .p-locations__item {
    padding: 2.25rem 0;
  }

  .p-locations__name {
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .p-locations__info {
    margin-top: 1rem;
  }

  .p-locations__address {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }

  .p-locations__contact {
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }

  .p-locations__map-btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
  }

  .p-locations__detail {
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 0.875rem 1rem;
  }

  .p-privacy {
    padding: 1.25rem 0 6.25rem;
  }

  .p-privacy__group + .p-privacy__group {
    margin-top: 2.5rem;
  }

  .p-privacy__txt {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-privacy__signature {
    margin-top: 1.5rem;
  }

  .p-privacy__signature p {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-privacy__body {
    margin-top: 1.5rem;
  }

  .p-privacy__box + .p-privacy__box {
    margin-top: 1.5rem;
  }

  .p-privacy__ol {
    margin-top: 0.75rem;
    padding-left: 1rem;
  }

  .p-privacy__ol li {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-privacy__list {
    margin-top: 0.75rem;
    padding-left: 1rem;
  }

  .p-privacy__list li {
    font-size: 0.875rem;
    line-height: 1.8;
    padding-left: 0.875rem;
  }

  .p-privacy__list li::before {
    top: 0.6875rem;
    width: 0.375rem;
    height: 0.375rem;
  }

  .p-privacy__contact {
    margin-top: 1rem;
    padding: 1.5rem 1.25rem;
  }

  .p-privacy__contact-name {
    font-size: 1rem;
  }

  .p-privacy__contact-info {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-privacy .c-heading + * {
    margin-top: 1.5rem;
  }

  .p-sitemap {
    padding: 1.5rem 0 5.5rem;
  }

  .p-sitemap__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }

  .p-sitemap__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }

  .p-sitemap__list:nth-child(2) {
    margin-top: 0;
  }

  .p-sitemap__list {
    gap: 2rem;
  }

  .p-sitemap__link {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }

  .p-sitemap__child-list {
    margin-top: 0.75rem;
    padding-left: 1rem;
  }

  .p-sitemap__child-link {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-sitemap__cta {
    width: 100%;
  }

  .p-jisseki {
    padding: 1.5rem 0 5.5rem;
  }

  .p-jisseki__title {
    font-size: 2rem;
    line-height: 1.4375;
  }

  .p-jisseki__date {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-jisseki__table {
    padding-left: 0;
  }

  .p-jisseki__row {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.625rem 0.75rem;
    background: #fff;
    border: 1px solid #D5E1E8;
    border-radius: 8px;
  }

  .p-jisseki__row + .p-jisseki__row {
    margin-top: 0.5rem;
  }

  .p-jisseki__term,
  .p-jisseki__desc {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-jisseki__term {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-jisseki__desc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px dashed #D5E1E8;
  }

  .p-business {
    padding: 5rem 0 5.4375rem;
  }

  .p-business__section {
    padding: 3.0625rem 0;
  }

  .p-business__offset {
    margin-top: 1.5rem;
  }

  .p-business__service-list {
    gap: 1.5rem;
  }

  .p-business__service-item {
    padding: 1.5rem;
  }

  .p-business__service-ttl {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }

  .p-business__service-txt {
    font-size: 0.75rem;
    line-height: 1.8;
  }

  .p-business__point-list {
    gap: 1.875rem;
  }

  .p-business__point-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .p-business__point-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1.25rem;
  }

  .p-business__point-num {
    font-size: 0.875rem;
  }

  .p-business__point-ttl {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }

  .p-business__point-txt {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-business__flow-list {
    gap: 1.5rem;
  }

  .p-business__flow-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem 1rem;
  }

  .p-business__flow-head {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0.25rem;
  }

  .p-business__flow-num {
    font-size: 1.25rem;
  }

  .p-business__flow-ttl {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }

  .p-business__flow-txt {
    width: 100%;
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.8;
    padding-left: 0;
  }

  .p-business__flow-img {
    width: 5rem;
    height: 5rem;
  }

  .p-business__flow-body {
    display: contents;
  }

  .p-staff {
    padding: 5rem 0 5.4375rem;
  }

  .p-staff__section {
    padding: 3.0625rem 0;
  }

  .p-staff__offset {
    margin-top: 1.5rem;
  }

  .p-staff__job-list {
    gap: 1.875rem;
  }

  .p-staff__job-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .p-staff__job-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1.25rem;
  }

  .p-staff__job-ttl {
    font-size: 1.125rem;
  }

  .p-staff__job-txt {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-staff__flow-list {
    gap: 1.5rem;
  }

  .p-staff__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .p-staff__flow-cta {
    padding-left: 0;
  }

  .p-staff__flow-desc {
    padding-left: 0;
  }

  .p-staff__flow-head {
    gap: 0.25rem;
  }

  .p-staff__flow-num {
    font-size: 1.25rem;
  }

  .p-staff__flow-ttl {
    font-size: 1.125rem;
    line-height: 1.8333333333;
  }

  .p-staff__flow-txt {
    margin-top: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-staff__flow-note {
    margin-top: 0.75rem;
    line-height: 1.4;
  }

  .p-staff__flow-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1.25rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .p-staff__qa-item {
    padding: 1.25rem 1.5rem;
  }

  .p-staff__qa-question {
    gap: 0.625rem;
  }

  .p-staff__qa-q {
    font-size: 1.25rem;
  }

  .p-staff__qa-q-txt {
    font-size: 1rem;
  }

  .p-staff__qa-answer {
    line-height: 1.8;
    padding-left: 0;
  }

  .p-staff__qa-answer-txt {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-news {
    padding: 0.625rem 0 6.25rem;
  }

  .p-news__wrap {
    padding: 2.5rem 1.25rem 3.75rem;
  }

  .p-news__link {
    gap: 1rem;
    padding: 1.25rem 0.625rem 1.5rem;
  }

  .p-news__ttl {
    -webkit-line-clamp: 2;
  }

  .p-news__arrow {
    width: 1.625rem;
  }

  .p-news__pagination {
    margin-top: 2.5rem;
  }

  .p-news-single {
    padding: 2.5rem 0 6.25rem;
  }

  .p-news-single__ttl {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .p-news-single__wrap {
    padding: 2.5rem 1.25rem;
    margin-top: 1.875rem;
  }

  .p-news-single__thumbnail {
    margin-bottom: 2rem;
  }

  .p-news-single__content {
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-news-single__content p {
    margin: 1rem 0;
  }

  .p-news-single__content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }

  .p-news-single__content h3 {
    gap: 0.75rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
  }

  .p-news-single__content h3::before {
    height: 1.25rem;
  }

  .p-news-single__content ul {
    margin: 1.5rem 0;
  }

  .p-news-single__content blockquote {
    padding: 1.25rem;
  }

  .p-news-single__content .wp-block-group.has-background {
    margin: 1.25rem 0;
    padding: 1.25rem;
  }

  .p-news-single__content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .p-news-single__content table th,
  .p-news-single__content table td {
    font-size: 0.875rem;
    white-space: nowrap;
  }

  .p-news-single__content .wp-block-buttons {
    margin: 1.5rem 0;
  }

  .p-news-single__content .wp-block-button__link {
    min-width: unset;
    font-size: 0.875rem;
  }

  .p-news-single__back {
    max-width: none;
    margin-top: 2.5rem;
  }

  .p-news-single__back-prev,
  .p-news-single__back-next {
    padding-bottom: 0.25rem;
  }

  .p-news-single__back-link {
    gap: 0.75rem;
  }

  .p-news-single__back-arrow {
    width: 1.625rem;
    height: 1.625rem;
  }

  .p-news-single__back-txt {
    font-size: 0.875rem;
    padding-bottom: 0.25rem;
  }

  .p-notfound {
    padding: 3.75rem 0 5rem;
  }

  .p-notfound__content {
    padding-top: 1.875rem;
  }

  .p-notfound__heading {
    margin-bottom: 1.875rem;
  }

  .p-notfound__ttl {
    font-size: 6.25rem;
  }

  .p-notfound__sub {
    font-size: 1.125rem;
  }

  .p-notfound__txt {
    font-size: 0.875rem;
    line-height: 2;
  }

  .p-notfound__countdown {
    font-size: 0.8125rem;
  }

  .p-notfound__btn {
    margin-top: 2.5rem;
  }

  .p-contact-top {
    padding: 0 0 5rem;
  }

  .p-contact-top__cards-box {
    padding: 2.5rem 1.25rem;
  }

  .p-contact-top__cards-item + .p-contact-top__cards-item {
    margin-top: 3rem;
  }

  .p-contact-top__cards-ttl {
    font-size: 1.125rem;
    padding-bottom: 1rem;
  }

  .p-contact-top__cards-txt {
    margin-top: 1rem;
    font-size: 0.8125rem;
    line-height: 1.8;
  }

  .p-contact-top__cards-btn {
    margin-top: 1.5rem;
  }

  .p-contact {
    padding: 5rem 0 5rem;
  }

  .p-contact--thanks .p-contact__wrap {
    padding-bottom: 3rem;
  }

  .p-contact__txt {
    margin-top: 3rem;
    font-size: 0.875rem;
  }

  .p-contact-form {
    margin-top: 3rem;
  }

  .p-contact-form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .p-contact-form__sidebar {
    position: static;
    width: 100%;
  }

  .p-contact-form__steps {
    gap: 2rem;
  }

  .p-contact-form__step-line--left {
    width: 4.5rem;
    left: -4.75rem;
  }

  .p-contact-form__step-line--right {
    width: 4.5rem;
    right: -4.75rem;
  }

  .p-contact-form__step-label {
    font-size: 0.875rem;
  }

  .p-contact-form__sidebar-txt {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }

  .p-contact-form__fields {
    width: 100%;
    margin-top: 2.5rem;
  }

  .p-contact-form__group + .p-contact-form__group {
    margin-top: 1rem;
  }

  .p-contact-form__agreement {
    margin-top: 2rem;
  }

  .p-contact-form__agreement-check {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-contact-form__submit {
    margin-top: 1.25rem;
    text-align: center;
  }

  .p-contact-form__desc {
    margin-top: 2.5rem;
  }

  .p-contact-form__desc-btn {
    margin-top: 2.5rem;
    text-align: center;
  }

  .p-contact-form__agreement-check p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-travel {
    padding: 2.5rem 0 3.75rem;
  }

  .p-travel__nvae-block {
    margin-top: 1.875rem;
    padding-left: 0;
  }

  .p-travel__table-wrap {
    margin-top: 1rem;
  }

  .p-travel__table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .p-travel__table {
    min-width: 37.5rem;
    font-size: 0.875rem;
  }

  .p-travel__table th:not(:first-child),
  .p-travel__table td:not(:first-child) {
    min-width: 6.25rem;
  }

  .p-travel__action {
    margin-top: 2.5rem;
    text-align: center;
  }

  .p-travel__action .c-btn--arrow {
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    border-radius: 1.5rem;
  }

  .p-travel__cta {
    margin-top: 5.5625rem;
    max-width: 100%;
    padding: 2.5rem 1.25rem;
    border-radius: 1.25rem;
  }

  .p-travel__cta-ttl {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .p-travel__cta-txt {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }

  .p-travel__cta-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .p-travel__cta-btn {
    min-width: 15rem;
    padding: 0.875rem 2rem;
  }

  .p-travel__cta-tel-link {
    pointer-events: auto;
  }

  .p-travel__cta-tel-num {
    font-size: 1.5rem;
  }

  .p-travel-fv {
    padding: 5rem 0 5rem;
  }

  .p-travel-fv__ttl {
    font-size: 3rem;
    line-height: 1.1875;
  }

  .p-travel-fv__txt {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 2;
  }

  .p-travel-fv__action {
    margin-top: 1.5rem;
  }

  .p-travel-fv__btn {
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    border-radius: 1.5rem;
  }

  .p-travel-fv__btn-arrow {
    width: 1.5rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }

  br.u-pc {
    display: none;
  }

  .u-ai-c-md-max {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .u-fd-c-md-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .u-po-sta-md-max {
    position: static;
  }
}

@media screen and (max-width: 430px) {
  body {
    font-size: 0.875rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header__utility-link--dark:hover {
    background: #fff;
    color: #3F4850;
  }

  .l-header__utility-link--blue:hover {
    background: #fff;
    color: #004991;
  }

  .l-header__nav-link:hover {
    background-position: 0 100%;
    background-size: 100% 0.0625rem;
  }

  .l-header__sub-menu-link:hover {
    background-color: #E4EDF1;
  }

  .l-header__sub-menu-link:hover .l-header__sub-menu-arrow {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .l-footer__nav-item a:hover {
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .l-footer__nav-child a:hover {
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .l-footer__staff:hover {
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .l-footer__bottom-links a:hover {
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .c-btn--arrow:hover {
    background-color: #004991;
    color: #fff;
    border-color: #004991;
  }

  .c-btn--arrow:hover .c-btn__arrow-img {
    content: url("../img/common/icon_arrow-white.webp");
    -webkit-filter: none;
            filter: none;
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .c-btn--arrow-white:hover {
    background-color: #fff;
    color: #004991;
    border-color: #fff;
  }

  .c-btn--arrow-white:hover .c-btn__arrow-img {
    content: url("../img/common/icon_arrow-blue.webp");
    -webkit-filter: none;
            filter: none;
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .c-cta__link:hover {
    background-color: #004991;
  }

  .c-cta__link:hover .c-cta__arrow-img {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .c-cta-btn:hover {
    background-color: #fff;
    color: #3F4850;
  }

  .c-cta-btn--blue:hover {
    color: #004991;
  }

  .c-cta-btn:hover .c-cta-btn__arrow-img {
    content: url("../img/common/icon_arrow-blue.webp");
    -webkit-filter: none;
            filter: none;
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .c-cta-btn--dark:hover .c-cta-btn__arrow-img {
    content: url("../img/common/icon_arrow_black.webp");
  }

  .c-breadcrumb__item a:hover {
    opacity: 0.7;
  }

  .c-side-btn__link:hover {
    padding-right: 1.5rem;
  }

  .c-link-card:hover {
    background-color: #E4EDF1;
  }

  .c-link-card:hover .c-link-card__arrow-img {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-forLinks__link:hover .p-forLinks__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .p-forLinks__link:hover .p-forLinks__arrow-img {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-top-news__link:hover .p-top-news__ttl {
    color: #004991;
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .p-top-news__link:hover .p-top-news__arrow-img {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-top-bnr__link:hover .c-btn--arrow {
    background: #fff;
    color: #004991;
    border-color: #fff;
  }

  .p-top-bnr__link:hover .c-btn__arrow-img {
    content: url("../img/common/icon_arrow-blue.webp");
    -webkit-filter: none;
            filter: none;
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-company__nav-link:hover {
    color: #004991;
  }

  .p-company__table-link:hover {
    opacity: 0.7;
  }

  .p-company__group-url:hover {
    opacity: 0.8;
  }

  .p-locations__nav-link:hover {
    background-color: #7EA6BB;
  }

  .p-locations__nav-link:hover .p-locations__nav-arrow-img {
    -webkit-animation: arrow-down 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-down 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-locations__mail a:hover {
    opacity: 0.7;
  }

  .p-locations__map-btn:hover {
    background: #004991;
    color: #fff;
  }

  .p-locations__map-btn:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .p-sitemap__link:hover {
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .p-sitemap__child-link:hover {
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .p-jisseki__career-link:hover {
    opacity: 0.7;
  }

  .p-news__link:hover .p-news__ttl {
    color: #004991;
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .p-news__link:hover .p-news__arrow-img {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-news__pagination-item a:hover {
    color: #004991;
    background-position: 0px 100%;
    background-size: 100% 1px;
  }

  .p-news-single__content a:hover {
    opacity: 0.7;
  }

  .p-news-single__content .wp-block-button__link:hover {
    background-color: #004991;
    color: #fff;
    border-color: #004991;
    opacity: 1;
  }

  .p-news-single__content .wp-block-button__link:hover::after {
    background-image: url("../img/common/icon_arrow-white.png");
    -webkit-animation: arrow-btn-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-btn-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-news-single__back-link:hover {
    color: #004991;
  }

  .p-news-single__back-link:hover .p-news-single__back-txt::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }

  .p-news-single__back-link:hover .p-news-single__back-arrow img {
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-contact-top__cards-btn:hover {
    background-color: #fff;
    color: #004991;
  }

  .p-contact-top__cards-btn:hover .c-btn__arrow-img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }

  .p-contact-form__agreement-link:hover {
    opacity: 0.7;
  }

  .p-contact-form__back input:hover {
    opacity: 0.7;
  }

  .p-contact-form__submit-btn:hover {
    background-color: #fff;
    color: #004991;
  }

  .p-contact-form__submit-btn:hover .c-btn__arrow-img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }

  .p-contact-form__desc-btn .c-btn:hover {
    background-color: #004991;
    color: #fff;
  }

  .p-contact-form__desc-btn .c-btn:hover .c-btn__arrow-img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }

  .p-contact-form__submit p:has(input[type=submit]):hover {
    background-color: #fff;
    color: #004991;
  }

  .p-contact-form__submit p:has(input[type=submit]):hover::after {
    background-image: url("../img/common/icon_arrow-blue.png");
    -webkit-animation: smb-arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: smb-arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-contact-form__submit p:has(input[type=submit]):hover input[type=submit] {
    color: #004991;
  }

  .p-travel__action .c-btn--arrow:hover {
    background-color: #fff;
    color: #BAA64F;
    border-color: #BAA64F;
  }

  .p-travel__action .c-btn--arrow:hover .c-btn__arrow-img {
    content: url("../img/common/icon_arrow_gold.webp");
    -webkit-filter: none;
            filter: none;
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }

  .p-travel__cta-btn:hover {
    border-color: #fff;
  }

  .p-travel-fv__btn:hover {
    background-color: #fff;
    color: #BAA64F;
    border-color: #BAA64F;
  }

  .p-travel-fv__btn:hover .c-btn__arrow-img {
    content: url("../img/common/icon_arrow_gold.webp");
    -webkit-filter: none !important;
            filter: none !important;
    -webkit-animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
            animation: arrow-forward 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
  }
}
/* =====================================
   求人情報リンク 無効化スタイル (is-disabled)
   ===================================== */
li:has(> .l-header__utility-link.is-disabled) {
  cursor: not-allowed;
}

.l-header__utility-link.l-header__utility-link--dark.is-disabled,
.l-header__utility-link.l-header__utility-link--dark.is-disabled:hover,
.l-header__utility-link.l-header__utility-link--dark.is-disabled:focus {
  pointer-events: none;
  opacity: 0.6;
}

.c-cta__item:has(> .c-cta__link.is-disabled) {
  cursor: not-allowed;
}

.c-cta__link.is-disabled,
.c-cta__link.is-disabled:hover,
.c-cta__link.is-disabled:focus {
  pointer-events: none;
  opacity: 0.6;
}

:is(li, .p-staff__flow-cta):has(> .c-cta-btn.is-disabled) {
  cursor: not-allowed;
}

.c-cta-btn.c-cta-btn--dark.is-disabled,
.c-cta-btn.c-cta-btn--dark.is-disabled:hover,
.c-cta-btn.c-cta-btn--dark.is-disabled:focus {
  pointer-events: none;
  opacity: 0.6;
}

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