@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #2c2e2f;
  font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #ccc;
  color: #2c2e2f;
}

::selection {
  background: #ccc;
  color: #2c2e2f;
}

::-moz-selection {
  background: #ccc;
  color: #2c2e2f;
}

.svg-parts {
  width: 0;
  height: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}

.svg-parts .svg-symbol {
  display: none;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--main, .btn--sub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border-radius: 3em;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
}

.btn--main {
  background: linear-gradient(135deg, #333, #111);
  color: #fff;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal;
}

@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--main:hover {
  opacity: 1 !important;
}

.btn--sub {
  border: 1px solid #2c2e2f;
  color: #2c2e2f;
  margin: 1em 0;
  padding: 1.2em 2em;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.btn--sub:hover {
  opacity: 1 !important;
}

.txt--link a {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.txt--link a:hover {
  text-decoration: none;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.txt--big {
  font-size: 1.5em;
  margin: 0 0 1em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.font--roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}

.ph img, .thumb img {
  width: 100%;
}

.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ph::after, .thumb::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  width: 17px;
  height: 2px;
  margin: 0 2.5px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-dots li button {
  width: 100%;
}

.slick-dots li button:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ddd;
  opacity: 1;
}

.slick-dots .slick-active button:before {
  background: #2c2e2f;
}

.date,
.category {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.tit {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.list--info li .date, .list--info li .category {
  display: inline-block;
}

.list--info li.new .tit {
  position: relative;
}

.list--info li.new .tit::after {
  content: 'New';
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 20px;
  color: #4ad4ea;
  padding-left: 5px;
}

.list--info li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.list--info li a:hover {
  opacity: 0.6;
}

.list--info li .list--txt {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #C8DAF9;
}

.header .logo {
  width: 230px;
  height: 70px;
  display: block;
  margin-left: 3%;
  position: absolute;
  top: 40px;
  z-index: 10;
}

.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999em;
  background: no-repeat center url(/static/fcopen/fanplakit/common/logo--fanplakit.svg);
  background-size: contain;
}

.nav {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.nav li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-right: 1em;
}

.block--entry a {
  text-decoration: none;
}

.block--entry a .logo {
  width: 100%;
  height: 136px;
  text-indent: -9999em;
  background: no-repeat center url(/static/fcopen/potal/common/logo--fanplakit.svg);
  background-size: contain;
  margin: 0 auto 20px;
}

.block--entry a .txt--lead {
  width: 54%;
  margin: 0 auto;
  position: relative;
  left: -30px;
}

.block--entry a .txt--lead::before {
  content: '';
  display: block;
  width: 260px;
  height: 260px;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(#68e0cf40), to(#209cff40));
  background: #fff linear-gradient(180deg, #68e0cf40, #209cff40);
  border-radius: 170px;
  position: absolute;
  right: -192px;
  top: -138px;
  z-index: -1;
  opacity: 0.8;
}

.block--entry a .txt--lead::after {
  content: '';
  width: 50px;
  height: 47px;
  display: block;
  background: no-repeat center url(/static/fcopen/potal/common/ico--arrow.svg);
  background-size: contain;
  position: absolute;
  top: -9px;
  right: -59px;
}

.block--sns {
  text-align: center;
}

.block--sns a {
  font-size: 24px;
  color: #2c2e2f;
  text-decoration: none;
}

.block--sns .list--sns {
  position: relative;
}

.block--sns .list--sns::before {
  content: 'Share';
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 42px;
  display: inline-block;
  padding-right: 20px;
}

.block--sns li {
  display: inline-block;
  margin: 0 10px;
}

footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

footer .block--entry {
  width: 320px;
  margin: 0 auto 20vh;
}

footer .block--sns {
  margin-bottom: 110px;
}

footer .block--footer-nav {
  padding: 0 3%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

footer .block--footer-nav .block--nav:first-of-type {
  font-weight: 700;
  margin-bottom: 10px;
}

footer .block--footer-nav .block--nav {
  text-align: right;
}

footer .block--footer-nav .block--nav .list--sub-nav {
  display: inline-block;
}

footer .block--footer-nav .block--nav .list--sub-nav li {
  display: inline-block;
  margin-right: 20px;
}

footer .block--footer-nav .block--nav .list--sub-nav li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #2c2e2f;
}

footer .block--footer-nav .block--nav .list--sub-nav li a.link-coming-soon {
  pointer-events: none;
  opacity: .4;
}

footer .block--footer-nav .block--nav .p-mark {
  display: inline-block;
  width: 30px;
  position: relative;
}

footer .block--footer-nav .block--nav .p-mark a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

footer .block--company .block--mup {
  margin-bottom: 22px;
}

footer .sns-twitter a, footer .block--mup a {
  color: #2c2e2f;
  text-decoration: none;
}

footer .sns-twitter i {
  margin-left: 5px;
}

.content--body {
  position: relative;
  z-index: 2;
  background: none;
}

.content--body a {
  text-decoration: underline;
}

.wrap {
  min-height: 100%;
  position: relative;
}

.contents-tit {
  font-size: 50px;
  margin-bottom: 10px;
}

.list__more {
  display: none;
  margin: 30px 0;
  text-align: right;
}

.list__more a {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}

.section-tit {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 50px;
}

.section--detail {
  width: 80%;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 140px;
}

.detail__btn {
  display: block;
  margin: 2em auto 0;
}

.detail__btn a {
  display: inline-block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
  padding-left: 16px;
}

.detail__btn a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 7px;
  position: absolute;
  left: 2px;
  top: 4px;
}

.detail__btn a::after {
  content: 'BACK';
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}

.youtube iframe,
.youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section--list {
  position: relative;
  z-index: 1;
}

.section--list .no-data {
  font-size: 13px;
}

.pankuzu {
  width: 100%;
  margin: 0 auto;
  padding: 10px 3% 20px;
  border-bottom: 2px solid;
}

.pankuzu .list--pankuzu li {
  display: inline-block;
  line-height: 1;
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}

.pankuzu .list--pankuzu li::after, .pankuzu .list--pankuzu li::before {
  content: '';
  width: 7px;
  height: 1px;
  background: #2c2e2f;
  position: absolute;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  right: 0;
  top: 4px;
}

.pankuzu .list--pankuzu li::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  top: 10px;
}

.pankuzu .list--pankuzu li:last-of-type::after, .pankuzu .list--pankuzu li:last-of-type::before {
  display: none;
}

.pankuzu .list--pankuzu li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #2c2e2f;
}

.limited {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 3px 1em;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  border-radius: 3px;
  background-color: #424242;
  letter-spacing: .1em;
}

.page--home .delighter {
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.page--home .delighter.started {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page--home.loaded .list--characteristics li .free-txt__item {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page--home .header .logo {
  width: 150px;
  height: 50px;
  top: 25px;
}

.page--home .header .logo a {
  text-indent: 0;
  background: none;
}

.page--home .wrap {
  padding-top: 0;
  background: #fff;
  position: relative;
}

.page--home .home-nav {
  position: fixed;
  width: 50%;
  right: 5%;
  top: 20px;
  z-index: 10;
  text-align: right;
  mix-blend-mode: difference;
}

.page--home .home-nav .nav a {
  color: #fff;
}

.page--home .home-nav .nav .g-nav--item__faq a {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.page--home .home-nav .nav .home-nav--item__contact a {
  width: 100%;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: bold;
  display: block;
  border: 2px solid #fff;
}

.page--home .section-tit {
  text-align: center;
}

.page--home .block--section-tit {
  font-weight: 700;
  font-size: 64px;
  position: relative;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 25vh;
  padding: 1% 15%;
  line-height: 1;
  color: #212991;
}

.page--home .block--section-tit h2.section-tit-1 {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 6vw;
  margin-bottom: 14px;
}

.page--home .block--section-tit .section-tit--sub {
  font-size: 1.3vw;
  position: relative;
  font-style: normal;
  letter-spacing: 0.15em;
}

.page--home .block--section-tit .section-tit--sub::after {
  content: '';
  width: 3.5vw;
  display: inline-block;
  height: 2px;
  margin-left: 2vw;
  background-color: #212991;
  vertical-align: middle;
}

.page--home .block-tit {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 5.7vw;
  color: #212991;
  line-height: 0;
  position: absolute;
  width: 25%;
  min-width: 31.72vw;
}

.page--home .block-tit span {
  font-size: 11.4vw;
}

.page--home .block--inner--tit {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 2.28em;
  color: #fff;
}

.page--home .block--inner {
  width: 70%;
  margin: 0 auto;
  max-width: 1100px;
}

.page--home .section--top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.page--home .section--top::after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  pointer-events: none;
  background: rgba(33, 41, 145, 0.7);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page--home .section--top .block--movie {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.page--home .section--top .block--movie video {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page--home .section--top .block--image {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.page--home .section--top .block--image img {
  background-image: url(/static/fcopen/rooms/assets/mp4/fanplarooms_bg_sp.gif);
}

.page--home .section--top .block--lead {
  width: 40%;
  position: relative;
  z-index: 30;
  min-width: 585px;
  text-align: center;
  color: #fff;
}

.page--home .section--top .block--lead .servise--tit--sub {
  z-index: 30;
  margin-bottom: 18px;
}

.page--home .section--top .block--lead .block--lead__logo {
  width: 94%;
  margin: 0 auto 12px;
}

.page--home .section--top .block--lead .block--lead__lead {
  font-size: 1.28em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 26px;
}

.page--home .section--top .block--lead .btn .btn--main {
  background: #fff;
  color: #111;
  font-weight: bold;
}

.page--home .section--about .block--point01 {
  background: #212991;
  position: relative;
}

.page--home .section--about .block--point01 .block-tit {
  right: 8%;
  top: -3.8vw;
}

.page--home .section--about .block--point01 .block--inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 125px 0 177px;
  color: #fff;
}

.page--home .section--about .block--point01 .block--inner .block--inner--left {
  width: 60%;
}

.page--home .section--about .block--point01 .block--inner .block--inner--left .block--inner--tit {
  margin: 110px 0 48px;
}

.page--home .section--about .block--point01 .block--inner .block--inner--left .list--point01 .list--point01__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 36px;
}

.page--home .section--about .block--point01 .block--inner .block--inner--left .list--point01 .list--point01__item span.icon {
  display: block;
  width: 36px;
  height: 36px;
}

.page--home .section--about .block--point01 .block--inner .block--inner--left .list--point01 .list--point01__item p {
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 20px;
}

.page--home .section--about .block--point01 .block--inner .block--inner--right {
  width: 40%;
}

.page--home .section--about .block--point01 .block--inner .block--inner--right .block--thumbnail .block--thumbnail__item img {
  height: 65vh;
  margin: 0 auto;
  border-radius: 10px;
}

.page--home .section--about .block--point01 .block--inner--sp--only {
  display: none;
}

.page--home .section--about .block--point02 {
  position: relative;
}

.page--home .section--about .block--point02 .block-tit {
  left: 8%;
  top: -3.8vw;
  color: #fff;
}

.page--home .section--about .block--point02 .block--inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 130px 0 269px;
}

.page--home .section--about .block--point02 .block--inner .block--inner--left {
  width: 55%;
}

.page--home .section--about .block--point02 .block--inner .block--inner--left .block--inner--tit {
  color: #212991;
  margin-bottom: 57px;
}

.page--home .section--about .block--point02 .block--inner .block--inner--left .block--thumbnail {
  position: sticky;
  position: -webkit-sticky;
  top: 10%;
}

.page--home .section--about .block--point02 .block--inner .block--inner--left .block--thumbnail img {
  width: 95%;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right {
  width: 45%;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 88px;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item {
  width: 43%;
  margin-bottom: 50px;
  position: relative;
  color: #212991;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item span.icon {
  display: block;
  margin-bottom: 20px;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item .tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item .txt {
  font-size: 0.9em;
}

.page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .member::before {
  content: '会員\A限定';
  white-space: pre;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E26A6A;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  line-height: 13px;
  padding: 11px;
}

.page--home .section--about .block--point03 {
  background: #212991;
  position: relative;
}

.page--home .section--about .block--point03 .block-tit {
  right: 8%;
  top: -3.8vw;
}

.page--home .section--about .block--point03 .block--inner {
  padding: 220px 0;
  color: #fff;
}

.page--home .section--about .block--point03 .block--inner .block--inner--tit {
  text-align: center;
  margin-bottom: 45px;
}

.page--home .section--about .block--point03 .block--inner .txt--lead {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 32px;
}

.page--home .section--about .block--point03 .block--inner .txt--sub {
  font-size: 1.0em;
  text-align: center;
}

.page--home .section--about .block--point03 .block--inner .block--thumbnail {
  width: 55%;
  margin: 60px auto;
}

.page--home .section--about .block--point03 .block--inner .block--thumbnail .block--thumbnail__item img {
  margin: 0 auto;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item {
  width: calc(100% / 3 - 2%);
  margin-bottom: 13px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item .inner {
  border: 2px solid #fff;
  height: 100%;
  border-radius: 5px;
  padding: 40px;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item .inner .tit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item .inner .txt {
  font-size: 13px;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item:nth-child(6) {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

.page--home .section--about .block--point03 .block--inner .block--function .list--point03.started li.list--point03__item {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.page--home .section--situation {
  color: #212991;
}

.page--home .section--situation .block--section-tit {
  margin: 15vh 0;
}

.page--home .section--situation .block--inner .list--situation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--home .section--situation .block--inner .list--situation .list--situation__item {
  width: 47%;
  margin-bottom: 80px;
}

.page--home .section--situation .block--inner .list--situation .list--situation__item figure.thumb {
  margin-bottom: 27px;
}

.page--home .section--situation .block--inner .list--situation .list--situation__item p.tit {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 18px;
}

.page--home .section--situation .block--inner .list--situation .list--situation__item p.txt {
  font-size: 0.9em;
}

.page--home .section--situation .block--inner p.txt--lead {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 68px 0 150px;
}

.page--home .block--thumb {
  overflow: hidden;
}

.page--home .block--thumb .list--thumb {
  width: 140%;
  position: relative;
  left: -20%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page--home .block--thumb .list--thumb li {
  width: 25%;
}

.page--home .block--thumb .list--thumb li figure img {
  display: block;
  width: 100%;
  background-size: cover;
}

.page--home .block--thumb .list--thumb li figure figcaption {
  display: none;
}

.page--home .section--fee {
  background: linear-gradient(135deg, #21d4fd, #49cbbc);
  background: #212991;
}

.page--home .section--fee .inner {
  padding: 150px 0;
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}

.page--home .section--fee .inner .section-tit br.sp {
  display: none;
}

.page--home .section--fee .section-tit + .txt--basic {
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}

.page--home .section--fee .btn .btn--sub.btn--min {
  color: #fff;
  border-color: #fff;
}

.page--home .section--fee .block--fee {
  width: 100%;
  max-width: 500px;
  border: 2px solid #fff;
  padding: 80px 0 60px;
  margin: 50px auto;
  position: relative;
}

.page--home .section--fee .block--fee dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
}

.page--home .section--fee .block--fee dt {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.page--home .section--fee .block--fee dd {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-left: .5em;
  font-size: 20px;
}

.page--home .section--fee .block--fee dd em {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  font-size: 6em;
  line-height: 0.5;
  vertical-align: 0px;
}

.page--home .section--fee .list--attention {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.page--home .section--step .inner {
  padding: 150px 0 130px;
  width: 80%;
  margin: 0 auto;
}

.page--home .section--step .inner .section-tit span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.page--home .section--step .inner .txt--lead {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

.page--home .section--step .inner .txt--lead .txt--sub {
  letter-spacing: -0.05em;
  font-weight: 400;
  font-size: 12px;
}

.page--home .section--step .inner .list--step {
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}

.page--home .section--step .inner .list--step li {
  width: 20%;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transition: opacity .5s ease-out, transform .5s ease-out, -webkit-transform .5s ease-out;
}

.page--home .section--step .inner .list--step li::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50px;
  right: -30px;
}

.page--home .section--step .inner .list--step li:last-child::after {
  display: none;
}

.page--home .section--step .inner .list--step li dl dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  letter-spacing: 0.04em;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
}

.page--home .section--step .inner .list--step li dl dt em {
  font-size: 2em;
  font-weight: 700;
}

.page--home .section--step .inner .list--step li dd .tit {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.page--home .section--step .inner .list--step li dd .txt--basic {
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.page--home .section--step .inner .list--step li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.page--home .section--step .inner .list--step li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.page--home .section--step .inner .list--step li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.page--home .section--step .inner .list--step li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.page--home .section--step .inner .list--step.started li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.page--home .section--faq .inner {
  width: 50%;
  min-width: 750px;
  padding: 100px 0;
  margin: 0 auto;
}

.page--home .section--faq .section-tit {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  letter-spacing: 0;
}

.page--home .section--faq .list--faq li {
  border: 1px solid #111;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.page--home .section--faq .list--faq li dt {
  font-size: 18px;
  padding: 30px 80px 30px 54px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  text-indent: -23px;
  line-height: 1.4;
}

.page--home .section--faq .list--faq li dt span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: .3em;
  font-size: 22px;
}

.page--home .section--faq .list--faq li dt:hover {
  opacity: 0.6;
}

.page--home .section--faq .list--faq li dt::before, .page--home .section--faq .list--faq li dt::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #2c2e2f;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.page--home .section--faq .list--faq li dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page--home .section--faq .list--faq li dt.open::after {
  opacity: 0;
}

.page--home .section--faq .list--faq li dd {
  display: none;
  font-size: 14px;
  padding: 0 30px 30px;
  line-height: 1.8;
}

.page--home .btn {
  margin-bottom: 10px;
}

.page--home .list--attention li {
  font-size: 12px;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}

.page--home .list--attention li:last-child {
  margin-bottom: 0;
}

.page--home .section--info {
  background: #ECF2FD;
}

.page--home .section--info .inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}

.page--home .section--info .inner .section-tit {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;
  letter-spacing: 0;
}

.page--home .section--info .inner .list--info {
  max-width: 1100px;
  margin: 0 auto;
}

.page--home .section--entry {
  background: linear-gradient(135deg, #21d4fd, #49cbbc);
  background: #212991;
  padding: 160px 0 140px;
}

.page--home .section--entry .servise--tit--sub {
  font-size: 1.4vw;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
  margin-bottom: 18px;
  color: #fff;
}

.page--home .section--entry .logo {
  width: 28%;
  margin: 0 auto 20px;
}

.page--home .section--entry .btn {
  margin-bottom: 0;
}

.page--home .section--entry .btn .btn--main {
  background: #fff;
  color: #2c2e2f;
  font-size: 18px;
  font-weight: bold;
  padding: 1.4em 6em;
  margin: 0;
}

.page--home .block--sns {
  text-align: right;
  padding: 0 5%;
}

.page--home .block--sns a {
  font-size: 24px;
  color: #2c2e2f;
  text-decoration: none;
}

.page--home .block--sns .list--sns {
  position: relative;
  color: #2c2e2f;
  margin-bottom: 20px;
}

.page--home .block--sns .list--sns::before {
  content: 'Share';
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 28px;
  display: inline-block;
  padding-right: 14px;
}

.page--home .block--sns li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (min-width: 1500px) {
  .page--home .section--step .inner {
    width: 70%;
  }
  .page--home .section--info .inner {
    width: 70%;
  }
}

/*  page--support
------------------------------ */
.section--detail.support .section-tit {
  font-family: YakuHanJP,-apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.section--detail.support .list--support dt {
  color: inherit;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}

.section--detail.support .list--support dd {
  line-height: 1.6;
  margin-bottom: 30px;
}

.section--detail.support .list--support dd:last-of-type {
  margin-bottom: 0;
}

.section--detail.support .list--support li {
  font-weight: normal;
  margin-bottom: 1.5em;
}

.section--detail.support .list--support li:last-of-type {
  margin-bottom: 0;
}

.section--detail.support .list--support li ul {
  text-indent: 1em;
}

.section--detail.support .list--support li ul li {
  padding-left: 1em;
  text-indent: -.5em;
}

/*  page--faq
------------------------------ */
.list--faq a {
  position: relative;
}

.list--faq a:hover {
  opacity: 0.5;
}

.list--faq a.btn--main:hover {
  opacity: 1;
}

.list--faq .tit {
  padding-left: 20px;
}

.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}

.list--faq .icon--q {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: #2c2e2f;
  margin-right: 5px;
}

.section--detail .list--faq .icon--q {
  line-height: 1.6;
}

.block--faq-detail {
  border: 1px solid #2c2e2f;
  padding: 25px;
  margin: 0 0 80px;
}

.block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid #2c2e2f;
  padding: 0 0 15px;
  margin: 0 0 20px;
}

.block--faq-detail dt .txt {
  padding-left: 40px;
  margin: 0;
}

.block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}

.block--faq-detail dd .txt {
  font-size: 16px;
  padding-left: 40px;
  margin: 0;
}

.block--faq-detail span[class^="icon--"] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
  padding-left: 2px;
}

.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #2c2e2f;
}

.block--faq-detail span.icon--a {
  color: #2c2e2f;
  background: rgba(111, 138, 166, 0.2);
}

.page--faq .section--detail .block--contact {
  text-align: center;
  margin: 40px 0 0;
}

.page--faq .section--detail .block--contact a {
  color: #2c2e2f;
  position: relative;
  border-width: 1px;
  margin-top: -.2em;
}

.page--faq .section--detail .block--contact a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
}

.page--faq .section--detail .block--contact a:hover {
  color: #000;
}

.page--faq .section--detail .block--contact .fa {
  display: none;
}

/*  page--error
------------------------------ */
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  body {
    position: relative;
  }
  .btn input {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .btn--main {
    min-width: 230px;
    position: relative;
  }
  .btn--main:hover {
    -webkit-box-shadow: 0 23px 20px -25px #333333;
            box-shadow: 0 23px 20px -25px #333333;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--min {
    min-width: unset;
    font-size: 13px;
    line-height: 1;
    padding: 1.2em 3em;
  }
  .btn--min:hover {
    -webkit-box-shadow: 0 16px 18px -19px #333333;
            box-shadow: 0 16px 18px -19px #333333;
  }
  .wrap {
    padding-top: 154px;
  }
  .content--body a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .content--body a:hover {
    opacity: 0.8;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 20px;
    height: 3px;
  }
  footer {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  footer .block--footer-nav {
    padding: 0 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  footer .block--footer-nav .wrap--block--nav {
    width: 65%;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav .list--sub-nav {
    font-size: 13px;
    margin-right: 25px;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav .list--sub-nav li:last-of-type {
    margin-right: 0;
  }
  footer .block--footer-nav .wrap--block--nav .block--nav .p-mark {
    display: block;
  }
  footer .block--company {
    width: 34%;
  }
  footer .block--company .logo {
    width: 170px;
    margin-bottom: 5px;
  }
  footer .block--company .block--mup {
    width: 100%;
    font-size: 10px;
  }
  footer .list--sub-nav li a:hover, footer .sns-twitter li a:hover {
    opacity: 0.5;
  }
  .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .list--info a:hover {
    opacity: 0.5;
  }
  .list--info > li .date {
    margin-right: .5em;
  }
  .block--pager {
    text-align: left;
    margin: 0 auto 0 0;
    left: -15px;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager a, .block--pager a::after {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .block--pager a:hover {
    color: #7b6218;
  }
  .block--pager a:hover::after {
    border-color: #7b6218;
  }
  .block--category li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .block--category li a:hover {
    background: #2c2e2f;
    color: #fff;
  }
  .section--detail {
    padding-bottom: 50px;
  }
  .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .section--list {
    padding: 0 15%;
  }
  .section--list .list--info {
    margin-bottom: 40px;
  }
  .section--list .list--info li a {
    padding: 18px 0;
  }
  .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--home .home-nav .nav .home-nav--item__contact a:hover {
    background: #fff;
    color: #000;
  }
  .page--home .section--top .block--movie {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .section--top .block--lead .btn .btn--main:hover {
    background: #000;
    color: #fff;
  }
  .page--home .section--entry .btn .btn--main:hover {
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0 23px 20px -25px #01373c;
            box-shadow: 0 23px 20px -25px #01373c;
  }
  .page--home .section--fee .inner .section-tit {
    font-size: 36px;
  }
  /*  page--info
	------------------------------ */
  .page--info .section--detail .section-tit {
    height: 20px;
    background-position: right center;
    margin-bottom: 65px;
  }
  .page--info .section--detail .txt--basic a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .category {
    vertical-align: 1px;
    margin-left: 2px;
  }
  /*  page--xxxxxx
	------------------------------ */
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
============================== */
  .pc {
    display: none !important;
  }
  a {
    -webkit-transition: .4s;
    transition: .4s;
  }
  .btn--main {
    min-width: 90%;
    font-size: 1em;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    font-size: 1em;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .logo {
    width: 32vw;
    height: 10vw;
    max-width: 230px;
    max-height: 70px;
    margin-left: 5%;
    top: 24px;
  }
  footer {
    padding-top: 20vw;
    padding-bottom: 25px;
  }
  footer .block--entry {
    width: 50%;
    margin: 0 auto 13vw;
  }
  footer .block--entry a .logo {
    height: 16vw;
    margin-bottom: 10px;
  }
  footer .block--entry a .txt--lead::after {
    width: 5vw;
    height: 5vw;
    top: 0.2vw;
    right: -6.8vw;
  }
  footer .block--entry a .txt--lead::before {
    width: 30vw;
    height: 30vw;
    border-radius: 20vw;
    right: -26vw;
    top: -18vw;
    opacity: 0.4;
  }
  footer .block--sns {
    margin-bottom: 50px;
  }
  footer .block--sns .list--sns::before {
    font-size: 4.5vw;
  }
  footer .block--sns li {
    margin: 0 5px;
  }
  footer .block--sns a {
    font-size: 18px;
  }
  footer .block--footer-nav {
    padding: 0 5%;
    display: block;
    position: relative;
  }
  footer .block--footer-nav .wrap--block--nav {
    width: 100%;
  }
  footer .block--footer-nav .block--nav {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  footer .block--footer-nav .block--nav .list--sub-nav {
    font-size: 13px;
  }
  footer .block--footer-nav .block--nav .list--sub-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  footer .block--footer-nav .block--nav .list--sub-nav li a {
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  footer .block--footer-nav .block--nav:first-of-type {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  footer .block--footer-nav .block--nav:first-of-type:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #2c2e2f;
  }
  footer .block--footer-nav .block--nav:last-of-type ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .block--footer-nav .block--nav:last-of-type ul li {
    margin-right: 14px;
  }
  footer .block--footer-nav .block--company {
    width: 100%;
  }
  footer .block--footer-nav .block--company .logo {
    width: 42%;
    line-height: 0;
    margin-bottom: 0px;
  }
  footer .block--footer-nav .block--company .block--mup {
    width: 100%;
    font-size: 10px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    line-height: 1.7;
  }
  footer .block--footer-nav .block--company .block--mup a {
    display: block;
    line-height: 1.7;
  }
  footer .block--footer-nav .block--company .p-mark {
    position: absolute;
    bottom: 0;
    width: 40px;
    right: 7%;
    line-height: 0;
  }
  footer .copyright {
    font-size: 10px;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .date,
  .category {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .category {
    width: auto;
    font-size: 11px;
    margin-left: 5px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  .list__more {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block--category {
    margin: 0 auto 20px;
  }
  .block--category li {
    margin: 0 .2em .2em 0;
  }
  .block--category li a {
    font-weight: normal;
  }
  [class^="list--"] li.new .tit::after {
    font-size: 1em;
    vertical-align: 0;
  }
  .wrap {
    padding: 80px 0 0;
    position: relative;
  }
  .section-tit {
    font-size: 7vw;
  }
  .section--detail {
    padding: 40px 5%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .section-tit {
    margin-bottom: 20px;
  }
  .section--detail .detail__btn {
    margin-top: 4em;
  }
  .section--list .section-tit {
    margin-bottom: 30px;
  }
  .contents-tit {
    font-size: 40px;
  }
  .pankuzu {
    padding: 10px 5%;
  }
  .pankuzu .list--pankuzu li:before {
    width: 5px;
    right: 0;
    top: 7px;
  }
  .pankuzu .list--pankuzu li::after {
    width: 5px;
    top: 11px;
  }
  .pankuzu .list--pankuzu li a {
    font-size: 10px;
  }
  .page--home .section--top .block--lead,
  .page--home .section--about .block--inner,
  .page--home .section--about .block--inner--sp--only,
  .page--home .section--situation .block--inner,
  .page--home .section--fee .inner,
  .page--home .section--media .inner,
  .page--home .section--step .inner,
  .page--home .section--faq .inner,
  .page--home .section--info .inner {
    width: 86%;
    min-width: 0;
    padding: 20vw 0 18vw;
  }
  .page--home .header .logo {
    width: 30vw;
    height: 7vw;
    max-width: 150px;
    max-height: 50px;
  }
  .page--home .home-nav .nav .home-nav--item__contact {
    margin-right: 0;
  }
  .page--home .home-nav .nav .home-nav--item__contact a {
    padding: 10px 20px;
  }
  .page--home .block--section-tit {
    display: block;
    margin: 15vh auto 20vh;
    padding: 1% 7%;
  }
  .page--home .block--section-tit h2.section-tit-1 {
    font-size: 8.0vw;
    margin-bottom: 7px;
  }
  .page--home .block--section-tit .section-tit--sub {
    font-size: 2.7vw;
  }
  .page--home .block--section-tit .section-tit--sub::after {
    width: 7.5vw;
    height: 1px;
  }
  .page--home .block-tit {
    font-size: 7.7vw;
    width: 40%;
  }
  .page--home .block-tit span {
    font-size: 26vw;
  }
  .page--home .block--inner--tit {
    font-size: 5vw;
    text-align: center;
  }
  .page--home .section--top {
    min-height: 0;
  }
  .page--home .section--top .block--movie {
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
  }
  .page--home .section--top .block--movie video {
    width: auto;
    -webkit-transform: scale(1.2) translateX(-50%);
            transform: scale(1.2) translateX(-50%);
  }
  .page--home .section--top .block--movie img {
    width: 100%;
    height: 100vh;
    background-position: center top;
  }
  .page--home .section--top .block--image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .page--home .section--top .block--image img {
    width: 100%;
    height: 100vh;
  }
  .page--home .section--top .block--lead .servise--tit--sub {
    font-size: 4vw;
    line-height: 1.6;
  }
  .page--home .section--top .block--lead .servise--tit--sub br.sp {
    display: inline;
  }
  .page--home .section--top .block--lead h1 {
    width: 100%;
    margin: 0 auto 1em;
  }
  .page--home .section--top .block--lead .block--lead__lead {
    font-size: 1.0em;
  }
  .page--home .section--top .block--lead .block--lead__lead br.sp {
    display: inline;
  }
  .page--home .section--about .block--point01 .block-tit {
    right: 0%;
    top: -8.8vw;
  }
  .page--home .section--about .block--point01 .block-tit span {
    margin-left: -8px;
  }
  .page--home .section--about .block--point01 .block--inner {
    display: none;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    color: #fff;
    margin: 0 auto;
    padding: 72px 0 128px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .block--inner--tit {
    margin: 0 0 32px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 .list--point01__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 32px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 .list--point01__item span.icon {
    display: block;
    width: 24px;
    height: 24px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 .list--point01__item p {
    width: calc(100% - 37px);
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 13px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .block--thumbnail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .block--thumbnail .block--thumbnail__item img {
    height: 60vh;
    margin: 0 auto;
    border-radius: 10px;
  }
  .page--home .section--about .block--point02 .block-tit {
    left: 5%;
    top: -8.8vw;
  }
  .page--home .section--about .block--point02 .block--inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 60px 0 100px;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--left {
    width: 100%;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--left .block--inner--tit {
    margin-bottom: 32px;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--left .block--thumbnail img {
    width: 100%;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right {
    width: 100%;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item span.icon {
    margin-bottom: 16px;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item .tit {
    font-size: 0.9em;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item .tit br.sp {
    display: inline;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .list--point02__item .txt {
    font-size: 0.8em;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .member::before {
    width: 40px;
    height: 40px;
    font-size: 10px;
    line-height: 12px;
    padding: 7px;
  }
  .page--home .section--about .block--point03 .block-tit {
    right: 5%;
    top: -8.8vw;
  }
  .page--home .section--about .block--point03 .block--inner {
    padding: 70px 0;
  }
  .page--home .section--about .block--point03 .block--inner .block--inner--tit {
    margin-bottom: 32px;
  }
  .page--home .section--about .block--point03 .block--inner .txt--lead {
    font-size: 0.95em;
    text-align: left;
    margin-bottom: 16px;
  }
  .page--home .section--about .block--point03 .block--inner .txt--sub {
    font-size: 0.8em;
    text-align: left;
  }
  .page--home .section--about .block--point03 .block--inner .block--thumbnail {
    width: 90%;
  }
  .page--home .section--about .block--point03 .block--inner .block--function .list--point03 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item {
    width: 100%;
  }
  .page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item .inner {
    padding: 24px 16px;
  }
  .page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item .inner .tit {
    font-size: 0.95em;
    text-align: left;
    margin-bottom: 8px;
  }
  .page--home .section--about .block--point03 .block--inner .block--function .list--point03 li.list--point03__item .inner .txt {
    font-size: 12px;
  }
  .page--home .section--situation .block--section-tit {
    margin: 15vh auto;
  }
  .page--home .section--situation .block--inner {
    padding: 0;
  }
  .page--home .section--situation .block--inner .list--situation {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item figure.thumb {
    margin-bottom: 24px;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item p.tit {
    font-size: 0.9em;
    margin-bottom: 8px;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item p.txt {
    font-size: 0.8em;
  }
  .page--home .section--situation .block--inner p.txt--lead {
    font-size: 1.0em;
    margin: 30px 0 100px;
  }
  .page--home .section--situation .block--inner p.txt--lead br.pc {
    display: none;
  }
  .page--home .section--fee .inner .section-tit {
    font-size: 4.9vw;
    margin-bottom: 10px;
  }
  .page--home .section--fee .inner .txt--basic {
    text-align: left;
  }
  .page--home .section--fee .inner .txt--basic br.pc {
    display: none;
  }
  .page--home .section--fee .inner .section-tit + .txt--basic {
    font-size: 3vw;
  }
  .page--home .section--fee .inner .block--fee {
    margin: 20px auto;
  }
  .page--home .section--fee .inner .block--fee dd em {
    font-size: 5em;
  }
  .page--home .section--fee .inner .list--attention {
    width: 100%;
  }
  .page--home .section--step .inner .txt--lead {
    font-size: 3.5vw;
  }
  .page--home .section--step .inner .list--step {
    display: block;
    max-width: 250px;
  }
  .page--home .section--step .inner .list--step li {
    width: 100%;
    margin-bottom: 50px;
  }
  .page--home .section--step .inner .list--step li dl dt {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .page--home .section--step .inner .list--step li dl dd .txt--basic {
    text-align: center;
  }
  .page--home .section--step .inner .list--step li::after {
    width: 22px;
    height: 22px;
    top: auto;
    bottom: -10px;
    right: 50%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  .page--home .section--faq .list--faq li dt {
    font-size: 13px;
    padding: 1em 50px 1em 40px;
  }
  .page--home .section--faq .list--faq li dt span {
    position: relative;
    top: 3px;
  }
  .page--home .section--faq .list--faq li dt::before, .page--home .section--faq .list--faq li dt::after {
    width: 20px;
    right: 15px;
  }
  .page--home .section--entry {
    padding: 20% 0 15%;
  }
  .page--home .section--entry .servise--tit--sub {
    font-size: 3.5vw;
  }
  .page--home .section--entry .logo {
    width: 60%;
  }
  .page--home .section--entry .btn .btn--main {
    font-size: 16px;
  }
  .page--home .block--sns {
    text-align: left;
  }
  .page--home .block--sns a {
    font-size: 18px;
  }
  .page--home .block--sns .list--sns::before {
    font-size: 4.3vw;
  }
  .page--home .block--sns li {
    display: inline-block;
    margin: 0 5px;
  }
}

/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .contents-tit {
    font-size: 55px;
  }
  .tit {
    font-size: 18px;
    line-height: 1.8;
  }
  .date {
    font-size: 15px;
  }
  .category {
    font-size: 13px;
  }
  .page--home .section--top .block--movie video {
    -webkit-transform: scale(1.1) translateX(-40%);
            transform: scale(1.1) translateX(-40%);
  }
  .page--home .section--top .block--image img {
    width: 100%;
    height: 100vh;
  }
  .page--home .section--top .block--lead .servise--tit--sub {
    font-size: 2.3vw;
  }
  .page--home .section--top .block--lead .servise--tit--sub br.sp {
    display: none;
  }
  .page--home .section--top .block--lead h1 {
    width: 95%;
    margin: 0 auto 1em;
  }
  .page--home .section--top .block--lead .block--lead__lead {
    font-size: 1em;
  }
  .page--home .section--top .block--lead .block--lead__lead br.sp {
    display: none;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only {
    padding: 125px 0 177px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .block--inner--tit {
    margin-bottom: 45px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 {
    margin: 0 auto 32px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 span.icon {
    width: 36px;
    height: 36px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .list--point01 p {
    width: calc(100% - 55px);
    font-size: 1.0em;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .block--thumbnail {
    margin-bottom: 60px;
  }
  .page--home .section--about .block--point01 .block--inner--sp--only .block--thumbnail .block--thumbnail__item img {
    height: 45vh;
  }
  .page--home .section--about .block--point02 {
    padding: 125px 0 127px;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--left .block--inner--tit {
    margin-bottom: 45px;
  }
  .page--home .section--about .block--point02 .block--inner .block--inner--right .list--point02 .member::before {
    width: 70px;
    height: 70px;
    font-size: 13px;
    line-height: 17px;
    padding: 17px;
  }
  .page--home .section--about .block--point03 .block--inner {
    padding: 125px 0 127px;
  }
  .page--home .section--about .block--point03 .block--inner .block--inner--tit {
    margin-bottom: 45px;
  }
  .page--home .section--situation .block--inner .list--situation {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item {
    width: 47%;
    margin-bottom: 80px;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item figure.thumb {
    margin-bottom: 27px;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item p.tit {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .page--home .section--situation .block--inner .list--situation .list--situation__item p.txt {
    font-size: 0.9em;
  }
  .page--home .section--step .inner .txt--lead {
    font-size: 20px;
  }
  .page--home .section--step .inner .list--step {
    max-width: 1100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .page--home .section--step .inner .list--step li {
    width: 20%;
  }
  .page--home .section--step .inner .list--step li::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50px;
    right: -20px;
  }
  .page--home .section--fee .inner .section-tit + .txt--basic {
    font-size: 3vw;
  }
  .page--home .block--sns .list--sns::before {
    font-size: 28px;
  }
  .section-tit {
    font-size: 50px;
  }
  .section--detail,
  .section--list {
    padding: 80px 10%;
  }
}
/*# sourceMappingURL=style.css.map */