@charset "UTF-8";
@import url("https://use.typekit.net/zgh8bgh.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  background: #fff;
  color: #2a2a2a;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 15px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

input, button,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link,
a:visited {
  color: #009efa;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #009efa;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.l-top-header-wrap, .l-header-wrap {
  position: relative;
  width: calc(100% - 100px);
  left: 100px;
  margin-bottom: 3em;
}
.l-top-header-wrap::after, .l-header-wrap::after {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  background: #5a4f7f;
  width: 1px;
  height: calc(100% + 50px);
  z-index: 999;
}
.l-top-header-wrap::before, .l-header-wrap::before {
  content: '';
  position: absolute;
  z-index: 999;
  top: -25px;
  left: -101px;
  background: url(../img/common/bg_line-left_s.svg) no-repeat;
  width: 143px;
  height: 768px;
  transform: none;
}
@media screen and (max-width: 959px) {
  .l-top-header-wrap, .l-header-wrap {
    margin-bottom: 0;
    width: 100%;
    left: 0;
  }
  .l-top-header-wrap::before, .l-top-header-wrap::after, .l-header-wrap::before, .l-header-wrap::after {
    display: none;
  }
}

.l-top-header-wrap::before {
  content: '';
  position: absolute;
  z-index: 999;
  top: -25px;
  left: -100px;
  background: url(../img/common/bg_line-left.svg) no-repeat;
  width: 143px;
  height: 768px;
  transform: none;
}

.l-top-header, .l-header {
  text-decoration: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 959px) {
  .l-top-header, .l-header {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
}
.l-top-header a, .l-header a {
  color: #2a2a2a;
  text-decoration: none;
}
.l-top-header.is-fixed, .l-header.is-fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  transition: top 0.65s ease-in;
}
@media screen and (max-width: 959px) {
  .l-top-header.is-fixed, .l-header.is-fixed {
    height: 60px;
    padding-top: 0;
    background: transparent;
  }
}

.l-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/bg_line-right.jpg) no-repeat;
  width: 487px;
  height: 204px;
}

.l-top-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/common/bg_line-right.jpg) no-repeat;
  width: 487px;
  height: 204px;
}

.l-logo {
  position: relative;
  z-index: 1000;
}
.l-logo::before, .l-logo::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  background: #5a4f7f;
  width: calc(100% + 100px);
  height: 1px;
}
.l-logo::after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .l-logo {
    background: #fff;
  }
  .l-logo::before, .l-logo::after {
    display: none;
  }
}

.l-container {
  box-sizing: border-box;
  width: 100%;
}
.l-container.is-top {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .l-container.is-top {
    margin-top: 60px;
  }
}

.l-contents {
  margin: 0 auto;
  max-width: 1280px;
}
.l-contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 1479px) {
  .l-contents {
    max-width: auto;
    width: calc(100% - 150px);
    margin: 0 50px 0 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-contents {
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}

.l-row {
  margin: 0 auto;
  width: 100%;
}
.l-row--lg {
  width: 96%;
}
.l-row--sm {
  width: 800px;
}
.l-row--xl {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .l-row {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .l-row {
    width: 90%;
  }
}
.l-row.l-row--pt {
  padding-top: 30px;
}

.l-top-youtube {
  background: linear-gradient(235deg, #FFFFFF 0%, #000F25 100%), linear-gradient(180deg, #6100FF 0%, #000000 100%), linear-gradient(235deg, #FFA3AC 0%, #FFA3AC 40%, #00043C calc(40% + 1px), #00043C 60%, #005D6C calc(60% + 1px), #005D6C 70%, #00C9B1 calc(70% + 1px), #00C9B1 100%), linear-gradient(125deg, #FFA3AC 0%, #FFA3AC 40%, #00043C calc(40% + 1px), #00043C 60%, #005D6C calc(60% + 1px), #005D6C 70%, #00C9B1 calc(70% + 1px), #00C9B1 100%);
  background-blend-mode: soft-light, screen, darken, normal;
  padding: 3em;
}

.l-top-event {
  border-top: 1px solid #ccc;
  padding: 4em 1em;
}

.l-top-news {
  background: #f2f2f2;
  padding: 4em 1em;
}

.l-top-purpose {
  background: #fff;
  padding: 0 50px 5em 100px;
}
@media screen and (max-width: 959px) {
  .l-top-purpose {
    padding: 0 1.5em 3em;
  }
}

.l-top-movie__ttl {
  padding: 0 60px;
}
@media screen and (max-width: 599px) {
  .l-top-movie__ttl {
    padding: 0 15px;
  }
}
.l-top-movie__inner {
  background: #E5E5E5;
  padding: 60px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .l-top-movie {
    padding: 0;
  }
  .l-top-movie__inner {
    padding: 30px 15px;
    margin: 0;
  }
}

.l-bnr {
  border-top: 1px solid #fff;
  position: relative;
  padding: 3.7em 0em;
}
.l-bnr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_bnr.jpg) center center;
  background-size: cover;
  z-index: 1;
}

.l-page-ttl {
  position: relative;
}
@media screen and (max-width: 959px) {
  .l-page-ttl {
    position: inherit;
  }
}

.l-main {
  float: left;
  width: 66%;
}
@media screen and (max-width: 1279px) {
  .l-main {
    float: none;
    margin-bottom: 2em;
    width: 100%;
  }
}

.l-side {
  float: right;
  width: 26%;
}
@media screen and (max-width: 1279px) {
  .l-side {
    float: none;
    width: 100%;
  }
}
.l-side__inner {
  padding: 0;
}
@media screen and (max-width: 959px) {
  .l-side__inner {
    padding: 0 0 1em;
  }
}

.l-inner {
  padding: 0 0 120px;
  margin: 0 auto;
}
.l-inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 959px) {
  .l-inner {
    padding: 0 0 3em;
  }
}

.l-box {
  visibility: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.l-box.is-active {
  visibility: visible;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer {
  background: #fff;
}
.l-footer-inner {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  padding: 5em 0;
  max-width: 1280px;
  min-width: 960px;
  width: 84%;
}
@media screen and (max-width: 959px) {
  .l-footer-inner {
    padding: 2em 1em;
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
}
.l-footer-info {
  float: left;
  width: 60%;
}
@media screen and (max-width: 959px) {
  .l-footer-info {
    float: none;
    padding: 0 0 1.5em;
    width: 100%;
  }
}
.l-footer-movie {
  float: right;
  width: 35%;
}
@media screen and (max-width: 959px) {
  .l-footer-movie {
    float: none;
    width: 100%;
  }
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
}

input[type="text"], input[type="email"], textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 108%;
  margin-bottom: .5em;
  padding: .5em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #4c9edc;
}

textarea {
  width: 100%;
}

.f-select {
  -moz-appearance: none;
  background: url(../img/common/icon_select_arrow.png) no-repeat right 10px center;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: .2em 1em .2em .2em;
  position: relative;
}

select {
  outline: none;
  -moz-appearance: none;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .2em;
  border: none;
  width: 100%;
}
@media screen and (max-width: 599px) {
  select {
    font-size: 16px;
  }
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.f-radio input[type="radio"] {
  display: none;
}
.f-radio input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.f-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.f-radio label {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 20px;
  cursor: pointer;
}
.f-radio label::before, .f-radio label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-radio label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.f-radio label:hover::before {
  background: #fff;
}
.f-radio label::after {
  opacity: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #4c9edc;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.f-check input[type="checkbox"] {
  display: none;
}
.f-check input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.f-check input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.f-check label {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-check label::before, .f-check label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}
.f-check label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.f-check label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #4c9edc;
  border-bottom: 2px solid #4c9edc;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}
.f-check label:hover::before {
  background: #fff;
}

.f-w-xs {
  width: 3em;
}
@media screen and (max-width: 599px) {
  .f-w-xs {
    width: 100%;
  }
}

.f-w-sm {
  width: 7em;
}
@media screen and (max-width: 599px) {
  .f-w-sm {
    width: 100%;
  }
}

.f-w-md {
  width: 18em;
}
@media screen and (max-width: 599px) {
  .f-w-md {
    width: 100%;
  }
}

.f-w-lg {
  width: 100%;
}

.f-error {
  display: inline-block;
  padding: .1em;
  border-radius: 5px;
  color: #ff3737;
}

.c-label {
  background: #ff3737;
  border-radius: 2px;
  color: white;
  display: inline-block;
  float: right;
  font-size: 77%;
  letter-spacing: .1em;
  padding: 0 0.8em;
  margin: 0 .5em;
}

a.c-btn, .c-btn {
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  display: inline-block;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 100%;
}

.c-btn-default {
  border: 1px solid #4c9edc;
  background: #fff;
  color: #4c9edc;
}
.c-btn-default:hover, .c-btn-default:focus, .c-btn-default:active {
  color: #fff;
  background: #4c9edc;
  border-color: #4c9edc;
}

.c-btn-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.c-btn-white:link, .c-btn-white:visited {
  color: #fff;
}
.c-btn-white:hover, .c-btn-white:focus {
  color: #4c9edc;
  background: #fff;
  border-color: #fff;
}

.c-btn-gray {
  border: 1px solid #ccc;
  background: #d9d9d9;
  color: #333;
}
.c-btn-gray:link, .c-btn-gray:visited {
  color: #fff;
}
.c-btn-gray:hover, .c-btn-gray:focus {
  color: #333;
  background: #f1f1f1;
}

a.c-btn-solid, .c-btn-solid {
  border: 1px solid #141414;
  background: #141414;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}
a.c-btn-solid:hover, a.c-btn-solid:focus, a.c-btn-solid:active, .c-btn-solid:hover, .c-btn-solid:focus, .c-btn-solid:active {
  opacity: .6;
  border-color: #141414;
}
a.c-btn-solid:visited, .c-btn-solid:visited {
  color: #fff;
}

a.c-btn-blue, .c-btn-blue {
  border: 1px solid #000645;
  background: #000645;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}
a.c-btn-blue:hover, a.c-btn-blue:focus, a.c-btn-blue:active, .c-btn-blue:hover, .c-btn-blue:focus, .c-btn-blue:active {
  opacity: .6;
  border-color: #000645;
}
a.c-btn-blue:visited, .c-btn-blue:visited {
  color: #fff;
}

a.c-btn-sky, .c-btn-sky {
  border: 1px solid #4c9edc;
  background: #4c9edc;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
}
a.c-btn-sky:hover, a.c-btn-sky:focus, a.c-btn-sky:active, .c-btn-sky:hover, .c-btn-sky:focus, .c-btn-sky:active {
  opacity: .6;
  border-color: #4c9edc;
}
a.c-btn-sky:visited, .c-btn-sky:visited {
  color: #fff;
}

.c-btn-back {
  cursor: pointer;
  font-size: 124%;
  text-decoration: underline;
  position: relative;
}
.c-btn-back:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #141414;
  border-bottom: 2px solid #141414;
  transform: rotate(45deg);
  left: -1em;
  top: 10px;
}

.c-btn-sm {
  padding: .5em 2em;
}
@media screen and (max-width: 599px) {
  .c-btn-sm {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-md {
  padding: 1em 5em;
}
@media screen and (max-width: 599px) {
  .c-btn-md {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-lg {
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 300px;
}
@media screen and (max-width: 599px) {
  .c-btn-lg {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-xl {
  box-sizing: border-box;
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .c-btn-xl {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-partnership {
  line-height: 1.35;
}
.c-btn-partnership span {
  font-size: 85%;
}

table {
  width: 100%;
}

.c-tbl th, .c-tbl td {
  border: 1px solid #f1f1f1;
  padding: .5em 1em;
}

.p-header-inner {
  width: 100%;
  margin: 25px auto 0;
  position: relative;
}
.p-header-inner::after {
  content: '';
  position: absolute;
  top: -140px;
  left: -140px;
  width: 325px;
  height: 254px;
  background: url(../img/common/header_gauss.png) no-repeat;
}
@media screen and (max-width: 959px) {
  .p-header-inner {
    position: relative;
    margin: 0;
  }
}

.p-header-logo-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
.p-header-logo-top::before, .p-header-logo-top::after {
  content: '';
  position: absolute;
  background: url(../img/common/head-line-top.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-header-logo-top::after {
  background: url(../img/common/head-line-bottom.png) no-repeat;
  top: auto;
  bottom: 0;
}
.p-header-logo-top li:first-child {
  width: 630px;
  padding: 1.5em 0 1.5em 4em;
}
.p-header-logo-top li:first-child a {
  display: block;
}
.p-header-logo-top li:last-child {
  width: 240px;
  margin-right: 8em;
}
@media screen and (max-width: 1279px) {
  .p-header-logo-top li:first-child {
    width: 55%;
  }
}
@media screen and (max-width: 959px) {
  .p-header-logo-top::before, .p-header-logo-top::after {
    display: none;
  }
  .p-header-logo-top li:first-child {
    padding: 10px 0 0 4.5em;
    width: 300px;
  }
  .p-header-logo-top li:last-child {
    display: none;
  }
}

.p-header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.p-header-logo::before, .p-header-logo::after {
  content: '';
  position: absolute;
  background: url(../img/common/head-line-top.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-header-logo::after {
  background: url(../img/common/head-line-bottom.png) no-repeat;
  top: auto;
  bottom: 0;
}
.p-header-logo > li:first-child {
  width: 290px;
  padding: 1.35em 0 1.35em 3em;
}
.p-header-logo > li:first-child a {
  display: block;
}
.p-header-logo > li:last-child {
  width: calc(100% - 300px);
  padding-right: 1em;
}
@media screen and (max-width: 1279px) {
  .p-header-logo > li:first-child {
    width: 195px;
    padding: 2.5em 0 2.5em 2em;
  }
  .p-header-logo > li:last-child {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 959px) {
  .p-header-logo::before, .p-header-logo::after {
    display: none;
  }
  .p-header-logo > li:first-child {
    padding: 1em 0 1em 4.5em;
  }
  .p-header-logo > li:last-child {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p-header-logo > li:first-child {
    padding: 1.05em 0 0 4.5em;
    width: 200px;
  }
}

@media screen and (max-width: 959px) {
  .p-global-top {
    display: none;
  }
}

.p-global-sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .p-global, .p-global-sp {
    display: block;
    font-size: 100%;
    position: absolute;
    box-sizing: border-box;
    top: -650px;
    background: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding-bottom: 1em;
    height: 485px;
    overflow-y: scroll;
    z-index: 1000;
  }
  .p-global ul, .p-global-sp ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .p-global li, .p-global-sp li {
    position: static;
  }

  .is-open .p-nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .is-open .p-nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .is-open .p-nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-open .p-global, .is-open .p-global-sp {
    -webkit-transform: translateY(713px);
    -moz-transform: translateY(713px);
    transform: translateY(713px);
    border-bottom: 5px solid #000645;
  }
}
.p-global-nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .p-global-nav {
    flex-direction: column;
    margin: 0;
  }
}
.p-global-nav > li {
  padding: 0 1em .25em 1.8em;
}
@media screen and (max-width: 1279px) {
  .p-global-nav > li {
    padding: 0 .05em .35em 1.8em;
  }
}
@media screen and (max-width: 959px) {
  .p-global-nav > li {
    border-bottom: 1px solid #f1f1f1;
    float: none;
    text-align: left;
    padding: 0;
  }
  .p-global-nav > li:last-child {
    margin-bottom: 10px;
  }
}
.p-global-nav a {
  position: relative;
  color: #000645;
  display: inline-block;
  font-size: 108%;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 0;
  text-decoration: none;
}
.p-global-nav a::before {
  border-right: 2px solid #4c9edc;
  border-top: 2px solid #4c9edc;
  content: "";
  display: block;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: none;
  width: 8px;
  height: 8px;
}
.p-global-nav a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #4c9edc;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.p-global-nav a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-global-nav a.is-active::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #14a0df 20%, #149fde 20%, #2f34a8 80%);
  transform: none;
}
@media screen and (max-width: 1279px) {
  .p-global-nav a {
    font-size: 93%;
  }
}
@media screen and (max-width: 959px) {
  .p-global-nav a {
    display: block;
    background: #fff;
    font-weight: 500;
    padding: 1em 1em 1em 3.2em;
  }
  .p-global-nav a::after {
    display: none;
  }
  .p-global-nav a::before {
    left: 1.25em;
  }
  .p-global-nav a.is-active::after {
    background: none;
    left: auto;
    transition: none;
    transform-origin: top;
  }
}

.p-global-nav--sub > li {
  padding: 0 1em;
}
.p-global-nav--sub a::before {
  display: none;
}
.p-global-nav--sub .__en {
  position: relative;
  margin-left: .65em;
}
.p-global-nav--sub .__en::before {
  content: "";
  position: absolute;
  display: block;
  left: -.9em;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #4c9edc;
  transform: translateY(-40%) rotate(90deg);
}
@media screen and (max-width: 959px) {
  .p-global-nav--sub {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .p-global-nav--sub > li {
    padding: 0;
    width: 50%;
  }
  .p-global-nav--sub > li:last-child {
    display: none;
  }
  .p-global-nav--sub > li:nth-of-type(odd) {
    border-right: 1px solid #f5f5f5;
  }
  .p-global-nav--sub a {
    font-size: 85%;
    padding: .5em 1em;
  }
}

.p-top-global {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 1em 1em 5em;
}
.p-top-global .p-global-nav a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.p-top-global .p-global-nav a::before {
  border-color: #4c9edc;
}
.p-top-global .p-global-nav--sub .__en::before {
  background-color: #4c9edc;
}
@media screen and (max-width: 959px) {
  .p-top-global {
    display: none;
  }
}

.p-lang-btn {
  display: none;
}
@media screen and (max-width: 959px) {
  .p-lang-btn {
    display: block;
    background-image: linear-gradient(90deg, #f8c703 20%, #fdeb71 80%);
    position: absolute;
    text-align: center;
    right: 1em;
    top: 17%;
    width: 40px;
    height: 40px;
    padding-top: .5em;
    z-index: 1002;
  }
}

@media screen and (max-width: 959px) {
  .p-mobile-head {
    background: #fff;
    width: 100%;
    height: 63px;
    z-index: 9999;
    position: relative;
  }

  .p-nav-toggle {
    display: block;
    position: absolute;
    left: 1em;
    top: 30%;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 9999;
  }
  .p-nav-toggle div {
    position: relative;
  }
  .p-nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .p-nav-toggle span:nth-child(1) {
    top: 0;
  }
  .p-nav-toggle span:nth-child(2) {
    top: 10px;
  }
  .p-nav-toggle span:nth-child(3) {
    top: 20px;
  }
}
.p-footer-nav {
  overflow: hidden;
  padding: 0 0 3.5em;
}
@media screen and (max-width: 599px) {
  .p-footer-nav {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 1.5em;
    margin-bottom: 2.5em;
  }
}
.p-footer-nav li {
  display: inline-block;
  letter-spacing: .05em;
  padding: 0 1.3em .5em 0;
  margin: 0 .7em 0 0;
  position: relative;
}
.p-footer-nav li::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 1em;
  background: #ccc;
}
.p-footer-nav li:last-child a {
  background: #000645;
  color: #fff;
  padding: .25em 1em;
}
@media screen and (max-width: 599px) {
  .p-footer-nav li {
    padding: 0;
    margin: 0;
    width: 49%;
  }
  .p-footer-nav li::after {
    display: none;
  }
}
.p-footer-nav a {
  color: #2a2a2a;
  font-size: 93%;
  text-decoration: none;
  transition: .2s;
}
.p-footer-nav a:hover {
  opacity: .5;
}
@media screen and (max-width: 599px) {
  .p-footer-nav a {
    font-size: 85%;
    display: block;
    padding: .5em .5em .5em 1.5em;
    position: relative;
  }
  .p-footer-nav a::before {
    content: "";
    position: absolute;
    background: #4c9edc;
    width: 10px;
    height: 1px;
    left: 0;
    top: 50%;
  }
}
.p-footer-add {
  letter-spacing: .05em;
}
@media screen and (max-width: 599px) {
  .p-footer-add {
    font-size: 93%;
  }
}
.p-footer-add dt {
  padding: 0 0 1.5em;
  width: 200px;
}
.p-footer-add dd {
  padding: 0 0 1em;
}

.p-tel-link a[href^="tel:"] {
  color: #141414;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .p-tel-link a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.p-topicpath {
  background: #ebebeb;
  font-size: 93%;
  margin: 0;
  overflow: hidden;
  padding: .5em 1em;
  position: relative;
}
.p-topicpath li {
  float: left;
  padding: 0 .5em;
}
.p-topicpath li.is-active {
  font-size: 100%;
  font-weight: bold;
}
.p-topicpath a {
  margin-right: 1em;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .p-topicpath a {
    margin-right: 10px;
  }
}
.p-topicpath a::after {
  bottom: 0;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 27%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: 1.2em;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .p-topicpath a::after {
    right: -10px;
    width: 20px;
  }
}

.p-copyright {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 100%;
  background: #141414;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  padding: 1.5em;
}
@media screen and (max-width: 959px) {
  .p-copyright {
    font-size: 70%;
    text-align: center;
  }
}

@media screen and (min-width: 600px) {
  .p-pagetop {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    display: none;
  }
  .p-pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #4c9edc;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.8;
  }
  .p-pagetop a:hover {
    background: #333;
  }
  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  .p-pagetop {
    margin-top: 20px;
  }
  .p-pagetop a {
    display: block;
    background: #4c9edc;
    color: #fff;
    padding: 1.8em 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.p-dl-list {
  display: table;
  width: 100%;
}
.p-dl-list dt {
  display: table-cell;
  font-weight: 500;
  padding: 1em;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .p-dl-list dt {
    display: block;
    width: auto;
  }
}
.p-dl-list dd {
  display: table-cell;
  padding: 1em;
}
@media screen and (max-width: 599px) {
  .p-dl-list dd {
    display: block;
    padding: 1em 0;
  }
}

.is-form {
  border-bottom: 1px solid #d9d9d9;
}
.is-form.is-first {
  border-top: 1px solid #d9d9d9;
}
.is-form dt {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .is-form {
    border: none;
  }
  .is-form dt {
    background: #f1f1f1;
    width: auto;
  }
}

.is-purpose {
  border-bottom: 1px solid #d9d9d9;
}
.is-purpose dt {
  width: 24%;
}
@media screen and (max-width: 599px) {
  .is-purpose {
    border: none;
  }
  .is-purpose dt {
    background: #f1f1f1;
    width: auto;
  }
}

.p-circle-list {
  padding: 0;
}
.p-circle-list > li {
  padding: 0 0 .8em 1.4em;
  position: relative;
}
.p-circle-list > li::before {
  background: #333;
  border-radius: 6px;
  content: "";
  height: 7px;
  left: .3em;
  position: absolute;
  top: .8em;
  width: 7px;
}
.p-circle-list > li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .p-circle-list > li {
    line-height: 1.4;
  }
  .p-circle-list > li::before {
    top: .5em;
  }
}

.p-num-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 1em 0 1.5em .5em;
  margin: 0 0 1em 1em;
}
@media screen and (max-width: 599px) {
  .p-num-list {
    padding: 1em 0 1em 1em;
    margin: 0;
  }
}
.p-num-list li {
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 0 0 1.25em;
  position: relative;
}
.p-num-list li:last-child {
  margin: 0;
}
.p-num-list li:before, .p-num-list li:after {
  position: absolute;
}
.p-num-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  text-align: center;
  left: -.3em;
}

.p-contact-flow {
  display: flex;
  justify-content: space-between;
  width: 440px;
  margin: 0 auto 72px auto;
  position: relative;
}
.p-contact-flow::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #ccc;
  height: 1px;
  width: 360px;
  left: 40px;
}
@media screen and (max-width: 599px) {
  .p-contact-flow {
    width: 320px;
    margin: 0 auto 3em;
  }
  .p-contact-flow::before {
    width: 250px;
  }
}
.p-contact-flow li {
  position: relative;
  padding-bottom: 22px;
  color: #aaa;
  text-align: center;
  letter-spacing: .1em;
}
.p-contact-flow li:first-child {
  left: -9px;
}
.p-contact-flow li:last-child {
  right: -9px;
}
.p-contact-flow li::before {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4c9edc;
  box-sizing: border-box;
}
.p-contact-flow li.is-active {
  color: #333;
}
.p-contact-flow li.is-active::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #FFF;
  box-sizing: border-box;
  border: 7px solid #000645;
}

.p-form-cmt {
  font-size: 93%;
  padding: 3em 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-form-cmt {
    font-size: 77%;
    line-height: 1.4;
    padding: 2em 0 0;
  }
}

.p-submit {
  text-align: center;
  padding: 3em 0 0;
}
.p-submit li:first-of-type {
  margin: 0 0 1.8em;
}
@media screen and (max-width: 599px) {
  .p-submit {
    padding: 1.5em 0 0;
  }
  .p-submit li {
    display: block;
  }
  .p-submit li:first-of-type {
    margin: 0 0 1.5em 0;
  }
}

.p-bnr-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 3em;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 959px) {
  .p-bnr-box {
    padding: 1em;
    margin: 0 1em;
  }
}

.p-bnr {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
}
.p-bnr li {
  box-sizing: border-box;
  font-size: 93%;
  width: 19%;
  margin: 0 1% 1.5em 0;
}
.p-bnr li dt {
  padding: 0 0 .5em;
}
.p-bnr li dd {
  line-height: 1.35;
  font-size: 93%;
}
@media screen and (max-width: 959px) {
  .p-bnr li {
    width: 24%;
  }
}
@media screen and (max-width: 599px) {
  .p-bnr li {
    margin: 0 2% 1em 0;
    width: 48%;
  }
  .p-bnr li dd {
    font-size: 70%;
  }
}
.p-bnr a {
  color: #2a2a2a;
  text-decoration: none;
}

.p-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.p-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-page-ttl {
  color: #000645;
  font-weight: normal;
  padding: 0 0 2em;
}
.p-page-ttl:first-letter {
  font-size: 124%;
}
.p-page-ttl__en {
  font-size: 331%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.p-page-ttl__en .__fl {
  font-size: 131%;
  letter-spacing: -.065em;
}
.p-page-ttl__ja {
  display: inline-block;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: .15em;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .p-page-ttl {
    padding: 0 0 2em 2em;
  }
  .p-page-ttl__en {
    font-size: 277%;
  }
}
@media screen and (max-width: 599px) {
  .p-page-ttl {
    padding: 0 0 1.5em 1em;
  }
  .p-page-ttl__en {
    font-size: 216%;
  }
  .p-page-ttl__ja {
    display: block;
    margin: 0;
    padding: 0;
  }
  .p-page-ttl__ja:before {
    bottom: -1.2em;
  }
}

.p-pt_massage-s {
  letter-spacing: -.04em;
}

.p-pt_massage-a {
  letter-spacing: -.1em;
}

.p-ttl01 {
  font-size: 200%;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .05em;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  padding: 0 0 .6em;
  margin: 0 0 2em;
}
.p-ttl01::before, .p-ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.p-ttl01::before {
  border-bottom: 2px solid #4c9edc;
  height: 0;
  z-index: 0;
}
.p-ttl01::after {
  border-bottom: 2px solid #ccc;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-ttl01 {
    font-size: 124%;
  }
}

.p-ttl02 {
  border-bottom: 1px solid #ccc;
  font-size: 139%;
  position: relative;
  padding: 0 0 .8em;
  margin: 0 0 1.2em;
}
.p-ttl02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #4c9edc;
  bottom: -1px;
  width: 4%;
}

.p-ttl03 {
  border-bottom: 1px solid #ccc;
  font-size: 139%;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .03em;
  padding: 0 0 .8em;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 599px) {
  .p-ttl03 {
    font-size: 116%;
  }
}

.p-ttl04 {
  border-bottom: 1px solid #141414;
  font-size: 139%;
  letter-spacing: .1em;
  padding: 0 0 .8em;
  margin: 0 0 1.2em;
  display: flex;
}
.p-ttl04 .is-num {
  color: #4c9edc;
  display: inline-block;
  position: relative;
  padding: 0 .8em 0 0;
  margin: 0 .8em 0 0;
}
.p-ttl04 .is-num:after {
  content: "";
  background: #d9d9d9;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .p-ttl04 {
    font-size: 116%;
  }
}

.p-ttl05 {
  font-size: 185%;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-ttl05 {
    font-size: 124%;
  }
}

.p-ttl06 {
  font-size: 147%;
  font-weight: 500;
  padding-bottom: 1em;
}

.p-ttl07 {
  color: #000645;
  font-size: 139%;
  letter-spacing: .03em;
  padding: 0 0 .8em;
  margin: 0 0 1.2em;
  display: flex;
  align-items: center;
}
.p-ttl07 .is-num {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-style: italic;
  font-size: 185%;
  display: inline-block;
  position: relative;
  padding: .35em .4em;
  border: 1px solid #000645;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  border-radius: 3em;
  margin-right: .25em;
}
.p-ttl07 .is-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 124%;
  position: relative;
  display: block;
  width: 100%;
}
.p-ttl07 .is-ttl::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000645;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.p-ttl07 .is-ttl--ti {
  text-indent: 0;
}
@media screen and (max-width: 599px) {
  .p-ttl07 {
    font-size: 116%;
  }
  .p-ttl07 .is-num {
    font-size: 154%;
    padding: .35em .55em;
  }
}

.p-mv-slider {
  height: 600px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: black;
}
.p-mv-slider::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: rgba(64, 194, 255, 0.3);
  mix-blend-mode: multiply;
}
.p-mv-slider .p-global2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 2em 0 1em;
}
@media screen and (max-width: 959px) {
  .p-mv-slider {
    height: 55vh;
  }
  .p-mv-slider .p-global2 {
    display: none;
  }
}

a.p-sdb {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 8em;
  font-size: 124%;
  letter-spacing: .1em;
}
a.p-sdb span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 54px;
  margin-left: -22px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translate(-50%, 0);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  a.p-sdb span {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 599px) {
  a.p-sdb {
    bottom: 3.5em;
  }
  a.p-sdb span {
    width: 24px;
    height: 24px;
    margin-left: -12px;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.p-top-youtube {
  display: flex;
  background: #fff;
  align-items: center;
  width: 100%;
}
.p-top-youtube li:first-child {
  width: 60%;
}
.p-top-youtube li:last-child {
  width: 40%;
}
.p-top-youtube__left {
  padding: 0 8vw;
}
.p-top-youtube__right {
  position: relative;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  width: 100%;
}
.p-top-youtube__right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-thumbnail {
  cursor: pointer;
}

#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: .5s;
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 64vw;
  height: 36vw;
}
@media screen and (max-width: 599px) {
  #modal-video iframe {
    width: 96vw;
    height: 54vw;
  }
}

.p-top-mv-purpose {
  background: #18a1df;
  background: linear-gradient(180deg, rgba(24, 161, 223, 0.3) 0%, white 100%);
  padding: 1.5em 50px 1.5em 2em;
  position: relative;
}
.p-top-mv-purpose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 9999;
  background: linear-gradient(180deg, #5a4f7f 0%, white 100%);
}
@media screen and (max-width: 959px) {
  .p-top-mv-purpose::before {
    display: none;
  }
}

.p-top-purpose {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3em;
}
.p-top-purpose__left {
  width: 53%;
}
.p-top-purpose__right {
  width: 44%;
  padding-top: 3.2em;
}
@media screen and (max-width: 959px) {
  .p-top-purpose {
    flex-direction: column;
  }
  .p-top-purpose__left {
    width: 100%;
    padding: 0 0 3em;
  }
  .p-top-purpose__right {
    width: 100%;
    padding: 0;
  }
}

.p-top-movie {
  background: #f2f2f2;
  position: relative;
  padding: 2.5em 3em;
}
@media screen and (max-width: 959px) {
  .p-top-movie {
    padding: 2em 1em;
  }
  .p-top-movie::after {
    display: none;
  }
}
.p-top-movie .p-movie-ttl {
  display: flex;
  width: 100%;
}
.p-top-movie .p-movie-ttl .__main {
  background: #dc143c;
  color: #fff;
  display: inline-block;
  font-size: 124%;
  padding: .25em .85em;
}
.p-top-movie .p-movie-ttl .__txt {
  color: #000645;
  font-size: 124%;
  font-weight: 500;
}
.p-top-movie .p-movie-ttl dt {
  width: 9.5em;
}
.p-top-movie .p-movie-ttl dd span {
  display: inline-block;
  position: relative;
  line-height: 1.65;
}
.p-top-movie .p-movie-ttl dd span::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2EA7E0;
}
@media screen and (max-width: 1279px) {
  .p-top-movie .p-movie-ttl {
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .p-top-movie .p-movie-ttl {
    padding-bottom: .5em;
  }
  .p-top-movie .p-movie-ttl dt, .p-top-movie .p-movie-ttl dd {
    width: auto;
  }
  .p-top-movie .p-movie-ttl dt {
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .p-top-movie .p-movie-ttl .__main {
    font-size: 108%;
  }
  .p-top-movie .p-movie-ttl .__txt {
    font-size: 100%;
  }
}
.p-top-movie .p-movie-youtube .__youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: .65em;
}
.p-top-movie .p-movie-youtube .__youtube iframe {
  width: 100%;
  height: 100%;
}
.p-top-movie .p-movie-youtube dd {
  color: #000645;
}
@media screen and (max-width: 959px) {
  .p-top-movie .p-movie-youtube dd {
    font-size: 85%;
    line-height: 1.55;
  }
}

@media screen and (max-width: 959px) {
  .p-top-partner {
    padding: 0em;
  }
}

.p-top-partnership {
  display: flex;
  justify-content: space-between;
}
.p-top-partnership__number {
  width: 34%;
}
.p-top-partnership__txt {
  width: 60%;
}
.p-top-partnership__txt .__btn {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .p-top-partnership {
    flex-direction: column;
  }
  .p-top-partnership__number {
    width: 50%;
    padding-bottom: 1em;
  }
  .p-top-partnership__txt {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-top-partnership__number {
    width: 75%;
  }
}

.p-top-sec {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.p-top-sec--md {
  width: 80%;
}
@media screen and (max-width: 1279px) {
  .p-top-sec--md {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .p-top-sec {
    min-width: 94%;
  }
}
.p-top-sec-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 185%;
  font-weight: normal;
  letter-spacing: .05em;
  text-align: center;
  padding: .5em 0 1.2em;
}
.p-top-sec-ttl--event {
  text-align: left;
  padding-top: 0;
}
@media screen and (max-width: 599px) {
  .p-top-sec-ttl {
    padding: 0 0 1em;
  }
}
.p-top-sec-more {
  position: absolute;
  top: 0;
  left: 12em;
}
@media screen and (max-width: 959px) {
  .p-top-sec-more {
    padding: 1.5em 0 0;
    position: inherit;
    text-align: center;
    top: 1em;
    left: 0;
  }
}
.p-top-sec-more--news {
  position: inherit;
  padding: 1.5em 0 0;
  position: inherit;
  left: 0;
  border: auto;
  text-align: center;
}
.p-top-sec-more a {
  color: #2a2a2a;
  text-decoration: none;
  position: relative;
}
.p-top-sec-more a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #141414;
  display: block;
  left: -1.8em;
  top: 8%;
}
.p-top-sec-more a::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: -1.35em;
  top: 40%;
}

.p-event-wrap {
  display: flex;
  padding: 0 3em;
}
.p-event-wrap .p-event--coming {
  width: 40%;
}
.p-event-wrap .p-event--coming li {
  width: 95%;
}
.p-event-wrap .p-event--result {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-event-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-event-wrap {
    flex-direction: column;
  }
  .p-event-wrap .p-event--coming {
    width: 100%;
    padding-bottom: 3em;
  }
  .p-event-wrap .p-event--result {
    width: 100%;
  }
}

.p-event-result-ttl {
  position: absolute;
  top: 0;
  font-size: 124%;
}
@media screen and (max-width: 599px) {
  .p-event-result-ttl {
    top: -1.25em;
  }
}

.p-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3em;
}
@media screen and (max-width: 599px) {
  .p-event {
    margin: 0;
    padding-top: 1em;
  }
}
.p-event--list {
  justify-content: unset;
  margin-right: -2%;
  padding: 0 0 4em;
}
.p-event--list li {
  margin: 0 2% 2em 0;
}
@media screen and (max-width: 599px) {
  .p-event--list {
    margin-right: 0;
  }
  .p-event--list li {
    margin-right: 0;
  }
}
.p-event li {
  box-sizing: border-box;
  width: 45%;
}
@media screen and (max-width: 959px) {
  .p-event li {
    width: 48%;
    margin: 0 2% 2em 0;
  }
}
@media screen and (max-width: 599px) {
  .p-event li {
    margin: 0 0 2em 0;
    width: 100%;
  }
  .p-event li:last-child {
    margin: 0;
  }
  .p-event li dd:nth-of-type(1) {
    padding: 0 0 .1em;
  }
}
.p-event a {
  color: #2a2a2a;
  text-decoration: none;
}
.p-event__label {
  position: absolute;
  bottom: 2.5em;
  background: #4c9edc;
  color: #fff;
  padding: 0 1.5em;
  left: -.5em;
  letter-spacing: .1em;
  font-style: oblique;
  font-size: 93%;
}

.p-event--coming {
  position: relative;
}
.p-event--coming .p-event-balloon {
  position: absolute;
  content: '';
  left: -45px;
  width: 90px;
  height: 90px;
  background: url(../img/top/coming-event.png) no-repeat;
  background-size: cover;
  z-index: 10;
}
.p-event--coming .p-event {
  justify-content: space-between;
}
.p-event--coming .p-event li {
  width: 72%;
}
.p-event--coming::after {
  content: '';
  position: absolute;
  background: #ccc;
  width: 1px;
  height: 100%;
  top: 0;
  right: 14%;
}
@media screen and (max-width: 1279px) {
  .p-event--coming .p-event-balloon {
    top: 5px;
    left: -10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-event--coming .p-event-balloon {
    top: -10px;
  }
  .p-event--coming .p-event li {
    width: 100%;
  }
  .p-event--coming::after {
    display: none;
  }
}

.p-card {
  transition: 0.5s;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.p-card.is-pickup {
  position: relative;
}
.p-card.is-pickup::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  z-index: 99;
  background: #f52d58;
  transform: rotate(45deg);
}
.p-card.is-pickup::after {
  content: 'PICK UP';
  font-size: 100%;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  position: absolute;
  top: .8em;
  left: .1em;
  z-index: 100;
  color: #fff;
  transform: rotate(-45deg);
}
.p-card:hover .p-card-thumbail-img:after {
  opacity: 1;
}
.p-card:hover .p-card-thumbail-img img {
  transform: scale(1.1);
  filter: blur(3px) grayscale(100%);
}
.p-card:hover .p-card-thumbnail-more {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.p-card dd span {
  display: inline-block;
}
.p-card dd:nth-of-type(1) {
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
  margin-bottom: .5em;
  display: -webkit-box;
  overflow: hidden;
}
.p-card dd:nth-of-type(2) {
  color: #8c8c8c;
  font-size: 85%;
  letter-spacing: .05em;
}
.p-card--event dd:nth-of-type(2) {
  position: relative;
  padding: 0 0 0 2em;
}
.p-card--event dd:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background: url(../img//common/icon_calendar.png) no-repeat;
  background-size: cover;
  top: 22%;
  left: 0;
}

.p-card-thumbnail {
  border: 1px solid #ebebeb;
  display: table;
  padding: 0;
  margin-bottom: 1em;
  width: 100%;
  height: 180px;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-card-thumbnail-more {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: lighter;
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0.5s, transform 0.8s;
  transform: translate(-50%, -75%);
  padding: 6px 12px 8px;
  opacity: 0;
}

.p-card-thumbail-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.p-card-thumbail-img:after {
  transition: 0.5s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.p-card-thumbail-img img {
  max-width: 100%;
  max-height: 180px;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s;
}

.p-event-date {
  border-top: 2px solid #4c9edc;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  font-family: "futura-pt", sans-serif;
  padding: 1em .7em .5em;
  text-align: center;
}
.p-event-date span {
  display: block;
  line-height: 1.2;
}
.p-event-date__day {
  color: #fff;
  font-size: 154%;
}
.p-event-date__week {
  color: #4c9edc;
  font-size: 85%;
}

.p-top-news {
  padding: 1em 0 0;
  margin: 0 auto;
}
.p-top-news li.is-pickup {
  position: relative;
  overflow: hidden;
}
.p-top-news li.is-pickup::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 90px;
  height: 90px;
  z-index: 99;
  background: #f52d58;
  transform: rotate(45deg);
}
.p-top-news li.is-pickup::after {
  content: 'PICK UP';
  font-size: 77%;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  position: absolute;
  top: .5em;
  left: 0;
  z-index: 100;
  color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .p-top-news li.is-pickup::before {
    top: -78px;
  }
  .p-top-news li.is-pickup::after {
    font-size: 70%;
    top: .4em;
    left: auto;
    right: -.2em;
    transform: rotate(45deg);
  }
}
.p-top-news a {
  background: #fff;
  color: #2a2a2a;
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  position: relative;
  margin-bottom: .6em;
}
@media screen and (max-width: 599px) {
  .p-top-news a {
    padding: .8em 2em .8em .8em;
  }
}
.p-top-news a dl {
  overflow: hidden;
}
.p-top-news a dt {
  float: left;
  width: 18em;
}
@media screen and (max-width: 1279px) {
  .p-top-news a dt {
    float: none;
    width: 100%;
    padding: 0 0 .5em;
  }
}
.p-top-news a dd {
  margin-left: 19em;
}
@media screen and (max-width: 1279px) {
  .p-top-news a dd {
    margin: 0;
    line-height: 1.35;
    text-align: justify;
  }
}
.p-top-news a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  right: 1em;
  top: 40%;
  transform: rotate(45deg);
  transition: all .2s ease;
}
.p-top-news a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.p-top-news a:hover:after {
  right: .5em;
}
.p-top-news-date {
  color: #999;
}

.p-news-label {
  background: #2EA7E0;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 85%;
  padding: .05em 1em;
  margin-right: 1em;
  text-align: center;
  width: 9em;
}
.p-news-label--activity {
  background: #000645;
}
@media screen and (max-width: 599px) {
  .p-news-label {
    font-size: 70%;
    letter-spacing: .1em;
    line-height: 1;
    padding: .4em .75em;
    width: auto;
  }
}

.p-news-tab {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1em;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .p-news-tab {
    justify-content: flex-start;
    position: inherit;
  }
}
.p-news-tab li {
  box-sizing: border-box;
  border-top: 1px solid #141414;
  border-right: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
.p-news-tab li:nth-of-type(1) {
  border-left: 1px solid #141414;
}
.p-news-tab li a {
  display: none;
  color: #141414;
  display: inline-block;
  letter-spacing: .05em;
  padding: .6em 1em;
  text-decoration: none;
}
.p-news-tab li a:hover {
  background: #474747;
  color: #fff;
}
.p-news-tab li a.is-active {
  background: #141414;
  color: #fff;
}

.p-top-card {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 599px) {
  .p-top-card {
    height: auto;
  }
}
.p-top-card li {
  float: left;
  height: 400px;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .p-top-card li {
    float: none;
    height: 200px;
    width: 100%;
  }
}
.p-top-card li:nth-of-type(1) {
  background: url(../img/top/card_message.jpg) center center no-repeat;
  border-right: 1px solid #fff;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .p-top-card li:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.p-top-card li:nth-of-type(2) {
  background: url(../img/top/card_member.jpg) center center no-repeat;
  background-size: cover;
}
.p-top-card a {
  color: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  transition: .25s ease-in-out;
  box-sizing: border-box;
}
.p-top-card a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.p-top-card a:hover .p-tc-btn span:before {
  left: 60%;
}
.p-top-card a h3 {
  position: absolute;
  bottom: 1em;
  left: 5%;
  letter-spacing: .1em;
  text-align: left;
  font-weight: normal;
}
.p-top-card a h3 span {
  display: block;
  font-size: 170%;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .1em;
  padding: 1em 0 0;
}
.p-top-card a .p-tc-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -9999;
  background: #4c9edc;
  width: 40px;
  height: 40px;
}
.p-top-card a .p-tc-btn span {
  display: block;
  position: relative;
}
.p-top-card a .p-tc-btn span:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 15px;
  left: 45%;
  transform: translateX(-65%) rotate(45deg);
  transition: all .2s ease;
}

.p-movie-ttl {
  padding-bottom: 2em;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .p-movie-ttl {
    width: 65vw;
  }
}
@media screen and (max-width: 599px) {
  .p-movie-ttl {
    width: 100%;
  }
}

.p-movie-slider {
  width: 100%;
  margin-bottom: 1em;
}
.p-movie-slider li {
  margin: 0 0.5% 0 0;
}
.p-movie-slider .slick-list {
  padding: 0 0 0 0 !important;
}
.p-movie-slider .slick-arrow {
  font-size: 0;
  outline: 0;
  border: 1px solid #141414;
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: absolute;
  width: 100px;
  height: 40px;
  top: -40px;
  z-index: 9;
}
.p-movie-slider .slick-prev {
  left: calc(100vw - (50/1280*100%) - 129px - (100/698*100%) - 30px);
}
.p-movie-slider .slick-prev::before {
  content: '';
  background: url(../img/top/arrow_prev.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie-slider .slick-next {
  left: calc(100vw - (50/1280*100%) - 50px - (100/698*100%) - 10px);
}
.p-movie-slider .slick-next::before {
  content: '';
  background: url(../img/top/arrow_next.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .p-movie-slider .slick-prev {
    left: calc(100vw - (50/1280*100%) - 79px - (100/698*100%) - 30px);
  }
  .p-movie-slider .slick-arrow {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .p-movie-slider .slick-prev, .p-movie-slider .slick-next {
    display: none !important;
  }
  .p-movie-slider li {
    margin: 0;
  }
}

.p-mv {
  height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: black;
  margin-bottom: 2em;
}
.p-mv--news {
  background: url(../img//news/mv_news.jpg) no-repeat center center/cover;
}
.p-mv--xi-news {
  background: url(../img//xi-news/mv_xi-news.jpg) no-repeat center center/cover;
}
.p-mv--event {
  background: url(../img//event/mv_event.jpg) no-repeat center center/cover;
}
.p-mv--message {
  background: url(../img//message/mv_message.jpg) no-repeat center center/cover;
}
.p-mv--purpose {
  background: url(../img//purpose/mv_purpose.jpg) no-repeat center center/cover;
}
.p-mv--member {
  background: url(../img//member/mv_member.jpg) no-repeat center center/cover;
}
.p-mv--access {
  background: url(../img//access/mv_access.jpg) no-repeat center center/cover;
}
.p-mv--contact {
  background: url(../img//contact/mv_contact.jpg) no-repeat center center/cover;
}
.p-mv--movie {
  background: url(../img//movie/mv_movie.jpg) no-repeat center center/cover;
}
.p-mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 959px) {
  .p-mv {
    height: 180px;
    margin-top: 60px;
    margin-bottom: 4.5em;
  }
}
@media screen and (max-width: 599px) {
  .p-mv {
    margin-bottom: 3em;
  }
}

.p-news-list {
  padding: 0;
  margin: 0 auto;
}
.p-news-list li {
  border-bottom: 1px solid #ebebeb;
}
.p-news-list li.is-pickup {
  position: relative;
}
.p-news-list li.is-pickup::before {
  content: '';
  position: absolute;
  width: calc(180px / 2);
  height: calc(94px / 2);
  top: 0;
  left: 0;
  background: url(../img/news/pickup.png) no-repeat;
  background-size: cover;
  z-index: 100;
}
.p-news-list a {
  color: #2a2a2a;
  display: block;
  padding: 1.5em 2em 1.5em 0;
  text-decoration: none;
  position: relative;
  margin-bottom: .6em;
}
.p-news-list a dl {
  display: flex;
}
.p-news-list a dt {
  width: 18em;
}
.p-news-list a dd {
  width: calc(100% - 19em);
  font-weight: 500;
}
.p-news-list a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  right: 1em;
  top: 50%;
  transform: rotate(45deg);
  transition: all .2s ease;
}
.p-news-list a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.p-news-list a:hover:after {
  right: .5em;
}
@media screen and (max-width: 599px) {
  .p-news-list a {
    padding: 1em 1.5em 1em 0;
  }
  .p-news-list a dl {
    flex-direction: column;
  }
  .p-news-list a dt, .p-news-list a dd {
    width: 100%;
  }
  .p-news-list a dt {
    padding-bottom: .8em;
  }
  .p-news-list a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #2a2a2a;
    border-right: 2px solid #2a2a2a;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    transition: none;
  }
  .p-news-list a:hover:after {
    right: 0;
  }
}
.p-news-list-date {
  color: #999;
}
.p-news-list--pickup {
  border-top: 1px solid #ebebeb;
}
.p-news-list--pickup a {
  padding: 3.4em 2em 1em 0;
}

.p-xi-news a dt {
  width: 12em;
}
.p-xi-news a dd {
  width: calc(100% - 13em);
}
@media screen and (max-width: 599px) {
  .p-xi-news a dt, .p-xi-news a dd {
    width: 100%;
  }
}

.p-news-list-thumb {
  display: flex;
  justify-content: space-between;
}
.p-news-list-thumb .__ttl {
  width: calc(100% - 200px);
  font-weight: 500;
}
.p-news-list-thumb .__img {
  width: 180px;
  background-size: cover;
  border: 1px solid #ebebeb;
  display: table;
  padding: 0;
  height: 140px;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
}
.p-news-list-thumb .__img figure {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.p-news-list-thumb .__img figure img {
  max-width: 100%;
  max-height: 140px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 599px) {
  .p-news-list-thumb .__ttl {
    width: calc(100% - 110px);
  }
  .p-news-list-thumb .__img {
    width: 90px;
    height: 80px;
  }
}

.p-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  margin-right: -2%;
  padding: 0 0 4em;
}
.p-news li {
  box-sizing: border-box;
  margin: 0 2% 2em 0;
  width: 31%;
}
@media screen and (max-width: 959px) {
  .p-news li {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .p-news li {
    margin: 0 0 2em 0;
    width: 100%;
  }
  .p-news li:last-child {
    margin: 0;
  }
  .p-news li dd {
    font-size: 70%;
  }
  .p-news li dd:nth-of-type(1) {
    padding: 0 0 .1em;
  }
}
.p-news a {
  color: #2a2a2a;
  text-decoration: none;
}
.p-news__label {
  position: absolute;
  bottom: 2.5em;
  background: #4c9edc;
  color: #fff;
  padding: 0 1.5em;
  left: -.5em;
  letter-spacing: .1em;
  font-style: oblique;
  font-size: 93%;
}

.p-pickup-box {
  background: #ffccb3;
  background: linear-gradient(180deg, #ffccb3 0%, white 100%);
  margin-bottom: 4em;
  position: relative;
}
.p-pickup-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(354px / 2);
  height: calc(232px / 2);
  background: url(../img/event/coming-event.png) no-repeat;
  background-size: cover;
  z-index: 99;
}
.p-pickup-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/event/line_bg.svg) no-repeat;
  background-size: 1500px auto;
}
@media screen and (max-width: 599px) {
  .p-pickup-box::after {
    width: calc(354px / 3.5);
    height: calc(232px / 3.5);
  }
}

.p-pickup-box__inner {
  padding: 5em 4vw 3em;
}
@media screen and (max-width: 1279px) {
  .p-pickup-box__inner {
    padding: 5em 2vw 3em;
  }
}
@media screen and (max-width: 959px) {
  .p-pickup-box__inner {
    padding: 5em 10vw 2em;
  }
}
@media screen and (max-width: 599px) {
  .p-pickup-box__inner {
    padding: 3em 2.2em;
  }
}

.p-pickup-item {
  display: flex;
  justify-content: center;
}
.p-pickup-item li {
  width: 50%;
  position: relative;
}
.p-pickup-item a {
  text-decoration: none;
}
.p-pickup-item__date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #01008A;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: .55em;
}
.p-pickup-item__date dt, .p-pickup-item__date dd {
  display: block;
}
.p-pickup-item__date dt {
  color: #fff;
}
.p-pickup-item__date .__year {
  font-size: 108%;
}
.p-pickup-item__date .__month {
  font-size: 193%;
}
.p-pickup-item__date .__week {
  text-align: center;
  font-size: 108%;
}
.p-pickup-item__date .__dot {
  padding: 0 .1em;
}
@media screen and (max-width: 959px) {
  .p-pickup-item {
    flex-direction: column;
  }
  .p-pickup-item li {
    width: 100%;
  }
  .p-pickup-item li:last-child {
    margin-top: 2em;
  }
}
@media screen and (max-width: 599px) {
  .p-pickup-item__date {
    display: flex;
    padding: .25em .5em;
  }
  .p-pickup-item__date .__year, .p-pickup-item__date .__month, .p-pickup-item__date .__week {
    font-size: 100%;
    padding-right: .5em;
  }
}

.p-pickup-id dt {
  width: 100%;
  background-size: cover;
  display: table;
  padding: 0;
  margin-bottom: 1em;
  height: 250px;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
}
.p-pickup-id dt figure {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.p-pickup-id dt figure img {
  max-width: 100%;
  max-height: 400px;
  height: auto;
  vertical-align: bottom;
}
.p-pickup-id dd {
  color: #2a2a2a;
  font-size: 116%;
  padding: 0 2em;
}
@media screen and (max-width: 1279px) {
  .p-pickup-id dt figure img {
    max-height: 280px;
  }
}
@media screen and (max-width: 599px) {
  .p-pickup-id {
    padding-top: 2.8em;
  }
  .p-pickup-id dd {
    font-size: 100%;
    line-height: 1.45;
    padding: 0;
  }
}

a .p-pickup-id dt figure:hover {
  background: #fff;
  transition: ease .75s;
}

.p-xii-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 4em;
}
.p-xii-news li {
  box-sizing: border-box;
  width: 47%;
  margin-bottom: 2em;
}
@media screen and (max-width: 959px) {
  .p-xii-news li {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .p-xii-news li {
    margin: 0 0 2em 0;
    width: 100%;
  }
  .p-xii-news li:last-child {
    margin: 0;
  }
  .p-xii-news li dd {
    font-size: 93%;
  }
  .p-xii-news li dd:nth-of-type(1) {
    padding: 0 0 .1em;
  }
}
.p-xii-news a {
  color: #2a2a2a;
  text-decoration: none;
}
.p-xii-news__label {
  position: absolute;
  bottom: 2.5em;
  background: #4c9edc;
  color: #fff;
  padding: 0 1.5em;
  left: -.5em;
  letter-spacing: .1em;
  font-style: oblique;
  font-size: 93%;
}

.p-post-head {
  padding: 0 0 3.2em;
}
.p-post-head ul {
  letter-spacing: .1em;
}
.p-post-head ul li {
  display: inline-block;
}
.p-post-head ul li:nth-of-type(1) {
  background: #000645;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  font-size: 85%;
  padding: .05em 1em;
  text-align: center;
  width: 9em;
}
@media screen and (max-width: 599px) {
  .p-post-head ul li:nth-of-type(1) {
    font-size: 70%;
    letter-spacing: .1em;
    width: auto;
  }
}
.p-post-head ul li.__news {
  background: #2EA7E0;
}
.p-post-head ul li:nth-of-type(2) {
  color: #999;
  padding: 0 0 0 1em;
}
.p-post-head .__date {
  color: #999;
}

.p-post-ttl {
  font-size: 170%;
  letter-spacing: .05em;
  padding: 0 0 .9em;
}
@media screen and (max-width: 959px) {
  .p-post-ttl {
    font-size: 139%;
  }
}
@media screen and (max-width: 599px) {
  .p-post-ttl {
    font-size: 124%;
  }
}

.p-entry-flyer {
  padding: 0 10em .5em;
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .p-entry-flyer {
    padding: 0 0 .5em;
  }
}

.p-entry-flyer-head {
  padding: 0 0 .5em;
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .p-entry-flyer-head {
    padding: 0 3.5em .5em;
  }
}

.p-entry-flyer-links {
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
  padding-left: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
.p-entry-flyer-links li:first-child {
  padding-right: 1em;
}
@media screen and (max-width: 599px) {
  .p-entry-flyer-links {
    flex-direction: column;
    padding-bottom: .5em;
  }
  .p-entry-flyer-links li:first-child {
    padding-bottom: .35em;
  }
}

.p-entry, .p-entry--event {
  letter-spacing: .1em;
  padding: 0 0 4em;
}
.p-entry h2, .p-entry--event h2 {
  font-size: 139%;
  margin: 2.5em 0 1.2em;
  border-left: 2px solid #4c9edc;
  padding: .5em 0 0.5em 1.2em;
}
@media screen and (max-width: 599px) {
  .p-entry h2, .p-entry--event h2 {
    font-size: 124%;
    padding: 0 0 .2em .8em;
    margin: 1em 0 .8em;
  }
}
.p-entry h3, .p-entry--event h3 {
  font-size: 124%;
  margin: 3em 0 1.2em;
}
@media screen and (max-width: 599px) {
  .p-entry h3, .p-entry--event h3 {
    font-size: 108%;
    margin: 2em 0 .8em;
  }
}
.p-entry p, .p-entry--event p {
  margin: 0 0 1.5em;
  text-align: justify;
}
.p-entry ul, .p-entry--event ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 2em;
}
.p-entry ol, .p-entry--event ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 2em;
}
.p-entry dl, .p-entry--event dl {
  overflow: hidden;
}
.p-entry dl dt, .p-entry--event dl dt {
  float: left;
  font-weight: 500;
  width: 10em;
}
.p-entry dl dd, .p-entry--event dl dd {
  line-height: 1.45;
  margin-left: 11em;
  padding: 0 0 1em;
}
@media screen and (max-width: 599px) {
  .p-entry dl dt, .p-entry--event dl dt {
    float: none;
    width: auto;
  }
  .p-entry dl dd, .p-entry--event dl dd {
    margin: 0;
  }
}
.p-entry table, .p-entry--event table {
  margin: 2em 0;
}
.p-entry table th, .p-entry table td, .p-entry--event table th, .p-entry--event table td {
  border: 1px solid #d9d9d9;
  padding: 1em;
}
.p-entry table th, .p-entry--event table th {
  background: #f1f1f1;
  text-align: center;
}
.p-entry img, .p-entry--event img {
  text-align: center;
}
.p-entry a, .p-entry--event a {
  transition: .2s;
}
.p-entry a:hover, .p-entry--event a:hover {
  opacity: .6;
}
.p-entry strong, .p-entry--event strong {
  font-weight: 500;
}

.p-entry-btn-set {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: .5em;
}
.p-entry-btn-set div {
  padding-bottom: .5em;
}
.p-entry-btn-set p {
  color: #ff0033;
  text-align: center;
}

.p-entry--event h2 {
  border-bottom: 1px solid #ccc;
  border-left: none;
  font-size: 139%;
  padding: 0 0 1em;
  margin: 2.5em 0 1.2em;
}
@media screen and (max-width: 599px) {
  .p-entry--event h2 {
    font-size: 124%;
    padding: 0 0 .5em;
    margin: 1em 0 .8em;
  }
}

.p-event-item-ttl {
  display: block;
  font-size: 116%;
  padding-bottom: .5em;
}
@media screen and (max-width: 599px) {
  .p-event-item-ttl {
    font-size: 108%;
  }
}

.p-event-label {
  background: #000645;
  color: #fff;
  display: inline-block;
  font-size: 93%;
  line-height: 1;
  padding: .35em 1.15em;
}

.p-post-files {
  border: 1px solid #ebebeb;
  padding: 2em;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .p-post-files {
    padding: 1em;
  }
}
.p-post-files ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.p-post-files ul li {
  border-bottom: 1px dotted #d9d9d9;
}
.p-post-files ul li a {
  display: inline-block;
  padding: .5em .5em .5em 100px;
  text-indent: -100px;
}
.p-post-files ul li a span {
  display: inline-block;
  font-size: 77%;
  width: 80px;
  text-align: center;
  text-indent: 0;
  margin-right: 15px;
  line-height: 1.3;
}

.p-entry-flex {
  display: flex;
  justify-content: space-between;
}
.p-entry-flex div:first-child {
  width: 50%;
}
.p-entry-flex div:last-child {
  width: 45%;
}
@media screen and (max-width: 599px) {
  .p-entry-flex {
    flex-direction: column;
  }
  .p-entry-flex div:first-child {
    width: 100%;
    padding-bottom: 1.5em;
  }
  .p-entry-flex div:last-child {
    width: auto;
    padding: 0 3em;
  }
}

.p-entry-event-info {
  display: flex;
  justify-content: space-between;
}
.p-entry-event-info div:first-child {
  width: 62%;
}
.p-entry-event-info div:last-child {
  width: 34%;
}
.p-entry-event-info__detail dt {
  font-weight: 500;
  padding: 0 0 0 1.25em;
  margin-bottom: .45em;
  position: relative;
}
.p-entry-event-info__detail dt::before {
  content: '';
  position: absolute;
  top: .45em;
  left: 0;
  width: 5px;
  height: 1em;
  background: #2EA7E0;
}
.p-entry-event-info__detail dd {
  border-bottom: 1px solid #9082b1;
  padding: 0 0 .5em 1.25em;
  margin-bottom: .85em;
}
@media screen and (max-width: 599px) {
  .p-entry-event-info {
    flex-direction: column;
  }
  .p-entry-event-info div:first-child, .p-entry-event-info div:last-child {
    width: 100%;
    padding-bottom: 2em;
  }
}

.p-pager {
  padding: 0;
}
.p-pager li {
  display: inline-block;
  text-align: center;
}
.p-pager li a {
  padding: 2em 0;
}
.p-pager li:nth-of-type(1) {
  float: left;
  width: 25%;
}
.p-pager li:nth-of-type(2) {
  width: 50%;
}
.p-pager li:nth-of-type(3) {
  float: right;
  width: 25%;
}
@media screen and (max-width: 599px) {
  .p-pager {
    padding: 0 0 4em;
  }
  .p-pager li:nth-of-type(1), .p-pager li:nth-of-type(3) {
    width: 33%;
  }
  .p-pager li:nth-of-type(2) {
    width: 34%;
    font-size: 70%;
  }
}
.p-pager li:nth-of-type(1) a, .p-pager li:nth-of-type(3) a {
  position: relative;
  width: 100%;
}
.p-pager li:nth-of-type(1) a::before, .p-pager li:nth-of-type(3) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.p-pager li:nth-of-type(3) a::before {
  transform: translateX(0) translateY(-50%) rotate(135deg);
}
.p-pager li:nth-of-type(2) a {
  color: #2a2a2a;
  box-shadow: none;
}
.p-pager li:nth-of-type(2) a span {
  position: relative;
  top: .5em;
}
.p-pager li:nth-of-type(2) a span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img//news/icon_list.png) no-repeat;
  top: -2.3em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .p-pager li:nth-of-type(2) a span {
    top: 1em;
  }
  .p-pager li:nth-of-type(2) a span::before {
    top: -2.8em;
  }
}

.p-event-ttl {
  font-size: 170%;
  letter-spacing: .05em;
  padding: 0 0 .9em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-event-ttl {
    font-size: 139%;
  }
}
@media screen and (max-width: 599px) {
  .p-event-ttl {
    font-size: 124%;
  }
}

.p-pager-event {
  padding: 0;
  margin: 5em 0 0;
  display: flex;
  width: 100%;
}
.p-pager-event li {
  display: inline-block;
  width: 50%;
}
.p-pager-event li:nth-of-type(1) a, .p-pager-event li:nth-of-type(2) a {
  padding: 2em 3em;
  position: relative;
}
.p-pager-event li:nth-of-type(1) a::before, .p-pager-event li:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.p-pager-event li:nth-of-type(2) a::before {
  transform: translateX(0) translateY(-50%) rotate(135deg);
}
.p-pager-event li:nth-of-type(1) {
  text-align: left;
}
.p-pager-event li:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-pager-event {
    justify-content: space-between;
  }
  .p-pager-event li {
    width: 49%;
  }
  .p-pager-event:nth-of-type(1) a, .p-pager-event:nth-of-type(2) a {
    width: 99%;
  }
}

.p-event-contact {
  background: #f1f1f1;
  margin: 0 0 3em;
  padding: 2em;
}
.p-event-contact dt {
  font-size: 116%;
  font-weight: 500;
  padding: 0 0 .5em;
}
.p-event-contact dd:nth-of-type(1) {
  font-size: 93%;
}
.p-event-contact dd:nth-of-type(2) {
  font-size: 116%;
  font-weight: 500;
}
.p-event-contact dd:nth-of-type(3) a {
  position: relative;
  padding: 0 0 0 1em;
}
.p-event-contact dd:nth-of-type(3) a:before {
  position: absolute;
  content: "";
  border-right: 2px solid #4c9edc;
  border-bottom: 2px solid #4c9edc;
  width: 6px;
  height: 6px;
  top: 40%;
  left: 0;
  transform: rotate(-45deg);
}

.p-side-ttl {
  font-family: "futura-pt", sans-serif;
  font-size: 154%;
  padding: 0 0 .6em;
}

.p-side-links > li {
  margin: 0 0 .1em;
}
.p-side-links > li > a {
  color: #2a2a2a;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 1.7em;
  margin-bottom: .5em;
}
.p-side-links > li > a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #141414;
  display: block;
  left: 0;
  top: 4px;
}
.p-side-links > li > a::after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: .35em;
  top: 10px;
}
.p-side-links > li > a:hover {
  text-decoration: underline;
}
.p-side-links > li > ul {
  padding: 0 0 0 1.75em;
}
.p-side-links > li > ul li a {
  color: #2a2a2a;
  display: inline-block;
  font-size: 93%;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 1.2em;
  margin-bottom: .5em;
}
.p-side-links > li > ul li a::after {
  content: "";
  position: absolute;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  left: .1em;
  top: 10px;
}
.p-side-links > li > ul li a:hover {
  text-decoration: underline;
}

.p-message {
  display: flex;
  justify-content: space-between;
}
.p-message p {
  line-height: 2;
  text-align: justify;
}
.p-message-ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  font-size: 231%;
  letter-spacing: .01em;
  line-height: 1.65;
  padding-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  .p-message-ttl {
    font-size: 216%;
  }
}
@media screen and (max-width: 959px) {
  .p-message-ttl {
    font-size: 200%;
  }
}
@media screen and (max-width: 599px) {
  .p-message-ttl {
    font-size: 124%;
  }
}
.p-message__left {
  width: 35%;
  margin-top: .5em;
}
.p-message__right {
  width: 60%;
  background: rgba(255, 255, 255, 0.6);
}
.p-message__right p {
  padding: 0 0 2em;
}
.p-message__right .p-director {
  display: flex;
  justify-content: flex-end;
}
.p-message__right .p-director li {
  letter-spacing: .1em;
}
.p-message__right .p-director li:nth-of-type(1) {
  font-size: 85%;
}
.p-message__right .p-director li:nth-of-type(2) {
  font-weight: 500;
  font-size: 162%;
}
.p-message__right .p-director li:nth-of-type(2) span {
  font-size: 77%;
}
.p-message__right .p-director li:nth-of-type(3) {
  color: #bfbfbf;
  font-size: 93%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  padding: .4em 0 0;
}
@media screen and (max-width: 959px) {
  .p-message {
    flex-direction: column;
  }
  .p-message__left, .p-message__right {
    width: 100%;
  }
  .p-message__left {
    padding-bottom: 2em;
  }
  .p-message__right h2 {
    font-size: 139%;
  }
  .p-message__right .p-director li:nth-of-type(2) {
    font-size: 139%;
  }
  .p-message__right .p-director li:nth-of-type(2) span {
    font-size: 85%;
  }
  .p-message__right .p-director li:nth-of-type(3) {
    font-size: 77%;
  }
}

.p-message-sec {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.p-message-sec li {
  width: 47%;
}
.p-message-sec li p {
  padding: 0 0 1.5em;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .p-message-sec li:nth-of-type(1) h2 {
    font-size: 139%;
    padding: 0 0 1.2em;
  }
}
@media screen and (max-width: 599px) {
  .p-message-sec {
    display: block;
  }
  .p-message-sec li {
    width: 100%;
  }
}

.p-member {
  display: flex;
  margin-left: -5%;
  padding: 0 0 5em;
}
.p-member li {
  box-sizing: border-box;
  width: 100%;
  margin-left: 5%;
}
@media screen and (max-width: 599px) {
  .p-member {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 2em;
  }
  .p-member li {
    margin: 0;
  }
  .p-member li:first-child {
    margin-bottom: 1.5em;
  }
}

.p-member-director {
  position: relative;
  padding: 2em 0;
}
.p-member-director:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: 0;
  background: #4c9edc;
}
.p-member-director dt {
  padding: 0 0 .8em;
}
.p-member-director dd:nth-of-type(1) {
  font-size: 200%;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 0 0 .15em;
}
.p-member-director dd:nth-of-type(2) {
  color: #999;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  letter-spacing: .1em;
  padding: 0 0 1em;
}
.p-member-director dd:nth-of-type(3) {
  font-size: 93%;
}
@media screen and (max-width: 959px) {
  .p-member-director dd:nth-of-type(1) {
    font-size: 124%;
  }
}
@media screen and (max-width: 599px) {
  .p-member-director {
    padding: 2em 0 1em;
  }
  .p-member-director dt {
    font-size: 93%;
    padding: 0 0 .1em;
  }
  .p-member-director dd:nth-of-type(2) {
    padding: 0;
  }
}

.p-members {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.p-members li {
  box-sizing: border-box;
  width: 23%;
  margin-left: 2%;
  padding: 0 0 4em;
}
.p-members dt {
  padding: 0 0 1em;
}
.p-members dd:nth-of-type(1) {
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.45;
  padding-bottom: .25em;
}
.p-members dd:nth-of-type(2) {
  font-size: 116%;
  font-weight: 500;
  letter-spacing: .1em;
  padding-bottom: .5em;
}
.p-members dd:nth-of-type(3) {
  color: #999;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: italic;
  letter-spacing: .1em;
  line-height: 1.35;
  padding: 0 0 .5em;
}
.p-members dd:nth-of-type(4) {
  font-size: 93%;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-members li {
    width: 31.333%;
  }
}
@media screen and (max-width: 599px) {
  .p-members li {
    padding: 0 0 1.5em;
    width: 48%;
  }
  .p-members dt {
    padding: 0 0 .5em;
  }
  .p-members dd:nth-of-type(1) {
    font-size: 100%;
    line-height: 1.3;
  }
  .p-members dd:nth-of-type(2) {
    font-size: 85%;
    padding: 0;
  }
  .p-members dd:nth-of-type(3) {
    font-size: 77%;
  }
}

.p-access-sec {
  display: flex;
  justify-content: space-between;
  line-height: 2;
}
.p-access-sec > li {
  width: 47%;
}
.p-access-sec h2 {
  border-bottom: 1px solid #ccc;
  font-size: 139%;
  padding: 0 0 .3em;
  margin: 0 0 .3em;
}
.p-access-sec h3 {
  font-size: 116%;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-access-sec {
    display: block;
  }
  .p-access-sec > li {
    width: 100%;
  }
  .p-access-sec > li:nth-of-type(1) {
    padding-bottom: 2.5em;
  }
}

.p-contact-tel {
  border: 5px solid #d9d9d9;
  padding: 2.5em;
  margin: 0 0 3.5em;
  text-align: center;
}
.p-contact-tel dt {
  padding: 0 0 1em;
}
.p-contact-tel dd {
  font-size: 200%;
  letter-spacing: .05em;
}
.p-contact-tel a {
  color: #000645;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-contact-tel {
    padding: 1.5em;
  }
  .p-contact-tel dt {
    padding: 0 0 .5em;
  }
  .p-contact-tel dd {
    font-size: 139%;
  }
}

.p-movie {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2%;
  margin-bottom: 2em;
}
.p-movie li {
  box-sizing: border-box;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2.4em;
}
.p-movie a {
  color: #2a2a2a;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .p-movie li {
    width: 48%;
    margin: 0 2% 2em 0;
  }
}
@media screen and (max-width: 599px) {
  .p-movie {
    margin: 0 0 2em;
  }
  .p-movie li {
    margin: 0 0 1.5em 0;
    width: 100%;
  }
  .p-movie li:last-child {
    margin: 0;
  }
}

.p-movie-item {
  cursor: pointer;
}
.p-movie-item dt {
  position: relative;
  width: 100%;
  margin-bottom: .5em;
}
.p-movie-item dt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-movie-item dd {
  font-size: 93%;
  font-weight: 500;
  line-height: 1.3;
  text-align: justify;
  padding-right: 1.5em;
}

.p-overview-sec {
  position: relative;
  padding-bottom: 2.5em;
}
.p-overview-sec.is-end {
  padding-bottom: 0;
}

.p-overview_02 {
  display: flex;
  justify-content: space-between;
}
.p-overview_02--ai-end {
  align-items: end;
}
.p-overview_02 li:first-child {
  width: 40%;
}
.p-overview_02 li:last-child {
  width: 55%;
  padding: 5em 0 0;
}
.p-overview_02 li.__01 {
  background: url(../img/purpose/overview_02-01.jpg) no-repeat;
  background-size: cover;
}
.p-overview_02 li.__02 {
  background: url(../img/purpose/overview_02-02.jpg) no-repeat;
  background-size: cover;
}
.p-overview_02 li.__03 {
  background: url(../img/purpose/overview_02-03.jpg) no-repeat;
  background-size: cover;
  height: 180px;
}
@media screen and (max-width: 959px) {
  .p-overview_02 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-overview_02 li:first-child {
    width: 100%;
    height: 300px;
    background-position: center center;
  }
  .p-overview_02 li:last-child {
    width: 100%;
    padding: 1em 0 0;
  }
}
@media screen and (max-width: 599px) {
  .p-overview_02 li:first-child {
    height: 240px;
  }
}

.p-overview-sec-ttl {
  color: #fff;
  font-size: 139%;
  background: #41387d;
  padding: .5em;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-overview-sec-ttl {
    font-size: 116%;
  }
}

.u-hidden_pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-hidden_pc {
    display: inherit;
  }
}

@media screen and (max-width: 599px) {
  .u-hidden_sp {
    display: none;
  }
}

.u-bold {
  font-weight: 500;
}

.u-bold-b {
  font-weight: bold;
}

.u-fs-sm {
  font-size: 85%;
  line-height: 1.6;
}

.u-txt-l {
  text-align: left;
}

.u-txt-c {
  text-align: center;
}

.u-txt-r {
  text-align: right;
}

.u-txt-justify {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-bgc-white {
  background: #fff;
}

.u-bgc-pdf {
  background: #ED1919;
}

.u-bgc-word {
  background: #3570E9;
}

.u-bgc-excel {
  background: #2FB270;
}

.u-label {
  color: #fff;
  padding: .2em 1em;
}

.u-pt-lg {
  padding: 6em 0 0;
}
@media screen and (max-width: 599px) {
  .u-pt-lg {
    padding: 3em 0 0;
  }
}

.u-pb-xs {
  padding: 0 0 1em;
}

.u-pb-sm {
  padding: 0 0 2em;
}
@media screen and (max-width: 599px) {
  .u-pb-sm {
    padding: 0 0 1.5em;
  }
}

.u-pb-md {
  padding: 0 0 4em;
}
@media screen and (max-width: 599px) {
  .u-pb-md {
    padding: 0 0 2em;
  }
}

.u-pb-lg {
  padding: 0 0 6em;
}
@media screen and (max-width: 599px) {
  .u-pb-lg {
    padding: 0 0 3em;
  }
}

@media print {
  * html body {
    zoom: .7;
  }
}
