@charset "UTF-8";
#intro {
  padding: 65px 0 30px;
}
@media all and (min-width: 751px) {
  #intro {
    padding: 130px 0 40px;
  }
}
#intro .copy {
  text-align: center;
  font-size: 16px;
  line-height: 1.68;
}
@media all and (min-width: 751px) {
  #intro .copy {
    font-size: 20px;
  }
}
#intro .tx {
  line-height: 2.07;
  margin-top: 26px;
}
@media all and (min-width: 751px) {
  #intro .tx {
    text-align: center;
    margin-top: 44px;
  }
}

/*----------------------------------------------------
サービス領域
----------------------------------------------------*/
#business_area {
  padding-top: 30px;
}
@media all and (min-width: 751px) {
  #business_area {
    padding-top: 40px;
  }
}
#business_area .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  #business_area .title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
#business_area .tx {
  line-height: 2.07;
  margin-top: 16px;
}
@media all and (min-width: 751px) {
  #business_area .tx {
    margin-top: 26px;
  }
}

/*----------------------------------------------------
コラム
----------------------------------------------------*/
#columns {
  padding: 30px 0 65px;
}
@media all and (min-width: 751px) {
  #columns {
    padding: 40px 0 130px;
  }
}
#columns .column {
  border: 2px solid var(--color);
  border-radius: 8px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  #columns .column {
    border-radius: 15px;
  }
}
#columns .column:not(:last-child) {
  margin-bottom: 30px;
}
#columns .column .content {
  padding: 30px 20px;
}
@media all and (min-width: 751px) {
  #columns .column .content {
    padding: 30px;
  }
}
@media all and (min-width: 751px) {
  #columns .column .wrap {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "head image" "texts image";
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 30px 36.3%;
    grid-template-columns: 1fr 36.3%;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #columns .column .wrap .head {
    grid-area: head;
  }
  #columns .column .wrap .image {
    grid-area: image;
  }
  #columns .column .wrap .texts {
    grid-area: texts;
  }
}
@media all and (min-width: 751px){
  #columns .column .wrap .head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #columns .column .wrap .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  #columns .column .wrap .texts {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
#columns .column .wrap .head {
  color: var(--color);
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  #columns .column .wrap .head {
    font-weight: 500;
    font-size: 20px;
  }
}
@media all and (max-width: 750px) {
  #columns .column .wrap .texts {
    margin-top: 20px;
  }
}
#columns .column .wrap .texts p {
  line-height: 2.07;
}
#columns .column .wrap .texts .risks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media all and (max-width: 750px) {
  #columns .column .wrap .texts .risks {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  #columns .column .wrap .texts .risks {
    gap: 16px;
  }
}
#columns .column .wrap .texts .risks > li {
  width: 30%;
}
@media all and (min-width: 751px) {
  #columns .column .wrap .texts .risks > li {
    width: 90px;
  }
}
#columns .column .foot_text {
  margin-top: 20px;
}
#columns .column .foot_text p {
  line-height: 2.07;
}
#columns .column a {
  position: relative;
  display: block;
  height: 50px;
  background-image: url(../images/service/btnbg_green.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 750px) {
  #columns .column a {
    background-position: left bottom;
    background-size: 200%;
  }
}
@media all and (min-width: 751px) {
  #columns .column a {
    height: 56px;
    background-position: bottom;
  }
}
#columns .column a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/icon/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 21/11;
  width: 20px;
}
@media (hover: hover) {
  #columns .column a::before {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #columns .column a:hover::before {
    top: 60%;
  }
}
#columns .column.green {
  --color: #6ab24b;
}
#columns .column.pink {
  --color: #ed7971;
}
#columns .column.pink a {
  background-image: url(../images/service/btnbg_pink.jpg);
}

/*----------------------------------------------------
強み
----------------------------------------------------*/
.strength {
  position: relative;
  overflow: hidden;
  padding: 30px 0 65px;
}
@media all and (min-width: 751px) {
  .strength {
    padding: 50px 0 80px;
  }
}
.strength::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 44.38%;
}
@media all and (min-width: 751px) {
  .strength::before {
    width: 91.8%;
    height: 71.8%;
  }
}
.strength .title {
  color: var(--color);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.68;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  .strength .title {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 46px;
  }
}
@media all and (min-width: 751px) and (max-width: 1300px) {
  .strength .title {
    font-size: 2.4vw;
  }
}
@media all and (min-width: 751px) {
  .strength .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 750px) {
  .strength .wrap .texts {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) {
  .strength .wrap .texts {
    width: 47.8%;
  }
}
.strength .wrap .texts p {
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  .strength .wrap .texts p {
    line-height: 2.14;
  }
}
.strength .wrap .image {
  margin-right: calc(50% - 50vw);
}
@media all and (min-width: 751px) {
  .strength .wrap .image {
    width: 48.5vw;
  }
}
.strength .wrap .image img {
  border-radius: 8px 0 0 8px;
}
@media all and (min-width: 751px) {
  .strength .wrap .image img {
    border-radius: 15px 0 0 15px;
  }
}
.strength .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .strength .points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
.strength .points > li {
  border: 2px solid var(--color);
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 20px;
}
@media all and (min-width: 751px) {
  .strength .points > li {
    border-radius: 15px;
  }
}
@media all and (min-width: 751px) {
  .strength .points > li {
    width: 31%;
    padding: 30px 3%;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .strength .points > li {
    padding: 20px;
  }
}
.strength .points > li .head {
  color: var(--color);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .strength .points > li .head {
    font-weight: 500;
    font-size: 20px;
  }
}
@media all and (min-width: 751px) and (max-width: 1120px) {
  .strength .points > li .head {
    font-size: 16px;
  }
}
.strength .points > li .tx {
  line-height: 2.07;
  margin-top: 20px;
}
.strength#lineup {
  --color: #6ab24b;
}
.strength#lineup::before {
  background-image: url(../images/common/watercolor/large_green.jpg);
}
.strength#medical {
  --color: #ed7971;
}
.strength#medical::before {
  background-image: url(../images/common/watercolor/large_pink.jpg);
}
.strength#development {
  --color: #00a3df;
}
.strength#development::before {
  background-image: url(../images/common/watercolor/large_blue.jpg);
}

/*----------------------------------------------------
CTA
----------------------------------------------------*/
.cta {
  margin-top: 0;
}
@media all and (min-width: 751px) {
  .cta {
    margin-top: 50px;
  }
}