.mainimagebox {
  max-width: 1440px;
  margin: 0 auto 100px;
  min-width: 1280px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 17vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    min-width: initial;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 250px;
  box-sizing: border-box;
  background: url(/images/services/services_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1440px;
  aspect-ratio: 1440/550;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  margin: 0 0 auto;
  box-sizing: border-box;
  padding: 0 0 0 100px;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 47px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: auto;
    padding-top: 40vw;
    box-sizing: border-box;
    background-position: center top;
    overflow: hidden;
    aspect-ratio: 375/300;
  }
  .main_image .inner {
    padding: 0 5vw;
  }
  .main_image .text {
    text-align: center;
    padding-left: 0;
    font-size: 5.8vw;
  }
}

.m_wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .m_wrapper {
    width: 100%;
    max-width: initial;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m_wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-size: 5vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .inner {
  padding: 0 clamp(40px, 7.03vw, 130px);
}
.sec01 .flexbox {
  -moz-column-gap: 70px;
       column-gap: 70px;
  margin-bottom: 150px;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .service_title {
  font-size: 32px;
  font-weight: bold;
  font-family: serif;
  color: #2F8969;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.1;
  margin-bottom: 50px;
}
.sec01 .flexbox .textbox .service_title::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 104px;
  height: 82px;
  transform: translateY(50%);
  background: url(/images/services/services_left.webp) center/contain no-repeat;
}
.sec01 .flexbox .textbox .box_title {
  font-weight: bold;
  font-family: serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.sec01 .flexbox .textbox .box_text {
  margin-bottom: 40px;
}
.sec01 .flexbox .imagebox {
  width: 81.4%;
}
.sec01 .flexbox .about_wrapper {
  text-align: left;
  display: none;
}
.sec01 .flexbox .about_btn {
  border: 2px solid #2F8969;
  border-radius: 10px;
  color: #333;
  background-color: rgba(47, 137, 105, 0.2);
  line-height: 1.3;
  text-align: center;
}
.sec01 .flexbox .about_btn::before {
  background: url(/images/common/maru_green.webp) center/contain no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8vw;
    margin-bottom: 10vw;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
    order: 2;
  }
  .sec01 .flexbox .textbox .service_title {
    font-size: 5.1vw;
    padding-left: 14vw;
    margin-bottom: 6.4vw;
  }
  .sec01 .flexbox .textbox .service_title::before {
    width: 18vw;
    height: 14vw;
  }
  .sec01 .flexbox .textbox .box_title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
    line-height: 1.3;
  }
  .sec01 .flexbox .textbox .box_text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
    order: 1;
  }
  .sec01 .flexbox .about_btn {
    font-size: 4vw;
  }
  .sec01 .flexbox .about_btn::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.sec02 {
  margin-bottom: 180px;
}
.sec02 .inner {
  padding: 0;
  background-color: #E3DFC7;
  position: relative;
  isolation: isolate;
}
.sec02 .inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 495px;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  background: url(/images/index/sec04_bg.webp) center/cover no-repeat;
}
.sec02 .top_header {
  text-align: center;
  padding-top: 125px;
  padding-bottom: 100px;
}
.sec02 .top_header .top_title {
  font-size: 47px;
  font-family: serif;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec02 .top_header .top_subtitle {
  letter-spacing: 0.1em;
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec02 .top_header .top_subtitle .color {
  font-weight: bold;
  color: #EB6E52;
}
.sec02 .sec_body {
  padding: 0 115px;
}
.sec02 .sec_body .flexbox {
  display: flex;
  gap: 48px;
  margin-bottom: 85px;
}
.sec02 .sec_body .flexbox .checklist {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 400px;
}
.sec02 .sec_body .flexbox .checklist .checklist-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sec02 .sec_body .flexbox .checklist .checklist-item img {
  flex-shrink: 0;
  width: 43px;
  height: 35px;
}
.sec02 .sec_body .flexbox .checklist .checklist-item span {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.sec02 .sec_body .flexbox .textbox {
  flex: 1;
}
.sec02 .sec_body .bottom_flex {
  display: flex;
  gap: 24px;
}
.sec02 .sec_body .bottom_flex .box {
  flex: 1;
  padding: 20px 24px 110px;
  text-align: center;
}
.sec02 .sec_body .bottom_flex .box a {
  display: flex;
  justify-content: center;
}
.sec02 .sec_body .bottom_flex .box .box_title {
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.sec02 .sec_body .bottom_flex .box .box_title::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 50px;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  background: url(/images/index/Line_l.webp) center/contain no-repeat;
}
.sec02 .sec_body .bottom_flex .box .box_title::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 50px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  background: url(/images/index/Line_r.webp) center/contain no-repeat;
}
.sec02 .sec_body .bottom_flex .box .box_title .big {
  font-size: 27px;
  font-weight: bold;
}
.sec02 .sec_body .bottom_flex .box .flexbox {
  display: flex;
  gap: 16px;
  margin-bottom: 0;
}
.sec02 .sec_body .bottom_flex .box .flexbox .bottom_img {
  flex: 1;
}
.sec02 .sec_body .bottom_flex .box .flexbox .bottom_img a {
  display: block;
}
.sec02 .sec_body .bottom_flex .box .flexbox .bottom_img a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.sec02 .sec_body .bottom_flex .box .about_btn {
  background-color: #fff;
  border: 2px solid #A48535;
  border-radius: 50px;
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #333;
}
.sec02 .sec_body .bottom_flex .box .about_btn::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/maru_gold.webp) center/contain no-repeat;
}
.sec02 .sec_body .bottom_flex .box .about_btn .middle_wrapper {
  display: block;
  font-size: 16px;
}
.sec02 .sec_body .bottom_flex .box .about_btn .middle {
  font-size: 26px;
}
.sec02 .sec_body .bottom_flex .box .about_btn .big {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
.sec02 .sec_body .bottom_flex .box a {
  text-decoration: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner::before {
    height: 60vw;
  }
  .sec02 .top_header {
    padding-top: 10.6vw;
    padding-bottom: 8vw;
  }
  .sec02 .top_header .top_title {
    font-size: 7.5vw;
    margin-bottom: 3.2vw;
  }
  .sec02 .top_header .top_subtitle {
    font-size: 5.3vw;
    line-height: 1.5;
  }
  .sec02 .sec_body {
    padding: 0 5vw 10.6vw;
  }
  .sec02 .sec_body .flexbox {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 10.6vw;
  }
  .sec02 .sec_body .flexbox .checklist {
    min-width: unset;
    gap: 4vw;
  }
  .sec02 .sec_body .flexbox .checklist .checklist-item {
    gap: 3.2vw;
  }
  .sec02 .sec_body .flexbox .checklist .checklist-item img {
    width: 8vw;
    height: auto;
    min-width: initial;
  }
  .sec02 .sec_body .flexbox .checklist .checklist-item span {
    font-size: 4vw;
    white-space: normal;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_body .flexbox .textbox {
    font-size: 4vw;
    line-height: 2;
  }
  .sec02 .sec_body .bottom_flex {
    flex-direction: column;
    gap: 5.3vw;
  }
  .sec02 .sec_body .bottom_flex .box {
    padding: 6.4vw 5.3vw 8vw;
  }
  .sec02 .sec_body .bottom_flex .box .box_title {
    font-size: 4vw;
    margin-bottom: 4vw;
    white-space: normal;
  }
  .sec02 .sec_body .bottom_flex .box .box_title::before {
    width: 4vw;
    height: 9vw;
    left: -6vw;
  }
  .sec02 .sec_body .bottom_flex .box .box_title::after {
    width: 4vw;
    height: 9vw;
    right: -6vw;
  }
  .sec02 .sec_body .bottom_flex .box .box_title .big {
    font-size: 5.3vw;
  }
  .sec02 .sec_body .bottom_flex .box .flexbox {
    flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 0;
  }
  .sec02 .sec_body .bottom_flex .box .flexbox .bottom_img {
    width: 100%;
  }
  .sec02 .sec_body .bottom_flex .box .flexbox .bottom_img a img {
    width: 100%;
    height: auto;
  }
  .sec02 .sec_body .bottom_flex .box .about_btn {
    padding: 4vw 10vw 4vw 5.3vw;
    border-radius: 13vw;
  }
  .sec02 .sec_body .bottom_flex .box .about_btn::before {
    width: 8.5vw;
    height: 8.5vw;
    right: 4vw;
  }
  .sec02 .sec_body .bottom_flex .box .about_btn .middle_wrapper {
    font-size: 3.5vw;
  }
  .sec02 .sec_body .bottom_flex .box .about_btn .middle {
    font-size: 5.6vw;
  }
  .sec02 .sec_body .bottom_flex .box .about_btn .big {
    font-size: 4vw;
  }
}

.sec03 {
  margin-bottom: 180px;
}
.sec03 .top_header {
  margin-bottom: 75px;
}
.sec03 .top_header .top_title {
  font-size: 60px;
  color: #2F8969;
  opacity: 30%;
  font-family: serif;
  letter-spacing: 0.15em;
  line-height: 1;
}
.sec03 .top_header .top_subtitle {
  font-family: serif;
  font-size: 35px;
  font-weight: bold;
}
.sec03 .gridbox {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 80px;
  position: relative;
}
.sec03 .gridbox::before {
  content: "";
  position: absolute;
  top: 87px;
  left: 0;
  right: 0;
  height: 2px;
  background: #2F8969;
  z-index: -1;
  width: 90%;
}
.sec03 .gridbox .box {
  max-width: 175px;
}
.sec03 .gridbox .box_img {
  margin-bottom: 25px;
  z-index: 1;
}
.sec03 .gridbox .box_text {
  font-size: 22px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  line-height: 1.5;
}
.sec03 .about_wrapper {
  text-align: center;
}
.sec03 .about_wrapper .about_btn {
  border: 2px solid #2F8969;
  background-color: #fff;
  color: #333;
  height: 80px;
}
.sec03 .about_wrapper .about_btn::before {
  content: "";
  position: absolute;
  background: url(/images/common/weui_arrow_filled_g.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 23.8vw;
  }
  .sec03 .top_header {
    margin-bottom: 8vw;
  }
  .sec03 .top_header .top_title {
    font-size: 10vw;
  }
  .sec03 .top_header .top_subtitle {
    font-size: 5.3vw;
  }
  .sec03 .gridbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 8vw 4vw;
    margin-bottom: 10.6vw;
  }
  .sec03 .gridbox::before {
    top: 14vw;
    left: 16.6666666667%;
    right: 16.6666666667%;
    height: 1.5px;
    width: 80%;
  }
  .sec03 .gridbox::after {
    content: "";
    position: absolute;
    top: 60vw;
    left: 16.6666666667%;
    right: 16.6666666667%;
    height: 1.5px;
    background: #2F8969;
    z-index: -1;
  }
  .sec03 .gridbox .box {
    max-width: 100%;
  }
  .sec03 .gridbox .box_img {
    margin-bottom: 3.2vw;
  }
  .sec03 .gridbox .box_img img {
    width: 100%;
    height: auto;
  }
  .sec03 .gridbox .box_text {
    font-size: 4vw;
  }
  .sec03 .about_wrapper .about_btn {
    height: 5vw;
    font-size: 4vw;
  }
}/*# sourceMappingURL=services.css.map */