@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../font/BricolageGrotesque-VariableFont_opsz_wdth_wght.ttf") format("TrueType");
}

html {
  scroll-behavior: smooth;
}

.header__utils > .header__inner {
  padding-top: 18px;
}
@media screen and (max-width: 959px) {
  .header__utils > .header__inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 959px) {
  .header__primary-list>li:last-child {
    border-bottom:1px solid #4c6ea2;
  }
}

.ly_header_link {
  cursor: pointer;
  display: block;
  position: relative;
}
@media screen and (max-width: 959px) {
  .ly_header_link {
    border-top:1px solid #4c6ea2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 10px;
  }
  .ly_header_link:visited {
    color: #fff
  }
  .ly_header_link:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 8px;
    position: absolute;
    right: 18px;
    top: 40%;
    transform: rotate(45deg);
    width: 8px;
  }
  .ly_header_link.self:after {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .ly_header_link {
    color:#333;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 5px 0 14px;
  }
  .ly_header_link:visited {
    color: #333;
  }
  .ly_header_link:hover {
    color: #0089ff;
    text-decoration: none;
  }
  .ly_header_link.is-current:after {
    background: #0089ff;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .ly_header_link.off {
    color: #ccc;
  }
  .ly_header_link.is-active {
    color: #0089ff;
  }
}
@media screen and (max-width: 959px) {
  .ly_header_link.is-active:after {
    top:45%;
    transform: rotate(-135deg);
  }
}

/* components */
.c-about {
  display: flex;
  flex-direction: column;
  width: 94.8717948718vw;
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
  padding-top: 7.6923076923vw;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-about {
    flex-direction: row;
    width: 100%;
    border-radius: 20px 0 0 20px;
    margin-left: 0;
    padding-top: 0;
  }
}
@media screen and (any-hover: hover) {
  .c-about:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .c-about:hover .p-about_item:last-child::after {
    background-color: #FFF;
    background-image: url("../images/ico_arrow-right_hover.svg");
    background-repeat: no-repeat;
  }
}
.c-about .p-about_item {
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_item:first-child {
    display: flex;
    width: 47.3214285714%;
    padding-left: 3.5714285714%;
  }
}
.c-about .p-about_item:last-child {
  padding: 10.2564102564vw 5.1282051282vw 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding: 60px 3.5714285714% 40px 5.3571428571%;
  }
}
.c-about .p-about_item:last-child::after {
  content: "";
  display: block;
  width: 30.7692307692vw;
  height: 8.2051282051vw;
  background: #63798F url("../images/ico_arrow-right.svg") no-repeat center;
  background-size: 10.2564102564vw 1.5384615385vw;
  border: 1px solid #63798F;
  border-radius: 0.7692307692vw;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_item:last-child::after {
    width: 140px;
    height: 40px;
    background-size: 40px 6px;
    border-radius: 3px;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.c-about .p-about_itemInner {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 61.5384615385vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_itemInner {
    width: 45.2830188679%;
    padding-top: 540px;
  }
}
.c-about .p-about_itemInner + .p-about_itemInner {
  margin-top: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_itemInner + .p-about_itemInner {
    margin-top: 0;
    margin-left: 10px;
  }
}
.c-about .p-about_slide {
  display: flex;
  align-items: center;
  width: 1176px;
  position: absolute;
  z-index: 0;
  top: 0;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_slide {
    flex-direction: column;
  }
}
.c-about .p-about_slide.--left {
  justify-content: flex-start;
  left: 0;
  animation: slideAnimationLeft 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_slide.--left {
    width: 100%;
    height: auto;
    top: 0;
    animation: slideAnimationUp 20s linear infinite;
  }
}
.c-about .p-about_slide.--right {
  justify-content: flex-end;
  right: 0;
  animation: slideAnimationRight 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_slide.--right {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    animation: slideAnimationDown 20s linear infinite;
  }
}
.c-about .p-about_slide img {
  width: 588px;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.c-about .p-about_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.0256410256vw 0;
  margin-block-end: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_title {
    gap: 16px 0;
    margin-block-end: 60px;
  }
}
.c-about .p-about_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_title > span:first-child {
    font-size: 8rem;
  }
}
.c-about .p-about_title > span:last-child {
  font-size: 4.1025641026vw;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_title > span:last-child {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-about .p-about_read {
  font-size: 3.8461538462vw;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-block-end: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-about .p-about_read {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.005em;
    margin-block-end: 0;
  }
}

@keyframes slideAnimationLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideAnimationRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
@keyframes slideAnimationUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes slideAnimationDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-about .p-about_itemInner {
    padding-top: 240px;
  }
  .c-about .p-about_itemInner + .p-about_itemInner {
    margin-top: 16px;
  }
}
.c-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5641025641vw 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.5641025641vw;
  background-color: rgba(255, 255, 255, 0.8);
  position: sticky;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -33.3333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-banner {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.c-banner .p-banner_item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 46.1538461538vw;
  height: 12.8205128205vw;
  border-radius: 0.7692307692vw;
  padding-left: 2.5641025641vw;
  background: linear-gradient(to right, rgb(1, 64, 153) 0%, rgb(113, 197, 242) 100%);
  position: relative;
  z-index: 0;
}
.c-banner .p-banner_item:last-child {
  width: 100%;
}
.c-banner .p-banner_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: auto;
  background-image: image-set(url("../images/bg_noise.webp") type("image/webp"), url("../images/bg_noise.png") type("image/png"));
  background-repeat: repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.c-banner .p-banner_item::after {
  content: "";
  display: block;
  width: 5.641025641vw;
  height: 1.5384615385vw;
  background: url("../images/ico_arrow-short.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 3.8461538462vw;
  margin: auto 0;
}
.c-banner .p-banner_item > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.8461538462vw;
  line-height: 1.0666666667;
  color: #FFF;
}
.c-banner .p-banner_item > span:last-child {
  font-size: 2.3076923077vw;
  font-weight: 400;
  line-height: 1.1111111111;
  color: #FFF;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-banner {
    display: none;
  }
}
.c-bg {
  background-color: #FFF;
  overflow: clip;
  position: relative;
  z-index: 10;
}
.c-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  inset: 0;
  margin: auto;
  background: linear-gradient(250deg, #014099 20%, #71C5F2 90%, #FFFFFF 100%);
  opacity: 0.2;
}
.c-bg .p-bg_img {
  display: block;
  height: auto;
  object-fit: contain;
  filter: blur(4px);
  position: absolute;
  z-index: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.c-bg .p-bg_img.--1 {
  width: 24vw;
  top: -74.6666666667vw;
  left: 86.4vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--1 {
    width: 11.3888888889%;
    top: -2.0748322844%;
    left: 73.6111111111%;
  }
}
.c-bg .p-bg_img.--2 {
  width: 26.4vw;
  top: -42.6666666667vw;
  left: -7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--2 {
    width: 6.875%;
    top: -1.9365101321%;
    left: 13.1944444444%;
  }
}
.c-bg .p-bg_img.--3 {
  width: 56.2666666667vw;
  top: 112vw;
  left: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--3 {
    width: 17.2916666667%;
    top: 1.867349056%;
    left: 54.5833333333%;
  }
}
.c-bg .p-bg_img.--4 {
  width: 65.0666666667vw;
  top: 128vw;
  left: -10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--4 {
    width: 23.125%;
    top: 3.4580538073%;
    left: 4.8611111111%;
  }
}
.c-bg .p-bg_img.--5 {
  width: 65.0666666667vw;
  top: 314.1333333333vw;
  left: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--5 {
    width: 20.625%;
    top: 8.0918459091%;
    left: 79.1666666667%;
  }
}
.c-bg .p-bg_img.--6 {
  width: 54.4vw;
  top: 586.6666666667vw;
  left: -17.8666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--6 {
    width: 21.3194444444%;
    top: 13.4864098485%;
    left: 32.6388888889%;
  }
}
.c-bg .p-bg_img.--7 {
  width: 54.4vw;
  top: 984vw;
  left: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--7 {
    width: 26.3194444444%;
    top: 22.3390275953%;
    left: -0.3472222222%;
  }
}
.c-bg .p-bg_img.--8 {
  width: 29.3333333333vw;
  top: 1061.3333333333vw;
  left: -3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--8 {
    width: 12.3611111111%;
    top: 24.4138598797%;
    left: 9.0277777778%;
  }
}
.c-bg .p-bg_img.--9 {
  width: 22.6666666667vw;
  top: 1069.3333333333vw;
  left: 82.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--9 {
    width: 13.8194444444%;
    top: 23.5147658898%;
    left: 81.25%;
  }
}
.c-bg .p-bg_img.--10 {
  width: 21.8666666667vw;
  top: 2000vw;
  left: 82.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--10 {
    width: 15.9027777778%;
    top: 51.040874196%;
    left: 11.8055555556%;
  }
}
.c-bg .p-bg_img.--11 {
  width: 28vw;
  top: 2254.9333333333vw;
  left: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--11 {
    width: 13.4027777778%;
    top: 54.2222836987%;
    left: 82.6388888889%;
  }
}
.c-bg .p-bg_img.--12 {
  width: 26.6666666667vw;
  top: 2661.3333333333vw;
  left: 58.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-bg .p-bg_img.--12 {
    width: 12.7083333333%;
    top: 63.2132235978%;
    left: 9.7222222222%;
  }
}

.c-category {
  margin-top: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-category {
    margin-top: 60px;
  }
}
.c-category .p-category_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 2.0512820513vw 0;
  margin-block-end: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-category .p-category_title {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 20px;
    margin-block-end: 20px;
  }
}
.c-category .p-category_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-category .p-category_title > span:first-child {
    width: fit-content;
    font-size: 2.4rem;
  }
}
.c-category .p-category_title > span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-category .p-category_title > span:last-child {
    flex: 1;
    font-size: 1.4rem;
  }
}
.c-category .p-category_title > span:last-child::before, .c-category .p-category_title > span:last-child::after {
  content: "";
  display: block;
  flex: 1 0 0;
  border-top: 1px solid #63798F;
}
@media screen and (min-width: 768px) {
  .c-category .p-category_title > span:last-child::before {
    display: none;
  }
}
.c-category .p-category_title > span:last-child > span {
  width: fit-content;
  padding-inline: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .c-category .p-category_title > span:last-child > span {
    padding-inline-start: 0;
    padding-inline-end: 20px;
  }
}
.c-category .p-category_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-category .p-category_row.--col1 {
  gap: 1.5384615385vw 0;
}
@media screen and (min-width: 768px) {
  .c-category .p-category_row.--col1 {
    gap: 8px 0;
  }
}

.c-enviro {
  padding-bottom: 7.6923076923vw;
  border-bottom: 1px solid #63798F;
}
@media screen and (min-width: 768px) {
  .c-enviro {
    padding-bottom: 40px;
  }
}
.c-enviro + .c-enviro {
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .c-enviro + .c-enviro {
    margin-top: 60px;
  }
}
.c-enviro .p-enviro_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #63798F;
  padding-block-end: 2.0512820513vw;
  margin-block-end: 7.6923076923vw;
  gap: 2.0512820513vw 0;
}
@media screen and (min-width: 768px) {
  .c-enviro .p-enviro_title {
    padding-block-end: 16px;
    margin-block-end: 40px;
    gap: 8px 0;
  }
}
@media screen and (min-width: 930px) {
  .c-enviro .p-enviro_title {
    flex-direction: row;
    align-items: baseline;
    gap: 0 40px;
  }
}
.c-enviro .p-enviro_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 6.6666666667vw;
  line-height: 1.1538461538;
}
@media screen and (min-width: 768px) {
  .c-enviro .p-enviro_title > span:first-child {
    font-size: 4rem;
    line-height: 1.125;
  }
}
.c-enviro .p-enviro_title > span:last-child {
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-enviro .p-enviro_title > span:last-child {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.c-faq {
  display: flex;
  flex-direction: column;
  border: 1px solid #63798F;
  border-radius: 1.0256410256vw;
  background-color: transparent;
  padding: 3.0769230769vw 4.1025641026vw;
  position: relative;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-faq {
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    padding: 12px 16px;
  }
}
@media screen and (any-hover: hover) {
  .c-faq:hover {
    opacity: 0.85;
  }
}
.c-faq.--open {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-faq + .c-faq {
  margin-top: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .c-faq + .c-faq {
    margin-top: 16px;
  }
}
.c-faq .p-faq_head {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.0769230769vw;
  color: #63798F;
  line-height: 1.5;
  margin-block-end: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_head {
    width: 9.8rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-block-end: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_body {
    flex: 1 0 0;
    padding-right: 42px;
  }
}
.c-faq .p-faq_body p {
  font-size: 3.3333333333vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_body p {
    font-size: 1.4rem;
  }
}
.c-faq .p-faq_answer {
  height: 0;
  overflow: hidden;
  display: none;
}
.c-faq .p-faq_answerInner {
  border-top: 1px solid #63798F;
  margin-top: 3.0769230769vw;
  padding-top: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_answerInner {
    margin-top: 12px;
    padding-top: 12px;
  }
}
.c-faq .p-faq_button {
  display: grid;
  place-content: center;
  width: 7.6923076923vw;
  height: 7.6923076923vw;
  border: 1px solid #63798F;
  background-color: #63798F;
  border-radius: 0 1.0256410256vw 0 1.0256410256vw;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_button {
    width: 48px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    bottom: 0;
  }
}
.c-faq .p-faq_button::before, .c-faq .p-faq_button::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-faq .p-faq_button::before {
  width: 2.5641025641vw;
  height: 1px;
  border-top: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_button::before {
    width: 16px;
  }
}
.c-faq .p-faq_button::after {
  width: 1px;
  height: 2.5641025641vw;
  border-left: 1px solid #FFF;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-faq .p-faq_button::after {
    height: 16px;
  }
}
.c-faq.--open .p-faq_button {
  background-color: rgba(113, 197, 242, 0.2);
}
.c-faq.--open .p-faq_button::before {
  border-top-color: #63798F;
}
.c-faq.--open .p-faq_button::after {
  border-left-color: #63798F;
  transform: rotate(90deg);
}

.c-flow {
  display: flex;
  flex-direction: column;
  gap: 3.8461538462vw 0;
}
@media screen and (min-width: 768px) {
  .c-flow {
    gap: 17px;
  }
}
@media screen and (min-width: 930px) {
  .c-flow {
    flex-direction: row;
  }
}
.c-flow .p-flow_item {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.c-flow .p-flow_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 3.0769230769vw;
  height: 2.0512820513vw;
  background: url("../images/ico_arrow-bottom.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -3.0769230769vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item:not(:last-child)::after {
    width: 12px;
    height: 8px;
    bottom: -12px;
  }
}
@media screen and (min-width: 930px) {
  .c-flow .p-flow_item:not(:last-child)::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: -15px;
    margin: auto 0;
    transform: rotate(-90deg);
  }
}
.c-flow .p-flow_item.--text {
  justify-content: center;
  min-height: 10.7692307692vw;
  background-color: #014099;
  border-radius: 1.2820512821vw;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.3846153846;
  letter-spacing: 0.005em;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item.--text {
    min-height: 160px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 930px) {
  .c-flow .p-flow_item.--text {
    width: 10.5769230769%;
  }
}
.c-flow .p-flow_item.--text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item.--text br {
    display: initial;
  }
}
.c-flow .p-flow_item.--icon {
  justify-content: space-between;
  min-height: 15.3846153846vw;
  padding-inline: 5.1282051282vw;
  background-color: #FFF;
  border-radius: 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item.--icon {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding-inline: 0;
    border-radius: 5px;
  }
}
@media screen and (min-width: 930px) {
  .c-flow .p-flow_item.--icon {
    width: 14.6153846154%;
  }
}
.c-flow .p-flow_item.--icon > p:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.3076923077vw;
  line-height: 1.1111111111;
  color: #63798F;
  order: 1;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item.--icon > p:first-child {
    font-size: 1rem;
    line-height: 1;
    margin-block-end: 15px;
  }
}
.c-flow .p-flow_item.--icon > img {
  width: 7.6923076923vw;
  height: 7.6923076923vw;
  order: 3;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item.--icon > img {
    width: 60px;
    height: 60px;
    order: 2;
    margin-block-end: 15px;
  }
}
.c-flow .p-flow_item.--icon > p:last-child {
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.3846153846;
  color: #014099;
  order: 2;
}
@media screen and (min-width: 768px) {
  .c-flow .p-flow_item.--icon > p:last-child {
    font-size: 1.4rem;
    line-height: 1.5;
    order: 3;
  }
}

.c-fv {
  display: block;
  padding-top: max(100svh - 50px, 794px);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-fv {
    padding-top: calc(100svh - 110px);
  }
}
.c-fv .p-fv_first {
  display: block;
  width: 100%;
  height: calc(100svh - 50px);
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_first {
    height: calc(100svh - 110px);
    top: 110px;
  }
}
.c-fv .p-fv_firstBG, .c-fv .p-fv_firstPhoto-bg, .c-fv .p-fv_firstPhoto-fr {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: auto;
}
.c-fv .p-fv_firstBG img, .c-fv .p-fv_firstPhoto-bg img, .c-fv .p-fv_firstPhoto-fr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-fv .p-fv_firstPhoto-bg {
  z-index: 5;
}
.c-fv .p-fv_firstText {
  display: block;
  width: 100vw;
  padding-top: 18.7179487179vw;
  position: absolute;
  z-index: 8;
  top: 120vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstText {
    width: 100%;
    padding-top: 12.5694444444%;
    top: 6.9620253165%;
  }
}
@media screen and (min-width: 1599px) {
  .c-fv .p-fv_firstText {
    padding-top: 181px;
    top: 55px;
  }
}
.c-fv .p-fv_firstTextInner {
  display: flex;
  width: 646.1538461538vw;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  will-change: transform;
  animation: textAnimationRightToLeft 40s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstTextInner {
    width: 306.3472%;
  }
}
@media screen and (min-width: 1599px) {
  .c-fv .p-fv_firstTextInner {
    width: 6302px;
  }
}
.c-fv .p-fv_firstTextInner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  line-height: 1;
}
.c-fv .p-fv_firstPhoto-fr {
  z-index: 10;
}
.c-fv .p-fv_firstBox {
  display: block;
  width: 89.7435897436vw;
  height: 65.1282051282vw;
  position: absolute;
  z-index: 15;
  top: 5.3846153846vw;
  left: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox {
    width: 47.2222222222%;
    height: 27.3417721519%;
    top: auto;
    left: 5.8333333333%;
    bottom: 6.835443038%;
  }
}
.c-fv .p-fv_firstBox_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2.8205128205vw;
  line-height: 1;
  border-bottom-width: 0;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_title {
    height: 79.6296296296%;
    margin-bottom: 2.0588235294%;
  }
}
.c-fv .p-fv_firstBox_row:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 82.3076923077vw;
  height: 18.4615384615vw;
  background: url("../images/kv_text_bg1-sp.webp") no-repeat center top;
  background-size: cover;
  padding-left: 1.7948717949vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:first-child {
    width: 57.9411764706%;
    height: 50%;
    background: url("../images/kv_text_bg1-pc.webp") no-repeat center top;
    background-size: cover;
    padding-left: 1.3235294118%;
  }
}
.c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(1) {
  width: 13.8461538462vw;
  height: 13.3333333333vw;
  margin-top: 0.5128205128vw;
  margin-right: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(1) {
    width: 17.0050761421%;
    height: 75.5813953488%;
    margin-top: 0.2597402597%;
    margin-right: 3.6363636364%;
  }
}
.c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(2) {
  width: 12.5641025641vw;
  height: 11.5384615385vw;
  margin-right: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(2) {
    width: 14.9746192893%;
    height: 63.9534883721%;
    margin-right: 4.1558441558%;
  }
}
.c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(3) {
  width: 7.6923076923vw;
  height: 12.0512820513vw;
  margin-top: 0.7692307692vw;
  margin-right: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(3) {
    width: 9.3908629442%;
    height: 67.4418604651%;
    margin-top: 1.038961039%;
    margin-right: 5.974025974%;
  }
}
.c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(4) {
  width: 8.2051282051vw;
  height: 11.7948717949vw;
  margin-top: 0.7692307692vw;
  margin-right: 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(4) {
    width: 10.152284264%;
    height: 66.2790697674%;
    margin-top: 1.038961039%;
    margin-right: 5.4545454545%;
  }
}
.c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(5) {
  width: 19.4871794872vw;
  height: 11.7948717949vw;
  margin-top: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(5) {
    width: 23.6040609137%;
    height: 67.4418604651%;
    margin-top: 1.5584415584%;
  }
}
.c-fv .p-fv_firstBox_row:last-child {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child {
    flex-direction: row;
    width: 100%;
    height: 50%;
    background: url("../images/kv_text_bg2-pc.webp") no-repeat center top;
    background-size: cover;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 89.7435897436vw;
  height: 18.7179487179vw;
  background: url("../images/kv_text_bg2-sp.webp") no-repeat center top;
  background-size: cover;
  padding-left: 2.5641025641vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child {
    width: 63.2352941176%;
    height: 100%;
    background-image: none;
    padding-left: 1.7647058824%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(1) {
  width: 10.2564102564vw;
  height: 11.5384615385vw;
  margin-right: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(1) {
    width: 11.961722488%;
    height: 65.1162790698%;
    margin-top: 0.956937799%;
    margin-right: 4.5454545455%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(2) {
  width: 9.2307692308vw;
  height: 7.4358974359vw;
  margin-top: 3.8461538462vw;
  margin-right: 4.8717948718vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(2) {
    width: 10.5263157895%;
    height: 41.8604651163%;
    margin-top: 5.980861244%;
    margin-right: 4.7846889952%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(3) {
  width: 9.2307692308vw;
  height: 11.2820512821vw;
  margin-right: 4.8717948718vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(3) {
    width: 10.7655502392%;
    height: 62.7906976744%;
    margin-top: 1.1961722488%;
    margin-right: 5.2631578947%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(4) {
  width: 10.7692307692vw;
  height: 13.8461538462vw;
  margin-top: -0.7692307692vw;
  margin-right: 4.8717948718vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(4) {
    width: 12.4401913876%;
    height: 76.7441860465%;
    margin-top: 0.2392344498%;
    margin-right: 5.2631578947%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(5) {
  width: 12.3076923077vw;
  height: 13.8461538462vw;
  margin-top: -0.7692307692vw;
  margin-right: 4.8717948718vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(5) {
    width: 14.3540669856%;
    height: 76.7441860465%;
    margin-top: 0%;
    margin-right: 5.023923445%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(6) {
  width: 10.5128205128vw;
  height: 11.0256410256vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(6) {
    width: 12.2009569378%;
    height: 62.7906976744%;
    margin-top: 1.4354066986%;
    margin-right: 3.5885167464%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 53.3333333333vw;
  height: 18.7179487179vw;
  background: url("../images/kv_text_bg3-sp.webp") no-repeat center top;
  background-size: cover;
  padding-left: 1.7948717949vw;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child {
    width: 34.5588235294%;
    height: 100%;
    background-image: none;
    padding-left: 0;
    margin-top: 0;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(1) {
  width: 11.7948717949vw;
  height: 11.7948717949vw;
  margin-right: 2.8205128205vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(1) {
    width: 24.2553191489%;
    height: 66.2790697674%;
    margin-top: 2.5531914894%;
    margin-right: 5.5319148936%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(2) {
  width: 12.5641025641vw;
  height: 11.7948717949vw;
  margin-right: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(2) {
    width: 25.5319148936%;
    height: 65.1162790698%;
    margin-top: 2.9787234043%;
    margin-right: 4.6808510638%;
  }
}
.c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(3) {
  width: 19.4871794872vw;
  height: 11.7948717949vw;
  margin-top: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(3) {
    width: 40%;
    height: 66.2790697674%;
    margin-top: 3.829787234%;
  }
}
.c-fv .p-fv_firstBox_read {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63.0769230769vw;
  height: 6.6666666667vw;
  background: url("../images/kv_text_bg4-sp.webp") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_firstBox_read {
    width: 43.5294117647%;
    height: 13.8888888889%;
    background: url("../images/kv_text_bg3-pc.webp") no-repeat center top;
    background-size: cover;
  }
  .c-fv .p-fv_firstBox_read img {
    width: 94.5945945946%;
    height: 60%;
    margin-top: 0.6756756757%;
  }
}
.c-fv .p-fv_second {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100svh;
  min-height: 794px;
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(0);
  padding-top: 30.7692307692vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second {
    height: 120svh;
    min-height: 900px;
    padding-top: 13.8888888889%;
  }
}
.c-fv .p-fv_second::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 13;
  inset: 0;
  margin: auto;
  background: linear-gradient(235deg, #014099 16%, #71C5F2 66%, #FFFFFF 100%);
  opacity: 0.2;
}
.c-fv .p-fv_secondInner {
  display: block;
  width: 88.7179487179vw;
  height: 155.8974358974vw;
  margin-inline: auto;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_secondInner {
    width: 669px;
    height: 680px;
  }
}
.c-fv .p-fv_second_read {
  display: flex;
  flex-direction: column;
  font-size: 4.1025641026vw;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 10;
  gap: 1.0256410256vw 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read {
    font-size: 2rem;
    gap: 4px 0;
  }
}
.c-fv .p-fv_second_read.--actived {
  opacity: 1;
}
.c-fv .p-fv_second_read > span {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 7.1794871795vw;
  padding-inline: 1.5384615385vw;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read > span {
    height: auto;
    min-height: 36px;
    padding-inline: 7px;
  }
}
.--actived .c-fv .p-fv_second_read > span {
  color: #FFF;
}
.c-fv .p-fv_second_read + .p-fv_second_read {
  margin-top: 9.2307692308vw;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read + .p-fv_second_read {
    margin-top: 44px;
  }
}
.c-fv .p-fv_second_read:nth-child(1) > span:nth-child(1) {
  background: url("../images/kv_bg_second_read1-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(1) {
    background: url("../images/kv_bg_second_read1-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(1) > span:nth-child(2) {
  background: url("../images/kv_bg_second_read2-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(2) {
    background: url("../images/kv_bg_second_read2-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(1) > span:nth-child(3) {
  background: url("../images/kv_bg_second_read3-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(3) {
    background: url("../images/kv_bg_second_read3-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 15.3846153846vw;
  padding-inline: 0;
  gap: 1.0256410256vw 0;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) {
    flex-direction: row;
    height: auto;
    min-height: 36px;
    padding-inline: 7px;
    gap: 0;
    background: url("../images/kv_bg_second_read4-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) > span:first-child {
  height: 7.1794871795vw;
  padding-inline: 1.5384615385vw;
  background: url("../images/kv_bg_second_read4-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) > span:first-child {
    height: auto;
    min-height: 36px;
    padding-inline: 0;
    background-image: none;
  }
}
.c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) > span:last-child {
  height: 7.1794871795vw;
  padding-inline: 1.5384615385vw;
  background: url("../images/kv_bg_second_read5-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) > span:last-child {
    height: auto;
    min-height: 36px;
    padding-inline: 0;
    background-image: none;
  }
}
.c-fv .p-fv_second_read:nth-child(2) > span:nth-child(1) {
  background: url("../images/kv_bg_second_read6-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(1) {
    background: url("../images/kv_bg_second_read5-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(2) > span:nth-child(2) {
  background: url("../images/kv_bg_second_read7-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(2) {
    background: url("../images/kv_bg_second_read6-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(2) > span:nth-child(3) {
  background: url("../images/kv_bg_second_read8-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(3) {
    background: url("../images/kv_bg_second_read7-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 15.3846153846vw;
  padding-inline: 0;
  gap: 1.0256410256vw 0;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) {
    flex-direction: row;
    height: auto;
    min-height: 36px;
    padding-inline: 7px;
    gap: 0;
    background: url("../images/kv_bg_second_read8-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) > span:first-child {
  height: 7.1794871795vw;
  padding-inline: 1.5384615385vw;
  background: url("../images/kv_bg_second_read9-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) > span:first-child {
    height: auto;
    min-height: 36px;
    padding-inline: 0;
    background-image: none;
  }
}
.c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) > span:last-child {
  height: 7.1794871795vw;
  padding-inline: 1.5384615385vw;
  background: url("../images/kv_bg_second_read10-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) > span:last-child {
    height: auto;
    min-height: 36px;
    padding-inline: 0;
    background-image: none;
  }
}
.c-fv .p-fv_second_read:nth-child(3) > span:nth-child(1) {
  background: url("../images/kv_bg_second_read11-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(3) > span:nth-child(1) {
    background: url("../images/kv_bg_second_read9-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(3) > span:nth-child(2) {
  background: url("../images/kv_bg_second_read12-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(3) > span:nth-child(2) {
    background: url("../images/kv_bg_second_read10-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(3) > span:nth-child(3) {
  background: url("../images/kv_bg_second_read13-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(3) > span:nth-child(3) {
    background: url("../images/kv_bg_second_read11-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(3) > span:nth-child(4) {
  background: url("../images/kv_bg_second_read14-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(3) > span:nth-child(4) {
    background: url("../images/kv_bg_second_read12-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(4) > span:nth-child(1) {
  background: url("../images/kv_bg_second_read15-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(4) > span:nth-child(1) {
    background: url("../images/kv_bg_second_read13-pc.webp") no-repeat center left;
    background-size: cover;
  }
}
.c-fv .p-fv_second_read:nth-child(4) > span:nth-child(2) {
  background: url("../images/kv_bg_second_read16-sp.webp") no-repeat center left;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-fv .p-fv_second_read:nth-child(4) > span:nth-child(2) {
    background: url("../images/kv_bg_second_read14-pc.webp") no-repeat center left;
    background-size: cover;
  }
}

@keyframes textAnimationRightToLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .c-fv {
    padding-top: calc(100svh - 70px);
  }
  .c-fv .p-fv_first {
    height: calc(100svh - 70px);
    top: 70px;
  }
  .c-fv .p-fv_firstText {
    padding-top: 96px;
    top: 81px;
  }
  .c-fv .p-fv_firstBox {
    width: 680px;
    height: 216px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-fv {
    padding-top: calc(100svh - 50px);
  }
  .c-fv .p-fv_firstText {
    padding-top: 73px;
    top: 10px;
  }
  .c-fv .p-fv_firstTextInner {
    width: 2520px;
  }
  .c-fv .p-fv_firstBox {
    width: 84.5577211394vw;
    height: 27.5862068966vw;
    top: auto;
    left: 2.9985007496vw;
    bottom: 5.9970014993vw;
  }
  .c-fv .p-fv_firstBox_title {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.0989505247vw;
  }
  .c-fv .p-fv_firstBox_row:first-child {
    width: 48.1259370315vw;
    height: 10.7946026987vw;
    background: url("../images/kv_text_bg1-sp.webp") no-repeat center top;
    background-size: contain;
    padding-left: 1.0494752624vw;
  }
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(1) {
    width: 8.095952024vw;
    height: 7.796101949vw;
    margin-top: 0.299850075vw;
    margin-right: 1.7991004498vw;
  }
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(2) {
    width: 7.3463268366vw;
    height: 6.7466266867vw;
    margin-right: 1.7991004498vw;
  }
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(3) {
    width: 4.4977511244vw;
    height: 7.0464767616vw;
    margin-top: 0.4497751124vw;
    margin-right: 2.9985007496vw;
  }
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(4) {
    width: 4.7976011994vw;
    height: 6.8965517241vw;
    margin-top: 0.4497751124vw;
    margin-right: 2.6986506747vw;
  }
  .c-fv .p-fv_firstBox_row:first-child .p-fv_firstBox_text:nth-child(5) {
    width: 11.3943028486vw;
    height: 6.8965517241vw;
    margin-top: 0.8995502249vw;
  }
  .c-fv .p-fv_firstBox_row:last-child {
    flex-direction: row;
    width: 100%;
    height: 10.7946026987vw;
    background: url("../images/kv_text_bg2-pc.webp") no-repeat center top;
    background-size: cover;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child {
    width: 53.3733133433vw;
    height: 100%;
    background-image: none;
    padding-left: 1.7991004498vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(1) {
    width: 5.9970014993vw;
    height: 6.7466266867vw;
    margin-right: 2.0989505247vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(2) {
    width: 5.3973013493vw;
    height: 4.347826087vw;
    margin-top: 2.2488755622vw;
    margin-right: 2.8485757121vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(3) {
    width: 5.3973013493vw;
    height: 6.5967016492vw;
    margin-right: 2.8485757121vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(4) {
    width: 6.2968515742vw;
    height: 8.095952024vw;
    margin-top: -0.4497751124vw;
    margin-right: 2.8485757121vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(5) {
    width: 7.1964017991vw;
    height: 8.095952024vw;
    margin-top: -0.4497751124vw;
    margin-right: 2.8485757121vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:first-child .p-fv_firstBox_text:nth-child(6) {
    width: 6.1469265367vw;
    height: 6.4467766117vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child {
    width: 29.2353823088vw;
    height: 100%;
    background-image: none;
    padding-left: 0;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(1) {
    width: 6.8965517241vw;
    height: 6.8965517241vw;
    margin-right: 1.6491754123vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(2) {
    width: 7.3463268366vw;
    height: 6.8965517241vw;
    margin-right: 1.4992503748vw;
  }
  .c-fv .p-fv_firstBox_row:last-child .p-fv_firstBox_col:last-child .p-fv_firstBox_text:nth-child(3) {
    width: 11.3943028486vw;
    height: 6.8965517241vw;
    margin-top: 0.8995502249vw;
  }
  .c-fv .p-fv_firstBox_read {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36.8815592204vw;
    height: 3.8980509745vw;
    background: url("../images/kv_text_bg4-sp.webp") no-repeat center top;
    background-size: contain;
  }
  .c-fv .p-fv_second {
    height: 150svh;
    padding-top: 100px;
  }
  .c-fv .p-fv_secondInner {
    display: block;
    width: 88.7556221889vw;
    height: auto;
  }
  .c-fv .p-fv_second_read {
    font-size: 2.3988005997vw;
    gap: 4px 0;
    opacity: 0;
  }
  .c-fv .p-fv_second_read > span {
    height: 4.1979010495vw;
    padding-inline: 0.8995502249vw;
  }
  .c-fv .p-fv_second_read + .p-fv_second_read {
    margin-top: 4.7976011994vw;
  }
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) {
    height: 8.9955022489vw;
    gap: 0.5997001499vw 0;
  }
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) > span:first-child {
    height: 4.1979010495vw;
    padding-inline: 0.8995502249vw;
  }
  .c-fv .p-fv_second_read:nth-child(1) > span:nth-child(4) > span:last-child {
    height: 4.1979010495vw;
    padding-inline: 0.8995502249vw;
  }
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) {
    height: 8.9955022489vw;
    gap: 0.5997001499vw 0;
  }
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) > span:first-child {
    height: 4.1979010495vw;
    padding-inline: 0.8995502249vw;
  }
  .c-fv .p-fv_second_read:nth-child(2) > span:nth-child(4) > span:last-child {
    height: 4.1979010495vw;
    padding-inline: 0.8995502249vw;
  }
}
.c-gallery {
  position: relative;
  z-index: 10;
  padding-top: 48.7179487179vw;
  margin-block: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .c-gallery {
    padding-top: 510px;
    margin-block: 120px;
  }
}
.c-gallery .p-gallery_container {
  display: block;
  width: 100vw;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-gallery .p-gallery_container {
    width: 100vw;
    left: 0;
    transform: translate3d(-22.2222222222%, 0, 0);
  }
}
.c-gallery .p-gallery_inner {
  display: flex;
  width: 2560px;
  will-change: transform;
  animation: gallerySlideAnimation 60s linear infinite;
}
@media screen and (min-width: 768px) {
  .c-gallery .p-gallery_inner {
    width: 6560px;
  }
}

@keyframes gallerySlideAnimation {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-gallery {
    margin-block: 30px;
    padding-top: 190px;
  }
}
.c-ideal .p-ideal_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-block-end: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-ideal .p-ideal_title {
    margin-block-end: 20px;
  }
}
.c-ideal .p-ideal_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.1282051282vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-ideal .p-ideal_title > span:first-child {
    font-size: 2.4rem;
  }
}
.c-ideal .p-ideal_title > span:last-child {
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-ideal .p-ideal_title > span:last-child {
    font-size: 1.4rem;
  }
}
.c-ideal .p-ideal_row {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  gap: 1.5384615385vw 0;
}
@media screen and (min-width: 930px) {
  .c-ideal .p-ideal_row {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 0 15px;
  }
}
.c-ideal .p-ideal_col {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 7.6923076923vw 6.4102564103vw;
}
@media screen and (min-width: 930px) {
  .c-ideal .p-ideal_col {
    width: 32.2916666667%;
    padding: 3.125% 2.6041666667%;
    gap: 0;
  }
}
.c-ideal .p-ideal_colNum {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 4.6153846154vw;
  line-height: 1.2;
  color: #014099;
  text-align: center;
  margin-block-end: 1em;
}
@media screen and (min-width: 768px) {
  .c-ideal .p-ideal_colNum {
    font-size: 3rem;
    margin-block-end: 20px;
  }
}
.c-ideal .p-ideal_colTit {
  font-size: 4.1025641026vw;
  font-weight: 600;
  color: #014099;
  text-align: center;
  margin-block-end: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-ideal .p-ideal_colTit {
    font-size: 2rem;
    margin-block-end: 30px;
  }
}
.c-ideal .p-ideal_colTxt {
  font-size: 3.3333333333vw;
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-ideal .p-ideal_colTxt {
    font-size: 1.4rem;
  }
}

.c-infoLink {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 22.0512820513vw;
  background: linear-gradient(to right, rgb(1, 64, 153) 0%, rgb(113, 197, 242) 100%);
  background-size: 150% 100%;
  background-position: 50% 0%;
  padding-inline-start: 6.1538461538vw;
  border-radius: 1.2820512821vw;
  position: relative;
  z-index: 0;
  color: #FFF;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-infoLink {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 80px;
    padding-inline-start: 40px;
    border-radius: 5px;
    gap: 0 30px;
  }
}
@media screen and (any-hover: hover) {
  .c-infoLink:hover {
    text-decoration: none;
    background-position: 0% 0%;
  }
  .c-infoLink:hover::after {
    transform: translate3d(5px, 0, 0);
  }
}
.c-infoLink:last-child {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-infoLink:last-child {
    margin-bottom: 40px;
  }
}
.c-infoLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: auto;
  background-image: image-set(url("../images/bg_noise.webp") type("image/webp"), url("../images/bg_noise.png") type("image/png"));
  background-repeat: repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.c-infoLink::after {
  content: "";
  display: block;
  width: 10.2564102564vw;
  height: 1.5384615385vw;
  background: url("../images/ico_arrow-right.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 6.1538461538vw;
  margin: auto 0;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-infoLink::after {
    width: 40px;
    height: 6px;
    right: 24px;
  }
}
.c-infoLink > span {
  position: relative;
  z-index: 10;
}
.c-infoLink > span:first-child {
  min-width:7.5em;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.1282051282vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-infoLink > span:first-child {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.c-infoLink > span:last-child {
  font-size: 2.8205128205vw;
  font-weight: 400;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .c-infoLink > span:last-child {
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}

.c-interview {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 930px) {
  .c-interview {
    flex-direction: row;
  }
}
.c-interview + .c-interview {
  margin-top: 8.9743589744vw;
}
@media screen and (min-width: 930px) {
  .c-interview + .c-interview {
    margin-top: 40px;
  }
}
.c-interview > .p-interview_photo {
  margin-bottom: 6.1538461538vw;
  border-radius: 1.2820512821vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-interview > .p-interview_photo {
    width: 100%;
    border-radius: 5px;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (min-width: 930px) {
  .c-interview > .p-interview_photo {
    width: 41.8918918919%;
    margin-bottom: 0;
    margin-right: 4.0540540541%;
  }
}
.c-interview > .p-interview_photo img {
  border-radius: 1.2820512821vw;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-interview > .p-interview_photo img {
    border-radius: 5px;
  }
}
.c-interview > .p-interview_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.0512820513vw 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-interview > .p-interview_area {
    flex: 1;
    gap: 0;
  }
}
.c-interview > .p-interview_area::after {
  content: "";
  display: block;
  width: 25.641025641vw;
  height: 8.2051282051vw;
  border-radius: 0.7692307692vw;
  border: 1px solid #63798F;
  background: #63798F url("../images/ico_arrow-right.svg") no-repeat center;
  background-size: 10.2564102564vw 1.5384615385vw;
  overflow: hidden;
  margin-top: 5.1282051282vw;
  margin-left: auto;
  transition: background-color 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-interview > .p-interview_area::after {
    width: 100px;
    height: 36px;
    border-radius: 3px;
    background-size: 40px 6px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 930px) {
  .c-interview > .p-interview_area::after {
    margin-top: auto;
  }
}
.c-interview .p-interview_read {
  font-size: 5.1282051282vw;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.003em;
  margin-block-end: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .c-interview .p-interview_read {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0.005em;
    margin-block-end: 38px;
  }
}
.c-interview .p-interview_name {
  font-size: 4.1025641026vw;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .c-interview .p-interview_name {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.c-interview .p-interview_position, .c-interview .p-interview_career {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.6153846154;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .c-interview .p-interview_position, .c-interview .p-interview_career {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

@media screen and (any-hover: hover) {
  .c-interview:hover {
    opacity: 0.85;
    text-decoration: none;
  }
  .c-interview:hover .p-interview_photo img {
    transform: scale(1.1);
  }
  .c-interview:hover .p-interview_area::after {
    background: #FFF url("../images/ico_arrow-right_hover.svg") no-repeat center;
    background-size: 40px 6px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-interview > .p-interview_photo {
    text-align: center;
  }
}
.c-job {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 930px) {
  .c-job {
    display: flex;
  }
}
@media screen and (min-width: 930px) {
  .c-job .p-job_item:first-child {
    width: 23.2142857143%;
    margin-right: 3.5714285714%;
    position: relative;
  }
  .c-job .p-job_item:last-child {
    flex: 1;
  }
}
.c-job .p-job_photo {
  display: block;
  width: 100%;
}
.c-job .p-job_photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-job .p-job_titleSide {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.0512820513vw 0;
  padding-block-end: 2.0512820513vw;
  margin-block-end: 5.1282051282vw;
  border-bottom: 1px solid #63798F;
}
@media screen and (min-width: 768px) {
  .c-job .p-job_titleSide {
    align-items: baseline;
    padding-block-end: 16px;
    margin-block-end: 20px;
    gap: 0;
  }
}
@media screen and (min-width: 930px) {
  .c-job .p-job_titleSide {
    flex-direction: row;
    margin-block-end: 0;
    gap: 0 16.8067226891%;
    position: sticky;
    top: 11rem;
  }
}
.c-job .p-job_titleSide > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 6.6666666667vw;
  line-height: 1.1538461538;
}
@media screen and (min-width: 768px) {
  .c-job .p-job_titleSide > span:first-child {
    font-size: 4rem;
    line-height: 1.125;
  }
}
.c-job .p-job_titleSide > span:last-child {
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-job .p-job_titleSide > span:last-child {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.c-list.--circle {
  list-style: disc;
  padding-left: 1em;
}
.c-list.--indent > li {
  display: flex;
  width: 100%;
}
.c-list.--indent > li > span:first-child {
  width: 1em;
  margin-right: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .c-list.--indent > li > span:first-child {
    margin-right: 6px;
  }
}
.c-list.--indent > li > span:last-child {
  flex: 1 0 0;
}

.c-main {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-main {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
  }
}
.c-main .p-main_menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-main .p-main_menu {
    display: block;
    width: 20.8333333333%;
    margin-right: 1.3888888889%;
    padding-top: 130px;
  }
}
.c-main .p-main_contents {
  padding-bottom: 33.6vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-main .p-main_contents {
    padding-bottom: 160px;
    flex: 1;
  }
}

.c-menu {
  position: sticky;
  z-index: 1;
  top: 150px;
}
.c-menu .p-menu_title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem;
  padding-left: 8%;
}
.c-menu .p-menu_list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.c-menu .p-menu_item {
  display: block;
  width: 90%;
  position: relative;
}
.c-menu .p-menu_item.--sub::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #FFF url("../images/ico_menu_plus.svg") no-repeat center;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: -11px;
}
.c-menu .p-menu_item.--current {
  width: 100%;
}
.c-menu .p-menu_item.--current.--sub::before {
  background-image: image-set(url("../images/ico_menu_current.webp") type("image/webp"), url("../images/ico_menu_current.png") type("image/png"));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-menu .p-menu_item.--sub:has(> .p-menu_link.--open)::before {
  background-image: image-set(url("../images/ico_menu_current.webp") type("image/webp"), url("../images/ico_menu_current.png") type("image/png"));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-menu .p-menu_link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 44px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #63798F;
  border-radius: 0 3px 3px 0;
  padding-left: min(8.8888888889%, 24px);
  color: #63798F;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .c-menu .p-menu_link {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (any-hover: hover) {
  .c-menu .p-menu_link:hover {
    opacity: 0.85;
    text-decoration: none;
  }
}
.c-menu .p-menu_link > span {
  position: relative;
  z-index: 10;
}
.c-menu .p-menu_link > span:first-child {
  display: block;
  width: 100%;
  max-width: 142px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 960px) {
  .c-menu .p-menu_link > span:first-child {
    width: 57.7235772358%;
  }
}
.c-menu .p-menu_link > span:last-child {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  .c-menu .p-menu_link > span:last-child {
    flex: 1 0 0;
  }
}
.c-menu .p-menu_link::before, .c-menu .p-menu_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-menu .p-menu_item.--current .p-menu_link {
  color: #FFF;
}
.c-menu .p-menu_item.--current .p-menu_link::before, .c-menu .p-menu_item.--current .p-menu_link::after {
  opacity: 1;
}
.c-menu .p-menu_item.--current .p-menu_link::before {
  z-index: 3;
  background: linear-gradient(to right, rgb(1, 64, 153) 0%, rgb(113, 197, 242) 100%);
}
.c-menu .p-menu_item.--current .p-menu_link::after {
  z-index: 5;
  background-image: image-set(url("../images/bg_noise.webp") type("image/webp"), url("../images/bg_noise.png") type("image/png"));
  background-repeat: repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.c-menu .p-menu_subWrap {
  height: 0;
  overflow: hidden;
  display: none;
}
.c-menu .p-menu_sub {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px 0;
  padding-left: 7.4074074074%;
  margin-top: 1px;
}
.c-menu .p-menu_subItem {
  display: block;
  width: 88%;
  max-width: 220px;
}
.c-menu .p-menu_subLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding-block: 8px;
  padding-inline-start: 6.3636363636%;
  border: 1px solid #63798F;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (any-hover: hover) {
  .c-menu .p-menu_subLink:hover {
    opacity: 0.85;
    text-decoration: none;
  }
}
.c-menu .p-menu_subLink > span {
  position: relative;
  z-index: 10;
}
.c-menu .p-menu_subLink > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.3rem;
  line-height: 1;
  color: #63798F;
}
.c-menu .p-menu_subLink > span:last-child {
  font-size: 0.8rem;
  font-weight: 600;
  color: #63798F;
}
.c-menu .p-menu_subLink::before, .c-menu .p-menu_subLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-menu .p-menu_subItem.--current .p-menu_subLink::before, .c-menu .p-menu_subItem.--current .p-menu_subLink::after {
  opacity: 1;
}
.c-menu .p-menu_subItem.--current .p-menu_subLink span {
  color: #FFF;
}
.c-menu .p-menu_subItem.--current .p-menu_subLink::before {
  z-index: 3;
  background: linear-gradient(to right, rgb(1, 64, 153) 0%, rgb(113, 197, 242) 100%);
}
.c-menu .p-menu_subItem.--current .p-menu_subLink::after {
  z-index: 5;
  background-image: image-set(url("../images/bg_noise.webp") type("image/webp"), url("../images/bg_noise.png") type("image/png"));
  background-repeat: repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.c-people {
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .c-people {
    margin-top: 60px;
  }
}
.c-people .p-people_label {
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.5897435897vw;
  color: #63798F;
  padding-block-end: 2.0512820513vw;
  border-bottom: 1px solid #63798F;
  margin-block-end: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_label {
    text-align: left;
    font-size: 1.6rem;
    padding-block-end: 10px;
    margin-block-end: 40px;
  }
}
.c-people .p-people_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-block-end: 7.6923076923vw;
  gap: 2.5641025641vw 0;
}
@media screen and (min-width: 930px) {
  .c-people .p-people_title {
    align-items: flex-start;
    margin-block-end: 40px;
    gap: 16px 0;
  }
}
.c-people .p-people_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 6.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_title > span:first-child {
    font-size: 4rem;
    line-height: 1;
  }
}
.c-people .p-people_title > span:first-child br {
  display: none;
}
@media screen and (min-width: 930px) {
  .c-people .p-people_title > span:first-child br {
    display: initial;
  }
}
.c-people .p-people_title > span:last-child {
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_title > span:last-child {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-people .p-people_row {
  position: relative;
}
@media screen and (min-width: 930px) {
  .c-people .p-people_row {
    display: flex;
  }
}
@media screen and (min-width: 930px) {
  .c-people .p-people_item:first-child {
    flex: 1;
    margin-right: 4rem;
  }
}
.c-people .p-people_item:first-child > p {
  padding-top: 64.1025641026vw;
  font-size: 3.8461538462vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_item:first-child > p {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.005em;
  }
}
@media screen and (min-width: 768px) {
  .c-people .p-people_photo {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 930px) {
  .c-people .p-people_photo {
    width: 45.9459459459%;
    margin-top: 0;
  }
}
.c-people .p-people_photo img {
  position: absolute;
  z-index: 5;
  top: 21.5384615385vw;
  border-radius: 1.2820512821vw;
  overflow: hidden;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_photo img {
    display: block;
    position: static;
    top: 0;
    border-radius: 5px;
    margin-inline: auto;
  }
}
.c-people .p-people_accordion {
  height: 0;
  overflow: hidden;
  display: none;
}
.c-people > .p-people_bottom {
  margin-top: 7.6923076923vw;
  border-top: 1px solid #63798F;
}
@media screen and (min-width: 768px) {
  .c-people > .p-people_bottom {
    margin-top: 40px;
  }
}
.c-people .p-people_button {
  display: flex;
  align-items: center;
  width: 30.7692307692vw;
  height: 7.6923076923vw;
  margin-left: auto;
  margin-right: 0;
  border: 1px solid #63798F;
  border-top-width: 0;
  background-color: #63798F;
  border-radius: 0 0 0.7692307692vw 0.7692307692vw;
  padding-inline: 3.8461538462vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_button {
    width: 150px;
    height: 40px;
    border-radius: 0 0 3px 3px;
    padding-inline: 18px;
  }
}
.c-people .p-people_button.--open {
  background-color: transparent;
}
.c-people .p-people_button::before {
  content: "";
  display: block;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  background: url("../images/ico_plus.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 3.0769230769vw;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_button::before {
    width: 20px;
    height: 20px;
    right: 12px;
  }
}
.c-people .p-people_button.--open::before {
  background: url("../images/ico_minus.svg") no-repeat center;
  background-size: contain;
}
.c-people .p-people_button > span {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.5641025641vw;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .c-people .p-people_button > span {
    font-size: 1.2rem;
  }
}
.c-people .p-people_button.--open > span {
  color: #63798F;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-people .p-people_item:first-child > p {
    padding-top: 250px;
  }
  .c-people .p-people_photo img {
    width: 100%;
  }
}
.c-recruit .p-recruit_col + .p-recruit_col {
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_col + .p-recruit_col {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_col.--requirement, .c-recruit .p-recruit_col.--flow, .c-recruit .p-recruit_col.--career {
    padding-right: 3.5714285714%;
  }
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_titleWrap {
    padding-right: 3.5714285714%;
  }
}
.c-recruit .p-recruit_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-end: 7.6923076923vw;
  padding-block-end: 2.0512820513vw;
  border-bottom: 1px solid #63798F;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_title {
    gap: 0 40px;
    align-items: baseline;
    flex-direction: row;
    padding-block-end: 16px;
    margin-block-end: 40px;
  }
}
.c-recruit .p-recruit_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 6.6666666667vw;
  line-height: 1.1538461538;
  margin-block-end: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_title > span:first-child {
    font-size: 4rem;
    line-height: 1.125;
    margin-block-end: 0;
  }
}
.c-recruit .p-recruit_title > span:last-child {
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_title > span:last-child {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.c-recruit .p-recruit_titleSub {
  font-size: 3.8461538462vw;
  margin-block-end: 1em;
  color: #014099;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_titleSub {
    font-size: 2.4rem;
  }
}
.c-recruit .p-recruit_msgBox {
  width: 96.1538461538vw;
  padding: 7.6923076923vw 7.6923076923vw 7.6923076923vw 3.8461538462vw;
  margin-left: -3.8461538462vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_msgBox {
    width: 100%;
    padding: 40px 7.6923076923% 40px 3.8461538462%;
    margin-left: 0;
  }
}
.c-recruit .p-recruit_msgBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(233, 254, 255) 0%, rgb(156, 220, 255) 100%);
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
  opacity: 0.6;
  backdrop-filter: blur(5px);
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_msgBox::before {
    border-radius: 20px 0 0 20px;
  }
}
.c-recruit .p-recruit_msgBox > p {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_msgBox > p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.c-recruit .p-recruit_msgBox > p + p {
  margin-top: 1em;
}
.c-recruit .p-recruit_msgBox > figure {
  margin-block: 7.6923076923vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_msgBox > figure {
    display: block;
    width: fit-content;
    margin-block: 60px;
    margin-inline: auto;
  }
}
.c-recruit .p-recruit_msgBox > .c-ideal {
  position: relative;
  z-index: 10;
}
.c-recruit .p-recruit_lst {
  display: flex;
  width: 100%;
  padding-bottom: 3.0769230769vw;
  border-bottom: 1px solid #63798F;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst {
    padding-bottom: 16px;
  }
}
.c-recruit .p-recruit_lst:last-of-type {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst:last-of-type {
    margin-bottom: 40px;
  }
}
.c-recruit .p-recruit_lst > dt {
  width: 28.2051282051vw;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst > dt {
    width: 26.9230769231%;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-recruit .p-recruit_lst > dd {
  flex: 1 0 0;
}
.c-recruit .p-recruit_lst > dd > b {
  display: block;
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.5384615385;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst > dd > b {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-recruit .p-recruit_lst > dd > b:not(:first-of-type) {
  margin-top: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst > dd > b:not(:first-of-type) {
    margin-top: 16px;
  }
}
.c-recruit .p-recruit_lst > dd > p {
  display: block;
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst > dd > p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-recruit .p-recruit_lst > dd .c-list {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.003em;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst > dd .c-list {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-recruit .p-recruit_lst + .p-recruit_lst {
  margin-top: 3.0769230769vw;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_lst + .p-recruit_lst {
    margin-top: 16px;
  }
}
.c-recruit .p-recruit_photo {
  border-radius: 1.2820512821vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-recruit .p-recruit_photo {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
    border-radius: 5px;
  }
}
.c-recruit .p-recruit_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-recruitLink {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5384615385vw 0;
}
@media screen and (min-width: 768px) {
  .c-recruitLink {
    gap: 10px;
  }
}
@media screen and (min-width: 930px) {
  .c-recruitLink {
    flex-direction: row;
  }
}
.c-recruitLink .p-recruitLink {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 22.0512820513vw;
  border-radius: 1.2820512821vw;
  position: relative;
  z-index: 0;
  color: #FFF;
  background: linear-gradient(to right, rgb(1, 64, 153) 0%, rgb(113, 197, 242) 100%);
  background-size: 150% 100%;
  background-position: 50% 0%;
  padding-inline-start: 6.1538461538vw;
  border-radius: 1.2820512821vw;
  overflow: hidden;
  transition: background-position 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-recruitLink .p-recruitLink {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    min-height: 120px;
    padding-inline: 7.7669902913%;
    border-radius: 5px;
    gap: 0 30px;
  }
}
.c-recruitLink .p-recruitLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: auto;
  background-image: image-set(url("../images/bg_noise.webp") type("image/webp"), url("../images/bg_noise.png") type("image/png"));
  background-repeat: repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.c-recruitLink .p-recruitLink::after {
  content: "";
  display: block;
  width: 10.2564102564vw;
  height: 1.5384615385vw;
  background: url("../images/ico_arrow-right.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 6.1538461538vw;
  margin: auto 0;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-recruitLink .p-recruitLink::after {
    width: 40px;
    height: 6px;
    right: 24px;
  }
}
@media screen and (any-hover: hover) {
  .c-recruitLink .p-recruitLink:hover {
    text-decoration: none;
    background-position: 0% 0%;
  }
  .c-recruitLink .p-recruitLink:hover::after {
    transform: translate3d(5px, 0, 0);
  }
}
.c-recruitLink .p-recruitLink > span {
  position: relative;
  z-index: 10;
}
.c-recruitLink .p-recruitLink > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.1282051282vw;
  line-height: 1;
  margin-block-end: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .c-recruitLink .p-recruitLink > span:first-child {
    font-size: 2.4rem;
    margin-block-end: 0;
  }
}
.c-recruitLink .p-recruitLink > span:last-child {
  font-size: 2.8205128205vw;
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .c-recruitLink .p-recruitLink > span:last-child {
    font-size: 1.2rem;
  }
}

.c-section {
  display: block;
  padding-inline: 7.6923076923vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-inline: 0;
  }
}
.c-section + .c-section {
  margin-top: 20.5128205128vw;
}
@media screen and (min-width: 768px) {
  .c-section + .c-section {
    margin-top: 120px;
  }
}
.c-section .p-section_title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-end: 7.6923076923vw;
  position: relative;
  z-index: 10;
  overflow: clip;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .c-section .p-section_title {
    margin-block-end: 20px;
    gap: 0 3.5714285714%;
  }
}
@media screen and (min-width: 930px) {
  .c-section .p-section_title {
    flex-direction: row;
    align-items: baseline;
  }
}
.c-section .p-section_title span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section .p-section_title span:first-child {
    font-size: 8rem;
  }
}
.c-section .p-section_title span:last-child {
  font-size: 4.1025641026vw;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-section .p-section_title span:last-child {
    font-size: 2rem;
  }
}
.c-section .p-section_read {
  font-size: 3.8461538462vw;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-block-end: 10.2564102564vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-section .p-section_read {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-block-end: 60px;
  }
}
.c-section.--introduction {
  padding-top: 15.3846153846vw;
  padding-inline-start: 5.1282051282vw;
  padding-inline-end: 0;
}
@media screen and (min-width: 768px) {
  .c-section.--introduction {
    padding-top: 130px;
    padding-inline-start: 0;
  }
}
.c-section.--introduction .p-section_title,
.c-section.--introduction .p-section_read {
  padding-inline-start: 2.5641025641vw;
  padding-inline-end: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-section.--introduction .p-section_title,
  .c-section.--introduction .p-section_read {
    padding-inline-start: 3.5714285714%;
    padding-inline-end: 0;
  }
}
.c-section.--introduction .p-section_read {
  margin-block-end: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-section.--introduction .p-section_read {
    margin-block-end: 60px;
  }
}
.c-section.--people {
  width: 94.8717948718vw;
  margin-left: auto;
  margin-right: 0;
  padding-block: 7.6923076923vw;
  padding-inline: 5.1282051282vw;
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .c-section.--people {
    width: 100%;
    margin-left: 0;
    padding-block: 40px;
    padding-inline: 40px;
    border-radius: 20px 0 0 20px;
  }
}
.c-section.--people::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: auto;
  background: linear-gradient(-90deg, #63798F 12.08%, #004098 43.32%, #439901 96.88%);
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .c-section.--environment {
    padding-left: 3.5714285714%;
    padding-right: 3.5714285714%;
  }
}
@media screen and (min-width: 768px) {
  .c-section.--recruitment {
    padding-left: 3.5714285714%;
  }
}
@media screen and (min-width: 768px) {
  .c-section.--questions {
    padding-left: 3.5714285714%;
    padding-right: 3.5714285714%;
  }
  .c-section.--questions .p-section_title {
    margin-block-end: 60px;
  }
}

.c-skill {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #FFF;
  border-radius: 1.2820512821vw;
  border: 1px solid #63798F;
  overflow: hidden;
  padding: 3.0769230769vw 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .c-skill {
    border-radius: 5px;
    padding: 24px;
  }
}
@media screen and (min-width: 930px) {
  .c-skill {
    align-items: center;
    flex-direction: row;
  }
}
.c-skill .p-skill_item:nth-child(1) {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.5641025641vw;
  color: #63798F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-skill .p-skill_item:nth-child(1) {
    font-size: 1.2rem;
    letter-spacing: 0.003em;
  }
}
@media screen and (min-width: 930px) {
  .c-skill .p-skill_item:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-inline-end: 20px;
  }
}
.c-skill .p-skill_item:nth-child(1) > span:first-child {
  margin-right: 0.5em;
}
@media screen and (min-width: 930px) {
  .c-skill .p-skill_item:nth-child(1) > span:first-child {
    margin-right: 0;
  }
}
.c-skill .p-skill_item:nth-child(2) {
  font-size: 4.1025641026vw;
  font-weight: 600;
  color: #014099;
  text-align: center;
  margin-block-end: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .c-skill .p-skill_item:nth-child(2) {
    font-size: 1.8rem;
    margin-block-end: 0;
  }
}
@media screen and (min-width: 930px) {
  .c-skill .p-skill_item:nth-child(2) {
    width: fit-content;
    min-width: 10em;
    margin-inline-end: 20px;
    text-align: left;
  }
}
.c-skill .p-skill_item:nth-child(3) {
  font-size: 3.5897435897vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-skill .p-skill_item:nth-child(3) {
    flex: 1;
    font-size: 1.3rem;
  }
}

.c-voice {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .c-voice {
    flex-direction: row;
    gap: 0 10px;
  }
}
.c-voice .p-voice {
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.2820512821vw;
  padding: 4.1025641026vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-voice .p-voice {
    width: 49.5192307692%;
    gap: 16px;
    border-radius: 5px;
    padding: 24px;
  }
}
.c-voice .p-voice_head {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-voice .p-voice_head img {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .c-voice .p-voice_head img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}
.c-voice .p-voice_head > figcaption {
  font-size: 2.5641025641vw;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-voice .p-voice_head > figcaption {
    font-size: 1rem;
  }
}
.c-voice .p-voice_body {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .c-voice .p-voice_body {
    font-size: 1.3rem;
  }
}

.c-welfare + .c-welfare {
  margin-top: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-welfare + .c-welfare {
    margin-top: 60px;
  }
}
.c-welfare .p-welfare_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 2.0512820513vw;
  margin-block-end: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_title {
    gap: 6px 0;
    margin-block-end: 20px;
  }
}
.c-welfare .p-welfare_title > span:first-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5.1282051282vw;
  line-height: 1.2;
  letter-spacing: -0.001em;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_title > span:first-child {
    font-size: 2.4rem;
    letter-spacing: 0em;
  }
}
.c-welfare .p-welfare_title > span:last-child {
  font-size: 3.0769230769vw;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_title > span:last-child {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.c-welfare .p-welfare_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 930px) {
  .c-welfare .p-welfare_row {
    flex-direction: row;
  }
}
.c-welfare .p-welfare_item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 4.1025641026vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.2820512821vw;
  border: 1px solid #63798F;
  padding: 3.0769230769vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_item {
    flex-direction: column;
    gap: 12px 0;
    border-radius: 5px;
    padding: 20px;
  }
}
@media screen and (min-width: 930px) {
  .c-welfare .--col5 .p-welfare_item, .c-welfare .--col3 .p-welfare_item {
    width: 32.5558794947%;
  }
  .c-welfare .--unique .p-welfare_item:nth-child(1) {
    width: 32.5558794947%;
  }
  .c-welfare .--unique .p-welfare_item:nth-child(2) {
    width: 66.2779397473%;
  }
  .c-welfare .--unique .p-welfare_item:nth-child(3) {
    width: 100%;
  }
  .c-welfare .--col2 .p-welfare_item:first-child {
    width: 32.5558794947%;
  }
  .c-welfare .--col2 .p-welfare_item:last-child {
    width: 66.2779397473%;
  }
  .c-welfare .--col2r .p-welfare_item:first-child {
    width: 66.2779397473%;
  }
  .c-welfare .--col2r .p-welfare_item:last-child {
    width: 32.5558794947%;
  }
}
.c-welfare .p-welfare_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 11.2820512821vw;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_head {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.c-welfare .p-welfare_headNo {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3.0769230769vw;
  line-height: 1;
  color: #63798F;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_headNo {
    font-size: 1.4rem;
    margin-block-end: 12px;
  }
}
.c-welfare .p-welfare_headIco {
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_headIco {
    width: 36px;
    height: 36px;
  }
}
.c-welfare .p-welfare_body {
  flex: 1 0 0;
}
.c-welfare .p-welfare_body > p:first-child {
  font-size: 3.3333333333vw;
  font-weight: 600;
  line-height: 1.5384615385;
  color: #014099;
  margin-block-end: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_body > p:first-child {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-block-end: 12px;
    text-align: center;
  }
}
.c-welfare .p-welfare_body > p:last-child {
  font-size: 3.3333333333vw;
  font-weight: 400;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .c-welfare .p-welfare_body > p:last-child {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    text-align: center;
  }
}

/* utility */
.u-fadeUp {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out;
}
.u-fadeUp.--deactived {
  opacity: 0;
  visibility: hidden;
}

.u-titleShowUp > span {
  transform: translateY(0) rotate(0);
  transition: transform 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.u-titleShowUp.--deactived > span {
  transform: translateY(100%) rotate(5deg);
}

.u-kv_titleBg-sp {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.u-kv_titleBg-sp.--actived {
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(0 0% 0 0);
}

@media screen and (min-width: 768px) {
  .u-kv_titleBg-sp {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
  }
  .u-kv_titleBg-pc {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .u-kv_titleBg-pc.--actived {
    -webkit-clip-path: inset(0 0% 0 0);
    clip-path: inset(0 0% 0 0);
  }
}
.u-kv_titleUp {
  opacity: 0;
  transform: translateY(100%) rotate(5deg);
}
.u-kv_titleUp.--actived {
  opacity: 1;
  transform: translateY(0), rotate(0);
}

.ly_footer {
  background-color: #FFF;
  position: relative;
  z-index: 50;
  margin-top: 0;
}
