@charset "UTF-8";
/*--------------------------------------------------------------
# フロントエンド用スタイル
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CSSリセット
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
# ベーススタイル
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #666;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  background: #fff;
}
body.is-lock {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 3.4vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  image-rendering: -webkit-optimize-contrast;
  transition: opacity 0.3s;
}

a {
  color: #666;
  text-decoration: none;
  transition: 0.3s opacity;
}
@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 0;
}

button {
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
}

/*--------------------------------------------------------------
# 表示
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .u-hide--lg {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .u-hide--md {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .u-hide--sm {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-header {
    position: static;
    height: 42vw;
  }
}
.l-header::before {
  display: block;
  padding-top: 35.1%;
  content: "";
}
.l-header__logo {
  position: absolute;
  top: 6%;
  left: 24%;
  width: 16%;
}
@media screen and (max-width: 640px) {
  .l-header__logo {
    top: 9%;
    left: 26%;
    width: 48%;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  width: 13vw;
  height: 13vw;
  padding: 0;
}
@media screen and (min-width: 641px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn span {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 2px;
  background: #000;
  transition: 0.5s;
}
.l-header__btn span:nth-child(1) {
  margin-top: -2.6vw;
}
.l-header__btn span:nth-child(3) {
  margin-top: 2.6vw;
}
.l-header__btn[aria-expanded=true] span {
  background: #fff;
}
.l-header__btn[aria-expanded=true] span:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}
.l-header__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.l-header__btn[aria-expanded=true] span:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.l-footer {
  padding: 92px 20px 120px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-footer {
    padding: 13vw 3vw 10vw;
  }
}
.l-footer__logo {
  width: 255px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 640px) {
  .l-footer__logo {
    width: 49vw;
    margin-bottom: 7vw;
  }
}
.l-footer__txt {
  margin-bottom: 56px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .l-footer__txt {
    margin-bottom: 9vw;
    font-size: 2.6vw;
  }
}
.l-footer__sns {
  margin-bottom: 63px;
}
@media screen and (max-width: 640px) {
  .l-footer__sns {
    margin-bottom: 15vw;
  }
}
.l-footer__snsList {
  display: flex;
  justify-content: center;
}
.l-footer__snsLink {
  display: block;
  margin: 0 3px;
}
@media screen and (min-width: 1201px) {
  .l-footer__snsLink {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .l-footer__snsLink:hover {
    opacity: 0.7;
  }
  .l-footer__snsLink:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .l-footer__snsLink {
    margin: 0 0.5vw;
  }
}
.l-footer__snsImg {
  height: 29px;
}
@media screen and (max-width: 640px) {
  .l-footer__snsImg {
    height: 5.8vw;
  }
}

/*--------------------------------------------------------------
# ドロワーメニュー
--------------------------------------------------------------*/
.l-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_drawer.png) no-repeat center/cover #3c5974;
}
.l-drawer__list {
  height: 100%;
  padding: 20vw 0;
  overflow-y: scroll;
  text-align: center;
}
.l-drawer__link {
  display: block;
  padding: 5vw 0;
}
.l-drawer__img {
  width: 42vw;
}

/*--------------------------------------------------------------
# メインビジュアル
--------------------------------------------------------------*/
.p-mv img {
  width: 100%;
}

/*--------------------------------------------------------------
# リード
--------------------------------------------------------------*/
.p-lead {
  padding: 67px 20px 100px;
  background: url(../img/lead/bg01.jpg);
}
@media screen and (max-width: 640px) {
  .p-lead {
    padding: 7vw 6.5vw 14vw;
  }
}
.p-lead__voice {
  display: flex;
  max-width: 1090px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 640px) {
  .p-lead__voice {
    margin-bottom: 6vw;
  }
}
.p-lead__voiceItem {
  flex: 1;
}
.p-lead__voiceItem:not(:last-child) {
  margin-right: 21px;
}
@media screen and (max-width: 768px) {
  .p-lead__voiceItem:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-lead__voiceItem:not(:last-child) {
    margin: 0 5vw;
  }
}
.p-lead__voiceImg {
  width: 100%;
}
.p-lead__voiceArrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  width: 11vw;
  margin-top: -3vw;
}
.p-lead__voiceArrow--prev {
  left: -5vw;
}
.p-lead__voiceArrow--next {
  right: -5vw;
}
.p-lead__voiceArrow img {
  width: 100%;
}
.p-lead__box {
  max-width: 830px;
  margin: 0 auto;
  padding: 60px 75px 50px;
  background: #fff;
  border: 2px solid #9a7a3d;
}
@media screen and (max-width: 640px) {
  .p-lead__box {
    padding: 12vw 11vw 8vw;
  }
}
.p-lead__ttl {
  margin: 0 auto 28px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-lead__ttl {
    width: 56vw;
    margin-bottom: 10.4vw;
  }
}
.p-lead__fig {
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-lead__fig {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .p-lead__figImg {
    width: 31vw;
  }
}
.p-lead__figCap {
  margin-top: 7px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-lead__figCap {
    margin-top: 1vw;
  }
}
.p-lead__txt {
  line-height: 2.375;
}

/*--------------------------------------------------------------
# ナビゲーション
--------------------------------------------------------------*/
.p-nav {
  padding: 50px 20px 28px;
}
@media screen and (max-width: 640px) {
  .p-nav {
    padding: 11vw 2vw 6vw;
  }
}
.p-nav__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 846px;
  margin: 0 auto;
}
.p-nav__item {
  width: 25%;
  margin-bottom: 18px;
  padding: 0 8px;
}
@media screen and (max-width: 640px) {
  .p-nav__item {
    width: 50%;
    margin-bottom: 3.8vw;
    padding: 0 1.5vw;
  }
}
.p-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #325a77;
  border-radius: 6px;
}
@media screen and (min-width: 1201px) {
  .p-nav__link {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-nav__link:hover {
    opacity: 0.7;
  }
  .p-nav__link:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-nav__link {
    height: 11vw;
  }
}
.p-nav__img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .p-nav__img {
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .p-nav__img {
    width: 30vw;
  }
}

/*--------------------------------------------------------------
# ストーリー
--------------------------------------------------------------*/
.p-story {
  padding: 73px 20px 120px;
  text-align: center;
  background: rgba(251, 255, 144, 0.8);
}
@media screen and (max-width: 640px) {
  .p-story {
    padding: 12vw 0 31vw;
  }
}
.p-story__ttl {
  width: 340px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 640px) {
  .p-story__ttl {
    width: 68vw;
    margin-bottom: 11vw;
  }
}
.p-story__txt {
  margin-bottom: 65px;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  line-height: 2.9;
}
@media screen and (max-width: 640px) {
  .p-story__txt {
    margin-bottom: 9vw;
    font-size: 4vw;
    line-height: 2.6;
  }
}
.p-story__txt em {
  font-weight: bold;
}
.p-story__gallery {
  height: 144px;
  margin: 0 -20px 74px;
  background: url(../img/story/gallery01.png) repeat-x 0 0/auto 100%;
  background-position: 0 0;
  animation: storyLoop 120s linear infinite;
}
@media screen and (max-width: 640px) {
  .p-story__gallery {
    height: 20vw;
    margin: 0 0 19vw;
  }
}
.p-story__about {
  position: relative;
  max-width: 690px;
  margin: 0 auto 36px;
  padding: 25px 30px 18px;
  border-right: 1px solid #b5b866;
  border-bottom: 1px solid #b5b866;
  border-left: 1px solid #b5b866;
}
@media screen and (max-width: 640px) {
  .p-story__about {
    width: 85vw;
    margin-bottom: 4vw;
    padding: 4vw 3vw 3vw;
  }
}
.p-story__aboutTtl {
  position: absolute;
  top: -10px;
  right: -1px;
  left: -1px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-story__aboutTtl {
    top: -1.8vw;
    font-size: 3.6vw;
  }
}
.p-story__aboutTtl::before, .p-story__aboutTtl::after {
  display: flex;
  flex: 1;
  align-items: center;
  height: 1px;
  background: #b5b866;
  content: "";
}
.p-story__aboutTxt {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-story__aboutTxt {
    font-size: 2.8vw;
  }
}
.p-story__point {
  position: relative;
  max-width: 690px;
  margin: 0 auto 107px;
  border: 1px solid #b5b866;
}
@media screen and (max-width: 640px) {
  .p-story__point {
    width: 85vw;
    margin-bottom: 25vw;
  }
}
.p-story__pointTtl {
  position: relative;
  padding: 12px 0;
  font-weight: bold;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 1201px) {
  .p-story__pointTtl {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-story__pointTtl:hover {
    opacity: 0.7;
  }
  .p-story__pointTtl:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-story__pointTtl {
    padding: 2vw 0;
    font-size: 3.4vw;
  }
}
.p-story__pointTtl::before {
  position: absolute;
  top: 19px;
  right: 31px;
  width: 24px;
  height: 24px;
  border: 1px solid #b5b866;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 640px) {
  .p-story__pointTtl::before {
    top: 3vw;
    right: 2.4vw;
    width: 4.6vw;
    height: 4.6vw;
  }
}
.p-story__pointTtl::after {
  position: absolute;
  top: 24px;
  right: 38px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #b5b866;
  border-bottom: 2px solid #b5b866;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 640px) {
  .p-story__pointTtl::after {
    top: 4vw;
    right: 3.6vw;
    width: 2vw;
    height: 2vw;
  }
}
.p-story__pointTtl[aria-expanded=true]::after {
  top: 28px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .p-story__pointTtl[aria-expanded=true]::after {
    top: 4.6vw;
  }
}
.p-story__pointList {
  display: none;
  padding: 0 30px 20px;
  text-align: left;
  list-style: decimal inside;
}
@media screen and (max-width: 640px) {
  .p-story__pointList {
    padding: 0 3vw 3vw;
    font-size: 2.8vw;
  }
}
.p-story__txtEnd {
  width: 363px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-story__txtEnd {
    width: 67vw;
  }
}

@keyframes storyLoop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2196px 0;
  }
}
@media screen and (max-width: 640px) {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -305vw 0;
  }
}
/*--------------------------------------------------------------
# メディア
--------------------------------------------------------------*/
.p-media__item {
  padding: 78px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .p-media__item {
    position: relative;
    padding: 11vw 6vw 26vw;
  }
}
.p-media__item:nth-child(1) {
  background-image: url(../img/media/bg01_pc.jpg);
}
@media screen and (max-width: 640px) {
  .p-media__item:nth-child(1) {
    background-image: url(../img/media/bg01_sp.jpg);
  }
}
.p-media__item:nth-child(2) {
  background-image: url(../img/media/bg02_pc.jpg);
}
@media screen and (max-width: 640px) {
  .p-media__item:nth-child(2) {
    background-image: url(../img/media/bg02_sp.jpg);
  }
}
.p-media__item:nth-child(3) {
  background-image: url(../img/media/bg03_pc.jpg);
}
@media screen and (max-width: 640px) {
  .p-media__item:nth-child(3) {
    background-image: url(../img/media/bg03_sp.jpg);
  }
}
.p-media__inner {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-media__inner {
    display: block;
  }
}
.p-media__fig {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .p-media__fig {
    width: 80vw;
    margin: 0 auto;
  }
}
.p-media__fig::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.p-media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-media__figCap {
  position: absolute;
  top: calc(100% + 4px);
  right: -5px;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .p-media__figCap {
    top: calc(100% + -1vw);
    right: -2vw;
    font-size: 3.4vw;
  }
}
.p-media__cnt {
  flex: 1;
  padding: 0 26px 0 60px;
}
@media screen and (max-width: 640px) {
  .p-media__cnt {
    padding: 0;
  }
}
.p-media__ttl {
  margin: 24px auto 34px;
}
@media screen and (max-width: 640px) {
  .p-media__ttl {
    margin: 3vw 0 6vw;
  }
}
.p-media__btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  height: 53px;
  background: #d3691a;
  border-radius: 8px;
}
@media screen and (min-width: 1201px) {
  .p-media__btn {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-media__btn:hover {
    opacity: 0.7;
  }
  .p-media__btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-media__btn {
    position: absolute;
    bottom: 7.5vw;
    left: 10vw;
    width: 80vw;
    height: 11vw;
  }
}
.p-media__btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
}
.p-media__btnTxt {
  width: 110px;
}
@media screen and (max-width: 640px) {
  .p-media__btnTxt {
    width: 23vw;
  }
}

/*--------------------------------------------------------------
# 専門家の声
--------------------------------------------------------------*/
.p-expert {
  padding: 80px 20px 65px;
}
@media screen and (max-width: 640px) {
  .p-expert {
    padding: 13vw 6vw 10vw;
  }
}
.p-expert__item {
  max-width: 750px;
  margin: 0 auto;
}
.p-expert__item:not(:last-of-type) {
  margin-bottom: 106px;
}
@media screen and (max-width: 640px) {
  .p-expert__item:not(:last-of-type) {
    margin-bottom: 17vw;
  }
}
.p-expert__ttl {
  width: 388px;
  margin: 0 auto 78px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-expert__ttl {
    width: 80vw;
    margin: 0 auto 78px;
    margin-bottom: 12vw;
    text-align: center;
  }
}
.p-expert__subTtl {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-expert__subTtl {
    width: 60vw;
    margin: 0 auto 7vw;
  }
}
.p-expert__fig {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-expert__fig {
    margin-bottom: 9vw;
  }
}
.p-expert__figImg {
  width: 188px;
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .p-expert__figImg {
    width: 34vw;
    margin-bottom: 4vw;
  }
}
.p-expert__figCap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.p-expert__figCap span:first-child {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .p-expert__figCap span:first-child {
    font-size: 2.8vw;
  }
}
.p-expert__figCap span:last-child {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .p-expert__figCap span:last-child {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 640px) {
  .p-expert__txt {
    line-height: 2.5;
  }
}
.p-expert__info {
  margin-top: 37px;
  padding: 12px 16px;
  font-size: 14px;
  background: #edecec;
}
@media screen and (max-width: 640px) {
  .p-expert__info {
    margin-top: 8vw;
    padding: 3vw 4vw;
    font-size: 2.8vw;
  }
}
.p-expert__note {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .p-expert__note {
    margin-top: 5vw;
    font-size: 2.8vw;
  }
}
.p-expert__caption {
  display: block;
  max-width: 750px;
  margin: 45px auto 0;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-expert__caption {
    margin-top: 6vw;
    font-size: 2.8vw;
  }
}

/*--------------------------------------------------------------
# みんなの声
--------------------------------------------------------------*/
.p-user {
  padding: 65px 20px 73px;
  background: url(../img/user/bg01.jpg) #d4ffd3;
}
@media screen and (max-width: 640px) {
  .p-user {
    padding: 10vw 4vw 13vw;
  }
}
.p-user__ttl {
  width: 356px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 640px) {
  .p-user__ttl {
    width: 73vw;
    margin-bottom: 10vw;
  }
}
.p-user__list {
  display: flex;
  max-width: 1130px;
  margin: 0 auto 76px;
}
@media screen and (max-width: 640px) {
  .p-user__list {
    display: block;
    margin-bottom: 12vw;
  }
}
.p-user__item {
  flex: 1;
}
.p-user__item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .p-user__item:not(:last-child) {
    margin: 0 0 7vw;
  }
}
.p-user__img {
  width: 100%;
}
.p-user__btn {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 53px;
  margin: 0 auto;
  background: #158200;
  border-radius: 8px;
}
@media screen and (min-width: 1201px) {
  .p-user__btn {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-user__btn:hover {
    opacity: 0.7;
  }
  .p-user__btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-user__btn {
    width: 78vw;
    height: 11vw;
  }
}
.p-user__btn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 640px) {
  .p-user__btn::after {
    right: 4.5vw;
    width: 2vw;
    height: 2vw;
    margin-top: -1vw;
  }
}
.p-user__btnTxt {
  width: 89px;
}
@media screen and (max-width: 640px) {
  .p-user__btnTxt {
    width: 18vw;
  }
}

.p-userModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(../img/user/bg01.jpg) #d4ffd3;
}
.p-userModal__inner {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 90px 80px;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .p-userModal__inner {
    padding: 14vw 3vw 10vw;
  }
}
.p-userModal__inner::-webkit-scrollbar {
  display: none;
}
.p-userModal__close {
  position: fixed;
  top: 45px;
  left: 50%;
  width: 68px;
  height: 68px;
  margin-left: 415px;
  font-size: 0;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .p-userModal__close {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-userModal__close:hover {
    opacity: 0.7;
  }
  .p-userModal__close:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .p-userModal__close {
    right: 5px;
    left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-userModal__close {
    top: 3vw;
    right: 2vw;
    width: 8vw;
    height: 8vw;
  }
}
.p-userModal__close::before, .p-userModal__close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 68px;
  height: 1px;
  background: #607058;
  content: "";
}
@media screen and (max-width: 1200px) {
  .p-userModal__close::before, .p-userModal__close::after {
    width: 8vw;
  }
}
.p-userModal__close::before {
  transform: rotate(45deg);
}
.p-userModal__close::after {
  transform: rotate(-45deg);
}
.p-userModal__ttl {
  width: 356px;
  margin: 0 auto 74px;
}
@media screen and (max-width: 640px) {
  .p-userModal__ttl {
    width: 73vw;
    margin-bottom: 13vw;
  }
}
.p-userModal__nav {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .p-userModal__nav {
    margin-bottom: 14vw;
  }
}
.p-userModal__navList {
  display: flex;
}
@media screen and (max-width: 640px) {
  .p-userModal__navList {
    display: block;
    padding: 0 2vw;
  }
}
.p-userModal__navItem {
  flex: 1;
}
.p-userModal__navItem:not(:last-child) {
  margin-right: 17px;
}
@media screen and (max-width: 640px) {
  .p-userModal__navItem:not(:last-child) {
    margin: 0 0 2vw;
  }
}
.p-userModal__navLink {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  height: 95px;
  padding-left: 22px;
  font-size: 0;
  background: #158200;
  border-radius: 8px;
}
@media screen and (min-width: 1201px) {
  .p-userModal__navLink {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-userModal__navLink:hover {
    opacity: 0.7;
  }
  .p-userModal__navLink:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .p-userModal__navLink {
    padding-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .p-userModal__navLink {
    justify-content: center;
    height: 12vw;
    padding: 0;
  }
}
.p-userModal__navLink::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 640px) {
  .p-userModal__navLink::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    margin-top: -1vw;
  }
}
@media screen and (max-width: 640px) {
  .p-userModal__navImg {
    width: 76vw;
  }
}
.p-userModal__subTtl {
  margin-bottom: 37px;
}
@media screen and (max-width: 640px) {
  .p-userModal__subTtl {
    width: 86vw;
    margin: 0 auto 7vw;
  }
}
.p-userModal__subTtl:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .p-userModal__subTtl:not(:first-of-type) {
    margin-top: 14vw;
  }
}
.p-userModal__item {
  padding: 45px 0;
  font-size: 19px;
  font-family: "Shippori Mincho", serif;
  background: #fff;
  border: 1px solid #a78b5d;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .p-userModal__item {
    padding: 5vw 0;
    font-size: 3.6vw;
  }
}
.p-userModal__item:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .p-userModal__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.p-userModal__item span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-userModal__item span {
    font-size: 2.8vw;
  }
}

/*--------------------------------------------------------------
# 視聴方法
--------------------------------------------------------------*/
.p-howto {
  padding: 88px 20px 77px;
}
@media screen and (max-width: 640px) {
  .p-howto {
    padding: 16vw 6vw 11vw;
  }
}
.p-howto__ttl {
  width: 342px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 640px) {
  .p-howto__ttl {
    width: 70vw;
    margin-bottom: 8vw;
  }
}
.p-howto__lead {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-howto__lead {
    margin-bottom: 8vw;
    font-size: 4.4vw;
  }
}
.p-howto__fig {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-howto__fig {
    margin: 0 -6vw 7vw;
  }
}
@media screen and (max-width: 640px) {
  .p-howto__img {
    width: 95vw;
  }
}
.p-howto__txt {
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-howto__txt {
    font-size: 3.8vw;
    line-height: 2.3;
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.p-faq {
  padding-bottom: 30px;
  background: url(../img/faq/bg01.jpg) repeat-x left top/auto 220px #ececec;
}
.p-faq__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .p-faq__ttl {
    height: 42vw;
  }
  .p-faq__ttl img {
    width: 55vw;
  }
}
.p-faq__row {
  padding: 33px 20px;
}
@media screen and (max-width: 640px) {
  .p-faq__row {
    padding: 3.4vw 4vw;
  }
}
.p-faq__row:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.p-faq__subTtl {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
  padding: 5px 40px 5px 60px;
  color: #3d6e9d;
  font-weight: bold;
  font-size: 18px;
  background: url(../img/faq/icon01.png) no-repeat left top/46px;
}
@media screen and (min-width: 1201px) {
  .p-faq__subTtl {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-faq__subTtl:hover {
    opacity: 0.7;
  }
  .p-faq__subTtl:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-faq__subTtl {
    padding: 1.7vw 7vw 1.7vw 12vw;
    font-size: 3.8vw;
    line-height: 1.5;
    background-size: 9vw;
  }
}
.p-faq__subTtl::after {
  position: absolute;
  top: 12px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-right: 3px solid #3d6e9d;
  border-bottom: 3px solid #3d6e9d;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 640px) {
  .p-faq__subTtl::after {
    top: 4vw;
    right: 1vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.p-faq__subTtl[aria-expanded=true]::after {
  top: 20px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 640px) {
  .p-faq__subTtl[aria-expanded=true]::after {
    top: 4vw;
  }
}
.p-faq__cnt {
  display: none;
  max-width: 830px;
  margin: 0 auto;
  padding: 30px 70px 3px 53px;
  font-size: 15px;
  background: url(../img/faq/icon02.png) no-repeat left top 23px/46px;
}
@media screen and (max-width: 640px) {
  .p-faq__cnt {
    padding: 3vw 7vw 3vw 11vw;
    font-size: 3.4vw;
    background-position: left top 2vw;
    background-size: 9vw;
  }
}
.p-faq__cnt a {
  color: #3d6e9d;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-faq__cnt a:hover {
    text-decoration: none;
  }
}
.p-faq__txt:not(:last-child) {
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# 今すぐ観る
--------------------------------------------------------------*/
.p-watch {
  padding: 82px 20px 112px;
  background: #ffe1c0;
}
@media screen and (max-width: 640px) {
  .p-watch {
    padding: 11vw 4vw 18vw;
  }
}
.p-watch__ttl {
  width: 354px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 640px) {
  .p-watch__ttl {
    width: 75vw;
    margin-bottom: 8vw;
  }
}
.p-watch__item {
  position: relative;
  max-width: 905px;
  margin: 0 auto;
  padding: 54px 70px 54px 50px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .p-watch__item {
    padding: 6vw 7vw 5vw;
  }
}
.p-watch__item:not(:last-child) {
  margin-bottom: 68px;
}
@media screen and (max-width: 640px) {
  .p-watch__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}
.p-watch__lead {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 41%;
}
@media screen and (max-width: 640px) {
  .p-watch__lead {
    position: static;
    width: auto;
    margin: 0 -5vw 6vw;
    text-align: center;
  }
}
.p-watch__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-watch__row {
    flex-flow: row-reverse;
    margin-bottom: 7vw;
  }
}
.p-watch__subTtl {
  width: 48%;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .p-watch__subTtl {
    width: 62%;
    margin-top: 2vw;
  }
}
.p-watch__pic {
  width: 46.5%;
}
@media screen and (max-width: 640px) {
  .p-watch__pic {
    width: 35%;
  }
}
.p-watch__btn {
  position: absolute;
  bottom: 54px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41.5%;
  height: 53px;
  background: #d3691a;
  border-radius: 8px;
}
@media screen and (min-width: 1201px) {
  .p-watch__btn {
    cursor: pointer;
    transition: 0.3s opacity;
  }
  .p-watch__btn:hover {
    opacity: 0.7;
  }
  .p-watch__btn:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .p-watch__btn {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 11vw;
  }
}
.p-watch__btn::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
}
@media screen and (max-width: 640px) {
  .p-watch__btn::after {
    right: 3.5vw;
    width: 2vw;
    height: 2vw;
    margin-top: -1vw;
  }
}
.p-watch__btnTxt {
  width: 232px;
}
@media screen and (max-width: 640px) {
  .p-watch__btnTxt {
    width: 50vw;
  }
}

/*--------------------------------------------------------------
# 関連イベント
--------------------------------------------------------------*/
.p-event {
  padding: 85px 20px 80px;
  text-align: center;
  background: url(../img/event/bg01.jpg);
}
@media screen and (max-width: 640px) {
  .p-event {
    padding: 11vw 6vw 13vw;
  }
}
.p-event__ttl {
  width: 417px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 640px) {
  .p-event__ttl {
    width: 87vw;
    margin-bottom: 9vw;
  }
}
.p-event__lead {
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 640px) {
  .p-event__lead {
    margin-bottom: 7vw;
    font-size: 5vw;
  }
}
.p-event__txt {
  margin-bottom: 46px;
}
@media screen and (max-width: 640px) {
  .p-event__txt {
    margin-bottom: 10vw;
    font-size: 3.8vw;
    text-align: left;
  }
}
.p-event__list {
  position: relative;
  max-width: 830px;
  margin: 0 auto 40px;
  padding: 4px;
  background: #fff;
  border: 2px solid #306698;
}
@media screen and (max-width: 640px) {
  .p-event__list {
    margin-bottom: 9vw;
  }
}
.p-event__list::after {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #306698;
  content: "";
  pointer-events: none;
}
.p-event__listTtl {
  padding: 14px 0;
  border-bottom: 1px solid #306698;
}
@media screen and (max-width: 640px) {
  .p-event__listTtl {
    padding: 5vw 0;
  }
}
.p-event__listTtl img {
  width: 169px;
}
@media screen and (max-width: 640px) {
  .p-event__listTtl img {
    width: 37vw;
  }
}
.p-event__item {
  position: relative;
  padding: 35px 20px;
}
@media screen and (max-width: 640px) {
  .p-event__item {
    padding: 6vw 5vw;
  }
}
.p-event__item:not(:last-child) {
  border-bottom: 1px solid #c0d1e0;
}
.p-event__date {
  position: absolute;
  left: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  margin-left: -240px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: url(../img/event/bg02.png) no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  .p-event__date {
    left: 5vw;
    width: 17vw;
    height: 17vw;
    margin-left: 0;
  }
}
.p-event__date span:first-child {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .p-event__date span:first-child {
    font-size: 4vw;
  }
}
.p-event__date span:last-child {
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .p-event__date span:last-child {
    font-size: 3vw;
  }
}
.p-event__subTtl {
  max-width: 440px;
  margin: 0 auto 48px;
  padding-left: 80px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.66;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-event__subTtl {
    max-width: 100%;
    margin-bottom: 6vw;
    padding-left: 21vw;
    font-size: 4vw;
  }
}
.p-event__info {
  max-width: 465px;
  margin: 0 auto;
  text-align: left;
}
.p-event__info::after {
  display: table;
  clear: both;
  content: "";
}
@media screen and (max-width: 640px) {
  .p-event__info {
    max-width: 100%;
  }
}
.p-event__infoTtl {
  float: left;
  width: 5em;
}
.p-event__infoTxt {
  padding-left: 5em;
}
.p-event__infoTxt a {
  color: #13689c;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-event__infoTxt a:hover {
    text-decoration: none;
  }
}
.p-event__infoTxt em {
  color: #13689c;
}
.p-event__caption {
  display: block;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .p-event__caption {
    margin-bottom: 6vw;
    font-size: 2.9vw;
    text-align: left;
  }
}
.p-event__bnr {
  width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-event__bnr {
    width: 38vw;
  }
}

/*--------------------------------------------------------------
# ごあいさつ
--------------------------------------------------------------*/
.p-greeting {
  padding: 78px 20px 0;
}
@media screen and (max-width: 640px) {
  .p-greeting {
    padding: 12vw 7vw 0;
  }
}
.p-greeting__ttl {
  width: 229px;
  margin: 0 auto 52px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-greeting__ttl {
    width: 47vw;
    margin-bottom: 9vw;
  }
}
.p-greeting__person {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-greeting__person {
    margin-bottom: 10vw;
  }
}
.p-greeting__person span {
  display: block;
}
.p-greeting__person span:first-child {
  font-weight: bold;
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  .p-greeting__person span:first-child {
    font-size: 4.2vw;
    text-align: center;
  }
}
.p-greeting__person span:last-child {
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .p-greeting__person span:last-child {
    font-size: 2.8vw;
  }
}
.p-greeting__txt {
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .p-greeting__txt {
    line-height: 2.4;
  }
}
.p-greeting__date {
  max-width: 830px;
  margin: 0 auto 50px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .p-greeting__date {
    margin-bottom: 11vw;
  }
}
.p-greeting__gallery {
  display: flex;
  margin: 0 -20px;
}
@media screen and (max-width: 640px) {
  .p-greeting__gallery {
    display: block;
    margin: 0 -7vw;
  }
}
.p-greeting__galleryImg {
  width: 33.3%;
}
@media screen and (max-width: 640px) {
  .p-greeting__galleryImg {
    width: 100%;
  }
}
