@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

body {
  color: #292D35;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.mv-pc {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 500px) {
  .mv-pc {
    background: url(../img/pc-bgImage.webp) no-repeat center center/cover;
  }
}
@media screen and (min-width: 760px) {
  .mv-pc {
    padding-block: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .mv-pc {
    padding-block: 123px;
  }
}

.mv-pc_inner {
  display: none;
}
@media screen and (min-width: 760px) {
  .mv-pc_inner {
    display: block;
    max-width: 1348px;
    height: 100%;
  }
}

.mv-pc_contents {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  padding-left: 50px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .mv-pc_contents {
    flex-direction: row;
    justify-content: space-between;
  }
}

.mv-pc_catchphrase {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 33px;
}
.mv-pc_catchphrase strong {
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 760px) {
  .mv-pc_catchphrase strong {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .mv-pc_catchphrase strong {
    font-size: 90px;
  }
}

.mv-pc_catchphraseSub {
  display: none;
}
@media screen and (min-width: 1280px) {
  .mv-pc_catchphraseSub {
    display: block;
    padding-left: 2px;
  }
  .mv-pc_catchphraseSub p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.9px;
  }
}

.mv-pc_menuList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
.mv-pc_menuList li {
  width: -moz-fit-content;
  width: fit-content;
}

.spContent {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .spContent {
    border-radius: 16px;
    overflow: hidden;
    width: 375px;
    margin: 72px auto;
  }
}
@media screen and (min-width: 760px) {
  .spContent {
    position: absolute;
    top: 0;
    right: clamp(1rem, -16.995rem + 37.88vw, 13.313rem);
    margin: 72px 0;
  }
}
@media screen and (min-width: 1280px) {
  .spContent {
    top: 72px;
    right: calc(50% - 427px);
    margin: 0;
  }
}

.inner {
  padding-inline: 16px;
  margin-inline: auto;
  width: 100%;
}

.bg-leftTriangle {
  position: absolute;
  z-index: 15;
  bottom: -118px;
  width: 100%;
  height: 120px;
  clip-path: polygon(0 0, 100% 0, 100% 2%, 0% 100%);
  background: #05368B;
}

.bg-rightTriangle {
  position: absolute;
  z-index: 15;
  bottom: -118px;
  width: 100%;
  height: 120px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 2%);
  background: #F1F2E7;
}

.ttl-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.ttl-sec::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  aspect-ratio: 19/37;
}
.ttl-sec h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1.6px;
}
.ttl-sec p {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
.ttl-sec.blackTitle::before {
  background: url(../img/icon-ttl_blue.svg) no-repeat center center/contain;
}
.ttl-sec.blackTitle h2 {
  color: #292D35;
}
.ttl-sec.blackTitle p {
  color: #05368B;
}
.ttl-sec.whiteTitle::before {
  background: url(../img/icon-ttl_white.svg) no-repeat center center/contain;
}
.ttl-sec.whiteTitle h2 {
  color: #FFF;
}
.ttl-sec.whiteTitle p {
  color: #FF9C45;
}

.heading {
  padding-left: 11px;
  position: relative;
}
.heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 16px;
  background: #05368B;
}
.heading h3 {
  font-size: 18px;
  font-weight: 700;
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.5s ease-out 0.7s;
}
.fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}

.header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0px;
  width: 100%;
  padding-top: 33px;
}
@media screen and (min-width: 500px) {
  .header {
    padding-top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    padding-top: 89px;
  }
}
.header.is-scrolled {
  background: linear-gradient(180deg, rgba(5, 54, 139, 0.7) 0%, rgba(5, 54, 139, 0) 100%);
}
@media screen and (min-width: 760px) {
  .header.is-scrolled {
    background: none;
  }
}

.header_inner {
  max-width: 1248px;
}

.header_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_logo {
  padding-left: 57px;
}
@media screen and (min-width: 500px) {
  .header_logo {
    padding-left: 73px;
  }
}
.header_logo a {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.72px;
  position: relative;
}
@media screen and (min-width: 500px) {
  .header_logo a {
    font-size: 24px;
  }
}
.header_logo a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -57px;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../img/logo_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 500px) {
  .header_logo a::before {
    left: -73px;
    width: 64px;
  }
}

.header_menuButton {
  margin-right: 16px;
  width: 32px;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (min-width: 760px) {
  .header_menuButton {
    display: none;
  }
}
.header_menuButton span {
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  border-radius: 1.5px;
  background: #FFF;
  transition: all 0.3s ease;
}
.header_menuButton span:nth-child(1) {
  top: 10px;
}
.header_menuButton span:nth-child(2) {
  bottom: 10px;
}
.header_menuButton.is-checked span:nth-child(1) {
  top: 14.5px;
  transform: rotate(45deg);
}
.header_menuButton.is-checked span:nth-child(2) {
  bottom: 14.5px;
  transform: rotate(-45deg);
}

.drawerMenu {
  background: #05368B;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 80px;
  transform: translateY(-100%);
  overflow-y: scroll;
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  z-index: 100;
}
@media screen and (min-width: 760px) {
  .drawerMenu {
    display: none;
  }
}
.drawerMenu.is-checked {
  opacity: 1;
  transform: translateY(0);
}

.drawerMenu_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.drawerMenu_list li {
  width: -moz-fit-content;
  width: fit-content;
}

.menuItem {
  padding: 8px 8px 8px 20px;
  border-radius: 5px;
  background: rgba(11, 5, 5, 0.6);
  transition: background 0.3s ease;
  position: relative;
}
.menuItem::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFF;
}
.menuItem p {
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.7px;
}
.menuItem.is-mv {
  opacity: 0;
  pointer-events: none;
}
.menuItem.is-active {
  background: rgba(255, 194, 40, 0.6);
}
.menuItem.is-active p {
  text-shadow: none;
}
@media (any-hover: hover) {
  .menuItem:hover {
    background: rgba(255, 194, 40, 0.6);
  }
  .menuItem:hover p {
    text-shadow: none;
  }
}

.l-hero {
  padding-top: 16px;
  background: #05368B;
  position: relative;
}
.l-hero .inner {
  position: relative;
  z-index: 20;
}

.hero_image img {
  width: 100%;
  aspect-ratio: 343/478;
}

.c-catchcopy {
  margin-top: 30px;
}
@media screen and (max-width: 370px) {
  .c-catchcopy {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-catchcopy strong span {
  color: #FFF;
  font-size: 41px;
  font-weight: 900;
  line-height: 1.4;
  opacity: 0;
}
@media screen and (max-width: 370px) {
  .c-catchcopy strong span {
    font-size: 34px;
  }
}
.c-catchcopy strong .fadeIn-first {
  animation: opa1 1.5s linear 1s forwards;
}
.c-catchcopy strong .fadeIn-second {
  animation: opa2 1.5s linear 2.5s forwards;
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-sub-catchcopy {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-sub-catchcopy p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}

.l-about {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #F1F2E7;
  position: relative;
}
.l-about::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-about.webp) no-repeat center center/100%;
}
.l-about .inner {
  position: relative;
  z-index: 20;
}

.about_script {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about_script p.rd {
  text-align: right;
}

.p-recruit__item {
  margin-top: 32px;
}
.p-recruit__item dl {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.p-recruit__item .p-recruit__box {
  padding: 8px 16px;
  background: #FFF;
}
.p-recruit__item .p-recruit__box dt {
  font-weight: 700;
}

.l-member {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #05368B;
  position: relative;
}
.l-member::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-member.webp) no-repeat center center/100%;
}
.l-member .inner {
  position: relative;
  z-index: 20;
}

.c-member-items {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-member-item {
  display: flex;
  flex-direction: column;
}
.c-member-item.is-open .c-member-item__thumbnail__button span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.c-member-item__thumbnail {
  padding: 16px 9px 16px 16px;
  width: 100%;
  aspect-ratio: 343/288;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.c-member-item__thumbnail__image {
  position: absolute;
  z-index: 21;
  inset: 0;
}
.c-member-item__thumbnail__image img {
  width: 100%;
  height: 100%;
}

.c-member-item__thumbnail__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 25;
}
.c-member-item__thumbnail__meta .position {
  padding: 4px 8px;
  background: #F25709;
  width: -moz-fit-content;
  width: fit-content;
}
.c-member-item__thumbnail__meta .position p {
  color: #FFF;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
.c-member-item__thumbnail__meta .name {
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.c-member-item__thumbnail__meta .year {
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  font-weight: 700;
}

.c-member-item__thumbnail__button {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFF;
  position: relative;
  z-index: 25;
}
.c-member-item__thumbnail__button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 4px;
  background: #05368B;
}
.c-member-item__thumbnail__button span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.c-member-item__thumbnail__button span:nth-child(2) {
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (any-hover: hover) {
  .c-member-item__thumbnail__button:hover {
    cursor: pointer;
  }
}

.c-member-item_detailArea {
  display: none;
}

.c-member-item_detail {
  background: #FFF;
  padding: 32px 16px;
}

.c-question-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-question-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-question-item__q {
  padding: 8px 16px;
  background: #1598E4;
  border-radius: 10px 10px 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-question-item__q p {
  color: #FFF;
}
.c-question-item__q p:nth-child(1) {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.c-question-item__q p:nth-child(2) {
  font-weight: 700;
}

.c-question-item__a {
  padding: 8px 16px;
  background: #F5F5F5;
  border-radius: 10px 10px 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 24px;
}

.c-member-item__schedule {
  margin-top: 32px;
}

.c-schedule-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.c-schedule-list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 83px;
  width: 1px;
  height: calc(100% - 22px);
  background: #1598E4;
}
@media screen and (max-width: 375px) {
  .c-schedule-list::after {
    left: clamp(3.188rem, -8.449rem + 58.18vw, 5.188rem);
  }
}

.c-schedule-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 375px) {
  .c-schedule-item {
    gap: clamp(0.625rem, -4.466rem + 25.45vw, 1.5rem);
  }
}

.c-schedule-item__time {
  width: 92px;
  position: relative;
}
@media screen and (max-width: 374px) {
  .c-schedule-item__time {
    width: clamp(3.75rem, -7.886rem + 58.18vw, 5.75rem);
  }
}
.c-schedule-item__time::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/icon-schedule.svg) no-repeat center center/contain;
}
.c-schedule-item__time p {
  font-family: "Albert Sans", sans-serif;
  letter-spacing: -0.7px;
}

.c-schedule-item__action {
  flex-grow: 1;
}

.l-works {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #EEF7FD;
  position: relative;
}
.l-works::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-works.webp) no-repeat center center/100%;
}
.l-works .inner {
  position: relative;
  z-index: 20;
}

.c-works-item {
  margin-top: 32px;
}

.img-works {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
.img-works img:nth-child(1) {
  grid-row: 1/3;
  width: 100%;
  aspect-ratio: 167.5/240;
}
.img-works img:nth-child(2) {
  grid-row: 1/2;
}
.img-works img:nth-child(3) {
  grid-row: 2/3;
}
.img-works img:nth-child(2), .img-works img:nth-child(3) {
  width: 100%;
  aspect-ratio: 167.5/116;
}

.c-works-item__text {
  margin-top: 16px;
}

.works-triangle {
  background: #EEF7FD;
}

.l-vessel {
  padding-top: 169px;
  background: #05368B;
  position: relative;
}
.l-vessel::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-vessel.webp) no-repeat center center/100%;
}
.l-vessel .inner {
  position: relative;
  z-index: 20;
}

.img-vessel {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.img-vessel img {
  width: 100%;
  aspect-ratio: 167.5/116;
}

.vessel__text {
  margin-top: 32px;
}
.vessel__text p {
  color: #FFF;
}

.l-benefits {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #F1F2E7;
  position: relative;
}
.l-benefits::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-benefits.webp) no-repeat center center/100%;
}
.l-benefits .inner {
  position: relative;
  z-index: 20;
}

.c-benefits-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.c-benefits-item {
  padding: 16px 16px 16px 42px;
  background: #FFF;
  position: relative;
}
.c-benefits-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/icon-diamond.svg) no-repeat center center/contain;
}
.c-benefits-item p {
  font-weight: 700;
}

.c-benefits__others {
  margin-top: 32px;
  padding-inline: 8px;
}

.c-benefits__others__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.c-benefits__others__item {
  padding: 4px 16px;
  background: #FFF;
}

.l-carrerup {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #05368B;
  position: relative;
}
.l-carrerup::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-carrerup.webp) no-repeat center center/100%;
}
.l-carrerup .inner {
  position: relative;
  z-index: 20;
}

.img-chart {
  margin-top: 32px;
  background: #FFF;
  position: relative;
}
.img-chart img {
  width: 100%;
  aspect-ratio: 686/697;
}

.img-chart__heading {
  position: absolute;
  z-index: 30;
  top: 9.5%;
  right: 8.1%;
  background: #FFDE49;
  padding: 0 6px;
}
.img-chart__heading h3 {
  font-size: 10px;
  font-weight: 700;
}

.img-chart__comment {
  position: absolute;
  background: #FF9C45;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.img-chart__comment.is-show {
  opacity: 1;
}
.img-chart__comment.firstComment {
  top: 44.2%;
  left: 17.6%;
  width: 18%;
  transition-delay: 2.5s;
}
.img-chart__comment.firstComment::after {
  bottom: -20%;
  right: 5%;
  transform: rotate(-34deg);
  width: 12%;
  height: 34%;
}
.img-chart__comment.secondComment {
  top: 9%;
  left: 29.7%;
  width: 24.8%;
  transition-delay: 3s;
}
.img-chart__comment.secondComment::after {
  bottom: -9%;
  right: 13%;
  transform: rotate(-36deg);
  width: 7%;
  height: 20%;
}
.img-chart__comment::after {
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #FF9C45;
}
.img-chart__comment p {
  text-align: center;
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.img-chart__line {
  position: absolute;
  height: 13px;
}
.img-chart__line::before {
  content: "";
  position: absolute;
  z-index: 30;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff6b78;
  border: 3.5px solid #ffd1d6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.5s linear;
}
.img-chart__line::after {
  content: "";
  position: absolute;
  z-index: 25;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 50%;
  background: #F73939;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s linear;
}
.img-chart__line.is-show::before {
  opacity: 1;
}
.img-chart__line.is-show::after {
  transform: scaleX(1);
}
.img-chart__line.firstLine {
  width: 19%;
  left: 21%;
  bottom: 22.2%;
  transform: rotate(-39deg);
}
.img-chart__line.firstLine::before {
  left: -6px;
  bottom: 3px;
  opacity: 1;
}
.img-chart__line.secondLine {
  width: 36%;
  left: 29%;
  bottom: 45%;
  transform: rotate(-63deg);
}
.img-chart__line.secondLine::before {
  left: -8px;
  bottom: 3px;
}
.img-chart__line.secondLine::after {
  transition-delay: 0.5s;
}
.img-chart__line.thirdLine {
  width: 23%;
  bottom: 68.1%;
  left: 51%;
  transform: rotate(-45deg);
}
.img-chart__line.thirdLine::before {
  left: -4px;
  bottom: 2px;
  transition-delay: 0.5s;
}
.img-chart__line.thirdLine::after {
  transition-delay: 1s;
}
.img-chart__line.fourthLine {
  width: 18%;
  bottom: 83%;
  left: 68%;
  transform: rotate(-47deg);
}
.img-chart__line.fourthLine::before {
  left: -7px;
  bottom: 2px;
  transition-delay: 1s;
}
.img-chart__line.fourthLine::after {
  transition-delay: 1.5s;
}

.l-company {
  padding-top: 169px;
  padding-bottom: 31px;
  background: #EEF7FD;
  position: relative;
}
.l-company::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-campany.webp) no-repeat center center/100%;
}
.l-company .inner {
  position: relative;
  z-index: 20;
}

.p-data-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.p-data-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.p-data-list__grid li:nth-child(3) {
  gap: 6px;
}
.p-data-list__grid li:nth-child(4) {
  gap: 7px;
  padding-bottom: 6px;
}

.p-data-item {
  padding: 9px 8px 5px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.p-data-item.big {
  padding: 16px 8px;
  gap: 8px;
}
.p-data-item.big .p-data-item__icon {
  margin-top: 8px;
}
.p-data-item.middle {
  padding: 8px 16px;
  gap: 8px;
}
.p-data-item.bigSecond {
  padding: 16px;
  gap: 8px;
}

.p-data-item__heading {
  width: 100%;
  height: 30px;
  padding-inline: 16px;
  border-radius: 15px;
  background: #1598E4;
  display: grid;
  place-items: center;
}
.p-data-item__heading h3 {
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 370px) {
  .p-data-item__heading h3 {
    font-size: 13px;
  }
}

.p-data-item__icon img {
  width: 48px;
  aspect-ratio: 1/1;
}

.c-num {
  margin-top: 1px;
  padding-left: 8px;
}
.c-num p {
  font-family: "Albert Sans", sans-serif;
}
.c-num p .value {
  color: #F25709;
  text-align: right;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}
.c-num p .unit {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.p-data-list__bigItems {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.regions {
  padding-inline: 8px;
  width: 100%;
}

.region {
  display: flex;
  gap: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #CCC;
}
.region.hokkaido .region__bar::after {
  width: 8%;
}
.region.tohoku .region__bar::after {
  width: 12%;
}
.region.kanto .region__bar::after {
  width: 12%;
}
.region.chugoku-shikoku .region__bar::after {
  width: 8%;
}
.region.kyushu-okinawa .region__bar::after {
  width: 60%;
}

.region__head {
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.region__name {
  width: 90px;
  padding-bottom: 6px;
}
.region__name p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.region__pct p {
  font-family: "Albert Sans", sans-serif;
}
.region__pct p .value {
  color: #DF5713;
  text-align: right;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
.region__pct p .unit {
  margin-left: 2px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.region__right {
  display: flex;
  align-items: center;
  gap: 4px;
  width: calc(100% - 167px);
}

.region__bar {
  width: 100px;
  height: 16px;
  background: #EDEEEE;
  position: relative;
  width: calc(100% - 44px);
}
.region__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #EB9018;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s linear;
}
.region__bar.is-show::after {
  transform: scaleX(1);
}

.region__people {
  width: 40px;
  padding: 4px;
}
.region__people p {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.p-data-item__gridContents {
  display: flex;
  align-items: stretch;
  gap: 3px;
  width: 100%;
}

.p-data-item__grid__item {
  border-radius: 10px;
  background: #DBECFF;
  display: flex;
  flex-direction: column;
}
.p-data-item__grid__item.left {
  padding: 16px 8px;
  align-items: center;
  gap: 13px;
  width: 120px;
}
.p-data-item__grid__item.left.second {
  gap: 9px;
}
.p-data-item__grid__item.right {
  justify-content: center;
  padding: 14px 16px 16px;
  height: calc((100% - 3px) / 2);
}
.p-data-item__grid__item p {
  font-weight: 700;
}
.p-data-item__grid__item p.script {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.p-data-item__grid__item p.fontSizeChange {
  font-size: clamp(0.75rem, -0.05rem + 4vw, 0.875rem);
}

.p-data-item__grid__itemsRight {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.p-data-item__description p {
  text-align: center;
  font-weight: 700;
}

.prefecturesRank {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.prefecturesRank__item {
  width: 100%;
  background: #DBECFF;
  padding-inline: 8px;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  box-shadow: 2px 4px 5px 0px rgba(41, 45, 53, 0.2);
}

.prefecturesRank__item__icon img {
  width: 32px;
  aspect-ratio: 1/1;
}

.prefecturesRank__item__name p {
  font-size: 18px;
  font-weight: 700;
}

.campany-triangle {
  background: #EEF7FD;
}

.l-qa {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #F1F2E7;
  position: relative;
}
.l-qa::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-qa.webp) no-repeat center center/100%;
}
.l-qa .inner {
  position: relative;
  z-index: 20;
}

.p-qa-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-qa-item {
  border-radius: 10px;
  background: #FFF;
}
.p-qa-item.is-open .p-qa-item__buttonIcon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0);
}

.p-qa-item__q {
  padding: 13px 75px 13px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .p-qa-item__q {
    padding-left: clamp(0.313rem, -4.088rem + 22vw, 1rem);
    padding-right: clamp(2.875rem, -8.725rem + 58vw, 4.688rem);
    gap: clamp(0.313rem, -4.088rem + 22vw, 1rem);
  }
}

.headQ {
  color: #2D4BAE;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.p-qa-item__q__text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.p-qa-item__buttonIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #2759B6;
}
@media screen and (max-width: 370px) {
  .p-qa-item__buttonIcon {
    right: clamp(0.313rem, -4.088rem + 22vw, 1rem);
  }
}
.p-qa-item__buttonIcon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #FFF;
  transition: transform 0.3s ease;
}
.p-qa-item__buttonIcon span:nth-child(1) {
  transform: translate(-50%, -50%);
}
.p-qa-item__buttonIcon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-qa-item__aArea {
  display: none;
  padding-inline: 16px;
}

.p-qa-item__a {
  width: 100%;
  border-top: 1px solid #CCC;
  padding-top: 13px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.p-qa-item__a__head p {
  color: #DF5713;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.qa-triangle {
  background: #F1F2E7;
}

.l-recruit-info {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #05368B;
  position: relative;
}
.l-recruit-info::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-recruit.webp) no-repeat center center/100%;
}
.l-recruit-info .inner {
  position: relative;
  z-index: 20;
}

.recruit-info__headText {
  margin-top: 31px;
}
.recruit-info__headText p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 370px) {
  .recruit-info__headText p {
    font-size: 16px;
  }
}

.p-request-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1px;
  width: 100%;
}

.p-request-item {
  padding: 16px 16px 16px 42px;
  background: #FFF;
  position: relative;
}
.p-request-item::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/icon-diamond.svg) no-repeat center center/contain;
}
.p-request-item p {
  font-weight: 700;
}

.p-recruit-info__lists {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recruitHeading::before {
  background: #FFF;
}
.recruitHeading h3 {
  color: #FFF;
}

.p-recruit-info__list {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}

.p-recruit-info__item {
  padding: 8px 16px;
  background: #FFF;
}
.p-recruit-info__item h4 {
  font-weight: 700;
}

.p-recruit-info__item__row {
  display: flex;
  gap: 14px;
}

.recruit-info-triangle {
  background: #05368B;
}

.l-contact {
  padding-top: 169px;
  padding-bottom: 32px;
  background: #EEF7FD;
  position: relative;
}
.l-contact.confirm, .l-contact.thanks {
  padding-top: 72px;
}
.l-contact::after {
  content: "";
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/360;
  background: url(../img/bg-contact.webp) no-repeat center center/100%;
}
.l-contact .inner {
  position: relative;
  z-index: 20;
}

.contact__formArea {
  margin-top: 32px;
  padding: 16px;
  background: #FFF;
}

.c-form input::-moz-placeholder {
  color: #D2D2D2;
}

.c-form input::placeholder {
  color: #D2D2D2;
}

.c-form__field {
  padding: 16px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid #CCC;
}

.c-form__field__head {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 16px;
}
.c-form__field__head.required {
  position: relative;
}
.c-form__field__head.required::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FF9C45;
}

.c-form__field__headLabel {
  font-weight: 700;
}

.c-form__field__itemText {
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  background: #FFF;
}

.c-form-radios {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 41px;
  margin-bottom: 4px;
}
@media screen and (max-width: 370px) {
  .c-form-radios {
    gap: clamp(0.625rem, -1.775rem + 12vw, 1rem);
  }
}

.c-form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.c-form-radio__input:focus + .c-form-radio__text::before {
  border: 2px solid #FF9C45;
}
.c-form-radio__input:checked + .c-form-radio__text::after {
  opacity: 1;
}

.c-form-radio__text {
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
@media (any-hover: hover) {
  .c-form-radio__text:hover {
    cursor: pointer;
  }
}
.c-form-radio__text::before, .c-form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.c-form-radio__text::before {
  width: 20px;
  border: 2px solid #4EC1FD;
  left: 2px;
}
.c-form-radio__text::after {
  width: 10px;
  background: #4EC1FD;
  left: 7px;
  opacity: 0;
}

.c-form__field__select {
  position: relative;
}
.c-form__field__select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 15px;
  width: 9px;
  aspect-ratio: 1/1;
  border-bottom: 2px solid #292D35;
  border-left: 2px solid #292D35;
  pointer-events: none;
}

.c-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 8px 32px 8px 16px;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  background: #FFF;
}
@media (any-hover: hover) {
  .c-form-select:hover {
    cursor: pointer;
  }
}
.c-form-select:focus {
  border: 1px solid #FF9C45;
  outline: none;
}

.c-form__field__itemTextarea {
  width: 100%;
  height: 100px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #B7B7B7;
  background: #FFF;
}
.c-form__field__itemTextarea:focus {
  border: 1px solid #FF9C45;
  outline: none;
}

.c-form__privacy {
  margin-top: 35px;
}

.c-form__privacy__check {
  margin-top: 35px;
  width: 100%;
  height: 48px;
  background: #F5F5F5;
}

.c-form__checkbox {
  height: 100%;
  display: grid;
  place-items: center;
}

.c-form__checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.c-form__checkbox__input:checked + .c-form__checkbox__text::after {
  opacity: 1;
}

.c-form__checkbox__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 28px;
  position: relative;
}
@media (any-hover: hover) {
  .c-form__checkbox__text:hover {
    cursor: pointer;
  }
}
.c-form__checkbox__text::before, .c-form__checkbox__text::after {
  content: "";
  position: absolute;
}
.c-form__checkbox__text::before {
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 2px;
  border: 2px solid #4EC1FD;
}
.c-form__checkbox__text::after {
  top: 45%;
  transform: translateY(-50%) rotate(-45deg);
  left: 5px;
  width: 14px;
  height: 9px;
  border-bottom: 4px solid #FF9C45;
  border-left: 4px solid #FF9C45;
  opacity: 0;
}

.c-form__button {
  margin-top: 35px;
}

.c-form__button__input {
  padding: 8px 16px;
  border-radius: 22px;
  width: 100%;
  border: 1px solid #1598E4;
  background: #1598E4;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-form__button__input:hover {
    cursor: pointer;
    color: #1598E4;
    background: #FFF;
  }
}

.confirm__dl {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.confirm__dl .confirm__row {
  display: flex;
}
.confirm__dl .confirm__row dt, .confirm__dl .confirm__row dd {
  font-weight: 700;
}
.confirm__dl .confirm__row dt::after {
  content: "：";
}

.confirm__form {
  margin-top: 32px;
}

.thanksArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.thanksArea p {
  font-weight: 700;
}
.thanksArea a {
  color: #1598E4;
}
@media (any-hover: hover) {
  .thanksArea a:hover {
    text-decoration: underline;
  }
}