@charset "UTF-8";
.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-auto {
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Meiryo", san-serif;
  font-weight: 300;
  color: #707070;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-weight: initial;
  font-size: medium;
  font-size: initial;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-header-hight {
  margin-top: 83px;
  margin-top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .l-header-hight {
    margin-top: 6.875rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--large {
    max-width: 1184px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-section {
  padding: 23px 0 27px;
  padding: 1.4375rem 0 1.6875rem;
}

.l-section--blue {
  background: rgba(202, 233, 255, .1);
}

@media screen and (min-width: 768px) {
  .l-section {
    padding: 1.25rem 0;
  }
}
.l-section2 {
  padding: 23px 0 30px;
  padding: 1.4375rem 0 1.875rem;
}

.l-section2--blue {
  background: rgba(202, 233, 255, .1);
}

@media screen and (min-width: 768px) {
  .l-section2 {
    padding: 0rem 0 1.25rem;
  }
}
.c-breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem;
  color: #C7C7C7;
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    margin-top: 0;
  }
}

.c-btn01 {
  width: 249px;
  width: 15.5625rem;
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  padding: 11.5px 0;
  padding: 0.71875rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #62B6CB;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn01:hover {
  opacity: 0.7;
  color: #62B6CB;
}

.c-btn02 {
  width: 100px;
  width: 6.25rem;
  height: 50px;
  height: 3.125rem;
  background: #62B6CB;
  color: #fff;
  border: 1px solid #62B6CB;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.c-btn02 a {
  width: 100%;
  height: 100%;
  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;
  color: #fff;
}

.c-btn02--white {
  background: #fff;
  color: #62B6CB;
}

.c-btn02--white a {
  color: #62B6CB;
}

.c-btn02 + .c-btn02 {
  margin-left: 15px;
}

.c-btn02--long {
  width: 100%;
}

.c-btn02--long2 {
  width: 100%;
  height: 40px;
  height: 2.5rem;
}

.c-category01 {
  display: inline-block;
  border: 1px solid #62B6CB;
  border-radius: 30px;
  text-align: center;
  padding: 7px 35px;
  padding: 0.4375rem 2.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #62B6CB;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-category01:hover {
  opacity: 0.7;
  color: #62B6CB;
}

.c-check {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}

.c-check a:hover {
  color: #707070;
}

.c-check::before {
  content: "";
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #62B6CB;
  border-radius: 10px;
  content: "";
  display: block;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-check::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #62B6CB;
  border-left: 3px solid #62B6CB;
  content: "";
  display: block;
  height: 0.8em;
  width: 1.5em;
  top: 40%;
  left: 1px;
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-check--free.free::after {
  opacity: 1;
}

.c-check--charge.charge::after {
  opacity: 1;
}

.c-check--short.short::after {
  opacity: 1;
}

.c-check--course.course::after {
  opacity: 1;
}

.c-checkbox1 {
  position: relative;
}

input[type=checkbox] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 10;
}

input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}

input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #62B6CB;
  border-radius: 10px;
  content: "";
  display: block;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #62B6CB;
  border-left: 3px solid #62B6CB;
  content: "";
  display: block;
  height: 0.8em;
  width: 1.5em;
  top: 40%;
  left: 1px;
  opacity: 0;
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type=checkbox]:checked + span::before {
  background: #fff;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.c-hamburger {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 42px;
  width: 2.625rem;
  height: 32px;
  height: 2rem;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  width: 2.5rem;
  height: 5px;
  height: 0.3125rem;
  background-color: #62B6CB;
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.c-hamburger__line::before {
  top: -16px;
  top: -1rem;
}

.c-hamburger__line::after {
  top: 16px;
  top: 1rem;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger[aria-expanded=true] .c-hamburger__line::before, .c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  top: 0;
  background-color: #62B6CB;
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-line-link {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-line-link::after {
  content: "";
  display: block;
  padding-top: 52.5%;
}

.c-line-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-line-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.c-page-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .c-page-position {
    overflow-x: visible;
    overflow-x: initial;
  }
}

.c-pagination-sub .page-numbers {
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #62B6CB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  margin-right: 0.3125rem;
  background: #fff;
}
.c-pagination-sub .page-numbers:hover {
  background-color: #62B6CB;
  color: #fff;
}

.c-pagination-sub .current {
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #62B6CB;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.c-pagination-sub .prev,
.c-pagination-sub .next {
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #62B6CB;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.c-pagination-sub .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-pagination-sub .dots:hover {
  background-color: #fff;
  color: #62B6CB;
}

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

.pagination .page-numbers {
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #62B6CB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  margin-right: 0.3125rem;
  background: #fff;
}
.pagination .page-numbers:hover {
  background-color: #62B6CB;
  color: #fff;
}

.pagination .current {
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #62B6CB;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.pagination .prev,
.pagination .next {
  border: 1px solid #62B6CB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #62B6CB;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .dots:hover {
  background-color: #fff;
  color: #62B6CB;
}

.c-search01 {
  border: 1px solid #62B6CB;
  background: #fff;
  width: 100%;
  padding: 6px 25px 6px 15px;
  padding: 0.375rem 1.5625rem 0.375rem 0.9375rem;
  border-radius: 10px;
}

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

.c-search01__input {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  color: #707070;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.c-search01__input:focus {
  outline: none;
}
.c-search01__input:focus:placeholder-shown {
  color: #707070;
}
.c-search01__input:focus::-webkit-input-placeholder {
  color: #fff;
}
.c-search01__input:focus:-moz-placeholder {
  color: #fff;
}
.c-search01__input:focus::-moz-placeholder {
  color: #fff;
}
.c-search01__input:focus:-ms-input-placeholder {
  color: #fff;
}
.c-search01__input.__error, .c-search01__input:invalid {
  border-color: #62B6CB;
}
.c-search01__input:placeholder-shown {
  color: #C7C7C7;
}
.c-search01__input::-webkit-input-placeholder {
  color: #C7C7C7;
}
.c-search01__input:-moz-placeholder {
  color: #C7C7C7;
}
.c-search01__input::-moz-placeholder {
  color: #C7C7C7;
}
.c-search01__input:-ms-input-placeholder {
  color: #C7C7C7;
}

.c-search01__button {
  background-color: #62B6CB;
  border-radius: 30px;
  width: 60px;
  width: 3.75rem;
  height: 38px;
  height: 2.375rem;
  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;
  border: none;
}

.c-search01__button img {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-search02__input {
  background: #fff url(../images/common/icon-select.png) no-repeat center right 26px/15px 27px;
  display: inline-block;
  border: 1px solid #62B6CB;
  width: 100%;
  padding: 13.5px 10px 13.5px 24px;
  padding: 0.84375rem 0.625rem 0.84375rem 1.5rem;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  color: #707070;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.c-search02__input:focus {
  outline: none;
}
.c-search02__input:focus:placeholder-shown {
  color: #707070;
}
.c-search02__input:focus::-webkit-input-placeholder {
  color: #fff;
}
.c-search02__input:focus:-moz-placeholder {
  color: #fff;
}
.c-search02__input:focus::-moz-placeholder {
  color: #fff;
}
.c-search02__input:focus:-ms-input-placeholder {
  color: #fff;
}
.c-search02__input.__error, .c-search02__input:invalid {
  border-color: #62B6CB;
}
.c-search02__input:placeholder-shown {
  color: #707070;
}
.c-search02__input::-webkit-input-placeholder {
  color: #707070;
}
.c-search02__input:-moz-placeholder {
  color: #707070;
}
.c-search02__input::-moz-placeholder {
  color: #707070;
}
.c-search02__input:-ms-input-placeholder {
  color: #707070;
}

.c-search02__input--2 {
  background: #fff;
}

.c-search02__button {
  margin-top: 20px;
  margin-top: 1.25rem;
  background-color: #62B6CB;
  border-radius: 30px;
  width: 100px;
  width: 6.25rem;
  height: 38px;
  height: 2.375rem;
  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;
  border: none;
}

.c-search02__button img {
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-select01 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url(../images/common/icon-select.png) no-repeat center right 26px/15px 27px;
  border: 1px solid #62B6CB;
  border-radius: 10px;
  cursor: pointer;
  color: #707070;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 13.5px 24px;
  padding: 0.84375rem 1.5rem;
  width: 100%;
}

.c-select01::-ms-expand {
  display: none;
}

.c-select01:focus {
  border: 1px solid #62B6CB;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-sns-share__item {
  width: 100%;
  max-width: 80px;
  max-width: 5rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 3.2px 0;
  padding: 0.2rem 0;
}

.c-sns-share__item + .c-sns-share__item {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.c-sns-share__item:hover {
  opacity: 0.6;
}

.c-sns-share__twitter {
  background: #55acee;
}

.c-sns-share__facebook {
  background: #3b5998;
}

.c-sns-share__pocket {
  background: #ef3f56;
}

.c-sns-share__line {
  background: #1dcd00;
}

.c-sns-share__hatena {
  background: #00a5de;
}

.c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-sns__item {
  width: 39px;
  width: 2.4375rem;
  height: 32px;
  height: 2rem;
}

.c-sns__item + .c-sns__item {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.c-sns__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.c-sns__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-text01 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
}

@media screen and (min-width: 768px) {
  c-text {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.c-text02 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.76;
}

@media screen and (min-width: 768px) {
  c-text {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.c-title01 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.68;
  color: #62B6CB;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .c-title01 {
    font-size: 1.5rem;
    line-height: 1.708;
  }
}
.c-title02 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.68;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .c-title02 {
    font-size: 1.5rem;
    line-height: 1.708;
  }
}
.mb {
  margin-bottom: 100px;
}

.ui-datepicker {
  z-index: 101 !important;
}

.coming {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.coming__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.coming__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .coming {
    text-align: center;
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .coming__text {
    font-size: 1.875rem;
    font-weight: 600;
  }

  .coming__title {
    font-size: 4.375rem;
    font-weight: 700;
  }
}
.p-archive {
  margin-top: 23px;
  margin-top: 1.4375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

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

.p-archive__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-archive__pagination {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-archive__title2 {
  margin-top: 26px;
  margin-top: 1.625rem;
  text-align: center;
}

.p-archive__body2 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-archive__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-archive {
    padding-bottom: 15.625rem;
    margin-top: 5rem;
  }

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

  .p-archive__body {
    margin-top: 1.5625rem;
  }

  .p-archive__pagination {
    margin-top: 3.125rem;
  }

  .p-archive__title2 {
    margin-top: 6.25rem;
    text-align: center;
  }

  .p-archive__body2 {
    margin-top: 1.375rem;
  }

  .p-archive__btn {
    margin-top: 1.875rem;
    text-align: center;
  }
}
.p-aside-blog {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-aside-blog__block + .p-aside-blog__block {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-aside-blog__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 10px;
  padding-left: 0.625rem;
  text-align: left;
}

.p-aside-blog__wrap {
  border-top: 5px solid #CAE9FF;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.p-aside-blog__items li {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-aside-blog__item {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-aside-reserve {
  background: #CAE9FF;
  border: 1px solid #C9CACA;
  padding: 20px 23px 27px;
  padding: 1.25rem 1.4375rem 1.6875rem;
  text-align: left;
}

.p-aside-reserve__block + .p-aside-reserve__block {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-aside-reserve__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.p-aside-reserve__title {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-aside-reserve__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-aside-select {
  padding: 15px 23px 27px;
  padding: 0.9375rem 1.4375rem 1.6875rem;
  text-align: left;
}

.p-aside-select__block + .p-aside-select__block {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-aside-select__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #62B6CB;
}

.p-aside-select__select {
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-aside-select__check-items1 {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-aside-select__check-item1 + .p-aside-select__check-item1 {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-aside-select__check-items2 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-aside-select__check-item2 {
  display: block;
}

.p-aside-select__check-item2 + .p-aside-select__check-item2 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-aside-select__free {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 2px solid #62B6CB;
}

@media screen and (min-width: 768px) {
  .p-aside-select {
    background: #CAE9FF;
    border: 1px solid #C9CACA;
    padding: 0.9375rem 1.4375rem 1.6875rem;
    text-align: left;
  }

  .p-aside-select__block + .p-aside-select__block {
    margin-top: 0.9375rem;
  }

  .p-aside-select__title {
    font-size: 1rem;
    font-weight: 600;
  }

  .p-aside-select__select {
    width: 100%;
    margin-top: 0.625rem;
  }

  .p-aside-select__check-items1 {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-aside-select__check-item1 + .p-aside-select__check-item1 {
    margin-left: 1.25rem;
  }

  .p-aside-select__check-items2 {
    margin-top: 0.625rem;
  }

  .p-aside-select__check-item2 {
    display: block;
  }

  .p-aside-select__check-item2 + .p-aside-select__check-item2 {
    margin-top: 0.625rem;
  }

  .p-aside-select__free {
    margin-top: 3.125rem;
  }
}
.p-bottom-link {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  padding: 12px 35px;
  padding: 0.75rem 2.1875rem;
  height: 90px;
  height: 5.625rem;
  border-top: 1px solid #62B6CB;
  border-bottom: 1px solid #62B6CB;
  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;
}

.p-bottom-link__date {
  text-align: center;
}

.p-bottom-link__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

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

.p-bottom-link__price {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.p-bottom-link__btn {
  width: 100%;
  max-width: 277px;
  max-width: 17.3125rem;
}

@media screen and (min-width: 768px) {
  .p-bottom-link {
    display: none;
  }
}
.p-card01 {
  text-align: left;
}

.p-card01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 19px 14px;
  padding: 1.1875rem 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.p-card01:hover {
  opacity: 0.7;
}

.p-card01 a:hover {
  color: #707070;
}

.p-card01__img {
  width: 100%;
  position: relative;
}

.p-card01__img::after {
  content: "";
  display: block;
  padding-top: 75.1552795031%;
}

.p-card01__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-card01__body {
  width: 100%;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-card01__top {
  width: 100%;
}

.p-card01__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.68;
  font-weight: 600;
  text-align: left;
}

.p-card01__price {
  color: #62B6CB;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  margin-top: 5px;
}

.p-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

.p-card01__circle {
  width: 70px;
  width: 4.375rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-5%, -5%);
          transform: translate(-5%, -5%);
}
.p-card01__circle img {
  width: 100%;
}

.p-card01__banner {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-card01__banner-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.p-card01__banner-item {
  color: #fff;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-card01__banner-item--1 {
  background: #eb613f;
}

.p-card01__banner-item--2 {
  background: #83b3f1;
}

.p-card01__banner-item--3 {
  background: #48c670;
}

.p-card01__banner-item--4 {
  background: #dd7ecc;
}

@media screen and (min-width: 768px) {
  .p-card01 {
    height: 100%;
  }

  .p-card01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: 100%;
  }

  .p-card01__img {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .p-card01__img::after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .p-card01__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .p-card01__body {
    margin-left: 0;
    margin-left: initial;
    padding-top: 0.625rem;
    width: 100%;
    display: contents;
  }

  .p-card01__title {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }

  .p-card01__bottom {
    margin-top: auto;
  }

  .p-card01__price {
    margin-top: 0;
    margin-top: initial;
  }

  .p-card01__text {
    font-size: 0.875rem;
    text-align: left;
  }

  .p-card01__circle {
    width: 4.375rem;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-25%, -25%);
            transform: translate(-25%, -25%);
  }
  .p-card01__circle img {
    width: 100%;
  }
}
.p-card02 {
  width: 100%;
}

.p-card02__head {
  width: 100%;
  position: relative;
}

.p-card02__img {
  position: relative;
}

.p-card02__img::before {
  content: "";
  display: block;
  padding-top: 67.6844783715%;
}

.p-card02__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: center;
     object-fit: center;
}

.p-card02__title {
  background: #CAE9FF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.p-card02__body {
  padding-top: 54px;
  padding-top: 3.375rem;
  text-align: left;
}

.p-card02__text {
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-card02__text + .p-card02__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-card02 {
    width: 100%;
  }

  .p-card02__head {
    width: 100%;
    position: relative;
  }

  .p-card02__img {
    position: relative;
  }

  .p-card02__img::before {
    content: "";
    display: block;
    padding-top: 75.0915750916%;
  }

  .p-card02__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: center;
       object-fit: center;
  }

  .p-card02__title {
    background: #CAE9FF;
    font-size: 1.375rem;
    font-weight: 600;
    color: #fff;
    padding: 0.9375rem 0.625rem;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .p-card02__body {
    padding-top: 3.75rem;
  }

  .p-card02__text {
    font-size: 0.875rem;
  }

  .p-card02__text + .p-card02__text {
    margin-top: 0.625rem;
  }
}
.p-card3 + .p-card3 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-card3__img {
  width: 100%;
  position: relative;
}

.p-card3__img::before {
  content: "";
  display: block;
  padding-top: 75.0611246944%;
}

.p-card3__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-card3__body {
  padding-top: 25px;
  padding-top: 1.5625rem;
  text-align: left;
}

.p-card3__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #62B6CB;
  text-align: center;
}

.p-card3__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

.p-cards02__item + .p-cards02__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-cards02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5.75rem;
  }

  .p-cards02__item {
    width: calc(33.3% - 5.75rem);
    margin-left: 5.75rem;
  }

  .p-cards02__item + .p-cards02__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cards3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -11.625rem;
    margin-top: -1.875rem;
  }

  .p-cards3__item {
    width: calc(50% - 11.625rem);
    margin-left: 11.625rem;
    margin-top: 1.875rem;
  }
}
.p-contact-button__submit {
  -webkit-appearance: none;
  background-color: #62B6CB;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 15px 72px;
  padding: 0.9375rem 4.5rem;
  text-decoration: none;
}

.p-contact-button__submit:hover,
.p-contact-button__submit:focus {
  outline: none;
}

.p-contact-button__submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.p-contact-checkbox input[type=checkbox] {
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-width: 28.125rem;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.p-contact-checkbox input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox input[type=checkbox] + span {
    font-size: 1rem;
  }
}
.p-contact-checkbox input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  position: absolute;
  left: 0;
  top: 45%;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox input[type=checkbox] + span::before {
    top: 45%;
  }
}
.p-contact-checkbox input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  content: "";
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 10px;
  height: 0.625rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 37%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-contact-checkbox input[type=checkbox] + span::after {
    top: 37%;
  }
}
.p-contact-checkbox input[type=checkbox]:checked + span::before {
  background: #fff;
}
.p-contact-checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-contact-radio label {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-contact-radio {
    margin-top: 0.625rem;
  }
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding: 7px 0 7px 31px;
  padding: 0.4375rem 0 0.4375rem 1.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: #707070;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  opacity: 0;
  padding: 2px;
  padding: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12px;
  width: 0.75rem;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-contact-text {
  width: 100%;
}

.p-contact-text__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1B224C;
  border-radius: 0;
  font-family: inherit;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #707070;
}

.p-contact-text__text::-webkit-input-placeholder {
  color: #B4B4B4;
}

.p-contact-text__text::-moz-placeholder {
  color: #B4B4B4;
}

.p-contact-text__text::-ms-input-placeholder {
  color: #B4B4B4;
}

.p-contact-text__text::placeholder {
  color: #B4B4B4;
}

.p-contact-text__text:focus {
  border: 1px solid #1B224C;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-contact-textarea__text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #1B224C;
  border-radius: 0;
  color: #707070;
  font-family: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  height: 240px;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact-textarea__text::-webkit-input-placeholder {
  color: #B4B4B4;
}

.p-contact-textarea__text::-moz-placeholder {
  color: #B4B4B4;
}

.p-contact-textarea__text::-ms-input-placeholder {
  color: #B4B4B4;
}

.p-contact-textarea__text::placeholder {
  color: #B4B4B4;
}

.p-contact-textarea__text:focus {
  border: 1px solid #1B224C;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-drawer-menu {
  position: fixed;
  z-index: 4;
  width: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: #fff;
  color: #fff;
  padding: 70px 0 100px;
  padding: 4.375rem 0 6.25rem;
  -webkit-transform: translateX(520px);
          transform: translateX(520px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-drawerActive .p-drawer-menu {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.p-drawer-menu__items {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-drawer-menu__item {
  font-size: 14px;
  font-size: 0.875rem;
  color: #62B6CB;
}

.p-drawer-menu__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
  text-align: center;
}

.p-drawer-menu__search {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  width: 270px;
  width: 16.875rem;
}

.p-drawer-menu__sns {
  margin-top: 45px;
  margin-top: 2.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer {
  background: rgba(202, 233, 255, .3);
  padding: 33px 0;
  padding: 2.0625rem 0;
  text-align: left;
  position: relative;
}

.p-footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 16.5px;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background: rgba(202, 233, 255, .3);
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
}

.p-footer__contents {
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.p-footer__sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-footer__block + .p-footer__block {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-footer__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #62B6CB;
  font-weight: 600;
  line-height: 1.72;
}

.p-footer__lists {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-footer__lists--margin-non {
  margin-top: 0;
}

.p-footer__lists li {
  font-size: 16px;
  font-size: 1rem;
  color: #62B6CB;
  line-height: 1.68;
}

.p-footer__lists li a {
  display: inline-block;
  color: #62B6CB;
  width: 100%;
  height: 100%;
  padding: 4px 0;
  padding: 0.25rem 0;
}

.p-footer__logo {
  width: 100%;
  max-width: 245px;
  max-width: 15.3125rem;
  margin: 25px auto;
  margin: 1.5625rem auto;
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__bottom {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-footer__copy {
  font-size: 14px;
  font-size: 0.875rem;
  color: #62B6CB;
  text-align: center;
}

.p-footer__space {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding: 1.6875rem 0 0.875rem;
  }

  .p-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }

  .p-footer__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.3125rem;
            flex: 0 1 15.3125rem;
  }

  .p-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-footer__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50.4375rem;
            flex: 0 1 50.4375rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3125rem;
  }

  .p-footer__block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(25% - 0.625rem);
    margin-right: 0.625rem;
  }

  .p-footer__block + .p-footer__block {
    margin-top: 0;
  }

  .p-footer__title {
    font-size: 0.875rem;
    line-height: 1.71;
  }

  .p-footer__lists {
    margin-top: 0;
  }

  .p-footer__lists li {
    font-size: 0.875rem;
    line-height: 1.72;
  }

  .p-footer__lists li a {
    padding: 0.25rem 0;
  }

  .p-footer__logo {
    width: 100%;
    max-width: 15.3125rem;
    margin: 3.0625rem auto 0;
  }

  .p-footer__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-footer__copy {
    text-align: left;
  }

  .p-footer__bottom-lists ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-footer__bottom-lists li {
    line-height: 1;
  }

  .p-footer__bottom-lists li:not(:first-child) {
    border-left: 1px solid #62B6CB;
  }

  .p-footer__bottom-lists li a {
    display: inline-block;
    font-size: 0.875rem;
    color: #62B6CB;
    padding: 0 0.5rem;
  }

  .p-footer__bottom {
    margin-bottom: 0;
  }
}
.p-header-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.p-header-menu__item {
  height: inherit;
}

.p-header-menu__item + .p-header-menu__item {
  margin-left: 28px;
  margin-left: 1.75rem;
}

.p-header-menu__item a {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #62B6CB;
}

.p-header-menu__search {
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 100px;
  width: 6.25rem;
  height: 55px;
  height: 3.4375rem;
  border-radius: 30px;
  background: #62B6CB;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  cursor: pointer;
}
.p-header-menu__search img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header-menu__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-header {
  height: 82px;
  height: 5.125rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.875rem;
  }
}

.p-header.change-color {
  background: #111111;
}

.p-header__inner {
  padding: 0 37px;
  padding: 0 2.3125rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-header__logo {
  width: 194px;
  width: 12.125rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 22.1875vw;
    max-width: 17.75rem;
    margin-right: 1.25rem;
  }
}

.p-header__logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.p-header__drawer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71428571;
  top: 23px;
  top: 1.4375rem;
  position: fixed;
  right: 37px;
  right: 2.3125rem;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    position: absolute;
  }
}

.p-header__overlay {
  position: fixed;
  z-index: 3;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

.is-drawerActive .p-header__overlay {
  visibility: visible;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__pc-menu {
  margin-left: auto;
  height: inherit;
}

.p-lesson-detail__title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-lesson-detail__categories {
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.p-lesson-detail__categories-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-left: -0.3125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.p-lesson-detail__category {
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #62B6CB;
  color: #62B6CB;
  border-radius: 30px;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-lesson-detail__category a {
  display: inline-block;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 3px 30px;
  padding: 0.1875rem 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-lesson-detail__category a:hover {
  opacity: 0.7;
  color: #62B6CB;
}

.p-lesson-detail__shares {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-lesson-detail__catch {
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}

.p-lesson-detail__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-lesson-detail__contents {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: medium;
  font-size: initial;
  color: #000;
  color: initial;
}

.p-lesson-detail__contents > h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.68;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-lesson-detail__contents p {
  line-height: 1.76;
}

.p-lesson-detail__contents a {
  line-break: anywhere;
}

.p-lesson-detail__contents img {
  display: inline-block;
}

.p-lesson-detail__paragraph {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-lesson-detail .wp-caption {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .p-lesson-detail__title {
    margin-top: 0;
  }

  .p-lesson-detail__categories {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .p-lesson-detail__categories-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.3125rem;
    margin-top: -0.625rem;
  }

  .p-lesson-detail__category {
    font-size: 0.875rem;
    margin-left: 0.3125rem;
    margin-top: 0.625rem;
  }

  .p-lesson-detail__category a {
    padding: 0.3125rem 1.5625rem;
  }

  .p-lesson-detail__contents {
    margin-top: 0;
  }

  .p-lesson-detail__contents > h2 {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 1.5625rem;
  }

  .p-lesson-detail__contents > p {
    margin-top: 1.25rem;
  }

  .p-lesson-detail__contents p {
    line-height: 1.71;
  }

  .p-lesson-detail__paragraph {
    margin-top: 1.5625rem;
  }

  .p-lesson-detail .wp-caption {
    width: auto;
    width: initial;
  }
}
.p-link-partner {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-link-partner {
    margin-top: 10rem;
  }
}

.p-link-partner__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #62B6CB;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-link-partner__text {
    font-size: 1.875rem;
  }
}

.p-mv {
  width: 100%;
  height: 47.5vw;
  position: relative;
}

.p-mv__img {
  width: 100%;
  height: 100%;
}

.p-mv__img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-mv__img a:hover {
  opacity: 1;
}

.p-mv__img a::after {
  content: "";
  display: block;
  padding-top: 47.5vw;
}

.p-mv__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .p-mv {
    height: 47.5vw;
    margin-bottom: 1.25rem;
  }

  .p-mv__img a::after {
    content: "";
    display: block;
    padding-top: 47.5vw;
  }

  .p-mv__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-news {
  width: 100%;
  max-width: 930px;
  max-width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-news__item {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.p-news__item + .p-news__item {
  border-top: 1px solid #CAE9FF;
}

.p-news__meta {
  padding: 18px 0 0;
  padding: 1.125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__date {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-news__category {
  margin-left: 37px;
  margin-left: 2.3125rem;
  background: #62B6CB;
  color: #fff;
  padding: 7px 0;
  padding: 0.4375rem 0;
  width: 120px;
  width: 7.5rem;
  text-align: center;
  border-radius: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-news__title {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-news__title a {
  display: inline-block;
  padding: 15px 0 18px;
  padding: 0.9375rem 0 1.125rem;
  width: 100%;
  height: 100%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-news {
    width: 100%;
    max-width: 58.125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .p-news__item {
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-news__item + .p-news__item {
    border-top: 1px solid #CAE9FF;
  }

  .p-news__meta {
    padding: 1.5rem 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19.25rem;
            flex: 0 0 19.25rem;
  }

  .p-news__date {
    display: block;
    font-size: 0.875rem;
  }

  .p-news__category {
    margin-left: 3.75rem;
    background: #62B6CB;
    color: #fff;
    padding: 0.625rem 0;
    width: 11.25rem;
    text-align: center;
    border-radius: 30px;
    font-size: 0.875rem;
  }

  .p-news__title {
    width: 100%;
    font-size: 0.875rem;
  }

  .p-news__title a {
    display: inline-block;
    padding: 1.5rem 0 1.25rem 2.1875rem;
    width: 100%;
    height: 100%;
  }
}
.p-paragraph01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-paragraph01__img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85px;
          flex: 0 1 85px;
  -ms-flex: 0 1 5.3125rem;
      flex: 0 1 5.3125rem;
}

.p-paragraph01__img {
  width: 85px;
  width: 5.3125rem;
  height: 85px;
  height: 5.3125rem;
  border-radius: 50%;
  border: 1px solid #707070;
  position: relative;
}

.p-paragraph01__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-paragraph01__img img {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-paragraph01__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #62B6CB;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-paragraph01__text-box {
  margin-left: 15px;
  margin-left: 0.9375rem;
  text-align: left;
}

.p-paragraph01__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.71;
  font-weight: 600;
}

.p-paragraph01__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.76;
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-paragraph01__text-box {
    margin-left: 4.3125rem;
  }

  .p-paragraph01__text {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.p-paragraph02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 7px 12px;
  padding: 1.25rem 0.4375rem 0.75rem;
  border: 1px solid #62B6CB;
}

.p-paragraph02--archive {
  border: medium none currentColor;
  border: initial;
  border-bottom: 1px solid #CAE9FF;
}

.p-paragraph02--archive:first-child {
  border-top: 1px solid #CAE9FF;
}

.p-paragraph02 a {
  line-break: anywhere;
}

.p-paragraph02 span {
  line-break: anywhere;
}

.p-paragraph02__img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 127px;
          flex: 0 0 127px;
  -ms-flex: 0 0 7.9375rem;
      flex: 0 0 7.9375rem;
}

.p-paragraph02__img {
  width: 85px;
  width: 5.3125rem;
  height: 85px;
  height: 5.3125rem;
  border-radius: 50%;
  border: 1px solid #CAE9FF;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.p-paragraph02__img--archive {
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
}

.p-paragraph02__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-paragraph02__img img {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-paragraph02__field {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-paragraph02__name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-paragraph02__text-box {
  margin-left: 15px;
  margin-left: 0.9375rem;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.76;
}

.p-paragraph02__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.76;
  line-break: anywhere;
}
.p-paragraph02__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-paragraph02__sns-item {
  width: 26px;
  width: 1.625rem;
  height: 25px;
  height: 1.5625rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}

.p-paragraph02__sns-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .p-paragraph02 {
    padding: 1.25rem 2.1875rem 0.5rem 2.375rem;
  }

  .p-paragraph02--archive {
    padding: 1.875rem 9.375rem 1.875rem 9.375rem;
  }

  .p-paragraph02__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 10rem;
            flex: 0 1 10rem;
  }

  .p-paragraph02__img-box--archive {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.25rem;
            flex: 0 0 11.25rem;
  }

  .p-paragraph02__img {
    width: 5.3125rem;
    height: 5.3125rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 1px solid #CAE9FF;
    position: relative;
  }

  .p-paragraph02__img--archive {
    width: 7.5rem;
    height: 7.5rem;
  }

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

  .p-paragraph02__text-box {
    margin-left: 2rem;
    font-size: 0.875rem;
    line-height: 1.71;
  }

  .p-paragraph02__text-box--archive {
    margin-left: 3.75rem;
    width: 100%;
    max-width: 33.6875rem;
  }

  .p-paragraph02__text {
    font-size: 0.875rem;
    line-height: 1.71;
  }

  .p-paragraph02__sns-items {
    margin-top: 0.625rem;
    padding-right: 0;
  }
}
.p-search-pop {
  position: fixed;
  width: 400px;
  width: 25rem;
  right: 0;
  top: 110px;
  top: 6.875rem;
  z-index: 100;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-search-pop.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-search-pop__back {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.p-search-pop__back.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.p-sub-about {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-sub-about__mv {
  width: 100%;
  height: 52vw;
  position: relative;
}

.p-sub-about__mv-content1 {
  width: 138px;
  width: 8.625rem;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: -20px;
  left: -1.25rem;
  z-index: 2;
}

.p-sub-about__mv-content2 {
  width: 162px;
  width: 10.125rem;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  z-index: 2;
}

.p-sub-about__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-about__sec1 {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-sub-about__title {
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-sub-about__sec1-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-about__sec2 {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

.p-sub-about__sec2-body {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-about__sec3 {
  margin-top: 43px;
  margin-top: 2.6875rem;
  padding: 0 min(45px, 10.5vw);
}

.p-sub-about__sec3__body {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}

.p-sub-about__sec3__body::before {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #CAE9FF;
  position: absolute;
  left: 33px;
  left: 2.0625rem;
  top: 0;
}

.p-sub-about__sec3__body::after {
  content: "";
  display: block;
  width: 5px;
  height: 60%;
  background: #62B6CB;
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.p-sub-about__sec3-item {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-sub-about__sec3-item + .p-sub-about__sec3-item {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-sub-about__sec3-top {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: 0;
  z-index: 2;
  background: #fff;
  padding: 50px 0 50px;
  padding: 3.125rem 0 3.125rem;
}

.p-sub-about__sec3-top::after {
  content: "";
  display: block;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  border-radius: 50%;
  background: #CAE9FF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.p-sub-about__sec3__img {
  width: 56.0747663551vw;
  max-width: 350px;
  max-width: 21.875rem;
  height: 56.0747663551vw;
  max-height: 350px;
  max-height: 21.875rem;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  background: #fff;
}
.p-sub-about__sec3__img img {
  width: 100%;
}

.p-sub-about__sec3-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 60%;
  width: 156px;
  width: 9.75rem;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}

.p-sub-about__sec4 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.p-sub-about__sec5 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.p-sub-about__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-sub-about {
    margin-top: 1.25rem;
  }

  .p-sub-about__mv {
    width: 100%;
    height: 50.9375vw;
    position: relative;
  }

  .p-sub-about__mv-content1 {
    width: 15.1875rem;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    left: 10%;
    z-index: 2;
  }

  .p-sub-about__mv-content2 {
    width: 19.5rem;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    right: 10%;
    z-index: 2;
  }

  .p-sub-about__mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .p-sub-about__sec1 {
    margin-top: 3.125rem;
  }

  .p-sub-about__title {
    text-align: center;
  }

  .p-sub-about__sec1-text {
    text-align: center;
    font-size: 0.875rem;
  }

  .p-sub-about__sec2 {
    margin-top: 3.125rem;
  }

  .p-sub-about__sec2-body {
    margin-top: 1.875rem;
  }

  .p-sub-about__sec3 {
    margin-top: 3.125rem;
    padding: 0 2.5rem;
  }

  .p-sub-about__sec3__body {
    margin-top: 1.875rem;
    position: relative;
  }

  .p-sub-about__sec3__body::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #CAE9FF;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18px;
  }

  .p-sub-about__sec3__body::after {
    content: "";
    display: block;
    width: 80%;
    height: 5px;
    background: #62B6CB;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 9.6875rem;
    z-index: -1;
  }

  .p-sub-about__sec3__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -11.5625rem;
  }

  .p-sub-about__sec3-item {
    text-align: center;
    width: calc(33.3% - 11.5625rem);
    margin-left: 11.5625rem;
    padding: 0;
  }

  .p-sub-about__sec3-item + .p-sub-about__sec3-item {
    margin-top: 0;
  }

  .p-sub-about__sec3-top {
    font-size: 1.375rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: auto;
    top: initial;
    z-index: 2;
    background: #fff;
    padding: 0 1.4375rem;
  }

  .p-sub-about__sec3-top::after {
    content: "";
    display: block;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    background: #CAE9FF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }

  .p-sub-about__sec3__img {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 2.125rem;
    background: #fff;
  }

  .p-sub-about__sec3-text {
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 1.8125rem;
    position: static;
    position: initial;
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .p-sub-about__sec4 {
    margin-top: 3.75rem;
    margin-bottom: 5.375rem;
  }

  .p-sub-about__sec5 {
    margin-top: 5.625rem;
    margin-bottom: 12.5rem;
  }

  .p-sub-about__btn {
    margin-top: 3.125rem;
  }
}
.p-sub-contact {
  width: 100%;
  text-align: left;
}

.p-sub-contact__content + .p-sub-contact__content {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-sub-contact__privacy {
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-sub-contact__privacy a {
  color: #62B6CB;
}

.p-sub-contact__content--checkbox {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-sub-contact__content--button {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-sub-contact {
    width: 100%;
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .p-sub-contact__content + .p-sub-contact__content {
    margin-top: 1.25rem;
  }

  .p-sub-contact__privacy {
    text-align: center;
    margin-top: 2rem;
  }

  .p-sub-contact__privacy a {
    color: #62B6CB;
  }

  .p-sub-contact__content--checkbox {
    margin-top: 1.875rem;
    text-align: center;
  }

  .p-sub-contact__content--button {
    text-align: center;
    margin-top: 2.8125rem;
  }
}
.p-sub-container__contents {
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
}

.p-sub-container__aside {
  display: none;
}

.p-sub-container__aside--on {
  display: block;
}

.p-sub-container__pagination {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-sub-container__bottom {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-sub-container {
    width: 100%;
    margin-top: 2.3125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .p-sub-container__contents {
    padding-bottom: 0.625rem;
  }

  .p-sub-container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-sub-container__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.625rem;
            flex: 0 1 46.625rem;
  }

  .p-sub-container__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.6875rem;
            flex: 0 0 17.6875rem;
    display: block;
    margin-left: 3.125rem;
  }

  .p-sub-container__aside-in {
    position: sticky;
    top: 6.875rem;
  }

  .p-sub-container__link {
    margin-top: 1.875rem;
  }

  .p-sub-container__pagination {
    margin-top: 1.875rem;
  }

  .p-sub-container__paginationーsub {
    margin-top: 1.875rem;
  }

  .p-sub-container__bottom {
    padding-bottom: 3.625rem;
  }
}
.p-sub-lesson__title {
  text-align: center;
}

.p-sub-lesson__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: left;
}

.p-sub-lesson__items {
  border-top: 1px solid rgba(98, 182, 203, .3);
}

.p-sub-lesson__items-2 {
  border-top: 1px solid rgba(98, 182, 203, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-sub-lesson__item {
  border-bottom: 1px solid rgba(98, 182, 203, .3);
}

.p-sub-lesson__item-2 {
  width: calc(50% - 0.625rem);
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-lesson__btn {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-sub-lesson__body {
    margin-top: 1.25rem;
  }

  .p-sub-lesson__title {
    text-align: left;
  }

  .p-sub-lesson__items {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.6875rem;
    margin-top: -1.25rem;
  }

  .p-sub-lesson__items-2 {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.6875rem;
    margin-top: -1.25rem;
  }

  .p-sub-lesson__item {
    border-bottom: none;
    width: calc(33.3% - 2.6875rem);
    margin-left: 2.6875rem;
    margin-top: 1.25rem;
  }

  .p-sub-lesson__item-2 {
    border-bottom: none;
    width: calc(33.3% - 2.6875rem);
    margin-left: 2.6875rem;
    margin-top: 1.25rem;
  }

  .p-sub-lesson__btn {
    margin-top: 2.1875rem;
  }
}
.p-sub-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.p-sub-overview__item {
  border-top: 1px solid #CAE9FF;
  padding: 23px 0;
  padding: 1.4375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-sub-overview__title {
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  -ms-flex: 0 0 8.75rem;
      flex: 0 0 8.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  text-align: left;
}

.p-sub-overview__description {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-sub-overview {
    width: 100%;
    max-width: 58.125rem;
    margin-left: auto;
    margin-right: auto;
  }

  .p-sub-overview__item {
    border-top: 1px solid #CAE9FF;
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .p-sub-overview__title {
    font-size: 1.125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.8125rem;
            flex: 0 0 12.8125rem;
    padding-right: 2.5rem;
    text-align: left;
  }

  .p-sub-overview__description {
    font-size: 1.125rem;
    width: 100%;
  }
}
.p-sub-qa {
  width: 100%;
  max-width: 664px;
  max-width: 41.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.p-sub-qa__item {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CAE9FF;
}

.p-sub-qa__item:first-child {
  border-top: 1px solid #CAE9FF;
}

.p-sub-qa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-sub-qa__content p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-qa__content + .p-sub-qa__content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-qa__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -ms-flex: 0 0 2.5rem;
      flex: 0 0 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  background: #62B6CB;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sub-qa__qa {
  margin-left: 29px;
  margin-left: 1.8125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: 600;
}

.p-sub-qa__icon.p-sub-qa__icon--answer {
  background: #CAE9FF;
}

.p-sub-qa__qa.p-sub-qa__qa--answer {
  font-weight: 300;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.p-tie-up {
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-tie-up {
    padding-bottom: 9.375rem;
  }
}
.p-tie-up img {
  width: 100%;
  height: 100%;
}

.p-tie-up__body {
  width: 100%;
  max-width: 1400px;
  max-width: 87.5rem;
  margin: auto;
}

.p-top-about__title {
  text-align: center;
}

.p-top-about__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-top-about__item {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(../images/top/top-about.jpg) no-repeat top/cover;
  padding: 49px 18px;
  padding: 3.0625rem 1.125rem;
  position: relative;
}

.p-top-about__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-about__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-size: 1rem;
}

.p-top-about__btn {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-about__body {
    margin-top: 2.1875rem;
  }

  .p-top-about__item {
    margin: 0;
    width: 100%;
    background: url(../images/top/top-about.jpg) no-repeat/cover;
    background-position: right 10% top 28%;
    padding: 5.1875rem 5rem;
    position: relative;
  }

  .p-top-about__text {
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
  }

  .p-top-about__btn {
    margin-top: 2.1875rem;
    margin-bottom: 2.75rem;
  }
}
.p-top-attention__title {
  text-align: center;
}

.p-top-attention__body {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0;
}

.p-top-attention__items {
  margin-top: -15px;
  margin-top: -0.9375rem;
}

.p-top-attention__item {
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-top-attention a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-top-attention__img {
  width: 100%;
  position: relative;
}

.p-top-attention__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .p-top-attention__body {
    margin-top: 1.25rem;
    padding: 0;
  }

  .p-top-attention__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.375rem;
    margin-top: -1.0625rem;
  }

  .p-top-attention__item {
    width: calc(33.3% - 1.375rem);
    margin-left: 1.375rem;
    margin-top: 1.0625rem;
  }
}
.p-top-blog__title {
  text-align: center;
}

.p-top-blog__body {
  margin: 1.0625rem calc(50% - 50vw) 0;
  width: 100vw;
}

.p-top-blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-top-blog__item {
  width: 50%;
}

.p-top-blog a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-top-blog__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-top-blog__img::after {
  content: "";
  display: block;
  padding-top: 64.46%;
}

.p-top-blog__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .p-top-blog__body {
    margin: 1.25rem 0 0;
    width: 100%;
  }

  .p-top-blog__items {
    margin-left: -4.25rem;
    margin-top: -1.875rem;
  }

  .p-top-blog__item {
    width: calc(25% - 4.25rem);
    margin-left: 4.25rem;
    margin-top: 1.875rem;
  }

  .p-top-blog__img::after {
    content: "";
    display: block;
    padding-top: 75%;
  }
}
.p-top-category {
  text-align: left;
}

.p-top-category__title {
  text-align: center;
}

.p-top-category__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-top-category__items {
  margin-top: -15px;
  margin-top: -0.9375rem;
}

.p-top-category__item {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-top-category__btn {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-category__body {
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }

  .p-top-category__items {
    margin-top: -1.25rem;
  }

  .p-top-category__item {
    margin-top: 1.25rem;
  }

  .p-top-category__btn {
    margin-top: 2.1875rem;
  }
}
.p-top-company__title {
  text-align: center;
}

.p-top-company__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-top-company__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
  margin-top: -0.9375rem;
}

.p-top-company__item {
  width: 70%;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-company__img {
  width: 100%;
  position: relative;
}

.p-top-company__img::after {
  content: "";
  display: block;
  padding-top: 20%;
}

.p-top-company__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  .p-top-company__body {
    margin-top: 1.25rem;
  }

  .p-top-company__items {
    margin-left: -1.3125rem;
    margin-top: -1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-top-company__item {
    width: calc(33.3% - 1.3125rem);
    margin-left: 1.3125rem;
    margin-top: 1.25rem;
    margin-right: 0;
    margin-right: initial;
  }

  .p-top-company__img::after {
    content: "";
    display: block;
    padding-top: 20%;
  }
}
.p-top-lesson__title {
  text-align: center;
}

.p-top-lesson__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-top-lesson__items {
  border-top: 1px solid rgba(98, 182, 203, .3);
}

.p-top-lesson__item {
  border-bottom: 1px solid rgba(98, 182, 203, .3);
}

.p-top-lesson__btn {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-lesson__body {
    margin-top: 1.25rem;
  }

  .p-top-lesson__items {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.5rem;
    margin-top: -2.1875rem;
  }

  .p-top-lesson__item {
    border-bottom: none;
    width: calc(25% - 2.5rem);
    margin-left: 2.5rem;
    margin-top: 2.1875rem;
  }

  .p-top-lesson__btn {
    margin-top: 2.1875rem;
  }
}
.p-top-scape__title {
  text-align: center;
}

.p-top-scape__body {
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding: 0 35px;
  padding: 0 2.1875rem;
}

.p-top-scape__item {
  width: 100%;
  position: relative;
  margin: auto;
}

.p-top-scape__item::after {
  content: "";
  display: block;
  padding-top: 75.1572327044%;
}

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

.p-top-scape__btn {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-scape__body {
    width: 100%;
    margin-top: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1875rem;
    padding: 0;
  }

  .p-top-scape__item::after {
    padding-top: 75%;
  }

  .p-top-scape__btn {
    margin-top: 2.1875rem;
  }
}
.p-top-voice__title {
  text-align: center;
}

.p-top-voice__body {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-top-voice__item + .p-top-voice__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-top-voice__btn {
  margin-top: 24.5px;
  margin-top: 1.53125rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-top-voice__body {
    margin-top: 1.875rem;
  }

  .p-top-voice__items {
    width: 100%;
    max-width: 41.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .p-top-voice__item + .p-top-voice__item {
    margin-top: 1.4375rem;
  }

  .p-top-voice__btn {
    margin-top: 2.1875rem;
  }
}
/*# sourceMappingURL=styles.css.map */
