.service_sect02_text, .service_sect01_text {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .service_sect02_text, .service_sect01_text {
    font-size: 1.6rem;
  }
}

.service_sect01_lead {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .service_sect01_lead {
    font-size: 1.8rem;
  }
}

.service_mv .item_leading {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_leading {
    font-size: 2.2rem;
  }
}

.service_sect_ttl_en {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .service_sect_ttl_en {
    font-size: min(2.2rem + 2 / 832 * (100vw - 768px), 2.4rem);
  }
}

.service_mv .item_heading_en {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_heading_en {
    font-size: min(2.6rem + 6 / 832 * (100vw - 768px), 3.2rem);
  }
}

.service_mv .item_heading_ja {
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_heading_ja {
    font-size: min(3.6rem + 18 / 832 * (100vw - 768px), 5.4rem);
  }
}

.service_sect03_item-txt, .service_sect02_text, .service_sect01_text {
  font-weight: 400;
}

.service_sect_ttl, .service_sect04_txt, .service_sect03_item-ttl, .service_sect03_item_top_no, .service_sect01_text-ttl {
  font-weight: 600;
}

.service_sect04_ttl, .service_sect03_btn .btn_blank, .service_sect03_item_sign, .service_sect03_item_top_ttl, .service_sect02_ttl, .service_sect01_lead, .service_mv .item_leading, .service_mv .item_heading_ja {
  font-weight: 700;
}

.service_mv .item_leading, .service_mv .item_heading_ja {
  letter-spacing: 0.02em;
}

.service_sect02_text, .service_sect01_text, .service_sect01_lead {
  letter-spacing: 0.03em;
}

.service_sect_ttl_en, .service_mv .item_heading_en {
  letter-spacing: 0.05em;
}

.service_mv {
  position: relative;
  z-index: 1;
}
.service_mv .item_cover {
  width: 100%;
  aspect-ratio: 390/570;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_cover {
    aspect-ratio: 1600/658;
    max-height: 100%;
  }
}
.service_mv .item_cover img {
  aspect-ratio: 390/570;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_cover img {
    aspect-ratio: 1600/658;
  }
}
.service_mv .item_context {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service_mv .item_content {
  position: relative;
  z-index: 0;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_content {
    padding-bottom: clamp(3rem, 4.9278846154vw + -0.7846153846rem, 7.1rem);
  }
}
.service_mv .item_heading {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.service_mv .item_heading_en {
  font-family: "Raleway", sans-serif;
}
.service_mv .item_heading_ja {
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_heading_ja {
    margin-top: 11px;
  }
}
.service_mv .item_leading {
  line-height: 2;
  color: #fff;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .service_mv .item_leading {
    margin-top: 14px;
    margin-top: clamp(1rem, 0.4807692308vw + 0.6307692308rem, 1.4rem);
  }
}

.service_sect01 {
  position: relative;
  z-index: 0;
  padding-top: 13px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .service_sect01 {
    padding-top: 13px;
    padding-bottom: 120px;
  }
}
.service_sect01::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-color: #F5F7E4;
}
.service_sect01_decorate {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.service_sect01_decorate .shape {
  position: absolute;
}
.service_sect01_decorate .shape:nth-child(1) {
  bottom: -13.2%;
  left: 9.8%;
}
@media only screen and (min-width: 768px) {
  .service_sect01_decorate .shape:nth-child(1) {
    bottom: auto;
    top: 19.2%;
    left: -27.5%;
  }
}
.service_sect01_decorate .shape:nth-child(2) {
  top: -9.5%;
  left: 85.6%;
}
@media only screen and (min-width: 768px) {
  .service_sect01_decorate .shape:nth-child(2) {
    left: 85%;
    top: -11.5%;
  }
}
.service_sect01_body {
  max-width: 940px;
  margin-inline: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .service_sect01_body {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 54px;
  }
}
.service_sect01_lead {
  line-height: 1.875;
}
@media only screen and (min-width: 768px) {
  .service_sect01_lead {
    line-height: 2;
  }
}
.service_sect01_logo {
  max-width: 260px;
  width: 100%;
  margin-inline: auto;
  margin-top: 37px;
}
@media only screen and (min-width: 768px) {
  .service_sect01_logo {
    max-width: 330px;
    margin-top: 52px;
  }
}
.service_sect01_text-ttl {
  letter-spacing: 0.056em;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .service_sect01_text-ttl {
    margin-top: 45px;
    letter-spacing: 0.03em;
    font-size: min(2rem + 4 / 825 * (100vw - 375px), 2.4rem);
    line-height: 2.1333333333;
  }
}
.service_sect01_text {
  line-height: 2;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .service_sect01_text {
    margin-top: 12px;
  }
}

.service_sect02 {
  position: relative;
  z-index: 0;
  padding-top: 23px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .service_sect02 {
    padding-top: 94px;
    padding-bottom: 146px;
  }
}
.service_sect02::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-color: #ffffff;
}
.service_sect02_decorate {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.service_sect02_decorate .shape {
  position: absolute;
}
.service_sect02_decorate .shape:nth-child(1) {
  bottom: -25.5%;
  left: 39%;
}
@media only screen and (min-width: 768px) {
  .service_sect02_decorate .shape:nth-child(1) {
    bottom: auto;
    top: 14.2%;
    left: -28.8%;
  }
}
.service_sect02_decorate .shape:nth-child(2) {
  display: none;
  top: -9.5%;
  left: 85.6%;
}
@media only screen and (min-width: 768px) {
  .service_sect02_decorate .shape:nth-child(2) {
    display: block;
    left: 86.5%;
    top: -1.5%;
  }
}
.service_sect02_body {
  max-width: 940px;
  margin-inline: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .service_sect02_body {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 54px;
  }
}
.service_sect02_ttl {
  letter-spacing: 0.056em;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 32px;
  color: #00780e;
}
@media only screen and (min-width: 768px) {
  .service_sect02_ttl {
    margin-top: 45px;
    letter-spacing: 0.03em;
    font-size: min(2.4rem + 8 / 825 * (100vw - 375px), 3.2rem);
    line-height: 1.6;
  }
}
.service_sect02_text {
  line-height: 2;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .service_sect02_text {
    margin-top: 34px;
  }
}

.service_sect03 {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .service_sect03 {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}
.service_sect03::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-color: #F5F7E4;
}
.service_sect03_decorate {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.service_sect03_decorate .shape {
  position: absolute;
}
.service_sect03_decorate .shape:nth-child(1) {
  display: none;
  bottom: -13.2%;
  left: 9.8%;
}
@media only screen and (min-width: 768px) {
  .service_sect03_decorate .shape:nth-child(1) {
    bottom: auto;
    top: 19.2%;
    left: -27.5%;
  }
}
.service_sect03_decorate .shape:nth-child(2) {
  top: 98.5%;
  left: 75%;
}
@media only screen and (min-width: 768px) {
  .service_sect03_decorate .shape:nth-child(2) {
    left: 83%;
    top: 90.5%;
  }
}
.service_sect03_list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .service_sect03_list {
    margin-top: 77px;
    gap: 55px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .service_sect03_item {
    width: calc((100% - 40px) / 2);
  }
}
.service_sect03_item_top {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
  background-color: #adcb00;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding: 3px 9px;
  line-height: 1.5;
}
.service_sect03_item_top_ttl {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .service_sect03_item_top_ttl {
    font-size: min(1.6rem + 8 / 825 * (100vw - 375px), 2.4rem);
  }
}
.service_sect03_item_top_no {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .service_sect03_item_top_no {
    font-size: min(2rem + 8 / 825 * (100vw - 375px), 2.8rem);
  }
}
.service_sect03_item_sign {
  color: #00780e;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .service_sect03_item_sign {
    font-size: min(2.4rem + 8 / 825 * (100vw - 375px), 3.2rem);
  }
}
.service_sect03_item_sign .yellow-line {
  position: relative;
  z-index: 0;
}
.service_sect03_item_sign .yellow-line::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: auto;
  background-color: #FFDC00;
  height: 50%;
}
.service_sect03_item_img {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .service_sect03_item_img {
    margin-top: 20px;
  }
}
.service_sect03_item-ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .service_sect03_item-ttl {
    font-size: min(2rem + 4 / 825 * (100vw - 375px), 2.4rem);
    margin-top: 22px;
  }
}
.service_sect03_item-txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 9px;
}
@media only screen and (min-width: 768px) {
  .service_sect03_item-txt {
    font-size: min(1.4rem + 2 / 825 * (100vw - 375px), 1.6rem);
  }
}
.service_sect03_btn {
  margin-top: 33px;
  max-width: 434px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .service_sect03_btn {
    margin-top: 54px;
  }
}
.service_sect03_btn .btn_blank {
  letter-spacing: 0.03em;
  color: #EE7203;
  font-size: 1.6rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px rgba(70, 70, 70, 0.16);
  width: 100%;
  padding: 8px 0;
  padding-left: 10px;
  padding-right: 25px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .service_sect03_btn .btn_blank {
    font-size: min(1.6rem + 6 / 825 * (100vw - 375px), 2.2rem);
    padding: 22px 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service_sect03_btn .btn_blank .btn_txt {
  width: 100%;
}
.service_sect03_btn .btn_blank::after {
  display: none;
}
.service_sect03_btn .btn_blank:hover .icon {
  border-color: #EE7203;
  background-color: #EE7203;
}
.service_sect03_btn .icon {
  border-color: #EE7203;
}
@media only screen and (min-width: 768px) {
  .service_sect03_btn .icon {
    width: 50px;
  }
}
.service_sect03_btn .icon_blank::before {
  background-image: url(../images/common/icon_blank_o.svg);
}

.service_sect04 {
  position: relative;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 89px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .service_sect04 {
    padding-top: 85px;
    padding-bottom: 200px;
  }
}
.service_sect04_decorate {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}
.service_sect04_decorate .shape {
  position: absolute;
}
.service_sect04_decorate .shape:nth-child(1) {
  top: 93%;
  left: -24.8%;
}
@media only screen and (min-width: 768px) {
  .service_sect04_decorate .shape:nth-child(1) {
    top: 85%;
    left: -11.8%;
  }
}
.service_sect04_decorate .shape:nth-child(2) {
  display: none;
  top: -9.5%;
  left: 85.6%;
}
@media only screen and (min-width: 768px) {
  .service_sect04_decorate .shape:nth-child(2) {
    left: 86.5%;
    top: -1.5%;
  }
}
.service_sect04_body {
  max-width: 880px;
  margin-inline: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .service_sect04_body {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 54px;
  }
}
.service_sect04_ttl {
  letter-spacing: 0.056em;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 32px;
  color: #00780e;
}
@media only screen and (min-width: 768px) {
  .service_sect04_ttl {
    margin-top: 45px;
    letter-spacing: 0.03em;
    font-size: min(2.4rem + 8 / 825 * (100vw - 375px), 3.2rem);
    line-height: 1.6;
  }
}
.service_sect04_txt {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .service_sect04_txt {
    font-size: min(2rem + 4 / 825 * (100vw - 375px), 2.4rem);
    margin-top: 49px;
  }
}
.service_sect04_youtube {
  position: relative;
  aspect-ratio: 1.7770833333;
  z-index: 0;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  margin-top: 21px;
}
@media only screen and (min-width: 768px) {
  .service_sect04_youtube {
    margin-top: 54px;
  }
}
.service_sect04_youtube iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.l_breadcrumb {
  padding-top: 6px;
  padding-bottom: 31px;
  background-color: #F5F7E4;
}
@media only screen and (min-width: 768px) {
  .l_breadcrumb {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.service_sect_ttl {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .service_sect_ttl {
    align-items: center;
  }
}
.service_sect_ttl_en {
  font-family: "Raleway", sans-serif;
  color: #00780e;
}
.service_sect_ttl_ja {
  font-size: 2.8rem;
  letter-spacing: 0.056em;
  line-height: 1.6;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .service_sect_ttl_ja {
    font-size: min(2.8rem + 12 / 825 * (100vw - 375px), 4rem);
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 8px;
  }
}

/*# sourceMappingURL=service.css.map */
