@charset "UTF-8";
/* Scss Document */
/* common */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
.forpc {
  display: block; }

.forsp {
  display: none; }

@media screen and (max-width: 767px) {
  /* common */
  .forpc {
    display: none; }

  .forsp {
    display: block; } }
/* Noto */
/* 英語タイトル部分 */
/* DIN */
/* PCは横並び、SPは縦並び */
/* センター合わせ */
/* 右合わせ */
/* 左合わせ */
/* 英語フォント */
/* iPad隙間無くす用 */
html, body {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.04em; }

#wrapper {
  overflow: hidden;
  color: #333; }

#wrapper a {
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1); }

img {
  width: 100%;
  height: auto; }

/*Wordpressコメントアウト対策*/
p:empty {
  display: none; }

/* *** animation *** */
.delighter {
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translate(0, 5%); }
  @media screen and (max-width: 767px) {
    .delighter {
      transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.18s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
  @media screen and (max-width: 767px) {
    .delighter {
      transform: translate(0, 3%); } }

.delighter.started {
  opacity: 1;
  transform: translate(0, 0); }

.sec__content {
  margin-top: 6vw; }
  @media screen and (max-width: 767px) {
    .sec__content {
      margin-top: 16.26vw; } }

.sec__content__inner {
  padding: 2rem; }

/* *** MV *** */
#mv {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 64.28vw;
  background: url("/wp-content/uploads/2021/04/mv_pc.jpg?ver=1.0.0") no-repeat center/cover;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #mv {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    #mv {
      height: 99.46vw;
      background-image: url("/wp-content/uploads/2021/04/mv_sp.jpg?ver=1.0.0"); } }
  #mv.addanim {
    opacity: 1; }
  #mv .mv__inner {
    /* display: flex; */
    display: block;
    position: absolute;
    top: 400px;
    justify-content: center;
    align-items: center;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1); }
    @media screen and (max-width: 767px) {
      #mv .mv__inner {
        flex-direction: column; } }
    #mv .mv__inner.addanim {
      opacity: 1;
      transition-delay: .5s; }
    #mv .mv__inner .mv__title {
      margin: 0 20.35% 3rem;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #mv .mv__inner .mv__title {
          margin: 0 4.26% 1.5rem; } }
    #mv .mv__inner .mv__text {
      margin-bottom: 3rem;
      padding: 1em 0;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      color: #000;
      font-size: 1.6vw;
      font-weight: 700;
      text-align: center;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #mv .mv__inner .mv__text {
          margin-bottom: 1.5rem;
          font-size: 3.2vw; } }

/*資料ダウンロードボタン*/
.mv__btn-download {
  width: 30.35vw;
  margin: auto;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  /*sp*/ }
  .ipad .mv__btn-download {
    width: 35vw; }
  @media screen and (max-width: 767px) {
    .mv__btn-download {
      width: 50vw;
      font-size: 3.5vw; } }
  .mv__btn-download a {
    display: block;
    padding: 2rem 3rem;
    background: #3b3b3b;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .mv__btn-download a {
        /* padding: 1.5rem 1rem; */
        display: none; } }
    .mv__btn-download a:hover {
      opacity: .8; }
    .mv__btn-download a span {
      /* display: inline-block;
      padding-right: 64px;
      background: url("/wp-content/uploads/2021/04/icon_btn_download.png") no-repeat right center/33px auto; */
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .mv__btn-download a span {
          padding-right: 32px;
          background-size: 22px auto; } }

/*セクション*/
/*アンカーずれ補正*/
.anchor {
  margin-top: 0;
  padding-top: 0;
  /*sp*/ }
  #casestudy.anchor {
    margin-top: 0;
    padding-top: 75px; }
  @media screen and (max-width: 767px) {
    .anchor {
      margin-top: -12vw;
      padding-top: 10vw; }
      #casestudy.anchor {
        margin-top: 0;
        padding-top: 20vw; } }

/*コンテンツ*/
.content {
  padding: 8vw 4vw; }

.ttl__en {
  margin-bottom: 1.5rem;
  font-family: 'Mitr', sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  /* text-align: center; */
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .ttl__en {
      font-size: 2.1rem; } }
  /* .ttl__en span {
    display: inline-block;
    padding-left: 2.5rem;
    padding-right: 2.5rem; } */

.ttl__jp {
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
  /* text-align: center; */
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .ttl__jp {
      margin-bottom: 3.3rem;
      font-size: 1.7rem; } }

/* ***** 問題解決 ***** */
#problem-solving {
  background-color: #f5fafb; }
  #problem-solving .ttl__en span {
    /* background: url("/wp-content/uploads/2021/04/problem-solving__ttl__en-left.png") no-repeat left center/19px auto, url("/wp-content/uploads/2021/04/problem-solving__ttl__en-right.png") no-repeat right center/19px auto; */
    color: #69c7e6;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #problem-solving .ttl__en span {
        background-size: 12px auto,12px auto; } }
  #problem-solving .content {
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #problem-solving .content {
        padding-bottom: 20vw; } }

.problem-solving__before-after {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 8rem;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after {
      flex-direction: column; } }
  .problem-solving__before-after dl {
    position: relative;
    top: -4rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .problem-solving__before-after dl {
        top: -2rem;
        margin-bottom: -2rem; } }
    .problem-solving__before-after dl dt {
      margin-bottom: 1.5rem;
      font-size: 2.4rem;
      font-weight: 700;
      text-align: center;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .problem-solving__before-after dl dt {
          margin-bottom: 1.5rem;
          font-size: 1.5rem;
          text-align: left; } }
  .problem-solving__before-after:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after figure {
      margin-top: 1rem; } }

/* before・afterカラム */
.problem-solving__before-after--before, .problem-solving__before-after--after {
  position: relative;
  width: 45.8333%;
  z-index: 2;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after--before, .problem-solving__before-after--after {
      width: auto;
      margin-left: 11.48%;
      margin-right: 11.48%; } }
  .problem-solving__before-after--before dd, .problem-solving__before-after--after dd {
    margin-left: 2em;
    margin-right: 2em;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .problem-solving__before-after--before dd, .problem-solving__before-after--after dd {
        margin-left: 0;
        margin-right: 0; } }

.problem-solving__before-after__arrow {
  position: absolute;
  top: 5vw;
  left: calc(50% - 20%/2);
  width: 12.666%;
  z-index: 1;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after__arrow {
      top: 15vw;
      left: 0;
      width: 5.3vw; } }

.problem-solving__before-after--before {
  top: -5rem;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after--before {
      top: 0;
      margin-bottom: 3rem; }
      .problem-solving__before-after--before figure {
        display: none; } }

.problem-solving__before-after--after {
  top: 5rem;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after--after {
      top: 0;
      margin-bottom: -2rem; } }
  .problem-solving__before-after--after dt strong {
    color: #d53d81; }

/* before・afterアイコン */
.problem-solving__before-after__icon {
  font-family: 'Mitr', sans-serif;
  font-weight: 500;
  position: relative;
  width: 26.7399%;
  padding-top: 25%;
  font-size: 2.4rem;
  border-radius: 50%;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .problem-solving__before-after__icon {
      position: relative;
      left: -3rem;
      width: 22%;
      padding-top: 22%;
      font-size: 1.2rem; } }
  .problem-solving__before-after__icon.icon--before {
    background: #69c7e6;
    color: #a3e8ff; }
  .problem-solving__before-after__icon.icon--after {
    background: #e17ba8;
    color: #ffd2e6; }
  .problem-solving__before-after__icon span {
    display: inline-block;
    width: 100%;
    line-height: 110px;
    text-align: center;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .problem-solving__before-after__icon span {
        width: 100%;
        height: 100%;
        line-height: 70px;
        font-size: 1.5rem; } }

/* ***** 機能紹介 ***** */
#function .ttl__en span {
  /* background: url("/wp-content/uploads/2021/04/function__ttl__en-left.png") no-repeat left center/19px auto, url("/wp-content/uploads/2021/04/function__ttl__en-right.png") no-repeat right center/19px auto; */
  color: #75ccb9;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #function .ttl__en span {
      background-size: 12px auto,12px auto; } }

.function__content {
  margin-bottom: 3vw;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .function__content {
      margin-bottom: 13vw; } }
  .function__content figure, .function__content .function__content__description {
    position: relative; }
  .function__content figure {
    z-index: 2; }
  .function__content .function__content__description {
    z-index: 1; }
  .function__content-1 {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 11.75%);
    margin-left: 11.75%;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .function__content-1 {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .function__content-1 {
        width: 100%;
        margin-left: 0; } }
    .function__content-1 figure {
      width: 55.84%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-1 figure {
          width: 82.55%; } }
    .function__content-1 .function__content__description {
      width: calc(100% - 52%);
      margin: 5rem 0 0 -5%;
      padding-left: 4.5%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-1 .function__content__description {
          width: 85.61%;
          margin: -3rem 0 0 14.19%;
          padding-left: 5%; } }
  .function__content-2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    width: calc(100% - 3%);
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .function__content-2 {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .function__content-2 {
        width: 100%; } }
    .function__content-2 figure {
      width: 58%;
      margin-top: 8rem;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-2 figure {
          width: 82.55%;
          margin: 0 0 0 17.45%; } }
    .function__content-2 .function__content__description {
      width: calc(100% - 55%);
      margin: 0 -5% 0 0;
      padding-right: 4.5%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-2 .function__content__description {
          width: 85.61%;
          margin: -3rem 14.19% 0 0;
          padding-right: 5%; } }
  .function__content-3 {
    display: flex;
    align-items: start;
    width: calc(100%); }
    @media screen and (max-width: 767px) {
      .function__content-3 {
        flex-direction: column; } }
    .function__content-3 figure {
      width: 61.66%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-3 figure {
          width: 100%; } }
    .function__content-3 .function__content__description {
      width: calc(100% - 57%);
      margin: 11rem -10% 0 -5%;
      padding-left: 4.5%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-3 .function__content__description {
          width: 85.61%;
          margin: -3rem 14.19% 0 0;
          padding-right: 5%; } }
      .function__content-3 .function__content__description h3 {
        text-align: center;
        /*sp*/ }
        @media screen and (max-width: 767px) {
          .function__content-3 .function__content__description h3 {
            /*text-align: left;*/ } }
  .function__content-4 {
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .function__content-4 {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .function__content-4 {
        margin-bottom: 0;
        padding-bottom: 4%;
        border: 5px solid #75ccb9; } }
    .function__content-4 .function__content__description {
      width: 81.16%;
      margin: auto;
      padding-bottom: 8%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-4 .function__content__description {
          width: 100%;
          border: none; } }
      .function__content-4 .function__content__description h3 {
        text-align: center; }
      .function__content-4 .function__content__description .function__content__description--flex p {
        width: 41.17%;
        /*sp*/ }
        @media screen and (max-width: 767px) {
          .function__content-4 .function__content__description .function__content__description--flex p {
            width: 100%; } }
        .function__content-4 .function__content__description .function__content__description--flex p:last-child {
          margin-top: 5rem;
          /*sp*/ }
          @media screen and (max-width: 767px) {
            .function__content-4 .function__content__description .function__content__description--flex p:last-child {
              margin-top: 0; } }
    .function__content-4 .function__content__description--img--flex {
      margin: -6.5rem 1% 0;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .function__content-4 .function__content__description--img--flex {
          margin: 0 4vw; } }
      .function__content-4 .function__content__description--img--flex figure {
        width: 43.3%;
        /*sp*/ }
        @media screen and (max-width: 767px) {
          .function__content-4 .function__content__description--img--flex figure {
            width: 100%; } }
        .function__content-4 .function__content__description--img--flex figure:first-child {
          width: 51.666%;
          margin-top: -5rem;
          /*sp*/ }
          @media screen and (max-width: 767px) {
            .function__content-4 .function__content__description--img--flex figure:first-child {
              width: 100%;
              margin-top: 0;
              margin-bottom: 4%; } }

.function__content__description {
  position: relative;
  padding: 3%;
  border: 9px solid #75ccb9;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    .function__content__description {
      padding: 5%;
      border-width: 5px; } }
  .function__content__description h3 {
    margin-bottom: 2rem;
    font-size: 3rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .function__content__description h3 {
        margin-bottom: .5rem;
        font-size: 1.6rem; } }
  .function__content__description p, .function__content__description ul {
    margin-bottom: 1rem; }
  .function__content__description p, .function__content__description li {
    line-height: 160%;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .function__content__description p, .function__content__description li {
        line-height: 140%; } }
  .function__content__description ul li {
    display: flex;
    position: relative; }
    .function__content__description ul li::before {
      content: "・";
      width: 1em; }
    .function__content__description ul li p {
      width: calc(100% - 1.2em);
      margin-bottom: 0; }
  .function__content__description--flex, .function__content__description--img--flex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .function__content__description--flex, .function__content__description--img--flex {
        flex-direction: column; } }

/* ***** 導入フロー ***** */
#flow .content {
  background-color: #d34a4a; }
#flow .ttl__en span {
  background: url("/wp-content/uploads/2021/04/flow__ttl__en-left.png") no-repeat left center/19px auto, url("/wp-content/uploads/2021/04/flow__ttl__en-right.png") no-repeat right center/19px auto;
  color: #ffe0e0;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #flow .ttl__en span {
      background-size: 12px auto,12px auto; } }
  #flow .ttl__en span span {
    padding-left: .05rem;
    padding-right: 0;
    background: none; }
#flow .ttl__jp {
  color: #fff; }

.flow__step {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 767px) {
    .flow__step {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .flow__step {
      flex-direction: row; } }
  .flow__step__left, .flow__step__right {
    display: flex;
    justify-content: space-between;
    width: 49.3333%;
    /*SP*/ }
    @media screen and (max-width: 767px) {
      .flow__step__left, .flow__step__right {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .flow__step__left, .flow__step__right {
        position: relative;
        width: 100%;
        flex-direction: row; } }
  .flow__step .flow__step__col {
    width: 31.25%;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .flow__step .flow__step__col {
        width: 31.104%; } }
    .flow__step .flow__step__col .flow__step__number {
      position: relative;
      color: #fe8f8f;
      font-family: 'Oswald', sans-serif;
      font-size: 6rem;
      font-weight: 400;
      text-align: center;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .flow__step .flow__step__col .flow__step__number {
          font-size: 3rem; } }
    .flow__step .flow__step__col .flow__step__col__inner {
      padding: 1.5rem;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.13);
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .flow__step .flow__step__col .flow__step__col__inner {
          padding: .8rem;
          font-size: 1.2rem; } }
  .flow__step figure {
    margin: 0 3rem 1rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .flow__step figure {
        margin: 0 26% .5rem; } }
  .flow__step h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .flow__step h3 {
        font-size: 1.4rem; } }
  .flow__step ul li {
    display: flex; }
    .flow__step ul li::before {
      content: '・';
      width: 1.3rem; }
    .flow__step ul li span {
      width: calc(100% - 1.3rem); }
  .flow__step .flow__step__arrow {
    position: absolute;
    top: 3.5rem;
    width: 5.4%;
    margin-left: 13%;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      .flow__step .flow__step__arrow {
        top: 1rem;
        width: 10%;
        margin-left: 28%; } }
    .flow__step .flow__step__arrow__2 {
      left: 17%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .flow__step .flow__step__arrow__2 {
          left: 35%; } }
    .flow__step .flow__step__arrow__3 {
      left: 34%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .flow__step .flow__step__arrow__3 {
          left: 63%; } }
    .flow__step .flow__step__arrow__4 {
      left: 51%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .flow__step .flow__step__arrow__4 {
          left: 0;
         /*top:auto; bottom:$sp-arrow-top;
@include landscaple {
bottom:$sp-arrow-top-landscape;
}
*/ } }
    .flow__step .flow__step__arrow__5 {
      left: 68%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        .flow__step .flow__step__arrow__5 {
          left: 35%;
                          /*top:auto; bottom:$sp-arrow-top;
@include landscaple {
bottom:$sp-arrow-top-landscape;
}*/ } }

/* ***** 導入企業一覧 ***** */
#company .content {
  padding-bottom: 0;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #company .content {
      margin-bottom: -6vw; } }
#company h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 4rem;
  font-size: 2rem;
  text-align: center;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #company h3 {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    #company h3 {
      flex-direction: row;
      margin-bottom: 2rem;
      font-size: 1.6rem; } }
  #company h3::before, #company h3::after {
    content: '';
    width: 4rem;
    height: 1px;
    background: #333;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #company h3::before, #company h3::after {
        width: 2.5rem; } }
  #company h3::before {
    margin-right: 2rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #company h3::before {
        margin-right: 1rem; } }
  #company h3::after {
    margin-left: 2rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #company h3::after {
        margin-left: 1rem; } }
#company ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #company ul {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    #company ul {
      flex-direction: row; } }
  #company ul li {
    width: 15%;
    margin: 0 2rem 3.5rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #company ul li {
        width: 30%;
        margin: 0 .3rem 2rem; } }
    #company ul li.company--logo__2 {
      width: 10%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #company ul li.company--logo__2 {
          width: 14%; } }
    #company ul li.company--logo__3 {
      width: 12%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #company ul li.company--logo__3 {
          width: 16.8%; } }

/* ***** 導入事例 ***** */
#casestudy .ttl__en span {
  background: url("/wp-content/uploads/2021/04/casestudy__ttl__en-left.png") no-repeat left center/19px auto, url("/wp-content/uploads/2021/04/casestudy__ttl__en-right.png") no-repeat right center/19px auto;
  color: #f4c38b;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #casestudy .ttl__en span {
      background-size: 12px auto,12px auto; } }
#casestudy .content {
  padding-top: 0; }
#casestudy .casestudy__content {
  position: relative;
  display: flex;
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  align-items: center;
  width: calc(100% - 3%);
  margin-bottom: 6rem;
  cursor: pointer;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #casestudy .casestudy__content {
      flex-direction: column; } }
  #casestudy .casestudy__content:hover {
    opacity: .7; }
  .casestudy__content:nth-child(even) {
    flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
    #casestudy .casestudy__content {
      align-items: flex-start;
      width: 100%;
      margin-bottom: 5.7rem; } }
  #casestudy .casestudy__content:nth-child(even) {
    margin-left: -4%;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #casestudy .casestudy__content:nth-child(even) {
        margin-left: 0; } }
  #casestudy .casestudy__content:last-child {
    margin-bottom: 0;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #casestudy .casestudy__content:last-child {
        margin-bottom: 5rem; } }
  #casestudy .casestudy__content figure, #casestudy .casestudy__content__description {
    width: 46.39%; }
  #casestudy .casestudy__content figure {
    margin-right: 3rem;
    overflow: hidden;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #casestudy .casestudy__content figure {
        width: 78.34%;
        margin-right: 0;
        margin-bottom: 2rem; } }
    #casestudy .casestudy__content figure img {
      transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1); }
      .casestudy__content:hover img {
        transform: scale(1.05); }
  #casestudy .casestudy__content:nth-child(even) figure {
    margin-left: 3rem;
    margin-right: 0;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #casestudy .casestudy__content:nth-child(even) figure {
        margin-left: calc(100% - 78.34%); } }
  #casestudy .casestudy__content__description {
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #casestudy .casestudy__content__description {
        width: 100%; } }
    #casestudy .casestudy__content:nth-child(even) .casestudy__content__description {
      text-align: right; }
    #casestudy .casestudy__content__description h3 {
      margin-bottom: 2rem;
      font-size: 1.8rem;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #casestudy .casestudy__content__description h3 {
          width: 78.34%;
          margin-bottom: .5rem;
          font-size: 1.1rem; }
          #casestudy .casestudy__content:nth-child(even) .casestudy__content__description h3 {
            margin-left: calc(100% - 78.34%); } }
    #casestudy .casestudy__content__description h4 {
      margin-bottom: 4rem;
      font-size: 2.4rem;
      line-height: 150%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #casestudy .casestudy__content__description h4 {
          width: 78.34%;
          margin-bottom: 1rem;
          font-size: 1.4rem; }
          #casestudy .casestudy__content:nth-child(even) .casestudy__content__description h4 {
            margin-left: calc(100% - 78.34%); } }
    #casestudy .casestudy__content__description .casestudy__btn {
      display: flex;
      justify-content: flex-end;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #casestudy .casestudy__content__description .casestudy__btn {
          flex-direction: column; } }
      @media screen and (max-width: 767px) {
        #casestudy .casestudy__content__description .casestudy__btn {
          flex-direction: row;
          width: 37.8%;
          margin-left: 62.2%; } }
      #casestudy .casestudy__content__description .casestudy__btn span {
        position: relative;
        display: inline-block;
        padding: 1.5rem 7rem;
        background: #fff048;
        font-family: 'Oswald', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        text-align: center;
        /*sp*/
        /*
        @at-root .casestudy__content:hover .casestudy__btn span::before {
        transform: translate(30%,0);
        }
        @at-root .casestudy__content:hover .casestudy__btn span::after {
        transform: rotate(45deg) translate(50%,-50%);
        }
        */ }
        @media screen and (max-width: 767px) {
          #casestudy .casestudy__content__description .casestudy__btn span {
            padding: 1rem 3rem 1rem 2rem;
            font-size: 1.2rem; } }
        #casestudy .casestudy__content__description .casestudy__btn span::before, #casestudy .casestudy__content__description .casestudy__btn span::after {
          position: absolute;
          right: 9.5%;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), background 0.35s cubic-bezier(0.23, 1, 0.32, 1), color 0.35s cubic-bezier(0.23, 1, 0.32, 1);
          /*sp*/ }
          @media screen and (max-width: 767px) {
            #casestudy .casestudy__content__description .casestudy__btn span::before, #casestudy .casestudy__content__description .casestudy__btn span::after {
              right: 8%; } }
        #casestudy .casestudy__content__description .casestudy__btn span::before {
          width: 28px;
          height: 1px;
          background: #000;
          /*sp*/ }
          @media screen and (max-width: 767px) {
            #casestudy .casestudy__content__description .casestudy__btn span::before {
              width: 14px; } }
        #casestudy .casestudy__content__description .casestudy__btn span::after {
          width: 9px;
          height: 9px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          transform: rotate(45deg) translate(0, 0);
          /*sp*/ }
          @media screen and (max-width: 767px) {
            #casestudy .casestudy__content__description .casestudy__btn span::after {
              width: 5px;
              height: 5px; } }
  #casestudy .casestudy__content a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

/* ***** 開発ワークフロー ***** */
#workflow .content {
  padding-bottom: 25vw;
  background-color: #f8f8f8;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #workflow .content {
      padding-bottom: 8vw; } }
#workflow h2 {
  margin-bottom: 4rem;
  font-size: 3rem;
  text-align: center;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #workflow h2 {
      margin-bottom: 2rem;
      font-size: 1.7rem; } }
#workflow .workflow__content {
  display: flex;
  justify-content: space-between;
  padding-left: 4.5%;
  padding-right: 4.5%;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #workflow .workflow__content {
      flex-direction: column; } }
  @media screen and (max-width: 767px) {
    #workflow .workflow__content {
      padding-left: 4%;
      padding-right: 4%; } }
  #workflow .workflow__content__col {
    display: flex;
    justify-content: space-between;
    width: 47.79%;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #workflow .workflow__content__col {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      #workflow .workflow__content__col {
        flex-direction: row;
        width: 100%; }
        #workflow .workflow__content__col:first-child {
          margin-bottom: 2.5rem; } }
    #workflow .workflow__content__col figure {
      width: 14%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #workflow .workflow__content__col figure {
          width: 11.23%; } }
    #workflow .workflow__content__col dl {
      width: 81.76%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #workflow .workflow__content__col dl {
          width: 83%; } }
    #workflow .workflow__content__col dt {
      margin-bottom: 2rem;
      font-size: 2.4rem;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #workflow .workflow__content__col dt {
          margin-bottom: 1rem;
          font-size: 1.5rem; } }

/* ***** さぁ、業務効率化へ。 ***** */
#inquiry {
  position: relative;
  top: -26rem;
  margin-bottom: -26rem;
  /*sp*/ }
  @media screen and (max-width: 1080px) {
    #inquiry {
      top: -22rem;
      margin-bottom: -22rem; } }
  @media screen and (max-width: 1024px) {
    #inquiry {
      top: -20rem;
      margin-bottom: -20rem; } }
  @media screen and (max-width: 850px) {
    #inquiry {
      top: -16rem;
      margin-bottom: -16rem; } }
  @media screen and (max-width: 767px) {
    #inquiry {
      top: 0;
      margin-bottom: 0; } }
  #inquiry .content {
    margin: 0 7.4vw;
    /*sp*/
    background-image: -moz-linear-gradient(0deg, rgba(137, 208, 255, 0.99608) 0%, #89d0ff 0%, #ba56d0 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(137, 208, 255, 0.99608) 0%, #89d0ff 0%, #ba56d0 100%);
    background-image: -ms-linear-gradient(0deg, rgba(137, 208, 255, 0.99608) 0%, #89d0ff 0%, #ba56d0 100%);
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #inquiry .content {
        margin-left: 4vw;
        margin-right: 4vw; } }
    #inquiry .content h2 {
      margin-bottom: 3rem;
      font-size: 4rem;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #inquiry .content h2 {
          margin-bottom: .5rem;
          font-size: 1.7rem; } }
    #inquiry .content .inquiry__txt {
      margin-bottom: 5rem;
      font-size: 2rem;
      font-weight: 700;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #inquiry .content .inquiry__txt {
          margin-bottom: 3rem;
          font-size: 1.2rem; } }
    #inquiry .content .inquiry__inner {
      display: flex;
      justify-content: center;
      align-items: center;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #inquiry .content .inquiry__inner {
          flex-direction: column; } }
      @media screen and (max-width: 767px) {
        #inquiry .content .inquiry__inner {
          flex-direction: row; } }
      #inquiry .content .inquiry__inner .inquiry__btn {
        width: 35%;
        margin: 0 2.42rem;
        /*sp*/ }
        @media screen and (max-width: 767px) {
          #inquiry .content .inquiry__inner .inquiry__btn {
            width: 45%;
            margin: 0 .5rem; } }
        #inquiry .content .inquiry__inner .inquiry__btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1), transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), background 0.7s cubic-bezier(0.23, 1, 0.32, 1), color 0.7s cubic-bezier(0.23, 1, 0.32, 1);
          min-height: 62px;
          padding-left: 20px;
          padding-right: 20px;
          /* background: url("/wp-content/uploads/2021/04/bg-inquiry-btn-left.png") no-repeat left 0/12px auto, url("/wp-content/uploads/2021/04/bg-inquiry-btn-right.png") no-repeat right 0/12px auto; */
          color: #fff;
          font-size: 2vw;
          font-weight: 700;
          /*sp*/ }
          @media screen and (max-width: 767px) {
            #inquiry .content .inquiry__inner .inquiry__btn a {
              flex-direction: column; } }
          @media screen and (max-width: 767px) {
            #inquiry .content .inquiry__inner .inquiry__btn a {
              min-height: 31px;
              padding-left: 6px;
              padding-right: 6px;
              background-size: auto 31px,auto 31px;
              font-size: 1.2rem; } }
          #inquiry .content .inquiry__inner .inquiry__btn a:hover {
            opacity: .7; }
          #inquiry .content .inquiry__inner .inquiry__btn a span {
            position: relative;
            padding-right: 35px;
            /*sp*/ }
            @media screen and (max-width: 767px) {
              #inquiry .content .inquiry__inner .inquiry__btn a span {
                padding-right: 16px; } }
            #inquiry .content .inquiry__inner .inquiry__btn a span::before, #inquiry .content .inquiry__inner .inquiry__btn a span::after {
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              /* content: ""; */
              vertical-align: middle;
              transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), background 0.35s cubic-bezier(0.23, 1, 0.32, 1), color 0.35s cubic-bezier(0.23, 1, 0.32, 1); }
            #inquiry .content .inquiry__inner .inquiry__btn a span::before {
              width: 28px;
              height: 2px;
              background: #fff;
              /*sp*/ }
              @media screen and (max-width: 767px) {
                #inquiry .content .inquiry__inner .inquiry__btn a span::before {
                  width: 14px; } }
            #inquiry .content .inquiry__inner .inquiry__btn a span::after {
              width: 9px;
              height: 9px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              transform: rotate(45deg);
              /*sp*/ }
              @media screen and (max-width: 767px) {
                #inquiry .content .inquiry__inner .inquiry__btn a span::after {
                  width: 5px;
                  height: 5px; } }
            #inquiry .content .inquiry__inner .inquiry__btn a:hover span::before {
              transform: translate(30%, 0); }
            #inquiry .content .inquiry__inner .inquiry__btn a:hover span::after {
              transform: rotate(45deg) translate(50%, -50%); }

/* ***** セキュリティへの取り組み ***** */
#security h2, #security .security__text {
  text-align: center; }
#security h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #security h2 {
      font-size: 1.7rem; } }
#security .security__text {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #security .security__text {
      font-size: 1.3rem; } }
#security .security__inner {
  margin: 0 14.75%;
  /*sp*/ }
  @media screen and (max-width: 767px) {
    #security .security__inner {
      margin-left: 0;
      margin-right: 0; } }
  #security .security__inner__col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.625rem;
    /*sp*/ }
    @media screen and (max-width: 767px) {
      #security .security__inner__col {
        flex-direction: column; } }
    @media screen and (max-width: 767px) {
      #security .security__inner__col {
        flex-direction: row; } }
    #security .security__inner__col figure {
      width: 18.8%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #security .security__inner__col figure {
          width: 22.5%; } }
      #security .security__inner__col figure.icon {
        padding-left: 2.5%;
        padding-right: 2.5%;
        /*sp*/ }
        @media screen and (max-width: 767px) {
          #security .security__inner__col figure.icon {
            padding-left: 5%;
            padding-right: 5%; } }
    #security .security__inner__col__text {
      width: 75.76%;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #security .security__inner__col__text {
          width: 72.23%; } }
    #security .security__inner__col h3 {
      margin-bottom: 1rem;
      font-size: 2rem;
      /*sp*/ }
      @media screen and (max-width: 767px) {
        #security .security__inner__col h3 {
          font-size: 1.6rem; } }

/* 共通 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.content {
  width: 1080px;
  margin: 0 auto;
  padding: 8vw 0;
}

.ttl__en {
  text-align: left;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: bold;
  font-size: 20px;
}

.ttl__en span {
  padding: 0;
  color: #3FA3CB;
}

.ttl__jp {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
    padding: 8vw 6vw;
  }

  .ttl__en {
    text-align: center;
  }

  .ttl__jp {
    text-align: center;
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .content {
    width: 100%;
    padding: 8vw 6vw;
  }
}

/* mv */
#mv {
  background: url("/wp-content/uploads/2022/02/mv_pc2.png?ver=1.0.0") no-repeat center/cover;
  background-repeat: no-repeat;
  background-size: contain;
  height: 49.28vw;
}

#mv .mv__inner.addanim {
  position: relative;
  top: 20px;
}

.mv__btn-download a {
  background: #40a4cc;
  border-radius: 50px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #mv {
    background: url("/wp-content/uploads/2022/01/mv_sp-1.png") no-repeat center/cover;
    height: 220px;
  }
}

/* about */
#about {
  background-color: #f5fafb;
}

#about .content {
  padding-top: 60px;
  padding-bottom: 40px;
}

#about .img-area {
  width: 600px;
  height: 200px;
  margin: 0 auto 60px;
}

#about .img-area img {
  margin-bottom: 20px;
}

#about .btn-download {
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background: #3FA3CB;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}

#about .btn-download a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #about .ttl__en {
    text-align: left;
  }

  #about .img-area {
    width: 100%;
    margin: 0;
  }

  #about .content {
    width: 100%;
    padding: 8vw;
  }

  #about .btn-download {
    border-radius: 30px;
  }
}

/* problem-solving */
#problem-solving {
  background: #fff;
}

#problem-solving .content {
  padding-top: 80px;
  padding-bottom: 40px;
}

.problem-solving__before-after--before,
.problem-solving__before-after--after {
  top: 0;
  width: 40%;
}

.problem-solving__before-after--before figure,
.problem-solving__before-after--after figure {
  margin-bottom: 20px;
}

.problem-solving__before-after--before strong,
.problem-solving__before-after--after strong {
  color: #000;
}

.problem-solving__before-after__icon.icon--before,
.problem-solving__before-after__icon.icon--after {
  top: 20px;
  z-index: -1;
  color: #fff;
  font-weight: normal;
}

.problem-solving__before-after dl {
  top: 0;
}

.problem-solving__before-after dl dt {
  font-size: 16px;
}

.problem-solving__before-after--after dt strong {
  color: #000;
}

.problem-solving__before-after--before dd,
.problem-solving__before-after--after dd {
  text-align: center;
}

.problem-solving__before-after__icon.icon--before {
  background: #3FA3CB;
}

.problem-solving__before-after__icon.icon--after {
  background: #A99BBC;
}

.problem-solving__before-after__arrow {
  top: 40%;
  width: 20%;
  text-align: center;
}

.problem-solving__before-after__arrow img {
  display: inline-block;
  width: 50px;
}

.problem-solving__before-after__icon {
  padding-top: 0;
  color: #fff;
  font-weight: normal;
  width: 110px;
  height: 110px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  #problem-solving {
    padding: 0;
  }

  .problem-solving__before-after {
    margin-bottom: 0;
  }

  .problem-solving__before-after--before,
  .problem-solving__before-after--after {
    width: 100%;
    padding: 0;
    margin: 0 0 80px 0;
  }

  #problem-solving .text {
    display: flex;
    justify-content: center;
    min-height: 180px;
  }

  .problem-solving__before-after__icon.icon--before,
  .problem-solving__before-after__icon.icon--after {
    width: 70px;
    height: 70px;
    left: -10px;
    top: 0;
  }

  .problem-solving__before-after dl {
    width: 70%;
  }

  .problem-solving__before-after dl dt {
    font-size: 20px;
  }

  .problem-solving__before-after--before dd,
  .problem-solving__before-after--after dd {
    text-align: left;
  }

  .problem-solving__before-after--before figure,
  .problem-solving__before-after--after figure {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .problem-solving__before-after__arrow {
    top: 42%;
    left: 40%;
  }
}

/* position */
#position {
  background: url("/wp-content/uploads/2022/01/position_background_pc.png") no-repeat center/cover;
}

#position .content figure {
  max-width: 100%;
}

#position .content figure img {
  margin: 0 auto;
  width: auto;
  height: 500px;
}

#position .content-header {
  display: flex;
  justify-content: start;
  align-items: center;
}

#position .content-header .ttl__jp {
  margin-right: 80px;
}

#position .content-header .before,
#position .content-header .after {
  margin-bottom: 4rem;
  height: 50px;
  line-height: 50px;
  width: 200px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
  background: #d3d3d3;
  color: #888888;
}

#position .content-header .before {
  margin-right: 20px;
}

#position .content-header .active {
  background: #3FA3CB;
  color: #fff;
}

#position .display {
  display: block;
}

#position .hide {
  display: none;
}

@media screen and (max-width: 767px) {
  #position {
    padding: 0 0 20px 0;
  }

  #position .content-header {
    display: block;
  }

  #position .content-header .ttl__jp {
    margin-right: 0;
  }

  #position .sp.content-header {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  #position .sp.content-header .before,
  #position .sp.content-header .after {
    width: 150px;
  }

  #position .content figure img {
    height: 240px;
    max-width: 100%;
  }
}

/* business-efficiency */
#business-efficiency {
  background: #F5F5F5;
}

#business-efficiency .content-area {
  display: flex;
}

#business-efficiency .content-area .left,
#business-efficiency .content-area .right {
  width: 50%;
}

#business-efficiency .content-area .left strong {
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

#business-efficiency .content-area .right figure {
  width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #business-efficiency {
    padding-top: 0;
  }

  #business-efficiency .content-area {
    display: block;
  }

  #business-efficiency .content-area .left,
  #business-efficiency .content-area .right {
    width: 100%;
  }

  #business-efficiency .content-area .left {
    margin-bottom: 20px;
  }

  #business-efficiency .content-area .right strong {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
  }
}

/* function */
#function .ttl__en span {
  color: #3FA3CB;
}

#function .function__content {
  margin: 0 0 40px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#function .function__content figure {
  width: 50%;
  height: 100%;
  position: relative;
}

#function .function__content figure a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#function .function__content figure a img {
  height: 100%;
}

#function .function__content figure .expansion {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

#function .function__content .function__content__description {
  margin: 0;
  padding: 20px 40px;
  height: 50%;
  border: none;
  background: #F5F5F5;
}

#function .function__content-1 .function__content__description,
#function .function__content-3 .function__content__description {
  width: 50vw;
  margin-right: calc(50% - 50vw);
}

#function .function__content-2 .function__content__description,
#function .function__content-4 .function__content__description {
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding-left: 260px;
}

.function__content-2 {
  flex-direction: unset;
}

.function__content-2 figure {
  margin-top: 0;
}

.function__content__description h3 {
  font-size: 20px;
  text-align: left;
}

.function__content-4 {
  flex-direction: unset;
}

.function__content-4 .function__content__description {
  width: 50%;
  margin: 0;
  padding: 0;
}

.function__content-3 .function__content__description h3,
.function__content-4 .function__content__description h3 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #function .function__content {
    height: 220px;
  }

  #function .function__content .function__content__description {
    height: 65%;
    line-height: 65%;
  }

  #function .function__content-2 .function__content__description,
  #function .function__content-4 .function__content__description {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  #function .function__content {
    height: auto;
  }

  #function .function__content figure {
    width: 100%;
    margin-bottom: 20px;
  }

  #function .function__content .function__content__description {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    line-height: unset;
  }

  #function .function__content .function__content__description p {
    font-size: 16px;
    line-height: 160%;
  }
}

/* structure */
#structure {
  background: #3FA3CB;
}

#structure .content {
  width: auto;
}

#structure .headLine03 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

#structure .headLine03 .logo-img {
  display: inline-block;
  width: 300px;
  height: 100%;
  margin-right: 20px;
  position: relative;
  top: -10px;
}

#structure .bold {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  height: 100%;
}

#structure .sub-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
}

#structure .point-list {
  display: flex;
  justify-content: center;
  color: #fff;
}

#structure .point-list .point {
  width: 270px;
  margin-right: 20px;
}

#structure .point-list .point:last-child {
  margin-right: 0;
}

#structure .image {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
}

#structure .image img {
  width: 100%;
  height: 100%;
}

#structure .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#structure .text {
  font-size: 12px;
  padding: 0 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #structure .content .sp {
    padding-bottom: 40px;
  }

  #structure .headLine03 {
    height: auto;
    line-height: 40px;
  }

  #structure .headLine03 .logo-img {
    margin: 0;
  }

  #structure .sub-title {
    font-size: 26px;
  }

  #structure .point-list {
    display: block;
  }

  #structure .point-list .point {
    display: flex;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  #structure .image {
    width: 30%;
    height: 100px;
    margin: 0;
    text-align: center;
  }

  #structure .image img {
    display: inline-block;
  }

  #structure .text-box {
    width: 70%;
  }

  #structure .title {
    text-align: left;
  }

  #structure .text {
    padding: 0;
    text-align: left;
  }
}

/* company */
#company {
  background: #fff;
}

#company .content {
  padding-top: 80px;
  padding-bottom: 40px;
}

#company .company-list {
  display: flex;
  justify-content: space-evenly;
}

#company .company-list a .item:hover {
  opacity: 0.7;
}

#company .company-list .item {
  width: 300px;
  height: 350px;
  padding: 40px 20px;
  box-shadow: 0px 5px 18px 0px rgb(0 0 0 / 13%);
}

#company .company-list .item .img {
  height: 50%;
  margin-bottom: 20px;
}

#company .company-list .item .img img {
  display: inline-block;
  height: 100%;
}

#company .company-list .item .text {
  height: 50%;
  font-size: 14px;
}

#company .company-list .item .text .description {
  line-height: 25px;
  height: 70%;
}

#company .company-list .item .text .name {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #company {
    padding: 0 0 80px 0;
  }

  #company .content {
    padding-top: 40px;
  }

  #company .company-list .item {
    margin-bottom: 40px;
  }
}

/* development */
#workflow {
  background: #F5F5F5;
}

#workflow .content {
  padding-bottom: 15vw;
  background: #F5F5F5;
}

#workflow h2 {
  text-align: left;
}

#workflow .workflow__content {
  padding: 0;
}

#workflow .workflow__content__col {
  align-items: center;
  justify-content: space-around;
}

#workflow .workflow__content__col figure {
  width: 20%;
}

#workflow .workflow__content__col dl {
  width: 70%;
  padding: 20px 0;
}

#workflow .workflow__content__col dt {
  font-size: 16px;
  font-weight: bold;
}

#workflow .workflow__content__col dd {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #workflow {
    padding: 0;
  }

  #workflow h2 {
    text-align: center;
    font-size: 22px;
  }

  #workflow .workflow__content__col:first-child {
    margin-bottom: 0;
  }
}

/* inquiry */
#inquiry {
  top: -16rem;
}

#inquiry .content {
  margin: 0 auto;
  padding: 60px 0 80px;
  background: #3FA3CB;
}

#inquiry .content h2 {
  margin-bottom: 1rem;
}

#inquiry .content .inquiry__txt {
  font-size: 1.5rem;
}

#inquiry .content .inquiry__inner {
  justify-content: space-around;
}

#inquiry .content .inquiry__inner .inquiry__btn {
  background: #fff;
  border-radius: 50px;
}

#inquiry .content .inquiry__inner .inquiry__btn a {
  color: #3FA3CB;
}

#inquiry .content .inquiry__inner .inquiry__btn a span {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  #inquiry {
    top: -100px;
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #inquiry {
    width: 80%;
    margin: 0 auto;
    top: -50px;
  }

  #inquiry .content {
    padding: 40px 28px;
  }

  #inquiry .content h2 {
    font-size: 22px;
  }

  #inquiry .content .inquiry__inner {
    display: block;
  }

  #inquiry .content .inquiry__inner .inquiry__btn {
    width: 100%;
    margin: 0 0 20px 0;
    height: 40px;
    line-height: 40px;
  }

  #inquiry .content .inquiry__inner .inquiry__btn a {
    font-size: 16px;
    font-weight: normal;
  }
}

/* security */
#security .content {
  padding-top: 10vw;
}

@media screen and (max-width: 767px) {
  #security .security__inner__col  {
    flex-direction: column;
  }

  #security .security__inner__col figure {
    width: 80%;
    margin: 0 auto 20px;
  }

  #security .security__inner__col__text {
    width: 100%;
  }
}

.anime-float-btn-pc {
  position: fixed;
  z-index: 9999;
  right: 40px;
  bottom: 60px;
  display: inline-block;
  min-width: 140px;
  width: 140px;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .anime-float-btn-sp {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: -100px;
    width: 100%;
    line-height: 100px;
  }

  .anime-float-btn-sp a {
    margin: 0 auto;
    height: 100px;
    width: 80%;
    display: block;
  }
}

.topagetop.fade {
  display: none;
}
