﻿@charset "utf-8";


/***********************************************************
initial setting
***********************************************************/
/*----------------------------------------------------------
.header
----------------------------------------------------------*/
.header {
  margin-bottom: 0;
}


/***********************************************************
title parts
***********************************************************/
/*----------------------------------------------------------
beige
----------------------------------------------------------*/
.beigeTtl {
  padding: 0.75rem 1em;
  background-color: #faf7d8;
  border-top: solid 0.125rem #a4a07a;
  border-bottom: solid 0.125rem #a4a07a;
  text-align: center;
}
.beigeTtl__txt {
  dont-weight: bold;
}
@media (min-width: 960px) {
  .beigeTtl__txt {
    font-size: 1.875rem;
  }
}
@media (max-width: 959px) {
  .beigeTtl__txt {
    font-size: 1.5rem;
  }
}

/***********************************************************
parts setting
***********************************************************/
/*----------------------------------------------------------
heading parts
----------------------------------------------------------*/
.fHeadOne {
  font-weight: bold;
  padding: 0 1rem;
}
@media (min-width: 960px) {
  .fHeadOne {
    font-size: 2rem;
  }
}
@media (max-width: 959px) {
  .fHeadOne {
    font-size: 1.125rem;
  }
}

/*----------------------------------------------------------
interview parts
----------------------------------------------------------*/
.interviewBlock__txtBox {
  margin-top: 2.5rem;
  line-height: 1.5;
}
.interviewBlock__txtBox:first-child {
  margin-top: 0;
}
.interviewBlock__interviewerTxt {
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
.interviewBlock__interviewerTxt:first-child {
  margin-top: 0;
}
.interviewBlock__intervieweeTxt {
  font-size: 1.0rem;
}
.interviewBlock__portraitImg {
  text-align: center;
}
.interviewBlock__portraitImg__imgTag {
  display: inline-block;
  width: 60%;
}
@media (max-width: 959px) {
  .interviewBlock__portraitImg {
    text-align: center;
  }
  .interviewBlock__portraitImg__imgTag {
    max-width: 480px;
  }
}

/*----------------------------------------------------------
fixedLinkArea
----------------------------------------------------------*/
.fixedLinkArea {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.fixedLinkArea__btn {
  text-align: center;
}
.fixedLinkArea__mask {
  display: inline-block;
}
@media (min-width: 1280px) {
  .bottomBnr__ctrl {
    margin-bottom: 98px;
  }
  .fixedLinkArea {
    width: 100%;
    height: 98px;
    padding: 20px;
  }
  .fixedLinkArea__img {
    max-width: 400px;
    vertical-align: bottom;
  }
}
@media (max-width: 1280px) {
  .bottomBnr__ctrl {
    margin-bottom: 76px;
  }
  .fixedLinkArea {
    width: 100%;
    height: 76px;
    width: 100%;
  }
  .fixedLinkArea__btn {
    text-align: center;
    padding: 1rem 0;
    width: 100%;
  }
  .fixedLinkArea__img {
    width: 280px;
    vertical-align: bottom;
  }
}

/*----------------------------------------------------------
fixedLinkArea__columnTwo
----------------------------------------------------------*/
.fixedLinkArea__columnTwo {
  margin: 0 auto;
}
.fixedLinkArea__btn__columnTwo {
  text-align: left;
}
@media (min-width: 1279px) {
  .bottomBnr__ctrl__columnTwo {
    margin-bottom: 109px;
  }
  .fixedLinkArea__columnTwoWrap {
    width: 100%;
    height: 109px;
  }
  .fixedLinkArea__columnTwo {
    width: 640px;
    margin: 0 auto;
  }
  .fixedLinkArea__btn__columnTwo {
    float: left;
    width: 300px;
    margin-right: 20px;
    text-align: left;
  }
  .fixedLinkArea__btn__columnTwo:last-child {
    margin-right: 0;
  }
  .fixedLinkArea__img__columnTwo {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 1280px) and (min-width: 959px) {
  .bottomBnr__ctrl__columnTwo {
    margin-bottom: 100px;
  }
  .fixedLinkArea__columnTwoWrap {
    width: 100%;
    height: 100px;
    padding: 0;
  }
  .fixedLinkArea__columnTwo {
    width: 640px;
    margin: 0 auto;
  }
  .fixedLinkArea__btn__columnTwo {
    float: left;
    width: 300px;
    margin-right: 20px;
    text-align: left;
  }
  .fixedLinkArea__btn__columnTwo:last-child {
    margin-right: 0;
  }
  .fixedLinkArea__img__columnTwo {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 960px) and (min-width: 640px) {
  .bottomBnr__ctrl__columnTwo {
    margin-bottom: 95px;
  }
  .fixedLinkArea__columnTwoWrap {
    width: 100%;
    height: 95px;
    padding: 0;
  }
  .fixedLinkArea__columnTwo {
    width: 600px;
    margin: 0 auto;
  }
  .fixedLinkArea__btn__columnTwo {
    float: left;
    width: 290px;
    margin-right: 20px;
    text-align: left;
  }
  .fixedLinkArea__btn__columnTwo:last-child {
    margin-right: 0;
  }
  .fixedLinkArea__img__columnTwo {
    max-width: 400px;
     width: 100%;
  }
}
@media (max-width: 640px) {
  .bottomBnr__ctrl__columnTwo {
    margin-bottom: 16vw;
  }
  .fixedLinkArea__columnTwoWrap {
    height: 16vw;
    padding: 3vw;
  }
  .fixedLinkArea__btn__columnTwo {
    float: left;
    width: 48%;
    padding: 0;
    margin-right: 4%;
  }
  .fixedLinkArea__btn__columnTwo:last-child {
    margin-right: 0;
  }
  .fixedLinkArea__img__columnTwo {
    width: 100%;
  }
}

/*----------------------------------------------------------
link icon
----------------------------------------------------------*/
.iconTypeBlank {
  display: inline-block;
}
.iconTypeBlank__imgTag {
  vertical-align: bottom;
  display: inline;
}

/*----------------------------------------------------------
cautionList
----------------------------------------------------------*/
.cautionList {
  margin-bottom: 1em;
}
.cautionList__item {
  display: table-row;
}
.cautionList__item:before {
  display: table-cell;
  content: "※";
  padding-right: 0.25em;
  min-width: 1em;
}

/*----------------------------------------------------------
infoBlock
----------------------------------------------------------*/
.infoBlock {
  background: #f0f0ef !important;
  padding: 0.625rem;
  color: #000;
}
.infoBlock__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0.625rem;
  border-bottom: rgba(155, 154, 145, 0.3) 1px solid;
  margin-bottom: 1em;
}
.infoBlock__baseData {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
}
.infoBlock__baseData__title {
  width: 6em;
  display: inline-block;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
.infoBlock__baseData__title__2em {
  width: 2em;
}
.infoBlock__baseData__title__4em {
  width: 4em;
}
.infoBlock__baseData__data {
  text-indent: -1em;
  padding-left: 1em;
}
.infoBlock__smallTtl {
  font-size: 0.875rem;
  font-weight: bold;
}
.infoBlock__circleList {
  font-size: 0.875rem !important;
  margin-bottom: 1em;
  margin-left: 1.5em !important;
  list-style: disc outside !important;
}
.infoBlock__txt {
  font-size: 0.875rem;
}
.infoBlock__linkTag {
  text-decoration: underline;
}
.infoBlock__linkTag:link,
.infoBlock__linkTag:visited {
  color: #4a90e2;
}

/*----------------------------------------------------------
contents__main__info
----------------------------------------------------------*/
.contents__main__info {
  background-color: #f0f0ef;
}
.contents__main__infoTtl {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0.625rem;
  border-bottom: rgba(155, 154, 145, 0.3) 1px solid;
  text-indent: -1em;
  padding-left: 1em;
}
.contents__main__infoOverview {
  margin-top: 1em;
  font-size: 0.875rem;
}
.contents__main__infoDescBox__title {
  display: inline-block;
  font-weight: normal;
  text-align: left;
}
.contents__main__infoDescBox__title__w4em {
  width: 4em;
}
.contents__main__infoDescBox__data {
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 960px) {
  .contents__main__info {
    padding: 1.611111rem;
  }
  .contents__main__infoTtl {
    font-size: 1.125rem;
  }
}
@media (max-width: 959px) {
  .contents__main__info {
    padding: 0.625rem;
  }
  .contents__main__infoTtl {
    font-size: 1rem;
  }
}

/*----------------------------------------------------------
contents__article__heading
----------------------------------------------------------*/
.contents__article__heading {
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}
@media (min-width: 960px) {
  .contents__article__headingTtl {
    font-size: 1.5rem;
  }
  .contents__article__headingSubTxt {
    font-size: 1.125rem;
  }
}
@media (max-width: 959px) {
  .contents__article__headingTtl {
    font-size: 1.25rem;
  }
  .contents__article__headingSubTxt {
    font-size: 1rem;
  }
}
/*----------------------------------------------------------
profile
----------------------------------------------------------*/
.profileBlock {
  padding: 1rem;
}
.profileBlock__head {
  font-weight: bold;
}
.profileBlock__txt {
  font-size: 0.875rem;
  line-height: 1.5;
}
.profileBlock__txt {
  margin-top: 1rem;
}
.profileBlock__sns {
  margin-top: 1rem !important;
}
.profileBlock__sns {
  margin-top: 1rem;
}
.profileBlock__snsLink {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.4375rem;
}
.profileBlock__snsLink:first-child {
  margin-top: 0;
}
.profileBlock__linkTag {
  text-decoration: underline;
}
.profileBlock__linkTag:link,
.profileBlock__linkTag:visited {
  color: #4a90e2;
}
@media (min-width: 960px) {
  .profileBlock {
  }
  .profileBlock__imgBox {
    width: 250px;
    margin-bottom: 0;
  }
  .profileBlock__columnLeft {
    float: left;
  }
  .profileBlock__columnRight {
    float: right;
  }
  .profileBlock__head {
    font-size: 1.125rem;
    text-align: left;
  }
}
@media (min-width: 1080px) {
  .profileBlock__txtBox {
    width: 760px;
  }
}
@media (max-width: 1079px) and (min-width: 960px) {
  .profileBlock__txtBox {
    width: 660px;
  }
}
@media (max-width: 959px) {
  .profileBlock__head {
    font-weight: bold;
    font-size: 1.0rem;
    text-align: center;
  }
  .profileBlock__imgBox {
    margin-bottom: 1rem;
  }
  .portraitImgCtrl {
    text-align: center;
  }
  .portraitImg {
    display: inline-block;
    width: 80% !important;
    max-width: 480px;
  }
}

/***********************************************************
button
***********************************************************/
/*----------------------------------------------------------
orangeBtn
----------------------------------------------------------*/
.linkBtn {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  max-width: 480px;
  border-radius: 3px;
}
.linkBtn__link {
  display: block;
  color: #fff;
  padding: 1rem 1.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
}
.linkBtn__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  right: 8px;
  width: 5px;
  height: 10px;
  vertical-align: middle;
  background: url(/entame/special/images/entertainment/right-arrow.png);
  background-size: 5px 10px;
}
.navyBtn {
  color: #fff;
  background-color: #3c3c5a;
}
.orangeBtn {
  color: #fff;
  border: solid 1px #fff;
  background-color: #f97d1e;
}


/***********************************************************
book image control
***********************************************************/
.bookContent {
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 960px) {
  .bookContent {
    max-width: 300px;
  }
}
@media (max-width: 959px) {
  .bookContent {
    max-width: 240px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

/***********************************************************
accordion block
***********************************************************/
.accBlock {
  background: #fafaf9;
}
.js-accTitle,
.js-accTxt {
  color: #000;
}
.js-accTitle {
  font-size: 1rem;
  font-weight: bold;
  user-select: none;
}
.js-accTtlBlock {
  cursor: pointer;
  padding: 0.875rem 1.75rem 0.875rem 0.875rem;
  position: relative;
}
.js-accTitle.open {
  color: #1b95e0;
}
.js-accTitle:before {
  content: "";
  display: block;
  position: absolute;
  font-size: 0.625rem;
  margin: auto;
  top: -0.3125rem;
  bottom: 0;
  right: 0.875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 1px solid #1b95e0;
  border-right: 1px solid #1b95e0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.js-accTitle.open:before {
  top: 0.3125rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-accContBlock {
  padding: 0 0.875rem 0.875rem;
}


/***********************************************************
rinual 2020/11
***********************************************************/
.web-contents-wrap {
  padding: 44px 0 0;
}
footer {
  overflow: visible;
}
@media (max-width: 1280px) {
  .fixedLinkAreaTwo {
    height: 140px;
  }
  .web-contents-wrap {
    padding-bottom: 90px;
  }
}

.fixedLinkAreaTwo {
  position: fixed;
  bottom: 50px;
  background: transparent;
}
.fixedLinkAreaTwo__btn {
  text-align: right;
}
.fixedLinkAreaTwo__mask {
  display: inline-block;
}
@media (min-width: 1280px) {
  .bottomBnr__ctrlTwo {
    margin-bottom: 200px;
  }
  .fixedLinkAreaTwo {
    width: 1080px;
    padding-right: 20px;
  }
  .fixedLinkAreaTwo__img {
    max-width: 94px;
    vertical-align: bottom;
  }
}
@media (max-width: 1279px) {
  .bottomBnr__ctrlTwo {
    width: 100%;
    height: 138px;
    max-width: 1080px;
  }
  .fixedLinkAreaTwo {
    height: 138px;
  }
  .fixedLinkAreaTwo__btn {
    padding: 1rem;
  }
  .fixedLinkAreaTwo__img {
    width: 94px;
    vertical-align: bottom;
  }
}
@media (max-width: 1279px) {
  .bottomBnr__ctrlTwo {
    margin-bottom: 128px;
  }
  .fixedLinkAreaTwo {
    height: 128px;
  right: 0;
  }
  .fixedLinkAreaTwo__btn {
    padding: 1rem;
  }
  .fixedLinkAreaTwo__img {
    width: 94px;
    vertical-align: bottom;
  }
}


/***********************************************************
rinual 2021/01
***********************************************************/
.fixedLinkAreaThree {
  position: fixed;
  background: transparent;
}
.fixedLinkAreaThree__btn {
  text-align: right;
  margin: 0 1rem 0.5rem 0;
}
.fixedLinkAreaThree__btn:last-child {
  margin-bottom: 0;
}
.fixedLinkAreaThree__mask {
  display: inline-block;
}

@media (min-width: 1280px) {
  .bottomBnr__ctrlTwo {
    margin-bottom: 200px;
  }
  .fixedLinkAreaThree {
    width: 1080px;
    height: 98px;
    padding-right: 20px;
    bottom: 80px;
  }
  .fixedLinkAreaThree__img {
    max-width: 100px;
    vertical-align: bottom;
  }
  .fixedLinkAreaThree.fixedLinkAreaThree__columnTwo {
    height: 240px;
    bottom: 50px;
  }
}
@media (max-width: 1279px) {
  .bottomBnr__ctrlTwo {
    margin-bottom: 148px;
  }
  .fixedLinkAreaThree {
    height: 78px;
    right: 0;
    bottom: 80px;
  }
  .fixedLinkAreaThree__img {
    width: 100px;
    vertical-align: bottom;
  }
  .fixedLinkAreaThree.fixedLinkAreaThree__columnTwo {
    height: 148px;
    bottom: 130px;
  }
}
