@charset "UTF-8";


.sec-interview2 {
  padding: 50px 0 63px;
}

.interview-img2{
	float:left;
	width:25%;
	margin-right:20px;
}

.interview-text{
	float:left;
	width:70%;
	font-size:1.2rem;
	line-height:1.5em;
}

.interview-text h3{
	margin:20px 0 20px;
}

.interview-text h3 span{
	padding-right:20px;
	color:#3399CC;
	font-size:120%;
}

.interview-text h4{
	margin-bottom:10px;
	color:#3399CC;
	font-size:120%;
}

.interview-text p{
	margin-bottom:30px;
	border-bottom:dotted 2px #CCCCCC;
	padding-bottom:10px;
}

@media screen and (max-width: 834px) {
  .sec-interview2 {
    padding: 50px 0 15px;
  }
}

.sec-interview2 .ttlComp-02 {
  margin-bottom: 63px;
}

@media screen and (max-width: 834px) {
  .sec-interview2 .ttlComp-02 {
    margin-bottom: 35px;
  }
}

.mw-860 {
  margin: 0 auto;
  max-width: 860px;
}

.interview-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 834px) {
  .interview-list2 {
    margin: 0 -8px;
  }
}

.interview-item2 {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 77px;
}

@media screen and (max-width: 834px) {
  .interview-item2 {
    width: 100%;
    padding: 0 8px;
    margin-right: 0;
    margin-bottom: 35px;
  }
}

.interview-item2 a {
  display: block;
}

.interview-item2:nth-child(2n) .interview-ttl:after {
  background: url("../img/recruit/icon-06.png") center no-repeat;
  background-size: contain;
}

.interview-img2 {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.interview-img2:before {
  content: "";
  display: block;
  padding-bottom: calc(271/271*100%);
}

.interview-img2 .thumbnail2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.interview-img2 .thumbnail2:after {
  content: '';
  width: 51px;
  height: 51px;
  xbackground: url("../img/recruit/icon-link.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .interview-img2 .thumbnail2:after {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
  }
}

.interview-img2 .thumbnail2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.interview-ttl {
  text-align: center;
  color: #77c7c7;
  line-height: 1.34;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .interview-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 374px) {
  .interview-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.interview-ttl:before, .interview-ttl:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/recruit/icon-04.png") center no-repeat;
  background-size: contain;
  width: 33px;
  height: 40px;
}

@media screen and (max-width: 640px) {
  .interview-ttl:before, .interview-ttl:after {
    display: none;
  }
  
  .interview-img2{
	float:none;
	width:70%;
	margin:0 auto;
}

.interview-text{
	float:none;
	width:100%;
}

}

.interview-ttl:after {
  background: url("../img/recruit/icon-05.png") center no-repeat;
  background-size: contain;
  right: 18px;
  top: 38%;
  left: auto;
  width: 53px;
  height: 30px;
}

@media screen and (max-width: 990px) {
  .interview-ttl:after {
    right: 0;
  }
}

.sec-recruitment {
  padding: 100px 0;
  background: #fff2e8;
}

@media screen and (max-width: 834px) {
  .sec-recruitment {
    padding: 50px 0;
  }
}

.sec-recruitment .ttlComp-02 {
  margin-bottom: 59px;
}

@media screen and (max-width: 834px) {
  .sec-recruitment .ttlComp-02 {
    margin-bottom: 35px;
  }
}

.recruitment-table {
  background: #ffd8b8;
  border-radius: 15px;
  max-width: 860px;
  overflow: hidden;
  margin: 0 auto 90px;
}

@media screen and (max-width: 834px) {
  .recruitment-table {
    margin-bottom: 35px;
  }
}

.recruitment-table__02 {
  background: #ffeaf3;
  margin-bottom: 17px;
  border-radius: 15px;
}

.recruitment-table__03 {
  background: #e8fcff;
  margin-bottom: 17px;
  border-radius: 15px;
}

@media screen and (max-width: 834px) {
  .recruitment-table__02 {
    margin-bottom: 0;
  }
}

.recruitment-ttl {
  text-align: center;
  color: #010101;
  padding: 38px 20px 32px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .recruitment-ttl {
    padding: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.recruitment-content a {
  color: #3366ff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .recruitment-content a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.recruitment-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 41px;
}

@media screen and (max-width: 834px) {
  .recruitment-content dl {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recruitment-content dl:nth-child(2n+1) {
  background: #fff;
  padding: 20px 41px;
}

@media screen and (max-width: 834px) {
  .recruitment-content dl:nth-child(2n+1) {
    padding: 15px;
  }
}

.recruitment-content dl dt, .recruitment-content dl dd {
  line-height: 1.85;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .recruitment-content dl dt, .recruitment-content dl dd {
    line-height: 1.5;
    width: 100% !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.recruitment-content dl dt {
  width: 185px;
  padding-right: 15px;
}

@media screen and (max-width: 834px) {
  .recruitment-content dl dt {
    margin-bottom: 5px;
    padding-right: 0;
  }
}

.recruitment-content dl dd {
  width: calc(100% - 185px);
}

/*# sourceMappingURL=maps/styles.css.map */
