@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
          text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

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

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.d-ib {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

sup {
  font-size: 50%;
  vertical-align: super;
}

.boxshadow-bl {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-orange {
  background-color: #fff3d6;
}

.bg-blue {
  background-color: #d2ecf9;
}

.txt-rnd {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.txt-prim {
  color: #f29600;
}

.txt-sub {
  color: #0075be;
}

.notes {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.9333333333vw;
  }
}

.common-txt {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .common-txt {
    font-size: 3.2vw;
  }
}

.btn {
  width: 438px;
  height: 88px;
  border-radius: 80px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 58.4vw;
    height: 11.7333333333vw;
    padding: 0 3.7333333333vw;
  }
}
.btn .btn-inner {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .btn .btn-inner {
    gap: 1.8666666667vw;
  }
}
.btn .btn-inner img {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .btn .btn-inner img {
    width: 4.4vw;
  }
}
.btn p {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn p {
    font-size: 3.4666666667vw;
  }
}
.btn svg {
  width: 32px;
  fill: #fff;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .btn svg {
    width: 4.2666666667vw;
  }
}
.btn:hover {
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .btn:hover {
    margin-top: 1.0666666667vw;
    margin-bottom: -1.0666666667vw;
  }
}

.btn-red {
  background: #e62153;
  box-shadow: 0 8px 0px 0px #ab0018;
}
@media screen and (max-width: 767px) {
  .btn-red {
    box-shadow: 0 1.0666666667vw 0px 0px #ab0018;
  }
}

.btn-yellow {
  background: #f29600;
  box-shadow: 0 8px 0px 0px #995900;
}
@media screen and (max-width: 767px) {
  .btn-yellow {
    box-shadow: 0 1.0666666667vw 0px 0px #995900;
  }
}

.blue-zab {
  background: #0075be;
  color: #fff;
  line-height: 1;
  padding: 1px 4px;
}
@media screen and (max-width: 767px) {
  .blue-zab {
    padding: 0.2666666667vw 1.0666666667vw;
  }
}

/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: auto;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-ui {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.sp-ui {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-ui {
    display: block;
  }
}

.pc-in {
  display: inline;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: inline;
  }
}

/* clearfix
--------------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.header {
  background: #fff;
  width: 100%;
}


.header-inner {
  width: 84%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: auto;
    width: 100%;
  }
}
.header-inner .logo {
  height: auto;
  width: 128px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .header-inner .logo {
    width: 128px;
    margin: 20px;
  }
}

.mv {
  background: url(../img/mv02_pc.webp) top center/cover no-repeat;
  height: 650px;
}
@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv02_sp.webp) center center/100% auto no-repeat;
    height: calc(800/750 * 100vw);
    margin-bottom: 8vw;
  }
}
.mv h1, .mv p {
  text-indent: -9999px;
  font-size: 0;
}

@media (min-width: 1920px) {
  .mv {
    height: auto;
    aspect-ratio: 1920/650;
  }
}
.cv-area {
  background: #0075be;
  width: 100%;
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .cv-area {
    padding-bottom: 6.4vw;
  }
}

.cv-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .cv-top {
    gap: 2.1333333333vw;
  }
}
.cv-top p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cv-top p {
    font-size: 4vw;
  }
}
.cv-top .cv-top-img {
  width: 150px;
  height: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv-top .cv-top-img {
    width: 21.7333333333vw;
    height: 14.8vw;
  }
}
.cv-top .cv-top-img img {
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cv-top .cv-top-img img {
    bottom: 0;
  }
}

.cv-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cv-btn-box {
    flex-direction: column;
    gap: 4vw;
  }
}

.tel-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .tel-box {
    gap: 2.6666666667vw;
    padding-top: 4.2666666667vw;
  }
}
.tel-box .head {
  background: #fff;
  color: #0075be;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
  padding: 8px 12px;
}
@media screen and (max-width: 767px) {
  .tel-box .head {
    font-size: 3.2vw;
    padding: 1.0666666667vw 1.6vw;
    border-radius: 1.3333333333vw;
  }
}
.tel-box .tel-num {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .tel-box .tel-num {
    gap: 1.0666666667vw;
  }
}
.tel-box .tel-num img {
  width: 35px;
}
@media screen and (max-width: 767px) {
  .tel-box .tel-num img {
    width: 4.6666666667vw;
  }
}
.tel-box .tel-num {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tel-box .tel-num {
    font-size: 6.6666666667vw;
  }
}

.tel-btm-txt {
  color: #fff;
  text-align: center;
  font-size: 19px;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .tel-btm-txt {
    font-size: 2.9333333333vw;
  }
}

.wrapper {
  width: 100%;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 8.5333333333vw 0;
  }
}

.page {
  background: #fff;
  padding: 36px 48px;
  width: 1000px;
  margin: 0 auto;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page {
    width: 94.6666666667vw;
    padding: 4.8vw 4.2666666667vw;
    border-radius: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .page_habahiro {
    width: 94.6666666667vw;
    padding: 4.8vw 2.6666666667vw;
  }
}

.page-ttl {
  line-height: 1;
}
.page01 .page-ttl {
  width: 781px;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .page01 .page-ttl {
    width: 52.5333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.page02 .page-ttl {
  width: 661px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .page02 .page-ttl {
    width: 52.5333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}

.page03 .page-ttl {
  width: 576px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .page03 .page-ttl {
    width: 52vw;
    margin: 0 auto 2.6666666667vw;
  }
}

.page04 .page-ttl {
  width: 462px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .page04 .page-ttl {
    width: 63.2vw;
    margin: 0 auto 2.6666666667vw;
  }
}

.manga {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .manga {
    padding-bottom: 3.2vw;
  }
}

.manga02-01 {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .manga02-01 {
    padding-bottom: 0vw;
  }
}

.manga02-02 {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .manga02-02 {
    padding-bottom: 4.2666666667vw;
  }
}

.manga02-03 {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .manga02-03 {
    padding-bottom: 4.2666666667vw;
    padding-top: 4.2666666667vw;
  }
}

.manga03-01 {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .manga03-01 {
    padding-bottom: 2.1333333333vw;
  }
}

.manga03-02 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .manga03-02 {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}

.page-notes {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-notes {
    gap: 2.1333333333vw;
  }
}
.page-notes dt {
  white-space: nowrap;
}

.triangle-clip {
  width: 284px; /* 底辺の長さ（実際の表示上の幅） */
  height: 70px; /* 高さ */
  background-color: #f29600;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 767px) {
  .triangle-clip {
    width: 37.8666666667vw;
    height: 9.3333333333vw;
  }
}

.page02 .triangle-clip {
  background-color: #0075be;
}

.page-cap {
  margin-top: 50px;
  border: 6px solid #f29600;
}
@media screen and (max-width: 767px) {
  .page-cap {
    margin-top: 6.6666666667vw;
    border: 0.8vw solid #f29600;
  }
}

.page-cap-blue {
  border: 6px solid #0075be;
}
@media screen and (max-width: 767px) {
  .page-cap-blue {
    border: 0.8vw solid #0075be;
  }
}

.acco-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.acco-btn:hover {
  opacity: 0.8;
}

.toggle-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #f29600;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .toggle-btn {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.toggle-btn::before, .toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.toggle-btn::before {
  width: 16px;
  height: 4px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .toggle-btn::before {
    width: 2.1333333333vw;
    height: 0.5333333333vw;
  }
}
.toggle-btn::after {
  width: 16px;
  height: 4px;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .toggle-btn::after {
    width: 2.1333333333vw;
    height: 0.5333333333vw;
  }
}
.is-active .toggle-btn {
  transform: rotate(180deg);
}
.is-active .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.page-cap-blue .toggle-btn {
  background-color: #0075be;
}

.acco-cont {
  display: none;
}

.cap-ttl01 {
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cap-ttl01 {
    width: 59.7333333333vw;
  }
}

.cap-ttl02 {
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cap-ttl02 {
    width: 74.6666666667vw;
  }
}

.cap-ttl03 {
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cap-ttl03 {
    width: 68.2666666667vw;
  }
}

.cap-box01 {
  display: flex;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cap-box01 {
    flex-direction: column;
    margin-top: 4.2666666667vw;
  }
}
.cap-box01 .img {
  width: 517px;
}
@media screen and (max-width: 767px) {
  .cap-box01 .img {
    width: 84vw;
    margin-bottom: 4.2666666667vw;
  }
}
.cap-box01 .txt {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .cap-box01 .txt {
    font-size: 3.0666666667vw;
    text-align: center;
    margin-left: 0;
  }
}
.cap-box01 .txt p {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cap-box01 .txt p {
    padding-bottom: 0;
  }
}

.cap-box01-txt {
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.cap-box01-txt .em {
  color: #f29600;
}

.graph-box {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .graph-box {
    width: 84vw;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
    margin-top: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.graph-box img {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .graph-box img {
    width: 67.7333333333vw;
  }
}

.conclusion-txt {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .conclusion-txt {
    font-size: 3.2vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.conclusion-txt span {
  color: #0075be;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .conclusion-txt span {
    font-size: 6.1333333333vw;
  }
}

.worries {
  width: 675px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .worries {
    width: 84vw;
  }
}

.hopstep {
  width: 811px;
  margin: 56px auto 32px;
}
@media screen and (max-width: 767px) {
  .hopstep {
    width: 55.8666666667vw;
    margin: 5.3333333333vw auto 32px;
  }
}

.process-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .process-wrap {
    flex-direction: column;
    gap: 4.8vw;
  }
}

.process-box {
  background: #d2ecf9;
  border-radius: 20px;
  width: 440px;
  padding: 24px 0 20px;
}
@media screen and (max-width: 767px) {
  .process-box {
    border-radius: 2.6666666667vw;
    width: 84vw;
    padding: 3.2vw 0 2.6666666667vw;
  }
}
.process-box .process-ttl01 {
  width: 139px;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .process-box .process-ttl01 {
    width: 21.0666666667vw;
  }
}
.process-box .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 24px 12px;
}
@media screen and (max-width: 767px) {
  .process-box .txt {
    font-size: 3.2vw;
    padding: 2.1333333333vw 9.8666666667vw 1.6vw;
  }
}
.process-box .img {
  margin: 0 auto;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .process-box .img {
    width: 78.6666666667vw;
  }
}

.process-btm-txt {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  padding-top: 32px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .process-btm-txt {
    font-size: 3.2vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.process-btm-txt span {
  color: #f29600;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .process-btm-txt span {
    font-size: 6.1333333333vw;
  }
}

.point-ul {
  width: 900px;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .point-ul {
    width: 84vw;
    margin: 4.2666666667vw auto 0;
  }
}
.point-ul li {
  background: #d2ecf9;
  border-radius: 20px;
  padding: 30px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .point-ul li {
    border-radius: 2.6666666667vw;
    padding: 4.2666666667vw 0vw;
    margin-bottom: 4.2666666667vw;
  }
}
.point-ul li .ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .point-ul li .ttl {
    justify-content: center;
    align-items: flex-start;
    gap: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.point-ul li .ttl .head {
  width: 148px;
  background: #0075be;
  border-radius: 25px;
  text-align: center;
  padding: 12px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .point-ul li .ttl .head {
    width: 20vw;
    border-radius: 3.3333333333vw;
    padding: 1.6vw 0;
  }
}
@media screen and (max-width: 767px) {
  .point-ul li .ttl .head img {
    width: 12.5333333333vw;
    line-height: 1;
  }
}
.point-ul li .ttl .txt {
  color: #0075be;
  font-size: 32px;
  font-family:"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point-ul li .ttl .txt {
    font-size: 4vw;
    line-height: 1.2;
  }
}
.point-ul li .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point-ul li .box {
    flex-direction: column;
    gap: 5.3333333333vw;
    text-align: center;
  }
}
.point-ul li .box .txt-box {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .point-ul li .box .txt-box {
    width: 100%;
  }
}
.point-ul li .box .yel-zab p {
  background: #fff3d6;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  .point-ul li .box .yel-zab p {
    font-size: 3.2vw;
    padding: 0.2666666667vw 1.0666666667vw;
    text-align: center;
  }
}
.point-ul li .box .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point-ul li .box .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.point-ul li .box .txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .point-ul li .box .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.point-ul li .box .txt .em {
  font-size: 54px;
  color: #f29600;
}
@media screen and (max-width: 767px) {
  .point-ul li .box .txt .em {
    font-size: 6.9333333333vw;
  }
}
.point-ul li .box .txt .em .small {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .point-ul li .box .txt .em .small {
    font-size: 4vw;
  }
}
.point-ul .li01 .img {
  width: 346px;
}
@media screen and (max-width: 767px) {
  .point-ul .li01 .img {
    width: 57.6vw;
    margin: 0 auto;
  }
}
.point-ul .li02 .box .txt-box .yel-zab p {
  white-space: nowrap;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .point-ul .li02 .box .txt-box .yel-zab p {
    font-size: 3.2vw;
  }
}
.point-ul .li02 .box .txt-box .em {
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .point-ul .li02 .box .txt-box .em {
    font-size: 5.3333333333vw;
  }
}
.point-ul .li02 .box .txt-box .txt {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .point-ul .li02 .box .txt-box .txt {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .point-ul .li02 .box .txt-box .txt {
    white-space: nowrap;
  }
}
.point-ul .li02 .img {
  width: 322px;
  margin-top: -92px;
}
@media screen and (max-width: 767px) {
  .point-ul .li02 .img {
    width: 57.6vw;
    margin: -4.2666666667vw auto 0;
  }
}
.point-ul .li03 .box .txt-box .em {
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .point-ul .li03 .box .txt-box .em {
    font-size: 5.3333333333vw;
  }
}
.point-ul .li03 .box .txt-box .txt {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .point-ul .li03 .box .txt-box .txt {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .point-ul .li03 .box .txt-box .txt {
    white-space: nowrap;
  }
}
.point-ul .li03 .img {
  width: 346px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .point-ul .li03 .img {
    width: 57.6vw;
    margin: 0vw auto 0;
  }
}

.flow-area {
  width: 100%;
  padding: 64px 0 80px;
  background: #fff3d6;
}
@media screen and (max-width: 767px) {
  .flow-area {
    padding: 8.5333333333vw 0 10.6666666667vw;
  }
}
.flow-area .ttl {
  width: 373px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .flow-area .ttl {
    width: 49.7333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

.flow-list {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow-list {
    width: 94.6666666667vw;
    flex-direction: column;
    gap: 4vw;
  }
}
.flow-list .flow-list-item {
  position: relative;
  width: 320px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item {
    width: 100%;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 0 4vw;
  }
}
.flow-list .flow-list-item .ttl {
  width: 118px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item .ttl {
    width: 15.7333333333vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.flow-list .flow-list-item .ttl-txt {
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item .ttl-txt {
    font-size: 4.8vw;
    padding-bottom: 1.0666666667vw;
  }
}
.flow-list .flow-list-item .img {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item .img {
    margin-bottom: 2.6666666667vw;
    width: 15.8666666667vw;
  }
}
.flow-list .flow-list-item .txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item .txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.flow-list .flow-list-item .triangle-clip {
  width: 33px; /* 矢印の「高さ（厚み）」 */
  height: 137px; /* 矢印の「底辺」 */
  background-color: #f29600;
  /* 右向きの三角形を作る座標設定 */
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  /* 位置調整（右側に配置する場合の例） */
  top: 50%;
  left: auto;
  right: 0;
  z-index: 2;
  transform: translateY(-50%) translateX(100%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-item .triangle-clip {
    width: 18.2666666667vw;
    height: 5.8666666667vw;
    background-color: #f29600;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 0;
    right: auto;
    left: 50%;
    top: auto;
    z-index: 2;
    transform: translateX(-50%) translateY(100%);
  }
}

.footer {
  width: 100%;
  padding: 48px 0 120px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6.4vw 0 29.3333333333vw;
  }
}
.footer .logo {
  width: 418px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  .footer .logo {
    width: 62.4vw;
    margin: 0 auto 4.2666666667vw;
  }
}

.info {
  background: #e6e6e6;
  width: 1000px;
  margin: 0 auto;
  padding: 24px 50px;
  font-size: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .info {
    width: 89.3333333333vw;
    padding: 4.2666666667vw 3.2vw;
    font-size: 2.9333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.info dl {
  display: flex;
  gap: 0.2em;
}

.foot-wrap {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  text-align: right;
  padding-top: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .foot-wrap {
    width: 89.3333333333vw;
    font-size: 2.9333333333vw;
  }
}

.daiichi-logo{
    width: 202px;
    margin: 30px auto 30px;

}

.kjin {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  color: #5997d1;
  padding-bottom: 0.2em;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .kjin {
    font-size: 2.9333333333vw;
  }
}
.kjin:hover {
  opacity: 0.7;
}

.copy {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 2.9333333333vw;
  }
}

.floating {
  opacity: 0;
  background: #0075be;
  width: 100%;
  padding: 16px 0 20px;
  transition: 0.2s;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
.floating.show {
  opacity: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: 2.1333333333vw 3.2vw 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-box {
    gap: 1.0666666667vw;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .floating .cv-btn-box .btn {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-box .btn {
    width: 56vw;
  }
}