@charset "UTF-8";

/* ローディング画面 */
.l-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #ACC5DB;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  tab-size: 4;
  word-break: normal;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  color: inherit;
  cursor: pointer;
}

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

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

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

@font-face {
  font-display: swap;
}

html {
  color: #626262;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

html.wf-active {
  visibility: visible;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  html {
    font-size: 0.9622vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 2.8222vw;
  }
}

@font-face {
  font-family: 'D-DIN';
  font-style: normal;
  font-weight: normal;
  src: local("DINPro"), url("https://nipt-cl.jp/wp-content/themes/nipt_front/dist/https://nipt-cl.jp/wp-content/themes/nipt_front/dist/dist/fonts/D-DIN.woff") format("woff");
}

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

li {
  list-style-type: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

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

[v-cloak] {
  display: none;
}

p {
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
}

@media (max-width: 768px) {
  p {
    font-size: 1.08rem;
  }
}

iframe {
  height: 100%;
  width: 100%;
}

.u-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

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

@media (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-pc-hidden-i {
  display: none !important;
}

@media (max-width: 768px) {
  .u-pc-hidden-i {
    display: block !important;
  }
}

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

@media (max-width: 768px) {
  .u-pc-hidden-inline {
    display: inline-block;
  }
}

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

@media (max-width: 768px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-sp-hidden-i {
  display: block !important;
}

@media (max-width: 768px) {
  .u-sp-hidden-i {
    display: none !important;
  }
}

.u-all-hidden {
  display: none !important;
}

.u-ob-fit {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

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

.u-text-under-line {
  text-decoration: underline;
}

.u-fw600 {
  font-weight: 600;
}

.u-mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff799));
  background: -webkit-linear-gradient(transparent 60%, #fff799 0%);
  background: linear-gradient(transparent 60%, #fff799 0%);
  padding: 0 0.1875rem;
  padding-bottom: 0.125rem;
  position: relative;
}

.u-mark::before {
  bottom: 0;
  content: '';
  height: 0.625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.u-object-fit {
  -o-object-fit: cover;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.u-radius-50 {
  border-radius: 50px;
}

@media (max-width: 768px) {
  .u-radius-50 {
    border-radius: 25px;
  }
}

.u-radius-40 {
  border-radius: 40px;
}

@media (max-width: 768px) {
  .u-radius-40 {
    border-radius: 20px;
  }
}

.u-radius-30 {
  border-radius: 1.875rem;
}

.u-radius-20 {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .u-radius-20 {
    border-radius: 10px;
  }
}

.u-radius-crcl {
  border-radius: 50%;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb25 {
  margin-bottom: 2.5rem;
}

.u-mb35 {
  margin-bottom: 3.5rem;
}

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

.u-flex-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.u-flex-sb {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.u-flex-sb-sp {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .u-flex-sb-sp {
    display: block;
  }
}

.u-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex-al-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-all-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .u-sp-width-full {
    width: 100% !important;
  }
}

.u-c-pink {
  color: #9BB7D4;
}

.u-c-pink-l {
  color: #63768D;
}

.u-c-orange {
  color: #63768D;
}

.u-c-green {
  color: #15929a;
}

.u-c-blue {
  color: #2581c8;
}

.u-bg-yellow {
  background-color: #A2C2D0 !important;
}

.u-bg-note {
  background-color: #2cb696 !important;
}

.u-bg-pink-l {
  background-color: #63768D !important;
}

.u-lh-m {
  line-height: 1.58;
}

.u-lh-h {
  line-height: 1.78;
}

.u-lh-l {
  line-height: 2;
}

.u-last-mb0>li:last-of-type,
.u-last-mb0>div:last-of-type,
.u-last-mb0>dl:last-of-type {
  margin-bottom: 0 !important;
}

.u-bg-cover {
  position: relative;
}

.u-bg-cover__bg {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.u-bg-cover__content {
  position: relative;
  z-index: 50;
}

.u-bg-pink {
  background-color: #63768D;
}

.u-bg-orange {
  background-color: #63768D;
}

.u-bg-yellow {
  background-color: #A2C2D0;
}

.u-bg-l-pink {
  background-color: rgba(231, 120, 141, 0.3);
}

.u-bg-l-orange {
  background-color: #E4EDF0;
}

.u-bg-l-yellow {
  background-color: rgba(255, 188, 110, 0.3);
}

.u-img-auto {
  width: auto;
  zoom: .5;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink02 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink02 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

.c-btn {
  background-color: #9BB7D4;
  border-radius: 0.9375rem;
  color: #ffffff;
  display: block;
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5625rem 0.5rem;
  position: relative;
  text-align: center;
  width: 17.5rem;
}

@media (max-width: 768px) {
  .c-btn {
    width: 21.25rem;
  }
}

.c-btn--orange {
  background-color: #63768D;
}

.c-btn--yellow {
  background-color: #A2C2D0;
}

.c-btn--blue {
  background-color: #BAD1EC;
}

.c-btn--gray {
  background-color: #7d7d7d;
}

.c-btn-sq {
  background-color: #63768D;
  color: #ffffff;
  display: block;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "klee", serif;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 256px;
  padding: 1.3125rem 0.625rem;
  text-align: center;
  width: 60%;
}

@media (max-width: 768px) {
  .c-btn-sq {
    font-size: 1.43rem;
  }
}

.c-btn-radius {
  background-color: #666666;
  border-radius: 1.5625rem;
  color: #ffffff;
  display: block;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "klee", serif;
  font-size: 1.125rem;
  max-width: 230px;
  padding: 0.9375rem 0.75rem;
  text-align: center;
  width: 74%;
}

.c-btn-anchor {
  border: 1px solid #55a0c0;
  border-radius: 0.5rem;
  color: #55a0c0;
  font-size: 1rem;
  letter-spacing: 0.0025em;
  padding: 0.9375rem 0.75rem;
  position: relative;
  text-align: center;
}

.c-btn-anchor::after {
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: ease-in 0.3s;
  border-bottom: 1px solid #55a0c0;
  border-left: 1px solid #55a0c0;
  content: '';
  height: 0.6875rem;
  position: absolute;
  right: 0.6875rem;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(-45deg);
  transition: ease-in 0.3s;
  width: 0.6875rem;
}

.c-tab-btn {
  background-color: #fff;
  border: 1px solid #2581c8;
  color: #2581c8;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.375rem 0;
  text-align: center;
  width: 23%;
}

@media (max-width: 768px) {
  .c-tab-btn {
    width: 48.88%;
  }
}

.c-tab-btn.is-active {
  background-color: #2581c8;
  color: #fff;
}

.c-modal {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.c-modal.is-modal-open {
  visibility: visible;
}

.c-modal__bg {
  background-color: rgba(0, 0, 0, 0.68);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.c-modal__content {
  background-color: #fff;
  border-radius: 0.9375rem;
  max-width: 750px;
  padding: 2.55rem;
  position: relative;
  width: 68%;
}

@media (max-width: 768px) {
  .c-modal__content {
    padding: 2.75rem 1.4rem;
    width: 90%;
  }
}

.c-modal__thumb {
  margin-bottom: 1.33rem;
}

.c-modal__size-content {
  background-color: #fff;
  border: 1px solid #313131;
  border-radius: 4vw;
  height: 35vw;
  max-width: 750px;
  padding: 7.5vw 2.2222% 4.8vw;
  position: relative;
  width: 90%;
}

.c-modal__size-select {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
}

.c-modal__size-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  border: 1px solid #58abeb;
  border-radius: 12vw;
  color: #58abeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12vw;
  justify-content: center;
  width: 31.8888%;
}

.c-modal__size-btn--size-l {
  font-size: 4.95555vw;
}

.c-modal__size-btn--size-m {
  font-size: 3.95555vw;
}

.c-modal__size-btn--size-s {
  font-size: 2.85555vw;
}

.c-modal__size-btn.is-active {
  background-color: #58abeb;
  color: #fff;
}

.c-modal__close-text {
  color: #58abeb;
  cursor: pointer;
  text-align: center;
}

.c-modal__close-inside {
  display: inline-block;
  font-size: 1.12rem;
  padding-left: 7vw;
  position: relative;
}

@media (min-width: 768px) {
  .c-modal__close-inside {
    padding-left: 2.88vw;
  }
}

.c-modal__close-icon {
  -webkit-transform: translateY(-50%);
  fill: #58abeb;
  height: 5.4vw;
  left: 0;
  position: absolute;
  position: absolute;
  stroke: #58abeb;
  stroke-width: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 5.4vw;
}

@media (min-width: 768px) {
  .c-modal__close-icon {
    height: 2.2vw;
    width: 2.2vw;
  }
}

.c-ttl {
  color: #63768D;
  font-weight: 700;
  margin-bottom: 1.625rem;
}

.c-ttl__main {
  display: block;
  font-size: 2.5rem;
}

.c-ttl__sub {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.c-ttl-l {
  color: #9BB7D4;
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 1.5625rem;
}

@media (max-width: 768px) {
  .c-ttl-l {
    font-size: 2.34375rem;
    text-align: center;
  }
}

.c-ttl-col02 {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "klee", serif;
  letter-spacing: 0.025em;
  text-align: center;
}

.c-ttl-col02__eng {
  color: #a7a7a7;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.4375rem;
}

.c-ttl-col02__main {
  display: block;
  font-size: 2.375rem;
}

.c-ttl-bg {
  background-color: #63768D;
  border-radius: 5rem;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 1.2rem;
  padding: 0.6875rem 0;
  text-align: center;
}

.c-ttl-bdl {
  color: #63768D;
  font-size: 1.5625rem;
  margin-bottom: 2rem;
  padding-bottom: 1.4375rem;
  position: relative;
}

.c-ttl-bdl::after {
  background-color: #63768D;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 9.375rem;
}

@media (max-width: 768px) {
  .c-ttl-bdl::after {
    width: 7.8125rem;
  }
}

.c-ttl-bdb {
  color: #15929a;
  font-size: 1.95rem;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 2.2rem;
  padding-bottom: 0.75rem;
  position: relative;
  text-align: center;
}

.c-ttl-bdb::after {
  -webkit-transform: translateX(-50%);
  background-color: #15929a;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3.125rem;
}

.c-ttl-bd-long {
  border-bottom: 1px solid #9BB7D4;
  color: #9BB7D4;
  font-size: 2.1875rem;
  margin-bottom: 1.78rem;
  padding-bottom: 1.1875rem;
}

.c-ttl-bd-long--orange {
  border-color: #63768D;
  color: #63768D;
}

.c-ttl-bd-long--l-pink {
  border-color: #63768D;
  color: #63768D;
}

.c-ttl-center {
  color: #63768D;
  font-size: 2.12rem;
  font-weight: 600;
  margin-bottom: 1.55rem;
  text-align: center;
}

.sec-error {
  background-color: #E4EDF0;
  font-size: 1.5rem;
  padding: 4.0625rem 0 1.75rem;
}

@media (max-width: 768px) {
  .sec-error {
    font-size: 2.375rem;
    padding: 1.5625rem 0 0.9375rem;
  }
}

.sec-error__desc {
  font-size: 1.0625rem;
  margin-bottom: 2.875rem;
}

.p-breadcrumb__wrap {
  background-color: #E4EDF0;
  padding: 1.9375rem 0;
}

@media (max-width: 768px) {
  .p-breadcrumb__wrap {
    padding: 2rem 0;
  }
}

.p-breadcrumb__lists {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.p-breadcrumb__item {
  color: #626262;
  font-size: 0.8125rem;
  line-height: 1;
  margin-right: 0.625rem;
  padding-right: 0.75rem;
  position: relative;
}

.p-breadcrumb__item:first-of-type {
  color: #aaaaaa;
}

.p-breadcrumb__item:not(:last-of-type)::after {
  -webkit-transform: translateY(-50%);
  content: "l";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .p-breadcrumb__item:last-of-type {
    -ms-flex: 1 1 25%;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    flex: 1 1 25%;
    overflow: hidden;
  }
}

.p-breadcrumb__item span,
.p-breadcrumb__item a {
  display: inline-block;
  line-height: 1;
}

.l-wrapper {
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.l-main {
  overflow: hidden;
}

.l-archive {
  padding: 3.75rem 0;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 87.5%;
}

@media (max-width: 768px) {
  .l-inner {
    width: 90%;
  }
}

.l-inner-s {
  margin-left: auto;
  margin-right: auto;
  max-width: 53%;
  width: 85%;
}

@media (max-width: 768px) {
  .l-inner-s {
    max-width: 880px;
    width: 90%;
  }
}

.l-col02 {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .l-col02 {
    display: block;
  }
}

.l-col02__left {
  width: 20%;
}

@media (max-width: 768px) {
  .l-col02__left {
    width: 100%;
  }
}

.l-col02__main {
  position: relative;
  width: 80%;
}

@media (max-width: 768px) {
  .l-col02__main {
    width: 100%;
    padding-top: 7.2rem;
  }
}

.l-cta {
  background-color: #fff7f1;
  letter-spacing: 0.025em;
}

@media (max-width: 768px) {
  .l-cta {
    padding-bottom: 1.375rem;
  }
}

.l-cta__ttl {
  color: #63768D;
  font-size: 1.875rem;
  line-height: 1.66;
  padding: 2.5rem 0;
  text-align: center;
}

.l-cta__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .l-cta__list {
    display: block;
  }
}

.l-cta__item {
  background-color: #fff;
  height: 33vw;
  margin-bottom: 2.9375rem;
  max-height: 21.375rem;
  width: 48.4%;
}

@media (max-width: 768px) {
  .l-cta__item {
    height: 53vw;
    margin-bottom: 1.875rem;
    width: 100%;
  }
}

.l-cta__link {
  height: 100%;
}

.l-cta__thumb {
  height: 100%;
  width: 42%;
}

.l-cta__contents {
  -ms-flex-flow: column;
  -ms-flex-pack: justify;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  width: 58%;
}

.l-cta__name {
  color: #52804a;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1.125rem;
}

@media (max-width: 768px) {
  .l-cta__name {
    font-size: 1.3125rem;
  }
}

.l-cta__desc {
  font-size: 1.125rem;
  line-height: 1.76;
}

@media (max-width: 768px) {
  .l-cta__desc {
    font-size: 0.96rem;
    line-height: 1.42;
  }
}

.l-cta__detail {
  text-align: right;
}

.l-cta__detail-inside {
  display: inline-block;
  font-size: 1.3125rem;
  padding-right: 4.375rem;
  position: relative;
}

.l-cta__detail-arw {
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
}

.lp-footer {
  background-color: #b52842;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  height: 3.3125rem;
}

.lp-footer__copy {
  color: #fff;
  font-size: 0.625rem;
  line-height: 3.3125rem;
}

.l-footer {
  background-color: #E4EDF0;
}

.l-footer__inner {
  padding: 4.0625rem 0;
}

@media (max-width: 768px) {
  .l-footer__inner {
    display: none;
  }
}

.l-footer__left {
  width: 62.19%;
}

.l-footer__logo {
  width: 30%;
}

.l-footer__nav {
  color: #9BB7D4;
  font-size: 0.9375rem;
  width: 64%;
}

.l-footer__nav-item {
  margin-bottom: 0.9375rem;
}

.l-footer__cta {
  width: 23.81%;
}

@media (max-width: 768px) {
  .l-footer__cta {
    display: none;
  }
}

.l-footer__cta-item {
  margin-bottom: 1.3125rem;
}

.l-footer__cta-item a {
  width: 100%;
}

.l-footer__copy {
  border-top: 1px solid #9BB7D4;
  color: #9BB7D4;
  font-size: 0.625rem;
  padding: 1.5625rem 0;
}

@media (max-width: 768px) {
  .l-footer__copy {
    border-top: none;
    padding: 2.25rem 0;
  }
}

.l-sp-cta {
  -webkit-transition: linear .24s;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  transition: linear .24s;
  width: 100%;
  z-index: 9998;
}

@media (max-width: 768px) {
  .l-sp-cta {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.l-sp-cta__item {
  color: #ffffff;
  text-align: center;
  width: 33.199%;
}

.l-sp-cta__item--tel {
  background-color: #9BB7D4;
  border-radius: 0 0.75rem 0 0;
}

.l-sp-cta__item--reserve {
  background-color: #63768D;
  border-radius: 0.75rem 0.75rem 0 0;
}

.l-sp-cta__item--mypage {
  background-color: #A2C2D0;
  border-radius: 0.75rem 0.75rem 0 0;
}

.l-sp-cta__item--under18 {
  background-color: #BAD1EC;
  border-radius: 0.75rem 0 0 0;
}

.l-sp-cta__link {
  -ms-flex-align: center;
  -ms-flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  font-size: 1.28rem;
  height: 100%;
  justify-content: center;
  padding: 1.125rem 0.75rem;
}

.l-sp-cta__time {
  font-size: .9rem;
}

.lp-wrapper {
  position: relative;
}

.lp-header {
  -webkit-box-shadow: inset 0px 20px 20px 0px rgba(217, 234, 240, 0.3);
  background-color: #fff;
  box-shadow: inset 0px 20px 20px 0px rgba(217, 234, 240, 0.3);
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  height: 5rem;
  padding: 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 768px) {
  .lp-header {
    height: 6.875rem;
    padding: 0rem;
  }
}

@media (max-width: 768px) {
  .lp-header__inner {
    height: 100%;
    padding: 0 1rem;
  }
}

.lp-header-nav {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .lp-header-nav {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
}

.lp-header-nav .lp-header-logo {
  -webkit-box-shadow: inset -10px -10px 20px 0px rgba(223, 245, 255, 0.3);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset -10px -10px 20px 0px rgba(223, 245, 255, 0.3);
  display: block;
  margin-left: -1.25rem;
  margin-top: -2.5rem;
  padding: 2.125rem;
  position: fixed;
  width: 12.25rem;
  z-index: 1000;
}

@media (max-width: 768px) {
  .lp-header-nav .lp-header-logo {
    -webkit-box-shadow: initial;
    background-color: initial;
    border-radius: initial;
    box-shadow: initial;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
    width: 60%;
  }
}

.lp-header-list {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
  margin-left: auto;
}

@media (max-width: 768px) {
  .lp-header-list {
    height: auto;
  }
}

@media (max-width: 768px) {
  .lp-header-list__item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lp-header-list__item:first-of-type a {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .lp-header-list__item:first-of-type a {
    display: block;
  }
}

@media (max-width: 768px) {
  .lp-header-list__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .lp-header-list__item:last-of-type {
    margin-left: 1.25rem;
  }
}

.lp-header-list__item img {
  width: 4.375rem;
}

.lp-header-list__tel-num {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  color: #77afd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  justify-content: center;
}

.lp-header-list__tel-time {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  color: #b1adae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  justify-content: center;
  margin-left: 0.625rem;
  margin-right: 1.875rem;
}

.lp-header-list__link {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 0.875rem;
  justify-content: center;
  width: 11.75rem;
}

.lp-header-list .contact-btn {
  background-color: #fff;
  border: 1px solid #ff5474;
  color: #ff5474;
  padding: 0.9375rem 0;
}

.lp-header-list .mypage-btn {
  background-color: #ff5474;
  color: #fff;
  margin-left: 1.375rem;
  padding: 0.9375rem 0;
}

.lp-header-info {
  bottom: 30%;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  position: fixed;
  right: 0;
  z-index: 900;
}

@media (max-width: 768px) {
  .lp-header-info {
    -webkit-transition: linear .24s;
    bottom: 0;
    position: fixed;
    transition: linear .24s;
    width: 100%;
    z-index: 9998;
  }
}

@media (max-width: 768px) {
  .lp-header-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.lp-header-info__item {
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  position: relative;
  writing-mode: vertical-rl;
}

.lp-header-info__item:first-of-type {
  background-color: #ff5474;
  border-radius: 2.40625rem 0 0 0;
}

.lp-header-info__item:nth-of-type(2) {
  background-color: #fe9a25;
  border-radius: 0 0 0 2.40625rem;
}

@media (max-width: 768px) {
  .lp-header-info__item:nth-of-type(2) img {
    left: 2.875rem !important;
  }
}

@media (max-width: 768px) {
  .lp-header-info__item {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    border-radius: initial !important;
    width: 100%;
    writing-mode: initial;
  }
}

.lp-header-info__link {
  display: block;
  padding: 3.4375rem 1.875rem 1.875rem;
}

@media (max-width: 768px) {
  .lp-header-info__link {
    display: inline-block;
    font-size: 1rem;
    height: 4.375rem;
    line-height: 4.375rem;
    padding: 0;
    padding-left: 1.25rem;
    text-align: center;
    width: 100%;
  }
}

.lp-header-info__link :hover {
  opacity: 0.3;
}

.lp-header-info img {
  height: auto;
  left: 0.1875rem;
  margin: auto;
  max-height: auto;
  max-width: 1.5625rem;
  position: absolute;
  right: 0;
  top: 1.25rem;
  width: 1.5625rem;
}

.lp-header-info img:first-of-type {
  left: 0.125rem;
}

@media (max-width: 768px) {
  .lp-header-info img:first-of-type {
    left: 1.375rem;
  }
}

@media (max-width: 768px) {
  .lp-header-info img {
    margin: 0;
    max-width: 1.125rem;
    top: 1.6875rem;
    width: 1.125rem;
  }
}

.l-header {
  padding: 1.5625rem 1.5625rem 1.5625rem;
}

@media (max-width: 768px) {
  .l-header {
    -webkit-transition: linear .22s;
    padding: 1rem 0;
    position: fixed;
    transition: linear .22s;
    z-index: 9000;
    background-color: #fff;
  }

  .l-header.is-bg-change {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .l-header__inner {
    position: sticky;
    top: 0;
  }
}

.l-header-logo {
  display: block;
  margin: 0 auto 2.9375rem;
  padding: 1.375rem 0 0;
  width: 88%;
}

@media (max-width: 768px) {
  .l-header-logo {
    margin: 0;
    padding: 0;
    padding-bottom: 0.9375rem;
    padding-left: 1.5625rem;
    width: 40%;
  }
}

@media (max-width: 768px) {
  .l-header-nav-area {
    display: none;
  }
}

.l-header-nav {
  color: #9BB7D4;
  /*margin-bottom: 7.6875rem;*/
  margin-bottom: 6.6875rem;
}

.l-header-nav__item {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 1.875rem;
}

.l-header-info__tel {
  color: #9BB7D4;
  display: block;
  margin-bottom: 1.3125rem;
}

.l-header-info__tel-num {
  font-size: 2.1875rem;
}

.l-header-info__tel-time {
  font-size: 0.9375rem;
}

.l-header-info__action-item {
  margin-bottom: 0.75rem;
}

.l-header-info__action-item .txt_small {
  display: block;
  font-size: 80%;
}

.l-header-info__action-link {
  width: 100%;
}

.l-header-toggle {
  -webkit-transform: translateY(-50%);
  -webkit-transition: linear .3s;
  background-color: #fff;
  border-radius: 1.40625rem 0 0 1.40625rem;
  display: none;
  height: 5rem;
  padding: 1.25rem 1.625rem 1.0625rem;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  transition: linear .3s;
  width: 6.25rem;
}

@media (max-width: 768px) {
  .l-header-toggle {
    display: block;
  }
}

.l-header-toggle__inside {
  background: url(/wp-content/themes/nipt_front/dist/images/common/c_manu_open.png) no-repeat 50% 0%;
  background-size: 90% auto;
  display: block;
  height: 100%;
  position: relative;
}

.l-header-toggle__inside::after {
  bottom: -0.1875rem;
  color: #9BB7D4;
  content: "MENU";
  font-size: 1.125rem;
  left: 0;
  letter-spacing: .12em;
  position: absolute;
}

.l-header-toggle.is-open {
  padding-left: 1.125rem;
  padding-right: 1.9375rem;
  padding-top: 0.875rem;
}

.l-header-toggle.is-open .l-header-toggle__inside {
  background-image: url(/wp-content/themes/nipt_front/dist/images/common/c_menu_close.png);
  background-size: 50% auto;
}

.l-header-sp-nav {
  -webkit-transform: translateX(100%);
  -webkit-transition: linear .3s;
  background-color: #fff;
  border-radius: 1.40625rem 0 0 1.40625rem;
  display: none;
  padding: 2.444rem 2.55rem;
  position: absolute;
  right: 0;
  top: 9.2%;
  transform: translateX(100%);
  transition: linear .3s;
  /*width: 62%;*/
  width: 75%;
  z-index: 9998;
}

.l-header-sp-nav.is-show {
  -webkit-box-shadow: 0px 0px 0.9375rem 0px rgba(241, 187, 197, 0.53);
  -webkit-transform: translateX(0);
  box-shadow: 0px 0px 0.9375rem 0px rgba(241, 187, 197, 0.53);
  transform: translateX(0);
}

@media (max-width: 768px) {
  .l-header-sp-nav {
    display: block;
  }
}

.l-header-sp-nav__item {
  color: #63768D;
  font-size: 1.12rem;
  margin-bottom: 1.5rem;
}

.l-pages-heading {
  background-color: #fff;
  padding: 8.3125rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .l-pages-heading {
    padding: 5.9375rem 0;
  }
}

.l-pages-heading__img {
  -o-object-fit: cover;
  -webkit-transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.l-pages-heading__ttl {
  color: #63768D;
  font-size: 3.125rem;
  font-weight: 600;
  position: relative;
  z-index: 500;
}

@media (max-width: 768px) {
  .l-pages-heading__ttl {
    font-size: 2.2rem;
  }
}

.l-sidebar {
  background-color: #effbff;
  border: 1px solid #139fe0;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 1.3125rem 1.375rem;
}

.l-sidebar__link {
  display: block;
  padding-bottom: 0.5rem;
  padding-left: 0.8125rem;
  padding-top: 0.5rem;
  position: relative;
}

.l-sidebar__link::after {
  -webkit-transform: translateY(-50%);
  background-color: #535353;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4375rem;
}

.l-sidebar__heading {
  color: #139fe0;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
}

.l-sidebar__list:not(:last-of-type) {
  border-bottom: 1px dashed #dadada;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.5rem;
}

.p-form__row {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .p-form__row {
    display: block;
  }
}

.p-form__row:not(:last-of-type) {
  margin-bottom: 3.75rem;
}

.p-form__label {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #2581c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  width: 27%;
}

@media (max-width: 768px) {
  .p-form__label {
    font-size: 1.22rem;
    margin-bottom: 2.2rem;
    width: 100%;
  }
}

.p-form__required {
  background-color: #63768D;
  border-radius: 0.3125rem;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-right: 0.625rem;
  padding: 0.1875rem 0.3125rem;
}

.p-form__parts {
  width: 100%;
}

.p-form input[type='text'],
.p-form input[type='email'],
.p-form textarea {
  background-color: #fff;
  border: 1px solid #a6ddf4;
  font-size: 1rem;
  padding: 0.9375rem 0.875rem;
}

.p-form input[type='text'].p-form-cal,
.p-form input[type='email'].p-form-cal,
.p-form textarea.p-form-cal {
  background: #fff url(/wp-content/themes/nipt_front/dist/dist/images/common/c_cal_form.png) no-repeat 2.7% 50%;
  background-size: 2rem auto;
  padding-left: 3.5625rem;
}

.p-form__name {
  width: 404px;
}

.p-form__name::-webkit-input-placeholder {
  color: #c9c9c9;
}

.p-form__name::-moz-placeholder {
  color: #c9c9c9;
}

.p-form__name:-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form__name::-ms-input-placeholder {
  color: #c9c9c9;
}

.p-form__name::placeholder {
  color: #c9c9c9;
}

@media (max-width: 768px) {
  .p-form__name {
    width: 100%;
  }
}

.p-form__mail {
  width: 578px;
}

@media (max-width: 768px) {
  .p-form__mail {
    width: 100%;
  }
}

.p-form__textarea {
  height: 300px;
  overflow-y: scroll;
  width: 100%;
}

.p-form__check {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.p-form__submit {
  background-color: #2581c8;
  border-radius: 2.5rem;
  color: #ffffff;
  display: block;
  font-size: 1.375rem;
  margin: 0 auto;
  margin: 3.75rem auto 0;
  padding: 1.375rem 0.625rem;
  text-align: center;
  width: 28%;
}

@media (max-width: 768px) {
  .p-form__submit {
    width: 90%;
  }
}

.mwform-checkbox-field:not(:last-of-type),
.mwform-radio-field:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::after,
.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-radio-field-text::after,
.mwform-checkbox-field input[type="radio"]:checked+.mwform-checkbox-field-text::after,
.mwform-checkbox-field input[type="radio"]:checked+.mwform-radio-field-text::after,
.mwform-radio-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::after,
.mwform-radio-field input[type="checkbox"]:checked+.mwform-radio-field-text::after,
.mwform-radio-field input[type="radio"]:checked+.mwform-checkbox-field-text::after,
.mwform-radio-field input[type="radio"]:checked+.mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
  display: inline-block;
  padding-left: 2.1875rem;
  position: relative;
}

.mwform-checkbox-field-text::after,
.mwform-checkbox-field-text::before,
.mwform-radio-field-text::after,
.mwform-radio-field-text::before {
  -webkit-transform: translateY(-50%);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::before,
.mwform-radio-field-text::before {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  height: 1.375rem;
  left: 0;
  width: 1.375rem;
}

.mwform-checkbox-field-text::after,
.mwform-radio-field-text::after {
  -webkit-transform: translateY(-60%) rotate(34deg);
  border-bottom: 0.21875rem solid #2581c8;
  border-right: 0.21875rem solid #2581c8;
  height: 1rem;
  left: 0.4375rem;
  opacity: 0;
  transform: translateY(-60%) rotate(34deg);
  width: 0.5625rem;
}

.mw_wp_form.mw_wp_form_complete p {
  font-size: 1.125rem;
  line-height: 1.78;
  text-align: center;
}

.p-pagination ul {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-pagination ul li a,
.p-pagination ul li span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  border-radius: 50%;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  height: 2.25rem;
  justify-content: center;
  text-align: center;
  width: 2.25rem;
}

.p-pagination ul li span.current {
  background-color: #15929a;
  color: #fff;
}

.p-pagination ul li:not(:first-of-type) a {
  margin: 0 0.6875rem;
}

.p-pagination ul li a.next,
.p-pagination ul li a.prev {
  color: #15929a;
  margin: 0;
}

.plan-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-list__item {
  width: 48%;
}

.plan-list__item:not(:last-of-type) {
  margin-bottom: 2.125rem;
}

.plan-list__item--long {
  width: 100%;
}

@media (max-width: 768px) {
  .plan-list__item {
    display: block;
    margin-bottom: 3rem;
    width: 100%;
  }
}

.plan-content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .plan-content {
    display: block;
  }
}

.plan-content__ttl {
  color: #fff;
  font-size: 1.5rem;
  padding: 1.1875rem 0.3125rem;
  text-align: center;
  width: 5rem;
}

@media (min-width: 768px) {
  .plan-content__ttl {
    -ms-flex: 0 0 5rem;
    -ms-flex-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-writing-mode: vertical-rl;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 5rem;
    text-align: left;
    writing-mode: vertical-rl;
  }
}

@media (max-width: 768px) {
  .plan-content__ttl {
    font-size: 2.1875rem;
    width: 100%;
  }
}

.plan-content__contents {
  -ms-flex: 1 0 26.875rem;
  -webkit-box-flex: 1;
  flex: 1 0 26.875rem;
  padding: 1.25rem 1.375rem;
}

@media (max-width: 768px) {
  .plan-content__contents {
    padding: 1.875rem 1.6875rem;
  }
}

.plan-content__group:not(:last-of-type) {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1.0625rem;
  padding-bottom: 1.0625rem;
}

@media (max-width: 768px) {
  .plan-content__group:not(:last-of-type) {
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.plan-content__sub-ttl {
  border-radius: 3.125rem;
  font-size: 1.25rem;
  margin-bottom: 0.8125rem;
  padding: 0.5rem 0.4375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .plan-content__sub-ttl {
    font-size: 1.375rem;
    margin-bottom: 1.5625rem;
    padding: 0.6875rem 0.4375rem;
  }
}

.plan-content__price {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.plan-content__price-twin {
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
}

.plan-content__price-twin::before {
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(15deg);
  background-color: #ffe0d3;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(15deg);
  width: 0.08125rem;
}

.plan-content__price-twin-price {
  color: #9BB7D4;
}

@media (max-width: 768px) {
  .plan-content__sec {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

.plan-content__head {
  margin-bottom: 0.8125rem;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .plan-content__head {
    margin-bottom: 0;
    width: 40%;
  }
}

.plan-content__head-cr {
  color: #9BB7D4;
}

.plan-content__img img {
  width: auto;
  zoom: .5;
}

@media (max-width: 768px) {
  .plan-content__img {
    width: 48%;
  }
}

.plan-content__illust {
  display: block;
}

@media (max-width: 768px) {
  .plan-content__illust {
    margin: 0;
    margin-right: auto;
  }
}

.p-place {
  -ms-flex-align: end;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -webkit-box-pack: center;
  align-items: flex-end;
  color: #9BB7D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.p-place__main {
  font-size: 1.875rem;
}

@media (max-width: 768px) {
  .p-place__main {
    font-size: 2.625rem;
  }
}

.p-place__yen {
  font-size: 1.375rem;
}

@media (max-width: 768px) {
  .p-place__yen {
    font-size: 1.875rem;
  }
}

.p-place__tax {
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  .p-place__tax {
    font-size: 1.375rem;
  }
}

.p-scroll {
  -webkit-animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
  animation: fuwafuwa 2s infinite ease-in-out .8s alternate;
  border-left: 1px solid #9BB7D4;
  color: #9BB7D4;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 4.375rem;
  padding-left: 0.75rem;
  position: absolute;
  right: 3%;
  text-orientation: mixed;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -1.25rem);
    transform: translate(0, -1.25rem);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -1.25rem);
    transform: translate(0, -1.25rem);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.scroll-top {
  -webkit-transition: linear .32s;
  bottom: 7%;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 4.375rem;
  position: fixed;
  right: 2.33%;
  transition: linear .32s;
  visibility: hidden;
  z-index: 9999;
}

.scroll-top.is-fade-in {
  opacity: 1;
  visibility: visible;
}

.p-post-list {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .p-post-list::after {
    content: "";
    display: block;
    width: 31.8%;
  }
}

.p-post-list__item {
  height: 21vw;
  margin-bottom: 3.4375rem;
  width: 31.8%;
}

@media (max-width: 768px) {
  .p-post-list__item {
    height: 38vw;
    width: 48.8%;
  }
}

.p-post-list__link {
  display: block;
  height: 100%;
  position: relative;
}

.p-post-list__thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-post-list__time {
  color: #ffffff;
  font-size: 1.18rem;
  left: 2.25%;
  position: absolute;
  top: 2.25%;
}

@media (max-width: 768px) {
  .p-post-list__time {
    font-size: 0.93rem;
    left: 2.65%;
    top: 2.65%;
  }
}

.p-post-list__tax {
  position: absolute;
  right: 3.2%;
  top: 2.5%;
  z-index: 500;
}

.p-post-list__bottom {
  background-color: rgba(0, 0, 0, 0.78);
  bottom: 0;
  color: #fff;
  font-weight: 600;
  left: 0;
  padding: 1.222rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 768px) {
  .p-post-list__bottom {
    padding: 3.5% 4.3%;
  }
}

.p-post-list__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.375rem;
  font-weight: 600;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-post-list__ttl {
    font-size: 1.1rem;
  }
}

.p-tax-list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8125rem;
}

.p-tax-list__item {
  background-color: #e1e1e1;
  cursor: pointer;
  font-size: 1.125rem;
  margin: 0 0.875rem;
  max-width: 180px;
  padding: 1rem;
  text-align: center;
  width: 48%;
}

.p-tax-list__item.is-active {
  background-color: #185498;
  color: #ffffff;
}

.p-tax-list__link {
  display: block;
}

.sec-news {
  background-color: #E4EDF0;
  padding: 3.125rem 0;
}

.sec-news .p-post-news {
  padding: 1.875rem 0;
}

.sec-news .p-post-news:hover {
  opacity: 0.7;
}

.sec-news .p-post-news:nth-of-type(n+2) {
  border-top: 1px solid #ddd;
}

.sec-news .p-post-news__ttl {
  color: #626262;
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .sec-news .p-post-news__ttl {
    font-size: 1.125rem;
  }
}

.sec-news .p-post-news__time {
  color: #aaa;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .sec-news .p-post-news__time {
    font-size: 0.875rem;
  }
}

.p-member-list {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-member-list__item {
  height: 21vw;
  margin-bottom: 3.4375rem;
  width: 31.8%;
}

@media (max-width: 768px) {
  .p-member-list__item {
    height: 38vw;
    width: 48.8%;
  }
}

.p-member-list__link {
  display: block;
  height: 100%;
  position: relative;
}

.p-member-list__thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-member-list__time {
  color: #ffffff;
  font-size: 1.18rem;
  left: 2.25%;
  position: absolute;
  top: 2.25%;
}

@media (max-width: 768px) {
  .p-member-list__time {
    font-size: 0.93rem;
    left: 2.65%;
    top: 2.65%;
  }
}

.p-member-list__bottom {
  background-color: rgba(0, 0, 0, 0.78);
  bottom: 0;
  color: #fff;
  font-weight: 600;
  left: 0;
  padding: 1.422rem 1.2rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .p-member-list__bottom {
    padding: 3.5% 4.3%;
  }
}

.p-member-list__sub {
  font-size: 1.07rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .p-member-list__sub {
    font-size: .94rem;
  }
}

.p-member-list__ttl {
  font-size: 1.625rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .p-member-list__ttl {
    font-size: 1.32rem;
  }
}

.p-achievements-list {
  letter-spacing: 0.025em;
}

.p-achievements-list__item {
  border: 1px solid #e1e1e1;
}

.p-achievements-list__item:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.p-achievements-list__link {
  height: 100%;
}

@media (max-width: 768px) {
  .p-achievements-list__link {
    display: block;
  }
}

.p-achievements-list__thumb {
  width: 33%;
}

@media (max-width: 768px) {
  .p-achievements-list__thumb {
    height: 36vw;
    width: 100%;
  }
}

.p-achievements-list__content {
  font-family: a-otf-ryumin-pr6n, serif;
  padding: 2.3rem;
  width: 77%;
}

@media (max-width: 768px) {
  .p-achievements-list__content {
    width: 100%;
  }
}

.p-achievements-list__ttl {
  color: #2581c8;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 1.1875rem;
}

@media (max-width: 768px) {
  .p-achievements-list__ttl {
    text-align: center;
  }
}

.p-achievements-list__desc {
  color: #a5a5a5;
  font-size: 1.125rem;
  line-height: 1.8777;
}

.p-achievements-list__detail {
  margin-top: 1.125rem;
  text-align: right;
}

.p-achievements-list__detail-inside {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 4.125rem;
  position: relative;
}

.p-achievements-list__detail-arw {
  -webkit-transform: translateY(-50%);
  fill: #3c3c3c;
  height: 0.5625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}

.l-header-logo .logo_pc {
  display: block;
 }

.l-header-logo .logo_sp {
  display: none;
 }

@media (max-width: 768px) {
  .l-header-logo .logo_pc {
    display: none;
   }

  .l-header-logo {
    width: 60%;
   }

  .l-header-logo .logo_sp {
    display: block;
   }
}

