@charset "UTF-8";
/*****************************************
	interview.css
jobfind-pc のみに使用
******************************************/
/*******************************
 reset
*******************************/
html {
  font-size: 14px;
  color: #000;
}

a:focus,
input:focus,
area:focus {
  outline: none !important;
}

/***** form input *****/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/***** #header .content *****/
#header .content {
  width: 100%;
}

/***** #main .content *****/
#main .content {
  width: 100%;
}

/***** #headContent *****/
/***** #bottomContent *****/
/* #bottomContent ul#socialObj */
#bottomContent ul#socialObj {
  overflow: hidden;
}

/*** #areaLink ***/
#areaLink div.area {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

#areaLink div.area table a {
  color: #000 !important;
}

/***** other elements *****/
* {
  box-sizing: border-box;
}

img {
  display: inline;
  line-height: 1;
  vertical-align: top;
  width: 100%;
}

#headContent {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

/*******************************
 Utility
*******************************/
/***** clearfix *****/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#footer {
  position: static;
}

/*******************************
 interview
*******************************/
.section.interview-content .interview-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #70b996;
  padding-bottom: 15px;
  color: #336666;
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-head {
    margin-bottom: 23px;
  }
}

.section.interview-content .interview-head .lead {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-head .lead {
    font-size: 20px;
  }
}

.section.interview-content .interview-head .name {
  font-size: 14px;
  line-height: 1.71;
}

.section.interview-content .interview-body {
  background: #ffffff;
  color: #336666;
}

.section.interview-content .interview-body .interview-title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-body .interview-title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.section.interview-content .interview-body p {
  font-size: 16px;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-body p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.59375;
  }
}

@media screen and (min-width: 768px) {
  .section.interview-content .interview-body .row.is-float {
    margin-bottom: 80px;
  }
  .section.interview-content .interview-body .row.is-float::after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
  }
  .section.interview-content .interview-body .row.is-float .col-figure {
    display: inline;
    width: calc((100% - 24px) / 2);
  }
  .section.interview-content .interview-body .row.is-float .col-figure.is-left {
    float: left;
    margin-right: 24px;
  }
  .section.interview-content .interview-body .row.is-float .col-figure.is-right {
    float: right;
    margin-left: 24px;
  }
}

.section.interview-content .interview-body .row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-body .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .section.interview-content .interview-body .row .col-text {
    order: 1;
    width: 100%;
  }
  .section.interview-content .interview-body .row .col-figure {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-body .row .col-figure {
    margin-bottom: 20px;
  }
  .section.interview-content .interview-body .row .col-figure:last-child {
    margin-bottom: 0;
  }
}

.section.interview-content .interview-body .interview-button .button {
  margin: 80px auto 0;
  border-radius: 10px;
  max-width: 630px;
  height: 70px;
  background: #e1f5b4;
  color: #336666;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .section.interview-content .interview-body .interview-button .button {
    margin: 25px auto 0;
    border-radius: 5px;
    height: 67px;
    font-size: 18px;
    padding: 0 10px;
  }
}

.interview-button {
  margin: auto;
}
