@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* Variables */
/* SP override mixin (PC first) */
/* Base */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #093529;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
}

/* Utilities */
.text-pink {
  color: #ED5F82;
}

.bold {
  font-weight: 700;
}

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

.small {
  font-size: 0.85rem;
}

.mt-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

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

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

.section {
  padding: 60px 0;
}
.section__title {
  font-weight: 900;
  position: relative;
  color: #2E806B;
  font-size: clamp(30px, 3.47vw, 50px);
  text-align: center;
  letter-spacing: 2.5px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section__title {
    letter-spacing: 0;
    padding: 0 10px 20px;
    line-height: 1.3;
  }
}
.section__title span {
  font-size: clamp(20px, 2.5vw, 36px);
}
.section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 195px;
  height: 5px;
  background: #ffdb50;
}
.section--yellow {
  background-color: #FFFBEB;
}
.section--gray {
  background-color: #F4F4F4;
}
.section--pattern {
  background-color: #f9f9f9;
  background-image: radial-gradient(#ddd 1px, transparent 1px);
  background-size: 20px 20px;
}

/* header */
.header {
  position: static;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header h1 {
  padding: 10px 20px;
}
.header h1 img {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header h1 img {
    width: 160px;
  }
}

/* MV */
.mv {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-image: url("../images/mv_bg.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .mv {
    background-position: center center;
  }
}
.mv {
  min-height: clamp(520px, 60vw, 680px);
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: clamp(24px, 6vw, 90px) clamp(16px, 4vw, 60px);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .mv {
    min-height: clamp(380px, 110vw, 520px);
  }
}
.mv picture {
  grid-row: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv picture {
    place-self: center;
  }
}
.mv img {
  width: min(640px, 72vw);
  max-width: 640px;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .mv img {
    width: 85vw;
  }
}
.mv p {
  grid-row: 3;
  max-width: min(560px, 92vw);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: var(--text-color, #093529);
  font-size: clamp(14px, 1.25vw, 18px);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .mv p {
    margin: 0 auto;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mv p {
    font-size: 15px;
    margin-top: clamp(20px, 6vw, 40px);
  }
}

/* Top CTA */
.cta-1 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 10px 60px;
}
.cta-1 .btn-cv {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 380px);
  padding: 10px clamp(28px, 8vw, 100px);
  border: 1px solid #000;
  background: #ed5f82;
  box-shadow: 6px 6px 0 0 #fce99c, 7px 7px 0 0 #48486e;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  text-decoration: none;
}
.cta-1 .btn-cv__sub {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
}

/* Common CTA */
.cta-2 {
  text-align: center;
  margin-top: 40px;
}
.cta-2 .btn-cv {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 10px clamp(40px, 12vw, 150px);
  border-radius: 73px;
  border: 1px solid #000;
  background: #ed5f82;
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  text-decoration: none;
}
.cta-2 .btn-cv__sub {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
}
.cta-2 .btn-cv:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .cta-2 .btn-cv {
    width: 100%;
  }
}
.cta-2__label {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: clamp(18px, 2.1vw, 30px);
}

/* SP用 追従CTA */
.btn-sticky {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn-sticky {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 50%;
    bottom: 12px;
    width: min(92vw, 380px);
    padding: 8px 24px;
    border: 1px solid #000;
    border-radius: 60px;
    background: #ed5f82;
    box-shadow: 4px 4px 0 0 #fce99c, 5px 5px 0 0 #48486e;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    opacity: 0;
    transform: translate(-50%, calc(100% + 30px));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    pointer-events: none;
  }
  .btn-sticky.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
  .btn-sticky__sub {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
  }
  .btn-sticky__main {
    font-size: 20px;
  }
}

/* benefit */
.benefit {
  background-image: url("../images/benefit_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.benefit .intro-block {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 40px;
}
.benefit .intro-block__title {
  font-weight: 700;
  font-size: clamp(18px, 2.1vw, 30px);
  margin-bottom: 10px;
  text-align: center;
}
.benefit .intro-block__text {
  font-weight: 700;
}
.benefit .benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .benefit .benefit-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .benefit .benefit-grid .benefit-card img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

/* paid */
.paid .paid-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .paid .paid-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .paid .paid-benefits .paid-card:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .paid .paid-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .paid .paid-benefits .paid-card img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

/* insurance */
.insurance .section__lead {
  max-width: 800px;
  margin: 0 auto 40px;
}
.insurance .insurance-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.insurance .insurance-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 700px;
  max-width: 100%;
  padding: 60px;
  margin: 0 auto 45px;
  border: 1px solid #000;
  background: #f4f4f4;
  box-shadow: 6px 6px 0 0 #fce99c, 7px 7px 0 0 #48486e;
}
.insurance .insurance-card:nth-child(even) {
  box-shadow: 6px 6px 0 0 #5ECCB0, 7px 7px 0 0 #48486E;
}
@media screen and (max-width: 768px) {
  .insurance .insurance-card {
    padding: 20px;
  }
}
.insurance .insurance-card__title {
  color: var(--text-color, #093529);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .insurance .insurance-card__title {
    margin-bottom: 16px;
  }
}
.insurance .insurance-card__content {
  margin-bottom: 15px;
}
.insurance .insurance-card__text {
  font-size: clamp(14px, 1.25vw, 18px);
}
.insurance .insurance-card__voice {
  display: flex;
  align-items: center;
  gap: 15px;
}
.insurance .insurance-card__voice .voice-icon {
  width: 100px;
  flex-shrink: 0;
  text-align: center;
}
.insurance .insurance-card__voice .voice-icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.insurance .insurance-card__voice .voice-icon p {
  margin-top: 10px;
  font-size: 10px;
}
.insurance .insurance-card__voice .voice-bubble {
  position: relative;
  flex: 1;
  padding: 10px 15px;
  border: 2px solid #b09f5a;
  border-radius: 8px;
  background: #fff;
  display: flex;
  font-size: clamp(12px, 1vw, 14px);
  align-items: center;
  box-sizing: border-box;
}
.insurance .insurance-card__voice .voice-bubble::before, .insurance .insurance-card__voice .voice-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  width: 0;
  height: 0;
}
.insurance .insurance-card__voice .voice-icon:first-child + .voice-bubble::before {
  left: -14px;
  border-width: 10px 14px 10px 0;
  border-color: transparent #b09f5a transparent transparent;
}
.insurance .insurance-card__voice .voice-icon:first-child + .voice-bubble::after {
  left: -11px;
  border-width: 9px 12px 9px 0;
  border-color: transparent #fff transparent transparent;
}
.insurance .insurance-card__voice .voice-bubble:first-child::before {
  right: -14px;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #b09f5a;
}
.insurance .insurance-card__voice .voice-bubble:first-child::after {
  right: -11px;
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #fff;
}

/* connect */
.connect .section__title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.connect .section__title::after {
  display: none;
}
.connect .center-text {
  text-align: center;
}
.connect .center-text:first-child {
  color: #2E806B;
  font-size: clamp(16px, 1.8vw, 26px);
}
.connect .connect-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.connect .connect-list .connect-card {
  max-width: 1000px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  box-shadow: 6px 6px 0 0 #FCE99C, 7px 7px 0 0 #48486E;
  padding: 60px;
  margin-bottom: 50px;
}
.connect .connect-list .connect-card__img {
  width: 300px;
  flex-shrink: 0;
}
.connect .connect-list .connect-card__body {
  padding: 20px;
  flex: 1;
}
.connect .connect-list .connect-card__title {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .connect .connect-list .connect-card {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .connect .connect-list .connect-card__img {
    width: 100%;
  }
  .connect .connect-list .connect-card__body {
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .connect .connect-list .connect-card__img {
    width: 60%;
    align-self: center;
  }
}

/* action */
.action .action-list {
  margin-top: 30px;
}
.action .action-list .action-card {
  max-width: 700px;
  min-height: 310px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #000;
  background: #F4F4F4;
  padding: 60px;
  margin: 0 auto 45px;
}
.action .action-list .action-card:nth-of-type(1), .action .action-list .action-card:nth-of-type(5) {
  box-shadow: 6px 6px 0 0 #FCE99C, 7px 7px 0 0 #48486E;
}
.action .action-list .action-card:nth-of-type(2), .action .action-list .action-card:nth-of-type(6) {
  box-shadow: 6px 6px 0 0 #B8D4FF, 7px 7px 0 0 #48486E;
}
.action .action-list .action-card:nth-of-type(3), .action .action-list .action-card:nth-of-type(7) {
  box-shadow: 6px 6px 0 0 #FFD4D4, 7px 7px 0 0 #48486E;
}
.action .action-list .action-card:nth-of-type(4), .action .action-list .action-card:nth-of-type(8) {
  box-shadow: 6px 6px 0 0 #D4FFD4, 7px 7px 0 0 #48486E;
}
.action .action-list .action-card__img {
  flex: 0 0 160px;
  max-width: 160px;
  display: block;
}
.action .action-list .action-card__body {
  flex: 0 0 400px;
  max-width: 400px;
}
.action .action-list .action-card__title {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .action .action-list .action-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }
  .action .action-list .action-card__img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .action .action-list .action-card__body {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .action .action-list .action-card__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .action .action-list .action-card:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .action .action-list .action-card__img {
    width: 60%;
    align-self: center;
  }
}

/* video */
.video {
  background-image: url("../images/video_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.video .video-lead {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.video .video-frame {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: #000;
}
.video .video-frame video {
  display: block;
  width: 100%;
}
.video__text {
  max-width: 800px;
  margin: 20px auto 0;
}
.video .cta-1 .btn-cv {
  width: min(100%, 550px);
}
.video .modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.video .modal.is-open {
  display: block;
}
.video .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video .modal__content {
  position: relative;
  width: min(92vw, 900px);
  margin: 8vh auto 0;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 6px 6px 0 0 #fce99c, 7px 7px 0 0 #48486e;
  padding: 20px;
}
.video .modal__title {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin-bottom: 12px;
}
.video .modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .modal__close-icon {
  font-size: 24px;
  line-height: 1;
  transform: translateY(-2px);
}
.video .modal__video {
  width: 100%;
}
.video .modal__video video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}

/* media */
.media .media-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
  justify-items: center;
}
.media .media-list li {
  width: 100%;
  max-width: 140px;
}
.media .media-list li img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  display: block;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .media .media-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
  }
}
@media screen and (max-width: 600px) {
  .media .media-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
  }
}

/* company */
.company {
  background: #FAF8F4;
}
.company .company-info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .company .company-info {
    padding: 0;
  }
}
.company .company-info .row {
  padding: 15px 0;
}
.company .company-info .row dt {
  font-weight: 700;
  margin-bottom: 0;
  width: 180px;
  flex-shrink: 0;
}
.company .company-info .row dd {
  font-size: 0.95rem;
}
@media screen and (max-width: 768px) {
  .company .company-info .row dt {
    width: auto;
    margin-bottom: 5px;
  }
}

/* Footer */
.footer {
  background: #B09F5A;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.footer .copyright {
  font-size: 16px;
}/*# sourceMappingURL=styles.css.map */