@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  display: inline-block;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: opacity 0.3s;
}

* {
  font-size: 16px;
  font-family: "HiraginoW3", sans-serif;
  color: #514327;
}

body.open {
  overflow: hidden;
}

.is_sp {
  display: none !important;
}

.flex {
  display: flex;
}

.flex_col {
  flex-direction: column;
}

.flex_r {
  flex-direction: row-reverse;
}

.po_re {
  position: relative;
}

.po_ab {
  position: absolute;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1000px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
  .flex_sp_col {
    flex-direction: column;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  color: inherit;
  transition: 0.3s;
}

html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

input,
button,
textarea,
select {
  resize: none;
  font: inherit;
  outline: none;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  transition: 0.3s;
}

button {
  display: inline-block;
  max-width: 100%;
  border: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

@font-face {
  font-family: "HiraginoW7";
  src: url("../assets/text/ヒラギノ角ゴシック-W6.ttf") format("truetype");
}
@font-face {
  font-family: "HiraginoW7";
  src: url("../assets/text/ヒラギノ角ゴシック-W7.ttf") format("truetype");
}
@font-face {
  font-family: "HiraginoW8";
  src: url("../assets/text/ヒラギノ角ゴシック-W8.ttf") format("truetype");
}
@font-face {
  font-family: "HiraginoW9";
  src: url("../assets/text/ヒラギノ角ゴシック-W9.ttf") format("truetype");
}
body {
  background: #eff5fd;
}

main {
  position: relative;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
}
header .menu {
  display: none;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header-inner .header-logo {
  background: #fff;
  display: flex;
  align-self: center;
  height: 80px;
  gap: 20px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0 0 30px 0;
}
header .header-inner .header-logo h1 {
  background: #fff;
  height: fit-content;
  margin: auto;
}
header .header-inner .header-logo h1 img {
  width: 150px;
}
header .header-inner .header-logo p {
  height: fit-content;
  margin: auto;
  color: #003567;
  font-family: "HiraginoW8", sans-serif;
  font-size: 14px;
}
header .header-inner .nav-inner {
  margin-left: auto;
}
header .header-inner .nav-inner .header-nav {
  display: flex;
  align-items: center;
  padding-right: 40px;
}
header .header-inner .nav-inner .header-nav ul {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-right: 40px;
}
header .header-inner .nav-inner .header-nav ul li a {
  font-family: "HiraginoW6", sans-serif;
  font-weight: 600;
  text-shadow: 0 0 6px rgb(19, 72, 128);
  color: #fff;
}
header .header-inner .nav-inner .header-nav ul li a:hover {
  opacity: 0.5;
}
header .header-inner .nav-inner .header-nav > a {
  width: 130px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-family: "HiraginoW8", sans-serif;
}
header .header-inner .nav-inner .header-nav .recruit-btn {
  background: #00437a;
  margin-right: 14px;
  border: 2px solid #00437a;
}
header .header-inner .nav-inner .header-nav .recruit-btn:hover {
  color: #00437a;
  background: #fff;
}
header .header-inner .nav-inner .header-nav .entry-btn {
  border: 2px solid #09a7e2;
  background: #09a7e2;
}
header .header-inner .nav-inner .header-nav .entry-btn:hover {
  color: #09a7e2;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .menu {
    display: none;
    height: 150vh;
    overflow: scroll;
    padding-bottom: 260px;
  }
  .menu.is-active {
    display: block;
  }
  .menu .menu-inner .menu-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
  }
  .menu .menu-inner .menu-nav a p {
    text-align: center;
    font-weight: 700;
    color: #fff;
  }
  .menu .menu-inner .menu-nav a p:last-of-type {
    font-size: 12px;
  }
  .menu .menu-inner .menu-nav a:hover {
    color: #f59442;
  }
  .menu .menu-inner .menu-contact {
    display: flex;
    gap: 20px;
    height: 100%;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
  }
  .menu .menu-inner .menu-contact .mail-box {
    width: fit-content;
    margin: auto;
  }
  .menu .menu-inner .menu-contact .mail-box a {
    background: #f59442;
    color: #fff;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 260px;
    font-weight: 700;
    line-height: 1;
  }
  .menu .menu-inner .menu-contact .mail-box a span {
    font-size: 12px;
  }
  .menu .menu-inner .menu-contact .mail-box a img {
    filter: brightness(0) invert(1);
  }
  .menu .menu-inner .menu-contact .application-box {
    width: fit-content;
    margin: auto;
  }
  .menu .menu-inner .menu-contact .application-box a {
    background: #f59442;
    color: #fff;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 260px;
    font-weight: 700;
    line-height: 1;
  }
  .menu .menu-inner .menu-contact .application-box a span {
    font-size: 12px;
  }
  .menu .menu-inner .menu-contact .application-box a img {
    width: 14px;
    filter: brightness(0) invert(1);
  }
  .menu .menu-inner .menu-contact .mail-box a img {
    width: 30px;
    height: auto;
  }
  .menu .menu-inner .sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
  .menu .menu-inner .sns-btn img {
    width: 40px;
  }
  .menu .menu-inner .btn-box {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    flex-direction: column;
    padding: 0 20px;
  }
  .menu .menu-inner .btn-box .btn-bnr {
    background: #fff;
    width: 100%;
  }
  .menu .menu-inner .btn-box .btn-bnr a {
    box-shadow: 0 5px 0px rgb(201, 201, 201);
    height: calc(100% + 12px);
    display: block;
  }
  .menu .menu-inner .btn-box .btn-bnr a .bg-or {
    background: #f59442;
    border-radius: 20px;
    max-width: 404px;
    margin: auto;
    margin-top: -12px;
    display: block;
    width: 90%;
    max-width: unset;
    padding: 0;
  }
  .menu .menu-inner .btn-box .btn-bnr a .bg-or p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    font-size: 14px;
  }
  .menu .menu-inner .btn-box .btn-bnr a div {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 10px 0;
  }
  .menu .menu-inner .btn-box .btn-bnr a div > span {
    background: #fff;
    border: solid 2px #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
  }
  .menu .menu-inner .btn-box .btn-bnr a div > span::after, .menu .menu-inner .btn-box .btn-bnr a div > span::before {
    content: "";
    width: 6px;
    height: 2px;
    display: inline-block;
    background: #000;
    position: absolute;
    right: 5px;
  }
  .menu .menu-inner .btn-box .btn-bnr a div > span::after {
    bottom: calc(50% - 3px);
    transform: rotate(-45deg);
  }
  .menu .menu-inner .btn-box .btn-bnr a div > span::before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
  }
  .menu .menu-inner .btn-box .btn-bnr.jp div {
    gap: 30px;
  }
  .menu .menu-inner .btn-box .btn-bnr.jp div h2 {
    font-size: 30px;
    font-family: "HiraginoW8", sans-serif;
  }
  .menu .menu-inner .btn-box .btn-bnr.jp div h2 span {
    font-size: 30px;
    font-family: "ImpactCustom", sans-serif;
  }
  .menu .menu-inner .btn-box .btn-bnr.jp img {
    width: 45px;
  }
  .menu .menu-inner .btn-box .btn-bnr.gr .bg-or p {
    font-size: 12px;
  }
  .menu .menu-inner .btn-box .btn-bnr.gr div h2 {
    font-size: 46px;
    font-family: "ImpactCustom", sans-serif;
    font-size: 30px;
  }
  .menu .menu-inner .btn-box .btn-bnr.gr div h2 span {
    font-size: 30px;
  }
  .menu .menu-inner .btn-box .btn-bnr.gr img {
    width: 27px;
  }
  .menu .menu-inner .btn-box .btn-bnr.check a {
    box-shadow: unset;
  }
}
.l-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
}

.p-top .mv {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  /* ===== 共通：コンテナ ===== */
  /* ===== 共通：トラックとスライド ===== */
  /* ===== アニメーション付与 ===== */
  /* 下→上（通常方向） */
  /* 上→下（逆方向） */
  /* ホバーで一時停止：swiper1のみ */
  /* ===== キーフレーム（1回だけ定義） ===== */
  /* 無限スクロールのアニメーション */
}
.p-top .mv .swiper1,
.p-top .mv .swiper2,
.p-top .mv .swiper3 {
  height: 92vh;
  overflow: hidden;
  position: relative; /* swiper1の指定を共通化（不要なら削除OK） */
}
.p-top .mv .swiper1 .js-track,
.p-top .mv .swiper2 .js-track,
.p-top .mv .swiper3 .js-track {
  display: flex;
  flex-direction: column;
}
.p-top .mv .swiper1 .swiper-slide,
.p-top .mv .swiper2 .swiper-slide,
.p-top .mv .swiper3 .swiper-slide {
  flex: 0 0 auto;
  line-height: 0;
  height: fit-content;
}
.p-top .mv .swiper1 img,
.p-top .mv .swiper2 img,
.p-top .mv .swiper3 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.p-top .mv .swiper1 .js-track.is-marquee,
.p-top .mv .swiper3 .js-track.is-marquee {
  animation: marqueeY 20s linear infinite;
  will-change: transform;
}
.p-top .mv .swiper2 .js-track.is-marquee-reverse {
  animation: marqueeYReverse 20s linear infinite;
  will-change: transform;
}
@keyframes marqueeY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes marqueeYReverse {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.p-top .mv .swiper1 {
  margin-left: -180px;
}
.p-top .mv .mv-text {
  font-weight: 600;
  color: #1348b2;
  position: relative;
}
.p-top .mv .mv-text::after {
  content: "";
  z-index: -1;
  display: block;
  height: 100vh;
  width: 100%;
  min-width: 960px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(rgb(190, 222, 255), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
}
.p-top .mv .mv-text p {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: 0.3rem;
}
.p-top .mv .marquee {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  z-index: 5;
  bottom: -70px;
}
.p-top .mv .marquee h2 {
  display: inline-block;
  position: relative;
  font-size: 110px;
  color: transparent;
  -webkit-text-stroke: 2px #1348b2;
  animation: marquee 30s linear infinite;
  line-height: 1;
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-top .message-sec {
  margin-top: 160px;
  position: relative;
  display: flex;
}
.p-top .message-sec::after {
  content: "";
  z-index: -1;
  display: block;
  height: 730px;
  width: 730px;
  border-radius: 50%;
  position: absolute;
  right: calc(0% - 300px);
  bottom: -150px;
  z-index: -2;
  background: radial-gradient(rgba(190, 222, 255, 0.5), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
}
.p-top .message-sec .img01 {
  max-width: 280px;
  height: 100%;
  margin-top: 70px;
}
.p-top .message-sec .img03 {
  max-width: 385px;
  position: absolute;
  bottom: 70px;
  left: 11vw;
}
.p-top .message-sec .img04 {
  max-width: 277px;
  height: auto;
  display: block;
  margin-left: auto;
}
.p-top .message-sec .img05 {
  max-width: 285px;
  height: auto;
  display: block;
  margin-right: 75px;
  margin-top: 340px;
}
.p-top .message-sec .l-inner {
  display: flex;
  gap: clamp(20px, 3vw, 80px);
  justify-content: end;
  margin-top: 0;
  padding-top: 100px;
}
.p-top .message-sec .l-inner > img {
  max-width: 430px;
  width: 50%;
  height: 100%;
  margin-top: 20px;
}
.p-top .message-sec .l-inner .message-text {
  max-width: 580px;
}
.p-top .message-sec .l-inner .message-text > p {
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
.p-top .message-sec .l-inner .message-text .more-btn {
  margin-top: 60px;
}
.p-top .message-sec .bg-text {
  color: #e2effc;
  font-size: clamp(80px, 8vw, 140px); /* 画面幅でサイズ変動 */
  font-family: "HiraginoW8", sans-serif;
  text-align: right;
  letter-spacing: 0.03em;
  white-space: nowrap; /* 改行させない */
  overflow: visible; /* 画面外にはみ出してOK */
  position: absolute; /* 右端に固定 */
  right: 0;
  z-index: -1;
  line-height: 1;
  bottom: -80px;
}
.p-top .work-sec {
  margin-top: 205px;
  position: relative;
  padding-top: 100px;
  position: relative;
  padding-bottom: 220px;
}
.p-top .work-sec::after {
  content: "";
  display: block;
  position: absolute;
  width: 78%;
  max-width: 1460px;
  height: 570px;
  background: #e2effc;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-top .work-sec .l-inner {
  display: flex;
  gap: 80px;
}
.p-top .work-sec .l-inner .ttl-box {
  width: 330px;
}
.p-top .work-sec .l-inner .ttl-box .c-ttl h2 {
  font-size: 34px;
}
.p-top .work-sec .l-inner .ttl-box > p {
  line-height: 2;
  margin-top: 30px;
}
.p-top .work-sec .l-inner .ttl-box .more-btn {
  margin-top: 60px;
}
.p-top .work-sec .l-inner .job-kind {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.p-top .work-sec .l-inner .job-kind div {
  max-width: 375px;
}
.p-top .work-sec .l-inner .job-kind div h3 {
  font-size: 26px;
  margin-top: 30px;
}
.p-top .work-sec .l-inner .job-kind div p {
  line-height: 2;
  margin-top: 10px;
}
.p-top .work-sec .bg-text {
  display: inline-block;
  position: relative;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #2578be;
  line-height: 1;
  left: 335px;
  bottom: -80px;
}
.p-top .item-img {
  max-width: 1720px;
  width: 90%;
}
.p-top .welfare-sec {
  position: relative;
  padding-top: 190px;
}
.p-top .welfare-sec::before {
  content: "";
  z-index: -1;
  display: block;
  height: 730px;
  width: 730px;
  border-radius: 50%;
  position: absolute;
  left: -250px;
  bottom: -410px;
  z-index: -2;
  background: radial-gradient(rgba(190, 222, 255, 0.5), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
}
.p-top .welfare-sec::after {
  content: "";
  z-index: -1;
  display: block;
  height: 620px;
  width: 565px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: -310px;
  z-index: -2;
  background: radial-gradient(rgba(190, 222, 255, 0.5), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
}
.p-top .welfare-sec .l-inner .bg-inner {
  background: #fff;
  position: relative;
  padding: 80px 60px 100px 60px;
}
.p-top .welfare-sec .l-inner .bg-inner .bg-text {
  color: #e2effc;
  font-size: 140px;
  font-family: "HiraginoW7", sans-serif;
  line-height: 1;
  letter-spacing: 1rem;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translate(-50%, 0%);
}
.p-top .welfare-sec .l-inner .bg-inner .c-ttl {
  text-align: center;
}
.p-top .welfare-sec .l-inner .bg-inner > p {
  text-align: center;
  margin-top: 40px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item {
  width: calc(25% - 23px);
  background: #e2effc;
  border-radius: 30px;
  padding: 30px 20px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item p {
  font-weight: 700;
  text-align: center;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item img {
  margin: auto;
  display: block;
  margin-top: 30px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(1) img {
  width: 70px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(2) img {
  width: 64px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(3) img {
  width: 90px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(4) img {
  width: 66px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(5) img {
  width: 46px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(6) img {
  width: 74px;
}
.p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(7) img {
  width: 80px;
}
.p-top .interview-sec {
  position: relative;
}
.p-top .interview-sec .bg-text {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.78;
  font-size: clamp(80px, 8vw, 140px); /* 画面幅でサイズ変動 */
  text-align: right;
  letter-spacing: 0.03em;
  white-space: nowrap; /* 改行させない */
  overflow: visible; /* 画面外にはみ出してOK */
  position: absolute; /* 右端に固定 */
  right: 0;
  z-index: 0;
  line-height: 1;
  top: 130px;
}
.p-top .interview-sec .interview-inner {
  background: url(../assets/img/top/interview-bg.png) no-repeat;
  background-size: cover;
  margin-top: 130px;
  width: 95%;
  margin-left: auto;
  padding-top: 180px;
  padding-bottom: 130px;
}
.p-top .interview-sec .interview-inner .l-inner {
  display: flex;
  justify-content: space-between;
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl p {
  color: #fff;
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl h2 {
  color: #fff;
  margin-top: 10px;
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl .more-btn {
  margin-top: 30px;
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl .more-btn::after {
  background: #fff;
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl .more-btn:hover div::after {
  background: transparent;
  border: solid 1px #fff;
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl .more-btn div img {
  filter: brightness(0) invert(1);
}
.p-top .interview-sec .interview-inner .l-inner .c-ttl .more-btn div::after {
  background: #fff;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content {
  position: relative;
  overflow: hidden;
  max-width: 760px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item {
  max-width: 360px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a {
  height: 100%;
  display: block;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a:hover {
  opacity: 0.5;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a:hover .name-box div {
  margin-right: 15px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a p {
  color: #fff;
  font-weight: 600;
  margin-top: 30px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a .name-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-top: 16px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a .name-box h4 {
  color: #fff;
  font-size: 26px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a .name-box div {
  position: relative;
  height: 40px;
  margin-right: 25px;
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a .name-box div img {
  width: 8px;
  height: auto;
  filter: brightness(0) invert(1);
}
.p-top .interview-sec .interview-inner .l-inner .interview-content .interview-item a .name-box div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: solid 1px #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.p-top .entry-sec {
  display: flex;
  margin-top: 210px;
  position: relative;
  padding-bottom: 160px;
}
.p-top .entry-sec::before {
  content: "";
  z-index: -1;
  display: block;
  height: 620px;
  width: 565px;
  border-radius: 50%;
  position: absolute;
  right: 100px;
  top: -210px;
  z-index: -2;
  background: radial-gradient(rgba(190, 222, 255, 0.5), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
}
.p-top .entry-sec .img01 {
  max-width: 300px;
  height: auto;
  position: absolute;
  left: 130px;
  top: -60px;
}
.p-top .entry-sec .l-inner {
  position: relative;
  display: flex;
  gap: 80px;
  margin-right: unset;
}
.p-top .entry-sec .l-inner .img-box1 {
  display: flex;
  width: 50%;
  margin-top: 30px;
}
.p-top .entry-sec .l-inner .img-box1 .img02 {
  max-width: 375px;
  width: 70%;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.p-top .entry-sec .l-inner .img-box1 .img03 {
  max-width: 240px;
  width: 50%;
  height: fit-content;
  margin-top: 320px;
  margin-right: -95px;
  position: relative;
  z-index: 2;
}
.p-top .entry-sec .l-inner .entry-text {
  position: relative;
  width: 50%;
}
.p-top .entry-sec .l-inner .entry-text .bg-text {
  color: #fff;
  font-size: 140px;
  font-family: "HiraginoW7", sans-serif;
  line-height: 1;
  letter-spacing: 1rem;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.p-top .entry-sec .l-inner .entry-text .c-ttl {
  position: relative;
  z-index: 2;
}
.p-top .entry-sec .l-inner .entry-text .c-ttl h2 {
  margin-top: 10px;
}
.p-top .entry-sec .l-inner .entry-text > p {
  line-height: 2;
  margin-top: 20px;
}
.p-top .entry-sec .l-inner .entry-text .recruit-btn {
  margin-top: 60px;
  display: flex;
  max-width: 480px;
  height: 90px;
  border: solid 2px #1348b2;
  background: #fff;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #1348b2;
  font-weight: 600;
}
.p-top .entry-sec .l-inner .entry-text .recruit-btn:hover {
  color: #fff;
  background: #1348b2;
}
.p-top .entry-sec .l-inner .entry-text .recruit-btn:hover div {
  border: solid 2px #fff;
}
.p-top .entry-sec .l-inner .entry-text .recruit-btn p {
  font-size: 20px;
}
.p-top .entry-sec .l-inner .entry-text .recruit-btn div {
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1348b2;
  border: solid 2px #1348b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .entry-sec .l-inner .entry-text .recruit-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn {
  margin-top: 30px;
  display: flex;
  max-width: 480px;
  height: 90px;
  border: solid 2px rgb(255, 255, 255);
  background-image: linear-gradient(90deg, rgb(2, 61, 178), rgb(0, 186, 255));
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn:hover {
  color: #1348b2;
  background: #fff;
  border: solid 2px #1348b2;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn:hover div {
  background: #fff;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn:hover div img {
  filter: unset;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn p {
  font-size: 20px;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn div {
  position: absolute;
  right: 30px;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top .entry-sec .l-inner .entry-text .entry-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
}
.p-top .entry-sec .img-box2 {
  width: 18.75%;
}
.p-top .entry-sec .img-box2 .img04 {
  width: 250px;
  display: block;
  margin-left: auto;
}
.p-top .entry-sec .img-box2 .img05 {
  width: 240px;
  display: block;
  margin-top: 220px;
}
.p-top .entry-sec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 120px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

footer {
  background: #fff;
  padding-bottom: 120px;
  padding-top: 60px;
}
footer .l-inner .logo-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
footer .l-inner .logo-box img {
  width: 200px;
}
footer .l-inner .logo-box p {
  color: #003567;
  font-family: "HiraginoW8", sans-serif;
}
footer .l-inner ul {
  display: flex;
  margin-top: 50px;
  gap: 60px;
  justify-content: center;
}
footer .l-inner ul li a {
  font-weight: 600;
  display: flex;
  align-items: center;
}
footer .l-inner ul li a img {
  width: 16px;
  height: 100%;
  margin-left: 5px;
}
footer .l-inner ul li a:hover {
  color: #1348b2;
}
footer .l-inner > p {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
}

.c-ttl p {
  color: #003aa8;
  font-weight: 600;
}
.c-ttl h2 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.5;
}

.more-btn {
  display: flex;
  align-items: center;
  gap: 40px;
  width: fit-content;
  position: relative;
}
.more-btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  height: 1px;
  width: 130px;
  left: 0;
  bottom: 0;
}
.more-btn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  height: fit-content;
}
.more-btn div {
  position: relative;
  height: 40px;
}
.more-btn div img {
  width: 8px;
  height: auto;
}
.more-btn div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0051b1;
  border: solid 1px transparent;
  opacity: 0.22;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.more-btn:hover div::after {
  background: transparent;
  border: solid 1px #0051b1;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .overflow-hidden {
    overflow: hidden;
  }
  header .header-inner .header-logo {
    height: 70px;
    padding: 20px;
    gap: 10px;
  }
  header .header-inner .header-logo h1 img {
    width: 130px;
  }
  header .header-inner .header-logo p {
    font-size: 10px;
  }
  header .header-inner .nav-inner {
    height: 100%;
  }
  header .header-inner .header__hamburger {
    display: grid;
    width: 70px;
    height: 70px;
    background: #1348b2;
  }
  header .header-inner .header__hamburger.active p {
    color: #1974ba;
  }
  header .header-inner .header__hamburger p {
    font-size: 12px;
    color: #fff;
    margin-top: auto;
    display: block;
  }
  header .header-inner .header__hamburger div {
    width: fit-content;
    margin: auto;
  }
  header .header-inner .header__hamburger span {
    display: block;
    width: 20px;
    margin: auto;
    height: 1px;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 30px;
  }
  header .header-inner .header__hamburger span:first-of-type {
    margin-top: 8px;
  }
  header .header-inner .header__hamburger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
    width: 30px;
    margin: 0;
  }
  header .header-inner .header__hamburger.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  header .header-inner .header__hamburger.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
    margin: 0;
  }
  header.is-active {
    background: #1348b1;
  }
  header.is-active .header-inner .nav-inner {
    position: relative;
  }
  header.is-active .header-inner .nav-inner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    pointer-events: none;
    box-sizing: border-box;
  }
  header .menu {
    padding: 0 20px;
    padding-top: 60px;
    padding-bottom: 360px;
  }
  header .menu .menu-inner > div {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  header .menu .menu-inner > div a {
    color: #fff;
    font-weight: 600;
  }
  header .menu .menu-inner .recruit-btn {
    margin-top: 60px;
    display: flex;
    max-width: 480px;
    height: 90px;
    border: solid 2px #1348b2;
    background: #fff;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #1348b2;
    font-weight: 600;
  }
  header .menu .menu-inner .recruit-btn:hover {
    color: #fff;
    background: #1348b2;
  }
  header .menu .menu-inner .recruit-btn:hover div {
    border: solid 2px #fff;
  }
  header .menu .menu-inner .recruit-btn p {
    font-size: 16px;
  }
  header .menu .menu-inner .recruit-btn div {
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1348b2;
    border: solid 2px #1348b2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .menu .menu-inner .recruit-btn div img {
    filter: brightness(0) invert(1);
    width: 14px;
  }
  header .menu .menu-inner .entry-btn {
    margin-top: 30px;
    display: flex;
    max-width: 480px;
    height: 90px;
    border: solid 1px rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgb(2, 61, 178), rgb(0, 186, 255));
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: 600;
  }
  header .menu .menu-inner .entry-btn:hover {
    color: #1348b2;
    background: #fff;
    border: solid 2px #1348b2;
  }
  header .menu .menu-inner .entry-btn:hover div {
    background: #fff;
  }
  header .menu .menu-inner .entry-btn:hover div img {
    filter: unset;
  }
  header .menu .menu-inner .entry-btn p {
    font-size: 16px;
  }
  header .menu .menu-inner .entry-btn div {
    position: absolute;
    right: 30px;
    background: rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .menu .menu-inner .entry-btn div img {
    filter: brightness(0) invert(1);
    width: 14px;
  }
  header .menu .menu-inner > p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 200px;
  }
  main {
    padding-top: 70px;
  }
  .p-top .mv-text {
    position: unset;
    margin-top: 60px;
    padding: 0 20px;
  }
  .p-top .mv-text p {
    font-size: 14px;
    margin-top: 30px;
    line-height: 2;
    font-weight: 600;
    color: #1348b2;
  }
  .p-top .mv-text::after {
    content: "";
    z-index: -1;
    display: block;
    height: 100vh;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(rgb(190, 222, 255), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
  }
  .p-top .mv {
    gap: 10px;
    margin-top: 50px;
    position: relative;
  }
  .p-top .mv .swiper {
    width: 33%;
    margin: 0;
    max-height: 350px;
  }
  .p-top .mv .swiper img {
    margin-bottom: 10px;
  }
  .p-top .mv .marquee {
    bottom: -30px;
  }
  .p-top .mv .marquee h2 {
    font-size: 55px;
    -webkit-text-stroke: 1px #1348b2;
  }
  .p-top .message-sec {
    display: block;
  }
  .p-top .message-sec .img01 {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .p-top .message-sec .bg-text {
    overflow: hidden;
    right: unset;
    left: 170px;
  }
  .p-top .work-sec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-top .work-sec::after {
    height: 100%;
  }
  .p-top .work-sec .l-inner {
    display: block;
  }
  .p-top .work-sec .l-inner .job-kind {
    display: block;
  }
  .p-top .work-sec .l-inner .job-kind div {
    max-width: unset;
    margin-bottom: 60px;
  }
  .p-top .work-sec .l-inner .job-kind div:last-of-type {
    margin-bottom: 40px;
  }
  .p-top .work-sec .l-inner .more-btn.is_sp {
    display: flex !important;
    margin: auto;
  }
  .p-top .work-sec .bg-text {
    font-size: 80px;
    left: 0;
    right: unset;
    bottom: -120px;
    font-family: "HiraginoW8", sans-serif;
  }
  .p-top .item-img {
    width: 100%;
    margin-top: 140px;
  }
  .p-top .welfare-sec {
    padding-top: 100px;
  }
  .p-top .welfare-sec .l-inner .bg-inner {
    padding: 60px 30px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .bg-text {
    font-size: 60px;
    letter-spacing: unset;
    top: -40px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content {
    gap: 10px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item {
    width: calc(50% - 5px);
    padding: 25px 0px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item p {
    font-size: 18px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(1) img {
    width: 57px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(2) img {
    width: 52px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(3) img {
    width: 82px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(4) img {
    width: 62px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(5) img {
    width: 34px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(6) img {
    width: 63px;
  }
  .p-top .welfare-sec .l-inner .bg-inner .welfare-content .welfare-item:nth-of-type(7) img {
    width: 68px;
  }
  .p-top .interview-sec .bg-text {
    right: unset;
    left: 150px;
    top: 60px;
    font-family: "HiraginoW8", sans-serif;
  }
  .p-top .interview-sec .interview-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-top .interview-sec .interview-inner .l-inner {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .p-top .interview-sec .interview-inner .l-inner .interview-content {
    overflow: unset;
    margin-top: 40px;
    max-width: unset;
  }
  .p-top .entry-sec {
    display: block;
    padding-bottom: 120px;
  }
  .p-top .entry-sec .img01 {
    position: unset;
    width: 100%;
    margin-left: 20px;
    max-width: 500px;
  }
  .p-top .entry-sec .l-inner {
    display: block;
    margin-top: 100px;
  }
  .p-top .entry-sec .l-inner .img-box1 {
    display: none;
  }
  .p-top .entry-sec .l-inner .entry-text {
    width: 100%;
  }
  .p-top .entry-sec .l-inner .entry-text .bg-text {
    font-size: 80px;
    top: -50px;
  }
  .p-top .entry-sec .l-inner .entry-text .recruit-btn p {
    font-size: 16px;
  }
  .p-top .entry-sec .l-inner .entry-text .entry-btn p {
    font-size: 16px;
  }
  footer {
    padding-bottom: 30px;
  }
  footer .l-inner .logo-box {
    gap: 10px;
  }
  footer .l-inner ul {
    display: block;
    margin-top: 40px;
  }
  footer .l-inner ul li {
    margin-bottom: 30px;
  }
  footer .l-inner > p {
    text-align: left;
    margin-top: 50px;
  }
  .c-ttl h2 {
    font-size: 36px;
  }
}
.p-about .element-sec {
  margin-top: 140px;
}
.p-about .element-sec .flex-box {
  display: flex;
  margin-top: 60px;
  gap: 60px;
}
.p-about .element-sec .flex-box img {
  max-width: 570px;
  width: 60%;
  margin-top: 30px;
  height: 100%;
}
.p-about .element-sec .flex-box .text-box div {
  padding-bottom: 40px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 30px;
}
.p-about .element-sec .flex-box .text-box div h4 {
  color: #1348b2;
  font-size: 28px;
  font-weight: 600;
}
.p-about .element-sec .flex-box .text-box div p {
  margin-top: 20px;
  line-height: 2;
}
.p-about .job-sec {
  margin-top: 90px;
}
.p-about .job-sec .job-content {
  margin-top: 60px;
  background: #e2effc;
  padding: 80px 60px 90px 60px;
  display: flex;
  gap: 70px;
}
.p-about .job-sec .job-content:last-of-type {
  margin-top: 20px;
  flex-direction: row-reverse;
}
.p-about .job-sec .job-content img {
  max-width: 390px;
  height: 100%;
}
.p-about .job-sec .job-content .text-box h4 {
  color: #1348b2;
  font-size: 28px;
  display: flex;
  align-items: center;
}
.p-about .job-sec .job-content .text-box h4 span {
  margin-left: 20px;
}
.p-about .job-sec .job-content .text-box div {
  padding-bottom: 10px;
  border-bottom: solid 1px #1348b2;
  margin-top: 20px;
}
.p-about .job-sec .job-content .text-box div h5 {
  font-size: 22px;
}
.p-about .job-sec .job-content .text-box p {
  line-height: 2;
  margin-top: 20px;
  letter-spacing: 0.03rem;
}
.p-about .item-img {
  margin-top: 160px;
  width: 100%;
}
.p-about .feature-sec {
  margin-top: 100px;
}
.p-about .feature-sec .feature-content {
  display: flex;
  margin-top: 40px;
}
.p-about .feature-sec .feature-content .feature-item {
  width: 50%;
  padding: 0 40px;
}
.p-about .feature-sec .feature-content .feature-item img {
  margin: auto;
  display: block;
}
.p-about .feature-sec .feature-content .feature-item h4 {
  font-size: 28px;
  color: #1348b2;
  margin-top: 30px;
  text-align: center;
}
.p-about .feature-sec .feature-content .feature-item p {
  margin-top: 20px;
  line-height: 2;
  text-align: center;
}
.p-about .feature-sec .feature-content .feature-item:nth-of-type(1) {
  border-right: solid 1px #cccccc;
  padding-right: 60px;
}
.p-about .feature-sec .feature-content .feature-item:nth-of-type(1) img {
  width: 166px;
}
.p-about .feature-sec .feature-content .feature-item:nth-of-type(2) {
  padding-left: 60px;
}
.p-about .feature-sec .feature-content .feature-item:nth-of-type(2) img {
  width: 62px;
}
.p-about .feature-sec .interview-bnr {
  background: url(../assets/img/about/interview-bnr.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 160px;
}
.p-about .feature-sec .interview-bnr a {
  padding: 60px 0;
  height: 100%;
  display: block;
}
.p-about .feature-sec .interview-bnr a:hover .c-ttl .more-btn div::after {
  background: transparent;
  border: solid 1px #fff;
}
.p-about .feature-sec .interview-bnr a .c-ttl {
  margin: auto;
  display: block;
  width: fit-content;
}
.p-about .feature-sec .interview-bnr a .c-ttl p {
  color: #fff;
}
.p-about .feature-sec .interview-bnr a .c-ttl > p {
  text-align: center;
}
.p-about .feature-sec .interview-bnr a .c-ttl h2 {
  font-size: 32px;
  margin-top: 10px;
  color: #fff;
}
.p-about .feature-sec .interview-bnr a .c-ttl .more-btn {
  margin-top: 20px;
}
.p-about .feature-sec .interview-bnr a .c-ttl .more-btn div img {
  filter: brightness(0) invert(1);
}
.p-about .feature-sec .interview-bnr a .c-ttl .more-btn div::after {
  background: rgba(255, 255, 255, 0.22);
  opacity: 1;
}
.p-about .feature-sec .interview-bnr a .c-ttl .more-btn::after {
  border-bottom: solid 1px #fff;
}

.entry-content-sec {
  margin-top: 130px;
  background: #e2effc;
  position: relative;
  padding-top: 85px;
  padding-bottom: 160px;
}
.entry-content-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 125px;
  background-image: linear-gradient(0deg, rgba(239, 245, 253, 0), rgb(239, 245, 253));
}
.entry-content-sec .p-inner .entry-ttl {
  position: relative;
  padding-top: 90px;
}
.entry-content-sec .p-inner .entry-ttl .bg-text {
  font-size: 140px;
  font-family: "HiraginoW8", sans-serif;
  color: #fff;
  opacity: 0.5;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  line-height: 1;
}
.entry-content-sec .p-inner .entry-ttl h2 {
  z-index: 1;
  position: relative;
  font-size: 40px;
  color: #1348b2;
  text-align: center;
}
.entry-content-sec .p-inner .entry-ttl p {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-top: 10px;
  line-height: 2;
}
.entry-content-sec .p-inner .btn-box {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  justify-content: center;
}
.entry-content-sec .p-inner .btn-box .recruit-btn {
  display: flex;
  max-width: 480px;
  width: 50%;
  height: 90px;
  border: solid 2px #1348b2;
  background: #fff;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #1348b2;
  font-weight: 600;
}
.entry-content-sec .p-inner .btn-box .recruit-btn:hover {
  color: #fff;
  background: #1348b2;
}
.entry-content-sec .p-inner .btn-box .recruit-btn:hover div {
  border: solid 2px #fff;
}
.entry-content-sec .p-inner .btn-box .recruit-btn p {
  font-size: 20px;
}
.entry-content-sec .p-inner .btn-box .recruit-btn div {
  position: absolute;
  right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1348b2;
  border: solid 2px #1348b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content-sec .p-inner .btn-box .recruit-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
}
.entry-content-sec .p-inner .btn-box .entry-btn {
  display: flex;
  max-width: 480px;
  width: 50%;
  height: 90px;
  border: solid 2px #e2effc;
  background-image: linear-gradient(90deg, rgb(2, 61, 178), rgb(0, 186, 255));
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.entry-content-sec .p-inner .btn-box .entry-btn:hover {
  color: #1348b2;
  background: #fff;
  border: solid 2px #1348b2;
}
.entry-content-sec .p-inner .btn-box .entry-btn:hover div {
  background: #fff;
}
.entry-content-sec .p-inner .btn-box .entry-btn:hover div img {
  filter: unset;
}
.entry-content-sec .p-inner .btn-box .entry-btn p {
  font-size: 20px;
}
.entry-content-sec .p-inner .btn-box .entry-btn div {
  position: absolute;
  right: 30px;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content-sec .p-inner .btn-box .entry-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
}

.p-ttl h3 {
  font-size: 34px;
  font-weight: 600;
}
.p-ttl p {
  margin-top: 20px;
  line-height: 2;
}

.p-mv {
  position: relative;
}
.p-mv .p-inner .c-ttl h2 {
  font-size: 60px;
  color: #1348b2;
}
.p-mv > h2 {
  font-size: 140px;
  font-family: "HiraginoW8", sans-serif;
  color: #e2effc;
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 1;
  z-index: -1;
}

.p-inner {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
}

.page-cell {
  padding-top: 210px;
  position: relative;
}
.page-cell::after {
  content: "";
  z-index: -1;
  display: block;
  height: 730px;
  width: 730px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: radial-gradient(rgba(190, 222, 255, 0.5), rgba(219, 237, 255, 0.55), rgb(239, 245, 253), transparent);
}

.bread {
  margin-top: 50px;
}
.bread ul {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
}
.bread ul::-webkit-scrollbar {
  display: none;
}
.bread ul::-webkit-scrollbar {
  display: none;
}
.bread ul li {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
  color: #989898;
}
.bread ul li a {
  color: #003aa8;
  font-size: 14px;
  white-space: nowrap;
}
.bread ul li a::after {
  content: "/";
  margin: 0 10px;
  color: #003aa8;
  font-weight: 700;
}

@media screen and (max-width: 1000px) {
  .page-cell {
    padding-top: 140px;
  }
  .page-cell::after {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 390px;
  }
  .p-mv .p-inner .c-ttl h2 {
    font-size: 50px;
  }
  .p-about .element-sec {
    margin-top: 80px;
  }
  .p-about .element-sec .flex-box {
    display: block;
  }
  .p-about .element-sec .flex-box img {
    width: 100%;
    margin-top: 0;
  }
  .p-about .element-sec .flex-box .text-box {
    margin-top: 40px;
  }
  .p-about .element-sec .flex-box .text-box div {
    padding-bottom: 30px;
  }
  .p-about .element-sec .flex-box .text-box div h4 {
    font-size: 22px;
  }
  .p-about .job-sec .job-content {
    display: block;
    padding: 40px 20px 60px 20px;
  }
  .p-about .job-sec .job-content img {
    max-width: unset;
    width: 100%;
  }
  .p-about .job-sec .job-content .text-box {
    margin-top: 30px;
  }
  .p-about .job-sec .job-content .text-box h4 {
    display: block;
    font-size: 22px;
  }
  .p-about .job-sec .job-content .text-box h4 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .p-about .item-img {
    margin-top: 110px;
  }
  .p-about .feature-sec .feature-content {
    display: block;
  }
  .p-about .feature-sec .feature-content .feature-item {
    width: 100%;
    padding: 0;
  }
  .p-about .feature-sec .feature-content .feature-item h4 {
    font-size: 22px;
  }
  .p-about .feature-sec .feature-content .feature-item p {
    text-align: left;
  }
  .p-about .feature-sec .feature-content .feature-item:nth-of-type(1) {
    padding: 0;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: solid 1px #cccccc;
  }
  .p-about .feature-sec .feature-content .feature-item:nth-of-type(2) {
    padding: 0;
    margin-top: 40px;
  }
  .p-about .feature-sec .interview-bnr {
    background: url(../assets/img/about/interview-bnr-sp.jpg) no-repeat;
    background-size: cover;
    margin-top: 100px;
  }
  .entry-content-sec {
    margin-top: 0;
    padding-top: 100px;
  }
  .entry-content-sec .p-inner .entry-ttl {
    padding-top: 40px;
  }
  .entry-content-sec .p-inner .entry-ttl .bg-text {
    font-size: 80px;
  }
  .entry-content-sec .p-inner .btn-box {
    display: block;
  }
  .entry-content-sec .p-inner .btn-box .entry-btn {
    width: 100%;
    margin-top: 30px;
  }
  .entry-content-sec .p-inner .btn-box .entry-btn p {
    font-size: 16px;
  }
  .entry-content-sec .p-inner .btn-box .recruit-btn {
    width: 100%;
  }
  .entry-content-sec .p-inner .btn-box .recruit-btn p {
    font-size: 16px;
  }
  .p-ttl h3 {
    font-size: 32px;
  }
}
.p-interview.a-interview .interview_list-sec {
  margin-top: 130px;
}
.p-interview.a-interview .interview_list-sec .interview-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item {
  width: calc(50% - 20px);
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a {
  height: 100%;
  display: block;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a:hover .img-box img {
  scale: 110%;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a:hover .text-box .ttl {
  color: #1348b2;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .img-box .arrow-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .img-box .arrow-box div {
  position: relative;
  height: 40px;
  width: 40px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .img-box .arrow-box div img {
  width: 12px;
  height: auto;
  filter: brightness(0) invert(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .img-box .arrow-box div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: solid 1px #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .text-box {
  margin-top: 30px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .text-box .cat-box {
  display: flex;
  gap: 10px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .text-box .cat-box p {
  color: #fff;
  background: #1348b2;
  border-radius: 18px;
  padding: 10px 14px;
  line-height: 1;
  font-weight: 600;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .text-box .ttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5384615385;
  margin-top: 20px;
}
.p-interview.a-interview .interview_list-sec .interview-content .interview-item a .text-box .name {
  color: #1348b2;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .p-interview.a-interview .interview_list-sec {
    margin-top: 80px;
  }
  .p-interview.a-interview .interview_list-sec .interview-content {
    display: block;
  }
  .p-interview.a-interview .interview_list-sec .interview-content .interview-item {
    width: 100%;
    margin-bottom: 60px;
  }
}
.p-interview.s-interview .interview-top {
  padding-bottom: 130px;
}
.p-interview.s-interview .interview-top .profile-content {
  margin-top: 130px;
  background: #e2effc;
  padding: 60px;
  padding-top: 70px;
  display: flex;
  gap: 60px;
}
.p-interview.s-interview .interview-top .profile-content .img-box {
  width: 50%;
  position: relative;
}
.p-interview.s-interview .interview-top .profile-content .img-box p {
  position: absolute;
  bottom: -20px;
  color: transparent;
  -webkit-text-stroke: 1px #1348b2;
  font-size: 60px;
  font-family: "HiraginoW8", sans-serif;
  line-height: 1;
}
.p-interview.s-interview .interview-top .profile-content .text-box {
  width: 50%;
  margin-top: 50px;
}
.p-interview.s-interview .interview-top .profile-content .text-box > p {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4285714286;
  border-bottom: dashed 1px #1348b2;
  padding-bottom: 20px;
}
.p-interview.s-interview .interview-top .profile-content .text-box .name-box .job-kind {
  background: #1348b2;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  margin-top: 30px;
  width: fit-content;
}
.p-interview.s-interview .interview-top .profile-content .text-box .name-box .name {
  color: #1348b2;
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
}
.p-interview.s-interview .interview-top .profile-content .text-box .name-box .name span {
  margin-left: 10px;
}
.p-interview.s-interview .interview-top .q_a-content {
  margin-top: 60px;
}
.p-interview.s-interview .interview-top .q_a-content .q_a {
  padding-bottom: 50px;
  border-bottom: dashed 1px #1348b2;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
.p-interview.s-interview .interview-top .q_a-content .q_a img {
  max-width: 430px;
  height: 100%;
}
.p-interview.s-interview .interview-top .q_a-content .q_a .text-box .q-text p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
.p-interview.s-interview .interview-top .q_a-content .q_a .text-box .q-text p span {
  font-size: 30px;
  font-weight: 600;
  color: #1348b2;
  margin-right: 8px;
}
.p-interview.s-interview .interview-top .q_a-content .q_a .text-box .a-text {
  margin-top: 20px;
  line-height: 2;
}
.p-interview.s-interview .schedule-sec {
  background: #e2effc;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-interview.s-interview .schedule-sec .time-line {
  margin-top: 60px;
}
.p-interview.s-interview .schedule-sec .time-line .content {
  position: relative;
  display: flex;
}
.p-interview.s-interview .schedule-sec .time-line .content .time {
  color: #1348b2;
  font-weight: 600;
  min-width: 70px;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
  width: 100%;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #1348b2;
  position: absolute;
  left: -7px;
  top: 4px;
  border-radius: 100%;
  z-index: 2;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box img {
  max-width: 450px;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box .border-line {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  width: 2px;
  height: 100%;
  background: #1348b2;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box .text-box {
  margin-top: -8px;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box .text-box .ttl {
  font-weight: 600;
  font-size: 20px;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box .text-box p {
  line-height: 2;
}
.p-interview.s-interview .schedule-sec .time-line .content .flex-box .text-box p strong {
  font-size: 20px;
}
.p-interview.s-interview .interview-list {
  margin-top: 80px;
}
.p-interview.s-interview .interview-list .interview-content {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}
.p-interview.s-interview .interview-list .interview-content .interview-item {
  width: 33.3%;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a:hover .item-box img {
  scale: 110%;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box .arrow-box {
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box .arrow-box .arrow {
  position: relative;
  height: 40px;
  width: 40px;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box .arrow-box .arrow img {
  width: 12px;
  height: auto;
  filter: brightness(0) invert(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box .arrow-box .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: solid 1px #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 0;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box .arrow-box .text-box p {
  color: #fff;
  font-weight: 600;
}
.p-interview.s-interview .interview-list .interview-content .interview-item a .item-box .arrow-box .text-box div p {
  font-size: 26px;
}
.p-interview.s-interview .entry-content-sec {
  background: url(../assets/img/common/entry-bg_blue.jpg) no-repeat;
  background-size: cover;
}
.p-interview.s-interview .entry-content-sec::before {
  display: none;
}
.p-interview.s-interview .entry-content-sec .p-inner .entry-ttl .bg-text {
  opacity: 0.2;
}
.p-interview.s-interview .entry-content-sec .p-inner .entry-ttl h2 {
  color: #fff;
}
.p-interview.s-interview .entry-content-sec .p-inner .entry-ttl p {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .p-interview.s-interview .interview-top {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .p-interview.s-interview .interview-top .profile-content {
    margin-top: 80px;
    padding: 30px 20px;
    display: block;
  }
  .p-interview.s-interview .interview-top .profile-content .img-box {
    width: 100%;
  }
  .p-interview.s-interview .interview-top .profile-content .img-box p {
    font-size: 40px;
  }
  .p-interview.s-interview .interview-top .profile-content .text-box {
    width: 100%;
  }
  .p-interview.s-interview .interview-top .profile-content .text-box > p {
    font-size: 22px;
  }
  .p-interview.s-interview .interview-top .profile-content .text-box .name-box .name {
    font-size: 26px;
  }
  .p-interview.s-interview .interview-top .q_a-content .q_a {
    padding-bottom: 30px;
    display: block;
  }
  .p-interview.s-interview .interview-top .q_a-content .q_a img {
    margin-top: 30px;
  }
  .p-interview.s-interview .schedule-sec {
    padding-top: 80px;
  }
  .p-interview.s-interview .schedule-sec .time-line .content .flex-box {
    display: block;
  }
  .p-interview.s-interview .schedule-sec .time-line .content .flex-box img {
    margin-top: 10px;
  }
  .p-interview.s-interview .interview-list {
    padding-bottom: 100px;
  }
  .p-interview.s-interview .interview-list .interview-content {
    display: block;
  }
  .p-interview.s-interview .interview-list .interview-content .interview-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-interview.s-interview .entry-content-sec {
    padding-bottom: 100px;
    background-position: center;
  }
}
.p-entry .entry-inner {
  margin-top: 120px;
  padding-bottom: 150px;
}
.p-entry .entry-inner .entry-kind {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 1px #1348b2;
}
.p-entry .entry-inner .entry-item {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.p-entry .entry-inner .entry-item h2 {
  color: #1348b2;
  font-size: 22px;
  padding-left: 10px;
  border-left: solid 3px #1348b2;
  line-height: 1;
}
.p-entry .entry-inner .entry-item .entry-about {
  margin-top: 20px;
}
.p-entry .entry-inner .entry-item .entry-about .entry-tr {
  display: flex;
}
.p-entry .entry-inner .entry-item .entry-about .entry-tr .entry-th {
  background: #e2effc;
  border: solid 1px #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  min-width: 180px;
}
.p-entry .entry-inner .entry-item .entry-about .entry-tr .entry-th p {
  color: #00437a;
  font-weight: 600;
}
.p-entry .entry-inner .entry-item .entry-about .entry-tr .entry-td {
  padding: 20px;
  display: flex;
  align-items: center;
  border: solid 1px #eff5fd;
  border-left: none;
  border-bottom: none;
  width: 100%;
}
.p-entry .entry-inner .entry-item .entry-about .entry-tr .entry-td p {
  line-height: 2;
}
.p-entry .entry-inner .entry-item .entry-about .entry-tr:last-of-type .entry-td {
  border-bottom: solid 1px #eff5fd;
}
.p-entry .entry-inner .entry-btn {
  display: flex;
  max-width: 480px;
  margin: auto;
  margin-top: 30px;
  width: 100%;
  height: 90px;
  border: solid 2px #e2effc;
  background-image: linear-gradient(90deg, rgb(2, 61, 178), rgb(0, 186, 255));
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.p-entry .entry-inner .entry-btn:hover {
  color: #1348b2;
  background: #fff;
  border: solid 2px #1348b2;
}
.p-entry .entry-inner .entry-btn:hover div {
  background: #fff;
}
.p-entry .entry-inner .entry-btn:hover div img {
  filter: unset;
}
.p-entry .entry-inner .entry-btn p {
  font-size: 20px;
}
.p-entry .entry-inner .entry-btn div {
  position: absolute;
  right: 30px;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-entry .entry-inner .entry-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
}

@media screen and (max-width: 1000px) {
  .p-entry .entry-inner {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .p-entry .entry-inner .entry-item {
    padding: 20px;
  }
  .p-entry .entry-inner .entry-item .entry-about .entry-tr {
    display: block;
  }
  .p-entry .entry-inner .entry-btn p {
    font-size: 16px;
  }
  .p-entry .entry-inner .entry-btn div {
    right: 15px;
  }
}
.p-contact {
  padding-bottom: 140px;
  /* 矢印（三角形） */
  /* アクティブ部分の矢印は濃い青 */
}
.p-contact .contact-top {
  margin-top: 70px;
}
.p-contact .contact-top > p {
  text-align: center;
  line-height: 1.6875;
}
.p-contact .contact-top .announcement {
  display: flex;
  margin-top: 50px;
  background: #fff;
  padding: 40px 40px;
  gap: 40px;
}
.p-contact .contact-top .announcement img {
  max-width: 350px;
  height: 100%;
}
.p-contact .contact-top .announcement .text-box h3 {
  color: #1348b2;
  font-size: 26px;
  font-weight: 600;
}
.p-contact .contact-top .announcement .text-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
.p-contact .contact-top .announcement .text-box h5 {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffe200;
  text-decoration-skip-ink: none;
  margin-top: 10px;
}
.p-contact .contact-top .announcement .text-box p {
  line-height: 2;
  margin-top: 30px;
}
.p-contact .contact-top .announcement .text-box p span {
  font-weight: 600;
}
.p-contact .c-step {
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 100px;
  color: #fff;
}
.p-contact .c-step .step {
  display: flex;
  background: #356fe5; /* 薄めの青 */
  position: relative;
  height: 60px;
  width: 33.3%;
  align-items: center;
  justify-content: center;
}
.p-contact .c-step .step p {
  font-weight: 600;
}
.p-contact .c-step .step.active {
  background: #1348b2; /* 濃い青 */
}
.p-contact .c-step .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 24px solid #356fe5; /* 薄めの青 */
  z-index: 1;
}
.p-contact .c-step .step.active::after {
  border-left-color: #1348b2;
}
.p-contact .form .mt-20 {
  margin-top: 20px;
}
.p-contact .form h2 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 1px #1348b2;
}
.p-contact .form .form-item {
  margin-top: 30px;
}
.p-contact .form .form-item > p {
  margin-top: 20px;
}
.p-contact .form .form-item .item-name p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}
.p-contact .form .form-item .item-name p .required {
  border: solid 2px #e20404;
  background: #fff;
  color: #e20404;
  font-weight: 600;
  font-size: 14px;
  padding: 1px 10px;
  padding-top: 3px;
  display: flex;
  align-items: center;
}
.p-contact .form .form-item .item-name p .any {
  border: solid 2px #3f668b;
  background: #fff;
  color: #3f668b;
  font-weight: 600;
  font-size: 14px;
  padding: 1px 10px;
  padding-top: 3px;
  display: flex;
  align-items: center;
}
.p-contact .form .form-item .item-box {
  margin-top: 20px;
}
.p-contact .form .form-item .item-box input {
  border: none;
  background: #fff;
  padding: 15px 20px;
  width: 100%;
}
.p-contact .form .form-item .item-box textarea {
  border: none;
  width: 100%;
  padding: 15px 20px;
  height: 300px;
}
.p-contact .form .form-item .item-box.address-box {
  display: flex;
  align-items: center;
}
.p-contact .form .form-item .item-box.address-box input {
  max-width: 245px;
}
.p-contact .form .form-item .item-box.address-box > p {
  font-weight: 600;
  margin-right: 10px;
}
.p-contact .form .form-item .item-box.address-box .address-btn {
  background: #1348b2;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  height: 50px;
  padding: 0 20px;
  align-items: center;
  display: flex;
  cursor: pointer;
  margin-left: 20px;
}
.p-contact .form .form-item .item-box.date-box {
  max-width: 400px;
  position: relative;
  padding-right: 20px;
}
.p-contact .form .form-item .item-box.date-box::after {
  content: "";
  background: url(../assets/img/common/calendar_duotone.png) no-repeat;
  background-size: cover;
  width: 14px;
  display: block;
  height: 16.1px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0%, -50%);
}
.p-contact .form .form-item .item-box.date-box input {
  position: relative;
  height: 56px;
  width: 100%;
}
.p-contact .form .form-item .item-box.date-box input::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.p-contact .form .form-item .select-box {
  position: relative;
  width: fit-content;
}
.p-contact .form .form-item .select-box p {
  display: block;
  font-weight: 500;
}
.p-contact .form .form-item .select-box::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 4px;
  margin: auto;
  z-index: 2;
}
.p-contact .form .form-item .select-box select {
  border: none;
  padding: 15px 20px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 400px;
}
.p-contact .form .privacy-content {
  height: 310px;
  margin: auto;
  margin-top: 60px;
  border: solid 1px #1348b2;
  padding-right: 10px;
}
.p-contact .form .privacy-content > p {
  font-weight: 700;
  padding: 25px 20px;
  padding-bottom: 0;
  color: #1348b2;
  font-size: 22px;
}
.p-contact .form .privacy-content div {
  overflow-y: scroll;
  margin-top: 10px;
  height: 70%;
  width: 100%;
  padding: 0 20px;
  padding-right: 30px;
}
.p-contact .form .privacy-content div::-webkit-scrollbar {
  width: 5px;
  height: 50px;
  border-radius: 10px;
}
.p-contact .form .privacy-content div::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
  border: none;
  height: 60px;
}
.p-contact .form .privacy-content div::-webkit-scrollbar-thumb {
  height: 60px;
  border-radius: 10px;
  background: #1348b2;
  width: 0px;
}
.p-contact .form .privacy-content div p {
  font-size: 14px;
  color: #1348b2;
  line-height: 1.7142857143;
}
.p-contact .form .privacy-content p span {
  font-size: 14px;
  font-weight: 700;
}
.p-contact .form .check-box {
  width: fit-content;
  margin: auto;
  margin-top: 60px;
}
.p-contact .form .check-box label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}
.p-contact .form .check-box label input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  cursor: pointer;
}
.p-contact .form .check-box label .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-contact .form .check-box label span {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
.p-contact .form .check-box label input:checked {
  border: 1px solid #1348b2;
  background-color: #1348b2;
}
.p-contact .form .check-box label input:checked::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 3px;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.p-contact .form .check-box label:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-contact .form .form-btn {
  position: relative;
  display: flex;
  max-width: 480px;
  margin: auto;
  margin-top: 60px;
  width: 100%;
  height: 90px;
  border: solid 2px #e2effc;
  background-image: linear-gradient(90deg, rgb(2, 61, 178), rgb(0, 186, 255));
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.p-contact .form .form-btn > p {
  width: 100%;
  height: 100%;
}
.p-contact .form .form-btn span {
  position: absolute;
}
.p-contact .form .form-btn:hover {
  color: #1348b2;
  background: #fff;
  border: solid 2px #1348b2;
}
.p-contact .form .form-btn:hover div {
  background: #fff;
}
.p-contact .form .form-btn:hover div img {
  filter: unset;
}
.p-contact .form .form-btn:hover p {
  font-size: 20px;
}
.p-contact .form .form-btn:hover div {
  background: #fff;
}
.p-contact .form .form-btn:hover div img {
  filter: unset;
}
.p-contact .form .form-btn input {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 70px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.p-contact .form .form-btn div {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 30px;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact .form .form-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
  display: block;
  margin: auto;
}
.p-contact .form .form-btn div p {
  display: flex;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .p-contact .contact-top .announcement {
    display: block;
    padding: 20px;
  }
  .p-contact .c-step .step p {
    font-size: 14px;
  }
  .p-contact .c-step .step:not(:last-child)::after {
    right: -14px;
    border-left: 14px solid #356fe5;
  }
  .p-contact .c-step .step.active::after {
    border-left-color: #1348b2;
  }
}
.p-confirm .form .form-item > p {
  line-height: 1.6875;
  margin-top: 10px;
}
.p-confirm .form .form-item .item-box.address-box > p {
  font-weight: 500;
  line-height: 2;
}
.p-confirm .form .form-item .select-box::before {
  display: none;
}

.p-thanks .thanks-inner {
  margin-top: 60px;
}
.p-thanks .thanks-inner h2 {
  font-size: 32px;
  color: #00479b;
  font-weight: 600;
  text-align: center;
}
.p-thanks .thanks-inner > p {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}
.p-thanks .thanks-inner .top-btn {
  display: flex;
  max-width: 480px;
  margin: auto;
  margin-top: 30px;
  width: 100%;
  height: 90px;
  border: solid 2px #e2effc;
  background-image: linear-gradient(90deg, rgb(2, 61, 178), rgb(0, 186, 255));
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.p-thanks .thanks-inner .top-btn:hover {
  color: #1348b2;
  background: #fff;
  border: solid 2px #1348b2;
}
.p-thanks .thanks-inner .top-btn:hover div {
  background: #fff;
}
.p-thanks .thanks-inner .top-btn:hover div img {
  filter: unset;
}
.p-thanks .thanks-inner .top-btn p {
  font-size: 20px;
}
.p-thanks .thanks-inner .top-btn div {
  position: absolute;
  right: 30px;
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-thanks .thanks-inner .top-btn div img {
  filter: brightness(0) invert(1);
  width: 14px;
}/*# sourceMappingURL=style.css.map */