@charset "utf-8";
/*--------------------------------------
基本設定
---------------------------------------*/

body {
  font-family:
    sans-serif, 'Noto Sans JP', 'ヒラギノ角ゴ ProN W6',
    'Hiragino Kaku Gothic StdN', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック',
    'Hiragino Sans';
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  max-width: 520px;
  background: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.head-sub-text {
  margin-bottom: 24px;
}

.header {
  display: flex;
  gap: 16px;
  padding: 6px 16px 6px 16px;
  align-items: center;
}

.header_logo {
    width: 280.08px;
    height: 48px;
}

/* KeyVisual */
.fv_mv img {
  width: 100%;
}

/* Follow-cta */
.follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  z-index: 99;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.4);
}

.follow-btn a img {
  width: 100%;
}

.follow-cta-sokutei {
  position: relative;
  display: block;
}

.follow-cta-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

#follow-btn.hide {
  display: none;
}

/* FV */
.fv_mv {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* worry */
.worry {
margin-bottom: 32px;
}

.worry-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 16px 0;
  border-radius: 32px 32px 0 0;
  position: relative;
  background-color: #56A3DA;
}

.worry_head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 24px auto 0 auto;
  color: #FFF;
  text-align: center;
}

.worry_head_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.worry_head_lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 14px);
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 3.4vw, 21px);
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.worry_head_icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: auto;
  height: 42px;
  margin: 0;
}

.worry_title {
  margin: 4px 0 0;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 5vw, 31px);
  font-weight: 800;
  line-height: 1.4;
}

.worry_head_slash {
  font-size: clamp(18px, 3.4vw, 21px);
  font-weight: 800;
  line-height: 1.4;
}

@media screen and (max-width: 520px) {
  .worry_head {
    align-items: center;
    margin-bottom: 2px;
  }

  .worry_head_icon {
    left: 0;
    transform: translateY(-50%);
    height: 28px;
  }

  .worry_head_lead {
    gap: 6px;
    font-size: 18px;
  }

  .worry_title {
    margin-top: 4px;
    font-size: 26px;
    line-height: 1.4;
  }

  .worry_head_slash {
    font-size: 18px;
  }

  .worry_conclusion_text {
    font-size: 26px;
    line-height: 1.4;
  }
}

.worry_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.worry_contents img {
  width: 100%;
}

.worry_contents .worry03 {
  margin-top: -12px;
}

.worry_conclusion {
  margin-top: 16px;
  padding: 0 16px;
}

.worry_conclusion_text {
  margin: 0;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 5vw, 31px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.worry_conclusion_line {
  display: inline-block;
  padding: 0 8px 6px;
  border-bottom: 2px solid #5C95BE;
}

.worry_conclusion_line + .worry_conclusion_line {
  margin-top: 8px;
}

.worry_conclusion_quote-left {
  margin-left: -0.40em;
}

.worry_conclusion_quote-right {
  margin-right: -0.40em;
}

/* stop contents */
.stop {
  padding: 32px 0 2px 0;
  border-radius: 32px 32px 0 0;
  position: relative;
  background-color: #E7E7E7;
}

.stop_wrapper,
.stop-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}

.stop_head {
  width: 100%;
  color: #0C3A5A;
  text-align: center;
}

.stop_head_lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 12px);
  margin: 0;
  color: #0C3A5A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 3.4vw, 21px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.stop_title {
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #0C3A5A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 5vw, 31px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.stop_title_emphasis,
.stop_title_text {
  font-size: clamp(26px, 5vw, 31px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.stop_head_slash {
  font-size: clamp(18px, 3.4vw, 21px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.stop_title_no {
  font-size: clamp(20px, 3.8vw, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}
.stop-wrapper {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.stop-wrapper img {
  width: 100%;
}

.stop_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 0;
}

.stop_contents > img {
  margin: 16px 0 0 0;
}

.stop-step {
  width: 343px;
  max-width: 343px;
  margin: 96px auto 0;
  background: transparent;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.16));
  padding: 0;
  position: relative;
  text-align: left;
  overflow: visible;
}

.stop-step--2,
.stop-step--3 {
  margin-top: 24px;
}

.stop-step__person {
  position: absolute;
  top: -126px;
  right: 18px;
  width: 176px;
  margin: 0;
  z-index: 0;
}

.stop-step__badge-img {
  position: absolute;
  top: -23px;
  left: -6px;
  width: 72px;
  height: auto;
  margin: 0;
  z-index: 3;
}

.stop-step__panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.stop-step__heading {
  display: flex;
  width: 343px;
  height: 64px;
  padding: 6px 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #5C95BE 0%, #3174A4 50%, #5C95BE 100%);
  text-align: center;
  box-sizing: border-box;
}

.stop-step__phase {
  margin: 2px 0 0;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.stop-step__title {
  margin: 0;
  color: #F3FF10;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.stop-step__content {
  display: flex;
  width: 343px;
  min-height: 588px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border-radius: 0 0 8px 8px;
  background: #FFF;
  box-sizing: border-box;
}

.stop-step__list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

.stop-step__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.stop-step__list li img {
  width: 18px;
  height: 22px;
  margin: 2px 0 0;
  flex: 0 0 18px;
}

.stop-step__list li span {
  display: block;
}

.stop-step__list mark {
  background: linear-gradient(transparent 58%, #f8ff00 58%);
  color: inherit;
  padding: 0 2px;
}

.stop-step__arrow {
  display: block;
  margin: 2px auto 0;
  width: calc(100% - 24px);
}

.stop-step__fact {
  width: 100%;
  margin: 10px 0 0;
  border-radius: 0;
  overflow: hidden;
}

.stop-step__fact img {
  width: 100%;
  display: block;
  margin: 0;
}

.stop-step__body {
  width: 100%;
  padding: 10px 4px 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

.stop-step__example {
  margin: 0;
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.stop-step__hint {
  margin: 18px 0 0;
  font-size: 17px;
  color: #ff6a73;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.stop-step__question {
  width: 100%;
  margin: 8px 0 0;
  padding: 8px 0 2px;
  color: #0C3A5A;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.stop-step__question-tight {
  letter-spacing: -0.28em;
}

.stop-step--2 .stop-step__content,
.stop-step--3 .stop-step__content {
  min-height: auto;
}

.stop-step--3 .stop-step__phase {
  font-size: 13px;
}

@media screen and (min-width: 521px) {
  .stop-step {
    width: calc(100% - 32px);
    max-width: 488px;
  }

  .stop-step__person {
    top: -94px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .stop-step__heading,
  .stop-step__content {
    width: 100%;
  }

  .stop-step__list br,
  .stop-step__hint br {
    display: none;
  }

  .stop-step__example-inline br {
    display: none;
  }

  .stop-step__question-line1 br {
    display: none;
  }

  .stop-step__question-line1 {
    display: inline;
  }

  .stop-step__question-line1::after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 520px) {
  .stop-step {
    width: 343px;
    max-width: 100%;
    margin-top: 84px;
  }

  .stop-step--2,
  .stop-step--3 {
    margin-top: 16px;
  }

  .stop-step__person {
    top: -78px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 170px;
  }

  .stop-step__heading,
  .stop-step__content {
    width: 100%;
  }

  .stop-step__title {
    font-size: 20px;
  }

  .stop-step__list {
    font-size: 18px;
  }
}
/* road contents */
.road {
  padding: 32px 0 24px 0;
  position: relative;
  background-color: #0C3A5A;
}

.road_wrapper,
.road-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}

.road_head {
  width: 100%;
  color: #FFF;
  text-align: center;
}

.road_head_lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 12px);
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 3.4vw, 21px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.road_title {
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 5vw, 31px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.road_title_emphasis,
.road_title_text {
  font-size: clamp(26px, 5vw, 31px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.road_head_slash {
  font-size: clamp(18px, 3.4vw, 21px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.road_title_no {
  font-size: clamp(20px, 3.8vw, 24px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.road_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 0;
  width: 100%;
}

.road-step {
  position: relative;
  width: 100%;
  max-width: 520px;
  min-height: 389px;
  padding-top: 18px;
  margin-top: 10px;
}

.road-step__accent {
  position: absolute;
  top: 31px;
  left: 22px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #B54831;
}

.road-step__card {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 24px 16px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #F6F4ED 0%, #FFFFFF 50%, #F6F4ED 100%) padding-box,
    linear-gradient(90deg, rgba(198, 155, 72, 1) 0%, rgba(247, 230, 148, 1) 50%, rgba(198, 155, 72, 1) 100%) border-box;
  text-align: center;
  box-sizing: border-box;
}

.road-step__label {
  position: absolute;
  top: -17px;
  left: -7px;
  width: 106px;
  height: auto;
  margin: 0;
}

.road-step__title {
  margin: 0 0 8px;
  color: #A8422E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

.road-step__lead {
  margin: 0 0 8px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.road-step__image-wrap {
  margin-bottom: 8px;
  width: 100%;
}

.road-step__image {
  display: block;
  width: 100%;
  max-width: 287px;
  height: auto;
  margin: 0 auto;
}

.road-step__note {
  margin: 0;
  color: #0C3A5A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

.road-step__note + .road-step__note {
  margin-top: 4px;
}

.road-step__note-break {
  display: block;
}

.road-step__note-secondary {
  margin: 2px 0 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-align: left;
  width: 100%;
}

.road-step--last {
  min-height: 0;
  padding-bottom: 0;
}

.road-step__arrow {
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 61px;
  height: auto;
  transform: translateX(-50%);
  margin: 0;
}

@media screen and (max-width: 520px) {
  .road-step {
    width: 100%;
    min-height: auto;
    padding-top: 18px;
  }
}

@media screen and (min-width: 521px) {
  .road-step__note-break {
    display: inline;
  }

  .road-step {
    max-width: 100%;
    min-height: auto;
    padding-bottom: 17px;
  }

  .road-step__card br {
    display: none;
  }

  .road-step__arrow {
    bottom: 0;
  }
}

/* qa contents */
.qa {
  padding: 46px 15px 34px;
  position: relative;
  background-color: #efefef;
}

.qa_wrapper,
.qa-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.qa_title {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(31px, 5.4vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #0f456d;
}

.qa_contents {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 100%;
  align-items: center;
}

.qa_item {
  display: flex;
  width: min(460px, 100%);
  max-width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: #ffffff;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.16));
  text-align: left;
}

.qa_question_row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.qa_icon {
  display: flex;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Zen Old Mincho", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  background-color: #0f456d;
  padding-bottom: 4px;
}

.qa_question {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0C3A5A;
}

.qa_answer {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333333;
}

.qa_answer + .qa_answer {
  margin-top: 10px;
}

@media screen and (max-width: 520px) {
  .qa {
    padding: 38px 15px 30px;
  }

  .qa_title {
    font-size: 31px;
    margin-bottom: 18px;
  }

  .qa_contents {
    gap: 18px;
  }

  .qa_item {
    width: 100%;
  }

  .qa_question_row {
    gap: 12px;
    margin-bottom: 14px;
  }

  .qa_icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 31px;
    padding-bottom: 3px;
  }

  .qa_question {
    font-size: 18px;
    line-height: 1.3;
  }

  .qa_answer {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* online contents */
.online {
    padding: 32px 0 24px 0;
    position: relative;
    background-color: #56A3DA;
}


.online-wrapper {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.online-wrapper img {
  width: 100%;
}

.online_contents {
  display: flex;
  flex-wrap: wrap;
}

.online_contents img {
margin: 0 0 0 0;
}

.online_contents .btn-area {
  margin-top: clamp(-144px, -28vw, -96px);
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .online_contents .btn-area {
    margin-top: -30%;
    margin-bottom: 0;
  }
}

/* monitor */
.monitor {
  padding: 42px 0;
}

.monitor_head img {
  padding: 0px 16px 0px 16px;
}

/* vision */
.vision {
  padding: 32px 0;
  background: url("../img/vision-bg.png") center top / cover no-repeat;
}

.vision_wrapper img {
  margin-bottom: 24px;
}

/* CTA */
.btn-area {
  margin-bottom: 32px;
}

.btn-area-last {
  padding: 32px 0;
  background-color: #0c3a5a;
}

.cv-cta-caption {
  margin: 0 0 16px;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.96px;
}

@media screen and (min-width: 521px) {
  .cv-cta-caption {
    font-size: 24px;
    letter-spacing: 1.44px;
  }
}


/* footer */
.footer {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 40px;
}

.footer p {
  margin: 0 auto;
  text-align: center;
}

.footer_txt p {
  font-size: 14px;
  margin: 3% auto;
}

.footer_txt .copy {
  font-size: 10px;
}

.footer .header {
  justify-content: center;
}

.footer .header_logo {
  margin: 0 auto;
}

.logo {
  max-width: 250px;
  margin: 0 auto;
}
.logo img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
