@charset "utf-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/

/* team
========================================== */
.mori_team_area {
}

.mori_team_inner {
}

/* link
------------------------------ */
.mori_team_link {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.mori_team_link_list {
  display: inline-block;
  vertical-align: middle;
}
.mori_team_link_list + .mori_team_link_list {
  margin-top: 25px;
}
.mori_team_link_list:nth-of-type(2) {
  margin-top: 0;
}
.mori_team_link_item {
  display: inline-block;
  padding: 0 15px;
  line-height: 1;
  vertical-align: middle;
  border-right: 2px solid #aeaeae;
}
.mori_team_link_list:nth-of-type(1) .mori_team_link_item:first-child {
  padding-left: 0;
}
.mori_team_link_list:nth-of-type(2) .mori_team_link_item:last-child {
  padding-right: 0;
  border-right: none;
}
.mori_team_link_list:nth-of-type(3) .mori_team_link_item:first-child {
  padding-left: 0;
}
.mori_team_link_list:nth-of-type(3) .mori_team_link_item:last-child {
  padding-right: 0;
  border-right: none;
}
.mori_team_link_item a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  letter-spacing: 3px;
}
.mori_team_link_item a:hover {
  color: #e70012;
  opacity: 1;
}

/* section
------------------------------ */
.mori_team_section {
}

.mori_team_section_inner {
}

.mori_team_section_box {
  padding-top: 40px;
}
.mori_team_section_box + .mori_team_section_box {
  padding-top: 40px;
}

.mori_team_section_title {
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #e70012;
  border-radius: 10px;
}
.mori_team_section_title img {
  display: block;
  height: 24px;
  margin: 0 auto;
}
#team_10 .mori_team_section_title img {
  height: 22px;
  margin: 1px auto;
}

.mori_team_section_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.mori_team_section_item {
  position: relative;
  width: 50%;
  padding-bottom: 45px;
}
.mori_team_section_item:nth-child(odd) {
  padding-right: 25px;
}
.mori_team_section_item:nth-child(even) {
  padding-left: 25px;
  border-left: 1px dashed #e70012;
}
.mori_team_section_item:nth-child(1),
.mori_team_section_item:nth-child(2) {
  padding-top: 10px;
}
.mori_team_section_item:nth-child(n + 3) {
  padding-top: 40px;
}
.mori_team_section_item:nth-child(n + 3):nth-child(odd)::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 350%;
  height: 1px;
  content: '';
  border-top: 1px dashed #e70012;
}
.mori_team_section_item_name {
}
.mori_team_section_item_name img {
  display: block;
  height: 50px;
  margin: 0;
}
.mori_team_section_item_img {
  margin-top: 15px;
  text-align: center;
}
.mori_team_section_item_img img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
/* #team_10 .mori_team_section_item_img img {
  max-width: 370px;
} */
.mori_team_section_item_text {
  margin-top: 25px;
  font-size: 1.8rem;
  letter-spacing: 3px;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* link
  ------------------------------ */
  .mori_team_link {
    max-width: 520px;
  }
  .mori_team_link_list {
  }
  .mori_team_link_list + .mori_team_link_list {
    margin-top: 20px;
  }
  .mori_team_link_item {
    padding: 0 18px;
    border-right: 2px solid #aeaeae;
  }
  .mori_team_link_item:first-child {
    padding-left: 0 !important;
  }
  .mori_team_link_item:last-child {
    padding-right: 0 !important;
  }
  .mori_team_link_list:nth-of-type(1) .mori_team_link_item:last-child {
    border-right: none;
  }

  /* section
  ------------------------------ */
  .mori_team_section_item_name img {
    height: 34px;
  }
}

@media only screen and (max-width: 600px) {
  /* link
  ------------------------------ */
  .mori_team_link {
    max-width: 335px;
  }
  .mori_team_link_list {
  }
  .mori_team_link_list + .mori_team_link_list {
    margin-top: 15px;
  }
  .mori_team_link_item {
    padding: 0 10px;
    border-right: 1px solid #aeaeae;
  }
  .mori_team_link_item:first-child {
    padding-left: 0 !important;
  }
  .mori_team_link_item:last-child {
    padding-right: 0 !important;
  }
  .mori_team_link_list:nth-of-type(1) .mori_team_link_item {
    padding: 0 13px;
  }
  .mori_team_link_list:nth-of-type(1) .mori_team_link_item:last-child {
    border-right: none;
  }
  .mori_team_link_item a {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }

  /* section
  ------------------------------ */
  .mori_team_section {
  }

  .mori_team_section_inner {
  }

  .mori_team_section_box {
    padding-top: 20px;
  }
  .mori_team_section_box + .mori_team_section_box {
    padding-top: 25px;
  }

  .mori_team_section_title {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .mori_team_section_title img {
    height: 13px;
  }
  #team_10 .mori_team_section_title img {
    height: 13px;
    margin: 0 auto;
  }

  .mori_team_section_list {
    width: 100%;
  }

  .mori_team_section_item {
    width: 100%;
    padding-bottom: 15px;
    border-top: 1px dashed #e70012;
  }
  .mori_team_section_item:after {
    display: block;
    clear: both;
    content: '';
  }
  .mori_team_section_item:nth-child(odd) {
    padding-right: 0;
  }
  .mori_team_section_item:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }
  .mori_team_section_item:nth-child(1) {
    padding-top: 0;
    border-top: none;
  }
  .mori_team_section_item:nth-child(2) {
    padding-top: 20px;
    border-top: 1px dashed #e70012;
  }
  .mori_team_section_item:nth-child(n + 3) {
    padding-top: 20px;
    border-top: 1px dashed #e70012;
  }
  .mori_team_section_item:nth-child(n + 3):nth-child(odd)::before {
    display: none;
  }
  .mori_team_section_item_name {
  }
  .mori_team_section_item_name img {
    height: 25px;
  }
  .mori_team_section_item_img {
    float: left;
    margin-top: 15px;
    margin-right: 20px;
    text-align: center;
  }
  .mori_team_section_item_img img {
    display: block;
    max-width: 140px;
    margin: 0 auto;
  }
  /* #team_10 .mori_team_section_item_img img { max-width: 185px; } */
  .mori_team_section_item_text {
    margin-top: 15px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 320px) {
  /* link
  ------------------------------ */
  .mori_team_link_item {
    padding: 0 5px;
  }
  .mori_team_link_list:nth-of-type(1) .mori_team_link_item {
    padding: 0 8px;
  }
}
