@charset "UTF-8";
.sec._1 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._1 {
    padding: 20px 15px 0;
  }
}
.sec._2 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._2 {
    padding: 60px 0 0;
    overflow: hidden;
  }
}
.sec._2 .read {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec._2 .read {
    margin-top: 30px;
  }
}
.sec._3 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._3 {
    padding: 60px 15px 0;
  }
}
.sec._3 .box {
  padding: 40px;
  background: #FAF9F2;
  border-radius: 6px;
  max-width: 960px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec._3 .box {
    margin: 30px 0 0;
    padding: 15px;
  }
}
.sec._3 .box img {
  width: 100%;
}
.sec._3 .box .caption {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._3 .box .caption {
    margin: 20px 0 0;
  }
}
.sec._4 {
  padding: 80px 0;
  margin: 80px 0 0;
  background: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .sec._4 {
    margin: 90px 0 0;
    padding: 60px 15px;
  }
}
.sec._5 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._5 {
    padding: 60px 15px 0;
  }
}
.sec._6 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._6 {
    padding: 60px 15px 0;
  }
}
.sec._7 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .sec._7 {
    padding: 60px 15px 0;
  }
}
.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;
  }
}
.sec._cancel .def-dtl .item + .item {
  margin-top: 25px;
}
@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._cancel .note {
  margin: 8px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .sec._cancel .note {
    margin: 8px 0 0 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: 40px auto 0;
}
.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-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-ttl + .note {
  margin: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
  .sec._flow .step-ttl + .note {
    margin: 0 0 0 50px;
  }
}
.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 .list {
  display: flex;
  justify-content: center;
  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 .recommend_box {
  padding: 40px 30px;
  background: #FAF9F2;
  border-radius: 20px;
  max-width: 920px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .sec .recommend_box {
    padding: 30px 20px;
    border-radius: 10px;
    margin: 30px auto 0;
  }
}
.sec .recommend_box .ttl {
  font-size: 30px;
  line-height: 1.1333333333;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec .recommend_box .ttl {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    margin: 0 0 15px;
  }
}
.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;
  }
}
.sec .imgtxt {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 0 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec .imgtxt {
    flex-direction: column;
    gap: 0;
    padding: 0 0 60px;
  }
}
.sec .imgtxt:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .sec .imgtxt:before {
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 380px;
    bottom: 0;
    right: -15px;
    border-radius: 6px;
    background: #F2F8FF;
  }
}
.sec .imgtxt + .imgtxt {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec .imgtxt + .imgtxt {
    margin-top: 40px;
  }
}
.sec .imgtxt._reserve {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec .imgtxt._reserve {
    flex-direction: column;
  }
}
.sec .imgtxt._reserve:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .sec .imgtxt._reserve:before {
    right: auto;
    left: -15px;
  }
}
.sec .imgtxt._reserve .imgtxt-pic:after {
  left: 100px;
}
.sec .imgtxt-txts {
  flex: 1 1;
  position: relative;
  z-index: 1;
}
.sec .imgtxt-txt {
  margin: 30px 0 0;
}
.sec .imgtxt-pic {
  flex: 0 0 480px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec .imgtxt-pic {
    flex: 0 1 auto;
    order: -1;
    width: 100%;
    margin: 0 0 20px;
  }
}
.sec .imgtxt-pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #F2F8FF;
  bottom: -90px;
  position: absolute;
  z-index: -1;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .sec .imgtxt-pic:after {
    display: none;
  }
}
.sec .imgtxt-pic img {
  width: 100%;
  height: auto;
}
.sec .menu_lists {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sec .menu_lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.sec .menu_lists .list {
  display: flex;
  flex-direction: column;
}
.sec .menu_lists .thumb {
  order: -1;
  margin: 0 0 15px;
}
.sec .menu_lists .thumb .img {
  width: 100%;
}
.sec .menu_lists .ttl {
  text-align: center;
  margin: 0 0 15px;
}
.sec .menu_lists .c_list_7-item:not(:first-of-type) {
  margin-top: 10px;
}
.sec .menu_lists .c_list_7-item {
  border: none;
  padding: 0 0 0 20px;
}
.sec .menu_lists .c_list_7-item:before {
  top: 10px;
}

.c_check_lists {
  font-size: 20px;
  line-height: 1.7;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c_check_lists {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.c_check_lists .list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c_check_lists .list {
    align-items: flex-start;
    gap: 8px;
  }
}
.c_check_lists .list:not(:first-of-type) {
  margin-top: 15px;
}
.c_check_lists .list: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) {
  .c_check_lists .list:before {
    width: 25px;
    margin: 5px 0 0;
  }
}

.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._1 {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table._1 {
    margin-top: 30px;
  }
}
.table._1 .table-hdg {
  padding: 20px 10px;
  border-bottom: 1px solid #74797e;
  background: #EBF5FF;
}
@media screen and (max-width: 768px) {
  .table._1 .table-hdg {
    padding: 10px;
  }
}
.table._1 .table-dtl {
  padding: 15px 20px;
  border-bottom: 1px solid #74797e;
  border-left: 1px solid #74797e;
}
@media screen and (max-width: 768px) {
  .table._1 .table-dtl {
    padding: 5px 9px;
  }
}
.table._1 .table-dtl._1 {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .table._1 .table-dtl._1 {
    width: 76px;
  }
}
.table._1 .table-dtl._2 {
  width: 308px;
}
@media screen and (max-width: 768px) {
  .table._1 .table-dtl._2 {
    width: 122px;
  }
}
.table._1 .table-dtl._3 {
  width: 522px;
}
@media screen and (max-width: 768px) {
  .table._1 .table-dtl._3 {
    width: 147px;
  }
}
.table._1 .table-dtl._last {
  background: #FAF9F2;
}
.table._1 .no_border-left {
  border-left: 0;
}
.table._1 .tac, .table._1 .tac_vam {
  text-align: center;
}
.table._1 .vam, .table._1 .tac_vam {
  vertical-align: middle;
}
.table._2 {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table._2 {
    margin-top: 30px;
  }
}
.table._2 .table-hdg {
  padding: 20px 10px;
  border-left: 1px solid #74797e;
  border-bottom: 1px solid #74797e;
  background: #EBF5FF;
}
@media screen and (max-width: 768px) {
  .table._2 .table-hdg {
    padding: 10px;
  }
}
.table._2 .table-dtl {
  padding: 15px 20px;
  border-bottom: 1px solid #74797e;
  border-left: 1px solid #74797e;
}
@media screen and (max-width: 768px) {
  .table._2 .table-dtl {
    padding: 5px 9px;
  }
}
.table._2 .table-dtl._1 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .table._2 .table-dtl._1 {
    width: 125px;
  }
}
.table._2 .table-dtl._2 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .table._2 .table-dtl._2 {
    width: 113px;
  }
}
.table._2 .table-dtl._3 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .table._2 .table-dtl._3 {
    width: 111px;
  }
}
.table._2 .table-dtl._last {
  background: #FAF9F2;
}
.table._2 .no_border-left {
  border-left: 0;
}
.table._2 .tac, .table._2 .tac_vam {
  text-align: center;
}
.table._2 .vam, .table._2 .tac_vam {
  vertical-align: middle;
}
.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;
}