@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #000000;
  letter-spacing: normal;
  min-height: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-footer {
  width: 100%;
  height: 110px;
  background-color: #014fb5;
}

.l-wrapper {
  min-height: 100vh;
  position: relative;
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

.l-main {
  position: relative;
}

.c-sample {
  font-size: 18px;
  background-color: #0d47a1;
}

.c-textEmphasis {
  color: #014fb5;
}

.c-contact {
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 750px) {
  .c-contact {
    height: 300px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-contact__backImg {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.c-contact__backImg img {
  width: 100%;
  height: 100%;
}
.c-contact__wrapper {
  max-width: 400px;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ad1b1b), color-stop(42%, #ad1a1a), color-stop(64%, #d52020), to(#e35050));
  background-image: -webkit-linear-gradient(bottom, #ad1b1b 0%, #ad1a1a 42%, #d52020 64%, #e35050 100%);
  background-image: linear-gradient(0deg, #ad1b1b 0%, #ad1a1a 42%, #d52020 64%, #e35050 100%);
  border-radius: 24px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation: button_scale 1.5s ease-in-out infinite;
          animation: button_scale 1.5s ease-in-out infinite;
}
@-webkit-keyframes button_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes button_scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-contact__wrapper:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 0.7;
}
.c-contact__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.c-contact__button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.c-contact__container {
  position: relative;
}
@media (max-width: 750px) {
  .c-contact__container {
    padding: 0 10px;
  }
}
.c-contact__img {
  width: 110px;
  position: relative;
  top: -110px;
  left: 530px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media (max-width: 750px) {
  .c-contact__img {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(12deg);
            transform: translateX(-50%) rotate(12deg);
    top: auto;
    bottom: -15px;
  }
}
.c-contact__campaignText {
  text-align: center;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}
.c-contact__campaignText::before {
  position: relative;
  top: 3px;
  left: -6px;
  display: inline-block;
  content: "";
  background-color: #000000;
  width: 2px;
  height: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.c-contact__campaignText::after {
  position: relative;
  top: 3px;
  right: 0px;
  display: inline-block;
  content: "";
  background-color: #000000;
  width: 2px;
  height: 20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.c-contact__giftText {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.c-contact__br {
  display: none;
}
@media (max-width: 750px) {
  .c-contact__br {
    display: block;
  }
}

.c-title {
  position: absolute;
  z-index: -10;
  font-size: 120px;
  color: #d5d9e4;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 5px;
  text-align: center;
}
@media (max-width: 750px) {
  .c-title {
    font-size: 70px;
  }
}

.p-top {
  position: relative;
  min-height: 600px;
  padding: 50px 30px;
}
@media (max-width: 750px) {
  .p-top {
    padding: 50px 10px;
  }
}
.p-top__back {
  position: absolute;
  inset: 0;
}
.p-top__backImg {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.p-top__backImg img {
  width: 100%;
  height: 100%;
}
.p-top__subBackImg {
  position: absolute;
  top: 0;
  z-index: -20;
  width: 100%;
  height: 100%;
}
.p-top__subBackImg img {
  width: 100%;
  height: 100%;
}
.p-top__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 900px) {
  .p-top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-top__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 500px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .p-top__container {
    gap: 20px;
    white-space: wrap;
  }
}
.p-top__topText {
  font-size: clamp(22px, 2vw, 25px);
  line-height: 35px;
  color: #000000;
}
.p-top__title {
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}
@media (max-width: 750px) {
  .p-top__title {
    font-size: clamp(21px, 2vw, 30px);
  }
}
.p-top__titleEmphasis {
  display: block;
  font-size: 120px;
  color: #000000;
  margin-top: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2px;
}
@media (max-width: 900px) {
  .p-top__titleEmphasis {
    font-size: 92px;
  }
}
@media (max-width: 750px) {
  .p-top__titleEmphasis {
    font-size: clamp(76px, 2vw, 92px);
    margin-top: 20px;
  }
}
.p-top__subTextBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .p-top__subTextBox {
    margin-top: 50px;
    gap: 5px;
    font-size: 13px;
  }
}
.p-top__subTextBack {
  display: inline-block;
  position: relative;
  color: #ffffff;
  padding: 5px 30px 0;
  font-size: 20px;
}
@media (max-width: 750px) {
  .p-top__subTextBack {
    font-size: 16px;
    letter-spacing: -2px;
  }
}
.p-top__subText {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 100;
}
@media (max-width: 750px) {
  .p-top__subText {
    height: 25px;
    line-height: 25px;
  }
}
.p-top__subText::before {
  content: "";
  position: absolute;
  left: 48%;
  width: 115%;
  height: 120%;
  background: #0168b5;
  -webkit-transform: skewX(150deg) translateX(-50%);
          transform: skewX(150deg) translateX(-50%);
  z-index: -1;
}
@media (max-width: 750px) {
  .p-top__subText::before {
    width: 110%;
  }
}
.p-top__subContent {
  font-size: 20px;
}
@media (max-width: 900px) {
  .p-top__subContent {
    position: relative;
  }
}
@media (max-width: 750px) {
  .p-top__subContent {
    font-size: 16px;
  }
}
.p-top__subImg {
  width: 250px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .p-top__subImg {
    position: absolute;
    width: 170px;
    top: -180px;
    right: -75px;
  }
}
@media (max-width: 750px) {
  .p-top__subImg {
    width: 120px;
    top: -150px;
    right: 0;
    z-index: 10;
  }
}
.p-top__imgBox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .p-top__imgBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-top__img {
  position: relative;
  overflow: visible;
}
.p-top__mensImg {
  position: relative;
  max-width: 410px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 900px) {
  .p-top__mensImg {
    top: -70px;
    right: 0;
    max-width: 250px;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
@media (max-width: 750px) {
  .p-top__mensImg {
    top: -20px;
  }
}
.p-top__ladyImg {
  position: relative;
  bottom: 0;
  z-index: 1;
  max-width: 500px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 900px) {
  .p-top__ladyImg {
    max-width: 320px;
    -webkit-clip-path: none;
            clip-path: none;
    top: 10px;
    right: -35px;
  }
}
.p-top__important {
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 900px) and (max-width: 985px) {
  .p-top__important {
    left: 0;
    bottom: -50px;
  }
}
@media (max-width: 900px) {
  .p-top__important {
    left: -40px;
  }
}
@media (max-width: 750px) {
  .p-top__important {
    left: -5px;
    bottom: -60px;
  }
}
.p-top__crownImg {
  width: 100px;
  height: 100px;
  position: relative;
  top: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 750px) {
  .p-top__crownImg {
    width: 80px;
    height: 80px;
    top: 40px;
  }
}
.p-top__crownImg img {
  width: 100%;
  height: 100%;
}
.p-top__importantTextBox {
  width: 190px;
  height: 190px;
  background-color: #ffffff;
  border: 1px solid #d8c07d;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
}
@media (max-width: 750px) {
  .p-top__importantTextBox {
    width: 130px;
    height: 130px;
    font-size: 13px;
    line-height: 15px;
  }
}
.p-top__importantSubText {
  font-size: 34px;
  line-height: 40px;
  color: #ad1b1b;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}
@media (max-width: 750px) {
  .p-top__importantSubText {
    font-size: 22px;
  }
}
.p-top__br {
  display: none;
}
@media (max-width: 750px) {
  .p-top__br {
    display: block;
  }
}

.p-reason {
  position: relative;
  overflow: hidden;
  padding: 107px 0 50px;
}
@media (max-width: 750px) {
  .p-reason {
    padding: 55px 15px 0;
  }
}
.p-reason__back {
  position: absolute;
  inset: 0;
}
.p-reason__backColor {
  position: absolute;
  top: 630px;
  left: -150px;
  opacity: 0.07;
  width: 200%;
  height: 760px;
  background-color: rgb(1, 79, 181);
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(10deg) translate3d(0, 0, 0);
}
.p-reason__backColorSecond {
  position: absolute;
  top: 1840px;
  left: -150px;
  opacity: 0.07;
  width: 200%;
  height: 665px;
  background-color: rgb(1, 79, 181);
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(10deg) translate3d(0, 0, 0);
}
.p-reason__backColorThird {
  position: absolute;
  top: 1840px;
  left: -150px;
  opacity: 0.07;
  width: 200%;
  height: 665px;
  background-color: rgb(1, 79, 181);
  -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
  transform: rotate(-10deg) translate3d(0, 0, 0);
}
.p-reason__backTitle {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-reason__title {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 750px) {
  .p-reason__title {
    line-height: 1;
    font-size: 28px;
  }
}
.p-reason__br {
  display: none;
}
@media (max-width: 750px) {
  .p-reason__br {
    display: block;
  }
}
.p-reason__titleLarge {
  font-size: 45px;
}
@media (max-width: 750px) {
  .p-reason__titleLarge {
    font-size: 36px;
  }
}
.p-reason__list {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 95px;
}
@media (max-width: 750px) {
  .p-reason__list {
    margin-top: 60px;
    padding: 0 10px;
  }
}
.p-reason__item {
  list-style: none;
  position: relative;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 0;
  border-radius: 17px;
  background-color: #ffffff;
  padding: 20px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
          box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
}
@media (max-width: 750px) {
  .p-reason__item {
    max-width: 750px;
  }
}
.p-reason__item::before {
  position: absolute;
  content: "01";
  z-index: 10;
  top: -100px;
  left: 0;
  color: #d5d9e4;
  font-size: 120px;
  letter-spacing: -5px;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 750px) {
  .p-reason__item::before {
    font-size: 80px;
    top: -70px;
  }
}
.p-reason__itemTitle {
  position: relative;
  z-index: 20;
  font-size: 20px;
  line-height: 26px;
}
.p-reason__itemTitle::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #0d47a1;
  margin-top: 15px;
}
.p-reason__itemText {
  margin-top: 20px;
  font-size: 14px;
}
.p-reason__itemImg {
  position: absolute;
  top: -40px;
  right: 45px;
  width: 220px;
}
@media (max-width: 750px) {
  .p-reason__itemImg {
    width: 110px;
    right: 20px;
  }
}
.p-reason__itemImg img {
  width: 100%;
  height: 100%;
}
.p-reason__itemImg.is-2 {
  width: 250px;
  top: -71px;
  right: 25px;
}
@media (max-width: 750px) {
  .p-reason__itemImg.is-2 {
    width: 120px;
    top: -35;
    right: 0;
  }
}
.p-reason__itemImg.is-4 {
  width: 200px;
}
@media (max-width: 750px) {
  .p-reason__itemImg.is-4 {
    width: 100px;
  }
}
.p-reason__itemImg.is-5 {
  width: auto;
  height: 150px;
  top: -60px;
  right: 65px;
}
@media (max-width: 750px) {
  .p-reason__itemImg.is-5 {
    height: 80px;
    top: -50px;
    right: 10px;
  }
}
.p-reason__itemImg.is-6 {
  width: auto;
  height: 150px;
  top: -45px;
  right: 75px;
}
@media (max-width: 750px) {
  .p-reason__itemImg.is-6 {
    height: 100px;
    right: 20px;
  }
}
.p-reason__venn {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-height: 365px;
  list-style: none;
  margin-top: 15px;
}
@media (max-width: 750px) {
  .p-reason__venn {
    min-height: 330px;
  }
}
.p-reason__vennItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  padding-top: 35px;
}
@media (max-width: 750px) {
  .p-reason__vennItem {
    width: 180px;
    height: 180px;
  }
}
.p-reason__vennItem:nth-child(1) {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(1, 104, 181, 0.8);
}
.p-reason__vennItem:nth-child(1) .p-reason__vennItemImg {
  top: 10px;
  left: -80px;
}
@media (max-width: 750px) {
  .p-reason__vennItem:nth-child(1) .p-reason__vennItemImg {
    left: -65px;
  }
}
.p-reason__vennItem:nth-child(2) {
  position: absolute;
  bottom: 0px;
  right: 49%;
  background-color: rgba(1, 104, 181, 0.6);
}
.p-reason__vennItem:nth-child(2) .p-reason__vennItemImg {
  bottom: 20px;
  left: -85px;
  width: 110px;
}
@media (max-width: 750px) {
  .p-reason__vennItem:nth-child(2) .p-reason__vennItemImg {
    width: 85px;
    bottom: auto;
    top: -35px;
    left: -15px;
  }
}
.p-reason__vennItem:nth-child(2) .p-reason__vennItemText {
  text-align: left;
}
.p-reason__vennItem:nth-child(3) {
  position: absolute;
  bottom: 0px;
  left: 49%;
  background-color: rgba(1, 104, 181, 0.4);
}
.p-reason__vennItem:nth-child(3) .p-reason__vennItemImg {
  top: 10px;
  right: -90px;
}
@media (max-width: 750px) {
  .p-reason__vennItem:nth-child(3) .p-reason__vennItemImg {
    top: -30px;
    right: -15px;
  }
}
.p-reason__vennItem:nth-child(3) .p-reason__vennItemText {
  text-align: left;
}
.p-reason__vennItemTitle {
  font-size: 16px;
  color: #000000;
  line-height: 17px;
}
.p-reason__vennItemText {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  color: #ffffff;
}
@media (max-width: 750px) {
  .p-reason__vennItemText {
    font-size: 10px;
  }
}
.p-reason__vennItemImg {
  position: absolute;
  width: 120px;
}
@media (max-width: 750px) {
  .p-reason__vennItemImg {
    width: 100px;
  }
}
.p-reason__vennItemImg img {
  width: 100%;
  height: 100%;
}
.p-reason__itemSubText {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 750px) {
  .p-reason__itemSubText {
    font-size: 14px;
  }
}
.p-reason__itemSubText span {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.p-reason__itemSubText::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #0168b5;
  width: 100%;
  height: 1px;
}

.p-reason__item.is-1::before {
  content: "01";
}

.p-reason__item.is-2::before {
  content: "02";
}

.p-reason__item.is-3::before {
  content: "03";
}

.p-reason__item.is-4::before {
  content: "04";
}

.p-reason__item.is-5::before {
  content: "05";
}

.p-reason__item.is-6::before {
  content: "06";
}

.p-curriculum {
  position: relative;
  padding: 125px 0 70px;
}
@media (max-width: 750px) {
  .p-curriculum {
    padding: 110px 10px;
  }
}
.p-curriculum__backImg {
  position: absolute;
  z-index: -20;
  inset: 0;
}
.p-curriculum__backImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-curriculum__backTitle {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 750px) {
  .p-curriculum__backTitle {
    top: 50px;
    font-size: clamp(56px, 2vw, 70px);
  }
}
.p-curriculum__container {
  margin: 0 auto;
  padding: 20px 30px 40px;
  max-width: 600px;
  width: 100%;
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
          box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .p-curriculum__container {
    padding: 20px 15px 40px;
  }
}
.p-curriculum__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.p-curriculum__list::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 40px;
  width: 2px;
  height: 95%;
  background-color: #ccc;
}
.p-curriculum__title {
  font-size: 36px;
  color: #000000;
  text-align: center;
}
@media (max-width: 750px) {
  .p-curriculum__title {
    letter-spacing: -3px;
  }
}
.p-curriculum__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  list-style: none;
}
.p-curriculum__img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  width: 80px;
  height: 80px;
  border-radius: 39px;
  background-color: #fefefe;
  border: 3px solid #bbdefb;
}
.p-curriculum__img::before {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #bbdefb;
}
.p-curriculum__img.is-2 {
  border: 3px solid #63b5f6;
}
.p-curriculum__img.is-2::before {
  background-color: #63b5f6;
}
.p-curriculum__img.is-3 {
  border: 3px solid #1d89e5;
}
.p-curriculum__img.is-3::before {
  background-color: #1d89e5;
}
.p-curriculum__img.is-4 {
  border: 3px solid #0d47a2;
}
.p-curriculum__img.is-4::before {
  background-color: #0d47a2;
}
.p-curriculum__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 25px;
}
.p-curriculum__itemTitle {
  font-size: 20px;
  color: #000000;
}
.p-curriculum__itemText {
  font-size: 14px;
}
.p-curriculum__br {
  display: none;
}
@media (max-width: 750px) {
  .p-curriculum__br {
    display: block;
  }
}

.p-select {
  position: relative;
  min-height: 100%;
  padding: 115px 0 50px;
}
@media (max-width: 750px) {
  .p-select {
    padding: 60px 0 50px;
    overflow: hidden;
  }
}
.p-select__backTitle {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-select__title {
  font-size: 36px;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 750px) {
  .p-select__title {
    font-size: 26px;
  }
}
.p-select__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.p-select__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 275px;
  height: 100%;
  list-style: none;
  height: auto;
}
@media (max-width: 750px) {
  .p-select__item {
    width: 45%;
  }
}
@media (max-width: 750px) {
  .p-select__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-select__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-select__img {
  margin: 0 auto;
  width: 120px;
  min-height: 105px;
}
.p-select__img img {
  width: 100%;
  height: 100%;
}
.p-select__itemBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 17px;
  -webkit-box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
          box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-select__titleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0d47a1;
  color: #ffffff;
  text-align: center;
  border-radius: 17px 17px 0 0;
  min-height: 100px;
}
@media (max-width: 750px) {
  .p-select__titleBox {
    padding: 5px;
  }
}
.p-select__itemTitle {
  font-size: 20px;
}
@media (max-width: 750px) {
  .p-select__itemTitle {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .p-select__itemText {
    font-size: 12px;
  }
}
.p-select__itemSubTitle {
  font-size: 14px;
}
.p-select__textList {
  padding: 20px 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 0 0 17px 17px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
}
@media (max-width: 750px) {
  .p-select__textList {
    gap: 10px;
  }
}
.p-select__textItem {
  position: relative;
  list-style: none;
  padding-left: 12px;
}
@media (max-width: 750px) {
  .p-select__textItem {
    font-size: 12px;
  }
}
.p-select__textItem::before {
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 3px;
  background-color: #0d47a1;
}
.p-select__backColor {
  display: none;
}
@media (max-width: 750px) {
  .p-select__backColor {
    position: absolute;
    display: block;
    top: 320px;
    left: -150px;
    opacity: 0.07;
    width: 200%;
    height: 460px;
    background-color: rgb(1, 79, 181);
    -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
    transform: rotate(-10deg) translate3d(0, 0, 0);
    z-index: -10;
  }
}
.p-select__br {
  display: none;
}
@media (max-width: 750px) {
  .p-select__br {
    display: block;
  }
}

.p-voice {
  position: relative;
  padding: 110px 0 70px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .p-voice {
    padding: 70px 30px 0;
    position: relative;
    background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
  }
}
.p-voice__backTitle {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-voice__backColor {
  position: absolute;
  top: 30px;
  left: -150px;
  opacity: 0.07;
  width: 200%;
  height: 615px;
  background-color: rgb(1, 79, 181);
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(-10deg) translate3d(0, 0, 0);
}
@media (max-width: 750px) {
  .p-voice__backColor {
    display: none;
  }
}
.p-voice__title {
  text-align: center;
  font-size: 36px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 64px;
}
@media (max-width: 750px) {
  .p-voice__title {
    font-size: 26px;
    line-height: 38px;
  }
}
.p-voice__titleLarge {
  font-size: 47px;
}
@media (max-width: 750px) {
  .p-voice__titleLarge {
    font-size: 30px;
  }
}
.p-voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 35px 20px;
}
@media (max-width: 750px) {
  .p-voice__list {
    gap: 45px;
    margin-top: 25px;
  }
}
.p-voice__item {
  width: 50%;
  max-width: 420px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 750px) {
  .p-voice__item {
    width: 100%;
    max-width: none;
  }
}
.p-voice__itemText {
  -webkit-filter: drop-shadow(2.828px 2.828px 2px rgba(11, 3, 6, 0.18));
          filter: drop-shadow(2.828px 2.828px 2px rgba(11, 3, 6, 0.18));
  background-color: #d5d9e3;
  border-radius: 17px;
  padding: 30px 20px;
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 750px) {
  .p-voice__itemText {
    padding: 30px 30px 45px;
  }
}
.p-voice__itemContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .p-voice__itemContainer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-voice__work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.p-voice__beforeWork {
  position: relative;
}
.p-voice__beforeWork::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  content: "";
  display: inline;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #0154b5;
  border-right: 0;
}
.p-voice__afterWork {
  padding-left: 20px;
}

.p-qa {
  padding: 110px 0 70px;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), -webkit-linear-gradient(left, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media (max-width: 750px) {
  .p-qa {
    padding: 50px 15px;
    background: none;
  }
}
.p-qa__backTitle {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-qa__title {
  text-align: center;
  font-size: 36px;
  line-height: 64px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .p-qa__title {
    font-size: 26px;
  }
}
.p-qa__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}
@media (max-width: 750px) {
  .p-qa__list {
    max-width: none;
    width: 100%;
    margin: 10px auto 0;
  }
}
.p-qa__item {
  list-style: none;
  -webkit-box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
          box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
  border-radius: 17px;
  padding: 15px 30px 20px;
  background-color: #ffffff;
}
.p-qa__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-qa__questionTitle {
  font-size: 24px;
  color: #0154b5;
  font-weight: bold;
}
.p-qa__questionText {
  font-size: 16px;
  font-weight: bold;
}
.p-qa__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.p-qa__answerTitle {
  font-size: 24px;
  color: #1d89e5;
  font-weight: bold;
}

.p-company {
  position: relative;
  padding: 150px 85px 80px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .p-company {
    padding: 75px 30px 30px;
  }
}
.p-company__backColorSecond {
  position: absolute;
  top: 95px;
  left: -150px;
  opacity: 0.07;
  width: 200%;
  height: 665px;
  background-color: rgb(1, 79, 181);
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(-10deg) translate3d(0, 0, 0);
  z-index: -10;
}
.p-company__backColorThird {
  position: absolute;
  top: 490px;
  left: -150px;
  opacity: 0.07;
  width: 200%;
  height: 665px;
  background-color: rgb(1, 79, 181);
  -webkit-transform: rotate(-5deg) translate3d(0, 0, 0);
  transform: rotate(10deg) translate3d(0, 0, 0);
  z-index: -10;
}
.p-company__backTitle {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-company__title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .p-company__title {
    font-size: 26px;
  }
}
.p-company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 20px auto 0;
  max-width: 600px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
          box-shadow: 2.828px 2.828px 3.5px rgba(11, 3, 6, 0.34);
  padding: 50px 30px 60px;
  list-style: none;
  border-radius: 17px;
  background-color: #ffffff;
}
.p-company__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.p-company__itemTitle {
  font-size: 20px;
  font-weight: bold;
  min-width: 95px; /* ← ここでコロン位置を揃える */
  text-align: right;
}

.u-hidden {
  display: none;
}

@media (min-width: 901px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 751px) and (max-width: 900px) {
  .u-hidden-tab {
    display: none;
  }
}

@media (max-width: 750px) {
  .u-hidden-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */