@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
:root {
  --logoColor_navy: #00568f;
  --logoColor_red: #e60012;
  --black: #222;
  --white: #fff;
  --darkGray: #525252;
  --fade-in-sec: 3s;
}

a {
  outline: none;
  text-decoration: none;
}

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,
input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #040000;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  -webkit-transition: background-color 2s;
  transition: background-color 2s;
}
@media screen and (max-width: 767px) {
  header .header {
    padding: 16px;
  }
}
header .header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  header .header .logo {
    gap: 8px;
  }
}
header .header .logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 117.96px;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header .header .logo img {
    width: 72.591px;
    height: 32px;
  }
}
header .header .logo p {
  color: var(--logoColor_navy);
  font-family: "a-otf-ud-reimin-pr6n", "sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  line-height: 150%; /* 24px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  header .header .logo p {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}
header .header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  header .header .nav-list {
    gap: 8px;
  }
}
header .header .nav-list .nav-item {
  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;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  header .header .nav-list .nav-item {
    display: none;
  }
}
header .header .nav-list .nav-item p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 3.2px;
  text-indent: 3.2px;
}
header .header .nav-list .nav-item:hover p::after, header .header .nav-list .nav-item.open p::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 10%;
  bottom: -14px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  -webkit-animation-name: nav-item-bar;
          animation-name: nav-item-bar;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .header .nav-list .nav-button-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 36px;
  background: var(--logoColor_red);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  header .header .nav-list .nav-button-entry {
    min-width: 100px;
    height: 44px;
    gap: 4px;
    border-radius: 36px;
  }
}
header .header .nav-list .nav-button-entry:hover {
  opacity: 0.5;
}
header .header .nav-list .nav-button-entry p {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 100%;
}
header .header .nav-list .nav-button-entry p:nth-child(1) {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 7px;
}
@media screen and (max-width: 767px) {
  header .header .nav-list .nav-button-entry p:nth-child(1) {
    font-size: 12px;
    letter-spacing: 4.2px;
  }
}
header .header .nav-list .nav-button-entry p:nth-child(2) {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  header .header .nav-list .nav-button-entry p:nth-child(2) {
    font-size: 7px;
    letter-spacing: 0.7px;
  }
}
header .header .nav-list .nav-button-menu {
  display: none;
  width: 64px;
  height: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 50%;
  background: var(--logoColor_navy);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1300px) {
  header .header .nav-list .nav-button-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  header .header .nav-list .nav-button-menu {
    width: 44px;
    height: 44px;
    gap: 5px;
  }
}
header .header .nav-list .nav-button-menu span {
  background: var(--white);
  width: 30px;
  height: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
@media screen and (max-width: 767px) {
  header .header .nav-list .nav-button-menu span {
    width: 20px;
  }
}
header .header .nav-list .nav-button-menu.open {
  gap: 0px;
}
header .header .nav-list .nav-button-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header .nav-list .nav-button-menu.open span:nth-child(2) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .menu {
  display: none;
  min-height: 100vw;
  height: auto;
  padding: 116px 16px 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #fff;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: width 1s;
  transition: width 1s;
}
header .menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1301px) {
  header .menu.open {
    display: none;
  }
}
header .menu .menu-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  cursor: pointer;
}
header .menu .menu-section .menu-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
header .menu .menu-section .menu-section-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
}
header .menu .menu-section .menu-section-title .title:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: var(--logoColor_red);
  bottom: -20px;
}
header .menu .menu-section .menu-section-title .title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
  text-indent: 2.8px;
  position: relative;
  width: 100%;
}
header .menu .menu-section .menu-section-title .title p:after, header .menu .menu-section .menu-section-title .title p:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: var(--logoColor_red);
  right: 0;
  top: 7px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
header .menu .menu-section .menu-section-nav {
  max-height: 0;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  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;
  gap: -12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail img {
  width: 100px;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail .menu-section-nav-detail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding-left: 20px;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail .menu-section-nav-detail-link .menu-section-nav-detail-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail .menu-section-nav-detail-link .menu-section-nav-detail-link-text:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: -16px;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail .menu-section-nav-detail-link .menu-section-nav-detail-link-text p {
  color: var(--logoColor_black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 2.8px;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail .menu-section-nav-detail-link .menu-section-nav-detail-link-text p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail:hover .menu-section-nav-detail-link .menu-section-nav-detail-link-text:before {
  background-image: url("../images/icon_arrow_red.svg");
}
header .menu .menu-section .menu-section-nav .menu-section-nav-detail:last-child {
  margin-bottom: 20px;
}
header .menu .menu-section.open .menu-section-title .title p:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .menu .menu-section.open .menu-section-nav {
  max-height: 500px;
}
header .menu-pc {
  display: none;
  width: 100%;
  padding-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  background-color: var(--white);
}
header .menu-pc.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1300px) {
  header .menu-pc.open {
    display: none;
  }
}
header .menu-pc .menu-pc-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .menu-pc .menu-pc-detail img {
  width: 200px;
  height: 200px;
}
header .menu-pc .menu-pc-detail .menu-pc-detail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .menu-pc .menu-pc-detail .menu-pc-detail-link .menu-pc-detail-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
header .menu-pc .menu-pc-detail .menu-pc-detail-link .menu-pc-detail-link-text:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 15px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: -20px;
}
header .menu-pc .menu-pc-detail .menu-pc-detail-link .menu-pc-detail-link-text p {
  color: var(--logoColor_black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 3.2px;
}
header .menu-pc .menu-pc-detail .menu-pc-detail-link .menu-pc-detail-link-text p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
}
header .menu-pc .menu-pc-detail:hover .menu-pc-detail-link .menu-pc-detail-link-text:before {
  background-image: url("../images/icon_arrow_red.svg");
}

.footer-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 60px 60px 0px 0px;
  background: var(--logoColor_red, #e60012);
  margin: -100px 0 0 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-entry {
    height: 72px;
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
    padding-bottom: 4px;
    gap: 4px;
    border-radius: 32px 32px 0px 0px;
    margin: -72px 0 0 0;
  }
}
.footer-entry.animation {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.footer-entry .entry-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-entry .entry-text:before {
  content: "";
  position: relative;
  width: 9.593px;
  height: 14.027px;
  background-image: url("../images/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .footer-entry .entry-text:before {
    margin-top: 2px;
  }
}
.footer-entry .entry-text p {
  color: var(--white);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 30px */
  letter-spacing: 10.5px;
}
@media screen and (max-width: 767px) {
  .footer-entry .entry-text p {
    font-size: 20px;
    letter-spacing: 7px;
  }
}
.footer-entry .entry-sub-text {
  color: var(--white);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .footer-entry .entry-sub-text {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: var(--white);
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 32px;
    gap: 24px;
  }
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-bottom: 1px solid rgba(82, 82, 82, 0.5);
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding: 0px 20px 24px 20px;
    width: 100%;
  }
}
footer .inner .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-logo {
    padding-left: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto 0 0;
  }
}
footer .inner .footer-logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 157px;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-logo img {
    width: 104.662px;
  }
}
footer .inner .footer-logo p {
  color: var(--logoColor_navy);
  text-align: center;
  font-family: "a-otf-ud-reimin-pr6n", "sans-serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 550;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-logo p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
footer .inner .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
footer .inner .footer-nav .footer-nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  footer .inner .footer-nav .footer-nav-section {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section {
    width: 100%;
    padding-right: 12px;
    gap: 8px;
  }
}
footer .inner .footer-nav .footer-nav-section .footer-nav-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section .footer-nav-section-title {
    padding-left: 12px;
  }
}
footer .inner .footer-nav .footer-nav-section .footer-nav-section-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
  text-indent: 4px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section .footer-nav-section-title p {
    font-size: 14px;
    letter-spacing: 2.8px;
    text-indent: 2.8px;
  }
}
footer .inner .footer-nav .footer-nav-section .footer-nav-section-title p:after {
  position: absolute;
  content: "";
  height: 2px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  bottom: -12px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section .footer-nav-section-title p:after {
    height: 2px;
    bottom: -12px;
    left: 0;
  }
}
footer .inner .footer-nav .footer-nav-section .footer-nav-section-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section .footer-nav-section-link {
    gap: 4px;
  }
}
footer .inner .footer-nav .footer-nav-section .footer-nav-section-link:hover:before {
  content: "";
  position: absolute;
  width: 8.417px;
  height: 12.308px;
  background-image: url("../images/icon_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section .footer-nav-section-link:hover:before {
    top: 3px;
  }
}
footer .inner .footer-nav .footer-nav-section .footer-nav-section-link p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 1.4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  footer .inner .footer-nav .footer-nav-section .footer-nav-section-link p {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
footer .corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  footer .corporate {
    padding: 0px 24px;
    gap: 20px;
  }
}
footer .corporate .corporate-name {
  color: var(--darkGray);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  footer .corporate .corporate-name {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
footer .corporate .corporate-link {
  color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  footer .corporate .corporate-link {
    font-size: 12px;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 180%; /* 21.6px */
  }
}
footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_navy);
}
footer .copyright p {
  color: var(--white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 1px;
}

.side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .side-title {
    display: none;
  }
}
.side-title .side-title-text {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 40px */
  letter-spacing: 6.4px;
}
.side-title .side-title-text:before, .side-title .side-title-text:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkGray)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, var(--darkGray) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: -100px 0;
  background-size: 200% 100%;
  -webkit-animation: scroll-line 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scroll-line 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  bottom: 18px;
}
.side-title .side-title-text:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -120px;
}
.side-title .side-title-text:after {
  right: -120px;
}
.side-title.left {
  left: 60px;
}
.side-title.right {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  right: 60px;
}

.common-parts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--black);
  opacity: 0;
  -webkit-transition: opacity var(--fade-in-sec);
  transition: opacity var(--fade-in-sec);
}
.common-parts-link.animation {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .common-parts-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0px;
    gap: 8px;
  }
}
.common-parts-link .common-parts-link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 289.742px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .common-parts-link .common-parts-link-text {
    min-width: 240px;
    gap: 8px;
  }
}
.common-parts-link .common-parts-link-text h4 {
  color: var(--black);
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .common-parts-link .common-parts-link-text h4 {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.common-parts-link .common-parts-link-text p {
  color: var(--darkGray);
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
}
.common-parts-link:after {
  content: "";
  position: relative;
  display: block;
  width: 11px;
  height: 15px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .common-parts-link:after {
    width: 8.89px;
    height: 13px;
  }
}

.common-parts-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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  opacity: 0;
  -webkit-transition: opacity var(--fade-in-sec);
  transition: opacity var(--fade-in-sec);
}
.common-parts-title.animation {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .common-parts-title {
    padding: 0px 20px;
    gap: 12px;
  }
}
.common-parts-title h1 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 86, 143, 0.5);
  font-family: Montserrat;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 120px */
  letter-spacing: 12px;
  text-indent: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1000px) {
  .common-parts-title h1 {
    font-size: 90px;
    letter-spacing: 9px;
    text-indent: 9px;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .common-parts-title h1 {
    font-size: 48px;
    letter-spacing: 4.8px;
    text-indent: 4.8px;
    gap: 0;
  }
}
.common-parts-title h1 span {
  color: #fdffd3;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 86, 143, 0.5);
  font-family: "Noto Sans";
  font-size: 200px;
  font-style: normal;
  font-weight: 300;
  line-height: 54%;
  letter-spacing: 0;
  text-indent: 0;
}
@media screen and (max-width: 1000px) {
  .common-parts-title h1 span {
    font-size: 150px;
    line-height: 86px;
  }
}
@media screen and (max-width: 767px) {
  .common-parts-title h1 span {
    font-size: 76px;
    line-height: 46px;
  }
}
.common-parts-title .common-parts-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .common-parts-title .common-parts-title-sub {
    gap: 12px;
  }
}
.common-parts-title .common-parts-title-sub p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
  text-indent: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-parts-title .common-parts-title-sub p {
    font-size: 16px;
    letter-spacing: 3.2px;
    text-indent: 3.2px;
  }
}
.common-parts-title .common-parts-title-sub p:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  left: 0;
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .common-parts-title .common-parts-title-sub p:after {
    height: 2px;
    bottom: -12px;
  }
}

.common-parts-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  opacity: 0;
  -webkit-transition: opacity var(--fade-in-sec);
  transition: opacity var(--fade-in-sec);
}
.common-parts-sub-title.animation {
  opacity: 1;
}
.common-parts-sub-title.right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.common-parts-sub-title.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .common-parts-sub-title {
    gap: 12px;
  }
}
.common-parts-sub-title h2 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(82, 82, 82, 0.5);
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: 4.8px;
}
.common-parts-sub-title h2.big {
  font-size: 60px;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .common-parts-sub-title h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
  .common-parts-sub-title h2.big {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.common-parts-sub-title .common-parts-sub-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .common-parts-sub-title .common-parts-sub-title-sub {
    gap: 10px;
  }
}
.common-parts-sub-title .common-parts-sub-title-sub p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 3.2px;
  text-indent: 3.2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-parts-sub-title .common-parts-sub-title-sub p {
    font-size: 14px;
    letter-spacing: 2.8px;
    text-indent: 2.8px;
  }
}
.common-parts-sub-title .common-parts-sub-title-sub p:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  left: 0;
  bottom: -12px;
}
@media screen and (max-width: 767px) {
  .common-parts-sub-title .common-parts-sub-title-sub p:after {
    height: 1px;
    bottom: -10px;
  }
}

.common-parts-lead-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: calc(100% - 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  gap: 24px;
  border-bottom: 1px dashed var(--darkGray);
  margin: 0 20px;
  opacity: 0;
  -webkit-transition: opacity var(--fade-in-sec);
  transition: opacity var(--fade-in-sec);
}
.common-parts-lead-text.animation {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .common-parts-lead-text {
    padding: 0px 20px;
    padding-top: 14px;
  }
}
.common-parts-lead-text .common-parts-lead-text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-parts-lead-text .common-parts-lead-text-title span {
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 8px;
  text-indent: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .common-parts-lead-text .common-parts-lead-text-title span {
    font-size: 32px;
    letter-spacing: 6.4px;
    text-indent: 6.4px;
  }
}
.common-parts-lead-text .common-parts-lead-text-title img {
  width: 100px;
  height: 100px;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .common-parts-lead-text .common-parts-lead-text-title img {
    width: 75px;
    height: 75px;
  }
}
.common-parts-lead-text .common-parts-lead-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .common-parts-lead-text .common-parts-lead-text-inner {
    padding-bottom: 40px;
  }
}
.common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-main {
  color: var(--black);
  text-align: center;
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-main {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-sub {
  color: var(--black);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-sub {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}

.common-fade-in-animation {
  opacity: 0;
  -webkit-transition: opacity var(--fade-in-sec);
  transition: opacity var(--fade-in-sec);
}
.common-fade-in-animation.animation {
  opacity: 1;
}

.key-visual {
  width: 100%;
  aspect-ratio: 1440/1766;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/kv_parts/kv_base.png") var(--white) 50%/contain no-repeat;
  background-size: 100%;
  -webkit-animation-name: key-visual;
          animation-name: key-visual;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-clip-path: circle(0 at 50% 30%);
          clip-path: circle(0 at 50% 30%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .key-visual {
    aspect-ratio: 786/1824;
    background: url("../images/kv_parts/sp/kv_base.png") var(--white) 50%/contain no-repeat;
    background-size: 100%;
  }
}
.key-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/kv_parts/kv_text.png") 50%/contain no-repeat;
  background-size: 100%;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: text-blur-fade;
          animation-name: text-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .key-visual::before {
    aspect-ratio: 786/1824;
    background: url("../images/kv_parts/sp/kv_text.png") 50%/contain no-repeat;
    background-size: 100%;
  }
}
.key-visual .key-visual-image {
  position: absolute;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.key-visual .key-visual-image.image_01 {
  width: 20%;
  top: 9.8611111111%;
  left: 9.1666666667%;
}
@media screen and (max-width: 767px) {
  .key-visual .key-visual-image.image_01 {
    width: 47.3282442748%;
    top: 11.7684478372%;
    left: 1.3358778626%;
  }
}
.key-visual .key-visual-image.image_02 {
  width: 20.9027777778%;
  top: 9.8611111111%;
  left: 82.8472222222%;
}
@media screen and (max-width: 767px) {
  .key-visual .key-visual-image.image_02 {
    width: 47.3282442748%;
    top: 11.7684478372%;
    left: 67.9389312977%;
  }
}
.key-visual .key-visual-image.image_03 {
  width: 19.2361111111%;
  top: 21.9444444444%;
  left: -0.4166666667%;
}
@media screen and (max-width: 767px) {
  .key-visual .key-visual-image.image_03 {
    width: 31.4249363868%;
    top: 33.9694656489%;
    left: 0.3816793893%;
  }
}
.key-visual .key-visual-image.image_04 {
  width: 19.2361111111%;
  top: 22.1527777778%;
  left: 20.4166666667%;
}
@media screen and (max-width: 767px) {
  .key-visual .key-visual-image.image_04 {
    width: 40.5852417303%;
    top: 34.096692112%;
    left: 67.9389312977%;
  }
}
.key-visual .key-visual-image.image_05 {
  width: 22.8472222222%;
  top: 22.4305555556%;
  left: 71.7361111111%;
}
@media screen and (max-width: 767px) {
  .key-visual .key-visual-image.image_05 {
    width: 47.3282442748%;
    top: 58.6513994911%;
    left: -15.3307888041%;
  }
}
.key-visual .key-visual-image.image_06 {
  width: 22.5%;
  top: 37.7083333333%;
  left: -0.5555555556%;
}
@media screen and (max-width: 767px) {
  .key-visual .key-visual-image.image_06 {
    width: 30.6615776081%;
    top: 57.6335877863%;
    left: 51.1450381679%;
  }
}
.key-visual .key-visual-image.image_07 {
  width: 20.4166666667%;
  top: 37.7083333333%;
  left: 82.8472222222%;
}
.key-visual .key-visual-image.image_08 {
  width: 23.0555555556%;
  top: 51.25%;
  left: 20.4166666667%;
}
.key-visual .key-visual-image.image_09 {
  width: 22.0138888889%;
  top: 50.1388888889%;
  left: 62.0138888889%;
}
.key-visual .key-visual-image.image_01 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_02 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_03 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_04 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_05 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_06 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_07 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_08 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.image_09 {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation-name: image-blur-fade;
          animation-name: image-blur-fade;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
          animation-timing-function: cubic-bezier(0.22, 0.6, 0.35, 1);
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
.key-visual .key-visual-image.back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.key-visual .key-visual-image.flipped.back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.key-visual .key-visual-image.flipped.front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.key-visual .scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: absolute;
  top: 80vw;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .key-visual .scroll {
    display: none;
  }
}
.key-visual .scroll .scroll-line {
  width: 100px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--darkGray)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, var(--darkGray) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: -100px 0;
  background-size: 200% 100%;
  -webkit-animation: scroll-line 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scroll-line 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.key-visual .scroll .scroll-text {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 30px */
  letter-spacing: 4.8px;
}
.key-visual .scroll .scroll-icon {
  width: 23.52px;
  height: 24px;
}

.top-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-top: -47vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-contents {
    margin-top: -72vw;
  }
}
.top-contents .catch-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 120px 60px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .top-contents .catch-text {
    padding: 60px 20px 40px 20px;
  }
}
.top-contents .catch-text .catch-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-contents .catch-text .catch-text-inner {
    padding: 0;
    gap: 20px;
  }
}
.top-contents .catch-text .catch-text-inner p {
  color: var(--black);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%; /* 50px */
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .top-contents .catch-text .catch-text-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 220%; /* 35.2px */
    letter-spacing: 0.8px;
  }
  .top-contents .catch-text .catch-text-inner p:nth-child(4) {
    margin-top: 140px;
  }
}
.top-contents .catch-text .side-title {
  bottom: 330px;
}
.top-contents .catch-text .object1 {
  position: absolute;
  width: 635px;
  height: 635px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 0;
  right: -190px;
  bottom: 160px;
  -webkit-perspective: 635px;
          perspective: 635px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-contents .catch-text .object1 {
    width: 320px;
    height: 320px;
    -webkit-perspective: 320px;
            perspective: 320px;
    right: -40px;
    bottom: 220px;
  }
}
.top-contents .catch-text .object2 {
  position: absolute;
  width: 478.222px;
  height: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 0;
  left: -110px;
  bottom: -260px;
  -webkit-perspective: 480px;
          perspective: 480px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-contents .catch-text .object2 {
    width: 278.963px;
    height: 280px;
    left: -110px;
    bottom: -190px;
    -webkit-perspective: 280px;
            perspective: 280px;
  }
}
.top-contents .about-nsd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px 120px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd {
    padding: 40px 20px;
    gap: 0;
  }
}
.top-contents .about-nsd .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .title {
    gap: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.top-contents .about-nsd .title .main-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 86, 143, 0.5);
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 120px */
  letter-spacing: 9.6px;
}
@media screen and (max-width: 1150px) {
  .top-contents .about-nsd .title .main-title {
    font-size: 44px;
    letter-spacing: 8.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .title .main-title {
    text-align: right;
    font-size: 24px;
    letter-spacing: 4.8px;
  }
}
.top-contents .about-nsd .title .main-title span {
  color: #fff;
  font-size: 120px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 86, 143, 0.5);
}
@media screen and (max-width: 1150px) {
  .top-contents .about-nsd .title .main-title span {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .title .main-title span {
    font-size: 48px;
    line-height: 100%;
  }
}
.top-contents .about-nsd .title .sub-title {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .title .sub-title {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.top-contents .about-nsd .title .sub-title:after {
  content: "";
  position: absolute;
  height: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  bottom: -16px;
  width: 100%;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .title .sub-title:after {
    bottom: -12px;
  }
}
.top-contents .about-nsd .side-title {
  top: 1020px;
}
.top-contents .about-nsd .about-nsd-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner {
    padding: 0;
  }
}
.top-contents .about-nsd .about-nsd-inner .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .summary {
    -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;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.top-contents .about-nsd .about-nsd-inner .summary .object3 {
  width: 437.883px;
  height: 440px;
  margin-left: min((100vw - 1000px) / 2, 0px);
  -webkit-perspective: 440px;
          perspective: 440px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .summary .object3 {
    width: 314.829px;
    height: 316.364px;
    margin-left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
    position: absolute;
    -webkit-perspective: 315px;
            perspective: 315px;
  }
}
.top-contents .about-nsd .about-nsd-inner .summary .list {
  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;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .summary .list {
    padding-top: 220px;
    gap: 16px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.top-contents .about-nsd .about-nsd-inner .summary .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .summary .list .list-item {
    gap: 12px;
  }
}
.top-contents .about-nsd .about-nsd-inner .summary .list .list-item .icon {
  width: 61px;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .summary .list .list-item .icon {
    width: 44px;
    height: 44px;
  }
}
.top-contents .about-nsd .about-nsd-inner .summary .list .list-item .list-text {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 250%; /* 40px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .summary .list .list-item .list-text {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  padding-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list.first {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list.first {
    padding-top: 40px;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(1) {
    width: 100%;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(1) img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(1) img {
    width: 100%;
    border-radius: 32px;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) {
    gap: 24px;
    width: 100%;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .sub-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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .sub-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .sub-title p {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .text {
  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;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .text {
    gap: 12px;
  }
}
.top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .about-nsd-inner .item-list .item:nth-child(2) .text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.top-contents .about-nsd .object0 {
  position: absolute;
  width: 1235px;
  height: 1241px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 0;
  right: -180px;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .top-contents .about-nsd .object0 {
    right: -790px;
    top: -20px;
  }
}
.top-contents .interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20.8333333333vw 0 60px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: linear-gradient(118deg, #fffeef 5.39%, #effffe 103.7%);
}
@media screen and (max-width: 1100px) {
  .top-contents .interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35.6234096692vw 0px 40px 0px;
    gap: 40px;
  }
}
.top-contents .interview .main-visual {
  width: 100%;
  height: 20.8333333333vw;
  position: absolute;
  background-image: url("../images/top_interview_main_visual.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .main-visual {
    background-image: url("../images/top_interview_main_visual_sp.jpg");
    height: 35.6234096692vw;
  }
}
.top-contents .interview .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: -60px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title {
    padding: 0px 20px;
    gap: 12px;
    margin-top: -24px;
  }
}
.top-contents .interview .title .main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title .main-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    max-width: 353px;
    width: 100%;
    margin: 0 auto;
  }
  .top-contents .interview .title .main-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.top-contents .interview .title .main-title span {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 86, 143, 0.5);
  font-family: Montserrat;
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 120px */
  letter-spacing: 12px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title .main-title span {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
.top-contents .interview .title .main-title span.cross {
  color: #fdffd3;
  font-family: "Noto Sans";
  font-size: 200px;
  font-weight: 300;
  line-height: 108px; /* 54% */
  letter-spacing: 20px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title .main-title span.cross {
    font-size: 80px;
    line-height: 48px; /* 60% */
    letter-spacing: 8px;
  }
}
.top-contents .interview .title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title .sub-title {
    gap: 12px;
  }
}
.top-contents .interview .title .sub-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title .sub-title p {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.top-contents .interview .title .sub-title p:after {
  content: "";
  position: absolute;
  height: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  bottom: -16px;
  width: 100%;
  left: -3px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .title .sub-title p:after {
    height: 2px;
    bottom: -12px;
    left: -2px;
  }
}
.top-contents .interview .interview-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.top-contents .interview .interview-inner .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .top-contents .interview .interview-inner .items {
    gap: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    gap: 40px;
  }
}
.top-contents .interview .interview-inner .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 696px;
  height: 540px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item {
    max-width: 100%;
    width: 100%;
    height: auto;
    gap: 60px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.top-contents .interview .interview-inner .items .item * {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top-contents .interview .interview-inner .items .item .card {
  width: 240px;
  height: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background: #dbf2d4;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card {
    width: 100%;
    height: auto;
    aspect-ratio: 353/235;
    border-radius: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.top-contents .interview .interview-inner .items .item .card .cross-talk {
  position: absolute;
  z-index: 3;
  color: var(--white);
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: 2.88px;
  top: 9px;
  right: 19px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .cross-talk {
    -webkit-text-stroke-width: 1px;
    font-size: 32px;
    letter-spacing: 3.2px;
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
.top-contents .interview .interview-inner .items .item .card .card-text {
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 10px;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .card-text {
    bottom: 0;
  }
}
.top-contents .interview .interview-inner .items .item .card .card-text span {
  color: var(--white);
  -webkit-text-stroke-width: 0.8px;
  -webkit-text-stroke-color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 25.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  letter-spacing: 5.12px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .card-text span {
    -webkit-text-stroke-width: 1px;
    font-size: 30px;
    letter-spacing: 6.4px;
  }
}
.top-contents .interview .interview-inner .items .item .card .card-text img {
  width: 80px;
  height: 80px;
  margin: 0 -16px 0 -20px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .card-text img {
    width: 110px;
    height: 110px;
  }
}
.top-contents .interview .interview-inner .items .item .card .employee {
  position: absolute;
  width: 233px;
  height: 267px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .employee {
    width: 53vw;
    height: auto;
  }
}
.top-contents .interview .interview-inner .items .item .card .employee.left {
  z-index: 1;
  top: 90px;
  left: -60px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .employee.left {
    top: 3px;
    left: -10px;
  }
}
.top-contents .interview .interview-inner .items .item .card .employee.right {
  z-index: 2;
  top: 170px;
  right: -30px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .employee.right {
    top: 3px;
    right: -10px;
  }
}
.top-contents .interview .interview-inner .items .item .card .cross {
  position: absolute;
  z-index: 0;
  top: 25px;
  right: 62px;
  width: 73px;
  height: 73px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .card .cross {
    width: 110px;
    height: 110px;
    right: auto;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-contents .interview .interview-inner .items .item:nth-child(2) .card {
  background: #d4e3f2;
}
.top-contents .interview .interview-inner .items .item:nth-child(2) .card .card-text {
  bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item:nth-child(2) .card .card-text {
    bottom: 10px;
  }
}
.top-contents .interview .interview-inner .items .item:nth-child(3) .card {
  background: #fce6e7;
}
.top-contents .interview .interview-inner .items .item:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.top-contents .interview .interview-inner .items .item:hover .card {
  overflow: initial;
  width: 300px;
  height: 540px;
}
.top-contents .interview .interview-inner .items .item:hover .card .cross-talk {
  -webkit-text-stroke-width: 1px;
  font-size: 36px;
  letter-spacing: 3.6px;
}
.top-contents .interview .interview-inner .items .item:hover .card .card-text span {
  -webkit-text-stroke-width: 1px;
  font-size: 32px;
  letter-spacing: 6.4px;
}
.top-contents .interview .interview-inner .items .item:hover .card .card-text img {
  width: 114px;
  height: 114px;
  margin: 0 -30px;
}
.top-contents .interview .interview-inner .items .item:hover .card .employee {
  width: 290px;
  height: 332px;
}
.top-contents .interview .interview-inner .items .item:hover .card .employee.left {
  top: 50px;
  left: -30px;
}
.top-contents .interview .interview-inner .items .item:hover .card .employee.right {
  top: 170px;
  right: -30px;
}
.top-contents .interview .interview-inner .items .item:hover .card .cross {
  top: 20px;
  right: 57px;
  width: 114px;
  height: 114px;
}
.top-contents .interview .interview-inner .items .item:hover .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item.animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .top-contents .interview .interview-inner .items .item.animation .card {
    overflow: initial;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 313/315;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .cross-talk {
    -webkit-text-stroke-width: 1px;
    font-size: 36px;
    letter-spacing: 3.6px;
    width: 100%;
    top: 27px;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .card-text {
    gap: 10px;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .card-text span {
    -webkit-text-stroke-width: 1px;
    font-size: 30px;
    letter-spacing: 6.4px;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .card-text img {
    width: 114px;
    height: 114px;
    margin: 0 -30px;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .employee {
    width: 60vw;
    height: auto;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .employee.left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -60px;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .employee.right {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -60px;
  }
  .top-contents .interview .interview-inner .items .item.animation .card .cross {
    width: 110px;
    height: 110px;
    top: 0;
    right: auto;
  }
  .top-contents .interview .interview-inner .items .item.animation .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-contents .interview .interview-inner .items .item .detail {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-contents .interview .interview-inner .items .item .detail {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .detail {
    gap: 16px;
    width: 100%;
  }
}
.top-contents .interview .interview-inner .items .item .detail .detail-text {
  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;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .detail .detail-text {
    gap: 16px;
  }
}
.top-contents .interview .interview-inner .items .item .detail .detail-text .detail-text-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.top-contents .interview .interview-inner .items .item .detail .detail-text .detail-text-title h3 {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .detail .detail-text .detail-text-title h3 {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.top-contents .interview .interview-inner .items .item .detail .detail-text .detail-text-title p {
  color: var(--black);
  /* largeText_mincho */
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .detail .detail-text .detail-text-title p {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.top-contents .interview .interview-inner .items .item .detail .detail-text .employee-name {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .detail .detail-text .employee-name {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.top-contents .interview .interview-inner .items .item .detail .detail-text .employee-name span {
  color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .interview-inner .items .item .detail .detail-text .employee-name span {
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 1.4px;
  }
}
.top-contents .interview .side-title {
  bottom: 180px;
}
@media screen and (max-width: 1100px) {
  .top-contents .interview .side-title {
    display: none;
  }
}

.top-contents .topics,
.topics-list .topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px 220px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-image: url("../images/top_topics_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom -200px;
}
@media screen and (max-width: 767px) {
  .top-contents .topics,
  .topics-list .topics {
    padding: 40px 0px 132px 0px;
    gap: 40px;
    background-size: 200% auto;
    background-position: center bottom;
  }
}
.top-contents .topics .title,
.topics-list .topics .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top-contents .topics .title,
  .topics-list .topics .title {
    padding: 0px 20px;
    gap: 12px;
  }
}
.top-contents .topics .title .main-title,
.topics-list .topics .title .main-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 86, 143, 0.5);
  font-family: "Montserrat";
  font-size: 120px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 120px */
  letter-spacing: 12px;
}
@media screen and (max-width: 767px) {
  .top-contents .topics .title .main-title,
  .topics-list .topics .title .main-title {
    font-size: 48px;
    letter-spacing: 4.8px;
  }
}
.top-contents .topics .title .sub-title,
.topics-list .topics .title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .top-contents .topics .title .sub-title,
  .topics-list .topics .title .sub-title {
    gap: 12px;
  }
}
.top-contents .topics .title .sub-title p,
.topics-list .topics .title .sub-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .top-contents .topics .title .sub-title p,
  .topics-list .topics .title .sub-title p {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.top-contents .topics .title .sub-title p:after,
.topics-list .topics .title .sub-title p:after {
  content: "";
  position: absolute;
  height: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--logoColor_red);
  bottom: -16px;
  width: 100%;
  left: -3px;
}
@media screen and (max-width: 767px) {
  .top-contents .topics .title .sub-title p:after,
  .topics-list .topics .title .sub-title p:after {
    bottom: -12px;
    left: -2px;
    height: 2px;
  }
}
.top-contents .topics .topics-inner,
.topics-list .topics .topics-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 962px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner,
  .topics-list .topics .topics-inner {
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
  }
}
.top-contents .topics .topics-inner .item,
.topics-list .topics .topics-inner .item {
  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;
  gap: 12px;
  max-width: 294px;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item,
  .topics-list .topics .topics-inner .item {
    width: 100%;
    padding-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    border-bottom: 1px dashed #ccc;
    max-width: 100%;
  }
}
.top-contents .topics .topics-inner .item img,
.topics-list .topics .topics-inner .item img {
  max-width: 294px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item img,
  .topics-list .topics .topics-inner .item img {
    border-radius: 8px;
    max-width: 100%;
    width: 36%;
    height: auto;
  }
}
.top-contents .topics .topics-inner .item > div,
.topics-list .topics .topics-inner .item > div {
  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;
  gap: 12px;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item > div,
  .topics-list .topics .topics-inner .item > div {
    gap: 8px;
  }
}
.top-contents .topics .topics-inner .item > div .item-title,
.topics-list .topics .topics-inner .item > div .item-title {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item > div .item-title,
  .topics-list .topics .topics-inner .item > div .item-title {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.top-contents .topics .topics-inner .item > div .date-tag,
.topics-list .topics .topics-inner .item > div .date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item > div .date-tag,
  .topics-list .topics .topics-inner .item > div .date-tag {
    gap: 8px;
  }
}
.top-contents .topics .topics-inner .item > div .date-tag .date,
.topics-list .topics .topics-inner .item > div .date-tag .date {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item > div .date-tag .date,
  .topics-list .topics .topics-inner .item > div .date-tag .date {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.top-contents .topics .topics-inner .item > div .date-tag .tag,
.topics-list .topics .topics-inner .item > div .date-tag .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item > div .date-tag .tag,
  .topics-list .topics .topics-inner .item > div .date-tag .tag {
    padding: 3px 10px;
  }
}
.top-contents .topics .topics-inner .item > div .date-tag .tag p,
.topics-list .topics .topics-inner .item > div .date-tag .tag p {
  color: var(--white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
  padding: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: var(--logoColor_navy);
}
@media screen and (max-width: 962px) {
  .top-contents .topics .topics-inner .item > div .date-tag .tag p,
  .topics-list .topics .topics-inner .item > div .date-tag .tag p {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.top-contents .topics .side-title,
.topics-list .topics .side-title {
  top: 730px;
}
@media screen and (max-width: 1150px) {
  .top-contents .topics .side-title,
  .topics-list .topics .side-title {
    display: none;
  }
}

.about-overview,
.about-work,
.employee-page,
.environment-crosstalk,
.environment-career,
.company-jobs,
.company-message,
.topics-list,
.topics-detail {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 172px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-overview,
  .about-work,
  .employee-page,
  .environment-crosstalk,
  .environment-career,
  .company-jobs,
  .company-message,
  .topics-list,
  .topics-detail {
    padding: 116px 0 72px;
    gap: 40px;
  }
}
.about-overview .inner,
.about-work .inner,
.employee-page .inner,
.environment-crosstalk .inner,
.environment-career .inner,
.company-jobs .inner,
.company-message .inner,
.topics-list .inner,
.topics-detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .about-overview .inner,
  .about-work .inner,
  .employee-page .inner,
  .environment-crosstalk .inner,
  .environment-career .inner,
  .company-jobs .inner,
  .company-message .inner,
  .topics-list .inner,
  .topics-detail .inner {
    background-position: center bottom;
    gap: 40px;
  }
}

.about-overview {
  background-image: url("../images/about/overview/bg_top.jpg");
}
@media screen and (max-width: 767px) {
  .about-overview {
    background-image: url("../images/about/overview/bg_top_sp.jpg");
  }
}
.about-overview .object {
  position: absolute;
  right: -180px;
  width: 525px;
  top: 420px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
.about-overview .inner {
  background-image: url("../images/about/overview/bg_bottom.jpg");
  background-position: center bottom 400px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner {
    background-image: url("../images/about/overview/bg_bottom_sp.jpg");
    background-position: center bottom;
  }
}
.about-overview .inner .about-nsd-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number {
    padding: 0px 20px;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 20px 20px 0;
  -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;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 8px 16px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  padding: 20px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item {
    height: 210px;
    padding: 12px 12px 16px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .common-nsd-number-item-icon {
  width: 80px;
  height: 80px;
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text1 {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text1 {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text1.min-w-100-pc {
  min-width: 100px;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text1.min-w-100-pc {
    min-width: 0;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 {
    height: auto;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 4px;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 .icon-25year {
  position: absolute;
  width: 133px;
  height: 40px;
  top: -46px;
  left: 50px;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 .icon-25year {
    position: relative;
    width: 80px;
    height: 24px;
    top: auto;
    left: auto;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div.padding-top-24-sp {
    padding-top: 24px;
  }
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div.padding-top-20-sp {
    padding-top: 20px;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div span {
  color: var(--logoColor_navy);
  text-align: right;
  font-family: "Shippori Antique B1";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 96px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div span {
    font-size: 48px;
    letter-spacing: 1.44px;
  }
}
.about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div span.small {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1000px) {
  .about-overview .inner .about-nsd-number .about-nsd-number-inner .about-nsd-number-items .about-nsd-number-item .about-nsd-number-item-text2 > div span.small {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.4px;
  }
}
.about-overview .inner .about-nsd-number .side-title {
  top: -20px;
}
@media screen and (max-width: 1150px) {
  .about-overview .inner .about-nsd-number .side-title {
    display: none;
  }
}
.about-overview .inner .business-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: linear-gradient(115deg, #effffc 5.01%, #ffeff9 98.15%);
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details {
    gap: 40px;
  }
}
.about-overview .inner .business-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 216px;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details:before {
    height: 204px;
  }
}
.about-overview .inner .business-details .business-details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner {
    width: 100%;
    padding: 0px 20px 40px 20px;
    gap: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.about-overview .inner .business-details .business-details-inner .business-details-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box {
    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;
    gap: 16px;
  }
}
.about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text {
    padding-top: 0;
    gap: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text .business-details-box-text-sub-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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text .business-details-box-text-sub-title h4 {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text .business-details-box-text-sub-title h4 {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image img.image01, .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image img.image02 {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image img.image01, .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image img.image02 {
    width: 100%;
    max-width: 400px;
  }
}
.about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image img.image03 {
  width: 168px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .business-details .business-details-inner .business-details-box .business-details-box-image img.image03 {
    width: 100%;
    max-width: 180px;
  }
}
.about-overview .inner .business-details .side-title {
  top: 880px;
}
@media screen and (max-width: 1150px) {
  .about-overview .inner .business-details .side-title {
    display: none;
  }
}
.about-overview .inner .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword {
    padding-bottom: 20px;
    gap: 40px;
  }
}
.about-overview .inner .keyword .keyword-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner {
    padding: 0 20px 20px;
    gap: 40px;
    width: 100%;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items {
    padding: 10px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item {
  width: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item {
    width: 100%;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 12px;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) .keyword-item-hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px;
  -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;
  border-radius: 16px;
  border: 1px solid var(--logoColor_red);
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) .keyword-item-hashtag {
    padding: 0px 16px 4px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) .keyword-item-hashtag p {
  color: var(--logoColor_red);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) .keyword-item-hashtag p {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) .keyword-item-hashtag.click {
  background: var(--logoColor_red);
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(1) .keyword-item-hashtag.click p {
  color: var(--white);
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) {
  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;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 12px;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) h4 {
  display: none;
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) h4 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) .keyword-item-text {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) .keyword-item-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .keyword .keyword-inner .keyword-items .keyword-item:nth-child(2) .keyword-item-text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.about-overview .inner .keyword .side-title {
  top: 380px;
}
@media screen and (max-width: 1150px) {
  .about-overview .inner .keyword .side-title {
    display: none;
  }
}
.about-overview .inner .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice {
    padding: 0 0 20px;
    gap: 40px;
  }
}
.about-overview .inner .voice .voice-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 1000px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner {
    gap: 40px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item p {
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-style: normal;
  font-weight: 400;
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item p span {
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-style: normal;
  font-weight: 400;
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(1) {
  width: calc(50% - 30px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(1) p {
  font-size: 16px;
  line-height: 200%; /* 32px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(1) p {
    font-size: 14px;
    letter-spacing: 0.84px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(1) p span {
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(1) p span {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2) {
  width: calc(50% - 30px);
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2) {
    padding: 0;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2) p {
  text-align: right;
  font-size: 14px;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2) p {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2) p span {
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2) p span {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3) {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3) p {
  font-size: 18px;
  line-height: 200%; /* 36px */
  letter-spacing: 1.08px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3) p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3) p span {
  font-size: 26px;
  line-height: 170%;
  letter-spacing: 1.56px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3) p span {
    font-size: 22px;
    letter-spacing: 1.32px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4) {
  width: calc(50% - 30px);
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4) {
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4) p {
  font-size: 14px;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4) p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: right;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4) p span {
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4) p span {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5) {
  width: calc(50% + 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5) p {
  text-align: right;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5) p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}
.about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5) p span {
  font-size: 24px;
  line-height: 170%; /* 40.8px */
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5) p span {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(1), .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(2), .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(3), .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(4), .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(5), .about-overview .inner .voice .voice-inner .voice-items .voice-item:nth-child(6) {
    width: 100%;
  }
}
.about-overview .inner .recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px 120px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 60px 60px 0px 0px;
  background: linear-gradient(115deg, #fdffea 5.01%, #e9f8ff 98.15%);
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend {
    padding: 40px 0 0 0;
    gap: 40px;
    border-radius: 32px 32px 0px 0px;
  }
}
.about-overview .inner .recommend .recommend-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner {
    padding: 0px 20px 60px 20px;
    gap: 40px;
  }
}
.about-overview .inner .recommend .recommend-inner .recommend-items {
  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;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner .recommend-items {
    gap: 16px;
  }
}
.about-overview .inner .recommend .recommend-inner .recommend-items .recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner .recommend-items .recommend-item {
    gap: 12px;
  }
}
.about-overview .inner .recommend .recommend-inner .recommend-items .recommend-item img {
  width: 61px;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner .recommend-items .recommend-item img {
    width: 44px;
    height: 44px;
  }
}
.about-overview .inner .recommend .recommend-inner .recommend-items .recommend-item p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 250%; /* 40px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner .recommend-items .recommend-item p {
    font-size: 14px;
    line-height: 200%; /* 28px */
    letter-spacing: 1.4px;
  }
}
.about-overview .inner .recommend .recommend-inner .recommend-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}
@media screen and (max-width: 1150px) {
  .about-overview .inner .recommend .recommend-inner .recommend-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner .recommend-links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-overview .inner .recommend .recommend-inner .recommend-links .common-parts-link .common-parts-link-text {
    min-width: 280px;
  }
}

.about-work {
  background-image: url("../images/about/work/bg_top.jpg");
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-work {
    background-image: url("../images/about/work/bg_top_sp.jpg");
  }
}
.about-work .object {
  position: absolute;
  right: -180px;
  width: 525px;
  top: 420px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .about-work .object {
    width: 320px;
    height: 320px;
    -webkit-perspective: 320px;
            perspective: 320px;
    right: -100px;
    top: 280px;
  }
}
.about-work .inner {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .about-work .inner {
    background-image: none;
  }
}
.about-work .inner .our-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.about-work .inner .our-works .our-works-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.about-work .inner .our-works .our-works-inner .our-works-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1010px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .our-works .our-works-inner .our-works-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
  }
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item img {
  width: 240px;
  height: 240px;
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item .our-works-item-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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item .our-works-item-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item .our-works-item-text {
  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;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item .our-works-item-text p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item:nth-child(1) {
  width: 280px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .about-work .inner .our-works .our-works-inner .our-works-items .our-works-item:nth-child(1) {
    position: absolute;
    left: -100px;
    top: -40px;
  }
}
.about-work .inner .our-works .our-works-inner .our-works-items .our-works-item:nth-child(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .about-work .inner .our-works .our-works-inner .our-works-items .our-works-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    gap: 24px;
  }
}
.about-work .inner .our-works .side-title {
  top: 500px;
}
@media screen and (max-width: 1150px) {
  .about-work .inner .our-works .side-title {
    display: none;
  }
}
.about-work .inner .method-and-job-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 0 240px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom -300px, center bottom, center bottom;
  background-image: url("../images/about/work/bg_bottom.png"), linear-gradient(0deg, rgba(255, 85, 0, 0.5) 0%, rgba(255, 85, 0, 0.5) 100%), linear-gradient(99deg, #e2ffff 1.57%, #e2f1ff 94.5%);
  background-blend-mode: normal, overlay, normal;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role {
    padding: 0 0 120px;
    background-position: center bottom -600px, center bottom, center bottom;
    background-image: url("../images/about/work/bg_bottom_sp.png"), linear-gradient(0deg, rgba(255, 85, 0, 0.5) 0%, rgba(255, 85, 0, 0.5) 100%), linear-gradient(99deg, #e2ffff 1.57%, #e2f1ff 94.5%);
  }
}
.about-work .inner .method-and-job-role:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role:before {
    height: 56px;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 60px 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner {
    padding: 40px 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  gap: 60px 0;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 0;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h4,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h4,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h4,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h4 {
  color: var(--white, #fff);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--logoColor_navy);
  font-family: "Shippori Antique B1";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  -moz-text-align-last: justify;
       text-align-last: justify;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 410px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h4,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h4 {
    font-size: 20px;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h5,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h5,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h5,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h5 {
  color: var(--darkGray);
  font-family: "Shippori Antique B1";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 3.08px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h5 {
    font-size: 12px;
    letter-spacing: 1.92px;
  }
}
@media screen and (max-width: 410px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h5 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 360px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title .method-text-title-text h5,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title .method-text-title-text h5 {
    font-size: 10px;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title span,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title span,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title span,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title span {
  color: var(--logoColor_navy);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 74px; /* 102.778% */
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text .method-text-title span,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text .method-text-title span,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text .method-text-title span,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text .method-text-title span {
    font-size: 60px;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text p,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text p,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text p,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text p,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text p,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text p,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text p span,
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text p span,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text p span,
.about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text p span {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text p span,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .job-role-text p span,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .method-text p span,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .job-role-text p span {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 900px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .common-parts-link .common-parts-link-text,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .common-parts-link .common-parts-link-text {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .common-parts-link .common-parts-link-text,
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role .common-parts-link .common-parts-link-text {
    min-width: 240px;
  }
}
.about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .method .method-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-work .inner .method-and-job-role .method-and-job-role-inner .job-role {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px 0;
  }
}
.about-work .inner .method-and-job-role .side-title {
  top: 300px;
}
@media screen and (max-width: 1150px) {
  .about-work .inner .method-and-job-role .side-title {
    display: none;
  }
}

.employee-page {
  background-image: url("../images/employee/bg_top.jpg");
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .employee-page {
    background-image: url("../images/employee/bg_top_sp.jpg");
    gap: 52px;
  }
}
.employee-page .object {
  position: absolute;
  right: -180px;
  width: 525px;
  top: 420px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .employee-page .object {
    width: 320px;
    height: 320px;
    -webkit-perspective: 320px;
            perspective: 320px;
    right: -100px;
    top: 280px;
  }
}
.employee-page .inner {
  background-image: url("../images/employee/bg_bottom.jpg");
  background-position: center bottom -300px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner {
    background-image: url("../images/employee/bg_bottom_sp.jpg");
    background-position: center bottom -600px;
  }
}
.employee-page .inner .employee-introduction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.employee-page .inner .employee-introduction .employee-introduction-inner {
  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;
  gap: 40px;
  max-width: 1000px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner {
    padding: 0;
    gap: 24px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image {
  width: 100%;
  position: relative;
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image img {
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image img {
    border-radius: 0;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name {
    bottom: 10px;
    right: 10px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name h4 {
  color: var(--white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 4.8px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name h4 {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name p.employee-introduction-department {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name p.employee-introduction-department {
    padding-top: 8px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name p.employee-introduction-year {
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-main-image .employee-introduction-name p.employee-introduction-year {
    padding-top: 2px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text {
  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;
  gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text {
    padding: 0px 20px;
    gap: 24px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-copy p {
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-copy p {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block {
  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;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block {
    gap: 16px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-question p {
  color: var(--logoColor_navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-question p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-answer {
  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;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-answer {
    gap: 16px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-answer p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-block .employee-introduction-answer p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-photo img {
  width: calc((100% - 24px) / 2);
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-introduction .employee-introduction-inner .employee-introduction-text .employee-introduction-photo img {
    width: 100%;
  }
}
.employee-page .inner .employee-introduction .side-title {
  top: 650px;
}
.employee-page .inner .employee-introduction .side-title.right {
  top: auto;
  bottom: -100px;
}
@media screen and (max-width: 1150px) {
  .employee-page .inner .employee-introduction .side-title {
    display: none;
  }
}
.employee-page .inner .employee-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule {
    padding: 20px 20px 0px 20px;
    gap: 32px;
    width: 100%;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-schedule .employee-schedule-title {
    gap: 16px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-title img {
  width: 60.76px;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-schedule .employee-schedule-title img {
    width: 43.12px;
    height: 44px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 250%; /* 50px */
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-schedule .employee-schedule-title p {
    font-size: 16px;
    line-height: 250%; /* 40px */
    letter-spacing: 1.6px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
  border-radius: 40px;
  background: #fffaea;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline {
    width: 100%;
    padding: 24px;
    gap: 10px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item:before {
  position: relative;
  content: "";
  width: 23.52px;
  height: 24px;
  background-image: url("../images/icon_5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item p.employee-schedule-item-time {
  color: var(--logoColor_navy);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  min-height: 28.8px;
  letter-spacing: 1.6px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item p.employee-schedule-item-time {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    text-align: right;
    font-size: 14px;
    letter-spacing: 1.4px;
    min-width: 40px;
    line-height: 200%;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item p.employee-schedule-item-text {
  color: var(--logoColor_navy);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.6px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items .employee-schedule-item p.employee-schedule-item-text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    letter-spacing: 1.4px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items:before {
  position: absolute;
  content: "";
  width: calc(100% - 22px);
  height: 0px;
  border-top: 1px dashed var(--logoColor_navy);
  left: 8px;
  top: 50px;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-items:before {
    width: 0;
    height: calc(100% - 30px);
    border-top: none;
    border-right: 1px dashed var(--logoColor_navy);
    left: 60px;
    top: 24px;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image {
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_01_pc, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_01_pc, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_01_pc {
    display: none;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_01_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_01_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_01_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_01_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_01_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_01_sp {
    display: block;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_01_pc {
  top: 160px;
  left: 160px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_01_sp {
  width: 103px;
  top: 60px;
  left: 220px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_01_pc {
  top: 160px;
  left: 120px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_01_sp {
  width: 103px;
  top: 60px;
  left: 220px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_01_pc {
  top: 130px;
  left: 130px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_01_sp {
  width: 103px;
  top: 70px;
  left: 160px;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_02_pc, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_02_pc, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_02_pc {
    display: none;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_02_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_02_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_02_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_02_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_02_sp, .employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_02_sp {
    display: block;
  }
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_02_pc {
  top: 190px;
  left: 620px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_01_02_sp {
  width: 105px;
  left: 240px;
  top: 270px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_02_pc {
  top: 140px;
  left: 440px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_02_02_sp {
  width: 105px;
  left: 240px;
  top: 200px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_02_pc {
  top: 210px;
  left: 540px;
}
.employee-page .inner .employee-schedule .employee-schedule-timeline .employee-schedule-timeline-image.image_03_02_sp {
  width: 105px;
  left: 280px;
  top: 270px;
}
.employee-page .inner .employee-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-links {
    padding: 0px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
.employee-page .inner .employee-links .employee-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  padding: 12px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px solid var(--black);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-links .employee-link {
    width: calc((100% - 48px) / 2);
    padding: 8px 0px;
    gap: 8px;
  }
}
.employee-page .inner .employee-links .employee-link.previous:before {
  content: "";
  position: relative;
  display: block;
  width: 11px;
  height: 15px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-links .employee-link.previous:before {
    width: 8.89px;
    height: 13px;
  }
}
.employee-page .inner .employee-links .employee-link.next:after {
  content: "";
  position: relative;
  display: block;
  width: 11px;
  height: 15px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-links .employee-link.next:after {
    width: 8.89px;
    height: 13px;
  }
}
.employee-page .inner .employee-links .employee-link p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
  width: 254px;
}
@media screen and (max-width: 767px) {
  .employee-page .inner .employee-links .employee-link p {
    width: 100%;
  }
}

.environment-crosstalk {
  background-image: url("../images/environment/crosstalk/bg_top.jpg");
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk {
    background-image: url("../images/environment/crosstalk/bg_top_sp.jpg");
    gap: 20px;
    padding-bottom: 30px;
  }
}
.environment-crosstalk .object {
  position: absolute;
  right: -180px;
  width: 525px;
  top: 420px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .object {
    width: 348.548px;
    height: 320px;
    -webkit-perspective: 348.548px;
            perspective: 348.548px;
    right: -130px;
    top: 1300px;
  }
}
.environment-crosstalk .inner {
  background-image: url("../images/environment/crosstalk/bg_bottom.jpg");
  background-position: center bottom -300px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner {
    background-image: url("../images/environment/crosstalk/bg_bottom_sp.jpg");
    background-position: center bottom -560px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner {
  max-width: 1000px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px dashed var(--darkGray);
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner {
    gap: 40px;
    padding-bottom: 40px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .common-parts-lead-text {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .common-parts-lead-text {
    padding: 0;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .common-parts-lead-text .common-parts-lead-text-inner {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-main {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-sub {
    text-align: left;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants {
    padding-top: 0;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title {
    gap: 36.853px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title .participants-title-senior {
  width: 120.614px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title .participants-title-senior {
    width: 87.719px;
    height: 16px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title .participants-title-junior {
  width: 119.041px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title .participants-title-junior {
    width: 86.575px;
    height: 16px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title .participants-title-image {
  width: 312.525px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title .participants-title-image {
    width: 223.232px;
    height: 20px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 0px 30px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items {
    gap: 20px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item {
    gap: 12px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item img {
  width: 168px;
  height: 168px;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item img {
    width: 104px;
    height: 104px;
    border-radius: 36px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name {
    gap: 8px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name p {
  color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-style: normal;
  line-height: 160%; /* 25.6px */
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name p:nth-child(1) {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name p:nth-child(1) {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-participants .environment-crosstalk-participants-inner .participants .participants-title-items .participants-title-item .participants-title-item-name p:nth-child(2) {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px 24px;
  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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 24px;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-title {
    padding-bottom: 8px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-title:before {
  content: "";
  position: relative;
  width: 54.88px;
  height: 56px;
  background-image: url("../images/icon_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-title:before {
    width: 43.12px;
    height: 44px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 2.4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-title p {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-question {
    padding-bottom: 0;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-question.padding-top {
  padding-top: 16px;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-question p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-question p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon:before {
  content: "";
  position: relative;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon:before {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee01:before {
  background-image: url("../images/environment/crosstalk/icon_01_01.jpg");
  border: 2px solid #64cca1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee01 p {
  color: #64cca1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee02:before {
  background-image: url("../images/environment/crosstalk/icon_01_02.jpg");
  border: 2px solid #83bcee;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee02 p {
  color: #83bcee;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee03:before {
  background-image: url("../images/environment/crosstalk/icon_02_01.jpg");
  border: 2px solid #e37db0;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee03 p {
  color: #e37db0;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee04:before {
  background-image: url("../images/environment/crosstalk/icon_02_02.jpg");
  border: 2px solid #f0a57a;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee04 p {
  color: #f0a57a;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee05:before {
  background-image: url("../images/environment/crosstalk/icon_02_03.jpg");
  border: 2px solid #64cca1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee05 p {
  color: #64cca1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee06:before {
  background-image: url("../images/environment/crosstalk/icon_03_01.jpg");
  border: 2px solid #f0a57a;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee06 p {
  color: #f0a57a;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee07:before {
  background-image: url("../images/environment/crosstalk/icon_03_02.jpg");
  border: 2px solid #83bcee;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee07 p {
  color: #83bcee;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee08:before {
  background-image: url("../images/environment/crosstalk/icon_03_03.jpg");
  border: 2px solid #64cca1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee08 p {
  color: #64cca1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee09:before {
  background-image: url("../images/environment/crosstalk/icon_03_04.jpg");
  border: 2px solid #8c5df1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee09 p {
  color: #8c5df1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee10:before {
  background-image: url("../images/environment/crosstalk/icon_03_05.jpg");
  border: 2px solid #ff63b1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer .environment-crosstalk-text-answer-icon.employee10 p {
  color: #ff63b1;
}
.environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer > p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-text .environment-crosstalk-text-inner .environment-crosstalk-text-answer > p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.environment-crosstalk .inner .environment-crosstalk-image.padding-top {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .environment-crosstalk .inner .environment-crosstalk-image.padding-top {
    padding-top: 20px;
  }
}
.environment-crosstalk .inner .environment-crosstalk-image img {
  width: 100%;
}
.environment-crosstalk .inner .side-title {
  top: 870px;
}
.environment-crosstalk .inner .side-title.right {
  top: auto;
  bottom: 1400px;
}

.environment-career {
  background-image: url("../images/environment/career/bg_top.jpg");
}
@media screen and (max-width: 767px) {
  .environment-career {
    background-image: url("../images/environment/career/bg_top_sp.jpg");
    padding-bottom: 0;
  }
}
.environment-career .object {
  position: absolute;
  right: -180px;
  width: 525px;
  top: 420px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .environment-career .object {
    width: 349.876px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -100px;
    top: 430px;
  }
}
.environment-career .inner {
  background-image: url("../images/environment/career/bg_bottom.jpg");
  background-position: center bottom -280px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner {
    background-image: url("../images/environment/career/bg_bottom_sp.jpg");
    background-position: center bottom -580px;
    padding-bottom: 132px;
  }
}
.environment-career .inner .common-parts-lead-text .common-parts-lead-text-inner .common-parts-lead-text-sub {
  text-align: left;
}
.environment-career .inner .environment-career-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.environment-career .inner .environment-career-path .side-title {
  top: 300px;
}
@media screen and (max-width: 1150px) {
  .environment-career .inner .environment-career-path .side-title {
    display: none;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 20px 20px 0;
  -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;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner {
    padding: 0 20px;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-copy {
    padding-top: 30px;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-copy p {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-copy p {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(1) {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(1) img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(1) img {
    width: 50%;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) {
    gap: 24px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-title p {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-text {
  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;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-text {
    gap: 12px;
  }
}
.environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-career-path .environment-career-path-inner .environment-career-path-items .environment-career-path-item:nth-child(2) .environment-career-path-item-text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.environment-career .inner .environment-personnel-development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: linear-gradient(115deg, #f4efff 5.01%, #f8ffef 98.15%);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development {
    padding: 20px 0px 40px 0px;
    gap: 40px;
  }
}
.environment-career .inner .environment-personnel-development:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development:before {
    height: 160px;
  }
}
.environment-career .inner .environment-personnel-development .side-title {
  top: 240px;
}
@media screen and (max-width: 1150px) {
  .environment-career .inner .environment-personnel-development .side-title {
    display: none;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .common-parts-sub-title {
  max-width: 1000px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .common-parts-sub-title h2 {
    text-align: right;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 32px 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-copy {
    padding-top: 30px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-copy p {
  color: var(--black);
  text-align: right;
  /* largeText_mincho */
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-copy p {
    font-size: 18px;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents {
    padding-top: 40px;
    gap: 40px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons {
    gap: 12px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons .environment-personnel-development-contents-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 4px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--black);
  background: var(--white);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons .environment-personnel-development-contents-button {
    padding: 8px 16px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons .environment-personnel-development-contents-button p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons .environment-personnel-development-contents-button p {
    font-size: 12px;
    letter-spacing: 2.4px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons .environment-personnel-development-contents-button.selected {
  border: 1px solid var(--logoColor_red);
  background: var(--logoColor_red);
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-buttons .environment-personnel-development-contents-button.selected p {
  color: var(--white);
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list {
    gap: 20px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected01 {
  -webkit-transform: translateX(1010px);
          transform: translateX(1010px);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected01 {
    -webkit-transform: translateX(calc(200vw - 40px));
            transform: translateX(calc(200vw - 40px));
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected02 {
  -webkit-transform: translateX(460px);
          transform: translateX(460px);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected02 {
    -webkit-transform: translateX(calc(100vw - 20px));
            transform: translateX(calc(100vw - 20px));
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected03 {
  -webkit-transform: none;
          transform: none;
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected04 {
  -webkit-transform: translateX(-460px);
          transform: translateX(-460px);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected04 {
    -webkit-transform: translateX(calc(-100vw + 20px));
            transform: translateX(calc(-100vw + 20px));
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected05 {
  -webkit-transform: translateX(-1010px);
          transform: translateX(-1010px);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list.selected05 {
    -webkit-transform: translateX(calc(-200vw + 40px));
            transform: translateX(calc(-200vw + 40px));
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box {
    padding-top: 0;
    width: calc(100vw - 40px);
    gap: 16px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box img {
    width: calc(100vw - 40px);
    border-radius: 24px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box.selected {
  width: 580px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box.selected {
    width: calc(100vw - 40px);
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box.selected img {
  width: 580px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box.selected img {
    width: calc(100vw - 40px);
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box .environment-personnel-development-contents-list-box-title {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box .environment-personnel-development-contents-list-box-title {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box .environment-personnel-development-contents-list-box-text {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-personnel-development .environment-personnel-development-inner .environment-personnel-development-contents .environment-personnel-development-contents-list .environment-personnel-development-contents-list-box .environment-personnel-development-contents-list-box-text {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.environment-career .inner .environment-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits {
    gap: 40px;
  }
}
.environment-career .inner .environment-benefits .side-title {
  top: 540px;
}
@media screen and (max-width: 1150px) {
  .environment-career .inner .environment-benefits .side-title {
    display: none;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  -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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-copy {
    padding-top: 30px;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-copy p {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-copy p {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item {
    max-width: 100%;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item img {
  max-width: 280px;
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item img {
    max-width: 100%;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-title {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-title {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
    text-indent: 14px;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text p span {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text p span {
    line-height: 170%;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text p:before {
  content: "・";
  position: absolute;
  left: -18px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-text p:before {
    left: -16px;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links {
  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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links .environment-benefits-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links .environment-benefits-item-link {
    min-width: 240px;
    padding: 8px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin: 0 0 0 auto;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links .environment-benefits-item-link p {
  color: var(--black);
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links .environment-benefits-item-link p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links .environment-benefits-item-link:after {
  content: "";
  position: relative;
  display: block;
  width: 11px;
  height: 14px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits .environment-benefits-inner .environment-benefits-items .environment-benefits-item .environment-benefits-item-links .environment-benefits-item-link:after {
    width: 8.89px;
    height: 13px;
  }
}
.environment-career .inner .environment-benefits-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits-voice {
    padding: 40px 20px 0px 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-benefits-voice .environment-benefits-voice-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 646px;
  padding: 20px 148px 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: #fffaea;
  position: relative;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits-voice .environment-benefits-voice-inner {
    width: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: 24px;
    display: block;
    position: static;
  }
}
.environment-career .inner .environment-benefits-voice .environment-benefits-voice-inner p {
  color: var(--logoColor_navy, #00568f);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits-voice .environment-benefits-voice-inner p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.environment-career .inner .environment-benefits-voice .environment-benefits-voice-inner img {
  width: 197.676px;
  position: absolute;
  right: -59.676px;
  top: -36.106px;
}
@media screen and (max-width: 767px) {
  .environment-career .inner .environment-benefits-voice .environment-benefits-voice-inner img {
    width: 137.707px;
    top: auto;
    right: auto;
    position: static;
    float: right;
    margin-top: -80px;
    margin-right: -20px;
  }
}
.environment-career .inner .environment-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.environment-career .inner .environment-numbers .environment-numbers-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 60px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 8px 16px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item {
    width: calc(50% - 8px);
    height: 215px;
    padding: 12px 12px 16px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item img {
  width: 88px;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item img {
    width: 80px;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-title {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0px;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-title {
    font-size: 14px;
    line-height: 150%; /* 21px */
    letter-spacing: 1.4px;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-title span {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0px;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-title span {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0px;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text {
    gap: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text .environment-numbers-item-text-big {
  color: var(--logoColor_navy);
  font-family: "Shippori Antique B1";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text .environment-numbers-item-text-big {
    font-size: 48px;
    letter-spacing: 2.4px;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text .environment-numbers-item-text-big span {
  color: var(--logoColor_navy);
  font-family: "Shippori Antique B1";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text .environment-numbers-item-text-big span {
    font-size: 36px;
    letter-spacing: 1.44px;
  }
}
.environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text .environment-numbers-item-text-small {
  color: var(--logoColor_navy);
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 142.857% */
  letter-spacing: 2px;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 1000px) {
  .environment-career .inner .environment-numbers .environment-numbers-inner .environment-numbers-item .environment-numbers-item-text .environment-numbers-item-text-small {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
    letter-spacing: 1.4px;
  }
}

.company-jobs {
  background-image: url("../images/company/jobs/bg_top.jpg");
}
@media screen and (max-width: 767px) {
  .company-jobs {
    background-image: url("../images/company/jobs/bg_top_sp.jpg");
    padding-bottom: 0;
  }
}
.company-jobs .object {
  position: absolute;
  right: -180px;
  width: 525px;
  top: 420px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .company-jobs .object {
    width: 349.876px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -140px;
    top: 1300px;
  }
}
.company-jobs .inner {
  background-image: url("../images/company/jobs/bg_bottom.jpg");
  background-position: center bottom -280px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner {
    background-image: url("../images/company/jobs/bg_bottom_sp.jpg");
    background-position: center bottom -580px;
    padding-bottom: 132px;
  }
}
.company-jobs .inner .job-description {
  width: 100%;
  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;
}
.company-jobs .inner .job-description .job-description-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 12px 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner {
    padding: 10px 20px 0;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs {
    gap: 16px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  width: 100%;
  padding: 20px 30px 20px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab {
    padding: 12px 16px 12px 8px;
    gap: 8px;
    border-radius: 16px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab:nth-child(1) {
  background: var(--logoColor_red);
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab:nth-child(2) {
  background: var(--logoColor_navy);
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab:before {
  content: "";
  position: relative;
  width: 23.52px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/company/jobs/icon_object.svg");
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab:before {
    width: 19.6px;
    height: 20px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab p {
  color: var(--white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab.active {
  border-radius: 24px 24px 0px 0px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab.active {
    padding: 12px 16px 12px 12px;
    border-radius: 16px 16px 0px 0px;
    gap: 10px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab.active:before {
  width: 35.28px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab.active:before {
    width: 27.44px;
    height: 28px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab.active p {
  color: var(--white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-tabs .job-description-tab.active p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items {
  display: none;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-top: 4px solid var(--logoColor_red);
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items {
    padding-top: 40px;
    gap: 16px;
    border-top: 2px solid var(--logoColor_red);
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item {
    gap: 12px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  padding: 2px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--logoColor_red);
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-title {
    width: 124px;
    padding: 2px 0;
    gap: 8px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-title p {
  color: var(--logoColor_red);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
  text-indent: 1.6px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-title p {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-indent: 1.4px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-text {
  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;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-text {
    gap: 12px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-text p {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-text p a {
  color: var(--logoColor_navy);
  /* text */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item .job-description-item-text p a {
    font-size: 14px;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1.4px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item:last-child {
  padding-bottom: 60px;
  border-bottom: 1px dashed var(--darkGray);
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items .job-description-item:last-child {
    padding-bottom: 40px;
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items.mid-career {
  border-top: 4px solid var(--logoColor_navy);
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .job-description .job-description-inner .job-description-items.mid-career {
    border-top: 2px solid var(--logoColor_navy);
  }
}
.company-jobs .inner .job-description .job-description-inner .job-description-items.mid-career .job-description-item .job-description-item-title {
  border: 1px solid var(--logoColor_navy);
}
.company-jobs .inner .job-description .job-description-inner .job-description-items.mid-career .job-description-item .job-description-item-title p {
  color: var(--logoColor_navy);
}
.company-jobs .inner .job-description .side-title {
  top: 750px;
}
@media screen and (max-width: 1100px) {
  .company-jobs .inner .job-description .side-title {
    display: none;
  }
}
.company-jobs .inner .company-videos {
  width: 100%;
  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;
}
.company-jobs .inner .company-videos .company-videos-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-title {
    gap: 12px;
  }
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-title:before {
  content: "";
  position: relative;
  width: 60.76px;
  height: 62px;
  background-image: url("../images/icon_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-title:before {
    width: 43.12px;
    height: 44px;
  }
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-title p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 250%; /* 50px */
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-title p {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  row-gap: 40px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-items {
    row-gap: 24px;
  }
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item {
    gap: 8px;
    width: 100%;
  }
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item .company-videos-item-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 16/9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item .company-videos-item-player img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item .company-videos-item-player img {
    border-radius: 18px;
  }
}
.company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item p {
  color: var(--black);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .company-jobs .inner .company-videos .company-videos-inner .company-videos-items .company-videos-item p {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.company-jobs .inner .company-videos .side-title {
  bottom: 500px;
}

.company-message {
  background-image: url("../images/company/message/bg_top.jpg");
}
@media screen and (max-width: 767px) {
  .company-message {
    background-image: url("../images/company/message/bg_top_sp.jpg");
    padding-bottom: 0;
  }
}
.company-message .object {
  position: absolute;
  left: -100px;
  width: 525px;
  top: 1440px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .company-message .object {
    width: 349.876px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -140px;
    top: 1600px;
  }
}
.company-message .inner {
  background-image: url("../images/company/message/bg_bottom.jpg");
  background-position: center bottom -280px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .company-message .inner {
    background-image: url("../images/company/message/bg_bottom_sp.jpg");
    background-position: center bottom -580px;
    padding-bottom: 132px;
  }
}
@media screen and (max-width: 767px) {
  .company-message .inner .common-parts-lead-text {
    padding: 14px 0;
  }
}
@media screen and (max-width: 767px) {
  .company-message .inner .common-parts-lead-text .common-parts-lead-text-inner p {
    text-align: left;
  }
}
.company-message .inner .side-title.left {
  top: 650px;
}
.company-message .inner .side-title.right {
  bottom: 580px;
}
@media screen and (max-width: 1150px) {
  .company-message .inner .side-title {
    display: none;
  }
}
.company-message .inner .company-message-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 20px 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    gap: 24px;
  }
}
.company-message .inner .company-message-items > img {
  width: 360px;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items > img {
    width: 256px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.company-message .inner .company-message-items .company-message-item {
  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;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items .company-message-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.company-message .inner .company-message-items .company-message-item .company-message-item-title {
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items .company-message-item .company-message-item-title {
    color: var(--black);
    font-family: "Shippori Antique B1";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
    letter-spacing: 1.8px;
  }
}
.company-message .inner .company-message-items .company-message-item .company-message-item-text {
  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;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items .company-message-item .company-message-item-text {
    gap: 16px;
  }
}
.company-message .inner .company-message-items .company-message-item .company-message-item-text p {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
.company-message .inner .company-message-items .company-message-item .company-message-item-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items .company-message-item .company-message-item-sign {
    padding-top: 8px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.company-message .inner .company-message-items .company-message-item .company-message-item-sign .company-message-item-sign-role {
  color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items .company-message-item .company-message-item-sign .company-message-item-sign-role {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: right;
  }
}
.company-message .inner .company-message-items .company-message-item .company-message-item-sign .company-message-item-sign-name {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 57.6px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .company-message .inner .company-message-items .company-message-item .company-message-item-sign .company-message-item-sign-name {
    font-size: 24px;
    letter-spacing: 2.4px;
    text-align: right;
  }
}

.topics-list,
.topics-detail {
  background-image: url("../images/topics/bg_top.jpg");
}
@media screen and (max-width: 767px) {
  .topics-list,
  .topics-detail {
    background-image: url("../images/topics/bg_top_sp.jpg");
    padding-bottom: 0;
  }
}
.topics-list .object,
.topics-detail .object {
  position: absolute;
  right: -120px;
  width: 525px;
  top: 240px;
  height: 482px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-perspective: 525px;
          perspective: 525px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .topics-list .object,
  .topics-detail .object {
    width: 349.876px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -140px;
    top: 500px;
  }
}
.topics-list .inner,
.topics-detail .inner {
  background-image: url("../images/topics/bg_bottom.jpg");
  background-position: center bottom -280px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .topics-list .inner,
  .topics-detail .inner {
    background-image: url("../images/topics/bg_bottom_sp.jpg");
    background-position: center bottom -580px;
    padding-bottom: 132px;
  }
}
.topics-list .inner .side-title.left,
.topics-detail .inner .side-title.left {
  top: 500px;
}
.topics-list .inner .side-title.right,
.topics-detail .inner .side-title.right {
  bottom: 300px;
}
@media screen and (max-width: 1150px) {
  .topics-list .inner .side-title,
  .topics-detail .inner .side-title {
    display: none;
  }
}
.topics-list .inner .topics,
.topics-detail .inner .topics {
  padding-top: 12px;
  padding-bottom: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .item:nth-child(1),
  .topics-detail .inner .topics .item:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .item:nth-child(1) img,
  .topics-detail .inner .topics .item:nth-child(1) img {
    width: 100%;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .item:nth-child(1) > div .item-title,
  .topics-detail .inner .topics .item:nth-child(1) > div .item-title {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.topics-list .inner .topics .topics-buttons,
.topics-detail .inner .topics .topics-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 20px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics-list .inner .topics .topics-buttons .topics-button,
.topics-detail .inner .topics .topics-buttons .topics-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 114px;
  height: 32px;
  padding: 0px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--logoColor_navy);
  background: var(--white);
}
.topics-list .inner .topics .topics-buttons .topics-button.active,
.topics-detail .inner .topics .topics-buttons .topics-button.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--logoColor_navy);
  background: var(--logoColor_navy);
}
.topics-list .inner .topics .topics-buttons .topics-button.active p,
.topics-detail .inner .topics .topics-buttons .topics-button.active p {
  color: var(--white);
}
.topics-list .inner .topics .topics-buttons .topics-button p,
.topics-detail .inner .topics .topics-buttons .topics-button p {
  color: var(--logoColor_navy);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
}
.topics-list .inner .topics .pagenavi_wrap,
.topics-detail .inner .topics .pagenavi_wrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .pagenavi_wrap,
  .topics-detail .inner .topics .pagenavi_wrap {
    margin-top: 20px;
  }
}
.topics-list .inner .topics .pagenavi_wrap .pagenavi,
.topics-detail .inner .topics .pagenavi_wrap .pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics-list .inner .topics .pagenavi_wrap .pagenavi a,
.topics-detail .inner .topics .pagenavi_wrap .pagenavi a {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  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;
  min-width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0 10px;
  margin-inline: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  background-color: #edefeb;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .pagenavi_wrap .pagenavi a,
  .topics-detail .inner .topics .pagenavi_wrap .pagenavi a {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 6px;
  }
}
.topics-list .inner .topics .pagenavi_wrap .pagenavi a.no,
.topics-detail .inner .topics .pagenavi_wrap .pagenavi a.no {
  pointer-events: none;
  opacity: 0.4;
}
.topics-list .inner .topics .pagenavi_wrap .pagenavi .previouspostslink,
.topics-list .inner .topics .pagenavi_wrap .pagenavi .nextpostslink,
.topics-detail .inner .topics .pagenavi_wrap .pagenavi .previouspostslink,
.topics-detail .inner .topics .pagenavi_wrap .pagenavi .nextpostslink {
  padding-inline: 26px;
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .pagenavi_wrap .pagenavi .previouspostslink,
  .topics-list .inner .topics .pagenavi_wrap .pagenavi .nextpostslink,
  .topics-detail .inner .topics .pagenavi_wrap .pagenavi .previouspostslink,
  .topics-detail .inner .topics .pagenavi_wrap .pagenavi .nextpostslink {
    padding-inline: 13px;
  }
}
.topics-list .inner .topics .pagenavi_wrap .pagenavi .current,
.topics-detail .inner .topics .pagenavi_wrap .pagenavi .current {
  color: var(--white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  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;
  min-width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0 10px;
  margin-inline: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  background-color: #434d5d;
}
@media screen and (max-width: 767px) {
  .topics-list .inner .topics .pagenavi_wrap .pagenavi .current,
  .topics-detail .inner .topics .pagenavi_wrap .pagenavi .current {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
    padding: 0 6px;
  }
}

.topics-detail .object {
  top: 900px;
}
@media screen and (max-width: 767px) {
  .topics-detail .object {
    width: 349.876px;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    right: -140px;
    top: 500px;
  }
}
.topics-detail .common-parts-title h1 {
  font-size: 60px;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .topics-detail .common-parts-title h1 {
    font-size: 42px;
    letter-spacing: 4.2px;
  }
}
.topics-detail .inner .side-title.left {
  top: 700px;
}
.topics-detail .inner .side-title.right {
  bottom: 400px;
}
@media screen and (max-width: 1150px) {
  .topics-detail .inner .side-title {
    display: none;
  }
}
.topics-detail .inner .topics-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner {
    padding: 0;
    gap: 20px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-thumbnail {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-thumbnail {
    border-radius: 0;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article {
    padding: 0 20px;
    gap: 20px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header {
  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;
  gap: 20px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header {
    gap: 16px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-title {
  color: var(--black);
  font-family: "Shippori Antique B1";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-date-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-date-tag .topics-detail-item-article-header-date {
  color: var(--darkGray);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-date-tag .topics-detail-item-article-header-date {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-date-tag .topics-detail-item-article-header-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: var(--logoColor_navy);
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-date-tag .topics-detail-item-article-header-tag p {
  color: var(--white);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 12px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-header .topics-detail-item-article-header-date-tag .topics-detail-item-article-header-tag p {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main {
  width: 100%;
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h1,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h2,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h3,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h4,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h5,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h6,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main p,
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main a {
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.6px;
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h1 {
  font-size: 60px;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h1 {
    font-size: 40px;
    letter-spacing: 4px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h2 {
  font-size: 40px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h3 {
  font-size: 28px;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h4 {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h4 {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h5 {
  font-size: 14px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h5 {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h6 {
  font-size: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main h6 {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main p {
  font-size: 16px;
  letter-spacing: 1.6px;
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-main img {
  width: 100%;
  text-align: center;
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 280px;
  padding: 12px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 23px;
  border: 1px solid var(--black);
  background: var(--white);
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 240px;
  }
}
.topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-back p {
  color: var(--black, #222);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .topics-detail .inner .topics-detail-item .topics-detail-item-inner .topics-detail-item-article .topics-detail-item-article-back p {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

@-webkit-keyframes nav-item-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes nav-item-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes scroll-line {
  0% {
    background-position: -100px 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}
@keyframes scroll-line {
  0% {
    background-position: -100px 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}
.object1,
.object2,
.object3,
.object {
  --random-x: 25px;
  --random-y: 30px;
  --random-rotation: 1deg;
}
.object1.animation,
.object2.animation,
.object3.animation,
.object.animation {
  -webkit-animation-name: object-rotate, fuwafuwa;
          animation-name: object-rotate, fuwafuwa;
  -webkit-animation-duration: var(--fade-in-sec), 60s;
          animation-duration: var(--fade-in-sec), 60s;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards, forwards;
          animation-fill-mode: forwards, forwards;
  -webkit-animation-timing-function: ease-out, cubic-bezier(0.43, 0.08, 0.57, 0.91);
          animation-timing-function: ease-out, cubic-bezier(0.43, 0.08, 0.57, 0.91);
}

@media screen and (max-width: 767px) {
  .object3.animation {
    -webkit-animation-name: object-rotate-with-translateX;
            animation-name: object-rotate-with-translateX;
  }
}
@-webkit-keyframes object-rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes object-rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg);
            transform: rotateY(70deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes object-rotate-with-translateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg) translateX(-50%);
            transform: rotateY(70deg) translateX(-50%);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateX(-50%);
            transform: rotateY(0deg) translateX(-50%);
  }
}
@keyframes object-rotate-with-translateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(70deg) translateX(-50%);
            transform: rotateY(70deg) translateX(-50%);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateX(-50%);
            transform: rotateY(0deg) translateX(-50%);
  }
}
@-webkit-keyframes key-visual {
  0% {
    -webkit-clip-path: circle(0 at 50% 30%);
            clip-path: circle(0 at 50% 30%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 30%);
            clip-path: circle(100% at 50% 30%);
  }
}
@keyframes key-visual {
  0% {
    -webkit-clip-path: circle(0 at 50% 30%);
            clip-path: circle(0 at 50% 30%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 30%);
            clip-path: circle(100% at 50% 30%);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
            transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
  }
  25% {
    -webkit-transform: translateY(calc(-0.5 * var(--random-y))) translateX(calc(0.7 * var(--random-x))) rotate(calc(0.5 * var(--random-rotation)));
            transform: translateY(calc(-0.5 * var(--random-y))) translateX(calc(0.7 * var(--random-x))) rotate(calc(0.5 * var(--random-rotation)));
  }
  50% {
    -webkit-transform: translateY(calc(-1 * var(--random-y))) translateX(calc(-0.3 * var(--random-x)));
            transform: translateY(calc(-1 * var(--random-y))) translateX(calc(-0.3 * var(--random-x)));
  }
  75% {
    -webkit-transform: translateY(calc(-0.3 * var(--random-y))) translateX(calc(0.5 * var(--random-x)));
            transform: translateY(calc(-0.3 * var(--random-y))) translateX(calc(0.5 * var(--random-x)));
  }
  100% {
    -webkit-transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
            transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
            transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
  }
  25% {
    -webkit-transform: translateY(calc(-0.5 * var(--random-y))) translateX(calc(0.7 * var(--random-x))) rotate(calc(0.5 * var(--random-rotation)));
            transform: translateY(calc(-0.5 * var(--random-y))) translateX(calc(0.7 * var(--random-x))) rotate(calc(0.5 * var(--random-rotation)));
  }
  50% {
    -webkit-transform: translateY(calc(-1 * var(--random-y))) translateX(calc(-0.3 * var(--random-x)));
            transform: translateY(calc(-1 * var(--random-y))) translateX(calc(-0.3 * var(--random-x)));
  }
  75% {
    -webkit-transform: translateY(calc(-0.3 * var(--random-y))) translateX(calc(0.5 * var(--random-x)));
            transform: translateY(calc(-0.3 * var(--random-y))) translateX(calc(0.5 * var(--random-x)));
  }
  100% {
    -webkit-transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
            transform: translateY(var(--random-y)) rotate(calc(-1 * var(--random-rotation)));
  }
}
@-webkit-keyframes text-blur-fade {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  50% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-blur-fade {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  50% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes image-blur-fade {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  50% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes image-blur-fade {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  50% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
