@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
.contentsArea {
  background: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
  font-family: "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.contentsArea a[href] {
  color: #48b3ca;
  text-decoration: underline;
  -webkit-transition: color 0.15s, background 0.15s, border 0.15s;
  -o-transition: color 0.15s, background 0.15s, border 0.15s;
  transition: color 0.15s, background 0.15s, border 0.15s;
}

.contentsArea a[href]:hover {
  text-decoration: none;
}

@media screen and (max-width: 680px) {
  .contentsArea * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contentsArea img {
    max-width: 100%;
    height: auto;
  }
}

/* pc / sp
============================================================================================================ */
.contentsArea .sp,
.contentsArea .sps {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .contentsArea .pc {
    display: none !important;
  }

  .contentsArea .sp {
    display: block !important;
  }

  .contentsArea img.sp, .contentsArea br.sp, .contentsArea strong.sp {
    display: inline !important;
  }
}

/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
  .contentsArea *[data-label] img {
    display: none !important;
  }

  .contentsArea *[data-label]:before {
    content: attr(data-label);
  }

  .contentsArea *[data-label-r]:after {
    display: block;
    content: attr(data-label-r);
  }
}

/* w
============================================================================================================ */
.contentsArea .w {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contentsArea .w:after {
  content: "";
  display: table;
  clear: both;
}

/* hv_wh
============================================================================================================ */
.contentsArea a.hv_wh,
.contentsArea a .hv_wh,
.contentsArea .hv_wh a {
  position: relative;
  display: block;
  overflow: hidden;
  border-color: transparent !important;
}

.contentsArea a.hv_wh:after,
.contentsArea a .hv_wh:after,
.contentsArea .hv_wh a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  z-index: 3;
}

.contentsArea a[href].hv_wh:hover:after,
.contentsArea a[href]:hover .hv_wh:after,
.contentsArea .hv_wh a[href]:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.contentsArea a[href].hv_wh.a20:hover:after,
.contentsArea a[href]:hover .hv_wh.a20:after,
.contentsArea .hv_wh a[href]:hover.a20:after {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 680px) {

  .contentsArea a.hv_wh:after,
  .contentsArea a .hv_wh:after,
  .contentsArea .hv_wh a:after {
    content: none;
  }
}

/* target
============================================================================================================ */
.contentsArea .target {
  display: block;
  position: relative;
  width: 0;
  top: -150px;
  z-index: -1;
}

@media screen and (max-width: 680px) {
  .contentsArea .target {
    top: -70px;
  }
}

/* ===================================================================================================================
	コンテンツ
=================================================================================================================== */
.contentsArea {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: .04em;
}

.contentsArea>div {
  padding-bottom: 20px;
  font-weight: bold;
}

.contentsArea>div.info {
  padding-bottom: 0;
}

@media screen and (max-width: 680px) {
  .contentsArea {
    font-size: 1.2rem;
  }

  .contentsArea>.contentsArea div {
    padding-bottom: 40px;
  }
}

.contentsArea .contentsArea .mainImage.sp {
  padding: 10px 10px 0;
}

/* btn
------------------------------------------------------------- */
.contentsArea .interview-btn {
  position: relative;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FAE63C;
  color: #393332;
  font-size: 2.1rem;
  line-height: 60px;
  text-decoration: none;
}

.contentsArea .interview-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #393332;
}

.contentsArea .interview-btn:hover:before {
  right: 24px;
}

@media screen and (max-width: 680px) {
  .contentsArea .interview-btn {
    width: 85%;
    font-size: 1.7rem;
    line-height: 50px;
  }

  .contentsArea .interview-btn:before {
    right: 20px;
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
  }
}

/* interviewBox
============================================================================================================ */
.interviewBox {
  padding-top: 20px;
  background-size: 100%;
}

.interviewBox .title {
  margin-bottom: 90px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: .02em;
}

.interviewBox .interview {
  position: relative;
}

.interviewBox .interview li {
  float: left;
  width: 31.3%;
  text-align: left;
}

.interviewBox .interview li+li {
  margin-left: 2.6%;
}

.interviewBox .interview li a {
  height: 388px;
  padding: 250px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}

.interviewBox .interview span {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}

.interviewBox .interview strong {
  color: #FFE81E;
  font-size: 2.8rem;
  vertical-align: -5px;
}

.interviewBox .interview dt {
  margin-bottom: 15px;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: .015em;
}

.interviewBox .interview dd {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .06em;
}

.interviewBox .interview>img {
  position: absolute;
  right: -115px;
  bottom: -80px;
}

@media screen and (max-width: 680px) {
  .interviewBox {
    padding-top: 20px;
  }

  .interviewBox .title {
    margin-bottom: 60px;
    font-size: 2rem;
    line-height: 1.8;
  }

  .interviewBox .interview {
    margin-bottom: 0;
  }

  .interviewBox .interview li {
    float: none;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    background-color: #5C555A;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .interviewBox .interview li+li {
    margin-top: 25px;
    margin-left: auto;
  }

  .interviewBox .interview li a {
    height: 154px;
    padding: 30px 15px 0 135px;
  }

  .interviewBox .interview span {
    margin-bottom: 15px;
  }

  .interviewBox .interview strong {
    font-size: 1.8rem;
    vertical-align: 0;
  }

  .interviewBox .interview dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: -.01em;
  }

  .interviewBox .interview dd {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .03em;
  }

  .interviewBox .interview>img {
    width: 42.7%;
    right: 5px;
    bottom: -25px;
  }
}

@media screen and (max-width: 370px) {
  .interviewBox .interview li a {
    height: 114px;
    padding: 15px 0 0 94px;
  }

  .interviewBox .interview span {
    margin-bottom: 10px;
  }

  .interviewBox .interview dt {
    margin-bottom: 5px;
  }

  .interviewBox .interview>img {
    bottom: -30px;
  }
}

/* report
============================================================================================================ */
.report {
  background-color: #ffffff;
}

@media screen and (max-width: 680px) {
  .report {
    background-color: #ffffff;
  }
}

/* main
------------------------------------------------------------- */
@media screen and (max-width: 680px) {
  .report>img {
    width: 100%;
  }
}

/* w
------------------------------------------------------------- */
.report>.w {
  margin-top: 30px;
  text-align: left;
}

@media screen and (max-width: 680px) {
  .report>.w {
    margin-top: 0;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* h1 */
.report>.w>h1 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #797979;
  font-size: 3.2rem;
}

.report>.w>h1 small {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding-right: 20px;
  background-color: #fff;
  color: #3BACF3;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .report>.w>h1 {
    margin-bottom: 35px;
    font-size: 1.9rem;
    line-height: 1.7;
  }

  .report>.w>h1 small {
    bottom: -13px;
    padding-right: 15px;
    font-size: 1.5rem;
  }
}

/* lead
------------------------------------------------------------- */
.report .lead {
  margin: -30px auto 10px;
}

.report .lead .graph {
  display: flex;
  justify-content: center;
  margin: 30px auto 15px;
}

.report .lead .graph img {
  margin: 0 25px;
  max-width: calc((100% - 50px * 3) / 2);
  height: auto;
}

.report .lead .note {
  color: #333;
  text-align: left;
  width: 850px;
  max-width: calc(100% - 50px * 2);
  margin-left: auto;
  margin-right: auto;
}

.report .lead .link {
  text-align: right;
  margin-top: 15px;
}

.report .lead .link a {
  text-decoration: none;
}

@media screen and (max-width: 680px) {
  .report .lead {
    margin: 0 auto 10px;
  }

  .report .lead .graph {
    display: block;
    justify-content: center;
    margin: 30px auto 0;
  }

  .report .lead .graph img {
    margin: 20px auto;
    display: block;
    max-width: 100%;
    height: auto;
  }

  .report .lead .note {
    color: #333;
    text-align: left;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .report .lead .link {
    text-align: right;
    margin-top: 15px;
  }

  .report .lead .link a {
    text-decoration: none;
  }

  .report .lead .link a:hover {
    text-decoration: none;
  }
}

@media screen and (min-device-width: 950px) and (max-width: 680px) {
  .report .lead .note {
    width: 400px;
  }
}

/* profile
------------------------------------------------------------- */
.report .profile {
  position: relative;
  height: 464px;
  margin-bottom: 30px;
  padding: 85px 75px 0 390px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.report .profile.report01 {
  padding: 60px 75px 0 410px;
}

.report .profile h1 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: .09em;
}

.report .profile h1 small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .11em;
}

.report .profile dt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}

.report .profile dt strong {
  margin-left: 10px;
  font-size: 2rem;
  letter-spacing: .03em;
}

.report .profile dd {
  font-size: 1.4rem;
}

.report .profile.report01 dd {
  line-height: 1.7;
}

.report .profile>img {
  position: absolute;
  right: -10px;
  bottom: -10px;
}

@media screen and (max-width: 680px) {
  .report .profile {
    height: auto;
    margin-bottom: 50px;
    padding: 220px 10px 0px;
    background-size: 100%;
  }

  .report .profile.report01 {
    padding: 220px 10px 0px;
  }

  .report .profile h1 {
    margin-bottom: 0;
    font-size: 2.1rem;
    text-shadow: 0px 1px 8px #ffffff;
  }

  .report .profile h1 small {
    font-size: 1.3rem;
    text-shadow: 0px 1px 8px #ffffff;
  }

  .report .profile dt {
    font-size: 1.4rem;
  }

  .report .profile dt strong {
    margin-left: 15px;
    vertical-align: -2px;
  }

  .report .profile dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .report .profile>img {
    width: 45%;
    right: -15px;
    bottom: -15px;
  }
}

/* btn
------------------------------------------------------------- */
@media screen and (max-width: 680px) {
  .report .profile+.interview-btn {
    width: auto;
    margin-bottom: 45px;
    font-weight: bold;
    text-align: center;
  }
}

/* wrap
------------------------------------------------------------- */
.report .wrap+.wrap {
  margin-top: 35px
}

.report .wrap h1 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #797979;
  font-size: 2.6rem;
  letter-spacing: .06em;
}

.report .ph_left>img {
  float: left;
}

.report .ph_right>img {
  float: right;
}

.report .wrap p {
  line-height: 1.9;
}

.report .ph_left p {
  margin-left: 355px;
}

.report .ph_right p {
  margin-right: 355px;
}

.report .wrap p+p {
  margin-top: 20px;
}

.report .wrap p small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.7;
}

@media screen and (max-width: 680px) {
  .report .wrap+.wrap {
    margin-top: 30px
  }

  .report .wrap h1 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .report .ph_left>img,
  .report .ph_right>img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .report .wrap p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .report .ph_left p {
    margin-left: 0;
  }

  .report .ph_right p {
    margin-right: 0;
  }

  .report .wrap p+p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 370px) {
  .report .wrap h1 .sp {
    display: none !important;
  }
}

/* info
------------------------------------------------------------- */
.report .info {
  background: #FFF;
}

.report .info .inner {
  width: 950px;
  margin: 55px auto 0;
  padding: 50px 30px 75px 10px;
  border-top: 1px solid #797979;
  text-align: left;
}

.report .info p {
  display: inline-block;
  margin-left: 20px;
  padding-left: 35px;
  border-left: 1px solid #797979;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: .06em;
}

@media screen and (max-width: 680px) {
  .report .info {
    text-align: center;
    background: none;
    padding: 0 15px;
  }

  .report .info .inner {
    width: 100%;
    padding: 50px 0px 50px 0px;
    margin: auto;
    text-align: center;
  }

  .report .info img {
    width: 48%;
  }

  .report .info p {
    margin-top: 25px;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #c9caca;
    border-left: none;
    font-size: 1.3rem;
    line-height: 1;
  }
}

/* btn */
.report .info .interview-btn {
  float: right;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.report .info .interview-btn:before {
  right: 20px;
  margin-top: -7px;
  border-width: 7px 0 7px 6px;
}

@media screen and (max-width: 680px) {
  .report .info .interview-btn {
    float: none;
    width: auto;
    margin-top: 30px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 370px) {
  .report .info .interview-btn {
    font-size: 1.6rem;
    line-height: 45px;
  }

  .report .info .interview-btn:before {
    right: 15px;
  }
}

/* h1 */
h1.main_text {
  padding: 20px 0px 20px 0px;
}

/* mainImage  */
.mainImage {
  background-color: #ffffff;
}

/* question */
.report p.question {
  margin-bottom: 15px;
  border-bottom: 2px solid #797979;
  font-size: 2.3rem;
  letter-spacing: .06em;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .report p.question {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

/* answer */
.report p.answer {
  margin: 40px 0px;
}

/* archive btn */
.archive-btn {
  background-color: rgba(199, 0, 0, 0.721);
  color: #ffffff;
  padding: 0 1em;
  cursor: pointer;
  font-size: 20px;
  line-height: 2.5em;
  font-weight: bold;
  margin: auto 150px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .archive-btn {
    margin: auto;
  }
}

/* archive contents
------------------------------------------------------------- */
/* report */
.report .profile.archive-report01 {
  padding: 60px 75px 0 410px;
}

.report .profile.archive-report01 dd {
  line-height: 1.7;
}

.report .profile.archive-report04 {
  padding: 60px 75px 0 410px;
}

.report .profile.archive-report04 dd {
  line-height: 1.7;
}

@media screen and (max-width: 680px) {
  .report .profile.archive-report01 {
    padding: 220px 10px 0px;
  }

  .report .profile.archive-report04 {
    padding: 220px 10px 0px;
  }
}

/* accordion */
.archive-region .accordion {
  background: #4cc4fd;
  color: #fff;
  padding: 0 1em;
  cursor: pointer;
  font-size: 20px;
  line-height: 2.5em;
  font-weight: bold;
  width: 100%;
  position: relative;
  display: inline-block;
}

.archive-region .accordion::before {
  content: "▼";
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 2.5em;
  display: inline-block;
}

.archive-region .accordion {
  margin-bottom: 20px;
}

.archive-region .accordion.open::before {
  content: "▲";
}

@media screen and (max-width: 767px) {
  .archive-region .accordion {
    font-size: 14px;
    line-height: 2.5em;
  }

  .archive-region .accordion::before {
    right: 14px;
  }
}
