@charset "UTF-8";
/*==============================
@use File
===============================*/
/*==============================
-Import Project Scss Files
===============================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*==============================
 root.scss
===============================*/
:root {
  --container-desktop: 1170px;
  --grid-gutter: 16px;
}

/* ==============================
-Global
=============================== */
/* ===== @class ===== */
/*==============================
-Variable
===============================*/
/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ===== @mixin ===== */
/* ===== @mixin ===== */
.l-container {
  margin: 0 auto;
  max-width: calc(1170px + 16px);
  padding: 0 calc(16px / 2);
}
@media only screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container .l-full,
  .l-container .l-laid {
    margin-left: calc(16px / -2);
    margin-right: calc(16px / -2);
  }
}

.l-container-wide {
  margin: 0 auto;
  max-width: calc(1500px + 16px);
  padding: 0 calc(16px / 2);
}
@media only screen and (max-width: 767px) {
  .l-container-wide {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container-wide .l-full,
  .l-container-wide .l-laid {
    margin-left: calc(16px / -2);
    margin-right: calc(16px / -2);
  }
}

.l-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: calc(16px / -2);
  margin-right: calc(16px / -2);
}

.l-full,
.l-laid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

[class*=-grid-] {
  position: relative;
  font-size: 1rem;
}

.l-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 1) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 1) - 16px);
}

.l-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 2) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 2) - 16px);
}

.l-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 3) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 3) - 16px);
}

.l-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 4) - 16px);
}

.l-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 5) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 5) - 16px);
}

.l-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 6) - 16px);
}

.l-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 7) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 7) - 16px);
}

.l-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 8) - 16px);
}

.l-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 9) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 9) - 16px);
}

.l-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 10) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 10) - 16px);
}

.l-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 11) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 11) - 16px);
}

.l-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 12) - 16px);
}

.l-grid-auto {
  flex: 1;
  margin: 0 calc(16px / 2);
}

.l-tile-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 1) - 0.1px);
  max-width: calc(100% / (12 / 1));
}

.l-tile-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 2) - 0.1px);
  max-width: calc(100% / (12 / 2));
}

.l-tile-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 3) - 0.1px);
  max-width: calc(100% / (12 / 3));
}

.l-tile-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 4) - 0.1px);
  max-width: calc(100% / (12 / 4));
}

.l-tile-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 5) - 0.1px);
  max-width: calc(100% / (12 / 5));
}

.l-tile-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 6) - 0.1px);
  max-width: calc(100% / (12 / 6));
}

.l-tile-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 7) - 0.1px);
  max-width: calc(100% / (12 / 7));
}

.l-tile-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 8) - 0.1px);
  max-width: calc(100% / (12 / 8));
}

.l-tile-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 9) - 0.1px);
  max-width: calc(100% / (12 / 9));
}

.l-tile-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 10) - 0.1px);
  max-width: calc(100% / (12 / 10));
}

.l-tile-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 11) - 0.1px);
  max-width: calc(100% / (12 / 11));
}

.l-tile-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 12) - 0.1px);
  max-width: calc(100% / (12 / 12));
}

.l-tile-grid-auto {
  flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(100% / (12 / 1));
}

.l-offset-left-2 {
  margin-left: calc(100% / (12 / 2));
}

.l-offset-left-3 {
  margin-left: calc(100% / (12 / 3));
}

.l-offset-left-4 {
  margin-left: calc(100% / (12 / 4));
}

.l-offset-left-5 {
  margin-left: calc(100% / (12 / 5));
}

.l-offset-left-6 {
  margin-left: calc(100% / (12 / 6));
}

.l-offset-left-7 {
  margin-left: calc(100% / (12 / 7));
}

.l-offset-left-8 {
  margin-left: calc(100% / (12 / 8));
}

.l-offset-left-9 {
  margin-left: calc(100% / (12 / 9));
}

.l-offset-left-10 {
  margin-left: calc(100% / (12 / 10));
}

.l-offset-left-11 {
  margin-left: calc(100% / (12 / 11));
}

.l-offset-left-12 {
  margin-left: calc(100% / (12 / 12));
}

.l-offset-right-1 {
  margin-right: calc(100% / (12 / 1));
}

.l-offset-right-2 {
  margin-right: calc(100% / (12 / 2));
}

.l-offset-right-3 {
  margin-right: calc(100% / (12 / 3));
}

.l-offset-right-4 {
  margin-right: calc(100% / (12 / 4));
}

.l-offset-right-5 {
  margin-right: calc(100% / (12 / 5));
}

.l-offset-right-6 {
  margin-right: calc(100% / (12 / 6));
}

.l-offset-right-7 {
  margin-right: calc(100% / (12 / 7));
}

.l-offset-right-8 {
  margin-right: calc(100% / (12 / 8));
}

.l-offset-right-9 {
  margin-right: calc(100% / (12 / 9));
}

.l-offset-right-10 {
  margin-right: calc(100% / (12 / 10));
}

.l-offset-right-11 {
  margin-right: calc(100% / (12 / 11));
}

.l-offset-right-12 {
  margin-right: calc(100% / (12 / 12));
}

@media only screen and (max-width: 767px) {
  [class*=l-offset-left-] {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*=l-offset-right-] {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  [class*=l-grid-] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px - 0.1px);
    max-width: calc(100% - 16px);
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  [class*=l-tile-grid-] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-text-wrapper, .p-sample-mainvisual-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.c-text-flex, .p-top-point-left-sp, .p-top-point-arrow-sp, .p-top-point-right-sp, .p-top-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-text-center, .p-top-mainvisual-catch-area, .p-top-about-desc {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
}

.c-text-lead, .p-top-mainvisual-catch, .p-top-about-header, .p-top-about-lead, .p-top-about-list-area li, .p-top-works-lead, .p-top-point-subheader, .p-top-point-sub, .p-top-point-subtitle, .p-top-point-sublead, .p-top-point-headerbox, .p-top-point-headerbox span, .p-top-point-headerlead, .p-top-point-arrow, .p-top-point-count, .p-top-point-count-2, .p-top-desc-lead, .p-top-price-header, .p-top-price-subheader, .p-top-price-title, .p-top-mainvisual-att-lead, .p-sample-date, .p-sample-title, .p-sample-desc, .p-sample-top-title, .p-sample-mainvisual-top-title, .p-sample-top-header, .p-sample-top-mainvisual-link, .p-sample-top-text, .p-sample-text, .p-sample-top-lead, .p-sample-top-example1-text, .p-sample-top-code, .p-sample-top-post-date, .p-sample-top-post-name, .p-sample-top-post-title, .p-sample-top-post-desc, .p-sample-top-footer, .p-sample-footer-link, .p-sample-top-footer-copy, .p-sample-visulal-title, .p-sample-visulal-img-about-title, .p-sample-visulal-img-about-title-single, .p-sample-header-link, .p-sample-header-logo-link, .p-contact-text, .p-contact-index, .p-contact-index-formlabel select,
.p-contact-index-formlabel select option, .p-privacy-text, .p-privacy-lead, .p-privacy-title, .p-privacy-desc, .c-form-title, .c-form-subtitle, .c-form-header, .c-form-lead, .c-pagination span,
.c-pagination a, .c-pagination-single-date,
.c-pagination-single-date span, .c-pagination-single-area-lefttext, .c-pagination-single-area-righttext, .c-text-measures-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-text-lead, .p-top-mainvisual-catch, .p-top-about-header, .p-top-about-lead, .p-top-about-list-area li, .p-top-works-lead, .p-top-point-subheader, .p-top-point-sub, .p-top-point-subtitle, .p-top-point-sublead, .p-top-point-headerbox, .p-top-point-headerbox span, .p-top-point-headerlead, .p-top-point-arrow, .p-top-point-count, .p-top-point-count-2, .p-top-desc-lead, .p-top-price-header, .p-top-price-subheader, .p-top-price-title, .p-top-mainvisual-att-lead, .p-sample-date, .p-sample-title, .p-sample-desc, .p-sample-top-title, .p-sample-mainvisual-top-title, .p-sample-top-header, .p-sample-top-mainvisual-link, .p-sample-top-text, .p-sample-text, .p-sample-top-lead, .p-sample-top-example1-text, .p-sample-top-code, .p-sample-top-post-date, .p-sample-top-post-name, .p-sample-top-post-title, .p-sample-top-post-desc, .p-sample-top-footer, .p-sample-footer-link, .p-sample-top-footer-copy, .p-sample-visulal-title, .p-sample-visulal-img-about-title, .p-sample-visulal-img-about-title-single, .p-sample-header-link, .p-sample-header-logo-link, .p-contact-text, .p-contact-index, .p-contact-index-formlabel select,
  .p-contact-index-formlabel select option, .p-privacy-text, .p-privacy-lead, .p-privacy-title, .p-privacy-desc, .c-form-title, .c-form-subtitle, .c-form-header, .c-form-lead, .c-pagination span,
  .c-pagination a, .c-pagination-single-date,
  .c-pagination-single-date span, .c-pagination-single-area-lefttext, .c-pagination-single-area-righttext, .c-text-measures-desc {
    font-size: 1.6rem;
  }
}

.c-text-vw, .p-top-point-desc-vw {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .c-text-vw, .p-top-point-desc-vw {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.c-text-bg, .p-top-desc-wrapper, .p-sample-top-mainvisual-wrapper, .p-sample-top-post-img, .c-pagination-single-djs-img, .c-pagination-single-img, .c-text-measures-img {
  display: block;
  position: relative;
  padding-top: 56.25%;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-text-bg::before, .p-top-desc-wrapper::before, .p-sample-top-mainvisual-wrapper::before, .p-sample-top-post-img::before, .c-pagination-single-djs-img::before, .c-pagination-single-img::before, .c-text-measures-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-text-btn, .p-sample-top-mainvisual-btn-link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #111;
  border: 2px solid #111;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn, .p-sample-top-mainvisual-btn-link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn, .p-sample-top-mainvisual-btn-link {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn:hover, .p-sample-top-mainvisual-btn-link:hover {
  transition: ease 0.2s;
  color: #111;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .display-pc,
  .c-text-display-pc {
    display: none;
  }
}

.display-sp,
.c-text-display-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .display-sp,
  .c-text-display-sp {
    display: block;
  }
}

.break-pc,
.c-text-break-pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .break-pc,
  .c-text-break-pc {
    display: inline;
  }
}

.c-text-break-sp {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-text-break-sp {
    display: block;
  }
}

.c-text-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #111;
  border: 2px solid #111;
  z-index: 1;
  overflow: hidden;
  transition: ease 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn-item:hover {
  transition: ease 0.2s;
  color: #111 !important;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-text-btn-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-text-arrow-area {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

.c-text-arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100px;
  height: 50px;
}

.c-text-arrow::before,
.c-text-arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  content: "";
  vertical-align: middle;
}

.c-text-arrow-back::before {
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 50px solid transparent;
  border-left: 50px solid #111;
  transform: rotate3d(0, 0, 1, 90deg) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
}

.c-text-title-area {
  display: block;
  width: 100%;
  margin: 0 auto 40px auto;
  text-align: center;
}

.c-text-title {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  padding: 5px 20px;
  color: #444;
  border: 2px solid #444;
}
@media only screen and (max-width: 767px) {
  .c-text-title {
    font-size: 3rem;
    padding: 10px 30px;
    letter-spacing: 0.1em;
  }
}
.c-text-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100%;
}

.c-text-bg-slidefade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  margin-right: 0;
}

.c-text-bg-slidefade-fade {
  visibility: visible !important;
  -webkit-animation: c-text-bg-slidefade-fadein 0.5s both 0.3s ease-in;
  animation: c-text-bg-slidefade-fadein 0.5s both 0.3s ease-in;
}

@-webkit-keyframes c-text-bg-slidefade-fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-bg-slidefade-fadein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-text-titlein {
  visibility: visible !important;
}
.c-text-titlein::after {
  -webkit-animation: c-text-titlein 0.4s both 0.1s ease-in;
  animation: c-text-titlein 0.4s both 0.1s ease-in;
  visibility: visible !important;
}

@-webkit-keyframes c-text-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-text-banner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 80px 0 0 0;
  z-index: 1;
}

.c-text-banner-link {
  display: block;
  transition: ease 0.3s;
}
.c-text-banner-link:hover {
  opacity: 0.85;
  transition: ease 0.2s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15), 0px 6px 9px rgba(0, 0, 0, 0.21);
}
@media only screen and (max-width: 767px) {
  .c-text-banner-link {
    margin-bottom: 20px;
  }
}

.c-text-measures-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #67bfef;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .c-text-measures-wrapper {
    padding: 60px 10px;
  }
}

.c-text-visual-area {
  position: relative;
  z-index: 0;
}

.c-text-measures-title {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .c-text-measures-title {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.c-text-measures-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.4;
  text-align: center;
  padding-top: 14px;
}
.c-text-measures-title::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #444;
  width: 30px;
  height: 2px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-text-measures-title::before {
    top: 32px;
    width: 20px;
  }
}

.c-text-measures-img {
  margin-bottom: 10px;
}
.c-text-measures-img::before {
  content: "";
  background-color: transparent;
}

.c-text-measures-desc {
  margin: 20px auto;
}

/* ===== @class ===== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 1px;
  height: 100%;
  font-feature-settings: "palt";
}

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

a,
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  outline: none;
}

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

video {
  max-width: 100%;
}

h1 {
  font-size: 3.6rem;
  font-weight: bold;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
}

p {
  font-size: 1.2rem;
}

a {
  font-size: 1.2rem;
}

#wpadminbar {
  position: fixed !important;
}
@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

/* ==============================
-Global
=============================== */
/* ===== @class ===== */
/*==============================
-c-pagination
===============================*/
.c-pagination-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(68, 68, 68, 0.8);
}

.c-pagination {
  width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-pagination span,
.c-pagination a {
  display: block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 1.4px;
  padding: 5px 10px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #111;
}
@media only screen and (max-width: 767px) {
  .c-pagination span,
  .c-pagination a {
    font-size: 1.2rem;
  }
}

.c-pagination .current {
  font-size: 1.4rem;
  background-color: #c00;
}
.c-pagination-single-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-wrapper {
    padding: 20px 0;
  }
}

.c-pagination-single-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-box {
    font-size: 3rem;
    padding: 0;
  }
}
.c-pagination-single-box:hover .c-pagination-single-img {
  transition: ease 0.2s;
  opacity: 0.7;
}
.c-pagination-single-box:hover.c-pagination-single-prev, .c-pagination-single-box:hover.c-pagination-single-next {
  opacity: 1;
}
.c-pagination-single-box:hover .c-pagination-single-prev {
  opacity: 0.7;
  transition: 0.2s;
}
.c-pagination-single-box:hover .c-pagination-single-next {
  opacity: 0.7;
  transition: 0.2s;
}

.c-pagination-single-djs-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  text-decoration: none;
  width: auto;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-box {
    padding: 0;
  }
}
.c-pagination-single-djs-box:hover {
  transition: ease 0.2s;
  opacity: 0.7;
}

.c-pagination-single-arrow-left {
  content: "";
  display: inline-block;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  backface-visibility: hidden;
  transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.c-pagination-single-arrow-right {
  content: "";
  display: inline-block;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}

.c-pagination-single-djs-namearea {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.c-pagination-single-djs-arrow-left {
  content: "";
  display: inline-block;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.c-pagination-single-djs-arrow-right {
  content: "";
  display: inline-block;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-pagination-single-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-pagination-single-titlearea {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #111;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-titlearea {
    width: 80%;
  }
}

.c-pagination-single-title {
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-title {
    font-size: 1.2rem;
  }
}

.c-pagination-single-date,
.c-pagination-single-date span {
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-date,
  .c-pagination-single-date span {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

.c-pagination-single-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-pagination-single-area-lefttext {
  color: #444;
}

.c-pagination-single-area-righttext {
  text-align: right;
  color: #444;
}

.c-pagination-single-djs-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-area {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.c-pagination-single-djs-img {
  padding-top: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  backface-visibility: hidden;
  transform: perspective(0);
}
.c-pagination-single-djs-img::before {
  content: "";
  transition: ease 0.2s;
}

.c-pagination-single-left {
  margin: 0;
}

.c-pagination-single-right {
  margin: 0;
}

.c-pagination-single-djs-prev {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-prev {
    padding: 10px;
  }
}
.c-pagination-single-djs-prev:hover .c-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease 0.2s;
}

.c-pagination-single-djs-next {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-djs-next {
    padding: 10px;
  }
}
.c-pagination-single-djs-next:hover .c-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease 0.2s;
}

.c-pagination-single-prev {
  width: 100%;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-prev {
    padding: 5px;
  }
}

.c-pagination-single-next {
  width: 100%;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  z-index: 1;
  transition: 0.2s;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .c-pagination-single-next {
    padding: 10px;
  }
}

.c-pagination-single-img {
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(0);
}
.c-pagination-single-img::before {
  content: "";
  background-color: transparent;
  transition: ease 0.2s;
}

/*==============================
-Loading
===============================*/
.c-loading-wrapper {
  position: fixed;
  background-color: #111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-animation: c-loading-end 1.4s ease-out 2.4s both;
  animation: c-loading-end 1.4s ease-out 2.4s both;
  z-index: -10;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
@keyframes c-loading-end {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    opacity: 0;
    filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
.c-loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  top: calc(50% - 30px);
  text-align: center;
}

.c-loading-areapicture {
  width: 500px;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .c-loading-areapicture {
    width: 250px;
    height: 250px;
  }
}

@-webkit-keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #fff;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  35% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #fff;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  65% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #fff;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  95% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke: #fff;
  }
}
@keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #fff;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke: #fff;
  }
}
.c-loading-line-cyber {
  fill: #fff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-logo 2.4s ease-in 0.1s both;
  animation: c-loading-logo 2.4s ease-in 0.1s both;
  backface-visibility: hidden;
  transform: perspective(0);
}

.c-loading-line-cyber-text {
  fill: #fff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-text 1.8s ease-in 1s both;
  animation: c-loading-text 1.8s ease-in 1s both;
  backface-visibility: hidden;
  transform: perspective(0);
}

@keyframes c-loading-text {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #fff;
    stroke: #fff;
  }
}
/*==============================
-c-form-confirmation.scss
===============================*/
.c-form-confirmation-body {
  background: #fff;
}

.c-form-confirmation-inner {
  padding-top: 120px;
  color: #111;
}

.c-form-confirmation-lead {
  padding-top: 15px;
}

.c-form-confirmation-table {
  width: 100%;
  margin: 60px 0 40px 0;
}

.c-form-confirmation-table {
  display: inline-table;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.c-form-confirmation-table th {
  width: 24%;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
  border-right: 1px solid #888;
}
@media only screen and (max-width: 767px) {
  .c-form-confirmation-table th {
    width: 30%;
  }
}
.c-form-confirmation-table td {
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-form-confirmation-table td {
    font-size: 1.2rem;
  }
}

.c-form-confirmation-submit-btn {
  background: #111;
  border: 2px solid #111;
  color: #fff;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.c-form-confirmation-submit-btn:hover {
  background: none;
  color: #111;
}

.c-form-confirmation-return-btn, .c-form-confirmation-return-btn-error {
  background: #aaa;
  border: 2px solid #aaa;
  color: #111;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.c-form-confirmation-return-btn:hover, .c-form-confirmation-return-btn-error:hover {
  background: none;
  color: #aaa;
}

.c-form-confirmation-return-btn-error {
  width: 100px;
  padding: 10px 15px;
}

.c-form-confirmation-center {
  text-align: center;
}

.c-form-confirmation-footer {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 0;
  margin-top: 70px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

/*==============================
-c-form-thanks.scss
===============================*/
.c-form-thanks-wrapper {
  width: 100%;
  text-align: center;
}

.c-form-thanks-inner {
  padding: 200px 0;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-inner {
    padding: 120px 0;
  }
}

.c-form-thanks-heading {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-heading {
    font-size: 2rem;
  }
}

.c-form-thanks-line {
  width: 40%;
  height: 2px;
  margin: 25px auto 30px auto;
}

.c-form-thanks-lead {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-lead {
    font-size: 1.4rem;
  }
}

.c-form-thanks-anchor-btn {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 10px;
  outline: none;
  border: none;
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #888;
  border: 2px solid #888;
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-form-thanks-anchor-btn {
    width: 80%;
  }
}
.c-form-thanks-anchor-btn:hover {
  transition: ease 0.2s;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #888;
  color: #888;
}

/*==============================
-Page
===============================*/
.c-form {
  display: block;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-form {
    padding: 0 10px;
  }
}

.c-form-place {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.c-form-wrapper {
  position: relative;
  top: 0;
  left: 0;
  padding: 120px 0 60px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .c-form-wrapper {
    padding: 120px 10px 80px 10px;
  }
}

.c-form-text-area {
  margin-top: 120px;
}

.c-form-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}

.c-form-index {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c-form-index {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
  }
}

.c-form-required {
  background-color: #c00;
  color: #fff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.c-form-optional {
  background-color: #444;
  color: #fff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.c-form-index-formlabel select,
.c-form-index-formlabel select option {
  border: solid 1px #888;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #111;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formlabel select,
  .c-form-index-formlabel select option {
    font-size: 1.6rem;
  }
}

.c-form-select {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.c-form-index-select::before {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "FontAwesome";
  color: #333;
}

.c-form-index-formarea {
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formarea {
    font-size: 1.6rem;
  }
}

.c-form-index-formattachment {
  color: #333;
  font-size: 1.6rem;
  padding: 10px 0;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c-form-index-formattachment {
    font-size: 1.6rem;
  }
}

textarea.c-form-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  textarea.c-form-index-formarea {
    font-size: 1.6rem;
  }
}

#c-form-submit {
  width: 100%;
}

#c-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

#c-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

#c-form ::placeholder { /* Others */
  color: #ccc;
}

.c-form-privacy-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  transform: translate3d(0, 0, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
}

.c-form-privacy {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  overflow: auto;
  transform: translate3d(0, 0, 0) perspective(0);
  backface-visibility: hidden;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #888;
}

.c-form-privacy-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #888;
  color: #333;
}

.c-form-privacy-descarea {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #333;
}

.c-form-index-lead {
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111;
  background-color: #eee;
  padding: 10px;
}

.c-form-att-text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px;
  background-color: #eee;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #c00;
}

.c-form-checkarea {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: left;
}
.c-form-checkarea input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-form-checkarea input[type=radio] + .c-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}
.c-form-checkarea input[type=radio] + .c-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.c-form-checkarea input[type=radio]:checked + .c-form-contact-check:before {
  background-color: #22a3e8;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.c-form-checkarea input[type=radio]:focus + .c-form-contact-check:before {
  outline: none;
  border-color: #22a3e8;
}
.c-form-checkarea input[type=radio] + .c-form-contact-check:empty:before {
  margin-right: 0;
}
.c-form-checkarea input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.c-form-checkarea input[type=checkbox] + .c-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-right: 10px;
}
.c-form-checkarea input[type=checkbox] + .c-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 14%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.c-form-checkarea input[type=checkbox]:checked + .c-form-contact-check:before {
  background-color: #22a3e8;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.c-form-checkarea input[type=checkbox]:focus + .c-form-contact-check:before {
  outline: none;
  border-color: #22a3e8;
}
.c-form-checkarea input[type=checkbox] + .c-form-contact-check:empty:before {
  margin-right: 0;
}

.c-form-btn-area {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.c-form-btn-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #22a3e8;
  border: 2px solid #22a3e8;
  transition: ease 0.3s;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .c-form-btn-item {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
.c-form-btn-item:hover {
  transition: ease 0.2s;
  color: #22a3e8 !important;
  background-color: #fff;
}
.c-form-btn-item:disabled {
  background-color: #333;
  border: 2px solid #333;
}
@media only screen and (max-width: 767px) {
  .c-form-btn-item:disabled {
    font-size: 1.4rem;
  }
}
.c-form-btn-item:disabled:hover {
  cursor: default;
  background-color: #333;
  border: 2px solid #333;
  color: #fff !important;
}

.c-form-return-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #444 !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #fff;
  border: 2px solid #444;
  z-index: 1;
  transition: ease 0.3s;
  cursor: pointer;
  border-radius: 50px;
}
@media only screen and (max-width: 1170px) {
  .c-form-return-item {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-form-return-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-form-return-item:hover {
  transition: ease 0.2s;
  color: #fff !important;
  background-color: #444;
}

.c-form-title {
  font-size: 6rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-form-title {
    font-size: 4.4rem;
  }
}

.c-form-subtitle {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.c-form-header-area {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.c-form-header {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #111;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 2px solid #111;
}

.c-form-lead {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-form-lead {
    text-align: left;
  }
}

/*==============================
-Component
===============================*/
.c-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  z-index: 9999;
  -webkit-animation: c-text-default-titletext 0.4s both 2.4s ease-in;
  animation: c-text-default-titletext 0.4s both 2.4s ease-in;
}

.c-header-box {
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .c-header-box {
    height: 60px;
  }
}

.c-header-logo-link {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-header-logo-link {
    display: inline-block;
  }
}

.c-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  transition: ease 0.4s;
}
.c-header-logo:hover {
  transition: ease 0.3s;
  opacity: 0.7;
}
@media only screen and (max-width: 1170px) {
  .c-header-logo {
    position: relative;
    width: auto;
    height: 50px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header-logo {
    position: relative;
    width: auto;
    height: 60px;
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header-logo-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 1) - 16px - 0.1px);
    max-width: calc(100% / (12 / 1) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
    margin-left: calc(100% / (12 / 0) + 16px / 2);
    margin-right: calc(100% / (12 / 7) + 16px / 2);
    margin-left: calc(16px / 2);
    margin-right: calc(100% / (12 / 7) + 16px / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .c-header-menu-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 7) - 0.1px);
    max-width: calc(100% / (12 / 7));
    position: relative;
    margin-left: calc(100% / (12 / 5) + 16px / 2);
    margin-right: calc(100% / (12 / 0) + 16px / 2);
    margin-left: calc(100% / (12 / 5) + 16px / 2);
    margin-right: calc(16px / 2);
  }
}
@media only screen and (max-width: 1170px) {
  .c-header-menu-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 11) - 0.1px);
    max-width: calc(100% / (12 / 11));
    position: relative;
    margin-left: calc(100% / (12 / 0) + 16px / 2);
    margin-right: calc(100% / (12 / 0) + 16px / 2);
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 2);
    margin: 0;
  }
}

.c-header-icon-sp {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / (12 / 2) - 0.1px);
  max-width: calc(100% / (12 / 2));
  position: relative;
}

.c-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header-list-item {
  padding: 15px 20px;
  border-right: 1px solid #ccc;
  text-align: center;
  width: 20%;
  color: #111;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
  transition: ease 0.4s;
}
.c-header-list-item:last-child {
  border-right: none;
}
.c-header-list-item:hover {
  transition: ease 0.2s;
  background-color: #67bfef;
}
@media only screen and (max-width: 767px) {
  .c-header-list-item {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}

.c-header-list-item-high {
  padding: 15px 0;
  border-right: 1px solid #ccc;
  text-align: center;
  width: 11.11111111%;
  color: #111;
  font-size: 0.8vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
  transition: ease 0.4s;
}
.c-header-list-item-high:last-child {
  border-right: none;
}
.c-header-list-item-high:hover {
  transition: ease 0.2s;
  background-color: #67bfef;
}
@media only screen and (max-width: 767px) {
  .c-header-list-item-high {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}

.c-header-list-item-sp {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #67bfef;
  font-size: 4rem;
  font-weight: bold;
  text-align: right;
  transition: ease 0.4s;
}

.c-header-list--bar {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 5px;
  background: #22a3e8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-header-list a:nth-child(1):hover ~ .c-header-list--bar {
  left: 0 !important;
}

.c-header-list a:nth-child(2):hover ~ .c-header-list--bar {
  left: 20% !important;
}

.c-header-list a:nth-child(3):hover ~ .c-header-list--bar {
  left: 40% !important;
}

.c-header-list a:nth-child(4):hover ~ .c-header-list--bar {
  left: 60% !important;
}

.c-header-list a:nth-child(5):hover ~ .c-header-list--bar {
  left: 80% !important;
}

.c-header-list--bar-high {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 11.1111111111%;
  height: 5px;
  background: #22a3e8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-header-list a:nth-child(1):hover ~ .c-header-list--bar-high {
  left: 0 !important;
}

.c-header-list a:nth-child(2):hover ~ .c-header-list--bar-high {
  left: 11.1111111111% !important;
}

.c-header-list a:nth-child(3):hover ~ .c-header-list--bar-high {
  left: 22.2222222222% !important;
}

.c-header-list a:nth-child(4):hover ~ .c-header-list--bar-high {
  left: 33.3333333333% !important;
}

.c-header-list a:nth-child(5):hover ~ .c-header-list--bar-high {
  left: 44.4444444444% !important;
}

.c-header-list a:nth-child(6):hover ~ .c-header-list--bar-high {
  left: 55.5555555556% !important;
}

.c-header-list a:nth-child(7):hover ~ .c-header-list--bar-high {
  left: 66.6666666667% !important;
}

.c-header-list a:nth-child(8):hover ~ .c-header-list--bar-high {
  left: 77.7777777778% !important;
}

.c-header-list a:nth-child(9):hover ~ .c-header-list--bar-high {
  left: 88.8888888889% !important;
}

.c-header-pagetop {
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 20px;
  display: inline;
  padding-right: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: normal;
  z-index: 999;
  width: 40px;
  padding-top: 50px;
  color: #888;
}
.c-header-pagetop a {
  display: block;
  color: #888;
  transition: ease 0.3s;
}
.c-header-pagetop a:hover {
  opacity: 0.7;
  transition: ease 0.2s;
}
.c-header-pagetop span {
  display: block;
  position: absolute;
  left: -15px;
  bottom: 0;
  height: 65px;
  width: 40px;
  overflow: hidden;
}
.c-header-pagetop span::before {
  content: "";
  position: absolute;
  left: 70%;
  bottom: 0;
  height: 35px;
  width: 1px;
  margin-left: -1px;
  background: #888;
}
.c-header-pagetop span::after {
  content: "";
  position: absolute;
  left: 70%;
  bottom: 26px;
  height: 10px;
  width: 1px;
  margin-left: 2.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #888;
}
@media only screen and (max-width: 767px) {
  .c-header-pagetop {
    bottom: 20px;
    right: 5px;
  }
}

.c-header-list-tel {
  display: inline-block;
}

.c-header-link {
  display: block;
  position: relative;
  font-size: 1.4vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 2px;
  line-height: 1.4;
  text-align: left;
  color: #67bfef;
  padding: 10px 5px 5px 5px;
}
@media only screen and (max-width: 1170px) {
  .c-header-link {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1170px) {
  .c-header-link {
    font-size: 1.4vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 0 10px;
  }
}
.c-header-link:hover {
  color: #22a3e8;
  transition: ease 0.2s;
}
.c-header-link i {
  color: #67bfef;
}

.c-header-other {
  display: block;
  position: relative;
  font-size: 0.8vw;
  letter-spacing: 0.1em;
  text-indent: 2px;
  line-height: 1.4;
  text-align: left;
  padding: 5px 5px 5px 5px;
  color: #e80000;
}
@media only screen and (max-width: 1170px) {
  .c-header-other {
    font-size: 0.8vw;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 0 5px;
  }
}

/*==============================
-Component
===============================*/
.c-footer {
  background-color: #333;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 10px;
  }
}

.c-footer-copy {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c-footer-copy {
    font-size: 1.2rem;
    text-align: center;
  }
}

.c-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
  transition: ease 0.4s;
}
.c-footer-list-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
.c-footer-list-item:hover {
  transition: ease 0.2s;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-footer-list-item {
    font-size: 1.1rem;
    padding: 5px 10px;
  }
}

.c-footer-list li:last-child .c-footer-list-item::after {
  background-color: transparent;
}

.c-footer-list-item-high {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 50px;
  transition: ease 0.4s;
}
.c-footer-list-item-high::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
.c-footer-list-item-high:hover {
  transition: ease 0.2s;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .c-footer-list-item-high {
    font-size: 1.1rem;
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-menu-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
    max-width: calc(100% / (12 / 8) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.c-footer-logo {
  width: 100%;
  height: auto;
}

.c-footer-logo-link {
  display: block;
  position: relative;
  transition: ease 0.4s;
}
.c-footer-logo-link:hover {
  transition: ease 0.3s;
  opacity: 0.7;
}

.c-footer-high-logo-area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.c-footer-logo-link-high {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  margin-bottom: 10px;
  transition: ease 0.4s;
}
.c-footer-logo-link-high:hover {
  transition: ease 0.3s;
  opacity: 0.7;
}

.c-footer-logo-high {
  display: inline-block;
  width: 250px;
  height: auto;
}
.c-footer-copy-high {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  padding: 0;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer-copy-high {
    font-size: 1.2rem;
    text-align: center;
  }
}

/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: 0.3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  transition: 0.2s;
}

/*==============================
-Page
===============================*/
.p-privacy-wrapper {
  width: 100%;
  padding: 180px 0;
}
@media only screen and (max-width: 767px) {
  .p-privacy-wrapper {
    padding: 120px 0;
  }
}

.p-privacy-text {
  text-align: center;
  margin-bottom: 40px;
}

.p-privacy-lead {
  margin-bottom: 40px;
}

.p-privacy-descarea {
  display: block;
  width: 100%;
}

.p-privacy-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.p-privacy-desc {
  position: relative;
  display: inline-block;
  color: #111;
  margin: 0 auto 40px auto;
  z-index: 1;
}

/*==============================
-Page
===============================*/
.p-contact-wrapper {
  padding: 120px 0 60px 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-contact-wrapper {
    padding: 120px 10px 80px 10px;
  }
}

.p-contact-text {
  margin-bottom: 80px;
}

.p-contact-form {
  margin-bottom: 80px;
}

.p-contact-index {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-contact-index {
    font-size: 1.2rem;
  }
}

.p-contact-form-required {
  background-color: #c00;
  color: #fff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.p-contact-index-formlabel select,
.p-contact-index-formlabel select option {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #888;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .p-contact-index-formlabel select,
  .p-contact-index-formlabel select option {
    font-size: 1.6rem;
  }
}

.p-contact-select {
  display: block;
  width: 100%;
}

.p-contact-index-formarea {
  border: solid 1px #888;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .p-contact-index-formarea {
    font-size: 1.6rem;
  }
}

textarea.p-contact-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  textarea.p-contact-index-formarea {
    font-size: 1.6rem;
  }
}

#p-contact-submit {
  width: 100%;
}

/*==============================
-Page
===============================*/
pre[class*=language-] > code {
  font-size: 1.2rem !important;
}

.p-sample-top-mainvisual-wrapper {
  background-image: url("../images/bg_04.jpg");
  padding: 0 !important;
  height: 100vh !important;
}
.p-sample-top-mainvisual-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.p-sample-top-mainvisual-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.p-sample-blog-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-image: url("../images/bg_02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
}
.p-sample-blog-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.p-sample-blog-area {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.p-sample-top-mainvisual-postlink {
  display: block;
  color: #333;
  background-color: #f8f8f8;
  transition: ease 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11), 0 2px 3px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.p-sample-top-mainvisual-postlink:hover {
  transition: ease 0.2s;
  opacity: 0.7;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.19), 0 2px 10px rgba(0, 0, 0, 0.23);
}

.p-sample-top-mainvisual-postin-image {
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 56.25%;
}

.p-sample-top-mainvisual-postarea {
  padding: 10px;
  width: 100%;
  height: auto;
}

.p-sample-top-mainvisual-date {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}

.p-sample-top-mainvisual-postin-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
}

.p-sample-top-mainvisual-btnarea {
  position: relative;
  display: block;
  padding: 0;
  margin: 60px auto;
}

.p-sample-top-mainvisual-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-sample-top-mainvisual-btn {
    margin-bottom: 10px;
  }
}

.p-sample-top-mainvisual-btn-link {
  width: 100%;
  font-size: 2rem;
  padding: 10px 20px;
}
.p-sample-top-mainvisual-btn-link:hover {
  cursor: pointer;
  transition: ease 0.2s;
  background-color: #fff;
  border: 2px solid #111;
  color: #111;
}
.p-sample-top-mainvisual-btn-link:disabled {
  transition: ease 0.2s;
  opacity: 0.7;
}
.p-sample-top-mainvisual-btn-link:disabled:hover {
  cursor: default;
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-sample-top-mainvisual-btn-link {
    font-size: 1.4rem;
    padding: 12px 5px;
  }
}

.p-sample-date {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}

.p-sample-title {
  display: block;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  text-decoration: underline;
}

.p-sample-descarea {
  display: block;
  width: 100%;
  padding: 10px 0 20px 0;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #ccc;
}

.p-sample-desc {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

.p-sample-mainvisual-wrapper {
  background-color: #eee;
  padding: 100px 0;
}
.p-sample-mainvisual-wrapper:nth-child(even) {
  background-color: #ddd;
}
.p-sample-top-title {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-style: italic;
}
.p-sample-top-title span {
  font-size: 3rem;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .p-sample-top-title span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sample-top-title {
    font-size: 3rem;
  }
}

.p-sample-mainvisual-top-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.p-sample-mainvisual-top-title span {
  font-size: 3rem;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .p-sample-mainvisual-top-title span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sample-mainvisual-top-title {
    font-size: 3rem;
  }
}

.p-sample-headerarea {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.p-sample-top-header {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  padding: 3px 10px;
  color: #fff;
  background-color: #111;
  font-style: italic;
}
.p-sample-top-header span {
  font-size: 3rem;
  font-style: normal;
}

.p-sample-top-mainvisual-link {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  background-color: #c00;
  color: #fff;
  padding: 10px;
  transition: ease 0.2s;
}
.p-sample-top-mainvisual-link:hover {
  opacity: 0.7;
  transition: ease 0.2s;
}

.p-sample-top-text, .p-sample-text {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #111;
}

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

.p-sample-top-question {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0;
  margin-top: 20px;
  color: brown;
}

.p-sample-top-lead {
  padding: 10px 0;
  margin-bottom: 20px;
  color: #111;
}

.p-sample-top-example1 {
  flex: 1;
  position: relative;
  margin: 0 calc(16px / 2);
  margin-left: calc(100% / (12 / 1) + 16px / 2);
  margin-right: calc(100% / (12 / 1) + 16px / 2);
  margin-left: calc(100% / (12 / 1) + 16px / 2);
  margin-right: calc(100% / (12 / 1) + 16px / 2);
}
@media only screen and (max-width: 1500px) {
  .p-sample-top-example1 {
    flex: 1;
    position: relative;
    margin: 0 calc(16px / 2);
    margin-left: calc(100% / (12 / 0) + 16px / 2);
    margin-right: calc(100% / (12 / 0) + 16px / 2);
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 2);
  }
}
@media only screen and (max-width: 1000px) {
  .p-sample-top-example1 {
    flex: 1;
    position: relative;
    margin: 0 calc(16px / 2);
    margin-left: calc(100% / (12 / 2) + 16px / 2);
    margin-right: calc(100% / (12 / 2) + 16px / 2);
    margin-left: calc(100% / (12 / 2) + 16px / 2);
    margin-right: calc(100% / (12 / 2) + 16px / 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-sample-top-example1 {
    flex: 1;
    position: relative;
    margin: 0 calc(16px / 2);
    margin-left: calc(100% / (12 / 0) + 16px / 2);
    margin-right: calc(100% / (12 / 0) + 16px / 2);
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 2);
  }
}

.p-sample-top-example1-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
  background-color: #fff;
  padding: 10px;
}

.p-sample-top-code {
  padding: 10px 20px;
  background-color: #f8f8f8;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.p-sample-top-example2 {
  flex: 1;
  position: relative;
  margin: 0 calc(16px / 2);
  margin-left: calc(100% / (12 / 0) + 16px / 2);
  margin-right: calc(100% / (12 / 0) + 16px / 2);
  margin-left: calc(16px / 2);
  margin-right: calc(16px / 2);
}

.p-sample-top-single-wrapper {
  padding: 80px 0;
}

.p-sample-top-post-img {
  background-color: #fff;
}
.p-sample-top-post-img::before {
  content: "";
  background-color: transparent;
}

.p-sample-top-post-link {
  display: block;
  color: #c00;
  transition: ease 0.3s;
}
.p-sample-top-post-link:hover {
  opacity: 0.7;
  transition: ease 0.2s;
}

.p-sample-top-post-date {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.p-sample-top-post-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-sample-top-post-title {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-sample-top-post-desc {
  margin-bottom: 80px;
}
.p-sample-top-post-desc img {
  margin: 20px auto;
}

.p-sample-top-footer {
  padding: 60px 0;
  background-color: #111;
  font-size: 1.2rem;
  text-align: center;
}

.p-sample-footer-link {
  text-align: center;
  color: #fff;
  transition: ease 0.3s;
}
.p-sample-footer-link:hover {
  transition: ease 0.2s;
  opacity: 0.7;
}

.p-sample-top-footer-copy {
  font-size: 1.2rem;
  text-align: center !important;
  margin: 60px auto;
  color: #ccc;
}

.p-sample-visulal-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-sample-visulal-area {
  padding: 80px 0;
}

.p-sample-visulal-title {
  position: relative;
  top: 0;
  left: 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #111;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-sample-visulal-title {
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
.p-sample-visulal-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  color: #111;
}

.p-sample-visulal-title::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #111;
  width: 40px;
  height: 2px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-sample-visulal-title::before {
    top: 38px;
    width: 20px;
  }
}

.p-sample-visulal-img {
  position: relative;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-sample-visulal-img {
    height: 300px;
  }
}

.p-sample-visulal-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.p-sample-visulal-img-about-area {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-sample-visulal-img-about-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-sample-visulal-img-about-title {
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
  }
}

.p-sample-visulal-img-about-title-single {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-sample-visulal-img-about-title-single {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
  }
}

.p-sample-header-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #111;
  z-index: 999;
}

.p-sample-header-link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: underline;
  padding: 22px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-sample-header-link {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
    padding: 16px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-sample-header-text-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 3) - 16px - 0.1px);
    max-width: calc(100% / (12 / 3) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  .p-sample-header-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-sample-header-logo-link {
  font-weight: bold;
  text-align: center;
  color: #c00;
}
@media only screen and (max-width: 767px) {
  .p-sample-header-logo-link {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: right;
    padding: 0 10px;
  }
}

.p-sample-header-logo {
  width: auto;
  height: 60px;
  padding: 10px;
}
.p-sample-important {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #c00;
  padding: 2px 5px;
}

/*==============================
-P-404
===============================*/
.p-top-wrapper {
  position: relative;
}

.p-top-mainvisual-img {
  display: block;
  position: relative;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-mainvisual-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-animation: p-top-mainvisual-anime 4s both 3.2s ease;
  animation: p-top-mainvisual-anime 4s both 3.2s ease;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-img {
    height: 500px;
  }
}

@-webkit-keyframes p-top-mainvisual-anime {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@keyframes p-top-mainvisual-anime {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.p-top-mainvisual-catch-area {
  display: inline-block;
  padding: 20px 40px;
  width: auto;
  transition: ease 0.4s;
}
.p-top-mainvisual-catch-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 163, 232, 0.7);
  -webkit-animation: c-text-default-titletext 2s both 3.2s ease-in;
  animation: c-text-default-titletext 2s both 3.2s ease-in;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-catch-area {
    display: block;
    width: 95%;
  }
}

@-webkit-keyframes c-text-default-titletext {
  0% {
    background-color: rgba(34, 163, 232, 0);
  }
  100% {
    background-color: rgba(34, 163, 232, 0.7);
  }
}
@keyframes c-text-default-titletext {
  0% {
    background-color: rgba(34, 163, 232, 0);
  }
  100% {
    background-color: rgba(34, 163, 232, 0.7);
  }
}
.p-top-mainvisual-catch {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #FBCE13;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-catch {
    font-size: 2rem;
  }
}

.p-top-mainvisual-logo-area {
  display: block;
  position: absolute;
  top: 80px;
  right: 20px;
  width: 200px;
  -webkit-animation: c-text-default-titletext 0.4s both 3.2s ease-in;
  animation: c-text-default-titletext 0.4s both 3.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-logo-area {
    top: 70px;
    right: 5px;
    width: 140px;
  }
}

.p-top-mainvisual-title {
  display: inline-block;
  position: absolute;
  top: 80%;
  left: -60px;
  transform: translate3d(0, -50%, 0) perspective(0);
  backface-visibility: hidden;
  font-size: 4.6rem;
  width: auto;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #36507a;
  background-color: #fff;
  padding: 15px 100px;
  -webkit-animation: c-text-default-titletext 0.4s both 2.6s ease-in;
  animation: c-text-default-titletext 0.4s both 2.6s ease-in;
}
.p-top-mainvisual-title span {
  display: inline;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-title span {
    font-size: 1.6rem;
  }
}
.p-top-mainvisual-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 4px;
  transform: translate3d(0, -50%, 0) perspective(0);
  backface-visibility: hidden;
  background-color: #36507a;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-title::before {
    width: 30px;
    height: 2px;
  }
}
.p-top-mainvisual-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-animation: c-text-default-titlebg 0.4s both 2.2s ease-in;
  animation: c-text-default-titlebg 0.4s both 2.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-title {
    font-size: 2rem;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    left: 0;
  }
}

@-webkit-keyframes c-text-default-titletext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c-text-default-titletext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes c-text-default-titlebg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes c-text-default-titlebg {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.p-top-mainvisual-titlein {
  visibility: visible !important;
}
.p-top-mainvisual-titlein::after {
  -webkit-animation: c-text-default-titlein 1.2s both 2.8s ease-out;
  animation: c-text-default-titlein 1.2s both 2.8s ease-out;
  visibility: visible !important;
}

@-webkit-keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes c-text-default-titlein {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.p-top-mainvisual-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-top-mainvisual-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-top-mainvisual-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  transition: 0.3s;
}
.p-top-mainvisual-leadlink:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.p-top-about {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  padding: 120px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .p-top-about {
    padding: 60px 0 0 0;
  }
}

.p-top-about-left {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-about-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-top-about-left {
    padding-top: 40%;
  }
}

.p-top-about-right {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 120px auto 0 auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-about-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .p-top-about-right {
    margin: 10px auto;
  }
}

.p-top-about-desc {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-desc {
    padding: 0 20px;
  }
}

.p-top-about-header {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-header {
    font-size: 1.6rem;
  }
}

.p-top-about-lead {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-about-lead {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
}

.p-top-about-subheader {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.p-top-about-subheader::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  margin: 0 auto;
  text-align: center;
  width: 80px;
  border-bottom: 2px solid #fff;
}
.p-top-about-subheader span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-top-about-subheader {
    font-size: 2.4rem;
  }
}

.p-top-about-subtitle {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.p-top-works {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-works {
    padding: 60px 0;
  }
}

.p-top-works-wrapper {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.p-top-works-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #b2cae2;
}
@media only screen and (max-width: 767px) {
  .p-top-works-wrapper::before {
    width: 100%;
    height: 100%;
  }
}
.p-top-works .p-top-works-wrapper:nth-child(2) {
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.p-top-works .p-top-works-wrapper:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 70%;
  background-color: #b2e2df;
  margin-top: 10%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-top-works .p-top-works-wrapper:nth-child(2)::before {
    width: 100%;
    height: 100%;
  }
}

.p-top-works-area {
  width: 100%;
}

.p-top-works-desc {
  width: 100%;
  padding: 30px;
}

.p-top-works-area .l-row .l-grid-3:nth-child(2) {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-top-works-area .l-row .l-grid-3:nth-child(2) {
    margin-top: 0;
  }
}

.p-top-works-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto 15px auto;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .p-top-works-area-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-top-works-img-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 120px;
}

.p-top-works-link-btn-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

.p-top-works-link-btn {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  padding: 10px 20px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #111;
  border-bottom: 4px solid #111;
  transition: ease 0.3s;
  z-index: 0;
}
.p-top-works-link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #111;
  transition: ease 0.3s;
  z-index: -1;
}
.p-top-works-link-btn:hover {
  color: #fff;
  transition: ease 0.2s;
}
.p-top-works-link-btn:hover::before {
  transition: ease 0.2s;
  background-color: #111;
  color: #fff;
  width: 100%;
  transition: ease 0.2s;
}

.p-top-works-left {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-works-left {
    margin: 10px auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-works-left-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
    margin-left: calc(100% / (12 / 4) + 16px / 2);
    margin-right: calc(100% / (12 / 4) + 16px / 2);
    margin-left: calc(100% / (12 / 4) + 16px / 2);
    margin-right: calc(100% / (12 / 4) + 16px / 2);
  }
}
.p-top-works-right {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: #b2e2df;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12), 0px 5px 10px rgba(0, 0, 0, 0.18);
  background-image: linear-gradient(40deg, #f8f8f8 0%, #fff 74%);
}
@media only screen and (max-width: 767px) {
  .p-top-works-right {
    margin: 10px auto;
  }
}

.p-top-works-name {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  position: relative;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 20px auto 10px auto;
  text-align: center;
  padding: 0;
  color: #111;
}
.p-top-works-name i {
  background-color: #111;
  border-radius: 50%;
  font-size: 3rem;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-top-works-name {
    font-size: 2rem;
  }
}

.p-top-about-list-area {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.p-top-about-list-area li {
  width: auto;
  display: inline-block;
  border: 1px solid #444;
  padding: 10px 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .p-top-about-list-area li {
    padding: 5px 10px;
  }
}

.p-top-works-lead {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-works-lead {
    font-size: 1.6rem;
  }
}

.p-top-works-tag {
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111;
  padding: 0;
  text-align: left;
}

.p-top-works-address {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #444;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}

.p-top-works-link {
  display: inline;
  color: #111;
  text-decoration: underline;
}

.p-top-works-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-works-icon-area {
    padding: 10px 0;
  }
}

.p-top-works-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  color: #444;
  transition: 0.3s;
}
.p-top-works-icon:hover {
  transition: 0.2s;
  color: #111;
}

.p-top-company {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-company {
    padding: 60px 0;
  }
}

.p-top-company-list-area {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 60px;
}

.p-top-company-list {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.p-top-company-list th {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-company-list th {
    width: 30%;
    padding: 10px;
  }
}
.p-top-company-list td {
  padding: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-company-list td {
    font-size: 1.2rem;
    padding: 10px;
  }
}

.p-top-company-list tr:last-child th,
.p-top-company-list tr:last-child td {
  border-bottom: none;
}

.p-top-company-client {
  position: relative;
  margin-top: 80px;
}

.p-top-company-client-title {
  position: relative;
  background-color: #444;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  padding: 5px;
}
.p-top-company-client-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #111;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top-company-client-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 3) - 16px - 0.1px);
    max-width: calc(100% / (12 / 3) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-top-company-client-img {
  padding: 10px;
}

.p-top-contact {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  padding: 120px 0;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .p-top-contact {
    padding: 60px 0;
  }
}

.p-top-contact-googlemap {
  position: relative;
  width: 100%;
}
.p-top-contact-googlemap iframe {
  width: 100%;
  height: 240px;
}
.p-top-contact-address-area {
  position: relative;
  background-color: #fff;
}

.p-top-contact-address {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #444;
  padding: 20px;
  margin-bottom: 10px;
  text-align: left;
}
.p-top-contact-address span {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-contact-address {
    padding: 10px;
  }
}

.p-top-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  -webkit-animation: p-top-loading-end-anime 1.1s both 4s ease-in;
  animation: p-top-loading-end-anime 1.1s both 4s ease-in;
}

@-webkit-keyframes p-top-loading-end-anime {
  0% {
    display: block;
    opacity: 1;
    z-index: 9999;
  }
  99% {
    display: block;
    z-index: 9999;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -9999;
  }
}
@keyframes p-top-loading-end-anime {
  0% {
    display: block;
    opacity: 1;
    z-index: 9999;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -9999;
  }
}
.p-top-loading-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) perspective(0);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
  -webkit-animation: p-top-loading-svg-anime 0.8s both 1.4s ease-out;
  animation: p-top-loading-svg-anime 0.8s both 1.4s ease-out;
}

@-webkit-keyframes p-top-loading-svg-anime {
  0% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}
@keyframes p-top-loading-svg-anime {
  0% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}
.p-top-loading-item-bar {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-10%, 0, 0) perspective(0);
  backface-visibility: hidden;
  stroke-dashoffset: 3000;
  stroke-dasharray: 3000;
  stroke: #111;
  fill: transparent;
  -webkit-animation: p-top-loading-anime-bar 0.6s both 2.4s ease-in;
  animation: p-top-loading-anime-bar 0.6s both 2.4s ease-in;
}

@-webkit-keyframes p-top-loading-anime-bar {
  0% {
    stroke-dashoffset: 6000;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
    transform: translate3d(-10%, 0, 0) perspective(0);
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes p-top-loading-anime-bar {
  0% {
    stroke-dashoffset: 6000;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
    transform: translate3d(-10%, 0, 0) perspective(0);
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
.p-top-loading-item {
  stroke-dasharray: 0;
  stroke: #111;
  fill: transparent;
  -webkit-animation: p-top-loading-anime 0.4s both 0s ease-in;
  animation: p-top-loading-anime 0.4s both 0s ease-in;
}

.p-top-loading-item:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.p-top-loading-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.p-top-loading-item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.p-top-loading-item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.p-top-loading-item:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.p-top-loading-item:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.p-top-loading-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.p-top-loading-item:nth-child(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.p-top-loading-item:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.p-top-loading-item:nth-child(9) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.p-top-loading-item:nth-child(10) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.p-top-loading-item:nth-child(11) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.p-top-loading-item:nth-child(12) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.p-top-loading-item:nth-child(13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.p-top-loading-item:nth-child(14) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes p-top-loading-anime {
  0% {
    stroke-dashoffset: 3000;
    stroke-dasharray: 3000;
    stroke: transparent;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
  }
}
@keyframes p-top-loading-anime {
  0% {
    stroke-dashoffset: 3000;
    stroke-dasharray: 3000;
    stroke: transparent;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000;
    stroke: #111;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #111;
    fill: #111;
  }
}
.p-top-bg-fade {
  display: block;
  position: relative;
}
.p-top-bg-fade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-top-point-area {
  display: block;
  position: relative;
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-point-area {
    padding: 30px 0;
  }
}

.p-top-point-desc-vw {
  position: relative;
  right: 0;
  width: 100%;
}
.p-top-point-desc-vw .p-top-point-subheader span,
.p-top-point-desc-vw .p-top-point-subtitle span,
.p-top-point-desc-vw .p-top-point-sublead span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
@media only screen and (max-width: 767px) {
  .p-top-point-desc-vw {
    writing-mode: horizontal-tb;
  }
}

.p-top-point-subheader {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-point-subheader {
    font-size: 2rem;
    margin: 0 10px;
  }
}

.p-top-point-sub {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-point-sub {
    font-size: 1.4rem;
    margin: 0 10px;
  }
}

.p-top-point-subarea {
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top-point-subarea {
    height: auto;
    margin-bottom: 40px;
  }
}

.p-top-point-subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .p-top-point-subtitle {
    font-size: 1.6rem;
  }
}

.p-top-point-sublead {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .p-top-point-sublead {
    font-size: 1.3rem;
  }
}

.p-top-point-desc {
  width: 100%;
  margin: 20px auto 0 auto;
}

.p-top-point-headerbox {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-point-headerbox {
    font-size: 1.2rem;
  }
}
.p-top-point-headerbox span {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-top-point-headerlead {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-point-headerlead {
    font-size: 1.4rem;
  }
}

.p-top-point-arrow {
  font-size: 8rem;
  color: #67bfef;
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .p-top-point-arrow {
    font-size: 4rem;
    width: 100%;
    transform: rotate3d(0, 0, 1, 90deg);
  }
}

.p-top-point-right {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-point-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .p-top-point-right {
    margin: 10px auto;
  }
}

.p-top-point-bg {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-point-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .p-top-point-bg {
    margin: 10px auto;
  }
}

.p-top-point-bg-soroban {
  display: block;
  position: relative;
  top: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 142.4%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-point-bg-soroban::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .p-top-point-bg-soroban {
    margin: 10px auto;
  }
}

.p-top-point-count {
  font-size: 12rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -200px;
  left: 0;
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .p-top-point-count {
    color: rgba(0, 0, 0, 0.2);
    font-size: 7rem;
    top: -10px;
    right: 10px;
    left: auto;
  }
}

.p-top-point-count-2 {
  font-size: 12rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -80px;
  right: 0;
  font-family: "Oswald", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-point-count-2 {
    color: rgba(0, 0, 0, 0.2);
    font-size: 7rem;
    top: -60px;
    right: 10px;
    left: auto;
  }
}

.p-top-point-left-sp {
  border: 1px solid #444;
}
@media only screen and (max-width: 767px) {
  .p-top-point-left-sp {
    display: block;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-point-arrow-sp {
    display: block;
  }
}

.p-top-point-right-sp {
  background-color: #67bfef;
}
@media only screen and (max-width: 767px) {
  .p-top-point-right-sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-point-order-1-sp {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-point-order-2-sp {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-point-bg-sp {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

@media only screen and (max-width: 767px) {
  .p-top-desc {
    padding: 0 10px;
  }
}

.p-top-desc-wrapper {
  text-align: center;
  padding: 100px 0;
  z-index: 0;
  margin-top: 120px;
}
.p-top-desc-wrapper::before {
  content: "";
  background-color: rgba(0, 36, 76, 0.5);
  backdrop-filter: blur(3px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-top-desc-wrapper {
    margin-top: 60px;
  }
}

.p-top-desc-lead {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 20px;
}

.p-top-price-header {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #111;
  margin-bottom: 40px;
  border-bottom: 2px solid #111;
}
@media only screen and (max-width: 767px) {
  .p-top-price-header {
    font-size: 2rem;
  }
}

.p-top-price-subheader {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #444;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .p-top-price-subheader {
    font-size: 1.6rem;
  }
}

.p-top-price-title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #111;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-price-title {
    font-size: 1.6rem;
  }
}

.p-top-price-table {
  display: inline-table;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  color: #111;
}
.p-top-price-table th {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  background-color: #67bfef;
  padding: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table th {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 5px;
  }
}
.p-top-price-table td {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  color: #444;
}

.p-top-price-table-title {
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-title {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.p-top-price-table-desc {
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-desc {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.p-top-price-table-desc span {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-desc span {
    font-size: 1.6rem;
  }
}

.p-top-price-table-item {
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-item {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.p-top-price-table-item span {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-item span {
    font-size: 1.4rem;
  }
}

.p-top-contact-box {
  display: block;
  position: relative;
  width: 100%;
}

.p-top-mainvisual-att-lead {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-top-mainvisual-att-lead {
    display: block;
    font-size: 1.6rem;
    color: #c00;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
  }
}

.p-top-banner-wrapper {
  display: block;
  width: 100%;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-banner-wrapper {
    padding: 6vw 3vw;
  }
}

/*==============================
-P-404
===============================*/
.p-high-mv-wrapper {
  display: block;
  width: 100%;
}

.p-high-mv-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
  height: calc(48vw + 80px);
  z-index: 0;
}
.p-high-mv-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-img::before {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .p-high-mv-img {
    height: calc(150vw + 80px);
  }
}

.p-high-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-high-inner {
    padding: 0 3vw;
  }
}

.p-high-mv-text-area {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.p-high-mv-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  margin: 0 auto;
  font-size: 2.8vw;
  font-weight: bold;
  color: #0c379b;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-mv-text {
    font-size: 7vw;
  }
}
.p-high-mv-text span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  line-height: 1.2;
  font-size: 3.4vw;
  font-weight: bold;
  color: #0c379b;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-text span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-mv-text span {
    font-size: 10vw;
  }
}
.p-high-mv-text span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.1vw;
  background-color: #67BFEF;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-text span::before {
    bottom: 0;
    height: 4vw;
  }
}

.p-high-mv-logo-area {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.p-high-mv-logo-img {
  display: block;
  text-align: center;
  width: 12vw;
  max-width: 250px;
  margin: 1vw auto;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-logo-img {
    width: 45vw;
    max-width: 45vw;
  }
}

.p-high-mv-title-area {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0 auto;
  background-image: url("../images/high_title_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-high-mv-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.1;
  color: #0c379b;
  text-shadow: -0.2vw -0.2vw 0 #fff, 0.2vw -0.2vw 0 #fff, -0.2vw 0.2vw 0 #fff, 0.2vw 0.2vw 0 #fff;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-mv-title {
    font-size: 14vw;
    text-shadow: -0.8vw -0.8vw 0 #fff, 0.8vw -0.8vw 0 #fff, -0.8vw 0.8vw 0 #fff, 0.8vw 0.8vw 0 #fff;
  }
}

.p-high-mv-subtext-area {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding: 0.8vw 3.8vw 0.8vw 0.8vw;
  background-color: #e80000;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .p-high-mv-subtext-area {
    bottom: 4vw;
    padding: 2.8vw 6.8vw 2.8vw 2.8vw;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  }
}

.p-high-mv-subtext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  font-size: 1vw;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-high-mv-subtext {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-mv-subtext {
    font-size: 3.2vw;
  }
}

.p-high-contact-btn-area {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  text-align: center;
  width: 100%;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .p-high-contact-btn-area {
    font-size: 1.6rem;
  }
}

.p-high-contact-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  width: auto;
  margin: 0 auto;
  padding: 0.5vw 4vw;
  font-size: 1.4vw;
  font-weight: bold;
  color: #333;
  background-color: #fbc516;
  border: 1px solid #fbc516;
  border-radius: 5px;
  transition: ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-high-contact-btn {
    font-size: 1.6rem;
  }
}
.p-high-contact-btn:hover {
  transition: ease 0.3s;
  background-color: #333;
  color: #fbc516;
}
@media only screen and (max-width: 767px) {
  .p-high-contact-btn {
    font-size: 3.8vw;
    font-weight: 900;
    padding: 2vw 10vw;
  }
}

.p-high-contact-btn-icon {
  display: inline-block;
  position: absolute;
  bottom: -0.5vw;
  right: 0.5vw;
  width: 3vw;
}
@media only screen and (max-width: 767px) {
  .p-high-contact-btn-icon {
    bottom: -1.5vw;
    right: 1.5vw;
    width: 8vw;
  }
}

.p-high-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  padding: 8vw 0;
}
@media only screen and (max-width: 767px) {
  .p-high-wrapper {
    padding: 12vw 3vw;
  }
}
.p-high-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-image: url("../images/notogawa_logo_wing_03.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .p-high-wrapper::before {
    max-width: 80%;
  }
}

.p-high-wrapper-2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  padding: 0;
}

.p-high-wrapper-3 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  padding: 8vw 0;
  background: linear-gradient(to right, #f8f8f8, #fff);
}
@media only screen and (max-width: 767px) {
  .p-high-wrapper-3 {
    padding: 12vw 3vw;
  }
}

.p-high-title-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 50%;
}

.p-high-title-bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20%;
}
@media only screen and (max-width: 767px) {
  .p-high-title-bg {
    padding-top: 40%;
  }
}

.p-high-title-area {
  display: block;
  width: 100%;
  text-align: right;
}

.p-high-title-area-2 {
  display: block;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-title-area-2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.p-high-title-count {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 10rem;
  font-weight: 900;
  color: #eee;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-high-title-count {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-count {
    font-size: 10vw;
    text-align: left;
  }
}

.p-high-title-count-2 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 10rem;
  font-weight: 900;
  color: #eee;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-title-count-2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-count-2 {
    font-size: 10vw;
  }
}

.p-high-title-count-3 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 10rem;
  font-weight: 900;
  color: #333;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-title-count-3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-count-3 {
    font-size: 10vw;
  }
}

.p-high-title-box {
  display: block;
  width: 100%;
  border-bottom: 1px solid #888;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-high-title-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.p-high-title-box-2 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .p-high-title-box-2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.p-high-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-high-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title {
    font-size: 2.4rem;
    text-align: left;
  }
}

.p-high-title-2 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-title-2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-2 {
    font-size: 2.4rem;
  }
}

.p-high-title-3 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-title-3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-3 {
    font-size: 2.4rem;
  }
}

.p-high-title-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-text {
    text-align: left;
  }
}

.p-high-title-text-2 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-2 {
    font-size: 4vw;
  }
}

.p-high-title-text-area {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: absolute;
  top: -5vw;
  right: 0;
  width: 100%;
  text-align: right;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-area {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-area {
    top: -10vw;
  }
}

.p-high-title-text-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  background-color: #FBCE13;
  padding: 1vw 2vw;
  border-radius: 1vw 0 0 1vw;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-sub {
    padding: 2vw 3vw;
  }
}

.p-high-title-text-icon {
  display: block;
  width: 100%;
  max-width: 10vw;
  padding-right: 1vw;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-icon {
    max-width: 18vw;
  }
}

.p-high-title-text-2 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  font-size: 2vw;
  font-weight: bold;
  color: #333;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-2 {
    text-align: left;
  }
}
.p-high-title-text-2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  line-height: 1.2;
  font-size: 3vw;
  font-weight: bold;
  color: #333;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-2 span {
    font-size: 1.6rem;
  }
}
.p-high-title-text-2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.1vw;
  background-color: #e80000;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-high-title-text-2 span::before {
    bottom: 0;
    height: 1vw;
  }
}

.p-high-intro-desc-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  margin: 40px auto;
  text-align: center;
  border: 1px solid #888;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  z-index: 0;
}

.p-high-intro-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-high-intro-desc {
    font-size: 1.6rem;
  }
}

.p-high-cont-area {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6vw 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-cont-area {
    padding: 16vw 0;
  }
}
.p-high-cont-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(103, 191, 239, 0.5);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-high-cont-area::before {
    background-color: rgba(103, 191, 239, 0.7);
  }
}

.p-high-cont-area-2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  padding: 6vw 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-cont-area-2 {
    padding: 12vw 3vw;
  }
}

.p-high-merit-area {
  padding: 3vw 0;
}

.p-high-merit-icon-area {
  padding: 2vw 8vw;
}
@media only screen and (max-width: 767px) {
  .p-high-merit-icon-area {
    padding: 14vw 28vw 2vw 28vw;
  }
}

.p-high-merit-icon-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-high-merit-icon-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-merit-icon-desc {
    font-size: 6vw;
  }
}

.p-high-movie-desc-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50vw;
  text-align: center;
  margin: 3vw auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-high-movie-desc-area {
    width: 100%;
  }
}

.p-high-movie-file-area {
  display: block;
  text-align: center;
  margin: 0 auto 0.5vw auto;
}

.p-high-movie-item-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1vw;
  color: #333;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 767px) {
  .p-high-movie-item-title {
    font-size: 1.6rem;
  }
}

.p-high-movie-desc {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 0.5vw;
}

.p-high-movie-desc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-high-voice-img-area {
  display: block;
  position: absolute;
  top: -16vw;
  left: 0;
  width: 100%;
  text-align: right;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .p-high-voice-img-area {
    top: -26vw;
  }
}

.p-high-voice-img {
  display: block;
  width: 100%;
  max-width: 38vw;
  text-align: right;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-high-voice-img {
    max-width: 45vw;
  }
}

.p-high-voice-icon-area {
  padding: 2vw 6vw;
}
@media only screen and (max-width: 767px) {
  .p-high-voice-icon-area {
    padding: 6vw 30vw 3vw 30vw;
  }
}

.p-high-student-voice-icon-area {
  padding: 1vw 0;
}
@media only screen and (max-width: 767px) {
  .p-high-student-voice-icon-area {
    padding: 6vw 3vw 3vw 3vw;
  }
}

.p-high-student-voice-letter-area {
  padding: 1vw 0;
}
@media only screen and (max-width: 767px) {
  .p-high-student-voice-letter-area {
    padding: 0;
  }
}

.p-high-voice-icon-box {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #67BFEF;
  border-radius: 50%;
}

.p-high-voice-letter-box {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 70.69%;
  background-image: url("../images/high_letter_2.png");
  background-size: contain;
}

.p-high-voice-letter-img-area {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 3vw;
}
@media only screen and (max-width: 767px) {
  .p-high-voice-letter-img-area {
    padding: 8vw;
  }
}

.p-high-voice-letter-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-high-voice-letter-icon {
  display: block;
  position: absolute;
  top: -0.5vw;
  left: -0.5vw;
  width: 5vw;
}
@media only screen and (max-width: 767px) {
  .p-high-voice-letter-icon {
    top: -2vw;
    left: -2vw;
    width: 20vw;
  }
}

.p-high-voice-icon-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  padding: 0 1vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-high-voice-icon-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-voice-icon-desc {
    font-size: 3vw;
  }
}

.p-high-price-area {
  display: block;
  width: 100%;
  padding: 4vw 0 0 0;
  margin: 0 auto;
}

.p-top-price-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  background-color: #fbc516;
  text-align: left;
  padding: 10px 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-top-price-title {
    font-size: 1.6rem;
  }
}

.p-high-price-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
  padding: 0 15px 40px 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-high-price-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-price-desc {
    padding: 0 0 6vw 0;
  }
}

.p-high-teacher-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3vw 0;
  overflow: hidden;
}

.p-high-teacher-img-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3vw;
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-img-area {
    padding: 0 0 3vw 0;
  }
}

.p-high-teacher-slide-item:nth-child(3n+2) .p-high-teacher-img-area {
  padding-top: 9vw;
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-slide-item:nth-child(3n+2) .p-high-teacher-img-area {
    padding: 0 0 3vw 0;
  }
}

.p-high-teacher-slide-item:nth-child(3n+3) .p-high-teacher-img-area {
  padding-top: 6vw;
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-slide-item:nth-child(3n+3) .p-high-teacher-img-area {
    padding: 0 0 3vw 0;
  }
}

.p-high-teacher-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 120%;
}

.p-high-teacher-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 1vw auto;
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-name {
    font-size: 4vw;
  }
}

.p-high-teacher-icon-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 0 3vw 3vw 3vw;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-icon-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-teacher-icon-desc {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 0 auto 6vw auto;
    padding: 3vw;
  }
}

.p-high-support-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  padding: 8vw 0 0 0;
}
.p-high-support-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  background-image: url("../images/notogawa_logo_wing_03.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .p-high-support-wrapper {
    padding: 12vw 3vw;
  }
}

.p-top-price-table-high {
  display: inline-table;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  color: #111;
}
.p-top-price-table-high th {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  background-color: #67bfef;
  padding: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-high th {
    font-size: 4vw;
    font-weight: normal;
    padding: 5px;
  }
}
.p-top-price-table-high td {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  color: #444;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-high td {
    padding: 1vw;
  }
}

.p-top-price-table-title-high {
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-title-high {
    font-size: 3.6vw;
    padding: 5px;
  }
}

.p-top-price-table-item-high {
  padding: 10px 10px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-item-high {
    font-size: 5vw;
    padding: 5px;
  }
}
.p-top-price-table-item-high span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-item-high span {
    font-size: 4vw;
  }
}

.p-top-price-table-desc-high {
  padding: 10px 10px;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-desc-high {
    font-size: 4vw;
    padding: 5px;
  }
}
.p-top-price-table-desc-high span {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-top-price-table-desc-high span {
    font-size: 6vw;
  }
}

.p-high-support-worries-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  padding: 3vw;
  margin: 4vw auto;
  border: 1px solid #444;
  border-radius: 3vw;
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-area {
    padding: 6vw 3vw;
  }
}

.p-high-support-worries-title-box {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.p-high-support-worries-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4vw;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 3vw auto;
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-title {
    font-size: 1.6rem;
  }
}

.p-high-support-worries-img-area {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 7vw;
  width: 100%;
}

.p-high-support-worries-text-area {
  display: block;
  text-align: left;
  margin: 0 auto 1.5vw auto;
  padding: 0;
  width: 100%;
}

.p-high-support-worries-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 1.5vw 3vw;
  width: auto;
  background-color: #FBCE13;
  color: #c00;
  font-size: 1.4vw;
  font-weight: bold;
  border-radius: 1vw;
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-desc {
    display: block;
    width: 100%;
    font-size: 3.8vw;
    padding: 3vw;
  }
}

.p-high-support-worries-list {
  display: block;
  text-align: left;
  margin: 0 auto 1.5vw auto;
  padding: 0;
  width: 100%;
}

.p-high-support-worries-list-item {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 1vw;
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-list-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-list-item {
    font-size: 3.2vw;
  }
}

.p-high-support-worries-q-text-area {
  display: block;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.p-high-support-worries-q-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 1.5vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-q-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-worries-q-title {
    font-size: 4.2vw;
  }
}

.p-high-support-answer-area {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 4vw 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-area {
    padding: 3vw 0 6vw 0;
  }
}

.p-high-support-answer-title-box {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.p-high-support-answer-title-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #ccc;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5vw 6vw;
  border-top-color: currentColor;
  border-bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-title-box::before {
    border-width: 12vw 20vw;
  }
}

.p-high-support-answer-title {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #333;
  font-size: 2.5vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-title {
    font-size: 5vw;
    font-weight: 900;
  }
}

.p-high-support-answer-detail-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 2vw;
  background-color: #67BFEF;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-detail-area {
    padding: 6vw 3vw;
  }
}

.p-high-support-answer-detail-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #c00;
  font-size: 3vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-detail-title {
    font-size: 1.6rem;
  }
}
.p-high-support-answer-detail-title::before {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url("../images/high_title_bg_02.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-detail-title::before {
    bottom: -4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-detail-title {
    font-size: 6vw;
  }
}

.p-high-support-answer-detail-img-area {
  display: block;
  position: relative;
  bottom: 1vw;
  left: 1vw;
  width: 98%;
}

.p-high-support-answer-detail-img {
  opacity: 0.2;
}

.p-high-support-answer-list {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 2vw auto 1vw auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-list {
    margin: 3vw auto 3vw auto;
  }
}

.p-high-support-answer-list-item {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1vw;
  color: #fff;
  text-align: left;
  margin: 0 auto 0.5vw auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-list-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-list-item {
    font-size: 3.4vw;
  }
}

.p-high-support-answer-text-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 1vw auto;
  padding: 0;
}

.p-high-support-answer-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1vw;
  padding: 1vw 2vw;
  background-color: #fff;
  border-radius: 1vw;
  color: #333;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-desc {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-answer-desc {
    font-size: 3.2vw;
    padding: 3vw 3vw;
    border-radius: 2vw;
  }
}

.p-high-support-merit-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 6vw auto;
  padding: 6vw 0;
  background-color: #f8f8f8;
}

.p-high-support-merit-title-box {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 5vw 0;
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-title-box {
    padding: 0 0 6vw 0;
  }
}

.p-high-support-merit-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 1.65;
  color: #333;
  background: linear-gradient(transparent 70%, #67BFEF 30%);
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-title {
    font-size: 3.6vw;
  }
}

.p-high-support-merit-list {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.p-high-support-merit-list-item {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 1.5vw 1vw 1.5vw;
}

.p-high-support-merit-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  margin: 0 auto 1vw auto;
  border-radius: 1vw;
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-img {
    margin: 0 auto 3vw auto;
  }
}

.p-high-support-merit-header {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #444;
  padding: 0;
  margin: 0 auto 1vw auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-header {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-header {
    font-size: 4vw;
    margin: 0 auto 3vw auto;
  }
}

.p-high-support-merit-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  margin: 0 auto;
  padding: 0 0 1vw 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-merit-text {
    margin: 0 auto 3vw auto;
    padding: 0;
    font-size: 3.2vw;
  }
}

.p-high-support-closing-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.p-high-support-closing-title-box {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0 auto 3vw auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-title-box {
    text-align: center;
  }
}

.p-high-support-closing-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2vw;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  padding: 1.5vw 3vw;
  width: auto;
  background-color: #ccc;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-title {
    padding: 3vw 6vw;
    font-size: 4vw;
  }
}

.p-high-support-closing-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 56.25%;
  margin: 0 auto 1vw auto;
  border-radius: 1vw;
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-img {
    margin: 0 auto 3vw auto;
    border-radius: 2vw;
  }
}

.p-high-support-closing-list {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0 auto 1vw auto;
  padding: 0;
}

.p-high-support-closing-list-item {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.p-high-support-closing-header {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4vw;
  font-weight: bold;
  color: #444;
  padding: 0 0 1vw 0;
  margin: 0 auto 1vw auto;
  text-align: left;
  border-bottom: 1px solid #888;
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-header {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-header {
    margin: 0 auto 1.5vw auto;
    padding: 0 0 1.5vw 0;
    font-size: 4vw;
  }
}

.p-high-support-closing-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1vw;
  color: #333;
  margin: 0 auto;
  padding: 0 0 3vw 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-closing-text {
    font-size: 3.4vw;
  }
}

.p-high-support-announce-title-box {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 3vw auto;
  padding: 0;
}

.p-high-support-announce-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline;
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 1.65;
  color: #333;
  background: linear-gradient(transparent 70%, #ccc 30%);
}
@media only screen and (max-width: 767px) {
  .p-high-support-announce-title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-announce-title {
    font-size: 6vw;
  }
}

.p-high-support-announce-list {
  display: inline-block;
}

.p-high-support-announce-list-item {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  width: auto;
  font-size: 1vw;
  color: #333;
  margin: 0.5vw auto;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-high-support-announce-list-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-announce-list-item {
    font-size: 3.4vw;
    margin: 1.5vw auto;
  }
}

.p-high-support-message-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  margin: 6vw auto 0 auto;
  padding: 0;
}

.p-high-support-message-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 35%;
  margin: 0 auto;
}
.p-high-support-message-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 200, 0.1);
}
@media only screen and (max-width: 767px) {
  .p-high-support-message-img {
    padding-top: 50%;
  }
}

.p-high-support-message-text-area {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  background-color: rgba(245, 245, 245, 0.5);
  text-align: center;
  margin: 0 auto;
  padding: 3vw;
  border-radius: 1.5vw;
}
@media only screen and (max-width: 767px) {
  .p-high-support-message-text-area {
    width: 94%;
  }
}

.p-high-support-message-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2vw;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-high-support-message-text {
    font-size: 1.6rem;
  }
}
.p-high-support-message-text span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline;
  font-size: 2.2vw;
  font-weight: bold;
  color: #222;
  background: linear-gradient(transparent 70%, #FBCE13 30%);
}
@media only screen and (max-width: 767px) {
  .p-high-support-message-text span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-message-text span {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-high-support-message-text {
    font-size: 3.8vw;
  }
}

/*==============================
-Single
===============================*/
.s-postcontent-unit {
  margin-top: 40px;
}

.s-postcontent-title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.75;
  }
}

.s-postcontent-header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-header {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-postcontent-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  word-wrap: break-word;
  line-height: 1.75;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-lead {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

.s-postcontent-notes {
  display: inline-block;
  background-color: #c00;
  padding: 2px 10px;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-notes {
    font-size: 1.1rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-strong {
  font-weight: bold;
  color: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
}

.s-postcontent-strike {
  text-decoration: line-through;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.s-postcontent-colored {
  color: #f00;
  text-decoration: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
}

.s-postcontent-big {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-big {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-links {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 2;
  text-decoration: underline;
  color: inherit;
  text-align: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  word-wrap: break-word;
}
.s-postcontent-links:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-links {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-linklead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  color: inherit;
  text-align: inherit;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-linklead {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

.s-postcontent-inlinelink {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: ease 0.3s;
  word-wrap: break-word;
}
.s-postcontent-inlinelink:hover {
  text-decoration: underline;
  transition: ease 0.2s;
}
@media only screen and (max-width: 767px) {
  .s-postcontent-inlinelink {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

/*==============================
-Single
===============================*/
.s-sc-space {
  display: block;
  padding-top: 20px;
}

.s-sc-title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}

.s-sc-header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-header {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-benefits {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 8px;
  color: green;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-benefits {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.s-sc-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: green;
}

.s-sc-guest {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 8px;
  color: gold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-guest {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.s-sc-guest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: gold;
}

.s-sc-men {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: blue;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-men {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-ladies {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: pink;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-ladies {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-common {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-common {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .s-sc-lead {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.s-sc-lead + .s-sc-lead {
  margin-top: 5px;
}

.s-sc-attention {
  display: inline-block;
  background-color: red;
  padding: 2px 10px;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  color: white;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .s-sc-attention {
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.s-sc-linklead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: inherit;
  word-break: break-all;
  text-align: left;
}
.s-sc-linklead::before {
  content: "・";
  font-size: 1.4rem;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  .s-sc-linklead {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.s-sc-link {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: underline;
  color: inherit;
  word-break: break-all;
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.s-sc-link:hover {
  text-decoration: none;
  text-shadow: red;
}
@media only screen and (max-width: 767px) {
  .s-sc-link {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.s-sc-movie {
  position: relative;
  padding-top: 28.125%;
  margin-bottom: 10px;
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .s-sc-movie {
    width: 100% !important;
    padding-top: 56.25%;
  }
}

.s-sc-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ======================================================
_custom.scss
====================================================== */
#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

.a-fadein {
  -webkit-animation: a-fadein 0.4s both 0.1s ease;
  animation: a-fadein 0.4s both 0.1s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
.a-fade-slide {
  -webkit-animation: a-fade-slide 0.9s both 0.1s ease;
  animation: a-fade-slide 0.9s both 0.1s ease;
  visibility: visible !important;
  backface-visibility: hidden;
  transform: perspective(0);
}

@-webkit-keyframes a-fade-slide {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fade-slide {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0) perspective(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) perspective(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sip-slider,
  .swiper-container,
  .swiper-wrapper,
  .swiper-slide,
  .swiper-slide img {
    transition-duration: 100ms !important;
  }
}/*# sourceMappingURL=style.css.map */