/* src/scss/theme.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.site-header .section-body .content-wrapper .content__button button,
.page-archive-body .section-body .content-wrapper .news-navigation .select-cat-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border-radius: 0px;
}
.site-notification .content-wrapper .content .swiper-wrapper,
.site-header .section-body .content-wrapper .content__toggle-menu nav ul,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul,
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul,
.site-header .section-body .content-wrapper .content__contact ul,
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow,
.page-about-body .section-body .content-wrapper .content-main .content__nav nav ul,
.page-about-body .section-body .content-wrapper .content-full .content__nav nav ul,
.page-access-body .section-body .content-wrapper .content .content__body ul,
.page-navigation-wrapper .page-navigation ul,
.page-recruit-body .section-body .content-wrapper .content__nav nav ul,
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr td ul,
.post-news .section-body .content-wrapper .share-area ul,
.post-journal .section-body .content-wrapper .share-area ul,
.site-footer .section-body .content-wrapper .content ul,
.site-footer .section-body .content-wrapper .floating-contents ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 560px) {
  body br.sp {
    display: inline;
  }
}
body br.pc {
  display: inline;
}
@media screen and (max-width: 560px) {
  body br.pc {
    display: none;
  }
}
.site-main .top-education .section-image .img-wrapper img,
.common-journal .section-body .content-wrapper .content .post .post-cover .img-wrapper img,
.common-spacer .img-wrapper img,
.page-bg-cover .img-wrapper img,
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__image .img-wrapper img,
.common-banner .banner .banner-image img,
.page-recruit-body .section-body .content-wrapper .content__banner .banner-image img,
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-cover .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  object-fit: cover;
}
@keyframes pop_zoom_in {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes active_wave {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}
@keyframes active_swing {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes top_solution_image_float {
  from {
    top: 200px;
  }
  to {
    top: -20px;
  }
}
@keyframes show_bg {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes scroll_bar {
  from {
    top: -150px;
  }
  to {
    top: 300px;
  }
}
@keyframes loaging {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes anim_show {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anim_show_1 {
  from {
    opacity: 0;
    margin-top: 1rem;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes anim_show_2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anim_show_3 {
  from {
    opacity: 0;
    transform: scale(0.98);
    color: transparent;
    text-shadow: 0 0 32px #00FFD1;
  }
  to {
    opacity: 1;
    transform: scale(1);
    color: transparent;
    text-shadow: 0 0 0px white;
  }
}
@keyframes anim_hide_3 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(-300%);
  }
}
:root {
  --delay: 0s;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
body {
  font-size: 1em;
  font-weight: 400;
  font-family:
    YakuHanJP,
    "Noto Sans JP",
    sans-serif;
  letter-spacing: 0.06rem;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  overflow-x: hidden;
  background-color: #00FFD1;
  color: #2D2D2D;
}
* {
  box-sizing: border-box;
}
*[data-in-view] {
  opacity: 0;
  transform: translateY(20px);
}
*[data-in-view].view {
  animation: anim_show_2 0.6s forwards ease-out;
}
a,
button {
  color: inherit;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.3rem;
  appearance: none;
  background: none;
  border: none;
  word-wrap: break-word;
}
a:hover,
button:hover {
  opacity: 0.8;
}
a.button,
button.button {
  text-decoration: none;
  line-height: 1;
}
a.button-basic,
button.button-basic {
  position: relative;
  display: flex;
  height: 94px;
  width: 200px;
  min-width: 100px;
  justify-content: flex-end;
  align-items: center;
  font-family:
    "Josefin Sans",
    YakuHanJP,
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  a.button-basic,
  button.button-basic {
    width: 128px;
    height: 72px;
    font-size: 1.1rem;
    letter-spacing: normal;
  }
}
a.button-basic::before,
a.button-basic::after,
button.button-basic::before,
button.button-basic::after {
  content: "";
  display: block;
  width: 94px;
  height: 94px;
  border-radius: 51px;
  border: 1px solid #454545;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  a.button-basic::before,
  a.button-basic::after,
  button.button-basic::before,
  button.button-basic::after {
    width: 72px;
    height: 72px;
    border-radius: 40px;
  }
}
a.button-basic::before,
button.button-basic::before {
  transition: 0.3s background-color, 0.3s border-color;
}
a.button-basic::after,
button.button-basic::after {
  opacity: 0;
}
a.button-basic span,
button.button-basic span {
  position: relative;
  z-index: 5;
  padding-right: 48px;
  transition: 0.3s padding-right, 0.3s padding-left;
}
a.button-basic:hover,
button.button-basic:hover {
  opacity: 1;
}
a.button-basic:hover::before,
button.button-basic:hover::before {
  background-color: #00FFD1;
  border-color: #00FFD1;
  opacity: 1;
}
a.button-basic:hover::after,
button.button-basic:hover::after {
  animation: pop_zoom_in 0.4s forwards ease;
}
a.button-basic:hover span,
button.button-basic:hover span {
  padding-right: 40px;
}
a.button-basic-white,
button.button-basic-white {
  color: white;
}
a.button-basic-white::before,
a.button-basic-white::after,
button.button-basic-white::before,
button.button-basic-white::after {
  border-color: white;
}
a.button-basic-invert,
button.button-basic-invert {
  justify-content: flex-start;
}
a.button-basic-invert span,
button.button-basic-invert span {
  padding-right: 0;
  padding-left: 48px;
}
a.button-basic-invert:hover span,
button.button-basic-invert:hover span {
  padding-right: 0;
  padding-left: 40px;
}
a.button-round,
button.button-round {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border: 1px solid #2D2D2D;
  border-radius: 17px;
}
a.button-recruit,
button.button-recruit {
  display: flex;
  justify-content: center;
  background-color: rgb(0, 204, 167.2);
  color: white;
  font-size: 1.2em;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  padding: 1.2rem 2.4rem;
  line-height: 1;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  a.button-recruit,
  button.button-recruit {
    margin: 0 2rem;
  }
}
a.button-recruit span,
button.button-recruit span {
  display: block;
  padding-top: 5px;
}
a[disabled],
button[disabled] {
  opacity: 0.5 !important;
  pointer-events: none;
}
p,
li,
figcaption {
  font-weight: 500;
  font-size: 0.9375rem;
}
img {
  vertical-align: bottom;
}
.l-row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-row {
    flex-direction: column;
  }
}
.row_space-between {
  justify-content: space-between;
}
.row_center {
  justify-content: center;
}
.row_align-items {
  align-items: center;
}
.l-column-half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-column-half {
    width: auto;
  }
}
.l-column-full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-column-full {
    width: auto;
  }
}
.txt-en {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
}
.site-notification {
  background-color: #2D2D2D;
  color: #E3E3E3;
  height: 50px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .site-notification {
    height: 44px;
  }
}
.site-notification .content-wrapper {
  height: 100%;
}
.site-notification .content-wrapper .content {
  height: 100%;
}
.site-notification .content-wrapper .content .swiper-wrapper {
  height: 100%;
}
.site-notification .content-wrapper .content .swiper-wrapper .post {
  height: 100%;
}
.site-notification .content-wrapper .content .swiper-wrapper .post a {
  height: 100%;
  text-decoration: none;
  padding: 0.7rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .site-notification .content-wrapper .content .swiper-wrapper .post a {
    flex-direction: row;
  }
}
.site-notification .content-wrapper .content .swiper-wrapper .post a p {
  margin: 0 0.7rem;
}
.site-notification .content-wrapper .content .swiper-wrapper .post a .post-cat {
  font-size: 0.6rem;
  border: 1px solid #E3E3E3;
  padding: 0 0.8rem;
}
.site-notification .content-wrapper .content .swiper-wrapper .post a .post-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .site-notification .content-wrapper .content .swiper-wrapper .post a .post-title {
    flex: 1;
  }
}
.site-header {
  position: sticky;
  top: 0;
  height: 190px;
  z-index: 10;
  transition: height 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .site-header {
    height: auto;
    z-index: 1000;
  }
}
.site-header .section-body {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .section-body {
    padding: 16px 0;
    transition: padding 0.3s;
  }
}
.site-header .section-body .content-wrapper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper {
    flex-direction: row;
  }
}
.site-header .section-body .content-wrapper .content {
  position: relative;
}
.site-header .section-body .content-wrapper .content__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__button {
    display: block;
  }
}
.site-header .section-body .content-wrapper .content__button button {
  font-family: "Josefin Sans", sans-serif;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
  font-size: 1.75rem;
  position: relative;
  pointer-events: all;
  transition: color 0.3s;
  color: var(--base-color);
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__button button {
    font-size: 1.28rem;
    padding: 1rem 1.5rem;
  }
}
.site-header .section-body .content-wrapper .content__button button .button-close {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__button button .button-close {
    width: 40px;
    height: 40px;
  }
}
.site-header .section-body .content-wrapper .content__button button .button-close::before,
.site-header .section-body .content-wrapper .content__button button .button-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__button button .button-close::before,
  .site-header .section-body .content-wrapper .content__button button .button-close::after {
    height: 1.5px;
  }
}
.site-header .section-body .content-wrapper .content__button button .button-close::before {
  transform: rotate(45deg);
}
.site-header .section-body .content-wrapper .content__button button .button-close::after {
  transform: rotate(-45deg);
}
.site-header .section-body .content-wrapper .content__button button .button-menu {
  opacity: 1;
}
.site-header .section-body .content-wrapper .content__button button[data-status=open] .button-close {
  opacity: 1;
}
.site-header .section-body .content-wrapper .content__button button[data-status=open] .button-menu {
  opacity: 0;
  pointer-events: none;
}
.site-header .section-body .content-wrapper .content__toggle-menu {
  position: absolute;
  top: -190px;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 204, 167.2, 0.8);
  backdrop-filter: blur(4px);
  transition: 0.3s top;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu {
    height: 100vh;
    left: -100vw;
    top: 0;
    transition: 0.3s left;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu[data-status=open] {
  top: 0;
  display: block !important;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu[data-status=open] {
    left: 0;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu nav,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container {
  margin: 0 auto;
  padding: 40px;
  padding-left: 175px;
  padding-right: 320px;
  max-width: 1440px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container {
    padding: 40px;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav ul,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul {
    display: block;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul li,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul li {
  color: white;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav ul li,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul li {
    font-size: 1.8rem;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul li a,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul li a {
  text-decoration: none;
  padding: 1.2rem;
}
@media screen and (max-width: 1300px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav ul li a,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul li a {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul li.hide-pc,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul li.hide-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav ul li.hide-pc,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul li.hide-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav ul.menu,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul.menu {
    padding-top: 80px;
  }
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul.menu li,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul.menu li {
  font-family:
    "Josefin Sans",
    YakuHanJP,
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul.sub-menu,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul.sub-menu {
  flex-direction: column;
  align-items: flex-start;
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul.sub-menu li,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul.sub-menu li {
  font-family:
    YakuHanJP,
    "Noto Sans JP",
    sans-serif;
  font-size: 0.9rem;
}
.site-header .section-body .content-wrapper .content__toggle-menu nav ul.sub-menu li a,
.site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul.sub-menu li a {
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 1300px) {
  .site-header .section-body .content-wrapper .content__toggle-menu nav ul.sub-menu li a,
  .site-header .section-body .content-wrapper .content__toggle-menu .menu-header-container ul.sub-menu li a {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.site-header .section-body .content-wrapper .content__logo {
  padding-top: 20px;
  transition: opacity 0.6s;
  transition: padding-top 0.3s;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__logo {
    padding-top: 0;
    z-index: 10;
    margin: 0 6vw;
  }
}
.site-header .section-body .content-wrapper .content__logo a {
  display: flex;
  flex-direction: column;
  pointer-events: all;
  position: relative;
  overflow: hidden;
  transition: height 0.3s;
}
.site-header .section-body .content-wrapper .content__logo a svg {
  transition: transform 0.3s;
  height: auto;
}
.site-header .section-body .content-wrapper .content__logo a svg g,
.site-header .section-body .content-wrapper .content__logo a svg path {
  fill: var(--base-color);
}
.site-header .section-body .content-wrapper .content__logo a svg.svg-logo-full {
  width: 209px;
  height: auto;
  transform: rotateX(0deg);
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__logo a svg.svg-logo-full {
    width: 120px;
  }
}
.site-header .section-body .content-wrapper .content__logo a svg.svg-logo-type {
  width: 260px;
  transform: rotateX(90deg);
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__logo a svg.svg-logo-type {
    width: 200px;
  }
}
.site-header .section-body .content-wrapper .content__menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgb(0, 229.5, 188.1);
    display: block;
    pointer-events: all;
    padding-top: 80px;
    transform: translateX(-100%);
    overflow: hidden;
    transition: width 0.3s, transform 0.3s;
  }
}
.site-header .section-body .content-wrapper .content__menu a {
  pointer-events: all;
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container {
    padding: 2rem;
    margin-right: 0;
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul li a {
  display: block;
  text-decoration: none;
  color: var(--base-color);
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item {
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item a {
  padding: 0.7rem 1rem;
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children {
  position: relative;
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  position: absolute;
  inset: 0;
  left: auto;
  right: 1rem;
  margin: auto;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children::after {
    top: 1.4rem;
    bottom: auto;
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children a {
  padding-right: 2rem;
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  padding-top: 49px;
  display: grid;
  grid-template-rows: 0fr;
  width: max-content;
  transition: grid-template-rows 250ms ease;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner {
    background-color: rgba(0, 204, 167, 0.3);
    border-radius: none;
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner .menu-item {
  font-size: 90%;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner .menu-item {
    border-bottom: none;
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner .menu-item a {
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner .menu-item a {
    padding-left: 2rem;
  }
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner .menu-item:first-of-type a {
  padding-top: 0.8rem;
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children .sub-menu .sub-menu-inner .menu-item:last-of-type a {
  padding-bottom: 0.8rem;
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children:hover::after {
  transform: rotate(-135deg);
}
.site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children:hover .sub-menu {
  width: max-content;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__menu .menu-header-container ul.menu .menu-item-has-children:hover .sub-menu {
    width: 100%;
  }
}
.site-header .section-body .content-wrapper .content__contact {
  width: 274px;
  z-index: 15;
}
@media screen and (max-width: 1300px) {
  .site-header .section-body .content-wrapper .content__contact {
    width: 248px;
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact {
    width: calc((100% - 150px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.site-header .section-body .content-wrapper .content__contact ul li {
  font-family: "Josefin Sans", sans-serif;
}
.site-header .section-body .content-wrapper .content__contact ul li .button {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.site-header .section-body .content-wrapper .content__contact ul li .button-contact {
  border: 1px solid #2D2D2D;
  font-size: 1.25rem;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 54px;
  transition:
    color 0.3s,
    border-color 0.3s,
    transform 0.2s;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-contact {
    padding: 1rem 1.5rem;
    letter-spacing: normal;
    transition: none;
  }
}
.site-header .section-body .content-wrapper .content__contact ul li .button-contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 56px;
  border: 1px solid #2D2D2D;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-contact::after {
    content: none;
  }
}
@media screen and (max-width: 1300px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-contact {
    width: 85px;
    height: 85px;
    border-radius: 46.5px;
  }
}
@media screen and (max-width: 1140px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-contact {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-contact {
    display: block;
    border: none;
    width: auto;
    height: auto;
  }
}
.site-header .section-body .content-wrapper .content__contact ul li .button-contact:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-contact:hover {
    transform: scale(1);
  }
}
.site-header .section-body .content-wrapper .content__contact ul li .button-contact:hover::after {
  animation: pop_zoom_in 0.4s forwards ease-out;
}
.site-header .section-body .content-wrapper .content__contact ul li .button-recruit {
  width: 150px;
  height: 150px;
  border-radius: 79px;
  background-color: rgb(0, 229.5, 188.1);
  color: white;
  font-size: 1.75rem;
  position: relative;
  transition: 0.2s all;
}
@media screen and (max-width: 1300px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-recruit {
    width: 128px;
    height: 128px;
    border-radius: 68px;
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-recruit {
    position: fixed;
    left: 0;
    bottom: 20px;
    right: 0;
    margin: auto;
    width: 345px;
    height: 54px;
    border-radius: 83px;
    font-size: 1.6rem;
    transition: none;
    transition: bottom 0.3s;
  }
}
.site-header .section-body .content-wrapper .content__contact ul li .button-recruit::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 79px;
  border: 1px solid #00FFD1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-recruit::after {
    width: 128px;
    height: 128px;
    border-radius: 68px;
  }
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-recruit::after {
    content: none;
  }
}
.site-header .section-body .content-wrapper .content__contact ul li .button-recruit:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .site-header .section-body .content-wrapper .content__contact ul li .button-recruit:hover {
    transform: scale(1);
  }
}
.site-header .section-body .content-wrapper .content__contact ul li .button-recruit:hover::after {
  animation: pop_zoom_in 0.4s forwards ease-out;
}
.site-header[data-nav-status=open] {
  --base-color: white;
}
@media screen and (max-width: 768px) {
  .site-header[data-nav-status=open] .section-body .content-wrapper .content__menu {
    transform: translateX(0);
  }
}
.site-main {
  background-color: #E3E3E3;
  margin-top: -190px;
  min-height: 100vmin;
}
@media screen and (max-width: 768px) {
  .site-main {
    margin-top: -109px;
  }
}
@media screen and (max-width: 1300px) {
  .site-main > section {
    padding: 0 6vw;
  }
}
.site-main .top-visual {
  padding: 28px;
  position: relative;
  z-index: 1;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual {
    padding: 0;
    min-height: 600px;
    height: 85vh;
  }
}
.site-main .top-visual .title-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual .title-wrapper {
    padding: 40px;
    padding-top: 120px;
  }
}
.site-main .top-visual .title-wrapper .video-title {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
.site-main .top-visual .title-wrapper .video-title span {
  display: block;
}
.site-main .top-visual .title-wrapper .video-title span.main {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.43rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual .title-wrapper .video-title span.main {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
.site-main .top-visual .title-wrapper .video-title span.sub {
  font-size: 1.125rem;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual .title-wrapper .video-title span.sub {
    font-size: 1rem;
    letter-spacing: 0.4rem;
    line-height: 1.5;
  }
}
.site-main .top-visual .title-wrapper .video-button {
  position: relative;
  z-index: 5;
  margin-top: 60px;
}
.site-main .top-visual .title-wrapper .video-button .button {
  border-color: white;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 1.5rem 0;
  transition: 0.3s background-color, 0.3s border-color;
}
.site-main .top-visual .title-wrapper .video-button .button:hover {
  opacity: 1;
  background-color: #00FFD1;
  border-color: #00FFD1;
}
.site-main .top-visual .title-wrapper .svg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: active_swing 10s infinite alternate linear;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual .title-wrapper .svg-wrapper svg {
    transform: scale(1.5);
  }
}
.site-main .top-visual .video-wrapper {
  overflow: hidden;
  border-radius: 20px;
  background-color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual .video-wrapper {
    height: 100%;
    border-radius: 0px;
  }
}
.site-main .top-visual .video-wrapper video {
  border-radius: 20px;
  opacity: 0.5;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .site-main .top-visual .video-wrapper video {
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
  }
}
.site-main .top-visual .scroll-bar {
  width: 1px;
  height: 150px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: auto;
  z-index: 10;
  overflow: hidden;
}
.site-main .top-visual .scroll-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-color: #00FFD1;
  position: absolute;
  top: 0;
  animation: scroll_bar 2s forwards infinite ease-in;
}
.site-main .top-about-us {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us {
    padding: 40px 7vw 0;
  }
}
.site-main .top-about-us .section-title {
  position: absolute;
  top: 40px;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-title {
    left: 89%;
  }
}
.site-main .top-about-us .section-title h2 {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.25rem;
  line-height: 0;
  margin: 0;
  writing-mode: vertical-rl;
  color: #6D6D6D;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-title h2 {
    font-size: 5rem;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content {
  position: relative;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-image {
  order: 2;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-image {
    width: auto;
    order: 1;
    height: 400px;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-image .img-wrapper {
  position: relative;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-image .img-wrapper picture img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-image .img-wrapper picture img {
    width: 400px;
    height: 400px;
    margin-left: -100px;
    left: 0;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-image .img-wrapper picture:first-child img {
  z-index: 5;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-image .img-wrapper picture:last-child img {
  z-index: 1;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-image .img-wrapper img.anim {
  animation: rotation 60s infinite linear;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text {
  order: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text {
    width: auto;
    order: 2;
    margin-top: -70px;
    z-index: 1;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title {
  margin-bottom: 3rem;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span {
  display: block;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-ja {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem;
  margin-left: -2rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-ja {
    margin-left: 0;
    font-size: 1.9rem;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-en {
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-en {
    font-size: 1rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-en::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #2D2D2D;
  position: absolute;
  top: 0.8rem;
  left: -135px;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-en::after {
    width: 70px;
    top: auto;
    left: -7vw;
    bottom: 0;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper {
  max-width: 440px;
  margin-bottom: 2rem;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper:last-child {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper p {
  text-align: justify;
  line-height: 2;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper.txt-en p {
  font-family:
    YakuHanJP,
    "Noto Sans JP",
    sans-serif;
  font-size: 0.9rem;
}
.site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__button {
  position: absolute;
  bottom: 80px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__button {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .content-text .content-text__button a {
    margin-left: auto;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper {
    order: 3;
    position: static;
    width: 100vw;
    padding-top: 40px;
    margin: 0 -7vw;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper .page-navigation {
  padding: 0;
}
.site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper .page-navigation ul {
  flex-direction: column;
}
.site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper .page-navigation ul .nav {
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid #2D2D2D;
}
.site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper .page-navigation ul .nav a {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper .page-navigation ul .nav a {
    align-items: center;
  }
}
.site-main .top-about-us .section-body .content-wrapper .content .page-navigation-wrapper .page-navigation ul .nav:last-of-type {
  border-bottom: none;
}
.site-main .common-clients {
  padding: 0;
}
.site-main .common-clients .section-title {
  position: relative;
  bottom: -2.4rem;
  z-index: 2;
}
.site-main .common-clients .section-title h2 {
  text-align: center;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-title h2 svg {
    width: 300px;
  }
}
.site-main .common-clients .section-title h2 svg path {
  fill: #2D2D2D;
}
.site-main .common-clients .section-body {
  background-color: white;
}
.site-main .common-clients .section-body .content-wrapper {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper {
    padding: 0;
  }
}
.site-main .common-clients .section-body .content-wrapper::before,
.site-main .common-clients .section-body .content-wrapper::after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background:
    linear-gradient(
      to right,
      rgb(255, 255, 255),
      rgba(255, 255, 255, 0));
  position: absolute;
  z-index: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper::before,
  .site-main .common-clients .section-body .content-wrapper::after {
    width: 20vw;
  }
}
.site-main .common-clients .section-body .content-wrapper::before {
  left: 40px;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper::before {
    left: 0;
  }
}
.site-main .common-clients .section-body .content-wrapper::after {
  right: 40px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper::after {
    right: 0;
  }
}
.site-main .common-clients .section-body .content-wrapper .content {
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper .content {
    padding: 2rem 0 1rem;
  }
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper {
  overflow: hidden;
  display: flex;
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow {
  display: grid;
  gap: 10px;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow {
    grid-auto-rows: 120px;
  }
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow li {
    padding: 0 0.5rem;
    width: 180px;
  }
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow li img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow li:nth-child(even) {
  transform: translateX(50%);
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow:nth-child(1) {
  animation: loop var(--slide-animation-duration) calc(var(--slide-animation-duration) / 2 * -1) linear infinite;
}
.site-main .common-clients .section-body .content-wrapper .content .slide-wrapper .slideshow:nth-child(2) {
  animation: loop2 var(--slide-animation-duration) linear infinite;
}
.site-main .top-solution {
  padding: 80px 0;
  background-image: url(../images/bg-top-solution.png);
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution {
    padding: 60px 0;
    background-size: 720px;
    overflow: hidden;
  }
}
.site-main .top-solution .section-title {
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-title {
    padding: 0 4vw;
    position: relative;
    margin-bottom: 20px;
  }
}
.site-main .top-solution .section-title .subtitle {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-title .subtitle {
    align-items: flex-start;
    flex-direction: row;
    position: absolute;
    top: 0;
    width: calc(100% - 8vw);
  }
}
.site-main .top-solution .section-title .subtitle::after {
  content: "";
  display: block;
  flex-grow: 1;
  width: auto;
  height: 1px;
  background-color: #2D2D2D;
  margin: 0 1rem;
  order: 2;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-title .subtitle::after {
    margin: 0.8rem 0.5rem;
  }
}
.site-main .top-solution .section-title .subtitle span i {
  font-style: normal;
  color: white;
}
.site-main .top-solution .section-title .subtitle span.left {
  order: 1;
}
.site-main .top-solution .section-title .subtitle span.right {
  order: 3;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-title .subtitle span.right {
    writing-mode: vertical-lr;
    width: 28px;
    height: 160px;
  }
}
.site-main .top-solution .section-title h2 {
  text-align: center;
  margin: 40px 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-title h2 {
    margin: 0;
    padding: 60px 2vw 0;
    padding-right: 2.5rem;
    text-align: left;
  }
}
.site-main .top-solution .section-title h2 span {
  display: block;
}
.site-main .top-solution .section-title h2 span.txt-ja {
  font-size: 2.5rem;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-title h2 span.txt-ja {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.site-main .top-solution .section-title h2 span.txt-en {
  font-size: 1.375rem;
}
.site-main .top-solution .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body {
    padding: 0;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-image {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-image {
    width: auto;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper {
  position: relative;
  text-align: center;
}
.site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper img {
  width: 410px;
  height: 410px;
  border-radius: 205px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper::before,
.site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
}
.site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper::before {
  width: 272px;
  height: 272px;
  border-radius: 136px;
  background:
    linear-gradient(
      45deg,
      rgb(0, 255, 209),
      rgba(0, 255, 209, 0));
  top: 200px;
  left: -40px;
  z-index: 1;
  animation: top_solution_image_float 10s infinite alternate both;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper::before {
    left: -20px;
    width: 220px;
    height: 220px;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper::after {
  width: 352px;
  height: 352px;
  border-radius: 176px;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  top: 200px;
  right: -40px;
  z-index: 2;
  animation: top_solution_image_float 10s infinite alternate-reverse both;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-image .img-wrapper::after {
    right: -30px;
    width: 220px;
    height: 220px;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text {
    width: auto;
    position: relative;
    z-index: 2;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title {
    padding: 0 8vw;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 {
  margin-left: -1rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 {
    margin-left: 0;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 span {
  display: block;
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-ja {
  font-size: 1.8125rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-ja {
    font-size: 1.4rem;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-en {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__title h3 span.txt-en {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body {
    padding: 0 8vw;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper {
  max-width: 440px;
  margin-bottom: 2rem;
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper:first-child {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper:first-child {
    margin-left: 0;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper:last-child {
  margin-bottom: 0;
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper p {
  text-align: justify;
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__body .p-wrapper.txt-en p {
  font-family:
    YakuHanJP,
    "Noto Sans JP",
    sans-serif;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__button {
    margin-top: 40px;
  }
}
.site-main .top-solution .section-body .content-wrapper .content .content-text .content-text__button a {
  margin-left: auto;
}
.site-main .top-education {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(#E3E3E3, #454545);
}
@media screen and (max-width: 768px) {
  .site-main .top-education {
    padding: 40px 0 60px;
  }
}
.site-main .top-education .section-title {
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 0 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-title {
    padding: 0 4vw;
    position: relative;
    margin-bottom: 20px;
  }
}
.site-main .top-education .section-title .subtitle {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  position: relative;
  margin: 0;
  color: white;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-title .subtitle {
    flex-direction: row;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 4vw;
  }
}
.site-main .top-education .section-title .subtitle::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: white;
  flex-grow: 1;
  order: 2;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-title .subtitle::after {
    margin: 0.8rem 0.5rem;
  }
}
.site-main .top-education .section-title .subtitle span i {
  font-style: normal;
  color: #00FFD1;
}
.site-main .top-education .section-title .subtitle span.left {
  order: 1;
}
.site-main .top-education .section-title .subtitle span.right {
  order: 3;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-title .subtitle span.right {
    writing-mode: vertical-lr;
    width: 28px;
    height: 200px;
  }
}
.site-main .top-education .section-title h2 {
  text-align: center;
  margin: 40px 0;
  line-height: 1.5;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-title h2 {
    margin: 0;
    padding: 100px 2vw 0;
    padding-right: 2.5rem;
    text-align: left;
  }
}
.site-main .top-education .section-title h2 span {
  display: block;
}
.site-main .top-education .section-title h2 span.txt-ja {
  font-size: 40px;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-title h2 span.txt-ja {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.site-main .top-education .section-title h2 span.txt-en {
  font-size: 1.3rem;
}
.site-main .top-education .section-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-image {
    padding: 0;
  }
}
.site-main .top-education .section-image .img-wrapper {
  width: 100%;
  height: 700px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.site-main .top-education .section-image .img-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-image .img-wrapper::before {
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(150, 150, 150));
  }
}
.site-main .top-education .section-body {
  max-width: 1040px;
  margin: 280px auto 0;
  padding: 0 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .section-body {
    margin-top: 80px;
  }
}
.site-main .top-education .content-wrapper .content .content-text .l-column {
  width: 50%;
  padding: 0 32px;
  color: white;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .content-wrapper .content .content-text .l-column {
    width: auto;
    padding: 0;
  }
}
.site-main .top-education .content-wrapper .content .content-text .content-text__title h3 .txt-ja {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .content-wrapper .content .content-text .content-text__title h3 .txt-ja {
    font-size: 1.6rem;
  }
}
.site-main .top-education .content-wrapper .content .content-text .content-text__title h3 .txt-en {
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.3;
}
.site-main .top-education .content-wrapper .content .content-text .content-text__body .p-wrapper {
  text-align: justify;
}
.site-main .top-education .content-wrapper .content .content-text .content-text__body .p-wrapper.txt-en p {
  font-family:
    YakuHanJP,
    "Noto Sans JP",
    sans-serif;
  font-size: 0.9rem;
}
.site-main .top-education .content-wrapper .content .content-text__button {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .site-main .top-education .content-wrapper .content .content-text__button {
    padding-top: 0px;
    margin-top: 40px;
  }
}
.site-main .top-education .content-wrapper .content .content-text__button .button {
  margin: 0 auto;
}
.common-links {
  background-image: image-set(url(../images/top/bg-common-links.webp) 1x, url(../images/top/bg-common-links@2x.webp) 2x);
  background-size: cover;
  background-position: center;
  padding: 148px 0;
}
@media screen and (max-width: 768px) {
  .common-links {
    background-image: image-set(url(../images/top/bg-common-links_sp.webp) 1x, url(../images/top/bg-common-links_sp@2x.webp) 2x);
  }
}
.common-links .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .common-links .section-body {
    padding: 2rem 0;
  }
}
.common-links .section-body .content-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  .common-links .section-body .content-wrapper {
    padding: 0;
  }
}
.common-links .section-body .content-wrapper .content {
  position: relative;
}
.common-links .section-body .content-wrapper .content .l-column {
  text-align: center;
  width: 50%;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-links .section-body .content-wrapper .content .l-column {
    padding: 32px 16px 48px;
    width: auto;
  }
}
.common-links .section-body .content-wrapper .content .l-column::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #2D2D2D;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .common-links .section-body .content-wrapper .content .l-column::after {
    width: calc(100% - 32px);
    top: auto;
    right: auto;
    height: 1px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-links .section-body .content-wrapper .content .l-column:last-child {
    border-bottom: none;
  }
}
.common-links .section-body .content-wrapper .content .l-column:last-child::after {
  content: none;
}
.common-links .section-body .content-wrapper .content .content-text__title h3 {
  position: relative;
  margin: 0;
}
.common-links .section-body .content-wrapper .content .content-text__title h3 .main {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.common-links .section-body .content-wrapper .content .content-text__title h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #00FFD1;
  margin: 0.5rem auto 0;
}
.common-links .section-body .content-wrapper .content .content-text__body {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .common-links .section-body .content-wrapper .content .content-text__body {
    padding: 20px 0;
  }
}
.common-links .section-body .content-wrapper .content .content-text__body p {
  line-height: 1.5;
}
.common-links .section-body .content-wrapper .content .content-text__body p span {
  display: block;
}
.common-links .section-body .content-wrapper .content .content-text__body p span.txt-ja {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .common-links .section-body .content-wrapper .content .content-text__body p span.txt-ja {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
}
.common-links .section-body .content-wrapper .content .content-text__body p span.txt-en {
  font-size: 0.8rem;
  font-family:
    YakuHanJP,
    "Noto Sans JP",
    sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
  min-height: 2.375rem;
}
.common-links .section-body .content-wrapper .content .content-text__button a.button {
  padding-top: 3px;
  width: 140px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    color 0.2s;
}
.common-links .section-body .content-wrapper .content .content-text__button a.button:hover {
  background-color: #00FFD1;
  border-color: #00FFD1;
  color: white;
}
.common-journal {
  background-color: #454545;
  color: white;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .common-journal {
    padding: 60px 0;
  }
}
.common-journal .section-title {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.common-journal .section-title h2 {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.25rem;
  line-height: 0;
  margin: 0;
  writing-mode: vertical-rl;
  color: white;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .common-journal .section-title h2 {
    font-size: 4.8rem;
  }
}
.common-journal .section-body {
  padding: 128px 0 80px;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body {
    padding: 40px 0 0;
  }
}
.common-journal .section-body .content-wrapper .content {
  padding-left: 30vw;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content {
    padding-left: 15vw;
  }
}
.common-journal .section-body .content-wrapper .content .swiper-journal {
  overflow: visible;
  padding: 100px 100px 60px 0;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content .swiper-journal {
    padding: 84px 10vw 28px 0;
  }
}
.common-journal .section-body .content-wrapper .content .swiper-journal::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0));
  height: 760px;
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content .swiper-journal::before {
    left: 80px;
    width: calc(100% - 80px);
    height: 588px;
  }
}
.common-journal .section-body .content-wrapper .content .post a {
  display: block;
  text-decoration: none;
  width: 100%;
}
.common-journal .section-body .content-wrapper .content .post .post-cover {
  width: 240px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1rem;
  aspect-ratio: 2/3;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content .post .post-cover {
    width: auto;
  }
}
.common-journal .section-body .content-wrapper .content .post .post-cover .icon-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 8px 12px;
  text-align: right;
}
.common-journal .section-body .content-wrapper .content .post .post-cover .icon-wrap .icon {
  background-color: rgb(0, 229.5, 188.1);
  color: White;
  display: inline-block;
  line-height: 1;
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 0.3rem 0.6rem;
  border-radius: 1rem;
}
.common-journal .section-body .content-wrapper .content .post .post-cover .icon-wrap .icon::before {
  content: "#";
}
.common-journal .section-body .content-wrapper .content .post .post-cover .img-wrapper {
  width: 100%;
  height: 100%;
}
.common-journal .section-body .content-wrapper .content .post .post-cover .img-wrapper img {
  border-radius: 12px;
}
.common-journal .section-body .content-wrapper .content .post .post-title {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content .post .post-title {
    width: auto;
  }
}
.common-journal .section-body .content-wrapper .content .post .post-title .date {
  font-size: 0.75rem;
  margin: 0;
}
.common-journal .section-body .content-wrapper .content .post .post-title .title {
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}
.common-journal .section-body .content-wrapper .content-button {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content-button {
    flex-direction: column;
  }
}
.common-journal .section-body .content-wrapper .content-button .scrollbar-wrapper {
  width: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content-button .scrollbar-wrapper {
    width: 100%;
  }
}
.common-journal .section-body .content-wrapper .content-button .scrollbar-wrapper .swiper-scrollbar {
  background-color: #E3E3E3;
  border-radius: 0;
  height: 1px;
}
.common-journal .section-body .content-wrapper .content-button .scrollbar-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #00FFD1;
}
@media screen and (max-width: 768px) {
  .common-journal .section-body .content-wrapper .content-button .button {
    margin-top: 40px;
  }
}
.common-spacer {
  position: relative;
  z-index: 5;
}
.common-spacer aside {
  padding-top: 0;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .common-spacer aside {
    padding-bottom: 4rem;
  }
}
.common-spacer .img-wrapper {
  height: 440px;
}
@media screen and (max-width: 768px) {
  .common-spacer .img-wrapper {
    height: 64vw;
    max-height: 440px;
  }
}
.common-news,
.page-news-body,
.page-journal-body {
  border: 80px solid #E3E3E3;
  border-bottom: none;
  padding: 80px;
  background-color: #D4D4D4;
}
@media screen and (max-width: 768px) {
  .common-news,
  .page-news-body,
  .page-journal-body {
    border: none;
    padding: 60px 4vw !important;
  }
}
.common-news .section-title,
.page-news-body .section-title,
.page-journal-body .section-title {
  margin-bottom: 60px;
}
.common-news .section-title h2,
.page-news-body .section-title h2,
.page-journal-body .section-title h2 {
  text-align: center;
  margin: 0;
}
.common-news .section-title h2 .main,
.page-news-body .section-title h2 .main,
.page-journal-body .section-title h2 .main {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .common-news .section-title h2 .main,
  .page-news-body .section-title h2 .main,
  .page-journal-body .section-title h2 .main {
    font-size: 2rem;
  }
}
.common-news .section-title h2::after,
.page-news-body .section-title h2::after,
.page-journal-body .section-title h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #2D2D2D;
  margin: 0 auto;
}
.common-news .section-body .content-wrapper .content,
.page-news-body .section-body .content-wrapper .content,
.page-journal-body .section-body .content-wrapper .content {
  max-width: 840px;
  margin: 0 auto 40px;
}
.common-news .section-body .content-wrapper .content:last-child,
.page-news-body .section-body .content-wrapper .content:last-child,
.page-journal-body .section-body .content-wrapper .content:last-child {
  margin-bottom: 0;
}
.common-news .section-body .content-wrapper .content .post a,
.page-news-body .section-body .content-wrapper .content .post a,
.page-journal-body .section-body .content-wrapper .content .post a {
  border-bottom: 1px solid rgb(186.5, 186.5, 186.5);
  text-decoration: none;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .common-news .section-body .content-wrapper .content .post a,
  .page-news-body .section-body .content-wrapper .content .post a,
  .page-journal-body .section-body .content-wrapper .content .post a {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.common-news .section-body .content-wrapper .content .post p,
.page-news-body .section-body .content-wrapper .content .post p,
.page-journal-body .section-body .content-wrapper .content .post p {
  margin: 0;
}
.common-news .section-body .content-wrapper .content .post p.post-date,
.page-news-body .section-body .content-wrapper .content .post p.post-date,
.page-journal-body .section-body .content-wrapper .content .post p.post-date {
  width: 100px;
  color: #606060;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .common-news .section-body .content-wrapper .content .post p.post-date,
  .page-news-body .section-body .content-wrapper .content .post p.post-date,
  .page-journal-body .section-body .content-wrapper .content .post p.post-date {
    width: 76px;
  }
}
.common-news .section-body .content-wrapper .content .post p.post-cat,
.page-news-body .section-body .content-wrapper .content .post p.post-cat,
.page-journal-body .section-body .content-wrapper .content .post p.post-cat {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .common-news .section-body .content-wrapper .content .post p.post-cat,
  .page-news-body .section-body .content-wrapper .content .post p.post-cat,
  .page-journal-body .section-body .content-wrapper .content .post p.post-cat {
    width: calc(100% - 76px);
    text-align: right;
  }
}
.common-news .section-body .content-wrapper .content .post p.post-cat span,
.page-news-body .section-body .content-wrapper .content .post p.post-cat span,
.page-journal-body .section-body .content-wrapper .content .post p.post-cat span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6875rem;
  border: 1px solid #2D2D2D;
  text-align: center;
  margin-right: 1rem;
  padding: 0 0.7rem;
}
@media screen and (max-width: 768px) {
  .common-news .section-body .content-wrapper .content .post p.post-cat span,
  .page-news-body .section-body .content-wrapper .content .post p.post-cat span,
  .page-journal-body .section-body .content-wrapper .content .post p.post-cat span {
    margin-right: 0;
  }
}
.common-news .section-body .content-wrapper .content .post p.post-title,
.page-news-body .section-body .content-wrapper .content .post p.post-title,
.page-journal-body .section-body .content-wrapper .content .post p.post-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .common-news .section-body .content-wrapper .content .post p.post-title,
  .page-news-body .section-body .content-wrapper .content .post p.post-title,
  .page-journal-body .section-body .content-wrapper .content .post p.post-title {
    flex: none;
    margin-top: 0.5rem;
    white-space: normal;
    text-overflow: inherit;
    width: 100%;
  }
}
.common-news .section-body .content-wrapper .content .post:last-child a,
.page-news-body .section-body .content-wrapper .content .post:last-child a,
.page-journal-body .section-body .content-wrapper .content .post:last-child a {
  border-bottom: none;
}
.common-news .section-body .content-wrapper .content .button,
.page-news-body .section-body .content-wrapper .content .button,
.page-journal-body .section-body .content-wrapper .content .button {
  margin: 0 auto;
}
.page-head {
  position: relative;
  z-index: 6;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-head {
    margin-bottom: 28px;
  }
}
.page-head .section-title {
  padding-top: 260px;
  text-align: center;
  font-family:
    "Josefin Sans",
    YakuHanJP,
    "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}
@media screen and (max-width: 768px) {
  .page-head .section-title {
    padding-top: 154px;
  }
}
.page-head .section-title h1 {
  line-height: 1.3;
}
.page-head .section-title h1 span {
  display: block;
  margin: 1rem 0;
}
.page-head .section-title h1 span:lang(en-US) {
  line-height: 1.2;
}
.page-head .section-title h1 span.main {
  text-transform: uppercase;
  font-size: 2.75rem;
}
@media screen and (max-width: 768px) {
  .page-head .section-title h1 span.main {
    font-size: 2.2rem;
  }
}
.page-head .section-title h1 span.sub {
  font-size: 0.875rem;
}
.page-head .section-title .switcher-form {
  border: 1px solid #2D2D2D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-head .section-title .switcher-form {
    width: 92px;
  }
}
.page-head .section-title .switcher-form input {
  display: none;
}
.page-head .section-title .switcher-form input:checked + label {
  color: #00FFD1;
}
.page-head .section-title .switcher-form label {
  border: none;
  background: none;
  width: 50%;
  padding-top: 5px;
  letter-spacing: 0.1rem;
  text-align: center;
  cursor: pointer;
}
.page-head .section-title .switcher-form::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background-color: #2D2D2D;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-head .section-body {
  max-width: 720px;
  margin: 4rem auto -2rem;
}
.page-head[data-page-header-type=white] {
  color: white;
}
.page-head[data-page-header-type=white] .section-title .switcher-form {
  border-color: white;
}
.page-head[data-page-header-type=white] .section-title .switcher-form::after {
  background-color: white;
}
.page-bg-svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  opacity: 0;
  animation: show_bg 3s 1s forwards ease;
}
@media screen and (max-width: 768px) {
  .page-bg-svg {
    width: 100%;
    height: 600px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .page-bg-svg svg {
    width: 640px;
    height: auto;
    position: absolute;
    left: calc((640px - 100vw) / 2 * -1);
  }
}
.page-bg-svg svg .stop1 {
  stop-color: #E3E3E3;
  stop-opacity: 0;
}
.page-bg-cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.page-bg-cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(227, 227, 227, 0), #e3e3e3);
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-bg-cover .img-wrapper {
  background-color: #2D2D2D;
  height: 570px;
}
@media screen and (max-width: 768px) {
  .page-bg-cover .img-wrapper {
    height: 400px;
  }
}
.page-bg-cover .img-wrapper img {
  opacity: 0.7;
}
.page-about-body {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-about-body {
    padding: 0;
  }
}
.page-about-body .section-body .content-wrapper .content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content {
    padding: 40px 0;
  }
}
.page-about-body .section-body .content-wrapper .content-main .content__nav,
.page-about-body .section-body .content-wrapper .content-full .content__nav {
  padding: 0 0 40px;
  max-width: 760px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .content__nav,
  .page-about-body .section-body .content-wrapper .content-full .content__nav {
    padding: 0 4vw 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .content__nav nav ul,
  .page-about-body .section-body .content-wrapper .content-full .content__nav nav ul {
    flex-direction: row;
  }
}
.page-about-body .section-body .content-wrapper .content-main .content__nav nav ul li,
.page-about-body .section-body .content-wrapper .content-full .content__nav nav ul li {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .content__nav nav ul li,
  .page-about-body .section-body .content-wrapper .content-full .content__nav nav ul li {
    font-size: 1.05rem;
  }
}
.page-about-body .section-body .content-wrapper .content-main .content__nav nav ul li a,
.page-about-body .section-body .content-wrapper .content-full .content__nav nav ul li a {
  text-decoration: none;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .content__nav nav ul li a,
  .page-about-body .section-body .content-wrapper .content-full .content__nav nav ul li a {
    padding: 1rem 0;
  }
}
.page-about-body .section-body .content-wrapper .content-main .content__nav nav ul li a::after,
.page-about-body .section-body .content-wrapper .content-full .content__nav nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #00FFD1;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  transition: 0.5s width;
}
.page-about-body .section-body .content-wrapper .content-main .content__nav nav ul li a.active::after,
.page-about-body .section-body .content-wrapper .content-full .content__nav nav ul li a.active::after {
  width: 80%;
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body {
    padding: 0 10vw;
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title {
    margin-bottom: 4rem;
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2 {
    flex-direction: row;
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2 span.txt-ja,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2 span.txt-ja {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2 span.txt-ja,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2 span.txt-ja {
    font-size: 1.3rem;
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 45px;
  border-top: 1px solid #2D2D2D;
  flex: 1;
  transform: translateY(22.5px);
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::after {
    height: 20px;
    transform: translateY(10px);
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::before,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::before {
  border-left: 1px solid #2D2D2D;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::before,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::before {
    margin-right: 1rem;
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::after,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::after {
  border-right: 1px solid #2D2D2D;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .about-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .about-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-title h2::after,
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-title h2::after {
    margin-left: 1rem;
  }
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body .iframe-wrapper,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .iframe-wrapper {
  margin: 2rem 0;
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body .iframe-wrapper iframe,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .iframe-wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.page-about-body .section-body .content-wrapper .content-main .about-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-main .philosophy-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-main .five-values-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-full .about-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body p {
  font-size: 1.3125rem;
  text-align: justify;
  margin: 2rem 0;
  letter-spacing: 0.1rem;
}
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body {
  max-width: 540px;
  margin: 0 auto;
}
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body p,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body p {
  text-align: inherit;
  margin: 3em 0;
  line-height: 2;
  font-size: inherit;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body p,
  .page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body p {
    font-size: 1.2rem;
  }
}
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body .sign,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body .sign {
  margin: 4em 0;
}
.page-about-body .section-body .content-wrapper .content-main .background-section .about-section-body .sign p,
.page-about-body .section-body .content-wrapper .content-full .background-section .about-section-body .sign p {
  text-align: right;
}
.page-about-body .section-body .content-wrapper .content-full {
  max-width: none;
  padding: 0;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body {
    padding: 0;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper {
    height: 400px;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.6s;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper {
    height: auto;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper .youtube-video {
  width: 720px;
  height: 405px;
  pointer-events: none;
  transition: width 0.9s, height 0.9s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper .youtube-video {
    width: 240px;
    height: 360px;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper .youtube-video > div {
  height: 100%;
  overflow: hidden;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper .youtube-video > div::before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 50%,
      rgb(0, 0, 0));
  position: absolute;
  top: 0;
  z-index: 1;
  transition: opacity 0.6s;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper .youtube-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: black;
  transform: scale(1.2);
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper.view .youtube-video {
  width: 100%;
  height: 100%;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__video-wrapper .iframe-wrapper.view .youtube-video > div::before {
  opacity: 1;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper {
  color: white;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
  margin-top: -20%;
  transition: background-color 0.6s;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper {
    margin-top: -50%;
    padding-bottom: 80px;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text {
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text {
    padding: 20px 12vw;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text p {
  width: 100%;
  margin: 0 auto;
  color: white;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text p {
    font-size: 1rem;
  }
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text p:lang(en) {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text.view {
  animation: anim_show_3 0.6s forwards ease-out;
}
.page-about-body .section-body .content-wrapper .content-full .philosophy-section .about-section-body .about-section-body__text-wrapper .about-section-body__text.hide {
  animation: anim_hide_3 0.3s forwards ease-out;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body {
  max-width: 800px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__object-wrapper {
  position: sticky;
  top: 0;
  min-height: 300px;
  z-index: -1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__object-wrapper {
    position: static;
    min-height: 0;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__object-wrapper .object-wrapper {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  background-color: #00ffd1;
  border-radius: 50%;
  transition: transform 0.6s, background-color 0.6s;
  animation: anim_show_1 0.6s 0.3s forwards ease;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__object-wrapper .object-wrapper {
    transform: scale(0.3);
    opacity: 0;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__object-wrapper .object-wrapper.view {
  transform: scale(7);
  background-color: rgba(0, 255, 209, 0.8);
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__object-wrapper .object-wrapper.view {
    transform: scale(16);
    position: sticky;
    z-index: -1;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper {
  position: relative;
  margin-top: -20%;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper {
    margin-top: 0;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block {
  max-width: 440px;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block {
    max-width: 264px !important;
    padding: 40px 0;
    position: static !important;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #2D2D2D;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block::after {
    content: none;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 {
  display: inline-flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
  margin: 0 0 0.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 {
    font-size: 2.2rem;
    width: 100%;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 strong {
  font-size: 153%;
  font-weight: inherit;
  margin: 0 -0.1em;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 span {
  display: block;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 span.icon {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-size: 9.875rem;
  font-weight: 200;
  position: absolute;
  top: -0.2em;
  left: -0.6em;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 span.icon {
    font-size: 8rem;
    top: -0.4em !important;
    left: -0.55em;
    right: auto;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block h3 span:lang(en) {
  font-family: "Josefin Sans", sans-serif;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block p {
  margin: 0;
  font-size: 1.125rem;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block p:lang(en) {
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .about-block p {
    text-align: left;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-1 {
    margin-left: auto;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-1::after {
  top: 85px;
  right: -200px;
  width: 280px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-1:lang(en)::after {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-1 h3 span.icon {
    left: -0.4em;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-2 {
  position: absolute;
  top: 80px;
  right: 0;
  max-width: 208px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-2:lang(en) {
  max-width: 280px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-2::after {
  top: 160px;
  left: -200px;
  width: 160px;
  height: 45px;
  border-left: 1px solid #2D2D2D;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-2:lang(en)::after {
  top: 235px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-2 h3 span.icon {
  top: -0.8em;
  left: auto;
  right: 0;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-3 {
  max-width: 320px;
  position: relative;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-3 {
    margin-left: auto;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-3::after {
  top: 90px;
  left: -200px;
  width: 60px;
  height: 200px;
  border-left: 1px solid #2D2D2D;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-4 {
  max-width: 300px;
  position: relative;
  left: -40px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-4::after {
  top: 160px;
  right: -70px;
  width: 140px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-4:lang(en)::after {
  top: 132px;
  right: -50px;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-4 h3 span.icon {
  top: -0.8em;
  left: auto;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-4 h3 span.icon {
    right: 0;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-5 {
  position: absolute;
  bottom: -60px;
  right: 0;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-5 {
    margin-left: auto;
  }
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper .value-5::after {
  content: none;
}
.page-about-body .section-body .content-wrapper .content-full .five-values-section .about-section-body .about-section-body__text-wrapper.view .about-block::after {
  animation: anim_show 0.6s 1s forwards ease;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning {
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning::before,
.page-about-body .section-body .content-wrapper .content-logo-meaning::after {
  content: "";
  display: block;
  width: 720px;
  height: 40px;
  border: 1px solid #2D2D2D;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning::before,
  .page-about-body .section-body .content-wrapper .content-logo-meaning::after {
    width: auto;
    height: 20px;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning::before {
  border-bottom: none;
  margin-bottom: 40px;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning::after {
  border-top: none;
  margin-top: 20px;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__title {
  text-align: center;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__title h3 {
  display: inline-block;
  margin: 0;
  padding: 0 1rem;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5;
  background-color: #E3E3E3;
  letter-spacing: 0.1rem;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image {
  order: 2;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image {
    order: 1;
    margin: 0 0 1rem;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure {
  margin: 0;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure img {
  width: 480px;
  height: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure img {
    width: 280px;
    height: auto;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption {
  text-align: left;
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption {
    width: 280px;
    margin: 0 auto;
    padding: 0.5rem 0;
    justify-content: center;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption h5,
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption p {
  margin: 0;
  font-size: inherit;
  line-height: 1.6;
  padding: 0 1rem;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption h5 {
  border-right: 1px solid rgba(109, 109, 109, 0.3);
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption h5 {
    padding-left: 0;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-image figure figcaption p {
  padding-right: 0;
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-text {
  order: 1;
  padding-right: 34px;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-text {
    order: 2;
    padding: 0 8vw;
  }
}
.page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-text p {
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .page-about-body .section-body .content-wrapper .content-logo-meaning .content__body .content__body-text p {
    margin: 1rem 0;
  }
}
.page-company-body {
  position: relative;
  z-index: 5;
}
.page-company-body .section-body .content-wrapper .content {
  max-width: 1080px;
  margin: 80px auto 120px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content {
    padding: 0;
    margin: 60px auto;
  }
}
.page-company-body .section-body .content-wrapper .content:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content:last-child {
    margin-bottom: 40px;
  }
}
.page-company-body .section-body .content-wrapper .content .content__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__title {
    margin-bottom: 60px;
  }
}
.page-company-body .section-body .content-wrapper .content .content__title h2 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__title h2 {
    flex-direction: row;
    align-items: center;
  }
}
.page-company-body .section-body .content-wrapper .content .content__title h2 span.txt-en {
  text-transform: uppercase;
  font-size: 2.5rem;
  order: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__title h2 span.txt-en {
    font-size: 1.5rem;
  }
}
.page-company-body .section-body .content-wrapper .content .content__title h2 span.txt-ja {
  order: 3;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__title h2 span.txt-ja {
    font-size: 1rem;
    margin-top: -4px;
  }
}
.page-company-body .section-body .content-wrapper .content .content__title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  order: 2;
  flex: 1;
  margin: 0 1rem;
}
.page-company-body .section-body .content-wrapper .content .content__body .member {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member {
    position: relative;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-image .img-wrapper img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-image .img-wrapper img {
    width: 240px;
    height: auto;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body {
  position: relative;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body {
    position: static;
    margin-top: -100px;
    margin-right: -6vw;
    padding: 1rem 1rem 0;
    margin-left: auto;
    width: 98%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en {
  position: absolute;
  top: 1rem;
  right: 0;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en {
    top: 0;
    right: -2vw;
    opacity: 0.3;
    writing-mode: vertical-rl;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p {
    text-align: left;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p span {
  display: block;
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p span.name {
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p span.name {
    font-size: 2.2rem;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p span.position {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name-en p span.position {
    font-size: 1rem;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name {
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name {
    margin: 0.5rem 0 0;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name h3 {
  margin: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name h3 span {
  display: block;
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name h3 span.name {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name h3 span.name {
    font-size: 1.5rem;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name h3 span.position {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__name h3 span.position::before {
  content: "";
  display: block;
  width: 2px;
  height: 44px;
  background-color: #00FFD1;
  margin: 0 1.2rem;
}
.page-company-body .section-body .content-wrapper .content .content__body .member .member-body .member-body__profile p {
  text-align: justify;
}
.page-company-body .section-body .content-wrapper .content .content__body .member:nth-child(even) .member-image {
  order: 2;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member:nth-child(even) .member-image {
    order: 1;
    margin-left: auto;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member:nth-child(even) .member-body {
  order: 1;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member:nth-child(even) .member-body {
    order: 2;
    margin-left: -6vw;
    margin-right: auto;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .member:nth-child(even) .member-body .member-body__name-en {
  right: 60px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .member:nth-child(even) .member-body .member-body__name-en {
    right: auto;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .table-wrapper {
    padding: 0;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table {
  width: 100%;
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr th,
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr td {
  text-align: left;
  vertical-align: text-top;
  font-weight: 500;
  padding: 1.2rem 0.7rem;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr th,
  .page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr td {
    padding: 0.8rem 0.5rem;
    font-size: 0.9375rem;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr th {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr th {
    width: 90px;
  }
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr td img {
  margin: 1rem 0;
}
.page-company-body .section-body .content-wrapper .content .content__body .table-wrapper table tr:last-child {
  border-bottom: none;
}
.page-access-body {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-access-body {
    padding: 0;
  }
}
.page-access-body .section-body .content-wrapper .content {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .page-access-body .section-body .content-wrapper .content {
    padding: 0;
  }
}
.page-access-body .section-body .content-wrapper .content .map-wrapper {
  width: 100%;
  height: 80vh;
  max-height: 640px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #6D6D6D;
}
@media screen and (max-width: 768px) {
  .page-access-body .section-body .content-wrapper .content .map-wrapper {
    height: auto;
    aspect-ratio: 3/2;
  }
}
.page-access-body .section-body .content-wrapper .content .map-wrapper .mapboxgl-canvas {
  border-radius: 12px;
}
.page-access-body .section-body .content-wrapper .content .content__body {
  max-width: 580px;
  padding: 40px;
  margin: 0 auto;
}
.page-access-body .section-body .content-wrapper .content .content__body p {
  margin-bottom: 3rem;
}
.page-access-body .section-body .content-wrapper .content .content__body h4 {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.page-access-body .section-body .content-wrapper .content .content__body ul li {
  font-size: 0.9375rem;
  font-weight: 500;
}
.page-access-body .section-body .content-wrapper .content .button {
  margin: 0 auto;
  width: 266px;
}
@media screen and (max-width: 768px) {
  .page-access-body .section-body .content-wrapper .content .button {
    width: 178px;
  }
}
.page-solution-body {
  position: relative;
  z-index: 5;
  background-image: url(../images/bg-solution.svg);
  background-position: center right;
  background-repeat: no-repeat;
}
.page-solution-body .section-body .content-wrapper .content {
  max-width: 1080px;
  margin: 140px auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content {
    margin: 60px auto;
    padding: 0;
  }
}
.page-solution-body .section-body .content-wrapper .content:last-child {
  margin-bottom: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__description {
  max-width: 620px;
  padding: 0 40px;
  margin: 0 auto;
}
.page-solution-body .section-body .content-wrapper .content .content__description h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.page-solution-body .section-body .content-wrapper .content .content__description h2 span {
  display: inline-block;
  border-bottom: 2px solid #00FFD1;
}
.page-solution-body .section-body .content-wrapper .content .content__description h2 span.txt-en {
  text-transform: uppercase;
  line-height: 1.4;
}
.page-solution-body .section-body .content-wrapper .content .content__description p {
  font-size: 1.12em;
  line-height: 2;
}
.page-solution-body .section-body .content-wrapper .content .content__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__title {
    margin-bottom: 40px;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__title h2 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__title h2 {
    flex-direction: row;
    align-items: center;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__title h2 span.txt-en {
  text-transform: uppercase;
  font-size: 1.875rem;
  order: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__title h2 span.txt-en {
    font-size: 1.3rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__title h2 span.txt-ja {
  order: 1;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__title h2 span.txt-ja {
    font-size: 1.3rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  order: 2;
  flex: 1;
  margin: 0 1rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service {
  border: 1px solid #2D2D2D;
  border-top: none;
  position: relative;
  padding: 0 1rem 1rem;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service {
    padding: 1.5rem 1rem 1rem;
    margin: 48px 0;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title {
  margin: 0 -1rem 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-title {
    top: -8.5px;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title h3 {
  display: inline-block;
  font-size: 1.625rem;
  margin: 0 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-title h3 {
    font-size: 1.3rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title h3 span.txt-en {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title::before,
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title::before {
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-title::before {
    flex: 1;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-title::after {
  width: 1rem;
  flex: 1;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body {
  margin-top: -0.6rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__image {
  order: 2;
  width: 300px;
  margin: -1rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__image {
    order: 1;
    width: auto;
    text-align: center;
    padding: 0.5rem 0.5rem 0;
    margin: 0;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__image .img-wrapper {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__image .img-wrapper img {
    width: 100%;
    height: auto;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents {
  order: 1;
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents {
    order: 2;
    width: auto;
    padding: 0;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents > p {
  font-size: 0.9375rem;
  padding: 0 1rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents > p {
    padding: 0 0.5rem;
    font-size: 1rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap .case-study {
  max-width: 50%;
  padding: 0 1rem 0.5rem;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap .case-study {
    max-width: none;
    padding: 1rem 0.5rem;
    margin: 0;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap .case-study h4 {
  display: inline-flex;
  margin: 0 0 0.5rem;
  margin-left: -0.2rem;
  padding: 0.5rem 0.7rem 0.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 85%;
  line-height: 1;
  background-color: rgb(0, 229.5, 188.1);
  color: white;
  border-radius: 2rem;
  letter-spacing: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap .case-study p {
  margin: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap .case-study p[data-lang=en] {
  font-size: 0.8rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap_half-split .case-study {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service .service-body .service-body__contents .service-body__contents-wrap_half-split .case-study {
    width: auto;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-title::before {
  flex: 1;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-title::after {
  flex: none;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-title::after {
    flex: 1;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-body .service-body__image {
  order: 1;
}
.page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-body .service-body__contents {
  order: 2;
  padding-left: 1rem;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-body .service-body__contents {
    padding: 0;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-body .service-body__contents > p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-body .service-body__contents > p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body .service:nth-child(even) .service-body .service-body__contents .service-body__contents-wrap {
    justify-content: flex-start;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body .service:last-child {
  margin-bottom: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper {
  gap: 2rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper {
    padding: 0 1rem;
    gap: 3rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper .feature {
  width: 33.33%;
  padding: 1.6rem;
  background-color: white;
  position: relative;
  border-bottom: 4px solid #00FFD1;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper .feature {
    width: auto;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper .feature h3 {
  font-size: 1.2rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper .feature h3 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #00FFD1;
  color: white;
  position: absolute;
  inset: 0;
  margin: auto;
  bottom: auto;
  top: -30px;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}
.page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper .feature h3 span.txt-en,
.page-solution-body .section-body .content-wrapper .content .content__body.feature-wrapper .feature h3 span[data-lang=en] {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.4;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper {
  gap: 2rem;
  padding: 0 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper {
    padding: 0 1rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package {
  background-color: white;
  width: calc(50% - 1rem);
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package {
    width: auto;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-title,
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-title,
  .page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body {
    padding: 1.5rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-title {
  background-color: #DBD27E;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-title h3 {
  margin: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-title h3 span[data-lang=en] {
  font-size: 1.4rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.4;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body h4 {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  margin: 0 -0.5rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body h4::before,
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body h4::after {
  content: "";
  display: block;
  margin: 0 0.5rem;
  width: 1px;
  height: 1.2rem;
  background-color: #6D6D6D;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body h4::before {
  transform: rotate(-30deg);
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body h4::after {
  transform: rotate(30deg);
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body p {
  margin: 0.3rem 0.5rem 0;
  font-size: 1.4rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body dl dt,
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body dl dd {
  margin: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body dl dt {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body dl dt::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #6D6D6D;
  margin-left: 0.5rem;
  flex-grow: 1;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body ul {
  padding-left: 1.5rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.package-wrapper .package .package-body ul li {
  margin: 0.5rem 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper {
  gap: 2rem;
  padding: 0 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper {
    padding: 0 1rem;
    gap: 3rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case {
  width: 100%;
  border: 1px solid #2D2D2D;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-title,
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body {
  padding: 1.5rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-title {
  border-bottom: 1px solid #2D2D2D;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-title h3,
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-title p {
  margin: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-title h3 {
  font-size: 1.4rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-title h3:lang(en) {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body dl {
  margin: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body dl dt,
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body dl dd {
  margin: 0;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body dl dt {
  font-weight: 600;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__contents {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data {
  border-bottom: 1px dashed #2D2D2D;
  padding-bottom: 1rem;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl {
  display: flex;
  flex-wrap: wrap;
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl dt {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl dt {
    width: calc(30% - 0.5rem);
  }
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl dt:lang(en) {
    width: calc(40% - 0.5rem);
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl dd {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl dd {
    width: 70%;
    margin-right: 0;
  }
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__data dl dd:lang(en) {
    width: 60%;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__result {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__result {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__result dl {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__result dl {
    width: auto;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__body.case-wrapper .case .case-body .case-body__result dl dt {
  margin-bottom: 0.3rem;
}
.page-solution-body .section-body .content-wrapper .content .content__aside {
  margin: 30px 0;
  text-align: center;
}
.page-solution-body .section-body .content-wrapper .content .content__button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__button {
    margin-top: 60px;
  }
}
.page-solution-body .section-body .content-wrapper .content .content__button .button {
  margin: 0 auto;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .page-solution-body .section-body .content-wrapper .content .content__button .button {
    width: 126px;
  }
}
.page-education-body {
  position: relative;
  z-index: 5;
}
.page-education-body .section-title {
  max-width: 960px;
  padding: 40px 40px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-title {
    padding: 0 20px;
    margin-top: 60px;
  }
}
.page-education-body .section-title h2 span.main {
  font-size: 2.25rem;
  letter-spacing: 0.1rem;
}
.page-education-body .section-title h2 span.main[data-lang=en] {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-title h2 span.main {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page-education-body .section-body .content-wrapper .content {
  max-width: 1080px;
  margin: 40px auto 120px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content {
    padding: 0;
    margin: 40px 0 60px;
  }
}
.page-education-body .section-body .content-wrapper .content:last-child {
  margin-bottom: 0;
}
.page-education-body .section-body .content-wrapper .content .content__description {
  max-width: 620px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__description {
    padding: 0 4vw;
  }
}
.page-education-body .section-body .content-wrapper .content .content__description p {
  font-size: 1.12em;
}
.page-education-body .section-body .content-wrapper .content .content__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__title {
    margin-bottom: 60px;
  }
}
.page-education-body .section-body .content-wrapper .content .content__title h2 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__title h2 {
    flex-direction: row;
  }
}
.page-education-body .section-body .content-wrapper .content .content__title h2 span.txt-en {
  text-transform: uppercase;
  font-size: 2.5rem;
  order: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__title h2 span.txt-en {
    font-size: 1.5rem;
  }
}
.page-education-body .section-body .content-wrapper .content .content__title h2 span.txt-ja {
  order: 3;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__title h2 span.txt-ja {
    font-size: 1rem;
    margin-top: -4px;
  }
}
.page-education-body .section-body .content-wrapper .content .content__title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  order: 2;
  flex: 1;
  margin: 0 1rem;
}
.page-education-body .section-body .content-wrapper .content .content__body {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body {
    margin-bottom: 60px;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper {
  width: calc(50% - 20px);
  border: 1px solid #2D2D2D;
  border-top: none;
  padding: 1.5rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper {
    width: auto;
    margin-bottom: 60px;
    padding-bottom: 0.5rem;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title {
  display: flex;
  align-items: center;
  margin: -21px -1.5rem 1rem;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title {
    margin-top: -17px;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title h3 {
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  line-height: 1.2;
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title h3 span {
  display: block;
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title h3 span.txt-en {
  font-size: 1.375rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title h3 span.txt-en {
    font-size: 1.25rem;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title h3 span.txt-ja {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title h3 span.txt-ja {
    font-size: 0.875rem;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title::before,
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program-wrapper__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  flex: 1;
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program {
  padding: 0.5rem 0;
  border-bottom: 1px solid #2D2D2D;
  min-height: 194px;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program {
    min-height: auto;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-title h4 {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-title h4 {
    margin-bottom: 0;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-title h4 span.num {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-title h4 span.num {
    font-size: 2rem;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-title h4 span.main {
  font-size: 1.4rem;
  padding-bottom: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-title h4 span.main {
    font-size: 1.3rem;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program .program-body p {
    margin-top: 0.5rem;
  }
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper .program:last-child {
  border-bottom: none;
}
.page-education-body .section-body .content-wrapper .content .content__body .program-wrapper:last-child {
  margin-bottom: 0;
}
.page-education-body .section-body .content-wrapper .content .content__button .button {
  margin: 0 auto;
}
.page-navigation-wrapper {
  padding-top: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper {
    padding-top: 60px;
    background-color: #E3E3E3;
  }
}
.page-navigation-wrapper .page-navigation {
  max-width: 720px;
  margin: 0 auto;
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper .page-navigation {
    padding: 0;
    margin: 0 8vw;
  }
}
.page-navigation-wrapper .page-navigation ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper .page-navigation ul {
    display: block;
  }
}
.page-navigation-wrapper .page-navigation ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper .page-navigation ul li a {
    padding-top: 1.8rem;
  }
}
.page-navigation-wrapper .page-navigation ul .nav {
  width: 33.3333333333%;
  border-right: 1px solid #2D2D2D;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper .page-navigation ul .nav {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #2D2D2D;
  }
}
.page-navigation-wrapper .page-navigation ul .nav .nav-name-en,
.page-navigation-wrapper .page-navigation ul .nav .nav-name-ja {
  line-height: 1.4;
}
.page-navigation-wrapper .page-navigation ul .nav .nav-name-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper .page-navigation ul .nav .nav-name-en {
    font-size: 1.285rem;
  }
}
.page-navigation-wrapper .page-navigation ul .nav .nav-name-ja {
  font-size: 0.75rem;
}
.page-navigation-wrapper .page-navigation ul .nav:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .page-navigation-wrapper .page-navigation ul .nav:last-of-type {
    border-bottom: none;
  }
}
.common-banner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 120px 40px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .common-banner {
    padding: 60px 7vw;
    background-color: #E3E3E3;
  }
}
.common-banner .banner-wrapper {
  gap: 2px;
}
@media screen and (max-width: 768px) {
  .common-banner .banner {
    aspect-ratio: 4/3;
  }
}
.common-banner .banner {
  overflow: hidden;
}
.common-banner .banner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.common-banner .banner .banner-image {
  overflow: hidden;
  height: 100%;
}
.common-banner .banner .banner-image img {
  transition: transform 0.6s;
}
.common-banner .banner .banner-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s;
}
.common-banner .banner .banner-title .title {
  text-align: center;
  padding: 4rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .common-banner .banner .banner-title .title {
    padding: 0;
  }
}
.common-banner .banner .banner-title .title span {
  display: block;
}
.common-banner .banner .banner-title .title span.txt-other {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.common-banner .banner .banner-title .title span.txt-en {
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .common-banner .banner .banner-title .title span.txt-en {
    font-size: 1.857rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .common-banner .banner .banner-title .title span.txt-ja {
    font-size: 0.8rem;
  }
}
.common-banner .banner .banner-title span.button {
  text-transform: uppercase;
  padding-top: 3px;
  font-family: "Josefin Sans", sans-serif;
  text-decoration: none;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border: 1px solid white;
  border-radius: 17px;
  width: 30%;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 768px) {
  .common-banner .banner .banner-title span.button {
    font-size: 0.9rem;
    height: 28px;
  }
}
.common-banner .banner a:hover {
  opacity: 1;
}
.common-banner .banner a:hover .banner-image img {
  transform: scale(1.05);
}
.common-banner .banner a:hover .banner-title {
  background-color: rgba(0, 0, 0, 0.5);
}
.common-banner .banner a:hover .banner-title .button {
  background-color: #00FFD1;
  border-color: #00FFD1;
}
.common-banner .banner.l-column-half {
  aspect-ratio: 3/2;
}
.common-banner .banner.l-column-full {
  aspect-ratio: 3/1;
}
@media screen and (max-width: 768px) {
  .common-banner .banner.l-column-full {
    aspect-ratio: 3/2;
  }
}
.page-recruit-body {
  position: relative;
  z-index: 5;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body {
    padding: 0;
    margin-top: 80px;
  }
}
.page-recruit-body .section-title {
  max-width: 960px;
  padding: 40px 40px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-title {
    padding: 0;
  }
}
.page-recruit-body .section-title h2 span.main {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-title h2 span.main {
    font-size: 1.6rem;
  }
}
.page-recruit-body .section-body .content-wrapper .content {
  max-width: 1080px;
  margin: 40px auto 120px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content {
    padding: 0;
    margin: 40px 0 60px;
  }
}
.page-recruit-body .section-body .content-wrapper .content:last-child {
  margin-bottom: 0;
}
.page-recruit-body .section-body .content-wrapper .content .content__description {
  max-width: 800px;
  padding: 0 40px;
  margin: 0 auto;
}
.page-recruit-body .section-body .content-wrapper .content .content__description p {
  letter-spacing: 0.1rem;
}
.page-recruit-body .section-body .content-wrapper .content .content__description .sign {
  text-align: right;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content:first-child {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__banner {
    padding: 0 4vw;
  }
}
.page-recruit-body .section-body .content-wrapper .content__banner a {
  display: block;
  text-decoration: none;
  color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__banner .banner-image {
    aspect-ratio: 16/9;
  }
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-image img {
  transition: transform 0.6s;
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__banner .banner-title {
    padding: 0 4vw;
  }
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-title .title {
  line-height: 1.2;
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-title .title span {
  display: block;
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-title .title span.txt-en {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__banner .banner-title .title span.txt-en {
    font-size: 1.8rem;
  }
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-title .title span.txt-ja {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__banner .banner-title .title span.txt-ja {
    font-size: 1rem;
  }
}
.page-recruit-body .section-body .content-wrapper .content__banner .banner-title .button {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid white;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 18px;
  padding: 3px 2rem 0;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__banner .banner-title .button {
    margin-top: 0.5rem;
    height: 28px;
    padding: 3px 1.5rem 0;
  }
}
.page-recruit-body .section-body .content-wrapper .content__banner a:hover {
  opacity: 1;
}
.page-recruit-body .section-body .content-wrapper .content__banner a:hover .banner-image img {
  transform: scale(1.05);
}
.page-recruit-body .section-body .content-wrapper .content__banner a:hover .banner-title {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-recruit-body .section-body .content-wrapper .content__banner a:hover .banner-title .button {
  background-color: #00FFD1;
  border-color: #00FFD1;
}
.page-recruit-body .section-body .content-wrapper .content__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__title {
    margin-bottom: 40px;
    padding: 0 4vw;
  }
}
.page-recruit-body .section-body .content-wrapper .content__title h2 {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__title h2 {
    flex-direction: row;
  }
}
.page-recruit-body .section-body .content-wrapper .content__title h2 span.txt-en {
  text-transform: uppercase;
  font-size: 2.5rem;
  order: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__title h2 span.txt-en {
    font-size: 1.7rem;
  }
}
.page-recruit-body .section-body .content-wrapper .content__title h2 span.txt-ja {
  order: 3;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__title h2 span.txt-ja {
    font-size: 1rem;
    margin-top: -4px;
  }
}
.page-recruit-body .section-body .content-wrapper .content__title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  order: 2;
  flex: 1;
  margin: 0 1rem;
}
.page-recruit-body .section-body .content-wrapper .content__nav {
  padding: 0 0 40px;
  max-width: 860px;
  margin: 0 auto 40px;
}
.page-recruit-body .section-body .content-wrapper .content__nav nav ul li {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
.page-recruit-body .section-body .content-wrapper .content__nav nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1rem;
  position: relative;
}
.page-recruit-body .section-body .content-wrapper .content__nav nav ul li a span.main {
  font-size: 1.25rem;
}
.page-recruit-body .section-body .content-wrapper .content__nav nav ul li a span.sub {
  font-size: 0.875rem;
  margin-left: 1rem;
}
.page-recruit-body .section-body .content-wrapper .content__nav nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #00FFD1;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  transition: 0.5s width;
}
.page-recruit-body .section-body .content-wrapper .content__nav nav ul li a.active::after {
  width: 95%;
}
.page-recruit-body .section-body .content-wrapper .content__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body {
    display: block;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body .item-filter {
    width: 100%;
    padding: 0 8vw;
    margin-bottom: 3rem;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter form {
  position: sticky;
  top: 170px;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter .form-item {
  margin-bottom: 1rem;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter .form-item label {
  display: block;
  font-size: 80%;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter .form-item .select-wrapper {
  display: block;
  position: relative;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter .form-item .select-wrapper select {
  cursor: pointer;
  width: 100%;
  appearance: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: none;
  border-radius: 0;
  padding: 0.3rem;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-filter .form-item .select-wrapper::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #2D2D2D;
  border-right: 1px solid #2D2D2D;
  position: absolute;
  top: 0;
  right: 0.7rem;
  bottom: 4px;
  left: auto;
  margin: auto;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body .item-wrapper {
    width: 100%;
    padding: 0 8vw;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .empty-item {
  display: none;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section {
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1rem 28px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section {
    padding: 0.5rem 8vw;
    margin-bottom: 30px;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-title {
  position: relative;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #00FFD1;
  position: absolute;
  top: 0;
  left: -28px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-title::before {
    left: -8vw;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table {
  width: 100%;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr th,
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr td {
  text-align: left;
  vertical-align: text-top;
  padding: 1rem 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr th,
  .page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr td {
    padding: 0.8rem 0.5rem;
    font-size: 0.9375rem;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr th {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr th {
    width: 86px;
  }
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr td ul {
  margin: 0.3rem 0;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr td ul li {
  font-size: 80%;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr td ul li:last-child {
  margin-bottom: 0;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section .recruit-section-body .table-wrapper table tr:last-child {
  border-bottom: none;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper .recruit-section.hide {
  display: none;
}
.page-recruit-body .section-body .content-wrapper .content__body .item-wrapper.empty .empty-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.page-recruit-body .section-body .content-wrapper .content__button {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .page-recruit-body .section-body .content-wrapper .content__button {
    margin: 60px 0;
  }
}
.page-recruit-body .section-body .content-wrapper .content__button .button {
  margin: 0 auto;
}
.page-archive-body {
  border: none;
  background: none;
  padding: 40px 80px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .page-archive-body {
    padding: 40px 4vw;
  }
}
.page-archive-body .section-body .content-wrapper .news-navigation {
  max-width: 960px;
}
@media screen and (max-width: 768px) {
  .page-archive-body .section-body .content-wrapper .news-navigation {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
.page-archive-body .section-body .content-wrapper .news-navigation .select-cat-form {
  position: relative;
}
.page-archive-body .section-body .content-wrapper .news-navigation .select-cat-form select {
  border: none;
  border-bottom: 1px solid #2D2D2D;
  padding: 0.3rem 2rem 0.3rem 0.5rem;
  background: none;
  font-size: 0.9375rem;
  font-weight: 500;
  min-width: 200px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-archive-body .section-body .content-wrapper .news-navigation .select-cat-form select {
    min-width: auto;
    width: 140px;
  }
}
.page-archive-body .section-body .content-wrapper .news-navigation .select-cat-form::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #2D2D2D;
  border-right: 1px solid #2D2D2D;
  position: absolute;
  top: 0;
  right: 0.7rem;
  bottom: 4px;
  left: auto;
  margin: auto;
  transform: rotate(45deg);
}
.page-archive-body .section-body .content-wrapper .pagenation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page-archive-body .section-body .content-wrapper .pagenation {
    margin: 40px -2vw;
  }
}
.page-archive-body .section-body .content-wrapper .pagenation .button-prev,
.page-archive-body .section-body .content-wrapper .pagenation .button-next {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .page-archive-body .section-body .content-wrapper .pagenation .button-prev,
  .page-archive-body .section-body .content-wrapper .pagenation .button-next {
    width: 130px;
  }
}
.page-archive-body .section-body .content-wrapper .pagenation .buttons-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.page-archive-body .section-body .content-wrapper .pagenation .buttons-number .pager {
  padding: 0.3rem 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}
.page-archive-body .section-body .content-wrapper .pagenation .buttons-number .pager.current {
  font-size: 2.25rem;
  color: #00FFD1;
}
.page-journal-body .section-body .content-wrapper .post-wrapper {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper {
    padding: 0;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post {
  width: 25%;
  min-width: 240px;
}
@media screen and (max-width: 1240px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post {
    width: 33.333%;
  }
}
@media screen and (max-width: 960px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post {
    min-width: auto;
    margin-bottom: 1rem;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post a {
  display: block;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post a {
    padding: 0 1.5vw 3vw;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-cover {
  position: relative;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-cover .icon-wrap {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background-color: rgb(0, 229.5, 188.1);
  color: white;
  font-weight: 600;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  font-size: 0.625rem;
  border-radius: 12px;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-cover .img-wrapper {
  aspect-ratio: 3/4;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-cover .img-wrapper img {
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post .post-cover .img-wrapper img {
    border-radius: 7px;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-title {
  margin: 1.5rem 0;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-title .date {
  font-family: sans-serif;
  font-size: 0.75rem;
  margin: 0 0 0.3rem;
  letter-spacing: 0;
  color: #6D6D6D;
  line-height: 1;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-title .title {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  line-height: 1.5;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post .post-title .excerpt p {
  font-size: 0.875rem;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post-medium {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post-medium {
    width: 100% !important;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post-medium a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post-medium a {
    padding: 0;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post-medium .post-cover .img-wrapper {
  aspect-ratio: 1/1;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post-medium .post-title {
  margin: 0;
  padding: 1.5rem;
  padding-top: 3rem;
  position: absolute;
  width: calc(100% - 2rem);
  left: 1rem;
  bottom: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: white;
  border-radius: 0 0 14px 14px;
}
@media screen and (max-width: 768px) {
  .page-journal-body .section-body .content-wrapper .post-wrapper .post-medium .post-title {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post-medium .post-title .date {
  color: white;
}
.page-journal-body .section-body .content-wrapper .post-wrapper .post-medium .post-title .title {
  font-size: 1.75rem;
}
.post-news,
.post-journal {
  position: relative;
  z-index: 5;
  max-width: 800px;
  padding: 200px 40px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .post-news,
  .post-journal {
    padding: 120px 6vw 0;
  }
}
.post-news .section-summary,
.post-journal .section-summary {
  margin: 2rem 0;
  padding: 0.5rem 1.5rem;
  border: 1px solid #6D6D6D;
}
@media screen and (max-width: 768px) {
  .post-news .section-summary,
  .post-journal .section-summary {
    margin: 2rem 6vw 1rem 0;
    padding: 0.3rem;
    border-right: none;
    border-left: none;
  }
}
.post-news .section-summary p,
.post-journal .section-summary p {
  font-size: 75%;
}
.post-news .post-type,
.post-journal .post-type {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
  top: 200px;
  right: -1rem;
}
@media screen and (max-width: 768px) {
  .post-news .post-type,
  .post-journal .post-type {
    font-size: 1.1rem;
    top: 110px;
    right: 1.1rem;
  }
}
.post-news .post-type::after,
.post-journal .post-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background-color: #2D2D2D;
  position: absolute;
  top: 80px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .post-news .post-type::after,
  .post-journal .post-type::after {
    height: 70px;
    top: 60px;
  }
}
.post-news .section-title,
.post-journal .section-title {
  position: relative;
}
.post-news .section-title .back-to-index,
.post-journal .section-title .back-to-index {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .post-news .section-title .back-to-index,
  .post-journal .section-title .back-to-index {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.post-news .section-title h1,
.post-journal .section-title h1 {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .post-news .section-title h1,
  .post-journal .section-title h1 {
    padding-right: 16px;
  }
}
.post-news .section-title h1 span.main,
.post-journal .section-title h1 span.main {
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-news .section-title h1 span.main,
  .post-journal .section-title h1 span.main {
    font-size: 2rem;
  }
}
.post-news .section-title .postinfo-wrapper,
.post-journal .section-title .postinfo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post-news .section-title .postinfo-wrapper,
  .post-journal .section-title .postinfo-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.post-news .section-title .postinfo-wrapper .postinfo,
.post-journal .section-title .postinfo-wrapper .postinfo {
  display: flex;
  align-items: center;
}
.post-news .section-title .postinfo-wrapper .postinfo p,
.post-journal .section-title .postinfo-wrapper .postinfo p {
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .post-news .section-title .postinfo-wrapper .postinfo p,
  .post-journal .section-title .postinfo-wrapper .postinfo p {
    margin: 0.5rem 0;
  }
}
.post-news .section-title .postinfo-wrapper .postinfo .post-datetime,
.post-news .section-title .postinfo-wrapper .postinfo .post-author,
.post-journal .section-title .postinfo-wrapper .postinfo .post-datetime,
.post-journal .section-title .postinfo-wrapper .postinfo .post-author {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
}
.post-news .section-title .postinfo-wrapper .postinfo .post-datetime svg,
.post-news .section-title .postinfo-wrapper .postinfo .post-author svg,
.post-journal .section-title .postinfo-wrapper .postinfo .post-datetime svg,
.post-journal .section-title .postinfo-wrapper .postinfo .post-author svg {
  margin-right: 0.3rem;
  width: 17px;
  height: auto;
}
.post-news .section-title .postinfo-wrapper .postinfo .post-cat,
.post-journal .section-title .postinfo-wrapper .postinfo .post-cat {
  font-weight: 500;
  border: 1px solid #2D2D2D;
  padding: 0 0.7rem;
  border-radius: 3px;
  font-size: 0.75rem;
}
.post-news .section-title .postinfo-wrapper .postinfo:last-child,
.post-journal .section-title .postinfo-wrapper .postinfo:last-child {
  position: absolute;
  top: 27px;
  right: 20px;
}
.post-news .section-body .content-wrapper .content,
.post-journal .section-body .content-wrapper .content {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .post-news .section-body .content-wrapper .post-thumbnail,
  .post-journal .section-body .content-wrapper .post-thumbnail {
    margin: 1rem -6vw;
  }
}
.post-news .section-body .content-wrapper .post-thumbnail .img-wrapper img,
.post-journal .section-body .content-wrapper .post-thumbnail .img-wrapper img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .post-news .section-body .content-wrapper .post-thumbnail .img-wrapper img,
  .post-journal .section-body .content-wrapper .post-thumbnail .img-wrapper img {
    border-radius: 0px;
  }
}
.post-news .section-body .content-wrapper .wp-block-post-content,
.post-journal .section-body .content-wrapper .wp-block-post-content {
  min-height: 300px;
}
.post-news .section-body .content-wrapper .share-area,
.post-journal .section-body .content-wrapper .share-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
  height: 74px;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .post-news .section-body .content-wrapper .share-area,
  .post-journal .section-body .content-wrapper .share-area {
    padding: 0 0.5rem;
    height: 68px;
  }
}
.post-news .section-body .content-wrapper .share-area p,
.post-journal .section-body .content-wrapper .share-area p {
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .post-news .section-body .content-wrapper .share-area p,
  .post-journal .section-body .content-wrapper .share-area p {
    line-height: 1.6;
  }
}
.post-news .section-body .content-wrapper .share-area ul,
.post-journal .section-body .content-wrapper .share-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-news .section-body .content-wrapper .share-area ul li a,
.post-journal .section-body .content-wrapper .share-area ul li a {
  display: block;
  padding: 8px 8px 0;
}
@media screen and (max-width: 768px) {
  .post-news .section-body .content-wrapper .share-area ul li a svg,
  .post-journal .section-body .content-wrapper .share-area ul li a svg {
    height: 24px;
    width: auto;
  }
}
.post-news .section-body .content-wrapper .pagenation,
.post-journal .section-body .content-wrapper .pagenation {
  margin: 0 -100px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post-news .section-body .content-wrapper .pagenation,
  .post-journal .section-body .content-wrapper .pagenation {
    margin: 0 -2vw 40px;
  }
}
.post-journal .post-type::after {
  top: 118px;
}
@media screen and (max-width: 768px) {
  .post-journal .post-type::after {
    top: 88px;
  }
}
.post-journal .section-title .postinfo-wrapper .postinfo .post-cat {
  background-color: rgb(0, 229.5, 188.1);
  color: white;
  border: none;
  border-radius: 10px;
}
.page-common {
  position: relative;
  z-index: 5;
}
.page-common .section-body {
  max-width: 800px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-common .section-body {
    padding: 0 2vw;
  }
}
.page-common .section-body .content-wrapper .content {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .page-common .section-body .content-wrapper .content {
    margin: 60px 0;
  }
}
.movie-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: 0.3s opacity;
}
.movie-popup .movie-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie-popup .movie-wrapper {
    width: 100%;
  }
}
.movie-popup .movie-wrapper .button {
  position: absolute;
  top: 0;
  right: -60px;
  color: white;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .movie-popup .movie-wrapper .button {
    top: -60px;
    right: 0;
  }
}
.movie-popup .movie-wrapper .button span {
  display: none;
}
.movie-popup .movie-wrapper .button::before,
.movie-popup .movie-wrapper .button::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.movie-popup .movie-wrapper .button::before {
  transform: rotate(45deg);
}
.movie-popup .movie-wrapper .button::after {
  transform: rotate(-45deg);
}
.movie-popup .movie-wrapper iframe {
  aspect-ratio: 16/9;
  width: 1080px;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .movie-popup .movie-wrapper iframe {
    width: 100%;
  }
}
.movie-popup.hide {
  opacity: 0;
  pointer-events: none;
}
.common-sponsord {
  display: flex;
  align-items: center;
  justify-self: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 6rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .common-sponsord {
    padding: 4rem 0 2rem;
    max-width: 320px;
  }
}
.common-sponsord div img {
  width: 100%;
  height: auto;
}
.site-footer {
  background-color: #E3E3E3;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .site-footer {
    margin-bottom: 50px;
  }
}
.site-footer .section-body {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body {
    padding: 40px 8vw;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .content .l-column {
    width: 50%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .content .l-column:last-child {
    width: 100%;
    text-align: center;
    margin: 28px 0 20px;
  }
}
.site-footer .section-body .content-wrapper .content p {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  margin: 1rem 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .content p {
    margin-bottom: 0.5rem;
  }
}
.site-footer .section-body .content-wrapper .content ul li {
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .content ul li {
    font-size: 1rem;
  }
}
.site-footer .section-body .content-wrapper .content ul li a {
  text-decoration: none;
}
.site-footer .section-body .content-wrapper .content ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.3rem;
  margin-bottom: -1px;
  background-image: url(../images/icon-external.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .section-body .content-wrapper .content .content__logo {
  margin: 1rem;
}
.site-footer .section-body .content-wrapper .content .content__logo svg {
  width: 120px;
  height: auto;
  aspect-ratio: 163/175;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .content .content__logo svg {
    width: 100px;
  }
}
.site-footer .section-body .content-wrapper .content-privacy-mark {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #6D6D6D;
  text-align: center;
}
.site-footer .section-body .content-wrapper .floating-contents {
  color: white;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
.site-footer .section-body .content-wrapper .floating-contents ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .floating-contents ul {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.site-footer .section-body .content-wrapper .floating-contents ul li {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .floating-contents ul li {
    font-size: 1rem;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .floating-contents ul li a {
    display: block;
    padding: 0.5rem;
  }
}
.site-footer .section-body .content-wrapper .floating-contents .floating-pc {
  position: fixed;
  bottom: 60px;
  mix-blend-mode: difference;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .floating-contents .floating-pc {
    position: static;
    mix-blend-mode: normal;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.site-footer .section-body .content-wrapper .floating-contents .floating-pc .privacy-mark {
  margin: 1rem 0;
}
.site-footer .section-body .content-wrapper .floating-contents .float-left,
.site-footer .section-body .content-wrapper .floating-contents .float-right {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .floating-contents .float-left,
  .site-footer .section-body .content-wrapper .floating-contents .float-right {
    writing-mode: horizontal-tb;
  }
}
.site-footer .section-body .content-wrapper .floating-contents .float-left {
  left: 60px;
  right: auto;
}
.site-footer .section-body .content-wrapper .floating-contents .float-right {
  left: auto;
  right: 60px;
}
.site-footer .section-body .content-wrapper .floating-contents .copyrights {
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .floating-contents .copyrights {
    text-align: center;
  }
}
.site-footer .section-body .content-wrapper .fixed-backto-top {
  position: fixed;
  bottom: -136px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 136px;
  height: 136px;
  border-radius: 72px;
  transition: bottom 0.3s, transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .fixed-backto-top {
    width: auto;
    height: auto;
    border-radius: 1px;
    right: auto;
    left: -42px;
    bottom: 100px !important;
    transition: left 0.3s;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
  }
}
.site-footer .section-body .content-wrapper .fixed-backto-top .button {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 54%;
  background-color: rgb(0, 229.5, 188.1);
  color: white;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .fixed-backto-top .button {
    border-radius: 0px;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: #454545;
    backdrop-filter: blur(4px);
  }
}
.site-footer .section-body .content-wrapper .fixed-backto-top .button span {
  height: 50%;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .fixed-backto-top .button span {
    height: auto;
    writing-mode: vertical-rl;
  }
}
.site-footer .section-body .content-wrapper .fixed-backto-top .button:hover {
  opacity: 1;
}
.site-footer .section-body .content-wrapper .fixed-backto-top:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .site-footer .section-body .content-wrapper .fixed-backto-top:hover {
    transform: scale(1);
  }
}
.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h1,
  .wp-block-post-content h2,
  .wp-block-post-content h3,
  .wp-block-post-content h4,
  .wp-block-post-content h5,
  .wp-block-post-content h6 {
    margin-top: 2rem;
  }
}
.wp-block-post-content h1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h1 {
    font-size: 1.8rem;
  }
}
.wp-block-post-content h2 {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h2 {
    font-size: 1.65rem;
  }
}
.wp-block-post-content h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 1px;
  background-color: #2D2D2D;
  position: relative;
  top: -4px;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h2::after {
    width: 80px;
  }
}
.wp-block-post-content h3 {
  font-size: 1.625rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h3 {
    font-size: 1.5rem;
  }
}
.wp-block-post-content h3::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #00FFD1;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-post-content h4 {
  font-size: 1.375rem;
  color: rgb(0, 204, 167.2);
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h4 {
    font-size: 1.2rem;
  }
}
.wp-block-post-content h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h5 {
    font-size: 1.1rem;
  }
}
.wp-block-post-content h6 {
  margin-top: 2rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content h6 {
    font-size: 1.1rem;
  }
}
.wp-block-post-content p span.requred-icon {
  display: inline-block;
  color: #D04848;
  font-size: 45%;
  margin: 0 0.3rem;
  vertical-align: text-top;
  animation: blink 0.8s infinite alternate ease-in-out;
}
.wp-block-post-content p.large {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content p.moble-disable-br br {
    display: none;
  }
}
.wp-block-post-content a:not(.wp-block-button__link) {
  color: rgb(0, 204, 167.2);
  text-decoration: underline;
}
.wp-block-post-content .wp-block-image {
  margin: 40px 0;
}
.wp-block-post-content .wp-block-image img {
  border-radius: 8px;
}
.wp-block-post-content .wp-block-image .wp-element-caption {
  color: #6D6D6D;
}
@media screen and (max-width: 768px) {
  .wp-block-post-content .wp-block-columns .wp-block-column .wp-block-image {
    margin: 20px 0;
  }
}
.wp-block-post-content.page-404 {
  text-align: center;
  min-height: 300px;
}
.wp-block-post-content.page-404 .button {
  margin: 60px auto;
  text-decoration: none;
  color: inherit;
  width: 12.5rem;
}
.wpcf7 {
  margin: 40px 0;
}
.wpcf7 .wpcf7-form .field {
  margin: 2rem 0;
  position: relative;
}
.wpcf7 .wpcf7-form .field label p {
  margin: 0;
  position: absolute;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  top: -0.3rem;
  left: 0;
  transition: 0.3s all;
}
.wpcf7 .wpcf7-form .field label p.required::after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 6px;
  height: 6px;
  background-color: #D04848;
  margin-left: 0.3rem;
  margin-top: 2px;
  border-radius: 5px;
  animation: blink 0.8s infinite alternate ease-in-out;
}
.wpcf7 .wpcf7-form .field label.focus p {
  top: -1.4rem;
}
.wpcf7 .wpcf7-form .field .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form .field .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #D04848;
  font-size: 0.875rem;
}
.wpcf7 .wpcf7-form .field .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
  width: 100%;
  padding: 0.3rem;
  min-height: 38px;
  border: none;
  background: none;
  padding-left: 0.5rem;
  border-bottom: 1px solid #2D2D2D;
  border-radius: 0;
  appearance: none;
}
.wpcf7 .wpcf7-form .field .wpcf7-select {
  appearance: none;
  border: none;
  background: none;
  border-radius: 0px;
}
.wpcf7 .wpcf7-form .field .wpcf7-submit {
  width: 244px;
  margin: 0 auto;
  transition: 0.2s opacity;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-form .field .wpcf7-submit {
    width: 164px;
  }
}
.wpcf7 .wpcf7-form .field .wpcf7-submit.sending {
  opacity: 0;
  pointer-events: none;
}
.wpcf7 .wpcf7-form .field .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.wpcf7 .wpcf7-form .field .wpcf7-form-control:focus + label p {
  color: #D04848;
}
.wpcf7 .wpcf7-form .field .wpcf7-not-valid {
  background-color: rgba(208, 72, 72, 0.05) !important;
  border-bottom-color: rgba(208, 72, 72, 0.5) !important;
}
.wpcf7 .wpcf7-form .field.center {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  border: none;
  text-align: center;
  font-weight: 600;
  padding: 1rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  background-color: rgba(0, 255, 209, 0.6);
}
.wpcf7 .invalid .wpcf7-response-output {
  color: #D04848;
  background-color: rgba(208, 72, 72, 0.05);
}
.swiper-tab .swiper-button-prev,
.swiper-tab .swiper-button-next {
  width: 42px;
  height: 42px;
  color: #454545;
  border: 1px solid #454545;
}
@media screen and (max-width: 768px) {
  .swiper-tab .swiper-button-prev,
  .swiper-tab .swiper-button-next {
    width: 28px;
    height: 28px;
  }
}
.swiper-tab .swiper-button-prev::after,
.swiper-tab .swiper-button-next::after {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.swiper-tab .swiper-button-prev {
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  transition: 0.3s left;
  left: 14px;
}
.swiper-tab .swiper-button-prev:hover {
  left: 10px;
}
.swiper-tab .swiper-button-next {
  border-left-width: 0;
  border-bottom-width: 0;
  transform: rotate(45deg);
  transition: 0.3s right;
  right: 14px;
}
.swiper-tab .swiper-button-next:hover {
  right: 10px;
}
.grecaptcha-badge {
  display: none;
  z-index: 5;
}
.anim-fade-in {
  opacity: 0;
  animation: anim_show 1s var(--delay) forwards;
}
body {
  --base-color: black;
}
body[data-loading=loading] #loading {
  opacity: 1;
  pointer-events: all;
}
body[data-loading=done] #loading {
  opacity: 1;
  pointer-events: none;
  animation: loaging 0.8s 0.3s forwards;
}
body[data-loading=skip] #loading {
  display: none !important;
}
body[data-page-name=contact] .grecaptcha-badge {
  display: block;
}
@media screen and (max-width: 768px) {
  body[data-page-name=values] .site-main {
    overflow: hidden;
  }
}
body[data-page-name=top][data-view-pos=first],
body[data-page-name=solution][data-view-pos=first],
body[data-page-name=data-talent-training][data-view-pos=first],
body[data-page-name=education][data-view-pos=first] {
  --base-color: white;
}
body[data-page-name=top][data-view-pos=other],
body[data-page-name=solution][data-view-pos=other],
body[data-page-name=data-talent-training][data-view-pos=other],
body[data-page-name=education][data-view-pos=other] {
  --base-color: black;
}
body[data-view-pos=other] .site-header {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  height: 100px;
}
@media screen and (max-width: 768px) {
  body[data-view-pos=other] .site-header {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  body[data-view-pos=other] .site-header .section-body {
    padding: 0;
  }
}
body[data-view-pos=other] .site-header .section-body .content-wrapper .content__logo {
  padding: 0;
}
body[data-view-pos=other] .site-header .section-body .content-wrapper .content__logo a {
  height: 30px;
  width: 260px;
}
@media screen and (max-width: 768px) {
  body[data-view-pos=other] .site-header .section-body .content-wrapper .content__logo a {
    height: 30px;
    width: 200px;
  }
}
body[data-view-pos=other] .site-header .section-body .content-wrapper .content__logo svg.svg-logo-full {
  transform: rotateX(90deg);
}
body[data-view-pos=other] .site-header .section-body .content-wrapper .content__logo svg.svg-logo-type {
  transform: rotateX(0deg);
}
body[data-scloll-direction=down] .site-footer .section-body .content-wrapper .fixed-backto-top {
  bottom: -68px !important;
}
@media screen and (max-width: 768px) {
  body[data-scloll-direction=down] .site-footer .section-body .content-wrapper .fixed-backto-top {
    bottom: 100px !important;
    left: 0 !important;
  }
}
body[data-scloll-direction=up] .site-footer .section-body .content-wrapper .fixed-backto-top {
  bottom: -136px !important;
}
@media screen and (max-width: 768px) {
  body[data-scloll-direction=up] .site-footer .section-body .content-wrapper .fixed-backto-top {
    bottom: 100px !important;
    left: -42px;
  }
}
html[lang=en] h1[data-lang=en],
html[lang=en] h2[data-lang=en],
html[lang=en] h3[data-lang=en],
html[lang=en] h4[data-lang=en],
html[lang=en] h5[data-lang=en],
html[lang=en] h6[data-lang=en],
html[lang=en] p[data-lang=en],
html[lang=en] ul[data-lang=en],
html[lang=en] li[data-lang=en],
html[lang=en] table[data-lang=en],
html[lang=en] span[data-lang=en],
html[lang=en-US] h1[data-lang=en],
html[lang=en-US] h2[data-lang=en],
html[lang=en-US] h3[data-lang=en],
html[lang=en-US] h4[data-lang=en],
html[lang=en-US] h5[data-lang=en],
html[lang=en-US] h6[data-lang=en],
html[lang=en-US] p[data-lang=en],
html[lang=en-US] ul[data-lang=en],
html[lang=en-US] li[data-lang=en],
html[lang=en-US] table[data-lang=en],
html[lang=en-US] span[data-lang=en] {
  display: inherit;
  letter-spacing: 0 !important;
}
html[lang=en] h1[data-lang=ja-JP],
html[lang=en] h2[data-lang=ja-JP],
html[lang=en] h3[data-lang=ja-JP],
html[lang=en] h4[data-lang=ja-JP],
html[lang=en] h5[data-lang=ja-JP],
html[lang=en] h6[data-lang=ja-JP],
html[lang=en] p[data-lang=ja-JP],
html[lang=en] ul[data-lang=ja-JP],
html[lang=en] li[data-lang=ja-JP],
html[lang=en] table[data-lang=ja-JP],
html[lang=en] span[data-lang=ja-JP],
html[lang=en-US] h1[data-lang=ja-JP],
html[lang=en-US] h2[data-lang=ja-JP],
html[lang=en-US] h3[data-lang=ja-JP],
html[lang=en-US] h4[data-lang=ja-JP],
html[lang=en-US] h5[data-lang=ja-JP],
html[lang=en-US] h6[data-lang=ja-JP],
html[lang=en-US] p[data-lang=ja-JP],
html[lang=en-US] ul[data-lang=ja-JP],
html[lang=en-US] li[data-lang=ja-JP],
html[lang=en-US] table[data-lang=ja-JP],
html[lang=en-US] span[data-lang=ja-JP] {
  display: none !important;
}
html[lang=ja-JP] h1[data-lang=en],
html[lang=ja-JP] h2[data-lang=en],
html[lang=ja-JP] h3[data-lang=en],
html[lang=ja-JP] h4[data-lang=en],
html[lang=ja-JP] h5[data-lang=en],
html[lang=ja-JP] h6[data-lang=en],
html[lang=ja-JP] p[data-lang=en],
html[lang=ja-JP] ul[data-lang=en],
html[lang=ja-JP] li[data-lang=en],
html[lang=ja-JP] table[data-lang=en],
html[lang=ja-JP] span[data-lang=en],
html[lang=ja] h1[data-lang=en],
html[lang=ja] h2[data-lang=en],
html[lang=ja] h3[data-lang=en],
html[lang=ja] h4[data-lang=en],
html[lang=ja] h5[data-lang=en],
html[lang=ja] h6[data-lang=en],
html[lang=ja] p[data-lang=en],
html[lang=ja] ul[data-lang=en],
html[lang=ja] li[data-lang=en],
html[lang=ja] table[data-lang=en],
html[lang=ja] span[data-lang=en] {
  display: none !important;
}
html[lang=ja-JP] h1[data-lang=ja-JP],
html[lang=ja-JP] h2[data-lang=ja-JP],
html[lang=ja-JP] h3[data-lang=ja-JP],
html[lang=ja-JP] h4[data-lang=ja-JP],
html[lang=ja-JP] h5[data-lang=ja-JP],
html[lang=ja-JP] h6[data-lang=ja-JP],
html[lang=ja-JP] p[data-lang=ja-JP],
html[lang=ja-JP] ul[data-lang=ja-JP],
html[lang=ja-JP] li[data-lang=ja-JP],
html[lang=ja-JP] table[data-lang=ja-JP],
html[lang=ja-JP] span[data-lang=ja-JP],
html[lang=ja] h1[data-lang=ja-JP],
html[lang=ja] h2[data-lang=ja-JP],
html[lang=ja] h3[data-lang=ja-JP],
html[lang=ja] h4[data-lang=ja-JP],
html[lang=ja] h5[data-lang=ja-JP],
html[lang=ja] h6[data-lang=ja-JP],
html[lang=ja] p[data-lang=ja-JP],
html[lang=ja] ul[data-lang=ja-JP],
html[lang=ja] li[data-lang=ja-JP],
html[lang=ja] table[data-lang=ja-JP],
html[lang=ja] span[data-lang=ja-JP] {
  display: inherit;
}
.is-hidden--all {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .is-hidden--pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .is-hidden--mobile {
    display: none !important;
  }
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/*# sourceMappingURL=theme.min.css.map */
