@charset "utf-8";
:root {
  --font-en: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-jp:
    "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --gradient-primary: linear-gradient(117deg, #335dec 1.99%, #1c3a9c 55.85%);
  --gradient-secondary: linear-gradient(117deg, #478df6 1.99%, #224ca8 55.85%);
  --border: #e5e5e5;
  --primary: #1d3a9c;
  --secondary: #234da8;
}

body {
  font-family: var(--font-jp);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.l-container {
  width: 100%;
  max-width: 1160px;
  padding-inline: 40px;
  margin-inline: auto;
}

.l-spacer-primary {
  padding-top: 80px;
}

.c-heading-primary {
  margin-bottom: 32px;
  color: var(--primary);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: auto;
  text-decoration-color: #ffd900;
  text-decoration-thickness: 18%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}

.c-heading-primary span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 5.33333333vw;
  }

  .l-spacer-primary {
    padding-top: 64px;
  }

  .c-heading-primary {
    font-size: 24px;
    text-decoration-thickness: 15%;
    text-underline-offset: 9%;
  }
}

.p-header {
  position: fixed;
  top: 40px;
  left: 48px;
  display: flex;
  gap: 16px;
  z-index: 10;
}

.p-header__logo {
  width: 56px;
  height: 56px;
  max-width: 300px;
  background: #003296;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-header__logo img {
  width: 40px;
}

.p-header__title {
  align-self: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.is-color .p-header__title {
  color: var(--primary);
}

.p-fixed__button {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: color 0.3s;
  z-index: 10;
}

.p-fixed__button::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/campaign/icon-contact-wh.svg) no-repeat center / cover;
  transition: background 0.3s;
}

.p-fixed__button::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

@media (any-hover: hover) {
  .p-fixed__button:hover {
    color: var(--primary);
  }

  .p-fixed__button:hover::before {
    background-image: url(../img/campaign/icon-contact-bl.svg);
  }

  .p-fixed__button:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-header {
    top: 16px;
    left: 20px;
    gap: 8px;
  }

  .p-header__logo {
    width: 40px;
    height: 40px;
  }

  .p-header__logo img {
    width: 30px;
  }

  .p-header__title {
    font-size: 16px;
  }

  .p-fixed__button {
    width: 64px;
    height: 64px;
    font-size: 13px;
  }

  .p-fixed__button::before {
    width: 22px;
    height: 22px;
  }
}

.p-hero {
  display: flex;
  overflow: hidden;
}

.p-hero__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 53%;
  padding: 129px 2vw 5vw 5.555555556vw;
  background: var(--gradient-primary);
  color: #fff;
  z-index: 0;
}

.p-hero__body::before {
  content: "";
  position: absolute;
  top: 1.944444444vw;
  left: 2.222222222vw;
  width: 52.777777778vw;
  padding-top: 36.31944444vw;
  background: url(../img/campaign/bg-circle01.svg) no-repeat center / cover;
  z-index: -1;
  pointer-events: none;
}

.p-hero__body::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9.98vw;
  width: 10vw;
  height: 100%;
  background-color: var(--primary);
  clip-path: polygon(0 0, 0% 100%, 50% 100%);
  z-index: 1;
}

.p-hero__copy {
  font-size: 3.33333333vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-hero__read {
  margin-top: 8px;
  font-size: 1.94444444vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.p-hero__read span {
  font-size: 0.71428571em;
  font-weight: 500;
}

.p-hero__list {
  display: flex;
  gap: 3%;
  margin-top: 40px;
}

.p-hero__item {
  padding: 1vw 2.95138889vw 1.388888889vw;
  background:
    url(../img/campaign/frame-left.svg) no-repeat left bottom / 2.95138889vw,
    url(../img/campaign/frame-right.svg) no-repeat right bottom / 2.95138889vw;
  text-align: center;
  font-size: 0.972222222vw;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.p-hero__item span {
  font-size: 1.25vw;
}

.p-hero__text {
  margin-top: 16px;
  font-size: 0.833333333vw;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.p-hero__image {
  flex: 1;
}

.p-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-hero {
    flex-direction: column;
  }

  .p-hero__body {
    width: 100%;
    padding: 80px 4vw 6vw;
    overflow: hidden;
  }

  .p-hero__body::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -2%;
    width: 100vw;
    padding-top: 80%;
    background: url(../img/campaign/bg-circle01.svg) no-repeat center / cover;
    z-index: -1;
  }

  .p-hero__body::after {
    content: none;
  }

  .p-hero__subCopy {
    font-size: 3vw;
  }

  .p-hero__copy {
    font-size: 7vw;
  }

  .p-hero__read {
    margin-top: 8px;
    font-size: 4vw;
  }

  .p-hero__read span {
    margin-top: 4px;
    font-size: 3.5vw;
  }

  .p-hero__list {
    margin-top: 16px;
    gap: 0;
    justify-content: space-between;
  }

  .p-hero__item {
    padding: 1.5vw 4.25vw 1vw;
    background:
      url(../img/campaign/frame-left.svg) no-repeat left bottom / 4.25vw,
      url(../img/campaign/frame-right.svg) no-repeat right bottom / 4.25vw;
    font-size: 2.75vw;
  }

  .p-hero__item span {
    font-size: 3.25vw;
  }

  .p-hero__text {
    margin-top: 16px;
    font-size: 10px;
  }

  .p-hero__image {
    flex: 1;
  }

  .p-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-worries__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 80px;
  padding-bottom: 135px;
}

.p-worries__item {
  position: relative;
  padding: 40px 40px 60px;
  z-index: 0;
}

.p-worries__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  z-index: -1;
}

.p-worries__item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: var(--gradient-primary);
  border-radius: 4px;
  z-index: -2;
}

.p-worries__illust {
  position: absolute;
  bottom: -130px;
  left: 0;
  right: 0;
  width: 129px;
  margin: auto;
}

.p-worries__title {
  margin-bottom: 24px;
  text-align: center;
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-worries__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    margin-top: 56px;
    padding-bottom: 80px;
  }

  .p-worries__item {
    padding: 24px 24px 80px;
  }

  .p-worries__illust {
    bottom: -70px;
    width: 100px;
  }

  .p-worries__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}

.p-answer {
  position: relative;
  margin-top: 80px;
  padding-block: 130px 100px;
  background: var(--gradient-secondary);
}

.p-answer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 36px solid #fff;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transform: translateX(-50%);
}

.p-answer__list {
  display: grid;
  gap: 20px;
}

.p-answer__item {
  display: flex;
  gap: 80px;
  padding: 32px 64px;
  background-color: #fff;
}

.p-answer__icon {
  flex-shrink: 0;
  align-self: flex-start;
  width: 80px;
  letter-spacing: 0.04em;
}

.p-answer__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.p-answer__text {
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.p-answer__mark-block {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 24px auto 0;
  padding: 18px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.p-answer__mark-icon {
  align-self: flex-start;
  flex-shrink: 0;
  display: flex;
  gap: 8px;
}

.p-answer__mark-icon img {
  width: 88px;
}

.p-answer__mark-text {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .p-answer {
    margin-top: 40px;
    padding-block: 80px 56px;
  }

  .p-answer::before {
    border-top: 24px solid #fff;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
  }

  .p-answer__list {
    display: grid;
    gap: 20px;
  }

  .p-answer__item {
    flex-direction: column;
    gap: 16px;
    padding: 32px;
  }

  .p-answer__icon {
    width: 56px;
  }

  .p-answer__title {
    font-size: 20px;
  }

  .p-answer__text {
    margin-top: 8px;
    font-size: 16px;
  }

  .p-answer__mark-block {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 24px auto 0;
    padding: 24px;
    border-radius: 5px;
  }

  .p-answer__mark-icon {
    margin: auto;
  }

  .p-answer__mark-icon img {
    width: 80px;
  }

  .p-answer__mark-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-cookie__block {
  width: 100%;
  max-width: 600px;
  height: 200px;
  margin: 80px auto 0;
  padding: 24px;
  background: #f6f5f5;
  overflow-y: scroll;
}

.p-cookie__inner {
  background-color: #f6f5f5;
  font-size: 16px;
  line-height: 1.75;
}

.p-cookie__inner p + h4,
.p-cookie__inner p + h5,
.p-cookie__inner ul + h4,
.p-cookie__inner ul + h5,
.p-cookie__inner h5 + h4 {
  margin-top: 1em;
}

.p-cookie__inner a {
  text-decoration: underline;
}

.p-cta__block {
  margin-top: 80px;
  text-align: center;
}

.p-cta__read {
  position: relative;
  width: fit-content;
  margin: auto;
  padding-inline: 1em;
  color: var(--primary);
  font-size: 28px;
  font-weight: 700;
}

.p-cta__read::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--primary);
  rotate: -40deg;
}

.p-cta__read::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: var(--primary);
  rotate: 40deg;
}

.p-cta__button-wrap {
  position: relative;
}

.p-cta__button-label {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  padding: 8px 40px;
  background-color: #fff;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
}

.p-cta__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 650px;
  height: 120px;
  margin: 48px auto 0;
  padding: 24px;
  background-color: #ffd900;
  color: var(--primary);
  border-radius: 100px;
  font-size: 28px;
  font-weight: 700;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s;
}

.p-cta__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}

.p-cta__button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/campaign/icon-contact-bl.svg) no-repeat center / cover;
  transition: background 0.3s;
}

@media (any-hover: hover) {
  .p-cta__button:hover {
    color: #fff;
  }

  .p-cta__button:hover::before {
    opacity: 1;
  }

  .p-cta__button:hover::after {
    background-image: url(../img/campaign/icon-contact-wh.svg);
  }
}

@media screen and (max-width: 768px) {
  .p-cookie__block {
    margin: 48px auto 0;
    padding: 24px;
  }

  .p-cookie__inner {
    font-size: 14px;
  }

  .p-cookie__inner a {
    text-decoration: underline;
  }

  .p-cta__block {
    margin-top: 80px;
    text-align: center;
  }

  .p-cta__read {
    padding-inline: 1em;
    font-size: 24px;
    font-weight: 700;
  }

  .p-cta__read::before {
    height: 50%;
  }

  .p-cta__read::after {
    height: 50%;
  }

  .p-cta__button-wrap {
    position: relative;
  }

  .p-cta__button-label {
    top: -20%;
    padding: 4px 16px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .p-cta__button {
    gap: 16px;
    height: 90px;
    margin: 40px auto 0;
    padding: 16px;
    font-size: 24px;
  }

  .p-cta__button::after {
    width: 24px;
    height: 24px;
  }
}

.p-footer {
  position: relative;
  margin-top: 120px;
}

.p-footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  background-color: #dde1f0;
  z-index: -1;
}

.p-footer__info {
  width: 96%;
  padding-inline: 40px;
  background-color: #dde1f0;
  border-top-right-radius: 80px;
}

.p-footer__inner {
  max-width: 1000px;
  margin: auto;
  padding-block: 48px;
}

.p-footer__logo {
  display: flex;
  gap: 24px;
}

.p-footer__logo-img {
  width: 56px;
  height: 56px;
  max-width: 300px;
  background: #003296;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__logo-img img {
  width: 40px;
}

.p-footer__logo-text {
  align-self: center;
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
}

.p-footer__meta {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.p-footer__meta-item {
  display: flex;
}

.p-footer__meta-item > dt {
  flex-shrink: 0;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

.p-footer__meta-item > dd {
  font-size: 16px;
  line-height: 1.75;
}

.p-footer__add {
  display: flex;
  gap: 4px;
}

.p-footer__add dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.p-footer__add dd {
  font-size: 16px;
  line-height: 1.75;
}

.p-service {
  width: 96%;
  margin-left: auto;
  padding-inline: 40px;
  background: var(--gradient-primary);
  border-top-left-radius: 80px;
}

.p-service__inner {
  display: flex;
  gap: 80px;
  align-items: center;
  max-width: 1140px;
  margin: auto;
  padding-block: 40px;
  color: #fff;
}

.p-service__title {
  font-size: 24px;
  font-weight: 700;
}

.p-service__link {
  font-size: 16px;
  font-weight: 700;
}

.p-service__copy {
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-footer {
    margin-top: 80px;
  }

  .p-footer__info {
    width: 94%;
    padding-inline: 24px;
    border-top-right-radius: 60px;
  }

  .p-footer__inner {
    padding-block: 40px;
  }

  .p-footer__logo {
    display: flex;
    gap: 16px;
  }

  .p-footer__logo-img {
    width: 48px;
    height: 48px;
  }

  .p-footer__logo-img img {
    width: 32px;
  }

  .p-footer__logo-text {
    font-size: 20px;
  }

  .p-footer__meta {
    display: grid;
    gap: 16px;
    margin-top: 32px;
  }

  .p-footer__meta-item {
    flex-direction: column;
  }

  .p-footer__meta-item > dt {
    flex-shrink: 0;
    font-size: 14px;
  }

  .p-footer__meta-item > dd {
    font-size: 14px;
  }

  .p-footer__add {
    flex-direction: column;
  }

  .p-footer__add dt {
    font-size: 14px;
  }

  .p-footer__add dd {
    font-size: 14px;
  }

  .p-service {
    width: 96%;
    padding-inline: 32px;
    border-top-left-radius: 64px;
  }

  .p-service__inner {
    flex-wrap: wrap;
    gap: 16px;
    padding-block: 32px 24px;
  }

  .p-service__title {
    font-size: 20px;
  }

  .p-service__link {
    font-size: 14px;
  }

  .p-service__copy {
    width: 100%;
    text-align: right;
  }
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-read {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

.u-text {
  font-size: 16px;
  line-height: 1.75;
}

.u-text span {
  display: inline-block;
}

.u-white {
  color: #fff;
}

.u-visuallyHidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .u-read {
    font-size: 16px;
  }

  .u-text {
    font-size: 14px;
  }
}
