@charset "UTF-8";
/* 共通 */
.main_title {
  font-size: 3rem;
  font-weight: bold;
  color: #114CBA;
  text-align: center;
}
.mw_992 {
  max-width: 992px;
  width: 90%;
  margin: 0 auto;
}

/* mv */
.mv {
  position: relative;
  margin: 0 auto;
  height: 587px;
  background: #F5F5F5;
}
.mv_inner{
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: url(../img/mv.webp) no-repeat center;
}
.mv_box {
  max-width: 465px;
  margin-right: auto;
  padding-left: 5%;
  hgroup {
    h1 {
      font-size: 4rem;
      font-weight: bold;
      line-height: 1.25;
      letter-spacing: 0;
      .big {
        font-size: 6.4rem;
      }
    }
    p {
      font-weight: bold;
      text-align: right;
    }
  }
  .mv_text {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }
  .mv_det {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    p {
      --circle-size: 100px;
      width: var(--circle-size);
      height: var(--circle-size);
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #114CBA;
      color: #114CBA;
      border-radius: 50%;
      text-align: center;
      font-weight: bold;
    }
  }
  .mv_btn_text {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
  }
  .mv_btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  .mv_btn_left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    max-width: 178px;
    width: 100%;
    height: 90px;
    background: linear-gradient(to right, #E07000, #F9A200);
    color: #FFF;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
    span {
      position: relative;
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #FFF;
        border-right: 0;
      }
    }
  }
  .mv_btn_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    max-width: 178px;
    width: 100%;
    height: 90px;
    background: linear-gradient(to right, #D81C1C, #FF613A);
    color: #FFF;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
    span {
      position: relative;
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #FFF;
        border-right: 0;
      }
    }
  }
}


/* about */
#about {
  background: radial-gradient(50.08% 50.08% at 50% 49.92%, #F7FCFF 0%, #EFF9FF 61.65%, #D8EFFD 100%);
  position: relative;
}
.abo_inner {
  padding-top: 64px;
  p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    margin-top: 20px;
    span {
      font-size: 2.4rem;
    }
  }
  .abo_img {
    display: flex;
    justify-content: center;
  }
  .abo_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 286px;
    width: 100%;
    height: 80px;
    background: linear-gradient(to right, #D81C1C, #FF613A);
    color: #FFF;
    font-weight: bold;
    padding-left: 2rem;
    margin: 20px auto 0;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
    span {
      position: relative;
      &::before {
        content: "";
        background: url(../img/about_sample.svg) no-repeat center/cover;
        width: 33px;
        height: 32px;
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
      }
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #FFF;
        border-right: 0;
      }
    }
  }
  .abo_message {
    margin-top: 60px;
    font-size: 2.6rem;
    color: #114CBA;
  }
}

/* solve */
#solve {
  background: url(../img/solve_bg.webp) no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 150px;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    background: url(../img/about_bg.webp) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 252px;
  }
}
.sol_inner {
  padding-top: 20px;
  position: relative;
  z-index: 1;
  .sol_box_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    position: relative;
    &::before {
      content: "";
      background: url(../img/solve_icon01.webp) no-repeat center/cover;
      width: 111px;
      height: 296px;
      position: absolute;
      left: -110px;
    }
    &::after {
      content: "";
      background: url(../img/solve_icon02.webp) no-repeat center/cover;
      width: 113px;
      height: 246px;
      position: absolute;
      right: -110px;
    }
  }
  .sol_box {
    --circle-size: 185px;
    background: #22AAFF;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    p {
      color: #FFF;
      font-weight: bold;
      line-height: 1.75;
      .yellow {
        color: #FFFA68;
      }
    }
  }
}
.solve_detail {
  margin-top: 100px;
}
.sol_detbox_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.sol_detbox_outer {
  margin-top: 30px;
}
.sol_detbox {
  --circle-size: 205px;
  background: #FFF;
  filter: drop-shadow(0 0 10px #2AF);
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  p {
    font-size: 2rem;
    color: #114CBA;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    .orange {
      font-size: 2.4rem;
      color: #E67E07;

    }
  }
}
.sol_icon {
  margin: 10px 0;
}
.sol_voice_outer {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.sol_voice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  p {
    font-weight: bold;
    color: #114CBA;
    line-height: 1.75;
    max-width: 335px;
    width: 100%;
    background: #FFF;
    padding: 32px 5%;
    position: relative;
    &::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 18px solid #FFF;
      border-left: 0;
      position: absolute;
      top: 50%;
      left: -18px;
      transform: translateY(-50%);
    }
  }
}
.feature_intro {
  h3 {
    background: #114CBA;
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFF;
    padding: 8px 3%;
  }
}
.feature_introbox_outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.feature_introbox {
  background: #D8EFFD;
  padding: 20px 10px 20px 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.fi_left {
  max-width: 588px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  h4 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #114CBA;
    padding-left: 0.9em;
    text-indent: -0.9em;
  }
  a {
    color: #114CBA;
    text-decoration: underline;
  }
}
.description {
  padding-bottom: 50px;
}
.option {
  margin-top: 60px;
  h3 {
    background: #22AAFF;
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFF;
    padding: 8px 3%;
  }
  .opt_box_outer {
    margin-top: 20px;
    display: flex;
    gap: 20px;
  }
  .opt_box {
    background: #F5F5F5;
    padding: 22px 5% 50px;
    min-height: 480px;
    h4 {
      margin: 15px 0;
      font-size: 2.4rem;
      font-weight: bold;
      color: #22AAFF;
    }
    p {
      line-height: 1.75;
    }
  }
}

/* price */
#price {
  background: #F5F5F5;
  padding: 40px 0 50px;
}
.pri_inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  background: #FFF;
}
.s_price {
  h3 {
    background: #114CBA;
    font-size: 3.2rem;
    font-weight: bold;
    color: #FFF;
    padding: 8px 3%;
    margin-top: 20px;
  }
  p {
    margin-top: 20px;
  }
}
.reference {
  background: #D5D9F4;
  margin-top: 40px;
  padding: 20px 40px;
   summary {
    background: #404A8E;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    padding: 10px 2%;
    position: relative;
      display: block;
      list-style: none;
    &::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      border-top: 15px solid #FFF;
      border-bottom: 0;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
    }
  }
  &[open] {
    summary::after {
      transform: translateY(-50%) rotate(180deg);
    }
  }
}
.ref_btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 6px;
  margin-top: 30px;
  p {
    font-weight: bold;
  }
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    height: 66px;
    background: #404a8e;
    color: #FFF;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
  }
}
.precautions {
  margin-top: 30px;
  .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #242424;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #114CBA;
  }
  ul {
      li {
      font-size: 1.4rem;
      line-height: 1.5;
    }
  }
}
.quote_btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 6px;
  margin-top: 30px;
  p {
    font-weight: bold;
  }
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    width: 100%;
    height: 66px;
    background: linear-gradient(to right, #E07000, #F9A200);
    color: #FFF;
    font-weight: bold;
    padding-left: 2rem;
    margin: 0 auto;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
  }
}
/* flow */
#flow {
  margin-top: 50px;
  margin-bottom: 100px;
}
.flow_border {
  border-left: 22px solid #22AAFF;
  position: relative;
  &::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 22px solid #22AAFF;
    border-bottom: 0;
    position: absolute;
    left: -35px;
    bottom: -20px;
    z-index: 2;
  }
}
.flow_box_outer {
  max-width: 940px;
  margin-left: auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flow_box {
  background: #D8EFFD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 40px;
  min-height: 185px;
}
.flow_text {
  max-width: 602px;
  h5 {
    color: #114CBA;
    font-size: 2.4rem;
    font-weight: bold;
  }
  p {
    margin-top: 10px;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
/* question */
#question {
  margin-top: 50px;
  padding: 50px 0;
  background: linear-gradient(to bottom, #22AAFF, #114CBA);
  border-radius: 50px 50px 0 0;
  .main_title {
    color: #FFF;
  }
}
.qa_box_outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.qa_box {
  background: #FFF;
  padding: 20px 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qa_box_q {
  font-size: 2.4rem;
  font-weight: bold;
  color: #114CBA;
}
.qa_box_a {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1;
  .orange {
    font-size: 2.4rem;
    font-weight: bold;
    color: #E67700;
  }
}
/* contact */
.contact {
  padding: 40px 5%;
}
.con_box_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.con_box {
  max-width: 368px;
  width: 100%;
  & > p {
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
  }
  a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 110px;
    background: linear-gradient(to right, #E07000, #F9A200);
    color: #FFF;
    font-weight: bold;
    margin: 10px auto 0;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
  }
  .con_box_text {
    p {
      color: #FFF;
      text-align: center;
      font-weight: bold;
    }
    .big {
      font-size: 3rem;
    }
    .sub_big {
      font-size: 2.4rem;
    }
  }
}

@media screen and (max-width: 767px) {
  /* 共通 */
  .main_title {
    font-size: 2.4rem;
  }
  /* mv */
  .mv {
    height: 750px;
  }
  .mv_inner {
    max-width: 1280px;
    margin: 0px auto;
    height: 100%;
    width: 100%;
    align-items: normal;
    background: url(../img/mv_sp.webp) no-repeat center bottom/cover;
    background-size: 450px;
    padding: 40px 5%;
  }
  .mv_box {
    margin-right: 0;
    hgroup {
      max-width: 245px;
      margin: 0 auto;
      h1 {
        font-size: 2.4rem;
        .big {
          font-size: 4rem;
        }
      }
      p {
        font-size: 1.4rem;
      }
    }
    .mv_text {
      font-size: 1.6rem;
      margin-top: 10px;
    }
    .mv_det {
      gap: 10px;
      margin-top: 10px;
      p {
        --circle-size: 75px;
        font-size: 1.4rem;
      }
    }
    .mv_btn_text {
      font-size: 1.4rem;
    }
    .mv_btn_box {
      flex-direction: column;
    }
    .mv_btn_left , .mv_btn_right {
      max-width: none;
      height: 50px;
      flex-direction: row;
    }
  }
  /* about */
  #about {

  }
  .abo_inner {
    padding-top: 32px;
    p {
      font-size: 1.6rem;
      text-align: left;
      span {
        font-size: 2rem;
      }
    }
    .abo_message {
      font-size: 1.8rem;
      text-align: center;
    }
  }
  /* solve */
  .sol_inner {
    .sol_box_outer {
      flex-wrap: wrap;
      gap: 6px;
      position: relative;
      &::before {
        transform: scale(.7);
        left: -20px;
        bottom: -100px;
      }
      &::after {
        transform: scale(.8);
        right: -15px;
        bottom: -80px;
      }
    }
    .sol_box {
      --circle-size: 140px;
      p {
        font-size: 1.2rem;
      }
    }
  }
  .sol_detbox_outer {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sol_detbox {
    --circle-size: 120px;
    p {
      font-size: 1.2rem;
      .orange {
        font-size: 1.4rem;
      }
    }
  }
  .sol_voice_outer {
    gap: 8px;
  }
  .sol_voice {
    p {
      font-size: 1.4rem;
      padding: 10px 5%;
    }
  }
  /* description */
  .feature_intro {
    h3 {
      font-size: 2rem;
    }
  }
  .feature_introbox {
    gap: 16px;
    flex-direction: column;
    padding: 20px 5%;
  }
  .fi_left {
    h4 {
      font-size: 2rem;
    }
    p , a {
      font-size: 1.4rem;
    }
  }
  .option {
    h3 {
      font-size: 2rem;
    }
    .opt_box {
      padding: 16px 5%;
    }
    .opt_box_outer {
      flex-direction: column;
    }
  }
  /* price */
  .pri_inner {
    padding: 20px 0;
  }
  .s_price {
    h3 {
      font-size: 2rem;
    }
  }
  .reference {
    padding: 20px 5%;
    summary{
      font-size: 1.6rem;
      padding-right: 10%;
      &::after {
        right: 10px;
      }
    }
    & > div {
      & > p {
        font-size: 1.2rem;
      }
    }
  }
  .precautions {
    .title {
        font-size: 2rem;
    }
  }
  /* flow */
  #flow {
    margin-bottom: 50px;
  }
  .flow_box {
    padding: 20px 5%;
    flex-direction: column;
    gap: 8px;
  }
  .flow_text {
    h5 {
      font-size: 1.8rem;
    }
    p {
      font-size: 1.4rem;
    }
  }
  .flow_border {
    border-left: 10px solid #22AAFF;
      &::after {
      content: "";
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-top: 16px solid #22AAFF;
        left: -21px;
        bottom: -14px;
    }
  }
  /* question */
  #question {
    margin-top: 30px;
    padding: 30px 0;
  }
  .qa_box {
    padding: 20px 5%;
  }
  .qa_box_q {
    font-size: 1.8rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .qa_box_a {
    span {
      white-space: nowrap;
    }
    p {
      font-size: 1.4rem;
    }
  }
  /* contact */
  .con_box_outer {
    flex-direction: column;
    gap: 30px;
  }
  .con_box {
    & > p {
      font-size: 1.4rem;
    }
    & > a figure img {
      transform: scale(.8);
    }
    .con_box_text {
      p {
        font-size: 1.4rem;
      }
      .sub_big {
        font-size: 2rem;
      }
      .big {
          font-size: 2.4rem;
      }
    }
  }
  .con_box a {
    height: 70px;
    gap: 10px;
    padding-right: 20px;
  }
}
/* 印刷用設定 */
@media print {
}