@charset "UTF-8";
.sec._1 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec._1 {
    padding: 20px 0 0;
  }
}
.sec._1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec._1 .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 30px;
  }
}
.sec._1 .list .thumb .img {
  width: 100%;
}
.sec._1 .list-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sec._1 .list-item .thumb {
  order: -1;
}
.sec._1 .list-item .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .sec._1 .list-item .ttl {
    align-items: flex-start;
    gap: 8px;
  }
}
.sec._1 .list-item .ttl:not(:first-of-type) {
  margin-top: 15px;
}
.sec._1 .list-item .ttl:before {
  content: "";
  aspect-ratio: 30/29;
  width: 30px;
  flex: 0 0 auto;
  background: url(../../assets/img/common/icon-check.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .sec._1 .list-item .ttl:before {
    width: 28px;
    margin: 2px 0 0;
  }
}
.sec._1 .solution {
  padding: 40px;
  background: #FAF9F2;
  border-radius: 20px;
  max-width: 920px;
  width: 100%;
  margin: 65px auto 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec._1 .solution {
    padding: 30px 20px;
    margin: 50px 0 0;
    border-radius: 10px;
  }
}
.sec._1 .solution:before {
  position: absolute;
  top: -23px;
  left: 50%;
  display: inline-block;
  width: 105px;
  height: 45px;
  background: url(../../assets/img/common/icon-arrow-bottom.svg) no-repeat top center/contain;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec._1 .solution:before {
    top: -10px;
    width: 82px;
    height: 36px;
  }
}
.sec._1 .solution .ttl {
  font-size: 3rem;
  line-height: 34px;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec._1 .solution .ttl {
    font-size: 2.6rem;
    line-height: 36px;
    margin: 0 0 15px;
  }
}
.sec._1 .solution p {
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
}
.sec._1 .solution p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec._1 .solution p {
    font-size: 1.6rem;
    line-height: 26px;
    text-align: left;
  }
}
.sec._2 {
  padding: 80px 0;
  margin: 80px 0 0;
  background: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .sec._2 {
    margin: 60px 0 0;
    padding: 60px 15px;
  }
}
.sec._3 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._3 {
    padding: 60px 15px 0;
  }
}
.sec._3 .value {
  margin: 50px auto 0;
  padding: 40px;
  border-radius: 20px;
  background: #FAF9F2;
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec._3 .value {
    margin: 30px 0 0;
    border-radius: 10px;
    padding: 20px;
  }
}
.sec._3 .value .ttl {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec._3 .value .ttl {
    font-size: 2.2rem;
    line-height: 34px;
    letter-spacing: 0.06em;
  }
}
.sec._3 .value .note {
  width: fit-content;
  margin: 10px auto 0;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec._3 .value .note {
    margin: 15px 0 0;
    gap: 6px;
  }
}
.sec._3 .value .note:before {
  content: "※";
}
.sec._cancel {
  margin: 80px 0 0;
  padding: 80px 0;
  background: #faf9f2;
}
@media screen and (max-width: 768px) {
  .sec._cancel {
    padding: 60px 15px;
    margin: 60px 0 0;
  }
}
.sec._cancel .content {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.sec._cancel .def {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec._cancel .def {
    margin-top: 30px;
  }
}
.sec._cancel .def-ttl {
  padding: 20px;
  background: #f9f9f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  border-bottom: 1px solid #74797e;
}
@media screen and (max-width: 768px) {
  .sec._cancel .def-ttl {
    width: 113px;
    padding: 20px 15px;
    align-items: flex-start;
  }
}
.sec._cancel .def-ttl.first {
  border-top: 1px solid #74797e;
}
.sec._cancel .def-dtl {
  width: 80%;
  border-bottom: 1px solid #74797e;
  border-left: 1px solid #74797e;
  padding: 20px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec._cancel .def-dtl {
    flex: 1 1;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec._cancel .def-dtl .item + .item {
    margin-top: 15px;
  }
}
.sec._cancel .def-dtl.first {
  border-top: 1px solid #74797e;
}
.sec._cancel .c_list_7 {
  margin: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec._cancel .c_list_7 {
    margin: 15px 0 0 10px;
  }
}
.sec._cancel .c_list_7-item {
  font-size: 1.6rem;
  line-height: 1.875;
}
.sec._cancel .c_list_7-item:not(:first-of-type) {
  margin-top: 8px;
}
.sec._cancel .c_list_7-item {
  border: none;
  padding: 0 0 0 20px;
}
.sec._cancel .c_list_7-item:before {
  top: 10px;
}
.sec._flow {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._flow {
    padding: 60px 15px 0;
  }
}
.sec._flow .content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.sec._flow .step {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec._flow .step {
    margin-top: 30px;
  }
}
.sec._flow .step._arrow .step-item {
  position: relative;
}
.sec._flow .step._arrow .step-item:not(:first-child):before {
  position: absolute;
  top: -48px;
  left: 50%;
  display: inline-block;
  width: 91px;
  height: 30px;
  background: url(../../assets/img/common/icon-arrow-bottom.svg) no-repeat top center/contain;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec._flow .step._arrow .step-item:not(:first-child):before {
    top: -28px;
    width: 60px;
    height: 20px;
  }
}
.sec._flow .step-item {
  padding: 50px 30px;
  border-radius: 20px;
  background: #f2f8ff;
  counter-increment: stepnum;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-item {
    padding: 20px;
    border-radius: 10px;
  }
}
.sec._flow .step-item:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec._flow .step-item:nth-child(3) .step-ano._1 {
    margin-top: 20px;
  }
}
.sec._flow .step-item .btn_box {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-item .c_btn_3._arrow .c_btn_3-txt {
    padding: 0 20px 0 0;
  }
}
.sec._flow .step-ttl {
  position: relative;
  padding: 13px 0;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-ttl {
    padding: 5px 0;
  }
}
.sec._flow .step-ttl:before {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-block;
  color: #fff;
  content: "STEP";
  letter-spacing: -1px;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-ttl:before {
    top: 10px;
    left: 9px;
    font-size: 1rem;
    line-height: 1;
  }
}
.sec._flow .step-ttl:after {
  position: absolute;
  top: 29px;
  left: 19px;
  display: inline-block;
  color: #fff67c;
  content: counter(stepnum, decimal-leading-zero);
  letter-spacing: -0.5px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-ttl:after {
    top: 21px;
    left: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.sec._flow .step-ttl a {
  color: #4FA5FC;
  text-decoration: underline;
}
.sec._flow .step-ttl a:hover {
  text-decoration: none;
}
.sec._flow .step-label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-label {
    padding: 0 0 0 50px;
  }
}
.sec._flow .step-label:before {
  position: absolute;
  top: -13px;
  left: 0;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #4fa5fc;
  content: "";
}
@media screen and (max-width: 768px) {
  .sec._flow .step-label:before {
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.sec._flow .step-subttl {
  padding: 20px 0;
  border-bottom: 1px solid #666;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-subttl {
    padding: 15px 0;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}
.sec._flow .step-txt {
  margin-top: 20px;
}
.sec._flow .step-txt + .step-txtx {
  margin-top: 15px;
}
.sec._flow .step-numlist {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-numlist {
    margin-top: 5px;
  }
}
.sec._flow .step-numitem {
  position: relative;
  padding: 15px 0 15px 45px;
  counter-increment: docnum;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-numitem {
    padding: 15px 0 15px 40px;
  }
}
.sec._flow .step-numitem:not(:first-child) {
  border-top: 1px dashed #797979;
}
.sec._flow .step-numitem:before {
  position: absolute;
  top: 13px;
  left: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background: #4fa5fc;
  content: "";
}
@media screen and (max-width: 768px) {
  .sec._flow .step-numitem:before {
    top: 14px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
  }
}
.sec._flow .step-numitem:after {
  position: absolute;
  top: 22px;
  left: 9px;
  display: inline-block;
  color: #fff67c;
  content: counter(docnum, decimal-leading-zero);
  font-weight: bold;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  font-size: 1.2rem;
  line-height: 1.142;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-numitem:after {
    top: 20px;
    left: 7px;
    font-size: 1.2rem;
    line-height: 1.333;
  }
}
.sec._flow .step-numtxt {
  margin-top: 5px;
}
.sec._flow .step-ano {
  position: relative;
  margin-top: 15px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-ano {
    margin-top: 5px;
    padding-left: 2rem;
  }
}
.sec._flow .step-ano:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "※";
}
.sec._flow .step-ano + .step-ano {
  margin-top: 10px;
}
.sec._flow .step-white {
  margin-top: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-white {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
  }
}
.sec._flow .step .c_list_7 {
  margin-top: 5px;
  padding-left: 20px;
}
.sec._need_items {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec._need_items {
    padding: 60px 15px;
  }
}
.sec._need_items .content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.sec._need_items .subttl {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._need_items .subttl {
    margin: 40px 0 0;
  }
}
.sec._need_items .subttl + .list {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._need_items .subttl + .list {
    margin: 20px 0 0;
  }
}
.sec._need_items .list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._need_items .list {
    margin: 30px 0 0;
    gap: 20px;
  }
}
.sec._need_items .list-item {
  flex: 0 1 auto;
  width: calc(33.3333333333% - 18.6666666667px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .sec._need_items .list-item {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 10px 15px;
  }
}
.sec._need_items .list-item .thumb {
  order: -1;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec._need_items .list-item .thumb {
    flex: 0 0 auto;
    width: 157px;
    margin: 0;
  }
}
.sec._need_items .list-item .thumb .img {
  width: 100%;
}
.sec._need_items .list-item .ttl {
  font-size: 2rem;
  line-height: 30px;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec._need_items .list-item .ttl {
    font-size: 2.4rem;
    line-height: 32px;
    flex: 1 1;
    margin: 0;
  }
}
.sec._need_items .list-item .ttl .min {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec._need_items .list-item .ttl .min {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec._need_items .list-item .txt {
    width: 100%;
    flex: 0 0 auto;
  }
}
.sec._need_items .list-item .txt p + p {
  margin-top: 10px;
}
.sec .voice_lists {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .sec .voice_lists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec .voice_lists .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
}
.sec .voice_lists .icon {
  width: 160px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .sec .voice_lists .icon {
    width: 100px;
    flex: 0 0 auto;
    margin: 0;
  }
}
.sec .voice_lists .icon img {
  width: 100%;
}
.sec .voice_lists .info {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 9px 20px;
  background: #fff;
  border-radius: 22px;
}
@media screen and (max-width: 768px) {
  .sec .voice_lists .info {
    flex: 1 1;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec .voice_lists .txt {
    width: 100%;
    flex: 0 0 auto;
  }
}

.table_box {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .table_box {
    margin: 30px 0 0;
  }
}
.table_box .note {
  margin: 20px 0 0;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .table_box .note {
    margin: 15px 0 0;
    gap: 6px;
  }
}
.table_box .note:before {
  content: "※";
}

.table._3 {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table._3 {
    margin-top: 30px;
  }
}
.table._3 .table-hdg {
  padding: 20px 10px;
  border-bottom: 1px solid #74797e;
  border-left: 1px solid #74797e;
  background: #EBF5FF;
}
@media screen and (max-width: 768px) {
  .table._3 .table-hdg {
    padding: 10px;
  }
}
.table._3 .table-dtl {
  padding: 15px 20px;
  border-bottom: 1px solid #74797e;
  border-left: 1px solid #74797e;
}
@media screen and (max-width: 768px) {
  .table._3 .table-dtl {
    padding: 5px 9px;
  }
}
.table._3 .table-dtl._1 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .table._3 .table-dtl._1 {
    width: 50%;
  }
}
.table._3 .table-dtl._2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .table._3 .table-dtl._2 {
    width: 50%;
  }
}
.table._3 .no_border-left {
  border-left: 0;
}
.table._3 .tac, .table._3 .tac_vam {
  text-align: center;
}
.table._3 .vam, .table._3 .tac_vam {
  vertical-align: middle;
}