@charset "UTF-8";
/* ==========================================================================//
//
// 事業紹介
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 0;
  }
}

@media all and (min-width: 751px) {
  .txt_contents {
    width: 70%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .txt_contents {
    width: 74%;
  }
}

@media all and (max-width: 1600px) {
  .number_wrap {
    margin-bottom: 60px !important;
  }
}

.area_catch {
  font-size: 23px;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .area_catch {
    margin-top: -10px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .area_catch {
    margin-top: 40px;
    font-size: clamp(23px, 2.3vw, 27px);
  }
}

.area_desc {
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .area_desc {
    line-height: 2;
  }
}

.sec_wrap {
  margin-top: 55px;
}
@media all and (min-width: 751px) {
  .sec_wrap {
    margin-top: 200px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .sec_wrap {
    margin-top: 14vw;
  }
}

/* 事業領域
---------------------------------------------------------- */
section.sec_areas .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_areas .box {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .box {
    border: 1px #000 soid;
    margin: 0;
    padding: 0 0 14vw;
  }
}
section.sec_areas .area_contents:not(:first-of-type) {
  margin-top: 110px;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_contents:not(:first-of-type) {
    margin-top: 170px;
  }
}
section.sec_areas .area_catch {
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_catch {
    margin-top: -10px;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .area_catch {
    margin-top: 40px;
  }
}
section.sec_areas .area_label {
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: 600;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_label {
    margin-bottom: 80px;
    font-size: 21px;
  }
}
section.sec_areas .point_list {
  margin-bottom: 55px;
}
@media all and (min-width: 751px) {
  section.sec_areas .point_list {
    margin-bottom: 85px;
    padding-top: 10px;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  section.sec_areas .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 80px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 3vw;
  }
}
section.sec_areas .point_list .point_detail {
  text-align: center;
}
@media all and (max-width: 1100px) {
  section.sec_areas .point_list .point_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 1101px) {
  section.sec_areas .point_list .point_detail {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail {
    display: block;
    gap: 0;
    width: 28%;
  }
}
@media all and (max-width: 1100px) {
  section.sec_areas .point_list .point_detail:not(:first-child) {
    margin-top: 90px;
    position: relative;
  }
  section.sec_areas .point_list .point_detail:not(:first-child)::after {
    position: absolute;
    content: "";
    background-image: url(../images/service/ico_cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -42%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    width: 54px;
    height: 54px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail:not(:first-child) {
    margin-top: 0;
    position: relative;
  }
  section.sec_areas .point_list .point_detail:not(:first-child)::after {
    position: absolute;
    content: "";
    background-image: url(../images/service/ico_cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: -15%;
    width: 3.2vw;
    height: 3.2vw;
  }
}
section.sec_areas .point_list .point_detail:not(:last-child) .start_image {
  position: relative;
}
@media all and (min-width: 1101px) {
  section.sec_areas .point_list .point_detail:not(:last-child) .start_image::after {
    position: absolute;
    content: "";
    background-image: url(../images/service/ico_cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    top: calc(50% + 10px);
    right: -5.8vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}
@media all and (min-width: 1101px) and (min-width: 1601px) {
  section.sec_areas .point_list .point_detail:not(:last-child) .start_image::after {
    right: clamp(-45px, -2.9vw, -55px);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail:not(:last-child) .start_image::after {
    display: none;
    position: absolute;
    content: "";
    background-image: url(../images/service/ico_cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    top: calc(50% + 10px);
    right: -9vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}
section.sec_areas .point_list .point_detail .start_image {
  width: 149px;
}
@media all and (min-width: 751px) {
  section.sec_areas .point_list .point_detail .start_image {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 751px) and (min-width: 1101px) {
  section.sec_areas .point_list .point_detail .start_image {
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) and (min-width: 1731px) {
  section.sec_areas .point_list .point_detail .start_image {
    width: 214px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail .start_image {
    margin: 0 auto 40px;
    display: block;
    z-index: -1;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail .point_ttl {
    display: block;
  }
}
section.sec_areas .point_list .point_detail .point_ttl span {
  display: block;
}
section.sec_areas .point_list .point_detail .point_ttl .en {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
@media all and (max-width: 750px) {
  section.sec_areas .point_list .point_detail .point_ttl .en {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.23;
  }
}
@media all and (min-width: 751px) {
  section.sec_areas .point_list .point_detail .point_ttl .en {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail .point_ttl .en {
    font-size: 1.6vw;
  }
}
section.sec_areas .point_list .point_detail .point_ttl .jp {
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  section.sec_areas .point_list .point_detail .point_ttl .jp {
    font-size: 15px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .point_list .point_detail .point_ttl .jp {
    font-size: clamp(14px, 1.4vw, 19px);
  }
}
section.sec_areas .area_diagram {
  margin-inline: auto;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_diagram {
    width: min(436px, 100%);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .area_diagram {
    width: 70%;
  }
}
section.sec_areas .project_types_ttl {
  margin-top: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 750px) {
  section.sec_areas .project_types_ttl {
    font-size: 13px;
  }
}
@media all and (min-width: 751px) {
  section.sec_areas .project_types_ttl {
    margin-top: 35px;
  }
}
section.sec_areas .area_projects .projects_type_splide {
  margin: 50px calc(50% - 50vw) 52px;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_projects .projects_type_splide {
    margin: 70px 0 40px;
  }
}
section.sec_areas .area_projects .note {
  letter-spacing: 0.02em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_projects .note {
    line-height: 1.85;
  }
}
section.sec_areas .area_projects .note:not(:first-of-type) {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  section.sec_areas .area_projects .note:not(:first-of-type) {
    margin-top: 65px;
  }
}
section.sec_areas .more_btn {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  section.sec_areas .more_btn {
    margin-right: calc(-100 * (100vw - 1320px) / 1180);
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_areas .more_btn {
    margin-right: 0;
  }
}
section.sec_areas .flow_contents {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  section.sec_areas .flow_contents {
    margin-top: 70px;
  }
}
@media all and (min-width: 751px) {
  section.sec_areas .flow_contents .gray_contents {
    margin-bottom: 25px;
    padding: 43px 41px 34px;
    background-color: #F7F7F7;
  }
}
@media all and (min-width: 751px) {
  section.sec_areas .flow_contents .gray_contents .image {
    margin-inline: auto;
    width: min(741px, 100%);
  }
}
section.sec_areas .flow_contents .gray_contents .ttl {
  margin: 15px 0 100px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 751px) {
  section.sec_areas .flow_contents .gray_contents .ttl {
    margin: 10px 0 0;
  }
}
section.sec_areas .flow_contents .explanation {
  line-height: 2;
}
@media all and (min-width: 751px) {
  section.sec_areas .flow_contents .explanation {
    line-height: 1.85;
  }
}

/* 進め方
---------------------------------------------------------- */
@media all and (min-width: 1601px) {
  section.sec_process .wrap {
    gap: 0 clamp(115px, 14.7vw, 282px);
  }
}
section.sec_process .box {
  padding: 70px 0;
}
@media all and (min-width: 751px) {
  section.sec_process .box {
    padding: 170px 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_process .box {
    padding: 9vw 0 14vw;
  }
}
section.sec_process .area_catch {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  section.sec_process .area_catch {
    margin-top: -10px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_process .area_catch {
    margin-top: 40px;
  }
}
@media all and (max-width: 750px) {
  section.sec_process .flow_list {
    margin-top: 60px;
    width: min(364px, 100%);
  }
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list {
    margin-top: 100px;
  }
}
section.sec_process .flow_list .flow_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media all and (min-width: 751px) and (min-width: 1601px) {
  section.sec_process .flow_list .flow_detail {
    zoom: 80%;
  }
}
section.sec_process .flow_list .flow_detail:last-child::before {
  height: 51px;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail:last-child::before {
    height: 45px;
  }
}
section.sec_process .flow_list .flow_detail::before, section.sec_process .flow_list .flow_detail::after {
  position: absolute;
  content: "";
  background-color: #262424;
}
section.sec_process .flow_list .flow_detail::before {
  top: 8px;
  left: 45.5px;
  width: 1.5px;
  height: 100%;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail::before {
    top: 10px;
    left: 59px;
  }
}
section.sec_process .flow_list .flow_detail::after {
  top: 58px;
  left: 43px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail::after {
    top: 48px;
    left: 56px;
    width: 8px;
    height: 8px;
  }
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail:first-child {
    padding: 0 0 33px;
  }
}
section.sec_process .flow_list .flow_detail:first-child::after {
  top: 8px;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail:first-child::after {
    top: 10px;
  }
}
section.sec_process .flow_list .flow_detail:not(:first-child) {
  padding: 50px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail:not(:first-child) {
    padding: 35px 0 33px;
  }
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail:not(:last-child) {
    background-size: 6px 1px;
    background-image: linear-gradient(to right, #707070 3px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
section.sec_process .flow_list .flow_detail .flow_number {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  width: 12.6%;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail .flow_number {
    font-size: 23px;
    width: 8%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_process .flow_list .flow_detail .flow_number {
    font-size: 2vw;
    font-size: clamp(17px, 2vw, 20px);
  }
}
@media all and (max-width: 750px) {
  section.sec_process .flow_list .flow_detail .ttl_wrap {
    padding-left: 25px;
    width: 87.4%;
  }
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail .ttl_wrap {
    padding-left: 35px;
    width: 100%;
  }
}
@media all and (min-width: 751px) and (min-width: 1601px) {
  section.sec_process .flow_list .flow_detail .ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.sec_process .flow_list .flow_detail .en_ttl {
  padding-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail .en_ttl {
    padding-bottom: 0;
    font-size: 19.3px;
  }
}
@media all and (min-width: 751px) and (min-width: 1601px) {
  section.sec_process .flow_list .flow_detail .en_ttl {
    width: 45.1%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_process .flow_list .flow_detail .en_ttl {
    font-size: 1.6vw;
    font-size: clamp(15.5px, 1.6vw, 18px);
  }
}
section.sec_process .flow_list .flow_detail .jp_ttl {
  font-size: 17px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  section.sec_process .flow_list .flow_detail .jp_ttl {
    font-size: 21px;
  }
}
@media all and (min-width: 751px) and (min-width: 1601px) {
  section.sec_process .flow_list .flow_detail .jp_ttl {
    padding-left: 30px;
    width: 42.6%;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_process .flow_list .flow_detail .jp_ttl {
    font-size: clamp(16px, 1.7vw, 18px);
  }
}

/* 課題の解決へ
---------------------------------------------------------- */
section.sec_solutions .box {
  padding: 70px 0 0;
}
@media all and (min-width: 751px) {
  section.sec_solutions .box {
    padding: 170px 0 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_solutions .box {
    padding: 9vw 0 0;
  }
}
@media all and (min-width: 1601px) {
  section.sec_solutions .wrap {
    gap: 0 clamp(115px, 13.7vw, 263px);
  }
}
section.sec_solutions .area_catch {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  section.sec_solutions .area_catch {
    margin-top: -10px;
    margin-bottom: 155px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_solutions .area_catch {
    margin-top: 40px;
  }
}
section.sec_solutions .area_ttl {
  margin-bottom: 48px;
  padding-left: 47px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  section.sec_solutions .area_ttl {
    margin-bottom: 65px;
    padding-left: 77px;
    font-size: 23px;
  }
}
section.sec_solutions .area_ttl::before {
  position: absolute;
  content: "";
  background-color: #262424;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 1px;
}
@media all and (min-width: 751px) {
  section.sec_solutions .area_ttl::before {
    width: 62px;
  }
}
@media all and (min-width: 751px) {
  section.sec_solutions .problem_list {
    width: min(824px, 100%);
  }
}
section.sec_solutions .problem_list .problem_detail:not(:first-child) {
  margin-top: 55px;
}
@media all and (min-width: 751px) {
  section.sec_solutions .problem_list .problem_detail:not(:first-child) {
    margin-top: 100px;
  }
}
section.sec_solutions .problem_list .problem_detail .problem_number {
  margin-bottom: 35px;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 500;
}
@media all and (min-width: 751px) {
  section.sec_solutions .problem_list .problem_detail .problem_number {
    margin-bottom: 55px;
    font-size: 15px;
  }
}
section.sec_solutions .problem_list .problem_detail .problem_number span {
  padding-left: 8px;
  font-size: 35px;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  section.sec_solutions .problem_list .problem_detail .problem_number span {
    font-size: 40px;
  }
}
section.sec_solutions .problem_list .problem_detail .needs_ttl {
  margin-bottom: 28px;
  font-size: 20px;
}
@media all and (min-width: 751px) {
  section.sec_solutions .problem_list .problem_detail .needs_ttl {
    margin-bottom: 38px;
    font-size: 30px;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_solutions .problem_list .problem_detail .needs_ttl {
    font-size: clamp(22px, 2.15vw, 26px);
  }
}
section.sec_solutions .problem_list .problem_detail .description {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media all and (min-width: 751px) {
  section.sec_solutions .problem_list .problem_detail .description {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.85;
  }
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  section.sec_solutions .problem_list .problem_detail .description {
    font-size: 14px;
  }
}