/*
 *
 * about page style
 * language: stylus
 *
 */
/*
 *	width: 751px~ (PC)
 */
#ABOUT.index .headline.-typeB {
  margin-bottom: 35px;
}
#ABOUT.index .section-unit01 {
  margin-bottom: 56px;
}
#ABOUT.index .section-unit01 .fig {
  float: right;
  width: 264px;
  margin-left: 50px;
}
#ABOUT.index .section-unit01 .fig .caption {
  margin-top: 15px;
  font-weight: bold;
}
#ABOUT.index .section-unit01 .fig .caption ._big {
  font-size: 2.1rem;
}
#ABOUT.index .section-unit02 {
  margin-bottom: 73px;
}
#ABOUT.index .section-unit02 .fig {
  float: right;
  width: 438px;
  margin: 0 0 0 30px;
}
#ABOUT.index .section-unit03 ._txt:nth-of-type(1) {
  margin-bottom: 20px;
}
#ABOUT.index .section-unit03 .fig {
  float: left;
  width: 438px;
  margin: 0 30px 25px 0;
}
#ABOUT.outline #l-wrap {
  padding-bottom: 34vw;
  background-image: url("../img/about/outline_photo03.png"), url("../img/common/threeLine_vertical.png");
  background-repeat: no-repeat, repeat-y;
  background-position: center bottom -1px, 76px 0;
  background-size: 100% auto, 12px auto;
}
#ABOUT.outline .headline.-typeC {
  margin-bottom: 52px;
}
#ABOUT.outline .section-unit01 {
  margin-bottom: 95px;
}
#ABOUT.outline .section-unit02 {
  margin-bottom: 117px;
}
#ABOUT.outline .section-unit02 .col2-unit .col-txt {
  width: 572px;
}
#ABOUT.outline .section-unit02 .col2-unit .col-fig {
  width: 530px;
  margin-right: -128px;
  text-align: center;
}
#ABOUT.outline .section-unit02 .col2-unit .col-fig .block + .block {
  margin-top: 30px;
}
#ABOUT.outline .section-unit02 .col2-unit .col-fig .block .caption {
  margin-top: 12px;
  font-weight: bold;
}
#ABOUT.staff .headline.-typeC {
  margin-bottom: 54px;
}
#ABOUT.staff .list-links {
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
  font-weight: bold;
}
#ABOUT.staff .list-links .item + .item {
  margin-left: 50px;
}
#ABOUT.staff .list-links .item :not(a[target='_blank'])::before {
  display: inline-block;
  position: relative;
  top: 3px;
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 9px;
  background: url("../img/common/icon-arrow01.svg") no-repeat 0 0/19px auto;
}
#ABOUT.staff .list-links .item a[target='_blank']::before {
  display: inline-block;
  position: relative;
  top: 6px;
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 9px;
  background: url("../img/common/icon-blank.svg") no-repeat 0 0/19px auto;
}
#ABOUT.staff .unit-profile {
  display: flex;
}
#ABOUT.staff .unit-profile + .unit-profile {
  margin-top: 96px;
}
#ABOUT.staff .unit-profile .colmun-photo {
  width: 245px;
  margin-right: 40px;
}
#ABOUT.staff .unit-profile .colmun-txt .position {
  margin: 10px 0 14px;
  font-size: 1.8rem;
}
#ABOUT.staff .unit-profile .colmun-txt .name {
  margin-bottom: 40px;
}
#ABOUT.staff .unit-profile .colmun-txt .name .jp {
  margin-right: 18px;
  font-size: 2.8rem;
  font-weight: bold;
}
#ABOUT.staff .unit-profile .colmun-txt .name .en {
  font-family: 'Abel', sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#ABOUT.staff .unit-profile .colmun-txt .year {
  display: flex;
  margin-bottom: 20px;
}
#ABOUT.staff .unit-profile .colmun-txt .year .label {
  width: 135px;
  color: #009dda;
}
#ABOUT.staff .unit-profile .colmun-txt .qualification {
  display: flex;
  line-height: 1.65;
}
#ABOUT.staff .unit-profile .colmun-txt .qualification .label {
  width: 135px;
  color: #009dda;
}
#ABOUT.staff .unit-profile .colmun-txt .qualification .list {
  width: calc(100% - 135px);
}
#ABOUT.staff .unit-profile .colmun-txt .qualification .list .item + .item {
  margin-top: 10px;
}
/*
 *	width: ~750px (SP)
 */
@media (max-width: 750px) {
  #ABOUT.index .headline.-typeB {
    margin-bottom: 41px;
  }
  #ABOUT.index .section-unit01 {
    margin-bottom: 64px;
  }
  #ABOUT.index .section-unit01 .fig {
    float: none;
    width: 198px;
    margin: 0 auto 50px;
  }
  #ABOUT.index .section-unit01 .fig .caption {
    margin-top: 8px;
    text-align: center;
  }
  #ABOUT.index .section-unit01 .fig .caption ._big {
    font-size: 1.8rem;
  }
  #ABOUT.index .section-unit02 {
    margin-bottom: 66px;
  }
  #ABOUT.index .section-unit02 .fig {
    float: none;
    width: 100%;
    margin: 0 0 35px;
  }
  #ABOUT.index .section-unit03 ._txt:nth-of-type(1) {
    margin-bottom: 25px;
  }
  #ABOUT.index .section-unit03 .fig {
    float: none;
    width: 100%;
    margin: 0 0 31px;
  }
  #ABOUT.outline #l-wrap {
    padding-bottom: 32vw;
    background: url("../img/about/outline_photo03.png") no-repeat center bottom/100% auto;
  }
  #ABOUT.outline .headline.-typeC {
    margin-bottom: 40px;
  }
  #ABOUT.outline .section-unit01 {
    margin-bottom: 80px;
  }
  #ABOUT.outline .section-unit02 {
    margin-bottom: 80px;
  }
  #ABOUT.outline .section-unit02 .col2-unit .col-txt {
    width: 100%;
  }
  #ABOUT.outline .section-unit02 .col2-unit .col-fig {
    width: 100%;
    margin: 40px 0 0;
  }
  #ABOUT.outline .section-unit02 .col2-unit .col-fig .block + .block {
    margin-top: 20px;
  }
  #ABOUT.outline .section-unit02 .col2-unit .col-fig .block .caption {
    margin-top: 10px;
  }
  #ABOUT.staff .headline.-typeC {
    margin-bottom: 30px;
  }
  #ABOUT.staff .list-links {
    display: block;
    margin-bottom: 50px;
  }
  #ABOUT.staff .list-links .item + .item {
    margin: 10px 0 0;
  }
  #ABOUT.staff .unit-profile {
    display: block;
  }
  #ABOUT.staff .unit-profile + .unit-profile {
    margin-top: 60px;
  }
  #ABOUT.staff .unit-profile .colmun-photo {
    width: 200px;
    margin: 0 auto 20px;
  }
  #ABOUT.staff .unit-profile .colmun-txt .position {
    margin: 0 0 10px;
  }
  #ABOUT.staff .unit-profile .colmun-txt .name {
    margin-bottom: 25px;
  }
  #ABOUT.staff .unit-profile .colmun-txt .year {
    flex-direction: column;
  }
  #ABOUT.staff .unit-profile .colmun-txt .year .label {
    width: auto;
    margin-bottom: 10px;
  }
  #ABOUT.staff .unit-profile .colmun-txt .qualification {
    flex-direction: column;
  }
  #ABOUT.staff .unit-profile .colmun-txt .qualification .label {
    width: auto;
    margin-bottom: 10px;
  }
  #ABOUT.staff .unit-profile .colmun-txt .qualification .list {
    width: auto;
  }
  #ABOUT.staff .unit-profile .colmun-txt .qualification .list .item + .item {
    margin-top: 5px;
  }
}
