/*****************************************************************************
CSS only for Member
*****************************************************************************/
/* Member
-----------------------------------------*/
/* MemberList
-----------------------------------------*/
.MemberList {
  margin: 0 auto;
  max-width: 976px;
}

@media screen and (max-width: 976px) {
  .MemberList {
    margin: 0 20px;
  }
}

.MemberList__sec {
  margin-top: 70px;
}

.MemberList__data {
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}

.MemberList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.MemberList ul::after,
.MemberList ul::before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

@media screen and (max-width: 767px) {
  .MemberList ul::after,
  .MemberList ul::before {
    display: none;
  }
}

.MemberList ul::before {
  order: 1;
}

.MemberList__entry {
  margin-top: 59px;
  position: relative;
  width: 23%;
}

@media screen and (max-width: 976px) {
  .MemberList__entry {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .MemberList__entry {
    width: 48%;
    margin-top: 20px;
  }
}

.MemberList__entry a:hover img{
  opacity: 0.8;
}

.MemberList__entry a:focus img{
  opacity: 0.8;
}

.MemberList__entry a:active img{
  opacity: 0.8;
}

.MemberList__entry:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 976px) {
  .MemberList__entry:nth-child(-n+4) {
    margin-top: 59px;
  }
}

@media screen and (max-width: 976px) {
  .MemberList__entry:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .MemberList__entry:nth-child(-n+4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .MemberList__entry:nth-child(-n+2) {
    margin-top: 0;
  }
}

.MemberList__img img {
  width: 100%;
  height: auto;
}

.MemberList__name {
  position: absolute;
  left: 0;
  right: 12%;
  bottom: 0;
  background-color: #004ea2;
  color: #FFF;
}

.MemberList__name dl {
  position: relative;
  height: 76px;
  display: flex;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .MemberList__name dl {
    height: 65px;
  }
}

.MemberList__name dl::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  margin-right: -14px;
  border-top: 76px solid #004ea2;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .MemberList__name dl::after {
    border-top: 65px solid #004ea2;
  }
}

.MemberList__name dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700px;
  font-family: 'Roboto Condensed', sans-serif;
  transform: skewX(-14deg);
  border-right: solid 2px #FFF;
  padding: 7px 10px;
  margin-bottom: 19px;
  line-height: 1.1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .MemberList__name dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 5px;
  }
}

.MemberList__name dd {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  line-break: strict;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .MemberList__name dd {
    padding-left: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.MemberList__name dd small {
  font-weight: 700px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .MemberList__name dd small {
    font-size: 10px;
    font-size: 1rem;
  }
}

.MemberList__name dd span {
  font-weight: 700px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .MemberList__name dd span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.MemberList__tag {
  position: absolute;
  top: -8px;
  left: 0;
}

.MemberList__tag span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  min-width: 88px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .MemberList__tag span {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 80px;
    height: 20px;
  }
}

.MemberList__tag span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  margin-right: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}

.MemberList__tag--rookie span {
  color: #fff;
  background-color: #000;
}
.MemberList__tag--rookie span::after {
  border-top: 23px solid #000;
}
@media screen and (max-width: 767px) {
  .MemberList__tag--rookie span::after {
    border-top: 20px solid #000;
  }
}

.MemberList__tag--captain span {
  color: #000;
  background-color: #fdd000;
}
.MemberList__tag--captain span::after {
  border-top: 23px solid #fdd000;
}
@media screen and (max-width: 767px) {
  .MemberList__tag--captain span::after {
    border-top: 20px solid #fdd000;
  }
}

.MemberList__tag--gray span {
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
  font-style: normal;
  color: #fff;
  background-color: #a8a8a8;
}
.MemberList__tag--gray span::after {
  border-top: 23px solid #a8a8a8;
}
@media screen and (max-width: 767px) {
  .MemberList__tag--gray span::after {
    border-top: 20px solid #a8a8a8;
  }
}

/* SecTitle
-----------------------------------------*/
.SecTitle {
  font-size: 20px;
  color: #fff;
  background-color: #004ea2;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.SecTitle > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.SecTitle > span::before {
  content: '';
  display:inline-block;
  background-color: #fff;
  width: 5px;
  height: 67%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .SecTitle > span::before {
    width: 4px;
  }
}

/* DlList
-----------------------------------------*/
dl.DlList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

dl.DlList dt {
  margin-top: 12px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  width: 45%;
  padding: 4px 0 6px 15px;
  background-color: #FFF;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  dl.DlList dt {
    width: 42%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

dl.DlList dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  content: "";
  width: 30px;
  background-color: #FFF;
  transform: skewX(-20deg);
  z-index: -1;
}

dl.DlList dd {
  margin-top: 12px;
  width: 55%;
  padding: 4px 0 0 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  dl.DlList dd {
    width: 58%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

dl.DlList ul {
  display: flex;
  align-items: center;
}
dl.DlList li img {
  width: 24px;
}
dl.DlList li:not(:last-child) {
  margin-right: 15px;
}
dl.DlList li a:hover {
  opacity: 0.8;
}

/* StaffList
-----------------------------------------*/
.StaffList {
  margin: 0 auto;
  max-width: 976px;
}

@media screen and (max-width: 976px) {
  .StaffList {
    margin: 0 20px;
  }
}

.StaffList__entry {
  display: flex;
  padding: 40px 5% 40px 10%;
  border-bottom: solid 1px #d1cecf;
}

@media screen and (max-width: 767px) {
  .StaffList__entry {
    padding: 30px 0 30px 20px;
  }
}

.StaffList .StaffList__entry:nth-child(1) {
  border-top: solid 1px #d1cecf;
}

.StaffList__entry.StaffList__entry--main {
  align-items: center;
}

.StaffList > ul + .SecTitle {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .StaffList > ul + .SecTitle {
    margin-top: 24px;
  }
}

.StaffList__img {
  width: 120px;
  height: 145px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .StaffList__img {
    width: 72px;
    height: 87px;
  }
}

.StaffList__img img {
  max-width: 100%;
  height: auto;
}

.StaffList__text {
  flex: 1;
  padding-left: 5%;
}

@media screen and (max-width: 767px) {
  .StaffList__text dl:nth-child(n+2) {
    margin-top: 15px;
  }
}

.StaffList__text dt {
  padding-bottom: 1px;
  color: #666;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .StaffList__text dt {
    padding-bottom: 0;
  }
}

.StaffList__text dd {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .StaffList__text dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.StaffList__name dd {
  margin-top: 3px;
}

.StaffList__name dd span {
  display: block;
  font-weight: bold;
}

.StaffList__name dd span:nth-of-type(1){
  font-size: 18px;
  font-size: 1.8rem;
}

.StaffList__name dd span:nth-of-type(2){
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .3px;
}

.StaffList__from {
  margin-top: 17px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .StaffList__from {
    display: block;
  }
}

.StaffList__from dl {
  display: flex;
  align-items: flex-end;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .StaffList__from dl {
    padding-right: 0;
  }
}

.StaffList__from dt {
  padding-right: 8px;
}

.StaffList__message {
  margin-top: 21px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .StaffList__message {
    margin-top: 0;
    display: block;
  }
}

.StaffList__message dl {
  /* width: 50%; */
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .StaffList__message dl {
    width: auto;
    padding-right: 0;
  }
}

.StaffList__message dl dt {
  margin-bottom: 3px;
}

.StaffList__text .Linklist {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .StaffList__text .Linklist {
    margin-top: 15px;
  }
}
.StaffList__career {
  margin-top: 17px;
}

.StaffList__careerTitle {
color: #666;
font-style: italic;
font-size: 12px;
font-size: 1.2rem;
margin-bottom: 3px;
}

.StaffList__career ul > li {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px;
}
/* Introduction
-----------------------------------------*/
.Introduction {
  position: relative;
  margin: 0 auto;
  max-width: 976px;
  min-height: 1230px;
  z-index: 0;
}

@media screen and (max-width: 976px) {
  .Introduction {
    margin: 0 20px;
    min-height: initial;
  }
}

.Introduction:after {
  content: "";
  display: block;
  clear: both;
}

/* MemberSlide
-----------------------------------------*/
.MemberSlide {
  position: absolute;
  top: 0;
  left: -230px;
  z-index: 0;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 976px) {
  .MemberSlide {
    display: none;
  }
}

.MemberSlide.MemberSlide--fixed {
  position: fixed;
  top: 0;
  left:50%;
  margin-left: -718px;
}
.MemberSlide.MemberSlide--bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: -230px;
  margin-left: 0;
}

.MemberSlide::before {
  position: absolute;
  top: 0;
  right: -326px;
  content: "";
  border-bottom: 1230px solid #f1f1f1;
  border-left: 326px solid transparent;
  border-right: 326px solid transparent;
  z-index: 2;
}

.MemberSlide__main {
  width: 820px;
  /* height: 1230px; */
}
@media all and (-ms-high-contrast: none) {
  .MemberSlide__main {
    width: 821px;
  }
}
.MemberSlide__main .slick-slide img::before {
  position: absolute;
  top: 0;
  right: -326px;
  content: "";
  border-bottom: 1230px solid #f1f1f1;
  border-left: 326px solid transparent;
  border-right: 326px solid transparent;
  z-index: 2;
}
.MemberSlide__sub {
  position: absolute;
  left: -10px;
  bottom: 60px;
  width: 480px;
  transform: skewX(-17deg);
}

.MemberSlide__sub ul li {
  position: relative;
  overflow: hidden;
  height: 80px;
  margin: 0 2px;
  cursor: pointer;
}

.MemberSlide__sub ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.MemberSlide__sub ul li.slick-slide.slick-current::after {
  background-color: transparent;
}

.MemberSlide__sub ul li img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 80px;
  width: 200px;
  height: auto;
  -webkit-transform: skewX(20deg) translate(-50%, 0%);
  transform: skewX(20deg) translate(-50%, 0%);
}

.MemberSlide__sub .slick-prev.slick-arrow {
  display: none!important;
}

.MemberSlide__sub .slick-next.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 475px;
  height: 80px;
  width:30px;
  border:none;
  background-color: #000;
  z-index: 1;
}
.MemberSlide__sub .slick-next.slick-arrow::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.MemberSlide__sub .slick-next.slick-arrow::after {
  display: none;
}

/* SideMemberSlide
-----------------------------------------*/
.SideMemberSlide {
  display: none;
}

@media screen and (max-width: 976px) {
  .SideMemberSlide {
    margin: 0 -20px;
    display: block;
  }
}

.SideMemberSlide ul li img {
  width: 100%;
  height: auto;
}

.SideMemberSlide .swiper-button-next::after,
.SideMemberSlide .swiper-button-prev::after {
  padding: 18px;
  background-color: #000;
  font-size: 20px;
  font-size: 2rem;
}

/* Detail
-----------------------------------------*/
.Detail {
  position: relative;
  width: 490px;
  float: right;
  z-index: 3;
  margin-top: 88px;
  padding-bottom: 20px;
}

@media screen and (max-width: 976px) {
  .Detail {
    width: auto;
    float: none;
    margin-top: -20px;
    padding-bottom: 20px;
  }
}

.Detail__head {
  display: flex;
}

.Detail__img {
  width: 142px;
  height: 175px;
  overflow: hidden;
}

@media screen and (max-width: 976px) {
  .Detail__img {
    width: 40%;
    height: auto;
    text-align: center;
    position: relative;
    padding-top: 50%;
    overflow: hidden;
  }
}

.Detail__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 976px) {
  .Detail__img img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.Detail__name {
  flex: 1;
  padding-left: 14px;
  position: relative;
}

.Detail__name span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 83px;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #FFF;
  font-style: italic;
  background-color: #004ea2;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .Detail__name span {
    font-size: 22px;
    font-size: 2.2rem;
    height: 30px;
    width: 50px;
  }
}

.Detail__name span::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  border-top: 46px solid #004ea2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .Detail__name span::after {
    border-top: 30px solid #004ea2;
  }
}

.Detail__name--tag span:first-child {
  float: left;
}

.Detail__name--tag .Detail__tag {
  font-size: 25px;
  font-size: 2.5rem;
  padding: .35em .35em .35em 10px;
  position:relative;
}

@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag {
    font-size: 20px;
    font-size: 2rem;
    padding: .25em .25em .25em 8px;
  }
}

.Detail__name--tag .Detail__tag--rookie {
  color: #fff;
  background-color: #000;
  width: 124px;
}
@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag--rookie {
    width: 90px;
  }
}
.Detail__name--tag .Detail__tag--rookie::after {
  border-top: 46px solid #000;
}

@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag--rookie::after {
    border-top: 30px solid #000;
  }
}

.Detail__name--tag .Detail__tag--captain {
  color: #000;
  background-color: #fdd000;
  width: 165px;
}
@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag--captain {
    width: 125px;
  }
}
.Detail__name--tag .Detail__tag--captain::after {
  border-top: 46px solid #fdd000;
}
@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag--captain::after {
    border-top: 30px solid #fdd000;
  }
}

.Detail__name--tag .Detail__tag--gray {
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  color: #fff;
  background-color: #a8a8a8;
  width: 165px;
}
@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag--gray {
    font-size: 14px;
    width: 125px;
  }
}
.Detail__name--tag .Detail__tag--gray::after {
  border-top: 46px solid #a8a8a8;
}
@media screen and (max-width: 767px) {
  .Detail__name--tag .Detail__tag--gray::after {
    border-top: 30px solid #a8a8a8;
  }
}

.Detail__name .Detail__memo {
  font-family: "Hiragino kaku Gothic ProN", Meiryo, Verdana, arial, helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .Detail__name .Detail__memo {
    font-size: 13px;
    font-size: 1.3rem;
    position: static;
  }
}

.Detail__name span small {
  padding: 8px 3px 0 0;
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .Detail__name span small {
    padding: 8px 1px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
}

.Detail__name > small {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 767px) {
  .Detail__name > small {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 6px;
  }
}

.Detail__name strong {
  display: block;
  margin-top: 3px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #004ea2;
  line-height: 1.3;
  line-break: strict;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .Detail__name strong {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 320px) {
  .Detail__name strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.Detail__text {
  flex: 1;
  padding-left: 14px;
}

.Detail__text .Detail__name {
  padding-left: 0;
}

.Detail__text .Linklist {
  margin-top: 16px;
}

.Detail__body {
  margin: 25px 0 80px 0;
}

.Detail__message{
  margin-bottom: 60px;
}

.Detail__message .Page__lineTitle{
  font-size: 16px;
  font-size: 1.6rem;
}

.Detail__add{
  margin-bottom: 40px;
}
.Detail__add .Moreinfo__more{
  padding-bottom: 20px;
}
.Detail__add .MoreShow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+22,f1f1f1+100&0+0,1+42,1+100 */
  background: -moz-linear-gradient(top,  rgba(241,241,241,0) 0%, rgba(241,241,241,0.52) 22%, rgba(241,241,241,1) 42%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(241,241,241,0) 0%,rgba(241,241,241,0.52) 22%,rgba(241,241,241,1) 42%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(241,241,241,0) 0%,rgba(241,241,241,0.52) 22%,rgba(241,241,241,1) 42%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.Detail__add .MoreShow.MoreShow--open{
  position: static;
  bottom:auto;
  height:auto;
  padding:20px 0 30px 0;
}

/* .RelatedInfo
-----------------------------------------*/
.RelatedInfo {
  background-color: #fff;
  padding: 69px 0 106px;
}
@media screen and (max-width: 976px) {
  .RelatedInfo {
    padding: 50px 0 90px;
  }
}
.RelatedInfo__inner {
  margin: 0 auto;
  max-width: 976px;
}
@media screen and (max-width: 976px) {
  .RelatedInfo__inner {
    margin: 0 20px;
  }
}

/* .InfoArea
-----------------------------------------*/
.InfoArea + .InfoArea {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .InfoArea + .InfoArea {
    margin-top: 64px;
  }
}

.InfoArea__title {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .InfoArea__title {
    padding-bottom: 10px;
  }
}
.InfoArea__title--jp > span {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .InfoArea__title--jp > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.InfoArea__title--en > span {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .InfoArea__title--en > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.InfoArea__subTitle {
  font-size: 20px;
  font-size: 2rem;
  margin: 33px 0 20px;
}
@media screen and (max-width: 767px) {
  .InfoArea__subTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 16px;
  }
}
.InfoArea__subTitle > span {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
.InfoArea__subTitle > span::before {
  content: '';
  background-color: #004ea2;
  width: 5px;
  height: 67%;
  display:inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .InfoArea__subTitle > span::before {
    width: 4px;
  }
}

/* .Career
-----------------------------------------*/
.Career__body {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}

/* .Newslist
-----------------------------------------*/
.Newslist {
  margin: 10px 0 40px;
}
@media screen and (max-width: 976px) {
  .Newslist {
    margin: 10px 0 30px;
  }
}
.Newslist--nolist {
  border-top: none;
  margin: 0;
}
.Newslist__link {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 23px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .Newslist__link {
    padding-bottom: 20px;
    margin-top: 17px;
  }
}

a.Newslist__link:link {
  color: #000;
  text-decoration: none;
}
a.Newslist__link:visited {
  color: #000;
  text-decoration: none;
}
a.Newslist__link:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
a.Newslist__link:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}
a.Newslist__link:active {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
}

.Newslist__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .Newslist__text {
    padding: 0 8px;
  }
}
.Newslist__title {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .Newslist__title br {
    display: none;
  }
}
.Newslist__title > span {
  display: block;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .Newslist__title > span {
    margin-top: 6px;
  }
}
.Newslist__title > small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #999;
  display: block;
}

/* .BnrBox
-----------------------------------------*/
.BnrBox {
  text-align: center;
}
.BnrBox ul {
  display: inline-block;
}
.BnrBox ul li {
  text-align: center;
}
@media screen and (max-width: 976px) {
  .BnrBox ul li {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .BnrBox ul li {
    width: auto;
  }
}
.BnrBox a:hover {
  opacity: .8;
}
.BnrBox img {
  max-width: 100%;
  height: auto;
}
