@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #00345C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

html.is-locked,
body.is-locked {
  overflow: hidden;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(41, 62, 83, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header.fv {
  background: rgba(41, 62, 83, 0);
}
.l-header.on {
  background: rgba(41, 62, 83, 0.4);
}
.l-header.active {
  background: #293e53;
}

.l-header__inner {
  width: 100%;
  height: 5rem;
  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;
  padding: 0 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}

.l-header__logo {
  width: 100%;
  max-width: 15.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 8.5rem;
  }
}
.l-header__logo:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.l-header-nav__list {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.l-header-nav__list:hover .l-header-nav__subLists {
  max-height: none;
  padding: 3.5rem 1.25rem 1.25rem 1.25rem;
  overflow: visible;
}

.l-header-nav__link {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.l-header-nav__link:hover {
  opacity: 0.6;
}

.l-header-nav__subLists {
  position: absolute;
  top: 100%;
  left: -1.25rem;
  padding: 0rem 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(2.0625rem, rgba(255, 255, 255, 0)), color-stop(2.0625rem, rgba(41, 62, 83, 0.4)), to(rgba(41, 62, 83, 0.4)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2.0625rem, rgba(41, 62, 83, 0.4) 2.0625rem, rgba(41, 62, 83, 0.4) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}

.l-header-nav__subList {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1rem;
}
.l-header-nav__subList:first-of-type {
  margin-top: 0rem;
}

.l-header-nav__subLink {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  white-space: nowrap;
}
.l-header-nav__subLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header-nav__subLink:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 1.875rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 72.5rem;
  margin: 0rem auto;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 9.75rem 2.5rem 0 2.5rem;
  }
}

.l-footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.l-footer__leftBox {
  width: 50%;
  border-right: 1px solid #00345C;
  padding-top: 0.75rem;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__leftBox {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.l-footer__rightBox {
  width: 50%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__rightBox {
    width: 100%;
    padding: 0;
  }
}

.l-footer__logo {
  display: block;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    position: absolute;
    top: 3.75rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 15rem;
  }
}
.l-footer__logo:hover {
  opacity: 0.6;
}

.l-footer__addressList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__addressList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    border-top: 0.5px solid #00345C;
    padding-top: 1.875rem;
    margin-top: 3.75rem;
  }
}

.l-footer__address dt {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-footer__address dt {
    font-size: 0.8125rem;
  }
}
.l-footer__address dd {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address dd {
    font-size: 0.8125rem;
  }
}

.l-footer-nav__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
  .l-footer-nav__lists::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: 0.875rem;
    background: #00345C;
  }
}

.l-footer-nav__list {
  display: block;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.l-footer-nav__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__link {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.l-footer-nav__link:hover {
  opacity: 0.6;
}

.l-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    margin-top: 3.125rem;
  }
  .l-footer__group:first-of-type {
    margin-top: 3.75rem;
  }
}

.l-footer__company {
  width: 13.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer__company:hover {
  opacity: 0.6;
}
.l-footer__company img {
  width: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__company img {
    width: 10.25rem;
  }
}
.l-footer__company figcaption {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company figcaption {
    font-size: 0.625rem;
    line-height: 2.6;
    margin-top: 0.125rem;
  }
}
.l-footer__company.golf img {
  width: 10.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company.golf img {
    width: 11.0625rem;
  }
}
.l-footer__company.golf figcaption {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company.golf figcaption {
    font-size: 0.625rem;
  }
}

.l-footer__button {
  position: relative;
  width: 11.125rem;
  height: 3.0625rem;
  border: 1px solid #00345C;
  margin-top: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer__button {
    width: 12.1875rem;
    height: 2.5rem;
    margin-top: 0rem;
  }
}
.l-footer__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00345C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.l-footer__button a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  font-size: 0.875rem;
  line-height: 1;
}
.l-footer__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.l-footer__button:hover a {
  color: #fff;
}

.l-footer__small {
  font-size: 0.75rem;
  font-weight: 100;
  font-style: Thin;
  text-align: center;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    margin-top: 1.875rem;
  }
}

.c-top {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../imgs/pc/top_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top {
    background-image: url(../imgs/sp/top_bg.webp);
    padding: 7.5rem 1.25rem 3.75rem 1.25rem;
  }
}
.c-top.bgimg01 {
  background-image: url(../imgs/pc/top_bgimg01.webp);
}
@media screen and (max-width: 767px) {
  .c-top.bgimg01 {
    background-image: url(../imgs/sp/top_bgimg01.webp);
  }
}
.c-top.bgimg02 {
  background-image: url(../imgs/pc/top_bgimg02_2.webp);
}
@media screen and (max-width: 767px) {
  .c-top.bgimg02 {
    background-image: url(../imgs/sp/top_bgimg02.webp);
  }
}
.c-top.bgimg03 {
  background-image: url(../imgs/pc/top_bgimg03.webp);
}
@media screen and (max-width: 767px) {
  .c-top.bgimg03 {
    background-image: url(../imgs/sp/top_bgimg03.webp);
  }
}
.c-top.bgimg04 {
  background-image: url(../imgs/pc/top_bgimg04.webp);
}
@media screen and (max-width: 767px) {
  .c-top.bgimg04 {
    background-image: url(../imgs/sp/top_bgimg04.webp);
  }
}

.c-top__title {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.875rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    gap: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 1.5rem;
    line-height: 1.375;
  }
}

.c-breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  white-space: nowrap;
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/breadcrumb_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-breadcrumb__list_end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  white-space: nowrap;
}
.c-breadcrumb__link:hover {
  opacity: 0.6;
}

.c-breadcrumb.white .c-breadcrumb__list {
  color: #fff;
}
.c-breadcrumb.white .c-breadcrumb__list::after {
  background-image: url(../imgs/pc/breadcrumb_arrow_white.svg);
}
.c-breadcrumb.white .c-breadcrumb__link {
  color: #fff;
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    display: block;
    top: 1.375rem;
    right: 1.25rem;
    width: 1.625rem;
    height: 0.9375rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.625rem;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.4375rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 0.875rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.25rem 0rem 3.75rem 0rem;
  background: #293E53;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__list {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  padding: 1.5rem 0rem 1.5rem 2.5rem;
  border-bottom: 0.5px solid #506274;
}
.c-hamburger-nav__list.open::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.28125rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1px;
  background: #FFFFFF;
}
.c-hamburger-nav__list.open::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.6875rem;
  right: 1.84375rem;
  width: 1px;
  height: 1.25rem;
  background: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__list.open.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-hamburger-nav__link {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
}
.c-hamburger-nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625rem;
  width: 0.625rem;
  height: 1rem;
  background-image: url(../imgs/pc/nav_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-hamburger-nav__subLists {
  display: none;
  position: relative;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.c-hamburger-nav__subLists::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: calc(100% + 2.5rem);
  height: 0.5px;
  background: #506274;
}

.c-hamburger-nav__subList {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 1.5rem;
}
.c-hamburger-nav__subList:first-of-type {
  margin-top: 0rem;
}

.c-hamburger-nav__subLink {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}

.c-hamburger-nav.active {
  opacity: 1;
  z-index: 98;
}

.pagination .nav-links {
  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: 1.5625rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 1.875rem;
  }
}
.pagination .page-numbers {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 0.8125rem;
  }
}
.pagination .page-numbers:hover {
  color: #fff;
}
.pagination .dots {
  color: #fff;
}
.pagination .dots:hover {
  color: #fff;
}
.pagination .current {
  color: #fff;
}
.pagination .prev {
  position: relative;
  top: 0.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/page_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.pagination .next {
  position: relative;
  top: 0.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/page_arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-fv {
  position: relative;
}
.p-fv .slider {
  width: 100%;
  overflow: hidden;
}
.p-fv .slick-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv .slick-img img {
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-fv .add-animation {
  -webkit-animation: zoomUp 20s linear 0s normal both;
          animation: zoomUp 20s linear 0s normal both;
}

.p-fv__box {
  position: absolute;
  z-index: 2;
  bottom: 4.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    bottom: 4.0625rem;
  }
}

.p-fv__title {
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1rem;
    line-height: 1.4375;
    margin-top: 1rem;
  }
}

.p-fv-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 76.25rem;
  margin: 0rem auto;
}
.p-fv-bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 50.8125rem;
  width: calc(100vw - 57.6875rem);
  min-width: 32.3125rem;
  height: 100%;
  background-image: url(../imgs/pc/fv_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-bg::before {
    left: 0;
    width: 37.3333333333%;
    min-width: auto;
    background-image: url(../imgs/sp/fv_bg.webp);
  }
}

.p-fv-business {
  width: 100%;
}

.p-fv-business__inner {
  position: relative;
  width: 100%;
  padding-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__inner {
    padding: 3.125rem 1.875rem 0 1.875rem;
  }
}

.p-fv-business__title {
  position: absolute;
  top: 7.5rem;
  left: 0rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv-business__title {
    top: 1.875rem;
    left: 1.75rem;
    font-size: 0.625rem;
    line-height: 1.7;
  }
}
.p-fv-business__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-business__title::before {
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.07em;
    margin-bottom: 0.125rem;
  }
}

.p-fv-business__box {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-business__box {
    max-width: 55.5555555556%;
  }
}

.p-fv-business__subTitle {
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1.36;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-business__subTitle {
    font-size: 1rem;
    line-height: 1.375;
  }
}

.p-fv-business__band {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__band {
    font-size: 0.625rem;
    line-height: 2.2;
    margin-top: 0.125rem;
  }
}

.p-fv-business__text {
  font-size: 1.25rem;
  line-height: 2.3;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__text {
    font-size: 0.625rem;
    line-height: 2;
    margin-top: 1.25rem;
  }
}

.p-fv-business__lists {
  width: 100%;
  max-width: 61.25rem;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2.5rem;
  }
}

.p-fv-business__list {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/business_img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-business__list {
    background-image: url(../imgs/sp/business_img.webp);
    padding-top: 54.2857142857%;
  }
}
.p-fv-business__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-business__list:hover::after {
  background: rgba(0, 0, 0, 0.55);
}
.p-fv-business__list:nth-of-type(2) {
  background-image: url(../imgs/pc/business_img02.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-business__list:nth-of-type(2) {
    background-image: url(../imgs/sp/business_img02.webp);
  }
}
.p-fv-business__list:nth-of-type(3) {
  background-image: url(../imgs/pc/business_img03.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-business__list:nth-of-type(3) {
    background-image: url(../imgs/sp/business_img03.webp);
    width: calc(50% - 0.25rem);
    padding-top: 33.3333333333%;
  }
}
.p-fv-business__list:nth-of-type(4) {
  background-image: url(../imgs/pc/business_img04.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-business__list:nth-of-type(4) {
    background-image: url(../imgs/sp/business_img04.webp);
    width: calc(50% - 0.25rem);
    padding-top: 33.3333333333%;
  }
}
.p-fv-business__list:nth-of-type(5) {
  background-image: url(../imgs/pc/business_img05.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-business__list:nth-of-type(5) {
    background-image: url(../imgs/sp/business_img05.webp);
    width: calc(50% - 0.25rem);
    padding-top: 33.3333333333%;
  }
}
.p-fv-business__list:nth-of-type(6) {
  background-image: url(../imgs/pc/business_img06.webp);
}
@media screen and (max-width: 767px) {
  .p-fv-business__list:nth-of-type(6) {
    background-image: url(../imgs/sp/business_img06.webp);
    width: calc(50% - 0.25rem);
    padding-top: 33.3333333333%;
  }
}

.p-fv-business__link {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-business__link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    font-size: 0.75rem;
    line-height: 1.4;
    padding-bottom: 0rem;
  }
}

.p-fv-business__button {
  position: relative;
  display: block;
  width: 17.875rem;
  height: 3.875rem;
  border: 1px solid #00345C;
  margin-top: 5rem;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-business__button {
    width: 9.6875rem;
    height: 2.5rem;
    margin-top: 1.875rem;
  }
}
.p-fv-business__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00345C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-fv-business__button a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-business__button a {
    font-size: 0.875rem;
  }
}
.p-fv-business__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-fv-business__button:hover a {
  color: #fff;
}

.p-fv-news {
  width: 100%;
  margin-top: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    margin-top: 3.75rem;
  }
}

.p-fv-news__inner {
  position: relative;
  width: 100%;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    padding: 0rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-fv-news__title {
  position: absolute;
  top: 0rem;
  left: 0rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    left: 1.75rem;
    font-size: 0.625rem;
    line-height: 1.7;
  }
}
.p-fv-news__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1.12;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title::before {
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}

.p-fv-news__wrapper {
  width: 100%;
  max-width: 44.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-left: auto;
  padding-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    max-width: 57.7777777778%;
    gap: 1.75rem;
    padding-top: 1.25rem;
  }
}

.p-fv-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-fv-news__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.25rem;
  }
}

.p-fv-news__time {
  min-width: 4.6875rem;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__time {
    font-size: 0.625rem;
    line-height: 1.2;
    padding-top: 0rem;
  }
}

.p-fv-news__post {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-fv-news__post {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
}

.p-fv-news__button {
  position: relative;
  display: block;
  width: 17.875rem;
  height: 3.875rem;
  border: 1px solid #00345C;
  margin-top: 5rem;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-news__button {
    width: 9.6875rem;
    height: 2.5rem;
    margin-top: 1.875rem;
  }
}
.p-fv-news__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00345C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-fv-news__button a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-news__button a {
    font-size: 0.875rem;
  }
}
.p-fv-news__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-fv-news__button:hover a {
  color: #fff;
}

.p-news {
  position: relative;
  width: 100%;
  background: linear-gradient(173.08deg, #0A1E3E 20.42%, #16496D 100.57%);
}

.p-news__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 2.5rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-news__wrapper {
  width: 100%;
  max-width: 68.5rem;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    margin: 0;
  }
}

.p-news__box {
  width: 100%;
  padding: 1.875rem 0.5rem;
  border-bottom: 0.5px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  .p-news__box {
    padding: 0.625rem 0rem 1.375rem 0rem;
  }
}

.p-news__time {
  color: #C6C6C6;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-news__time {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
  .p-news__time span {
    display: none;
  }
}

.p-news__title {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 0.8125rem;
  }
}

.p-business {
  position: relative;
  width: 100%;
}

.p-business__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    padding: 3.125rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-business__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 62.5rem;
  margin: 6.25rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-business__wrapper {
    margin: 0;
  }
}

.p-business__title {
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business__title {
    font-size: 1.5rem;
  }
}

.p-business__label {
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-business__label {
    font-size: 0.625rem;
    line-height: 2;
    margin-top: 0.3125rem;
  }
}
.p-business__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 2.5rem);
  width: 1px;
  height: 6rem;
  background: #6886A3;
}
@media screen and (max-width: 767px) {
  .p-business__label::before {
    top: calc(100% + 0.9375rem);
    height: 2.375rem;
  }
}

.p-business__text {
  font-size: 1.25rem;
  line-height: 2.5;
  text-align: center;
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__text {
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 4.375rem;
  }
}

.p-business__bgText {
  position: absolute;
  z-index: -1;
  top: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #C6E2FF;
  font-family: "Aboreto", system-ui;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .p-business__bgText {
    top: 4.375rem;
    font-size: 3.625rem;
  }
}

.p-business__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .p-business__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 3.75rem;
  }
}

.p-business__list {
  position: relative;
  width: 100%;
  height: 6.875rem;
  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;
  background-image: url(../imgs/pc/business_card_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    height: auto;
    padding-top: 36.8098159509%;
  }
}
.p-business__list:nth-of-type(2) {
  background-image: url(../imgs/pc/business_card_bg02.webp);
}
.p-business__list:nth-of-type(3) {
  background-image: url(../imgs/pc/business_card_bg03.webp);
}
.p-business__list:nth-of-type(4) {
  background-image: url(../imgs/pc/business_card_bg04.webp);
}
.p-business__list:nth-of-type(5) {
  background-image: url(../imgs/pc/business_card_bg05.webp);
}
.p-business__list:nth-of-type(6) {
  background-image: url(../imgs/pc/business_card_bg06.webp);
}
.p-business__list span {
  position: relative;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-business__list span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0.75rem;
  }
}
.p-business__list span::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 53, 77, 0.6);
}

.p-business__link {
  position: relative;
  z-index: 2;
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0.75rem;
    padding-bottom: 0rem;
  }
}
.p-business__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 53, 77, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-business__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.5625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/business_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-business__link::after {
    display: none;
  }
}
.p-business__link:hover::before {
  background: rgba(1, 53, 77, 0.8);
}
.p-business__link:hover::after {
  bottom: 1.25rem;
}

.p-business-list {
  position: relative;
  width: 100%;
}
.p-business-list .is-hidden {
  display: none;
}

.p-business-list__inner {
  width: 100%;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-business-list__inner {
    padding-bottom: 3.75rem;
  }
}

.p-business-list__title {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.875rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-top: 5.3125rem;
  padding-bottom: 13.5rem;
  background-image: url(../imgs/pc/business_title_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-business-list__title {
    gap: 0rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    padding-top: 3.75rem;
    padding-bottom: 4.5625rem;
    background-image: url(../imgs/sp/business_title_bg.webp);
  }
}
.p-business-list__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business-list__title::before {
    font-size: 1.375rem;
    line-height: 1.1363636364;
    letter-spacing: 0.1em;
  }
}

.p-business-list__wrapper {
  width: 100%;
  max-width: 71.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin: -10.3125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-business-list__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin: -2.6875rem auto 0rem auto;
    padding: 0 1.875rem;
  }
}

.p-business-list__box {
  width: 100%;
}

.p-business-list__img {
  position: relative;
  padding-top: 121.1111111111%;
}
.p-business-list__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/pc/business_list_bg.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-business-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-business-list__label {
  position: absolute;
  z-index: 3;
  left: 1.5625rem;
  bottom: 1.5625rem;
  width: calc(100% - 3.125rem);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-business-list__label {
    left: 0.625rem;
    bottom: 0.625rem;
    width: calc(100% - 1.25rem);
    font-size: 0.5625rem;
  }
}

.p-business-list__more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 40.125rem;
  background: rgba(255, 255, 255, 0.76);
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(36%, #ffffff), color-stop(76%, rgba(255, 255, 255, 0.78)), color-stop(83%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 36%, rgba(255, 255, 255, 0.78) 76%, rgba(255, 255, 255, 0) 83%, rgba(255, 255, 255, 0) 100%);
  margin-top: -36.625rem;
}
@media screen and (max-width: 767px) {
  .p-business-list__more {
    height: 21.25rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(36%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0.78)), color-stop(80%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 36%, rgba(255, 255, 255, 0.78) 70%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  }
}

.p-business-list__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8.75rem;
  z-index: 3;
  display: block;
  width: 17.875rem;
  height: 3.875rem;
  border: 1px solid #00345C;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business-list__button {
    width: 9.6875rem;
    height: 2.5rem;
    bottom: 3.125rem;
  }
}
.p-business-list__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00345C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-business-list__button span {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-business-list__button span {
    font-size: 0.875rem;
  }
}
.p-business-list__button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-business-list__button:hover span {
  color: #fff;
}

.p-business-slide {
  width: 100%;
  background: #E2EEF8;
}

.p-business-slide__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 9.0625rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-business-slide__inner {
    padding: 3.75rem 0rem;
  }
}

.p-business-slide__title {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.875rem;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-business-slide__title {
    gap: 0rem;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
  }
}
.p-business-slide__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Amiri", serif;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business-slide__title::before {
    font-size: 1.375rem;
    line-height: 1.1363636364;
    letter-spacing: 0.1em;
  }
}

.p-business-slide__wrapper {
  width: 100%;
  margin-top: 2.1875rem;
}
.p-business-slide__wrapper .slider {
  width: 100%;
}
.p-business-slide__wrapper .slick-img {
  width: 100%;
}
.p-business-slide__wrapper .slick-imgIn {
  position: relative;
  padding-top: 64%;
}
.p-business-slide__wrapper .slick-imgIn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-business-slide__wrapper .thumbnail {
  width: 100%;
  margin-top: 0.875rem;
}
.p-business-slide__wrapper .thumbnail-img {
  cursor: pointer;
  width: 100%;
}
.p-business-slide__wrapper .thumbnail-imgIn {
  position: relative;
  padding-top: 66.6666666667%;
}
.p-business-slide__wrapper .thumbnail-imgIn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-business-slide__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding-left: 1.875rem;
  padding-bottom: 0.3125rem;
}

.p-business-slide__scroll-img {
  min-width: 19.6875rem;
  width: 19.6875rem;
  margin-right: 1.125rem;
}

.p-business-banner {
  width: 100%;
  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;
  gap: 2.875rem;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-business-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.125rem;
    padding: 0 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-business-banner__list {
  width: 100%;
}

.p-business-banner__link {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 88, 130, 0.25);
          box-shadow: 0 0 0.625rem rgba(0, 88, 130, 0.25);
}
@media screen and (max-width: 767px) {
  .p-business-banner__link {
    height: 4.125rem;
  }
}
.p-business-banner__link.blue {
  background: #00345C;
}
.p-business-banner__link.blue .p-business-banner__text {
  color: #fff;
}
.p-business-banner__link:hover {
  opacity: 0.6;
}

.p-business-banner__img {
  position: relative;
  width: 11.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-business-banner__img {
    width: 39.6825396825%;
  }
}
.p-business-banner__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 4.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-business-banner__img::before {
    height: 3rem;
  }
}
.p-business-banner__img img {
  width: 9.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-banner__img img {
    width: 6.25rem;
  }
}

.p-business-banner__text {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-banner__text {
    width: 60.3174603175%;
    font-size: 0.6875rem;
  }
}

.p-business-banner__title {
  position: relative;
  width: 8.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-banner__title {
    width: 39.6825396825%;
    font-size: 0.6875rem;
    line-height: 1.4;
  }
}
.p-business-banner__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 4.5rem;
  background: #00345C;
}
@media screen and (max-width: 767px) {
  .p-business-banner__title::before {
    height: 3rem;
  }
}

.p-company {
  position: relative;
  width: 100%;
}

.p-company__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 3.125rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-company__wrapper {
  width: 100%;
  max-width: 68.125rem;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company__wrapper {
    margin: 0;
  }
}

.p-company-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-nav {
    gap: 1.875rem;
  }
}

.p-company-nav__list {
  width: 100%;
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .p-company-nav__list {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.p-company-nav__link {
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.625;
  padding-bottom: 0.625rem;
  border-bottom: 0.25rem solid #C0CCD5;
}
@media screen and (max-width: 767px) {
  .p-company-nav__link {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    border-bottom: 0.125rem solid #C0CCD5;
  }
}
.p-company-nav__link:hover {
  border-bottom: 0.25rem solid #00345C;
}
@media screen and (max-width: 767px) {
  .p-company-nav__link:hover {
    border-bottom: 0.125rem solid #00345C;
  }
}

.p-company__label {
  position: relative;
  font-size: 1rem;
  line-height: 2.5;
  padding-left: 1.125rem;
  border-left: 0.125rem solid #00345C;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__label {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    padding-left: 0.875rem;
    border-left: 1px solid #00345C;
    margin-top: 3.125rem;
  }
}

.p-company__table {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__table {
    margin-top: 0.3125rem;
  }
}
.p-company__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company__table th {
  width: 12.5rem;
  color: #00345C;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1.9375rem 0.5rem;
  border-bottom: 0.5px solid rgba(0, 52, 92, 0.3);
}
@media screen and (max-width: 767px) {
  .p-company__table th {
    width: 5.75rem;
    font-size: 0.6875rem;
    padding: 1.0625rem 0rem;
  }
}
.p-company__table td {
  width: calc(100% - 12.5rem);
  color: #00345C;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1.9375rem 0.5625rem 1.9375rem 0rem;
  border-bottom: 0.5px solid rgba(0, 52, 92, 0.3);
}
@media screen and (max-width: 767px) {
  .p-company__table td {
    width: calc(100% - 5.75rem);
    font-size: 0.75rem;
    padding: 1.0625rem 0rem;
  }
}
.p-company__table td dl dt {
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__table td dl dt {
    margin-top: 0.75rem;
  }
}
.p-company__table td dl dt:first-of-type {
  margin-top: 0rem;
}
.p-company__table td dl dd {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__table td dl dd {
    margin-top: 0.125rem;
  }
}

.p-company-access {
  width: 100%;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    margin-top: 3.125rem;
  }
}

.p-company-access__title {
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-access__title {
    font-size: 1.5rem;
  }
}

.p-company-access__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6.25rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__wrapper {
    gap: 5.625rem;
    margin-top: 1.875rem;
  }
}

.p-company-access__column {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-access__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-company-access__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-company-access__img {
  width: 100%;
  max-width: 28.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company-access__img {
    max-width: 100%;
  }
}

.p-company-access__map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-access__map {
    margin-top: 1.875rem;
  }
}

.p-company-access__mapIn {
  position: relative;
  padding-top: 70.1612903226%;
}
@media screen and (max-width: 767px) {
  .p-company-access__mapIn {
    padding-top: 100%;
  }
}
.p-company-access__mapIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-company-access__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__box {
    display: block;
  }
}

.p-company-access__group:first-of-type {
  padding-right: 5.3125rem;
  margin-right: 2.5rem;
  border-right: 1px solid rgba(0, 52, 92, 0.3);
}
@media screen and (max-width: 767px) {
  .p-company-access__group:first-of-type {
    padding-right: 0rem;
    margin-right: 0rem;
    border-right: none;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 52, 92, 0.3);
  }
}

.p-company-access__place {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-company-access__place {
    font-size: 0.875rem;
  }
}
.p-company-access__place.min {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__place.min {
    font-size: 0.75rem;
  }
}

.p-company-access__address {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__address {
    font-size: 0.75rem;
  }
}

.p-philosophy-pur {
  position: relative;
  width: 100%;
}

.p-philosophy-pur__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-pur__inner {
    padding: 3.125rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-philosophy-pur__eng {
  position: absolute;
  width: 6.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-pur__eng {
    top: 3.125rem;
    -webkit-transform: none;
            transform: none;
    width: 2.25rem;
  }
}

.p-philosophy-pur__title {
  font-size: 2.375rem;
  line-height: 1.2105263158;
  font-weight: 500;
  text-align: center;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-pur__title {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 0rem;
  }
}
.p-philosophy-pur__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Amiri", serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-pur__title::before {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0.3125rem;
  }
}
.p-philosophy-pur__title::after {
  content: "";
  display: block;
  position: relative;
  width: 5rem;
  height: 0.25rem;
  background: #293E53;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-pur__title::after {
    width: 2.875rem;
    height: 1px;
    margin: 1.875rem auto 0 auto;
  }
}

.p-philosophy-pur__text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-pur__text {
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    margin-top: 1.875rem;
  }
}

.p-philosophy-phi {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/philosophy_phi_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi {
    background: linear-gradient(173.08deg, #0A1E3E 20.42%, #16496D 100.57%);
  }
}

.p-philosophy-phi__inner {
  width: 100%;
  max-width: 70.25rem;
  margin: 0rem auto;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-philosophy-phi__eng {
  position: absolute;
  width: 6.125rem;
  top: 2.0625rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__eng {
    top: 5.625rem;
    width: 2.25rem;
  }
}

.p-philosophy-phi__title {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__title {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.p-philosophy-phi__title::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__title::before {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 0.3125rem;
  }
}
.p-philosophy-phi__title::after {
  content: "";
  display: block;
  position: relative;
  width: 5rem;
  height: 0.25rem;
  background: #fff;
  margin: 4.6875rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__title::after {
    width: 2.875rem;
    height: 1px;
    background: #fff;
    margin: 2.5rem auto 0 auto;
  }
}

.p-philosophy-phi__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__text {
    font-size: 0.75rem;
    margin-top: 2.5rem;
  }
}

.p-philosophy-phi__subTitle {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__subTitle {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-top: 2.5rem;
  }
}

.p-philosophy-phi__img {
  width: 100%;
  max-width: 58.125rem;
  margin: 5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__img {
    max-width: 18.125rem;
    margin: 2.5rem auto 0rem auto;
  }
}

.p-philosophy-phi__lists {
  width: 100%;
  margin: 5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 2.6875rem;
    margin: 2.8125rem auto 0rem auto;
  }
}

.p-philosophy-phi__list {
  width: 22.5rem;
  padding: 0 1.6875rem;
  border-right: 0.125rem solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__list {
    width: 100%;
    padding: 0 0 1.125rem 0;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.125rem;
  }
}
.p-philosophy-phi__list:first-of-type {
  width: 20.625rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__list:first-of-type {
    width: 100%;
  }
}
.p-philosophy-phi__list:last-of-type {
  width: 20.625rem;
  padding-right: 0rem;
  border-right: 0.125rem solid rgba(255, 255, 255, 0);
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__list:last-of-type {
    width: 100%;
    border: none;
  }
}

.p-philosophy-phi__listTitle {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__listTitle {
    font-size: 1.125rem;
  }
}

.p-philosophy-phi__listText {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__listText {
    font-size: 0.8125rem;
    margin-top: 0.75rem;
  }
}

.p-philosophy-phi__img02 {
  width: 100%;
  max-width: 60.9375rem;
  margin: 8.75rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy-phi__img02 {
    margin: 0.625rem auto 0rem auto;
  }
}

.p-message {
  position: relative;
  width: 100%;
  background: linear-gradient(173.08deg, #0A1E3E 20.42%, #16496D 100.57%);
}

.p-message__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding: 3.125rem 1.875rem;
  }
}

.p-message__wrapper {
  width: 100%;
  max-width: 71.25rem;
  margin: 5.625rem auto 0rem auto;
  padding: 5.9375rem 6.25rem 4.375rem 6.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper {
    margin: 0rem auto;
    padding: 1.875rem 1.375rem 5.375rem 1.375rem;
  }
}

.p-message__title .bar {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-message__title .bar {
    font-size: 1rem;
  }
}
.p-message__title .bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 1px;
  background: #00345C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-message__title.is-inview .bar::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-message__title.is-inview .bar:nth-of-type(2)::after {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.p-message__title.is-inview .bar:nth-of-type(3)::after {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.p-message__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 2;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 0.75rem;
    margin-top: 2.375rem;
  }
}

.p-message__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-message__signature {
    gap: 1rem;
    margin-top: 1.4375rem;
  }
}

.p-message__post {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-message__post {
    font-size: 0.75rem;
  }
}

.p-message__name {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    width: 9.8125rem;
  }
}

.p-history {
  position: relative;
  width: 100%;
  background-image: url(../imgs/pc/history_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-history {
    background: linear-gradient(173.08deg, #0A1E3E 20.42%, #16496D 100.57%);
  }
}

.p-history__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-history__inner {
    padding: 4.375rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-history__wrapper {
  width: 100%;
  max-width: 72.5rem;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-history__wrapper {
    margin: 0;
  }
}

.p-history-flow {
  position: relative;
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 5.625rem;
  /* ==== 下からフェード（year / period / text 共通） ==== */
  /* 表示トリガーで上へ & 不透明に */
  /* 微妙なステップ差をつける */
}
@media screen and (max-width: 767px) {
  .p-history-flow {
    padding-top: 2.25rem;
    padding-bottom: 5rem;
  }
}
.p-history-flow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.1875rem;
  height: 0; /* JSで伸ばす */
  background: #8EA5BD;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-history-flow::after {
    left: 0.3125rem;
    -webkit-transform: none;
            transform: none;
  }
}
.p-history-flow .js-reveal {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem); /* 下から */
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.p-history-flow .js-reveal.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-history-flow .js-reveal[data-delay="1"] {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.p-history-flow .js-reveal[data-delay="2"] {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.p-history-flow .js-reveal[data-delay="3"] {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.p-history-flow__box {
  position: relative;
  width: 100%;
  max-width: 32.5625rem;
  margin-left: auto;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box {
    max-width: 100%;
    padding-left: 1.5rem;
    margin-top: 4rem;
  }
}
.p-history-flow__box:first-of-type {
  margin-top: 0rem;
}
.p-history-flow__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  background: #8EA5BD;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box::before {
    left: 0.03125rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-history-flow__box.reverse {
  margin-left: 0;
  margin-right: auto;
}
.p-history-flow__box.reverse::before {
  left: auto;
  right: -4.375rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box.reverse::before {
    left: 0.03125rem;
    right: auto;
  }
}
.p-history-flow__box.reverse .p-history-flow__period {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box.reverse .p-history-flow__period {
    text-align: left;
  }
}
.p-history-flow__box.reverse .p-history-flow__text {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box.reverse .p-history-flow__text {
    text-align: left;
  }
}
.p-history-flow__box.mt70 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box.mt70 {
    margin-top: 4rem;
  }
}
.p-history-flow__box.mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__box.mt80 {
    margin-top: 4rem;
  }
}
.p-history-flow__box.is-active::before {
  opacity: 1;
}

.p-history-flow__period {
  display: block;
  color: #fff;
  font-family: "Amiri", serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-history-flow__period {
    font-size: 1.25rem;
  }
}

.p-history-flow__text {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__text {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
}

.p-history-flow__year {
  position: absolute;
  top: -10rem;
  left: 0rem;
  color: rgba(255, 255, 255, 0.16);
  font-family: "Amiri", serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-history-flow__year {
    top: -10rem;
    left: auto;
    right: 0rem;
    font-size: 3.125rem;
  }
}
.p-history-flow__year.pozi {
  left: auto;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__year.pozi {
    top: -3.75rem;
    right: 0rem;
  }
}
.p-history-flow__year.pozi02 {
  top: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__year.pozi02 {
    top: -2.5rem;
    right: 0rem;
  }
}
.p-history-flow__year.pozi03 {
  top: auto;
  left: auto;
  bottom: -15rem;
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-history-flow__year.pozi03 {
    right: 0rem;
  }
}

.p-sdgs {
  position: relative;
  width: 100%;
}

.p-sdgs__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs__inner {
    padding: 3.125rem 0rem 0rem 0rem;
  }
}

.p-sdgs__wrapper {
  width: 100%;
  max-width: 71.25rem;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs__wrapper {
    margin: 0;
  }
}

.p-sdgs__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs__column {
    gap: 0rem;
    margin-top: 1.875rem;
  }
}

.p-sdgs-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-sdgs-about__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sdgs-about__box {
    padding: 0 1.875rem;
  }
}

.p-sdgs-about__title {
  font-size: 2rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .p-sdgs-about__title {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.p-sdgs-about__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-about__text {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 1.25rem;
  }
}

.p-sdgs-about__img {
  width: 100%;
  max-width: 33.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-about__img {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.p-sdgs-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  padding: 2.5rem 1.25rem 2.1875rem 2.5rem;
  background: rgba(245, 162, 11, 0.13);
}
@media screen and (max-width: 767px) {
  .p-sdgs-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    padding: 2.5rem 1.875rem;
  }
}

.p-sdgs-card__icon {
  width: 100%;
  max-width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
}
.p-sdgs-card__icon img {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__icon img {
    margin-top: 0rem;
  }
}
.p-sdgs-card__icon img:first-of-type {
  margin-top: 0rem;
}

.p-sdgs-card__box {
  width: 100%;
}

.p-sdgs-card__boxSp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-sdgs-card__title {
  color: #825400;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__title {
    font-size: 1.125rem;
    line-height: 1.3888888889;
  }
}

.p-sdgs-card__lists {
  margin-top: 1.25rem;
}
.p-sdgs-card__lists dt {
  color: #825400;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__lists dt {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 1.25rem;
  }
  .p-sdgs-card__lists dt:first-of-type {
    margin-top: 0rem;
  }
}
.p-sdgs-card__lists dd {
  color: #825400;
  font-size: 1rem;
  line-height: 2;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__lists dd {
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-left: 0rem;
    margin-top: 0.625rem;
  }
}

.p-sdgs-card__imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.0625rem;
  padding-right: 3.5625rem;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__imgBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
    padding-right: 0rem;
    margin-top: 1.25rem;
  }
}
.p-sdgs-card__imgBox img {
  width: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__imgBox img {
    display: block;
    width: 100%;
  }
}

.p-sdgs-card__img {
  width: 21.125rem;
  margin-right: 3.5625rem;
  margin-top: 1.875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card__img {
    width: 63.4920634921%;
    margin: 1.25rem auto 0 auto;
  }
}

.p-sdgs-card.green {
  background: rgba(57, 128, 47, 0.2);
}
.p-sdgs-card.green .p-sdgs-card__title {
  color: #135B06;
}
.p-sdgs-card.green .p-sdgs-card__lists dt {
  color: #135B06;
}
.p-sdgs-card.green .p-sdgs-card__lists dd {
  color: #135B06;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card.green .p-sdgs-card__icon {
    max-width: none;
  }
  .p-sdgs-card.green .p-sdgs-card__icon img {
    width: 5rem;
  }
}

.p-sdgs-card.blue {
  background: rgba(93, 190, 199, 0.2);
}
.p-sdgs-card.blue .p-sdgs-card__title {
  color: #005069;
}
.p-sdgs-card.blue .p-sdgs-card__lists dt {
  color: #005069;
}
.p-sdgs-card.blue .p-sdgs-card__lists dd {
  color: #005069;
}

.p-sdgs-card.gray {
  background: rgba(212, 212, 212, 0.2);
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card.gray {
    padding-bottom: 2.5rem;
  }
}
.p-sdgs-card.gray .p-sdgs-card__title {
  color: #333333;
}
.p-sdgs-card.gray .p-sdgs-card__lists dt {
  color: #333333;
}
.p-sdgs-card.gray .p-sdgs-card__lists dd {
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-sdgs-card.gray .p-sdgs-card__icon {
    position: relative;
    left: -0.5rem;
    gap: 0.25rem;
    max-width: none;
  }
  .p-sdgs-card.gray .p-sdgs-card__icon img {
    width: 100%;
    max-width: 5rem;
  }
}

.p-contact {
  position: relative;
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.125rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-contact__title {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    text-align: left;
    margin-top: 0rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-cf7 {
  position: relative;
  width: 100%;
  max-width: 46.25rem;
  margin: 8.75rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    max-width: 100%;
    margin: 5.375rem auto 0rem auto;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #AAAAAA;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #AAAAAA;
}

.p-cf7__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__column {
    gap: 1.5rem;
  }
}

.p-cf7__box {
  width: 100%;
}

.p-cf7__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    gap: 0.4375rem;
  }
}
.p-cf7__title label {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 0.8125rem;
    line-height: 1.4615384615;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  white-space: nowrap;
  background: #00345C;
  border-radius: 0.1875rem;
  padding: 0.25rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title span {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    padding: 0.125rem 0.375rem;
  }
}

.p-cf7__radio {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio {
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
  }
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio .wpcf7-form-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
  }
}
.p-cf7__radio .wpcf7-list-item {
  margin: 0;
}
.p-cf7__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio label {
    gap: 0.625rem;
    font-size: 0.8125rem;
  }
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  border: 0.125rem solid #00345C;
  background: #ffffff;
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #00345C;
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input {
    margin-top: 0.625rem;
  }
}
.p-cf7__input input {
  display: block;
  width: 100%;
  height: 3.125rem;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  background: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 0.1875rem;
  padding: 0rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    height: 2.8125rem;
    font-size: 0.8125rem;
    padding: 0rem 0.875rem;
  }
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea {
    margin-top: 0.625rem;
  }
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 12.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.1875rem;
  border: 1px solid #B9B9B9;
  background: #fff;
  padding: 0.9375rem 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 13.75rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    padding: 0.625rem 0.8125rem;
  }
}

.p-cf7__acceptance {
  width: 100%;
  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;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    margin-top: 1.5625rem;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #00345C;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.3125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #00345C;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance input:checked ~ span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1875rem);
  left: 0.375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}
.p-cf7__acceptance p a {
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.6;
}

.p-cf7__submit {
  position: relative;
  width: 27.5rem;
  height: 3.125rem;
  margin: 5rem auto 0rem auto;
  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;
  background: #fff;
  border: 1px solid #00345C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    width: 12.1875rem;
    height: 2.5rem;
    margin: 1.875rem auto 0rem auto;
  }
}
.p-cf7__submit::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00345C;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.p-cf7__submit:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-cf7__submit:hover input {
  color: #fff;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
  color: #00345C;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 0.875rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-thanks {
  position: relative;
  width: 100%;
}

.p-thanks__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 3.125rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-thanks__title {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    text-align: left;
    margin-top: 0rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.8125rem;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-policy {
  position: relative;
  width: 100%;
}

.p-policy__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 3.125rem 1.875rem 3.75rem 1.875rem;
  }
}

.p-policy__wrapper {
  width: 100%;
  max-width: 71.25rem;
  margin: 5.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-policy__wrapper {
    margin: 0;
  }
}

.p-policy__exp {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__exp {
    font-size: 0.8125rem;
    line-height: 2;
    margin-bottom: 0rem;
  }
}

.p-policy__title {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1.875rem;
  }
}

.p-policy__text {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.p-policy__label {
  font-size: 1.375rem;
  line-height: 1.6;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__label {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-policy__day {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-policy__day {
    font-size: 0.8125rem;
    line-height: 2;
    margin-top: 1.875rem;
  }
}

.p-sitemap {
  position: relative;
  width: 100%;
}

.p-sitemap__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0rem auto;
  padding: 1.875rem 1.25rem 8.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__inner {
    padding: 3.125rem 1.875rem 1.125rem 1.875rem;
  }
}

.p-sitemap__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12.5rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3rem;
    margin-top: 0rem;
  }
}

.p-sitemap__list {
  display: block;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__list {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-top: 2rem;
  }
}
.p-sitemap__list:first-of-type {
  margin-top: 0rem;
}
.p-sitemap__list span {
  position: relative;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  padding-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__list span {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    padding-left: 0.75rem;
  }
}
.p-sitemap__list span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.125rem;
  height: 100%;
  background: #00345C;
}

.p-sitemap__link {
  position: relative;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  padding-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__link {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    padding-left: 0.75rem;
  }
}
.p-sitemap__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 0.125rem;
  height: 100%;
  background: #00345C;
}
.p-sitemap__link:hover {
  color: #007BD8;
}

.p-sitemap__subLists {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__subLists {
    margin-top: 1.5rem;
  }
}

.p-sitemap__subList {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__subList {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    margin-top: 1.5rem;
  }
}
.p-sitemap__subList:first-of-type {
  margin-top: 0rem;
}

.p-sitemap__subLink {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__subLink {
    font-size: 0.75rem;
    line-height: 1.1666666667;
    padding-right: 0.8125rem;
  }
}
.p-sitemap__subLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 0.5rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/list_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sitemap__subLink::before {
    width: 0.375rem;
    height: 0.625rem;
  }
}
.p-sitemap__subLink:hover {
  color: #007BD8;
}
.p-sitemap__subLink:hover::before {
  background-image: url(../imgs/pc/list_icon_hover.svg);
}

.p-recruit-img {
  width: 100%;
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 2.5rem 0.9375rem 5rem 0.9375rem;
  }
}

.p-404__text {
  font-size: 1rem;
  text-align: center;
}

.p-404__img {
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__img {
    padding: 0 1.875rem;
    margin: 2.5rem auto 0 auto;
  }
}

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

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */