@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Klee+One:wght@400;600&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --main-default: #0072BC;
  --main-hover: #0085DB;
  --main-light: #E3F4FF;
  --main-lighter: #EFF9FF;
  --main-alpha: rgba(0, 114, 188, 0.25);
  --main-custom: #2289CB;
  --main-custom_hover: #2798E0;
  --sub-1-default: #24BC75;
  --sub-1-hover: #28D082;
  --sub-2-default: #00B7A5;
  --sub-2-hover: #00CBB6;
  --sub-3-default: #00A3BC;
  --sub-3-hover: #00B3CE;
  --sub-4-default: #5887DF;
  --sub-4-hover: #6292EC;
  --sub-5-default: #7C71CE;
  --sub-5-hover: #8579DB;
  --white-default: #FFF;
  --white-alpha: rgba(255, 255, 255, 0.20);
  --other-red: #DD4050;
  --other-yellow: #CA2;
  --other-grey: #83A4B9;
}

/*------------------
googleフォント指定
-------------------*/
/*------------------
color設定
-------------------*/
/*------------------
break point
-------------------*/
/*------------------
スマホ倍率
-------------------*/
/*------------------
header固定時の高さ指定　PC SP ※header fix時に使用
-------------------*/
html {
  scroll-padding-top: 108px;
}
@media screen and (max-width: 1128px) {
  html {
    scroll-padding-top: 60px;
  }
}

/*------------------
よく使う横幅
-------------------*/
/*------------------
coming soon時　※jsの変更も必要
-------------------*/
/*------------------
html , body
-------------------*/
html {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/*------------------------------
 reset
------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align: baseline;*/
  /*background: transparent;*/
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

ul, li {
  list-style: none;
}

input, button, textarea {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select, optgroup, option {
  z-index: auto;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
  *font-size: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

blockquote, q {
  quotes: none;
}

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

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

caption, th {
  text-align: left;
}

fieldset {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  z-index: auto;
  font-style: inherit;
  font-weight: inherit;
}

del {
  text-decoration: none;
  text-decoration: line-through;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

sup, sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  border: 0px;
  color: #fff;
  background: transparent;
  vertical-align: top;
}

img {
  width: 100%;
}

br.brsp {
  display: none;
}
@media screen and (max-width: 1128px) {
  br.brsp {
    display: block;
  }
}

br.brpc {
  display: block;
}
@media screen and (max-width: 1128px) {
  br.brpc {
    display: none;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex__center {
  display: flex;
  justify-content: center;
}

.c-flex__sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex__rev {
  flex-direction: row-reverse;
}

.c-flex__ae {
  align-items: flex-end;
}

.c-flex__sa {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.c-inner {
  position: relative;
  width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .c-inner {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 700px) {
  .c-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-patrolbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px 0 24px;
  background: var(--white-default, #fff);
  border: 1px solid var(--main-custom, #2289cb);
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  .c-patrolbtn {
    width: 100%;
    box-sizing: border-box;
  }
}
.c-patrolbtn__text {
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.c-patrolbtn__icon {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--main-custom, #2289cb);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .c-patrolbtn__icon {
    right: 10px;
  }
}
.c-patrolbtn__icon span {
  position: relative;
}
@media screen and (max-width: 700px) {
  .c-patrolbtn__icon span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-patrolbtn__icon svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
.c-patrolbtn__icon svg:nth-child(1) {
  left: -5px;
}
@media screen and (max-width: 700px) {
  .c-patrolbtn__icon svg:nth-child(1) {
    left: 2px;
  }
}
.c-patrolbtn__icon svg:nth-child(2) {
  left: -25px;
}

.c-patrolbtn:hover {
  background: var(--main-lighter, #eff9ff);
}
.c-patrolbtn:hover .c-patrolbtn__icon {
  background: var(--white-default, #fff);
  border: 1px solid var(--main-custom, #2289cb);
  transform: scale(1.2);
}
.c-patrolbtn:hover .c-patrolbtn__icon svg:nth-child(1) {
  left: 24px;
}
.c-patrolbtn:hover .c-patrolbtn__icon svg:nth-child(2) {
  left: -4px;
}

.c-project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 262px;
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--main-custom, #2289cb);
  color: var(--white-default, #fff);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1128px) {
  .c-project-card {
    width: 31.4148681055%;
  }
}
@media screen and (max-width: 700px) {
  .c-project-card {
    width: 200px;
    max-width: 200px;
  }
}
.c-project-card__icon {
  position: absolute;
  top: 54px;
  top: calc(77% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--white-default, #fff);
  border: 1px solid var(--white-default, #fff);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .c-project-card__icon {
    display: none;
  }
}
.c-project-card__icon span {
  position: relative;
}
.c-project-card__icon svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
.c-project-card__icon svg:nth-child(1) {
  left: -5px;
}
.c-project-card__icon svg:nth-child(2) {
  left: -25px;
}
.c-project-card__img {
  overflow: hidden;
}
.c-project-card__img img {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .c-project-card__img {
    width: 100%;
  }
}
.c-project-card__text {
  padding: 24px;
}
@media screen and (max-width: 700px) {
  .c-project-card__text {
    padding: 20px 15px;
  }
}
.c-project-card__sholder {
  padding-bottom: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .c-project-card__sholder {
    font-size: 11px;
    font-weight: 500;
  }
}
.c-project-card__title {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 700px) {
  .c-project-card__title {
    font-size: 15px;
  }
}
.c-project-card__hash {
  padding: 0 8px;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.c-project-card:hover {
  background: var(--main-custom_hover, #2798e0);
}
.c-project-card:hover .c-project-card__img img {
  transform: scale(1.1);
}
.c-project-card:hover .c-project-card__icon {
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--white-default, #fff);
  transform: scale(1.2);
}
.c-project-card:hover .c-project-card__icon svg:nth-child(1) {
  left: 24px;
}
.c-project-card:hover .c-project-card__icon svg:nth-child(2) {
  left: -5px;
}

.c-project-parent.slick-slider {
  display: block;
  width: 100%;
}
.c-project-parent .slick-slide {
  display: flex;
  justify-content: center;
}
.c-project-parent .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.c-project-parent .slick-dots li {
  margin: 0;
}
.c-project-parent .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 999px;
  font-size: 0;
}
.c-project-parent .slick-dots button::before {
  display: none;
}
.c-project-parent .slick-dots .slick-active button {
  background: var(--main-default, #0072bc);
}
@media screen and (max-width: 834px) {
  .c-project-parent .c-project-card {
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .c-project-parent .c-project-card {
    max-width: 215px;
  }
}
@media screen and (max-width: 700px) {
  .c-project-parent .c-project-card {
    width: 200px;
    max-width: 200px;
    margin-right: 20px;
  }
}

.c-btn--blank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 64px;
  margin: 48px auto;
  padding: 0 20px 0 24px;
  background: var(--white-default, #fff);
  border: 1px solid var(--main-custom, #2289cb);
  color: var(--main-default, #0072bc);
  text-align: center;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  .c-btn--blank {
    width: 100%;
    width: 200px;
  }
}

.c-btn--blank:hover {
  background: var(--main-lighter, #eff9ff);
}

.c-bg__color {
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .c-bg__color {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 20px;
  }
}

.c-bg__color.c-bg__color--dots {
  background: url("../img/common/dot.png") 0 0 repeat;
}

.c-ta__center {
  text-align: center;
}

.c-img__circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.c-mail__link {
  text-decoration: none;
  color: var(--main-custom);
}

/* ===========================================
* tag
* ======================================== */
.c-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.c-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

/* ===========================================
* アコーディオン
* ======================================== */
.c-accordion {
  border: 1px solid var(--main-custom, #2289cb);
}
.c-accordion__item {
  padding: 36px 48px;
  background-color: var(--white-default);
}
@media screen and (max-width: 1128px) {
  .c-accordion__item {
    padding: 40px 20px;
  }
}
.c-accordion__item + div {
  border-top: 1px solid var(--main-custom);
}
.c-accordion__item > dt {
  width: 100%;
  position: relative;
}
.c-accordion__item > dt::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--main-custom);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
.c-accordion__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 100%;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1128px) {
  .c-accordion__btn {
    padding-right: 32px;
    font-size: 18px;
    align-items: flex-start;
    box-sizing: border-box;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  margin: 0 4px;
  background-color: var(--white-default);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: 0.2s;
  z-index: 1;
}
.c-accordion__btn::after {
  rotate: 90deg;
}
.c-accordion__btn.active::after {
  rotate: 0deg;
}
.c-accordion__q, .c-accordion__a {
  width: 32px;
  height: 32px;
  margin-right: 24px;
  background-color: var(--main-custom);
  border-radius: 50%;
  color: var(--white-default);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1128px) {
  .c-accordion__q, .c-accordion__a {
    width: 28px;
    height: 28px;
    margin-top: 2px;
    margin-right: 16px;
    font-size: 14px;
  }
}
.c-accordion__a {
  background-color: var(--sub-3-default);
}
.c-accordion__body {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
}
.c-accordion__txt {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  .c-accordion__txt {
    font-size: 15px;
  }
}

.l-header {
  position: relative;
  width: 100%;
  height: auto;
  background: var(--white-default, #fff);
  box-sizing: border-box;
  padding: 24px 48px 24px 48px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .l-header {
    padding: 13px 20px;
  }
}
.l-header__logo {
  width: 311px;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    width: 227px;
  }
}
.l-header__logo img {
  width: 192px;
  height: 54px;
}
@media screen and (max-width: 834px) {
  .l-header__logo img {
    width: 135px;
    height: auto;
  }
}
.l-header__logo span {
  color: var(--main-default, #0072bc);
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .l-header__logo span {
    font-size: 10px;
  }
}
.l-header__empty {
  width: 243px;
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.l-header__nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__nav ul li a:hover {
  opacity: 0.7;
}
.l-header__nav ul .l-header__nav-item > a::after {
  transform: translateY(2px);
  content: "+";
  display: inline-block;
  margin-left: 1x;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
  border: 1px solid var(--main-default, #0072bc);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  color: var(--main-default, #0072bc);
}
.l-header__nav ul .l-header__nav-item.is-open > a::after {
  content: "−";
  background: var(--main-default, #0072bc);
  color: var(--white-default, #fff);
}
@media screen and (max-width: 700px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-item {
  position: relative;
}
.l-header__nav-item.is-open .l-header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-header__dropdown {
  position: absolute;
  top: 250%;
  left: calc(50% - 135px);
  width: 270px;
  background: var(--white-default, #fff);
  border: 1px solid var(--main-custom, #2289cb);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
}
.l-header__dropdown-item {
  border-top: 1px solid var(--main-custom, #2289cb);
}
.l-header__dropdown-item:first-child {
  border-top: none;
}
.l-header__dropdown-item a {
  display: block;
  padding: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--main-default, #0072bc);
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__dropdown-item a:hover {
  background: rgba(34, 137, 203, 0.1);
}
.l-header__dropdown-item--story:hover {
  background: rgba(34, 137, 203, 0.1);
}
.l-header__dropdown-story {
  display: flex;
  flex-direction: column;
}
.l-header__dropdown-story-en {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
}
.l-header__dropdown-story-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--main-default, #0072bc);
}
.l-header__dropdown-year {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
}
.l-header__dropdown-close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background: var(--main-custom, #2289cb);
  color: var(--white-default, #fff);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.l-header__dropdown-close:hover {
  background: var(--main-custom_hover, #2798e0);
}
.l-header__dropdown-close svg {
  width: 8px;
  height: 8px;
}
.l-header__btns {
  position: fixed;
  top: 24px;
  right: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1001;
  border: 1px solid var(--main-custom, #2289cb);
}
@media screen and (max-width: 834px) {
  .l-header__btns {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 700px) {
  .l-header__btns {
    gap: 8px;
  }
}
.l-header__mypage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 60px;
  background: var(--main-transparent, linear-gradient(0deg, rgba(34, 137, 203, 0.8) 0%, rgba(34, 137, 203, 0.8) 100%), #2289cb);
  background-blend-mode: normal, plus-darker;
  backdrop-filter: blur(8px);
  color: var(--white-default, #fff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.l-header__mypage:hover {
  background: linear-gradient(90deg, rgb(34, 137, 203) 0%, rgb(34, 137, 203) 100%);
}
@media screen and (max-width: 700px) {
  .l-header__mypage {
    display: none;
  }
}
.l-header__entry {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 60px;
  background: var(--sub-2-default, #00b7a5);
  color: var(--white-default, #fff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-right: 1px solid var(--main-custom, #2289cb);
}
.l-header__entry:hover {
  background: var(--sub-2-hover, #00d4c4);
}
@media screen and (max-width: 700px) {
  .l-header__entry {
    display: none;
  }
}
.l-header__hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--white-default, #fff);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 2px;
  z-index: 1001;
}
.l-header__hamburger svg {
  width: 12px;
  height: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger svg:nth-child(1) {
  transform: translateY(0) rotate(0deg);
}
.l-header__hamburger svg:nth-child(2) {
  opacity: 1;
}
.l-header__hamburger svg:nth-child(3) {
  transform: translateY(0) rotate(0deg);
}
@media (hover: hover) {
  .l-header__hamburger:hover {
    background: rgba(34, 137, 203, 0.1);
  }
  .l-header__hamburger:hover svg:nth-child(1) {
    transform: translateY(-2px) rotate(0deg);
  }
  .l-header__hamburger:hover svg:nth-child(3) {
    transform: translateY(2px) rotate(0deg);
  }
}
.l-header__hamburger.is-open svg:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.l-header__hamburger.is-open svg:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open svg:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
@media (hover: hover) {
  .l-header__hamburger.is-open:hover svg:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .l-header__hamburger.is-open:hover svg:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }
}
@media screen and (max-width: 700px) {
  .l-header__hamburger.is-open svg:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }
  .l-header__hamburger.is-open svg:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
  }
}
@media screen and (max-width: 700px) {
  .l-header__hamburger {
    width: 40px;
    height: 40px;
  }
  .l-header__hamburger svg {
    width: 10px;
    height: 2px;
  }
}
.l-header__megamenu {
  position: fixed;
  top: 0px; /* ボタンの下 */
  right: 0;
  left: 0;
  width: 100%;
  background: var(--white-default, #fff);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 132px 48px 96px 48px;
}
.l-header__megamenu--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 700px) {
  .l-header__megamenu {
    padding: 80px 20px 40px 20px;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: auto;
  }
}
.l-header__megamenu-content {
  display: flex;
  gap: 48px;
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-content {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 80px;
  }
}
.l-header__megamenu-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-column:nth-child(2) .l-header__megamenu-en, .l-header__megamenu-column:nth-child(4) .l-header__megamenu-en {
    width: 50px;
  }
}
.l-header__megamenu-column:nth-child(2) .l-header__megamenu-en img, .l-header__megamenu-column:nth-child(4) .l-header__megamenu-en img {
  width: 40px;
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-column {
    gap: 0;
  }
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-column.is-open .l-header__megamenu-header::after {
    content: "−";
    background: var(--main-default, #0072bc);
    color: var(--white-default, #fff);
  }
}
.l-header__megamenu-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 12px 0 0 0;
    position: relative;
  }
  .l-header__megamenu-header::after {
    content: "+";
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid var(--main-default, #0072bc);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    text-align: center;
    color: var(--main-default, #0072bc);
    transition: all 0.3s ease;
  }
}
.l-header__megamenu-en {
  font-family: "Lumios Marker", sans-serif;
  font-size: 16px;
  color: var(--main-default, #0072bc);
  transform: rotate(352deg) skewX(342deg);
  line-height: 0.5;
  height: 30px;
}
.l-header__megamenu-en img {
  width: 50px;
  height: auto;
}
.l-header__megamenu-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-jp {
    font-size: 20px;
  }
}
.l-header__megamenu-links {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--main-custom, #2289cb);
  border-top: 1px solid var(--main-custom, #2289cb);
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-links {
    gap: 0;
    display: none;
    border-top: none;
  }
}
.l-header__megamenu-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid var(--main-custom, #2289cb);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--main-default, #0072bc);
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-header__megamenu-link:first-child {
  border-top: none;
}
.l-header__megamenu-link:hover {
  background: rgba(34, 137, 203, 0.1);
}
.l-header__megamenu-link svg {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-link {
    padding: 16px 0;
    font-size: 14px;
  }
}
.l-header__megamenu-story {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.l-header__megamenu-story:hover {
  background: rgba(34, 137, 203, 0.1);
}
.l-header__megamenu-story-en {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
}
.l-header__megamenu-story-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--main-default, #0072bc);
}
.l-header__megamenu-year {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
}
.l-header__megamenu-close {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-close {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
  }
}
@media screen and (max-width: 700px) {
  .l-header__megamenu-close--show {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__megamenu-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  background: var(--main-custom, #2289cb);
  color: var(--white-default, #fff);
  color: var(--white-default, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 11px */
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.l-header__megamenu-close-btn:hover {
  background: var(--main-custom_hover, #2798e0);
}
.l-header__megamenu-close-btn svg {
  width: 12px;
  height: 12px;
}

.l-header__recruit-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
  text-transform: uppercase;
  margin-left: 24px;
}
@media screen and (max-width: 700px) {
  .l-header__recruit-text {
    display: none;
  }
}

.c-cta {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 700px) {
  .c-cta {
    flex-direction: column;
  }
}
.c-cta__mypage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  flex-shrink: 0;
  height: 252px;
  background: var(--main-custom, #2289cb);
  color: var(--white-default, #fff);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .c-cta__mypage {
    width: 100%;
    height: 130px;
    background: var(--sub-2-default, #00b7a5);
  }
}
.c-cta__mypage:hover {
  background: var(--main-custom_hover, #2798e0);
}
@media screen and (max-width: 700px) {
  .c-cta__mypage:hover {
    background: var(--sub-2-hover, #00d4c4);
  }
}
.c-cta__entry {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  flex-shrink: 0;
  height: 252px;
  background: var(--sub-2-default, #00b7a5);
  color: var(--white-default, #fff);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .c-cta__entry {
    width: 100%;
    height: 130px;
    background: var(--main-custom, #2289cb);
  }
}
.c-cta__entry:hover {
  background: var(--sub-2-hover, #00d4c4);
}
@media screen and (max-width: 700px) {
  .c-cta__entry:hover {
    background: var(--main-custom_hover, #2798e0);
  }
}
.c-cta__title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: var(--white-default, #fff);
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  .c-cta__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.c-cta__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: var(--white-default, #fff);
}
@media screen and (max-width: 700px) {
  .c-cta__text {
    font-size: 12px;
  }
}
.c-cta__icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  .c-cta__icon {
    top: auto;
    bottom: 20px;
    right: 20px;
    transform: none;
    width: 30px;
    height: 30px;
  }
}
.c-cta__icon-rotate {
  position: absolute;
  width: 48px;
  height: 48px;
  animation: rotate 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.c-cta__icon-rotate path {
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 50;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 700px) {
  .c-cta__icon-rotate {
    width: 30px;
    height: 30px;
  }
}
.c-cta__icon-arrow {
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .c-cta__icon-arrow {
    width: 8px;
    height: 8px;
  }
}

.l-footer {
  background: var(--white-default, #fff);
  padding: 48px 0;
}
@media screen and (max-width: 700px) {
  .l-footer {
    padding: 60px 20px 120px;
  }
}
.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .l-footer__inner {
    box-sizing: border-box;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 700px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    gap: 60px;
  }
}
.l-footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 700px) {
  .l-footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.l-footer__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--main-default, #0072bc);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.l-footer__link::after {
  margin-left: -5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/icon_blank.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-footer__link:hover {
  opacity: 0.7;
}
.l-footer__link svg {
  width: 10px;
  height: 10px;
}
.l-footer__copy {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: var(--main-default, #0072bc);
}
@media screen and (max-width: 700px) {
  .l-footer__copy {
    margin-top: 0;
    text-align: left;
  }
}
.l-footer__fixed-btns {
  display: none;
}
@media screen and (max-width: 700px) {
  .l-footer__fixed-btns {
    display: flex;
    gap: 0px;
    position: fixed;
    bottom: 15px;
    left: 65px;
    right: 65px;
    width: calc(100% - 130px);
    z-index: 999;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
.l-footer__fixed-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-default, #fff);
  transition: all 0.3s ease;
}
.l-footer__fixed-btn--mypage {
  background: var(--main-transparent, linear-gradient(0deg, rgba(34, 137, 203, 0.8) 0%, rgba(34, 137, 203, 0.8) 100%), #2289cb);
  background-blend-mode: normal, plus-darker;
  /* backdrop */
  backdrop-filter: blur(8px);
}
.l-footer__fixed-btn--mypage:hover {
  background: linear-gradient(90deg, rgb(34, 137, 203) 0%, rgb(34, 137, 203) 100%);
}
.l-footer__fixed-btn--entry {
  background: var(--sub-2-default, #00b7a5);
}
.l-footer__fixed-btn--entry:hover {
  background: var(--sub-2-hover, #00cbb6);
}

#c-menu {
  display: none;
  position: fixed;
  background: #000;
  left: 0;
  width: 100%;
  top: 108px;
  height: calc(100vh - 108px);
}
@media screen and (max-width: 1128px) {
  #c-menu {
    top: 60px;
  }
}

.c-cover-mv {
  position: relative;
  height: 756px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .c-cover-mv {
    height: 390px;
  }
}
.c-cover-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-cover-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 108px;
  background-color: #2289cb;
  display: flex;
  align-items: center;
  padding: 0 48px;
  gap: 16px;
}
@media screen and (max-width: 700px) {
  .c-cover-mv__content {
    display: block;
  }
}
.c-cover-mv__jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .c-cover-mv {
    height: 400px;
  }
  .c-cover-mv__content {
    height: 75px;
    padding: 0 20px;
    gap: 10px;
  }
  .c-cover-mv__en {
    display: block;
  }
  .c-cover-mv__jp {
    font-size: 18px;
  }
}

.c-text-mv {
  display: flex;
  width: 100%;
  height: 252px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: var(--main-custom, #2289CB);
  color: var(--white-default, #FFF);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  position: relative;
}
@media screen and (max-width: 700px) {
  .c-text-mv {
    font-size: 28px;
    height: 195px;
    box-sizing: border-box;
  }
}
.c-text-mv__content {
  display: flex;
  justify-content: center;
}
.c-text-mv__en {
  padding-right: 12px;
  padding-top: 10px;
}

.c-text-mv .c-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
}

.c-breadcrumb {
  display: inline-block;
  align-items: center;
  gap: 4px;
  padding: 16px 48px;
  background: var(--white-default, #FFF);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .c-breadcrumb {
    padding: 12px 20px;
    font-size: 10px;
  }
}
.c-breadcrumb__item {
  color: var(--main-default, #0072BC);
  opacity: 0.33;
  text-decoration: none;
}
.c-breadcrumb__separator {
  color: var(--main-default, #0072BC);
  opacity: 0.33;
}
.c-breadcrumb__current {
  color: var(--main-default, #0072BC);
  opacity: 1;
}

body#top .p-toplink-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 405px;
  margin-bottom: 24px;
  background: var(--white-default, #fff);
  border: 1px solid var(--main-custom, #2289cb);
  text-decoration: none;
}
@media screen and (max-width: 1128px) {
  body#top .p-toplink-card {
    width: 48.5611510791%;
  }
}
@media screen and (max-width: 700px) {
  body#top .p-toplink-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
body#top .p-toplink-card .p-toplink-card__icon.p-toplink-card__blank {
  background: none;
  border: none;
}
body#top .p-toplink-card .p-toplink-card__icon.p-toplink-card__blank svg {
  position: static;
  width: 10px;
  height: 10px;
}
body#top .p-toplink-card .p-toplink-card__icon.p-toplink-card__blank svg path {
  stroke: var(--main-custom, #2289cb);
}
body#top .p-toplink-card__icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--main-custom, #2289cb);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body#top .p-toplink-card__icon {
    right: 10px;
  }
}
body#top .p-toplink-card__icon span {
  position: relative;
}
@media screen and (max-width: 700px) {
  body#top .p-toplink-card__icon span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body#top .p-toplink-card__icon svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
body#top .p-toplink-card__icon svg:nth-child(1) {
  left: -5px;
}
@media screen and (max-width: 700px) {
  body#top .p-toplink-card__icon svg:nth-child(1) {
    left: 2px;
  }
}
body#top .p-toplink-card__icon svg:nth-child(2) {
  left: -25px;
}
body#top .p-toplink-card__img {
  width: 128px;
  overflow: hidden;
}
body#top .p-toplink-card__img img {
  transition: all 0.3s ease-in-out;
}
body#top .p-toplink-card__text {
  padding: 0 0 0 24px;
  color: var(--main-custom, #2289cb);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (max-width: 700px) {
  body#top .p-toplink-card__text {
    font-size: 15px;
  }
}
@media (hover: hover) {
  body#top .p-toplink-card:hover {
    background: var(--main-lighter, #eff9ff);
  }
  body#top .p-toplink-card:hover .p-toplink-card__img img {
    transform: scale(1.1);
  }
  body#top .p-toplink-card:hover .p-toplink-card__icon {
    background: #fff;
    border: 1px solid var(--main-custom, #2289cb);
    transform: scale(1.2);
  }
  body#top .p-toplink-card:hover .p-toplink-card__icon svg:nth-child(1) {
    left: 24px;
  }
  body#top .p-toplink-card:hover .p-toplink-card__icon svg:nth-child(2) {
    left: -5px;
  }
  body#top .p-toplink-card:hover .p-toplink-card__icon.p-toplink-card__blank {
    background: transparent;
    border: none;
    transform: none;
  }
}
body#top .p-home-mv {
  margin-bottom: 640px;
  padding: 18px 0 36px 0;
  background: #fff;
}
@media screen and (max-width: 700px) {
  body#top .p-home-mv {
    margin-bottom: 440px;
    padding: 27px 0 15px 0;
  }
}
body#top .p-home-mv__inner {
  align-items: end;
}
body#top .p-home-mv__catch {
  margin-left: 228px;
  color: var(--main-custom, #2289cb);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 2.88px;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 834px) {
  body#top .p-home-mv__catch {
    margin-left: 0;
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}
body#top .p-home-mv__lead {
  width: 212px;
}
@media screen and (max-width: 700px) {
  body#top .p-home-mv__lead {
    width: 134px;
    margin: 10px 0 0 auto;
  }
}
body#top .p-home-message {
  padding: 96px 0;
  background: var(--main-custom, #2289cb);
  color: var(--white-default, #fff);
}
@media screen and (max-width: 700px) {
  body#top .p-home-message {
    padding: 80px 0;
  }
}
body#top .p-home-message .p-message--title {
  width: 155px;
}
@media screen and (max-width: 834px) {
  body#top .p-home-message .p-message--title {
    width: 121px;
    margin-bottom: 40px;
  }
}
body#top .p-home-message__texts {
  width: 834px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
}
body#top .p-home-message__text {
  padding: 0 0 24px 0;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 834px) {
  body#top .p-home-message__text {
    padding: 0 0 20px 0;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
body#top .p-home-message__description {
  color: var(--white-default, #fff);
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 700px) {
  body#top .p-home-message__description {
    font-size: 15px;
  }
}
body#top .p-home-common {
  padding: 96px 0;
  background: url("../img/common/dot.png") 0 0 repeat;
}
@media screen and (max-width: 834px) {
  body#top .p-home-common {
    padding: 80px 0;
  }
}
body#top .p-home-common .p-company-btns {
  width: 834px;
}
@media screen and (max-width: 1128px) {
  body#top .p-home-common .p-company-btns {
    width: 73.9361702128%;
  }
}
@media screen and (max-width: 834px) {
  body#top .p-home-common .p-company-btns {
    width: 100%;
  }
}
body#top .p-home-common .p-company-btns .p-to-link-parent {
  padding-bottom: 24px;
}
@media screen and (max-width: 834px) {
  body#top .p-home-common .p-company-btns .p-to-link-parent {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  body#top .p-company-title {
    padding-bottom: 40px;
  }
}
body#top .p-company-title__en {
  display: block;
  width: 81px;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 700px) {
  body#top .p-company-title__en {
    width: 58px;
    padding: 0 0 15px 0;
  }
}
body#top .p-company-title__jp {
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  body#top .p-company-title__jp {
    font-size: 28px;
  }
}
body#top .p-home-people {
  padding: 96px 0;
  background: var(--main-light, #e3f4ff);
}
@media screen and (max-width: 700px) {
  body#top .p-home-people {
    padding: 80px 0;
  }
}
body#top .p-people-title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 48px;
}
@media screen and (max-width: 700px) {
  body#top .p-people-title {
    padding-bottom: 40px;
  }
}
body#top .p-people-title__en {
  padding-right: 8px;
}
body#top .p-people-title__en img {
  width: 64px;
}
@media screen and (max-width: 700px) {
  body#top .p-people-title__en img {
    width: 38px;
    margin-left: -38px;
  }
}
body#top .p-people-title__jp {
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  body#top .p-people-title__jp {
    font-size: 28px;
  }
}
body#top .p-people-card {
  position: relative;
  width: 262px;
  max-width: 262px;
  margin-right: 24px;
  color: var(--white-default, #fff);
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  body#top .p-people-card {
    width: 200px !important;
    max-width: 200px !important;
    margin: 0 10px;
  }
}
body#top .p-people-card__parent {
  padding-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 1760px;
}
@media screen and (max-width: 834px) {
  body#top .p-people-card__parent {
    padding-bottom: 60px;
    flex-wrap: wrap !important;
  }
}
body#top .p-people-card__parent.slick-slider {
  display: block;
  width: 100%;
}
body#top .p-people-card__parent .slick-slide {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  body#top .p-people-card__parent .slick-slide {
    margin-right: 0;
  }
}
body#top .p-people-card__parent .slick-slide > a {
  flex: 1 0 auto;
  margin-right: 0;
}
body#top .p-people-card__parent .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
body#top .p-people-card__parent .slick-dots li {
  margin: 0;
}
body#top .p-people-card__parent .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 999px;
  font-size: 0;
}
body#top .p-people-card__parent .slick-dots button::before {
  display: none;
}
body#top .p-people-card__parent .slick-dots .slick-active button {
  background: var(--main-default, #0072bc);
}
body#top .p-people-card__img {
  overflow: hidden;
  max-height: 197px;
}
body#top .p-people-card__img img {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body#top .p-people-card__img {
    max-height: 150px;
    width: 100%;
  }
}
body#top .p-people-card__icon {
  position: absolute;
  top: calc(79% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--main-custom, #2289cb);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body#top .p-people-card__icon {
    display: none;
  }
}
body#top .p-people-card__icon span {
  position: relative;
}
body#top .p-people-card__icon svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
body#top .p-people-card__icon svg:nth-child(1) {
  left: -5px;
}
body#top .p-people-card__icon svg:nth-child(2) {
  left: -25px;
}
body#top .p-people-card__text {
  padding: 24px 20px 24px 24px;
  width: 100%;
  min-height: 145px;
}
@media screen and (max-width: 700px) {
  body#top .p-people-card__text {
    padding: 20px 15px;
    width: 100%;
    min-height: 133px;
  }
}
body#top .p-people-card__en {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  body#top .p-people-card__en {
    font-size: 11px;
  }
}
body#top .p-people-card__jp {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  body#top .p-people-card__jp {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
body#top .p-people-card__spec {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  body#top .p-people-card__spec {
    font-size: 11px;
  }
}
body#top .p-people-card__spec span {
  display: block;
  margin-bottom: 6px;
  padding-right: 1em;
}
body#top .p-people-card__hash {
  display: inline-block;
  padding: 0 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
body#top .p-people-card:hover .p-people-card__img img {
  transform: scale(1.1);
}
body#top .p-people-card:hover .p-people-card__icon {
  background: var(--white-default, #fff);
  border: 1px solid var(--white-default, #fff);
  transform: scale(1.2);
}
body#top .p-people-card:hover .p-people-card__icon svg:nth-child(1) {
  left: 24px;
}
body#top .p-people-card:hover .p-people-card__icon svg:nth-child(2) {
  left: -5px;
}
body#top .p-people-card__sub4 {
  background: #5887DF;
  border: 1px solid #5887DF;
}
body#top .p-people-card__sub4 .p-people-card__icon {
  background: #fff;
}
body#top .p-people-card__sub3 {
  background: #00A3BC;
  border: 1px solid #00A3BC;
}
body#top .p-people-card__sub3 .p-people-card__icon {
  background: #fff;
}
body#top .p-people-card__sub2 {
  background: #00B7A5;
  border: 1px solid #00B7A5;
}
body#top .p-people-card__sub2 .p-people-card__icon {
  background: #fff;
}
body#top .p-people-card.p-people-card__sub4:hover {
  background: var(--sub-4-hover, #6292ec);
  border: 1px solid var(--sub-4-hover, #6292ec);
}
body#top .p-people-card.p-people-card__sub4:hover .p-people-card__icon {
  background: var(--sub-4-hover, #6292ec);
}
body#top .p-people-card.p-people-card__sub3:hover {
  background: var(--sub-3-hover, #00b3ce);
  border: 1px solid var(--sub-3-hover, #00b3ce);
}
body#top .p-people-card.p-people-card__sub3:hover .p-people-card__icon {
  background: var(--sub-3-hover, #00b3ce);
}
body#top .p-people-card.p-people-card__sub2:hover {
  background: var(--sub-2-hover, #00cbb6);
  border: 1px solid var(--sub-2-hover, #00cbb6);
}
body#top .p-people-card.p-people-card__sub2:hover .p-people-card__icon {
  background: var(--sub-2-hover, #00cbb6);
}
body#top .p-people__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1128px) {
  body#top .p-people__btn {
    width: 834px;
    padding-left: 14%;
  }
}
@media screen and (max-width: 834px) {
  body#top .p-people__btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
body#top .p-roundtable-cards {
  width: 834px;
  margin: 24px auto 0 auto;
}
@media screen and (max-width: 834px) {
  body#top .p-roundtable-cards {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 834px) {
  body#top .p-workstyle-title {
    padding-bottom: 40px;
  }
}
body#top .p-workstyle-title__en {
  display: block;
  width: 85px;
  padding-bottom: 10px;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-title__en {
    width: 61px;
    padding-bottom: 15px;
  }
}
body#top .p-workstyle-title__jp {
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-title__jp {
    font-size: 28px;
  }
}
body#top .p-workstyle-card {
  position: relative;
  width: 405px;
  color: var(--white-default, #fff);
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--main-custom, #2289cb);
  text-decoration: none;
}
@media screen and (max-width: 1128px) {
  body#top .p-workstyle-card {
    width: 48.5611510791%;
  }
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
body#top .p-workstyle-card__icon {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--white-default, #fff);
  border: 1px solid var(--white-default, #fff);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__icon {
    top: 35px;
    right: 10px;
  }
}
body#top .p-workstyle-card__icon span {
  position: relative;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__icon span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body#top .p-workstyle-card__icon svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
body#top .p-workstyle-card__icon svg:nth-child(1) {
  left: -5px;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__icon svg:nth-child(1) {
    left: 2px;
  }
}
body#top .p-workstyle-card__icon svg:nth-child(2) {
  left: -25px;
}
body#top .p-workstyle-card__img {
  width: 170px;
  overflow: hidden;
}
body#top .p-workstyle-card__img img {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__img {
    width: 42.8571428571%;
  }
}
body#top .p-workstyle-card__detail {
  width: 190px;
  padding: 15px 20px 15px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  body#top .p-workstyle-card__detail {
    width: 54.2857142857%;
  }
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__detail {
    width: 57.1428571429%;
    padding: 11px 20px 0 24px;
  }
}
body#top .p-workstyle-card__sholder {
  padding-bottom: 6px;
  color: var(--white-default, #fff);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__sholder {
    font-size: 11px;
  }
}
body#top .p-workstyle-card__title {
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 20px */
}
@media screen and (max-width: 700px) {
  body#top .p-workstyle-card__title {
    font-size: 15px;
  }
}
@media (hover: hover) {
  body#top .p-workstyle-card:hover {
    background: var(--main-custom_hover, #2798e0);
  }
  body#top .p-workstyle-card:hover .p-workstyle-card__img img {
    transform: scale(1.1);
  }
  body#top .p-workstyle-card:hover .p-workstyle-card__icon {
    background: var(--main-custom, #2289cb);
    border: 1px solid var(--white-default, #fff);
    transform: scale(1.2);
  }
  body#top .p-workstyle-card:hover .p-workstyle-card__icon svg:nth-child(1) {
    left: 24px;
  }
  body#top .p-workstyle-card:hover .p-workstyle-card__icon svg:nth-child(2) {
    left: -5px;
  }
}
body#top .p-home-recruit {
  padding: 96px 0;
  background: rgba(34, 137, 203, 0.5);
  color: var(--white-default, #fff);
}
@media screen and (max-width: 700px) {
  body#top .p-home-recruit {
    padding: 80px 0 60px 0;
  }
}
body#top .p-home-recruit .p-recruit-title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 48px;
}
body#top .p-home-recruit .p-recruit-title__en {
  padding-right: 8px;
}
body#top .p-home-recruit .p-recruit-title__en img {
  width: 58px;
  margin-left: -58px;
}
@media screen and (max-width: 700px) {
  body#top .p-home-recruit .p-recruit-title__en img {
    width: 42px;
    margin-left: -42px;
  }
}
body#top .p-home-recruit .p-recruit-title__jp {
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 700px) {
  body#top .p-home-recruit .p-recruit-title__jp {
    font-size: 28px;
  }
}
body#top .p-home-recruit .p-toplink-card {
  width: 360px;
  border: 1px solid var(--white-default, #fff);
}
@media screen and (max-width: 1128px) {
  body#top .p-home-recruit .p-toplink-card {
    width: 31.914893617%;
  }
}
@media screen and (max-width: 834px) {
  body#top .p-home-recruit .p-toplink-card {
    width: 100%;
  }
}

#js-fixbg {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
#js-fixbg .slideFrame {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 700px) {
  #js-fixbg .slideFrame {
    height: 100vh;
    overflow: visible;
  }
}
#js-fixbg .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}
#js-fixbg .slide-btn:hover {
  opacity: 0.8;
}
#js-fixbg .slide-btn svg {
  width: 48px;
  height: 48px;
  display: block;
}
#js-fixbg .slide-btn--prev {
  left: 48px;
}
#js-fixbg .slide-btn--next {
  right: 48px;
}
@media screen and (max-width: 700px) {
  #js-fixbg .slide-btn {
    display: none;
  }
}
#js-fixbg .slideGuide {
  display: flex;
  height: 100%;
}
#js-fixbg .slideCell {
  flex: 0 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
#js-fixbg .slideCell img {
  width: auto;
  height: auto;
  max-height: 100%;
}
#js-fixbg .slideCell .slide-img--pc {
  display: block;
}
#js-fixbg .slideCell .slide-img--sp {
  display: none;
}
@media screen and (max-width: 700px) {
  #js-fixbg .slideCell {
    flex: 0 0 66.66vw;
    justify-content: center;
  }
  #js-fixbg .slideCell:last-child {
    margin-right: 0;
  }
  #js-fixbg .slideCell .slide-img--pc {
    display: none;
  }
  #js-fixbg .slideCell .slide-img--sp {
    display: block;
    width: auto;
    height: 100vh;
    object-fit: cover;
  }
}

#js-fixbg-sp {
  display: none;
}
@media screen and (max-width: 1128px) {
  #js-fixbg-sp {
    margin-top: 80px;
    display: block;
    height: 340px;
  }
}
#js-fixbg-sp .slideFrame {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
#js-fixbg-sp .slideCell {
  height: 340px;
}
#js-fixbg-sp .slideCell img {
  width: 238px;
  height: 340px;
}

button {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute !important;
  bottom: 120px !important;
  top: auto !important;
  transform: none !important;
  display: block !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 48px !important;
  height: 48px !important;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.8;
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.slick-prev img,
.slick-next img {
  width: 48px;
  height: 48px;
  display: block;
}
@media screen and (max-width: 700px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

.slick-prev {
  left: 20px !important;
}

.slick-next {
  right: 20px !important;
}

.dots-class {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 10px;
}

.dots-class li {
  width: 12%;
  height: 2px;
  background: var(--main-, rgba(0, 114, 188, 0.25));
  cursor: pointer;
  position: relative;
}

.p-company-btns .dots-class li {
  width: 30%;
}

.dots-class li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--main-custom, #2289cb);
  display: inline-block;
}

.dots-class li.slick-active::before {
  background: var(--main-custom, #2289cb);
  animation: progressbar-anime 4.5s linear forwards;
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
body#message .c-cover-mv__bg {
  background-image: url("../img/message/bg_fv.webp");
}
@media screen and (max-width: 700px) {
  body#message .c-cover-mv__bg {
    background-image: url("../img/message/bg_fv_sp.webp");
  }
}
body#message .c-cover-mv__en {
  width: 59px;
  padding-top: 5px;
}
@media screen and (max-width: 700px) {
  body#message .c-cover-mv__en {
    width: 32px;
    padding-top: 15px;
  }
}
body#message .p-message {
  padding: 96px 0;
}
@media screen and (max-width: 700px) {
  body#message .p-message {
    padding: 80px 0;
  }
}
body#message .p-message__title {
  margin-bottom: 96px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  body#message .p-message__title {
    margin-bottom: 40px;
  }
}
body#message .p-message__title-text {
  margin-bottom: 48px;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 700px) {
  body#message .p-message__title-text {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#message .p-message-author {
  margin-bottom: 0;
}
body#message .p-message-author__title {
  margin-bottom: 10px;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
body#message .p-message-author__name {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  body#message .p-message-author__name {
    font-size: 18px;
  }
}
body#message .p-message__content:nth-child(odd) {
  flex-direction: row-reverse;
}
body#message .p-message__content {
  margin-bottom: 96px;
}
@media screen and (max-width: 700px) {
  body#message .p-message__content {
    margin-bottom: 80px;
    flex-direction: column;
  }
}
body#message .p-message__img {
  width: 422px;
  height: 422px;
  flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  body#message .p-message__img {
    width: 100%;
    height: 60vw;
    max-height: 300px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body#message .p-message__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 91.3% 0%;
}
@media screen and (max-width: 700px) {
  body#message .p-message__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
body#message .p-message__img--center img {
  object-position: center;
}
@media screen and (max-width: 700px) {
  body#message .p-message__img--center img {
    object-position: center;
  }
}
body#message .p-message__text {
  margin-bottom: 0;
  width: 658px;
}
@media screen and (max-width: 834px) {
  body#message .p-message__text {
    width: 100%;
  }
}
body#message .p-message__section-title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  background: url("../img/message/icon_line.svg") bottom left no-repeat;
  background-size: 55px;
  color: var(--main-default, #0072BC);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 700px) {
  body#message .p-message__section-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.44px;
  }
}
body#message .p-message__description {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#message .p-message__description {
    font-size: 15px;
  }
}
body#message .p-message__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px 0 24px;
  background: #ffffff;
  border: 1px solid #2289cb;
  text-decoration: none;
}
@media screen and (max-width: 700px) {
  body#message .p-message__btn {
    width: 100%;
    height: 64px;
    box-sizing: border-box;
  }
}
body#message .p-message__btn:hover {
  background: var(--main-lighter, #EFF9FF);
}
body#message .p-message__btn__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
body#message .p-message__btn__icon {
  width: 10px;
  height: 10px;
  margin-bottom: 0;
}
body#message .p-message__btn__icon img {
  width: 100%;
  height: 100%;
}
body#message .p-message-cta {
  text-align: center;
}

body#welfare .c-text-mv__en {
  width: 57px;
}
@media screen and (max-width: 700px) {
  body#welfare .c-text-mv__en {
    width: 34px;
    padding-top: 15px;
    margin-left: -17px;
  }
}
body#welfare .p-welfare {
  padding: 96px 0;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare {
    padding: 80px 0;
  }
}
body#welfare .p-welfare__section {
  margin-bottom: 96px;
}
body#welfare .p-welfare__title {
  margin-bottom: 24px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
body#welfare .p-welfare__description {
  margin-bottom: 48px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__description {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.75;
  }
}
body#welfare .p-welfare__stats {
  width: 834px;
  margin: 0 auto;
  gap: 48px;
}
@media screen and (max-width: 834px) {
  body#welfare .p-welfare__stats {
    width: 100%;
    gap: 24px;
  }
}
body#welfare .p-welfare__stat {
  margin-bottom: 48px;
  width: 246px;
}
@media screen and (max-width: 834px) {
  body#welfare .p-welfare__stat {
    margin-bottom: 24px;
    width: 46%;
  }
}
body#welfare .p-welfare__stat__circle {
  position: relative;
  width: 246px;
  height: 246px;
  margin: 0 auto 18px;
  background: #fff;
  border: 3px solid #e3f4ff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  body#welfare .p-welfare__stat__circle {
    width: 123px;
    height: 123px;
    margin: 0 auto 9px;
  }
}
body#welfare .p-welfare__stat__progress {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 250px;
  height: 250px;
}
body#welfare .p-welfare__stat__progress--pc {
  display: block;
  width: 250px;
  height: 250px;
  top: -2px;
  left: -2px;
}
body#welfare .p-welfare__stat__progress--sp {
  display: none;
  width: 125px;
  height: 125px;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 834px) {
  body#welfare .p-welfare__stat__progress--pc {
    display: none;
  }
  body#welfare .p-welfare__stat__progress--sp {
    display: block;
    width: 125px;
    height: 125px;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__stat__progress .progress-circle {
    stroke-width: 3;
  }
}
body#welfare .p-welfare__stat__title {
  margin-bottom: 8px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__stat__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
body#welfare .p-welfare__stat__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__stat__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
}
body#welfare .p-welfare__stat__icon img {
  width: 100%;
  height: 100%;
}
body#welfare .p-welfare__stat__number {
  margin-bottom: 0;
  color: #0072bc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
body#welfare .p-welfare__stat__number small {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__stat__number {
    font-size: 20px;
  }
  body#welfare .p-welfare__stat__number small {
    font-size: 14px;
  }
}
body#welfare .p-welfare__stat__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__stat__text {
    font-size: 12px;
  }
}
body#welfare .p-welfare__systems {
  margin-bottom: 48px;
  gap: 48px;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__systems {
    width: 100%;
    gap: 20px;
  }
}
body#welfare .p-welfare__system {
  margin-bottom: 48px;
  width: 246px;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__system {
    margin-bottom: 24px;
    width: 47%;
  }
}
body#welfare .p-welfare__system__circle {
  position: relative;
  width: 246px;
  height: 246px;
  margin: 0 auto 18px;
  background: #fff;
  border: 3px solid #e3f4ff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body#welfare .p-welfare__system__title {
  margin-bottom: 8px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
body#welfare .p-welfare__system__icon {
  width: 96px;
  height: 96px;
  margin-bottom: 0;
}
body#welfare .p-welfare__system__icon img {
  width: 100%;
  height: 100%;
}
body#welfare .p-welfare__system__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
body#welfare .p-welfare__system__list {
  margin-bottom: 0;
  padding-left: 21px;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
body#welfare .p-welfare__system__list li {
  list-style: disc;
}
body#welfare .p-welfare__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px 0 24px;
  background: #ffffff;
  border: 1px solid #2289cb;
  text-decoration: none;
}
body#welfare .p-welfare__btn__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
body#welfare .p-welfare__btn__icon {
  width: 10px;
  height: 10px;
  margin-bottom: 0;
}
body#welfare .p-welfare__btn__icon img {
  width: 100%;
  height: 100%;
}
body#welfare .p-welfare__map {
  margin-bottom: 0;
  text-align: center;
}
body#welfare .p-welfare__map img {
  max-width: 100%;
  height: auto;
}
body#welfare .p-welfare__map__img--pc {
  display: block;
  max-width: 100%;
  height: auto;
}
body#welfare .p-welfare__map__img--sp {
  display: none;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__map {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
  body#welfare .p-welfare__map__img--pc {
    display: none;
  }
  body#welfare .p-welfare__map__img--sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
body#welfare .p-welfare__resorts {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__resorts {
    width: 100%;
  }
}
body#welfare .p-welfare__resort {
  margin-bottom: 48px;
}
body#welfare .p-welfare__resort__img {
  width: 100%;
  height: 256px;
  margin-bottom: 18px;
  align-self: stretch;
  aspect-ratio: 344/250.18;
}
body#welfare .p-welfare__resort__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  body#welfare .p-welfare__resort__img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    aspect-ratio: 352/256;
  }
  body#welfare .p-welfare__resort__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
body#welfare .p-welfare__resort__title {
  margin-bottom: 0;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1128px) {
  body#welfare .p-welfare {
    padding: 80px 0;
  }
  body#welfare .p-welfare__section {
    margin-bottom: 48px;
  }
  body#welfare .p-welfare__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  body#welfare .p-welfare__description {
    margin-bottom: 40px;
    font-size: 14px;
  }
  body#welfare .p-welfare__stat {
    margin-bottom: 24px;
  }
  body#welfare .p-welfare__stat__circle {
    width: 123px;
    height: 123px;
    margin-bottom: 9px;
  }
  body#welfare .p-welfare__stat__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
  body#welfare .p-welfare__stat__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
  body#welfare .p-welfare__stat__number {
    font-size: 20px;
  }
  body#welfare .p-welfare__stat__text {
    font-size: 12px;
  }
  body#welfare .p-welfare__system {
    margin-bottom: 24px;
  }
  body#welfare .p-welfare__system__circle {
    width: 123px;
    height: 123px;
    margin-bottom: 9px;
  }
  body#welfare .p-welfare__system__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
  body#welfare .p-welfare__system__icon {
    width: 48px;
    height: 48px;
  }
  body#welfare .p-welfare__system__text {
    font-size: 12px;
  }
  body#welfare .p-welfare__system__list {
    font-size: 12px;
    padding-left: 10px;
  }
  body#welfare .p-welfare__btn {
    width: 175px;
    height: 32px;
    padding: 0 10px 0 12px;
  }
  body#welfare .p-welfare__btn__text {
    font-size: 14px;
  }
  body#welfare .p-welfare__btn__icon {
    width: 5px;
    height: 5px;
  }
  body#welfare .p-welfare__map img {
    max-width: 100%;
    height: auto;
  }
  body#welfare .p-welfare__resort__img {
    height: 128px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1128px) and (max-width: 700px) {
  body#welfare .p-welfare__resort__img {
    height: auto;
  }
}
@media screen and (max-width: 1128px) {
  body#welfare .p-welfare__resort__title {
    font-size: 14px;
  }
}
body#welfare .p-welfare-cta {
  margin-bottom: 0;
  text-align: center;
}

body#development .c-text-mv__en {
  width: 142px;
}
@media screen and (max-width: 1128px) {
  body#development .c-text-mv__en {
    width: 83px;
  }
}
body#development .p-development {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#development .p-development {
    padding: 80px 0;
  }
}
body#development .p-development__section {
  margin-bottom: 96px;
}
body#development .p-development__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__section {
    margin-bottom: 80px;
  }
}
body#development .p-development__title {
  margin-bottom: 24px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body#development .p-development__description {
  margin-bottom: 48px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__description {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body#development .p-development__lists {
  display: grid;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__lists {
    gap: 20px;
  }
}
body#development .p-development__list {
  padding: 48px;
  background: var(--white-default);
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list {
    padding: 40px 20px;
  }
}
body#development .p-development__list > *:last-child {
  margin-bottom: 0;
}
body#development .p-development__list__title--underline {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--main-custom);
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__title--underline {
    margin-bottom: 40px;
  }
}
body#development .p-development__list__title--underline .p-development__list__title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body#development .p-development__list__title {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#development .p-development__list__title span {
  margin-right: 24px;
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__title span {
    margin-right: 16px;
    font-size: 16px;
  }
}
body#development .p-development__list__text {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__text {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body#development .p-development__list__textbox {
  margin-right: 48px;
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__textbox {
    margin-right: 0;
    flex: auto;
  }
}
body#development .p-development__list__figure {
  width: 468px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__figure {
    width: 100%;
  }
}
body#development .p-development__list__contain {
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__list__contain {
    margin-bottom: 40px;
  }
}
body#development .p-development__fukidashi {
  width: 749px;
  padding: 48px 60px;
  border: 1px solid var(--main-custom);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__fukidashi {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 44px;
  }
}
body#development .p-development__fukidashi > *:last-child {
  margin-bottom: 0;
}
body#development .p-development__fukidashi::after {
  content: "";
  display: block;
  border-right: 24px solid transparent;
  border-bottom: 12px solid var(--main-custom);
  position: absolute;
  right: -24px;
  bottom: 87.5px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__fukidashi::after {
    right: 50%;
    bottom: -18px;
    rotate: 90deg;
    translate: 50% 0;
  }
}
body#development .p-development__fukidashi__img {
  width: 187px;
  background: #d9d9d9;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__fukidashi__img {
    width: 104px;
    margin: 0 auto;
  }
}
body#development .p-development__stats {
  width: 834px;
  margin: 0 auto;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stats {
    width: 100%;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
body#development .p-development__stat {
  width: 246px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat {
    width: 165px;
  }
}
body#development .p-development__stat__circle {
  position: relative;
  width: 246px;
  height: 246px;
  margin-bottom: 18px;
  background: #fff;
  border: 3px solid #e3f4ff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__circle {
    width: 161px;
    height: 161px;
    margin-bottom: 15px;
  }
}
body#development .p-development__stat__progress {
  position: absolute;
}
body#development .p-development__stat__progress--pc {
  display: block;
  width: 250px;
  height: 250px;
  top: -2px;
  left: -2px;
}
body#development .p-development__stat__progress--sp {
  display: none;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__progress--pc {
    display: none;
  }
  body#development .p-development__stat__progress--sp {
    display: block;
    width: 165px;
    height: 165px;
    top: -1px;
    left: -1px;
  }
}
body#development .p-development__stat__title {
  margin-bottom: 8px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
body#development .p-development__stat__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
}
body#development .p-development__stat__icon img {
  width: 100%;
  height: 100%;
}
body#development .p-development__stat__number {
  margin-bottom: 0;
  color: #0072bc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
body#development .p-development__stat__number small {
  font-size: 20px;
}
body#development .p-development__stat__number .notes {
  display: block;
  margin-top: 8px;
  font-size: 10px;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__number {
    font-size: 20px;
  }
  body#development .p-development__stat__number small {
    font-size: 14px;
  }
}
body#development .p-development__stat__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#development .p-development__stat__text {
    font-size: 12px;
  }
}
body#development .p-development__stat__text span {
  position: absolute;
  right: 0;
  bottom: 0;
}
body#development .p-development-cta {
  margin-bottom: 0;
  text-align: center;
}

body#overview .c-cover-mv__bg {
  background-image: url("../img/overview/bg_fv.png");
}
@media screen and (max-width: 700px) {
  body#overview .c-cover-mv__bg {
    background-image: url("../img/overview/bg_fv_sp.png");
  }
}
body#overview .c-cover-mv__en {
  width: 64px;
  padding-top: 5px;
}
@media screen and (max-width: 700px) {
  body#overview .c-cover-mv__en {
    width: 35px;
    padding-top: 15px;
  }
}
body#overview .p-overview {
  padding: 96px 0;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview {
    padding: 80px 0;
  }
}
body#overview .p-overview__section {
  margin-bottom: 96px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__section {
    margin-bottom: 80px;
  }
}
body#overview .p-overview__number {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__number {
    margin-bottom: 20px;
  }
}
body#overview .p-overview__number__circle {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 1000px;
  background-color: var(--main-default, #0072bc);
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__number__circle {
    width: 50px;
    height: 50px;
  }
}
body#overview .p-overview__number__text {
  display: block;
  background: #fff;
  color: var(--white-default, #ffffff);
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__number__text {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
body#overview .p-overview__title {
  margin-bottom: 24px;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#overview .p-overview__divider {
  margin-bottom: 24px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__divider {
    margin-bottom: 20px;
  }
}
body#overview .p-overview__divider img {
  width: 52px;
  height: 20px;
}
body#overview .p-overview__description {
  margin-bottom: 48px;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__description {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
  }
}
body#overview .p-overview__subtitle {
  margin-bottom: 24px;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__subtitle {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#overview .p-overview__business {
  margin-bottom: 48px;
  padding: 24px;
  background: url("../img/common/dot.png") 0 0 repeat;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__business {
    width: 100%;
    margin: 0 auto 48px -20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body#overview .p-overview__business__item {
  margin-bottom: 0;
  width: 344px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__item {
    width: 165px;
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__item--single {
    width: 100%;
    margin-bottom: 20px;
  }
}
body#overview .p-overview__business__items {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__items {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}
body#overview .p-overview__business__title {
  margin-bottom: 12px;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.4px;
  min-height: 2em;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__title {
    height: 38px;
    margin-bottom: 12px;
    font-size: 15px;
    letter-spacing: 0.3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body#overview .p-overview__business__circle {
  position: relative;
  width: 344px;
  height: 344px;
  margin: 0 auto 12px;
  border-radius: 1000px;
  background-color: var(--white-default, #ffffff);
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__circle {
    width: 165px;
    height: 165px;
    margin-bottom: 8px;
  }
}
body#overview .p-overview__business__number {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  text-align: center;
}
body#overview .p-overview__business__number__value {
  color: var(--main-default, #0072bc);
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__number__value {
    font-size: 32px;
  }
}
body#overview .p-overview__business__number__unit {
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__number__unit {
    font-size: 24px;
  }
}
body#overview .p-overview__business__period {
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-bottom: 0;
  transform: translateX(-50%);
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__period {
    bottom: 34px;
    width: 100%;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}
body#overview .p-overview__business__period--chart {
  position: static;
  bottom: auto;
  left: auto;
  margin-top: -8px;
  transform: none;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__period--chart {
    bottom: auto;
  }
}
body#overview .p-overview__business__icon {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__icon {
    top: 27px;
    width: 28px;
    height: 28px;
  }
}
body#overview .p-overview__business__icon img {
  width: 100%;
  height: 100%;
}
body#overview .p-overview__business__chart {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview canvas#businessChart,
  body#overview .p-overview canvas#nttdgChart {
    width: 165px !important;
    height: 165px !important;
  }
}
body#overview .p-overview__business__legend {
  margin-bottom: 22px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__legend {
    margin-bottom: 18px;
  }
}
body#overview .p-overview__business__legend__item {
  margin: 8px 0;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__legend__item {
    margin: 4px 0;
  }
}
body#overview .p-overview__business__legend__color {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 1000px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business__legend__color {
    width: 12px;
    height: 12px;
  }
}
body#overview .p-overview__business__legend__text {
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__business__legend__text {
    font-size: 11px;
    letter-spacing: 0.22px;
  }
}
body#overview .p-overview__environment {
  margin-bottom: 0;
  padding: 24px;
  background: url("../img/common/dot.png") 0 0 repeat;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__environment {
    width: 100%;
    margin: 0 auto 0 -20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
body#overview .p-overview__environment__item {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__environment__item {
    margin-bottom: 20px;
  }
}
body#overview .p-overview__environment__item:nth-child(4) {
  margin-left: 15%;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__environment__item:nth-child(4) {
    margin-left: 0%;
  }
}
body#overview .p-overview__environment__item:nth-child(5) {
  margin-right: 15%;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__environment__item:nth-child(5) {
    margin-right: 0;
    margin-left: calc(50% - 172px);
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__item:nth-child(5) {
    margin-right: 0;
    margin-left: calc(50% - 82.5px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__environment__item:nth-child(6) {
    margin-left: 0%;
  }
}
body#overview .p-overview__environment__title {
  margin-bottom: 12px;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__title {
    height: 38px;
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0.3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
body#overview .p-overview__environment__circle {
  position: relative;
  width: 344px;
  height: 344px;
  margin: 0 auto 12px;
  border-radius: 1000px;
  background-color: var(--white-default, #ffffff);
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__environment__circle {
    zoom: 0.97;
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__circle {
    width: 165px;
    height: 165px;
    margin-bottom: 8px;
  }
}
body#overview .p-overview__environment__circle--highlight {
  background: #fff;
}
body#overview .p-overview__environment__circle--highlight .p-overview__environment__number__value,
body#overview .p-overview__environment__circle--highlight .p-overview__environment__number__unit {
  color: var(--main-custom, #2289cb);
}
body#overview .p-overview__environment__progress {
  position: absolute;
  top: 0px;
  left: 0px;
}
body#overview .p-overview__environment__progress--pc {
  width: 344px;
  height: 344px;
  display: block;
}
body#overview .p-overview__environment__progress--sp {
  width: 165px;
  height: 165px;
  display: none;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__progress--pc {
    display: none;
  }
  body#overview .p-overview__environment__progress--sp {
    display: block;
    width: 165px;
    height: 165px;
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__progress .progress-circle {
    stroke-width: 3;
  }
}
body#overview .p-overview__environment__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__number {
    width: 100%;
  }
}
body#overview .p-overview__environment__number__value {
  color: var(--main-default, #0072bc);
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__number__value {
    font-size: 32px;
  }
}
body#overview .p-overview__environment__number__unit {
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__number__unit {
    font-size: 24px;
  }
}
body#overview .p-overview__environment__period {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__period {
    bottom: 34px;
    width: 100%;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}
body#overview .p-overview__environment__icon {
  position: absolute;
  top: 56px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__environment__icon {
    top: 27px;
    width: 28px;
    height: 28px;
  }
}
body#overview .p-overview__environment__icon img {
  width: 100%;
  height: 100%;
}
body#overview .p-overview__timeline {
  margin-bottom: 0;
  padding: 24px;
  background: url("../img/common/dot.png") 0 0 repeat;
  text-align: center;
}
body#overview .p-overview__timeline__img--pc {
  max-width: 100%;
  height: auto;
  display: block;
}
body#overview .p-overview__timeline__img--sp {
  max-width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__timeline {
    width: 100%;
    margin: 0 auto 0 -20px;
    padding: 20px;
  }
  body#overview .p-overview__timeline__img--pc {
    display: none;
  }
  body#overview .p-overview__timeline__img--sp {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
body#overview .p-overview__business-pillars {
  margin-bottom: 48px;
  padding: 24px;
  background-color: var(--white-default, #ffffff);
  background-image: url("../img/overview/a450cfd0f303d94a5e30386d80c36f68fd0fc2ba.png");
  background-repeat: repeat;
  background-size: 2px 2px, auto;
  background-position: top left;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business-pillars {
    width: 390px;
    margin: 0 auto 48px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
body#overview .p-overview__business-pillar {
  margin-bottom: 0;
}
body#overview .p-overview__business-pillar__img {
  width: 240px;
  height: 240px;
  margin-bottom: 16px;
  border-radius: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business-pillar__img {
    width: 220px;
    height: 220px;
  }
}
body#overview .p-overview__business-pillar__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#overview .p-overview__business-pillar__content {
  margin-bottom: 0;
  padding: 12px;
  background-color: var(--sub-3-default, #00a3bc);
  border-radius: 1000px;
}
body#overview .p-overview__business-pillar__title {
  margin-bottom: 4px;
  color: var(--white-default, #ffffff);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__business-pillar__title {
    font-size: 15px;
  }
}
body#overview .p-overview__business-pillar__arrow {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
body#overview .p-overview__business-pillar__arrow img {
  width: 100%;
  height: 100%;
}
body#overview .p-overview__strengths {
  margin-bottom: 48px;
  padding: 24px;
  background: url("../img/common/dot.png") 0 0 repeat;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__strengths {
    width: 100%;
    margin: 0 auto 48px -20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
body#overview .p-overview__strength {
  margin-bottom: 0;
  width: 296px;
  padding: 48px 24px;
  background-color: var(--white-default, #ffffff);
  border: 1px solid var(--main-custom, #2289cb);
  border-radius: 1000px;
}
@media screen and (max-width: 834px) {
  body#overview .p-overview__strength {
    width: 100%;
    padding: 24px 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
body#overview .p-overview__strength__title {
  margin-bottom: 20px;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__strength__title {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
body#overview .p-overview__strength__description {
  margin-bottom: 0;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__strength__description {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-overview .p-overview__conclusion.p-overview__conclusion--center {
    text-align: center;
  }
}
body#overview .p-overview__conclusion.p-overview__conclusion-left {
  text-align: left;
}
body#overview .p-overview__conclusion {
  margin-bottom: 0;
  width: 658px;
  margin-left: auto;
  margin-right: auto;
  color: var(--main-default, #0072bc);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__conclusion {
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
}
body#overview .p-overview__future-section {
  margin-bottom: 48px;
  padding: 24px;
  background: url("../img/common/dot.png") 0 0 repeat;
}
body#overview .p-overview__future {
  margin-bottom: 48px;
  text-align: center;
}
body#overview .p-overview__future__img--pc {
  max-width: 100%;
  height: auto;
  display: block;
}
body#overview .p-overview__future__img--sp {
  max-width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 700px) {
  body#overview .p-overview__future {
    margin-bottom: 48px;
  }
  body#overview .p-overview__future__img--pc {
    display: none;
  }
  body#overview .p-overview__future__img--sp {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
body#overview .p-overview-cta {
  margin-bottom: 0;
  text-align: center;
}
body#overview .p-overview__btn {
  width: 350px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px 0 24px;
  background: var(--white-default, #ffffff);
  border: 1px solid var(--main-custom, #2289cb);
  text-decoration: none;
}
body#overview .p-overview__btn__text {
  margin-bottom: 0;
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
body#overview .p-overview__btn__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
body#overview .p-overview__btn__icon img {
  width: 100%;
  height: 100%;
}
body#overview .p-business-field__pillar-container {
  margin-bottom: 24px;
  padding: 24px 150px;
  background: url("../img/common/dot.png") 0 0 repeat;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  body#overview .p-business-field__pillar-container {
    padding: 24px 50px;
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-business-field__pillar-container {
    width: calc(100% + 40px);
    margin: 0 auto 20px -20px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
  }
}
body#overview .p-business-field__pillar {
  margin-bottom: 16px;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  body#overview .p-business-field__pillar {
    zoom: 0.7;
  }
}
@media screen and (max-width: 700px) {
  body#overview .p-business-field__pillar {
    margin-bottom: 20px;
    zoom: 0.95;
  }
}
body#overview .p-business-field__pillar:hover {
  opacity: 0.5;
}
body#overview .p-business-field__c1 {
  background: var(--sub-3-default, #00a3bc);
  border: 1px solid var(--sub-3-default, #00a3bc);
}
body#overview .p-business-field__c1 .p-business-field__pillar-img {
  margin-top: -5px;
  margin-bottom: -10px;
}
body#overview .p-business-field__c2 {
  background: var(--other-yellow, #ca2);
  border: 1px solid var(--other-yellow, #ca2);
}
@media screen and (max-width: 700px) {
  body#overview .p-business-field__c2 {
    margin-left: auto;
    margin-right: 0;
  }
}
body#overview .p-business-field__c2 .p-business-field__pillar-img {
  margin-top: -30px;
  margin-bottom: 15px;
}
body#overview .p-business-field__c3 {
  background: var(--sub-1-default, #24bc75);
  border: 1px solid var(--sub-1-default, #24bc75);
}
body#overview .p-business-field__c3 .p-business-field__pillar-img {
  margin-top: -30px;
  margin-bottom: 15px;
}
body#overview .p-business-field__pillar-img {
  width: 240px;
  height: 177px;
  overflow-y: hidden;
  aspect-ratio: 80/59;
}
@media screen and (max-width: 834px) {
  body#overview .p-business-field__pillar-img {
    margin-bottom: 20px;
  }
}
body#overview .p-business-field__pillar-content {
  padding: 0 12px 12px;
}
body#overview .p-business-field__pillar-title {
  margin-bottom: 4px;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 700px) {
  body#overview .p-business-field__pillar-title {
    font-size: 15px;
  }
}
body#overview .p-business-field__pillar-arrow {
  text-align: center;
  width: 16px;
  height: 16px;
  background: #fff;
  margin-left: calc(50% - 8px);
  border-radius: 16px;
  line-height: 16px;
}
body#overview .p-business-field__pillar-arrow svg {
  width: 8px;
  height: 8px;
  transform: translateY(-1px);
}
body#overview .p-business-field__pillar-arrow--1 svg path {
  stroke: var(--sub-3-default, #00a3bc);
}
body#overview .p-business-field__pillar-arrow--2 svg path {
  stroke: var(--other-yellow, #ca2);
}
body#overview .p-business-field__pillar-arrow--3 svg path {
  stroke: var(--sub-1-default, #24bc75);
}

body#business_field .c-cover-mv__bg {
  background-image: url("../img/business_field/bg_fv.webp");
}
@media screen and (max-width: 700px) {
  body#business_field .c-cover-mv__bg {
    background-image: url("../img/business_field/bg_fv_sp.webp");
  }
}
body#business_field .c-cover-mv__en {
  width: 60px;
  padding-top: 5px;
}
@media screen and (max-width: 700px) {
  body#business_field .c-cover-mv__en {
    width: 32px;
    padding-top: 15px;
  }
}
body#business_field .p-business-title {
  text-align: center;
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#business_field .p-business-title svg {
  display: block;
  margin: 24px auto;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-title svg {
    width: 52px;
    margin: 20px auto;
  }
}
body#business_field .p-business-field {
  padding: 96px 0;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field {
    padding: 80px 0;
  }
}
body#business_field .js-lightbox {
  display: none;
}
body#business_field .js-lightbox__header {
  position: relative;
  border-bottom: 1px solid var(--main-light, #e3f4ff);
}
body#business_field .js-lightbox__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 180px;
  padding: 50px 0 0 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__title {
    height: 130px;
    padding: 35px 0 0 20px;
  }
}
body#business_field .js-lightbox__title-en {
  display: inline-block;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid #2289cb;
  color: #0072bc;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
body#business_field .js-lightbox__title-jp {
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__title-jp {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
body#business_field .js-lightbox__flex {
  padding-right: 40px;
  align-items: start;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__flex {
    padding-right: 0;
  }
}
body#business_field .js-lightbox__flex .js-lightbox__body {
  width: 552px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__flex .js-lightbox__body {
    width: 100%;
  }
}
body#business_field .js-lightbox__flex .c-project-card {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__flex .c-project-card {
    margin-left: auto;
    margin-right: auto;
  }
}
body#business_field .js-lightbox__body {
  padding: 48px;
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__body {
    padding: 20px;
  }
}
body#business_field .js-lightbox--text-only .js-lightbox__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox--text-only .js-lightbox__body {
    gap: 32px;
  }
}
body#business_field .js-lightbox--text-only .js-lightbox__text {
  max-width: 100%;
  text-align: center;
}
body#business_field .js-lightbox--text-only .js-lightbox__text p {
  margin: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
body#business_field .js-lightbox--text-only .js-lightbox__button {
  width: 350px;
  height: 64px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox--text-only .js-lightbox__button {
    width: 100%;
    max-width: 350px;
  }
}
body#business_field .js-lightbox--with-story .js-lightbox__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox--with-story .js-lightbox__body {
    gap: 32px;
  }
}
body#business_field .js-lightbox--with-story .js-lightbox__content-wrapper {
  display: flex;
  gap: 48px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox--with-story .js-lightbox__content-wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
body#business_field .js-lightbox--with-story .js-lightbox__text {
  flex: 1;
}
body#business_field .js-lightbox--with-story .js-lightbox__text p {
  margin: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-card {
  flex-shrink: 0;
  width: 262px;
  background: #2289cb;
  border: 1px solid #2289cb;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox--with-story .js-lightbox__story-card {
    width: 100%;
    max-width: 262px;
    margin: 0 auto;
  }
}
body#business_field .js-lightbox--with-story .js-lightbox__story-image {
  width: 100%;
  height: 147px;
  background: #83a4b9;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-text {
  flex: 1;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-text .story-title-en {
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid white;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-text .story-title-jp {
  margin-bottom: 12px;
  color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-text .story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-text .story-tags .tag {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  mix-blend-mode: lighten;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-arrow svg {
  width: 100%;
  height: 100%;
}
body#business_field .js-lightbox--with-story .js-lightbox__story-arrow svg path {
  fill: white;
}
body#business_field .js-lightbox--with-story .js-lightbox__button {
  width: 350px;
  height: 64px;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox--with-story .js-lightbox__button {
    width: 100%;
    max-width: 350px;
  }
}
body#business_field .p-business-field__intro {
  margin-bottom: 96px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__intro {
    margin-bottom: 80px;
  }
}
body#business_field .p-business-field__title {
  margin-bottom: 48px;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__title {
    margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#business_field .p-business-field__description {
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__description {
    font-size: 15px;
    text-align: left;
  }
}
body#business_field .p-business-field__pillars {
  margin-bottom: 96px;
  margin-left: -20px;
  padding: 24px 160px;
  background: url("../img/common/dot.png") 0 0 repeat;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  body#business_field .p-business-field__pillars {
    width: calc(100% + 40px);
    margin-bottom: 80px;
    padding: 24px 20px;
  }
}
body#business_field .p-business-field__pillar-container {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  body#business_field .p-business-field__pillar-container {
    margin-bottom: 20px;
  }
}
body#business_field .p-business-field__pillar {
  margin-bottom: 16px;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  body#business_field .p-business-field__pillar {
    margin-bottom: 20px;
    zoom: 0.95;
  }
}
body#business_field .p-business-field__pillar:hover {
  opacity: 0.5;
}
body#business_field .p-business-field__c1 {
  background: var(--sub-3-default, #00a3bc);
  border: 1px solid var(--sub-3-default, #00a3bc);
}
body#business_field .p-business-field__c1 .p-business-field__pillar-img {
  margin-top: -5px;
  margin-bottom: -10px;
}
body#business_field .p-business-field__c2 {
  background: var(--other-yellow, #ca2);
  border: 1px solid var(--other-yellow, #ca2);
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__c2 {
    margin-left: auto;
  }
}
body#business_field .p-business-field__c2 .p-business-field__pillar-img {
  margin-top: -30px;
  margin-bottom: 15px;
}
body#business_field .p-business-field__c3 {
  background: var(--sub-1-default, #24bc75);
  border: 1px solid var(--sub-1-default, #24bc75);
}
body#business_field .p-business-field__c3 .p-business-field__pillar-img {
  margin-top: -30px;
  margin-bottom: 15px;
}
body#business_field .p-business-field__pillar-img {
  width: 240px;
  height: 177px;
  overflow-y: hidden;
  aspect-ratio: 80/59;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__pillar-img {
    margin-bottom: 20px;
  }
}
body#business_field .p-business-field__pillar-title {
  margin-bottom: 4px;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__pillar-title {
    font-size: 15px;
  }
}
body#business_field .p-business-field__pillar-arrow {
  text-align: center;
}
body#business_field .p-business-field__pillars-description {
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__pillars-description {
    font-size: 15px;
    text-align: left;
  }
}
body#business_field .p-business-field__section {
  margin-bottom: 96px;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__section {
    margin-bottom: 80px;
  }
}
body#business_field .p-business-field__section-description {
  margin-bottom: 24px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__section-description {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
  }
}
body#business_field .p-business-field__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__cards {
    flex-direction: column;
    gap: 20px;
  }
}
body#business_field .p-business-field__card {
  width: 552px;
  padding: 1px;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  body#business_field .p-business-field__card {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__card {
    width: 100%;
    height: 84px;
  }
}
body#business_field .p-business-field__card--system {
  background-color: #00a3bc;
}
body#business_field .p-business-field__card--embedded {
  background-color: #ccaa22;
}
body#business_field .p-business-field__card--solution {
  background-color: #24bc75;
}
body#business_field .p-business-field__card-img {
  width: 170px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__card-img {
    width: 150px;
    height: 84px;
  }
}
body#business_field .p-business-field__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
body#business_field .p-business-field__card-content {
  position: relative;
  display: inline-block;
  flex: 1;
  padding: 0 20px 0 24px;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__card-content {
    padding: 0 10px 0 20px;
  }
}
body#business_field .p-business-field__card-category {
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  body#business_field .p-business-field__card-category {
    font-size: 11px;
  }
}
body#business_field .p-business-field__card-title {
  margin-top: 12px;
  padding-right: 30px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 834px) {
  body#business_field .p-business-field__card-title {
    padding-right: 30px;
    font-size: 15px;
  }
}
body#business_field .p-business-field__card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 700px) {
  body#business_field .p-business-field__card-text {
    gap: 10px;
  }
}
body#business_field .p-business-field__card-icon.p-business-field__card-blank {
  background: none;
  border: none;
}
body#business_field .p-business-field__card-icon.p-business-field__card-blank svg path {
  stroke: white !important;
}
body#business_field .p-business-field__card-icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid var(--white-default, #fff);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body#business_field .p-business-field__card-icon svg {
  transform: translateY(-2px);
}
body#business_field .p-business-field__card-icon svg path {
  stroke: var(--sub-3-default, #00a3bc);
  transition: stroke 0.3s ease-in-out;
}
body#business_field .p-business-field__card:hover {
  background: var(--sub-3-hover, #00b3ce);
}
body#business_field .p-business-field__card:hover .p-business-field__card-img img {
  transform: scale(1.1);
}
body#business_field .p-business-field__card:hover .p-business-field__card-icon {
  background: var(--sub-3-hover, #00b3ce);
  transform: scale(1.2);
  border: 1px solid var(--white-default, #fff);
}
body#business_field .p-business-field__card:hover .p-business-field__card-icon svg path {
  stroke: white;
}
body#business_field .p-business-field__card:hover .p-business-field__card-icon.p-business-field__card-blank {
  background: none;
  transform: none;
  border: none;
}
body#business_field #embedded .p-business-field__card-icon svg path {
  stroke: var(--other-yellow-hover, #e2c13c);
}
body#business_field #embedded .p-business-field__card:hover {
  background: var(--other-yellow-hover, #e2c13c);
}
body#business_field #embedded .p-business-field__card:hover .p-business-field__card-icon {
  background: var(--other-yellow-hover, #e2c13c);
}
body#business_field #embedded .p-business-field__card:hover .p-business-field__card-icon svg path {
  stroke: var(--white-default, #fff);
}
body#business_field #embedded .p-business-field__card:hover .p-business-field__card-icon.p-business-field__card-blank {
  background: none;
  transform: none;
  border: none;
}
body#business_field #solution .p-business-field__card-icon svg path {
  stroke: var(--sub-1-hover, #28d082);
}
body#business_field #solution .p-business-field__card:hover {
  background: var(--sub-1-hover, #28d082);
}
body#business_field #solution .p-business-field__card:hover .p-business-field__card-icon {
  background: var(--sub-1-hover, #28d082);
}
body#business_field #solution .p-business-field__card:hover .p-business-field__card-icon svg path {
  stroke: var(--white-default, #fff);
}
body#business_field #solution .p-business-field__card:hover .p-business-field__card-icon.p-business-field__card-blank {
  background: none;
  transform: none;
  border: none;
}
body#business_field .js-lightbox__close-btn {
  width: 100%;
  padding: 10px 0;
  background: #2289cb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 700px) {
  body#business_field .js-lightbox__close-btn {
    position: fixed;
    bottom: 0;
  }
}
body#business_field .js-lightbox__close-btn:hover {
  background: var(--main-custom_hover, #2798e0);
}
body#business_field .js-lightbox__close-btn svg {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
body#business_field .js-lightbox__close-btn span {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
body#business_field #js-lbtitle01 {
  background-image: url("../img/business_field/img_lb01.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle01 {
    background-image: url("../img/business_field/img_lb01_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle02 {
  background-image: url("../img/business_field/img_lb02.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle02 {
    background-image: url("../img/business_field/img_lb02_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle03 {
  background-image: url("../img/business_field/img_lb03.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle03 {
    background-image: url("../img/business_field/img_lb03_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle04 {
  background-image: url("../img/business_field/img_lb04.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle04 {
    background-image: url("../img/business_field/img_lb04_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle05 {
  background-image: url("../img/business_field/img_lb05.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle05 {
    background-image: url("../img/business_field/img_lb05_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle06 {
  background-image: url("../img/business_field/img_lb06.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle06 {
    background-image: url("../img/business_field/img_lb06_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle07 {
  background-image: url("../img/business_field/img_lb07.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle07 {
    background-image: url("../img/business_field/img_lb07_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle08 {
  background-image: url("../img/business_field/img_lb08.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle08 {
    background-image: url("../img/business_field/img_lb08_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle09 {
  background-image: url("../img/business_field/img_lb09.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle09 {
    background-image: url("../img/business_field/img_lb09_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle10 {
  background-image: url("../img/business_field/img_lb10.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle10 {
    background-image: url("../img/business_field/img_lb10_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle11 {
  background-image: url("../img/business_field/img_lb11.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle11 {
    background-image: url("../img/business_field/img_lb11_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
body#business_field #js-lbtitle12 {
  background-image: url("../img/business_field/img_lb12.png");
  background-size: 480px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  body#business_field #js-lbtitle12 {
    background-image: url("../img/business_field/img_lb12_sp.png");
    background-size: 130px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}

body#faq .c-text-mv__en {
  width: 26px;
}
@media screen and (max-width: 1128px) {
  body#faq .c-text-mv__en {
    width: 16px;
  }
}
body#faq .p-faq {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq {
    padding: 80px 0;
  }
}
body#faq .p-faq__section {
  margin-bottom: 96px;
}
body#faq .p-faq__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq__section {
    margin-bottom: 80px;
  }
}
body#faq .p-faq__title {
  margin-bottom: 36px;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
body#faq .p-faq__title__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq__title__icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
body#faq .p-faq__tabs {
  margin-bottom: 96px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq__tabs {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq__tab {
    width: 100%;
  }
}
body#faq .p-faq__tab__link {
  display: block;
  width: 360px;
  padding: 24px 20px 24px 24px;
  border: 1px solid var(--main-custom);
  box-sizing: border-box;
  background: var(--white-default);
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1128px) {
  body#faq .p-faq__tab__link {
    width: 100%;
  }
}
body#faq .p-faq__tab__link:hover {
  opacity: 0.5;
}
body#faq .p-faq__tab__icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
body#faq .p-faq__tab__text {
  color: var(--main-default, #0072bc);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
body#faq .p-faq__tab__arrow {
  width: 24px;
  height: 24px;
  margin-left: auto;
}

body#info .c-text-mv__en {
  width: 96px;
}
@media screen and (max-width: 1128px) {
  body#info .c-text-mv__en {
    width: 56px;
  }
}
body#info .p-info {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#info .p-info {
    padding: 80px 0;
  }
}
body#info .p-info__section {
  margin-bottom: 96px;
}
body#info .p-info__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#info .p-info__section {
    margin-bottom: 80px;
  }
}
body#info .p-info__title {
  margin-bottom: 36px;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1128px) {
  body#info .p-info__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body#info .p-info__description {
  margin-bottom: 36px;
  color: var(--main-default);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#info .p-info__description {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body#info .p-info__table {
  width: 100%;
  border-top: 1px solid var(--main-custom);
}
@media screen and (max-width: 1128px) {
  body#info .p-info__table {
    margin-top: 40px;
  }
}
body#info .p-info__table th,
body#info .p-info__table td {
  padding: 18px 0;
  vertical-align: top;
  border-bottom: 1px solid var(--main-custom);
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#info .p-info__table th,
  body#info .p-info__table td {
    font-size: 15px;
  }
}
body#info .p-info__table th {
  width: 187px;
  padding-right: 48px;
}
@media screen and (max-width: 1128px) {
  body#info .p-info__table th {
    width: 103px;
    padding-right: 20px;
  }
}
body#info .p-info__bnr__parent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#info .p-info__bnr__parent {
    flex-direction: column;
    gap: 20px;
  }
}
body#info .p-info__bnr__link {
  width: 210px;
  height: 64px;
  padding: 0 20px 0 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
body#info .p-info__bnr__link--blue {
  background-color: var(--sub-2-default);
}
body#info .p-info__bnr__link--blue:hover {
  background-color: var(--sub-2-hover);
}
body#info .p-info__bnr__link--grey {
  background-color: var(--other-grey);
}
body#info .p-info__bnr__link--mynavi {
  padding: 0;
}
body#info .p-info__bnr__link--mynavi:hover {
  opacity: 0.5;
}
body#info .p-info__bnr__link:hover .p-info__bnr__arrow {
  background: var(--sub-2-hover);
  border: 1px solid var(--white-default);
  transform: scale(1.2);
}
body#info .p-info__bnr__link:hover .p-info__bnr__arrow svg:nth-child(1) {
  left: 24px;
}
body#info .p-info__bnr__link:hover .p-info__bnr__arrow svg:nth-child(2) {
  left: -4px;
}
body#info .p-info__bnr__text {
  color: var(--white-default);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
body#info .p-info__bnr__arrow {
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--white-default);
  border: 1px solid var(--white-default);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
}
body#info .p-info__bnr__arrow span {
  position: relative;
}
body#info .p-info__bnr__arrow svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
body#info .p-info__bnr__arrow svg:nth-child(1) {
  left: -5px;
}
body#info .p-info__bnr__arrow svg:nth-child(2) {
  left: -25px;
}

body#people {
  /* ===========================================
  * person（その他の社員紹介）
  * ======================================== */
}
body#people .c-cover-mv__bg {
  background-image: url("../img/people/bg_fv.jpg");
}
@media screen and (max-width: 1128px) {
  body#people .c-cover-mv__bg {
    background-image: url("../img/people/bg_fv_sp.jpg");
  }
}
@media screen and (max-width: 1128px) {
  body#people .c-cover-mv__content {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
  }
}
body#people .c-cover-mv__en {
  width: 48px;
  padding-top: 5px;
}
@media screen and (max-width: 1128px) {
  body#people .c-cover-mv__en {
    width: 26px;
  }
}
body#people .p-cover-mv {
  height: 83.2484725051vh;
  min-height: 817.5px;
  display: grid;
  grid-template-columns: 1fr 422px;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv {
    height: auto;
    min-height: auto;
    grid-template-columns: 1fr;
  }
}
body#people .p-cover-mv__bg {
  background: center/cover no-repeat;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__bg {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
body#people .p-cover-mv__band {
  height: 100%;
  padding: 96px 48px;
  background-color: var(--sub-2-default);
  box-sizing: border-box;
  color: var(--white-default);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band {
    padding: 80px 20px;
    justify-content: flex-start;
    gap: 40px;
  }
}
body#people .p-cover-mv__band__catch {
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band__catch {
    font-size: 28px;
    letter-spacing: 0.56px;
    text-align: center;
  }
}
body#people .p-cover-mv__band__box {
  margin-bottom: 48px;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band__box {
    margin-bottom: 40px;
  }
}
body#people .p-cover-mv__band__box > * {
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band__box > * {
    margin-bottom: 10px;
  }
}
body#people .p-cover-mv__band__box > *:last-child {
  margin-bottom: 0;
}
body#people .p-cover-mv__band-category {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--white-default);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band-category {
    font-size: 11px;
  }
}
body#people .p-cover-mv__band-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band-title {
    font-size: 14px;
  }
}
body#people .p-cover-mv__band-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band-description {
    font-size: 11px;
  }
}
body#people .p-cover-mv__band__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  body#people .p-cover-mv__band__text {
    font-size: 12px;
  }
}
body#people .p-people {
  padding: 96px 0;
}
body#people .p-people__intro {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__intro {
    margin-bottom: 80px;
  }
}
body#people .p-people__intro .p-people__common__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__intro .p-people__common__title {
    margin-bottom: 40px;
  }
}
body#people .p-people__title {
  text-align: center;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#people .p-people__title svg {
  display: block;
  margin: 24px auto;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__title svg {
    width: 52px;
    margin: 20px auto;
  }
}
body#people .p-people__description {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__description {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
  }
}
body#people .p-people__section {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__section {
    margin-bottom: 80px;
  }
}
body#people .p-people__section:last-child {
  margin-bottom: 0;
}
body#people .p-people__cards {
  display: grid;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__cards {
    gap: 20px;
  }
}
body#people .p-people__card {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card {
    flex-direction: column;
  }
}
body#people .p-people__card-img {
  width: 497.333px;
  aspect-ratio: 497.33/373;
  overflow: hidden;
}
body#people .p-people__card-img img {
  transition: 0.3s;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-img {
    width: 100%;
    aspect-ratio: 350/197;
    position: relative;
  }
  body#people .p-people__card-img img {
    position: absolute;
    top: -20px;
  }
}
body#people .p-people__card-body {
  padding: 48px;
  background-color: var(--sub-2-default);
  color: var(--white-default);
  flex: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-body {
    padding: 40px 20px;
  }
}
body#people .p-people__card-body--sub4 {
  background-color: var(--sub-4-default);
}
body#people .p-people__card-body--sub3 {
  background-color: var(--sub-3-default);
}
body#people .p-people__card-box {
  margin-bottom: 24px;
}
body#people .p-people__card-box > * {
  margin-bottom: 12px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-box > * {
    margin-bottom: 10px;
  }
}
body#people .p-people__card-box > *:last-child {
  margin-bottom: 0;
}
body#people .p-people__card-category {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--white-default);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-category {
    font-size: 11px;
  }
}
body#people .p-people__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-title {
    font-size: 14px;
  }
}
body#people .p-people__card-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-description {
    font-size: 11px;
  }
}
body#people .p-people__card-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__card-text {
    font-size: 12px;
  }
}
body#people .p-people a[href^="./people0"]:hover .p-people__card-img img {
  transform: scale(1.1);
}
body#people .p-people a[href^="./people0"]:hover .p-people__card-body {
  background-color: var(--sub-2-hover);
}
body#people .p-people a[href="./people01/"]:hover .p-people__card-body {
  background-color: var(--sub-4-hover);
}
body#people .p-people a[href="./people02/"]:hover .p-people__card-body {
  background-color: var(--sub-3-hover);
}
body#people .p-person {
  padding: 96px 0 0;
}
@media screen and (max-width: 1128px) {
  body#people .p-person {
    padding: 80px 0 0;
  }
}
body#people .p-person__inner {
  padding: 0 48px;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__inner {
    padding: 0;
    max-width: none;
    margin: 0;
  }
}
body#people .p-person__note {
  margin-bottom: 96px;
  color: var(--main-default);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__note {
    margin-bottom: 80px;
  }
}
body#people .p-person__section {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__section {
    margin-bottom: 80px;
  }
}
body#people .p-person__title {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__title {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#people .p-person__title svg {
  display: block;
  margin: 24px auto 0;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__title svg {
    margin-top: 20px;
  }
}
body#people .p-person__content {
  display: flex;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content {
    flex-direction: column-reverse;
  }
}
body#people .p-person__content--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content--reverse {
    flex-direction: column-reverse;
  }
}
body#people .p-person__content--reverse .p-person__content__textbox {
  margin-left: 0;
  margin-right: 48px;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content--reverse .p-person__content__textbox {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content--reverse .p-person__content__img {
    padding-right: 0;
    padding-left: 20px;
  }
}
body#people .p-person__content__textbox {
  padding: 48px;
  margin-top: 48px;
  margin-left: 48px;
  background-color: var(--sub-2-default);
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content__textbox {
    padding: 40px 20px;
    margin-top: 0;
    margin-left: 20px;
  }
}
body#people .p-person__content__title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--white-default);
  margin-bottom: 48px;
  color: var(--white-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content__title {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#people .p-person__content__title span {
  width: 32px;
  height: 32px;
  margin-right: 24px;
  background-color: var(--white-default);
  border-radius: 50%;
  color: var(--sub-2-default);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content__title span {
    width: 28px;
    height: 28px;
    margin-right: 16px;
    font-size: 14px;
    line-height: 28px;
  }
}
body#people .p-person__content__text {
  color: var(--white-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content__text {
    font-size: 15px;
  }
}
body#people .p-person__content__img {
  width: 518px;
  height: 388.5px;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__content__img {
    width: 100%;
    height: auto;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
body#people .p-person__bg {
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 96px;
  aspect-ratio: 1512/600;
}
@media screen and (max-width: 700px) {
  body#people .p-person__bg {
    margin-bottom: 80px;
    aspect-ratio: 1/1;
  }
}
body#people .p-person__subcontent {
  width: 1128px;
  padding: 48px;
  margin: 0 auto 24px;
  box-sizing: border-box;
  background: var(--white-default);
}
@media screen and (max-width: 1128px) {
  body#people .p-person__subcontent {
    width: auto;
    padding: 40px 20px;
    margin: 0 0 20px;
  }
}
body#people .p-person__subcontent__title {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__subcontent__title {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
body#people .p-person__fukidashi {
  width: 797px;
  padding: 48px 60px;
  border: 1px solid var(--main-custom);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__fukidashi {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 44px;
  }
}
body#people .p-person__fukidashi > *:last-child {
  margin-bottom: 0;
}
body#people .p-person__fukidashi::after {
  content: "";
  display: block;
  border-right: 24px solid transparent;
  border-bottom: 12px solid var(--main-custom);
  position: absolute;
  right: -24px;
  bottom: 87.5px;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__fukidashi::after {
    right: 50%;
    bottom: -18px;
    rotate: 90deg;
    translate: 50% 0;
  }
}
body#people .p-person__fukidashi__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__fukidashi__text {
    font-size: 15px;
  }
}
body#people .p-person__fukidashi__img {
  width: 187px;
  background: #d9d9d9;
}
@media screen and (max-width: 1128px) {
  body#people .p-person__fukidashi__img {
    width: 104px;
    margin: 0 auto;
  }
}
body#people .p-people__common {
  width: 1120px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    padding-bottom: 80px;
  }
}
body#people .p-people__common__title {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common__title {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
body#people .p-people__common-card {
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card {
    width: 200px !important;
    max-width: 200px !important;
    height: auto;
    margin-left: 20px;
  }
}
body#people .p-people__common-card.is-active {
  border: 1px solid transparent !important;
  position: relative;
  pointer-events: none;
}
body#people .p-people__common-card.is-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white-default);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
body#people .p-people__common-card__parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__parent {
    display: block;
    gap: normal;
  }
  body#people .p-people__common-card__parent .slick-track {
    display: flex;
    align-items: stretch;
  }
}
body#people .p-people__common-card__img {
  overflow: hidden;
  max-height: 197px;
}
body#people .p-people__common-card__img img {
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__img {
    max-height: 150px;
    width: 100%;
  }
}
body#people .p-people__common-card__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  padding-top: 2px;
  background: var(--main-custom, #2289cb);
  border: 1px solid var(--main-custom, #2289cb);
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__icon {
    display: none;
  }
}
body#people .p-people__common-card__icon span {
  position: relative;
}
body#people .p-people__common-card__icon svg {
  position: absolute;
  top: 1px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
body#people .p-people__common-card__icon svg:nth-child(1) {
  left: -5px;
}
body#people .p-people__common-card__icon svg:nth-child(2) {
  left: -25px;
}
body#people .p-people__common-card__text {
  padding: 24px 20px 24px 24px;
  box-sizing: border-box;
  width: 100%;
  min-height: 145px;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__text {
    padding: 20px 15px;
    width: 100%;
    min-height: 133px;
  }
}
body#people .p-people__common-card__en {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__en {
    font-size: 11px;
  }
}
body#people .p-people__common-card__jp {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__jp {
    padding-bottom: 10px;
    font-size: 14px;
  }
}
body#people .p-people__common-card__spec {
  padding-bottom: 12px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1128px) {
  body#people .p-people__common-card__spec {
    font-size: 11px;
  }
}
body#people .p-people__common-card__spec span {
  display: block;
  margin-bottom: 6px;
  padding-right: 1em;
}
body#people .p-people__common-card__hash {
  display: inline-block;
  padding: 0 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: var(--white-default, #fff);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
body#people .p-people__common-card:hover .p-people__common-card__img img {
  transform: scale(1.1);
}
body#people .p-people__common-card:hover .p-people__common-card__icon {
  background: var(--white-default, #fff);
  border: 1px solid var(--white-default, #fff);
  transform: scale(1.2);
}
body#people .p-people__common-card:hover .p-people__common-card__icon svg:nth-child(1) {
  left: 24px;
}
body#people .p-people__common-card:hover .p-people__common-card__icon svg:nth-child(2) {
  left: -5px;
}
body#people .p-people__common-card__sub4 {
  background: #5887DF;
  border: 1px solid #5887DF;
}
body#people .p-people__common-card__sub4 .p-people__common-card__icon {
  background: #fff;
}
body#people .p-people__common-card__sub3 {
  background: #00A3BC;
  border: 1px solid #00A3BC;
}
body#people .p-people__common-card__sub3 .p-people__common-card__icon {
  background: #fff;
}
body#people .p-people__common-card__sub2 {
  background: #00B7A5;
  border: 1px solid #00B7A5;
}
body#people .p-people__common-card__sub2 .p-people__common-card__icon {
  background: #fff;
}
body#people .p-people__common-card.p-people__common-card__sub4:hover {
  background: var(--sub-4-hover, #6292ec);
  border: 1px solid var(--sub-4-hover, #6292ec);
}
body#people .p-people__common-card.p-people__common-card__sub4:hover .p-people__common-card__icon {
  background: var(--sub-4-hover, #6292ec);
}
body#people .p-people__common-card.p-people__common-card__sub3:hover {
  background: var(--sub-3-hover, #00b3ce);
  border: 1px solid var(--sub-3-hover, #00b3ce);
}
body#people .p-people__common-card.p-people__common-card__sub3:hover .p-people__common-card__icon {
  background: var(--sub-3-hover, #00b3ce);
}
body#people .p-people__common-card.p-people__common-card__sub2:hover {
  background: var(--sub-2-hover, #00cbb6);
  border: 1px solid var(--sub-2-hover, #00cbb6);
}
body#people .p-people__common-card.p-people__common-card__sub2:hover .p-people__common-card__icon {
  background: var(--sub-2-hover, #00cbb6);
}

body#people.people01 .p-cover-mv__bg {
  background-image: url("../img/people01/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people01 .p-cover-mv__bg {
    background-image: url("../img/people01/fv_img_sp.jpg");
  }
}
body#people.people01 .p-cover-mv__band {
  background-color: var(--sub-4-default);
}
body#people.people01 .p-person__content__textbox {
  background-color: var(--sub-4-default);
}
body#people.people01 .p-person__content__title span {
  color: var(--sub-4-default);
}

body#people.people02 .p-cover-mv__bg {
  background-image: url("../img/people02/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people02 .p-cover-mv__bg {
    background-image: url("../img/people02/fv_img_sp.jpg");
  }
}
body#people.people02 .p-cover-mv__band {
  background-color: var(--sub-3-default);
}
body#people.people02 .p-person__content__textbox {
  background-color: var(--sub-3-default);
}
body#people.people02 .p-person__content__title span {
  color: var(--sub-3-default);
}

body#people.people03 .p-cover-mv__bg {
  background-image: url("../img/people03/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people03 .p-cover-mv__bg {
    background-image: url("../img/people03/fv_img_sp.jpg");
  }
}

body#people.people04 .p-cover-mv__bg {
  background-image: url("../img/people04/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people04 .p-cover-mv__bg {
    background-image: url("../img/people04/fv_img_sp.jpg");
  }
}

body#people.people05 .p-cover-mv__bg {
  background-image: url("../img/people05/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people05 .p-cover-mv__bg {
    background-image: url("../img/people05/fv_img_sp.jpg");
  }
}

body#people.people06 .p-cover-mv__bg {
  background-image: url("../img/people06/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people06 .p-cover-mv__bg {
    background-image: url("../img/people06/fv_img_sp.jpg");
  }
}

body#people.people07 .p-cover-mv__bg {
  background-image: url("../img/people07/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people07 .p-cover-mv__bg {
    background-image: url("../img/people07/fv_img_sp.jpg");
  }
}

body#people.people08 .p-cover-mv__bg {
  background-image: url("../img/people08/fv_img.jpg");
}
@media screen and (max-width: 1128px) {
  body#people.people08 .p-cover-mv__bg {
    background-image: url("../img/people08/fv_img_sp.jpg");
  }
}

body#recruitmentmessage .c-text-mv__en {
  width: 150px;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .c-text-mv__en {
    width: 88px;
  }
}
body#recruitmentmessage .p-message {
  padding: 96px 0;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message {
    padding: 80px 0;
  }
}
body#recruitmentmessage .p-message__section {
  margin-bottom: 96px;
}
body#recruitmentmessage .p-message__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message__section {
    margin-bottom: 80px;
  }
}
body#recruitmentmessage .p-message__section__inner {
  padding: 48px;
  background-color: var(--white-default);
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message__section__inner {
    padding: 40px 20px;
  }
}
body#recruitmentmessage .p-message__title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  background: url("../img/message/icon_line.svg") bottom left no-repeat;
  background-size: 55px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.48px;
  }
}
body#recruitmentmessage .p-message__img {
  width: 317px;
  margin-right: 48px;
}
@media screen and (max-width: 834px) {
  body#recruitmentmessage .p-message__img {
    width: 240px;
    margin: 0 auto 40px;
  }
}
body#recruitmentmessage .p-message__body {
  flex: 1;
}
@media screen and (max-width: 834px) {
  body#recruitmentmessage .p-message__body {
    flex: initial;
  }
}
body#recruitmentmessage .p-message__text {
  margin-bottom: 32px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message__text {
    margin-bottom: 30px;
    font-size: 15px;
  }
}
body#recruitmentmessage .p-message__name {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message__name {
    font-size: 18px;
  }
}
body#recruitmentmessage .p-message__name--small {
  margin-right: 10px;
  font-size: 11px;
}
body#recruitmentmessage .p-message__subtitle {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  body#recruitmentmessage .p-message__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#recruitmentmessage .p-message__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media screen and (max-width: 834px) {
  body#recruitmentmessage .p-message__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
body#recruitmentmessage .p-message__list__icon {
  width: 120px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 834px) {
  body#recruitmentmessage .p-message__list__icon {
    width: 100px;
    margin-bottom: 20px;
  }
}
body#recruitmentmessage .p-message__list__title {
  margin-bottom: 24px;
  color: var(--main-default);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 834px) {
  body#recruitmentmessage .p-message__list__title {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
body#recruitmentmessage .p-message__list__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  body#recruitmentmessage .p-message__list__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 1128px) {
  body#worklifebalance {
    overflow: visible;
  }
}
body#worklifebalance .c-text-mv__en {
  width: 129px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .c-text-mv__en {
    width: 76px;
  }
}
body#worklifebalance .p-worklifebalance {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance {
    padding: 80px 0;
  }
}
body#worklifebalance .p-worklifebalance__section {
  margin-bottom: 96px;
}
body#worklifebalance .p-worklifebalance__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__section {
    margin-bottom: 80px;
  }
}
body#worklifebalance .p-worklifebalance__title {
  margin-bottom: 24px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body#worklifebalance .p-worklifebalance__description {
  margin-bottom: 96px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__description {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body#worklifebalance .p-worklifebalance__description.mb__s {
  margin-bottom: 48px;
}
body#worklifebalance .p-worklifebalance__description__small {
  display: block;
  margin-top: 24px;
  font-size: 12px;
}
body#worklifebalance .p-worklifebalance__lists {
  display: grid;
  grid-template-rows: 1fr;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__lists {
    gap: 20px;
  }
}
body#worklifebalance .p-worklifebalance__list {
  padding: 48px;
  background: var(--white-default);
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
}
body#worklifebalance .p-worklifebalance__list > *:last-child {
  margin-bottom: 0;
}
body#worklifebalance .p-worklifebalance__list__title--underline {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--main-custom);
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__title--underline {
    margin-bottom: 40px;
  }
}
body#worklifebalance .p-worklifebalance__list__title--underline .p-development__list__title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body#worklifebalance .p-worklifebalance__list__title {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#worklifebalance .p-worklifebalance__list__title span {
  margin-right: 24px;
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__title span {
    margin-right: 16px;
    font-size: 16px;
  }
}
body#worklifebalance .p-worklifebalance__list__text {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__text {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body#worklifebalance .p-worklifebalance__list__textbox {
  margin-right: 48px;
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__textbox {
    margin-right: 0;
    flex: auto;
  }
}
body#worklifebalance .p-worklifebalance__list__figure {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__figure {
    width: 76.9230769231vw;
    height: 463px;
    overflow-x: auto;
  }
  body#worklifebalance .p-worklifebalance__list__figure > img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
  }
}
body#worklifebalance .p-worklifebalance__list__figure02 {
  display: block;
  width: 468px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__figure02 {
    width: 100%;
  }
}
body#worklifebalance .p-worklifebalance__list__contain {
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__list__contain {
    margin-bottom: 40px;
  }
}
body#worklifebalance .p-worklifebalance__wrapper > * {
  margin-bottom: 24px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__wrapper > * {
    margin-bottom: 20px;
  }
}
body#worklifebalance .p-worklifebalance__wrapper > *:last-child {
  margin-bottom: 0;
}
body#worklifebalance .p-worklifebalance__card {
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card {
    flex-direction: column;
  }
}
body#worklifebalance .p-worklifebalance__card-img {
  width: 540px;
  aspect-ratio: 540/405;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-img {
    width: 100%;
    aspect-ratio: 350/262.5;
  }
}
body#worklifebalance .p-worklifebalance__card-body {
  padding: 48px;
  background-color: var(--main-custom);
  color: var(--white-default);
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-body {
    padding: 40px 20px;
  }
}
body#worklifebalance .p-worklifebalance__card-box {
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-box {
    margin-bottom: 40px;
  }
}
body#worklifebalance .p-worklifebalance__card-box > * {
  margin-bottom: 12px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-box > * {
    margin-bottom: 10px;
  }
}
body#worklifebalance .p-worklifebalance__card-box > *:last-child {
  margin-bottom: 0;
}
body#worklifebalance .p-worklifebalance__card-category {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--white-default);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-category {
    font-size: 11px;
  }
}
body#worklifebalance .p-worklifebalance__card-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-title {
    font-size: 14px;
  }
}
body#worklifebalance .p-worklifebalance__card-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-description {
    font-size: 11px;
  }
}
body#worklifebalance .p-worklifebalance__card-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__card-text {
    font-size: 12px;
  }
}
body#worklifebalance .p-worklifebalance__subtitle {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__subtitle {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#worklifebalance .p-worklifebalance__schedule {
  display: block;
  padding: 60px 48px;
  border: 1px solid var(--main-custom);
  background-color: var(--white-default);
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__schedule {
    padding: 40px 20px;
  }
}
body#worklifebalance .p-worklifebalance__imgwrap {
  display: flex;
}
body#worklifebalance .p-worklifebalance__imgwrap > img {
  width: 50%;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__imgwrap {
    flex-direction: column;
  }
  body#worklifebalance .p-worklifebalance__imgwrap > img {
    width: 100%;
  }
}
body#worklifebalance .p-worklifebalance__icons {
  padding: 48px;
  background-color: var(--white-default);
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__icons {
    padding: 40px 20px;
    flex-direction: column;
    gap: 40px;
  }
}
body#worklifebalance .p-worklifebalance__icon {
  flex: 1;
}
body#worklifebalance .p-worklifebalance__icon__img {
  margin: 0 auto 24px;
}
body#worklifebalance .p-worklifebalance__icon__img--first {
  width: 158px;
}
body#worklifebalance .p-worklifebalance__icon__img--second {
  width: 318px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__icon__img {
    margin-bottom: 20px;
  }
  body#worklifebalance .p-worklifebalance__icon__img--second {
    width: 310px;
  }
}
body#worklifebalance .p-worklifebalance__icon__title {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__icon__title {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
body#worklifebalance .p-worklifebalance__icon__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__icon__text {
    font-size: 12px;
  }
}
body#worklifebalance .p-worklifebalance__stats {
  width: 834px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stats {
    width: 100%;
  }
}
body#worklifebalance .p-worklifebalance__stat {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stat {
    gap: 20px;
  }
}
body#worklifebalance .p-worklifebalance__stat__circle {
  position: relative;
  width: 240px;
  height: 240px;
  background: #fff;
  border: 3px solid #e3f4ff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stat__circle {
    width: 165px;
    height: 165px;
  }
}
body#worklifebalance .p-worklifebalance__stat__title {
  margin-bottom: 8px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stat__title {
    margin-bottom: 4px;
    font-size: 15px;
  }
}
body#worklifebalance .p-worklifebalance__stat__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stat__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
}
body#worklifebalance .p-worklifebalance__stat__icon img {
  width: 100%;
  height: 100%;
}
body#worklifebalance .p-worklifebalance__stat__number {
  margin-bottom: 0;
  color: #0072bc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
body#worklifebalance .p-worklifebalance__stat__number small {
  font-size: 20px;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stat__number {
    font-size: 20px;
  }
  body#worklifebalance .p-worklifebalance__stat__number small {
    font-size: 14px;
  }
}
body#worklifebalance .p-worklifebalance__stat__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#worklifebalance .p-worklifebalance__stat__text {
    font-size: 12px;
  }
}
body#worklifebalance .p-worklifebalance__stat__text span {
  position: absolute;
  right: 0;
  bottom: 0;
}

body#career .c-text-mv__en {
  width: 45px;
}
@media screen and (max-width: 1128px) {
  body#career .c-text-mv__en {
    width: 26px;
  }
}
body#career .p-career {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#career .p-career {
    padding: 80px 0;
  }
}
body#career .p-career__section {
  margin-bottom: 96px;
}
body#career .p-career__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__section {
    margin-bottom: 80px;
  }
}
body#career .p-career__title {
  margin-bottom: 24px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body#career .p-career__description {
  margin-bottom: 96px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__description {
    margin-bottom: 80px;
    font-size: 15px;
  }
}
body#career .p-career__subsection {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__subsection {
    margin-bottom: 80px;
  }
}
body#career .p-career__subtitle--underline {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--main-custom);
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__subtitle--underline {
    margin-bottom: 40px;
  }
}
body#career .p-career__subtitle--underline .p-career__subtitle {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body#career .p-career__subtitle {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#career .p-career__subtitle span {
  margin-right: 24px;
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__subtitle span {
    margin-right: 16px;
    font-size: 16px;
  }
}
body#career .p-career__text {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__text {
    margin-bottom: 40px;
    font-size: 15px;
  }
}
body#career .p-career__content {
  padding: 48px;
  margin-bottom: 24px;
  background: var(--white-default);
}
body#career .p-career__content:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__content {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
body#career .p-career__content__title {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__content__title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#career .p-career__lists {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__lists {
    flex-direction: column;
  }
}
body#career .p-career__lists::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #2289cb 0 2px, transparent 2px 4px);
  position: absolute;
  top: 47px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__lists::before {
    width: 2px;
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(to bottom, #2289cb 0 2px, transparent 2px 4px);
    left: 93px;
  }
}
body#career .p-career__lists::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4.61px solid transparent; /* 一辺の半分 */
  border-right: 4.61px solid transparent;
  border-bottom: 8px solid #2289cb;
  position: absolute;
  top: 43px;
  right: 0;
  rotate: -30deg;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__lists::after {
    top: auto;
    bottom: 0;
    left: 91px;
    right: auto;
    rotate: 60deg;
  }
}
body#career .p-career__lists--col4 > li {
  flex: 1;
}
body#career .p-career__lists--col3 > li {
  flex: 1;
}
body#career .p-career__lists--col4-2 > li {
  flex: 1;
}
body#career .p-career__lists--col4-2 > li:last-of-type {
  flex: 3;
}
body#career .p-career__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__list {
    flex-direction: row;
  }
}
body#career .p-career__list__title {
  width: 100%;
  margin-bottom: 56px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__list__title {
    width: 70px;
    margin-bottom: 0;
    margin-right: 48px;
    font-size: 14px;
    text-align: left;
  }
}
body#career .p-career__list__title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--main-custom);
  border-radius: 50%;
  position: absolute;
  bottom: -32px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__list__title::before {
    bottom: 50%;
    left: auto;
    right: -28px;
    translate: 0 50%;
  }
}
body#career .p-career__list__text {
  margin: 0 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__list__text {
    margin: 10px 0;
    font-size: 12px;
    flex: 1;
  }
}
body#career .p-career__fukidashi {
  width: 749px;
  padding: 48px 60px;
  border: 1px solid var(--main-custom);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__fukidashi {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 44px;
  }
}
body#career .p-career__fukidashi > *:last-child {
  margin-bottom: 0;
}
body#career .p-career__fukidashi::after {
  content: "";
  display: block;
  border-right: 24px solid transparent;
  border-bottom: 12px solid var(--main-custom);
  position: absolute;
  right: -24px;
  bottom: 87.5px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__fukidashi::after {
    right: 50%;
    bottom: -18px;
    rotate: 90deg;
    translate: 50% 0;
  }
}
body#career .p-career__fukidashi__title {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__fukidashi__title {
    font-size: 20px;
    letter-spacing: 0.4px;
    text-align: center;
  }
}
body#career .p-career__fukidashi__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__fukidashi__text {
    font-size: 15px;
  }
}
body#career .p-career__fukidashi__img {
  width: 187px;
  background: #d9d9d9;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__fukidashi__img {
    width: 104px;
    margin: 0 auto;
  }
}
body#career .p-career__stats {
  width: 834px;
  margin: 0 auto;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stats {
    width: 100%;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
body#career .p-career__stat {
  width: 246px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat {
    width: 165px;
  }
}
body#career .p-career__stat__circle {
  position: relative;
  width: 246px;
  height: 246px;
  margin-bottom: 18px;
  background: #fff;
  border: 3px solid #e3f4ff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__circle {
    width: 161px;
    height: 161px;
    margin-bottom: 15px;
  }
}
body#career .p-career__stat__progress {
  position: absolute;
}
body#career .p-career__stat__progress--pc {
  display: block;
  width: 250px;
  height: 250px;
  top: -2px;
  left: -2px;
}
body#career .p-career__stat__progress--sp {
  display: none;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__progress--pc {
    display: none;
  }
  body#career .p-career__stat__progress--sp {
    display: block;
    width: 165px;
    height: 165px;
    top: -1px;
    left: -1px;
  }
}
body#career .p-career__stat__title {
  margin-bottom: 8px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__title {
    margin-bottom: 4px;
    font-size: 16px;
  }
}
body#career .p-career__stat__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
}
body#career .p-career__stat__icon img {
  width: 100%;
  height: 100%;
}
body#career .p-career__stat__number {
  margin-bottom: 0;
  color: #0072bc;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
body#career .p-career__stat__number small {
  font-size: 20px;
}
body#career .p-career__stat__number .notes {
  display: block;
  margin-top: 8px;
  font-size: 10px;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__number {
    font-size: 20px;
  }
  body#career .p-career__stat__number small {
    font-size: 14px;
  }
}
body#career .p-career__stat__text {
  margin-bottom: 0;
  color: #0072bc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#career .p-career__stat__text {
    font-size: 12px;
  }
}
body#career .p-career__stat__text span {
  position: absolute;
  right: 0;
  bottom: 0;
}

body#realvoice .c-text-mv__en {
  width: 56px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .c-text-mv__en {
    width: 33px;
  }
}
body#realvoice .p-realvoice {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice {
    padding: 80px 0;
  }
}
body#realvoice .p-realvoice__section {
  margin-bottom: 96px;
}
body#realvoice .p-realvoice__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__section {
    margin-bottom: 80px;
  }
}
body#realvoice .p-realvoice__title {
  margin-bottom: 24px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body#realvoice .p-realvoice__description {
  margin-bottom: 96px;
  color: #0072bc;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__description {
    margin-bottom: 80px;
    font-size: 15px;
  }
}
body#realvoice .p-realvoice__notes {
  display: block;
  margin-top: 24px;
  font-size: 12px;
}
body#realvoice .p-realvoice__subsection {
  margin-bottom: 96px;
}
body#realvoice .p-realvoice__subsection:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__subsection {
    margin-bottom: 80px;
  }
}
body#realvoice .p-realvoice__subtitle--underline {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--main-custom);
  margin-bottom: 48px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__subtitle--underline {
    margin-bottom: 40px;
  }
}
body#realvoice .p-realvoice__subtitle {
  margin-bottom: 36px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__subtitle {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#realvoice .p-realvoice__grid--1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__grid--1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body#realvoice .p-realvoice__grid--1 > div:first-of-type {
  grid-column: 1/3;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__grid--1 > div:first-of-type {
    grid-column: auto;
  }
}
body#realvoice .p-realvoice__grid--1 > div:last-of-type {
  grid-column: 1/3;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__grid--1 > div:last-of-type {
    grid-column: auto;
  }
}
body#realvoice .p-realvoice__grid--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__grid--2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
body#realvoice .p-realvoice__grid--2 > div:last-of-type {
  grid-column: 1/3;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__grid--2 > div:last-of-type {
    grid-column: auto;
  }
}
body#realvoice .p-realvoice__grid--3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__grid--3 {
    gap: 20px;
  }
}
body#realvoice .p-realvoice__content {
  padding: 48px;
  background: var(--white-default);
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
body#realvoice .p-realvoice__content__title {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__title {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#realvoice .p-realvoice__content__wrap--col2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--col2 {
    flex-direction: column;
    gap: 40px;
  }
}
body#realvoice .p-realvoice__content__wrap--col2 > p {
  width: 468px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--col2 > p {
    width: 100%;
  }
}
body#realvoice .p-realvoice__content__wrap--col3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--col3 {
    flex-direction: column;
    gap: 20px;
  }
}
body#realvoice .p-realvoice__content__wrap--col3 > li {
  width: 312px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--col3 > li {
    width: 100%;
  }
}
body#realvoice .p-realvoice__content__wrap--grid6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--grid6 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body#realvoice .p-realvoice__content__wrap--grid7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 36px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--grid7 {
    row-gap: 30px;
  }
}
body#realvoice .p-realvoice__content__wrap--grid7 li {
  width: 228px;
  font-size: 22px;
}
body#realvoice .p-realvoice__content__wrap--grid7 li:nth-of-type(3), body#realvoice .p-realvoice__content__wrap--grid7 li:nth-of-type(6), body#realvoice .p-realvoice__content__wrap--grid7 li:nth-of-type(7) {
  font-size: 26px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--grid7 li {
    width: 145px;
    font-size: 17px;
  }
  body#realvoice .p-realvoice__content__wrap--grid7 li:nth-of-type(3) {
    width: 100% !important;
    font-size: 22px;
  }
  body#realvoice .p-realvoice__content__wrap--grid7 li:nth-of-type(6), body#realvoice .p-realvoice__content__wrap--grid7 li:nth-of-type(7) {
    font-size: 17px;
  }
}
body#realvoice .p-realvoice__content__wrap--grid7 li.--big {
  width: 312px;
  font-size: 30px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--grid7 li.--big {
    width: 145px;
    font-size: 19px;
  }
}
body#realvoice .p-realvoice__content__wrap--grid8-1, body#realvoice .p-realvoice__content__wrap--grid8-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 24px;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--grid8-1, body#realvoice .p-realvoice__content__wrap--grid8-2 {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__wrap--grid8-1 li {
    font-size: 13px;
  }
  body#realvoice .p-realvoice__content__wrap--grid8-1 li:nth-of-type(3), body#realvoice .p-realvoice__content__wrap--grid8-1 li:nth-of-type(5), body#realvoice .p-realvoice__content__wrap--grid8-1 li:nth-of-type(8) {
    font-size: 15px;
  }
  body#realvoice .p-realvoice__content__wrap--grid8-1 li:nth-of-type(6) {
    font-size: 21px;
  }
  body#realvoice .p-realvoice__content__wrap--grid8-2 li {
    font-size: 13px;
  }
  body#realvoice .p-realvoice__content__wrap--grid8-2 li:nth-of-type(1) {
    font-size: 17px;
  }
  body#realvoice .p-realvoice__content__wrap--grid8-2 li:nth-of-type(2), body#realvoice .p-realvoice__content__wrap--grid8-2 li:nth-of-type(3), body#realvoice .p-realvoice__content__wrap--grid8-2 li:nth-of-type(6), body#realvoice .p-realvoice__content__wrap--grid8-2 li:nth-of-type(7) {
    font-size: 15px;
  }
}
body#realvoice .p-realvoice__content__list {
  padding: 24px 48px;
  border-radius: 48px;
  box-sizing: border-box;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__list {
    padding: 20px;
    border-radius: 24px;
    font-size: 15px;
  }
}
body#realvoice .p-realvoice__content__list::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat;
  position: absolute;
  bottom: -24px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__list::after {
    width: 20px;
    height: 20px;
    bottom: -20px;
  }
}
body#realvoice .p-realvoice__content__list.--blue {
  background: rgba(34, 137, 203, 0.12);
}
body#realvoice .p-realvoice__content__list.--blue::after {
  background-image: url(../img/realvoice/fukidashi_blue.svg);
}
body#realvoice .p-realvoice__content__list.--blue2 {
  background: rgba(88, 135, 223, 0.12);
}
body#realvoice .p-realvoice__content__list.--blue2::after {
  background-image: url(../img/realvoice/fukidashi_blue.svg);
}
body#realvoice .p-realvoice__content__list.--yellow {
  background: rgba(204, 170, 34, 0.12);
}
body#realvoice .p-realvoice__content__list.--yellow::after {
  background-image: url(../img/realvoice/fukidashi_yellow.svg);
}
body#realvoice .p-realvoice__content__list.--green {
  background: rgba(36, 188, 117, 0.12);
}
body#realvoice .p-realvoice__content__list.--green::after {
  background-image: url(../img/realvoice/fukidashi_green.svg);
}
body#realvoice .p-realvoice__content__list.--green2 {
  background: rgba(0, 163, 188, 0.12);
}
body#realvoice .p-realvoice__content__list.--green2::after {
  background-image: url(../img/realvoice/fukidashi_green2.svg);
}
body#realvoice .p-realvoice__content__list.--purple {
  background: rgba(124, 113, 206, 0.12);
}
body#realvoice .p-realvoice__content__list.--purple::after {
  background-image: url(../img/realvoice/fukidashi_purple.svg);
}
body#realvoice .p-realvoice__content__list span {
  font-size: 12px;
  line-height: 1.5;
}
body#realvoice .p-realvoice__content__ranking {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
body#realvoice .p-realvoice__content__ranking span {
  display: inline-block;
  width: 30px;
  margin-right: 20px;
}
body#realvoice .p-realvoice__content__notes {
  margin-top: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 1128px) {
  body#realvoice .p-realvoice__content__notes {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
}

body#crosstalk.crosstalk01 .c-cover-mv__bg {
  background: url("../img/crosstalk01/bg_fv.jpg") center 20%/cover no-repeat;
}
@media screen and (max-width: 1128px) {
  body#crosstalk.crosstalk01 .c-cover-mv__bg {
    background-image: url("../img/crosstalk01/bg_fv_sp.jpg");
  }
}
@media screen and (max-width: 1128px) {
  body#crosstalk.crosstalk01 .c-cover-mv__content {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
  }
}
body#crosstalk.crosstalk01 .c-cover-mv__en {
  width: 94px;
  padding-top: 5px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk.crosstalk01 .c-cover-mv__en {
    width: 51px;
    padding-top: 0;
  }
}
body#crosstalk.crosstalk02 .c-cover-mv__bg {
  background: url("../img/crosstalk02/bg_fv.jpg") center 20%/cover no-repeat;
}
@media screen and (max-width: 1128px) {
  body#crosstalk.crosstalk02 .c-cover-mv__bg {
    background-image: url("../img/crosstalk02/bg_fv_sp.jpg");
  }
}
@media screen and (max-width: 1128px) {
  body#crosstalk.crosstalk02 .c-cover-mv__content {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
  }
}
body#crosstalk.crosstalk02 .c-cover-mv__en {
  width: 96px;
  padding-top: 5px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk.crosstalk02 .c-cover-mv__en {
    width: 51px;
    padding-top: 0;
  }
}
body#crosstalk .p-crosstalk {
  padding: 96px 0;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk {
    padding: 80px 0;
  }
}
body#crosstalk .p-crosstalk .c-inner > *:last-child {
  margin-bottom: 0;
}
body#crosstalk .p-crosstalk__intro {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__intro {
    margin-bottom: 80px;
  }
}
body#crosstalk .p-crosstalk__title {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#crosstalk .p-crosstalk__description {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__description {
    margin-bottom: 20px;
    font-size: 15px;
    text-align: left;
  }
}
body#crosstalk .p-crosstalk__notes {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
body#crosstalk .p-crosstalk__text {
  margin-top: 72px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__text {
    margin-top: 40px;
    font-size: 15px;
    text-align: left;
  }
}
body#crosstalk .p-crosstalk__section {
  margin-bottom: 72px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__section {
    margin-bottom: 40px;
  }
}
body#crosstalk .p-crosstalk__section__title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--main-custom);
  margin-bottom: 72px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__section__title {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0.4px;
    align-items: flex-start;
    flex-direction: column;
  }
}
body#crosstalk .p-crosstalk__section__title span {
  display: inline-block;
  margin-right: 24px;
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__section__title span {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
body#crosstalk .p-crosstalk__subsection {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__subsection {
    margin-bottom: 80px;
  }
}
body#crosstalk .p-crosstalk__subsection__title {
  margin-bottom: 24px;
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__subsection__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
body#crosstalk .p-crosstalk__member {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__member {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
  }
}
body#crosstalk .p-crosstalk__member__item {
  width: calc(25% - 12px);
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__member__item {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
body#crosstalk .p-crosstalk__member__img {
  width: 187px;
  aspect-ratio: 1/1;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__member__img {
    width: 118px;
    margin: 0;
    margin-right: 20px;
  }
}
body#crosstalk .p-crosstalk__member__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__member__text {
    text-align-last: left;
    flex: 1;
  }
}
body#crosstalk .p-crosstalk__member__text span {
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__member__text span {
    margin-top: 10px;
  }
}
body#crosstalk .p-crosstalk__theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__theme {
    flex-direction: column;
    gap: 20px;
  }
}
body#crosstalk .p-crosstalk__theme__item {
  width: calc(50% - 12px);
  height: 80px;
  border: 1px solid var(--main-custom);
  box-sizing: border-box;
  background: var(--white-default);
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__theme__item {
    width: 100%;
  }
}
body#crosstalk .p-crosstalk__theme__link {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 24px;
  box-sizing: border-box;
  color: var(--main-default);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#crosstalk .p-crosstalk__theme__link:hover {
  opacity: 0.5;
}
body#crosstalk .p-crosstalk__theme__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__theme__title {
    font-size: 14px;
  }
}
body#crosstalk .p-crosstalk__theme__title span {
  display: inline-block;
  margin-right: 12px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__theme__title span {
    margin-right: 10px;
    font-size: 16px;
  }
}
body#crosstalk .p-crosstalk__theme__icon {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#crosstalk .p-crosstalk__lists {
  width: 754px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__lists {
    width: 100%;
    margin: 0;
    gap: 20px;
  }
}
body#crosstalk .p-crosstalk__list {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__list {
    gap: 15px;
  }
}
body#crosstalk .p-crosstalk__list__img {
  width: 84px;
  height: 84px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__list__img {
    width: 64px;
    height: 64px;
  }
}
body#crosstalk .p-crosstalk__list__text {
  padding: 24px 40px;
  border-radius: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__list__text {
    padding: 20px;
    border-radius: 24px;
    font-size: 15px;
  }
}
body#crosstalk .p-crosstalk__list__text.p-bgcolor__green {
  background: rgba(36, 188, 117, 0.12);
}
body#crosstalk .p-crosstalk__list__text.p-bgcolor__green2 {
  background: rgba(0, 163, 188, 0.12);
}
body#crosstalk .p-crosstalk__list__text.p-bgcolor__blue {
  background: var(--main-light);
}
body#crosstalk .p-crosstalk__list__text.p-bgcolor__purple {
  background: rgba(88, 135, 223, 0.12);
}
body#crosstalk .p-crosstalk__bg__wrap {
  margin-bottom: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__bg__wrap {
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
body#crosstalk .p-crosstalk__bg__img {
  width: calc(50% - 24px);
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__bg__img {
    width: 100%;
  }
}
body#crosstalk .p-crosstalk__profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__profile {
    flex-direction: column;
    gap: 10px;
  }
}
body#crosstalk .p-crosstalk__profile__item {
  width: calc(50% - 6px);
  padding: 24px;
  background: var(--white-default);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__profile__item {
    width: 100%;
    padding: 20px;
    gap: 20px;
  }
}
body#crosstalk .p-crosstalk__profile__img {
  width: 138px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__profile__img {
    width: 84px;
  }
}
body#crosstalk .p-crosstalk__profile__body {
  flex: 1;
}
body#crosstalk .p-crosstalk__profile__title {
  margin-bottom: 12px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__profile__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
body#crosstalk .p-crosstalk__profile__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1128px) {
  body#crosstalk .p-crosstalk__profile__text {
    font-size: 12px;
  }
}

body.projectstory01 .c-cover-mv__bg {
  background-image: url("../img/projectstory01/bg_fv.jpg");
}
@media screen and (max-width: 1128px) {
  body.projectstory01 .c-cover-mv__bg {
    background-image: url("../img/projectstory01/bg_fv_sp.jpg");
  }
}
@media screen and (max-width: 1128px) {
  body.projectstory01 .c-cover-mv__content {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
  }
}
body.projectstory01 .c-cover-mv__en {
  width: 103px;
  padding-top: 5px;
}
@media screen and (max-width: 1128px) {
  body.projectstory01 .c-cover-mv__en {
    width: 56px;
  }
}
body.projectstory01 .c-bg__color:has(.p-projectstory__media) {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body.projectstory01 .c-bg__color:has(.p-projectstory__media) {
    margin-bottom: 80px;
  }
}

body.projectstory02 .c-cover-mv__bg {
  background-image: url("../img/projectstory02/bg_fv.jpg");
}
@media screen and (max-width: 1128px) {
  body.projectstory02 .c-cover-mv__bg {
    background-image: url("../img/projectstory02/bg_fv_sp.jpg");
  }
}
@media screen and (max-width: 1128px) {
  body.projectstory02 .c-cover-mv__content {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
  }
}
body.projectstory02 .c-cover-mv__en {
  width: 103px;
  padding-top: 5px;
}
@media screen and (max-width: 1128px) {
  body.projectstory02 .c-cover-mv__en {
    width: 57px;
  }
}
body.projectstory02 .c-bg__color:has(.p-projectstory__media) {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body.projectstory02 .c-bg__color:has(.p-projectstory__media) {
    margin-bottom: 80px;
  }
}

body.projectstory03 .c-cover-mv__bg {
  background-image: url("../img/projectstory03/bg_fv.jpg");
}
@media screen and (max-width: 1128px) {
  body.projectstory03 .c-cover-mv__bg {
    background-image: url("../img/projectstory03/bg_fv_sp.jpg");
  }
}
@media screen and (max-width: 1128px) {
  body.projectstory03 .c-cover-mv__content {
    padding-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-sizing: border-box;
  }
}
body.projectstory03 .c-cover-mv__en {
  width: 103px;
  padding-top: 5px;
}
@media screen and (max-width: 1128px) {
  body.projectstory03 .c-cover-mv__en {
    width: 57px;
  }
}
body.projectstory03 .c-bg__color:has(.p-projectstory__media) {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body.projectstory03 .c-bg__color:has(.p-projectstory__media) {
    margin-bottom: 80px;
  }
}

body#projectstory .p-projectstory {
  padding-top: 96px;
}
body#projectstory .p-projectstory__intro {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__intro {
    margin-bottom: 80px;
  }
}
body#projectstory .p-projectstory__title {
  text-align: center;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__title {
    font-size: 28px;
    letter-spacing: 0.56px;
  }
}
body#projectstory .p-projectstory__title svg {
  display: block;
  margin: 24px auto;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__title svg {
    width: 52px;
    margin: 20px auto;
  }
}
body#projectstory .p-projectstory__subtitle {
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
body#projectstory .p-projectstory__media {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__media {
    padding: 20px 0px;
    flex-direction: column;
  }
}
body#projectstory .p-projectstory__media__title {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main-custom);
  color: var(--main-default);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__media__title {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
body#projectstory .p-projectstory__media__body {
  width: 845px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__media__body {
    width: 100%;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
body#projectstory .p-projectstory__media__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__media__text {
    font-size: 15px;
  }
}
body#projectstory .p-projectstory__media__img {
  width: 240px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__media__img {
    width: 100%;
  }
}
body#projectstory .p-projectstory__section {
  margin-bottom: 96px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__section {
    margin-bottom: 80px;
  }
}
body#projectstory .p-projectstory__section__title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--main-custom);
  margin-bottom: 48px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__section__title {
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
body#projectstory .p-projectstory__section__title span {
  display: inline-block;
  margin-right: 24px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__section__title span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
body#projectstory .p-projectstory__section__wrap {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__section__wrap {
    flex-direction: column;
    gap: 40px;
  }
}
body#projectstory .p-projectstory__section__img {
  width: 422px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__section__img {
    width: 100%;
  }
}
body#projectstory .p-projectstory__section__box {
  flex: 1;
}
body#projectstory .p-projectstory__section__subtitle {
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__section__subtitle {
    margin-bottom: 20px;
  }
}
body#projectstory .p-projectstory__section__text {
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
body#projectstory .p-projectstory__section__notes {
  margin-top: 24px;
  color: var(--main-default);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
body#projectstory .p-projectstory__column {
  padding: 48px;
  background: var(--main-custom);
  color: var(--white-default);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__column {
    padding: 40px 20px;
    flex-direction: column;
    gap: 40px;
  }
}
body#projectstory .p-projectstory__column__title {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--white-default);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__column__title {
    font-size: 16px;
  }
}
body#projectstory .p-projectstory__column__wrap {
  width: 852px;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__column__wrap {
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}
body#projectstory .p-projectstory__column__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  flex: 1;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__column__text {
    font-size: 15px;
  }
}
body#projectstory .p-projectstory__column__img {
  width: 187px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__column__img {
    width: 104px;
    margin: 0 auto;
  }
}
body#projectstory .p-projectstory__voice__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__voice__wrap {
    flex-direction: column-reverse;
    gap: 44px;
  }
}
body#projectstory .p-projectstory__voice__img {
  width: 120px;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__voice__img {
    width: 104px;
    margin: 0 auto;
  }
}
body#projectstory .p-projectstory__voice__text {
  width: 752px;
  padding: 24px 48px;
  background: var(--main-lighter);
  border-radius: 48px;
  box-sizing: border-box;
  color: var(--main-custom);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__voice__text {
    width: 100%;
    padding: 20px 40px;
    font-size: 15px;
  }
}
body#projectstory .p-projectstory__voice__text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--main-lighter);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  left: -23px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__voice__text::before {
    left: 50%;
    top: auto;
    bottom: -23px;
    translate: -50% 0;
    rotate: -90deg;
  }
}
body#projectstory .p-projectstory__cards__content {
  width: 834px;
  padding: 72px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1128px) {
  body#projectstory .p-projectstory__cards__content {
    width: 100%;
    padding: 20px 0;
  }
}
body#projectstory .p-projectstory .c-project-card.is-active {
  border: 1px solid transparent !important;
  position: relative;
  pointer-events: none;
}
body#projectstory .p-projectstory .c-project-card.is-active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white-default);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
body#projectstory .p-projectstory .dots-class li {
  width: 30%;
}

a {
  transition: 0.3s;
}

.a-text-underline {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.a-text-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.a-text-underline:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.a-text-underline__right {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.a-text-underline__right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.a-text-underline__right:hover::before {
  transform-origin: right top;
  transform: scale(1, 1);
}

.a-text-underline__center {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

.a-text-underline__center::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #000;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.a-text-underline__center:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

.a-text-marker {
  position: relative;
  z-index: 1;
  padding: 0;
  text-decoration: none;
}

.a-text-marker::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}

.a-text-marker:hover {
  color: #fff;
}

.a-text-marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.a-text-move__right {
  display: inline-block;
  text-decoration: none;
}

.a-text-move__right:hover {
  transform: translateX(5px);
}

.a-text-move__top {
  display: inline-block;
  text-decoration: none;
}

.a-text-move__top:hover {
  transform: translateY(-5px);
}

.a-text-gradient {
  display: inline-block;
  color: #000;
  text-decoration: none;
  color: transparent;
  background: linear-gradient(to right, #000 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.4s;
}

.a-text-gradient:hover {
  background-position: 0 100%;
}

/*--------------------
menu
--------------------*/
.a-menubtn {
  position: relative;
  background: #f00;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1128px) {
  .a-menubtn {
    margin: 0;
    width: 30px;
    height: 30px;
  }
}
.a-menubtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
@media screen and (max-width: 1128px) {
  .a-menubtn span {
    left: 7px;
    width: 16px;
  }
}
.a-menubtn span:nth-of-type(1) {
  top: 14px;
}
@media screen and (max-width: 1128px) {
  .a-menubtn span:nth-of-type(1) {
    top: 9px;
  }
}
.a-menubtn span:nth-of-type(2) {
  top: 19px;
}
@media screen and (max-width: 1128px) {
  .a-menubtn span:nth-of-type(2) {
    top: 14px;
  }
}
.a-menubtn span:nth-of-type(3) {
  top: 24px;
}
@media screen and (max-width: 1128px) {
  .a-menubtn span:nth-of-type(3) {
    top: 19px;
  }
}

.a-menubtn.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.a-menubtn.active span:nth-of-type(2) {
  opacity: 0;
}
.a-menubtn.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}

/*--------------------
faq
--------------------*/
.a-plus {
  cursor: pointer;
  position: relative;
}

.a-plus::before, .a-plus::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #f00;
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.a-plus::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}

.a-plus.show::before {
  opacity: 0;
}

.a-plus.show::after {
  transform: translateY(-50%) rotate(180deg);
}

.a-faq__q {
  cursor: pointer;
}

.a-faq__a {
  display: none;
}