.kv-wrapper img {
  width: 100%;
}

.bgf5 {
  background-color: #f5f5f5;
}

.topicspath {
  height: 60px;
  line-height: 60px;
}

.wrapper {
  background-color: transparent;
  box-shadow: none;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.recruit-contents-wrapper [class^="col-"] {
  margin-bottom: 40px;
  padding: 0 20px;
}

.recruit-contents-wrapper .content-title {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.recruit-contents-wrapper .content-title.is-edges {
  color: #FFF;
}

.recruit-contents-wrapper .content-title.align-right {
  padding-left: 50%;
  width: 50%;
}

.recruit-contents-wrapper .content-title.c6 {
  color: #666;
}

.recruit-contents-wrapper .content-title > span {
  display: block;
  font-size: 12.5px;
}

.recruit-contents-wrapper .content-title > img.img-icon {
  display: inline-block;
  height: 12px;
  margin-left: 8px;
  margin-bottom: 4px;
  width: 12px;
}

.sub.recruit.subSingle.recruitTop .content {
  height: auto;
  margin-bottom: 40px;
}

.sub.recruit.recruitTop .recruit-contents-wrapper .content.row {
  background-color: #f5f5f5;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
}

.img-wrapper img {
  width: 100%;
  border-radius: 15px;
}

.relative {
  position: relative;
}

.recruit #main-content {
  background-color: #fff;
}

.recruit #main-content.bgf5 {
  background-color: #f5f5f5;
}

@media (max-width: 1040px){
  .sub.recruit.recruitTop .recruit-contents-wrapper .content.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 999px){
  .kv-wrapper {
    margin-bottom: 40px;
  }

  .sub.recruit.recruitTop {
    background-color: #f5f5f5;
  }
}

@media (max-width: 767px){
  .recruit-top {
    display: block;
    height: 150px;
  }
  .recruit-top .img-wrapper {
    height: 100%;
  }
  .recruit-top .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .kv-xs {
    background-image: url(../images/recruit/kv-recruit-sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sub.recruit.recruitTop .recruit-contents-wrapper .content.row {
    margin-bottom: 10px;
  }

  .recruit-contents-wrapper [class^="col-"] {
    margin-bottom: 20px;
  }

  .recruit-contents-wrapper [class^='col-'] img {
    margin-bottom: 0;
  }

  .recruit-contents-wrapper .content-title {
    font-size: 24px;
  }

  .recruit-contents-wrapper .content-title.align-right {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding-left: 0;
    right: 20px;
    text-align: right;
    top: 27px;
    width: auto;
  }

  .recruit-contents-wrapper .content-title > span {
    font-size: 12px;
  }
}

/* ----- */

.heading-belt {
  background-color: #ff0;
  box-sizing: border-box;
  height: 80px;
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-size: 34px;
  font-weight: bold;
  padding-top: 26px;
}

.heading-belt .inner {
  color: rgb(102, 102, 102);
  line-height: 1;
  position: relative;
}

.btn-to-recruit {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 50%;
  border-radius: 20px;
  padding: 6px 12px;
  text-decoration: none;
}

.vol1 .recruit-contents-wrapper {
  padding-bottom: 60px;
  padding-top: 70px;
}

.vol1 .heading .img-wrapper {
  margin-right: -1.9%;
  position: relative;
}

.vol1 .heading .img-wrapper .overlay-profile-pc {
  background-color: rgba(255,255,0,.95);
  box-sizing: border-box;
  display: none;
  height: calc(100% + 69px);
  margin-top: -50px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.vol1 .heading .img-wrapper .overlay-profile-pc > img.img-title {
  display: inline-block;
  float: none;
  height: auto;
  margin: 14% auto 0;
  opacity: 1;
  width: 144px;
}

.vol1 .heading .img-wrapper .overlay-profile-pc > .text-wrapper {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.7;
  position: absolute;
  top: 50%;
  width: 100%;
}

.vol1 .heading .img-wrapper .overlay-profile-pc > .link-wrapper {
  bottom: 34px;
  font-size: 13px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  width: 100%;
}

.vol1 .heading .img-wrapper .over-kv {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  margin-left: -3.9%;
  /*margin-right: -5.3%;*/
  position: absolute;
  top: 0;
  width: 108%;
}

.vol1 .heading .img-wrapper .over-kv img {
  float: left;
  /*width: calc(18.1% - 3px);*/
  height: 100%;
  margin-right: 3px;
  margin-top: -50px;
  opacity: 0;
  width: auto;
}

.vol1 .heading .img-wrapper .over-kv img + .overlay-y {
  -webkit-transition: opacity .25s ease-in;
     -moz-transition: opacity .25s ease-in;
      -ms-transition: opacity .25s ease-in;
       -o-transition: opacity .25s ease-in;
          transition: opacity .25s ease-in;
  background-color: rgba(255,255,0,.8);
  /*cursor: pointer;*/
  display: none;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 18.1%;
}

.vol1 .heading .img-wrapper .over-kv img + .overlay-y.on {
  opacity: 1;
}

.vol1 .heading .img-wrapper .over-kv img:nth-of-type(1) + .overlay-y {
  left: 3.4%;
  /*width: calc(21.5% - 3px);*/
}

.vol1 .heading .img-wrapper .over-kv img:nth-of-type(2) + .overlay-y {
  left: 21.7%;
  left: calc(21.4% + 3px);
  top: -21px;
  /*width: calc(21.5% - 3px);*/
}

.vol1 .heading .img-wrapper .over-kv img:nth-of-type(3) + .overlay-y {
  left: 39.9%;
  left: calc(39.4% + 6px);
  top: 19px;
  /*width: calc(21.5% - 3px);*/
}

.vol1 .heading .img-wrapper .over-kv img:nth-of-type(4) + .overlay-y {
  left: 58.1%;
  left: calc(57.4% + 8.6px);
  top: -42px;
  /*width: calc(21.5% - 3px);*/
}

.vol1 .heading .img-wrapper .over-kv img:nth-of-type(5) + .overlay-y {
  left: 76.4%;
  left: calc(75.4% + 11.4px);
  top: -21px;
  /*width: calc(22.85% - 3px);*/
}

.overlay-y p {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 100%;
}

.overlay-y p span {
  display: block;
}

.overlay-y p span.name {
  font-weight: bold;
}

.vol1 .view-profile-wrapper {
  display: none;
  padding-right: 5.7%;
}

.vol1 .view-profile-wrapper .view-profile-pc {
  color: #999;
  display: inline-block;
  margin-top: 12px;
}

.sub.recruit .content {
  background-color: #fff;
  border: 0;
  float: none;
  margin: 0;
  min-height: auto;
  width: 100%;
}

.heading {
  text-align: center;
}

.heading .txt-wrapper {
  padding: 86px 0 58px;
  font-weight: bold;
}

.heading .txt-wrapper .title {
  font-size: 46px;
  margin-bottom: 16px;
}

.heading .txt-wrapper .title img {
  margin: 0 auto;
  max-width: 90%;
}

.heading .txt-wrapper .sub-title {
  font-size: 16px;
  line-height: 1.8;
}

.vol1 .text-wrapper {
  font-size: 15px;
  line-height: 2;
}

.vol1 .text-wrapper .content-item {
  margin-bottom: 2em;
}

.vol1 .text-wrapper .speaker-name {
  float: left;
  font-weight: bold;
  width: 78px;
}

.vol1 .text-wrapper .speaker-name:after {
  content: '：';
}

.vol1 .text-wrapper .comment {
  padding-left: 94px;
}

.vol1 .overlay-profile,
.vol1 .over-kv-sp {
  display: none;
}

.vol1 .closing-word {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}

.vol1 .interview-data {
  font-size: 11px;
  line-height: 18px;
}

/* ----- */

.sub .content.page-content {
  box-sizing: border-box;
  margin-bottom: 53px;
  padding: 76px 100px 66px;
}

.page-content .page-title {
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 14px;
}

.page-content .page-sub-title {
  display: block;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 42px;
}

.page-content .lead {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 58px;
}

.page-content a.btn.btn-entry {
  background-color: #ff0;
  font-size: 20px;
  font-weight: bold;
  height: 140px;
  padding-top: 58px;
  position: relative;
  text-indent: 0;
}

.page-content a.btn.btn-entry.narrow {
  height: 100px;
  margin: 0 auto;
  max-width: 580px;
  padding-top: 42px;
}

.page-content a.btn.btn-entry > span {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
}

@media (max-width: 1040px){
  .heading-belt {
    padding: 26px 20px 0;
  }
}

@media (max-width: 767px){
  .sub .content.page-content {
    margin-bottom: 0px;
    padding: 58px 20px 50px;
  }

  .page-content .page-title {
    font-size: 34px;
    margin-bottom: 36px;
  }

  .page-content .lead {
    font-size: 14px;
  }

  .pagetop {
    background-color: #f5f5f5;
    margin: 0;
  }

  .pagetop a {
    background: none;
    font-size: 14px;
    height: auto;
    line-height: 14px;
    padding: 25px 0;
    text-align: center;
    text-decoration: underline;
    width: 100%;
      font-weight: bold;
  }

  .heading .txt-wrapper .title img {
    /*max-width: 306px;*/
    max-width: 269px;
    width: 82%;
  }

  .vol1 .heading .img-wrapper .over-kv-sp {
    background-color: #fff;
    display: none;
    /*height: 100%;*/
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .vol1 .heading .img-wrapper .over-kv-sp > p {
    margin-top: -10px;
    padding-right: 10px;
  }

  .vol1 .heading .img-wrapper .over-kv-sp > p a {
    color: #999;
  }

  .vol1 #main-content {
    background-color: #f5f5f5;
    padding-bottom: 26px;
  }

  .vol1 .recruit-wrapper {
    background-color: #fff;
  }

  .vol1 .recruit-contents-wrapper {
    padding-bottom: 50px;
    padding-top: 0;
  }

  .vol1 .heading .img-wrapper {
    margin-right: 0;
  }

  .vol1 .content .col-1 .img-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .vol1 .heading .txt-wrapper {
    padding: 30px 0 26px;
  }

  .vol1 .heading .txt-wrapper .title {
    font-size: 26px;
    letter-spacing: -3px;
    margin-bottom: 12px;
  }

  .vol1 .heading .txt-wrapper .sub-title {
    font-size: 13px;
  }

  .vol1 .text-wrapper {
    font-size: 13px;
  }

  .vol1 .text-wrapper .comment {
    padding-left: 60px;
  }

  .vol1 .text-wrapper .speaker-name {
    width: 59px;
  }

  .vol1 .text-wrapper .content-item {
    margin-bottom: 16px;
  }

  .page-content a.btn.btn-entry {
    font-size: 14px;
  }

  .page-content a.btn.btn-entry > span {
    line-height: 1.7;
  }

  .vol1 .overlay-profile {
    -webkit-overflow-scrolling: touch;
    background-color: #ff0;
    display: none;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .vol1 .overlay-profile .profile-sp {
    overflow-y: scroll;
    padding: 54px 20px;
  }

  .vol1 .overlay-profile .profile-sp > .text-wrapper > p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 1em;
  }

  .vol1 .overlay-profile .profile-sp .img-title {
    margin: 0 auto 47.5px;
    max-width: 142px;
  }

  .vol1 .overlay-profile .profile-sp .item-prof {
    margin-bottom: 20px;
  }

  .vol1 .overlay-profile .profile-sp .item-prof .img-wrapper {
    width: 90px;
  }

  .vol1 .overlay-profile .profile-sp .item-prof:nth-child(even) .img-wrapper {
    float: left;
  }

  .vol1 .overlay-profile .profile-sp .item-prof:nth-child(odd) .img-wrapper {
    float: right;
  }

  .vol1 .overlay-profile .profile-sp .item-prof .text-wrapper {
    font-size: 11px;
    line-height: 18px;
  }

  .vol1 .overlay-profile .profile-sp .item-prof:nth-child(even) .text-wrapper {
    margin-left: 100px;
  }

  .vol1 .overlay-profile .profile-sp .item-prof:nth-child(odd) .text-wrapper {
    margin-right: 100px;
  }

  .vol1 .overlay-profile .profile-sp .item-prof .text-wrapper .name {
    font-weight: bold;
  }

  .vol1 .overlay-profile .profile-sp .link-wrapper {
    margin: 54px 0 23px;
    text-align: center;
  }

  .vol1 .overlay-profile .profile-sp .link-wrapper a {
    font-weight: 600;
  }

  .vol1 .closing-word {
    font-size: 14px;
    line-height: 1.7;
  }

  .vol1 .interview-data {
    font-size: 9px;
    line-height: 1.5;
  }

  .text-center-xs {
    text-align: center!important;
  }
}

/* ----- */

.entry-wrapper .box {
  margin-bottom: 64px;
  padding: 0;
}

.entry-wrapper .box + .box {
  margin-top: 80px;
}

.box h3 {
  border: 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  height: 54px;
  margin: 0;
  padding: 0 0 0;
  background: transparent;
}

.box h3 span {
  border-top: 6px solid #ccc;
  padding: 12px 0 0;
}

dl.flow-recruit,
dl.gist {
  box-sizing: border-box;
  width: 100%;
}

dl.flow-recruit dt,
dl.flow-recruit dd {
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
}

dl.flow-recruit dt {
  background-color: #ff0;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
  text-align: left;
  width: 32%;
}

dl.flow-recruit dd {
  min-height: 50px;
  padding-bottom: 20px;
  padding-left: calc(32% + 18px);
  padding-top: 8px;
  width: 100%;
}

.note {
  font-size: 12px;
  font-weight: 300;
}

dl.gist {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

dl.gist dt,
dl.gist dd {
  border-top: 1px solid #eee;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
}

dl.gist dt {
  float: left;
  padding: 20px 16px;
  width: 22%;
}

dl.gist dd {
  background-color: #fff;
  font-weight: 300;
  margin-left: 22%;
  padding: 20px 0 20px 26px;
}

.charange-wrapper {
  background-color: #ff0;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 90px;
  padding: 40px 84px;
}

.img-lead-challenge {
  -webkit-transform: translateX(-9%);
     -moz-transform: translateX(-9%);
      -ms-transform: translateX(-9%);
       -o-transform: translateX(-9%);
          transform: translateX(-9%);
  margin: -75px auto 38px;
}

.charange-wrapper .content .col-left {
  width: 48.718%;
}

.charange-wrapper .content .col-right {
  width: 51.282%;
}

.charange-wrapper p {
  font-size: 14px;
  line-height: 2.14;
}

.charange-wrapper p + p {
  margin-top: 32px;
}

.question-wrapper {
  background-color: #fff;
  color: #333;
  box-shadow: 2px 2px 2px rgba(12,1,4,.25);
  padding: 30px 38px 30px 40px;
}

.question-wrapper .q-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 26px;
  margin-bottom: 22px;
  text-align: center;
}

.question-wrapper .q-title span {
  font-size: 13px;
  line-height: 24px;
}

.question-wrapper p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 22px;
  margin-bottom: 14px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.question-wrapper p + p {
  margin-top: 0;
}

.question-wrapper .note {
  margin-top: 26px;
}

.entry-btn-wrapper {
  padding-top: 54px;
}

.entry-btn-wrapper a.btn {
  height: 76px;
  line-height: 1;
  margin: 0 auto;
  padding-top: 32px;
  text-align: center;
  text-indent: 0;
  width: 443px;
}

@media (max-width: 767px){
  .heading-belt {
    display: none;
  }

  .entry-wrapper .box {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .entry-wrapper .box + .box {
    margin-top: 52px;
  }

  .box h3 span {
    font-size: 18px;
    padding-top: 7px;
  }

  dl.flow-recruit {
    margin-bottom: 12px;
  }

  dl.flow-recruit dt {
    float: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
  }

  dl.flow-recruit dd {
    min-height: 50px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .freshman .note {
    font-size: 10px;
  }

  dl.gist dt {
    font-size: 12px;
    padding: 20px 10px 0;
    width: 23.9%;
  }

  dl.gist dd {
    font-size: 12px;
    margin-left: 23.9%;
    padding: 19px 0 20px 17px;
  }

  .charange-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 12px;
  }

  .img-lead-challenge {
    -webkit-transform: translateX(-8px);
       -moz-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
         -o-transform: translateX(-8px);
            transform: translateX(-8px);
    margin: -60px auto 38px;
    width: calc(100% - 16px);
  }

  .question-wrapper {
    padding: 30px 35px 30px 35px;
  }

  .question-wrapper .q-title {
    font-size: 16px;
  }

  .question-wrapper p {
    /*font-size: 12px;*/
  }

  .entry-btn-wrapper a.btn {
    height: 50px;
    font-size: 13px;
    min-width: 260px;
    padding-top: 19px;
    width: 70%;
  }
}

@media (max-width: 480px){
  dl.gist dt {
    padding: 20px 7px 0;
  }

  .question-wrapper p {
    font-size: 12px;
  }
}

.page-content .lead + p {
  margin-top: -30px;
}

.form .box.entry-form-wrapper {
  margin-top: 38px;
  padding: 0;
}

.entry-form-wrapper dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

.entry-form-wrapper dl {
  margin-bottom: 35px;
}

.entry-form-wrapper dt .essential {
  background-color: #ff0;
  border-radius: 20px;
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  margin-left: 4px;
  padding: 0px 10px;
  vertical-align: text-bottom;
}

.entry-form-wrapper dd {
  margin-bottom: 20px;
}

.form .form_block {
  background-color: #fff;
}

.form table {
  width: 100%;
}

input.txt,
input.number,
select,
textarea {
  -webkit-appearance: none;
  border: 2px solid #ddd;
  border-radius: 0;
}

input.txt.txt1,
input.txt.txt2,
input.number {
  width: 100%;
}

input.number {
  height: 40px;
  text-indent: 10px;
}

.list-heading {
  background-color: #ddd;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 58px;
  padding-left: 16px;
}

.precautions {
  background: #f6e9e1;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 10px;
  padding: 20px 24px;
}

.entry-form-wrapper dt p .s {
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
}

.entry-form-wrapper dd.file-wrapper {
  margin-bottom: 10px;
}

.entry-form-wrapper dd.file-wrapper input {
  background-color: #f4f4f4;
  padding: 18px 22px;
  width: 100%;
}

.input_error {
  background: #f6e9e1 !important;
  border-color: #d3946a !important;
}

#privacy_policy_0 {
  border: 1px solid #ccc;
  height: 13px;
  margin-right: 10px;
  position: relative;
  width: 13px;
}

#privacy_policy_0:focus {
  outline: none;
}

#privacy_policy_0:checked:after {
  content: '\02713';
  left: 1px;
  margin-top: 0;
  position: absolute;
  top: -5px;
}

.slct1 {
  background: none;
  height: 40px;
  width: 100%;
}

.slct2 {
  background: none;
  height: 40px;
  width: 98px;
}

.slct3 {
  background: none;
  height: 40px;
  width: 100px;
}

.entry-form-wrapper p.agreement {
  border-top: 2px solid #ddd;
  margin-bottom: 9px;
  padding-top: 30px;
}

.box .form_block p.btn {
  display: block;
  margin: 0;
}

.confirmBtn input.submitBtn,
.sendBtn input.submitBtn {
  background-color: #333;
  background-image: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  text-indent: 0;
  width: 254px;
}

.pp-wrapper {
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 2;
  padding: 26px 24px;
}

.pp-wrapper .title {
  font-weight: bold;
}

#AddressSearch {
  vertical-align: top;
}

.tarea1,
.tarea2 {
  width: 100%;
}

.panel1 .list-heading,
.panel2 .list-heading {
  cursor: pointer;
  margin-top: 10px;
}

.list-heading > .arrow {
  float: right;
  margin-right: 20px;
}

.list-heading > .arrow:after {
  content: '\025bc';
}

.opn .list-heading > .arrow:after {
  content: '\025b2';
}

.confirm .box .form_block p.btn {
  margin: 40px 0 20px;
}

.complete .backBtn {
  margin: 44px 0 90px;
}

.backBtn a {
  background-image: none;
  height: 76px;
  line-height: 1;
  margin: 0 auto;
  padding-top: 32px;
  text-align: center;
  text-indent: 0;
  width: 443px;
}

@media (max-width: 767px){
  .pp-wrapper {
    padding: 26px 18px;
  }
}

.sub.recruit.mathematics .recruit-contents-wrapper .content.row {
  background-color: #f5f5f5;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
}

.sub.recruit.mathematics .recruit-contents-wrapper .inner {
  /*padding: 0 20px;*/
}

.sub.recruit.mathematics .content {
  width: auto;
  max-width: 1280px;
  margin: 0 auto !important;
}

.recruit-contents-wrapper .content-mathematics [class^="col-"] {
  margin-bottom: 30px;
  padding: 0 10px;
}

.mathematics .relative .content-text {
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.mathematics .relative .content-text span {
  display: block;
}

.mathematics .relative .content-text span + span {
  margin-top: 6px;
}

.mathematics .relative .content-text .eng {
  margin-left: 30px;
}

.mathematics .relative .content-text .date-wrap {
  padding-left: 55px;
  display: flex;
}

.item-mathematics {
  background-color: #fff;
  padding-bottom: 1px;
  text-align: center;
}

.mathematics .eng {
  display: block;
  color: #888;
  line-height: 1.5em;
}

.item-mathematics h3 {
  background-color: #ff0;
  font-size: 20px;
  line-height: 1.5em;
  padding: 15px .5em 10px;
  margin-bottom: 50px;
  position: relative;
}

.item-mathematics h3 .eng {
  margin-top: 10px;
  font-size: 15px;
}

.item-mathematics h3:after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 20px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #ff0;
  bottom: -40px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}

.item-mathematics h3 span {
  display: inline-block;
  line-height: 1.4;
  padding-top: 13px;
}

.item-mathematics .item-body + .item-body {
  margin: 90px 0 60px;
}

.item-mathematics .item-body + .item-body.low-pad {
  margin: 36px 0 24px;
}

.item-mathematics .item-body .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

.item-mathematics .item-body .item-title .eng {
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
}

.item-mathematics .item-num {
  font-size: 72px;
  margin-bottom: 14px;
}

.item-mathematics .item-num > img {
  width: 84px;
}

.item-mathematics .item-num.middle {
  font-size: 64px;
  padding-bottom: 4px;
}

.item-mathematics .item-num.small {
  font-size: 40px;
  padding-bottom: 18px;
}

.item-mathematics .item-num span {
  font-size: 32px;
}

.item-mathematics .item-num.middle span {
  font-size: 26px;
}

.item-mathematics .item-num.small span {
  font-size: 16px;
}

.item-mathematics .item-num img {
  border-radius: 50%;
  display: inline;
  vertical-align: sub;
}

.item-mathematics .item-num.middle img {
  font-size: 26px;
  margin-bottom: -4px;
}

.item-mathematics .item-num.small img {
  font-size: 16px;
  margin-bottom: -18px;
}

.item-mathematics .item-body > span {
  font-size: 12px;
  line-height: 1.6;
}

.item-mathematics .item-body > span .eng {
  margin-top: 8px;
}

.item-mathematics .item-body .comment {
  background-color: #eee;
  font-size: 10px;
  line-height: 1.7;
  margin: 8px auto 0;
  max-width: 370px;
  padding: 6px 0;
  width: 84%;
}

.item-mathematics .item-body .comment .eng {
  margin-top: 8px;
}

.item-mathematics .absolute-box {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50%;
  height: 132px;
  position: absolute;
  right: -33px;
  text-align: center;
  top: 49px;
  width: 132px;
}

.item-mathematics .absolute-box a {
  color: #666;
  display: inline-block;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 48px;
  text-decoration: none;
}

.mb-60-md {
  margin-bottom: 60px!important;
}

.mb-70-md {
  margin-bottom: 70px!important;
}

.mb-90-md {
  margin-bottom: 90px!important;
}

@media (max-width: 1040px){
  .sub.recruit.mathematics .recruit-contents-wrapper .content.row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 10px;
  }
}

@media (max-width: 767px){
  .item-mathematics h3 {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
  }

  .relative.item-mathematics .row {
    margin: 0;
    padding: 0 12px;
  }

  .item-mathematics .item-body .item-title {
    font-size: 14px;
  }

  .item-mathematics .item-num img {
    vertical-align: top;
  }

  .item-mathematics .item-num > img {
    width: 50px;
  }

  .item-mathematics .item-num {
    font-size: 57px;
    margin-bottom: 0px;
  }

  .item-mathematics .item-num.middle {
    font-size: 51px;
  }

  .item-mathematics .item-num.small {
    font-size: 33px;
  }

  .item-mathematics .item-num span {
    font-size: 24px;
  }

  .item-mathematics h3 span {
    padding-top: 3px;
  }

  .mathematics .relative .content-text {
    bottom: auto;
    left: auto;
    position: relative;
    text-align: center;
  }

  .mathematics .relative .content-text .date-wrap {
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  .mathematics .relative .content-text p {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 18px 0 12px;
  }
  .mathematics .relative .content-text .eng {
  font-size: 10px;
    margin: 10px 0 0;
    padding: 0 4vw;
  }
  .mathematics .relative .content-text span {
    font-size: 10px;
    line-height: 17px;
  }

  .sub.recruit.mathematics .recruit-contents-wrapper .content.row {
    margin-bottom: 6px;
    padding: 0;
  }

  .recruit-contents-wrapper .content-mathematics [class^="col-"] {
    padding: 0;
  }

  .item-mathematics .absolute-box {
    height: 91px;
    right: 8px;
    top: 40px;
    width: 91px;
  }

  .item-mathematics h3 .eng
  {
    font-size: 14px;
  }

  .item-mathematics .item-body .item-title .eng {
    font-size: 13px;
  }

  .item-mathematics .absolute-box {
    top: -40px;
    width: 200px;
    height: auto;
    border-radius: 5px;
  }

  .item-mathematics .absolute-box a {
    font-size: 11px;
    line-height: 14px;
    padding: 15px;
  }

  .item-mathematics .absolute-box a br {
    display: none;
  }

  .mb-60-md,
  .mb-70-md,
  .mb-90-md {
    margin-bottom: 20px!important;
  }
}

a.disabled,
a.btn-bk.disabled {
  background-color: #ccc;
  pointer-events: none;
}

.page-content .page-description {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 20px;
}

.session .list-wrapper + .list-wrapper {
  margin-top: 60px;
}

.session .list-wrapper .list-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}

.session .list-wrapper .gist {
  font-size: 14px;
  line-height: 30px;
}

@media (max-width: 767px){
  .page-content .page-description {
    font-size: 18px;
    line-height: 24px;
  }

  .session dl.gist dt,
  .session dl.gist dd {
    font-size: 12px;
    line-height: 23px;
    padding-top: 20px;
  }

  .session .list-wrapper + .list-wrapper {
    margin-top: 40px;
  }

  .session .list-wrapper .list-title {
    margin-bottom: 15px;
  }
}

.intern-content-wrapper {
  margin-bottom: 90px;
}

.heading-content {
  margin-bottom: 74px;
}

.heading-content [class^='col-'] {
  position: relative;
}

.heading-content [class^='col-'] .img-wrapper {
  background-color: #ff0;
  border-radius: 50%;
}

.heading-content [class^='col-'] .text {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: calc(100% - 32px);
}

.intern-content-wrapper .content-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.intern-content-wrapper .content-desc {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 32px;
}

.content-program {
  margin-bottom: 54px;
  margin-left: -16px;
  margin-right: -16px;
}

.content-program [class^="col-"] span {
  border: 2px solid #ccc;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 9px 0 8px;
}

.content-voice {
  margin-left: -10px;
  margin-right: -10px;
}

.table {
  display: table;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
}

.content-voice .table + .table {
  margin-top: 18px;
}

.content-voice .table .callout {
  display: table-cell;
  margin-bottom: 18px;
  outline: 2px solid #ddd;
  outline-offset: -10px;
  padding: 24px 20px 30px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 33.333333%;
}

.table .callout.no-border {
  outline: none;
  padding: 9px 10px 0px;
}

.table .callout.no-border > img {
  margin-bottom: -15px;
  vertical-align: top;
  width: 100%;
}

.content-voice .callout:not(.no-border):before,
.content-voice .callout:not(.no-border):after {
  content: '';
  border-bottom: 16px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 16px solid #fff;
  bottom: -18px;
  position: absolute;
  right: 20px;
  z-index: 11;
}

.content-voice .callout:not(.no-border):after {
  border-top: 16px solid #ddd;
  bottom: -23px;
  z-index: 10;
}

.internship .pp-wrapper {
  background-color: #eee;
  position: relative;
}

.internship .pp-wrapper:after {
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  border-bottom: 14px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #eee;
  bottom: -28px;
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
}

.internship .entry-btn-wrapper {
  padding-top: 23px;
}

.internship .entry-wrapper .box {
  margin-bottom: 40px;
}

@media (max-width:767px){
  .content-voice td {
    /*width: 100%;*/
  }

  .heading-content [class^='col-'] {
    margin-bottom: 15px;
  }

  .heading-content [class^='col-'] .img-wrapper img {
    margin-bottom: 0;
  }

  .heading-content [class^='col-'] .text {
    width: calc(100% - 16px);
  }

  .internship .row {
    margin-left: 0;
    margin-right: 0;
  }

  .internship .page-content .lead {
    margin-bottom: 30px;
  }

  .internship .heading-content {
    margin-bottom: 29px;
  }

  .content-program {
    margin-bottom: 30px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .content-voice .table {
    display: block;
  }

  .content-voice .table + .table {
    margin-top: 0;
  }

  .content-voice .table .callout {
    box-sizing: border-box;
    display: block;
    margin-bottom: 9px;
    width: 100%;
  }

  .content-voice .table .callout .col-inner {
    float: none;
  }

  .content-voice .callout:not(.no-border):before,
  .content-voice .callout:not(.no-border):after {
    border-bottom: 13px solid transparent;
    border-top: 13px solid #fff;
    bottom: -12px;
  }

  .content-voice .callout:not(.no-border):after {
    border-top: 13px solid #ddd;
    bottom: -16px;
  }

  .intern-content-wrapper {
    margin-bottom: 60px;
  }

  .intern-content-wrapper .content-desc {
    text-align: left;
  }

  .intern-content-wrapper .content-title {
    margin-bottom: 0;
  }

  .internship .pp-wrapper:after {
    border-bottom: 11px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #eee;
    bottom: -21px;
  }

  .internship .entry-btn-wrapper {
    padding-top: 25px;
  }
}

.lightcase-icon-close:before {
  content: '\02715';
}

.entry-form-wrapper dd > label {
  display: block;
}

.entry-form-wrapper dd input[type='checkbox'] {
  border: 1px solid #ccc;
  height: 13px;
  margin-right: 10px;
  position: relative;
  width: 13px;
}

.entry-form-wrapper dd input[type='checkbox']:focus {
  outline: none;
}

.entry-form-wrapper dd input[type='checkbox']:checked:after {
  content: '\02713';
  left: 1px;
  margin-top: 0;
  position: absolute;
  top: -5px;
}

.entry-form-wrapper .text-area-wrapper textarea {
  height: 145px;
  width: 100%;
}

p.supplement {
  margin: -6px 0 6px;
}

.schedule-wrapper {
  margin-top: 20px;
}

@media (max-width: 767px){
  .j-wave .page-title {
    font-size: 24px;
  }

  .j-wave .lead {
    text-align: left;
  }

  dd > label + label {
    margin-top: 10px;
  }
}
/* -------------------- */

/* 2020 リニューアル対応 */
/* -------------------- */

.sd-content {
  border: 18px solid #FFFE37;
  padding: 26px 40px;
  position: relative;
  text-align: left;
}

.sd-content + .sd-content {
  margin-top: 120px;
}

.sd-content.content-left .left-content {
  padding-right: 47.09%;
}

.sd-content.content-left .right-content {
  height: calc(100% + 136px);
  position: absolute;
  right: 0;
  text-align: center;
  top: -68px;
  width: 44%;
}

.sd-content.content-left .right-content img {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  max-height: 100%;
  max-width: 91%;
  position: absolute;
  top: 50%;
}

.sd-content.content-right .right-content {
  padding-left: 47.09%;
}

.sd-content.content-right .left-content {
  height: calc(100% + 136px);
  position: absolute;
  left: 0;
  text-align: center;
  top: -68px;
  width: 44%;
}

.sd-content.content-right .left-content img {
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  max-height: 100%;
  max-width: 91%;
  position: absolute;
  top: 50%;
}

.sd-content .sd-content-title {
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 24px;
}

.sd-content .sd-content-title span {
  display: block;
  font-size: 12.5px;
}

.sd-content .sd-content-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.sd-content .sd-content-description p {
  font-size: 14px;
  line-height: 2;
}

.sd-content-btn {
  display: inline-block;
}

a.btn.btn-sd-content {
  background-color: #333;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-indent: 0;
}

.content-sunnybooks {
  background-color: #F8F8F0;
  color: #666;
  font-size: 14px;
  margin-top: 118px;
  padding: 66px 36px 59px;
  position: relative;
}

.content-sunnybooks .content-title,
a.btn.btn-sd-content,
a.btn.btn-viewmore {
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.content-sunnybooks .content-title {
  font-size: 32px;
  font-weight: bold;
  left: 0;
  line-height: 1.375;
  position: absolute;
  top: -24px;
  width: 100%;
}

.content-sunnybooks .content-title span {
  display: block;
  font-size: 12.5px;
  font-weight: normal;
}

.content-sunnybooks .lead {
  font-size: 14px;
}

.booklist {
  line-height: 1.57;
  margin-left: -13px;
  margin-right: -13px;
}

.booklist + .booklist {
  margin-top: 50px;
}

.booklist .booklist-item {
  padding-left: 13px;
  padding-right: 13px;
}

.bookimage {
  margin: 0 auto 20px;
  width: 160px;
}

.bookinfo {
  min-height: 5.6em;
}

.bookinfo .booktitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}

.bookinfo .subtitle {
  display: block;
  font-size: 11px;
}

.bookinfo .bookauthor {
  font-size: 13px;
  margin-bottom: 6px;
}

.bookdescription {
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 87px;
  text-align: left;
}

a.btn.btn-viewmore {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 8px 0px 7px;
  text-indent: 0;
}

a.btn.btn-sd-content {
  height: 45px;
  padding-top: 15px;
}

@media (min-width: 768px){
  .sub .content.page-content.page-content-sunnydays {
    padding: 76px 50px 66px;
  }
}

@media (min-width: 1300px){
  .page-content .lead {
    margin-bottom: 6vw;
  }
}

@media (max-width: 767px){
  .content-sunnybooks {
    padding: 66px 20px 0px;
  }

  .sd-content {
    padding: 26px 20px;
  }

  .sd-content.content-left .left-content,
  .sd-content.content-right .right-content {
    padding: 0;
    text-align: center;
  }

  .img-sd-content {
    margin: 0 auto 24px;
    max-width: 300px;
    min-width: 137px;
    width: 53%;
  }

  .sd-content .sd-content-title {
    font-size: 30px;
  }

  .sd-content .sd-content-description {
    text-align: left;
  }

  .booklist + .booklist {
    margin-top: 0;
  }

  .booklist .booklist-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 350px){
  .sd-content .sd-content-title {
    font-size: 28px;
  }
}

/* --------- SPECIAL CONTENTS TOP ----------- */
.spcontent-top{
  width: 980px;
  max-width: 100%;
  padding: 0 0 66px;
  margin: 0 auto;
  box-sizing: border-box;
  color: #666;
}
.spcontent-top *{
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.spcontent-top header{
  background-color: #FFFF00;
  padding: 75px 0 65px;
  text-align: center;
  margin-bottom: 60px;
}
.spcontent-top header h1{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}
.spcontent-top header p{
  font-size: 12px;
}
.spcontent-top .banner{
  text-align: center;
  margin-bottom: 60px;
  font-size: 14px;
}
.spcontent-top .banner a{
  position: relative;
  display: block;
}
.spcontent-top .banner img{
  margin-bottom: 15px;
}
.spcontent-top .banner .banner-title{
  padding-left: 50%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #666;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 28px;
  position: absolute;
  top: 50%;
}
.spcontent-top .banner .banner-title.shadow{
    text-shadow: 1px 1px 1px #FFF,
              -1px -1px 1px #FFF,
              -1px 1px 1px #FFF,
               1px -1px 1px #FFF,
               0px 1px 1px #FFF,
               0 -1px 1px #FFF,
              -1px 0 1px #FFF,
              1px 0 1px #FFF;
}
.spcontent-top .banner p{
  line-height: 1.5em;
}
.spcontent-top .interviews{
  margin-bottom: 80px;
}
.spcontent-top .interviews > p{
  font-size: 30px;
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  text-align: center;
}
.spcontent-top .interviews > h2{
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 2em;
}
.spcontent-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.spcontent-list a{
  display: block;
  width: 300px;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none;
  text-align: center;
}

.spcontent-list a:not(:nth-child(3n)){
  margin-right: 40px;
}
.spcontent-list a img{
  margin-bottom: 15px;
  border-radius: 12px;
}
.spcontent-list a strong{
  display: block;
}
.spcontent-list a small{
  display: block;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.5em;
}
.spcontent-top .backnumber h2{
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'Avenir Next','Avenir',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 40px;
}
.spcontent-top .backnumber h2::before,
.spcontent-top .backnumber h2::after{
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #ccc;
}
.spcontent-top .backnumber h2::before{
  margin-right: 30px;
}
.spcontent-top .backnumber h2::after{
  margin-left: 30px;
}
/* --------- SPECIAL CONTENTS vol.2 ----------- */
.spcontent-article{
  box-sizing: border-box;
  line-height: 2em;
}

.spcontent-article *{
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.spcontent-article .spcontent-header{
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: center;
}

.spcontent-article .spcontent-header img{
  width: 100%;
  height: auto;
}

.spcontent-article .spcontent-header p.spinterview{
  position: absolute;
  top: -84px;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
}

.spcontent-article .spcontent-header p.spinterview img{
  max-width: 794px;
  margin: 0 auto;
}

.spcontent-article .spcontent-header div{
  position: relative;
  width: 80%;
  margin: -90px auto 0;
  padding: 24px 20px;
  background-color: rgba(102,102,102,.95);
  color: #fff;
}

.spcontent-article .spcontent-header h1{
  font-size: 28px;
  line-height: 1.5em;
}

.spcontent-article .spcontent-header p{
  margin-top: 1em;
  font-size: 13px;
}

.spcontent-article aside{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  color: #666;
}

.spcontent-article .spcontent-profile2{
  margin-top: 1em;
  line-height: 1.65em;
  font-size: 14px;
}

.spcontent-article .spcontent-profile2 p{
  margin-bottom: 1em;
}

.spcontent-article .caption{
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  line-height: 1.5em;
}

.spcontent-article .col1-text h3,
.spcontent-article .col2-left h3,
.spcontent-article .col2-right h3{
  position: relative;
  font-size: 20px;
  margin-bottom: 0.75em;
  padding-left: 50px;
}

.spcontent-article .col1-text h3::before,
.spcontent-article .col2-left h3::before,
.spcontent-article .col2-right h3::before{
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #333;
}

.spcontent-article .col1-title{
  width: 980px;
  text-align: center;
  margin: 60px auto;
}

.spcontent-article .col1-title h2{
  display: inline-block;
  border-bottom: 3px solid #333;
  font-size: 20px;
  line-height: 1.75em;
}

.spcontent-article .col1-text,
.spcontent-article .col1-img,
.spcontent-article .col2-left,
.spcontent-article .col2-right{
  margin: 0 auto 60px;
}

.spcontent-article .col1-text p:not(:last-child),
.spcontent-article .col2-left .text p:not(:last-child),
.spcontent-article .col2-right .text p:not(:last-child){
  margin-bottom: 1em;
}

.spcontent-article .col1-text{
  width: 780px;
}

.spcontent-article .col1-img{
  width: 720px;
}

.spcontent-article .col1-img,
.spcontent-article .col2-left .img,
.spcontent-article .col2-right .img{
  text-align: center;
}

.spcontent-article .col2-left,
.spcontent-article .col2-right{
  display: flex;
  width: 1000px;
}

.spcontent-article .col2-left .img,
.spcontent-article .col2-right .img{
  width: 400px;
}

.spcontent-article .col2-left .text,
.spcontent-article .col2-right .text{
  flex: 1;
}

.spcontent-article .col2-left .text{
  margin-left: 50px;
}

.spcontent-article .col2-right{
  flex-direction: row-reverse;
}

.spcontent-article .col2-right .text{
	margin-right: 50px;
}

.spcontent-footer{
  width: 800px;
  margin: 0 auto 70px;
  text-align: right;
  font-size: 12px;
}

.spcontent-footer dl dt,
.spcontent-footer dl dd{
  display: inline;
  color: #999;
}

.spcontent-footer dl dd::after{
  content: "";
  display: block;
}

.spcontent-member{
  position: relative;
  width: 980px;
  background-color: #ecf2f4;
  margin: 0 auto 45px;
  padding: 50px 90px;
}

.spcontent-member h2{
  position: absolute;
  top: -50px;
  left: 50px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #666;
  color: #fff;
}

.spcontent-member .member-content{
  display: flex;
}

.spcontent-member .img{
  width: 300px;
  padding-right: 24px;
}

.spcontent-member .text{
  flex: 1;
  color: #333;
}

.spcontent-member > h2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold;
}

.spcontent-member > h2 span{
  display; block;
}

.spcontent-member .text h3{
  font-size: 20px;
  margin-bottom: 12px;
}

.spcontent-member .text .name{
  color: #333;
}

.spcontent-member .text p:not(:last-child) {
  margin-bottom: 1em;
}

.spcontent-article .sns {
  width: 800px;
  margin: 0 auto 20px;
}

.spcontent-article .sns li {
  display: inline-block;
  float: right;
  margin-right: 10px;
}

.spcontent-totop {
  clear: both;
  width: 800px;
  margin: 0 auto 60px;
  padding: 10px;
  text-align: center;
  border-top: 3px solid #ccc;
  box-sizing: border-box;
}

.spcontent-totop a {
  text-decoration: none;
}

.spcontent-totop a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(-45deg);
  margin-left: 10px;
}

.spcontent-tovol1 {
  text-align: center;
  margin: 40px auto 45px;
}

.spcontent-tovol1 a {
  display: inline-block;
  width: 470px;
  max-width: 100%;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  padding: 18px;
}

.spcontent-tovol1 a b {
  font-size: 18px;
}
.spcontent-relation {
  width: 980px;
  margin: 0 auto 100px;
  border-top: 3px solid #ccc;
  box-sizing: border-box;
}

.spcontent-relation h2 {
  text-align: center;
  font-size: 16px;
  padding: 2em;
  color: #666;
}

@media (max-width: 980px){
  .spcontent-top {
    width: 100%;
    padding: 0 4vw;
    margin-top: 40px;
  }
  .spcontent-top header h1,
  .spcontent-top .banner .banner-title,
  .spcontent-top .interviews > p{
    font-size: 24px;
  }
  .spcontent-article .spcontent-header{
    width: 100%;
  }
  .spcontent-top header{
    margin-bottom: 40px;
  }

  .spcontent-article .spcontent-header div{
    margin-top: -90px;
  }

  .spcontent-article .spcontent-header h1 {
    font-size: 22px;
  }

  .spcontent-article .spcontent-header p.spinterview{
    top: -70px;
  }

  .spcontent-article .spcontent-header p.spinterview img{
    width: 90%;
  }

  .spcontent-article aside {
    padding: 0 4vw;
    margin-top: 50px;
  }

  .spcontent-article .col1-title{
    width: 100%;
    padding: 0 4vw;
  }

  .spcontent-article .col1-text,
  .spcontent-article .col1-img,
  .spcontent-article .col2-left,
  .spcontent-article .col2-right{
    width: 100%;
    padding: 0 4vw;
  }

  .spcontent-article .col2-left .img,
  .spcontent-article .col2-right .img{
    width: 300px;
  }

  .spcontent-article .col2-left .text{
    margin-left: 30px;
  }

  .spcontent-article .col2-right .text{
    margin-right: 30px;
  }

  .spcontent-footer{
    width: 100%;
    padding: 0 4vw;
  }

  .spcontent-member{
    width: 100%;
    padding: 30px 4vw;
  }

  .spcontent-member > h2 {
    width: 100px;
    height: 100px;
    left: 2vw;
    font-size: 13px;
  }

  .spcontent-article .sns {
    width: 100%;
  }

  .spcontent-totop {
    width: 92%;
  }

  .spcontent-relation {
    width: 100%;
    padding: 0 4vw;
  }

  .spcontent-list a {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 12px;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }

  .spcontent-list a:not(:nth-child(3n)) {
    margin: 0 0 12px;
  }

  .spcontent-list a img {
    width: 150px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .spcontent-list a div {
    min-width: 1px;
    flex: 1;
  }
}

@media (max-width: 767px){
  .spcontent-top .banner .banner-title {
    padding: 0;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.8);
  }
  .spcontent-top .banner .banner-title.shadow {
    color: #666;
  }
  .spcontent-article .spcontent-header div {
    width: 90%;
    margin-top: -60px;
    padding: 20px 10px;
  }

  .spcontent-article .spcontent-header h1 {
    font-size: 18px;
  }

  .spcontent-article .spcontent-header p {
    font-size: 12px;
  }

  .spcontent-article aside {
    font-size: 12px;
    margin: 40px auto;
  }

  .spcontent-article .col1-title h2 {
    font-size: 18px;
  }

  .spcontent-article .col1-title h2 br {
    display: none;
  }

  .spcontent-article .col1-text,
  .spcontent-article .col1-img,
  .spcontent-article .col2-left,
  .spcontent-article .col2-right {
    margin: 0 auto 40px;
  }

  .spcontent-article .col1-text h3,
  .spcontent-article .col2-left h3,
  .spcontent-article .col2-right h3 {
    font-size: 18px;
  }

  .spcontent-article .col1-text h3::before,
  .spcontent-article .col2-left h3::before,
  .spcontent-article .col2-right h3::before {
    top: 0.75em;
  }

  .spcontent-article .col2-left,
  .spcontent-article .col2-right {
    display: block;
  }

  .spcontent-article .col2-left .img,
  .spcontent-article .col2-right .img{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .spcontent-article .col2-left .img img,
  .spcontent-article .col2-right .img img{
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
  }

  .spcontent-article .col2-left .text,
  .spcontent-article .col2-right .text{
    margin: 0;
  }

  .spcontent-member .member-content {
    display: block;
  }

  .spcontent-member .img {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 650px){
  .spcontent-article .spcontent-header p.spinterview{
    top: -55px;
  }
}

@media (max-width: 400px){
  .spcontent-top header,
  .spcontent-top .interviews {
    margin-bottom: 40px;
  }
  .spcontent-article .spcontent-header p.spinterview{
    top: -35px;
  }
}

/* --------- SPECIAL CONTENTS vol.3 ----------- */
.spcontent-top .banner .banner-inner {
    position: relative;
    display: block;
}
.new-recruitment {
    margin: 0 0 80px 0;
    padding: 40px 0 0 0;
}
.new-recruitment h2 {
    margin: 0 0 60px 0;
    font-size: 28px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.new-recruitment p {
    margin: 15px 0 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
}
.new-recruitment p:first-child {
    margin: 0;
}
.new-recruitment .new-recruitment-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.new-recruitment .new-recruitment-inner .text {
    width: calc(100% - 490px);
}
.new-recruitment .entry-btn-wrapper {
    padding-top: 80px;
}
@media (max-width: 768px){
    .new-recruitment {
        padding: 20px 0 0 0;
    }
    .new-recruitment h2 {
        font-size: 22px;
    }
    .new-recruitment iframe {
        max-width: 100%;
        height: 33vh;
    }
    .new-recruitment p {
        margin: 25px 0 0 0;
        font-size: 100%;
        line-height: 2.0;
    }
    .new-recruitment .new-recruitment-inner iframe {
        order: 1;
        width: 100%;
        max-width: 450px;
        height: 30vh;
        margin: 0 auto;
    }
    .new-recruitment .new-recruitment-inner .text {
        order: 2;
        width: 100%;
        margin: 30px 0 0 0;
    }
}
