@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-width: 1000px;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  word-break: break-all;
  font-weight: normal;
  line-height: 1.5;
}

ul, ol {
  list-style: none;
  list-style-image: none;
}

a {
  display: block;
  word-break: break-all;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000000;
}

a:hover {
  opacity: .7;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
}

tr {
  display: table-row;
  position: relative;
  vertical-align: middle;
}

td, th {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  -webkit-touch-callout: none;
}

.flex_container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.justify_center {
	display: flex;
	justify-content: center;
}

.font_mairyo {
	font-family: "メイリオ", "Meiryo", sans-serif;
}

.pc_only,
br.pc_only,
.display_block {
	display: block;
}

.sp_only,
br.sp_only {
	display: none;
}

.display_inline {
	display: inline;
}

.l-header {
  width: 100%;
  padding-bottom: 15px;
}

.l-header__inner {
  width: 1000px;
  margin: auto;
  justify-content: space-between;
}

.l-header__logo {
  width: 496px;
}

.l-header__logo a {
  padding: 20px 0;
}

.l-header__pagelink {
  padding-top: 37px;
}
.l-header__pagelink a {
  padding: 7px 0 7px 45px;
  color: #ff3300;
  font-weight: bold;
  background: url(../img/mark_header_pagelink.png) no-repeat left center;
}

.l-footer {
  width: 100%;
  background-color: #414141;
  color: #ffffff;
  line-height: 2.2;
}

.l-footer__inner {
  width: 1000px;
  margin: auto;
  padding: 40px 0;
}

.l-footer__logo {
  width: 75px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}

.l-footer__address {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}

.l-footer__address li {
  line-height: 2.2;
}

.l-footer__address li a {
  color: #ffffff;
  display: inline-block;
}

.l-footer__address li span {
  margin-right: 0.5rem;
}

.l-footer__address li span:last-child {
  margin-right: 0;
}

.l-footer__copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.2;
  float: right;
}

.c-button {
  display: inline-block;
  margin: 0;
  padding: 0.75em;
  border: none;
  border-radius: 3px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-button:hover, .c-button:active, .c-button:focus {
  text-decoration: none;
}

.c-button[disabled], .c-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-button--full {
  width: 100%;
}

.c-button--circle {
  border-radius: 50%;
}

.c-button--pill {
  border-radius: 3em;
}

.c-button--pill-right {
  border-radius: 0 3em 3em 0;
}

.c-button--pill-center {
  border-radius: 0;
}

.c-button--pill-left {
  border-radius: 3em 0 0 3em;
}

.c-embed {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
}

.c-embed iframe,
.c-embed embed,
.c-embed object,
.c-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.c-embed--16to9 {
  padding-bottom: 56.25% !important;
}

.c-embed--4to3 {
  padding-bottom: 75% !important;
}

.p-section__inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 120px;
}

.p-section__title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.3;
  text-align: center;
}

.p-section__text {
  text-align: center;
  margin-top: 12px;
}

#p-section-movie {
  min-height: 570px;
  background: url(../img/bg_img_01.jpg) left top no-repeat;
}

#p-section-feature {
  padding-top: 100px;
}

#p-section-feature .p-section__inner {
  border-top: 1px solid #e5e5e5;
  padding-top: 100px;
}

#p-section-message {
  min-height: 667px;
  background: url(../img/bg_img_02.jpg) right top no-repeat;
}

#p-section-message .p-section__inner {
  border-top: 1px solid #e5e5e5;
  padding-top: 100px;
}

.p-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-main-box__left {
  width: 470px;
}

.p-main-box__right {
  width: 530px;
  text-align: center;
}

.p-main-box__heading {
  color: #5507a8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 8px;
}

.p-main-box__title {
  margin-top: 40px;
  margin-bottom: 26px;
}

.p-main-box__copy {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-main-box__text {
  width: 470px;
  margin-top: 10px;
}

.p-main-box__text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  word-break: normal;
  margin-bottom: 1em;
}

.p-main-box__text p:last-child {
  margin-bottom: 0;
}

.p-main-box__list {
  margin-top: 20px;
  padding-left: 20px;
  list-style: disc outside;
  word-break: normal;
}

.p-main-box__image {
  text-align: center;
}

.p-main-box-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.p-video-box {
  width: 520px;
  float: right;
}

.p-video-box__caption {
  word-break: normal;
  margin-bottom: 40px;
}

/* 購読者インタビューリンク追加 ----- 202108 */
#p-section-interview .p-section__inner {
  border-top: 1px solid #e5e5e5;
  padding-top: 100px;
  padding-bottom: 0;
}
.interview_cotainer {
  padding: 0 87px 0 108px;
  margin-top: 60px;
  justify-content: space-between;
}

.interview_cotainer li a {
  display: block;
  position: relative;
  z-index: 2;
}
.interview_cotainer li a .filter {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/interviewer_filter.png) no-repeat;
  opacity: 0;
  background-size: contain;
}
.interview_cotainer li a .filterText {
  position: absolute;
  top: 90px;
  left: 14px;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  z-index: 4;
}
.interview_cotainer .interview_num {
  padding-left: 50px;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #ff3300;
  line-height: 1;
}
.interview_cotainer .interview_num span {
  display: inline-block;
  margin-left: .8rem;
  font-size: 3rem;
}
.interview_cotainer .name,
.interview_cotainer .prof {
  padding-left: 25px;
}
.interview_cotainer .name {
  margin-top: 20px;
  font-size: 2.8rem;
}
.interview_cotainer .name span {
  font-size: 1.6rem;
}
.interview_cotainer .prof {
  font-size: 1.2rem;
}


.p-feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 90px;
}

.p-feature-box > div {
  width: 50%;
  padding: 20px;
}

.p-feature-box__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 2.2;
  margin-top: 12px;
}

.p-feature-box__text {
  word-break: normal;
}

.p-feature-box__list {
  margin-top: 20px;
  padding-left: 20px;
  list-style: disc outside;
  word-break: normal;
}

.p-feature-box__list li {
  margin-bottom: 0.5em;
}

.p-feature-box__list li:last-child {
  margin-bottom: 0;
}

.p-feature-box__image {
  width: 450px;
  text-align: center;
}

.p-feature-box-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.p-message {
  text-align: center;
}

.p-message__item {
  margin-top: 140px;
}

.p-message__item:first-child {
  margin-top: 90px;
}

.p-message__image {
  width: 190px;
  margin: auto;
}

.p-message__text {
  background: url(../img/bg_img_03.png) left top no-repeat;
  padding-top: 80px;
  font-size: 20px;
  font-size: 2rem;
  word-break: normal;
}

.p-message__author {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: normal;
  margin-top: 40px;
}

.p-button, .p-button-01, .p-button-02 {
  background-color: #ff3300;
  border: 3px solid #ff3300;
  color: #ffffff;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 12px;
}

.p-button__wrap {
  width: 470px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-button-01 {
  margin-right: 3px;
}

.p-button-02 {
  background-color: #ffffff;
  color: #ff3300;
  margin-left: 3px;
}

#p-section-message .p-button__wrap {
  width: 900px;
  margin: 150px auto 0;
}

#p-section-message .p-button-01 {
  margin-right: 5px;
  padding: 25px 12px;
}

#p-section-message .p-button-02 {
  margin-left: 5px;
  padding: 25px 12px;
}

.js-popup {
  background: url(../img/ico_popup.png) left top no-repeat;
  color: #5708a6;
  padding-left: 28px;
  margin: -3px 0 0 14px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7rem;
  position: relative;
  top: -3px;
}

.u-cf:before,
.u-cf:after {
  content: "";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

.u-clear {
  clear: both;
}

.u-show-pc {
  display: inline-block;
}

.u-show-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-show-pc {
    display: none;
  }
  .u-show-sp {
    display: inline-block;
  }
}

.u-hidden {
  display: none;
}

.u-hidden-pc {
  display: none;
}

.u-hidden-sp {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .u-hidden-pc {
    display: inline-block;
  }
  .u-hidden-sp {
    display: none;
  }
}

/* Responsive
---------------------------------------------------------- */
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .flex_container {
    display: block;
  }
  .flex_container.sp,
  .flex_container_sp {
    display: flex;
  }

  .pc_only,
  br.pc_only {
    display: none;
  }
  .sp_only,
  br.sp_only {
    display: block;
  }

  .l-header {
    padding-bottom: 5px;
  }
  .l-header__inner {
    width: 100%;
  }
  .l-header__logo {
    width: 78.125%;
    margin: 0 auto;
  }
  .l-header__logo img {
    width: 100%;
  }
  .l-header__pagelink {
    padding-top: 0;
  }
  .l-header__pagelink a {
    width: 60.7%;
    padding: 1% 0 1% 12.5%;
    margin: auto;
    background-size: auto 100%;
  }
  .l-main__inner {
    padding: 0 6.25%;
  }
  .l-footer__inner {
    width: 100%;
    padding: 25px 6.25% 10px;
  }
  .l-footer__logo {
    vertical-align: top;
    margin-right: 25px;
  }
  .l-footer__address {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .l-footer__address li {
    line-height: 1.5;
  }
  .l-footer__address li span:first-child {
    display: block;
  }
  .l-footer__copyright {
    float: none;
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .p-section__inner {
    width: 100%;
    padding-bottom: 60px;
  }
  .p-section__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .p-section__title + .p-section__text {
    margin-top: 15px;
  }
  .p-section__text {
    text-align: left;
  }
  #p-section-movie {
    background: none;
    min-height: auto;
  }

  #p-section-message {
    background: none;
    padding-bottom: 0;
  }
  #p-section-message .p-section__inner {
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  #p-section-message .p-button, #p-section-message .p-button-01, #p-section-message .p-button-02 {
    padding: 20px 12px;
  }
  #p-section-message .p-button__wrap {
    width: 100%;
    margin-top: 90px;
  }
  #p-section-message .p-button-01 {
    margin: 0;
    padding: 20px 12px;
  }
  #p-section-message .p-button-02 {
    margin: 10px 0 0;
    padding: 20px 12px;
  }
  #p-section-feature {
    padding-top: 0;
  }
  #p-section-feature .p-section__inner {
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
  }
  .p-main-box {
    display: block;
  }
  .p-main-box__left {
    width: 100%;
  }
  .p-main-box__right {
    width: 100%;
  }
  .p-main-box__heading {
    text-align: center;
    padding-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-main-box__title {
    text-align: center;
    margin-top: 24px;
  }
  .p-main-box__image {
    margin-top: 30px;
  }
  .p-main-box__copy {
    margin-bottom: 1rem;
  }
  .p-main-box__text {
    width: 100%;
    margin-top: 0;
  }
  .p-main-box__text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-video-box {
    width: 100%;
    float: none;
  }
  .p-video-box__caption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

/* SP:購読者インタビューリンク追加 ----- 202108 */
  #p-section-interview .p-section__inner {
    padding-top: 45px;
  }
  .interview_cotainer {
    padding: 0;
    margin-top: 8%;
  }

  .interview_cotainer li {
    margin-bottom: 10%;
  }
  .interview_cotainer li.interview_03 {
    margin-bottom: 17.8%;
  }

  .interview_cotainer .profWrap>a,
  .interview_cotainer .profWrap>div {
    width: 50%;
  }
  .interview_cotainer .profWrap>div {
    padding-left: 3.6%;
  }
  .interview_cotainer .interview_num {
    padding-left: 0;
    text-align: center;
  }
  .interview_cotainer .name,
  .interview_cotainer .prof {
    padding-left: 0;
  }
  .interview_cotainer .name {
    font-size: 2.4rem;
  }
  .interview_cotainer .name span {
    font-size: 1.2rem;
  }
  .interview_cotainer .prof {
    margin-top: 1rem;
  }


  .p-feature-box {
    display: block;
    margin-top: 70px;
  }
  .p-feature-box > div {
    width: 100%;
    padding: 0;
  }
  .p-feature-box__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
  }
  .p-feature-box__text {
    width: 100%;
    margin-top: 15px;
  }
  .p-feature-box__image {
    width: 100%;
    margin-top: 15px;
  }
  .p-feature-box__image img {
    width: 100%;
  }
  .p-message__item {
    margin-top: 70px;
  }
  .p-message__item:first-child {
    margin-top: 50px;
  }
  .p-message__image {
    width: 57.14%;
  }
  .p-message__text {
    background-size: 48px 35px;
    padding-top: 85px;
    background-position: center 24px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-message__author {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-button, .p-button-01, .p-button-02 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 12px;
    border-width: 2px;
  }
  .p-button__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .p-button-01 {
    margin: 0;
    padding: 20px 12px;
    border-width: 2px;
    border-radius: 4px;
  }
  .p-button-02 {
    margin: 10px 0 0;
    padding: 20px 12px;
    border-width: 2px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 330px) {
  .l-footer__logo {
    margin-right: 15px;
  }
  .l-footer__address li:nth-child(2) span:nth-child(2) {
    display: block;
  }
}

@media screen and (max-width: 360px) {
    .l-header__pagelink a {
    width: 65%;
    background-size: 14% auto;
  }

}