@charset "UTF-8";
@media (min-width: 769px) {
  .main_inner {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .main_inner {
    max-width: 65rem;
  }
}

.epro_h2 {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .epro_h2 {
    letter-spacing: 0.07em;
    line-height: 1.316;
    font-size: 3.8rem;
  }
  .epro_h2 > h2 {
    font: inherit;
  }
  .epro_h2 > h2:first-of-type {
    margin-top: -0.157em;
  }
  .epro_h2 > h2:last-of-type {
    margin-bottom: -0.157em;
  }
}
@media (max-width: 768px) {
  .epro_h2 {
    letter-spacing: 0.04em;
    line-height: 1.35;
    font-size: 4rem;
    white-space: nowrap;
  }
  .epro_h2 > h2 {
    font: inherit;
  }
  .epro_h2 > h2:first-of-type {
    margin-top: -0.175em;
  }
  .epro_h2 > h2:last-of-type {
    margin-bottom: -0.175em;
  }
}
.epro_h2 + .epro_p {
  padding-top: 6rem;
}
.epro_p {
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .epro_p {
    line-height: 1.688;
    font-size: 1.6rem;
  }
  .epro_p > p {
    font: inherit;
  }
  .epro_p > p:first-of-type {
    margin-top: -0.343em;
  }
  .epro_p > p:last-of-type {
    margin-bottom: -0.343em;
  }
}
@media (max-width: 768px) {
  .epro_p {
    line-height: 1.6;
    font-size: 2.5rem;
  }
  .epro_p > p {
    font: inherit;
  }
  .epro_p > p:first-of-type {
    margin-top: -0.3em;
  }
  .epro_p > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
.epro_p a {
  text-decoration: underline;
  color: #f23025;
}
.epro_kome1 {
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .epro_kome1 {
    line-height: 1.786;
    font-size: 1.4rem;
  }
  .epro_kome1 > p {
    font: inherit;
  }
  .epro_kome1 > p:first-of-type {
    margin-top: -0.392em;
  }
  .epro_kome1 > p:last-of-type {
    margin-bottom: -0.392em;
  }
}
@media (max-width: 768px) {
  .epro_kome1 {
    padding-top: 5rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .epro_kome1 > p {
    font: inherit;
  }
  .epro_kome1 > p:first-of-type {
    margin-top: -0.25em;
  }
  .epro_kome1 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .epro_kome1 > p {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.epro_kome2 {
  text-align: right;
}
@media (min-width: 769px) {
  .epro_kome2 {
    padding-top: 2rem;
    line-height: 1.8;
    font-size: 1.5rem;
  }
  .epro_kome2 > p {
    font: inherit;
  }
  .epro_kome2 > p:first-of-type {
    margin-top: -0.4em;
  }
  .epro_kome2 > p:last-of-type {
    margin-bottom: -0.4em;
  }
}
@media (max-width: 768px) {
  .epro_kome2 {
    padding-top: 2.5rem;
    line-height: 1.35;
    font-size: 2rem;
  }
  .epro_kome2 > p {
    font: inherit;
  }
  .epro_kome2 > p:first-of-type {
    margin-top: -0.175em;
  }
  .epro_kome2 > p:last-of-type {
    margin-bottom: -0.175em;
  }
}
@media (min-width: 769px) {
  .epro_kome3 {
    padding-top: 1rem;
    line-height: 1.929;
    font-size: 1.4rem;
  }
  .epro_kome3 > p {
    font: inherit;
  }
  .epro_kome3 > p:first-of-type {
    margin-top: -0.464em;
  }
  .epro_kome3 > p:last-of-type {
    margin-bottom: -0.464em;
  }
}
@media (max-width: 768px) {
  .epro_kome3 {
    padding-top: 2rem;
    line-height: 1.637;
    font-size: 2.2rem;
  }
  .epro_kome3 > p {
    font: inherit;
  }
  .epro_kome3 > p:first-of-type {
    margin-top: -0.318em;
  }
  .epro_kome3 > p:last-of-type {
    margin-bottom: -0.318em;
  }
}
.epro_kome3 a {
  text-decoration: underline;
  color: #f23025;
}
.epro_buttons {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .epro_buttons + .epro_dl1 {
    padding-top: 6rem;
  }
}
@media (max-width: 768px) {
  .epro_buttons + .epro_dl1 {
    padding-top: 7rem;
  }
}
.epro_images {
  display: grid;
}
@media (min-width: 769px) {
  .epro_images {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .epro_images {
    grid-template-columns: 1fr;
    row-gap: 6rem;
  }
}
.epro_images > figure img {
  height: auto;
}
.epro_images > figure figcaption {
  letter-spacing: 0.07em;
  line-height: 1;
}
@media (min-width: 769px) {
  .epro_images > figure figcaption {
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .epro_images > figure figcaption {
    padding-top: 2rem;
    font-size: 2.4rem;
  }
}
.epro_dl1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .epro_dl1 {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .epro_dl1 {
    row-gap: 3rem;
  }
}
.epro_dl1 > dt {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .epro_dl1 > dt {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .epro_dl1 > dt {
    font-size: 3.2rem;
  }
}
.epro_dl1 > dd .epro_table {
  margin-top: 1rem;
}
.epro_dl2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .epro_dl2 {
    row-gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .epro_dl2 {
    row-gap: 3.5rem;
  }
}
.epro_dl2 > dt {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .epro_dl2 > dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .epro_dl2 > dt {
    font-size: 3rem;
  }
}
.epro_dl2 > dd .epro_p {
  text-align: justify;
}
.epro_dl3 {
  display: grid;
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .epro_dl3 {
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 47.273% 48.91%;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .epro_dl3 {
    grid-template-columns: 1fr;
  }
}
.epro_dl3 > dt {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .epro_dl3 > dt {
    grid-column: 1/3;
    line-height: 1.616;
    font-size: 2.6rem;
  }
  .epro_dl3 > dt > h3 {
    font: inherit;
  }
  .epro_dl3 > dt > h3:first-of-type {
    margin-top: -0.307em;
  }
  .epro_dl3 > dt > h3:last-of-type {
    margin-bottom: -0.307em;
  }
}
@media (max-width: 768px) {
  .epro_dl3 > dt {
    padding-bottom: 4rem;
    line-height: 1.625;
    font-size: 3.2rem;
  }
  .epro_dl3 > dt > h3 {
    font: inherit;
  }
  .epro_dl3 > dt > h3:first-of-type {
    margin-top: -0.312em;
  }
  .epro_dl3 > dt > h3:last-of-type {
    margin-bottom: -0.312em;
  }
}
.epro_dl3 > dd {
  display: flex;
}
@media (min-width: 769px) {
  .epro_dl3 > dd {
    align-items: center;
    column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .epro_dl3 > dd {
    column-gap: 2rem;
  }
  .epro_dl3 > dd:last-of-type {
    padding-top: 4rem;
  }
}
.epro_dl3 > dd > a {
  flex-shrink: 0;
  display: block;
}
@media (min-width: 769px) {
  .epro_dl3 > dd > a {
    width: 15.8rem;
  }
}
@media (max-width: 768px) {
  .epro_dl3 > dd > a {
    width: 24.3rem;
  }
}
.epro_dl3 > dd > p {
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .epro_dl3 > dd > p {
    line-height: 1.924;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .epro_dl3 > dd > p {
    line-height: 1.6;
    font-size: 2rem;
  }
}
.epro_dl3 > dd > p a {
  text-decoration: underline;
  color: #f23025;
}
.epro_dl4 {
  padding-top: 8rem;
}
@media (min-width: 769px) {
  .epro_dl4 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 46.364% 50%;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .epro_dl4 {
    display: flex;
    flex-direction: column;
  }
}
.epro_dl4 > dt {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .epro_dl4 > dt {
    grid-row: 1/2;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .epro_dl4 > dt {
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .epro_dl4 > dd:nth-of-type(1) {
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .epro_dl4 > dd:nth-of-type(1) {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .epro_dl4 > dd:nth-of-type(2) {
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  .epro_dl4 > dd:nth-of-type(2) {
    padding-top: 5rem;
  }
}
.epro_dl5 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .epro_dl5 {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .epro_dl5 {
    row-gap: 2.5rem;
  }
}
.epro_dl5 > dt {
  letter-spacing: 0.07em;
  line-height: 1;
}
@media (min-width: 769px) {
  .epro_dl5 > dt {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .epro_dl5 > dt {
    font-size: 2rem;
  }
}
.epro_cards {
  display: grid;
  gap: 2rem;
  padding-top: 8rem;
}
@media (min-width: 769px) {
  .epro_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .epro_cards {
    grid-template-columns: 1fr;
  }
}
.epro_cards > li {
  background: #fff;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .epro_cards > li {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .epro_cards > li {
    padding: 5rem;
  }
}
.epro_panels {
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  .epro_panels {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .epro_panels {
    flex-direction: column;
    row-gap: 1.5rem;
    padding-top: 5rem;
  }
}
.epro_panels > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e6e6;
  width: 100%;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .epro_panels > li {
    height: 9.4rem;
    line-height: 1.667;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .epro_panels > li {
    height: 10rem;
    line-height: 1.934;
    font-size: 3rem;
  }
}
@media (min-width: 769px) {
  .epro_steps {
    padding-top: 9rem;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .epro_steps {
    width: calc(100% + 7rem);
    margin: 0 -5rem 0 -2rem;
    padding-top: 8rem;
  }
}
@media (min-width: 769px) {
  .epro_steps .swiper-wrapper {
    column-gap: 4rem;
  }
}
@media (min-width: 769px) {
  .epro_steps .swiper-slide {
    width: calc((100% - 12rem) * 0.25) !important;
  }
}
@media (max-width: 768px) {
  .epro_steps .swiper-slide {
    padding: 0 2rem;
  }
}
.epro_steps .swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  position: static;
  margin-top: 6rem;
}
@media (min-width: 769px) {
  .epro_steps .swiper-pagination {
    display: none;
  }
}
.epro_steps .swiper-pagination .swiper-pagination-bullet {
  background: #dcdcdc;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  opacity: 1;
}
.epro_steps .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f23025;
}
.epro_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
}
@media (min-width: 769px) {
  .epro_step > dt {
    width: 14rem;
  }
}
@media (max-width: 768px) {
  .epro_step > dt {
    width: 26rem;
  }
}
.epro_step > dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f5f5;
  border-radius: 4rem;
  width: 100%;
}
@media (min-width: 769px) {
  .epro_step > dd {
    row-gap: 2rem;
    border: 3px solid #fff;
    padding: 5.1rem 0 6.3rem;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 768px) {
  .epro_step > dd {
    row-gap: 4rem;
    border: 0.4rem solid #fff;
    padding: 10.2rem 0 12.6rem;
    box-shadow: 0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 769px) {
  .epro_step > dd figure {
    width: 10rem;
  }
}
@media (max-width: 768px) {
  .epro_step > dd figure {
    width: 20rem;
  }
}
.epro_step > dd p {
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .epro_step > dd p {
    line-height: 1.667;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .epro_step > dd p {
    line-height: 1.667;
    font-size: 3.6rem;
  }
}
.epro_dots {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .epro_dots {
    row-gap: 0.8rem;
  }
}
.epro_dots > li {
  display: flex;
}
.epro_dots > li::before {
  content: "・";
  width: 0.8em;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .epro_dots > li::before {
    line-height: 1.688;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .epro_dots > li p {
    line-height: 1.688;
    font-size: 1.6rem;
  }
}
.epro_table {
  display: grid;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 769px) {
  .epro_table {
    grid-template-columns: 30% 1fr;
  }
}
.epro_table > dt {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .epro_table > dt {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    height: 8rem;
    line-height: 1.688;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .epro_table > dt {
    padding: 3rem 0 0;
    line-height: 1.482;
    font-size: 2.7rem;
  }
}
.epro_table > dd {
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .epro_table > dd {
    display: flex;
    align-items: center;
    height: 8rem;
    line-height: 1.688;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .epro_table > dd {
    padding: 0.6rem 0 3.2rem;
    line-height: 1.6;
    font-size: 2.5rem;
  }
}
.epro_box1 {
  display: grid;
  position: relative;
  background: #fff;
  border: 1px dotted;
}
@media (min-width: 769px) {
  .epro_box1 {
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto 1fr;
    gap: 4.5rem 6rem;
    margin-top: 6rem;
    padding: 9rem 6.5rem 6rem;
  }
}
@media (max-width: 768px) {
  .epro_box1 {
    grid-template-columns: 1fr;
    row-gap: 5rem;
    margin-top: 7rem;
    padding: 5rem;
  }
}
.epro_box1_item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .epro_box1_item {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .epro_box1_item {
    row-gap: 5rem;
  }
}
@media (min-width: 769px) {
  .epro_box1_item.item1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  .epro_box1_item.item1 .epro_box1_note {
    display: none;
  }
}
@media (min-width: 769px) {
  .epro_box1_item.item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 769px) {
  .epro_box1_item.item3 {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
@media (min-width: 769px) {
  .epro_box1_item.item3 .epro_box1_note {
    display: none;
  }
}
@media (min-width: 769px) {
  .epro_box1_item.item4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.epro_box1_item > figure figcaption {
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .epro_box1_item > figure figcaption {
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .epro_box1_item > figure figcaption {
    padding-bottom: 2rem;
    font-size: 2.2rem;
  }
}
.epro_box1_item img {
  height: auto;
}
.epro_box1_note {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .epro_box1_note {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .epro_box1_note {
    font-size: 2rem;
  }
}
.epro_box2 {
  border: 1px solid;
}
@media (min-width: 769px) {
  .epro_box2 {
    padding: 2.4rem;
    line-height: 2;
    font-size: 1.5rem;
  }
  .epro_box2 > p {
    font: inherit;
  }
  .epro_box2 > p:first-of-type {
    margin-top: -0.5em;
  }
  .epro_box2 > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .epro_box2 {
    padding: 3rem;
    line-height: 1.728;
    font-size: 2.2rem;
  }
  .epro_box2 > p {
    font: inherit;
  }
  .epro_box2 > p:first-of-type {
    margin-top: -0.363em;
  }
  .epro_box2 > p:last-of-type {
    margin-bottom: -0.363em;
  }
}
.epro_box3 {
  background: #f4f5f5;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .epro_box3 {
    padding: 2.5rem;
  }
}
@media (max-width: 768px) {
  .epro_box3 {
    padding: 4rem;
  }
}
.epro_block1 {
  position: relative;
}
.epro_block1 + .epro_block1 {
  padding-top: 10rem;
}
.epro_section1 {
  position: relative;
  padding: 0 0 10rem;
}
.epro_section2 {
  position: relative;
  padding: 10rem 0;
}
.epro_section2::before {
  content: "";
  position: absolute;
  background: #f4f5f5;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  translate: -50% 0;
  pointer-events: none;
}
.epro_section3 {
  position: relative;
}
@media (min-width: 769px) {
  .epro_section3 {
    padding: 15rem 0 0;
  }
}
@media (max-width: 768px) {
  .epro_section3 {
    padding: 10rem 0 0;
  }
}
@media (max-width: 768px) {
  .epro_section3 + .epro_section3 {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .epro_section3 .epro_dl1 {
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .epro_section3 .epro_dl1 {
    padding-top: 8rem;
  }
}