/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Header                                   */
/* -------------------------------------------------------------------------- */
.header__wrapper-xl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}
.header__logo, .header__box {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(170, 170, 170, 0.7));
}
.header__logo {
  border-radius: 0 0 1rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
.header__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  height: 100px;
}
.header__tel {
  width: fit-content;
  height: inherit;
  border-radius: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.2rem;
  border-radius: 0 0 0 1rem;
}
.header__button {
  width: fit-content;
  height: inherit;
  border-radius: 0;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #004385, #2392ff);
}
.header__button span {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.header__menu {
  width: 100px;
  height: 100px;
  border-radius: 0;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}
.header__news {
  z-index: 60;
  position: absolute;
  inset: auto 0 0 auto;
  width: min(100%, 683px);
  border-radius: 2rem 0 0 0;
  background-color: #ffffff;
  padding: 4rem;
}
.header__news-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2rem 7rem;
}
.header__news-wrapper .cmn-header {
  margin: -10rem 0 0 0;
}
.header__news-wrapper .news__list {
  flex-grow: 1;
}
.header__list {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2rem;
}
.header__item-link {
  white-space: nowrap;
}
.header__item-link:hover, .header__item-link--current {
  color: #fec600;
}
.header__item--dropdown {
  position: relative;
}
.header__item--dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header__item--dropdown ul {
  position: absolute;
  inset: calc(100% + 5px) auto auto 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  padding-top: 0.8rem;
  transition: all 0.3s;
}
.header__item--dropdown ul li {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.header__item--dropdown ul li a {
  width: inherit;
  height: inherit;
  border-radius: 0;
  display: block;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  padding: 0.8rem 1.6rem;
  background-color: #004385;
}

/* --------------------------------- Visual --------------------------------- */
.mainvis,
.subvis {
  background: repeat top center/582px 241px url("/assets/images/common/pattern1.webp");
}
.mainvis__wrapper-xl,
.subvis__wrapper-xl {
  position: relative;
}
.mainvis__box,
.subvis__box {
  z-index: 50;
}

.mainvis__wrapper-xl {
  height: 93rem;
  background: no-repeat center/cover url("/assets/images/top/mainvis_img1.webp");
}
.mainvis__box {
  margin: auto;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: start;
  align-items: end;
}
.mainvis__header {
  margin: 0 auto 13.7rem 20rem;
  transition: all 0.3s;
}
.mainvis__header img {
  margin: auto;
}

.subvis__img img {
  width: 100%;
  height: 600px;
  border-radius: 0;
}
.subvis__box {
  width: min(100%, 1280px);
  margin-inline: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  inset: 0;
}
.subvis__header {
  width: fit-content;
  background: linear-gradient(to right, #004385, #2392ff);
  padding: 1.5rem 2.5rem;
  margin-top: 8rem;
}
.subvis__header h2 {
  font-weight: 700;
  font-size: 5rem;
  color: #ffffff;
  letter-spacing: 0.08em;
}

/* -------------------------------------------------------------------------- */
/*                                    Main                                    */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec00 --------------------------------- */
.sec00 {
  color: #ffffff;
}
.sec00__wrapper-xl {
  position: relative;
}
.sec00__wrapper {
  width: min(100%, 450px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 1.5rem 3rem;
}
.sec00__wrapper .footer__rbox {
  margin-inline: auto;
}
.sec00__list {
  margin-bottom: 3rem;
}
.sec00__item {
  width: fit-content;
}
.sec00__item:not(:last-child) {
  margin-bottom: 2rem;
}
.sec00__item-link {
  font-weight: 700;
  font-size: 2.8rem;
}
.sec00__item-link:hover {
  color: #fec600;
  transform: translateX(8px);
}
.sec00__item-link--current {
  color: #fec600;
}

/* ---------------------------------- Sec01 --------------------------------- */
.sec01__wrapper-l {
  padding-block: 21rem 13rem;
  position: relative;
}
.sec01__wrapper-l::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 517px;
  height: 578px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec01_img1.webp");
  transform: translateX(95px);
}
.sec01__header {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
.sec01__header::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 232px;
  height: 130px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec01_deco1.webp");
  transform: translate(-100px, -100px);
}
.sec01__header h3 {
  font-size: 4.4rem;
  margin-bottom: 3rem;
}
.sec01__header h3 em {
  color: #004385;
}
.sec01__header p {
  width: fit-content;
  margin-inline: auto;
  font-size: 3.6rem;
  color: #ffffff;
  padding: 0.3rem 3rem;
  background: linear-gradient(to right, #004385, #2392ff);
  border-radius: 1.1rem;
}
.sec01__list, .sec01__list2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
.sec01__list {
  width: min(100%, 700px);
  margin-inline: auto;
}
.sec01__item {
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  padding: 0 0.5rem 1rem 4.5rem;
  border-bottom: 2px dashed #8e9491;
}
.sec01__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 26px;
  height: 26px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec01_deco2.webp");
}
.sec01__item2 {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #a3ceee;
  color: #004385;
  font-weight: 700;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* ---------------------------------- Sec02 --------------------------------- */
.sec02__wrapper-xl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
}
.sec02__img {
  flex-grow: 1;
}
.sec02__img--des1 {
  background: no-repeat top right/cover url("/assets/images/top/sec02_img1.webp");
}
.sec02__img--des2 {
  background: no-repeat top left/cover url("/assets/images/top/sec02_img2.webp");
}
.sec02__content {
  width: min(100%, 800px);
  flex-shrink: 0;
  color: #ffffff;
  margin-inline: auto;
  background-color: #004385;
  padding-block: 11rem 10rem;
  text-align: center;
}
.sec02__content .cmn-textbox {
  margin-bottom: 3.5rem;
}
.sec02__header, .sec02__subtitle {
  width: fit-content;
  margin-inline: auto;
}
.sec02__header {
  margin-bottom: 4rem;
  position: relative;
}
.sec02__header::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 322px;
  height: 164px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec02_deco1.webp");
  transform: translate(-90px, -170px);
}
.sec02__header h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5.8rem;
  letter-spacing: 0.08em;
}
.sec02__subtitle {
  background-color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  color: #004385;
  padding: 1.2rem 2rem;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}
.sec02__subtitle:last-of-type {
  margin-bottom: 4rem;
}

/* ---------------------------------- Sec03 --------------------------------- */
.sec03__content {
  width: min(100%, 550px);
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
.sec03__content::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -50%;
  margin-block: auto;
  background: no-repeat center/contain url("/assets/images/top/sec03_img3.webp");
  width: 1765px;
  height: 661px;
  border-radius: 0;
  transform: translateX(-23.2%);
  z-index: -10;
}
.sec03 .cmn-textbox {
  margin-bottom: 50rem;
}

/* ---------------------------------- Sec04 --------------------------------- */
.sec04__wrapper {
  width: min(100%, 1720px);
  margin-inline: auto;
  background-color: #e4eff8;
  border-radius: 2rem;
  margin-bottom: 6.5rem;
}
.sec04__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 1.5rem 3rem;
}
.sec04__item {
  width: 340px;
  height: 340px;
  border-radius: 15px;
}
.sec04__item:nth-child(1) .sec04__item-header::before {
  width: 264px;
  height: 69px;
  border-radius: 0;
  background-image: url("/assets/images/top/sec04_deco2.webp");
}
.sec04__item:nth-child(2) .sec04__item-header::before {
  width: 126px;
  height: 78px;
  border-radius: 0;
  background-image: url("/assets/images/top/sec04_deco3.webp");
}
.sec04__item:nth-child(3) .sec04__item-header::before {
  width: 192px;
  height: 75px;
  border-radius: 0;
  background-image: url("/assets/images/top/sec04_deco4.webp");
}
.sec04__item-link {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: column nowrap;
  gap: 2rem;
  padding: 3rem;
  position: relative;
}
.sec04__item-link::before {
  content: "";
  position: absolute;
  inset: auto 20px 20px auto;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec04_deco5.webp");
}
.sec04__item-img {
  margin-block: auto;
}
.sec04__item-header {
  margin-block: 5rem 0.5rem;
  position: relative;
  z-index: 20;
}
.sec04__item-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0 50%;
  transform: translate(-50%, -20%);
  margin-inline: auto;
  background: no-repeat center/contain;
  z-index: -10;
}
.sec04__item-header h4 {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec04__box {
  width: min(100%, 800px);
  height: 343px;
  border-radius: 0;
  margin: 0 auto 10rem auto;
}
.sec04__box-link {
  width: inherit;
  height: inherit;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec04_img4.webp");
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec04__box-link::before {
  content: "";
  position: absolute;
  inset: auto 20px 20px auto;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec04_deco5.webp");
  transition: all 0.3s;
}
.sec04__box-link:hover .sec04__box-header::before {
  transform: translate(-20px, -165px) rotate(-3deg);
}
.sec04__box-link:hover::before {
  transform: translateX(-5px);
}
.sec04__box-header {
  position: relative;
  margin: 4.5rem 20% 0 auto;
}
.sec04__box-header::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 425px;
  height: 130px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/top/sec04_deco6.webp");
  transform: translate(-20px, -165px);
  transition: all 0.3s;
}
.sec04__box-header h3 {
  font-weight: 700;
  font-size: 3.9rem;
  color: #ffffff;
}

/* ---------------------------------- Sec05 --------------------------------- */
.sec05__wrapper-xl {
  background: no-repeat center/cover url("/assets/images/top/sec05_img.webp");
}
.sec05__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1.5rem 4rem;
  margin-bottom: 4rem;
}
.sec05__button {
  width: min(100%, 380px);
  height: 70px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
}
.sec05__button:hover {
  background-color: rgba(228, 239, 248, 0.2);
}
.sec05__button,
.sec05__button span {
  position: relative;
}
.sec05__button::before,
.sec05__button span::before {
  content: "";
  position: absolute;
  margin-block: auto;
  background: no-repeat center/contain;
}
.sec05__button span {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  padding-left: 4rem;
}
.sec05__button span::before {
  inset: 0 auto 0 0;
}
.sec05__button--tel span::before {
  width: 25px;
  height: 26px;
  border-radius: 0;
  background-image: url("/assets/images/top/sec05_deco2.webp");
}
.sec05__button--mail::before {
  width: 19px;
  height: 14px;
  border-radius: 0;
  background-image: url("/assets/images/top/sec05_deco4.webp");
  transform: translateX(-20px);
  inset: 0 0 0 auto;
}
.sec05__button--mail span {
  font-size: 2rem;
}
.sec05__button--mail span::before {
  width: 28px;
  height: 21px;
  border-radius: 0;
  background-image: url("/assets/images/top/sec05_deco3.webp");
}
.sec05__text {
  color: #ffffff;
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 18px);
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.sec05__tel {
  margin-inline: auto;
}

/* ---------------------------------- Sec06 --------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                    About                                   */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec07 --------------------------------- */
.sec07__wrapper-xl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 5rem;
}
.sec07__img {
  height: inherit;
  width: 530px;
  height: 530px;
  border-radius: 0;
}
.sec07__img--des1 {
  background: no-repeat center right/cover url("/assets/images/about/sec07_img1.webp");
}
.sec07__img--des2 {
  background: no-repeat center left/cover url("/assets/images/about/sec07_img2.webp");
}
.sec07__content {
  width: min(100%, 765px);
  flex-shrink: 0;
}
.sec07__subtitle {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #ffffff;
  padding: 1.2rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #004385, #2392ff);
}

/* ---------------------------------- Sec08 --------------------------------- */
.sec08 {
  background-color: #e4eff8;
}
.sec08__item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
  gap: 1.5rem 4rem;
}
.sec08__item:not(:last-child) {
  margin-bottom: 6rem;
}
.sec08__item-box {
  width: min(100%, 520px);
}
.sec08__item-header {
  background-color: #ffffff;
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 1rem 3rem;
}
.sec08__item-header h4 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #004385;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/*                                    Works                                   */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec09 --------------------------------- */
.sec09 {
  background-color: #e4eff8;
}
.sec09__list {
  margin-bottom: 6rem;
}
.sec09__item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 1.5rem 4rem;
}
.sec09__item:nth-child(even) {
  flex-flow: row-reverse nowrap;
}
.sec09__item:not(:last-child) {
  margin-bottom: 6rem;
}
.sec09__item-box {
  width: min(100%, 520px);
}
.sec09__item-box2 {
  margin-block: auto;
  background-color: #ffffff;
  padding: 6rem 4rem;
  height: fit-content;
}
.sec09__item-header {
  background: linear-gradient(to right, #004385, #2392ff);
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 1rem 3rem;
}
.sec09__item-header h4 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #ffffff;
}
.sec09__item-header2 {
  margin-bottom: 3rem;
}
.sec09__item-header2 h4 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #004385;
  text-align: center;
}
.sec09__list2 {
  list-style: disc inside;
}
.sec09__item2 {
  font-weight: 500;
  font-size: clamp(17px, 2.5vw, 20px);
}
.sec09__item2:not(:last-child) {
  margin-bottom: 1rem;
}
.sec09__item2::marker {
  color: #004385;
}
.sec09__box {
  width: min(100%, 800px);
  margin-inline: auto;
  border-radius: 2rem;
  background-color: #004385;
  padding: 6rem;
  color: #ffffff;
}
.sec09__box-header {
  margin-bottom: 3.5rem;
}
.sec09__box-header h4 {
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}
.sec09__box-header h4 em {
  font-size: 3.3rem;
  color: #a3ceee;
}

/* ---------------------------------- Sec10 --------------------------------- */
.sec10__wrapper-m {
  padding-block: 10rem 45rem;
  background: no-repeat center right/927px 609px url("/assets/images/works/sec10_img1.webp");
}
.sec10__content {
  width: min(100%, 550px);
  margin-inline: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*                                   Career                                   */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- Sec11 --------------------------------- */
.sec11 {
  background-color: #e4eff8;
}
.sec11__wrapper-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1.5rem 3rem;
}
.sec11__button {
  width: min(100%, 340px);
  height: 60px;
  border-radius: 30px;
  border: 2px solid #004385;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec11__button:hover {
  background-color: rgba(0, 67, 133, 0.2);
}
.sec11__button::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 16px;
  height: 12px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/career/sec11_deco1.webp");
  transform: translateX(-25px);
}
.sec11__button span {
  font-weight: 700;
  font-size: clamp(15px, 2.5vw, 17px);
  letter-spacing: 0.08em;
  color: #004385;
}

/* ---------------------------------- Sec12 --------------------------------- */
.sec12__list {
  counter-reset: count;
  margin-bottom: 6rem;
}
.sec12__item {
  background-color: #e4eff8;
  border-radius: 1.5rem;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}
.sec12__item::before {
  display: block;
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: relative;
  inset: 0 auto 0 0;
  margin: auto 3rem;
  font-weight: 700;
  font-size: 9rem;
  letter-spacing: 0em;
  color: #ffffff;
}
.sec12__item:not(:last-child) {
  margin-bottom: 4.2rem;
}
.sec12__item:not(:last-child)::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin-inline: auto;
  width: 16px;
  height: 22px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/career/sec12_deco2.webp");
  transform: translateY(30px);
  z-index: 20;
}
.sec12__item-box {
  flex-grow: 1;
}
.sec12__item-header {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sec12__item-header p {
  border-radius: 1.8rem;
  background-color: #004385;
  color: #ffffff;
  font-size: 2rem;
  padding: 0.3rem 1.5rem;
}
.sec12__item-header h4 {
  font-size: 2.8rem;
  color: #004385;
}
.sec12__box {
  width: min(100%, 720px);
  margin-inline: auto;
  background-color: #004385;
  color: #ffffff;
  padding: 5rem;
  margin-bottom: 4rem;
}
.sec12__box-header {
  margin-bottom: 4rem;
}
.sec12__box-header h4 {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}
.sec12__list2 {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  list-style: disc inside;
  gap: 1rem;
}
.sec12__item2 {
  width: 45%;
  font-size: 2rem;
}
.sec12__item2::marker {
  color: #a3ceee;
}

/* ---------------------------------- Sec13 --------------------------------- */
.sec13 {
  background-color: #e4eff8;
}
.sec13__item:not(:last-child) {
  margin-bottom: 3rem;
}
.sec13__item:not(:last-child) .sec13__item-box {
  position: relative;
}
.sec13__item:last-child .sec13__item-box::before {
  content: none;
}
.sec13__item-time, .sec13__item-box {
  z-index: 20;
}
.sec13__item-time::before, .sec13__item-box::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  margin-left: 10rem;
  border: 1px dashed #2392ff;
  width: 1px;
  z-index: -10;
  transform: translateY(100%);
  opacity: 0.7;
}
.sec13__item-time {
  width: 200px;
  border-radius: 2.2rem;
  background-color: #004385;
  text-align: center;
  padding: 0.3rem 1rem;
  font-weight: 700;
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
}
.sec13__item-time::before {
  height: 1rem;
}
.sec13__item-box {
  background-color: #ffffff;
  padding: 1.8rem 3rem;
}
.sec13__item-box::before {
  height: 3rem;
}
.sec13__item-box p {
  font-size: 2rem;
  letter-spacing: 0.06em;
}

/* ---------------------------------- Sec14 --------------------------------- */
.sec14__link {
  width: min(100%, 850px);
  height: 280px;
  border-radius: 10px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 0.8rem;
  position: relative;
  background: no-repeat center/cover url("/assets/images/career/sec14_img1.webp");
}
.sec14__link::before {
  content: "";
  position: absolute;
  inset: auto 20px 20px auto;
  width: 17px;
  height: 24px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/career/sec14_deco1.webp");
}
.sec14__link-text1, .sec14__link-text2 {
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 18px);
  letter-spacing: 0.08em;
  color: #ffffff;
}
.sec14__link-text2 {
  background-color: #000000;
  padding: 0.5rem 2rem 0.8rem;
  border-radius: 1.8rem;
}

/* -------------------------------------------------------------------------- */
/*                                   Recruit                                  */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Footer                                   */
/* -------------------------------------------------------------------------- */
.footer {
  background-color: #000000;
  color: #ffffff;
  padding-block: 6rem 3rem;
}
.footer__content, .footer__lbox, .footer__rbox {
  display: flex;
}
.footer__content {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  margin-bottom: 6rem;
}
.footer__lbox, .footer__rbox {
  flex-flow: column nowrap;
}
.footer__lbox {
  width: min(100%, 450px);
}
.footer__lbox .cmn-address {
  margin-bottom: 1.5rem;
}
.footer__lbox .cmn-tel {
  margin: 0 auto 3rem 0;
}
.footer__rbox {
  width: min(100%, 420px);
}
.footer__rbox-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.footer__rbox-title span {
  margin-inline: 15px 15px;
}
.footer__rbox-title::before, .footer__rbox-title::after {
  flex-grow: 1;
  background-color: transparent;
}
.footer__rbox-title::before, .footer__rbox-title::after {
  border-top: solid 2px #ffffff;
}
.footer__rbox-title::before, .footer__rbox-title::after {
  content: "";
}
.footer__rbox-title p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.footer__link {
  width: min(100%, 430px);
  height: 130px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 0.8rem;
  position: relative;
}
.footer__link:not(:last-child) {
  margin-bottom: clamp(15px, 2.5vw, 20px);
}
.footer__link::before {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem auto;
  width: 18px;
  height: 13px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/common/footer_deco1.webp");
}
.footer__link-text1, .footer__link-text2 {
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 18px);
  letter-spacing: 0.08em;
}
.footer__link-text2 {
  background-color: #000000;
  padding: 0.5rem 2rem 0.8rem;
  border-radius: 1.8rem;
}
.footer__link--des1 {
  background: no-repeat center/cover url("/assets/images/common/footer_img1.webp");
}
.footer__link--des2 {
  background: no-repeat center/cover url("/assets/images/common/footer_img2.webp");
}
.footer__link--des3 {
  background: no-repeat center/cover url("/assets/images/common/footer_img3.webp");
}
.footer__link--des4 {
  background: no-repeat center/cover url("/assets/images/common/footer_img4.webp");
}
.footer__logo {
  width: fit-content;
  margin-bottom: 5rem;
}
.footer__text,
.footer .cmn-address {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 2.5vw, 16px);
}
.footer__text {
  margin-bottom: 3rem;
}
.footer__button {
  width: 250px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #004385, #2392ff);
}
.footer__button span {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 4rem;
}
.footer__button span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 28px;
  height: 21px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/common/icon_mail.webp");
}
.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}
.footer__item-link {
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 1.5rem;
}
.footer__item-link:hover, .footer__item-link--current {
  color: #a3ceee;
}
.footer__copyright {
  font-size: clamp(12px, 2.5vw, 15px);
  text-align: center;
  color: #999999;
}
.footer__copyright a {
  display: inline-flex;
}