@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

html {
  opacity: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media print, (width >= 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 13.3333333333vw;
  }
}

body {
  color: #000;
  font-family: "Yu Gothic", yugothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ", "游ゴシック", meiryo, "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body * {
  letter-spacing: 0.1em;
}
@media print, (width >= 768px) {
  body {
    font-size: 0.17rem;
  }
}
@media only screen and (width < 768px) {
  body {
    font-size: 0.14rem;
  }
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.u-hidden {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, (width >= 768px) {
  .l-container {
    min-width: 1250px;
  }
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 3.2rem;
  }
}

@media print, (width >= 768px) {
  .l-wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.is-top-page .l-main {
  padding-top: 0;
}
@media print, (width >= 768px) {
  .l-main {
    padding-top: 60px;
  }
}
@media only screen and (width < 768px) {
  .l-main {
    padding-top: 1.1rem;
  }
}

.l-footer {
  position: relative;
  z-index: 9999;
  background-color: #223670;
  color: #fff;
}
.l-footer__address-information {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-footer__copyright-text {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, (width >= 768px) {
  .l-footer {
    padding: 92px 0 70px;
  }
  .l-footer__wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-footer__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    gap: 20px;
  }
  .l-footer__address-information {
    font-size: 0.17rem;
    line-height: 1.8235294118;
  }
  .l-footer__copyright-text {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
@media print {
  .l-footer {
    margin-top: 100px;
  }
}
@media only screen and (width < 768px) {
  .l-footer {
    padding: 1.13rem 0 0.5rem;
  }
  .l-footer__wrapper {
    padding-right: 0.46rem;
    padding-left: 0.46rem;
  }
  .l-footer__address {
    margin-bottom: 0.21rem;
  }
  .l-footer__address-text {
    display: block;
    margin-bottom: -0.03rem;
    font-size: 0.31rem;
    letter-spacing: 0.12em;
    line-height: 1.7419354839;
  }
  .l-footer__address-information {
    margin-bottom: 0.33rem;
    padding: 0 0 0 0.22rem;
    font-size: 0.35rem;
    line-height: 1.8857142857;
  }
  .is-ios .l-footer__address-information {
    letter-spacing: 0.08em;
  }
  .l-footer__copyright-text {
    font-size: 0.22rem;
    line-height: 1.7498873366;
  }
}

.l-footer-navigation__list {
  padding-left: 0;
  list-style: none;
}
.l-footer-navigation__item--disabled {
  pointer-events: none;
}
.l-footer-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.l-footer-navigation__link-japanese {
  display: block;
  color: #fff;
}
@media print, (width >= 768px) {
  .l-footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 61px;
    padding: 0 111px;
  }
  .l-footer-navigation__wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -4px;
    margin-right: -8px;
    padding-left: 32px;
  }
  .l-footer-navigation__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 246px;
    margin-left: 5px;
  }
  .l-footer-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -8px;
  }
  .l-footer-navigation__item {
    margin-bottom: 8px;
  }
  .l-footer-navigation__link {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-footer-navigation__link::after {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    width: 1px;
    height: 14px;
    margin-right: 9px;
    padding-left: 9px;
    border-right: 1px solid #fff;
  }
  .is-mac.is-safari .l-footer-navigation__link::after {
    top: -1px;
  }
  .l-footer-navigation__item--first-item .l-footer-navigation__link::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 1px;
    height: 14px;
    margin-right: 9px;
    padding-left: 9px;
    border-right: 1px solid #fff;
  }
  .is-mac.is-safari .l-footer-navigation__item--first-item .l-footer-navigation__link::before {
    top: -1px;
  }
  .l-footer-navigation__link-japanese {
    position: relative;
    padding: 0 13px 0 12px;
    font-size: 0.17rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.7647058824;
  }
  .l-footer-navigation__link-japanese::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 13px;
    width: calc(100% - 25px);
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #fff;
  }
  .l-footer-navigation a.l-footer-navigation__link .l-footer-navigation__link-japanese:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .l-footer-navigation__link-english {
    display: none;
  }
  .l-footer-navigation__button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media only screen and (width < 768px) {
  .l-footer-navigation {
    margin-bottom: 0.48rem;
  }
  .l-footer-navigation__logo {
    width: 2.98rem;
    margin-left: 0.26rem;
  }
  .l-footer-navigation__list {
    margin-bottom: 0.5rem;
  }
  .l-footer-navigation__item {
    padding: 0.27rem 0;
    border-top: 0.01rem solid #e6e6e6;
  }
  .l-footer-navigation__item:nth-last-of-type(2) {
    border-bottom: 0.01rem solid #e6e6e6;
  }
  .l-footer-navigation__link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l-footer-navigation__link-japanese {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.36rem;
    padding-right: 0.16rem;
    font-size: 0.36rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: right;
  }
  .l-footer-navigation__link-english {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0.05rem;
    padding-left: 0.23rem;
    font-size: 0.24rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .l-footer-navigation__link-english::before {
    content: "";
    position: absolute;
    top: -0.03rem;
    left: 0;
    width: 0.01rem;
    height: 0.33rem;
    border-left: 0.01rem solid #fff;
  }
  .l-footer-navigation__button {
    padding: 0 0 0.5rem;
  }
  .l-footer-navigation__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.29rem 0.4rem;
    border: 0.01rem solid #e6e6e6;
    color: #fff;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
}

.l-footer-button-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1;
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  pointer-events: none;
}
.l-footer-button-top.is-active .l-footer-button-top__wrapper {
  opacity: 1;
}
.l-footer-button-top__inner {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  pointer-events: all;
}
@media (hover: hover) {
  .l-footer-button-top__inner:hover .l-footer-button-top__icon {
    background-color: #b3b3b3;
  }
}
.l-footer-button-top.is-stuck .l-footer-button-top__wrapper {
  position: absolute;
  bottom: unset;
}
.l-footer-button-top__icon {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  background-color: #fff;
}
@media print, (width >= 768px) {
  .l-footer-button-top__icon {
    width: 50px;
    height: 50px;
  }
  .l-footer-button-top__wrapper {
    right: 50%;
    bottom: 16px;
    max-width: 1250px;
    padding-right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .l-footer-button-top.is-stuck .l-footer-button-top__wrapper {
    top: -33px;
  }
}
@media only screen and (768px <= width < 1250px) {
  .l-footer-button-top__wrapper {
    padding-right: 50px;
  }
}
@media only screen and (width < 768px) {
  .l-footer-button-top__icon {
    width: 0.81rem;
    height: 0.81rem;
  }
  .l-footer-button-top__wrapper {
    bottom: 0.16rem;
    padding-right: 0.5rem;
  }
  .l-footer-button-top.is-stuck .l-footer-button-top__wrapper {
    top: -0.4rem;
  }
}

.l-button-skip {
  position: absolute;
  z-index: 10001;
  width: 1px;
  height: 1px;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}
.l-button-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.14rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.l-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.l-header.is-top-page {
  background-color: transparent;
}
.l-header.is-scrolled {
  -webkit-box-shadow: 0 0.04rem 0.15rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.04rem 0.15rem 0 rgba(0, 0, 0, 0.05);
}
.l-header.is-hover {
  background-color: #fff;
}
.l-header.is-clone {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  background: #fff;
}
.l-header.is-clone.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-box-shadow: 0 0.04rem 0.15rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.04rem 0.15rem 0 rgba(0, 0, 0, 0.05);
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.l-header__logo {
  display: block;
}
.is-top-page .l-header__logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #fff;
  -webkit-mask-image: url("../img/common/header_logo_01.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% auto;
  mask-image: url("../img/common/header_logo_01.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
}
.is-top-page .l-header__logo img {
  opacity: 0;
}
.is-top-page.is-scrolled .l-header__logo, .is-top-page.is-clone .l-header__logo, .is-top-page.is-hover .l-header__logo {
  -webkit-mask: unset;
  mask: unset;
  background-color: transparent;
  background: url("../img/common/header_logo_02.png") center/cover no-repeat;
}
.l-header__logo--top {
  display: none;
}
.is-top-page .l-header__logo--top {
  display: block;
}
.is-menu-open .l-header__logo--top {
  background-color: #223670;
}
.is-top-page .l-header__logo--page {
  display: none;
}
@media print, (width >= 768px) {
  .l-header {
    min-width: 1250px;
  }
  .l-header.is-top-page {
    position: absolute;
  }
  .l-header.is-clone {
    position: fixed;
    min-width: 1250px;
  }
  .l-header__wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 11px 0 8px 8px;
  }
  .is-top-page .l-header__wrapper {
    max-width: 1300px;
  }
  .l-header__logo {
    width: 196px;
  }
  .is-top-page .l-header__logo {
    width: 244px;
  }
}
@media only screen and (768px <= width < 1300px) {
  .is-top-page .l-header__wrapper {
    max-width: 1200px;
  }
}
@media print {
  .l-header {
    position: absolute;
  }
}
@media only screen and (width < 768px) {
  .l-header__wrapper {
    position: relative;
    min-height: 1.1rem;
    padding: 0.1rem 0.14rem;
  }
  .l-header__wrapper::before {
    content: "";
    position: absolute;
    z-index: 1003;
    top: 1.1rem;
    left: 0;
    width: 100%;
    height: 0.01rem;
    border-bottom: 0.01rem solid #223670;
    opacity: 0;
  }
  .l-header__wrapper::after {
    content: "";
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.1rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: #fff;
  }
  .is-top-page .l-header__wrapper::after {
    opacity: 0;
  }
  .is-menu-open .l-header__wrapper::after, .is-top-page.is-hover .l-header__wrapper::after, .is-top-page.is-scrolled .l-header__wrapper::after {
    opacity: 1;
  }
  .l-header__wrapper.is-active .l-header-navigation {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .l-header__wrapper.is-active::before {
    opacity: 1;
  }
  .l-header__logo {
    position: relative;
    z-index: 1003;
    width: 4.08rem;
  }
  .is-top-page .l-header__logo {
    width: 3.72rem;
  }
}

.l-header-navigation__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.l-header-navigation__item {
  display: block;
}
.l-header-navigation__item--disabled {
  pointer-events: none;
}
.l-header-navigation__link {
  display: block;
  margin-bottom: 0;
  color: #223670;
  text-decoration: none;
}
.is-top-page .l-header-navigation__link {
  color: #fff;
}
.is-top-page.is-clone .l-header-navigation__link, .is-top-page.is-hover .l-header-navigation__link {
  color: #223670;
}
@media print, (width >= 768px) {
  .l-header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 1px;
    padding-right: 2px;
  }
  .is-top-page .l-header-navigation__list {
    padding-right: 17px;
  }
  .l-header-navigation__item {
    margin-left: 33px;
    overflow: hidden;
  }
  .l-header-navigation__item:first-child {
    margin-left: 0;
  }
  .l-header-navigation__link {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .menu-item.current-menu-item .l-header-navigation__link::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header-navigation a.l-header-navigation__link {
    position: relative;
    padding-bottom: 1px;
  }
  .l-header-navigation a.l-header-navigation__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    background-color: #b3b3b3;
  }
  .l-header-navigation a.l-header-navigation__link:hover {
    color: #b3b3b3;
  }
  .l-header-navigation a.l-header-navigation__link:hover::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header-navigation a.l-header-navigation__link--current::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .l-header-navigation__link-japanese {
    display: block;
    font-size: 0.17rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.7647058824;
  }
  .l-header-navigation__link-english {
    display: none;
  }
}
@media only screen and (width < 768px) {
  .l-header-navigation {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    background-color: #fff;
  }
  .l-header-navigation.is-open {
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  }
  .l-header-navigation::-webkit-scrollbar {
    display: none;
  }
  .l-header-navigation__list {
    position: relative;
    padding: 1.29rem 0.5rem 0.5rem;
  }
  .l-header-navigation__item {
    padding: 0.27rem 0;
    border-bottom: 0.01rem solid #223670;
  }
  .l-header-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.86rem;
  }
  .l-header-navigation__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.39rem;
    width: 0.42rem;
    height: 0.42rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/common/icn_arrow_01.svg") center/cover no-repeat;
  }
  .l-header-navigation__link-japanese {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.79rem;
    padding-right: 0.19rem;
    color: #223670;
    font-size: 0.36rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.5;
    text-align: right;
  }
  .l-header-navigation__link-english {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.23rem;
    color: #223670;
    font-size: 0.24rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .l-header-navigation__link-english::before {
    content: "";
    position: absolute;
    top: 0.01rem;
    left: 0;
    width: 0.01rem;
    height: 0.33rem;
    border-left: 0.01rem solid #223670;
  }
  .l-header-navigation__button {
    padding: 0 0.5rem 0.36rem;
  }
  .l-header-navigation__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.22rem 0.2rem 0.21rem;
    background-color: #223670;
    color: #fff;
    font-size: 0.34rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .l-header-navigation__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 0.62rem;
    padding-bottom: 0.52rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
    pointer-events: none;
  }
  .l-header-navigation__close:hover {
    opacity: 0.8;
  }
  .l-header-navigation__close-text {
    display: block;
    color: #2f2f2f;
    font-size: 0.34rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2.2058823529;
    pointer-events: auto;
  }
  .is-ios .l-header-navigation__close-text {
    -webkit-transform: translateY(0.08rem);
    -ms-transform: translateY(0.08rem);
    transform: translateY(0.08rem);
  }
  .l-header-navigation__close-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -0.09rem;
    color: #040000;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    pointer-events: auto;
  }
  .is-ios .l-header-navigation__close-icon {
    margin-left: 0;
  }
}

.l-header-hamburger {
  cursor: pointer;
}
@media only screen and (width < 768px) {
  .l-header-hamburger {
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    width: 1.1rem;
    height: 1.1rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .l-header-hamburger__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.63rem;
    height: 0.6rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .l-header-hamburger__line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.03rem;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 9.99rem;
    background-color: #000;
  }
  .l-header-hamburger__line:nth-of-type(1) {
    top: 0.1rem;
  }
  .l-header-hamburger__line:nth-of-type(2) {
    top: 0.29rem;
  }
  .l-header-hamburger__line:nth-of-type(3) {
    top: 0.48rem;
  }
  .is-top-page .l-header-hamburger__line {
    background-color: #fff;
  }
  .is-top-page.is-scrolled .l-header-hamburger__line, .is-top-page.is-hover .l-header-hamburger__line {
    background-color: #000;
  }
}

@media only screen and (width < 768px) {
  .l-header-hamburger.is-active {
    background-color: #223670;
  }
  .l-header-hamburger.is-active .l-header-hamburger__line {
    top: 0.27rem;
    background-color: #fff;
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-hamburger.is-active .l-header-hamburger__line:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.c-section-philosophy-corporate__content {
  color: #000;
  text-align: justify;
}
.c-section-philosophy-corporate__image {
  margin: 0 auto;
}
@media print, (width >= 768px) {
  .c-section-philosophy-corporate {
    padding: 116px 0 137px;
  }
  .c-section-philosophy-corporate__content {
    margin-bottom: 60px;
    padding: 0 49px;
    font-size: 0.21rem;
    letter-spacing: 0.12em;
    line-height: 2.260952381;
  }
  .is-firefox .c-section-philosophy-corporate__content {
    letter-spacing: 0.1em;
  }
  .c-section-philosophy-corporate__image {
    width: 763px;
  }
}
@media only screen and (width < 768px) {
  .c-section-philosophy-corporate {
    padding: 0.69rem 0 2.45rem;
  }
  .c-section-philosophy-corporate__content {
    margin-bottom: 0.51rem;
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.75;
  }
  .c-section-philosophy-corporate__image {
    margin: 0 -0.5rem;
    padding: 0 0.32rem;
  }
}

.c-section-keyvisual {
  position: relative;
}
.c-section-keyvisual__background {
  width: 100%;
}
.c-section-keyvisual__content {
  position: absolute;
}
.c-section-keyvisual__title-text {
  display: block;
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1) forwards;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  letter-spacing: 0.12em;
  line-height: 1.2;
  clip-path: inset(0 100% 0 0);
}
.c-section-keyvisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
.c-section-keyvisual__title.animated .c-section-keyvisual__title-text {
  clip-path: inset(0);
}
.c-section-keyvisual__title-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
.c-section-keyvisual__title-wrapper--japanese {
  font-weight: 700;
}
.c-section-keyvisual__title-wrapper--english {
  font-family: "ff-din-paneuropean", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.c-section-keyvisual__title-background {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(166, 205, 244, 0)), color-stop(24.8445%, rgba(166, 205, 244, 0.8)), color-stop(56.7416%, #16439c), color-stop(86.5168%, #2d4291), to(#002182));
  background: linear-gradient(to right, rgba(166, 205, 244, 0) 0%, rgba(166, 205, 244, 0.8) 24.8445%, #16439c 56.7416%, #2d4291 86.5168%, #002182 100%);
}
@media print, (width >= 768px) {
  .c-section-keyvisual__background {
    position: relative;
    height: 330px;
    overflow: hidden;
  }
  .c-section-keyvisual__content {
    top: 131px;
    left: 50%;
    width: 1200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-section-keyvisual__title-wrapper--english .c-section-keyvisual__title-text {
    padding-bottom: 3px;
  }
  .c-section-keyvisual__title-wrapper--japanese {
    padding: 9px 23px 4px;
    font-size: 0.6rem;
  }
  .is-firefox .c-section-keyvisual__title-wrapper--japanese {
    padding-bottom: 5px;
  }
  .is-mac .c-section-keyvisual__title-wrapper--japanese {
    padding-bottom: 8px;
  }
  .c-section-keyvisual__title-wrapper--english {
    padding: 0 31px 3px;
    font-size: 0.21rem;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual__content {
    top: 2.57rem;
    left: 0;
  }
  .c-section-keyvisual__title-wrapper--english .c-section-keyvisual__title-text {
    padding-bottom: 0.03rem;
  }
  .c-section-keyvisual__title-text--wide {
    letter-spacing: 0;
  }
  .c-section-keyvisual__title-wrapper--japanese {
    margin-bottom: 0.12rem;
    padding: 0.09rem 0.21rem 0.02rem 0.27rem;
    font-size: 0.7rem;
  }
  .is-ios .c-section-keyvisual__title-wrapper--japanese {
    padding-bottom: 0.08rem;
  }
  .c-section-keyvisual__title-wrapper--sz4 {
    font-size: 0.68rem;
  }
  .c-section-keyvisual__title-wrapper--english {
    padding: 0 0.39rem 0.04rem;
    font-size: 0.25rem;
  }
}

.c-breadcrumb {
  position: relative;
  background-color: #f2f2f2;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-breadcrumb__list > li {
  position: relative;
  color: #223670;
}
.c-breadcrumb__list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.11rem;
  height: 0.15rem;
  background: url("../img/common/icn_arrow_02.svg") no-repeat center center/cover;
}
.c-breadcrumb__list > li:last-child {
  padding-right: 0;
}
.c-breadcrumb__list > li:last-child::after {
  content: none;
}
.c-breadcrumb__list a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
}
@media (hover: hover) {
  .c-breadcrumb__list a:hover {
    opacity: 0.8;
  }
}
.c-breadcrumb__list span {
  letter-spacing: 0.12em;
}
@media print, (width >= 768px) {
  .c-breadcrumb__list {
    padding: 12px 0 10px;
  }
  .c-breadcrumb__list > li {
    padding-right: 23px;
    font-size: 0.16rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.75;
  }
  .c-breadcrumb__list > li::after {
    top: 6px;
    right: 7px;
  }
  .is-safari .c-breadcrumb__list > li::after {
    top: 5px;
  }
  .c-breadcrumb--narrow .c-breadcrumb__list {
    padding: 4px 0 3px;
  }
}

.c-button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f2f2f2;
  color: #223670;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.c-button--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #223670;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.c-button--secondary::before, .c-button--secondary::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button--secondary::before {
  opacity: 1;
  background: url("../img/common/icn_arrow_03.svg") top left/contain no-repeat;
}
.c-button--secondary::after {
  opacity: 0;
  background: url("../img/common/icn_arrow_04.svg") top left/contain no-repeat;
}
.c-button--secondary:hover {
  color: #b3b3b3;
}
.c-button--secondary:hover::after {
  opacity: 1;
}
.c-button--reverse {
  background-color: #223670;
  color: #fff;
}
@media print, (width >= 768px) {
  .c-button--primary {
    max-width: 139px;
    padding: 5px 10px;
    font-size: 0.15rem;
  }
  .c-button--secondary {
    padding-right: 60px;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .c-button--secondary::before, .c-button--secondary::after {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (width < 768px) {
  .c-button--primary {
    padding: 0.19rem 0.2rem;
    font-size: 0.32rem;
    line-height: 1.75;
  }
  .c-button--secondary {
    padding-right: 0.75rem;
    font-size: 0.26rem;
    line-height: 1.7692307692;
  }
  .c-button--secondary::before, .c-button--secondary::after {
    top: 0;
    right: 0;
    width: 0.46rem;
    height: 0.46rem;
  }
  .c-button--sz1 {
    padding-right: 0.38rem;
    font-size: 0.21rem;
    line-height: 1.4285714286;
  }
  .c-button--sz1::before, .c-button--sz1::after {
    width: 0.3rem;
    height: 0.3rem;
  }
  .c-button--sz2 {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    font-size: 0.24rem;
  }
}

.c-heading__title {
  display: block;
  color: #223670;
  letter-spacing: 0.035em;
}
.c-heading__title-japanese, .c-heading__title-english {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  line-height: 1.2;
}
.c-heading__title-japanese {
  letter-spacing: 0.05em;
}
.c-heading__title-english {
  font-family: "ff-din-paneuropean", sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.c-heading--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #223670;
}
.c-heading--primary::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  background: -webkit-gradient(linear, left top, right top, from(#223670), color-stop(50%, #223670), color-stop(50%, #ccc), to(#ccc));
  background: linear-gradient(to right, #223670 0%, #223670 50%, #ccc 50%, #ccc 100%);
}
.c-heading--primary.animated::after {
  width: 100%;
}
.c-heading--primary.animated .c-heading__title-japanese,
.c-heading--primary.animated .c-heading__title-english {
  clip-path: inset(0);
}
.c-heading--secondary {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-heading--decorated {
  position: relative;
}
.c-heading--decorated::before {
  content: "";
  position: absolute;
  height: 0.01rem;
  border-top: 0.02rem solid #000;
}
.c-heading--tertiary {
  position: relative;
}
.c-heading--tertiary::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.03rem;
  height: 0.37rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #223670;
}
@media print, (width >= 768px) {
  .c-heading__title {
    -webkit-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    transform: skewX(-9deg);
    font-size: 0.45rem;
    font-weight: 800;
    line-height: 1.9728888889;
  }
  .c-heading__title-japanese {
    font-size: 0.45rem;
    font-weight: 500;
  }
  .c-heading__title-english {
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-size: 0.24rem;
  }
  .c-heading--primary {
    margin-bottom: 53px;
    padding-bottom: 16px;
  }
  .c-heading--secondary {
    margin-bottom: 40px;
    font-size: 0.36rem;
    line-height: 1.2;
  }
  .c-heading--decorated {
    padding-right: 265px;
  }
  .c-heading--decorated::before {
    right: 0;
    bottom: 8px;
    width: 270px;
  }
  .c-heading--indented {
    padding-left: 47px;
  }
  .c-heading--tertiary {
    margin-bottom: 16px;
    padding-left: 114px;
  }
  .c-heading--tertiary::before {
    width: 103px;
    height: 37px;
    margin-top: -3px;
  }
}
@media only screen and (width < 768px) {
  .c-heading__title {
    -webkit-transform: skewX(-9deg);
    -ms-transform: skewX(-9deg);
    transform: skewX(-9deg);
    font-size: 0.58rem;
    font-weight: 900;
    line-height: 1.5306896552;
  }
  .c-heading__title-japanese {
    font-size: 0.45rem;
    font-weight: 600;
  }
  .c-heading__title-english {
    padding-right: 0.05rem;
    padding-bottom: 0.03rem;
    padding-left: 0.24rem;
    font-size: 0.21rem;
    line-height: 1.5;
  }
  .c-heading--primary {
    margin: 0 -0.5rem 0.5rem;
    padding-bottom: 0.1rem;
    padding-left: 0.3rem;
  }
  .c-heading--secondary {
    margin-bottom: 0.4rem;
    font-size: 0.38rem;
    line-height: 1.4121052632;
  }
  .c-heading--decorated {
    padding-bottom: 0.32rem;
  }
  .c-heading--decorated::before {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .c-heading--tertiary {
    margin-bottom: 0;
    padding-left: 1.14rem;
  }
  .c-heading--tertiary::before {
    width: 1.03rem;
    height: 0.47rem;
    margin-top: -0.03rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.u-fade-up {
  -webkit-animation: fade-up 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fade-up 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fade-title {
  0% {
    -webkit-transform: scaleX(0) translateX(-5%);
    transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 0.65;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 0.65;
  }
}

@keyframes fade-title {
  0% {
    -webkit-transform: scaleX(0) translateX(-5%);
    transform: scaleX(0) translateX(-5%);
    opacity: 0;
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 0.65;
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0);
    opacity: 0.65;
  }
}
.u-fade-title {
  -webkit-animation: fade-title 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: fade-title 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes fade-light-image {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fade-light-image {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-post-content {
  overflow-wrap: break-word;
}
.c-post-content p {
  margin-bottom: 2em;
}
.c-post-content p:last-child {
  margin-bottom: 0;
}
.c-post-content b,
.c-post-content strong {
  font-weight: 700;
}
.c-post-content i,
.c-post-content em {
  font-style: italic;
}
.c-post-content a {
  color: inherit;
  text-decoration: underline;
}
.c-post-content a:hover {
  text-decoration: none;
}
.c-post-content sup,
.c-post-content sub {
  position: relative;
  font-size: 0.6em;
}
.c-post-content sup {
  vertical-align: top;
}
.c-post-content sub {
  vertical-align: bottom;
}
.c-post-content figure,
.c-post-content picture,
.c-post-content img,
.c-post-content video,
.c-post-content iframe,
.c-post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.c-post-content figure:last-child,
.c-post-content picture:last-child,
.c-post-content img:last-child,
.c-post-content video:last-child,
.c-post-content iframe:last-child,
.c-post-content table:last-child {
  margin-bottom: 0;
}
.c-post-content figure img,
.c-post-content figure video,
.c-post-content figure iframe,
.c-post-content figure table {
  margin-bottom: 0;
}
.c-post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post-content figcaption:last-child {
  margin-bottom: 0;
}
.c-post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post-content blockquote::before, .c-post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.c-post-content blockquote:last-child {
  margin-bottom: 0;
}
.c-post-content pre,
.c-post-content code {
  margin-bottom: 2em;
}
.c-post-content pre:last-child,
.c-post-content code:last-child {
  margin-bottom: 0;
}
.c-post-content code {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 1em;
}
.c-post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.c-post-content ul:last-child {
  margin-bottom: 0;
}
.c-post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.c-post-content ol:last-child {
  margin-bottom: 0;
}
.c-post-content h2,
.c-post-content h3,
.c-post-content h4,
.c-post-content h5,
.c-post-content h6 {
  font-weight: 700;
}
.c-post-content h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.c-post-content h2:last-child {
  margin-bottom: 0;
}
.c-post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.c-post-content h3:last-child {
  margin-bottom: 0;
}
.c-post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.c-post-content h4:last-child {
  margin-bottom: 0;
}
.c-post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.c-post-content h5:last-child {
  margin-bottom: 0;
}
.c-post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.c-post-content h6:last-child {
  margin-bottom: 0;
}
.c-post-content > div {
  margin-bottom: 2em;
}
.c-post-content > div:last-child {
  margin-bottom: 0;
}
.c-post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post-content .has-background {
  background-color: #ccc;
}
.c-post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.c-post-content .wp-block-table thead,
.c-post-content .wp-block-table tbody,
.c-post-content .wp-block-table tfoot {
  border: none;
}
.c-post-content .wp-block-table th,
.c-post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.c-post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post-content .wp-block-column {
  margin: 0 1em;
}
.c-post-content .wp-block-column:first-child {
  margin-left: 0;
}
.c-post-content .wp-block-column:last-child {
  margin-right: 0;
}
@media print, (width >= 768px) {
  .c-post-content .has-small-font-size {
    font-size: 0.13rem;
  }
  .c-post-content .has-large-font-size {
    font-size: 0.36rem;
  }
  .c-post-content .has-x-large-font-size {
    font-size: 0.42rem;
  }
}
@media only screen and (width < 768px) {
  .c-post-content {
    font-size: 0.24rem;
  }
  .c-post-content .has-small-font-size {
    font-size: 0.2rem !important;
  }
  .c-post-content .has-medium-font-size {
    font-size: 1.4em !important;
  }
  .c-post-content .has-large-font-size {
    font-size: 1.6em !important;
  }
  .c-post-content .has-x-large-font-size {
    font-size: 1.8em !important;
  }
}

.c-pagination .c-wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-pagination .c-wp-pager__arrow {
  position: relative;
}
.c-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
  color: #223670;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c-pagination .page-numbers.current {
  background-color: #223670;
  color: #fff;
}
.c-pagination .page-numbers.current, .c-pagination .page-numbers.dots {
  cursor: auto;
  pointer-events: none;
}
@media (hover: hover) {
  .c-pagination .page-numbers:hover {
    background-color: #223670;
    color: #fff;
  }
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next {
  position: absolute;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icn_arrow_03.svg") center/100% auto no-repeat;
  pointer-events: none;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a:hover,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a:hover {
  opacity: 0.8;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev {
  left: 0;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next {
  right: 0;
}
@media print, (width >= 768px) {
  .c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 0;
  }
  .c-pagination .c-wp-pager {
    min-width: 426px;
    padding: 0 88px;
    gap: 12px;
  }
  .c-pagination .page-numbers {
    width: 38px;
    height: 38px;
    padding: 6px 5px 5px 7px;
    font-size: 0.22rem;
  }
  .c-pagination .page-numbers.dots {
    padding: 17px 5px;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a {
    width: 40px;
    height: 40px;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a::before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (width < 768px) {
  .c-pagination {
    width: 100%;
    padding: 0.5rem 0 0;
  }
  .c-pagination .c-wp-pager {
    padding: 0 0.7rem;
    gap: 0.2rem;
  }
  .c-pagination .page-numbers {
    width: 0.48rem;
    height: 0.48rem;
    padding: 0.08rem 0.04rem 0.04rem 0.08rem;
    font-size: 0.32rem;
  }
  .c-pagination .page-numbers.dots {
    padding: 0.17rem 0.05rem;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a {
    width: 0.5rem;
    height: 0.5rem;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.u-hover-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .u-hover-trans:hover {
    opacity: 0.8;
  }
}

.u-load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.001;
}
html.wf-active .u-load {
  opacity: 1;
}

.u-highlight {
  color: #d0a900;
}

.u-image {
  display: block;
  width: 100%;
}

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

@media print, (width >= 768px) {
  .u-sp {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (width < 768px) {
  .u-pc {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.p-section-top-keyvisual {
  position: relative;
}
.p-section-top-keyvisual__background {
  position: absolute;
  width: 100%;
}
.p-section-top-keyvisual__background-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 86%;
  object-position: 50% 86%;
  background: url("../img/top/keyvisual_img_01.png") center/cover no-repeat;
}
.p-section-top-keyvisual__inner {
  position: relative;
  z-index: 1;
}
.p-section-top-keyvisual__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-section-top-keyvisual__title {
  margin-bottom: 0;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.1458333333;
  text-align: center;
}
.p-section-top-keyvisual__mask--front .p-section-top-keyvisual__title {
  color: #fff;
  text-shadow: 0 0 2px #223670, 0 0 4px #223670, 0 0 6px #223670, 0 0 8px #223670, 0 0 10px #223670, 0 0 16px #223670, 0 0 18px #223670, 0 0 20px #223670;
}
.p-section-top-keyvisual__mask--back .p-section-top-keyvisual__title {
  color: #223670;
}
.p-section-top-keyvisual__description {
  margin-bottom: 0;
  color: #223670;
  font-weight: 600;
  letter-spacing: 0.135em;
}
@media print, (width >= 768px) {
  .p-section-top-keyvisual__background {
    height: 872px;
  }
  .p-section-top-keyvisual__wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 900px;
    height: 1178px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-section-top-keyvisual__mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1229px;
  }
  .p-section-top-keyvisual__mask--front {
    clip-path: polygon(0 0, 100% 0, 100% 872px, 0 872px);
  }
  .p-section-top-keyvisual__mask--back {
    clip-path: polygon(0 872px, 100% 872px, 100% 100%, 0 100%);
  }
  .p-section-top-keyvisual__inner {
    padding: 1289px 0 104px;
  }
  .p-section-top-keyvisual__inner::before {
    height: 655px;
    background: #fff url("../img/top/keyvisual_decor_01.svg") top left/100% 100% no-repeat;
  }
  .p-section-top-keyvisual__title {
    position: sticky;
    top: 343px;
    width: 100%;
    -webkit-transform: skewX(-15deg) translateX(24px);
    -ms-transform: skewX(-15deg) translateX(24px);
    transform: skewX(-15deg) translateX(24px);
  }
  .p-section-top-keyvisual__description {
    font-size: 0.28rem;
    line-height: 1.6071428571;
    text-align: center;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-keyvisual__background {
    height: 12.5rem;
  }
  .p-section-top-keyvisual__wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
  }
  .p-section-top-keyvisual__mask {
    position: relative;
    top: 5rem;
  }
  .p-section-top-keyvisual__inner {
    padding: 13.23rem 0.44rem 0.72rem;
  }
  .p-section-top-keyvisual__inner::before {
    height: 4.55rem;
    background: #fff url("../img/top/sp/keyvisual_decor_01.svg") top left/100% 100% no-repeat;
  }
  .p-section-top-keyvisual__title {
    margin: 0 -0.12rem;
    -webkit-transform: skewX(-15deg) translateX(0.5rem);
    -ms-transform: skewX(-15deg) translateX(0.5rem);
    transform: skewX(-15deg) translateX(0.5rem);
  }
  .p-section-top-keyvisual__description {
    font-size: 0.32rem;
    line-height: 1.625;
  }
}

.p-section-top-introduction {
  position: relative;
  overflow: hidden;
}
.p-section-top-introduction__inner {
  position: relative;
  max-height: 5.65rem;
}
.p-section-top-introduction__video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: 50% 86%;
  object-position: 50% 86%;
  background: url("../img/top/logios_img_01.jpg") center/cover no-repeat;
}
.p-section-top-introduction__image {
  width: 100%;
}
.p-section-top-introduction__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-section-top-introduction__content {
  width: 100%;
}
.p-section-top-introduction__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-top-introduction__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-position ease 0.3s, color ease 0.3s;
  transition: background-position ease 0.3s, color ease 0.3s;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#223670), color-stop(50%, #223670), color-stop(50%, #fff), to(#fff));
  background-image: linear-gradient(to right, #223670 0%, #223670 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  color: #223670;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
}
.p-section-top-introduction__button-wrapper::before, .p-section-top-introduction__button-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-section-top-introduction__button-wrapper::before {
  opacity: 1;
  background: url("../img/common/icn_arrow_05.svg") center/cover no-repeat;
}
.p-section-top-introduction__button-wrapper::after {
  opacity: 0;
  background: url("../img/common/icn_arrow_06.svg") center/cover no-repeat;
}
.p-section-top-introduction__button-wrapper:hover {
  background-position: 0 0;
  color: #fff;
}
.p-section-top-introduction__button-wrapper:hover::before {
  opacity: 0;
}
.p-section-top-introduction__button-wrapper:hover::after {
  opacity: 1;
}
@media print, (width >= 768px) {
  .p-section-top-introduction__image {
    height: 565px;
  }
  .p-section-top-introduction__content {
    position: absolute;
    top: 131px;
    left: 50%;
    max-width: 1000px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-section-top-introduction__title {
    width: 712px;
    margin: 0 auto 57px;
  }
  .p-section-top-introduction__button-wrapper {
    width: 310px;
    padding: 12px 63px 12px 21px;
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .p-section-top-introduction__button-wrapper::before, .p-section-top-introduction__button-wrapper::after {
    right: 15px;
    width: 36px;
    height: 36px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-introduction__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 6.65rem;
    pointer-events: none;
  }
  .p-section-top-introduction__content {
    position: relative;
    padding: 1.57rem 0 0.62rem;
  }
  .p-section-top-introduction__title {
    width: 6.1rem;
    margin: 0 auto 0.62rem;
  }
  .p-section-top-introduction__button-wrapper {
    width: 100%;
    padding: 0.13rem 1.6rem 0.11rem 0.89rem;
    font-size: 0.42rem;
    line-height: 1.6666666667;
  }
  .p-section-top-introduction__button-wrapper::before, .p-section-top-introduction__button-wrapper::after {
    right: 0.8rem;
    width: 0.63rem;
    height: 0.63rem;
  }
}

.p-section-top-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.p-section-top-story__item-wrapper {
  display: block;
  text-decoration: none;
}
.p-section-top-story__item-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-section-top-story__item-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: 0;
  width: 0.3rem;
  height: 100%;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
  background-color: #fff;
}
.p-section-top-story__item-source {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-section-top-story__item-content {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #223670;
}
.p-section-top-story__item-content::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(0 100% 0 0);
}
.p-section-top-story__title-japanese, .p-section-top-story__title-english {
  display: block;
}
.p-section-top-story__title-japanese {
  font-weight: 600;
  letter-spacing: 0.025em;
}
.p-section-top-story__title-english {
  font-family: "ff-din-paneuropean", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media print, (width >= 768px) {
  .p-section-top-story {
    padding: 100px 0 130px;
  }
  .p-section-top-story .l-wrapper {
    max-width: 1300px;
  }
  .p-section-top-story__list {
    margin: 0 -25px -47px;
    padding-top: 25px;
  }
  .p-section-top-story__item {
    width: 33.3333333333%;
    padding: 0 25px 46px;
  }
  .p-section-top-story__item-image {
    padding-top: 65%;
  }
  .p-section-top-story__item-content {
    padding-top: 13px;
  }
  .p-section-top-story__item-content::after {
    top: 21px;
    right: -4px;
    width: 226px;
    height: 14px;
    background: url("../img/top/icn_arrow_01.svg") center/cover no-repeat;
  }
  .p-section-top-story__title-japanese {
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .p-section-top-story__title-english {
    padding-left: 1px;
    font-size: 0.14rem;
    line-height: 1.1428571429;
  }
  .p-section-top-story a.p-section-top-story__item-wrapper:hover .p-section-top-story__item-image::before {
    -webkit-animation: fade-light-image 0.5s linear;
    animation: fade-light-image 0.5s linear;
  }
  .p-section-top-story a.p-section-top-story__item-wrapper:hover .p-section-top-story__item-content {
    color: #b3b3b3;
  }
  .p-section-top-story a.p-section-top-story__item-wrapper:hover .p-section-top-story__item-content::after {
    clip-path: inset(0);
  }
}
@media only screen and (width < 768px) {
  .p-section-top-story {
    padding: 0.59rem 0 0.83rem;
  }
  .p-section-top-story .l-wrapper {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
  }
  .p-section-top-story__list {
    margin: 0 -0.15rem -0.29rem;
    padding-top: 0.16rem;
  }
  .p-section-top-story__item {
    width: 50%;
    padding: 0 0.15rem 0.29rem;
  }
  .p-section-top-story__item-image {
    padding-top: 64.6153846154%;
  }
  .p-section-top-story__item-content {
    padding: 0.26rem 0 0 0.19rem;
  }
  .p-section-top-story__item-content::after {
    top: 0.37rem;
    right: 0.08rem;
    width: 1.3rem;
    height: 0.14rem;
    background: url("../img/top/sp/icn_arrow_01.svg") center/cover no-repeat;
    clip-path: inset(0);
  }
  .p-section-top-story__item--last .p-section-top-story__item-content::after {
    width: 0.62rem;
    background: url("../img/top/sp/icn_arrow_02.svg") top right/cover no-repeat;
  }
  .p-section-top-story__title-japanese {
    padding-right: 1.32rem;
    font-size: 0.38rem;
    line-height: 1.2;
  }
  .p-section-top-story__item--last .p-section-top-story__title-japanese {
    padding-right: 0.7rem;
  }
  .p-section-top-story__title-english {
    margin-left: 0.03rem;
    font-size: 0.21rem;
    line-height: 1.1;
  }
}

@-webkit-keyframes slide-to-left {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-to-left {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.p-section-top-logistic {
  position: relative;
}
.p-section-top-logistic__slider {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.p-section-top-logistic__slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.58;
  background-color: #736357;
  pointer-events: none;
}
.p-section-top-logistic__slider-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.p-section-top-logistic__slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-top-logistic__slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-animation: slide-to-left 80s linear infinite;
  animation: slide-to-left 80s linear infinite;
  list-style: none;
}
.p-section-top-logistic__content {
  position: absolute;
  color: #fff;
  text-align: center;
}
.p-section-top-logistic__text {
  display: block;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-section-top-logistic__title {
  font-weight: 900;
  letter-spacing: 0.035em;
}
.p-section-top-logistic__description {
  font-weight: 700;
  letter-spacing: 0.16em;
}
.p-section-top-logistic__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-top-logistic__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.01rem solid #fff;
  color: #fff;
  font-family: "ff-din-paneuropean", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.005em;
}
@media print, (width >= 768px) {
  .p-section-top-logistic__slider-list {
    margin-right: -16px;
  }
  .p-section-top-logistic__slider-item {
    width: 388px;
    height: 396px;
    margin-right: -1px;
  }
  .p-section-top-logistic__content {
    top: 97px;
    left: 50%;
    width: 800px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-section-top-logistic__text {
    margin-bottom: 11px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .p-section-top-logistic__title {
    margin-bottom: 0;
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    transform: skewX(-11deg);
    font-size: 0.71rem;
    line-height: 1.1;
  }
  .p-section-top-logistic__description {
    margin-bottom: 24px;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .p-section-top-logistic__button-wrapper {
    width: 300px;
    min-height: 65px;
    padding: 10px 20px 14px;
    font-size: 0.21rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-logistic__slider-list {
    margin-right: -0.1rem;
  }
  .p-section-top-logistic__slider-item {
    width: 3.75rem;
    height: 7.66rem;
  }
  .p-section-top-logistic__content {
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    padding: 0 0.5rem;
  }
  .p-section-top-logistic__text {
    margin-bottom: 0.11rem;
    font-size: 0.25rem;
    line-height: 1.5;
  }
  .p-section-top-logistic__title {
    margin-bottom: 0;
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    transform: skewX(-11deg);
    font-size: 0.74rem;
    line-height: 1.1;
  }
  .p-section-top-logistic__description {
    margin: 0 -0.2rem 2.12rem;
    font-size: 0.27rem;
    line-height: 1.8;
  }
  .p-section-top-logistic__button-wrapper {
    width: 100%;
    min-height: 0.94rem;
    padding: 0.11rem 0.2rem 0.19rem;
    font-size: 0.43rem;
    line-height: 1.3953488372;
  }
}

.p-section-top-news__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-top-news__item {
  border-bottom: 0.01rem solid #223670;
}
.p-section-top-news__item-wrapper {
  display: block;
}
.p-section-top-news__item-time {
  display: block;
  color: #223670;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-section-top-news__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-top-news__category-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #223670;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.p-section-top-news__category-text:hover {
  opacity: 0.8;
}
.p-section-top-news__item-title {
  margin-bottom: 0;
  color: #223670;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-section-top-news__button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, (width >= 768px) {
  .p-section-top-news {
    padding: 83px 0 145px;
  }
  .p-section-top-news .l-wrapper {
    max-width: 1300px;
  }
  .p-section-top-news__list {
    padding: 0 100px;
  }
  .p-section-top-news__item {
    padding: 12px 10px;
  }
  .p-section-top-news__item-time {
    padding-left: 3px;
    font-size: 0.17rem;
    line-height: 1.6;
  }
  .p-section-top-news__category-list {
    margin-bottom: -10px;
  }
  .p-section-top-news__category-item {
    min-width: 113px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .p-section-top-news__category-text {
    width: 100%;
    padding: 6px 5px;
    font-size: 0.17rem;
    line-height: 1.2941176471;
  }
  .p-section-top-news__item-inner {
    padding-top: 14px;
    padding-left: 3px;
  }
  .p-section-top-news__item-title {
    font-size: 0.17rem;
    line-height: 1.1764705882;
  }
  .p-section-top-news__button-more {
    margin-top: 22px;
    padding-right: 130px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-news {
    padding: 0.56rem 0 1.23rem;
  }
  .p-section-top-news__list {
    margin-top: -0.11rem;
  }
  .p-section-top-news__item {
    padding: 0.29rem 0.16rem;
  }
  .p-section-top-news__item-time {
    margin-bottom: 0.05rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-section-top-news__category-list {
    margin-bottom: 0.15rem;
  }
  .p-section-top-news__category-item {
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .p-section-top-news__category-text {
    padding: 0.04rem 0.15rem 0.01rem;
    font-size: 0.21rem;
    line-height: 1.3636363636;
  }
  .p-section-top-news__item-inner {
    padding-left: 0.05rem;
  }
  .p-section-top-news__item-title {
    font-size: 0.28rem;
    line-height: 1.2089285714;
  }
  .p-section-top-news__button-more {
    margin-top: 0.22rem;
    padding-right: 0.11rem;
  }
}

.p-section-office-location__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-office-location__item:last-child {
  margin-bottom: 0;
}
.p-section-office-location__information-title {
  color: #223670;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-section-office-location__information-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #223670;
}
.p-section-office-location__table-title, .p-section-office-location__table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #223670;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.p-section-office-location__table-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #223670;
}
.p-section-office-location__table-address {
  letter-spacing: 0.12em;
}
.p-section-office-location__map iframe {
  width: 100%;
  height: 100%;
}
@media print, (width >= 768px) {
  .p-section-office-location {
    padding: 61px 0 196px;
  }
  .p-section-office-location__list {
    margin-top: 74px;
  }
  .p-section-office-location__item {
    margin-bottom: 72px;
  }
  .p-section-office-location__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-section-office-location__information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
    margin-left: 51px;
  }
  .p-section-office-location__information-title {
    margin-bottom: 7px;
    padding: 0 2px;
    font-size: 0.28rem;
  }
  .p-section-office-location__table-title, .p-section-office-location__table-content {
    min-height: 122px;
    padding: 36px 15px 33px;
    font-size: 0.17rem;
    line-height: 1.75;
  }
  .p-section-office-location__table-title {
    width: 162px;
    padding-right: 26px;
  }
  .p-section-office-location__table-content {
    width: calc(100% - 162px);
  }
  .p-section-office-location__map {
    width: 590px;
    height: 336px;
    margin-top: 20px;
  }
}
@media only screen and (width < 768px) {
  .p-section-office-location {
    padding: 0.54rem 0 1.88rem;
  }
  .p-section-office-location__list {
    margin-top: -0.06rem;
  }
  .p-section-office-location__item {
    margin-bottom: 0.58rem;
  }
  .p-section-office-location__information {
    margin-bottom: 0.3rem;
  }
  .p-section-office-location__information-title {
    margin-bottom: 0.09rem;
    padding: 0 0.05rem;
    font-size: 0.34rem;
  }
  .p-section-office-location__table-title, .p-section-office-location__table-content {
    min-height: 1.5rem;
    padding: 0.34rem 0.15rem 0.35rem;
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .p-section-office-location__table-title {
    width: 2.09rem;
    padding-right: 0.17rem;
  }
  .p-section-office-location__table-content {
    width: calc(100% - 2.09rem);
    padding-right: 0;
  }
  .p-section-office-location__table-address {
    margin-right: -0.1rem;
  }
  .p-section-office-location__map {
    width: 100%;
    height: 3.65rem;
  }
}

.p-section-chart-organization__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-chart-organization__group::after {
  content: "";
  position: absolute;
}
.p-section-chart-organization__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-chart-organization__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-chart-organization__logo img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-section-chart-organization__text {
  display: inline-block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
}
.p-section-chart-organization__text::before {
  content: "";
  position: absolute;
  right: 0;
  background: url("../img/common/icn_arrow_03.svg") no-repeat center/auto 100%;
}
.p-section-chart-organization__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.01rem;
  left: -0.02rem;
  width: calc(100% + 0.04rem);
  height: 0.01rem;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  border-bottom: 0.01rem solid #223670;
  clip-path: inset(0 100% 0 0);
}
.p-section-chart-organization__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-decoration: none;
}
.p-section-chart-organization__link:hover .p-section-chart-organization__text::after {
  clip-path: inset(0);
}
.p-section-chart-organization__link:hover .p-section-chart-organization__logo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media print, (width >= 768px) {
  .p-section-chart-organization {
    padding-top: 116px;
  }
  .p-section-chart-organization__group {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 54px;
  }
  .p-section-chart-organization__group::after {
    bottom: 0;
    left: 142px;
    width: 874px;
    height: 44px;
    background: url("../img/chart/organization_arrow.png") no-repeat center/auto 100%;
  }
  .p-section-chart-organization__list {
    margin: 11px 0 0;
  }
  .p-section-chart-organization__item {
    width: 25%;
    margin-bottom: 16px;
  }
  .p-section-chart-organization__item:nth-child(2) {
    max-width: 250px;
  }
  .p-section-chart-organization__item:nth-child(3) {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  .p-section-chart-organization__item:nth-child(4) {
    -webkit-transform: translateX(-34px);
    -ms-transform: translateX(-34px);
    transform: translateX(-34px);
  }
  .p-section-chart-organization__logo {
    width: 236px;
    margin: 0 auto 17px;
  }
  .p-section-chart-organization__group .p-section-chart-organization__logo {
    margin-bottom: 9px;
  }
  .p-section-chart-organization__text {
    padding-right: 25px;
    font-size: 0.19rem;
  }
  .p-section-chart-organization__text::before {
    top: 4px;
    width: 21px;
    height: 21px;
  }
}
@media only screen and (width < 768px) {
  .p-section-chart-organization {
    padding-top: 0.68rem;
    overflow: hidden;
  }
  .p-section-chart-organization__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-chart-organization__group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0.7rem;
    padding-bottom: 0.4rem;
  }
  .p-section-chart-organization__group::after {
    top: 0.9rem;
    right: 0;
    width: 0.35rem;
    height: 5.4rem;
    background: url("../img/chart/sp/organization_arrow.png") no-repeat top center/auto 100%;
  }
  .p-section-chart-organization__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-section-chart-organization__item {
    margin-bottom: 0.35rem;
  }
  .p-section-chart-organization__logo {
    width: 2.05rem;
    margin: 0 auto 0.07rem;
  }
  .p-section-chart-organization__text {
    padding-right: 0.2rem;
    font-size: 0.17rem;
  }
  .p-section-chart-organization__text::before {
    top: 0.03rem;
    right: -0.01rem;
    width: 0.19rem;
    height: 0.19rem;
  }
}

.p-section-logios-keyvisual {
  position: relative;
}
.p-section-logios-keyvisual__image {
  width: 100%;
}
.p-section-logios-keyvisual__content {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-section-logios-keyvisual__title {
  margin: 0 auto;
}
@media print, (width >= 768px) {
  .p-section-logios-keyvisual {
    height: 330px;
    overflow: hidden;
  }
  .p-section-logios-keyvisual__content {
    top: calc(50% + 1px);
    max-width: 800px;
  }
  .p-section-logios-keyvisual__title {
    width: 492px;
  }
}
@media only screen and (width < 768px) {
  .p-section-logios-keyvisual__content {
    top: calc(50% + 0.03rem);
    max-width: 7rem;
  }
  .p-section-logios-keyvisual__title {
    width: 6.5rem;
  }
}

.p-section-logios-about__content {
  text-align: justify;
}
.p-section-logios-about__content-text:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-logios-about {
    padding: 117px 0 0;
  }
  .p-section-logios-about__wrapper {
    max-width: 1006px;
    margin: 0 auto 44px;
    padding-top: 54px;
  }
  .p-section-logios-about__content {
    margin-bottom: 124px;
    margin-right: -38px;
    padding-top: 4px;
    padding-left: 10px;
  }
  .p-section-logios-about__content-text {
    margin-bottom: 48px;
    font-size: 0.21rem;
    line-height: 2.8235294118;
  }
  .p-section-logios-about__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-logios-about__image-source {
    width: 50%;
  }
}
@media only screen and (width < 768px) {
  .p-section-logios-about {
    padding: 0.68rem 0 0.71rem;
  }
  .p-section-logios-about__wrapper {
    padding-top: 0.12rem;
  }
  .p-section-logios-about__content-text {
    margin-bottom: 0.49rem;
    font-size: 0.28rem;
    line-height: 1.75;
  }
}

.p-section-news__title-wrapper {
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  color: #000;
  font-weight: 600;
  text-align: center;
  clip-path: inset(0 100% 0 0);
}
.p-section-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-section-news__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.01rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  background: -webkit-gradient(linear, left top, right top, from(#223670), color-stop(50%, #223670), color-stop(50%, #ccc), to(#ccc));
  background: linear-gradient(to right, #223670 0%, #223670 50%, #ccc 50%, #ccc 100%);
}
.p-section-news__title.animated::after {
  width: 100%;
}
.p-section-news__title.animated .p-section-news__title-wrapper {
  clip-path: inset(0);
}
.p-section-news__title-highlight {
  color: #f7931e;
}
.p-section-news__description {
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.p-section-news__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-news__item {
  border-bottom: 0.01rem solid #223670;
}
.p-section-news__item-wrapper {
  display: block;
}
.p-section-news__item-time {
  display: block;
  color: #223670;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-section-news__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-news__category-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #223670;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.p-section-news__category-text:hover {
  opacity: 0.8;
}
.p-section-news__item-title {
  margin-bottom: 0;
  color: #223670;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-section-news__button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, (width >= 768px) {
  .p-section-news {
    padding: 118px 0 165px;
  }
  .p-section-news .l-wrapper {
    max-width: 1100px;
  }
  .p-section-news__title {
    margin-bottom: 80px;
    padding-bottom: 26px;
  }
  .p-section-news__title-wrapper {
    font-size: 0.36rem;
    line-height: 1.2;
  }
  .p-section-news__description {
    margin-bottom: 20px;
    font-size: 0.28rem;
    line-height: 2.6957142857;
  }
  .p-section-news__item {
    padding: 32px 102px;
  }
  .p-section-news__item-time {
    padding-left: 3px;
    font-size: 0.17rem;
    line-height: 1.6;
  }
  .p-section-news__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-news__category-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 113px;
    max-width: 136px;
    margin-bottom: -10px;
  }
  .p-section-news__category-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-section-news__category-text {
    width: 100%;
    padding: 7px 5px 6px;
    font-size: 0.17rem;
    line-height: 1.2941176471;
  }
  .p-section-news__item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
  }
  .p-section-news__item-title {
    font-size: 0.17rem;
    line-height: 2.0588235294;
  }
  .p-section-news__button-more {
    margin-top: 18px;
    padding-right: 14px;
  }
}
@media only screen and (width < 768px) {
  .p-section-news {
    padding: 0.57rem 0 2.27rem;
  }
  .p-section-news__title {
    margin: 0 -0.5rem 0.44rem;
    padding-bottom: 0.46rem;
  }
  .p-section-news__title-wrapper {
    font-size: 0.45rem;
    line-height: 1.2773333333;
  }
  .p-section-news__description {
    margin: 0 -0.12rem 0.37rem;
    font-size: 0.35rem;
    line-height: 1.4708571429;
  }
  .p-section-news__item {
    padding: 0.49rem 0.08rem;
  }
  .p-section-news__item-time {
    padding-left: 0.06rem;
    font-size: 0.28rem;
    line-height: 1.6785714286;
  }
  .p-section-news__category-list {
    margin-bottom: 0.19rem;
  }
  .p-section-news__category-item {
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .p-section-news__category-text {
    padding: 0.09rem 0.25rem 0.08rem;
    font-size: 0.28rem;
    line-height: 1.4285714286;
  }
  .p-section-news__item-inner {
    padding-left: 0.13rem;
  }
  .p-section-news__item-title {
    font-size: 0.28rem;
    line-height: 1.2089285714;
  }
  .p-section-news__button-more {
    margin-top: 0.27rem;
    padding-right: 0.41rem;
  }
}

.p-section-message__text {
  text-align: justify;
}
.p-section-message__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-section-message__author-position {
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
.p-section-message__author-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-section-message__author-name {
  width: 1.9rem;
}
@media print, (width >= 768px) {
  .p-section-message {
    padding: 116px 0 191px;
  }
  .p-section-message .l-wrapper {
    max-width: 1100px;
  }
  .p-section-message__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-section-message__inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 19px;
  }
  .p-section-message__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 480px;
  }
  .p-section-message__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 48px;
  }
  .p-section-message__text {
    margin-top: -15px;
    margin-bottom: 67px;
    line-height: 2.8823529412;
    letter-spacing: 0.08em;
  }
  .p-section-message__author {
    padding-right: 21px;
  }
  .p-section-message__author-position {
    padding-right: 20px;
    margin-bottom: -6px;
    font-size: 0.21rem;
    letter-spacing: 0.12em;
  }
}
@media only screen and (width < 768px) {
  .p-section-message {
    padding: 0.68rem 0 2.26rem;
  }
  .p-section-message__image {
    margin: -0.09rem -0.5rem 0.5rem;
  }
  .p-section-message__content {
    margin-top: -0.02rem;
  }
  .p-section-message__text {
    margin-bottom: 0.45rem;
    font-size: 0.28rem;
    line-height: 1.75;
  }
  .p-section-message__author {
    padding-right: 0.03rem;
  }
  .p-section-message__author-position {
    margin-bottom: -0.1rem;
    padding-top: 0.11rem;
    padding-right: 0.13rem;
    font-size: 0.29rem;
    letter-spacing: 0.02em;
  }
}

.p-section-company-corporate__wrapper {
  position: relative;
  z-index: 1;
}
.p-section-company-corporate__image {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.p-section-company-corporate__subtitle {
  position: relative;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.p-section-company-corporate__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  text-align: justify;
}
.p-section-company-corporate__subtitle-decor, .p-section-company-corporate__text-decor {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: transparent;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
@media print, (width >= 768px) {
  .p-section-company-corporate {
    padding: 116px 0 54px;
  }
  .p-section-company-corporate__wrapper {
    min-height: 288px;
    margin-top: -55px;
    padding: 48px 78px 20px 301px;
  }
  .p-section-company-corporate__image {
    top: 11px;
    left: 0;
    height: 288px;
  }
  .p-section-company-corporate__subtitle {
    margin-bottom: 15px;
    font-size: 0.35rem;
    line-height: 1.5;
  }
  .p-section-company-corporate__text {
    font-size: 0.21rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.619047619;
  }
  .p-section-company-corporate__subtitle-decor, .p-section-company-corporate__text-decor {
    -webkit-text-stroke: 6px #fff;
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
}
@media only screen and (width < 768px) {
  .p-section-company-corporate {
    padding: 0.68rem 0 0.57rem;
    overflow: hidden;
  }
  .p-section-company-corporate__wrapper {
    min-height: 4.5rem;
    padding: 0.31rem 1.2rem 0.38rem 0;
  }
  .p-section-company-corporate__image {
    bottom: 0;
    right: -0.5rem;
    width: calc(100% + 1rem);
    min-height: 4.5rem;
  }
  .p-section-company-corporate__image img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .p-section-company-corporate__subtitle {
    margin-bottom: 0.23rem;
    font-size: 0.41rem;
    letter-spacing: 0.1em;
    line-height: 1.3087804878;
  }
  .p-section-company-corporate__text {
    font-size: 0.28rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.5357142857;
  }
  .p-section-company-corporate__subtitle-decor {
    -webkit-text-stroke: 0.06rem #fff;
    -webkit-filter: blur(0.03rem);
    filter: blur(0.03rem);
  }
  .p-section-company-corporate__text-decor {
    -webkit-text-stroke: 0.07rem #fff;
    -webkit-filter: blur(0.02rem);
    filter: blur(0.02rem);
  }
}

.p-section-company-profile__table-row {
  border-bottom: 0.01rem solid #223670;
}
.p-section-company-profile__table-head {
  color: #223670;
  font-weight: 600;
}
.p-section-company-profile__table-content {
  font-weight: 500;
}
.p-section-company-profile__table-button {
  position: absolute;
}
.p-section-company-profile__table-content--address {
  position: relative;
}
.p-section-company-profile__table-list {
  margin-bottom: 0;
  list-style-type: decimal;
}
.p-section-company-profile__table-item, .p-section-company-profile__table-address, .p-section-company-profile__table-text {
  margin-bottom: 0;
  font-weight: 500;
}
.p-section-company-profile__table-time {
  letter-spacing: inherit;
}
.p-section-company-profile__accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.p-section-company-profile__accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  background-color: #223670;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.12em;
  cursor: pointer;
  pointer-events: auto;
}
.p-section-company-profile__accordion-button:hover {
  opacity: 0.8;
}
.p-section-company-profile__accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/icn_arrow_07.svg") center/cover no-repeat;
}
.p-section-company-profile__accordion.is-active .p-section-company-profile__accordion-button::before {
  background-image: url("../img/common/icn_close_01.svg");
}
.p-section-company-profile__accordion.is-active .p-section-company-profile__accordion-button {
  background-color: #999;
}
.p-section-company-profile__accordion-content {
  display: none;
}
.p-section-company-profile__note {
  display: block;
  color: #000;
  letter-spacing: 0.06em;
  text-align: right;
}
@media print, (width >= 768px) {
  .p-section-company-profile__wrapper {
    margin-top: -19px;
    padding: 0 50px;
  }
  .p-section-company-profile__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 14px;
  }
  .p-section-company-profile__table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 544px;
    padding-right: 20px;
    padding-left: 183px;
    font-size: 0.17rem;
    letter-spacing: 0.12em;
    line-height: 1.5882352941;
  }
  .p-section-company-profile__table-content {
    width: calc(100% - 544px);
  }
  .p-section-company-profile__table-content--address {
    padding-right: 245px;
  }
  .p-section-company-profile__table-button {
    right: 99px;
    bottom: 6px;
    width: 139px;
  }
  .p-section-company-profile__table-list {
    padding-left: 26px;
  }
  .p-section-company-profile__table-item, .p-section-company-profile__table-address, .p-section-company-profile__table-text {
    letter-spacing: 0.12em;
    line-height: 1.5882352941;
  }
  .p-section-company-profile .l-wrapper {
    max-width: 1200px;
  }
  .p-section-company-profile__accordion {
    padding-top: 103px;
  }
  .p-section-company-profile__accordion-button {
    width: 610px;
    min-height: 100px;
    padding: 10px 100px 10px 20px;
    font-size: 0.26rem;
    line-height: 1.6923076923;
  }
  .p-section-company-profile__accordion-button::before {
    right: 44px;
    width: 38px;
    height: 38px;
  }
  .p-section-company-profile__accordion-heading {
    padding-bottom: 45px;
  }
  .p-section-company-profile__accordion-content {
    padding: 114px 0 0;
  }
  .p-section-company-profile__note {
    margin-bottom: -5px;
    padding-top: 16px;
    padding-right: 5px;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-profile__wrapper {
    margin-top: -0.21rem;
  }
  .p-section-company-profile__table-row {
    padding: 0.21rem 0.11rem 0.19rem;
  }
  .p-section-company-profile__table-row:last-child {
    border-color: #fff;
  }
  .p-section-company-profile__table-head {
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.4642857143;
  }
  .p-section-company-profile__table-content {
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.4642857143;
  }
  .p-section-company-profile__table-content--address {
    padding-right: 2.3rem;
  }
  .p-section-company-profile__table-button {
    right: -0.11rem;
    bottom: 0.04rem;
    width: 2.14rem;
  }
  .p-section-company-profile__table-list {
    padding-left: 0.33rem;
  }
  .is-ios .p-section-company-profile__table-list {
    padding-left: 0.44rem;
  }
  .p-section-company-profile__table-item, .p-section-company-profile__table-address, .p-section-company-profile__table-text {
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.4642857143;
  }
  .p-section-company-profile__accordion {
    padding-top: 0.17rem;
  }
  .p-section-company-profile__accordion-heading {
    margin-right: -0.05rem;
    margin-left: -0.05rem;
    padding-bottom: 0.12rem;
  }
  .p-section-company-profile__accordion-button {
    width: 100%;
    min-height: 1.08rem;
    padding: 0.12rem 0.9rem 0.1rem 0.1rem;
    font-size: 0.32rem;
    line-height: 1.744375;
  }
  .p-section-company-profile__accordion-button::before {
    right: 0.47rem;
    width: 0.41rem;
    height: 0.41rem;
  }
  .p-section-company-profile__note {
    margin-right: -0.14rem;
    margin-bottom: 0.44rem;
    padding-top: 0.11rem;
    font-size: 0.21rem;
    line-height: 1.4285714286;
  }
}

.p-list-company-profile__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-company-profile__item:last-child {
  margin-bottom: 0;
}
.p-list-company-profile__title {
  color: #000;
}
.p-list-company-profile__title-number {
  display: block;
  font-family: "ff-din-paneuropean", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.p-list-company-profile__title-text {
  display: block;
  letter-spacing: 0.12em;
}
.p-list-company-profile__sublist {
  margin-bottom: 0;
  font-weight: 500;
  list-style: none;
}
.p-list-company-profile__text, .p-list-company-profile__description {
  font-weight: 500;
}
.p-list-company-profile__text {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-list-company-profile__item {
    margin-bottom: 56px;
  }
  .p-list-company-profile__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  .p-list-company-profile__title-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    font-size: 0.35rem;
    line-height: 1.2;
  }
  .p-list-company-profile__title-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 21px;
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .p-list-company-profile__content {
    padding: 0 50px;
  }
  .p-list-company-profile__sublist {
    padding-left: 12px;
  }
  .p-list-company-profile__subitem {
    letter-spacing: 0.12em;
    line-height: 1.7470588235;
  }
  .p-list-company-profile__text, .p-list-company-profile__description {
    padding-left: 12px;
    letter-spacing: 0.12em;
    line-height: 1.7470588235;
  }
  .p-list-company-profile__text--sz10 {
    font-size: 0.21rem;
  }
  .p-list-company-profile__description {
    margin-top: 30px;
    margin-bottom: 12px;
  }
  .p-list-company-profile__link-phone {
    pointer-events: none;
  }
}
@media only screen and (width < 768px) {
  .p-list-company-profile__item {
    margin-bottom: 0.32rem;
  }
  .p-list-company-profile__title {
    margin-bottom: 0.45rem;
  }
  .p-list-company-profile__title-number {
    margin-bottom: 0.06rem;
    font-size: 0.6rem;
    line-height: 1;
  }
  .p-list-company-profile__title-text {
    font-size: 0.36rem;
    line-height: 1.2847222222;
  }
  .p-list-company-profile__sublist {
    padding-left: 0;
  }
  .p-list-company-profile__subitem, .p-list-company-profile__text, .p-list-company-profile__description {
    font-size: 0.28rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
  .p-list-company-profile__description {
    margin-top: 0.3rem;
    margin-bottom: 0.12rem;
  }
}

.p-table-company-profile__wrapper {
  margin-bottom: 0;
  border-collapse: collapse;
}
.p-table-company-profile__head {
  background-color: #f7f7f7;
}
.p-table-company-profile__body {
  background-color: #fff;
}
.p-table-company-profile__cell {
  border: 0.01rem solid #131313;
  letter-spacing: 0.06em;
  text-align: center;
  vertical-align: middle;
}
@media print, (width >= 768px) {
  .p-table-company-profile__wrapper {
    width: 100%;
  }
  .p-table-company-profile__cell {
    padding: 18px 7px 14px;
    font-size: 0.17rem;
    line-height: 1.7576470588;
  }
  .p-table-company-profile__cell:nth-child(1) {
    width: 188px;
  }
  .p-table-company-profile__cell:nth-child(2) {
    width: 182px;
  }
  .p-table-company-profile__cell:nth-child(3) {
    width: 270px;
  }
  .p-table-company-profile__cell:nth-child(4) {
    width: 255px;
  }
  .p-table-company-profile__body .p-table-company-profile__cell {
    padding-top: 19px;
    padding-bottom: 18px;
  }
  .p-table-company-profile__cell--support-system:nth-child(1) {
    width: 227px;
  }
  .p-table-company-profile__cell--support-system:nth-child(2) {
    width: 164px;
  }
  .p-table-company-profile__cell--support-system:nth-child(3) {
    width: 164px;
  }
  .p-table-company-profile__cell--support-system:nth-child(4) {
    width: 166px;
  }
  .p-table-company-profile__cell--support-system:nth-child(5) {
    width: 208px;
  }
}
@media only screen and (width < 768px) {
  .p-table-company-profile__wrapper {
    display: block;
    width: 16.3rem;
    white-space: nowrap;
  }
  .p-table-company-profile__cell {
    padding: 0.24rem 0.07rem 0.23rem;
    font-size: 0.25rem;
    line-height: 1.7712;
  }
  .p-table-company-profile__cell:nth-child(1) {
    width: 2.79rem;
  }
  .p-table-company-profile__cell:nth-child(2) {
    width: 2.7rem;
  }
  .p-table-company-profile__cell:nth-child(3) {
    width: 3.99rem;
  }
  .p-table-company-profile__cell:nth-child(4) {
    width: 3.78rem;
  }
  .p-table-company-profile__cell:nth-child(5) {
    width: 3.03rem;
  }
  .p-table-company-profile__body .p-table-company-profile__cell {
    padding-top: 0.29rem;
    padding-bottom: 0.27rem;
  }
  .p-table-company-profile__cell--support-system:nth-child(1) {
    width: 3.36rem;
  }
  .p-table-company-profile__cell--support-system:nth-child(2) {
    width: 2.44rem;
  }
  .p-table-company-profile__cell--support-system:nth-child(3) {
    width: 2.44rem;
  }
  .p-table-company-profile__cell--support-system:nth-child(4) {
    width: 2.44rem;
  }
  .p-table-company-profile__cell--support-system:nth-child(5) {
    width: 3.08rem;
  }
  .p-table-company-profile__cell--support-system:nth-child(6) {
    width: 2.52rem;
  }
}

.p-section-company-development__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-company-development__item:last-child {
  margin-bottom: 0;
}
.p-section-company-development__time {
  display: block;
  font-family: "ff-din-paneuropean", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-section-company-development__timeline {
  border-top: 0.01rem solid #223670;
  font-weight: 500;
}
.p-section-company-development__timeline-text {
  letter-spacing: inherit;
}
.p-section-company-development__timeline-content p:last-child {
  margin-bottom: 0;
}
@media print, (width >= 768px) {
  .p-section-company-development {
    padding: 92px 0 134px;
  }
  .p-section-company-development__wrapper {
    max-width: 1100px;
    margin: 60px auto 0;
  }
  .p-section-company-development__item {
    margin-bottom: 60px;
  }
  .p-section-company-development__time {
    margin-bottom: 13px;
    padding: 0 30px;
    font-size: 0.35rem;
  }
  .p-section-company-development__timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-section-company-development__timeline-detail, .p-section-company-development__timeline-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 78px;
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #223670;
    letter-spacing: 0.12em;
    line-height: 2.2941176471;
  }
  .p-section-company-development__timeline-detail {
    width: 242px;
    padding-right: 10px;
    padding-left: 90px;
    color: #223670;
  }
  .p-section-company-development__timeline-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 242px);
  }
  .p-section-company-development__timeline-content p {
    margin-bottom: 39px;
  }
}
@media only screen and (width < 768px) {
  .p-section-company-development {
    padding: 0.76rem 0 0.86rem;
  }
  .p-section-company-development__list {
    margin: -0.35rem -0.1rem 0;
  }
  .p-section-company-development__item {
    margin-bottom: 0.33rem;
  }
  .p-section-company-development__time {
    margin-bottom: 0.05rem;
    padding: 0 0.16rem;
    font-size: 0.42rem;
  }
  .p-section-company-development__timeline-detail, .p-section-company-development__timeline-content {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.4642857143;
  }
  .p-section-company-development__timeline-detail {
    padding-top: 0.15rem;
  }
  .p-section-company-development__timeline-content {
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #223670;
  }
  .p-section-company-development__timeline-content p {
    margin-bottom: 0.4rem;
  }
}

.p-section-about-group {
  background-color: #f2f2f2;
}
.p-section-about-group__subtitle {
  font-weight: 600;
}
.p-section-about-group__text {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.p-section-about-group__list {
  padding-left: 0;
  list-style: none;
}
.p-section-about-group__item-wrapper {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.p-section-about-group__item-wrapper:hover {
  opacity: 0.8;
}
.p-section-about-group__item-image {
  width: 100%;
}
.p-section-about-group__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
}
.p-section-about-group__item-text::after {
  content: "";
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url("../img/common/icn_arrow_03.svg") no-repeat center/auto 100%;
}
@media print, (width >= 768px) {
  .p-section-about-group {
    padding: 139px 0;
  }
  .p-section-about-group__wrapper {
    padding: 14px 47px 91px;
  }
  .p-section-about-group__subtitle {
    margin-bottom: 12px;
    font-size: 0.28rem;
    letter-spacing: 0.12em;
    line-height: 1.4285714286;
  }
  .p-section-about-group__text {
    margin-right: -22px;
    line-height: 1.8823529412;
  }
  .p-section-about-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px -28px;
  }
  .p-section-about-group__list-item {
    width: 25%;
    padding: 0 14px;
  }
  .p-section-about-group__item-image {
    margin-bottom: 19px;
  }
  .p-section-about-group__item-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.1764705882;
  }
  .p-section-about-group__item-text::after {
    top: -1px;
    right: 0;
    width: 19px;
    height: 19px;
    margin-left: 17px;
  }
  .is-mac.is-chrome .p-section-about-group__item-text::after {
    top: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-about-group {
    padding: 0.74rem 0 2.22rem;
  }
  .p-section-about-group__wrapper {
    margin-top: -0.25rem;
    margin-bottom: 0.88rem;
  }
  .p-section-about-group__subtitle {
    margin-bottom: 0.29rem;
    font-size: 0.34rem;
    letter-spacing: 0.1em;
    line-height: 1.6882352941;
  }
  .p-section-about-group__text {
    font-size: 0.32rem;
    line-height: 1.59375;
  }
  .p-section-about-group__list {
    margin: 0 -0.05rem;
  }
  .p-section-about-group__list-item {
    margin-bottom: 0.72rem;
  }
  .p-section-about-group__list-item:last-child {
    margin-bottom: 0;
  }
  .p-section-about-group__item-image {
    margin-bottom: 0.23rem;
  }
  .p-section-about-group__item-text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -0.02rem;
    margin-left: -0.05rem;
    font-size: 0.41rem;
    line-height: 1.1463414634;
  }
  .is-ios .p-section-about-group__item-text {
    font-size: 0.4rem;
  }
  .p-section-about-group__item-text::after {
    right: 0;
    width: 0.47rem;
    height: 0.47rem;
    margin-left: 0.39rem;
  }
  .is-ios .p-section-about-group__item-text::after {
    -webkit-transform: translateY(-0.02rem);
    -ms-transform: translateY(-0.02rem);
    transform: translateY(-0.02rem);
  }
}

@media only screen and (width < 768px) {
  .scroll-hint-icon {
    top: calc(50% - 0.88rem);
  }
}

.p-section-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.p-section-sitemap__item-wrapper {
  display: block;
  text-decoration: none;
}
.p-section-sitemap__item-source {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-section-sitemap__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #223670;
}
.p-section-sitemap__item-title::before {
  content: "";
  position: absolute;
  background: url("../img/common/icn_arrow_08.svg") center/cover no-repeat;
}
.p-section-sitemap__title-japanese {
  position: relative;
  font-weight: 500;
}
.p-section-sitemap__title-japanese::after {
  content: "";
  position: absolute;
  bottom: 0.01rem;
  left: 0;
  width: 100%;
  height: 0.01rem;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background: #b3b3b3;
}
.p-section-sitemap a.p-section-sitemap__item-wrapper:hover .p-section-sitemap__item-source {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.p-section-sitemap a.p-section-sitemap__item-wrapper:hover .p-section-sitemap__item-title {
  color: #b3b3b3;
}
.p-section-sitemap a.p-section-sitemap__item-wrapper:hover .p-section-sitemap__title-japanese::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.p-section-sitemap__item-image {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-section-sitemap__title-japanese, .p-section-sitemap__title-english {
  display: block;
}
.p-section-sitemap__title-english {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 0.12rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3333333333;
}
@media print, (width >= 768px) {
  .p-section-sitemap {
    padding: 120px 0 195px;
  }
  .p-section-sitemap .l-wrapper {
    max-width: 1101px;
  }
  .p-section-sitemap__list {
    margin: 0 -15px -30px -16px;
  }
  .p-section-sitemap__item {
    width: 25%;
    padding: 0 15px 30px 16px;
  }
  .p-section-sitemap__item-image {
    padding-top: 59.5238095238%;
  }
  .p-section-sitemap__item-title {
    margin-top: 9px;
    padding-right: 35px;
  }
  .p-section-sitemap__item-title::before {
    top: 0;
    right: -1px;
    width: 30px;
    height: 30px;
  }
  .p-section-sitemap__title-japanese {
    margin-bottom: -2px;
    font-size: 0.17rem;
    line-height: 1.4117647059;
  }
  .p-section-sitemap__title-english {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
}
@media print {
  .p-section-sitemap {
    padding-bottom: 100px;
  }
}
@media only screen and (width < 768px) {
  .p-section-sitemap {
    padding: 0.3rem 0 0.83rem;
  }
  .p-section-sitemap__list {
    margin: 0 -0.35rem -0.39rem;
  }
  .p-section-sitemap__item {
    width: 50%;
    padding: 0 0.12rem 0.39rem;
  }
  .p-section-sitemap__item-image {
    padding-top: 59.5238095238%;
  }
  .p-section-sitemap__item-title {
    margin-top: 0.1rem;
    padding-right: 0.45rem;
    padding-left: 0.06rem;
  }
  .p-section-sitemap__item-title::before {
    top: 0.03rem;
    right: -0.01rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .p-section-sitemap__title-japanese {
    font-size: 0.25rem;
    line-height: 1.4368;
  }
  .p-section-sitemap__title-english {
    font-size: 0.18rem;
    line-height: 1.2222222222;
  }
}

.p-section-philosophy-voice {
  position: relative;
}

.p-block-philosophy-voice {
  background-color: #edf5ff;
}
.p-block-philosophy-voice__introduction-title {
  color: #223670;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.p-block-philosophy-voice__banner {
  position: relative;
  z-index: 1;
}
.p-block-philosophy-voice__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-block-philosophy-voice__banner-content {
  position: relative;
  z-index: 1;
}
.p-block-philosophy-voice__banner-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.p-block-philosophy-voice__banner-number {
  display: block;
  color: #223670;
  font-family: "ff-din-paneuropean", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: right;
}
.p-block-philosophy-voice__banner-title {
  display: block;
  color: #223670;
  font-weight: 700;
}
.p-block-philosophy-voice__banner-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223670;
  font-weight: 600;
}
.p-block-philosophy-voice__author-position, .p-block-philosophy-voice__author-name {
  display: block;
  color: inherit;
  font-weight: inherit;
}
.p-block-philosophy-voice__author-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-block-philosophy-voice__content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.p-block-philosophy-voice__content-heading::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.01rem;
  border-bottom: 0.11rem solid #223670;
}
.p-block-philosophy-voice__heading-text {
  display: block;
  position: relative;
  z-index: 1;
  color: #223670;
  font-weight: 600;
}
.p-block-philosophy-voice__heading-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #edf5ff;
}
.p-block-philosophy-voice__content-title, .p-block-philosophy-voice__content-text {
  color: #223670;
}
.p-block-philosophy-voice__content-title {
  font-weight: 600;
}
.p-block-philosophy-voice__content-text {
  margin-bottom: 0;
}
.p-block-philosophy-voice__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
}
@media print, (width >= 768px) {
  .p-block-philosophy-voice {
    padding: 130px 0 193px;
  }
  .p-block-philosophy-voice + .p-block-philosophy-voice {
    padding-top: 198px;
    padding-bottom: 139px;
    background-color: #fff;
  }
  .p-block-philosophy-voice__heading {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-block-philosophy-voice__wrapper {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-block-philosophy-voice__introduction {
    margin-bottom: 82px;
    padding-top: 7px;
  }
  .p-block-philosophy-voice__introduction-title {
    margin-bottom: 17px;
    font-size: 0.38rem;
    line-height: 1.3157894737;
  }
  .p-block-philosophy-voice__introduction-text {
    margin-bottom: 0;
    color: #223670;
    font-size: 0.21rem;
    letter-spacing: 0.12em;
    line-height: 1.6666666667;
  }
  .p-block-philosophy-voice__banner {
    min-height: 400px;
    margin-bottom: 90px;
  }
  .p-block-philosophy-voice__banner-image {
    height: 100%;
  }
  .p-block-philosophy-voice__banner-content {
    width: 648px;
    min-height: 400px;
    margin: 0 8px 0 auto;
    padding: 4px 70px 20px 124px;
  }
  .p-block-philosophy-voice__banner-content::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../img/philosophy/voice_decor_01.png") top left/100% 100% no-repeat;
  }
  .p-block-philosophy-voice__banner-number {
    margin-bottom: -4px;
    font-size: 1.1rem;
  }
  .p-block-philosophy-voice__banner-title {
    margin-right: -12px;
    margin-bottom: 43px;
    font-size: 0.32rem;
    line-height: 1.75;
  }
  .p-block-philosophy-voice__banner-author {
    margin-left: -12px;
  }
  .p-block-philosophy-voice__author-position {
    font-size: 0.21rem;
    line-height: 1.619047619;
  }
  .p-block-philosophy-voice__author-name {
    margin-left: 24px;
    font-size: 0.3rem;
    line-height: 1.1333333333;
  }
  .p-block-philosophy-voice__content + .p-block-philosophy-voice__content {
    margin-top: 73px;
  }
  .p-block-philosophy-voice__content-heading {
    margin-bottom: 37px;
    padding-left: 63px;
  }
  .p-block-philosophy-voice__content-heading::before {
    top: 19px;
  }
  .p-block-philosophy-voice__heading-text {
    padding: 0 43px 0 25px;
    font-size: 0.34rem;
    line-height: 1.4705882353;
  }
  .p-block-philosophy-voice__heading-text--light::before {
    background-color: #fff;
  }
  .p-block-philosophy-voice__content-title {
    margin-bottom: 19px;
    font-size: 0.32rem;
    line-height: 1.25;
  }
  .p-block-philosophy-voice__content-text {
    font-size: 0.21rem;
    letter-spacing: 0.14em;
    line-height: 1.8095238095;
  }
  .p-block-philosophy-voice__picture {
    margin-top: 36px;
    margin-bottom: -30px;
  }
  .p-block-philosophy-voice__picture + .p-block-philosophy-voice__content {
    margin-top: 81px;
  }
  .p-block-philosophy-voice__picture--full {
    margin-top: 99px;
  }
  .p-block-philosophy-voice__picture-item {
    width: calc(50% - 40px);
    margin-bottom: 30px;
  }
  .p-block-philosophy-voice__picture-item--full {
    width: 100%;
  }
}
@media only screen and (width < 768px) {
  .p-block-philosophy-voice {
    padding: 0.42rem 0 0.98rem;
  }
  .p-block-philosophy-voice + .p-block-philosophy-voice {
    padding-bottom: 0.8rem;
  }
  .p-block-philosophy-voice__heading {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .p-block-philosophy-voice__wrapper {
    margin-top: -0.05rem;
  }
  .p-block-philosophy-voice__introduction {
    margin-bottom: 0.67rem;
    padding: 0.07rem 0.5rem 0;
  }
  .p-block-philosophy-voice__introduction-title {
    margin-bottom: 0.23rem;
    padding: 0 0.44rem;
    font-size: 0.41rem;
    line-height: 1.4180487805;
  }
  .p-block-philosophy-voice__introduction-text {
    margin-bottom: 0;
    color: #000;
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.75;
  }
  .p-block-philosophy-voice__banner {
    margin-bottom: 0.14rem;
  }
  .p-block-philosophy-voice__banner-image {
    height: 2.72rem;
  }
  .p-block-philosophy-voice__banner-content {
    padding: 3.17rem 0.5rem 0.3rem;
  }
  .p-block-philosophy-voice__banner-content::after {
    top: 0;
    right: 0.26rem;
    width: 3.2rem;
    height: 2.72rem;
    background: url("../img/philosophy/sp/voice_decor_01.png") top left/auto 100% no-repeat;
  }
  .p-block-philosophy-voice__banner-number {
    position: absolute;
    top: 1.22rem;
    right: 1.34rem;
    font-size: 1.03rem;
  }
  .p-block-philosophy-voice__banner-title {
    margin-bottom: 0.14rem;
    font-size: 0.33rem;
    line-height: 1.5406060606;
  }
  .p-block-philosophy-voice__banner-author {
    padding-left: 0.04rem;
  }
  .p-block-philosophy-voice__author-position {
    font-size: 0.22rem;
    line-height: 1.5454545455;
  }
  .p-block-philosophy-voice__author-name {
    margin-left: 0.24rem;
    font-size: 0.32rem;
    line-height: 1.0625;
  }
  .p-block-philosophy-voice__content {
    padding: 0 0.5rem;
  }
  .p-block-philosophy-voice__content + .p-block-philosophy-voice__content {
    margin-top: 0.59rem;
  }
  .p-block-philosophy-voice__content-heading {
    margin: 0 -0.14rem 0.37rem;
    padding-left: 0.6rem;
  }
  .p-block-philosophy-voice__content-heading::before {
    top: 0.18rem;
  }
  .p-block-philosophy-voice__heading-text {
    padding: 0 0.43rem 0 0.25rem;
    font-size: 0.34rem;
    line-height: 1.4705882353;
  }
  .p-block-philosophy-voice__content-title {
    margin-bottom: 0.36rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }
  .p-block-philosophy-voice__content-text {
    color: #000;
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.9642857143;
  }
  .p-block-philosophy-voice__picture {
    margin-top: 0.47rem;
    margin-bottom: -0.3rem;
  }
  .p-block-philosophy-voice__picture + .p-block-philosophy-voice__content {
    margin-top: 0.52rem;
  }
  .p-block-philosophy-voice__picture--full {
    margin-top: 0.57rem;
  }
  .p-block-philosophy-voice__picture-item {
    width: calc(50% - 0.1rem);
    margin-bottom: 0.3rem;
  }
  .p-block-philosophy-voice__picture-item--full {
    width: 100%;
  }
}

@media print, (width >= 768px) {
  .p-section-philosophy-introduction {
    padding-bottom: 70px;
  }
  .p-section-philosophy-introduction__heading {
    margin-bottom: -9px;
  }
}
@media only screen and (width < 768px) {
  .p-section-philosophy-introduction {
    margin-top: -1rem;
    padding-bottom: 1rem;
  }
}

.p-section-privacy__introduction, .p-section-privacy__update-text {
  font-weight: 500;
  text-align: justify;
}
.p-section-privacy__update-text {
  margin-bottom: 0;
  font-weight: 500;
  text-align: justify;
}
@media print, (width >= 768px) {
  .p-section-privacy {
    padding: 112px 0 174px;
  }
  .p-section-privacy__introduction, .p-section-privacy__update-text {
    font-size: 0.17rem;
    line-height: 2;
  }
  .p-section-privacy__introduction {
    margin-bottom: 61px;
  }
  .p-section-privacy__update-text + .p-section-privacy__update-text {
    margin-top: 35px;
  }
}
@media only screen and (width < 768px) {
  .p-section-privacy {
    padding: 0.5rem 0 0.96rem;
  }
  .p-section-privacy__introduction, .p-section-privacy__update-text {
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.75;
  }
  .p-section-privacy__introduction {
    margin-bottom: 0.42rem;
  }
  .p-section-privacy__update-text + .p-section-privacy__update-text {
    margin-top: 0.49rem;
  }
}

.p-list-privacy__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-list-privacy__item:last-child {
  margin-bottom: 0;
}
.p-list-privacy__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  color: #223670;
  font-weight: 500;
}
.p-list-privacy__heading-number, .p-list-privacy__heading-text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.p-list-privacy__heading-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-list-privacy__item-text {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  text-align: justify;
}
.p-list-privacy__text-indented, .p-list-privacy__item-address, .p-list-privacy__item-tel, .p-list-privacy__item-link {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.p-list-privacy__item-address {
  display: inline;
}
@media print, (width >= 768px) {
  .p-list-privacy {
    margin-bottom: 71px;
  }
  .p-list-privacy__item {
    margin-bottom: 29px;
  }
  .p-list-privacy__item-heading {
    margin-bottom: 23px;
    padding: 16px 53px 14px;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .p-list-privacy__heading-text {
    padding-left: 28px;
  }
  .p-list-privacy__item-content {
    padding: 0 55px;
  }
  .p-list-privacy__item-text {
    font-size: 0.17rem;
    line-height: 2;
    margin-right: -8px;
  }
  .p-list-privacy__item-text + .p-list-privacy__item-text {
    margin-top: 34px;
  }
  .p-list-privacy__text-indented {
    padding-left: 27px;
  }
  .p-list-privacy__item-tel {
    pointer-events: none;
  }
}
@media only screen and (width < 768px) {
  .p-list-privacy {
    margin-bottom: 0.5rem;
  }
  .p-list-privacy__item {
    margin-bottom: 0.61rem;
  }
  .p-list-privacy__item-heading {
    margin-bottom: 0.22rem;
    padding: 0.13rem 0.1rem 0.11rem 0.32rem;
    font-size: 0.32rem;
    line-height: 1.4375;
  }
  .p-list-privacy__heading-text {
    padding-left: 0.35rem;
    letter-spacing: 0.08em;
  }
  .p-list-privacy__item-text {
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.75;
  }
  .p-list-privacy__item-text + .p-list-privacy__item-text {
    margin-top: 0.5rem;
  }
  .p-list-privacy__text-indented {
    padding-left: 0.51rem;
  }
}
/*# sourceMappingURL=styles.css.map */