@charset "UTF-8";
/* ==========================================================================//
//
// 事業紹介
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
section {
  --color: #3B97D4;
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  section {
    padding: 80px 0;
  }
}
@media all and (min-width: 751px) {
  section .inner {
    max-width: 1280px;
  }
}
section .sec_ttl {
  position: relative;
  text-align: center;
}
@media all and (max-width: 750px) {
  section .sec_ttl {
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  section .sec_ttl::before, section .sec_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    height: 5px;
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  section .sec_ttl::before {
    left: 0;
  }
  section .sec_ttl::after {
    right: 0;
  }
}
section .sec_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  section .sec_ttl .en {
    -webkit-text-stroke: 1.5px var(--color);
    font-size: 42px;
  }
}
section .sec_ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  section .sec_ttl .jp {
    font-size: 26px;
  }
}

/* service
---------------------------------------------------------- */
.sec_service {
  --color: #ED7B89;
  background-image: url(../../images/common/bg_stripe.jpg);
  background-size: auto 664px;
  background-position: top left;
}
@media all and (min-width: 751px) {
  .sec_service {
    background-position: center left;
  }
}
.sec_service .container {
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 25px 15px 30px;
}
@media all and (min-width: 751px) {
  .sec_service .container {
    border-bottom-left-radius: 60px;
    padding: 70px 60px 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_service .container_inner {
    max-width: 830px;
    margin-inline: auto;
  }
}
.sec_service .lead_area {
  margin-bottom: 24px;
}
@media all and (min-width: 751px) {
  .sec_service .lead_area {
    margin-bottom: 30px;
  }
}
.sec_service .lead_area .lead_catch {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_service .lead_area .lead_catch {
    text-align: center;
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_service .lead_area .lead_catch {
    font-size: 20px;
  }
}
.sec_service .lead_area .lead_text {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .sec_service .lead_area .lead_text {
    font-weight: 500;
    line-height: 2;
  }
}
.sec_service .lead_area .lead_text p:not(:last-child) {
  margin-bottom: 1.5em;
}
.sec_service .service_img {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_service .service_img {
    margin-top: 40px;
  }
}
.sec_service .service_img img {
  border: 1.5px solid var(--color);
  border-bottom-left-radius: 30px;
}
@media all and (min-width: 751px) {
  .sec_service .service_img img {
    border-bottom-left-radius: 60px;
  }
}

/* industry
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .sec_industry {
    padding-bottom: 150px;
  }
}
.sec_industry .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
@media all and (max-width: 750px) {
  .sec_industry .row_wrap {
    gap: 15px;
  }
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .box_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_industry .row_wrap .box_img img {
  border: 1.5px solid var(--color);
  border-bottom-left-radius: 60px;
}
.sec_industry .row_wrap .box_text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 20px 15px 30px;
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .box_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    border-bottom-left-radius: 60px;
    padding: 40px 0 40px 38px;
    margin-left: -40px;
    margin-bottom: -40px;
  }
}
.sec_industry .row_wrap .ttl {
  background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
  padding-bottom: 14px;
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .ttl {
    padding-right: 40px;
  }
}
.sec_industry .row_wrap .ttl .jp {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .ttl .jp {
    text-align: left;
    font-size: 26px;
  }
}
.sec_industry .row_wrap .content {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .content {
    padding-right: 40px;
    padding-left: 10px;
    margin-top: 24px;
  }
}
.sec_industry .row_wrap .content .heading {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .content .heading {
    text-align: left;
    font-size: 26px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .sec_industry .row_wrap .content .heading {
    font-size: 2.2vw;
  }
}
.sec_industry .row_wrap .content .text {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .sec_industry .row_wrap .content .text {
    line-height: 2;
    letter-spacing: 0.075em;
  }
}
.sec_industry .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
@media all and (min-width: 751px) {
  .sec_industry .list {
    margin-top: 24px;
  }
}
.sec_industry .item {
  color: #005085;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  background-color: #cbdbe6;
  border-radius: 6px;
  padding: 4px 10px;
}
@media all and (min-width: 751px) {
  .sec_industry .item {
    letter-spacing: 0.1em;
  }
}

/* features
---------------------------------------------------------- */
.sec_features {
  --color: #ED7B89;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5d6d8), to(#f4c3c8));
  background: linear-gradient(#f5d6d8 0%, #f4c3c8 100%);
}
.sec_features .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
@media all and (max-width: 750px) {
  .sec_features .row_wrap {
    gap: 15px;
  }
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .box_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_features .row_wrap .box_img img {
  border: 1.5px solid var(--color);
  border-bottom-left-radius: 60px;
}
.sec_features .row_wrap .box_text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 20px 15px 30px;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .box_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom-left-radius: 60px;
    padding: 40px;
    margin-left: -40px;
  }
}
.sec_features .row_wrap .ttl {
  background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
  padding-bottom: 14px;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_features .row_wrap .ttl .jp {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .ttl .jp {
    text-align: left;
    font-size: 26px;
  }
}
.sec_features .row_wrap .ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (max-width: 750px) {
  .sec_features .row_wrap .ttl .en {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .ttl .en {
    -webkit-text-stroke: 1.5px var(--color);
    font-size: 68px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .sec_features .row_wrap .ttl .en {
    font-size: 5vw;
  }
}
.sec_features .row_wrap .content {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .content {
    margin-top: 24px;
  }
}
.sec_features .row_wrap .content .heading {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .content .heading {
    text-align: left;
    font-size: 26px;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  .sec_features .row_wrap .content .heading {
    font-size: 2.2vw;
  }
}
.sec_features .row_wrap .content .text {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap .content .text {
    line-height: 2;
    letter-spacing: 0.075em;
  }
}
.sec_features .row_wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_features .row_wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_features .row_wrap.reverse .box_text {
    margin-left: 0;
    margin-right: -40px;
  }
}