@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
}

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

dt {
  font-weight: 600;
}

dt,
dd {
  line-height: 1.8;
}

.l-contentWidth {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-section {
  padding: 80px 0;
}

.l-pageContainer {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 55px 0;
  }
  .l-pageContainer {
    padding: 80px 0;
  }
}
/* -------------------------
   pc header
------------------------- */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.25s ease-in-out;
}
.l-header.is-scrolled {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-left: 2%;
}

.l-header__logo {
  transition: 0.2s;
}
.l-header__logo img {
  max-width: 180px;
}
.l-header__logo span {
  border-left: 1px solid #000;
  padding-left: 8px;
  margin-left: 8px;
  font-size: 1.2rem;
}
.l-header__logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .l-header {
    background: #fff;
  }
}
/* -------------------------
   sp header
------------------------- */
.l-hamburger {
  background: #0F4D93;
  height: 50px;
  aspect-ratio: 1/1;
  position: relative;
  display: none;
  cursor: pointer;
}
.l-hamburger span {
  display: inline-block;
  width: 24px;
  border-top: 2px solid #fff;
  position: absolute;
  left: 13px;
  transition: all 0.25s ease-in-out;
}
.l-hamburger span:nth-child(1) {
  top: 14px;
}
.l-hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.l-hamburger span:nth-child(3) {
  bottom: 14px;
}
.l-hamburger.is-active span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.l-hamburger.is-active span:nth-child(2) {
  transform: scale(0, 1);
}
.l-hamburger.is-active span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .l-hamburger {
    display: block;
  }
}
/* -------------------------
   navigation
------------------------- */
.l-navigation {
  font-weight: 600;
  font-size: 1.5rem;
}

.l-navigation__list {
  display: flex;
}

.l-navigation__item {
  white-space: nowrap;
  margin-right: 22px;
}

.l-navigation__anchor,
.l-navigation__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-top: 4px solid transparent;
  transition: all 0.25s ease-in-out;
}
.l-navigation__anchor:hover, .l-navigation__anchor.is-active,
.l-navigation__trigger:hover,
.l-navigation__trigger.is-active {
  color: #0077C7;
  border-color: #0077C7;
}

.l-dropDown {
  font-weight: 400;
  color: #fff;
  background: #0077C7;
  padding: 20px 35px;
  position: absolute;
  z-index: -1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10);
  transition: all 0.25s ease-in-out;
}
.l-dropDown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-navigation__trigger::after {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 2/5;
  background: url("../img/icon/arrow-bk.svg") no-repeat center/contain;
  margin-left: 10px;
  transform: rotate(90deg);
  transition: all 0.25s ease-in-out;
}

.l-dropDown__item:not(:first-child) {
  margin-top: 14px;
}

.l-dropDown__anchor {
  display: inline-block;
}
.l-dropDown__anchor:hover {
  text-decoration: underline;
}

.l-naviBtn {
  color: #fff;
  font-size: 1.2rem;
  width: 90px;
  height: 85px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.l-naviBtn:hover {
  opacity: 0.8;
}

.l-naviBtn__anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.l-naviBtn__anchor::before {
  content: "";
  display: inline-block;
  width: 23px;
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
}

.l-naviBtn--entry {
  background: #306bae;
}
.l-naviBtn--entry .l-naviBtn__anchor::before {
  background-image: url("../img/icon/header-entry.svg");
}

.l-naviBtn--company {
  background: #0F4D93;
}
.l-naviBtn--company .l-naviBtn__anchor::before {
  background-image: url("../img/icon/header-company.svg");
}

@media screen and (max-width: 1280px) {
  .l-navigation {
    font-size: 1.4rem;
  }
  .l-navigation__item {
    margin-right: 1em;
  }
  .l-naviBtn {
    width: 85px;
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    display: flex;
    justify-content: space-between;
  }
  .l-header__logo {
    font-size: 1.4rem;
    margin: 5px 0;
  }
  .l-header__logo img {
    max-width: 135px;
    height: 40px;
  }
  .l-header__logo span {
    display: inline-block;
    margin-bottom: 4px;
  }
  .l-navigation {
    width: 100%;
    height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    background: #fff;
    position: fixed;
    top: 50px;
    right: 0;
    transform: translateX(100%);
    max-width: 500px;
    overflow-y: scroll;
    transition: all 0.25s ease-in-out;
    z-index: -1;
  }
  .l-navigation.is-open {
    transform: translateX(0);
  }
  .l-navigation__list {
    flex-direction: column;
    gap: 10px;
    padding: 40px;
  }
  .l-navigation__item {
    width: 100%;
    padding: 8px 0;
    margin: 0;
  }
  .l-navigation__anchor {
    justify-content: left;
  }
  .l-navigation__anchor:hover, .l-navigation__anchor.is-active,
  .l-navigation__trigger:hover,
  .l-navigation__trigger.is-active {
    border-color: transparent;
  }
  .l-naviBtn__anchor {
    flex-direction: row;
  }
  .l-dropDown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    width: 100%;
    color: #000;
    background: #fff;
    padding: 15px 0 0 10px;
  }
  .l-dropDown__item::before {
    content: "-";
    margin-right: 5px;
  }
  .l-naviBtn {
    width: 100%;
    height: 40px;
  }
  .l-naviBtn--recruit {
    margin-top: 30px;
  }
}
.c-entryBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: all 0.25s ease-in-out;
}
.c-entryBtn:hover {
  opacity: 0.8;
  transform: translateX(4px);
}

.l-footer {
  font-weight: 500;
  padding: 64px 5%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.l-fInfo {
  font-weight: normal;
  width: 30%;
}

.l-fInfo__logo {
  transition: 0.2s;
}
.l-fInfo__logo img {
  max-width: 240px;
}
.l-fInfo__logo span {
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-left: 10px;
}
.l-fInfo__logo:hover {
  opacity: 0.8;
}

.l-fInfo__address {
  margin-top: 1em;
  line-height: 1.6;
}

.l-fInfo__copyright {
  display: block;
  margin-top: 20px;
}

.l-fnavi {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 40px;
  line-height: 1.3;
}

.l-fnaviChild,
.l-fnavi__item:not(:first-child) {
  margin-top: 15px;
}

.l-fnavi__anchor {
  display: inline-block;
  position: relative;
  transition: all 0.25s ease-in-out;
  padding-left: 12px;
}
.l-fnavi__anchor:hover {
  opacity: 0.9;
  transform: translateX(3px);
}

.l-fnavi__anchor:not(.l-fnaviChild .l-fnavi__anchor)::before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 2/5;
  background: url("../img/icon/arrow-bk.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
  .l-footer {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  .l-fInfo {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-fInfo__address {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-entryBtn {
    width: 90px;
  }
  .l-footer {
    font-size: 1.4rem;
  }
  .l-fnavi {
    font-size: 1.4rem;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .l-fnaviChild,
  .l-fnavi__item:not(:first-child) {
    margin-top: 10px;
  }
}
.u-tb-show {
  display: none;
}

.u-bg-blue {
  background-color: #F8FBFF;
}

.u-bg01 {
  background: #F8FBFF;
  position: relative;
}
.u-bg01::before, .u-bg01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.u-bg01::before {
  width: 23%;
  max-width: 300px;
  aspect-ratio: 169/141;
  background: url("../img/global/shape01.png") no-repeat top center/contain;
  top: 0;
  right: 3%;
  transform: translateY(-15%);
}
.u-bg01::after {
  width: 50%;
  max-width: 435px;
  aspect-ratio: 440/863;
  background: url("../img/global/shape02.png") no-repeat top center/contain;
  left: 0;
  top: 15%;
}

.u-bg02 {
  background-color: #F8FBFF;
  position: relative;
}
.u-bg02::before, .u-bg02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.u-bg02::before {
  width: 32%;
  max-width: 260px;
  top: 0;
  right: 0;
  aspect-ratio: 3/2;
  background: url("../img/global/shape03.png") no-repeat top/contain;
  transform: translateY(-20%);
}
.u-bg02::after {
  width: 50%;
  max-width: 435px;
  aspect-ratio: 440/863;
  background: url("../img/global/shape02.png") no-repeat top center/contain;
  left: 0;
  top: 15%;
}

.u-bg01__inner,
.u-bg02__inner {
  position: relative;
  z-index: 2;
}

.u-text-center {
  text-align: center;
}

.u-twoColumnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.u-twoColumnList li::before {
  content: "・";
  color: #0F4D93;
}

@media screen and (max-width: 768px) {
  .u-tb-show {
    display: block;
  }
  .u-tb-hide {
    display: none;
  }
  .u-bg01::before {
    width: 35%;
  }
  .u-bg01::after {
    width: 70%;
  }
}
.c-secTitle,
.c-secTitle--center {
  font-size: 3.6rem;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-secTitle::before,
.c-secTitle--center::before {
  content: attr(data-en);
  background: linear-gradient(to right, #0077C7 0%, #0098ff 36%, #0098ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  font-weight: 600;
}

.c-secTitle--center {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-secTitle,
  .c-secTitle--center {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
}
.c-pageHeader {
  height: 275px;
  background: url("../img/global/header.jpg") no-repeat center/cover;
  padding-top: 85px;
}

.c-pageHeader__inner {
  height: 100%;
  padding: 0 5%;
  align-content: center;
  position: relative;
}

.c-pageHeader__ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
.c-pageHeader__ttl br {
  display: none;
}

.c-breadcrumb {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  left: 5%;
  top: 24px;
}
.c-breadcrumb a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .c-pageHeader {
    padding-top: 55px;
    min-height: 250px;
    height: auto;
    padding-bottom: 20px;
  }
  .c-pageHeader__ttl {
    font-size: 2.8rem;
    margin-top: 60px;
  }
  .c-pageHeader__ttl br {
    display: block;
  }
}
.c-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #fff;
  color: #0077C7;
  border: 1px solid #0077C7;
  font-weight: 700;
  border-radius: 30px;
  padding: 1.2em 1.5em;
  transition: all 0.25s ease-in-out;
}
.c-btn span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-btn span::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  transition: all 0.25s ease-in-out;
  background: url("../img/icon/arrow-blue.svg") no-repeat center/contain;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn:hover span::after {
  transform: translateX(4px);
}

.c-btn--center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn--back {
  color: #fff;
  background: #d1d1d1;
  border-color: #d1d1d1;
}
.c-btn--back span {
  flex-direction: row-reverse;
}
.c-btn--back span::after {
  transform: rotate(180deg);
  background: url("../img/icon/arrow-wh.svg") no-repeat center/contain;
}
.c-btn--back:hover span::after {
  transform: translateX(-4px) rotate(180deg);
}

.c-btn--entry span::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/entry-blue.svg") no-repeat center/contain;
  width: 16px;
  aspect-ratio: 7/8;
}
.c-btn--entry span::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 250px;
    padding: 1em 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn:not(.c-btn--small) {
    font-size: 1.6rem;
  }
}
.c-cvArea {
  overflow: hidden;
}

.c-cvArea__box {
  color: #fff;
  background: linear-gradient(to right, #0077C7, #079DEF);
  text-align: center;
  padding: 60px;
  border-radius: 12px;
  position: relative;
}
.c-cvArea__box::before, .c-cvArea__box::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.c-cvArea__box::before {
  width: 150px;
  aspect-ratio: 1/1;
  background: url("../img/global/entry01.png") no-repeat center/contain;
  right: 0;
  bottom: 8%;
}
.c-cvArea__box::after {
  width: 180px;
  aspect-ratio: 99/109;
  background: url("../img/global/entry02.png") no-repeat center/contain;
  right: -10%;
  bottom: -30%;
}

.c-cvArea__ttl {
  font-size: 4.8rem;
}

.c-cvArea__txt {
  font-weight: 600;
  margin-top: 10px;
}

.c-cvBtnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 12px;
}

.c-btnTel__no {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
.c-btnTel__no::before {
  content: "";
  display: inline-block;
  background: url("../img/icon/tel.svg") no-repeat center/contain;
  width: 0.5em;
  aspect-ratio: 25/37;
  margin-right: 8px;
}

.c-btnTel__hours {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .c-cvArea__box {
    grid-template-columns: 1fr;
    padding: 35px;
  }
  .c-cvArea__box::before {
    width: 140px;
    bottom: 40px;
    right: -30px;
  }
  .c-cvArea__box::after {
    width: 120px;
    bottom: -50px;
  }
  .c-cvArea__ttl {
    font-size: 3.2rem;
  }
  .c-btnTel__no {
    font-size: 2.4rem;
  }
  .c-cvBtnArea {
    margin-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .c-cvArea__box::before {
    bottom: auto;
    top: -50px;
    left: -50px;
  }
}
.c-member {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
}
.c-member + .c-btn {
  margin-top: 32px;
}

.c-member__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.c-member__item:hover .c-member__info::after {
  transform: translate(4px, -50%);
}
.c-member__item:hover .c-member__img {
  transform: scale(1.05);
}

.c-member__img {
  transition: all 0.25s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-member__info {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 16px 40px 16px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-member__info::after {
  content: "";
  display: inline-block;
  width: 45px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("../img/icon/arrow-wh.svg") no-repeat center/15px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
}

.c-member__name {
  font-size: 2.4rem;
  line-height: 1.5;
}

.swiper-button-next,
.swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #0077C7;
  background: #fff;
  display: none;
  place-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #0077C7;
  font-size: 16px;
  font-weight: 700;
}

.swiper-button-next {
  right: -8px;
}

.swiper-button-prev {
  left: -8px;
}

@media screen and (max-width: 768px) {
  .c-member:not(.c-member--slide) {
    grid-template-columns: 1fr;
  }
  .c-member--slide {
    gap: initial;
    display: flex;
  }
  .swiper-member {
    cursor: grab;
    position: relative;
  }
  .swiper-member:active {
    cursor: grabbing;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: grid;
  }
  .c-member__img {
    aspect-ratio: 9/10;
    border-radius: 20px;
    -o-object-position: center;
       object-position: center;
  }
  .c-member__position {
    font-size: 1.4rem;
  }
  .c-member__name {
    font-size: 2.1rem;
  }
  .c-member__info::after {
    width: 30px;
  }
  .c-member__list::before {
    width: 200px;
  }
}
.c-step__title {
  text-align: center;
  font-size: 1.8rem;
}

.c-step__txt {
  text-align: center;
  line-height: 1.5;
}

.c-step__list {
  margin: 40px auto 0;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-step__list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(16.6666666667% + 4px);
  right: calc(16.6666666667% + 4px);
  height: 2px;
  background: #0077C7;
  z-index: 1;
}

.c-step__item {
  position: relative;
  text-align: center;
  color: #aaa;
  font-weight: 500;
  font-size: 14px;
  padding-top: 40px;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex: 1;
  z-index: 2;
}
.c-step__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0077C7;
  transition: all 0.3s ease;
  z-index: 3;
}

/* アクティブ状態 */
.c-step__item.is-active {
  color: #0077C7;
  font-weight: 600;
}
.c-step__item.is-active::before {
  animation: rippleWave 2s ease-out infinite;
}

@keyframes rippleWave {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.9);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(52, 152, 219, 0);
  }
  50.1%, 100% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-step__list {
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .c-step__txt {
    margin-top: 30px;
  }
}
.c-pageContact {
  padding: 80px 0;
}

.c-formTbl {
  width: 100%;
  margin-top: 50px;
}

.c-formTbl__title {
  width: 260px;
  padding: 20px;
  background: #F8FBFF;
  border: 1px solid #BFBFBF;
  position: relative;
}

.ico {
  display: inline-block;
  font-size: 1rem;
  padding: 4px 5px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}
.ico.must {
  background: #0077C7;
}
.ico.optional {
  background: #aaa;
}

.c-formTbl__input {
  width: calc(100% - 260px);
  padding: 1.2em;
  border: 1px solid #BFBFBF;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 10px;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #aaa;
}

input[type=date] {
  width: 200px;
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 10px;
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type=date]:hover {
  background: #fafafa;
}

textarea {
  padding: 10px;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 100%;
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 10px;
  cursor: pointer;
}
select:hover {
  background: #fafafa;
}

input[type=checkbox]#agree:checked + .c-checkLabel .c-checkLabel__inner::before {
  background: #0077C7;
}
input[type=checkbox]#agree:checked + .c-checkLabel .c-checkLabel__inner::after {
  opacity: 1;
}

.c-checkLabel {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
}

.c-checkLabel__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-checkLabel__inner::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #0077C7;
}
.c-checkLabel__inner::after {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../img/icon/check.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.c-formComment {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1em;
}

.c-privacyTxt {
  text-align: center;
  margin-top: 40px;
}
.c-privacyTxt a {
  color: #0077C7;
  text-decoration: underline;
}
.c-privacyTxt a:hover {
  opacity: 0.8;
}

.c-errorMsg {
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #853b3b;
  background: #faebeb;
  padding: 10px;
  margin-top: 1em;
  position: relative;
}
.c-errorMsg li {
  padding-left: 20px;
}
.c-errorMsg li + li {
  margin-top: 10px;
}
.c-errorMsg::before {
  content: "";
  display: inline-block;
  color: #b56f6f;
  width: 1em;
  aspect-ratio: 1/1;
  background: url("../img/icon/exclamation.svg") no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 10px;
}

.c-btnArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  margin-top: 40px;
}

.c-formBtn {
  display: inline-block;
  text-align: center;
  padding: 1.2em;
  border-radius: 50px;
  min-width: 280px;
  background: #0077C7;
  color: #fff;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
}
.c-formBtn:hover {
  opacity: 0.8;
}

.c-formBtn--prev {
  background: #fff;
  border: 1px solid #0077C7;
  color: #0077C7;
}

@media screen and (max-width: 768px) {
  .c-pageContact {
    font-size: 1.4rem;
    padding: 55px 0;
  }
  .c-formTbl__title,
  .c-formTbl__input {
    display: block;
    width: 100%;
    padding: 14px;
  }
  .ico {
    top: 12px;
    right: 14px;
  }
  .c-privacyTxt {
    margin-top: 20px;
  }
  .c-formTbl__input {
    border-top: none;
  }
  .c-formTbl__row:not(:last-of-type) .c-formTbl__input {
    border-bottom: none;
  }
}
/* -------------------------
   COMPLETE PAGE
------------------------- */
.c-completePage__btn {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.c-completePage__box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.c-completePage__box:first-of-type {
  padding-top: 50px;
}
.c-completePage__box h3 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #0077C7;
}

/* -------------------------
   ERROR PAGE
------------------------- */
.c-errorPage {
  text-align: center;
  min-height: 60vh;
  align-content: center;
}

.c-errorPage__ttl {
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.c-errorPage__btn {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.p-kv {
  position: relative;
}

.p-kv__txt {
  color: #fff;
  max-width: 90%;
  font-weight: 700;
  background: rgba(0, 119, 199, 0.5);
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-kv {
    margin-top: 50px;
  }
  .p-kv__main {
    aspect-ratio: 39/64;
  }
  .p-kv__txt {
    background: #369ad7;
    padding: 15px 30px;
    font-size: 1.5rem;
    position: static;
    max-width: 100%;
  }
}
.p-topAbout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}
.p-topAbout::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 280px;
  aspect-ratio: 289/250;
  background: url("../img/pages/home/shape01.png") no-repeat top center/contain;
  top: 0;
  right: 0;
  transform: translate(50%, -55%);
}

.p-topAbout__txt {
  margin-bottom: 32px;
}

.p-topAbout__img {
  border-radius: 12px;
}

@media screen and (max-width: 1350px) {
  .p-topAbout::after {
    width: 170px;
    transform: translate(0, -55%);
  }
}
@media screen and (max-width: 768px) {
  .p-topAbout {
    grid-template-columns: 1fr;
  }
  .p-topAbout__content {
    order: 2;
  }
}
.p-topDiscovery {
  text-align: center;
  background: url("../img/pages/home/bg-discovery.png") no-repeat center/cover;
}

.p-topDiscovery__ttl {
  font-size: 3.6rem;
  color: #0077C7;
  margin-bottom: 1em;
}
.p-topDiscovery__ttl br {
  display: none;
}

.p-topDiscovery__img {
  max-width: 470px;
  margin: 20px auto;
  aspect-ratio: 235/191;
  background: no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .p-topDiscovery p {
    text-align: left;
  }
  .p-topDiscovery__ttl {
    font-size: 2.8rem;
  }
  .p-topDiscovery__ttl br {
    display: block;
  }
  .p-topDiscovery__sp {
    width: 100vw;
    margin-left: -3vw;
    aspect-ratio: 16/7;
    background: url("../img/pages/home/discovery-sp.jpg") no-repeat center/contain;
    margin-top: 20px;
  }
}
.p-topJobs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.p-topJobs__img {
  width: 50%;
}

.p-topJobs__content {
  flex: 1;
}

.p-topJobs__txt {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-topJobs {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .p-topJobs__img {
    width: 100%;
  }
}
.p-topEnvironment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}

.p-topEnvironment__txt {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-topEnvironment {
    grid-template-columns: 1fr;
  }
  .p-topEnvironment__img {
    max-width: 500px;
    margin: 0 auto;
  }
  .p-topEnvironment__content {
    order: 2;
  }
}
.p-topMember {
  position: relative;
  background: #F8FBFF;
  overflow: hidden;
}
.p-topMember::after {
  content: "";
  display: inline-block;
  width: 30%;
  max-width: 300px;
  aspect-ratio: 271/661;
  background: url("../img/pages/member/shape02.png") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-33%);
  z-index: 1;
}
.p-topMember .c-btn {
  margin-top: 32px;
}

.p-topMember__inner {
  position: relative;
  z-index: 2;
}
.p-topMember__inner::before {
  content: "";
  display: inline-block;
  width: 50%;
  max-width: 260px;
  aspect-ratio: 1/1;
  background: url("../img/pages/member/shape01.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-60%, 70%);
  z-index: 1;
}

/* -------------------------
   WORK
------------------------- */
.p-work {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.p-work__img {
  width: 55%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-work__txt {
  margin-bottom: 30px;
}

.p-interviewCard {
  display: grid;
  grid-template-columns: 100px auto;
  align-items: center;
  gap: 40px;
  color: #346ee3;
  border: 1px solid #346ee3;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  margin-top: auto;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-interviewCard:not(:first-of-type) {
  margin-top: 30px;
}
.p-interviewCard:hover {
  color: #346ee3;
}
.p-interviewCard:hover::after {
  margin-right: -4px;
}
.p-interviewCard::before {
  content: "先輩インタビュー";
  display: inline-block;
  width: 170px;
  text-align: center;
  background: #fff;
  border: 1px solid #346ee3;
  border-radius: 20px;
  padding: 7px 14px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-interviewCard::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  transition: all 0.25s ease-in-out;
  border-top: 2px solid #346ee3;
  border-right: 2px solid #346ee3;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.p-interviewCard__img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-interviewCard__name {
  font-size: 1.6rem;
}

.p-example {
  max-width: 870px;
  margin: 100px auto 0;
}

.p-example__h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  background: linear-gradient(to right, #0077C7, #079DEF);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-example__h3 br {
  display: none;
}

.p-example__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.p-example__item {
  width: 30%;
}

.p-example__link {
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border: 1px solid #346ee3;
  background: #fff;
}
.p-example__link::before {
  content: "";
}
.p-example__link:hover {
  color: #346ee3;
}
.p-example__link:hover .p-example__title::after {
  transform: translateX(4px);
}

.p-example__icon {
  height: 75px;
  width: auto;
}

.p-example__title {
  margin-top: 8px;
}
.p-example__title::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/1;
  transition: all 0.25s ease-in-out;
  background: url("../img/icon/arrow-bk.svg") no-repeat center/contain;
}

@media screen and (max-width: 1024px) {
  .p-work {
    gap: 40px;
  }
  .p-work__img {
    width: 50%;
  }
  .p-example__list {
    justify-content: center;
    -moz-column-gap: 6%;
         column-gap: 6%;
    margin-top: 20px;
  }
  .p-example__item {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .p-interviewCard {
    gap: 20px;
    padding: 15px;
    padding-top: 30px;
    padding-right: 30px;
  }
  .p-work {
    flex-direction: column;
    gap: 20px;
  }
  .p-work--reverse {
    flex-direction: column-reverse;
  }
  .p-work__img {
    width: 100%;
  }
  .p-example {
    margin: 55px auto 0;
  }
  .p-example__h3 br {
    display: block;
  }
  .p-example__link {
    gap: 5px;
  }
  .p-example__icon {
    height: 70px;
  }
  .p-example__title {
    font-size: 1.4rem;
  }
}
/* -------------------------
   アルミのチカラ
------------------------- */
.p-discoveryLead {
  text-align: center;
}
.p-discoveryLead .sp {
  display: none;
}

.p-discoveryLead__ttl {
  color: #0077C7;
  font-size: 3.6rem;
  margin-bottom: 1em;
}

.p-map {
  position: relative;
  background: url("../img/pages/discovery/parts_base.png") no-repeat center/contain;
  width: 100%;
  max-width: 1133px;
  margin: 100px auto 0;
  aspect-ratio: 1133/965;
  margin-top: 100px;
}

.p-map__item {
  position: absolute;
  transition: all 0.3s ease;
  z-index: 10;
  transition: all 0.25s ease-in-out;
}
.p-map__item:is(a) {
  cursor: pointer;
}
.p-map__item:is(a):hover {
  transform: translateY(-6px);
  filter: brightness(0.9);
}
.p-map__item--apartment {
  top: 22.8%;
  left: 50.2%;
  width: 24%;
}
.p-map__item--pc {
  top: 25.3%;
  left: 75.6%;
  width: 19.1%;
}
.p-map__item--car {
  top: 53.4%; /* 525/965 */
  left: 55.3%; /* 626/1133 */
  width: 13.1%; /* 149/1133 */
}
.p-map__item--smartphone {
  top: 62.9%; /* 607/965 */
  left: 69.3%; /* 785/1133 */
  width: 13.1%; /* 149/1133 */
}
.p-map__item--rocket {
  top: -5%;
  left: 87%;
  width: 15.5%;
}
.p-map__item--drone {
  top: 2%;
  left: 45%;
  width: 15.5%;
}
.p-map__item--office {
  top: 10%;
  left: 3%;
  width: 18%;
}
.p-map__item--building {
  top: 43%;
  left: 9%;
  width: 37%;
}
.p-map__item--bus {
  top: 43%;
  left: 33.5%;
  width: 14.5%;
}
.p-map__item--ship {
  top: 76%;
  left: 49%;
  width: 11%;
}
.p-map__item--plane {
  top: 0%;
  left: 19%;
  width: 19%;
}
.p-map__item--item01 {
  pointer-events: none;
  top: 40.3%; /* 389/965 */
  left: 46.4%; /* 526/1133 */
  width: 18%; /* 204/1133 */
}
.p-map__item--item02 {
  pointer-events: none;
  top: 49.2%; /* 475/965 */
  left: 66.2%; /* 750/1133 */
  width: 18.4%; /* 288/1133 */
}
.p-map__item--tree1 {
  pointer-events: none;
  top: 64.5%;
  left: 76.5%;
  width: 22.9%; /* 259/1133 */
}
.p-map__item--tree2 {
  pointer-events: none;
  top: 55.2%;
  left: 2.1%;
  width: 15.5%;
}

@media screen and (max-width: 768px) {
  .p-map {
    margin-top: 60px;
  }
}
.p-scine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 80px;
  position: relative;
  margin-bottom: 60px;
}
.p-scine li {
  scroll-margin-top: 100px;
}

.p-scine__img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.p-scine__ttl {
  font-size: 2.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.p-future {
  margin-top: 160px;
}

.p-future__ttl {
  font-size: 2.4rem;
  text-align: center;
}

.p-future__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.p-future__item {
  scroll-margin-top: 100px;
}
.p-future__item h4 {
  font-size: 2rem;
}

.p-future__img {
  text-align: center;
  margin-bottom: 20px;
}
.p-future__img img {
  height: 140px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reasonTtl {
  text-align: center;
}
.p-reasonTtl p {
  font-weight: 700;
  color: #0077C7;
}
.p-reasonTtl h2 {
  font-size: 3.2rem;
}

.p-reason {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
  margin-top: 50px;
}

.p-reason__item {
  width: 216px;
  text-align: center;
}

.p-reason__icon {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.p-reason__ttl {
  margin-top: 10px;
}

.p-interview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-interview:not(:first-child) {
  margin-top: 60px;
}

.p-interview__img,
.p-interview__content {
  width: 48%;
}

.p-interview__txt {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-discoveryLead .sp {
    display: block;
  }
  .p-discoveryLead__ttl {
    font-size: 2.8rem;
  }
  .p-scine {
    grid-template-columns: 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .p-scine__ttl {
    font-size: 1.8rem;
  }
  .p-future__item h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-reason__item {
    width: 47%;
  }
  .p-reasonTtl h2 {
    font-size: 2.8rem;
  }
  .p-interview {
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
  }
  .p-interview__img,
  .p-interview__content {
    width: 100%;
  }
}
/* -------------------------
   Environment
------------------------- */
.p-environment__inner {
  max-width: 800px;
  margin: 0 auto;
}

.p-environment__img {
  border-radius: 12px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-environment__ttl {
  font-size: 2.8rem;
  margin: 40px 0 30px;
  text-align: center;
}

.swiper-charm {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet-active {
  background: #0077C7;
}

.p-charm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.p-charm__content,
.p-charm__img {
  width: 48%;
}

.p-charm__content .c-secTitle {
  font-size: 2.8rem;
}

.p-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-benefits__img {
  border-radius: 12px;
}

.p-benefits__ttl {
  font-size: 2.4rem;
  margin-top: 16px;
}

.p-benefits__txt {
  margin-top: 8px;
}

.p-system__item {
  padding: 30px 50px;
  background: #fff;
  border-radius: 16px;
  counter-increment: system;
}
.p-system__item:not(:first-child) {
  margin-top: 20px;
}
.p-system__item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-system__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.p-system__ttl::before {
  content: counter(system, decimal-leading-zero);
  font-size: 4rem;
  color: #0077C7;
}

@media screen and (max-width: 768px) {
  .p-environment__ttl {
    font-size: 2.4rem;
    margin: 20px 0;
  }
  .p-charm {
    flex-direction: column;
    gap: 20px;
  }
  .p-charm__content,
  .p-charm__img {
    width: 100%;
  }
  .p-benefits__ttl {
    font-size: 2.1rem;
  }
  .p-benefits {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-system__item {
    padding: 25px;
  }
  .p-system__content,
  .p-system__img {
    width: 100%;
  }
  .p-system__ttl {
    font-size: 2rem;
  }
  .p-system__ttl::before {
    font-size: 2.8rem;
  }
}
/* -------------------------
   Company
------------------------- */
.p-message__img {
  border-radius: 12px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__inner {
  max-width: 800px;
  margin: 40px auto 0;
}

.p-message__ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.p-message__sign {
  text-align: right;
  line-height: 1.5;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.p-message__sign span:nth-child(2) {
  font-size: 1.2em;
  font-weight: 700;
}

#numbers {
  scroll-margin-top: 50px;
}

.p-data {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 30px;
}

.p-data__item {
  padding: 30px;
  background: #F8FBFF;
  display: grid;
  align-items: flex-end;
  grid-row: span 3;
  grid-template-rows: subgrid;
  text-align: center;
  gap: 25px;
}

#data05 .p-value__number {
  font-size: 4.8rem;
}

.p-data__label {
  font-size: 2.4rem;
  font-weight: 700;
}

.p-data__icon {
  height: 100%;
  align-content: center;
}
.p-data__icon img {
  width: auto;
}

.p-value {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
}

.p-value__item {
  text-align: center;
  font-size: 2rem;
}

.p-value__number {
  font-size: 6.4rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}

.p-value__unit {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-message__ttl {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
  .p-data {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .p-data__item {
    padding: 20px;
  }
  .p-data__label {
    font-size: 1.8rem;
  }
  .p-value__item {
    font-size: 1.6rem;
  }
  .p-value {
    flex-wrap: wrap;
  }
  .p-value__unit {
    font-size: 2rem;
  }
  .p-value__number {
    font-size: 4rem;
  }
  .p-data__icon img {
    max-height: 80px;
  }
  #data05 .p-value__number {
    font-size: 2.4rem;
  }
  .p-message__sign {
    margin-top: 40px;
  }
}
/* -------------------------
   人を知る
------------------------- */
.p-person__img {
  border-radius: 12px;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-person__content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  transform: translateY(-60px);
  position: relative;
  z-index: 1;
}
.p-person__content h3 {
  font-size: 2.4rem;
  background: linear-gradient(to right, #0077C7, #079DEF);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.p-person__ttl {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}

.p-qa dt {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  background: linear-gradient(to right, #0077C7, #079DEF);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  counter-increment: qa;
  padding-left: 50px;
  text-indent: -50px;
}
.p-qa dt::before {
  content: "Q" counter(qa) ".";
  margin-right: 10px;
}
.p-qa dt:not(:first-of-type) {
  margin-top: 1.5em;
}
.p-qa dd {
  margin-top: 1em;
}

.p-schedule__item {
  background: #f1faff;
  border-radius: 12px;
  padding: 30px 60px;
  display: grid;
  grid-template-columns: 85px auto;
  gap: 55px;
  position: relative;
}
.p-schedule__item:not(:last-child) {
  margin-bottom: 64px;
}
.p-schedule__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 26/17;
  background: url("../img/icon/triangle.svg") no-repeat center/contain;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}

.p-schedule__time {
  color: #0077C7;
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-person__content {
    padding: 25px;
    transform: translateY(-30px);
  }
  .p-person__content h3 {
    font-size: 2rem;
  }
  .p-person__ttl {
    font-size: 2.4rem;
  }
  .p-schedule__item {
    padding: 25px;
    grid-template-columns: 1fr;
    gap: 10px;
    position: relative;
  }
  .p-schedule__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-schedule__item:not(:last-child)::after {
    width: 20px;
    bottom: -33px;
  }
  .p-schedule__time {
    font-size: 2rem;
  }
  .p-qa dt {
    font-size: 2rem;
  }
}
/* -------------------------
   募集要項
------------------------- */
.p-recruit__ttl {
  font-size: 3.2rem;
  text-align: center;
}

.p-recruit__detail {
  display: grid;
  grid-template-columns: 220px auto;
  margin: 40px 0;
}
.p-recruit__detail dt {
  padding: 1em 0;
  border-bottom: 2px solid #0077C7;
}
.p-recruit__detail dt:first-of-type {
  border-top: 2px solid #0077C7;
}
.p-recruit__detail dd {
  padding: 1em;
  border-bottom: 1px solid #BFBFBF;
}
.p-recruit__detail dd:first-of-type {
  border-top: 1px solid #BFBFBF;
}

.p-recruit__btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-recruit__ttl {
    font-size: 2.8rem;
  }
  .p-recruit__detail {
    grid-template-columns: 1fr;
  }
  .p-recruit__detail dt {
    padding-bottom: 0.5em;
  }
  .p-recruit__detail dt:first-of-type {
    border-top: none;
  }
  .p-recruit__detail dd {
    padding: 0.5em 0;
    border-bottom: none;
  }
}
/* -------------------------
   SITEMAP
------------------------- */
.p-sitemap {
  background: #F8FBFF;
  padding: 60px 40px;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.5em;
}

.p-sitemap__list a:hover,
.p-sitemap__child a:hover {
  color: #0077C7;
  text-decoration: underline;
}

.p-sitemap__list {
  padding: 0 50px;
  list-style: disc inside;
}
.p-sitemap__list li::marker {
  color: #0077C7;
}
.p-sitemap__list li:not(:first-child) {
  margin-top: 1.5em;
}
.p-sitemap__list:nth-child(2) {
  border-left: 1px solid #BFBFBF;
}

.p-sitemap__child {
  list-style: circle inside;
  text-indent: 1.5em;
  margin-top: 1em;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .p-sitemap {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  .p-sitemap__list {
    padding: 0;
  }
  .p-sitemap__list:nth-child(2) {
    border-left: none;
  }
}
/* -------------------------
   ERROR
------------------------- */
.p-error h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.p-error h2:not(:first-child) {
  margin-top: 40px;
}
.p-error ul {
  list-style: disc inside;
  margin-top: 20px;
  line-height: 1.4;
}
.p-error ul li {
  text-indent: -23px;
  padding-left: 23px;
}
.p-error ul li:not(:first-child) {
  margin-top: 10px;
}
.p-error ul li::marker {
  color: #0077C7;
}

/* -------------------------
   募集要項
------------------------- */
.p-info {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.p-info__item {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
.p-info__item:hover {
  opacity: 0.8;
}

.p-info__thumb {
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-info__anchor {
  position: relative;
}

.p-infoSummary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 16px 20px;
}
.p-infoSummary::after {
  content: "";
  display: inline-block;
  width: 45px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../img/icon/arrow-wh.svg) no-repeat center/15px;
  transition: all 0.25s ease-in-out;
}

.p-infoSummary__ttl {
  font-size: 2.4rem;
  margin-top: 8px;
}

.p-postContent {
  padding: 80px 0;
}
.p-postContent .wp-block-heading {
  line-height: 1.5;
  margin-bottom: 0;
}
.p-postContent .wp-block-heading:not(:first-child) {
  margin-top: 3em;
}
.p-postContent h1,
.p-postContent h2 {
  font-size: 3.2rem;
}
.p-postContent h2 {
  margin-bottom: 2em;
}
.p-postContent h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.p-postContent h4 {
  font-size: 2.1rem;
}
.p-postContent h5 {
  font-size: 1.8rem;
}
.p-postContent h6 {
  font-size: 1.6rem;
}
.p-postContent p a {
  color: #0077C7;
  text-decoration: underline;
}
.p-postContent p a:hover {
  opacity: 0.8;
}
.p-postContent .wp-block-list {
  padding-left: 20px;
  line-height: 1.4;
}
.p-postContent .wp-block-list li {
  list-style: initial;
}
.p-postContent .wp-block-list li + li {
  margin-top: 0.8em;
}
.p-postContent blockquote {
  padding: 0 2em;
  border-left: 4px solid #ccc;
}
.p-postContent .wp-block-button__link {
  min-width: 250px;
  padding: 1em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease-in-out;
  font-size: 1.6rem;
}
.p-postContent .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/2;
  margin-top: -2px;
  transition: all 0.25s ease-in-out;
  background: url("../img/icon/arrow-dark.svg") no-repeat center/contain;
}
.p-postContent .wp-block-button__link:hover {
  opacity: 0.8;
}
.p-postContent .wp-block-button__link:hover::after {
  transform: translateX(4px);
}
.p-postContent p + h2,
.p-postContent .wp-block-list + h2,
.p-postContent .wp-block-columns + h2,
.p-postContent .wp-block-group + h2 {
  margin-top: 90px;
}
.p-postContent p {
  margin: 1em 0;
}
.p-postContent .wp-block-image + p {
  margin-top: 60px;
}
.p-postContent .wp-block-image + .wp-block-heading {
  margin-top: 15px;
}
.p-postContent .wp-block-image + h2.wp-block-heading {
  margin-top: 90px;
}
.p-postContent .wp-block-buttons {
  margin-top: 70px;
}
.p-postContent .wp-block-columns.is-layout-flex {
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
}
.p-postContent .is-layout-grid {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  margin-top: 90px;
}
.p-postContent > *:first-child {
  margin-top: 0;
}
.p-postContent > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-postContent {
    padding: 55px 0;
  }
  .p-postContent h1,
  .p-postContent h2 {
    font-size: 2.4rem;
  }
  .p-postContent h3 {
    font-size: 2.1rem;
  }
  .p-postContent h4 {
    font-size: 1.8rem;
  }
  .p-postContent h5 {
    font-size: 1.6rem;
  }
  .p-postContent .wp-block-buttons {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */