@charset "UTF-8";

:root {
  --color-white: #FFFFFF;
  --color-black: #292929;
  --color-main: #0541DA;
  --color-main2: #BABABA;
  --color-main3: #09206C;
  --color-main4: #0501BF;
  --color-bg: #2b3940;
  --color-bg2: #09206C;
  --color-bg3: #F9F9F9;
  --color-bg4: transparent;
  --color-bg5: #F3F6FB;
  --color-border: #DCDCDC;
  --color-placeholder: rgba(0, 0, 0, 0.3);
  --color-error: red;
  --zls-blue: #0706C1;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    transform: scale(2.5, 2.5);
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1, 1);
  }

  100% {
    opacity: 0;
    transform: scale(2.5, 2.5);
  }
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v13-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fugaz-one-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fugaz One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fugaz-one-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v52-japanese_latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v21-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins-v21-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html.is-open {
  overflow: hidden;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.is-pc {
  display: block;
}

.is-pc-important {
  display: block !important;
}

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

.is-pc--inline {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}

.is-sp-important {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }

  .is-sp-important {
    display: block !important;
  }
}

.is-sp--inline {
  display: none;
}

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

.lity-close,
.lity-close:hover {
  display: none !important;
}

.swiper-pagination {
  bottom: 30px !important;
  left: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0 !important;
  text-align: center !important;
}

.swiper-blog .c-article--pickup .c-article__infoBox {
  padding-bottom: 80px;
}

.l-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 1200px;
}

@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(40 / 1200 * 100vw);
    padding-right: calc(40 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.l-container--full {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .l-container--full {
    padding-left: calc(40 / 1440 * 100vw);
    padding-right: calc(40 / 1440 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.page-marketing-aix .l-category-nav {
  margin: 40px 0;
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 1439px) {
  .page-marketing-aix .l-category-nav {
    margin: calc(40 / 1440 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .page-marketing-aix .l-category-nav {
    margin: calc(40 / 375 * 100vw) 0;
  }
}

.page-marketing-aix .l-category-nav>ul {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-marketing-aix .l-category-nav>ul {
    justify-content: space-between;
    margin: 0 auto;
    width: calc(335 / 375 * 100vw);
  }
}

.page-marketing-aix .l-category-nav>ul>li {
  width: 200px;
}

@media screen and (max-width: 1439px) {
  .page-marketing-aix .l-category-nav>ul>li {
    width: calc(200 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .page-marketing-aix .l-category-nav>ul>li {
    width: calc(165 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .page-marketing-aix .l-category-nav>ul>li:first-child {
    width: 100%;
  }
}

.page-marketing-aix .l-category-nav>ul>li:first-child a {
  border-radius: 40px 0 0 40px;
}

@media screen and (max-width: 1439px) {
  .page-marketing-aix .l-category-nav>ul>li:first-child a {
    border-radius: calc(40 / 1440 * 100vw) 0 0 calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .page-marketing-aix .l-category-nav>ul>li:first-child a {
    border-radius: calc(40 / 375 * 100vw);
  }
}

.page-marketing-aix .l-category-nav>ul>li:last-child a {
  border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 1439px) {
  .page-marketing-aix .l-category-nav>ul>li:last-child a {
    border-radius: 0 calc(40 / 1440 * 100vw) calc(40 / 1440 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .page-marketing-aix .l-category-nav>ul>li:last-child a {
    border-radius: calc(40 / 375 * 100vw);
  }
}

.c-member {
  background-color: var(--color-white);
  border-radius: 24px;
  display: flex;
  height: 540px;
  justify-content: space-between;
  width: 1120px;
}

@media screen and (max-width: 1199px) {
  .c-member {
    border-radius: calc(24 / 1200 * 100vw);
    height: calc(540 / 1200 * 100vw);
    width: calc(1120 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member {
    border-radius: calc(24 / 375 * 100vw);
    display: block;
    height: 80vh;
    overflow-y: scroll !important;
    width: calc(327 / 375 * 100vw);
  }
}

.c-member__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  width: 384px;
}

@media screen and (max-width: 1199px) {
  .c-member__thumbnail {
    width: calc(384 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__thumbnail {
    height: calc(184 / 375 * 100vw);
    width: 100%;
  }
}

.c-member__content {
  align-items: center;
  display: flex;
  padding: 0 96px;
  width: 736px;
}

@media screen and (max-width: 1199px) {
  .c-member__content {
    padding: 0 calc(96 / 1200 * 100vw);
    width: calc(736 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content {
    padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw) calc(40 / 375 * 100vw);
    width: 100%;
  }
}

.c-member__content__textBox__title {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .c-member__content__textBox__title {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(5 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.c-member__content__textBox__name {
  align-items: flex-end;
  display: flex;
}

.c-member__content__textBox__name__ja {
  color: var(--color-black);
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .c-member__content__textBox__name__ja {
    font-size: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__textBox__name__ja {
    font-size: calc(24 / 375 * 100vw);
  }
}

.c-member__content__textBox__name__en {
  color: var(--color-main2);
  font-size: 18px;
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .c-member__content__textBox__name__en {
    font-size: calc(18 / 1200 * 100vw);
    margin-left: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__textBox__name__en {
    font-size: calc(18 / 375 * 100vw);
    margin-left: calc(20 / 375 * 100vw);
  }
}

.c-member__content__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .c-member__content__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .c-member__content__text {
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__text {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-member__content__readmore {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .c-member__content__readmore {
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__readmore {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.c-member__content__readmore a {
  background-color: var(--color-main);
  border-radius: 100px;
  color: var(--color-white);
  font-size: 14px;
  padding: 10px 20px;
}

@media screen and (max-width: 1199px) {
  .c-member__content__readmore a {
    border-radius: calc(100 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    padding: calc(10 / 1200 * 100vw) calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__readmore a {
    border-radius: calc(100 / 375 * 100vw);
    display: block;
    font-size: calc(16 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    text-align: center;
  }
}

.c-member__content__readmore a::after {
  background-image: url(../images/icon_arrow_readmore_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  transform: translate(0, 1px);
  transition: 0.3s;
  width: 15px;
}

@media screen and (max-width: 1199px) {
  .c-member__content__readmore a::after {
    height: calc(11 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__readmore a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.c-member__content__readmore a:hover {
  opacity: 1;
}

.c-member__content__readmore a:hover::after {
  transform: translate(5px, 1px);
}

@media screen and (max-width: 1199px) {
  .c-member__content__readmore a:hover::after {
    transform: translate(calc(5 / 1200 * 100vw), calc(1 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .c-member__content__readmore a:hover::after {
    transform: translate(0, 1px);
  }
}

.c-member__close {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: block;
  height: 33px;
  position: fixed;
  right: 0;
  top: -40px;
  width: 33px;
}

@media screen and (max-width: 1199px) {
  .c-member__close {
    height: calc(33 / 1200 * 100vw);
    top: calc(-40 / 1200 * 100vw);
    width: calc(33 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-member__close {
    height: calc(33 / 375 * 100vw);
    top: calc(-40 / 375 * 100vw);
    width: calc(33 / 375 * 100vw);
  }
}

.c-member:has(.c-member__thumbnail) {
  overflow: hidden;
}

.c-postBox__thumbnail {
  border: 1px solid #dddddd;
  border-radius: 12px;
  height: 200px;
  margin-bottom: 15px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .c-postBox__thumbnail {
    border-radius: calc(12 / 1200 * 100vw);
    height: calc(200 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__thumbnail {
    border-radius: calc(12 / 375 * 100vw);
    height: calc(184 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.c-postBox__thumbnail__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 200px;
  margin-bottom: 20px;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .c-postBox__thumbnail__image {
    height: calc(200 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__thumbnail__image {
    height: calc(184 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.c-postBox__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  min-height: 72px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .c-postBox__textBox__title {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
    min-height: calc(72 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    min-height: 0;
  }
}

.c-postBox__textBox__infoBox {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .c-postBox__textBox__infoBox {
    margin-top: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__textBox__infoBox {
    margin-bottom: calc(-8 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-postBox__textBox__infoBox__pubDate {
  color: #929292;
  font-size: 14px;
  margin-right: 20px;
  padding-top: 4px;
}

@media screen and (max-width: 1199px) {
  .c-postBox__textBox__infoBox__pubDate {
    font-size: calc(14 / 1200 * 100vw);
    margin-right: calc(20 / 1200 * 100vw);
    padding-top: calc(4 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__textBox__infoBox__pubDate {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    padding-top: calc(6 / 375 * 100vw);
  }
}

.c-postBox__textBox__infoBox__tagList>ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c-postBox__textBox__infoBox__tagList>ul>li {
  background-color: var(--color-main);
  border-radius: 100px;
  color: var(--color-white);
  font-size: 12px;
  padding: 4px 16px;
}

@media screen and (max-width: 1199px) {
  .c-postBox__textBox__infoBox__tagList>ul>li {
    border-radius: calc(100 / 1200 * 100vw);
    font-size: calc(12 / 1200 * 100vw);
    padding: calc(4 / 1200 * 100vw) calc(16 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__textBox__infoBox__tagList>ul>li {
    border-radius: calc(100 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw) calc(17 / 375 * 100vw);
  }
}

.c-postBox__textBox__infoBox__tagList>ul>li+li {
  margin-left: 8px;
}

@media screen and (max-width: 1199px) {
  .c-postBox__textBox__infoBox__tagList>ul>li+li {
    margin-left: calc(8 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox__textBox__infoBox__tagList>ul>li+li {
    margin-left: calc(0 / 375 * 100vw);
  }
}

.c-pageTitle {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .c-pageTitle {
    margin-bottom: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-pageTitle {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.c-pageTitle.is-inviewed .c-pageTitle__ja,
.c-pageTitle.is-inviewed .c-pageTitle__en {
  opacity: 1;
  transform: translateY(0px);
}

.c-pageTitle__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transform: translateY(100%);
  transition: 0.5s;
}

@media screen and (max-width: 1199px) {
  .c-pageTitle__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-pageTitle__ja {
    font-size: calc(16 / 375 * 100vw);
  }
}

.c-pageTitle__ja__wrapper {
  overflow: hidden;
}

.c-pageTitle__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 97px;
  margin-top: 15px;
  text-align: center;
  transform: translateY(100%);
  transition: 0.5s;
}

@media screen and (max-width: 1199px) {
  .c-pageTitle__en {
    font-size: calc(80 / 1200 * 100vw);
    line-height: calc(97 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-pageTitle__en {
    font-size: calc(52 / 375 * 100vw);
    line-height: calc(63 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-pageTitle__en__wrapper {
  overflow: hidden;
}

.c-postBox2 {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 10px;
}

@media screen and (max-width: 1439px) {
  .c-postBox2 {
    padding-left: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox2 {
    display: block;
    padding-left: calc(0 / 375 * 100vw);
  }
}

.c-postBox2__infoBox {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  margin-right: 15px;
}

@media screen and (max-width: 1439px) {
  .c-postBox2__infoBox {
    margin-right: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox2__infoBox {
    flex-direction: row;
    justify-content: flex-start;
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.c-postBox2__infoBox__pubDate {
  color: #474747;
  flex-shrink: 0;
  font-size: 12px;
  margin-right: 15px;
  width: 63px;
}

@media screen and (max-width: 1439px) {
  .c-postBox2__infoBox__pubDate {
    font-size: calc(12 / 1440 * 100vw);
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(63 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox2__infoBox__pubDate {
    font-size: calc(14 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    width: auto;
  }
}

.c-postBox2__infoBox__tag {
  align-items: center;
  background-color: #191692;
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  flex-shrink: 0;
  font-size: 8px;
  justify-content: center;
  padding: 5px 16px;
}

@media screen and (max-width: 1439px) {
  .c-postBox2__infoBox__tag {
    border-radius: calc(20 / 1440 * 100vw);
    font-size: calc(8 / 1440 * 100vw);
    padding: calc(5 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox2__infoBox__tag {
    border-radius: calc(20 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}

.c-postBox2__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 12px;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .c-postBox2__title {
    font-size: calc(12 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-postBox2__title {
    -webkit-line-clamp: 2;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

header h1 {
  display: none;
}

.p-header {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  height: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .p-header {
    box-shadow: 0px 0px calc(15 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
    height: calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    box-shadow: none;
    height: calc(80 / 375 * 100vw);
  }
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 1199px) {
  .p-header__inner {
    padding: 0 calc(40 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(16 / 375 * 100vw);
  }
}

.p-header__logoBox a {
  display: block;
}

.p-header__logoBox__logo {
  background-image: url(logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  content: "";
  display: block;
  height: 90px;
  width: 190px;
}

@media screen and (max-width: 1199px) {
  .p-header__logoBox__logo {
    height: calc(36 / 1200 * 100vw);
    width: calc(124 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    height: calc(29 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
}

.p-header__navList {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-header__navList {
    display: none;
  }
}

.p-header__navList>ul {
  align-items: center;
  display: flex;
}

.p-header__navList>ul>li {
  position: relative;
}

.p-header__navList>ul>li+li {
  margin-left: 40px;
}

@media screen and (max-width: 1199px) {
  .p-header__navList>ul>li+li {
    margin-left: calc(40 / 1200 * 100vw);
  }
}

.p-header__navList__menuBox__text {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .p-header__navList__menuBox__text {
    font-size: calc(14 / 1200 * 100vw);
  }
}

.p-header__navList__menuBox__text a {
  padding: 20px 0;
}

@media screen and (max-width: 1199px) {
  .p-header__navList__menuBox__text a {
    padding: calc(20 / 1200 * 100vw) 0;
  }
}

.p-header__navList__menuBox__text a.button {
  align-items: center;
  background-color: #0706C1;
  border-radius: 20px;
  color: var(--color-white);
  display: flex;
  height: 39px;
  justify-content: center;
  padding: 0;
  width: 132px;
}

.p-header__navList__menuBox__text a.btn-white {
  color: var(--zls-blue) !important;
  border: thin solid var(--zls-blue);
  background-color: var(--color-white);
  box-sizing: border-box;
}


@media screen and (max-width: 1199px) {
  .p-header__navList__menuBox__text a.button {
    border-radius: calc(20 / 1200 * 100vw);
    height: calc(39 / 1200 * 100vw);
    width: calc(132 / 1200 * 100vw);
  }
}

.p-header__navList__menuBox__subNavList {
  background-color: var(--color-white);
  border-radius: 8px;
  display: none;
  left: 0;
  min-width: 200px;
  position: absolute;
  top: 30px;
}

@media screen and (max-width: 1199px) {
  .p-header__navList__menuBox__subNavList {
    border-radius: calc(8 / 1200 * 100vw);
    min-width: calc(200 / 1200 * 100vw);
    top: calc(30 / 1200 * 100vw);
  }
}

.p-header__navList__menuBox__subNavList>ul>li {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .p-header__navList__menuBox__subNavList>ul>li {
    font-size: calc(14 / 1200 * 100vw);
  }
}

.p-header__navList__menuBox__subNavList a {
  color: var(--color-black) !important;
  display: block;
  padding: 15px 16px;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  .p-header__navList__menuBox__subNavList a {
    padding: calc(15 / 1200 * 100vw) calc(16 / 1200 * 100vw);
  }
}

.p-header__langList {
  margin-left: 40px;
}

@media screen and (max-width: 1199px) {
  .p-header__langList {
    margin-left: calc(40 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__langList {
    margin-left: auto;
  }
}

.p-header__langList>ul {
  align-items: center;
  display: flex;
}

.p-header__langList>ul>li {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .p-header__langList>ul>li {
    font-size: calc(14 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__langList>ul>li {
    font-size: calc(20 / 375 * 100vw);
  }
}

.p-header__langList>ul>li+li::before {
  content: "|";
  font-weight: normal;
  margin-left: 4px;
  margin-right: 1px;
}

@media screen and (max-width: 1199px) {
  .p-header__langList>ul>li+li::before {
    margin-left: calc(4 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__langList>ul>li+li::before {
    margin-left: calc(4 / 375 * 100vw);
  }
}

.p-header__langList>ul>li.is-current {
  font-weight: bold;
}

.p-header__hamburger {
  background-image: url(icon_hamburger.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: none;
  height: calc(24 / 375 * 100vw);
  margin-left: calc(20 / 375 * 100vw);
  width: calc(24 / 375 * 100vw);
}

@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header.is-clone {
  background: var(--color-white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  opacity: 0.95;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  .p-header.is-clone {
    box-shadow: calc(0 / 1200 * 100vw) calc(0 / 1200 * 100vw) calc(15 / 1200 * 100vw) rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .p-header.is-clone {
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}

.p-header.is-clone .p-header__logoBox__logo {
  background-image: url(logo.png);
}

.p-header.is-clone .p-header__navList a,
.p-header.is-clone .p-header__langList a,
.p-header.is-clone .p-header__langList>ul>li+li::before {
  color: var(--color-black);
}

.p-header.is-clone .p-header__navList a.button {
  color: var(--color-white);
}

.p-header.is-clone .p-header__hamburger {
  background-image: url(icon_hamburger.svg);
}

.p-header.is-clone.is-show {
  transform: translateY(0);
}

.p-mainVisual {
/*  border-bottom: 10px solid rgba(0, 24, 255, 0.5); */
  height: 820px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual {
    border-bottom: calc(10 / 1440 * 100vw) solid rgba(0, 24, 255, 0.5);
    height: calc(820 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual {
    border-bottom: calc(10 / 375 * 100vw) solid rgba(0, 24, 255, 0.5);
    height: calc(585 / 375 * 100vw);
  }
}

.p-mainVisual::before {
  background-color: rgba(0, 24, 255, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-mainVisual video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: -2;
}

.p-mainVisual video::before {
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-mainVisual__inner {
  padding-left: 83px;
  padding-top: 180px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    padding-left: calc(83 / 1440 * 100vw);
    padding-top: calc(180 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    box-sizing: border-box;
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    width: 100%;
  }
}

.p-mainVisual__textBox__text1 {
  color: var(--color-white);
  font-family: "Inter";
  font-size: 135px;
  font-style: normal;
  font-weight: 700;
  line-height: 140px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__textBox__text1 {
    font-size: calc(135 / 1440 * 100vw);
    line-height: calc(140 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__text1 {
    font-size: calc(65 / 375 * 100vw);
    line-height: calc(83 / 375 * 100vw);
  }
}

.p-mainVisual__textBox__text3 {
  color: var(--color-white);
  font-size: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__textBox__text3 {
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__text3 {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(31 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-mainVisual__textBox__button {
  margin-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__textBox__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button {
    margin-top: calc(45 / 375 * 100vw);
  }
}

.p-mainVisual__textBox__button a {
  align-items: center;
  border: 2px solid var(--color-white);
  border-radius: 30px;
  color: var(--color-white);
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 424px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__textBox__button a {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
    width: calc(424 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button a {
    background-color: var(--color-white);
    border-radius: calc(40 / 375 * 100vw);
    color: var(--color-black);
    font-size: calc(22 / 375 * 100vw);
    height: calc(65 / 375 * 100vw);
    letter-spacing: 0;
    width: 100%;
  }
}

.p-mainVisual__textBox__button a::after {
  background-image: url(../images/icon_arrow_mainvisual_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  margin: auto 0;
  position: absolute;
  right: 70px;
  top: 0;
  width: 17px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual__textBox__button a::after {
    height: calc(16 / 1440 * 100vw);
    right: calc(70 / 1440 * 100vw);
    width: calc(17 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__textBox__button a::after {
    background-image: url(../images/icon_arrow_mainvisual_button_black.svg);
    height: calc(20 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-mainVisual #scroll-wrapper {
  bottom: 65px;
  position: absolute;
  right: 30px;
  z-index: 9;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual #scroll-wrapper {
    bottom: calc(65 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual #scroll-wrapper {
    bottom: calc(65 / 375 * 100vw);
    display: none;
    right: calc(30 / 375 * 100vw);
  }
}

.p-mainVisual #scroll-down {
  display: block;
  padding-top: 65px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual #scroll-down {
    padding-top: calc(65 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual #scroll-down {
    padding-top: calc(65 / 375 * 100vw);
  }
}

.p-mainVisual #scroll-title {
  color: var(--color-white);
  display: block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
  text-align: center;
  transform: rotate(90deg);
}

@media screen and (max-width: 1439px) {
  .p-mainVisual #scroll-title {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual #scroll-title {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
}

.p-mainVisual #scroll-down::before {
  -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  background: #FFF;
  content: "";
  height: 70px;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 1px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisual #scroll-down::before {
    height: calc(70 / 1440 * 100vw);
    top: calc(0 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual #scroll-down::before {
    height: calc(70 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}

@-webkit-keyframes elasticus {
  0% {
    transform: scale(1, 0);
    transform-origin: 0% 0%;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0% 0%;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0% 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0% 100%;
  }
}

@keyframes elasticus {
  0% {
    transform: scale(1, 0);
    transform-origin: 0% 0%;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0% 0%;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0% 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0% 100%;
  }
}

.p-mainVisual__wrapper {
  position: relative;
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 8px;
}

@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: calc(8 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: calc(8 / 375 * 100vw);
  }
}

.p-news {
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-news {
    margin-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news {
    margin-top: calc(75 / 375 * 100vw);
  }
}

.p-news__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-news__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

.p-news__title {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-news__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-news__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-news__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-news__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-news__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-news__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-news__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-news__title__readmore a {
  color: var(--color-main);
}

.p-news__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-news__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-news__title__readmore a:hover {
  opacity: 1;
}

.p-news__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-news__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

.p-news__title__readmore {
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .p-news__title__readmore {
    font-size: calc(18 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title__readmore {
    display: none;
    font-size: calc(18 / 375 * 100vw);
  }
}

.p-news__title__readmore a::after {
  height: 10px;
  margin-left: 7px;
  width: 13px;
}

@media screen and (max-width: 1199px) {
  .p-news__title__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(7 / 1200 * 100vw);
    width: calc(13 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}

.p-news__postList>ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-news__postList>ul {
    display: block;
  }
}

.p-news__postList>ul>li {
  margin-left: 32px;
  margin-top: 60px;
  width: 352px;
}

@media screen and (max-width: 1199px) {
  .p-news__postList>ul>li {
    margin-left: calc(32 / 1200 * 100vw);
    margin-top: calc(60 / 1200 * 100vw);
    width: calc(352 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__postList>ul>li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}

.p-news__postList>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

.p-news__postList>ul>li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-news__postList>ul>li:nth-child(-n+3) {
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__postList>ul>li:first-child {
    margin-top: 0;
  }
}

.p-news__postList a {
  color: var(--color-black);
}

.p-news__postList a:hover {
  opacity: 1;
}

.p-news__postList a:hover .c-postBox__thumbnail__image {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .p-news__postList a:hover .c-postBox__thumbnail__image {
    transform: scale(1);
  }
}

.p-news__readmore {
  display: none;
  font-family: "Inter";
  font-size: calc(27 / 375 * 100vw);
  font-style: normal;
  font-weight: 500;
  margin-top: calc(35 / 375 * 100vw);
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-news__readmore {
    display: block;
  }
}

.p-news__readmore a {
  color: var(--color-main);
}

.p-news__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: calc(19 / 375 * 100vw);
  margin-left: calc(10 / 375 * 100vw);
  transform: translateY(-1px);
  width: calc(21 / 375 * 100vw);
}

.page-top .p-news__inner {
  padding: 0;
}

.p-banner__inner {
  padding-bottom: 100px;
  padding-bottom: 120px;
  padding-top: 100px;
  padding-top: 120px;
}

@media screen and (max-width: 1199px) {
  .p-banner__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-banner__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-banner__inner {
    padding-bottom: calc(120 / 1200 * 100vw);
    padding-top: calc(120 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-banner__inner {
    padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(55 / 375 * 100vw);
  }
}

.p-banner__bannerList>ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-banner__bannerList>ul {
    display: block;
  }
}

.p-banner__bannerList>ul>li {
  width: 352px;
}

.p-banner__bannerList>ul>li img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-banner__bannerList>ul>li {
    width: calc(352 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-banner__bannerList>ul>li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-banner__bannerList>ul>li+li {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-banner__bannerList a {
  display: block;
}

.p-footer {
  background-color: var(--color-bg2);
}

.p-footer__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 80px 15px 80px;
  position: relative;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding: calc(80 / 1440 * 100vw) calc(80 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(80 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding: calc(60 / 375 * 100vw) calc(25 / 375 * 100vw);
    width: 100%;
  }
}

.p-footer__logoBox__logo {
  width: 124px;
}

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

@media screen and (max-width: 1439px) {
  .p-footer__logoBox__logo {
    width: calc(124 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logoBox__logo {
    margin-bottom: calc(60 / 375 * 100vw);
    width: calc(124 / 375 * 100vw);
  }
}

.p-footer__logoBox__logo a {
  display: block;
}

.p-footer__logoBox__text1 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 1439px) {
  .p-footer__logoBox__text1 {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logoBox__text1 {
    display: none;
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-footer__logoBox__text2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 1439px) {
  .p-footer__logoBox__text2 {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logoBox__text2 {
    display: none;
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}

.p-footer__navList {
  position: absolute;
  right: 80px;
  top: 80px;
}

@media screen and (max-width: 1439px) {
  .p-footer__navList {
    top: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navList {
    position: static;
    top: calc(80 / 375 * 100vw);
  }
}

.p-footer__navList>ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-footer__navList>ul {
    display: block;
  }
}

.p-footer__navList>ul>li+li {
  margin-left: 52px;
}

@media screen and (max-width: 1439px) {
  .p-footer__navList>ul>li+li {
    margin-left: calc(52 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navList>ul>li+li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-footer__navList__subNavList>ul>li {
  color: var(--color-white);
  font-size: 14px;
}

@media screen and (max-width: 1439px) {
  .p-footer__navList__subNavList>ul>li {
    font-size: calc(14 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navList__subNavList>ul>li {
    font-size: calc(16 / 375 * 100vw);
  }
}

.p-footer__navList__subNavList>ul>li+li {
  margin-top: 20px;
}

@media screen and (max-width: 1439px) {
  .p-footer__navList__subNavList>ul>li+li {
    margin-top: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navList__subNavList>ul>li+li {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-footer__navList__subNavList>ul>li:first-child {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1439px) {
  .p-footer__navList__subNavList>ul>li:first-child {
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__navList__subNavList>ul>li:first-child {
    font-size: calc(18 / 375 * 100vw);
  }
}

.p-footer__navList a {
  color: var(--color-white);
}

.p-footer__contact {
  left: 80px;
  position: absolute;
  top: 135px;
}

@media screen and (max-width: 1439px) {
  .p-footer__contact {
    left: calc(80 / 1440 * 100vw);
    top: calc(135 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact {
    left: calc(80 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    position: static;
    top: calc(135 / 375 * 100vw);
  }
}

.p-footer__contact a {
  align-items: center;
  border: 2px solid var(--color-white);
  border-radius: 30px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  width: 192px;
}

@media screen and (max-width: 1439px) {
  .p-footer__contact a {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(42 / 1440 * 100vw);
    width: calc(192 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact a {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    margin: 0 auto;
    width: calc(320 / 375 * 100vw);
  }

  .p-footer__contact a a {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 30px;
    color: var(--color-black);
    display: block;
    display: flex;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 130px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-footer__contact a a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contact a a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact a a::after {
    background-image: url(../images/icon_arrow_button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    margin-left: 8px;
    transition: 0.3s;
    width: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-footer__contact a a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contact a a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__contact a a:hover {
    opacity: 1;
  }

  .p-footer__contact a a:hover::after {
    transform: translateX(5px);
  }
}

@media screen and (max-width: 767px) and (max-width: 1199px) {
  .p-footer__contact a a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer__contact a a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-footer__contact a::after {
  background-image: url(icon_arrow_button_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: none;
  height: calc(19 / 375 * 100vw);
  margin-left: calc(10 / 375 * 100vw);
  width: calc(20 / 375 * 100vw);
}

@media screen and (max-width: 767px) {
  .p-footer__contact a::after {
    display: block;
  }
}

.p-footer__menuList {
  margin-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-footer__menuList {
    margin-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menuList {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-footer__menuList>ul>li {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 1439px) {
  .p-footer__menuList>ul>li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menuList>ul>li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}

.p-footer__menuList>ul>li+li {
  margin-top: 12px;
}

@media screen and (max-width: 1439px) {
  .p-footer__menuList>ul>li+li {
    margin-top: calc(12 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__menuList>ul>li+li {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-footer__menuList a {
  color: rgba(255, 255, 255, 0.6);
}

.p-footer__copyright {
  align-items: center;
  color: var(--color-white);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: center;
  margin-top: 150px;
}

@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    margin-top: calc(150 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(14 / 375 * 100vw);
    height: auto;
    justify-content: flex-start;
    margin-top: calc(12 / 375 * 100vw);
  }
}

.p-ceo__inner {
  padding-bottom: 120px;
  padding-top: 180px;
}

@media screen and (max-width: 1199px) {
  .p-ceo__inner {
    padding-bottom: calc(120 / 1200 * 100vw);
    padding-top: calc(180 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}

.p-ceo__imageBox__image {
  background-image: url(../images/ceo_image.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 490px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-ceo__imageBox__image {
    height: calc(490 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__imageBox__image {
    background-image: url(../images/ceo_image_sp.png);
    height: calc(400 / 375 * 100vw);
  }
}

.p-ceo__content__inner {
  margin: 0 auto;
  padding: 120px 0;
  width: 736px;
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__inner {
    padding: calc(120 / 1200 * 100vw) 0;
    width: calc(736 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__inner {
    padding: calc(60 / 375 * 100vw) 0;
    width: 100%;
  }
}

.p-ceo__content__title {
  color: var(--color-black);
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__title {
    font-size: calc(32 / 1200 * 100vw);
    line-height: calc(60 / 1200 * 100vw);
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__title {
    font-size: calc(32 / 375 * 100vw);
    line-height: calc(50 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-ceo__content__textBox__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
  line-height: 30px;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__textBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__textBox__text {
    line-height: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__textBox__text {
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-ceo__content__textBox__nameBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__textBox__nameBox {
    margin-top: calc(50 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__textBox__nameBox {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-ceo__content__textBox__nameBox__title {
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
  margin-right: 20px;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__textBox__nameBox__title {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__textBox__nameBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__textBox__nameBox__title {
    margin-right: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__textBox__nameBox__title {
    margin-right: calc(20 / 375 * 100vw);
  }
}

.p-ceo__content__textBox__nameBox__name {
  color: var(--color-black);
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .p-ceo__content__textBox__nameBox__name {
    font-size: calc(16 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ceo__content__textBox__nameBox__name {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-history {
  background-color: var(--color-bg3);
}

@media screen and (max-width: 767px) {
  .p-history .l-container {
    padding: 0;
  }
}

.p-history__inner {
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 928px;
}

@media screen and (max-width: 1199px) {
  .p-history__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-history__inner {
    width: calc(928 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__inner {
    width: 100%;
  }
}

.p-history__title {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-history__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-history__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-history__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-history__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-history__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-history__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-history__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-history__title__readmore a {
  color: var(--color-main);
}

.p-history__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-history__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-history__title__readmore a:hover {
  opacity: 1;
}

.p-history__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-history__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 767px) {
  .p-history__title {
    padding: 0 calc(20 / 375 * 100vw);
  }
}

.p-history__historyList>ul>li {
  padding: 50px 20px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList>ul>li {
    padding: calc(50 / 1200 * 100vw) calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList>ul>li {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.p-history__historyList>ul>li+li {
  border-top: 1px solid var(--color-border);
}

.p-history__historyList__historyBox {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox {
    display: block;
  }
}

.p-history__historyList__historyBox__year {
  color: var(--color-main);
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__year {
    font-size: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__year {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList {
  width: 759px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList {
    width: calc(759 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList {
    width: 100%;
  }
}

.p-history__historyList__historyBox__subHistoryList>ul>li+li {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList>ul>li+li {
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList>ul>li+li {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList__subHistoryBox {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__subHistoryBox {
    align-items: center;
  }
}

.p-history__historyList__historyBox__subHistoryList__subHistoryBox__month {
  color: var(--color-black);
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__subHistoryBox__month {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__subHistoryBox__month {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList__subHistoryBox__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 30px;
  width: 710px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__subHistoryBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    width: calc(710 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__subHistoryBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox a {
  display: block;
}

.p-history__historyList__historyBox__subHistoryList__postBox a:hover {
  opacity: 1;
}

.p-history__historyList__historyBox__subHistoryList__postBox a:hover .p-history__historyList__historyBox__subHistoryList__postBox__inner {
  box-shadow: 0px 4px 20px 0px rgba(12, 44, 148, 0.1);
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox a:hover .p-history__historyList__historyBox__subHistoryList__postBox__inner {
    box-shadow: calc(0 / 1200 * 100vw) calc(4 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(0 / 1200 * 100vw) rgba(12, 44, 148, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox a:hover .p-history__historyList__historyBox__subHistoryList__postBox__inner {
    box-shadow: none;
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox__inner {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__inner {
    border-radius: calc(12 / 1200 * 100vw);
    padding: calc(32 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__inner {
    border-radius: calc(8 / 375 * 100vw);
    display: block;
    padding: calc(16 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 144px;
  width: 256px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__thumbnail {
    height: calc(144 / 1200 * 100vw);
    width: calc(256 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__thumbnail {
    border-radius: calc(8 / 375 * 100vw);
    height: calc(144 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    width: 100%;
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox__textBox {
  width: 406px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox {
    width: calc(406 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox {
    width: 100%;
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox__textBox__tag {
  background-color: var(--color-main);
  border-radius: 100px;
  color: var(--color-white);
  display: inline-block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 16px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox__tag {
    border-radius: calc(100 / 1200 * 100vw);
    font-size: calc(12 / 1200 * 100vw);
    margin-bottom: calc(12 / 1200 * 100vw);
    padding: calc(4 / 1200 * 100vw) calc(16 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox__tag {
    border-radius: calc(100 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox__textBox__title {
  color: var(--color-black);
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox__title {
    font-size: calc(16 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.p-history__historyList__historyBox__subHistoryList__postBox__textBox__pubDate {
  color: var(--color-main2);
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 1199px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox__pubDate {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(8 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-history__historyList__historyBox__subHistoryList__postBox__textBox__pubDate {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}

.page-visionValue {
  text-align: left;
}

.p-vv__inner {
  padding-bottom: 120px;
  padding-bottom: 0;
  padding-top: 180px;
}

@media screen and (max-width: 1199px) {
  .p-vv__inner {
    padding-bottom: calc(120 / 1200 * 100vw);
    padding-top: calc(180 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-vv__inner {
    padding-bottom: 0;
  }
}

.p-vv__imageBox__image {
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 490px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-vv__imageBox__image {
    height: calc(490 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__imageBox__image {
    height: calc(400 / 375 * 100vw);
  }

  .vv_wide_image {
    height: 484px;
    width: auto;
    object-fit: cover;
  }
}

.p-vv__imageBox--vision .p-vv__imageBox__image {
  background-image: url(../images/vv_image_vision.png);
}

@media screen and (max-width: 767px) {
  .p-vv__imageBox--vision .p-vv__imageBox__image {
    background-image: url(../images/vv_image_vision_sp.png);
  }
}

.p-vv__imageBox--values {
  background-color: var(--color-bg4);
  padding: 60px 0;
}

@media screen and (max-width: 1199px) {
  .p-vv__imageBox--values {
    padding: calc(60 / 1200 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-vv__imageBox--values {
    background-color: transparent;
    padding: calc(0 / 375 * 100vw) 0;
  }
}

.p-vv__imageBox--values .p-vv__imageBox__image {
  background-image: url(../images/vv_image_values.png);
}

@media screen and (max-width: 767px) {
  .p-vv__imageBox--values .p-vv__imageBox__image {
    background-image: url(../images/vv_image_values_sp.png);
  }
}

.p-vv__content__inner {
  margin: 0 auto;
  padding: 120px 0;
  width: 854px;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__inner {
    padding: calc(120 / 1200 * 100vw) 0;
    width: calc(854 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__inner {
    padding: calc(60 / 375 * 100vw) 0;
    width: 100%;
  }
}

.p-vv__content__titleBox__title {
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__titleBox__title {
    font-size: calc(20 / 1200 * 100vw);
    margin-bottom: calc(25 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__titleBox__title {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-vv__content__titleBox__title+h2 {
  display: none;
}

.p-vv__content__titleBox__text {
  color: var(--color-black);
  /*font-family: "Inter";*/
  font-size: 52px;
  font-style: normal;
  font-weight: bold;
  line-height: 84px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__titleBox__text {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(84 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__titleBox__text {
    font-size: calc(40 / 375 * 100vw);
    line-height: calc(60 / 375 * 100vw);
  }
}

.p-vv__content__titleBox__sub {
  color: var(--color-main);
  font-size: 20px;
  font-weight: bold;
  line-height: 52px;
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__titleBox__sub {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__titleBox__sub {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-vv__content__text {
  color: var(--color-black);
  font-size: 1em !important;
  line-height: 2em;
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    margin-top: calc(40 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-vv__content__valueList>ul>li+li {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__valueList>ul>li+li {
    margin-top: calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList>ul>li+li {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-vv__content__valueList__valueBox__title {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__valueList__valueBox__title {
    font-size: calc(52 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList__valueBox__title {
    font-size: calc(40 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-vv__content__valueList__valueBox__text {
  color: var(--color-main);
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__valueList__valueBox__text {
    font-size: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList__valueBox__text {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    text-align: left;
  }
}
/*
.p-vv__content__valueList__valueBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  content: "";
  display: block;
  height: 220px;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .p-vv__content__valueList__valueBox__thumbnail {
    border-radius: calc(12 / 1200 * 100vw);
    height: calc(220 / 1200 * 100vw);
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList__valueBox__thumbnail {
    border-radius: calc(12 / 375 * 100vw);
    height: calc(184 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-vv__content__valueList__valueBox--value1 .p-vv__content__valueList__valueBox__thumbnail {
  background-image: url(../images/thumbnail_value_1.png);
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList__valueBox--value1 .p-vv__content__valueList__valueBox__thumbnail {
    background-image: url(../images/thumbnail_value_1_sp.png);
  }
}

.p-vv__content__valueList__valueBox--value2 .p-vv__content__valueList__valueBox__thumbnail {
  background-image: url(../images/thumbnail_value_2.png);
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList__valueBox--value2 .p-vv__content__valueList__valueBox__thumbnail {
    background-image: url(../images/thumbnail_value_2_sp.png);
  }
}

.p-vv__content__valueList__valueBox--value3 .p-vv__content__valueList__valueBox__thumbnail {
  background-image: url(../images/thumbnail_value_3.png);
}

@media screen and (max-width: 767px) {
  .p-vv__content__valueList__valueBox--value3 .p-vv__content__valueList__valueBox__thumbnail {
    background-image: url(../images/thumbnail_value_3_sp.png);
  }
}
*/
.p-vv__flowThumbnail {
  background-color: var(--color-bg4);
  overflow: hidden;
  padding-bottom: 120px;
}

@media screen and (max-width: 1199px) {
  .p-vv__flowThumbnail {
    padding-bottom: calc(120 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__flowThumbnail {
    background-color: transparent;
    padding-bottom: calc(60 / 375 * 100vw);
  }
}

.p-vv__flowThumbnail__inner {
  background-color: var(--color-white);
}

.p-vv__flowThumbnail__thumbnailList {
  align-items: center;
  display: flex;
  margin: 0 -50vw;
}

.p-vv__flowThumbnail__thumbnailList>ul {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

/*
.p-vv__flowThumbnail__thumbnailList>ul:first-child {
  -webkit-animation: loop 800s -600s linear infinite;
  animation: loop 800s -600s linear infinite;
}

.p-vv__flowThumbnail__thumbnailList>ul:last-child {
  -webkit-animation: loop2 1200s linear infinite;
  animation: loop2 1200s linear infinite;
}
*/
.p-vv__flowThumbnail__thumbnailList>ul>li {
  flex-shrink: 0;
/*  margin-left: 25px;*/
}

@media screen and (max-width: 1199px) {
  .p-vv__flowThumbnail__thumbnailList>ul>li {
    margin-left: calc(25 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__flowThumbnail__thumbnailList>ul>li {
    margin-left: calc(25 / 375 * 100vw);
  }
}

.p-vv__flowThumbnail__thumbnailList__thumbnail {
  height: 210px;
  width: auto;
}

@media screen and (max-width: 1199px) {
  .p-vv__flowThumbnail__thumbnailList__thumbnail {
    height: calc(210 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__flowThumbnail__thumbnailList__thumbnail {
    height: calc(210 / 375 * 100vw);
  }
}

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

.p-vv__flowThumbnail__thumbnailList+.p-vv__flowThumbnail__thumbnailList {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .p-vv__flowThumbnail__thumbnailList+.p-vv__flowThumbnail__thumbnailList {
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-vv__flowThumbnail__thumbnailList+.p-vv__flowThumbnail__thumbnailList {
    margin-top: calc(30 / 375 * 100vw);
  }
}
/*
.p-vv__flowThumbnail__thumbnailList--reverse>ul:first-child {
  -webkit-animation: loop3 1200s -600s linear infinite;
  animation: loop3 1200s -600s linear infinite;
}

.p-vv__flowThumbnail__thumbnailList--reverse>ul:last-child {
  -webkit-animation: loop4 1200s linear infinite;
  animation: loop4 1200s linear infinite;
}
*/
.p-recruit__inner {
  display: flex;
  height: 490px;
}

@media screen and (max-width: 1199px) {
  .p-recruit__inner {
    height: calc(490 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__inner {
    display: block;
    height: auto;
  }
}

.p-recruit__thumbnail {
  background-image: url(p_r.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-recruit__thumbnail {
    height: calc(264 / 375 * 100vw);
    width: 100%;
  }
}

.p-recruit__content {
  background: -webkit-linear-gradient(-90deg, #075CDC, #0501BF);
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-recruit__content {
    width: 100%;
  }
}

.p-recruit__content__inner {
  padding: 85px 50px;
  width: 620px;
}

@media screen and (max-width: 1439px) {
  .p-recruit__content__inner {
    width: calc(620 / 1440 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__inner {
    padding: calc(85 / 1200 * 100vw) calc(50 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__inner {
    padding: calc(60 / 375 * 100vw) calc(25 / 375 * 100vw) calc(60 / 375 * 100vw);
    width: auto;
  }
}

.p-recruit__content__title {
  margin-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-recruit__content__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-recruit__content__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-recruit__content__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-recruit__content__title__readmore a {
  color: var(--color-main);
}

.p-recruit__content__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-recruit__content__title__readmore a:hover {
  opacity: 1;
}

.p-recruit__content__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__title {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__title {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.p-recruit__content__title__ja {
  color: var(--color-white);
  text-align: left;
}

.p-recruit__content__title__en {
  color: var(--color-white);
  text-align: left;
}

.p-recruit__content__textBox__text1 {
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__textBox__text1 {
    font-size: calc(20 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__textBox__text1 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-recruit__content__textBox__text2 {
  color: var(--color-white);
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__textBox__text2 {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.p-recruit__content__readmore {
  margin-top: 30px;
}

.p-recruit__content__readmore a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__readmore a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__readmore a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruit__content__readmore a::after {
  background-image: url(icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__readmore a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-recruit__content__readmore a:hover {
  opacity: 1;
}

.p-recruit__content__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__readmore a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__readmore a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-recruit__content__readmore {
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__content__readmore {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-recruit__content__readmore a {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-recruit__content__readmore a {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-team__inner {
  padding-bottom: 120px;
  padding-bottom: 0;
  padding-top: 180px;
}

@media screen and (max-width: 1199px) {
  .p-team__inner {
    padding-bottom: calc(120 / 1200 * 100vw);
    padding-top: calc(180 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}

@media screen and (max-width: 1199px) {
  .p-team__inner {
    padding-bottom: 0;
  }
}

.p-team__imageBox__image {
  background-image: url(../images/team_image.png);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 490px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-team__imageBox__image {
    height: calc(490 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__imageBox__image {
    background-image: url(../images/team_image_sp.png);
    height: calc(400 / 375 * 100vw);
  }
}

.p-team__member__inner {
  margin: 0 auto;
  padding: 120px 0;
  width: 928px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__inner {
    padding: calc(120 / 1200 * 100vw) 0;
    width: calc(928 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__inner {
    padding: calc(70 / 375 * 100vw) 0;
    width: 100%;
  }
}

.p-team__member__title {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-team__member__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-team__member__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-team__member__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-team__member__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-team__member__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-team__member__title__readmore a {
  color: var(--color-main);
}

.p-team__member__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-team__member__title__readmore a:hover {
  opacity: 1;
}

.p-team__member__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-team__member__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

.p-team__member__memberList>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList>ul {
    display: block;
  }
}

.p-team__member__memberList>ul>li {
  margin-top: 100px;
  width: 448px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__memberList>ul>li {
    margin-top: calc(100 / 1200 * 100vw);
    width: calc(448 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList>ul>li {
    margin-top: calc(40 / 375 * 100vw);
    width: 100%;
  }
}

.p-team__member__memberList>ul>li:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList>ul>li:nth-child(-n+2) {
    margin-top: calc(40 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList>ul>li:first-child {
    margin-top: 0;
  }
}

.p-team__member__memberList a {
  display: block;
}

.p-team__member__memberList a:hover {
  opacity: 1;
}

.p-team__member__memberList a:hover .p-team__member__memberList__memberBox__thumbnail img {
  transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList a:hover .p-team__member__memberList__memberBox__thumbnail img {
    transform: scale(1);
  }
}

.p-team__member__memberList__memberBox__thumbnail {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

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

@media screen and (max-width: 1199px) {
  .p-team__member__memberList__memberBox__thumbnail {
    border-radius: calc(12 / 1200 * 100vw);
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList__memberBox__thumbnail {
    border-radius: calc(8 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-team__member__memberList__memberBox__thumbnail img {
  transition: 0.3s;
}

.p-team__member__memberList__memberBox__textBox__title {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__memberList__memberBox__textBox__title {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(5 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList__memberBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-team__member__memberList__memberBox__textBox__name {
  align-items: flex-end;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList__memberBox__textBox__name {
    align-items: center;
  }
}

.p-team__member__memberList__memberBox__textBox__name__ja {
  color: var(--color-black);
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .p-team__member__memberList__memberBox__textBox__name__ja {
    font-size: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList__memberBox__textBox__name__ja {
    font-size: calc(24 / 375 * 100vw);
  }
}

.p-team__member__memberList__memberBox__textBox__name__en {
  color: var(--color-main2);
  font-size: 18px;
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .p-team__member__memberList__memberBox__textBox__name__en {
    font-size: calc(18 / 1200 * 100vw);
    margin-left: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-team__member__memberList__memberBox__textBox__name__en {
    font-size: calc(18 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
  }
}

.p-holders__inner {
  margin: 0 auto;
  padding: 120px 0;
  width: 928px;
}

@media screen and (max-width: 1199px) {
  .p-holders__inner {
    padding: calc(120 / 1200 * 100vw) 0;
    width: calc(928 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__inner {
    padding: calc(70 / 375 * 100vw) 0;
    width: 100%;
  }
}

.p-holders__title {
  margin-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-holders__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-holders__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-holders__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-holders__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-holders__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-holders__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-holders__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-holders__title__readmore a {
  color: var(--color-main);
}

.p-holders__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-holders__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-holders__title__readmore a:hover {
  opacity: 1;
}

.p-holders__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-holders__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 1199px) {
  .p-holders__title {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-holders__text {
  color: var(--color-black);
  font-size: 16px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) {
  .p-holders__text {
    font-size: calc(16 / 1200 * 100vw);
    margin-bottom: calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__text {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-holders__logo {
  background-image: url(../images/holder_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 320px;
  width: 925px;
}

@media screen and (max-width: 1199px) {
  .p-holders__logo {
    height: calc(320 / 1200 * 100vw);
    width: calc(925 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__logo {
    background-image: url(../images/holder_logo_sp.png);
    height: calc(393 / 375 * 100vw);
    width: 100%;
  }
}

.p-holders__list {
  color: var(--color-main);
  font-size: 24px;
  font-weight: bold;
  line-height: 48px;
}

@media screen and (max-width: 1199px) {
  .p-holders__list {
    font-size: calc(24 / 1200 * 100vw);
    line-height: calc(48 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-holders__list {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
  }
}

.p-presskit__inner {
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 140px;
  width: 928px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__inner {
    padding-bottom: calc(120 / 1200 * 100vw);
    padding-top: calc(140 / 1200 * 100vw);
    width: calc(928 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(140 / 375 * 100vw);
    width: 100%;
  }
}

.p-presskit__title {
  margin-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-presskit__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-presskit__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-presskit__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-presskit__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-presskit__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-presskit__title__readmore a {
  color: var(--color-main);
}

.p-presskit__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-presskit__title__readmore a:hover {
  opacity: 1;
}

.p-presskit__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-presskit__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 1199px) {
  .p-presskit__title {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__title {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-presskit__text {
  color: var(--color-black);
  font-size: 16px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__text {
    font-size: calc(16 / 1200 * 100vw);
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.p-presskit__sectionList>ul>li+li {
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList>ul>li+li {
    margin-top: calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList>ul>li+li {
    margin-top: calc(80 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox {
    display: block;
  }
}

.p-presskit__sectionList__sectionBox__content {
  width: 460px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content {
    width: calc(460 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content {
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-presskit__sectionList__sectionBox__content__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__title {
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__title {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox__content__title__en {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__title__en {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(5 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__title__en {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox__content__title__ja {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__title__ja {
    font-size: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__title__ja {
    font-size: calc(24 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox__content__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox__content__download {
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__download {
    margin-top: calc(40 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__download {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox__content__download a {
  align-items: center;
  border: 1px solid var(--color-main);
  border-radius: 400px;
  color: var(--color-main);
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  padding: 12px 42px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__download a {
    border-radius: calc(400 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    padding: calc(12 / 1200 * 100vw) calc(42 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__download a {
    border-radius: calc(400 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(0 / 375 * 100vw);
    width: 100%;
  }
}

.p-presskit__sectionList__sectionBox__content__download a::before {
  background-image: url(../images/icon_download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin-right: 12px;
  width: 16px;
}

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__content__download a::before {
    height: calc(14 / 1200 * 100vw);
    margin-right: calc(12 / 1200 * 100vw);
    width: calc(16 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__content__download a::before {
    height: calc(14 / 375 * 100vw);
    margin-right: calc(12 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
  }
}

.p-presskit__sectionList__sectionBox__thumbnail {
  width: 352px;
}

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

@media screen and (max-width: 1199px) {
  .p-presskit__sectionList__sectionBox__thumbnail {
    width: calc(352 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-presskit__sectionList__sectionBox__thumbnail {
    width: 100%;
  }
}

.p-recruitVisual {
  height: 790px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual {
    height: calc(790 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual {
    height: calc(700 / 375 * 100vw);
    overflow: visible;
  }
}

.p-recruitVisual__inner {
  margin: 0 auto;
  padding-left: 100px;
  padding-top: 140px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__inner {
    padding-left: calc(100 / 1440 * 100vw);
    padding-top: calc(140 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__inner {
    padding-left: calc(24 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
    padding-top: calc(130 / 375 * 100vw);
  }
}

.p-recruitVisual__title {
  background-image: url(../images/recruitvisual_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  content: "";
  display: block;
  height: 390px;
  width: 739px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__title {
    height: calc(390 / 1440 * 100vw);
    width: calc(739 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__title {
    background-image: url(../images/recruitvisual_title_sp.svg);
    height: calc(171 / 375 * 100vw);
    width: calc(325 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup {
  margin-top: 25px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup {
    margin-top: calc(25 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup {
    margin-top: calc(70 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__textBox {
  align-items: center;
  display: flex;
}

.p-recruitVisual__linkGroup__textBox__icon {
  background: #0541DA;
  border-radius: 50%;
  height: 10px;
  margin-right: 10px;
  position: relative;
  width: 10px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__textBox__icon {
    height: calc(10 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__textBox__icon {
    height: calc(10 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__textBox__icon::before {
  -webkit-animation: ripple 1.5s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 1.5s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  background: inherit;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-recruitVisual__linkGroup__textBox__text {
  align-items: center;
  color: var(--color-white);
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    font-weight: normal;
  }
}

.p-recruitVisual__linkGroup__linkList {
  margin-top: 30px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__linkList {
    margin-top: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList>ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList>ul {
    display: block;
  }
}

.p-recruitVisual__linkGroup__linkList>ul>li+li {
  margin-left: 20px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__linkList>ul>li+li {
    margin-left: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList>ul>li+li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__button a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-recruitVisual__linkGroup__linkList__button a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-recruitVisual__linkGroup__linkList__button a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__button a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__button a:hover {
  opacity: 1;
}

.p-recruitVisual__linkGroup__linkList__button a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-recruitVisual__linkGroup__linkList__button a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__button a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-recruitVisual__linkGroup__linkList__button a {
  border-radius: 27px;
  color: var(--color-black);
  font-weight: bold;
  height: 54px;
  width: 170px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__linkList__button a {
    border-radius: calc(27 / 1440 * 100vw);
    height: calc(54 / 1440 * 100vw);
    width: calc(170 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__button a {
    border-radius: calc(27 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    margin: 0 auto;
    width: calc(240 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__button a::after {
    height: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__button--mid a {
  background: linear-gradient(101.45deg, #2057E4 9.76%, #1B05A5 46.1%);
  color: var(--color-white);
}

.p-recruitVisual__linkGroup__linkList__button--mid a::after {
  background-image: url(../images/icon_arrow_button_white.svg);
}

.p-recruitVisual__linkGroup__linkList__subLinkList {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 4px 6px -1px rgba(15, 23, 42, 0.1), 0px 2px 4px -1px rgba(15, 23, 42, 0.06);
  display: none;
  filter: drop-shadow(0px 0px 1px rgba(15, 23, 42, 0.06));
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  padding: 4px;
  width: 170px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__linkList__subLinkList {
    border-radius: calc(8 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw);
    width: calc(170 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__subLinkList {
    border-radius: calc(8 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__subLinkList>ul>li+li {
  margin-top: 4px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__linkList__subLinkList>ul>li+li {
    margin-top: calc(4 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__subLinkList>ul>li+li {
    margin-top: calc(4 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__subLinkList a {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__linkGroup__linkList__subLinkList a {
    border-radius: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__linkGroup__linkList__subLinkList a {
    border-radius: calc(8 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}

.p-recruitVisual__linkGroup__linkList__subLinkList a:hover {
  background-color: #DCDCDC;
  opacity: 1;
}

.p-recruitVisual__bgList {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-recruitVisual__bgList__swiper {
  height: 100%;
  width: 100%;
}

.p-recruitVisual__bgList__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 790px;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual__bgList__bg {
    height: calc(790 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__bgList__bg {
    height: calc(700 / 375 * 100vw);
  }
}

.p-recruitVisual__bgList__bg--1 {
  background-image: url(../images/recruitvisual_bg_1.png);
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__bgList__bg--1 {
    background-image: url(../images/recruitvisual_bg_1_sp.png);
  }
}

.p-recruitVisual__bgList__bg--2 {
  background-image: url(../images/recruitvisual_bg_2.png);
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__bgList__bg--2 {
    background-image: url(../images/recruitvisual_bg_1_sp.png);
  }
}

.p-recruitVisual__bgList__bg--3 {
  background-image: url(../images/recruitvisual_bg_3.png);
}

@media screen and (max-width: 767px) {
  .p-recruitVisual__bgList__bg--3 {
    background-image: url(../images/recruitvisual_bg_1_sp.png);
  }
}

.p-recruitVisual #scroll-wrapper {
  bottom: 65px;
  position: absolute;
  right: 30px;
  z-index: 9;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual #scroll-wrapper {
    bottom: calc(65 / 1440 * 100vw);
    right: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual #scroll-wrapper {
    bottom: calc(65 / 375 * 100vw);
    display: none;
    right: calc(30 / 375 * 100vw);
  }
}

.p-recruitVisual #scroll-down {
  display: block;
  padding-top: 65px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual #scroll-down {
    padding-top: calc(65 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual #scroll-down {
    padding-top: calc(65 / 375 * 100vw);
  }
}

.p-recruitVisual #scroll-title {
  color: var(--color-white);
  display: block;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-bottom: 35px;
  text-align: center;
  transform: rotate(90deg);
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual #scroll-title {
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual #scroll-title {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(35 / 375 * 100vw);
  }
}

.p-recruitVisual #scroll-down::before {
  -webkit-animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  background: #FFF;
  content: "";
  height: 70px;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 1px;
}

@media screen and (max-width: 1439px) {
  .p-recruitVisual #scroll-down::before {
    height: calc(70 / 1440 * 100vw);
    top: calc(0 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitVisual #scroll-down::before {
    height: calc(70 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}

@keyframes elasticus {
  0% {
    transform: scale(1, 0);
    transform-origin: 0% 0%;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0% 0%;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0% 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0% 100%;
  }
}

.p-recruitIntro {
  background-image: url(../images/recruitIntro_bg.png);
  background-position: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 720px;
  padding-top: 140px;
}

@media screen and (max-width: 1199px) {
  .p-recruitIntro {
    height: calc(720 / 1200 * 100vw);
    padding-top: calc(140 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitIntro {
    background-image: url(../images/recruitIntro_bg_sp.png);
    background-position: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    padding-bottom: calc(140 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

.p-recruitIntro__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-recruitIntro__inner {
    display: block;
  }
}

.p-recruitIntro__textBox__title {
  color: var(--color-black);
  font-size: 32px;
  font-weight: bold;
  line-height: 62px;
}

@media screen and (max-width: 1199px) {
  .p-recruitIntro__textBox__title {
    font-size: calc(32 / 1200 * 100vw);
    line-height: calc(62 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitIntro__textBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
    text-align: justify;
  }
}

.p-recruitIntro__textBox__title span.color {
  color: var(--color-main);
}

.p-recruitIntro__textBox__text {
  color: var(--color-black);
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 20px;
}

@media screen and (max-width: 1199px) {
  .p-recruitIntro__textBox__text {
    font-size: calc(16 / 1200 * 100vw);
    line-height: calc(36 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitIntro__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
  }
}

.p-recruitIntro__youtube {
  background-color: var(--color-white);
  width: 482px;
}

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

@media screen and (max-width: 1199px) {
  .p-recruitIntro__youtube {
    width: calc(482 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitIntro__youtube {
    margin-top: calc(80 / 375 * 100vw);
    width: 100%;
  }
}

.p-recruitIntro__youtube a {
  display: block;
  position: relative;
}

.p-recruitIntro__youtube a::after {
  background-image: url(../images/icon_play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 67px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 67px;
}

@media screen and (max-width: 1199px) {
  .p-recruitIntro__youtube a::after {
    height: calc(67 / 1200 * 100vw);
    width: calc(67 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitIntro__youtube a::after {
    height: calc(67 / 375 * 100vw);
    width: calc(67 / 375 * 100vw);
  }
}

.p-recruitIntro__youtube a:hover {
  opacity: 1;
}

.p-recruitIntro__youtube a:hover::after {
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 1199px) {
  .p-recruitIntro__youtube a:hover::after {
    height: calc(80 / 1200 * 100vw);
    width: calc(80 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitIntro__youtube a:hover::after {
    height: calc(67 / 375 * 100vw);
    width: calc(67 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitSlide {
    margin-top: calc(-40 / 375 * 100vw);
  }
}

.p-recruitSlide__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-recruitSlide__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitSlide__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(100 / 375 * 100vw);
  }
}

.p-recruitSlide__title {
  margin-bottom: 65px;
}

@media screen and (max-width: 1199px) {
  .p-recruitSlide__title {
    margin-bottom: calc(65 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitSlide__title {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.p-recruitSlide__title__en {
  color: var(--color-black);
  font-family: "Fugaz One";
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .p-recruitSlide__title__en {
    font-size: calc(44 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitSlide__title__en {
    font-size: calc(36 / 375 * 100vw);
  }
}

.p-recruitSlide__title__ja {
  color: var(--color-white);
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-recruitSlide__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitSlide__title__ja {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    text-align: left;
  }
}

.p-recruitSlide__slide {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
  margin: 0 auto;
  width: 736px;
}

@media screen and (max-width: 1199px) {
  .p-recruitSlide__slide {
    width: calc(736 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitSlide__slide {
    width: 100%;
  }
}

.p-recruitMenu__inner {
  padding-top: 280px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__inner {
    padding-top: calc(280 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__inner {
    padding-top: calc(100 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__inner {
  padding-bottom: 280px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__inner {
    padding-bottom: calc(280 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__inner {
    padding-bottom: calc(110 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList>ul>li+li {
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList>ul>li+li {
    margin-top: calc(120 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList>ul>li+li {
    margin-top: calc(110 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList>ul>li:nth-child(2n) .p-recruitMenu__menuGroup__menuList__menuBox {
  flex-direction: row-reverse;
}

.p-recruitMenu__menuGroup__menuList__menuBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox {
    display: block;
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox::before {
  color: rgba(0, 51, 181, 0.07);
  font-family: "Fugaz One";
  font-size: 140px;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox::before {
    font-size: calc(140 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox::before {
    display: none;
    font-size: calc(140 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 300px;
  width: 544px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__thumbnail {
    height: calc(300 / 1200 * 100vw);
    width: calc(544 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__thumbnail {
    height: calc(174 / 375 * 100vw);
    width: 100%;
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox {
  padding-top: 10px;
  width: 448px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox {
    padding-top: calc(10 / 1200 * 100vw);
    width: calc(448 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox {
    margin-top: calc(30 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
    width: 100%;
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__title {
  color: var(--color-black);
  font-family: "Fugaz One";
  font-size: 42px;
  line-height: 1;
  text-align: center;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__title {
    font-size: calc(42 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__title {
    font-size: calc(36 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore {
  margin-top: 45px;
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a:hover {
  opacity: 1;
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore {
    margin-top: calc(45 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore {
    margin-top: calc(40 / 375 * 100vw);
    text-align: center;
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a {
  background: linear-gradient(101.45deg, #2057E4 9.76%, #1B05A5 46.1%);
  border-radius: 21px;
  color: var(--color-white);
  height: 42px;
  width: 151px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a {
    border-radius: calc(21 / 1200 * 100vw);
    height: calc(42 / 1200 * 100vw);
    width: calc(151 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a {
    border-radius: calc(27 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    margin: 0 auto;
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a::after {
  background-image: url(../images/icon_arrow_button_white.svg);
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox__textBox__readmore a::after {
    height: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox--menu1::before {
  content: "UNITED WILL";
  left: 390px;
  top: -95px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox--menu1::before {
    left: calc(390 / 1200 * 100vw);
    top: calc(-95 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox--menu1::before {
    left: calc(410 / 375 * 100vw);
    top: calc(-110 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox--menu1 .p-recruitMenu__menuGroup__menuList__menuBox__thumbnail {
  background-image: url(../images/recruitmenu_thumbnail_1.png);
}

.p-recruitMenu__menuGroup__menuList__menuBox--menu2::before {
  content: "FROM ZEAL";
  left: -150px;
  top: 285px;
}

@media screen and (max-width: 1199px) {
  .p-recruitMenu__menuGroup__menuList__menuBox--menu2::before {
    left: calc(-150 / 1200 * 100vw);
    top: calc(285 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitMenu__menuGroup__menuList__menuBox--menu2::before {
    left: calc(-125 / 375 * 100vw);
    top: calc(180 / 375 * 100vw);
  }
}

.p-recruitMenu__menuGroup__menuList__menuBox--menu2 .p-recruitMenu__menuGroup__menuList__menuBox__thumbnail {
  background-image: url(../images/recruitmenu_thumbnail_2.png);
}

.p-interview__inner {
  padding-bottom: 130px;
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-interview__inner {
    padding-bottom: calc(130 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__inner {
    padding-bottom: calc(90 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

.p-interview__titleBox {
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .p-interview__titleBox {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__titleBox {
    display: block;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.p-interview__titleBox__title {
  color: var(--color-black);
  flex-shrink: 0;
  font-family: "Fugaz One";
  font-size: 48px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .p-interview__titleBox__title {
    font-size: calc(48 / 1200 * 100vw);
    margin-bottom: calc(5 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__titleBox__title {
    font-size: calc(38 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-interview__titleBox__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .p-interview__titleBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__titleBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: justify;
  }
}

.p-interview__postList>ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-interview__postList>ul {
    display: block;
  }
}

.p-interview__postList>ul>li {
  margin-left: 32px;
  margin-top: 60px;
  width: 352px;
}

@media screen and (max-width: 1199px) {
  .p-interview__postList>ul>li {
    margin-left: calc(32 / 1200 * 100vw);
    margin-top: calc(60 / 1200 * 100vw);
    width: calc(352 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__postList>ul>li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}

.p-interview__postList>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

.p-interview__postList>ul>li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-interview__postList>ul>li:nth-child(-n+3) {
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__postList>ul>li:first-child {
    margin-top: 0;
  }
}

.p-interview__postList a {
  color: var(--color-black);
}

.p-interview__postList a:hover {
  opacity: 1;
}

.p-interview__postList a:hover .c-postBox__thumbnail__image {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .p-interview__postList a:hover .c-postBox__thumbnail__image {
    transform: scale(1);
  }
}

.p-interview__readmore {
  margin-top: 60px;
}

.p-interview__readmore a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-interview__readmore a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__readmore a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-interview__readmore a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-interview__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__readmore a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-interview__readmore a:hover {
  opacity: 1;
}

.p-interview__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-interview__readmore a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-interview__readmore a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-interview__readmore {
    margin-top: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__readmore {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-interview__readmore a {
  background: linear-gradient(101.45deg, #2057E4 9.76%, #1B05A5 46.1%);
  border-radius: 21px;
  color: var(--color-white);
  height: 42px;
  margin: 0 auto;
  width: 151px;
}

@media screen and (max-width: 1199px) {
  .p-interview__readmore a {
    border-radius: calc(21 / 1200 * 100vw);
    height: calc(42 / 1200 * 100vw);
    width: calc(151 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-interview__readmore a {
    border-radius: calc(27 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    margin: 0 auto;
    width: calc(240 / 375 * 100vw);
  }
}

.p-interview__readmore a::after {
  background-image: url(../images/icon_arrow_button_white.svg);
}

@media screen and (max-width: 767px) {
  .p-interview__readmore a::after {
    height: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

.p-event__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-event__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__inner {
    padding-bottom: calc(90 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
  }
}

.p-event__titleBox {
  margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
  .p-event__titleBox {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__titleBox {
    display: block;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.p-event__titleBox__title {
  color: var(--color-black);
  flex-shrink: 0;
  font-family: "Fugaz One";
  font-size: 48px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .p-event__titleBox__title {
    font-size: calc(48 / 1200 * 100vw);
    margin-bottom: calc(5 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__titleBox__title {
    font-size: calc(38 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-event__titleBox__text {
  color: var(--color-black);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 1199px) {
  .p-event__titleBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(24 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__titleBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    text-align: justify;
  }
}

.p-event__postList>ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-event__postList>ul {
    display: block;
  }
}

.p-event__postList>ul>li {
  margin-left: 32px;
  margin-top: 60px;
  width: 352px;
}

@media screen and (max-width: 1199px) {
  .p-event__postList>ul>li {
    margin-left: calc(32 / 1200 * 100vw);
    margin-top: calc(60 / 1200 * 100vw);
    width: calc(352 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__postList>ul>li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}

.p-event__postList>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

.p-event__postList>ul>li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-event__postList>ul>li:nth-child(-n+3) {
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__postList>ul>li:first-child {
    margin-top: 0;
  }
}

.p-event__postList a {
  color: var(--color-black);
}

.p-event__postList a:hover {
  opacity: 1;
}

.p-event__postList a:hover .c-postBox__thumbnail__image {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .p-event__postList a:hover .c-postBox__thumbnail__image {
    transform: scale(1);
  }
}

.p-event__readmore {
  margin-top: 60px;
}

.p-event__readmore a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-event__readmore a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__readmore a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-event__readmore a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-event__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__readmore a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-event__readmore a:hover {
  opacity: 1;
}

.p-event__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-event__readmore a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-event__readmore a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-event__readmore {
    margin-top: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__readmore {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-event__readmore a {
  background: linear-gradient(101.45deg, #2057E4 9.76%, #1B05A5 46.1%);
  border-radius: 21px;
  color: var(--color-white);
  height: 42px;
  margin: 0 auto;
  width: 151px;
}

@media screen and (max-width: 1199px) {
  .p-event__readmore a {
    border-radius: calc(21 / 1200 * 100vw);
    height: calc(42 / 1200 * 100vw);
    width: calc(151 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-event__readmore a {
    border-radius: calc(27 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    margin: 0 auto;
    width: calc(240 / 375 * 100vw);
  }
}

.p-event__readmore a::after {
  background-image: url(../images/icon_arrow_button_white.svg);
}

@media screen and (max-width: 767px) {
  .p-event__readmore a::after {
    height: calc(10 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner .l-container {
    padding: 0;
  }
}

.p-recruitBanner__inner {
  padding: 70px 0;
}

@media screen and (max-width: 1199px) {
  .p-recruitBanner__inner {
    padding: calc(70 / 1200 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__inner {
    padding: calc(0 / 375 * 100vw) 0;
  }
}

.p-recruitBanner__banner {
  align-items: center;
  background-image: url(../images/recruitBanner_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: flex;
  height: 180px;
  justify-content: space-between;
  padding: 0 65px;
}

@media screen and (max-width: 1199px) {
  .p-recruitBanner__banner {
    height: calc(208 / 1200 * 100vw);
    padding: 0 calc(65 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner {
    background-image: url(../images/recruitBanner_bg_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    content: "";
    display: block;
    display: block;
    height: calc(368 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(24 / 375 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner__textBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-recruitBanner__banner__textBox__text1 {
  color: var(--color-white);
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  .p-recruitBanner__banner__textBox__text1 {
    font-size: calc(28 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner__textBox__text1 {
    font-size: calc(28 / 375 * 100vw);
    text-align: center;
  }
}

.p-recruitBanner__banner__textBox__text2 {
  color: var(--color-white);
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 1199px) {
  .p-recruitBanner__banner__textBox__text2 {
    font-size: calc(14 / 1200 * 100vw);
    margin-top: calc(5 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-recruitBanner__banner__buttonList>ul {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner__buttonList>ul {
    justify-content: space-between;
  }
}

.p-recruitBanner__banner__buttonList>ul>li {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .p-recruitBanner__banner__buttonList>ul>li {
    margin-left: calc(20 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner__buttonList>ul>li {
    margin-left: calc(0 / 375 * 100vw);
  }
}

.p-recruitBanner__banner__buttonList__button {
  background-color: var(--color-white);
  border-radius: 18px;
  width: 158px;
}

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

@media screen and (max-width: 1199px) {
  .p-recruitBanner__banner__buttonList__button {
    border-radius: calc(18 / 1200 * 100vw);
    width: calc(158 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitBanner__banner__buttonList__button {
    border-radius: calc(18 / 375 * 100vw);
    width: calc(148 / 375 * 100vw);
  }
}

.page-recruit {
  overflow: visible !important;
}

.p-recruitCta {
  background-image: url(../images/recruitCta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 344px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta {
    height: calc(344 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta {
    height: calc(412 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta .l-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
  }
}

.p-recruitCta__inner {
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__inner {
    padding-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__inner {
    padding-top: calc(0 / 375 * 100vw);
  }
}

.p-recruitCta__title {
  color: var(--color-white);
  font-family: "Fugaz One";
  font-size: 42px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__title {
    font-size: calc(42 / 1200 * 100vw);
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__title {
    font-size: calc(36 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList>ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList>ul {
    display: block;
  }
}

.p-recruitCta__buttonList>ul>li+li {
  margin-left: 34px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList>ul>li+li {
    margin-left: calc(34 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList>ul>li+li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__button a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__button a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__button a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__button a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__button a:hover {
  opacity: 1;
}

.p-recruitCta__buttonList__button a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__button a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__button a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-recruitCta__buttonList__button__wrapper {
  position: relative;
}

.p-recruitCta__buttonList__button a {
  border-radius: 27px;
  font-size: 14px;
  font-weight: bold;
  height: 54px;
  width: 218px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__button a {
    border-radius: calc(27 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(54 / 1200 * 100vw);
    width: calc(218 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__button a {
    border-radius: calc(27 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__button a::after {
  margin-left: 15px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__button a::after {
    margin-left: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__button a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__button--mid a {
  background: linear-gradient(101.45deg, #2057E4 9.76%, #1B05A5 46.1%);
  color: var(--color-white);
}

.p-recruitCta__buttonList__button--mid a::after {
  background-image: url(icon_arrow_button_white.svg);
}

.p-recruitCta__buttonList__subButtonList {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0px 4px 6px -1px rgba(15, 23, 42, 0.1), 0px 2px 4px -1px rgba(15, 23, 42, 0.06);
  display: none;
  filter: drop-shadow(0px 0px 1px rgba(15, 23, 42, 0.06));
  left: 0;
  padding: 4px;
  position: absolute;
  top: 63px;
  width: 210px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__subButtonList {
    border-radius: calc(8 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw);
    top: calc(63 / 1440 * 100vw);
    width: calc(210 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__subButtonList {
    border-radius: calc(8 / 375 * 100vw);
    padding: calc(4 / 375 * 100vw);
    top: calc(63 / 375 * 100vw);
    width: calc(232 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__subButtonList>ul>li+li {
  margin-top: 4px;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__subButtonList>ul>li+li {
    margin-top: calc(4 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__subButtonList>ul>li+li {
    margin-top: calc(4 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__subButtonList a {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .p-recruitCta__buttonList__subButtonList a {
    border-radius: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitCta__buttonList__subButtonList a {
    border-radius: calc(8 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}

.p-recruitCta__buttonList__subButtonList a:hover {
  background-color: #DCDCDC;
  opacity: 1;
}

.p-drawer {
  background-color: var(--color-white);
  height: 100vh;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 100;
  z-index: -1;
}

.p-drawer__header {
  height: calc(80 / 375 * 100vw);
}

.p-drawer__header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 calc(16 / 375 * 100vw);
}

.p-drawer__header__logoBox a {
  display: block;
}

.p-drawer__header__logoBox__logo {
  background-image: url(logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  content: "";
  display: block;
  height: calc(29 / 375 * 100vw);
  width: calc(100 / 375 * 100vw);
}

.p-drawer__header__langList {
  margin-left: auto;
}

.p-drawer__header__langList>ul {
  align-items: center;
  display: flex;
}

.p-drawer__header__langList>ul>li {
  font-size: calc(20 / 375 * 100vw);
}

.p-drawer__header__langList>ul>li+li::before {
  content: "|";
  margin-left: calc(4 / 375 * 100vw);
  margin-right: 1px;
}

.p-drawer__header__langList>ul>li.is-current {
  font-weight: bold;
}

.p-drawer__header__close {
  background-image: url(icon_close_drawer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: none;
  height: calc(24 / 375 * 100vw);
  margin-left: calc(20 / 375 * 100vw);
  width: calc(24 / 375 * 100vw);
}

@media screen and (max-width: 767px) {
  .p-drawer__header__close {
    display: block;
  }
}

.p-drawer__glossaryNav {
  padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw) calc(60 / 375 * 100vw);
}

.p-drawer__glossaryNav>ul>li {
  font-size: calc(16 / 375 * 100vw);
}

.p-drawer__glossaryNav>ul>li+li {
  margin-top: calc(15 / 375 * 100vw);
}

.p-drawer__glossaryNav a {
  align-items: center;
  display: inline-flex;
}

.p-drawer__glossaryNav a::before {
  background-image: url(../images/decoration_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(12 / 375 * 100vw);
  margin-right: calc(8 / 375 * 100vw);
  width: calc(11 / 375 * 100vw);
}

.p-drawer__navList__menuBox {
  align-items: center;
  display: flex;
  height: calc(62 / 375 * 100vw);
  justify-content: space-between;
}

.p-drawer__navList__menuBox__text {
  align-items: center;
  display: flex;
  font-size: calc(16 / 375 * 100vw);
  font-weight: bold;
  height: 100%;
  justify-content: center;
}

.p-drawer__navList__menuBox__text a {
  align-items: center;
  color: var(--color-black);
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 calc(24 / 375 * 100vw);
}

.p-drawer__navList__menuBox__text a.has-no-page {
  pointer-events: none;
}

.p-drawer__navList__menuBox__iconBox {
  align-items: center;
  display: flex;
  height: calc(70 / 375 * 100vw);
  justify-content: center;
  width: calc(70 / 375 * 100vw);
}

.p-drawer__navList__menuBox__iconBox__icon {
  background-image: url(icon_down_drawer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: calc(16 / 375 * 100vw);
  width: calc(16 / 375 * 100vw);
}

.p-drawer__navList__menuBox.is-open .p-drawer__navList__menuBox__iconBox__icon {
  background-image: url(icon_up_drawer.svg);
}

.p-drawer__navList__subNavList {
  display: none;
}

.p-drawer__navList__subNavList>ul>li {
  font-size: calc(16 / 375 * 100vw);
}

.p-drawer__navList__subNavList a {
  align-items: center;
  background: rgba(5, 65, 218, 0.05);
  color: var(--color-black);
  display: flex;
  height: 18.6666666667vw;
  justify-content: space-between;
  padding: 0 calc(24 / 375 * 100vw);
}

.p-drawer.is-show {
  opacity: 1;
  z-index: 1000;
}

.p-service {
  background: linear-gradient(180deg, #1653CF -12.07%, #0020B9 112.97%, rgba(15, 72, 203, 0) 112.97%);
}

.p-service__inner {
  margin: 0 auto;
  padding-bottom: 190px;
  padding-top: 100px;
  position: relative;
  width: 1008px;
}

@media screen and (max-width: 1199px) {
  .p-service__inner {
    padding-bottom: calc(190 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
    width: calc(1008 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}

.p-service__title {
  margin-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-service__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-service__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-service__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-service__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-service__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-service__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-service__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-service__title__readmore a {
  color: var(--color-main);
}

.p-service__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-service__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-service__title__readmore a:hover {
  opacity: 1;
}

.p-service__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-service__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 1199px) {
  .p-service__title {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__title {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.p-service__title__ja {
  color: var(--color-white);
  text-align: left;
}

.p-service__title__en {
  color: var(--color-white);
  text-align: left;
}

.p-service__thumbnail {
  position: absolute;
  right: 0;
  top: 100px;
  width: 453px;
}

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

@media screen and (max-width: 1199px) {
  .p-service__thumbnail {
    top: calc(100 / 1200 * 100vw);
    width: calc(453 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__thumbnail {
    margin: 0 auto calc(30 / 375 * 100vw);
    position: static;
    width: calc(258 / 375 * 100vw);
  }
}

.p-service__textBox {
  width: 515px;
}

@media screen and (max-width: 1199px) {
  .p-service__textBox {
    width: calc(515 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__textBox {
    width: 100%;
  }
}

.p-service__textBox__text1 {
  color: var(--color-white);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1199px) {
  .p-service__textBox__text1 {
    font-size: calc(32 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__textBox__text1 {
    font-size: calc(22 / 375 * 100vw);
  }
}

.p-service__textBox__text2 {
  color: var(--color-white);
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .p-service__textBox__text2 {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-service__readmore a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-service__readmore a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__readmore a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-service__readmore a::after {
  background-image: url(icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-service__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__readmore a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-service__readmore a:hover {
  opacity: 1;
}

.p-service__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-service__readmore a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-service__readmore a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-service__readmore__wrapper {
  align-items: center;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .p-service__readmore__wrapper {
    margin-top: calc(40 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__readmore__wrapper {
    display: block;
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-service__readmore a {
  border: 2px solid var(--color-white);
}

@media screen and (max-width: 767px) {
  .p-service__readmore a {
    margin: 0 auto;
  }
}

.p-service__contact {
  margin-left: 16px;
}

.p-service__contact a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  width: 200px;
}

@media screen and (max-width: 1199px) {
  .p-service__contact a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__contact a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-service__contact a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-service__contact a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__contact a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-service__contact a:hover {
  opacity: 1;
}

.p-service__contact a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-service__contact a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-service__contact a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-service__contact {
    margin-left: calc(16 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__contact {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-service__contact a {
  background-color: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  width: 240px;
  height: 40px;
}

@media screen and (max-width: 1199px) {
  .p-service__contact a {
    width: calc(240 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service__contact a {
    margin: 0 auto;
    width: calc(240 / 375 * 100vw);
  }
}

.p-service__contact a::after {
  background-image: url(../images/icon_arrow_button_white.svg);
}

.p-separator {
  overflow: hidden;
}

.p-separator__thumbnailList {
  align-items: center;
  display: flex;
  margin: 0 -50vw;
}

.p-separator__thumbnailList>ul {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.p-separator__thumbnailList>ul:first-child {
  -webkit-animation: loop 800s -400s linear infinite;
  animation: loop 800s -400s linear infinite;
}

.p-separator__thumbnailList>ul:last-child {
  -webkit-animation: loop2 800s linear infinite;
  animation: loop2 800s linear infinite;
}

.p-separator__thumbnailList>ul>li {
  flex-shrink: 0;
}

.p-separator__thumbnailList__thumbnail {
  height: 180px;
  width: auto;
}

@media screen and (max-width: 1199px) {
  .p-separator__thumbnailList__thumbnail {
    height: calc(180 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-separator__thumbnailList__thumbnail {
    height: calc(180 / 375 * 100vw);
  }
}

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

.p-separator__thumbnailList--reverse>ul:first-child {
  -webkit-animation: loop3 800s -400s linear infinite;
  animation: loop3 800s -400s linear infinite;
}

.p-separator__thumbnailList--reverse>ul:last-child {
  -webkit-animation: loop4 800s linear infinite;
  animation: loop4 800s linear infinite;
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .txt h2 {
    font-size: calc(32 / 375 * 100vw);
    line-height: calc(46 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .page-top .secIntro .txt p {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    text-align: left !important;
  }
}

.page-top .secIntro {
  background: -webkit-linear-gradient(180deg, #ffffff, #d9e2ff);
}

.p-news2 {
  background: rgba(255, 255, 255, 0.97);
  box-sizing: border-box;
  height: 153px;
  left: 81px;
  padding-left: 12px;
  padding-right: 56px;
  position: absolute;
  top: 720px;
  width: 708px;
  z-index: 1;
}

@media screen and (max-width: 1439px) {
  .p-news2 {
    height: calc(153 / 1440 * 100vw);
    left: calc(81 / 1440 * 100vw);
    padding-left: calc(12 / 1440 * 100vw);
    padding-right: calc(56 / 1440 * 100vw);
    top: calc(720 / 1440 * 100vw);
    width: calc(708 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news2 {
    box-sizing: border-box;
    height: auto;
    left: calc(81 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    position: static;
    top: calc(720 / 375 * 100vw);
    width: 100%;
  }
}

.p-news2__inner {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

@media screen and (max-width: 1439px) {
  .p-news2__inner {
    padding: calc(12 / 1440 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-news2__inner {
    display: block;
    padding: calc(20 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
}

.p-news2__title__ja {
  color: #0541DA;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 1439px) {
  .p-news2__title__ja {
    font-size: calc(12 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news2__title__ja {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-news2__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .p-news2__title__en {
    font-size: calc(34 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news2__title__en {
    font-size: calc(50 / 375 * 100vw);
  }
}

.p-news2__postList {
  width: 515px;
}

@media screen and (max-width: 1439px) {
  .p-news2__postList {
    width: calc(515 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news2__postList {
    width: 100%;
  }
}

.p-news2__postList>ul>li {
  border-top: 1px solid #E2E2E2;
  padding: 10px 0;
}

@media screen and (max-width: 1439px) {
  .p-news2__postList>ul>li {
    padding: calc(10 / 1440 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-news2__postList>ul>li {
    padding: calc(15 / 375 * 100vw) 0;
  }
}

.p-news2__postList>ul>li:first-child {
  border-top: 0;
}

.p-news2__readmore {
  bottom: 12px;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  left: 20px;
  position: absolute;
}

@media screen and (max-width: 1439px) {
  .p-news2__readmore {
    bottom: calc(12 / 1440 * 100vw);
    font-size: calc(12 / 1440 * 100vw);
    left: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news2__readmore {
    bottom: calc(12 / 375 * 100vw);
    font-size: calc(27 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-news2__readmore a {
  color: var(--color-main);
}

.p-news2__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1439px) {
  .p-news2__readmore a::after {
    height: calc(8 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(9 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news2__readmore a::after {
    height: calc(16 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
  }
}

.p-news2__readmore a:hover {
  opacity: 1;
}

.p-news2__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1439px) {
  .p-news2__readmore a:hover::after {
    transform: translateX(calc(5 / 1440 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-news2__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

.p-service2 {
  background: linear-gradient(180deg, #1653CF -12.07%, #0020B9 112.97%, rgba(15, 72, 203, 0) 112.97%);
  height: 521px;
}

@media screen and (max-width: 1199px) {
  .p-service2 {
    height: calc(521 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2 {
    height: auto;
  }
}

.p-service2__inner {
  margin: 0 auto;
  padding-top: 104px;
  position: relative;
  width: 1008px;
}

@media screen and (max-width: 1199px) {
  .p-service2__inner {
    padding-top: calc(160 / 1200 * 100vw);
    width: calc(1008 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(70 / 375 * 100vw);
    width: 100%;
  }
}

.p-service2__thumbnail {
  left: 0;
  position: absolute;
  top: 55px;
  width: 453px;
}

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

@media screen and (max-width: 1199px) {
  .p-service2__thumbnail {
    top: calc(55 / 1200 * 100vw);
    width: calc(453 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__thumbnail {
    margin: 0 auto calc(40 / 375 * 100vw);
    position: static;
    width: calc(268 / 375 * 100vw);
  }
}

.p-service2__textBox {
  margin-left: auto;
  width: 432px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox {
    width: calc(432 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox {
    width: 100%;
  }
}

.p-service2__textBox__title__logo {
  color: rgba(255, 255, 255, 0.24);
  font-family: "Poppins";
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  transform: translateX(18px);
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__title__logo {
    font-size: calc(40 / 1200 * 100vw);
    transform: translateX(calc(18 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__title__logo {
    font-size: calc(28 / 375 * 100vw);
    text-align: center;
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-service2__textBox__title__en {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 32px;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__title__en {
    font-size: calc(32 / 1200 * 100vw);
    margin-top: calc(-10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__title__en {
    font-size: calc(32 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    text-align: center;
  }
}

.p-service2__textBox__text {
  color: var(--color-white);
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(26 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(33 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-service2__textBox__readmore a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__readmore a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__readmore a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-service2__textBox__readmore a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__readmore a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__readmore a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-service2__textBox__readmore a:hover {
  opacity: 1;
}

.p-service2__textBox__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__readmore a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__readmore a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-service2__textBox__readmore__wrapper {
  align-items: center;
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__readmore__wrapper {
    margin-top: calc(35 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__readmore__wrapper {
    display: block;
    margin-top: calc(405/ 375 * 100vw);
  }
}

.p-service2__textBox__readmore a {
  border: 2px solid var(--color-white);
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__readmore a {
    margin: 0 auto;
  }
}

.p-service2__textBox__contact {
  margin-left: 16px;
}

.p-service2__textBox__contact a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__contact a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__contact a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-service2__textBox__contact a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__contact a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__contact a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-service2__textBox__contact a:hover {
  opacity: 1;
}

.p-service2__textBox__contact a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__contact a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__contact a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__contact {
    margin-left: calc(16 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__contact {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.p-service2__textBox__contact a {
  background-color: transparent;
  border: 2px solid var(--color-white);
  color: var(--color-white);
  width: 153px;
}

@media screen and (max-width: 1199px) {
  .p-service2__textBox__contact a {
    width: calc(153 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-service2__textBox__contact a {
    border-radius: calc(40 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    margin: 0 auto;
    width: calc(242 / 375 * 100vw);
  }
}

.p-service2__textBox__contact a::after {
  background-image: url(../images/icon_arrow_button_white.svg);
}

#ai_agent_image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -260px;
  max-width: fit-content;
  width: calc(700 / 1200 * 100vw);
  z-index: -1;
  min-width: 700px;
}

@media screen and (max-width: 767px) {
  .l-container:has(img#ai_agent_image) {
    overflow: initial;
  }

  .l-container:has(img#ai_agent_image) .p-service__title {
    z-index: 10;
    position: relative;
  }

  .l-container:has(img#ai_agent_image) .p-service2__textBox {
    margin-top: -400px;
    z-index: 10;
    position: relative;
  }

  #ai_agent_image_wrap {
    height: 1000px;
    width: 100%;
  }

  #ai_agent_image {
    width: 700px;
    transform: translate(calc((700px - 100px) / 2 - 50vw), -240px);
  }
}



.p-contact2 {
  background: linear-gradient(270deg, #075CDC 0%, #0501BF 100%);
  height: 434px;
  margin-top: 100px;
}

@media screen and (max-width: 1199px) {
  .p-contact2 {
    height: calc(434 / 1200 * 100vw);
    margin-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2 {
    height: auto;
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-contact2__inner {
  margin: 0 auto;
  padding-top: 85px;
  width: 786px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__inner {
    padding-top: calc(85 / 1200 * 100vw);
    width: calc(786 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__inner {
    padding-bottom: calc(65 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}

.p-contact2__title__ja {
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__title__ja {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-contact2__title__en {
  color: var(--color-white);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .p-contact2__title__en {
    font-size: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__title__en {
    font-size: calc(50 / 375 * 100vw);
  }
}

.p-contact2__text {
  color: var(--color-white);
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__text {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(33 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-contact2__button {
  margin-top: 35px;
}

.p-contact2__button a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__button a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-contact2__button a::after {
  background-image: url(icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__button a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__button a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-contact2__button a:hover {
  opacity: 1;
}

.p-contact2__button a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-contact2__button a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__button a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

@media screen and (max-width: 1199px) {
  .p-contact2__button {
    margin-top: calc(35 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__button {
    margin-top: calc(45 / 375 * 100vw);
  }
}

.p-contact2__button a {
  border-radius: 30px;
  font-size: 19px;
  font-weight: 600;
  height: 53px;
  width: 345px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__button a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(19 / 1200 * 100vw);
    height: calc(53 / 1200 * 100vw);
    width: calc(345 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__button a {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    height: calc(65 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}

.p-contact2__button a::after {
  height: 13px;
  margin-left: 15px;
  width: 13px;
}

@media screen and (max-width: 1199px) {
  .p-contact2__button a::after {
    height: calc(13 / 1200 * 100vw);
    margin-left: calc(15 / 1200 * 100vw);
    width: calc(13 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-contact2__button a::after {
    height: calc(13 / 375 * 100vw);
    margin-left: calc(15 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}

.p-logo2 {
  margin-top: 100px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .p-logo2 {
    margin-top: calc(100 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2 {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-logo2__title {
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-logo2__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-logo2__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-logo2__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-logo2__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-logo2__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-logo2__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-logo2__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-logo2__title__readmore a {
  color: var(--color-main);
}

.p-logo2__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-logo2__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-logo2__title__readmore a:hover {
  opacity: 1;
}

.p-logo2__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-logo2__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__title {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-logo2__logo {
  background-image: url(../images/logo2_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 452px;
  margin: 0 auto;
  width: 1121px;
}

@media screen and (max-width: 1199px) {
  .p-logo2__logo {
    height: calc(452 / 1200 * 100vw);
    width: calc(1121 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-logo2__logo {
    display: none;
    height: calc(452 / 375 * 100vw);
    width: calc(300 / 375 * 100vw);
  }
}

.p-logo2__flowLogo__logoList {
  display: flex;
  margin: 0 -50vw;
}

.p-logo2__flowLogo__logoList>ul {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.p-logo2__flowLogo__logoList>ul:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
}

.p-logo2__flowLogo__logoList>ul:last-child {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}

.p-logo2__flowLogo__logoList>ul>li {
  margin-left: calc(10 / 375 * 100vw);
}

.p-logo2__flowLogo__logoList__logo {
  width: calc(918 / 375 * 100vw);
}

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

.p-mainVisualCtx {
  background: linear-gradient(180deg, #0D44DA 0%, #072474 100%);
  height: 700px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx {
    height: calc(700 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx {
    height: auto;
  }
}

.p-mainVisualCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-mainVisualCtx__inner {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__inner {
    display: block;
    padding-bottom: calc(65 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-mainVisualCtx__image {
  width: 590px;
}

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

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__image {
    width: calc(590 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__image {
    width: 100%;
  }
}

.p-mainVisualCtx__textBox {
  width: 590px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox {
    width: calc(590 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__titleBox {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__titleBox__titleJa {
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__titleBox__titleJa {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__titleBox__titleJa {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__titleBox__titleEnBox__text {
  color: rgba(255, 255, 255, 0.24);
  font-family: "Poppins";
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__titleBox__titleEnBox__text {
    font-size: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__titleBox__titleEnBox__text {
    font-size: calc(32 / 375 * 100vw);
    font-size: normal;
  }
}

.p-mainVisualCtx__textBox__titleBox__titleEnBox__title {
  color: var(--color-white);
  font-family: "Poppins";
  font-size: 60px;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__titleBox__titleEnBox__title {
    font-size: calc(60 / 1440 * 100vw);
    margin-top: calc(-10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__titleBox__titleEnBox__title {
    font-size: calc(52 / 375 * 100vw);
    margin-top: calc(-10 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__text {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__text {
    font-size: calc(22 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__text {
    font-size: calc(17 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__button {
  margin-top: 35px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__button {
    margin-top: calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__button {
    margin-top: calc(35 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__button a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-mainVisualCtx__textBox__button a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-mainVisualCtx__textBox__button a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__button a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__button a:hover {
  opacity: 1;
}

.p-mainVisualCtx__textBox__button a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-mainVisualCtx__textBox__button a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__button a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-mainVisualCtx__textBox__button a {
  background-color: var(--color-white);
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
  height: 65px;
  width: 330px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__button a {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    height: calc(65 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__button a {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    margin: 0 auto;
    width: calc(310 / 375 * 100vw);
  }
}

.p-mainVisualCtx__textBox__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  height: 14px;
  margin-left: 16px;
  width: 14px;
}

@media screen and (max-width: 1439px) {
  .p-mainVisualCtx__textBox__button a::after {
    height: calc(14 / 1440 * 100vw);
    margin-left: calc(16 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisualCtx__textBox__button a::after {
    height: calc(14 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}

.p-snsCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-snsCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-snsCtx__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 146px;
  padding-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-snsCtx__inner {
    padding-bottom: calc(146 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx__inner {
    display: block;
    padding-bottom: calc(205 / 375 * 100vw);
    padding-top: calc(125 / 375 * 100vw);
  }
}

.p-snsCtx__snsList {
  position: relative;
}

.p-snsCtx__snsList>ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-snsCtx__snsList>ul {
    justify-content: center;
  }
}

.p-snsCtx__snsList>ul>li {
  width: 75px;
}

.p-snsCtx__snsList>ul>li img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .p-snsCtx__snsList>ul>li {
    width: calc(75 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx__snsList>ul>li {
    width: calc(80 / 375 * 100vw);
  }
}

.p-snsCtx__snsList>ul>li+li {
  margin-left: 40px;
}

@media screen and (max-width: 1439px) {
  .p-snsCtx__snsList>ul>li+li {
    margin-left: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx__snsList>ul>li+li {
    margin-left: calc(40 / 375 * 100vw);
  }
}

.p-snsCtx__snsList+.p-snsCtx__snsList {
  border-left: 1px solid var(--color-border);
  margin-left: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1439px) {
  .p-snsCtx__snsList+.p-snsCtx__snsList {
    margin-left: calc(80 / 1440 * 100vw);
    padding-left: calc(80 / 1440 * 100vw);
    padding-right: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx__snsList+.p-snsCtx__snsList {
    border-left: 0;
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx__snsList+.p-snsCtx__snsList::before {
    background-color: #7B7C82;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(84 / 375 * 100vw);
  }
}

.p-snsCtx__snsList.is-commingSoon::after {
  bottom: -50px;
  color: #7B7C82;
  content: "Comming soon";
  font-size: 24px;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-snsCtx__snsList.is-commingSoon::after {
    bottom: calc(-50 / 1440 * 100vw);
    font-size: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-snsCtx__snsList.is-commingSoon::after {
    bottom: calc(-60 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }
}

.p-functionCtx {
  background-color: #F3F8FF;
}

.p-functionCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-functionCtx__inner {
  padding: 90px 0;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__inner {
    padding: calc(90 / 1440 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__inner {
    padding: calc(95 / 375 * 100vw) 0 calc(105 / 375 * 100vw);
  }
}

.p-functionCtx__text {
  color: #44508E;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__text {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(52 / 1440 * 100vw);
    margin-bottom: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__text {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(44 / 375 * 100vw);
    margin-bottom: calc(70 / 375 * 100vw);
    text-align: left;
  }
}

.p-functionCtx__nav {
  margin-bottom: 80px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__nav {
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__nav {
    margin-bottom: calc(65 / 375 * 100vw);
  }
}

.p-functionCtx__nav>ul {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-functionCtx__nav>ul>li {
  width: 353px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__nav>ul>li {
    width: calc(353 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__nav>ul>li {
    width: calc(116 / 375 * 100vw);
  }
}

.p-functionCtx__nav>ul>li.is-current .p-functionCtx__nav__text {
  border-bottom: 5px solid #0D44DA;
  color: #0D44DA;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__nav>ul>li.is-current .p-functionCtx__nav__text {
    border-bottom: calc(5 / 1440 * 100vw) solid #0D44DA;
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__nav>ul>li.is-current .p-functionCtx__nav__text {
    border-bottom: calc(5 / 375 * 100vw) solid #0D44DA;
  }
}

.p-functionCtx__nav__text {
  align-items: center;
  border-bottom: 5px solid transparent;
  color: #7B7C82;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  height: 67px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__nav__text {
    border-bottom: calc(5 / 1440 * 100vw) solid transparent;
    font-size: calc(26 / 1440 * 100vw);
    height: calc(67 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__nav__text {
    border-bottom: calc(5 / 375 * 100vw) solid transparent;
    font-size: calc(14 / 375 * 100vw);
    height: calc(36 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}

.p-functionCtx__contentList__content {
  align-items: center;
  display: none;
  justify-content: space-between;
}

.p-functionCtx__contentList__content__textBox {
  box-sizing: border-box;
  padding: 0 40px;
  width: 610px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__contentList__content__textBox {
    padding: 0 calc(40 / 1440 * 100vw);
    width: calc(610 / 1440 * 100vw);
  }
}

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

.p-functionCtx__contentList__content__textBox__title {
  color: #020202;
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__contentList__content__textBox__title {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__contentList__content__textBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}

.p-functionCtx__contentList__content__textBox__text {
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__contentList__content__textBox__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__contentList__content__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-functionCtx__contentList__content__textBox__featureList {
  margin-top: 20px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__contentList__content__textBox__featureList {
    margin-top: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__contentList__content__textBox__featureList {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-functionCtx__contentList__content__textBox__featureList>ul>li {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__contentList__content__textBox__featureList>ul>li {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__contentList__content__textBox__featureList>ul>li {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.p-functionCtx__contentList__content__textBox__featureList>ul>li::before {
  content: "・";
  width: 1em;
}

.p-functionCtx__contentList__content__image {
  padding: 0 40px;
  width: 610px;
}

@media screen and (max-width: 1439px) {
  .p-functionCtx__contentList__content__image {
    padding: 0 calc(40 / 1440 * 100vw);
    width: calc(610 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-functionCtx__contentList__content__image {
    margin-top: calc(60 / 375 * 100vw);
    padding: 0;
    width: 100%;
  }
}

.p-functionCtx__contentList__content.is-current {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-functionCtx__contentList__content.is-current {
    display: block;
  }
}

.p-featureCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-featureCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-featureCtx__inner {
  padding-bottom: 90px;
  padding-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-featureCtx__inner {
    padding-bottom: calc(90 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx__inner {
    padding-bottom: calc(55 / 375 * 100vw);
    padding-top: calc(65 / 375 * 100vw);
  }
}

.p-featureCtx__featureList__featureBox {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-featureCtx__featureList__featureBox {
    display: block;
  }
}

.p-featureCtx__featureList__featureBox__thumbnail {
  width: 602px;
}

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

@media screen and (max-width: 1439px) {
  .p-featureCtx__featureList__featureBox__thumbnail {
    width: calc(602 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx__featureList__featureBox__thumbnail {
    width: 100%;
  }
}

.p-featureCtx__featureList__featureBox__textBox {
  box-sizing: border-box;
  padding: 0 80px;
  width: 602px;
}

@media screen and (max-width: 1439px) {
  .p-featureCtx__featureList__featureBox__textBox {
    padding: 0 calc(80 / 1440 * 100vw);
    width: calc(602 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx__featureList__featureBox__textBox {
    margin-top: calc(30 / 375 * 100vw);
    padding: 0 calc(0 / 375 * 100vw);
    width: 100%;
  }
}

.p-featureCtx__featureList__featureBox__textBox__title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background: linear-gradient(255.29deg, #0D44DA 42.86%, #000F5E 100%);
  background-clip: text;
  font-size: 32px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1439px) {
  .p-featureCtx__featureList__featureBox__textBox__title {
    font-size: calc(32 / 1440 * 100vw);
    line-height: calc(52 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx__featureList__featureBox__textBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-featureCtx__featureList__featureBox__textBox__text {
  color: #44508E;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

@media screen and (max-width: 1439px) {
  .p-featureCtx__featureList__featureBox__textBox__text {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx__featureList__featureBox__textBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}

.p-featureCtx__featureList__featureBox+.p-featureCtx__featureList__featureBox {
  margin-top: 180px;
}

@media screen and (max-width: 1439px) {
  .p-featureCtx__featureList__featureBox+.p-featureCtx__featureList__featureBox {
    margin-top: calc(180 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-featureCtx__featureList__featureBox+.p-featureCtx__featureList__featureBox {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-featureCtx__featureList__featureBox:nth-child(2n) {
  flex-direction: row-reverse;
}

.p-useCaseCtx {
  background: linear-gradient(180deg, #0D44DA 0%, #072474 100%);
}

.p-useCaseCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-useCaseCtx__inner {
  padding-bottom: 120px;
  padding-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__inner {
    padding-bottom: calc(120 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__inner {
    padding-bottom: calc(95 / 375 * 100vw);
    padding-top: calc(95 / 375 * 100vw);
  }
}

.p-useCaseCtx__title {
  color: var(--color-white);
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__title {
    font-size: calc(46 / 1440 * 100vw);
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__title {
    font-size: calc(33 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
}

.p-useCaseCtx__caseList>ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__caseList>ul {
    display: block;
  }
}

.p-useCaseCtx__caseList>ul>li+li {
  margin-left: 10px;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__caseList>ul>li+li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__caseList>ul>li+li {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(65 / 375 * 100vw);
  }
}

.p-useCaseCtx__caseList__caseBox__icon {
  margin: 0 auto 20px;
  width: 120px;
}

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

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__caseList__caseBox__icon {
    margin: 0 auto calc(20 / 1440 * 100vw);
    width: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__caseList__caseBox__icon {
    margin: 0 auto calc(15 / 375 * 100vw);
    width: calc(125 / 375 * 100vw);
  }
}

.p-useCaseCtx__caseList__caseBox__textBox {
  margin: 0 -20px;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__caseList__caseBox__textBox {
    margin: 0 calc(-20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__caseList__caseBox__textBox {
    margin: 0 calc(0 / 375 * 100vw);
  }
}

.p-useCaseCtx__caseList__caseBox__textBox__title {
  color: var(--color-white);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__caseList__caseBox__textBox__title {
    font-size: calc(16 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__caseList__caseBox__textBox__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-useCaseCtx__caseList__caseBox__textBox__text {
  color: var(--color-white);
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-useCaseCtx__caseList__caseBox__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-useCaseCtx__caseList__caseBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}

.p-faqCtx {
  background-color: #F8F8F8;
}

.p-faqCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-faqCtx__inner {
  padding-bottom: 120px;
  padding-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__inner {
    padding-bottom: calc(120 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__inner {
    padding-bottom: calc(120 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}

.p-faqCtx__title {
  color: #0D44DA;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__title {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__title {
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}

.p-faqCtx__faqList {
  margin: 0 auto;
  width: 1240px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList {
    width: calc(1240 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList {
    width: 100%;
  }
}

.p-faqCtx__faqList>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList>ul {
    display: block;
  }
}

.p-faqCtx__faqList>ul>li {
  display: flex;
  margin-top: 20px;
  width: 600px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList>ul>li {
    margin-top: calc(20 / 1440 * 100vw);
    width: calc(600 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList>ul>li {
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-faqCtx__faqList>ul>li:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList>ul>li:nth-child(-n+2) {
    margin-top: calc(20 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList>ul>li:first-child {
    margin-top: 0;
  }
}

.p-faqCtx__faqList__faqBox {
  width: 100%;
}

.p-faqCtx__faqList__faqBox__qBox {
  background-color: var(--color-white);
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__qBox {
    border-radius: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__qBox {
    border-radius: calc(10 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox__qBox__inner {
  padding: 24px 70px 24px 30px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__qBox__inner {
    padding: calc(24 / 1440 * 100vw) calc(70 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__qBox__inner {
    padding: calc(20 / 375 * 100vw) calc(65 / 375 * 100vw) calc(20 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox__qBox__text {
  color: #000F5E;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__qBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__qBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox__qBox__text::after {
  background-image: url(../images/icon_arrow_faqctx_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 24px;
  margin: auto 0;
  position: absolute;
  right: -32px;
  top: 0;
  width: 24px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__qBox__text::after {
    height: calc(24 / 1440 * 100vw);
    right: calc(-32 / 1440 * 100vw);
    width: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__qBox__text::after {
    bottom: auto;
    height: calc(32 / 375 * 100vw);
    right: calc(-40 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox__aBox {
  background-color: var(--color-white);
  border-radius: 0 0 10px 10px;
  display: none;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__aBox {
    border-radius: 0 0 calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__aBox {
    border-radius: 0 0 calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox__aBox__inner {
  padding: 0 70px 24px 30px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__aBox__inner {
    padding: 0 calc(70 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__aBox__inner {
    padding: 0 calc(65 / 375 * 100vw) calc(24 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox__aBox__text {
  color: #44508E;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox__aBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox__aBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}

.p-faqCtx__faqList__faqBox.is-open .p-faqCtx__faqList__faqBox__qBox {
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1439px) {
  .p-faqCtx__faqList__faqBox.is-open .p-faqCtx__faqList__faqBox__qBox {
    border-radius: calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-faqCtx__faqList__faqBox.is-open .p-faqCtx__faqList__faqBox__qBox {
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
}

.p-faqCtx__faqList__faqBox.is-open .p-faqCtx__faqList__faqBox__qBox__text::after {
  transform: rotate(180deg);
}

.p-ctaCtx {
  background: #000F5E;
}

.p-ctaCtx .l-container {
  height: 100%;
  padding-left: 110px;
  padding-right: 110px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .p-ctaCtx .l-container {
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-ctaCtx__inner {
  padding-bottom: 90px;
  padding-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-ctaCtx__inner {
    padding-bottom: calc(90 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__inner {
    padding-bottom: calc(90 / 375 * 100vw);
    padding-top: calc(90 / 375 * 100vw);
  }
}

.p-ctaCtx__text {
  color: var(--color-white);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-ctaCtx__text {
    font-size: calc(32 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__text {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.p-ctaCtx__button a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 30px;
  color: var(--color-black);
  display: block;
  display: flex;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 130px;
}

@media screen and (max-width: 1199px) {
  .p-ctaCtx__button a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(14 / 1200 * 100vw);
    height: calc(40 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__button a {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
    width: calc(240 / 375 * 100vw);
  }
}

.p-ctaCtx__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  transition: 0.3s;
  width: 10px;
}

@media screen and (max-width: 1199px) {
  .p-ctaCtx__button a::after {
    height: calc(10 / 1200 * 100vw);
    margin-left: calc(8 / 1200 * 100vw);
    width: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__button a::after {
    height: calc(15 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}

.p-ctaCtx__button a:hover {
  opacity: 1;
}

.p-ctaCtx__button a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 1199px) {
  .p-ctaCtx__button a:hover::after {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__button a:hover::after {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}

.p-ctaCtx__button a {
  background-color: var(--color-white);
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
  height: 65px;
  margin: 0 auto;
  width: 330px;
}

@media screen and (max-width: 1439px) {
  .p-ctaCtx__button a {
    border-radius: calc(40 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    height: calc(65 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__button a {
    border-radius: calc(40 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    margin: 0 auto;
    width: calc(310 / 375 * 100vw);
  }
}

.p-ctaCtx__button a::after {
  background-image: url(../images/icon_arrow_button.svg);
  height: 14px;
  margin-left: 16px;
  width: 14px;
}

@media screen and (max-width: 1439px) {
  .p-ctaCtx__button a::after {
    height: calc(14 / 1440 * 100vw);
    margin-left: calc(16 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-ctaCtx__button a::after {
    height: calc(14 / 375 * 100vw);
    margin-left: calc(16 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
  }
}

.p-breadCrumb {
  height: 65px;
  margin-bottom: -40px;
}

@media screen and (max-width: 1439px) {
  .p-breadCrumb {
    height: calc(65 / 1440 * 100vw);
    margin-bottom: calc(-40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-breadCrumb {
    height: calc(40 / 375 * 100vw);
    margin-bottom: calc(-40 / 375 * 100vw);
  }
}

.p-breadCrumb.archive {
  margin-bottom: -20px;
}

@media screen and (max-width: 1439px) {
  .p-breadCrumb.archive {
    margin-bottom: calc(-20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-breadCrumb.archive {
    margin-bottom: calc(-20 / 375 * 100vw);
  }
}

.p-breadCrumb.single {
  margin-bottom: 0;
}

.p-breadCrumb .l-container {
  height: 100%;
}

.p-breadCrumb__inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.p-breadCrumb__nav {
  -ms-overflow-style: none;
  overflow: scroll;
  scrollbar-width: none;
}

.p-breadCrumb__nav::-webkit-scrollbar {
  display: none;
}

.p-breadCrumb__nav>ul {
  align-items: center;
  display: flex;
}

.p-breadCrumb__nav>ul>li {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav>ul>li {
    font-size: calc(12 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-breadCrumb__nav>ul>li {
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-breadCrumb__nav>ul>li+li::before {
  color: #085CDC;
  content: "/";
  margin: 0 0.5em;
}

.page-glossary .p-breadCrumb {
  margin-bottom: 0;
}

.p-glossary__inner {
  margin: 0 auto;
  padding-bottom: 105px;
  padding-top: 60px;
  width: 930px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__inner {
    padding-bottom: calc(105 / 1200 * 100vw);
    padding-top: calc(60 / 1200 * 100vw);
    width: calc(930 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__inner {
    padding-bottom: calc(80 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    width: 100%;
  }
}

.p-glossary__title {
  margin-bottom: 60px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-glossary__title {
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.p-glossary__title__ja {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__title__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__title__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}

.p-glossary__title__en {
  color: var(--color-black);
  font-family: "Inter";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__title__en {
    font-size: calc(52 / 1200 * 100vw);
    line-height: calc(52 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__title__en {
    font-size: calc(48 / 375 * 100vw);
    line-height: calc(62 / 375 * 100vw);
  }
}

.p-glossary__title__readmore {
  bottom: 0;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .p-glossary__title__readmore {
    font-size: calc(12 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__title__readmore {
    font-size: calc(16 / 375 * 100vw);
    margin-right: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    position: static;
    text-align: right;
  }
}

.p-glossary__title__readmore a {
  color: var(--color-main);
}

.p-glossary__title__readmore a::after {
  background-image: url(icon_arrow_readmore.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: translateY(-1px);
  transition: 0.3s;
  width: 9px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__title__readmore a::after {
    height: calc(8 / 1200 * 100vw);
    margin-left: calc(5 / 1200 * 100vw);
    width: calc(9 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__title__readmore a::after {
    height: calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}

.p-glossary__title__readmore a:hover {
  opacity: 1;
}

.p-glossary__title__readmore a:hover::after {
  transform: translateX(5px);
}

@media screen and (max-width: 767px) {
  .p-glossary__title__readmore a:hover::after {
    transform: translate(0, -1px);
  }
}

@media screen and (max-width: 1199px) {
  .p-glossary__title {
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__title {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.p-glossary__text {
  color: var(--color-black);
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__text {
    font-size: calc(14 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__text {
    font-size: calc(16 / 375 * 100vw);
  }
}

.p-glossary__content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 70px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content {
    margin-top: calc(70 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-glossary__content__sidebar {
  width: 115px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__sidebar {
    width: calc(115 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__sidebar {
    display: none;
    width: calc(115 / 375 * 100vw);
  }
}

.p-glossary__content__sidebar__nav>ul>li {
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__sidebar__nav>ul>li {
    font-size: calc(16 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__sidebar__nav>ul>li {
    font-size: calc(16 / 375 * 100vw);
  }
}

.p-glossary__content__sidebar__nav>ul>li+li {
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__sidebar__nav>ul>li+li {
    margin-top: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__sidebar__nav>ul>li+li {
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-glossary__content__sidebar__nav a {
  align-items: center;
  display: inline-flex;
}

.p-glossary__content__sidebar__nav a::before {
  background-image: url(../images/decoration_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  margin-right: 8px;
  width: 11px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__sidebar__nav a::before {
    height: calc(12 / 1200 * 100vw);
    margin-right: calc(8 / 1200 * 100vw);
    width: calc(11 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__sidebar__nav a::before {
    height: calc(12 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    width: calc(11 / 375 * 100vw);
  }
}

.p-glossary__content__main {
  width: 932px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main {
    width: calc(932 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main {
    width: 100%;
  }
}

.p-glossary__content__main__nav>ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav>ul {
    display: block;
  }
}

.p-glossary__content__main__nav>ul>li {
  font-size: 24px;
  margin-left: 15px;
  margin-top: 15px;
  width: 300px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav>ul>li {
    font-size: calc(24 / 1200 * 100vw);
    margin-left: calc(15 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
    width: calc(300 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav>ul>li {
    font-size: calc(24 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.p-glossary__content__main__nav>ul>li:nth-child(-n+3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav>ul>li:nth-child(-n+3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-glossary__content__main__nav>ul>li:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav>ul>li:first-child {
    margin-top: 0;
  }
}

.p-glossary__content__main__nav>ul>li.is-open .p-glossary__content__main__nav__title::before {
  transform: rotate(90deg);
}

.p-glossary__content__main__nav__title {
  align-items: center;
  background-color: #E7EDFF;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 58px;
  padding: 2px 20px 0;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__title {
    height: calc(58 / 1200 * 100vw);
    padding: calc(2 / 1200 * 100vw) calc(20 / 1200 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__title {
    height: calc(70 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
}

.p-glossary__content__main__nav__title::before {
  background-image: url(../images/decoration_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(-90deg);
  width: 11px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__title::before {
    height: calc(12 / 1200 * 100vw);
    right: calc(20 / 1200 * 100vw);
    width: calc(11 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__title::before {
    height: calc(12 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(11 / 375 * 100vw);
  }
}

.p-glossary__content__main__nav__content {
  background-color: #E7EDFF;
  display: none;
  padding: 5px 20px 30px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__content {
    padding: calc(5 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__content {
    padding: calc(5 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}

.p-glossary__content__main__nav__content__section__title {
  border-left: 5px solid var(--color-main);
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__content__section__title {
    border-left: calc(5 / 1200 * 100vw) solid var(--color-main);
    font-size: calc(16 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__content__section__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-main);
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}

.p-glossary__content__main__nav__content__section__wordList>ul>li {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__content__section__wordList>ul>li {
    font-size: calc(14 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__content__section__wordList>ul>li {
    font-size: calc(14 / 375 * 100vw);
  }
}

.p-glossary__content__main__nav__content__section__wordList a {
  display: flex;
}

.p-glossary__content__main__nav__content__section__wordList a::before {
  background-image: url(../images/decoration_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 12px;
  margin-right: 4px;
  transform: translateY(4px);
  width: 11px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__content__section__wordList a::before {
    height: calc(12 / 1200 * 100vw);
    margin-right: calc(4 / 1200 * 100vw);
    transform: translateY(calc(4 / 1200 * 100vw));
    width: calc(11 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__content__section__wordList a::before {
    height: calc(12 / 375 * 100vw);
    margin-right: calc(4 / 375 * 100vw);
    transform: translateY(calc(4 / 375 * 100vw));
    width: calc(11 / 375 * 100vw);
  }
}

.p-glossary__content__main__nav__content__section+.p-glossary__content__main__nav__content__section {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__nav__content__section+.p-glossary__content__main__nav__content__section {
    margin-top: calc(30 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__nav__content__section+.p-glossary__content__main__nav__content__section {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-glossary__content__main__section__title {
  border-bottom: 1px solid var(--color-border);
  border-left: 5px solid var(--color-main);
  font-size: 24px;
  margin-bottom: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__section__title {
    border-left: calc(5 / 1200 * 100vw) solid var(--color-main);
    font-size: calc(24 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
    padding-left: calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__section__title {
    border-left: calc(5 / 375 * 100vw) solid var(--color-main);
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }
}

.p-glossary__content__main__section__wordList>ul {
  display: flex;
  flex-wrap: wrap;
}

.p-glossary__content__main__section__wordList>ul>li {
  box-sizing: border-box;
  font-size: 20px;
  padding: 0 15px;
  width: 33.3333333333%;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__section__wordList>ul>li {
    font-size: calc(20 / 1200 * 100vw);
    padding: 0 calc(15 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__section__wordList>ul>li {
    font-size: calc(20 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}

.p-glossary__content__main__section__wordList a {
  display: inline-flex;
}

.p-glossary__content__main__section__wordList a::before {
  background-image: url(../images/decoration_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 12px;
  margin-right: 8px;
  transform: translateY(10px);
  width: 11px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__section__wordList a::before {
    height: calc(12 / 1200 * 100vw);
    margin-right: calc(8 / 1200 * 100vw);
    transform: translateY(calc(10 / 1200 * 100vw));
    width: calc(11 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__section__wordList a::before {
    height: calc(12 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    transform: translateY(calc(10 / 375 * 100vw));
    width: calc(11 / 375 * 100vw);
  }
}

.p-glossary__content__main__section__content p {
  color: var(--color-black);
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__section__content p {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__section__content p {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
  }
}

.p-glossary__content__main__section+.p-glossary__content__main__section {
  margin-top: 90px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__section+.p-glossary__content__main__section {
    margin-top: calc(90 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__section+.p-glossary__content__main__section {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-glossary__content__main__link {
  margin-top: 70px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__link {
    margin-top: calc(70 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__link {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-glossary__content__main__link a {
  color: var(--color-main);
  display: flex;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__link a {
    font-size: calc(14 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__link a {
    font-size: calc(18 / 375 * 100vw);
  }
}

.p-glossary__content__main__link a::before {
  background-image: url(../images/icon_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11px;
  margin-right: 10px;
  transform: translateY(6px);
  width: 8px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__link a::before {
    height: calc(11 / 1200 * 100vw);
    margin-right: calc(10 / 1200 * 100vw);
    transform: translateY(calc(6 / 1200 * 100vw));
    width: calc(8 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__link a::before {
    height: calc(15 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    transform: translateY(calc(8 / 375 * 100vw));
    width: calc(12 / 375 * 100vw);
  }
}

.p-glossary__content__main__noitem {
  padding-bottom: 70px;
  padding-top: 70px;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__noitem {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(70 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__noitem {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(85 / 375 * 100vw);
    padding-top: calc(20 / 375 * 100vw);
  }
}

.p-glossary__content__main__noitem__text {
  color: #808080;
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-glossary__content__main__noitem__text {
    font-size: calc(40 / 1200 * 100vw);
    line-height: calc(56 / 1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__noitem__text {
    font-size: calc(40 / 375 * 100vw);
    line-height: calc(56 / 375 * 100vw);
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-glossary__content__main__noitem__text span {
    display: inline-block;
    transform: translateX(calc(3 / 375 * 100vw));
  }
}

.u-inview--fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s;
  transition-delay: 0.1s;
}

@media screen and (max-width: 1199px) {
  .u-inview--fadeInUp {
    transform: translateY(calc(20 / 1200 * 100vw));
  }
}

@media screen and (max-width: 767px) {
  .u-inview--fadeInUp {
    transform: translateY(calc(20 / 375 * 100vw));
  }
}

.u-inview--fadeInUp.is-inviewed {
  opacity: 1;
  transform: translateY(0px);
}

.u-inview--fadeInUp--delay1 {
  transition-delay: 0.3s;
}

@media screen and (max-width: 767px) {
  .u-inview--fadeInUp--delay1 {
    transition-delay: 0s;
  }
}

.u-inview--fadeInUp--delay2 {
  transition-delay: 0.4s;
}

@media screen and (max-width: 767px) {
  .u-inview--fadeInUp--delay2 {
    transition-delay: 0s;
  }
}

.u-inview--fadeInUp--delay3 {
  transition-delay: 0.5s;
}

@media screen and (max-width: 767px) {
  .u-inview--fadeInUp--delay3 {
    transition-delay: 0s;
  }
}

#top-logo-swiper>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

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


.p-service__contact.no-arrow a::after {
  display: none;
}