/* hulft30th specialtalk CSS */


.page-heading {
  background-image: url(/packages/theme_hulft30th/themes/hulft30th/assets/images/interview/kv.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 284px;
}
.page-heading-inner {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
  position: relative;
  z-index: 1;
}
.page-heading h1 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 284px;
  z-index: 1;
}
/* PC */
@media only screen and (min-width: 768px) {
  .page-heading {
    overflow: hidden;
  }
}
/* TAB */
@media only screen and (max-width: 900px) {
  .page-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .page-heading {
    background-image: url(/packages/theme_hulft30th/themes/hulft30th/assets/images/interview/kv_sp.png);
    height: 143px;
    margin-bottom: 55px;
  }
  .page-heading-inner {
    height: calc(100% + 55px);
  }
  .page-heading h1 {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}



.article-wrap {
  padding: 60px 40px 180px;
}
.article-wrap .article-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}
.article-wrap .text-catch {
  color: #EB4600;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.article-wrap .article-pager {
  color: #EB4600;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}
.article-wrap .article-pager + p {
  margin-top: 40px;
}
.article-wrap .block-member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 140px;
}
.article-wrap .block-member .member-item {
  background-color: #F57300;
}
.article-wrap .block-member .member-item .item-image img {
  width: 100%;
}
.article-wrap .block-member .member-item .item-text {
  color: #fff;
  font-weight: 700;
  padding: 10px 20px 20px;
}
.article-wrap .block-member .member-item .text-belong {
  font-size: 1.6rem;
  text-align: center;
}
.article-wrap .block-member .member-item .text-name {
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}
.article-wrap .block-member .member-item .text-description {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 10px;
}
.article-wrap .article-content {
  margin-top: 150px;
}
.article-wrap .article-content .heading-02 {
  color: #EB4600;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.article-wrap .article-content .heading-02 + * {
  margin-top: 40px !important;
}
.article-wrap .article-content .heading-03 {
  color: #F57300;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.article-wrap .article-content * + .heading-03 {
  margin-top: 50px;
}
.article-wrap .article-content .heading-03 + * {
  margin-top: 20px !important;
}
.article-wrap .article-content .text-comment {
  padding-left: 75px;
  position: relative;
  line-height: 2.2;
}
.article-wrap .article-content .text-comment + .text-comment {
  margin-top: 25px;
}
.article-wrap .article-content .text-comment .name {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 3em;
}
.article-wrap .article-content .text-comment .name:after {
  content: "：";
  position: absolute;
  left: 3em;
}
.article-wrap .container-layout:after {
  content: "";
  clear: both;
  display: block;
}
.article-wrap .container-layout.float-center {
  margin-top: 80px;
}
.article-wrap .container-layout.float-center img {
  display: block;
  margin: 0 auto;
}
.article-wrap .link-pager {
  margin-top: 180px;
}
.article-wrap .link-pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.article-wrap .link-pager ul li {
  color: #ADADAD;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 18px;
}
.article-wrap .link-pager ul li a {
  color: #F57300;
}
.article-wrap .story-banner {
  margin: 130px auto 0;
  max-width: 900px;
}
.article-wrap .button-back {
  margin: 100px auto 0;
  width: 324px;
}
.article-wrap .button-back a {
  background-color: #F57300;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 78px;
  position: relative;
  text-align: center;
}
.article-wrap .button-back a:after {
  background-image: url(/packages/theme_hulft30th/themes/hulft30th/assets/images/top/icon_arrow_r.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 27px;
  position: absolute;
  width: 24px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
/* PC */
@media only screen and (min-width: 768px) {
  .article-wrap .block-member .member-item {
    width: 24%;
  }
  .article-wrap .container-layout.float-left > figure {
    float: left;
    margin-right: 20px;
  }
  .article-wrap .container-layout.float-right > figure {
    float: right;
    margin-left: 20px;
  }
  .article-wrap .container-layout.float-left > figure + .heading-02 {
    text-align: right;
  }
}
/* TAB */
@media only screen and (max-width: 900px) {
  .article-wrap .text-catch {
    font-size: 2.8rem;
  }
  .article-wrap .block-member {
    margin-top: 40px;
  }
  .article-wrap .block-member .member-item .item-text {
    padding: 10px 15px 15px;
  }
  .article-wrap .block-member .member-item .text-belong {
    font-size: 1.4rem;
    line-height: 1.5;
    height: 45px;
  }
  .article-wrap .block-member .member-item .text-name {
    font-size: 2rem;
  }
  .article-wrap .block-member .member-item .text-description {
    font-size: 1.4rem;
  }
  .article-wrap .article-content {
    margin-top: 100px;
  }
  .article-wrap .article-content .heading-02 {
    font-size: 3rem;
  }
  .article-wrap .article-content .heading-02 + * {
    margin-top: 25px !important;
  }
  .article-wrap .article-content p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .article-wrap .link-pager {
    margin-top: 120px;
  }
  .article-wrap .link-pager ul li {
    font-size: 2.4rem;
  }
  .article-wrap .button-back {
    margin-top: 100px;
    width: 270px;
  }
  .article-wrap .button-back a {
    font-size: 1.9rem;
    line-height: 64px;
  }
  .article-wrap .button-back a:after {
    left: 18px;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .article-wrap {
    padding: 30px 20px 100px;
  }
  .article-wrap .text-catch {
    font-size: 1.5rem;
  }
  .article-wrap .article-pager {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .article-wrap .article-pager + p {
    margin-top: 30px;
  }
  .article-wrap .block-member {
    margin-top: 50px;
  }
  .article-wrap .block-member .member-item {
    width: 49%;
  }
  .article-wrap .block-member .member-item:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .article-wrap .block-member .member-item .item-text {
    padding: 10px 10px 15px;
  }
  .article-wrap .block-member .member-item .text-belong {
    font-size: 1.2rem;
    text-align: left;
    height: auto;
  }
  .article-wrap .block-member .member-item .text-name {
    font-size: 1.6rem;
    text-align: left;
  }
  .article-wrap .block-member .member-item .text-description {
    display: none;
    font-size: 1rem;
    margin-top: 5px;
    text-align: left;
  }
  .article-wrap .article-content {
    margin-top: 100px;
  }
  .article-wrap .article-content .heading-02 {
    font-size: 2.4rem;
  }
  .article-wrap .article-content .heading-02 + * {
    margin-top: 20px !important;
  }
  .article-wrap .article-content .heading-03 {
    font-size: 1.6rem;
  }
  .article-wrap .article-content * + .heading-03 {
    margin-top: 30px;
  }
  .article-wrap .article-content .text-comment {
    font-size: 1.4rem;
    padding-left: 0;
    line-height: 1.85;
  }
  .article-wrap .article-content .text-comment + .text-comment {
    margin-top: 20px;
  }
  .article-wrap .article-content .text-comment .name {
    display: block;
    position: static;
  }
  .article-wrap .article-content .text-comment .name:after {
    content: "：";
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  .article-wrap .article-content p {
    font-size: 1.4rem;
    line-height: 1.85;
  }
  .article-wrap .container-layout > figure {
    margin: 30px auto;
    max-width: inherit;
  }
  .article-wrap .container-layout.float-center {
    margin-top: 30px;
  }
  .article-wrap .link-pager {
    margin-top: 90px;
  }
  .article-wrap .link-pager ul li {
    font-size: 1.6rem;
  }
  .article-wrap .button-back {
    margin-top: 80px;
    width: 170px;
  }
  .article-wrap .button-back a {
    font-size: 1.3rem;
    line-height: 43px;
  }
  .article-wrap .button-back a:after {
    height: 17px;
    width: 14px;
  }
}

