.staff_introduction{
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 15px;
}
.staff_introduction .inner{
  max-width: 1080px;
}
.staff_introduction .h2title{
  margin: 0 0 30px;
  font: normal 135%/1.4 Roboto, "新ゴ R", "ヒラギノ角ゴPro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , sans-serif;
  line-height: 1.375;
  color: #707070;
  text-align: center;
}
.staff_introduction .h2title span{
  color: #04A4B4;
}
.staff_introduction .title_txt{
  max-width: 540px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: left;
}

.staff_introduction_box{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.staff_introduction_box .box_inner{
  width: calc(50% - 4px);
  height: 430px;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 20px;
  text-decoration: none;
}
.staff_introduction_box .box_inner:before{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  content: "";
  background-color: rgba(32, 156, 189, .4);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: .4s;
}
.staff_introduction_box .box_inner:hover:before{
  background-color: rgba(32, 156, 189, .6);
  transition: .4s;
}
.staff_introduction_box .no1{
  background-image: url(./img/oota.jpg);
}
.staff_introduction_box .no2{
  background-image: url(./img/kanazawa.jpg);
}
.staff_introduction_box .no3{
  background-image: url(./img/nakamura.jpg);
}
.staff_introduction_box .no3-2{
  background-image: url(./img/no3-2.jpg);
}
.staff_introduction_box .no4{
  background-image: url(./img/staff01.jpg);
}
.staff_introduction_box .no4-2{
  background-image: url(./img/staff0120220704.jpg);
}
.staff_introduction_box .no5{
  background-image: url(./img/ito.jpg);
}

.staff_introduction_box .txtbox{
  position: absolute;
  z-index: 2;
  top: 40%;
  display: flex;
}

.staff_introduction_box .txt1{
  font-size: 100%;
  color: #fff;
  padding: 0 5px 0;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  min-height: 90px;
}
.staff_introduction_box .txt2{
  font-size: 100%;
  padding: 0 5px 45px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin-top: auto;
}
.staff_introduction .bot{
  width: 10em;
  color: #fff;
  font-size: 125%;
  font-family: Roboto, "新ゴ R", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  padding: 0.8em;
  margin: 10px auto 0px;
  text-align: center;
  background-color: #04a4b4;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  display: block;
  text-decoration: none;
}
.staff_introduction .bot:after{
  content: "\f0da";
  font-family: 'FontAwesome';
  margin-left: 0.5em;
}
.staff_introduction .bot:hover {
    background-color: #018895;
    text-decoration: none;
}
@media only screen and (min-width: 500px){
  .staff_introduction_box .box_inner{
    width: calc(33.333333% - 4px);
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px){
  .staff_introduction .h2title{
    font-size: 250%;
  }
  .staff_introduction_box .box_inner{
    width: calc(20% - 4px);
    margin-bottom: 40px;
  }
  .staff_introduction_box .txt1{
    font-size: 125%;
    padding: 0 15px 0;
  }
  .staff_introduction_box .txt2{
    padding: 0 15px 45px;
  }
}

.top_daihyo_aisatu{
	background-color: #EBFAFE;
	display: flex;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_daihyo_aisatu .tab-content{
	max-width: 1200px;
}
.tab2{
  display: flex;
}
.tab2 .left{
  width: 400px;
  flex-basis: 400px;
}
.tab2 .right{
  flex: 1;
  margin-left: 80px;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
}
.tab2 .right h2{
  display: inline-block;
  position: relative;
  color: #707070;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 50px;
}
.tab2 .right h2::before{
  display: inline-block;
  position: absolute;
  content: "";
  bottom:-10px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #209CBD;
}
.tab2 .right p{
  line-height: 2;
  color: #707070;
  font-size: 16px;
}
.tab2 .left .pic img{
  width: 100%;
  height: auto;
}
.tab2 .left .name{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tab2 .left .name p:nth-child(1){
  font-size: 26px;
  font-weight: 700;
  color: #707070;
  line-height: 1.5;
}
.tab2 .left .name p:nth-child(2){
  color: #707070;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
}
.tab2 .left .post1{
  font-size: 150%;
  text-align: center;
  color: #707070;
  line-height: 1.5;
}


/**/

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.tab-label {
  color: #fff;
  background: #cccccc;
  padding: 13px 12px;
  box-sizing: border-box;
  order: -1;
  width: 40%;
  font-size: 133%;;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s ease;
}

.tab-content {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 130px;
}
.tab-content .profile dl{
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #94C6D4;
}

.tab-content .profile dt{
  color: #707070;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.tab-content .profile dd{
  color: #707070;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 1200px){
  .tab2 .right{
    margin-left: 30px;
    padding: 40px 30px;
  }
  .tab-content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1000px){
  .tab2 .right{
    margin-left: 20px;
    padding: 30px 20px;
  }
  .tab2 .left{
    width: 300px;
    flex-basis: 300px;
  }
  .tab-content {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .tab2 .right h2{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tab2 .left .name p:nth-child(1) {
    font-size: 17px;
  }
  .tab2 .right p {
    font-size:14px;
  }
  .tab-content .profile dt{
    font-size:14px;
  }
  .tab-content .profile dd{
    font-size:14px;
  }

  .tab2 .left .post1 {
    font-size: 130%;
  }
  .tab2 .left .name {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px){
  .tab2 .right{
    margin-left: 10px;
    padding: 20px 10px;
  }
  .tab2 .left{
    width: 240px;
    flex-basis: 240px;
  }
  .tab-content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .tab2 .right h2{
    font-size: 200%;
    margin-bottom: 20px;
  }
  .tab2 .left .name p:nth-child(1) {
    font-size: 140%;
  }
  .tab2 .left .name p:nth-child(2) {
    font-size: 117%;
  }
  .tab2 .left .post1 {
    font-size: 117%;
  }
}

@media only screen and (max-width: 600px){
  .tab2 .left{
    width: 220px;
    flex-basis: 220px;
  }
  .tab2 .right h2{
    font-size: 180%;
  }
}

@media only screen and (max-width: 500px){
  .tab2 .left{
    width: 200px;
    flex-basis: 200px;
  }
  .tab2 .right h2{
    font-size: 160%;
  }
  .tab-label {
    padding: 10px 5px;
    width: 50%;
    font-size: 117%;
  }
}

@media only screen and (max-width: 414px){
  .tab2{
    display: block;
  }
  .tab2 .left{
    width: 80%;
    margin: 0 auto 20px;
  }
  .tab2 .right{
    margin-left: 0;
  }
}
