@charset "utf-8";
:root {
  --color-text: #242424;
  --color-link: #242424;
  --color-primary: #018843;
  --color-secondary: #76bf9a;
  --color-gray: #b5b5b6;
  --color-bg: #f3f1ea;
  --font: "Roboto", "Helvetica Neue", Arial, YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-mincho: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/*------------------------------------*\
  プロジェクト研究
\*------------------------------------*/
.project01-01 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.project01-01__lead {
  margin-bottom: 1em;
  font-size: 2rem;
  line-height: 1.6;
}
.project01-01__lead span {
    font-size: 1.57em;
  }
.project01-01__bg {
  position: absolute;
  top: -70px;
  right: -25%;
  z-index: -1;
  width: 80%;
  max-width: 590px;
}
.project01-02-list,
.project01-03-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project01-02-list > li, .project01-03-list > li {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
.project01-03-list > li:nth-of-type(n+2)::before {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: scaleY(0.8) rotate(45deg);
    transform: scaleY(0.8) rotate(45deg);
    margin: -20px auto 30px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    content: "";
  }
.project01-03-list__image {
  position: relative;
  width: 95%;
  max-width: 194px;
  margin: 0 auto 15px;
}
.project01-03-list__image::before {
    position: absolute;
    top: 0;
    left: -0.1em;
    color: #018843;
    font-size: 2.2rem;
    font-weight: 100;
    line-height: 1;
    content: attr(data-en);
  }
.project01-03-list__image img {
    border-radius: 50%;
  }
.project01-03-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2lh;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.project01-04 {
  margin-top: 60px;
}
.project01-04__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc(100% - 10px);
  max-width: 1290px;
  height: 250px;
  margin: 0 auto 60px;
  color: #fff;
}
.project01-04__header > :last-child {
    margin-bottom: 0;
  }
.project01-04__header::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: calc(50vw + 645px);
    border-radius: 0 8px 8px 0;
    background: url("/educate/sougou/projects/images/index_04-bg.jpg") no-repeat center center / cover;
    content: "";
  }
.feature-project {
  position: relative;
  padding-bottom: 100px;
}
.feature-project::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background-image:
      repeating-linear-gradient(
        90deg,
        #f3f3f3,
        #f3f3f3 1px,
        transparent 1px,
        transparent 28px
      ),
      repeating-linear-gradient(
        0deg,
        #f3f3f3,
        #f3f3f3 1px,
        #fff 1px,
        #fff 28px
      );
    content: "";
  }
.feature-project ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
.feature-project li {
    padding: 0 2.3%;
  }
.feature-project-item {
  display: block;
  max-width: 300px;
  margin: 0 auto 30px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.feature-project-item__name {
  font-size: 2rem;
}
.feature-project-item__name::before {
    display: block;
    font-size: 1.4rem;
    font-weight: 100;
    content: attr(data-en);
  }
.feature-project-item__image {
  overflow: hidden;
  position: relative;
  display: block !important;
  margin: 15px 0;
  border-radius: 8px;
}
.feature-project-item__image .tags {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }
.feature-project-item__image img {
    display: block;
    width: 100%;
  }
/*------------------------------------*\
  Feature詳細
\*------------------------------------*/
.feature {
  margin-top: 20px;
}
.feature-header__heading {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.feature-header__heading[data-en-before]::before {
    display: block;
    margin-bottom: 0.5em;
    color: #018843;
    font-family: "Roboto", sans-serif;
    font-size: 0.5em;
    font-weight: 100;
    content: attr(data-en-before);
  }
.feature-header__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.4rem;
}
.feature-body {
  padding-top: 40px;
}
.feature-body .inner-box {
    margin: 15px 0;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
  }
.feature-body__image {
  margin-bottom: 30px;
}
.feature-rule {
  position: relative;
  margin-top: 50px;
  padding: 30px 20px;
  background-image: repeating-linear-gradient(0deg, #fff, #fff 12px, transparent 12px, transparent 24px, #fff 24px), repeating-linear-gradient(90deg, #fff, #fff 12px, transparent 12px, transparent 24px, #fff 24px), repeating-linear-gradient(180deg, #fff, #fff 12px, transparent 12px, transparent 24px, #fff 24px), repeating-linear-gradient(270deg, #fff, #fff 12px, transparent 12px, transparent 24px, #fff 24px);
  background-size: 3px calc(100% + 24px), calc(100% + 24px) 3px, 3px calc(100% + 24px) , calc(100% + 24px) 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-animation: borderAnimation 1s infinite linear;
  animation: borderAnimation 1s infinite linear;
  text-align: center;
}
.feature-rule__heading {
  margin-bottom: 15px;
  font-size: 2rem;
}
.feature-rule__heading img {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
  }
@-webkit-keyframes borderAnimation {
  from { background-position: 0 0, -24px 0, 100% -24px, 0 100%; }
  to { background-position: 0 -24px, 0 0, 100% 0, -24px 100%; }
}
@keyframes borderAnimation {
  from { background-position: 0 0, -24px 0, 100% -24px, 0 100%; }
  to { background-position: 0 -24px, 0 0, 100% 0, -24px 100%; }
}
.feature-message {
  position: relative;
  padding: 80px 0;
}
.feature-message::before {
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-image:
      repeating-linear-gradient(
        90deg,
        #f3f3f3,
        #f3f3f3 1px,
        transparent 1px,
        transparent 28px
      ),
      repeating-linear-gradient(
        0deg,
        #f3f3f3,
        #f3f3f3 1px,
        #fff 1px,
        #fff 28px
      );
    content: "";
  }
.feature-message__image {
  max-width: 340px;
  margin: 0 auto 30px;
  text-align: center;
}
.feature-message__image img {
    margin-bottom: 25px;
  }
.feature-message__content .inner-box {
    padding: 30px 20px;
    border-radius: 18px;
    border: 1px solid #EFEFEF;
    background: #fff;
  }
.feature-message__lead {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #018843;
}
@media (min-width: 45.001em) {
    .project01-01 .container  {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  .project01-01__lead {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .project01-01__content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .project01-02-list,
  .project01-03-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 15px;
  }
    .project01-02-list > li, .project01-03-list > li {
      position: relative;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      padding: 0 15px;
    }
    .project01-03-list > li:nth-of-type(n+2)::before {
      position: absolute;
      top: 25%;
      left: -6%;
      -webkit-transform: scaleX(0.8) rotate(-45deg);
      transform: scaleX(0.8) rotate(-45deg);
      width: 24px;
      height: 24px;
    }
    .feature-project ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 2.3%;
    }
    .feature-project li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    }
  .feature-header__heading {
    font-size: 3rem;
  }
  .feature-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feature-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 70px;
  }
  .feature-body__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
    .feature-body__image img {
      margin-left: -20px;
    }
  .feature-body__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.95%;
    flex: 0 0 45.95%;
  }
}
@media (min-width: 60.001em) {
  .project01-01 {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .project01-01__bg {
    top: -120px;
  }
  .project01-01__lead {
    font-size: 2.8rem;
  }
  .project01-01__content {
    font-size: 1.8rem;
  }
  .project01-02-list,
  .project01-03-list {
    margin-right: -24px;
    margin-left: -24px;
  }
    .project01-02-list > li, .project01-03-list > li {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      padding-right: 24px;
      padding-left: 24px;
    }
  .project01-04__header {
    height: 355px;
    margin-bottom: 120px;
  }
    .feature-project li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
    }
    .feature-project li:nth-of-type(even) {
      padding-top: 55px;
    }
  .feature-project-item__name {
    font-size: 2.6rem;
  }
    .feature-project-item__name::before {
      font-size: 1.7rem;
    }
  .feature {
    margin-top: 80px;
  }
  .feature-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .feature-header__heading {
    margin-bottom: 0;
    font-size: 4rem;
  }
    .feature-body .inner-box {
      padding: 30px;
    }
  .feature-rule {
    margin-top: 80px;
  }
  .feature-rule__heading {
    font-size: 2.6rem;
  }
  .feature-message {
    padding: 130px 0;
  }
    .feature-message .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  .feature-message__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.63%;
    flex: 0 0 30.63%;
    margin: 0;
  }
  .feature-message__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61.9%;
    flex: 0 0 61.9%;
  }
    .feature-message__content .inner-box {
      padding: 40px;
    }
}
@media (hover:hover) {
  .feature-project-item,
  .feature-project-item img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
    .feature-project-item:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  .feature-project li:nth-of-type(odd) a:hover {
    rotate: -4deg;
  }
    .feature-project li:nth-of-type(odd) a:hover img {
      rotate: 4deg;
    }
  .feature-project li:nth-of-type(even) a:hover {
    rotate: 4deg;
  }
    .feature-project li:nth-of-type(even) a:hover img {
      rotate: -4deg;
    }
}
/*# sourceMappingURL=maps/projects.css.map */
