@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto100";
  src: url("../font/Roboto-Thin.woff");
}
@font-face {
  font-family: "roboto400";
  src: url("../font/Roboto-Regular.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
.about-philosophy {
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .about-philosophy {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 880px) {
  .about-philosophy {
    padding: 40px 0;
  }
}

.about-philosophy__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.about-philosophy__listWrap {
  min-height: 400px;
  position: relative;
}

@media screen and (min-width: 881px) {
  .about-philosophy__bg {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
@media screen and (max-width: 880px) {
  .about-philosophy__bg {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 881px) {
  .about-philosophy__list {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 880px) {
  .about-philosophy__list {
    margin-top: 40px;
  }
}

@media screen and (min-width: 881px) {
  .about-philosophy__item {
    text-align: center;
  }
  .about-philosophy__item:nth-child(n+2) {
    margin-left: 140px;
  }
}
@media screen and (max-width: 880px) {
  .about-philosophy__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.about-philosophy__itemTitle {
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 881px) {
  .about-philosophy__itemTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 880px) {
  .about-philosophy__itemTitle {
    font-size: 25px;
  }
}

.about-philosophy__itemText {
  line-height: 1.8;
}
@media screen and (min-width: 881px) {
  .about-philosophy__itemText {
    margin-top: 20px;
  }
}
@media screen and (max-width: 880px) {
  .about-philosophy__itemText {
    margin-top: 12px;
  }
}

.about-message {
  position: relative;
}
@media screen and (min-width: 881px) {
  .about-message {
    padding: 80px 0;
  }
}
@media screen and (max-width: 880px) {
  .about-message {
    padding: 40px 0;
  }
}

.about-message__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

@media screen and (min-width: 881px) {
  .about-message__description {
    max-width: 740px;
    width: 60%;
  }
}

.about-message__text {
  line-height: 1.8;
}
@media screen and (min-width: 881px) {
  .about-message__text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  .about-message__text {
    margin-top: 30px;
  }
}

.about-message__name {
  font-size: 18px;
  text-align: right;
}
@media screen and (min-width: 881px) {
  .about-message__name {
    margin-top: 50px;
  }
}
@media screen and (max-width: 880px) {
  .about-message__name {
    margin-top: 40px;
  }
}
.about-message__name strong {
  margin-left: 20px;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 881px) {
  .about-message__name strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) {
  .about-message__name strong {
    font-size: 25px;
  }
}

.about-message__imageWrap {
  max-width: 1030px;
}
@media screen and (min-width: 881px) {
  .about-message__imageWrap {
    width: 25%;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 880px) {
  .about-message__imageWrap {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
}

.about-management {
  position: relative;
}
@media screen and (min-width: 881px) {
  .about-management {
    padding: 80px 0;
  }
}
@media screen and (max-width: 880px) {
  .about-management {
    padding: 40px 0;
  }
}

.about-management__inner {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media screen and (min-width: 881px) {
  .about-management__list {
    max-width: 1050px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 880px) {
  .about-management__list {
    max-width: 310px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 881px) {
  .about-management__item {
    width: 29.6666666667%;
  }
  .about-management__item:nth-child(n+2) {
    margin-left: 5.5%;
  }
}
@media screen and (max-width: 880px) {
  .about-management__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.about-management__name {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about-management__role {
  font-size: 18px;
}

.about-management__line {
  width: 20px;
  height: 2px;
  background-color: #31D090;
  margin: 15px 0;
}

.about-management__person {
  font-size: 23px;
  font-family: notoSans700, sans-serif;
}

@media screen and (min-width: 881px) {
  .about-overview {
    padding: 80px 0 140px;
  }
}
@media screen and (max-width: 880px) {
  .about-overview {
    padding: 40px 0;
  }
}

.about-overview__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.about-overview__list {
  max-width: 1050px;
}
@media screen and (min-width: 881px) {
  .about-overview__list {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 880px) {
  .about-overview__list {
    margin: 30px auto 0;
  }
}

.about-overview__item {
  line-height: 1.5;
}
.about-overview__item:nth-child(n+2) {
  border-top: 1px solid #B1B1B1;
}
@media screen and (min-width: 881px) {
  .about-overview__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about-overview__itemTitle {
  background-color: #F5F4F2;
}
@media screen and (min-width: 881px) {
  .about-overview__itemTitle {
    width: 162px;
    padding: 20px;
  }
}
@media screen and (max-width: 880px) {
  .about-overview__itemTitle {
    padding: 10px;
  }
}

.about-overview__itemData {
  font-family: notoSans400, sans-serif;
}
@media screen and (min-width: 881px) {
  .about-overview__itemData {
    width: calc(92% - 162px);
    padding: 20px 0;
  }
}
@media screen and (max-width: 880px) {
  .about-overview__itemData {
    padding: 15px 10px;
  }
}