@charset "utf-8";


section .inner{
  max-width: 1000px;
  width: 90%;
}

/*[ ファーストビュー ]-------------*/


#FV-Image {
  text-align: center;
  position:relative;
}
#FV-Image img {
  width: 100%;
  height: auto;
}
/*
#FV-Image .inner {
  text-align: right;
  position: relative;
  max-width: 1600px;
  width: 100%;
  height: 100%;
}
#FV-Image .titl {
  position: absolute;
  bottom: 10px;
  right: 0%;
}
#FV-Image h1 {
  background: linear-gradient(transparent 70%, #10998b 70%);
  display: inline;
  font-style: oblique;
  margin-bottom: 20px;
  padding:0 100px 0 10px;
}
#FV-Image p {
  color: #fff;
  font-style: oblique;
  font-size: 16px;
}

.read_copy {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0 0;
  color: #fff;
}
.read_copy p {
  font-weight: bold;
  margin-top: 0px;
  color: #fff;
}
*/

@media screen and ( min-width:981px) {
  #FV-Image {
    margin-top: 115px;
  }
}

@media screen and ( max-width:980px) {
  #FV-Image {
    margin-top: 90px;
  }
}

/*[ 挨拶 ]-------------*/
#message {
  font-size: 30px;
  margin: 40px auto 80px;
}
#message h2{
  text-align: center;
}
#message .flex-box {
  margin: 80px 0 60px;
}
#message .img {
  width: 350px;
  margin-right: 30px;
  text-align: center;
}

#message .txt {
  width:600px;
  text-align: left;
  margin: 0 auto 0 0;
}

#message h3{
  border-bottom: 1px solid #10998b;
  font-size: 22px;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

#message .img img {
  max-width: 350px;
  width: 100%;
  height: auto;
}

@media screen and (max-width:1088px) {

  #message .flex-box {
    margin: 40px 0 30px;
  }
  #message .img {
    width: 100%;
    margin: 0 auto 20px;
  }
  #message .txt {
    width: 100%;
    text-align: left;
  }

}

/*[ インタビュー ]-------------*/
#interview{
  font-size: 30px;
  margin: 40px auto ;
  padding: 50px 0 80px;
  background: #c4f9d4;
}
#interview h2{
  text-align: center;
}

#interview .interview_box {
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  
}

#interview .left {
  margin: 0 auto;
  width: 48%;
}

#interview .right {
  margin: 0 auto;
  padding: 220px 0 0 4%;
  width: 48%;
}

#interview .box {
  position: relative;
  max-width: 460px;
  width: 100%;
  height: auto;
  margin:0 auto 50px;
  line-height: 0;
  z-index:5;
}

.hover {
  background: rgba(16,153,139,.7);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity:0;
}
.hover p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50%);
}
.hover span {
  display: block;
  border-top: #fff solid 1px;
}


#interview .box a{
  display: block;
  line-height: 0;
}

#interview .box a:hover {
  background: rgba(16,153,139,.7);
}

#interview .box img {
  max-width: 460px;
  width: 100%;
  height: auto;
  line-height: 0;
}

#interview .box .post_titl {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 4% 0;
  width: 92%;
  background: rgba(16,153,139,.7);
  color: #fff;
}

#interview .box .post_titl h3 {
  font-size: 40px;
  line-height: 100%;
  margin: 10px auto 0;
}
#interview .box .post_titl h3 span {
  font-weight: normal;
  font-size: 16px;
  margin-left: 40px;
}


@media screen and (min-width:769px) {
  #interview .box:hover .hover{
    opacity: 1;
  }

  #interview .box:hover .post_titl{
    opacity: 0;
  }
}

@media screen and (max-width:768px) {


  #interview .left,
  #interview .right{
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  #interview .box {
    max-width: 460px;
    width: 100%;
    height: auto;
    margin:0 auto 30px;
  }

}


/*ポップアップ*/

article {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    background: #000;
    color: #fff;
    display: none;
}
.mfp-content article {
  display: block !important;
}
article .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}
article .inner img {
  width: 100%;
  height: auto;
}
article h2 {
  font-size: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  margin-bottom: 15px;
}
article .sup{
  font-weight: bold;
  margin: 20px auto 10px;
}
article .sup,article .titl {
  font-size: 16px;
  color: #fff;
}
article .titl {
  display: inline-block;
  margin: 0 auto 0 40px;
}
.bt-close {
  background: #10998b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  margin: 60px auto 20px;
  text-align:center;
  max-width: 240px;
  width: 100%;
  cursor:pointer;
}



/*[ 募集内容 ]-------------*/
#jobs {
  font-size: 30px;
  margin: 40px auto 80px;
}

#jobs h2{
  text-align: center;
}

#jobs .inner > p{
  text-align: left;
  margin-bottom: 20px;
}

#jobs dl {
  border-top: 1px solid #10998b;
  padding: 15px 0;
}

#jobs dt {
  background: #10998b;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  margin-bottom: 10px;
  width: 120px;
}
#jobs ul {
  margin-left: 30px;
}

#jobs ul li{
  list-style: disc;
  margin-bottom: 5px;
}

.mt20 {
  margin-top: 20px;
}

.bt_contat a{
  background: #d4d4d4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  display: block;
  font-size: 24px;
  line-height: 140%;
  margin: 90px auto 150px;
  padding: 10px 0;
  text-align: center;
  max-width: 450px;
  width: 85%;
}

@media screen and ( max-width:768px) {
  
  .bt_contat a{
    margin: 40px auto 100px;
    font-size: 18px;
  }
}