﻿.fontbold {
  font-weight: bold
}
.underline {
  text-decoration: underline
}
.fontred {
  color: #ff1919;
  font-weight: bold
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 1.2rem 3.6rem;
  background-color: #1c3738;
  font-size: 0;
  line-height: 0.1;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  transition: all .3s ease 0s
}
@media screen and (max-width: 750px) {
  .btn {
    width: 90%;
    max-width: none;
    padding: 1rem 3rem
  }
}
.btn:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 3px)
}
@media screen and (max-width: 750px) {
  .btn:after {
    right: 1.2rem
  }
}
.btn span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center
}
@media screen and (max-width: 750px) {
  .btn span {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 0
  }
}
.mouse .btn:hover {
  opacity: 1
}
.btn.btnsml {
  display: inline-block;
  padding: 0.6rem 2rem;
  width: auto;
  line-height: 1;
  font-size: 1.4rem;
  margin: 0
}
@media (max-width: 640px) {
  .btn.btnsml {
    font-size: 1.1rem;
    padding: 0.4rem 1.6rem;
    background-color: #000
  }
}
.btn.btnsml:after {
  content: '\f0d7';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 0.8rem;
  font-weight: normal
}
.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 67%
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.mv {
  position: relative
}
.mv .txtbox {
  position: absolute;
  top: 0;
  left: 0
}
.mv .txtinr {
  padding-bottom: 4rem
}
.mv .txtinr .ttl {
  margin-bottom: 4rem;
  font-size: 28px;
  font-size: 2.8rem
}
#cnthead.line1 .container h1 {
  font-size: 35px;
  font-size: 3.5rem
}
@media screen and (max-width: 750px) {
  #cnthead.line1 .container h1 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding-left: 0;
    letter-spacing: 0.1rem;
    margin-bottom: 3rem
  }
}
#cnthead.line2 .container h1 {
  margin-bottom: 0
}
.aboutbox .container h2 {
  text-align: center;
  margin-bottom: 5%
}
@media screen and (max-width: 750px) {
  .aboutbox .container h2 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1rem
  }
}
.aboutbox .container h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-weight: 100;
  padding-left: 1rem
}
@media screen and (max-width: 750px) {
  .aboutbox .container h2 span {
    display: none
  }
}
.aboutbox .notes {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem
}
@media screen and (max-width: 750px) {
  .aboutbox .notes {
    width: 100%
  }
}
.aboutbox .profile {
  width: 1000px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 auto
}
@media screen and (max-width: 750px) {
  .aboutbox .profile {
    width: 100%;
    display: block
  }
}
.aboutbox .profile th {
  padding: 6px 1em 8px 0;
  border-top: solid 1px #ffffff;
  width: 20%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: right;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eff1f0
}
@media screen and (max-width: 750px) {
  .aboutbox .profile th {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 1rem
  }
}
.aboutbox .profile td {
  padding: 5px 20px;
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: solid 1px #eff1f0;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.5rem
}
@media screen and (max-width: 750px) {
  .aboutbox .profile td {
    width: 100%;
    display: block;
    padding-left: 1rem
  }
}
#child {
  padding-top: 13rem;
  padding-bottom: 18rem
}
@media screen and (max-width: 750px) {
  #child {
    padding: 5rem 0.8rem
  }
}
#child .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border: 5px solid #1c3738;
  border-radius: 1rem
}
@media screen and (max-width: 750px) {
  #child .container {
    border: 3px solid #1c3738
  }
}
#child h2 {
  border-bottom: 5px solid #1c3738;
  padding-right: 3.6rem;
  letter-spacing: 0.2rem;
  text-align: right
}
@media screen and (max-width: 750px) {
  #child h2 {
    padding-right: 1rem;
    border-bottom: 3px solid #1c3738;
    text-align: center
  }
}
#child h2 a {
  display: inline-block;
  padding: 1.5rem 1rem;
  line-height: 1
}
@media screen and (max-width: 750px) {
  #child h2 a {
    padding: 1rem 1rem
  }
}
#child h2 a span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #1c3738;
  padding-right: 1.2rem;
  padding-left: 5rem;
  position: relative
}
@media screen and (max-width: 750px) {
  #child h2 a span {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 0;
    letter-spacing: 0;
    padding-left: 0
  }
}
#child h2 a span:before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../common/img/icon_company00.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: calc(50% - 2rem);
  left: 0
}
@media screen and (max-width: 750px) {
  #child h2 a span:before {
    content: none
  }
}
#child h2 a span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 9px solid #1c3738;
  position: absolute;
  top: calc(50% - 7px);
  right: -15px
}
@media screen and (max-width: 750px) {
  #child h2 a span:after {
    border: 6px solid transparent;
    border-left: 8px solid #1c3738;
    top: calc(50% - 6px);
    right: -3rem
  }
}
#child ul {
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media screen and (max-width: 750px) {
  #child ul {
    display: block
  }
}
#child ul li {
  width: calc(100% / 4);
  border-left: 5px solid #1c3738
}
@media screen and (max-width: 750px) {
  #child ul li {
    width: 100%;
    border-left: none;
    border-bottom: 3px solid #1c3738
  }
}
#child ul li a {
  display: block;
  text-align: center;
  padding: 5.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center
}
@media screen and (max-width: 750px) {
  #child ul li a {
    padding: 2rem 1.6rem;
    display: block
  }
}
#child ul li a span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1c3738;
  padding-left: 2.2rem;
  padding: 0 3rem 0 5rem;
  position: relative
}
@media screen and (max-width: 750px) {
  #child ul li a span {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 4rem
  }
}
#child ul li a span:before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: calc(50% - 2rem);
  left: 0
}
@media screen and (max-width: 750px) {
  #child ul li a span:before {
    width: 2.6rem;
    height: 2.6rem;
    top: calc(50% - 1.3rem)
  }
}
#child ul li a span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 9px solid #1c3738;
  position: absolute;
  top: calc(50% - 7px);
  right: 0
}
.mouse #child ul li a:hover {
  opacity: 1;
  background-color: #1c3738
}
.mouse #child ul li a:hover span {
  color: #fff
}
.mouse #child ul li a:hover span:after {
  content: '';
  display: block;
  border-left: 9px solid #fff
}
#child ul li:first-of-type {
  border-left: none
}
#child ul li:first-of-type a span:before {
  background-image: url(../common/img/icon_company01.png)
}
.mouse #child ul li:first-of-type a:hover span:before {
  background-image: url(../common/img/icon_company01_w.png)
}
#child ul li:first-of-type.current a {
  background-color: #1c3738
}
#child ul li:first-of-type.current a span {
  color: #fff
}
#child ul li:first-of-type.current a span:before {
  background-image: url(../common/img/icon_company01_w.png)
}
#child ul li:first-of-type.current a span:after {
  content: '';
  display: block;
  border-left: 9px solid #fff
}
#child ul li:nth-of-type(2) a span:before {
  background-image: url(../common/img/icon_company02.png)
}
.mouse #child ul li:nth-of-type(2) a:hover span:before {
  background-image: url(../common/img/icon_company02_w.png)
}
#child ul li:nth-of-type(2).current a {
  background-color: #1c3738
}
#child ul li:nth-of-type(2).current a span {
  color: #fff
}
#child ul li:nth-of-type(2).current a span:before {
  background-image: url(../common/img/icon_company02_w.png)
}
#child ul li:nth-of-type(2).current a span:after {
  content: '';
  display: block;
  border-left: 9px solid #fff
}
#child ul li:nth-of-type(3) a span:before {
  background-image: url(../common/img/icon_company03.png)
}
.mouse #child ul li:nth-of-type(3) a:hover span:before {
  background-image: url(../common/img/icon_company03_w.png)
}
#child ul li:nth-of-type(3).current a {
  background-color: #1c3738
}
#child ul li:nth-of-type(3).current a span {
  color: #fff
}
#child ul li:nth-of-type(3).current a span:before {
  background-image: url(../common/img/icon_company03_w.png)
}
#child ul li:nth-of-type(3).current a span:after {
  content: '';
  display: block;
  border-left: 9px solid #fff
}
#child ul li:last-of-type {
  border-bottom: none
}
#child ul li:last-of-type a span:before {
  background-image: url(../common/img/icon_company04.png)
}
.mouse #child ul li:last-of-type a:hover span:before {
  background-image: url(../common/img/icon_company04_w.png)
}
#child ul li:last-of-type.current a {
  background-color: #1c3738
}
#child ul li:last-of-type.current a span {
  color: #fff
}
#child ul li:last-of-type.current a span:before {
  background-image: url(../common/img/icon_company04_w.png)
}
#child ul li:last-of-type.current a span:after {
  content: '';
  display: block;
  border-left: 9px solid #fff
}
#aboutbox0001 {
  padding-bottom: 0
}
#messagebox0001 {
  padding-top: 0;
  padding-bottom: 0
}
#messagebox0001 .messe {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: normal;
  font-weight: 100;
  width: 100%;
  text-align: center;
  margin: 0 0 5rem
}
@media screen and (max-width: 750px) {
  #messagebox0001 .messe {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 3rem
  }
}
#messagebox0001 .sign {
  text-align: right
}
@media screen and (max-width: 750px) {
  #messagebox0001 .sign {
    width: 45%;
    margin-left: auto
  }
}
@media screen and (max-width: 750px) {
  #messagebox0002 {
    padding-top: 1rem;
    padding-bottom: 0
  }
}
#messagebox0002 .messageinr {
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media screen and (max-width: 750px) {
  #messagebox0002 .messageinr {
    flex-wrap: wrap;
    margin-bottom: 2.6rem
  }
}
#messagebox0002 .messageinr .txt {
  width: calc(100% - 58rem - 4rem)
}
@media screen and (max-width: 750px) {
  #messagebox0002 .messageinr .txt {
    width: 100%;
    order: 2
  }
}
#messagebox0002 .messageinr figure {
  width: 58rem
}
@media screen and (max-width: 750px) {
  #messagebox0002 .messageinr figure {
    width: 100%;
    order: 1;
    margin-bottom: 2rem
  }
}
#messagebox0002 .messageinr figure img {
  width: 100%
}
#messagebox0002 .messageinr:nth-of-type(odd) .txt {
  order: 2
}
#messagebox0002 .messageinr:nth-of-type(odd) figure {
  order: 1
}
#messagebox0002 .messageinr:nth-of-type(2) .txt {
  order: 1;
  margin-bottom: 2rem
}
#messagebox0002 .messageinr:nth-of-type(2) figure {
  order: 2;
  width: 70%;
  margin: 0 auto
}
.recruitbox .container {
  width: 116rem;
  margin: 0 auto;
  padding-bottom: 2.4rem
}
@media screen and (max-width: 750px) {
  .recruitbox .container {
    width: 100%;
    text-align: center
  }
}
.recruitbox .container:last-of-type {
  margin-top: 6rem
}
.recruitbox h2 {
  background-color: #1c3738;
  padding: 0.7rem 5rem;
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem
}
@media screen and (max-width: 750px) {
  .recruitbox h2 {
    font-size: 14px;
    font-size: 1.4rem
  }
}
.recruitbox h3 {
  color: #1c3738;
  font-size: 2.2rem;
  letter-spacing: 0.2em
}
@media screen and (max-width: 750px) {
  .recruitbox h3 {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: left;
    letter-spacing: 0
  }
}
.recruitbox h3:before {
  content: "■"
}
@media screen and (max-width: 750px) {
  .recruitinr {
    text-align: left
  }
}
.recruitinr table.recruittaable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable {
    display: block
  }
}
.recruitinr table.recruittaable td, .recruitinr table.recruittaable th {
  border-top: 1px solid #666;
  padding: 1.4rem
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable td, .recruitinr table.recruittaable th {
    display: block;
    width: 100%;
    border: none
  }
}
.recruitinr table.recruittaable th {
  width: 20%;
  position: relative
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable th {
    width: 100%;
    border-top: 1px solid #666;
    padding: 1rem 0 0.6rem 1rem
  }
}
.recruitinr table.recruittaable th:after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 2rem);
  background-color: #1c3738;
  position: absolute;
  top: 1rem;
  right: 0
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable th:after {
    content: none
  }
}
.recruitinr table.recruittaable td {
  width: 80%;
  padding-left: 90px;
  padding-right: 50px
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable td {
    width: 100%;
    padding: 0 0 1rem 1rem
  }
}
.recruitinr table.recruittaable td dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.6rem
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable td dl {
    display: block
  }
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable td dl dt {
    margin-bottom: 0.4rem
  }
}
.recruitinr table.recruittaable td dl:last-of-type {
  margin-bottom: 0
}
.recruitinr table.recruittaable tr:last-of-type td, .recruitinr table.recruittaable tr:last-of-type th {
  border-bottom: 1px solid #666
}
@media screen and (max-width: 750px) {
  .recruitinr table.recruittaable tr:last-of-type th {
    border-bottom: none
  }
}
.recruitinr table .tag_ash, .recruitinr table .tag_sap {
  border-radius: 2px;
  font-size: 1.4rem;
  color: #fff;
  padding: 4px 8px;
  margin-right: 1em;
  font-weight: bold
}
@media screen and (max-width: 750px) {
  .recruitinr table .tag_ash, .recruitinr table .tag_sap {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.recruitinr table .tag_sap {
  background: #b6c649
}
.recruitinr table .tag_ash {
  background: #437d3d
}
#recruitbox0001 {
  padding-top: 0
}
@media screen and (max-width: 750px) {
  #recruitbox0001 {
    padding-bottom: 0
  }
}
#staffbox01 {
  padding-top: 0
}
#staffbox01 .shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem
}
@media screen and (max-width: 750px) {
  #staffbox01 .shop {
    flex-wrap: wrap;
    margin-bottom: 0
  }
}
#staffbox01 .shop h1 {
  width: calc(100% - 70rem - 37px);
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.542;
  color: #1c3738
}
@media screen and (max-width: 750px) {
  #staffbox01 .shop h1 {
    order: 2;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4rem 0
  }
}
#staffbox01 .shop figure {
  width: 70rem
}
@media screen and (max-width: 750px) {
  #staffbox01 .shop figure {
    order: 1;
    width: 100%
  }
}
#staffbox01 .shop figure img {
  width: 100%
}
.stafflist ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap
}
@media screen and (max-width: 750px) {
  .stafflist ul {
    justify-content: space-between
  }
}
.stafflist ul li {
  width: calc((100% - (37px * 4)) / 5);
  margin-right: 37px;
  margin-bottom: 7rem
}
@media screen and (max-width: 750px) {
  .stafflist ul li {
    width: calc((100% - 1.6rem) / 2);
    margin-right: 0
  }
}
.stafflist ul li:nth-of-type(5n) {
  margin-right: 0
}
.stafflist .js-modal-open {
  height: 100%
}
.stafflist .staffinr {
  position: relative
}
.stafflist .staffinr:after {
  content: '+';
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #1c3738;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 2px;
  right: 0
}
.stafflist .staffinr figure {
  margin-bottom: 0.8rem
}
.stafflist .staffinr figure img {
  width: 100%
}
.stafflist .staffinr .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1c3738
}
@media screen and (max-width: 750px) {
  .stafflist .staffinr .name {
    margin-bottom: 0.6rem
  }
.stafflist .staffinr:after {
  
  line-height: 15px;
}	
	
}
.stafflist .staffinr .name .jp {
  line-height: 1
}
.stafflist .staffinr .name .en {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400
}
.stafflist .staffinr .cat {
  border: 1px solid #1c3738;
  display: inline-block;
  line-height: 1;
  padding: 0.2rem 0.4rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1c3738
}
.staffdetail .staffinfo {
  border: 5px solid #1c3738;
  padding: 5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo {
    border: 3px solid #1c3738;
    display: block;
    padding: 4rem 1rem
  }
.stafflist .staffinr .name .en {
  font-size: 10px;
  font-size: 1.0rem;
}	
.stafflist .staffinr .cat {

  font-size: 10px;
  font-size: 1.0rem;
}	
	
}
.staffdetail .staffinfo .inrleft {
  width: 49%
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft {
    width: 100%;
    margin-bottom: 2rem
  }
}
.staffdetail .staffinfo .inrleft .staffhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}
.staffdetail .staffinfo .inrleft .staffhd figure {
  width: 234px
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd figure {
    width: 50%
  }
}
.staffdetail .staffinfo .inrleft .staffhd figure img {
  width: 234px
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd figure img {
    width: 100%
  }
}
.staffdetail .staffinfo .inrleft .staffhd .name {
  width: calc(100% - 234px);
  position: relative;
  text-align: center;
  padding-top: 4rem
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd .name {
    width: 50%;
    padding-top: 3rem
  }
}
.staffdetail .staffinfo .inrleft .staffhd .name dt {
  position: absolute;
  top: -1.5rem;
  left: 2rem
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd .name dt {
    left: 1.5rem
  }
}
.staffdetail .staffinfo .inrleft .staffhd .name dt span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd .name dt span {
    font-size: 10px;
    font-size: 1.0rem
  }
}
.staffdetail .staffinfo .inrleft .staffhd .name dt span:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px; /* background-color: #1c3738; */ position: absolute;
  left: 0;
  bottom: -1rem
}
.staffdetail .staffinfo .inrleft .staffhd .name dd {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd .name dd {
    font-size: 18px;
    font-size: 1.8rem
  }
}
.staffdetail .staffinfo .inrleft .staffhd .name dd span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd .name dd span {
    font-size: 9px;
    font-size: .9rem
  }
}
.staffdetail .staffinfo .inrleft .staffhd .qualification {
  width: 100%;
  background-color: #eee;
  padding: 1rem 2rem;
  margin-top: 2.4rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1c3738
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrleft .staffhd .qualification {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 1rem
  }
}
.staffdetail .staffinfo .inrright {
  width: 49%
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrright {
    width: 100%
  }
}
.staffdetail .staffinfo .inrright .txt p {
  margin-bottom: 1.6rem
}
.staffdetail .staffinfo .inrright .txt .comment {
  margin-bottom: 1.6rem
}
.staffdetail .staffinfo .inrright .txt .comment p:last-of-type {
  margin-bottom: 0
}
.staffdetail .staffinfo .inrright .txt .image {
  text-align: center;
  margin-bottom: 1.6rem
}
.staffdetail .staffinfo .inrright .txt .image > ul {
  display: inline-flex;
  justify-content: space-between;
  align-items: stretch
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrright .txt .image > ul {
    display: block
  }
}
.staffdetail .staffinfo .inrright .txt .image > ul > li {
  margin: 0 0.3rem;
  font-size: 0
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .inrright .txt .image > ul > li {
    text-align: center;
    margin-bottom: 1rem
  }
}
.staffdetail .staffinfo .inrright .txt .image > ul > li img {
  width: 200px;
  height: 150px;
  object-fit: contain
}
.staffdetail .staffinfo .inrright .txt .hobby {
  margin-bottom: 0
}
.staffdetail .staffinfo .inrright .txt .hobby p:last-of-type {
  margin-bottom: 0
}
.staffdetail .staffinfo .cat {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #1c3738;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: -2px
}
@media screen and (max-width: 750px) {
  .staffdetail .staffinfo .cat {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 1rem 1.2rem
  }
}
.modal-open {
  background: #fff;
  color: #222;
  left: 50%;
  padding: 10px 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9900
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  min-width: 110rem
}
@media screen and (max-width: 750px) {
  .modal__content {
    min-width: 0;
    overflow-y: scroll;
    max-height: 90vh;
    -webkit-overflow-scrolling: touch
  }
}