@charset "UTF-8";
/* CSS Document */

/*========================================
上書き
========================================*/
.pcNav {
right: 20px !important;
}

@media screen and (max-width: 750px) {
  .menuBtn {
  animation:menuBtn .4s ease-out 0s both;
  }
}

/*========================================
lower css
========================================*/
.lowerHeader {
width: 100%;
height: 30px;
position: relative;
}
.lowerHeader span {
width: 90px;
height: 30px;
background-color: #000;
position: absolute;
top: 0;
right: 0;
}
.lowerWrap {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.lowerTtl {
display: flex;
align-items: baseline;
justify-content: center;
padding: 65px 0;
}
.lowerTtl .en {
font-family: 'Cabin', sans-serif;
font-size: 55px;
line-height: 1.4em;
font-weight: 500;
}
.lowerTtl .ttl {
min-width: 50px;
text-align: center;
font-size: 13px;
line-height: 1.4em;
font-weight: 500;
color: #FFF;
background-color: #000;
padding: 1px 1em;
margin-left: 15px;
}
/*SP　共通*/
@media screen and (max-width: 750px) {
  .lowerHeader {
  width: 100%;
  height: 34px;
  position: relative;
  }
  .lowerHeader span {
  width: 34px;
  height: 34px;
  }
  .lowerTtl {
  padding: 8% 0;
  }
  .lowerTtl .en {
  font-family: 'Cabin', sans-serif;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 500;
  }
}

/*========================================
recruit css
========================================*/
.recruit {
max-width: 900px;
margin: 0 auto;
padding: 0 50px;
}
.recruit h1 {
font-size: 30px;
line-height: 1.4em;
text-align: center;
font-weight: bold;
margin-bottom: 50px;
}
.recruit .jobBnr {
width: 100%;
/*margin-bottom: 100px;*/
}
.recruit .jobBnr li {
width: 100%;
position: relative;
margin-bottom: 20px;
}
.recruit .jobBnr li:hover {
opacity: 0.7;
}
.recruit .jobBnr li,
.recruit .jobBnr li::before,
.recruit .jobBnr li::after { 
-webkit-transition: all .4s;
transition: all .4s;
}
.recruit .jobBnr a {
width: 100%;
height: 160px;
background-position: -100% 100%;
color: #333;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
}
.recruit .jobBnr dl {
padding: 0 0 10px 30px;
display: flex;
align-items: baseline;
}
.recruit .jobBnr dt {
font-family: 'Cabin', sans-serif;
font-size: 50px;
line-height: 1.4em;
font-weight: bold;
padding-right: 0.3em;
}
.recruit .jobBnr dd {
font-size: 18px;
line-height: 1.4em;
font-weight: bold;
}
.recruit .jobBnr .moreArw {
width: calc(100% - 15px);
text-align: right;
position: absolute;
right: 18px;
bottom: 18px;
}
.recruit .jobBnr .moreArw span {
display: inline-block;
width: 80px;
height: 8px;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
transform: skew(45deg);
}
.recruit .jobBnr:hover .moreArw {
position: absolute;
right: 10px;
bottom: 18px;
}
.recruit .jobBnr .moreArw,
.recruit .jobBnr .moreArw::before,
.recruit .jobBnr .moreArw::after { 
-webkit-transition: all .4s;
transition: all .4s;
}
/*not*/
.recruit .jobBnr li.not {
pointer-events: none;
background-color: #f0f0f0;
}
.recruit .jobBnr li.not .notTxt {
font-size: 14px;
line-height: 1.2em;
text-align: center;
}
.recruit .jobBnr li.not .notTxt img {
max-width: 192px;
}
.recruit .jobBnr li.not dl {
opacity: 0.2;
}
.recruit .jobBnr li.not .moreArw {
display: none;
}
/*topics*/
.recruit .topics {
margin-bottom: 100px;
}
.recruit .topics h4 {
width: 100%;
font-size: 24px;
line-height: 1.4em;
font-weight: bold;
border-bottom: #e4e4e4 1px solid;
padding-bottom: 5px;
margin-bottom: 20px;
}
.recruit .topics h4 span {
font-family: 'Cabin', sans-serif;
font-size: 36px;
}
.recruit .topics ul {
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
justify-content: center;
}
.recruit .topics li {
width: calc(100% / 3 - 41px);
clear: both;
border-left: #c6c6c6 1px solid;
margin: 0;
padding: 10px 20px 10px;
}
.recruit .topics li:first-child {
border: none;
}
.recruit .topics li p.sub {
font-size: 12px;
line-height: 1.4em;
font-weight: bold;
margin-bottom: 0.5em;
}
.recruit .topics li p.title {
font-size: 14px;
line-height: 1.4em;
height: 2.5em;
overflow: hidden;
margin-bottom: 0.5em;
}
/*SP　recruit*/
@media screen and (max-width: 750px) {
  .recruit {
  max-width: 88%;
  margin: 0 auto;
  padding: 0;
  }
  .recruit h1 {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6%;
  }
  .recruit .jobBnr {
  width: 100%;
  /*margin-bottom: 16%;*/
  }
  .recruit .jobBnr li {
  margin-bottom: 4%;
  }
  .recruit .jobBnr a {
  width: 100%;
  height: 140px;
  }
  .recruit .jobBnr dl {
  padding: 0 0 1% 4%;
  display: flex;
  align-items: baseline;
  }
  .recruit .jobBnr dt {
  font-family: 'Cabin', sans-serif;
  font-size: 8vw;
  line-height: 1.4em;
  font-weight: bold;
  padding-right: 0.3em;
  }
  .recruit .jobBnr dd {
  font-size: 4vw;
  line-height: 1.4em;
  font-weight: bold;
  }
  /*not*/
  .recruit .jobBnr li.not .notTxt {
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  }
  .recruit .jobBnr li.not .notTxt img {
  max-width: 100%;
  }
  /*topics*/
  .recruit .topics {
  margin-bottom: 16%;
  }
  .recruit .topics h4 {
  width: 100%;
  margin: 0 auto 4%;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: #c6c6c6 1px solid;
  padding-bottom: 5px;
  }
  .recruit .topics h4 span {
  font-family: 'Cabin', sans-serif;
  font-size: 34px;
  }
  .recruit .topics ul {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  border-bottom: #c6c6c6 1px solid;
  }
  .recruit .topics li {
  width: 100%;
  clear: both;
  border-left: none;
  border-top: #c6c6c6 1px solid;
  margin: 0;
  padding: 4% 0 4%;
  }
  .recruit .topics li:first-child {
  border: none;
  padding: 0 0 4%;
  }
  .recruit .topics li p.sub {
  font-size: 2.5vw;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
  }
  .recruit .topics li p.title {
  font-size: 3vw;
  line-height: 1.4em;
  height: auto;
  max-height: 2.6em;
  overflow: hidden;
  margin-bottom: 0;
  }
}

/*========================================
recruit career css
========================================*/
.career {
padding-bottom: 80px;
}
.recruit.careerTtl h1 {
font-size: 30px;
line-height: 1.4em;
text-align: center;
font-weight: bold;
margin-bottom: 50px;
}
.recruit .career h4 {
width: 100%;
font-size: 24px;
line-height: 1.4em;
font-weight: bold;
border-bottom: #e4e4e4 1px solid;
padding-bottom: 5px;
margin-bottom: 30px;
}
.recruit .career h4 span {
font-family: 'Cabin', sans-serif;
font-size: 36px;
}
/*jobIcon*/
.career .jobIcon {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap:20px;
}
.career .jobIcon li {
width: calc(100% / 4 - 15px);
margin-bottom: 20px;
}
.career .jobIcon.wSize li {
width: calc(100% / 2 - 15px);
margin-bottom: 20px;
}
.career .jobIcon li:hover {
opacity: 0.7;
}
.career .jobIcon li,
.career .jobIcon li::before,
.career .jobIcon li::after { 
-webkit-transition: all .4s;
transition: all .4s;
}
.career .jobIcon li:first-child {
padding-left: 0;
}
.career .jobIcon li:last-child {
padding-right: 0;
}
.career .jobIcon li:nth-child(even) figure {
background-color: #000;
}
/*graduateIcon*/
.graduateIcon {}
/*columnBnr*/
.career .columnBnr {
width: 100%;
display: flex;
justify-content: space-between;
}
.career .columnBnr li {
width:calc(50% - 15px);
}
.career .columnBnr a {
width: 100%;
height: 160px;
background-color: #ededed;
color: #333;
text-decoration: none;
display: flex;
align-items: flex-end;
}
.career .columnBnr dl {
padding: 0 0 10px 30px;
}
.career .columnBnr dt {
font-size: 14px;
line-height: 1.2em;
font-weight: bold;
}
.career .columnBnr dd {
font-family: 'Cabin', sans-serif;
font-size: 40px;
line-height: 1.4em;
font-weight: 400;
}
.career .columnBnr p {
font-size: 12px;
line-height: 1.7em;
padding-top: 1em;
}
/*SP　career*/
@media screen and (max-width: 750px) {
  .career {
  padding-bottom: 8%;
  }
  .recruit .career h4 {
  width: 100%;
  margin: 0 auto 4%;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: #c6c6c6 1px solid;
  padding-bottom: 5px;
  }
  .recruit .career h4 span {
  font-family: 'Cabin', sans-serif;
  font-size: 34px;
  }
  .career .jobIcon {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:0;
  }
  .career .jobIcon li {
  width: calc(100% / 2 - 10px);
  margin-bottom: 6%;
  }
  .career .jobIcon.wSize li {
  width: 100%;
  margin-bottom: 6%;
  }
  .career .columnBnr {
  width: 100%;
  margin: 0 auto 8%;
  display: block;
  }
  .career .columnBnr a {
  width: 100%;
  height: 140px;
  }
  .career .columnBnr li {
  width:100%;
  margin-bottom: 6%;
  }
  .career .columnBnr dl {
  padding: 0 0 1% 4%;
  }
  .career .columnBnr dt {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  }
  .career .columnBnr dd {
  font-family: 'Cabin', sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 400;
  }
  .career .columnBnr p {
  font-size: 12px;
  line-height: 1.4em;
  padding-top: 0.5em;
  }
}

/*========================================
recruit detail css
========================================*/
.recruit .detail {
width: 100%;
padding-bottom: 80px;
}
.recruit .detail h1 {
font-size: 30px;
line-height: 1.4em;
text-align: center;
font-weight: bold;
margin-bottom: 50px;
}
.recruit .detail th {
width: 200px;
border-top: 1px solid;
font-size: 14px;
line-height: 1.5em;
vertical-align: middle;
}
.recruit .detail tr:last-child th {
border-bottom: 1px solid;
}
.recruit .detail td {
border-top: #eaeaea 1px solid;
font-size: 14px;
line-height: 1.5em;
padding: 20px 30px;
}
.recruit .detail tr:last-child td {
border-bottom: #eaeaea 1px solid;
}
.recruit .detail td p {
margin-bottom: 1.5em;
}
.recruit .detail td h5 {
font-weight: bold;
}
.recruit .detail td li {
text-indent: -1em;
padding-left: 1em;
}
.recruit .detail td a {
color: #333;
}
/*schedule*/
.detail table.schedule {
width: calc(100% - 2em);
border: #eaeaea 1px solid;
padding: 2em;
margin-bottom: 1.5em;
}
.detail table.schedule th,
.detail table.schedule td,
.recruit .detail table.schedule tr:last-child th,
.recruit .detail table.schedule tr:last-child td {
border: none;
padding: 0 0 0.5em;
text-align: left;
}
.detail table.schedule th {
width: 5em;
}
/*detailCap*/
.recruit .detailCap {
width: 100%;
padding-bottom: 100px;
}
.recruit .detailCap h4 {
width: 100%;
font-size: 22px;
line-height: 1.4em;
font-weight: bold;
border-bottom: #e4e4e4 1px solid;
padding-bottom: 5px;
margin-bottom: 30px;
}
.recruit .detailCap p {
font-size: 14px;
line-height: 1.7em;
}
/*nextBtn*/
.recruit .nextBtn {
width: 340px;
border: #333 1px solid;
margin: 0 auto 80px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.recruit .nextBtn.noMargin {
margin: 0 auto 0;
}
.recruit .nextBtn a {
width: 100%;
height: 100%;
padding: 9px 0;
font-size: 14px;
line-height: 1.4em;
color: #333;
text-decoration: none;
text-align: center;
}
.recruit .nextBtn .nextArw {
width: calc(100% - 15px);
text-align: right;
position: absolute;
right: 20px;
top: 8px;
}
.recruit .nextBtn .nextArw span {
display: inline-block;
width: 38px;
height: 8px;
border-bottom: 1px solid #1a1a1a;
border-right: 1px solid #1a1a1a;
transform: skew(45deg);
}
.recruit .nextBtn:hover .nextArw {
right: 10px;
}
.recruit .nextBtn .nextArw,
.recruit .nextBtn .nextArw::before,
.recruit .nextBtn .nextArw::after { 
-webkit-transition: all .4s;
transition: all .4s;
}

/*SP　detail*/
@media screen and (max-width: 750px) {
  .recruit .detail {
  width: 100%;
  padding-bottom: 8%;
  }
  .recruit .detail h1 {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6%;
  }
  .recruit .detail th {
  display: block;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid;
  text-align: left;
  }
  .recruit .detail td {
  display: block;
  width: 100%;
  padding: 3% 0 10%;
  border-top: none;
  }
  .recruit .detail tr:last-child td {
  border-bottom: none;
  }
  .recruit .detail td p {
  margin-bottom: 2em;
  }
  /*detailCap*/
  .recruit .detailCap {
  width: 100%;
  padding-bottom: 15%;
  }
  .recruit .detailCap h4 {
  width: 100%;
  margin: 0 auto 4%;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: #c6c6c6 1px solid;
  padding-bottom: 5px;
  }
  /*nextBtn*/
  .recruit .nextBtn {
  width: 80%;
  border: #333 1px solid;
  margin: 0 auto 8%;
  border-radius: 30px;
  }
  .recruit .nextBtn a {
  width: 100%;
  height: 100%;
  padding: 14px 0;
  }
  .recruit .nextBtn .nextArw {
  width: calc(100% - 15px);
  text-align: right;
  position: absolute;
  right: 20px;
  top: 11px;
  }
}

/*========================================
recruit interview css
========================================*/
.recruit .intvIndex {
max-width: 900px;
padding: 0 5%;
margin: 0 auto 4%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.recruit .intvIndex li {
width: calc(50% - 30px);
margin-bottom: 6%;
text-align: center;
}
.recruit .intvIndex li:hover {
opacity: 0.7;
}
.recruit .intvIndex li,
.recruit .intvIndex li::before,
.recruit .intvIndex li::after { 
-webkit-transition: all .4s;
transition: all .4s;
}
.recruit .intvIndex li a {
color: #333;
text-decoration: none;
}
.recruit .intvIndex li figure {
max-width: 300px;
margin: 0 auto;
}
.recruit .intvIndex li figure img {
border-radius: 50%;
}
.recruit .intvIndex li .sub {
font-size: 24px;
line-height: 1.4em;
font-weight: bold;
padding: 0.5em 0;
}
.recruit .intvIndex li .name {
font-size: 14px;
line-height: 1.4em;
}
@media screen and (max-width: 1000px) {
  .recruit .intvIndex li .sub {
  font-size: 2.2vw;
  }
}
/*SP　detail*/
@media screen and (max-width: 750px) {
  .recruit .intvIndex {
  max-width: 100%;
  padding: 0;
  margin: 0 auto 8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .recruit .intvIndex li {
  width: 48%;
  margin-bottom: 8%;
  }
  .recruit .intvIndex li figure {
  max-width: 90%;
  margin: 0 auto;
  }
  .recruit .intvIndex li .sub {
  font-size: 3.4vw;
  line-height: 1.4em;
  font-weight: bold;
  padding: 0.6em 0 0.4em;
  }
  .recruit .intvIndex li .name {
  font-size: 12px;
  line-height: 1.4em;
  }
}

/*========================================
recruit interview 記事 css
========================================*/
.intvTtl {
width: 100%;
position: relative;
margin-bottom: 80px;
}
.intvTtl .inner {
max-width: 800px;
height: 100%;
margin: 0 auto;
padding: 25px 50px;
display: flex;
align-items: center;
}
.intvTtl .inner figure {
width: 300px;
padding-right: 50px;
}
.intvTtl .inner figure img {
border-radius: 50%;
}
.intvTtl .ttlBox {
color: #FFF;
text-align: left;
}
.intvTtl h1 {
font-size: 36px;
line-height: 1.5em;
font-weight: bold;
margin-bottom: 1em;
}
.intvTtl .department {
font-size: 16px;
line-height: 1.4em;
}
.intvTtl .name {
font-size: 28px;
line-height: 1.4em;
}

/*intvArticle*/
.recruit .intvArticle {
padding-bottom: 100px;
}
.recruit .intvArticle h4 {
width: 100%;
font-size: 22px;
line-height: 1.4em;
font-weight: bold;
border-bottom: #e4e4e4 1px solid;
padding-bottom: 5px;
margin-bottom: 20px;
}
.recruit .intvArticle h5 {
font-size: 16px;
line-height: 1.8em;
font-weight: bold;
margin-bottom: 1em;
}
.recruit .intvArticle p {
font-size: 16px;
line-height: 1.8em;
margin-bottom: 4em;
}
.recruit .intvArticle figure {
max-width: 720px;
margin: 0 auto 10%;
padding: 0 100px;
}
/*relatedList*/
.recruit .relatedList {
margin-bottom: 80px;
}
.recruit .relatedList h4 {
width: 100%;
font-size: 22px;
line-height: 1.4em;
font-weight: bold;
border-bottom: #e4e4e4 1px solid;
padding-bottom: 5px;
margin-bottom: 20px;
}
.recruit .relatedList ul {
width: 100%;
display: flex;
justify-content: space-between;
}
.recruit .relatedList li {
width:calc(100% / 3 - 20px);
text-align: center;
}
.recruit .relatedList li a {
color: #333;
text-decoration: none;
}
.recruit .relatedList figure {
width: 70%;
margin: 0 auto;
}
.recruit .relatedList figure img {
border-radius: 50%;
}
.recruit .relatedList li .sub {
font-size: 18px;
line-height: 1.4em;
font-weight: bold;
padding: 0.6em 0 0.2em;
}
.recruit .relatedList li .name {
font-size: 12px;
line-height: 1.4em;
}
@media screen and (max-width: 1000px) {
  .recruit .relatedList li .sub {
  font-size: 1.6vw;
  padding: 0.6em 0 0.2em;
  }
}
/*SP　detail*/
@media screen and (max-width: 750px) {
  .intvTtl {
  width: 100%;
  position: relative;
  margin-bottom: 8%;
  }
  .intvTtl .inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 3% 0;
  display: flex;
  align-items: center;
  }
  .intvTtl .inner figure {
  width: 35%;
  padding-right: 5%;
  }
  ..intvTtl .ttlBox {
  width: 60%;
  }
  .intvTtl h1 {
  font-size: 5vw;
  line-height: 1.3em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
  }
  .intvTtl .data {
  display: flex;
  align-items: baseline;
  }
  .intvTtl .department {
  font-size: 12px;
  line-height: 1.4em;
  padding-right: 1em;
  }
  .intvTtl .name {
  font-size: 16px;
  line-height: 1.4em;
  }
  /*intvArticle*/
  .recruit .intvArticle {
  padding-bottom: 10%;
  }
  .recruit .intvArticle h4 {
  width: 100%;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: #e4e4e4 1px solid;
  padding-bottom: 5px;
  margin-bottom: 1em;
  }
  .recruit .intvArticle h5 {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: bold;
  margin-bottom: 1em;
  }
  .recruit .intvArticle p {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 3em;
  }
  .recruit .intvArticle figure {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 15%;
  padding: 0;
  }
  /*relatedList*/
  .recruit .relatedList {
  margin-bottom: 8%;
  }
  .recruit .relatedList h4 {
  width: 100%;
  margin: 0 auto 4%;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: #c6c6c6 1px solid;
  padding-bottom: 5px;
  }
  .recruit .relatedList li {
  width:32%;
  }
  .recruit .relatedList li .sub {
  font-size: 14px;
  padding: 0.6em 0 0.2em;
  }
}

/*========================================
recruit staff css
========================================*/
.staff h1 {
font-size: 30px;
line-height: 1.4em;
text-align: center;
font-weight: bold;
margin-bottom: 20px;
}
/*tabLink*/
.staff .tabLink {
width: 88%;
max-width: 900px;
margin: 0 auto 60px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.staff .tabLink li {
width: calc(100% / 3 - 23px);
margin: 0 10px;
font-size: 12px;
line-height: 1.2em;
text-align: center;
border-width: 1px;
border-style: solid;
}
.tabLink li,
.tabLink li::before,
.tabLink li::after { 
-webkit-transition: all .4s;
transition: all .4s;
}
.staff .tabLink li a {
display: block;
text-decoration: none;
width: 100%;
height: 100%;
padding: 0.8em 0;
}
/*coTtl*/
.staff .coTtl {
width: 100%;
background-color: #000;
}
.staff .coTtl h4 {
color: #FFF;
font-size: 20px;
line-height: 1.4em;
font-weight: bold;
text-align: center;
padding: 0.7em 0;
margin-bottom: 50px;
}
/*coList*/
.staff .coList li {
margin-bottom: 80px;
}
.staff .coList dt {
border-top: #dfdfdf 1px solid;
border-bottom: #dfdfdf 1px solid;
font-size: 18px;
line-height: 1.4em;
text-align: center;
font-weight: bold;
padding: 12px 0;
margin-bottom: 30px;
}
.staff .coList dt span {
font-size: 30px;
line-height: 1.2em;
}
.staff .coList dd {
display: flex;
justify-content: space-between;
}
.staff .coList dd figure {
width: 260px;
}
.staff .coList dd figure img {
border-radius: 50%;
}
.staff .coList dd .txtArea {
width: calc(100% - 300px);
}
.staff .coList dd .txtArea h5 {
font-size: 18px;
line-height: 1.6em;
font-weight: bold;
margin-bottom: 0.2em;
}
.staff .coList dd .txtArea p {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 1.5em;
}
/*sp*/
@media screen and (max-width: 750px) {
  .staff h1 {
  font-size: 22px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6%;
  }
  /*tabLink*/
  .staff .tabLink {
  width: calc(88% + 10px);
  max-width: 900px;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
  .staff .tabLink li {
  width: calc(100% / 3 - 12px);
  margin: 0 5px 10px;
  font-size: 2vw;
  line-height: 1.2em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  }
  /*coTtl*/
  .staff .coTtl h4 {
  color: #FFF;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 5%;
  }
  /*coList*/
  .staff .coList li {
  margin-bottom: 14%;
  }
  .staff .coList dt {
  border-top: #dfdfdf 1px solid;
  border-bottom: #dfdfdf 1px solid;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  padding: 0.6em 0;
  margin-bottom: 5%;
  }
  .staff .coList dt span {
  font-size: 20px;
  line-height: 1.2em;
  }
  .staff .coList dd {
  display: block;
  }
  .staff .coList dd figure {
  width: 40%;
  margin: 0 auto 5%;
  }
  .staff .coList dd figure img {
  border-radius: 50%;
  }
  .staff .coList dd .txtArea {
  width: 100%;
  }
  .staff .coList dd .txtArea h5 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 0.2em;
  }
  .staff .coList dd .txtArea p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 1.8em;
  }
}

