*,
::before,
::after {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .kv_lower {
    background-image: url(../img/mv.jpg);
  }
}
@media screen and (max-width: 768px) {
  .kv_lower {
    padding-top: 77.4rem;
    background-image: url(../img/sp/mv.jpg);
  }
}

@media screen and (max-width: 768px) {
  .kv_lower_inr {
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .kv_lower_txt {
    margin-top: 6rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
}

@media screen and (min-width: 769px) {
  .works_cont_inr {
    padding-top: min(60px, 4vw);
  }
}

.sec_benefit {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_benefit {
    width: min(1280px, 85.334vw);
  }
}
@media screen and (max-width: 768px) {
  .sec_benefit {
    width: 67rem;
  }
}

.bg_color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdfaf5;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .bg_color {
    clip-path: polygon(13.5rem 0, 100% 0, 100% calc(100% - 14rem), calc(100% - 13rem) 100%, 0 100%, 0 14.5rem);
  }
}
@media screen and (max-width: 768px) {
  .bg_color {
    clip-path: polygon(1.6rem 0, 100% 0, 100% calc(100% - 1.6rem), calc(100% - 2.5rem) 100%, 0 100%, 0 2.5rem);
  }
}

.benefit_cont_inr {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .benefit_cont_inr {
    width: min(1000px, 66.667vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit_cont_inr {
    width: 63rem;
  }
}

.lower_head {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lower_head {
    padding: min(10px, 0.667vw) 0 0 min(80px, 5.334vw);
    line-height: 1;
    font-size: 3.6rem;
  }
  .lower_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .lower_head > h2:first-of-type {
    margin-top: 0em;
  }
  .lower_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .lower_head {
    padding: 0.7rem 0 1rem 7.5rem;
    line-height: 1;
    font-size: 3.6rem;
  }
  .lower_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .lower_head > h2:first-of-type {
    margin-top: 0em;
  }
  .lower_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
.lower_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d71218;
  aspect-ratio: 53/52;
  clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .lower_head::before {
    width: min(53px, 3.534vw);
    top: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .lower_head::before {
    width: 5.4rem;
  }
}

.lower_lead {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .lower_lead {
    margin-top: min(35px, 2.334vw);
    line-height: 2.056em;
    font-size: 1.8rem;
  }
  .lower_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .lower_lead > p:first-of-type {
    margin-top: -0.527em;
  }
  .lower_lead > p:last-of-type {
    margin-bottom: -0.527em;
  }
}
@media screen and (max-width: 768px) {
  .lower_lead {
    margin-top: 4rem;
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .lower_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .lower_lead > p:first-of-type {
    margin-top: -0.416em;
  }
  .lower_lead > p:last-of-type {
    margin-bottom: -0.416em;
  }
}

.benefit01_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .benefit01_cont {
    grid-template-columns: auto min-content;
  }
}
@media screen and (max-width: 768px) {
  .benefit01_cont {
    row-gap: 2.5rem;
  }
}

.benefit01_cont_time {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .benefit01_cont_time {
    margin-top: min(20px, 1.334vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit01_cont_time {
    margin-top: 2.8rem;
  }
}
.benefit01_cont_time > dt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .benefit01_cont_time > dt {
    line-height: 1;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit01_cont_time > dt {
    line-height: 1;
    font-size: 2.6rem;
  }
}
.benefit01_cont_time > dd {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .benefit01_cont_time > dd {
    line-height: 1;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit01_cont_time > dd {
    line-height: 1;
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .benefit01_cont_time > dd span {
    line-height: 1;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit01_cont_time > dd span {
    line-height: 1;
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 769px) {
  .benefit01_cont_txt {
    margin-top: min(10px, 0.667vw);
    line-height: 1;
    font-size: 1.8rem;
  }
  .benefit01_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit01_cont_txt > p:first-of-type {
    margin-top: 0em;
  }
  .benefit01_cont_txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .benefit01_cont_txt {
    margin-top: 1.5rem;
    line-height: 1;
    font-size: 2.4rem;
  }
  .benefit01_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit01_cont_txt > p:first-of-type {
    margin-top: 0em;
  }
  .benefit01_cont_txt > p:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .benefit01_cont_img {
    width: min(358px, 23.867vw);
  }
}

@media screen and (min-width: 769px) {
  #benefit02 {
    padding-top: min(70px, 4.667vw);
  }
}
@media screen and (max-width: 768px) {
  #benefit02 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  #benefit02 .benefit_cont_inr {
    padding-top: min(95px, 6.334vw);
    padding-bottom: min(90px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  #benefit02 .benefit_cont_inr {
    padding-top: 4.8rem;
    padding-bottom: 3rem;
  }
}

.benefit02_check {
  display: grid;
}
@media screen and (min-width: 769px) {
  .benefit02_check {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: min(30px, 2vw);
         column-gap: min(30px, 2vw);
    row-gap: min(54px, 3.6vw);
    margin-top: min(65px, 4.334vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit02_check {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
    row-gap: 2rem;
    margin-top: 4.5rem;
  }
}

.benefit02_check_item {
  position: relative;
  display: grid;
  place-content: center;
  border: solid 1px #efefef;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .benefit02_check_item {
    height: min(126px, 8.4vw);
    line-height: 1.4em;
    font-size: 2rem;
  }
  .benefit02_check_item > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_check_item > p:first-of-type {
    margin-top: -0.2em;
  }
  .benefit02_check_item > p:last-of-type {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 768px) {
  .benefit02_check_item {
    height: 10rem;
    line-height: 1.25em;
    font-size: 2.4rem;
  }
  .benefit02_check_item > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_check_item > p:first-of-type {
    margin-top: -0.125em;
  }
  .benefit02_check_item > p:last-of-type {
    margin-bottom: -0.125em;
  }
}
.benefit02_check_item span {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .benefit02_check_item span {
    margin-top: min(10px, 0.667vw);
    line-height: 1;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit02_check_item span {
    margin-top: 1.5rem;
    line-height: 1;
    font-size: 2.2rem;
  }
}
.benefit02_check_item::before {
  content: "";
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .benefit02_check_item::before {
    top: 0;
    left: 50%;
    translate: -50% -50%;
    width: min(35px, 2.334vw);
    height: min(35px, 2.334vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit02_check_item::before {
    top: 50%;
    left: 0;
    translate: -50% -50%;
    width: 3rem;
    height: 3rem;
  }
}

.benefit02_voice {
  background-color: #fff;
  border: dashed #c9caca;
}
@media screen and (min-width: 769px) {
  .benefit02_voice {
    width: min(1000px, 66.667vw);
    margin: min(120px, 8vw) auto 0;
    border-radius: min(15px, 1vw);
    border-width: min(2px, 0.134vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice {
    width: 61rem;
    margin: 7.8rem auto 0;
    border-radius: 1.5rem;
    border-width: 0.2rem;
  }
}

.benefit02_voice_head {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .benefit02_voice_head {
    top: min(-25px, -1.666vw);
    margin-bottom: min(-25px, -1.666vw);
    line-height: 1;
    font-size: 2.6rem;
  }
  .benefit02_voice_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_voice_head > h3:first-of-type {
    margin-top: 0em;
  }
  .benefit02_voice_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_head {
    top: -3rem;
    margin-bottom: -3rem;
    line-height: 1;
    font-size: 3rem;
  }
  .benefit02_voice_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_voice_head > h3:first-of-type {
    margin-top: 0em;
  }
  .benefit02_voice_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
.benefit02_voice_head > h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border: solid #c9caca;
}
@media screen and (min-width: 769px) {
  .benefit02_voice_head > h3 {
    padding: min(10px, 0.667vw) min(41px, 2.734vw);
    border-width: min(2px, 0.134vw);
    border-radius: min(10px, 0.667vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_head > h3 {
    padding: 1rem 4rem;
    border-width: 0.2rem;
    border-radius: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .benefit02_voice_cont {
    display: grid;
    grid-template-columns: auto auto;
    -moz-column-gap: min(42px, 2.8vw);
         column-gap: min(42px, 2.8vw);
    padding: min(45px, 3vw) min(45px, 3vw) min(40px, 2.667vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_cont {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 5.8rem 4.5rem;
  }
}

.benefit02_voice_txt {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .benefit02_voice_txt {
    padding-top: min(10px, 0.667vw);
    line-height: 2em;
    font-size: 1.6rem;
  }
  .benefit02_voice_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_voice_txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .benefit02_voice_txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_txt {
    order: 2;
    margin-top: 3rem;
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .benefit02_voice_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_voice_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .benefit02_voice_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (min-width: 769px) {
  .rev .benefit02_voice_txt {
    order: 1;
  }
}

@media screen and (min-width: 769px) {
  .benefit02_voice_img {
    width: min(267px, 17.8vw);
  }
}
@media screen and (min-width: 769px) {
  .benefit02_voice_img img {
    border-radius: min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_img img {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .benefit02_voice_img figcaption {
    margin-top: min(10px, 0.667vw);
    line-height: 1;
    font-size: 1.8rem;
  }
  .benefit02_voice_img figcaption > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_voice_img figcaption > p:first-of-type {
    margin-top: 0em;
  }
  .benefit02_voice_img figcaption > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_img figcaption {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 2rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  .benefit02_voice_img figcaption > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit02_voice_img figcaption > p:first-of-type {
    margin-top: 0em;
  }
  .benefit02_voice_img figcaption > p:last-of-type {
    margin-bottom: 0em;
  }
}
.benefit02_voice_img figcaption .small {
  display: block;
}
@media screen and (min-width: 769px) {
  .benefit02_voice_img figcaption .small {
    margin-top: min(8px, 0.534vw);
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit02_voice_img figcaption .small {
    line-height: 1;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .rev .benefit02_voice_img {
    order: 2;
  }
}

@media screen and (min-width: 769px) {
  #benefit03 {
    padding-top: min(68px, 4.534vw);
  }
}
@media screen and (max-width: 768px) {
  #benefit03 {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  #benefit03 .benefit_cont_inr {
    padding-top: min(85px, 5.667vw);
    padding-bottom: min(35px, 2.334vw);
  }
}
@media screen and (max-width: 768px) {
  #benefit03 .benefit_cont_inr {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
}

.benefit03_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .benefit03_cont {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: min(40px, 2.667vw);
         column-gap: min(40px, 2.667vw);
    margin-top: min(50px, 3.334vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit03_cont {
    margin-top: 3.5rem;
  }
}

.benefit03_cont_item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .benefit03_cont_item {
    padding: min(45px, 3vw) 0 min(40px, 2.667vw);
    border-top: dotted min(2px, 0.134vw) #b5b5b6;
  }
}
@media screen and (max-width: 768px) {
  .benefit03_cont_item {
    padding: 4rem 2.2rem 4.5rem;
    border-top: dotted 0.2rem #b5b5b6;
  }
}

.benefit03_cont_item_head {
  position: relative;
  font-weight: 700;
  color: #d71218;
}
@media screen and (min-width: 769px) {
  .benefit03_cont_item_head {
    padding-left: min(30px, 2vw);
    line-height: 1.392em;
    font-size: 2.3rem;
  }
  .benefit03_cont_item_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .benefit03_cont_item_head > h3:first-of-type {
    margin-top: -0.195em;
  }
  .benefit03_cont_item_head > h3:last-of-type {
    margin-bottom: -0.195em;
  }
}
@media screen and (max-width: 768px) {
  .benefit03_cont_item_head {
    padding-left: 2.5rem;
    line-height: 1.434em;
    font-size: 3rem;
  }
  .benefit03_cont_item_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .benefit03_cont_item_head > h3:first-of-type {
    margin-top: -0.216em;
  }
  .benefit03_cont_item_head > h3:last-of-type {
    margin-bottom: -0.216em;
  }
}
.benefit03_cont_item_head::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #d71218;
}
@media screen and (min-width: 769px) {
  .benefit03_cont_item_head::before {
    top: min(15px, 1vw);
    width: min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit03_cont_item_head::before {
    top: 2rem;
    width: 1.5rem;
  }
}

.benefit03_cont_item_txt {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .benefit03_cont_item_txt {
    margin-top: min(20px, 1.334vw);
    padding-left: min(30px, 2vw);
    line-height: 1.813em;
    font-size: 1.6rem;
  }
  .benefit03_cont_item_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit03_cont_item_txt > p:first-of-type {
    margin-top: -0.406em;
  }
  .benefit03_cont_item_txt > p:last-of-type {
    margin-bottom: -0.406em;
  }
}
@media screen and (max-width: 768px) {
  .benefit03_cont_item_txt {
    margin-top: 2rem;
    padding-left: 2.5rem;
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .benefit03_cont_item_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit03_cont_item_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .benefit03_cont_item_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}

.benefit03_cont_item_img01 {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .benefit03_cont_item_img01 {
    width: min(90px, 6vw);
    margin-left: min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit03_cont_item_img01 {
    width: 16.6rem;
    margin-top: 4.8rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .benefit03_cont_item_img02 {
    padding-left: min(15px, 1vw);
  }
}

@media screen and (min-width: 769px) {
  #benefit04 {
    padding-top: min(70px, 4.667vw);
  }
}
@media screen and (max-width: 768px) {
  #benefit04 {
    padding-top: 5rem;
  }
}
#benefit04 .lower_head {
  color: #d71218;
}

.benefit04_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .benefit04_cont {
    grid-template-columns: auto auto;
    -moz-column-gap: min(45px, 3vw);
         column-gap: min(45px, 3vw);
    padding: min(65px, 4.334vw) 0;
  }
}
@media screen and (max-width: 768px) {
  .benefit04_cont {
    row-gap: 4.5rem;
    padding: 4rem 0 4.5rem;
  }
}
.benefit04_cont:first-child {
  padding-top: 0;
}
.benefit04_cont + .benefit04_cont {
  border-top: dotted #b5b5b6;
}
@media screen and (min-width: 769px) {
  .benefit04_cont + .benefit04_cont {
    border-top-width: min(2px, 0.134vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit04_cont + .benefit04_cont {
    border-top-width: 0.2rem;
  }
}

.benefit04_cont_txt {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .benefit04_cont_txt {
    margin-top: min(50px, 3.334vw);
    line-height: 2em;
    font-size: 1.6rem;
  }
  .benefit04_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit04_cont_txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .benefit04_cont_txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
  .benefit04_cont_txt {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 768px) {
  .benefit04_cont_txt {
    margin-top: 4rem;
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .benefit04_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit04_cont_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .benefit04_cont_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}

@media screen and (min-width: 769px) {
  .benefit04_cont_img {
    width: min(462px, 30.8vw);
  }
}
@media screen and (min-width: 769px) {
  .benefit04_cont_img figcaption {
    margin-top: min(10px, 0.667vw);
    line-height: 1;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit04_cont_img figcaption {
    margin-top: 2rem;
    line-height: 1;
    font-size: 2.8rem;
  }
}
.benefit04_cont_img figcaption span {
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .benefit04_cont_img figcaption span {
    line-height: 1;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .benefit04_cont_img figcaption span {
    line-height: 1;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .benefit04_cont_img + .benefit04_cont_img {
    margin-top: min(40px, 2.667vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit04_cont_img + .benefit04_cont_img {
    margin-top: min(70px, 4.667vw);
  }
}

.benefit05_cont {
  background-color: #e5e8e8;
}
@media screen and (min-width: 769px) {
  .benefit05_cont {
    padding: min(14px, 0.934vw) min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont {
    padding: 1.5rem;
  }
}

.benefit05_cont_inr {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .benefit05_cont_inr {
    padding: min(80px, 5.334vw) 0 min(38px, 2.534vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_inr {
    padding: 6.5rem 2rem 5rem;
  }
}

.benefit05_cont_head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .benefit05_cont_head {
    line-height: 1;
    font-size: 3.6rem;
  }
  .benefit05_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .benefit05_cont_head > h2:first-of-type {
    margin-top: 0em;
  }
  .benefit05_cont_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_head {
    line-height: 1;
    font-size: 3.6rem;
  }
  .benefit05_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .benefit05_cont_head > h2:first-of-type {
    margin-top: 0em;
  }
  .benefit05_cont_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
.benefit05_cont_head > h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 769px) {
  .benefit05_cont_head > h2 {
    padding: 0 min(5px, 0.334vw) min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_head > h2 {
    padding: 0 0.5rem 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .benefit05_cont_lead {
    margin-top: min(35px, 2.334vw);
    line-height: 1;
    font-size: 1.8rem;
  }
  .benefit05_cont_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit05_cont_lead > p:first-of-type {
    margin-top: 0em;
  }
  .benefit05_cont_lead > p:last-of-type {
    margin-bottom: 0em;
  }
  .benefit05_cont_lead {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_lead {
    margin-top: 4rem;
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .benefit05_cont_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit05_cont_lead > p:first-of-type {
    margin-top: -0.416em;
  }
  .benefit05_cont_lead > p:last-of-type {
    margin-bottom: -0.416em;
  }
}

@media screen and (min-width: 769px) {
  .benefit05_cont_flex {
    display: flex;
    justify-content: center;
    -moz-column-gap: min(95px, 6.334vw);
         column-gap: min(95px, 6.334vw);
    margin-top: min(10px, 0.667vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_flex {
    display: grid;
    row-gap: 3.5rem;
    margin-top: -2rem;
  }
}

@media screen and (min-width: 769px) {
  .benefit05_cont_flex_item01 {
    width: min(380px, 25.334vw);
  }
}

@media screen and (min-width: 769px) {
  .benefit05_cont_flex_item02 {
    width: min(356px, 23.734vw);
  }
}

.benefit05_cont_flex_img01 {
  margin: 0.3rem auto;
}
@media screen and (min-width: 769px) {
  .benefit05_cont_flex_img01 {
    width: min(232px, 15.467vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_flex_img01 {
    width: 37.2rem;
    margin: 2rem auto;
  }
}

@media screen and (min-width: 769px) {
  .benefit05_cont_flex_img02 {
    width: min(150px, 10vw);
    margin: min(15px, 1vw) auto min(4px, 0.267vw);
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_flex_img02 {
    width: 22.6rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .benefit05_cont_flex_txt {
    line-height: 1.813em;
    font-size: 1.6rem;
  }
  .benefit05_cont_flex_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit05_cont_flex_txt > p:first-of-type {
    margin-top: -0.406em;
  }
  .benefit05_cont_flex_txt > p:last-of-type {
    margin-bottom: -0.406em;
  }
}
@media screen and (max-width: 768px) {
  .benefit05_cont_flex_txt {
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .benefit05_cont_flex_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .benefit05_cont_flex_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .benefit05_cont_flex_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}

.benefit01_cont_txt > p {
  line-height: 1.5;
}

.lower_head > h2 {
  line-height: 1.5;
}/*# sourceMappingURL=benefit.css.map */