@charset "UTF-8";

.otherContents {
  margin-top: 175px;
}

.w_icatch {
  background-image: url(../img/team/img_team_01_pc.jpg);
}

.w_icatch:after {
  content: none;
}

.w_icatch .h1 {
  position: relative;
  left: -20px;
}

.organization {
  padding: 110px 0 160px 0;
}

.organization__image {
  margin-left: auto;
  margin-right: auto;
}

.organization__list__icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.organization__list__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.666;
}

.organization__list__text {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.025em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
}

.reason__titleWrap {
  background-image: url(../img/team/img_team_03_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 280px;
  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;
}

.reason__title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.reason__left {
  position: relative;
}

.reason__right {
  position: relative;
}

.reason__box__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.reason__box__text {
  font-size: 18px;
  line-height: 2.111;
  letter-spacing: 0.075em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 40px;
}

.reason__needsList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason__needsList__item {
  background-color: #e6e6e6;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  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;
}

.reason__needsList__item.item__06 {
  background-color: #fff;
  color: #000;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media print, screen and (min-width: 681px) {
  .organization__inner {
    width: 992px;
    margin-left: auto;
    margin-right: auto;
  }

  .organization__image {
    width: 898px;
  }

  .organization__image__object,
  .organization__image__object img {
    width: 898px;
    height: 710px;
  }

  .organization__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
  }

  .organization__item {
    width: 215px;
  }

  .organization__list__icon {
    display: none;
  }

  .reason__inner {
    width: 986px;
    margin-left: auto;
    margin-right: auto;
  }

  .reason__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 90px;
  }

  .reason__left {
    width: 445px;
  }

  .reason__right {
    width: 451px;
  }

  .reason__right .reason__box__title {
    letter-spacing: 0.025em;
  }

  .reason__right .reason__box__text {
    letter-spacing: 0.050em;
  }

  .reason__image__object {
    position: absolute;
    bottom: -10px;
    left: -30px;
  }

  .reason__image__object,
  .reason__image__object img {
    width: 515px;
    height: 182px;
  }

  .reason__needsList__item {
    width: 143px;
    height: 78px;
    margin-top: 15px;
  }

  .reason__needsList__item:first-child,
  .reason__needsList__item:nth-child(2),
  .reason__needsList__item:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 680px) {
  .otherContents {
    margin-top: 60px;
  }

  .w_icatch {
    background-image: url(../img/team/img_team_01_sp.jpg);
  }

  .organization {
    padding: 55px 0 0 0;
  }

  .organization__image {
    padding-bottom: 60px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .organization__item {
    padding: 30px 30px 35px 30px;
  }

  .organization__item:first-child,
  .organization__item:nth-child(2n+1) {
    background-color: #dce1e1;
  }

  .organization__item:last-child {
    padding-bottom: 55px;
  }

  .organization__item.item__01 {
    padding-top: 25px;
  }

  .organization__item.item__01 .organization__list__icon {
    background-image: url(../img/team/img_team_05_sp.svg);
    width: 82px;
    height: 82.5px;
  }

  .organization__item.item__02 {
    padding-top: 35px;
  }

  .organization__item.item__02 .organization__list__icon {
    background-image: url(../img/team/img_team_06_sp.svg);
    width: 80.5px;
    height: 83.5px;
  }

  .organization__item.item__03 {
    padding-top: 25px;
  }

  .organization__item.item__03 .organization__list__icon {
    background-image: url(../img/team/img_team_07_sp.svg);
    width: 123.5px;
    height: 84px;
  }

  .organization__item.item__04 {
    padding-top: 35px;
  }

  .organization__item.item__04 .organization__list__icon {
    background-image: url(../img/team/img_team_08_sp.svg);
    width: 80px;
    height: 80px;
  }

  .organization__list__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .organization__list__title {
    font-size: 17px;
    line-height: 1.705;
    text-align: center;
    letter-spacing: 0;
    margin-top: 20px;
  }

  .organization__list__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.015em;
  }

  .reason__titleWrap {
    height: 140px;
  }

  .reason__title {
    font-size: 16px;
    letter-spacing: 0.15em;
  }

  .reason__box {
    margin-top: 45px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .reason__right {
    margin-top: 50px;
  }

  .reason__box__title {
    font-size: 17px;
    text-align: center;
  }

  .reason__box__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
  }

  .reason__image {
    margin-top: 25px;
  }

  .reason__needsList {
    margin-top: 25px;
  }

  .reason__needsList__item {
    font-size: 12px;
    width: 47.5%;
    height: 68px;
    margin-top: 10px;
  }

  .reason__needsList__item:first-child,
  .reason__needsList__item:nth-child(2) {
    margin-top: 0;
  }
}