@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  background-color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: min(4.2666666667vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(1.1111111111vw, 14px);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

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

/* 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 */
/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* 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;
}

/* ホバー */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .l-access {
    padding: 80px 0 80px 0;
  }
}

* + .l-access {
  margin-top: 62px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  * + .l-access {
    margin-top: 1px;
  }
}

.l-application-complete {
  padding-bottom: 6.125rem;
}
@media screen and (min-width: 768px) {
  .l-application-complete {
    padding-bottom: 7.4375rem;
  }
}

.l-application {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-application {
    padding-bottom: 7.5rem;
  }
}

.l-background {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 55.23%, #D2F0FC 89.59%);
}

.l-blog {
  background: #D2F0FC;
  padding-bottom: 99px;
  padding-top: 41px;
}
@media screen and (min-width: 768px) {
  .l-blog {
    padding-bottom: 131px;
    padding-top: 64px;
  }
}

.l-brochure-complete {
  padding-bottom: 6.125rem;
}
@media screen and (min-width: 768px) {
  .l-brochure-complete {
    padding-bottom: 7.4375rem;
  }
}

.l-brochure {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-brochure {
    padding-bottom: 7.5rem;
  }
}

.l-company-mv {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-company-mv {
    margin-top: 80px;
  }
}

.l-company {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-company {
    padding-bottom: 120px;
  }
}

.l-company-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-company-inner {
    max-width: 1120px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .l-company-inner {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-contact-complete {
  padding-bottom: 6.125rem;
}
@media screen and (min-width: 768px) {
  .l-contact-complete {
    padding-bottom: 7.4375rem;
  }
}

.l-contact {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-bottom: 7.5rem;
  }
}

.l-courseList {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .l-courseList {
    margin-top: 79px;
  }
}

.l-favorites-mv {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-favorites-mv {
    margin-top: 80px;
  }
}

.l-favorites {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-favorites {
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-flow {
    margin-top: 84px;
    padding-bottom: initial;
  }
}

.l-footerSearch {
  background-color: #333;
  padding: 33px 0 29px 0;
}
@media screen and (min-width: 768px) {
  .l-footerSearch {
    padding: 49px 0 42px 0;
  }
}

.l-front-latest {
  padding-bottom: 4.1875rem;
  padding-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .l-front-latest {
    padding-bottom: 4.9375rem;
    padding-top: 8.25rem;
  }
}

@media screen and (max-width: 767px) {
  .l-front-recommend {
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-front-recommend {
    margin-top: 5.0625rem;
  }
}

.l-front-searchForm {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-front-searchForm {
    margin-top: -35px;
  }
}

.l-front-searchForm.l-front-searchForm--archive {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .l-front-searchForm.l-front-searchForm--archive {
    margin-top: 3.1875rem;
  }
}

.l-front-sidebar {
  background: #fff;
  border-radius: 0.375rem;
  padding-bottom: 2rem;
  padding-top: 0.625rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1560px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-notFound-mv {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-notFound-mv {
    margin-top: 80px;
  }
}

.l-notFound {
  padding-bottom: 8.625rem;
  padding-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .l-notFound {
    padding-bottom: 7.5rem;
    padding-top: 3.1875rem;
  }
}

.l-NumberOfSearches {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-NumberOfSearches {
    margin-top: 2rem;
  }
}

.l-pickup {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .l-pickup {
    margin-top: 31px;
  }
}

.l-policy {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-policy {
    padding-bottom: 120px;
  }
}

.l-policy-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-policy-inner {
    max-width: 1120px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .l-policy-inner {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-recommended {
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .l-recommended {
    margin-top: 4.9375rem;
  }
}

.l-review {
  margin-top: 63px;
}
@media screen and (min-width: 768px) {
  .l-review {
    margin-top: 82px;
  }
}

.l-school-listing-complete {
  padding-bottom: 6.125rem;
}
@media screen and (min-width: 768px) {
  .l-school-listing-complete {
    padding-bottom: 7.4375rem;
  }
}

.l-school-listing {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-school-listing {
    padding-bottom: 7.4375rem;
  }
}

.l-school-search {
  margin-top: 16px;
}
.l-schoolDetail-inner {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-schoolDetail-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-schoolSearch {
  margin-top: 3.125rem;
}

.l-search {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .l-search {
    margin-top: 75px;
  }
}

.l-searchResult {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .l-searchResult {
    padding-bottom: 7.5rem;
  }
}

.l-section-line {
  background: #707A9D;
  flex-shrink: 0;
  height: 3px;
  width: 100%;
}

.l-sidebar-inner {
  padding-left: 12px;
  padding-right: 12px;
}

.l-sub-searchForm {
  position: relative;
  z-index: 2;
}
.l-searchResult + .l-sub-searchForm {
  margin-top: -1.875rem;
}
@media screen and (max-width: 767px) {
  .l-searchResult + .l-sub-searchForm {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-searchResult + .l-sub-searchForm {
    padding-bottom: 7.5rem;
  }
}

.l-subSchool-mv {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-subSchool-mv {
    margin-top: 80px;
  }
}

.l-under-background {
  background: #D2F0FC;
}

.l-under-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-under-inner {
    max-width: 1120px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.l-underArchive-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 78.125rem;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-underArchive-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.l-underBlogCategory-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-underBlogCategory-inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.l-underBlogTop-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-underBlogTop-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* ブログ系統のセクションタイトル
==================================== */
@media screen and (min-width: 768px) {
  .c-blog-heading {
    -moz-column-gap: 0.625rem;
    -moz-column-gap: 1.8125rem;
    align-items: center;
    column-gap: 0.625rem;
    column-gap: 1.8125rem;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-blog-heading {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.c-blog-heading.c-blog-heading--category {
  flex-shrink: 0;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .c-blog-heading.c-blog-heading--category {
    padding-right: 2.5rem;
  }
}

.c-blog-heading.c-blog-heading--favorites {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-blog-heading.c-blog-heading--favorites {
    margin-top: 1.9375rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-blog-heading__main {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-blog-heading__main {
    font-size: 2.125rem;
  }
}

.c-blog-heading__main.c-blog-heading__main--black {
  color: #333;
}

.c-blog-heading__main.c-blog-heading__main--blackSmall {
  color: #333;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-blog-heading__main.c-blog-heading__main--blackSmall {
    font-size: 2.125rem;
  }
}

.c-blog-heading__main.c-blog-heading__main--left {
  margin-left: 2.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-blog-heading__main.c-blog-heading__main--left {
    margin-left: 3.4375rem;
  }
}

.c-blog-heading__main.c-blog-heading__main--spLeft {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-blog-heading__main.c-blog-heading__main--spLeft {
    padding-left: initial;
  }
}

.c-blog-heading__main::before {
  background-image: url(../images/common/icon-crown.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.875rem;
  left: -2.375rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-blog-heading__main::before {
    height: 2.5rem;
    left: -3.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
  }
}

.c-blog-heading__sub {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-blog-heading__sub {
    font-size: 1rem;
  }
}

.c-blog-heading__sub.c-blog-heading__sub--black {
  color: #333;
}

.c-blog-heading--sm {
  align-items: center;
}
.c-blog-heading--sm .c-blog-heading__main {
  font-size: max(0.6875rem, 10px);
  letter-spacing: 0.034375rem;
  line-height: 1.81;
}
.c-blog-heading--sm .c-blog-heading__sub {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.65;
}

.c-blog-sidebarHeading {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  text-align: center;
}

.c-blog-sidebarHeading.c-blog-sidebarHeading--icon {
  position: relative;
}

.c-blog-sidebarHeading.c-blog-sidebarHeading--icon:before {
  background-image: url(../images/common/icon-sidebar-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  position: absolute;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-blog-sidebarHeading.c-blog-sidebarHeading--icon:before {
    left: 29%;
    top: 63%;
    transform: translateY(-50%);
  }
}

.c-blog-sidebarHeading.c-blog-sidebarHeading--icon::after {
  background-image: url(../images/common/icon-sidebar-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  position: absolute;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-blog-sidebarHeading.c-blog-sidebarHeading--icon::after {
    left: 64%;
    top: 63%;
    transform: translateY(-50%);
  }
}

.c-breadcrumb-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-breadcrumb-inner--favorites {
  padding-left: 0;
  padding-right: 0;
}

.c-breadcrumb {
  margin-top: 60px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-top: 80px;
  }
}

.c-breadcrumb__block {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__block {
    font-size: 0.75rem;
    letter-spacing: 1.2px;
  }
}

.c-breadcrumb__block.c-breadcrumb__block--left {
  color: #333;
  margin-left: inherit;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__block.c-breadcrumb__block--left {
    margin-top: initial;
  }
}

/* プラグイン用CSS
=====================================================*/
.c-btn-submit {
  margin-inline: auto;
  max-width: 354px;
  position: relative;
}
.c-btn-submit [type=submit] {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  border-radius: 0.1875rem;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.8125rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn-submit [type=submit] {
    padding: 1rem;
  }
}
.c-btn-submit::before {
  background-image: url(../images/common/btn-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-submit:hover::before {
    right: 1.1875rem;
  }
}

.c-btn {
  border-radius: 0.1875rem;
  box-shadow: 0rem 0.625rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  gap: 3.125rem;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-btn {
    display: inline-block;
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    padding: 0.9375rem 5.3125rem 0.9375rem 5rem;
  }
}

.c-btn::before {
  background-image: url(../images/common/btn-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 1rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btn:hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btn:hover::before {
    right: 1.1875rem;
  }
}

.c-btn.c-btn--black {
  background-color: #000;
  color: #fff;
}

.c-btn.c-btn--orange {
  background: #F90;
  border-radius: 999px;
  color: #fff;
  display: initial;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  padding: 17px 73px 17px 73px;
  position: relative;
  text-align: center;
}

.c-btn.c-btn--blue {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  color: #fff;
}

.c-btn.c-btn--blueLong360 {
  font-size: 1.125rem;
}

.c-btn.c-btn--lightBlue {
  background: #D3D9F1;
  box-shadow: 0rem 0.375rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  color: #192655;
}

.c-btn.c-btn--lightBlue360 {
  background: #D3D9F1;
  color: #192655;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
}

.c-btn.c-btn--bg {
  border: 1px #fff solid;
  color: #fff;
}

.c-btn.c-btn--black::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
}

.c-btn.c-btn--lightBlue::before {
  background-image: url(../images/common/btn-arrow-color.png);
}

.c-btn.c-btn--lightBlue360::before {
  background-image: url(../images/common/btn-arrow-color.png);
}

.c-btn--ml {
  margin-left: 10px;
}

.c-btn.c-btn--line {
  border: 1px #333 solid;
  color: #333;
}

.c-btn.c-btn--line::before {
  background-image: url(../images/common/btn-arrow-black.png);
}

.c-btn.c-btn--lineShort {
  border: 1px #333 solid;
  color: #333;
}

.c-btn.c-btn--lineShort::before {
  background-image: url(../images/common/btn-arrow-black.png);
}

.c-btn--shadowNon {
  box-shadow: none;
}

.c-btn.c-btn--tac {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-btn.c-btn--white {
  color: #fff;
}

.c-btnR {
  background: #F90;
  border: 4px solid transparent;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  padding: 14px 88px;
  position: relative;
  text-align: center;
  transition: background 0.7s, color 0.7s, border-color 0.7s;
}

.c-btnR::before {
  background-image: url(../images/common/btnR-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.7s;
  width: 1rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btnR:hover {
    background: #fff;
    border: 4px solid #F90;
    color: #F90;
    transition: 0.7s;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btnR:hover::before {
    background-image: url(../images/common/btnR-arrow-orange.png);
    transition: 0.7s;
  }
}

.c-btnR.c-btnR--blog {
  padding: 14px 69px;
}

.c-btnR.c-btnR--school {
  padding: 14px 50px;
}

.c-btnR.c-btnR--return {
  padding: 14px 58px;
}

.c-btnR.c-btnR--hp {
  background: #00C1FF;
  border: 4px solid transparent;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  padding: 14px 61px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btnR.c-btnR--hp {
    background: #F90;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 17px 93px;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btnR.c-btnR--hp:hover {
    background: #fff;
    border: 4px solid #F90;
    color: #F90;
    transition: 0.7s;
  }
}

.c-btn-sideMenu {
  align-items: center;
  background: #F90;
  border: 4px solid transparent;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: normal;
  padding: 8px 8px;
  text-align: center;
  transition: background 0.7s, color 0.7s, border-color 0.7s;
  width: 180px;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btn-sideMenu:hover {
    background: #fff;
    border: 4px solid #F90;
    color: #F90;
    transition: 0.7s;
  }
}

.c-btn-sideMenu.c-btn-sideMenu--blue {
  background: #00C1FF;
  padding: 8px 8px;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btn-sideMenu.c-btn-sideMenu--blue:hover {
    background: #fff;
    border: 4px solid #00C1FF;
    color: #00C1FF;
    transition: 0.7s;
  }
}

.c-btn-folowBtn {
  border-radius: 10px;
  padding: 16px 8px;
  width: 174px;
}

.c-btnR-submit {
  padding: 8px 46px;
}

.c-button {
  align-items: center;
  align-self: stretch;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 50px;
  justify-content: center;
  letter-spacing: 0.9px;
  line-height: 35px;
  padding: 11px 75px 11px 63px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 81px 15px 86px;
  }
}

.c-button::before {
  background-image: url(../images/common/btn-arrow-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 21.5px;
  top: 37.5%;
  transition: 0.3s;
  width: 1rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button:hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-button:hover::before {
    right: 1.1875rem;
  }
}

input[type=submit] {
  color: #fff;
}

label {
  color: #333;
}

.c-floating-newsletter {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .c-floating-newsletter {
    display: none;
  }
}
.c-floating-newsletter .toggle {
  background-color: #A0AEC3;
  border-radius: 6px 6px 0 0;
  height: 20px;
  position: relative;
  width: 30px;
}
.c-floating-newsletter .toggle span {
  background: url(../images/common/chevron.png) no-repeat center center/contain;
  display: block;
  height: 9px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
}
.c-floating-newsletter.is-closed .toggle span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-floating-newsletter .middle {
  width: 100%;
}
.c-floating-newsletter .bottom {
  width: 100%;
}
.c-floating-newsletter .bottom a {
  align-items: center;
  background-color: #E6011E;
  display: flex;
  justify-content: center;
}
.c-floating-newsletter .bottom a span {
  color: #FFF;
  font-size: 12px;
  font-weight: 900;
  padding: 5px;
}
.c-floating-newsletter .bottom a img {
  height: 9px;
  transform: rotate(-90deg);
  width: 13px;
}
.c-floating-newsletter .bottom a.is-disabled {
  pointer-events: none;
}

.c-footerSearch-title {
  -moz-text-align-last: left;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
  text-align-last: left;
}
@media screen and (min-width: 768px) {
  .c-footerSearch-title {
    font-size: 1.25rem;
  }
}

.c-hambruger {
  height: 1.875rem;
  position: relative;
  width: 1.9375rem;
  z-index: 100;
}

.c-hambruger span {
  background-color: #FF9900;
  height: 0.1875rem;
  position: absolute;
  transition: 0.3s;
  width: inherit;
}

.c-hambruger span:nth-child(1) {
  top: 2%;
}

.c-hambruger span:nth-child(2) {
  top: 43%;
}

.c-hambruger span:nth-child(3) {
  top: 86%;
}

.c-hambruger.is-active span:nth-child(1) {
  top: 44.5%;
  transform: rotate(45deg);
}

.c-hambruger.is-active span:nth-child(2) {
  display: none;
}

.c-hambruger.is-active span:nth-child(3) {
  top: 44.5%;
  transform: rotate(-45deg);
}

.c-scroll-menu {
  height: 40px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-scroll-menu {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .c-scroll-menu {
    margin-top: 0px;
  }
}

/*====================================================
# 記事TOPページ
=====================================================*/
.p-home-cats .c-scroll-menu {
  margin-top: 0;
}
.c-scroll-menu-inner {
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.c-scroll-menu li {
  float: left;
  height: 100%;
}

.c-scroll-menuItem:not(:first-child) {
  margin-left: 23px;
}
@media screen and (min-width: 768px) {
  .c-scroll-menuItem:not(:first-child) {
    margin-left: 23px;
  }
}

.c-scroll-menuItem {
  align-items: center;
  border: 2px solid #00C1FF;
  border-radius: 999px;
  color: #00C1FF;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 6px 16px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-scroll-menuItem {
    font-size: 1rem;
    letter-spacing: 0.8px;
    padding: 8px 24px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-scroll-menuItem:hover {
    opacity: 0.7;
  }
}

.c-scroll-menuItem.is-active {
  background-color: #00C1FF;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .c-scroll-menu {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
  } /*メニューの横幅*/
  .c-scroll-menu .c-scroll-menu-inner {
    margin: 0;
  }
}
/* スクロールバーを非表示にする（Webkitブラウザ用） */
.c-scroll-menu::-webkit-scrollbar {
  display: none;
}

/* スクロールバーを非表示にする（Firefox用） */
.c-scroll-menu {
  scrollbar-width: none;
}

/* スクロールバーを非表示にする（IEおよびEdge用） */
.c-scroll-menu {
  -ms-overflow-style: none;
}

.section-title {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-title {
    display: block;
    gap: 0.6875rem;
  }
}

.section-title__main {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 2.125rem;
  }
}

.section-title__main.section-title__main--black {
  color: #333;
}

.section-title__main.section-title__main--blackSmall {
  color: #333;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .section-title__main.section-title__main--blackSmall {
    font-size: 2.125rem;
  }
}

.section-title__main.section-title__main--spBig {
  font-size: 2.25rem;
  letter-spacing: 0.13125rem;
}

.section-title__main.section-title__main--en {
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
}

.section-title__main.section-title__main--bg {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.0875rem;
}
@media screen and (min-width: 768px) {
  .section-title__main.section-title__main--bg {
    font-size: 2.375rem;
    letter-spacing: 0.11875rem;
  }
}

.section-title__sub {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1rem;
    margin-left: 2rem;
  }
}

.section-title__sub.section-title__sub--letter {
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .section-title__sub.section-title__sub--letter {
    letter-spacing: 3px;
  }
}

.section-title__sub.section-title__sub--black {
  color: #333;
}

.section-title__sub.section-title__sub--bg {
  color: #A0AEC3;
}

.section-title__sub.section-title__sub--left {
  margin-left: 9px;
  margin-top: 6px;
}

.section-titleBlock {
  margin-top: 5rem;
}
.section-title__inner {
  max-width: 78.125rem;
  width: 100%;
}

.sidebar-tittle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  position: relative;
  text-align: center;
}

.sidebar-tittle::before {
  background-image: url(../images/common/icon-sidebar-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  position: absolute;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sidebar-tittle::before {
    left: -1.6875rem;
    top: 63%;
    transform: translateY(-50%);
  }
}

.sidebar-tittle::after {
  background-image: url(../images/common/icon-sidebar-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  position: absolute;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sidebar-tittle::after {
    left: 6.6875rem;
    top: 63%;
    transform: translateY(-50%);
  }
}

.c-star5_rating {
  color: #CCCCCC;
  display: inline-block;
  font-size: 17.8px;
  position: relative;
  white-space: nowrap;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-star5_rating {
    font-size: 22px;
  }
}

.c-star5_rating:before, .c-star5_rating:after {
  content: "★ ★ ★ ★ ★";
}

.c-star5_rating:after {
  color: #ffcf32; /* イエローカラー 自由に設定化 */
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.c-star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.c-star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.c-star5_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.c-star5_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.c-star5_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.c-star5_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.c-star5_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.c-star5_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.c-star5_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.c-star5_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.c-star5_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */
.c-tab {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .c-tab__block {
    align-items: center;
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
    padding-right: 60px;
  }
}

.c-tab__list {
  margin-top: 24px;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
@media screen and (min-width: 1024px) {
  .c-tab__list {
    display: flex;
    margin-top: 32px;
  }
}

/*====================================================
# 記事TOPページ
=====================================================*/
.p-home-cats .c-tab__list {
  align-items: center;
  background: #FFF;
  display: flex;
  gap: 2rem;
  margin-top: 0.9375rem;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home-cats .c-tab__list {
    border-radius: 999px;
    padding: 1.125rem 2rem 1.125rem 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-cats .c-tab__list {
    margin-top: initial;
  }
}

.c-tab__buttonItems {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-tab__buttonItems {
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .c-tab__buttonItems {
    gap: 1rem;
  }
}

.c-tab__button {
  align-items: center;
  border: 2px solid #00C1FF;
  border-radius: 999px;
  color: #00C1FF;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 6px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tab__button {
    font-size: 1rem;
    letter-spacing: 0.8px;
    padding: 8px 22px;
    transition: 0.5s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-tab__button:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .c-tab__button:not(:first-child) {
    margin-left: 1rem;
  }
}

/*====================================================
# 記事TOPページ
=====================================================*/
@media screen and (min-width: 768px) {
  .p-home-cats .c-tab__button:not(:first-child) {
    margin-left: 0.5rem;
  }
}

.c-tab__button.is-active {
  background-color: #00C1FF;
  color: #fff;
}

.c-tab__contents {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .c-tab__contents {
    margin-top: 20px;
  }
}

.c-tab__content {
  display: none;
}

.c-tab__content.is-active {
  display: block;
}

.c-tab__img {
  margin-top: 24px;
}

.c-title {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2.1875rem;
  }
}

.c-title.c-title--big {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  font-style: normal;
  letter-spacing: 0.0625rem;
  line-height: 1.75rem;
  width: 78.2%;
}
@media screen and (min-width: 768px) {
  .c-title.c-title--big {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
    line-height: 2.75rem;
    width: inherit;
  }
}

.c-title.c-title--big::before {
  background: #3876BF;
  content: "";
  height: 56px;
  margin-right: 16px;
  transform: rotate(0deg);
  width: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-title.c-title--big::before {
    height: 2.75rem;
    margin-right: 1.8125rem;
  }
}

.c-title--icon {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05625rem;
  line-height: 1.6875rem;
  padding-left: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title--icon {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2.1875rem;
    padding-left: 2.4375rem;
  }
}

.c-title--icon::before {
  background: url(../images/common/icon-search-bar-white.png) no-repeat center center/contain;
  content: "";
  height: 1.875rem;
  left: 15px;
  position: absolute;
  top: 17%;
  transform: translateY(-50%);
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-title--icon::before {
    height: 1.875rem;
    left: 29px;
    top: 18%;
    width: 1.875rem;
  }
}

.c-title--icon::before {
  transform: rotate(0deg);
}

.c-title.c-title--course {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-left: 9px;
}
@media screen and (min-width: 768px) {
  .c-title.c-title--course {
    font-size: 1.75rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-title.c-title--course::before {
    font-size: 1.5rem;
    height: 2.5rem;
    margin-right: 1.125rem;
  }
}

.c-title.c-title--course.ml0 {
  margin-left: 0;
}

.c-under-header {
  margin-top: 37px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-under-header {
    margin-top: 91px;
  }
}

.c-under-header__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-under-header__title {
    font-size: 2.125rem;
  }
}

.c-under-header__title.c-under-header__title--small {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-under-header__title.c-under-header__title--small {
    font-size: 2.125rem;
  }
}

.c-under-header__subTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-under-header__subTitle {
    font-size: 1.25rem;
    margin-top: 17px;
  }
}

.c-visual-wrapper {
  overflow: hidden;
  position: relative;
}
.c-visual-wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c-visual-wrapper img, .c-visual-wrapper iframe {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00001em;
  letter-spacing: 0.04375rem;
  line-height: 1.6875rem;
  margin-left: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    margin-left: 20px;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 input[name=postal_code] {
  width: 63%; /* タイトル入力欄 */
}
@media screen and (min-width: 768px) {
  .wpcf7 input[name=postal_code] {
    width: 22.5%;
  }
}

#wpcf7-f36-o2 {
  margin-top: -17px;
}
@media screen and (min-width: 768px) {
  #wpcf7-f36-o2 {
    margin-top: 0px;
  }
}

#wpcf7-f37-o2 {
  margin-top: -17px;
}
@media screen and (min-width: 768px) {
  #wpcf7-f37-o2 {
    margin-top: 0px;
  }
}

.wpcf7 {
  margin-top: 0px;
}

.p-front-sidebar__items {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-front-sidebar__items {
    margin-top: 25px;
  }
}

.p-front-sidebar__title {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.p-front-sidebar__tagTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-front-sidebar__tagTitle {
    font-size: 16px;
    margin-right: 32px;
    margin-top: 8px;
  }
}

.p-front-sidebar__pipe {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-front-sidebar__pipe {
    background-color: #333;
    display: block;
    height: auto;
    margin-right: 2rem;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-sidebar__catNav {
    height: auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-sidebar__catNav {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sidebar__catNav .p-front-sidebar__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    white-space: wrap;
  }
}

.p-front-sidebar__btn {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front-sidebar__btn {
    margin-top: 57px;
  }
}

.p-front-sidebar-card--new {
  position: relative;
}

.p-front-sidebar-card--new::after {
  background-color: #FFBA6A;
  border-radius: 50%;
  border-radius: 50%;
  color: #333;
  content: "New";
  font-size: 0.0625rem;
  left: -1rem;
  letter-spacing: 0.125rem;
  padding: 1.0625rem 0.6875rem;
  position: absolute;
  text-align: center;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-front-sidebar-card--new::after {
    left: -0.9375rem;
    letter-spacing: 0.125rem;
    top: -1.1875rem;
  }
}

.sidebar-tab {
  width: 100%;
}

.sidebar-tab__list {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .sidebar-tab__list {
    display: flex;
    margin-top: 32px;
  }
}

.sidebar-tab__buttonItems {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sidebar-tab__buttonItems {
    gap: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-tab__buttonItems {
    gap: 1rem;
  }
}

.sidebar-tab__button {
  align-items: center;
  border: 2px solid #00C1FF;
  border-radius: 999px;
  color: #00C1FF;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 6px 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sidebar-tab__button {
    font-size: 1rem;
    letter-spacing: 0.8px;
    padding: 8px 22px;
    transition: 0.5s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sidebar-tab__button:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .sidebar-tab__button:not(:first-child) {
    margin-left: 1rem;
  }
}

.sidebar-tab__button.is-active {
  background-color: #00C1FF;
  color: #fff;
}

.sidebar-tab__contents {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .sidebar-tab__contents {
    margin-top: 20px;
  }
}

.sidebar-tab__content {
  display: none;
}

.sidebar-tab__content.is-active {
  display: block;
}

.sidebar-tab__img {
  margin-top: 24px;
}

.toggleBtn {
  color: #333;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: normal;
  margin-left: 12px;
  margin-top: 6px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .toggleBtn {
    display: none;
  }
}

.toggleBtn::before {
  background-image: url(../images/common/toggleBtn-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 26%;
  pointer-events: none;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 20px;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item {
    margin-top: 16px;
  }
}
.wpcf7-list-item label {
  display: block;
  position: relative;
}
.wpcf7-list-item input[type=checkbox] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.wpcf7-list-item input[type=checkbox] + span {
  color: #333;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-left: 0;
  padding-left: 39px;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item input[type=checkbox] + span {
    padding-left: 38px;
    text-align: center;
  }
}
.wpcf7-list-item input[type=checkbox] + span::before, .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
}
.wpcf7-list-item input[type=checkbox] + span::before {
  background: #F7F7F7;
  border: 3px solid #EEEEEE;
  border-radius: 2px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
}
.wpcf7-list-item input[type=checkbox] + span::after {
  background-image: url(../images/common/easy-checkR.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.wpcf7-list-item input[type=checkbox]:checked + span::before {
  background-color: #F90;
  border: 4px solid #F90;
}
.wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.footerSearch-nav__items {
  align-items: center;
  display: flex;
  height: inherit;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .footerSearch-nav__items {
    justify-content: center;
    margin-top: 0;
  }
}
.footerSearch-nav__items li {
  height: inherit;
}
.footerSearch-nav__items li:first-child a {
  padding-left: 0;
}
.footerSearch-nav__items li:last-child a {
  padding-right: 0;
}
.footerSearch-nav__items li a {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  height: inherit;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .footerSearch-nav__items li a {
    font-size: 0.9375rem;
    letter-spacing: 0.171875rem;
    line-height: 1.6875rem;
    padding-right: 1.5625rem;
    transition: 0.3s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footerSearch-nav__items li:first-child a:hover {
    opacity: 0.7;
  }
}

.p-access__inner {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-access__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-access {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-access__content {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-access__content {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-access__items {
    display: flex;
  }
}

.p-access__item {
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
}
.p-access__item + .p-access__item {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-access__item + .p-access__item {
    margin-left: 34px;
    margin-top: inherit;
  }
}

.p-access__item-title {
  align-items: center;
  background: #00C1FF;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 3px;
  line-height: normal;
  padding: 8px 16px;
  width: 100%;
}
.p-access__item-info {
  padding: 1.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-access__item-info {
    border-radius: 10px;
    padding: 1.625rem 0.9375rem 1.625rem 0.9375rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .p-access__item-info {
    padding: 1.625rem 1.875rem 3.6875rem 2.25rem;
  }
}

.p-access__item-addressTitle,
.p-access__item-accessTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: normal;
}
.p-access__item-addressText,
.p-access__item-accessText {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-left: 29px;
}
.p-access__item-addressTitle {
  margin-left: 29px;
  position: relative;
}

.p-access__item-addressTitle::before {
  background: url(../images/common/icon-spot-blueForSchool.png) no-repeat center center/contain;
  content: "";
  height: 27px;
  left: -2%;
  position: absolute;
  top: 65%;
  transform: translate(-100%, -64%);
  width: 27px;
}

.p-access__item-addressText {
  margin-top: 10px;
}

.p-access__item-accessTitle {
  margin-left: 29px;
  margin-top: 26px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access__item-accessTitle {
    margin-top: 59px;
  }
}

.p-access__item-accessTitle::before {
  background: url(../images/common/icon-access-bule.png) no-repeat center center/contain;
  content: "";
  height: 27px;
  left: -2%;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 27px;
}

.p-access__item-accessText {
  margin-top: 7px;
}

.p-application-complete__mainTitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #2065C2 3.49%, #2F80ED 32.44%, #2D9EE0 80.7%);
  background-clip: text;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 2.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-complete__mainTitle {
    font-size: 5rem;
    margin-top: 3.1875rem;
  }
}

.p-application-complete__centerTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-complete__centerTitle {
    font-size: 2.125rem;
    margin-top: 2rem;
  }
}

.p-application-complete__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-application-complete__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-application-complete__btn-back {
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-complete__btn-back {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.p-application__title {
  color: #192655;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08125rem;
  line-height: 2rem;
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application__title {
    font-size: 2.25rem;
    letter-spacing: 0.225rem;
    margin-top: 100px;
  }
}

.p-application__from {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(19, 41, 104, 0.05);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
  max-width: 960px;
  padding: 30px 15px 30px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application__from {
    margin-top: 80px;
    padding: 40px;
  }
}

.p-application-from__pipe {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-application-from__pipe {
    color: #CCC;
  }
}

.p-application-from__title {
  color: #333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-application-from__title {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 1.9375rem;
  }
}

.p-application-from__items {
  border-bottom: 1px solid #EEE;
  margin-top: 31px;
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .p-application-from__items {
    margin-top: 19px;
    padding-bottom: 29px;
  }
}

.p-application-from__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-application-from__item:not(:first-child) {
    margin-top: 10px;
  }
}

.p-application-from-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-application-from-item {
    display: flex;
  }
}

.p-application-from-item__title {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from-item__title {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.6875rem;
    width: 160px;
  }
}

.p-application-from-item__text {
  -moz-text-align-last: left;
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  margin-top: 1px;
  text-align-last: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from-item__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: 0px;
    width: 438px;
  }
}

.p-application-from__dl {
  margin-top: 60px;
}

.p-application-from__row {
  display: block;
}
.p-application-from__row:not(:first-child) {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-application-from__row:not(:first-child) {
    margin-top: 40px;
  }
}

.p-application-from__label {
  margin: 0%;
  padding: 5px 0 0;
  padding: 0;
  width: 100%;
}
.p-application-from__label label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-application-from__label label.is-required {
  display: inline-block;
  position: relative;
}
.p-application-from__label label.is-required::after {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  content: "必須";
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  left: calc(100% + 14px);
  line-height: normal;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
.p-application-from_input {
  margin: 0%;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from_input {
    margin-top: 10px;
  }
}
.p-application-from_input [type=text] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from_input [type=text] {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}
.p-application-from_input [type=email] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from_input [type=email] {
    height: 3.75rem;
  }
}
.p-application-from_input [type=tel] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from_input [type=tel] {
    height: 3.75rem;
  }
}
.p-application-from_input textarea {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 160px;
  padding: 15px 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from_input textarea {
    resize: none;
  }
}
.p-application-from_input [type=text]:focus,
.p-application-from_input [type=email]:focus,
.p-application-from_input [type=tel]:focus {
  box-shadow: 0px 0px 4px 2px rgba(160, 174, 195, 0.5);
}

.p-application-from_input #postal_code {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 0.125rem solid #A0AEC3;
  border-radius: 0.125rem;
  display: flex;
  gap: 0.625rem;
  height: 3.125rem;
  padding: 0 1.25rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-application-from_input #postal_code {
    height: 3.75rem;
  }
}

.p-application-from__check {
  margin-top: 40px;
  text-align: center;
}
.p-application-from__check [type=checkbox] {
  display: none;
}
.p-application-from__check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.p-application-from__check span::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-application-from__check span::after {
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  content: "";
  display: none;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-application-from__check [type=checkbox]:checked + span::after {
  display: block;
}
.p-application-from__check a {
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .p-application-from__check a:hover {
    opacity: 0.7;
  }
}

.p-application-from__button [type=submit] {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  gap: 3.125rem;
  left: 50%;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  margin-top: 92px;
  max-width: 354px;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  position: relative;
  text-align: center;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-application-from__button [type=submit]::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-application-from__button [type=submit]:hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-application-from__button [type=submit]:hover::before {
    right: 0.9375rem;
  }
}

.p-application-from__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%;
}
.p-application-from__link {
  color: #525CEB;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  text-decoration-line: underline;
}
/* プレイスフォルダー
=====================================================*/
::-webkit-input-placeholder {
  color: #AAAAAA; /* WebKit, Blink, Edge */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

:-ms-input-placeholder {
  color: #AAAAAA; /* Internet Explorer 10-11 */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  :-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

::-moz-placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}

::placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  ::placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-application-from__checkbox {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-application-from__checkbox {
    margin-top: 40px;
  }
}

/*リセット */
.p-application-from__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

.p-application-from__checkboxContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application-from__checkboxContent {
    padding-left: 7px;
  }
}

.p-application-from__checkbox-privacy {
  color: #333;
  cursor: pointer;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00001em;
  letter-spacing: 0.04375rem;
  line-height: 1.6875rem;
  margin-left: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-from__checkbox-privacy {
    margin-left: 36px;
  }
}

.p-application-from__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application-from__btn {
    margin-inline: auto;
    margin-top: 39px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-application-from__btn [type=submit] {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  text-align: center;
  transition: color 0.7s;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-application-from__btn:hover [type=submit] {
    color: #F90;
    transition: 0.7s;
  }
}

/* ブログ系統
- blog__catTab
- blog__wrapper
- blog-latest
- blog-related
==================================== */
@media screen and (max-width: 767px) {
  .p-blog__catTab {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__catTab {
    padding-top: 0.625rem;
  }
}

.p-blog__catTab-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .p-blog__catTab-inner {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog__catTab-listBlock {
    display: block;
  }
}

.p-blog__catTab-list {
  align-items: center;
  background: #fff;
  background: #FFF;
  flex-wrap: wrap;
  padding: 0;
  row-gap: 0.75rem;
}
.p-blog__catTab-list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-blog__catTab-list {
    border-radius: 999px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 1.125rem 2rem 1.125rem 3.5rem;
    white-space: nowrap;
  }
}
.p-blog__catTab-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
  padding: 8px 0px 5px 0px;
}
@media screen and (min-width: 768px) {
  .p-blog__catTab-items {
    justify-content: space-between;
    padding: 8px 10px 5px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-blog__catTab-items {
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0;
    scrollbar-width: none;
  }
}

.p-blog__catTab-items::-webkit-scrollbar {
  display: none;
}

.p-blog__catTab-item a {
  align-items: center;
  border: 2px solid #00C1FF;
  border-radius: 999px;
  color: #00C1FF;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 6px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog__catTab-item a {
    font-size: 1rem;
    letter-spacing: 0.8px;
    padding: 8px 24px;
  }
}

.p-blog__catTab-item.is-current a {
  background: #00C1FF;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-blog__wrapper {
    padding-bottom: 4rem;
    padding-top: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__wrapper {
    padding-bottom: 4.875rem;
    padding-top: 2.25rem;
  }
}

.p-blog__mainHeading {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog__mainHeading {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    margin-bottom: 3.125rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog__content {
    display: flex;
    margin-top: 2.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-blog__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog__main {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__main {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-blog__main {
    width: calc(75% - 6.25rem);
  }
}

@media screen and (min-width: 768px) {
  .p-blog__entries {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    flex-wrap: wrap;
    row-gap: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog__entries .p-blog-card {
    margin: unset !important;
    max-width: unset;
    width: calc(50% - 1.25rem);
  }
}

.p-blog-latest {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 39.68%, rgba(210, 240, 252, 0.8) 82.7%);
}
@media screen and (max-width: 767px) {
  .p-blog-latest {
    padding-bottom: 6.125rem;
    padding-top: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-latest {
    padding-bottom: 6.3125rem;
    padding-top: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-latest__content {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-latest__content {
    margin-top: 2.1875rem;
  }
}

.p-blog-latest__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog-latest__btn {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-latest__btn {
    margin-top: 3.75rem;
  }
}

.p-blog-related {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 39.68%, rgba(210, 240, 252, 0.8) 82.7%);
}
@media screen and (max-width: 767px) {
  .p-blog-related {
    padding-bottom: 5rem;
    padding-top: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-related {
    padding-bottom: 4.8125rem;
    padding-top: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-related .c-blog-heading__main {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-related__content {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-related__content {
    margin-top: 2.1875rem;
  }
}

.p-blog__noPost {
  text-align: center;
}
.p-blog__noPost span {
  display: inline-block;
}

.p-blog-card {
  display: block;
}
.p-blog-card__img {
  border-radius: 0.375rem 0.375rem 0 0;
  padding-top: 56.25%;
  position: relative;
  transition: 0.5s;
  width: 100%;
}
.p-blog-card__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  width: 100%;
}

.p-blog-card__body {
  background: #fff;
  border-radius: 0 0 0.375rem 0.375rem;
  margin-left: initial;
  padding: 12px 12px 12px 12px;
  width: 100%;
}
.p-blog-card__body.p-blog-card__body--NOline {
  border-bottom: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-card-list__item:hover .p-blog-card__img img {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.p-blog-card__title,
.p-blog-card__text,
.p-blog-card__category,
.p-blog-card__date {
  transition: 0.5s;
}

.p-blog-card__title.p-blog-card__title--choice {
  margin-top: 7px;
}

.p-blog-card__cat-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-blog-card__category {
  align-items: center;
  background-color: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-blog-card__category {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-blog-card__category {
    font-size: 0.875rem;
  }
}

.p-blog-card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: normal;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-blog-card__title {
    font-size: 1.125rem;
    letter-spacing: 3px;
  }
}

.p-blog-card__info {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-blog-card__info {
    margin-top: 0.375rem;
  }
}

.p-blog-card__date {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: normal;
}
/* ブログ 一覧ページ サイドコンテンツ
- blog__search
- blog__popular
- blog__cats
==================================== */
.p-blog__side {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-blog__side {
    background: #FFF;
    border-radius: 10px;
    display: inline-flex;
    display: none;
    flex-direction: column;
    gap: 62px;
    padding: 32px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-blog__side {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    width: 26.7%;
  }
}

.p-blog__newsletter a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog__newsletter a:hover {
    opacity: 0.7;
  }
}

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

.p-blog__searchWindow {
  margin-top: 22px;
  position: relative;
}
.p-blog__searchWindow input[type=search] {
  background: #F1F3F6;
  border-radius: 3px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  padding: 15px 45px 15px 24px;
  width: 100%;
}
.p-blog__searchWindow input[type=search]::-moz-placeholder {
  color: #AAA;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-blog__searchWindow input[type=search]::placeholder {
  color: #AAA;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-blog__searchWindow button.search-submit {
  background: url(../images/blog/icon-sidebar-search.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  position: absolute;
  right: 25px;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.p-blog__popular {
  margin-top: 63px;
}

.p-blog__popular-list {
  margin-top: 24px;
}

.p-blog__popular-item a {
  align-items: center;
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog__popular-item a:hover .p-blog__popular-item-image img {
    transform: scale(1.05);
  }
}
.p-blog__popular-item + .p-blog__popular-item {
  margin-top: 1.5rem;
}
.p-blog__popular-item:first-child .p-blog__popular-item-image::after {
  content: "01";
}
.p-blog__popular-item:nth-child(2) .p-blog__popular-item-image::after {
  content: "02";
}
.p-blog__popular-item:nth-child(3) .p-blog__popular-item-image::after {
  content: "03";
}
.p-blog__popular-item:nth-child(4) .p-blog__popular-item-image::after {
  content: "04";
}
.p-blog__popular-item:nth-child(5) .p-blog__popular-item-image::after {
  content: "05";
}

.p-blog__popular-item-image {
  aspect-ratio: 88/70;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 30.33%;
}
.p-blog__popular-item-image::before {
  padding-top: 78.02%;
}
.p-blog__popular-item-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
}
.p-blog__popular-item-image::after {
  background-color: #F90;
  color: #FFF;
  display: block;
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  left: 0;
  letter-spacing: 1.6px;
  line-height: normal;
  padding: 0px 3px;
  position: absolute;
  top: 0;
}

.p-blog__popular-item-text {
  margin-left: auto;
  width: 66.6%;
}

.p-blog__popular-item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: normal;
  overflow: hidden;
}
.p-blog__popular-item-meta {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.p-blog__popular-item-date {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: normal;
}

.p-blog__popular-item-cat span {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 2px 8px;
}

/*====================================================
#記事カテゴリ別ページ
=====================================================*/
.p-blog__side .p-blog__cats {
  margin-top: 62px;
}

.p-blog__cats-list {
  margin-top: 1.5rem;
}

.p-blog__cats-item + .p-blog__cats-item {
  margin-top: 0.9375rem;
}
.p-blog__cats-item a {
  align-items: center;
  border-bottom: 1px solid #eee;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.8px;
  line-height: normal;
  padding-bottom: 0.9375rem;
  position: relative;
  transition: opacity 0.3s;
}
.p-blog__cats-item a:after {
  background: url(../images/blog/icon-sidebar-arrow.png) no-repeat center center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.875rem;
  left: 90.5%;
  margin-left: 1em;
  position: absolute;
  top: 28.4%;
  transform: translateY(-50%);
  width: 0.875rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog__cats-item a:hover {
    opacity: 0.7;
  }
}

/* ブログ 詳細ページ
==================================== */
.p-blog-single {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-blog-single {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single {
    padding-bottom: 9.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single__breadcrumb {
    font-size: 0.75rem;
    margin-top: 60px;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__breadcrumb {
    font-size: 0.875rem;
    margin-top: 80px;
    padding-top: 12px;
  }
}
.p-blog-single__breadcrumb .breadcrumbs {
  line-height: 1.6666666667;
}

@media screen and (max-width: 767px) {
  .p-blog-single__wrapper {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__wrapper {
    display: flex;
    margin-top: 3.125rem;
  }
}

.p-blog-single__title {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-blog-single__title {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__title {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
    line-height: 1.6;
  }
}

.p-blog-single__meta {
  align-items: center;
  display: flex;
  margin-top: 0.9375rem;
}

.p-blog-single__date {
  color: #777;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .p-blog-single__date {
    font-size: 0.8125rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__date {
    font-size: 0.9375rem;
    margin-right: 1.25rem;
  }
}

.p-blog-single__cats {
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
}

.p-blog-single__cat {
  background-color: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.84;
  padding: 1.5px 10px;
}

.p-blog-single__thumbnail {
  border-radius: 10px;
  filter: drop-shadow(0px 9.053px 18.105px rgba(0, 0, 0, 0.16));
  margin-top: 1.875rem;
  overflow: hidden;
}
.p-blog-single__thumbnail img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-blog-single__content {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content {
    margin-top: 5rem;
  }
}
.p-blog-single__content #toc_container {
  background-color: #f7f7f7;
  border-radius: 10px;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content #toc_container {
    margin-bottom: 3.125rem;
    padding: 30px 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content #toc_container {
    margin-bottom: 3.75rem;
    padding: 3.125rem 3.125rem 1.25rem;
  }
}
.p-blog-single__content .toc_title {
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .toc_title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .toc_title {
    font-size: 1.375rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .toc_toggle {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .toc_toggle {
    font-size: 1rem;
  }
}
.p-blog-single__content .toc_toggle a {
  color: #3876BF;
}
.p-blog-single__content .toc_brackets {
  display: none;
}
.p-blog-single__content .vk_tableOfContents-style-default {
  background-color: #F5F8FB;
  border: none;
  position: relative;
}
.p-blog-single__content .vk_tableOfContents-style-default::before {
  background-color: #3876BF;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-blog-single__content .vk_tableOfContents_title {
  align-items: center;
  color: #3876BF;
  display: flex;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.05em;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .vk_tableOfContents_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .vk_tableOfContents_title {
    font-size: 1.5rem;
  }
}
.p-blog-single__content .vk_tableOfContents_title::before {
  background: url(../images/blog/icon-toc.png) no-repeat center center/contain;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .vk_tableOfContents_title::before {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .vk_tableOfContents_title::before {
    height: 2.1875rem;
    width: 2.1875rem;
  }
}
.p-blog-single__content .vk_tableOfContents .vk_tableOfContents_openCloseBtn {
  border: none;
  margin: 0.5em auto;
  width: unset;
}
.p-blog-single__content .vk_tableOfContents .vk_tableOfContents_openCloseBtn::before {
  border-bottom: 1px solid #9f9f9f;
  color: #9f9f9f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .vk_tableOfContents .vk_tableOfContents_openCloseBtn::before {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .vk_tableOfContents .vk_tableOfContents_openCloseBtn::before {
    font-size: 16px;
  }
}
.p-blog-single__content .vk_tableOfContents_list {
  padding: 0 0 0 20px;
}
.p-blog-single__content .vk_tableOfContents_list > li {
  border-bottom: none;
  font-weight: 700;
  list-style-position: inside;
  list-style-type: auto;
  list-style-type: none;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .vk_tableOfContents_list > li {
    font-size: 1rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .vk_tableOfContents_list > li {
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
  }
}
.p-blog-single__content .vk_tableOfContents_list > li::marker {
  color: inherit;
}
.p-blog-single__content .vk_tableOfContents_list > li + li {
  margin-top: 0;
}
.p-blog-single__content .vk_tableOfContents_list > li > a {
  color: #3876BF;
  font-weight: 700;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-3 a,
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-4 a,
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-5 a {
  align-items: center;
  color: #6F9ED0;
  display: flex;
  font-weight: 500;
  gap: 16px;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-3 a::before,
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-4 a::before,
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-5 a::before {
  background-color: #3876BF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
}
.p-blog-single__content .vk_tableOfContents_list * + .vk_tableOfContents_list_item-h-3,
.p-blog-single__content .vk_tableOfContents_list * + .vk_tableOfContents_list_item-h-4,
.p-blog-single__content .vk_tableOfContents_list * + .vk_tableOfContents_list_item-h-5 {
  padding-top: 0;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-3 {
  padding-left: 1em;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-4 {
  padding-left: 2em;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-5 {
  padding-left: 3em;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item_link_preNumber {
  display: none;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item-h-2 .vk_tableOfContents_list_item_link_preNumber {
  display: inline-block;
}
.p-blog-single__content .vk_tableOfContents_list .vk_tableOfContents_list_item_link:hover {
  border: none;
}
.p-blog-single__content .vk_tableOfContents_list ul {
  padding: 0;
}
.p-blog-single__content .vk_tableOfContents_list ul li {
  color: #777;
  font-weight: 500;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-blog-single__content .vk_tableOfContents_list ul li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__content .vk_tableOfContents_list ul li {
    margin-top: 10px;
  }
}
.p-blog-single__content .vk_tableOfContents_list ul li ul {
  padding-left: 20px;
}
.p-blog-single__content .vk_tableOfContents_list a {
  color: inherit;
  text-decoration: none;
}

.p-blog-single__share {
  background: linear-gradient(90deg, #5DD0E6 0%, #4DB8E7 49.95%);
  border-radius: 0.625rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-blog-single__share {
    margin-top: 2.5rem;
    padding-bottom: 2rem;
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__share {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 5rem;
    padding: 52px 0px 50px 36px;
  }
}

.p-blog-single__share-title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: normal;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-title {
    letter-spacing: 7px;
  }
}

.p-blog-single__share-titleSlash {
  position: relative;
}

.p-blog-single__share-titleSlash:before {
  background-image: url(../images/blog/icon-sns-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.625rem;
  left: -17%;
  pointer-events: none;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-titleSlash:before {
    height: 1.875rem;
    left: -19%;
    top: 36%;
    transform: translateY(-50%);
    width: 1.875rem;
  }
}

.p-blog-single__share-titleSlash:after {
  background-image: url(../images/blog/icon-sns-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.625rem;
  pointer-events: none;
  position: absolute;
  right: -16%;
  top: 41%;
  transform: translateY(-50%);
  width: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-titleSlash:after {
    height: 1.875rem;
    right: -13%;
    top: 33%;
    transform: translateY(-50%);
    width: 1.875rem;
  }
}

.p-blog-single__share-titleBlock {
  position: relative;
}

.p-blog-single__share-titleBlock:before {
  background-image: url(../images/blog/icon-good.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  left: -22.5%;
  pointer-events: none;
  position: absolute;
  top: -94%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-titleBlock:before {
    height: 2.875rem;
    left: -34%;
    top: -160%;
    transform: translateY(-50%);
    width: 2.875rem;
  }
}

.p-blog-single__share-titleBlock:after {
  background-image: url(../images/blog/icon-smartphone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.125rem;
  pointer-events: none;
  position: absolute;
  right: -26%;
  top: 163%;
  transform: translateY(-50%);
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-titleBlock:after {
    height: 4.25rem;
    right: -37%;
    top: 224%;
    transform: translateY(-50%);
    width: 4.25rem;
  }
}

.p-blog-single__share-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-blog-single__share-list {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
    justify-content: center;
    margin-top: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-list {
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single__share-item {
    width: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__share-item {
    width: 5.625rem;
  }
}
.p-blog-single__share-item a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-blog-single__share-item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single__author {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author {
    margin-bottom: 3.125rem;
    margin-top: 3.125rem;
  }
}

.p-blog-single__author-title {
  align-items: center;
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.68;
}
.p-blog-single__author-title::before, .p-blog-single__author-title::after {
  background-color: #d9d9d9;
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-title::before {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author-title::before {
    margin-right: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-title::after {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author-title::after {
    margin-left: 3.75rem;
  }
}

.p-blog-single__author-content {
  align-items: center;
  background: #F1F3F6;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-content {
    flex-direction: column;
    padding: 1.25rem;
    row-gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author-content {
    flex-direction: row;
    padding: 1.875rem;
  }
}

.p-blog-single__author-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-image {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-blog-single__author-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-blog-single__author-image img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-blog-single__author-image.cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blog-single__author-image.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-blog-single__author-text {
    margin-left: auto;
    width: calc(100% - 120px - 1.875rem);
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single__author-name {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-name span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author-name span {
    display: inline-block;
  }
}

.p-blog-single__author-copy {
  color: #3876BF;
  font-weight: 500;
  margin-bottom: 0.625rem !important;
}

.p-blog-single__author-desc {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-single__author-desc {
    line-height: 1.68;
  }
}

.p-blog-single__author-sns {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-blog-single__author-sns {
    text-align: center;
  }
}
.p-blog-single__author-sns a {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.p-blog-single__author-sns a img {
  height: auto;
  width: 22px;
}

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

.p-blog__titleFlex {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-blog__title {
  margin-right: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-blog__title {
    align-items: center;
    display: flex;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-blog__title {
    flex-shrink: 0;
  }
}

.p-blog__tagTitle {
  color: #333;
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-blog__tagTitle {
    display: block;
    font-size: 1rem;
    margin-right: 32px;
    margin-top: 8px;
  }
}

/*====================================================
# 記事カテゴリ別ページ
=====================================================*/
.p-blog__catTab-list .p-blog__tagTitle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-blog__catTab-list .p-blog__tagTitle {
    color: #333;
    display: block;
    flex-shrink: 0;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-right: 32px;
    margin-top: 0px;
  }
}

.p-blog__pipe {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-blog__pipe {
    background-color: #333;
    display: block;
    height: 24px;
    margin-right: 2rem;
    margin-top: 8px;
    width: 1px;
  }
}

/*====================================================
# 記事カテゴリ別ページ
=====================================================*/
.p-blog__catTab-list .p-blog__pipe {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-blog__catTab-list .p-blog__pipe {
    background-color: #333;
    display: block;
    height: 24px;
    margin-right: 2rem;
    margin-top: 0;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .p-blog__catNav {
    height: auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .p-blog__catNav {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__catNav .p-blog__cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3125rem;
    white-space: wrap;
  }
}

/*====================================================
# 記事TOPページ
=====================================================*/
@media screen and (max-width: 767px) {
  .p-home-cats .p-blog__catNav .p-blog__cats {
    justify-content: center;
  }
}

.p-blog__btn {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog__btn {
    margin-top: 57px;
  }
}

.p-blog-card--new {
  position: relative;
}

.p-blog-card--new::after {
  background-color: #FFBA6A;
  border-radius: 50%;
  border-radius: 50%;
  color: #333;
  content: "New";
  font-size: 0.0625rem;
  left: -1rem;
  letter-spacing: 0.125rem;
  padding: 1.0625rem 0.6875rem;
  position: absolute;
  text-align: center;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-blog-card--new::after {
    left: -0.9375rem;
    letter-spacing: 0.125rem;
    top: -1.1875rem;
  }
}

.p-brochure-complete__mainTitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #2065C2 3.49%, #2F80ED 32.44%, #2D9EE0 80.7%);
  background-clip: text;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 2.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brochure-complete__mainTitle {
    font-size: 5rem;
    margin-top: 3.1875rem;
  }
}

.p-brochure-complete__centerTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brochure-complete__centerTitle {
    font-size: 2.125rem;
    margin-top: 2rem;
  }
}

.p-brochure-complete__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-brochure-complete__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-brochure-complete__btn-back {
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brochure-complete__btn-back {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.p-brochure__title {
  color: #192655;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08125rem;
  line-height: 2rem; /* 88.889% */
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brochure__title {
    font-size: 2.25rem;
    letter-spacing: 0.225rem;
    margin-top: 100px;
  }
}

.p-brochure__from {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(19, 41, 104, 0.05);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 960px;
  padding: 30px 15px 30px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure__from {
    margin-top: 80px;
    padding: 40px;
  }
}

.p-brochure-from__title {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__title {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
    line-height: 2rem;
  }
}

.p-brochure-from__name {
  color: #333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__name {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2rem;
  }
}

.p-brochure-from__dl {
  margin-top: 70px;
}

.p-brochure-from__row {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__row {
    margin-top: 40px;
  }
}

.p-brochure-from__label {
  margin: 0%;
  padding: 5px 0 0;
  padding: 0;
  width: 100%;
}
.p-brochure-from__label label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-brochure-from__label label.is-required {
  display: inline-block;
  position: relative;
}
.p-brochure-from__label label.is-required::after {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  content: "必須";
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  left: calc(100% + 14px);
  line-height: normal;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
.p-brochure-from_input {
  margin: 0%;
  margin-top: 4px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-brochure-from_input [data-name=your-reason] .wpcf7-list-item {
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input [data-name=your-reason] .wpcf7-list-item:not(:first-child) {
    margin-left: 14px;
  }
}
.p-brochure-from_input [data-name=your-reason] .wpcf7-list-item label:has([type=checkbox]:disabled) {
  cursor: default;
}
.p-brochure-from_input [data-name=your-reason] [type=checkbox]:disabled + span {
  cursor: default !important;
  opacity: 0.25;
  pointer-events: none;
}
.p-brochure-from_input [type=text] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input [type=text] {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}
.p-brochure-from_input [type=email] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input [type=email] {
    height: 3.75rem;
  }
}
.p-brochure-from_input [type=tel] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input [type=tel] {
    height: 3.75rem;
  }
}
.p-brochure-from_input [type=url] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input [type=url] {
    height: 3.75rem;
  }
}
.p-brochure-from_input textarea {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 160px;
  padding: 15px 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input textarea {
    resize: none;
  }
}
.p-brochure-from_input [type=text]:focus,
.p-brochure-from_input [type=email]:focus,
.p-brochure-from_input [type=tel]:focus {
  box-shadow: 0px 0px 4px 2px rgba(160, 174, 195, 0.5);
}

.p-brochure-from_input #postal_code {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-brochure-from_input #postal_code {
    height: 3.75rem;
  }
}

.p-brochure-from__check {
  margin-top: 40px;
  text-align: center;
}
.p-brochure-from__check [type=checkbox] {
  display: none;
}
.p-brochure-from__check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.p-brochure-from__check span::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-brochure-from__check span::after {
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  content: "";
  display: none;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-brochure-from__check [type=checkbox]:checked + span::after {
  display: block;
}
.p-brochure-from__check a {
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .p-brochure-from__check a:hover {
    opacity: 0.7;
  }
}

.p-brochure-from__button [type=submit] {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  gap: 3.125rem;
  left: 50%;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  margin-top: 92px;
  max-width: 354px;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  position: relative;
  text-align: center;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-brochure-from__button [type=submit]::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 0.625rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-brochure-from__button [type=submit]:hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-brochure-from__button [type=submit]:hover::before {
    right: 0.9375rem;
  }
}

.p-brochure-from__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%;
}
.p-brochure-from__link {
  color: #525CEB;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  text-decoration-line: underline;
}
/* プレイスフォルダー
=====================================================*/
::-webkit-input-placeholder {
  color: #AAAAAA; /* WebKit, Blink, Edge */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

:-ms-input-placeholder {
  color: #AAAAAA; /* Internet Explorer 10-11 */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  :-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

::-moz-placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}

::placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  ::placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-brochure-from__checkbox {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__checkbox {
    margin-top: 40px;
  }
}

/*リセット */
.p-brochure-from__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

.p-brochure-from__checkboxContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__checkboxContent {
    padding-left: 7px;
  }
}

.p-brochure-from__checkbox-privacy {
  color: #333;
  cursor: pointer;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00001em;
  letter-spacing: 0.04375rem;
  line-height: 1.6875rem;
  margin-left: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__checkbox-privacy {
    margin-left: 36px;
  }
}

.p-brochure-from__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-brochure-from__btn {
    margin-inline: auto;
    margin-top: 39px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-brochure-from__btn [type=submit] {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem; /* 194.444% */
  text-align: center;
  transition: color 0.7s;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-brochure-from__btn:hover [type=submit] {
    color: #F90;
    transition: 0.7s;
  }
}

@media screen and (min-width: 768px) {
  .p-card-list {
    display: flex;
    flex-wrap: wrap;
  }
}

/*====================================================
# 記事TOPページのピックアップ記事
=====================================================*/
@media screen and (min-width: 768px) {
  .p-home-pickup__content .p-card-list {
    justify-content: center;
  }
}

/*====================================================
# 記事TOPページの人気記事ランキング
=====================================================*/
@media screen and (min-width: 768px) {
  .p-home-popular__content .p-card-list {
    justify-content: center;
  }
}

/*====================================================
# 記事カテゴリ別ページの新着記事
=====================================================*/
@media screen and (min-width: 768px) {
  .p-blog-latest__content .p-card-list {
    justify-content: center;
  }
}

/*====================================================
# 記事詳細ページの新着記事
=====================================================*/
@media screen and (min-width: 768px) {
  .p-blog-related__content .p-card-list {
    justify-content: center;
  }
}

.p-card-list__item {
  background: white;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card-list__item {
    max-width: calc(25% - 1.6666666667rem);
  }
}

/*====================================================
# 記事TOPページの人気記事
=====================================================*/
@media screen and (min-width: 768px) {
  .p-home-popular__content .p-card-list__item {
    max-width: calc(33% - 1.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-home-popular__content .p-card-list__item {
    max-width: calc(33% - 3.625rem);
  }
}

/*====================================================
# 記事TOPページのピックアップ記事
=====================================================*/
@media screen and (min-width: 768px) {
  .p-home-pickup__content .p-card-list__item {
    max-width: calc(33% - 1.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-home-pickup__content .p-card-list__item {
    max-width: calc(33% - 3.625rem);
  }
}

/*====================================================
# 記事カテゴリ別ページの新着記事
=====================================================*/
@media screen and (min-width: 768px) {
  .p-blog-latest__content .p-card-list__item {
    max-width: calc(33% - 1.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-blog-latest__content .p-card-list__item {
    max-width: calc(33% - 3.625rem);
  }
}

/*====================================================
# 記事詳細ページの関連記事はこちら
=====================================================*/
@media screen and (min-width: 768px) {
  .p-blog-related__content .p-card-list__item {
    max-width: calc(33% - 1.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-blog-related__content .p-card-list__item {
    max-width: calc(33% - 3.625rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-card-list__item:hover {
    opacity: 1;
  }
}

.p-card-list__item + .p-card-list__item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-card-list__item + .p-card-list__item {
    margin-left: 2.125rem;
    margin-top: 0rem;
  }
}

.p-card-list .p-card-list__item:nth-child(4n+1) {
  margin-left: 0rem;
}

.p-card__items {
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-card__items {
    justify-content: space-between;
  }
}

.p-card__item {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card__item {
    display: flex;
    width: calc(48% - 12px);
  }
}

.p-card__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-card__item:nth-child(n+2) {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card__item:not(:nth-child(2n+1)) {
    margin-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-card__item:nth-child(n+3) {
    margin-top: 3.4375rem;
  }
}

.p-card__item:not(:first-child) {
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-card__item:not(:first-child) {
    padding-top: 0;
  }
}

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

.p-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 240/161;
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
}

.p-card__info {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-card__info {
    margin-left: 6%;
    width: 54%;
  }
}

.p-card__title {
  color: #333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-card__title {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-card__title {
    font-size: 1.25rem;
  }
}

.p-card__text {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  margin-top: 11px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-card__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: 0.9375rem;
  }
}

.p-choice {
  padding-bottom: 60px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-choice {
    padding-bottom: 81px;
  }
}

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

.p-choice__subtitle {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-choice__subtitle {
    letter-spacing: 0.046875rem;
    line-height: 1.4375rem;
  }
}

.p-choice__title {
  align-items: center;
  background: #192655;
  color: #fff;
  display: flex;
  display: inline-block;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.105rem;
  line-height: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 266px;
  padding: 0.3125rem 0.875rem 0.5rem 0.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-choice__title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-top: 20px;
    max-width: 312px;
    padding: 0.625rem 0.9375rem 0.6875rem 0.9375rem;
  }
}

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

.p-company-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-company-mv__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-company-mv__bg {
  background-image: url(../images/common/mv-company-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  height: 15.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-company-mv__bg {
    background-position: left 60% center;
  }
}
@media screen and (min-width: 768px) {
  .p-company-mv__bg {
    background-image: url(../images/common/mv-company.png);
    background-position: center top 60%;
    height: 22.125rem;
  }
}

.p-company-mv__bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}

.p-company-mv__header {
  display: inline;
  left: 4%;
  position: absolute;
  top: 82%;
  transform: translate(0%, -135%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-company-mv__header {
    left: 6%;
    top: 50%;
    transform: translate(0%, 64%);
    width: inherit;
  }
}

.p-company-mv__title {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.4369375rem;
  margin-top: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-company-mv__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    line-height: 2.1875rem;
    margin-top: 1.125rem;
  }
}

.p-company-mv__subtitle {
  align-items: center;
  background: #DCE4F1;
  color: #192655;
  display: inline-flex;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.040625rem;
  line-height: 0.821125rem;
  padding: 3.284px 6px;
}
@media screen and (min-width: 768px) {
  .p-company-mv__subtitle {
    font-size: 16px;
    gap: 0.625rem;
    letter-spacing: 0.05rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-company-mv__scroll span {
  position: relative;
}

.p-company-mv__scroll span::after {
  background-color: #fff;
  bottom: -17px;
  content: "";
  height: 50px;
  position: absolute;
  right: -35px;
  transform: rotate(90deg);
  width: 1px;
}

.p-company-profile__list {
  border-bottom: 1px solid #CCC;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.9375rem;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-company-profile__list {
    display: flex;
    font-size: 1rem;
    padding-bottom: 23px;
  }
}

.p-company-profile__list + .p-company-profile__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-company-profile__list + .p-company-profile__list {
    margin-top: 40px;
  }
}

.p-company-profile__term {
  color: #333;
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  max-width: 110px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-profile__term {
    max-width: 240px;
  }
}

.p-company-profile__description {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-company-profile__description {
    margin-top: initial;
  }
}
.p-company-profile__externalLink {
  position: relative;
}

.p-company-profile__externalLink:after {
  background-image: url(../images/common/icon-link.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  left: 106%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-company-profile__externalLink:after {
    left: 10.5625rem;
    top: 50%;
    transform: translateY(-51%);
  }
}

.p-company-profile-link {
  color: #3876BF;
  text-decoration: underline;
}

.c-under-header {
  margin-top: 37px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-under-header {
    margin-top: 91px;
  }
}

.c-under-header__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .c-under-header__title {
    font-size: 2.125rem;
  }
}

.p-company__profile {
  align-self: stretch;
  background: #FFF;
  border-radius: 10px;
  gap: 24px;
  margin-top: 40px;
  padding: 24px 24px;
}
@media screen and (min-width: 768px) {
  .p-company__profile {
    gap: 40px;
    margin-top: 80px;
    padding: 56px 56px 56px;
  }
}

.p-company__btn {
  margin-bottom: 80px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__btn {
    margin-bottom: 150px;
  }
}

.p-contact-complete__mainTitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #2065C2 3.49%, #2F80ED 32.44%, #2D9EE0 80.7%);
  background-clip: text;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 2.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-complete__mainTitle {
    font-size: 5rem;
    margin-top: 3.1875rem;
  }
}

.p-contact-complete__centerTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-complete__centerTitle {
    font-size: 2.125rem;
    margin-top: 2rem;
  }
}

.p-contact-complete__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-complete__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-contact-complete__btn-back {
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-complete__btn-back {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.p-contact__header {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__header {
    margin-top: 100px;
  }
}

.p-contact__subtitle {
  color: #192655;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__subtitle {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
    line-height: 2rem;
  }
}

.p-contact__title {
  color: #333;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 2.1875rem;
  margin-top: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    margin-top: 15px;
  }
}

.p-contact__from {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(19, 41, 104, 0.05);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 960px;
  padding: 30px 15px 24px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__from {
    margin-top: 40px;
    padding: 46px 40px 39px 40px;
  }
}

.p-contact-from__topText {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-contact-from__topText {
    margin-top: 80px;
    text-align: center;
  }
}

.p-contact-from__name {
  color: #333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact-from__name {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2rem;
  }
}

.p-contact-from__dl {
  margin-top: -6px;
}

.p-contact-from__row {
  display: block;
}
.p-contact-from__row:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-contact-from__row:not(:first-child) {
    margin-top: 40px;
  }
}

.p-contact-from__row:nth-child(3) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-contact-from__row:nth-child(3) {
    margin-top: 40px;
  }
}

.p-contact-from__label {
  margin: 0%;
  padding: 5px 0 0;
  padding: 0;
  width: 100%;
}
.p-contact-from__label label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-contact-from__label label.is-required {
  display: inline-block;
  position: relative;
}
.p-contact-from__label label.is-required::after {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  content: "必須";
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  left: calc(100% + 15px);
  line-height: normal;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
.p-contact-from_input {
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  margin: 0%;
  margin-top: 4px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-from_input {
    margin-top: 8px;
  }
}
.p-contact-from_input [type=text] {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  height: 3.5rem;
  padding: 0 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-from_input [type=text] {
    padding: 0 1.25rem;
  }
}
.p-contact-from_input [type=email] {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  height: 3.5rem;
  padding: 0 1.25rem;
  width: 100%;
}
.p-contact-from_input [type=tel] {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  height: 3.5rem;
  padding: 0 1.25rem;
  width: 100%;
}
.p-contact-from_input textarea {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  height: 157px;
  padding: 15px 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-from_input textarea {
    resize: none;
  }
}
.p-contact-from_input [type=text]:focus,
.p-contact-from_input [type=email]:focus,
.p-contact-from_input [type=tel]:focus,
.p-contact-from_input textarea:focus {
  box-shadow: 0px 0px 4px 2px rgba(160, 174, 195, 0.5);
}

.p-contact-from_input #postal_code {
  align-items: center;
  align-self: stretch;
  display: flex;
  gap: 0.625rem;
  height: 3.5rem;
  padding: 0 1.25rem;
  width: auto;
}
.p-contact-from__check {
  margin-top: 40px;
  text-align: center;
}
.p-contact-from__check [type=checkbox] {
  display: none;
}
.p-contact-from__check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.p-contact-from__check span::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-contact-from__check span::after {
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  content: "";
  display: none;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-contact-from__check [type=checkbox]:checked + span::after {
  display: block;
}
.p-contact-from__check a {
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact-from__check a:hover {
    opacity: 0.7;
  }
}

.p-contact-from__button [type=submit] {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  gap: 3.125rem;
  left: 50%;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  max-width: 354px;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  position: relative;
  text-align: center;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-contact-from__button [type=submit]::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 0.625rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-contact-from__button [type=submit]:hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-contact-from__button [type=submit]:hover::before {
    right: 0.9375rem;
  }
}

.p-contact-from__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%;
}
.p-contact-from__link {
  color: #525CEB;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  text-decoration-line: underline;
}
/* プレイスフォルダー
=====================================================*/
::-webkit-input-placeholder {
  color: #AAAAAA; /* WebKit, Blink, Edge */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

:-ms-input-placeholder {
  color: #AAAAAA; /* Internet Explorer 10-11 */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  :-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

::-moz-placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}

::placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  ::placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-contact-from__checkbox {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-contact-from__checkbox {
    margin-top: 40px;
  }
}
.p-contact-from__checkbox .wpcf7-list-item {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .p-contact-from__checkbox .wpcf7-list-item {
    margin-top: 16px;
  }
}
.p-contact-from__checkbox .wpcf7-list-item label {
  display: block;
  position: relative;
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] + span {
  color: #333;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-left: 0;
  padding-left: 39px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] + span {
    padding-left: 35px;
  }
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] + span::before, .p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] + span::before {
  background: #F7F7F7;
  border: 3px solid #EEEEEE;
  border-radius: 2px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox] + span::after {
  background-image: url(../images/common/easy-checkR.png);
  height: 16px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox]:checked + span::before {
  background-color: #F90;
  border: 4px solid #F90;
}
.p-contact-from__checkbox .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}

/*リセット */
.p-contact-from__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

.p-contact-from__checkboxContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-from__checkboxContent {
    padding-left: 7px;
  }
}

.p-contact-from__checkbox-privacy {
  color: #333;
  cursor: pointer;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00001em;
  letter-spacing: 0.04375rem;
  line-height: 1.6875rem;
  margin-left: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-from__checkbox-privacy {
    margin-left: 36px;
  }
}

.p-contact-from__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-contact-from__btn {
    margin-inline: auto;
    margin-top: 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-contact-from__btn [type=submit] {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  text-align: center;
  transition: color 0.7s;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-contact-from__btn:hover [type=submit] {
    color: #F90;
    transition: 0.7s;
  }
}

.p-course-lists {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-course-lists__list + .p-course-lists__list {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-course-lists__list + .p-course-lists__list {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-course-lists__list--hours {
    display: none;
  }
}

.p-course-lists__discount {
  color: #F85508;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  margin-left: 35px;
  margin-top: -1px;
  position: relative;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-course-lists__discount {
    margin-left: initial;
    margin-top: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-course-lists__discount .p-course-lists__discountText {
    -moz-column-gap: 0.375rem;
    align-items: center;
    column-gap: 0.375rem;
    display: flex;
  }
}
.p-course-lists__discount .p-course-lists__discountText::before {
  background: url(../images/common/icon-discount.png) no-repeat center center/contain;
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .p-course-lists__discount .p-course-lists__discountText::before {
    height: 0.625rem;
    width: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-course-lists__discount .p-course-lists__discountText::before {
    height: 0.9375rem;
    width: 0.9375rem;
  }
}

.p-course-lists__discount:before {
  background-image: url(../images/common/icon-yen-blueForSchool.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: -34px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-course-lists__discount:before {
    display: none;
  }
}

.p-course-lists__priceSmall {
  font-size: 80%;
  letter-spacing: 0.0375rem;
}

.p-course-lists__priceSmall.p-course-lists__priceSmall--white {
  color: #fff;
}

.p-course-lists__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-course-lists__list {
    -moz-column-gap: 0.5625rem;
    align-items: center;
    column-gap: 0.5625rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-course-lists__list dt {
  -moz-column-gap: 0.5rem;
  align-items: center;
  color: #333;
  column-gap: 0.5rem;
  display: flex;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-course-lists__list dt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-course-lists__list dt {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    width: 100%;
  }
}

.p-course-lists__list dd {
  align-items: center;
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .p-course-lists__list dd {
    display: flex;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: initial;
  }
}
.p-course-lists__list dd:empty::before {
  content: "-";
}

.p-courseList-info__btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-courseList-info__btn {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-courseList-info__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.375rem;
    max-width: 22.0625rem;
    width: 100%;
  }
}
.p-courseList-info__btn a {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  border-radius: 0.1875rem;
  box-shadow: 0rem 0.625rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-courseList-info__btn a {
    font-size: 0.9375rem;
    padding: 0.375rem 0.5rem 0.375rem 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-courseList-info__btn a {
    font-size: 1.125rem;
    padding: 0.9375rem 0.75rem 0.9375rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-courseList-info__btn a > span {
    display: block;
    font-size: 70%;
  }
}
.p-courseList-info__btn a::after {
  background: url(../images/common/btn-arrow.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-courseList-info__btn a::after {
    height: 0.6875rem;
    right: 0.875rem;
    width: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-courseList-info__btn a::after {
    height: 1rem;
    right: 1.4375rem;
    width: 1rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-courseList-info__btn a:hover::after {
    right: 1.1875rem;
  }
}

.p-courseList-info {
  border: 1px solid #F0F0F0;
  border-radius: 0.375rem;
}

.p-courseList-info:not(:first-child) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-courseList-info:not(:first-child) {
    margin-top: 24px;
  }
}

.p-course-lists__price {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: initial;
  line-height: normal;
  margin-left: 33px;
  position: relative;
}
.p-course-lists__price::before {
  background-image: url(../images/common/icon-yen-blueForSchool.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: -17%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-course-lists__price::before {
    left: -2.1875rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-course-lists__price.p-course-lists__price-regular {
  margin-bottom: 24px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-course-lists__price.p-course-lists__price-regular {
    margin-bottom: initial;
    margin-top: initial;
  }
}

.p-course-lists__price.p-course-lists__price-regular::before {
  left: -34px;
}
@media screen and (min-width: 768px) {
  .p-course-lists__price.p-course-lists__price-regular::before {
    left: -35px;
  }
}

.p-courseList-info--limited .p-course-lists__price {
  color: #7E7E7E;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: normal;
  margin-left: 33px;
  position: relative;
}
.p-courseList-info--limited .p-course-lists__price::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-courseList-info--limited .p-course-lists__price::before {
    background-image: url(../images/common/icon-yen-blueForSchool.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.25rem;
    left: -2.1875rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
  }
}
.p-courseList-info--limited .p-course-lists__price::after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(0deg);
  width: 100%;
}

.p-courseList-info__inner {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 16px;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-courseList-info__inner {
    gap: 32px;
    padding: 24px 18px 26px 24px;
  }
}

.p-courseList-info__items {
  margin-top: 12px;
}
@media screen and (min-width: 1200px) {
  .p-courseList-info__items {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-top: 32px;
  }
}

.p-courseList-info__items-right {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .p-courseList-info__items-right {
    display: block;
    margin-top: initial;
  }
}

.p-courseList-info__title {
  margin: 0;
}

.p-courseList-info__title span {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-courseList-info__title span {
    font-size: 1.25rem;
  }
}

.p-courseList-info__submit {
  position: relative;
  transition: background 0.7s, color 0.7s, border-color 0.7s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-courseList-info__submit {
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .p-courseList-info__submit {
    margin-inline: auto;
    max-width: 22.0625rem;
  }
}
.p-courseList-info__submit::before {
  background: url(../images/common/btnR-arrow.png) no-repeat center center/contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  transition: background-image 0.7s;
  width: 1rem;
}
.p-courseList-info__submit button[type=submit] {
  background: #F90;
  border: 4px solid transparent;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  padding: 12px 61px;
  text-align: center;
  transition: background 0.7s, color 0.7s, border-color 0.7s;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-courseList-info__submit button[type=submit] {
    display: inline-block;
    font-size: 1rem;
    padding: 12px 61px;
  }
}

.p-courseList-info__submit button[type=submit]:hover {
  background: #fff;
  border: 4px solid #F90;
  color: #F90;
  transition: 0.7s;
}

@media screen and (min-width: 768px) {
  .p-courseList-info__submit:has(button[type=submit]:hover)::before {
    background-image: url(../images/common/btnR-arrow-orange.png);
    transition: 0.7s;
  }
}

@media screen and (min-width: 768px) {
  .p-courseList-info__ribbonText::after {
    background: url(../images/common/search-school-arrow.png) no-repeat center center/contain;
    content: "";
    display: block;
    height: 1.25rem;
    left: -27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-courseList-info__ribbonText::after {
    left: -35px;
    top: 50%;
  }
}

.p-courseList-info__ribbonText {
  align-items: center;
  background: #F85508;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  gap: 6px;
  letter-spacing: initial;
  line-height: 18px; /* 150% */
  margin-left: 14px;
  padding: 0.125rem 0.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-courseList-info__ribbonText {
    margin-left: 46px;
    margin-right: 0rem;
  }
}

.p-courseList {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-courseList__inner {
  width: 100%;
}

.p-courseList__block {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-courseList__block {
    margin-top: 32px;
  }
}

.p-courseList__block + .p-courseList__block {
  margin-top: 64px;
}

.p-courseList__block-title {
  align-items: center;
  background: #00C1FF;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 3px;
  line-height: normal;
  padding: 8px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-courseList__block-title {
    border-radius: 10px 10px 0px 0px;
    padding: 8px 16px;
  }
}

.p-courseList__middleBlock {
  align-items: flex-start;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-courseList__middleBlock {
    border-radius: 0px 0px 10px 10px;
    gap: 41px;
    padding: 24px;
  }
}

.p-courseList__subBlock {
  align-items: flex-start;
  background: #F0F6FF;
  border-radius: 8px;
  color: #00C1FF;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
  padding: 16px 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-courseList__subBlock {
    padding: 32px;
  }
}

.p-courseList__subBlock + .p-courseList__subBlock {
  margin-top: -2px;
}

.p-courseList__subBlock-title {
  -moz-column-gap: 0.625rem;
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-courseList__subBlock-title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-courseList__subBlock-title {
    font-size: 1.125rem;
  }
}
.p-courseList__subBlock-title::before {
  content: "";
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .p-courseList__subBlock-title::before {
    transform: translateY(1px);
  }
}
@media screen and (min-width: 768px) {
  .p-courseList__subBlock-title::before {
    transform: translateY(1.5px);
  }
}

.p-courseList__subBlock-title[data-target=beginner]::before {
  background: url(../images/common/icon-beginner-bule.png) no-repeat center center/contain;
}

.p-courseList__subBlock-title[data-target=experienced]::before {
  background: url(../images/common/icon-Licence-blueForSchool.png) no-repeat center center/contain;
}

.p-courseList__subBlock-content {
  -moz-column-gap: 0.75rem;
  background: #F0F6FF;
  border-radius: 0.625rem;
  column-gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 11px;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-courseList__subBlock-content {
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    margin-top: 37px;
    row-gap: 1.25rem;
  }
}
.p-courseList__subBlock-content:has(.p-courseList-info), .p-courseList__subBlock-content:has(.p-courseList__subBlock-notes) {
  background-color: #F0F6FF;
  box-shadow: 0px 4px 20px rgba(19, 41, 104, 0.05);
  width: 100%;
}

.p-courseList__subBlock-notes {
  border: 1px solid #F0F0F0;
  border-radius: 0.1875rem;
  margin-top: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-courseList__subBlock-notes {
    font-size: 0.875rem;
    padding: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-courseList__subBlock-notes {
    padding: 20px;
  }
}

.p-info-board {
  background-color: #D2F0FC;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info-board {
    line-height: 2;
    padding-bottom: 6.25rem;
  }
}
.p-info-board .color-white {
  color: #FFF;
}
.p-info-board::before {
  background: linear-gradient(180deg, #5DD0E6 1.89%, #4DB8E7 23.82%, #67CCF8 59.78%, #D2F0FC 89.59%);
  content: "";
  display: block;
  height: 125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-info-board::before {
    height: 77.1875rem;
  }
}
.p-info-board > * {
  position: relative;
  z-index: 1;
}

.p-info-board__inner {
  max-width: 1000px;
}

.p-info-board__header {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-info-board__header {
    text-align: center;
  }
}

.p-info-board__title {
  font-size: 1.75rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-info-board__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-info-board__title {
    font-size: 2.125rem;
  }
}

.p-info-board__lead {
  margin-inline: auto;
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-info-board__content {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-info-board__content {
    margin-top: 6.25rem;
  }
}
.p-info-board__content > .l-inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-info-board__content > .l-inner {
    gap: 6.25rem;
  }
}
.p-info-board__content .bg-white {
  background-color: #FFF;
}
.p-info-board__content .radius-top {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.p-info-board__content .radius-bottom {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.p-info-board__content .scroll-box {
  max-height: 21.875rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-info-board__content .scroll-box {
    max-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-info-board__content :where(.wp-block-columns.is-layout-flex) {
    gap: 0.75em;
  }
}
.p-info-board__content h2 {
  font-size: 1.375rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-info-board__content h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.p-info-board__content .box {
  margin-top: 1.875rem;
}
.p-info-board__content .box .box-heading {
  background-color: #00C1FF;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  padding: 0.25rem 1rem;
}
.p-info-board__content .box .box-body {
  background-color: #FFF;
  border-radius: 0.625rem;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-info-board__content .box .box-body {
    padding: 1.5rem;
  }
}
.p-info-board__content .box .box-body h3 {
  margin-bottom: 1rem;
}
.p-info-board__content .box .box-heading + .box-body {
  border-radius: 0 0 0.625rem 0.625rem;
}
.p-info-board__content .box .wp-block-columns.column-bg {
  background-color: #F0F6FF;
  border-radius: 0.5rem;
  padding: 1.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-info-board__content .box .wp-block-columns.column-bg {
    padding: 1.5rem 2rem;
  }
}
.p-info-board__content .box h4 {
  color: #00C1FF;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.p-info-board__content .box ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: disc;
  padding-inline-start: 1.5em;
}
.p-info-board__content .box ul li::marker {
  color: #C3EAFF;
}
.p-info-board__content .box a {
  line-height: 2;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-info-board__content .box a:hover {
    opacity: 0.6;
  }
}
.p-info-board__content .box p img {
  display: inline-block;
  margin-top: calc((1lh - 20px) / 2);
}
.p-info-board__content a {
  color: #3351CC;
  text-decoration: underline;
}
.p-info-board__content a[target=_blank]::after {
  background: url(../images/common/icon-exLink.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-inline-start: 0.5rem;
  width: 1rem;
}
.p-info-board__content .latest-list {
  padding: 1.5rem;
}
.p-info-board__content .latest-list .wp-block-columns {
  border-bottom: 1px solid #CCC;
  padding-bottom: 1.75em;
}

.p-editable-content::after {
  clear: both;
  content: "";
  display: block;
}
.p-editable-content [class^=wp-block-vk-] h2, .p-editable-content [class^=wp-block-vk-] h3, .p-editable-content [class^=wp-block-vk-] h4, .p-editable-content [class^=wp-block-vk-] h5 {
  margin-top: 0;
}
.p-editable-content [class^=wp-block-vk-] ul {
  padding: 0 0 0 20px;
}
.p-editable-content h2 {
  font-weight: 700;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-editable-content h2 {
    border-bottom: 4px solid #3876BF;
    border-top: 4px solid #3876BF;
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    margin-bottom: 1.25rem;
    padding-block: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content h2 {
    border-bottom: 5px solid #3876BF;
    border-top: 5px solid #3876BF;
    font-size: 1.625rem;
    letter-spacing: 0.15rem;
    margin-bottom: 1.875rem;
    padding-block: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-editable-content * + h2 {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content * + h2 {
    margin-top: 3.75rem;
  }
}
.p-editable-content h3 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-editable-content h3 {
    border-left: 6px solid #0093E1;
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    line-height: 1.66;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content h3 {
    border-left: 6px solid #0093E1;
    font-size: 1.375rem;
    letter-spacing: 0.0625rem;
    line-height: 1.66;
    margin-bottom: 1.875rem;
    margin-top: 3.75rem;
    padding-block: 0.1875rem;
    padding-left: 0.875rem;
  }
}
.p-editable-content h4, .p-editable-content h5 {
  color: #3876BF;
}
@media screen and (max-width: 767px) {
  .p-editable-content h4, .p-editable-content h5 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content h4, .p-editable-content h5 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    margin-top: 3.125rem;
  }
}
.p-editable-content h5 {
  font-weight: 700;
}
.p-editable-content p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-editable-content p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content p {
    line-height: 1.68;
  }
}
.p-editable-content p.has-text-align-left {
  text-align: left;
}
.p-editable-content p.has-text-align-center {
  text-align: center;
}
.p-editable-content p.has-text-align-right {
  text-align: right;
}
.p-editable-content p:not(:empty) {
  margin-bottom: 20px;
}
.p-editable-content .alert p {
  margin-bottom: 0;
}
.p-editable-content p.micro-copy {
  line-height: 1.35;
  margin-bottom: 5px;
  margin-inline: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-editable-content p.micro-copy::before, .p-editable-content p.micro-copy::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 2px;
}
.p-editable-content p.micro-copy::before {
  left: -22px;
  transform: rotate(-22deg);
}
.p-editable-content p.micro-copy::after {
  right: -22px;
  transform: rotate(22deg);
}
.p-editable-content .aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.p-editable-content .aligncenter img {
  height: auto;
  max-width: 100%;
}
.p-editable-content .alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
.p-editable-content .alignright img {
  height: auto;
  max-width: 100%;
}
.p-editable-content pre {
  white-space: pre-wrap;
}
.p-editable-content blockquote {
  background-color: #f7f7f7;
  background-image: url(../images/blog/icon-quote.svg);
  background-repeat: no-repeat;
  background-size: 60px 57px;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-editable-content blockquote {
    background-position: 15px 15px;
    padding: 20px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content blockquote {
    background-position: 1.25rem 1.25rem;
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}
.p-editable-content blockquote p:not(:empty) {
  margin-bottom: 0;
}
.p-editable-content blockquote p + p {
  margin-top: 20px;
}
.p-editable-content blockquote cite {
  color: #777;
  display: block;
  font-size: 90%;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-editable-content blockquote cite {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content blockquote cite {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-editable-content ul, .p-editable-content ol {
    padding: 10px 0 10px 2em;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content ul, .p-editable-content ol {
    padding: 20px 0 20px 2em;
  }
}
.p-editable-content ul li, .p-editable-content ol li {
  list-style-position: outside;
}
@media screen and (max-width: 767px) {
  .p-editable-content ul li, .p-editable-content ol li {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .p-editable-content ul li, .p-editable-content ol li {
    line-height: 1.68;
  }
}
.p-editable-content ul li + li, .p-editable-content ol li + li {
  margin-top: 5px;
}
.p-editable-content ul li {
  list-style-type: disc;
  padding-left: 5px;
}
.p-editable-content ul li::marker {
  color: #3876BF;
  display: inline-block;
  margin-right: 15px;
}
.p-editable-content ol li {
  list-style-type: auto;
  padding-left: 8px;
}
.p-editable-content ol li::marker {
  color: #3876BF;
  font-family: "Syne", sans-serif;
  font-size: 110%;
}
.p-editable-content table {
  margin: 2rem 0;
}
.p-editable-content table th, .p-editable-content table td {
  border: 1px solid rgba(218, 221, 227, 0.92);
  padding: 16px;
}
.p-editable-content .vk_button {
  margin-bottom: 20px;
}

.wp-block-image {
  margin: 20px 0;
  text-align: center;
}
.wp-block-image img {
  border-radius: 10px;
  filter: drop-shadow(0px 9.053px 18.105px rgba(0, 0, 0, 0.16));
}

.wp-block-image::after {
  clear: both;
  content: " ";
  display: block;
}

.wp-block-embed-youtube {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 500px !important;
}
.wp-block-embed-youtube > .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
}
.wp-block-embed-youtube > .wp-block-embed__wrapper iframe {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.wp-block-table th {
  background-color: #f5f5f5;
  font-weight: 700;
}

.p-favorites-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-favorites-mv__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-favorites-mv__bg {
  background-image: url(../images/common/mv-favorites-sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  height: 11.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-favorites-mv__bg {
    background-image: url(../images/common/mv-favorites.jpg);
    height: 22.125rem;
  }
}

.p-favorites-mv__bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}

.p-favorites-mv__header {
  display: inline;
  left: 4%;
  position: absolute;
  top: 82%;
  transform: translate(0%, -135%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-favorites-mv__header {
    left: 6%;
    top: 50%;
    transform: translate(0%, 64%);
    width: inherit;
  }
}

.p-favorites-mv__title {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.4369375rem;
  margin-top: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-favorites-mv__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    line-height: 2.1875rem;
    margin-top: 1.125rem;
  }
}

.p-favorites-mv__subtitle {
  align-items: center;
  background: #DCE4F1;
  color: #192655;
  display: inline-flex;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.040625rem;
  line-height: 0.821125rem;
  padding: 3.284px 6px;
}
@media screen and (min-width: 768px) {
  .p-favorites-mv__subtitle {
    font-size: 16px;
    gap: 0.625rem;
    letter-spacing: 0.05rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-favorites-mv__scroll span {
  position: relative;
}

.p-favorites-mv__scroll span::after {
  background-color: #fff;
  bottom: -17px;
  content: "";
  height: 50px;
  position: absolute;
  right: -35px;
  transform: rotate(90deg);
  width: 1px;
}

.p-favorites__inner {
  max-width: 1140px;
}

.p-favorites__title {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-favorites__title {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.6875rem;
  }
}

.p-favorites__text {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-favorites__text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    margin-top: 15px;
  }
}

.p-favorites__btn {
  margin-bottom: 80px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-favorites__btn {
    margin-bottom: 150px;
  }
}

.p-flow__cards {
  -moz-column-gap: 24px;
  align-items: center; /* アイテムを垂直方向に中央揃え */
  background: #C3EAFF; /* これでcolumn-gapとrow-gapを置き換える */
  column-gap: 24px;
  display: grid; /* Flexboxを使用 */
  flex-wrap: wrap; /* アイテムの折り返しを許可 */
  justify-content: center; /* アイテムを水平方向に中央揃え */
  margin-top: 16px;
  padding: 16px 10px;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-flow__cards {
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 33px;
    padding: 16px;
    row-gap: 14px;
  }
}

.p-flow-card {
  background: #fff;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
.p-flow-card__img {
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 96px;
}

.p-flow-card__img img {
  -o-object-fit: cover;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-flow-card__textBox {
  padding: 4px 10px 25px 16px;
}
@media screen and (min-width: 768px) {
  .p-flow-card__textBox {
    padding: 3px 18px 24px 24px;
  }
}

.p-flow-card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-flow-card__title {
    font-size: 1.3125rem;
    height: 37px;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow-card__title {
    font-size: 1.5rem;
  }
}

.p-flow-card__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 150%; /* 24px */
  margin-top: 14px;
  min-height: 96px;
}
@media screen and (min-width: 768px) {
  .p-flow-card__text {
    font-size: 0.875rem;
    height: 95px;
    line-height: 200%; /* 32px */
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-flow-card__text {
    font-size: 1rem;
  }
}

.p-flow-card__catch {
  display: inline;
  left: 4.5%;
  position: absolute;
  top: 0.5%;
}
@media screen and (min-width: 768px) {
  .p-flow-card__catch {
    left: 5%;
    top: 27.5%;
    transform: translate(0%, -115%);
  }
}

.p-flow-card__catch-text {
  color: #00C1FF;
  font-family: "Zen Kaku Gothic New";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 150%; /* 75px */
}

@media screen and (min-width: 768px) {
  .p-footer-nav {
    display: grid;
    place-items: center;
  }
}

.p-footer-nav__items {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__items {
    gap: 1.875rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-nav__items {
    gap: 2.5rem;
    justify-content: center;
  }
}

.p-footer-nav__item a {
  color: #999999;
  display: flex;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: normal;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item a {
    font-size: 0.65625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-footer-nav__item a {
    font-size: 0.875rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-footer-nav__item a:hover {
    opacity: 0.7;
  }
}

.p-footer {
  background-color: #222;
  padding-bottom: 20px;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 28px 0px 26px 0px;
  }
}

.p-footer__inner {
  justify-content: space-between;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
  }
}

.p-footer__copyright {
  color: #999999;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: normal;
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    display: grid;
    font-size: 0.75rem;
    margin-top: 0;
    place-items: center;
    text-align: right;
  }
}

.p-footerSearch-area {
  display: flex;
  flex-wrap: wrap;
}
.p-footerSearch-area li a {
  align-items: center;
  border-radius: 0.1875rem;
  color: #AAAAAA;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-footerSearch-area li a {
    gap: 0.625rem;
    transition: 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-footerSearch-area li a:hover {
    opacity: 0.7;
  }
}

.p-footerSearch-area--pref {
  -moz-column-gap: 1.5625rem;
  column-gap: 1.5625rem;
  row-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch-area--pref {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 0.625rem;
  }
}

.p-footerSearch-area--licence {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch-area--licence {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

.p-footerSearch-area--feature {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch-area--feature {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 0.9375rem;
  }
}

.p-footerSearch__header {
  transition: 0.3s;
  width: 100%;
}

.p-footerSearch__headerBox {
  align-items: center;
  display: block;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__headerBox {
    display: flex;
  }
}

.p-footerSearch__pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__pc-nav {
    display: block;
  }
}

.p-footerSearch__logoLink {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05625rem;
  line-height: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__logoLink {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    transition: 0.3s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-footerSearch__logoLink:hover {
    opacity: 0.7;
  }
}

.p-footerSearch__logoImg {
  height: 47.729px;
  width: 250px;
}

.p-footerSearch__flex {
  display: flex;
}

.p-footerSearch__block {
  width: 70%;
}

.p-footerSearch__header,
.p-footerSearch__prefecture,
.p-footerSearch__licence,
.p-footerSearch__school,
.p-footerSearch__feature {
  align-items: flex-start;
  background-color: #333;
  border-bottom: #444 solid 1px;
  flex-direction: column;
  gap: 1.375rem;
  max-width: 87.5rem;
  padding: 0 0;
  padding-bottom: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__header,
  .p-footerSearch__prefecture,
  .p-footerSearch__licence,
  .p-footerSearch__school,
  .p-footerSearch__feature {
    padding-bottom: 30px;
  }
}

.p-footerSearch__prefecture {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__prefecture {
    margin-top: 33px;
  }
}

.p-footerSearch__licence {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__licence {
    margin-top: 33px;
  }
}

.p-footerSearch__feature {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__feature {
    margin-top: 33px;
  }
}

.p-footerSearch__feature {
  border-bottom: none;
  padding-bottom: 0rem;
}

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

@media screen and (min-width: 768px) {
  .p-footerSearch__wrap {
    align-items: center;
    display: flex;
  }
}

.p-footerSearch__wrap + .p-footerSearch__wrap {
  margin-top: 11.5px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__wrap + .p-footerSearch__wrap {
    margin-top: 8px;
  }
}

.p-footerSearch__label {
  color: #AAAAAA;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__label {
    max-width: 16.5rem;
    width: 100%;
  }
}

.p-footerSearch__label::after {
  background-image: url(../images/common/footer-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  margin-left: 15px;
  pointer-events: none;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__label::after {
    display: none;
  }
}

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

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

/*====================================================
# フッター（都道府県用）
=====================================================*/
.p-footerSearch__prefecture .p-footerSearch__area {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__prefecture .p-footerSearch__area {
    margin-left: 0px;
  }
}

.p-footerSearch__area:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__area:not(:first-child) {
    margin-top: 0;
  }
}

.p-footerSearch--blog {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .p-footerSearch__inner {
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .p-footerSearch__nav {
    margin-left: auto;
  }
}
.p-footerSearch--blog .footerSearch-nav__items {
  display: block;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .footerSearch-nav__items {
    align-items: flex-start;
    display: flex;
    margin-top: 0;
  }
}
.p-footerSearch--blog .footerSearch-nav__items > li > a {
  font-size: 1rem;
}
.p-footerSearch--blog .footerSearch-nav__items > li + li {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .footerSearch-nav__items > li + li {
    margin-left: 3.75rem;
    margin-top: 0;
  }
}
.p-footerSearch--blog .footerSearch-nav__items .sub-menu {
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.625rem;
  row-gap: 2px;
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .footerSearch-nav__items .sub-menu {
    display: block;
  }
}
.p-footerSearch--blog .footerSearch-nav__items .sub-menu li {
  min-width: calc(33.33% - 3.3333333333px);
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .footerSearch-nav__items .sub-menu li + li {
    margin-top: 1px;
  }
}
.p-footerSearch--blog .footerSearch-nav__items .sub-menu li a {
  color: #AAA;
  display: block;
  letter-spacing: 0.046875rem;
  padding: 2.5px 0;
}
@media screen and (min-width: 768px) {
  .p-footerSearch--blog .footerSearch-nav__items .sub-menu li a {
    line-height: 1.8;
  }
}

.p-footerSearch__areaContent.js-accordion-content {
  display: none;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-footerSearch__areaContent.js-accordion-content {
    display: block;
  }
}

.p-footerSearch__areaContent.js-accordion-content.is-open {
  display: block;
}

.p-form-checkbox label {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form-checkbox label {
    display: inline-block;
    margin-right: 1.25rem;
  }
}

.p-form-checkbox label:not(:first-of-type) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-form-checkbox label:not(:first-of-type) {
    margin-top: 0;
  }
}

.p-form-checkbox input {
  display: none;
}

.p-form-checkbox input + span {
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
  padding: 0 0 0 1.875rem;
  position: relative;
  text-align: center;
}

.p-form-checkbox input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 1.1875rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1875rem;
}

.p-form-checkbox input + span::after {
  border-bottom: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
  width: 0.9375rem;
}

.p-form-checkbox input:checked + span::after {
  opacity: 1;
}

/* チェックボックスデザイン */
.p-form__select input[type=checkbox] {
  cursor: pointer;
  height: auto;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  position: relative;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-form__select input[type=checkbox] {
    margin-top: 17px;
    padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  }
}

.p-form__select input[type=checkbox]::before {
  background: #F7F7F7;
  border: 3px solid #EEEEEE;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1.875rem;
  left: -4px;
  position: absolute;
  top: 17%;
  transform: translateY(-48%);
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__select input[type=checkbox]::before {
    height: 1.875rem;
    left: -3.6px;
    top: 50%;
    transform: translateY(-67%);
    width: 1.875rem;
  }
}

.p-form__select input[type=checkbox]:checked::before {
  background-color: #F90;
  border: 4px solid #F90;
}

.p-form__select input[type=checkbox]::after {
  background-image: url(../images/common/easy-checkR.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  left: 3px;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
  width: 16px;
}
@media screen and (min-width: 768px) {
  .p-form__select input[type=checkbox]::after {
    left: 3px;
    top: 46%;
    transform: translateY(-80%);
  }
}

.p-form__select input[type=checkbox]:checked::after {
  opacity: 1;
}

.searchandfilter label {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 12px;
  margin-top: 24px;
  position: relative;
  text-align: left;
  width: 137px;
}
@media screen and (min-width: 768px) {
  .searchandfilter label {
    letter-spacing: 0.046875rem;
    margin-right: 32px;
    width: auto;
  }
}

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

.p-form-select ul li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-form-select ul li {
    padding: 0.875rem 0rem 1.5rem 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-form-select ul li:not(:first-child) {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-form-select ul li:nth-child(1) {
    padding-right: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form-select ul li:nth-child(2) {
    padding-left: 0.625rem;
    padding-right: 1.8125rem;
  }
}

/*====================================================
# 検索結果ページの簡単スクール検索
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select ul li:nth-child(1),
.p-sub-searchForm-sidebar .p-form-select ul li:nth-child(2),
.p-sub-searchForm-sidebar .p-form-select ul li:nth-child(5) {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.p-sub-searchForm .p-searchForm {
  padding: 15px 15px;
}

@media screen and (max-width: 767px) {
  .p-form-select ul li:nth-child(5) {
    align-items: center;
    display: flex;
    height: 4.6875rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form-select ul li:nth-child(5) {
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-form-select ul li ul li:nth-child(5) {
    margin-left: initial;
    margin-right: initial;
    width: initial;
  }
}

.p-form__select input[type=submit] {
  align-items: center;
  background: #F90;
  border: 4px solid transparent;
  border-radius: 62.4375rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  gap: 63px;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.1875rem;
  line-height: normal;
  margin-top: 8px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__select input[type=submit] {
    display: flex;
    justify-content: center;
    margin-top: inherit;
    padding: 0.8125rem 6.3125rem;
    transition: background 0.7s, color 0.7s, border-color 0.7s;
    width: 100%;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-form__select input[type=submit]:hover {
    background: #fff;
    border: 4px solid #F90;
    color: #F90;
    transition: 0.7s;
  }
}

/*====================================================
# 検索結果ページの簡単スクール検索
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select input[type=submit] {
  padding: 0.875rem 0 0.875rem 0;
}

.p-sub-searchForm-sidebar .p-form-select div ul li:nth-child(3) {
  margin-top: 0.875rem;
}

.p-form-select ul li.cat-item {
  border: none;
  float: inherit;
  padding: 0;
}

.p-form-select ul li.toggleLi {
  width: 100%;
}

.searchandfilter ul {
  display: block;
}

.searchandfilter ul > li > ul:not(.children) {
  display: flex;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .searchandfilter ul > li > ul:not(.children) {
    display: block;
    margin-bottom: inherit;
  }
}

.searchandfilter ul > li > ul:not(.children) {
  display: flex;
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .searchandfilter ul > li > ul:not(.children) {
    display: block;
    margin-bottom: inherit;
    margin-top: -2px;
  }
}

.searchandfilter li {
  display: flex;
}
@media screen and (min-width: 768px) {
  .searchandfilter li {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .searchandfilter > div > ul > li:first-child {
    order: 1;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .searchandfilter > div > ul > li:first-child {
    width: 36%;
  }
}

@media screen and (min-width: 768px) {
  .searchandfilter > div > ul > li:nth-child(2) {
    order: 2;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .searchandfilter > div > ul > li:nth-child(2) {
    width: 37%;
  }
}

.searchandfilter > div > ul > li:nth-child(3) {
  background-color: #EFF9FF;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #EEE;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .searchandfilter > div > ul > li:nth-child(3) {
    margin-top: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .searchandfilter > div > ul > li:nth-child(3) {
    order: 4;
    padding: 16px 24px 16px 24px;
  }
}
.searchandfilter > div > ul > li:nth-child(3)::before {
  color: #333;
  content: "限定解除";
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .searchandfilter > div > ul > li:nth-child(3)::before {
    margin-bottom: -8px;
  }
}

.searchandfilter > div > ul > li:nth-child(4) {
  background-color: #EFF9FF;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  padding-left: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .searchandfilter > div > ul > li:nth-child(4) {
    order: 5;
    padding: 16px 0 16px 24px;
  }
}
.searchandfilter > div > ul > li:nth-child(4)::before {
  color: #333;
  content: "特徴から探す";
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .searchandfilter > div > ul > li:nth-child(4)::before {
    margin-bottom: -8px;
  }
}

@media screen and (min-width: 768px) {
  .searchandfilter > div > ul > li:last-child {
    order: 3;
  }
}
@media screen and (min-width: 1024px) {
  .searchandfilter > div > ul > li:last-child {
    margin-left: 1%;
    width: 26%;
  }
}

@media screen and (min-width: 768px) {
  .searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-front-searchForm__content .searchandfilter > div > ul {
    margin-top: 12px;
  }
}

.p-form-select {
  display: block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-select {
    display: flex;
  }
}

.p-form-select select {
  align-items: flex-start;
  background: #F7F7F7;
  border: 3px solid #EEEEEE;
  border-radius: 0.1875rem;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  line-height: normal;
  padding: 0.9375rem 3.0625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-select select {
    letter-spacing: 0.05rem;
    padding: 0.9375rem 3.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form-select div ul li:first-child select {
    padding: 0.9375rem 3.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form-select div ul li:nth-child(2) select {
    padding: 0.9375rem 3.5625rem;
  }
}

/*====================================================
# 検索結果ページの簡単スクール検索
=====================================================*/
@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select select {
    font-size: 0.875rem;
    padding: 0.9375rem 1.875rem 0.9375rem 2.4375rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select div ul li:nth-child(2) select {
    padding: 0.9375rem 3.125rem;
  }
}

/*====================================================
# 簡単スクール検索セレクトボックス 疑似要素
=====================================================*/
/* 簡単スクール検索1つ目 before 都道府県から探す
=====================================================*/
.p-form-select form > div > ul > li {
  position: relative;
}
.p-form-select form > div > ul > li:first-child::before {
  background: url(../images/common/icon-spot-blue.png) no-repeat center center/contain;
  content: "";
  height: 1.4375rem;
  left: 1.0625rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-form-select form > div > ul > li:first-child::before {
    height: 1.40625rem;
    left: 1.3125rem;
    transform: translateY(-60%);
    width: 1.01875rem;
  }
}

/* 簡単スクール検索2つ目 before 取得資格から探す
=====================================================*/
.p-form-select form > div > ul > li {
  position: relative;
}
.p-form-select form > div > ul > li:nth-child(2)::before {
  background: url(../images/common/icon-Licence-blue.png) no-repeat center center/contain;
  content: "";
  height: 25px;
  left: 17px;
  position: absolute;
  top: 57%;
  transform: translateY(-30%);
  width: 25px;
}
@media screen and (min-width: 768px) {
  .p-form-select form > div > ul > li:nth-child(2)::before {
    left: 30px;
    top: 48%;
    transform: translateY(-55%);
  }
}

/* 簡単スクール検索1つ目 after 都道府県から探す
=====================================================*/
.p-form-select form > div > ul > li {
  position: relative;
}
.p-form-select form > div > ul > li:first-child::after {
  background-image: url(../images/common/easy-arrow-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 89%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form-select form > div > ul > li:first-child::after {
    left: 83%;
    top: 46%;
    transform: translateY(-51%);
  }
}

/* 簡単スクール検索2つ目 after 取得資格から探す
=====================================================*/
.p-form-select form > div > ul > li {
  position: relative;
}
.p-form-select form > div > ul > li:nth-child(2)::after {
  background-image: url(../images/common/easy-arrow-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 89%;
  pointer-events: none;
  position: absolute;
  top: 56%;
  transform: translateY(-19%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form-select form > div > ul > li:nth-child(2)::after {
    left: 84%;
    top: 46%;
    transform: translateY(-51%);
  }
}

/* 簡単スクール検索5つ目 after 検索する
=====================================================*/
.p-form-select form > div > ul > li {
  position: relative;
}
.p-form-select form > div > ul > li:nth-child(5)::after {
  background-image: url(../images/common/easy-arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 59%;
  transform: translateY(-19%);
  transition: background-image 0.7s;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form-select form > div > ul > li:nth-child(5)::after {
    right: 1.4375rem;
    top: 2.6875rem;
    transform: translateY(-51%);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-form-select form > div > ul > li:nth-child(5):hover::after {
    background-image: url(../images/common/btnR-arrow-orange.png);
    transition: 0.7s;
  }
}

.p-front-searchForm__content .p-form-select form > div > ul > li {
  position: relative;
}
.p-front-searchForm__content .p-form-select form > div > ul > li:nth-child(2) {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-front-searchForm__content .p-form-select form > div > ul > li:nth-child(2) {
    margin-bottom: inherit;
  }
}

.p-form-select ul li:nth-child(3)::before {
  position: inherit;
}
@media screen and (min-width: 768px) {
  .p-form-select ul li:nth-child(3)::before {
    position: inherit;
  }
}

.p-form-select select:not(:first-child) {
  margin-left: 0.625rem;
}

.p-form-select select::-ms-expand {
  display: none;
}

/* 簡単スクール検索セレクトボックス配色
=====================================================*/
select.is-empty {
  color: #333; /* placeholder(初期値)の文字色 */
}

/*====================================================
# 検索結果ページの簡単スクール検索
=====================================================*/
/* 簡単スクール検索1つ目 before 都道府県から探す
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li {
  position: relative;
}
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li:first-child::before {
  background: url(../images/common/icon-spot-blue.png) no-repeat center center/contain;
  content: "";
  height: 1.4375rem;
  left: 1.0625rem;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  width: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select form > div > ul > li:first-child::before {
    height: 1.40625rem;
    left: 0.9375rem;
    top: 61%;
    transform: translateY(-60%);
    width: 1.01875rem;
  }
}

/* 簡単スクール検索2つ目 before 取得資格から探す
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li {
  position: relative;
}
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(2)::before {
  background: url(../images/common/icon-Licence-blue.png) no-repeat center center/contain;
  content: "";
  height: 31px;
  left: 17px;
  position: absolute;
  top: 57%;
  transform: translateY(-30%);
  width: 31px;
}
@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(2)::before {
    left: 0.4375rem;
    top: 62%;
    transform: translateY(-55%);
  }
}

/* 簡単スクール検索1つ目 after 都道府県から探す
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li {
  position: relative;
}
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li:first-child::after {
  background-image: url(../images/common/easy-arrow-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 89%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select form > div > ul > li:first-child::after {
    left: 86%;
    top: 61%;
    transform: translateY(-51%);
  }
}

/* 簡単スクール検索2つ目 after 取得資格から探す
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li {
  position: relative;
}
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(2)::after {
  background-image: url(../images/common/easy-arrow-black.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 89%;
  pointer-events: none;
  position: absolute;
  top: 56%;
  transform: translateY(-19%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(2)::after {
    left: 86%;
    top: 60%;
    transform: translateY(-51%);
  }
}

/* 簡単スクール検索5つ目 after 検索する
=====================================================*/
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li {
  position: relative;
}
.p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(5)::after {
  background-image: url(../images/common/easy-arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 81%;
  pointer-events: none;
  position: absolute;
  top: 57%;
  transform: translateY(-19%);
  transition: background-image 0.7s;
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(5)::after {
    left: 83%;
    top: 59%;
    transform: translateY(-51%);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-sub-searchForm-sidebar .p-form-select form > div > ul > li:nth-child(5):hover::after {
    background-image: url(../images/common/btnR-arrow-orange.png);
    transition: 0.7s;
  }
}

.p-form-submit input {
  align-items: center;
  background: #192655;
  border-radius: 0.1875rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.05rem;
  line-height: 1.6875rem;
  padding: 0.8125rem 3.75rem;
  text-align: center;
  transition: 0.3s;
}

.p-form-submit input:hover,
.p-form-submit input:focus {
  outline: none;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-form-submit input:hover {
    opacity: 0.8;
  }
}

.p-form-submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-form__wrap {
    align-items: center;
    border-bottom: 1px solid #EEE;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-form__wrap.p-form__wrap--textarea {
    align-items: flex-start;
  }
}

.p-form__wrap:first-child {
  padding-bottom: 10px;
  padding-top: 0.375rem;
}

.p-form__wrap:nth-child(2) {
  border-bottom: none;
  padding-top: 1.25rem;
}

.p-form__label {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-form__label {
    max-width: 12.5rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-form__wrap.p-form__wrap--textarea .p-form__label {
    margin-top: 0.625rem;
  }
}

.p-form__label span {
  background-color: #D00000;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 0.625rem;
  padding: 0.3125rem;
}

.p-form__submit {
  margin-left: 0.625rem;
}

.p-front-latest__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front-latest__content {
    margin-top: 2rem;
  }
}

.p-front-latest__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-front-latest__list {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-front-latest__list {
    flex-direction: row;
    gap: 1rem;
  }
}

.p-front-latest-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card {
    width: 19.5rem;
  }
}
.p-front-latest-card::before {
  background-color: #FFF;
  border-radius: 0.625rem;
  bottom: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card::before {
    border-radius: 0.375rem;
  }
}
.p-front-latest-card a {
  align-items: flex-start;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card a {
    padding: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-front-latest-card a:hover .p-front-latest-card__img img {
    transform: scale(1.2);
  }
}

.p-front-latest-card__img {
  aspect-ratio: 355/128;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__img {
    aspect-ratio: 280/187;
  }
}
.p-front-latest-card__img img {
  -o-object-fit: cover;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__img img {
    border-radius: 0.625rem;
  }
}

.p-front-latest-card__content {
  padding: 16px 16px 21px;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__content {
    margin-left: auto;
    padding: initial;
  }
}

.p-front-latest-card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__title {
    font-size: 1.25rem;
    height: 91px;
    margin-top: 12px;
  }
}

.p-front-latest-card__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(0.8125rem, 12px);
  font-weight: 500;
  line-height: 1.4375rem;
  margin-top: 8px;
  overflow: hidden;
}

.p-front-latest-card__meta {
  display: grid;
  margin-top: 0.5rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__meta {
    row-gap: 0.625rem;
  }
}

.p-front-latest-card__has-icon {
  align-items: center;
  display: flex;
}
.p-front-latest-card__has-icon::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.25rem;
  margin-right: 0.5rem;
  width: 1.25rem;
}

.p-front-latest-card__address {
  font-size: max(0.8125rem, 12px);
  font-weight: 500;
}
.p-front-latest-card__address::before {
  background-image: url(../images/common/icon-spot-blue.png);
}

.p-front-latest-card__areas::before {
  background-image: url(../images/common/icon-spot-blueForSchool.png);
}

.p-front-latest-card__labels {
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__labels {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.p-front-latest-card__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: normal;
}

.p-front-latest-card__label {
  align-items: center;
  background-color: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  line-height: normal;
  padding: 2px 8px;
}

.p-front-latest-card__licenses::before {
  background-image: url(../images/common/icon-Licence-blueForSchool.png);
}

.p-front-latest-card__feature {
  font-size: max(0.6875rem, 10px);
}

.p-front-latest-card__item-wrap {
  display: flex;
}
.p-front-latest-card__item-wrap::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
}
.p-front-latest-card__item-wrap.pref::before {
  background-image: url(../images/common/icon-spot.png);
}
.p-front-latest-card__item-wrap.lic::before {
  background-image: url(../images/common/icon-licence.png);
}
.p-front-latest-card__item-wrap.cost::before {
  background-image: url(../images/common/icon-yen.png);
}

.p-front-latest-card__item-wrap + .p-front-latest-card__item-wrap {
  margin-top: 0.9375rem;
}

.p-front-latest-cardItem-licenceArea {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  gap: 0.3125rem;
}
.p-front-latest-cardItem-licenceArea li {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  line-height: normal;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-front-latest-cardItem-licenceArea li {
    font-size: 0.75rem;
  }
}

.p-front-latest-cardItem-licenceArea {
  row-gap: 0.3125rem;
}

.p-front-latest-card__price {
  color: #333;
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__price {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
.p-front-latest-card__price::before {
  background-image: url(../images/common/icon-yen-blueForSchool.png);
}

.p-front-latest-card__line {
  background: linear-gradient(transparent 65%, #FFEBCC 50%);
  padding-left: 0.125rem;
  padding-right: 0.0625rem;
}

.p-front-latest__link {
  margin-top: 2.5rem;
  text-align: right;
}
.p-front-latest__link a {
  color: #192655;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-latest__link a:hover {
    opacity: 0.7;
  }
}

.p-front-latest-card__flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__flex {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-latest-card__flex {
    display: flex;
  }
}

.p-front-latest-card__yen {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}

.p-front-latest-card__badges {
  display: flex;
  flex-shrink: 0;
  margin-left: 0.1875rem;
  margin-top: -0.125rem;
  pointer-events: none;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__badges {
    margin-left: 23px;
    margin-top: 0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-latest-card__badges {
    margin-left: 0.4375rem;
    margin-top: 0.3125rem;
  }
}

.p-front-latest-card__badge {
  display: grid;
  margin-left: 0.5625rem;
  margin-right: 0.5rem;
  place-items: center;
  position: relative;
}
.p-front-latest-card__badge span {
  color: #FFF;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__badge span {
    font-size: 0.875rem;
  }
}
.p-front-latest-card__badge::before {
  content: "";
  position: absolute;
}

.p-front-latest-card__badge--discount::before,
.p-front-latest-card__badge--benefit::before {
  background: #F85508;
  border: 1px solid #F85508;
  border-radius: 2px;
  padding: 0.625rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-front-latest-card__badge--discount::before,
  .p-front-latest-card__badge--benefit::before {
    padding: 0.6875rem 1.4375rem;
  }
}

.p-front-latest__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front-latest__btn {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recommend__title {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recommend__content {
    margin-top: 1.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-front-recommend__content {
    margin-top: 2rem;
  }
}

.p-front-recommend__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-front-recommend__list {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-front-recommend__list {
    flex-direction: row;
    gap: 1rem;
  }
}

.p-recommended .p-front-recommend__list {
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-recommended .p-front-recommend__list {
    flex-direction: row;
    gap: 1rem;
  }
}

.p-front-recommend-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card {
    width: 19.5rem;
  }
}
.p-front-recommend-card::before {
  background-color: #FFF;
  border-radius: 0.625rem;
  bottom: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card::before {
    border-radius: 0.375rem;
  }
}
.p-front-recommend-card a {
  align-items: flex-start;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card a {
    padding: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-front-recommend-card a:hover .p-front-recommend-card__img img {
    transform: scale(1.2);
  }
}

.p-front-recommend-card__img {
  aspect-ratio: 355/128;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__img {
    aspect-ratio: 280/187;
  }
}
.p-front-recommend-card__img img {
  -o-object-fit: cover;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__img img {
    border-radius: 0.625rem;
  }
}

.p-front-recommend-card__content {
  padding: 1rem 1rem 1.3125rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__content {
    margin-left: auto;
    padding: initial;
  }
}

.p-front-recommend-card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__title {
    font-size: 1.25rem;
    height: 5.6875rem;
    margin-top: 0.75rem;
  }
}

/*====================================================
# スクールを探すページのおすすめスクールセクション
=====================================================*/
.p-recommended .p-front-recommend-card__title {
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recommended .p-front-recommend-card__title {
    height: 5.6875rem;
  }
}

.p-front-recommend-card__desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(0.8125rem, 12px);
  font-weight: 500;
  line-height: 1.4375rem;
  margin-top: 8px;
  overflow: hidden;
}

.p-front-recommend-card__meta {
  display: grid;
  margin-top: 8px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__meta {
    row-gap: 10px;
  }
}

.p-front-recommend-card__has-icon {
  align-items: center;
  display: flex;
}
.p-front-recommend-card__has-icon::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.25rem;
  margin-right: 0.5rem;
  width: 1.25rem;
}

.p-front-recommend-card__address {
  font-size: max(0.8125rem, 12px);
  font-weight: 500;
}
.p-front-recommend-card__address::before {
  background-image: url(../images/common/icon-spot-blue.png);
}

.p-front-recommend-card__areas::before {
  background-image: url(../images/common/icon-spot-blueForSchool.png);
}

.p-front-recommend-card__labels {
  -moz-column-gap: 4px;
  column-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__labels {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

.p-front-recommend-card__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: normal;
}

.p-front-recommend-card__label {
  align-items: center;
  background-color: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  line-height: normal;
  padding: 2px 8px;
}

.p-front-recommend-card__licenses::before {
  background-image: url(../images/common/icon-Licence-blueForSchool.png);
}

.p-front-recommend-card__feature {
  font-size: max(0.6875rem, 10px);
}

.p-front-recommend-card__item-wrap {
  display: flex;
}
.p-front-recommend-card__item-wrap::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
}
.p-front-recommend-card__item-wrap.pref::before {
  background-image: url(../images/common/icon-spot.png);
}
.p-front-recommend-card__item-wrap.lic::before {
  background-image: url(../images/common/icon-licence.png);
}
.p-front-recommend-card__item-wrap.cost::before {
  background-image: url(../images/common/icon-yen.png);
}

.p-front-recommend-card__item-wrap + .p-front-recommend-card__item-wrap {
  margin-top: 0.9375rem;
}

.p-front-recommend-cardItem-licenceArea {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  gap: 0.3125rem;
}
.p-front-recommend-cardItem-licenceArea li {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  line-height: normal;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-cardItem-licenceArea li {
    font-size: 0.75rem;
  }
}

.p-front-recommend-cardItem-licenceArea {
  row-gap: 0.3125rem;
}

.p-front-recommend-card__price {
  color: #333;
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__price {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
.p-front-recommend-card__price::before {
  background-image: url(../images/common/icon-yen-blueForSchool.png);
}

.p-front-recommend-card__line {
  background: linear-gradient(transparent 65%, #FFEBCC 50%);
  padding-left: 2px;
  padding-right: 1px;
}

.p-front-recommend__link {
  margin-top: 2.5rem;
  text-align: right;
}
.p-front-recommend__link a {
  color: #192655;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-recommend__link a:hover {
    opacity: 0.7;
  }
}

.p-front-recommend-card__flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__flex {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-recommend-card__flex {
    display: flex;
  }
}

.p-front-recommend-card__yen {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
}

.p-front-recommend-card__badges {
  display: flex;
  flex-shrink: 0;
  margin-left: 0.1875rem;
  margin-top: -0.125rem;
  pointer-events: none;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__badges {
    margin-left: 23px;
    margin-top: 0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-front-recommend-card__badges {
    margin-left: 0.4375rem;
    margin-top: 0.3125rem;
  }
}

.p-front-recommend-card__badge {
  display: grid;
  margin-left: 0.5625rem;
  margin-right: 0.5rem;
  place-items: center;
  position: relative;
}
.p-front-recommend-card__badge span {
  color: #FFF;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__badge span {
    font-size: 0.875rem;
  }
}
.p-front-recommend-card__badge::before {
  content: "";
  position: absolute;
}

.p-front-recommend-card__badge--discount::before,
.p-front-recommend-card__badge--benefit::before {
  background: #F85508;
  border: 1px solid #F85508;
  border-radius: 2px;
  padding: 0.625rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-front-recommend-card__badge--discount::before,
  .p-front-recommend-card__badge--benefit::before {
    padding: 0.6875rem 1.4375rem;
  }
}

.p-front-recommend__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front-recommend__btn {
    margin-top: 3.875rem;
  }
}

.p-header {
  background-color: transparent;
  height: 3.75rem;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5rem;
  }
}

.p-header.is-color {
  background-color: #fff;
  color: #fff;
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-header__favorite {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-header__favorite {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-header__favoriteLink {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-header__favoriteLink {
    align-items: center;
    background-color: #F90;
    border: 1px solid #F90;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0.5rem;
    height: 5rem;
    justify-content: center;
    padding: 0rem 1rem;
    position: relative;
    transition: 0.5s, color 0.5s;
  }
}
@media screen and (min-width: 1024px) {
  .p-header__favoriteLink {
    margin-left: 0.6875rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-header__favoriteLink:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .p-header__favoriteIcon {
    height: auto;
    width: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-header__favoriteIcon {
    flex-shrink: 0;
    height: 36px;
    width: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__favoriteText {
    color: #111;
    font-family: "Noto Sans JP";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-header__favoriteText {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-header__favoriteNumber {
    align-items: center;
    background-color: #192655;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 18px;
    justify-content: center;
    line-height: 18px;
    opacity: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: -5px;
    width: 18px;
    z-index: 2;
  }
}
.p-header__favoriteNumber.has-favorites {
  opacity: 1;
}
.p-header__favoriteNumber.add-favorites {
  animation: favoriteIn 0.25s ease-in-out forwards;
}

@keyframes favoriteIn {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .p-header__favorite + .p-header__drawer {
    margin-left: 21px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__drawer {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}

.p-header__pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__pc-nav {
    display: block;
    margin-left: auto;
  }
}

.p-header__logo {
  max-width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 15.625rem;
  }
}
.p-header__logo .text-by {
  color: #111;
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-header__logo .text-by {
    transform: translateY(-4px) scale(0.9);
    transform-origin: center right;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logo .text-by {
    font-size: 0.75rem;
    transform: translateY(-4px);
  }
}

.p-header__logoLink {
  display: block;
  position: relative;
  z-index: 6;
}
.p-header__logoLink .p-header__logoImg {
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .p-header__logoLink .p-header__logoImg--wh {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-header__logoLink .p-header__logoImg--wh {
    display: none;
  }
}

.p-header__logoLink.is-active .p-header__logoImg--base {
  opacity: 0;
}
.p-header__logoLink.is-active .p-header__logoImg--wh {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .p-header__logoLink:hover {
    opacity: 0.7;
  }
}

body.is-scrollDisabled {
  left: 0;
  position: fixed;
  width: 100%;
}

/* ブログTOPページ
- home-pickup
- home-cats
- home-popular
==================================== */
.p-home-content {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 39.68%, #D2F0FC 82.7%);
  overflow: hidden;
}
.p-home-pickup__inner {
  max-width: 1370px;
  width: 100%;
}

.p-home-pickup {
  margin-top: 2.0625rem;
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-home-pickup {
    margin-top: 5rem;
    padding-bottom: 0.8125rem;
  }
}

/*====================================================
# スクールを探すページのスクールの選び方 archive.php
=====================================================*/
.p-home-pickup.p-home-pickup--archive {
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-pickup.p-home-pickup--archive {
    padding-bottom: 6.125rem;
  }
}

.p-home-pickup__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-pickup__content {
    margin-top: 2.125rem;
  }
}

.p-home-pickup__btn {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-pickup__btn {
    margin-top: 3.6875rem;
  }
}

.p-home-cats {
  background: #D2F0FC;
  padding-bottom: 4.3125rem;
  padding-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats {
    padding-bottom: 4.5625rem;
    padding-top: 6.625rem;
  }
}

.p-home-cats__tabInner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-home-cats__tabInner {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-cats__tabInner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-home-cats__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-home-cats__content {
    margin-top: 2.4375rem;
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-cats__content {
    margin-top: 2.4375rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.p-home-cats__item {
  background: #fff;
  border-radius: 0.625rem;
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item {
    display: none;
  }
}
.p-home-cats__item + .p-home-cats__item {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item + .p-home-cats__item {
    margin-top: 2.375rem;
  }
}
.p-home-cats__item::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 75.37%;
  left: -10px;
  position: absolute;
  width: calc(100% + 20px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item::before {
    border-radius: 0.625rem;
    height: 70.41%;
    left: 0;
    width: 100%;
  }
}

.p-home-cats__item.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item.is-active {
    display: flex;
  }
}

.p-home-cats__item-link {
  display: flex; /* Flexboxで内部要素の配置を管理 */
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
  flex-direction: column; /* 子要素を縦方向に配置 */
  height: auto; /* 親要素の高さを自動調整 */
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-link {
    width: 42%;
  }
}
.p-home-cats__item-link a {
  border-radius: 0.5rem 0.5rem 0 0;
  display: block;
  height: 100%; /* 親要素の高さ全体を占める */
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-link a {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
.p-home-cats__item-link a::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .p-home-cats__item-link a:hover .p-home-cats__item-image img {
    transform: scale(1.05);
  }
}

.p-home-cats__item-image {
  aspect-ratio: 355/200;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-image {
    aspect-ratio: 502/344;
    height: 100%; /* 親要素の高さに合わせる */
    left: 0;
    overflow: hidden;
    position: absolute; /* 親要素内で絶対位置に */
    top: 0;
    width: 100%;
  }
}
.p-home-cats__item-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
}

.p-home-cats__item-text {
  bottom: 40%;
  display: inline;
  left: 7%;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-text {
    bottom: 45%;
    left: 8%;
    width: inherit;
  }
}

.p-home-cats__item-name {
  color: #fff;
  flex-grow: 1;
  font-weight: 700;
}
.p-home-cats__item-name span {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.040625rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-name span {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}
.p-home-cats__item-name h3 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05625rem;
  letter-spacing: 3px;
  line-height: 1.4;
  line-height: normal;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-name h3 {
    font-size: 1.25rem;
    letter-spacing: 0.0875rem;
    line-height: 1.25;
    margin-top: 0.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-cats__item-name h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-home-cats__item-name h3 {
    font-size: 1.75rem;
  }
}

.p-home-cats__item-arrow {
  background: url(../images/common/arrow-next.png) no-repeat center center/contain;
  display: block;
  flex-shrink: 0;
  height: 1.875rem;
  margin-left: 1rem;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.p-home-cats__item-posts {
  margin-top: 0.3125rem;
  padding: 0.625rem 0.8125rem 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__item-posts {
    margin-left: auto;
    margin-top: 0.625rem;
    margin-top: 1.25rem;
    margin-top: 0px;
    padding: 1.4375rem 2.3125rem 1.875rem 0.4375rem;
    width: calc(58% - 2.375rem);
  }
}

.p-home-cats__posts-item + .p-home-cats__posts-item {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__posts-item + .p-home-cats__posts-item {
    margin-top: 1.5rem;
  }
}
.p-home-cats__posts-item a {
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .p-home-cats__posts-item a:hover .p-home-cats__posts-itemImage img {
    transform: scale(1.05);
  }
}

.p-home-cats__posts-itemImage {
  aspect-ratio: 88/70;
  border-radius: 0.375rem;
  filter: drop-shadow(0px 6.146px 12.293px rgba(0, 0, 0, 0.16));
  overflow: hidden;
  position: relative;
  width: 27%;
}
@media screen and (min-width: 768px) {
  .p-home-cats__posts-itemImage {
    aspect-ratio: 194/109;
    border-radius: 0.625rem;
    width: 31.6%;
  }
}
.p-home-cats__posts-itemImage::before {
  padding-top: 71.13%;
}
.p-home-cats__posts-itemImage img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  transition: 0.6s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home-cats__posts-itemImage img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.p-home-cats__post-itemText {
  margin-left: auto;
  width: calc(68.4% - 0.0625rem);
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-itemText {
    margin-top: -10px;
    width: calc(68.4% - 0.9375rem);
  }
}

@media screen and (min-width: 768px) {
  .p-home-cats__post-itemTopMeta {
    margin-top: 11px;
  }
}

.p-home-cats__post-itemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
  line-height: normal;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-itemTitle {
    font-size: 1rem;
    letter-spacing: 0.9px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-cats__post-itemTitle {
    font-size: 1.125rem;
  }
}

.p-home-cats__postInfo {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-home-cats__postInfo {
    display: block;
    margin-top: initial;
  }
}

.p-home-cats__post-itemBottomMeta {
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-itemDateBlock {
    text-align: end;
  }
}

.p-home-cats__post-itemDate {
  color: #333;
  flex-shrink: 0;
  font-family: "Noto Sans JP";
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-itemDate {
    font-size: 0.75rem;
  }
}

.p-home-cats__post-itemCat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1875rem;
}
.p-home-cats__post-itemCat span {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-itemCat span {
    font-size: 0.875rem;
    padding: 4px 12px;
  }
}

.p-home-cats__post-arrow {
  color: #00C1FF;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  margin-right: 40px;
  margin-top: 25px;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-arrow {
    margin-right: 41px;
    margin-top: 26px;
    transition: 0.5s;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-home-cats__post-arrow:hover {
    opacity: 0.5;
  }
}

.p-home-cats__post-arrow:after {
  background-image: url(../images/common/searchResult-arrow-bule.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.875rem;
  left: 102.8%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-cats__post-arrow:after {
    left: 101.2%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-home-popular {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 39.68%, rgba(210, 240, 252, 0.8) 82.7%);
  background-color: #fff;
  padding-bottom: 5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-popular {
    padding-bottom: 4.8125rem;
    padding-top: 2.5rem;
  }
}

.p-home-popular__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-popular__content {
    margin-top: 2.4375rem;
  }
}
.p-home-popular__content .p-blog-card {
  position: relative;
}
.p-home-popular__content .p-blog-card::before {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  font-size: 1.75rem;
  height: 2.84375rem;
  left: 0.5rem;
  position: absolute;
  top: 0;
  width: 2.9375rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-home-popular__content .p-blog-card::before {
    height: min(4.3125rem, 22.22%);
    left: 1.375rem;
    width: min(4.625rem, 19.36%);
  }
}
.p-home-popular__content .p-blog-card:first-child::before {
  background-image: url(../images/blog/icon-popular_no1.png);
}
.p-home-popular__content .p-blog-card:nth-child(2)::before {
  background-image: url(../images/blog/icon-popular_no2.png);
}
.p-home-popular__content .p-blog-card:nth-child(3)::before {
  background-image: url(../images/blog/icon-popular_no3.png);
}

.p-home-popular__button {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-popular__button {
    margin-top: 2.4375rem;
  }
}
.p-home-popular__button a {
  display: inline-block;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-home-popular__button a {
    line-height: 1.75;
    padding: 0.9375rem 5.6875rem 0.9375rem 5rem;
    width: unset;
  }
}

.p-mv-swiper .swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}

.p-mv-swiper .swiper-slide img {
  border-radius: 0.625rem;
  height: auto;
  width: 100%;
}

.p-mv-swiper .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.p-mv-swiper .swiper-button-prev, .p-mv-swiper .swiper-rtl .swiper-button-next {
  left: 6.3125rem;
  right: auto;
}

.p-mv-swiper .swiper-button-next, .p-mv-swiper .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 5.8125rem;
}

.p-mv-swiper .swiper-button-prev:after {
  display: none;
}

.p-mv-swiper .swiper-button-next:after {
  display: none;
}

.p-mv-swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-mv-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-mv-swiper .swiper-pagination-custom,
.p-mv-swiper .swiper-pagination-fraction {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-mv__slide-prev,
  .p-mv__slide-next {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.5625rem 3.125rem;
    bottom: unset;
    height: 3.125rem;
    left: unset;
    margin-top: 0;
    position: absolute;
    width: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__slide-prev {
    background-image: url(../images/common/swiper-mv-arrow-left.png);
    right: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__slide-next {
    background-image: url(../images/common/swiper-mv-arrow-right.png);
    right: 0;
  }
}

.p-mv-swiper .swiper-wrapper {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper .swiper-wrapper {
    margin-top: 4.75rem;
  }
}

.p-mv__bg {
  background-image: url(../images/common/swiper-background.jpg);
  background-position: center 12%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__bg {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.p-mv__image {
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv__image {
    margin-top: 30px;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__image {
    margin-top: 0rem;
  }
}
.p-mv__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-mv__header {
  bottom: 8%;
  display: inline;
  left: 4%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-mv__header {
    left: 6%;
    top: 58.5%;
    transform: translate(0%, -115%);
    width: inherit;
  }
}

.p-mv__subtitle {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__subtitle {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2rem;
  }
}

.p-mv__number {
  color: #3876BF;
  font-family: "Syne", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (min-width: 768px) {
  .p-mv__number {
    font-size: 3.125rem;
    font-style: normal;
    line-height: 2rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.p-mv__color {
  color: #3876BF;
}

.p-mv__catch-title {
  align-items: center;
  background: #192655;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  line-height: 29px;
  margin-top: 10px;
  padding: 2px 7px 3px 5px;
}
@media screen and (min-width: 768px) {
  .p-mv__catch-title {
    font-size: 2.25rem;
    justify-content: center;
    letter-spacing: 0.225rem;
    line-height: 2rem;
    margin-top: 17px;
    padding: 0.625rem 0.375rem 0.8125rem 0.625rem;
  }
}

.p-mv__title {
  align-items: center;
  background: #192655;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  line-height: 29px;
  margin-top: 5px;
  padding: 0.125rem 0.375rem 0.1875rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 2.25rem;
    justify-content: center;
    letter-spacing: 0.225rem;
    line-height: 2rem;
    margin-top: 9px;
    padding: 0.625rem 0.375rem 0.8125rem 0.625rem;
  }
}

.p-mv__scroll span {
  position: relative;
}

.p-mv__scroll span::after {
  background-color: #fff;
  bottom: -17px;
  content: "";
  height: 50px;
  position: absolute;
  right: -35px;
  transform: rotate(90deg);
  width: 1px;
}

.newsSchool {
  margin-top: 1.375rem;
}

.newsSchool-list__item + .newsSchool-list__item {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .newsSchool-list__item + .newsSchool-list__item {
    margin-top: 1.375rem;
  }
}

.newsSchool-list__item a {
  display: flex;
}

.newsSchool-list__item-img {
  flex-shrink: 0;
  max-width: 5.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsSchool-list__item-img {
    max-width: 12.5rem;
    width: 32.65%;
  }
}

.newsSchool-list__item-imgLayer {
  border-radius: 0.1875rem;
  overflow: hidden;
}

.newsSchool-list__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 406/356;
  border-radius: 0.1875rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .newsSchool-list__item:hover img {
    transform: scale(1.08);
  }
}

.newsSchool-list__item-content {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .newsSchool-list__item-content {
    width: 61.23%;
  }
}

.newsSchool-list__item-meta {
  -moz-column-gap: 0.375rem;
  align-items: center;
  column-gap: 0.375rem;
  display: flex;
}

.newsSchool-list__item-date {
  font-size: 0.875rem;
  line-height: 1;
}

.newsSchool-list__item-category {
  align-items: center;
  align-items: center;
  background-color: #F1F3F6;
  border-radius: 0.1875rem;
  color: #192655;
  display: flex;
  display: flex;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  line-height: 1.375rem;
  max-width: 4.375rem;
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  width: 100%;
}

.newsSchool-list__item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .newsSchool-list__item-title {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
    line-height: 1.4375rem;
  }
}

.p-notFound-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-notFound-mv__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-notFound-mv__bg {
  background-image: url(../images/common/mv-404-sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  height: 15.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-notFound-mv__bg {
    background-image: url(../images/common/mv-404.jpg);
    height: 22.125rem;
  }
}

.p-notFound-mv__bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}

.p-notFound-mv__header {
  display: inline;
  left: 4%;
  position: absolute;
  top: 82%;
  transform: translate(0%, -135%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-notFound-mv__header {
    left: 6%;
    top: 50%;
    transform: translate(0%, 64%);
    width: inherit;
  }
}

.p-notFound-mv__title {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.4369375rem;
  margin-top: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-notFound-mv__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    line-height: 2.1875rem;
    margin-top: 1.125rem;
  }
}

.p-notFound-mv__subtitle {
  align-items: center;
  background: #DCE4F1;
  color: #192655;
  display: inline-flex;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.040625rem;
  line-height: 0.821125rem;
  padding: 3.284px 6px;
}
@media screen and (min-width: 768px) {
  .p-notFound-mv__subtitle {
    font-size: 16px;
    gap: 0.625rem;
    letter-spacing: 0.05rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-notFound-mv__scroll span {
  position: relative;
}

.p-notFound-mv__scroll span::after {
  background-color: #fff;
  bottom: -17px;
  content: "";
  height: 50px;
  position: absolute;
  right: -35px;
  transform: rotate(90deg);
  width: 1px;
}

.p-notFound__mainTitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #2065C2 3.49%, #2F80ED 32.44%, #2D9EE0 80.7%);
  background-clip: text;
  font-family: "Zen Kaku Gothic New";
  font-size: 4.375rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-notFound__mainTitle {
    font-size: 6.25rem;
  }
}

.p-notFound__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-notFound__title {
    font-size: 2.125rem;
    margin-top: 2rem;
  }
}

.p-notFound__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-notFound__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-notFound__btn {
  margin-top: 3.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-notFound__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.p-NumberOfSearches {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-NumberOfSearches {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.25rem;
  }
}

.p-NumberOfSearches__wide {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-NumberOfSearches__wide {
    font-size: 2.125rem;
    font-weight: 900;
  }
}

.p-NumberOfSearches__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.p-NumberOfSearches__line {
  color: #A0AEC3;
  margin-top: 7px;
}

.p-NumberOfSearches__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/*====================================================
# 保存リストページ
=====================================================*/
.p-NumberOfSearches__content--end {
  justify-content: flex-end;
}

.p-pagenavi .nav-links {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pagenavi .nav-links {
    margin-top: 5rem;
  }
}
.p-pagenavi .nav-links .page-numbers {
  background-color: #fff;
  border: #00C1FF solid 2px;
  border-radius: 0.25rem;
  color: #00C1FF;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 0 7px;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-pagenavi .nav-links .page-numbers {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.1875rem;
    margin: 0 0.3125rem;
    width: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pagenavi .nav-links .page-numbers {
    height: 2.5rem;
    line-height: 2.1875rem;
    width: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-pagenavi .nav-links a.page-numbers:hover {
    opacity: 0.7;
  }
}
.p-pagenavi .nav-links .page-numbers.current {
  background-color: #00C1FF;
  border-color: #00C1FF;
  border-radius: 0.25rem;
  color: #fff;
}
.p-pagenavi .nav-links .page-numbers.prev,
.p-pagenavi .nav-links .page-numbers.next {
  background-color: #fff;
  border: #00C1FF solid 2px;
  border-radius: 0.25rem;
  position: relative;
  position: relative;
  text-indent: -9999px;
}
.page-numbers.prev::before {
  background-image: url(../images/common/navi-arrow-left-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 29%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .page-numbers.prev::before {
    left: 0.625rem;
    top: 50%;
    transform: translateY(-51%);
  }
}

.page-numbers.next::before {
  background-image: url(../images/common/navi-arrow-right-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  left: 31%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .page-numbers.next::before {
    left: 0.625rem;
    top: 50%;
    transform: translateY(-51%);
  }
}

.p-pagenavi__inner {
  margin: auto;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pagenavi__inner {
    max-width: 75rem;
    padding: 0 1.5625rem;
  }
}

html {
  scroll-behavior: auto;
}

.p-pagetop {
  align-items: center;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
  bottom: 70px;
  display: flex;
  height: 60px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 9px;
  transition: bottom 0.3s linear;
  width: 60px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-pagetop {
    bottom: 60px;
    right: 64px;
  }
}

.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.p-pagetop.is-down {
  bottom: 70px;
}

.p-pagetop img {
  flex-shrink: 0;
  height: 16px;
  width: 26px;
}

/* ブログ系統 ページヘッダー
==================================== */
.p-ph-blog {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-ph-blog {
    margin-top: 80px;
  }
}

.p-ph-blog__head {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.p-ph-blog__head-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__head-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-ph-blog__titleWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__titleWrap {
    align-items: flex-end;
  }
}

.p-ph-blog__title {
  color: #192655;
  font-family: "Syne", sans-serif;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.09;
  text-transform: uppercase;
  transform: translateX(-0.25rem);
}
@media screen and (min-width: 768px) {
  .p-ph-blog__title {
    font-size: 7.5rem;
    letter-spacing: 0.375rem;
    line-height: 1;
  }
}

.p-ph-blog__subTitle {
  font-family: "Syne", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.68;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__subTitle {
    font-size: 1.375rem;
    letter-spacing: 0.06875rem;
    line-height: 1.22;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
.p-ph-blog__subTitle > span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__subTitle > span {
    font-size: 0.875rem;
    line-height: 1.92;
  }
}
.p-ph-blog__subTitle > span span {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__subTitle > span span {
    font-size: 1rem;
    line-height: 1.68;
    margin-right: 0.625rem;
  }
}

.p-ph-blog__visual {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__visual {
    border-radius: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    width: min(97%, 1360px);
  }
}

.p-ph-blog__bg {
  padding-top: 53.19%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__bg {
    padding-top: 25.73%;
  }
}
.p-ph-blog__bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, 0.7) 91%);
  bottom: 0;
  content: "";
  display: block;
  height: 71%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-ph-blog__bg::before {
    height: 100%;
  }
}
.p-ph-blog__bg img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-ph-blog__breadcrumb {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-ph-blog__breadcrumb {
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-ph-blog__breadcrumb {
    bottom: 1.3125rem;
  }
}
.p-ph-blog__breadcrumb .breadcrumbs {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-ph-blog__breadcrumb .breadcrumbs {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) {
  .p-ph-blog__breadcrumb .breadcrumbs {
    font-size: 0.875rem;
    text-align: right;
  }
}
.p-ph-blog__breadcrumb .breadcrumbs a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-photo-swiper {
    margin-top: 32px;
  }
}

.p-photo-swiper__main .swiper-slide img,
.p-photo-swiper__thumbnail .swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 355/200;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-photo-swiper__main .swiper-slide img,
  .p-photo-swiper__thumbnail .swiper-slide img {
    aspect-ratio: 980/551;
  }
}

.p-photo-swiper__thumbnail .swiper-slide img {
  border-radius: 4px;
}

.p-photo-swiper__thumbnail {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-photo-swiper__thumbnail {
    margin-top: 18px;
  }
}

.p-photo-swiper__thumbnail .swiper-slide {
  cursor: pointer;
}

.p-photo-swiper__thumbnail .swiper-slide::before {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}

.p-photo-swiper__thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  background-color: initial;
}

.p-photo-swiper__button-wrap .swiper-button-next {
  background: transparent url(../images/common/arrow-next.png) no-repeat center center/contain;
  color: transparent;
  height: 40px;
  margin-top: -19px;
  right: 3px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-photo-swiper__button-wrap .swiper-button-next {
    height: 70px;
    margin-top: -36px;
    right: 24px;
    top: 276px !important;
    width: 70px;
  }
}

.p-photo-swiper__button-wrap .swiper-button-prev {
  background: transparent url(../images/common/arrow-prev.png) no-repeat center center/contain;
  color: transparent;
  height: 40px;
  left: 3px;
  margin-top: -19px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-photo-swiper__button-wrap .swiper-button-prev {
    height: 70px;
    left: 24px;
    margin-top: -36px;
    top: 276px !important;
    width: 70px;
  }
}

/*====================================================
# 画像が読み込まれる前でも要素の高さが固定（画像の読み込みが遅れた場合の表示崩れ防止）
=====================================================*/
/* プレースホルダー用のCSS */
.p-photo-swiper__main .swiper-slide,
.p-photo-swiper__thumbnail .swiper-slide {
  background-color: #f0f0f0; /* プレースホルダーの背景色 */
  min-height: 54px; /* 画像の高さに合わせる */
}

.p-photo {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-photo {
    margin-top: initial;
  }
}

.p-photo__inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-photo__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-pickup__cards {
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 24px;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-pickup__cards {
    margin-top: 32px;
    row-gap: 32px;
  }
}

.p-pickUp-swiper {
  position: relative;
}

.p-pickUp-swiper .swiper-slide img {
  -o-object-fit: cover;
  aspect-ratio: 467/280;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pickUp-swiper .swiper-slide img {
    aspect-ratio: 443/280;
  }
}

.p-pickUp-swiper__button-wrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: calc((100vw - 15px) * 0.87 * 273 / 438 + 82px);
}
@media screen and (min-width: 768px) {
  .p-pickUp-swiper__button-wrap {
    margin-left: auto;
    margin-top: -0.375rem;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}

.p-pickUp-swiper__button-wrap .swiper-button-prev,
.p-pickUp-swiper__button-wrap .swiper-button-next {
  background-color: #fff9ee;
  border-radius: 50%;
  height: 3.75rem;
  position: relative;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-pickUp-swiper__button-wrap .swiper-button-prev,
  .p-pickUp-swiper__button-wrap .swiper-button-next {
    height: 6.25rem;
    width: 6.25rem;
  }
}

.p-pickUp-swiper__button-wrap .swiper-button-next {
  margin-left: 6.25rem;
}

.p-pickUp-swiper__button-wrap .swiper-button-prev::before,
.p-pickUp-swiper__button-wrap .swiper-button-next::before {
  border-right: 0.1875rem solid #333;
  border-top: 0.1875rem solid #333;
  content: "";
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-pickUp-swiper__button-wrap .swiper-button-prev::before,
  .p-pickUp-swiper__button-wrap .swiper-button-next::before {
    height: 0.8125rem;
    width: 0.8125rem;
  }
}

.p-pickUp-swiper__button-wrap .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.p-pickUp-swiper__button-wrap .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pickUp__container {
  margin-inline: auto;
  max-width: 1200px;
  position: relative;
}

.pickUp__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .pickUp__block {
    display: flex;
  }
}

.p-pickup {
  overflow-x: hidden;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-pickup {
    padding-bottom: 50px;
  }
}

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

.p-pickup__slide {
  overflow: visible;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide {
    padding-bottom: 0;
  }
}

.p-pickup__slide-pagination {
  bottom: 0;
  left: 0;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-pagination {
    bottom: unset;
    left: unset;
    right: 9.125rem;
    top: -4.21875rem;
  }
}

.p-pickup__slide-pagination.swiper-pagination-fraction {
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-pagination.swiper-pagination-fraction {
    font-size: 2.125rem;
    letter-spacing: 0.1125rem;
  }
}
.p-pickup__slide-pagination.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 2.25rem;
  letter-spacing: 0.1125rem;
  line-height: 0.97;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-pagination.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 2.625rem;
    letter-spacing: 0.13125rem;
    line-height: 0.83;
  }
}
.p-pickup__slide-pagination.swiper-pagination-fraction .swiper-pagination-total {
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-pagination.swiper-pagination-fraction .swiper-pagination-total {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
  }
}

.p-pickup__slide-prev,
.p-pickup__slide-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.625rem 1rem;
  border: 1px solid #192655;
  bottom: 0;
  height: 2.5rem;
  left: unset;
  margin-top: 0;
  position: absolute;
  top: unset;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-prev,
  .p-pickup__slide-next {
    background-size: 0.8125rem 1.25rem;
    bottom: unset;
    height: 3.125rem;
    top: -4.25rem;
    width: 3.125rem;
  }
}

.p-pickup__slide-prev {
  background-image: url(../images/common/swiper-arrow-left.png);
  right: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-prev {
    right: 3.5rem;
  }
}

.p-pickup__slide-next {
  background-image: url(../images/common/swiper-arrow-right.png);
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-pickup__slide-next {
    right: 0;
  }
}

.p-policy__header {
  margin-top: 60px;
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-policy__header {
    margin-top: 100px;
  }
}

.p-policy__subtitle {
  color: #192655;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-policy__subtitle {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
    line-height: 2rem;
  }
}

.p-policy__title {
  color: #333;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 2.1875rem;
  margin-top: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-policy__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    margin-top: 15px;
  }
}

.p-policy__centerTitle {
  color: #333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-policy__centerTitle {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.6875rem;
    margin-top: 100px;
  }
}

.p-policy__textBlock {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-policy__textBlock {
    margin-top: 80px;
  }
}

.p-policy__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-policy__items {
  align-items: flex-start;
  align-self: stretch;
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .p-policy__items {
    margin-top: 39px;
    padding: 40px 32px;
    padding-top: 2.5rem;
  }
}

.p-policy__item:nth-child(2),
.p-policy__item:nth-child(n+4) {
  margin-top: 40px;
}

.p-policy__item:nth-child(3) {
  margin-top: 39px;
}

.p-policy__term {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-policy__term {
    font-size: 1.25rem;
  }
}

.p-policy__description {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 150%; /* 24px */
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-policy__description {
    line-height: 200%; /* 32px */
    margin-top: 16px;
  }
}

.p-policy__description-link {
  color: #3876BF;
  text-decoration-line: underline;
}

.p-policy__description-numbers {
  counter-reset: number;
  margin-left: 24px;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-policy__description-numbers {
    margin-left: 43px;
    margin-top: 9px;
  }
}

.p-policy__description-number + .p-policy__description-number,
.p-policy__description-item + .p-policy__description-item {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-policy__description-number + .p-policy__description-number,
  .p-policy__description-item + .p-policy__description-item {
    margin-top: 0;
  }
}

.p-policy__description-number {
  text-indent: -19px;
}
@media screen and (min-width: 768px) {
  .p-policy__description-number {
    padding-left: 20px;
    text-indent: -25px;
  }
}

.p-policy__description-number::before {
  content: counter(number) ".";
  counter-increment: number;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-policy__description-number::before {
    margin-right: 5px;
  }
}

.p-popup {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.p-popup .p-popup__bg {
  inset: 0;
  position: absolute;
}
.p-popup .p-popup__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-popup .p-popup__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-popup .p-popup__content {
    max-width: 25rem;
    width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .p-popup .p-popup__content {
    max-width: 35rem;
  }
}
.p-popup .p-popup__close {
  background: url(../images/common/icon-popup-close.png) no-repeat center center/contain;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  transition: opacity 0.3s;
  width: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .p-popup .p-popup__close:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-pw-form-wrapper {
    padding-block: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-pw-form-wrapper {
    padding-block: 100px;
  }
}

.p-pw-form {
  margin-inline: auto;
  max-width: 600px;
}
.p-pw-form p + p {
  margin-top: 2em;
}
.p-pw-form input[type=password] {
  background-color: #F7F7F7;
  border: 0.125rem solid #A0AEC3;
  padding: 6px;
}
.p-pw-form input[type=password]:focus {
  box-shadow: 0px 0px 4px 2px rgba(160, 174, 195, 0.5);
}
.p-pw-form input[type=submit] {
  background-color: #192655;
  border: 0.125rem solid #192655;
  padding: 6px 10px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-pw-form input[type=submit]:hover {
    opacity: 0.7;
  }
}

.p-reason__cards {
  -moz-column-gap: 24px;
  align-items: center; /* アイテムを垂直方向に中央揃え */
  column-gap: 24px; /* これでcolumn-gapとrow-gapを置き換える */
  display: flex; /* Flexboxを使用 */
  flex-wrap: wrap; /* アイテムの折り返しを許可 */
  justify-content: center; /* アイテムを水平方向に中央揃え */
  margin-top: 24px;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-reason__cards {
    -moz-column-gap: 2%;
    column-gap: 2%;
    margin-top: 64px;
    row-gap: 26px;
  }
}

.p-reason-card {
  background: #fff;
  border-radius: 6px;
  max-width: 416px; /* アイテムが大きくなりすぎないように最大幅を設定 */
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-reason-card {
    width: 32%;
  }
}

.p-reason-card__img {
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  width: 96px;
}

.p-reason-card__img img {
  -o-object-fit: cover;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-reason-card__textBox {
  padding: 13px 10px 32px 10px;
}
@media screen and (min-width: 768px) {
  .p-reason-card__textBox {
    padding: 13px 18px 32px;
  }
}

.p-reason-card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-reason-card__title {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-card__title {
    font-size: 1.5rem;
  }
}

.p-reason-card__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 150%; /* 24px */
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-reason-card__text {
    font-size: 0.875rem;
    height: 95px;
    line-height: 200%; /* 32px */
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-reason-card__text {
    font-size: 1rem;
  }
}

.p-reason-card__catch {
  display: inline;
  left: 3%;
  position: absolute;
  top: 0.5%;
}
@media screen and (min-width: 768px) {
  .p-reason-card__catch {
    left: 5%;
    top: 27.5%;
    transform: translate(0%, -115%);
  }
}

.p-reason-card__catch-text {
  color: #00C1FF;
  font-family: "Zen Kaku Gothic New";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 150%; /* 75px */
}

.p-reason {
  background: #D2F0FC;
  overflow: hidden;
  padding-bottom: 58px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding-bottom: 95px;
  }
}

.p-reason__background {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 55.23%, #D2F0FC 89.59%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  content: "";
  height: auto;
  left: 50%;
  padding-bottom: 58px;
  padding-bottom: 100%;
  padding-top: 68px;
  position: absolute;
  transform: translate(-50%, 0%);
  width: 254%;
}
@media screen and (min-width: 768px) {
  .p-reason__background {
    padding-bottom: 100%;
    padding-top: 98px;
    width: 207%;
  }
}

.p-reason__head {
  color: #fff;
  margin-top: 80px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__head {
    margin-top: 96px;
  }
}

.p-reason__reason {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__reason {
    font-size: 28px;
  }
}

.p-reason__reasonBold {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: normal;
  margin-top: -21px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__reasonBold {
    font-size: 36px;
    margin-top: -21px;
  }
}

.p-reason__reasonBig {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-reason__reasonBig {
    font-size: 80px;
  }
}

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

.p-reason__btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__btn {
    margin-top: 98px;
  }
}

.p-recommended-card a {
  background-color: transparent;
  color: #fff;
  display: block;
  height: 100%;
}

.p-recommended-card a:hover {
  opacity: 1;
}

.p-recommended-card__img {
  background-color: #FFF;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-recommended-card__img img {
  -o-object-fit: cover;
  aspect-ratio: 252/178;
  object-fit: cover;
  transition: 0.6s;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .p-recommended-card:hover .p-recommended-card__img img {
    transform: scale(1.2);
  }
}

.p-recommended-card__tag {
  align-items: center;
  background: #DCE4F1;
  border-radius: 0.1875rem;
  color: #192655;
  content: "";
  display: inline-flex;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  left: 12%;
  line-height: 1.6875rem;
  padding: 0.125rem 0.625rem;
  position: absolute;
  top: 10%;
  transform: translate(-50%, -50%);
}

.p-recommended-card__textBlock {
  margin-top: 1.4375rem;
}

.p-recommended-card__title {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 2rem;
}

.p-recommended-card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #CCC;
  display: -webkit-box;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.046875rem;
  line-height: 1.4375rem;
  margin-top: 0.875rem;
  overflow: hidden;
}

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

.p-recommend__slide {
  overflow: visible;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide {
    padding-bottom: 0;
  }
}

.p-recommend__slide-pagination {
  bottom: 0;
  left: 0;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-pagination {
    bottom: unset;
    left: unset;
    right: 9.125rem;
    top: -6.1875rem;
  }
}

.p-recommend__slide-pagination.swiper-pagination-fraction {
  color: #fff;
  display: none;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-pagination.swiper-pagination-fraction {
    font-size: 2.125rem;
    letter-spacing: 0.1125rem;
  }
}
.p-recommend__slide-pagination.swiper-pagination-fraction .swiper-pagination-current {
  font-size: 2.25rem;
  letter-spacing: 0.1125rem;
  line-height: 0.97;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-pagination.swiper-pagination-fraction .swiper-pagination-current {
    font-size: 2.625rem;
    letter-spacing: 0.13125rem;
    line-height: 0.83;
  }
}
.p-recommend__slide-pagination.swiper-pagination-fraction .swiper-pagination-total {
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-pagination.swiper-pagination-fraction .swiper-pagination-total {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
  }
}

.p-recommend__slide-prev,
.p-recommend__slide-next {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.625rem 1rem;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  bottom: 0;
  height: 2.5rem;
  left: unset;
  margin-top: 0;
  position: absolute;
  top: unset;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-prev,
  .p-recommend__slide-next {
    background-size: 0.8125rem 1.25rem;
    bottom: unset;
    height: 2.5rem;
    top: -5.25rem;
    width: 2.5rem;
  }
}

.p-recommend__slide-prev {
  background-image: url(../images/common/swiper-arrow-left-white.png);
  background-size: 0.5625rem;
  right: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-prev {
    right: 3.25rem;
  }
}

.p-recommend__slide-next {
  background-image: url(../images/common/swiper-arrow-right-white.png);
  background-size: 9px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-recommend__slide-next {
    right: 0;
  }
}

.p-recommended {
  background: linear-gradient(180deg, #5DD0E6 0%, #4DB8E7 55.23%, #D2F0FC 89.59%);
  height: auto;
  overflow-x: hidden;
  padding-bottom: 6.125rem;
  padding-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recommended {
    padding-bottom: 6.125rem;
    padding-top: 4rem;
  }
}

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

.p-recommended__title {
  color: #fff;
  display: block;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.175rem;
  line-height: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-recommended__title {
    display: flex;
  }
}

.p-recommended__title--highlight {
  align-items: center;
  background: #2F5D9D;
  display: inline-flex;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.225rem;
  line-height: 2rem;
  margin-top: 0.875rem;
  padding: 0.8125rem 1.25rem 1rem 1.25rem;
}

.p-recommended__content {
  margin-top: 5.1625rem;
}

.p-recommended-wrapper {
  margin-top: 52px;
}

.p-recommended-btn {
  margin-top: 104px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recommended-btn {
    margin-top: 3.9375rem;
  }
}

.p-review__inner {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-review__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-review__content {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-review__content {
    border-radius: 10px;
    margin-top: 32px;
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.p-review__item__background {
  background: #F0F6FF;
  border-radius: 8px;
  padding: 16px 8px;
}
@media screen and (min-width: 768px) {
  .p-review__item__background {
    padding: 32px 32px 16px 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-review__item__background:not(:first-child) {
    padding: 16px 32px 16px 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-review__item__background:last-child {
    padding: 16px 32px 32px 32px;
  }
}

.p-review__item {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0.3125rem;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 1.875rem;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .p-review__item {
    padding: 1.25rem 1.875rem;
  }
}

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

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

@media screen and (max-width: 767px) {
  .p-review__item-person {
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-review__item-person {
    flex-shrink: 0;
    margin-right: 1.9375rem;
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  .p-review__item-img {
    height: 55px;
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-review__item-img {
    height: 80px;
    margin-inline: auto;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-review__item-meta {
    margin-left: 20px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-review__item-meta {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.p-review__item-name {
  color: #333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.4375rem;
}

.p-review__item-age {
  color: #777;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.4375rem;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .p-review__item-content {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p-review__item-content {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.p-review__item-star {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-review__item-star {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-review__item-star {
    width: 132px;
  }
}

.p-review__item-itemText {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-review__item-itemText {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-school-listing-complete__mainTitle {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #2065C2 3.49%, #2F80ED 32.44%, #2D9EE0 80.7%);
  background-clip: text;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 2.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-listing-complete__mainTitle {
    font-size: 5rem;
    margin-top: 3.1875rem;
  }
}

.p-school-listing-complete__centerTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-listing-complete__centerTitle {
    font-size: 2.125rem;
    margin-top: 2rem;
  }
}

.p-school-listing-complete__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-school-listing-complete__text {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-school-listing-complete__btn-back {
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-listing-complete__btn-back {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
}

.p-school-listing__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: 100%;
}
.p-school-listing__header {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-listing__header {
    margin-top: 100px;
  }
}

.p-school-listing__subtitle {
  color: #192655;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-school-listing__subtitle {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
    line-height: 2rem;
  }
}

.p-school-listing__title {
  color: #333;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 2.1875rem;
  margin-top: 10px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-school-listing__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    margin-top: 15px;
  }
}

.p-school-listing__from {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(19, 41, 104, 0.05);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  max-width: 980px;
  padding: 24px 15px 24px 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing__from {
    background: #FFF;
    border-radius: 10px;
    gap: 40px;
    margin-top: 40px;
    padding: 40px;
  }
}

.p-school-listing-from__topText {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__topText {
    margin-top: 80px;
  }
}

.p-school-listing-from__name {
  color: #333;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1125rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__name {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 2rem;
  }
}

.p-school-listing-from__dl {
  margin-top: 0;
}

.p-school-listing-from__row {
  display: block;
}
.p-school-listing-from__row:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__row:not(:first-child) {
    margin-top: 38px;
  }
}
.p-school-listing-from__row:last-child {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__row:last-child {
    margin-top: 38px;
  }
}

.p-school-listing-from__label {
  margin: 0%;
  padding: 5px 0 0;
  padding: 0;
  width: 100%;
}
.p-school-listing-from__label label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
}
.p-school-listing-from__label label.is-required {
  display: inline-block;
  position: relative;
}
.p-school-listing-from__label label.is-required::after {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  content: "必須";
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  left: calc(100% + 14px);
  line-height: normal;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
}
.p-school-listing-from_input {
  margin: 0%;
  margin-top: 4px;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input {
    margin-top: 10px;
  }
}
.p-school-listing-from_input [type=text] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input [type=text] {
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}
.p-school-listing-from_input [type=email] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input [type=email] {
    height: 3.75rem;
  }
}
.p-school-listing-from_input [type=tel] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input [type=tel] {
    height: 3.75rem;
  }
}
.p-school-listing-from_input [type=url] {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input [type=url] {
    height: 3.75rem;
  }
}
.p-school-listing-from_input textarea {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 160px;
  padding: 15px 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input textarea {
    resize: none;
  }
}
.p-school-listing-from_input [type=text]:focus,
.p-school-listing-from_input [type=email]:focus,
.p-school-listing-from_input [type=tel]:focus,
.p-school-listing-from_input textarea:focus {
  box-shadow: 0px 0px 4px 2px rgba(160, 174, 195, 0.5);
}

.p-school-listing-from_input #postal_code {
  align-items: center;
  align-self: stretch;
  background: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  display: flex;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from_input #postal_code {
    height: 3.75rem;
  }
}

.p-school-listing-from__check {
  margin-top: 40px;
  text-align: center;
}
.p-school-listing-from__check [type=checkbox] {
  display: none;
}
.p-school-listing-from__check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}
.p-school-listing-from__check span::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-school-listing-from__check span::after {
  background: transparent url(../img/checkbox.png) no-repeat center center/contain;
  content: "";
  display: none;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.p-school-listing-from__check [type=checkbox]:checked + span::after {
  display: block;
}
.p-school-listing-from__check a {
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .p-school-listing-from__check a:hover {
    opacity: 0.7;
  }
}

.p-school-listing-from__button [type=submit] {
  background: linear-gradient(90deg, #192655 0%, #3876BF 139.29%);
  border-radius: 0.1875rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  gap: 3.125rem;
  left: 50%;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  max-width: 354px;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  position: relative;
  text-align: center;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-school-listing-from__button [type=submit]::before {
  border-right: 0.125rem solid #fff;
  border-top: 0.125rem solid #fff;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 0.625rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-school-listing-from__button [type=submit]:hover {
    opacity: 1;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-school-listing-from__button [type=submit]:hover::before {
    right: 0.9375rem;
  }
}

.p-school-listing-from__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 200%;
}
.p-school-listing-from__link {
  color: #525CEB;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 200%; /* 32px */
  text-decoration-line: underline;
}
/* プレイスフォルダー
=====================================================*/
::-webkit-input-placeholder {
  color: #AAAAAA; /* WebKit, Blink, Edge */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

:-ms-input-placeholder {
  color: #AAAAAA; /* Internet Explorer 10-11 */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  :-ms-input-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

::-moz-placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}

::placeholder {
  color: #AAAAAA; /* Others */
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  ::-moz-placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  ::placeholder {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-school-listing-from__checkbox {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__checkbox {
    margin-top: 40px;
  }
}

/*リセット */
.p-school-listing-from__checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

.p-school-listing-from__checkboxContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__checkboxContent {
    padding-left: 7px;
  }
}

.p-school-listing-from__checkbox-privacy {
  color: #333;
  cursor: pointer;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.00001em;
  letter-spacing: 0.04375rem;
  line-height: 1.6875rem;
  margin-left: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__checkbox-privacy {
    margin-left: 36px;
  }
}

.p-school-listing-from__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-listing-from__btn {
    margin-inline: auto;
    margin-top: 39px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-school-listing-from__btn [type=submit] {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  text-align: center;
  transition: color 0.7s;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-school-listing-from__btn:hover [type=submit] {
    color: #F90;
    transition: 0.7s;
    width: 100%;
  }
}

.p-school-searchForm {
  align-items: flex-start;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(19, 41, 104, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  left: 50%;
  max-width: 75rem;
  padding: 15px 15px;
  position: absolute;
  top: 113%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-school-searchForm {
    padding: 14px 30px 25px 30px;
    top: 111%;
  }
}

.p-school-searchForm__inner {
  margin: auto;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-school-searchForm__inner {
    max-width: 75rem;
  }
}

.p-school-sort {
  position: relative;
}
.p-school-sort select {
  background-color: #00C1FF;
  border-radius: 62.4375rem;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: normal;
  padding: 8px 32px 8px 16px;
}
@media screen and (min-width: 768px) {
  .p-school-sort select {
    font-size: 1rem;
    letter-spacing: 0.8px;
    padding: 12px 56px 12px 24px;
  }
}
.p-school-sort select.is-empty {
  color: #A0AEC3;
}
.p-school-sort::after {
  background: url(../images/common/choice-arrow.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
@media screen and (min-width: 768px) {
  .p-school-sort::after {
    right: 24px;
    transform: translateY(-48%);
  }
}

body.single-school {
  max-width: 100%;
  overflow-x: clip;
}

.p-schoolDetail {
  margin-top: 0px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail {
    display: flex;
  }
}

.p-schoolDetail__inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolDetail__inner {
    max-width: 1560px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-schoolDetail__inner {
    max-width: 1560px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-schoolDetail__anchor {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor {
    display: block;
    margin-top: 119px;
    width: 16%;
  }
}

@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor-sticky {
    padding-left: 65px;
    position: sticky;
    top: 100px;
    z-index: 5;
  }
}

.p-schoolDetail__anchor-list {
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-schoolDetail__anchor-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor-list {
    color: #333;
    display: block;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    justify-content: inherit;
    letter-spacing: 0.05rem;
    line-height: normal;
    padding: 0;
  }
}
.p-schoolDetail__anchor-list li.is-current a {
  color: #00C1FF;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor-list li.is-current a {
    align-items: center;
  }
  .p-schoolDetail__anchor-list li.is-current a::after {
    background-color: #00C1FF;
    border-radius: 50%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 0.75rem;
    margin-left: -1.5625rem;
    margin-top: -0.9375rem;
    width: 0.75rem;
  }
}

.p-schoolDetail__anchor-item {
  border-bottom: 1px solid #CCC;
  margin-top: 10px;
  padding-bottom: 8px;
  position: relative;
  width: 48%;
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor-item {
    border-bottom: none;
    margin-top: inherit;
    padding-bottom: 0;
    width: 100%;
  }
}

.p-schoolDetail__anchor-item:nth-child(3),
.p-schoolDetail__anchor-item:nth-child(4),
.p-schoolDetail__anchor-item:nth-child(5) {
  margin-top: 20px;
}

.p-schoolDetail__anchor-item::after {
  background-image: url(../images/common/side-menu-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  right: -2%;
  top: 35%;
  transform: translate(-50%, -50%);
  width: 14px;
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor-item::after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .p-schoolDetail__anchor-item:not(:first-child) {
    margin-top: 1.4375rem;
  }
}

.p-schoolDetail__anchor-item a {
  display: block;
  height: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolDetail__anchor-item a {
    display: inline-block;
  }
}

.p-schoolDetail__main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolDetail__main {
    padding-bottom: 118px;
  }
}
@media screen and (min-width: 1200px) {
  .p-schoolDetail__main {
    margin-left: 89px;
    width: 74%;
  }
}

.p-schoolDetail__anchor-btnBlock {
  left: 22%;
  margin-left: -3.5625rem;
  padding-bottom: 7.375rem;
  position: relative;
  top: 114%;
  z-index: -1;
}

/* スクール詳細ページ　サイドメニューボタンの位置調整
=====================================================*/
.p-schoolDetail__anchor-btnBlock .p-searchResult-list__item-keepButton {
  margin-top: 3rem;
}

.p-schoolDetail__anchor-hpBtn {
  margin-top: 2rem;
}

/*====================================================
# スクール詳細ページSP下部フォローボタン
=====================================================*/
.p-schoolDetail__followBtn-Block .p-schoolDetail__anchor-hpBtn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 3%;
  width: 50%;
}

/*====================================================
# スクール詳細ページSP下部フォローボタン（スクール公式サイト）
=====================================================*/
.p-schoolDetail__followBtn-Block .p-schoolDetail__anchor-hpBtn {
  margin-top: initial;
}

.p-schoolDetail__anchor-contactBtn {
  margin-top: 0.75rem;
}

@media screen and (min-width: 600px) {
  .p-schoolDetail__sticky-footer {
    display: none;
  }
}
/* 画面幅600px以下の時のみ適用 */
@media screen and (max-width: 599px) {
  .p-schoolDetail__sticky-footer {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    padding: 16px 10px 8px 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
  }
}
.p-schoolDetail__followBtn-Block {
  display: flex;
}

.p-schoolDetail__sticky-footer .p-schoolDetail__follow-btn {
  background-color: #ff6347; /* ボタンの背景色 */
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}

.p-schoolDetail__sticky-footer .p-schoolDetail__follow-btn:hover {
  background-color: #ff4500; /* ホバー時の色 */
}

.p-schoolInfo__btn {
  position: relative;
}

.p-schoolInfo__btn:before {
  background-image: url(../images/common/icon-controller-sp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.125rem;
  left: 90%;
  pointer-events: none;
  position: absolute;
  top: -253%;
  transform: translateY(-50%);
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__btn:before {
    background-image: url(../images/common/icon-controller.png);
    height: 4.375rem;
    left: 0.5rem;
    top: 152%;
    transform: translateY(-50%);
    width: 4.375rem;
  }
}

.p-schoolInfo__btn:after {
  background-image: url(../images/common/icon-drone.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.75rem;
  left: -5%;
  pointer-events: none;
  position: absolute;
  top: -309%;
  transform: translateY(-50%);
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__btn:after {
    left: 84%;
    top: -72%;
    transform: translateY(-50%);
  }
}

.p-schoolInfo__inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-schoolInfo__titleBlock {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-schoolInfo__keepButton .simplefavorite-button {
  align-items: center;
  color: #333 !important;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__keepButton .simplefavorite-button {
    flex-direction: row;
    font-size: 14px;
    letter-spacing: 0.04375rem;
  }
}
.p-schoolInfo__keepButton .simplefavorite-button::before {
  background: url(../images/common/icon-star.png) no-repeat center center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 22px;
  transition: background-image 0.15s;
  width: 22px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__keepButton .simplefavorite-button::before {
    margin-right: 10px;
  }
}
.p-schoolInfo__keepButton .simplefavorite-button:active,
.p-schoolInfo__keepButton .simplefavorite-button:focus,
.p-schoolInfo__keepButton .simplefavorite-button.active {
  opacity: 1;
}
.p-schoolInfo__keepButton .simplefavorite-button.active::before {
  background-image: url(../images/common/icon-star-color.png);
}

.p-schoolInfo__item {
  align-items: flex-start;
  border-radius: 0.625rem;
  flex-direction: column;
  gap: 1.375rem;
  margin-top: 42px;
  max-width: 87.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item {
    margin-top: 33px;
  }
}

.p-schoolInfo__item-flex {
  display: block;
}

.p-schoolInfo__item-img {
  flex-shrink: 0;
  margin-right: inherit;
  width: 100%;
}

.p-schoolInfo__item-img img {
  -o-object-fit: contain;
  border-radius: 0.3125rem;
  object-fit: contain;
  width: 100%;
}

.p-schoolInfo__item-content {
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-content {
    padding: 24px 32px;
  }
}

.p-schoolInfo__item.p-schoolInfo__item--limited::after {
  border-bottom: 10px solid transparent;
  border-left: 50px solid #C97368;
  border-right: 50px solid #C97368;
  content: "";
  height: 24%;
  left: 20px;
  position: absolute;
  top: 0%;
  width: 0px;
}

.p-schoolInfo__item + .p-schoolInfo__item {
  margin-top: 29px;
}

.p-schoolInfo__item-itemTitle {
  color: #00C1FF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
.p-schoolInfo__item-itemText {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 150%; /* 24px */
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-itemText {
    line-height: 200%; /* 32px */
  }
}

@media screen and (max-width: 767px) {
  .p-schoolInfo__item-itemNotes {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-itemNotes {
    font-size: 0.9375rem;
  }
}
.p-schoolInfo__item-itemNotes span {
  display: inline-block;
}

.p-schoolInfo__item-itemNotes + .p-schoolInfo__item-website {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-schoolInfo__item-website {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-website {
    margin-top: 2.5rem;
  }
}

.p-schoolInfo__item-website a {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-schoolInfo__item-website a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-website a {
    display: inline-block;
    font-size: 1rem;
    max-width: unset !important;
    padding: 0.5rem 2.875rem;
    width: unset !important;
  }
}

.p-schoolInfo__item-website a::before {
  height: 0.625rem;
  width: 0.625rem;
}

/*====================================================
# スクール詳細ページ（メイン）
=====================================================*/
.p-sub-searchResult-list__item .p-schoolInfo__item-website {
  margin-top: initial;
}

@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-schoolInfo__item-website a {
    letter-spacing: 0;
    margin-left: 33px;
    padding: 8px 16px;
  }
}

.p-sub-searchResult-list__item .p-schoolInfo__item-website a::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-schoolInfo__item-benefit {
    font-size: 0.9375rem;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-benefit {
    margin-top: 24px;
  }
}

.p-schoolInfo__item-benefitTitle {
  align-items: center;
  background: #F90;
  border: 1px solid #F90;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 6px;
  line-height: 18px; /* 112.5% */
  padding: 8px 16px 8px 40px;
  position: relative;
  width: 100%;
}
.p-schoolInfo__item-benefitTitle::before {
  background-image: url(../images/common/icon-benefit-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: 4.3%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-benefitTitle::before {
    left: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-schoolInfo__item-benefitText {
  align-items: flex-start;
  background: #fff;
  border: 4px solid #F90;
  border-radius: 0px 0px 10px 10px;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  gap: 16px;
  justify-content: center;
  letter-spacing: 0.8px;
  line-height: normal;
  padding: 20.5px 17px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-benefitText {
    padding: 20.5px 24px;
  }
}

.p-schoolInfo__item-info {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 24px;
  padding: 11px 20px 20px 68px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-info {
    padding: 9px 1.25rem 1.25rem 72px;
  }
}

@media screen and (min-width: 768px) {
  .p-schoolInfo__item-wrap {
    align-items: center;
    display: flex;
  }
}

.p-schoolInfo__item-prefectureArea {
  position: relative;
}

.p-schoolInfo__item-prefectureArea::before {
  background: url(../images/common/icon-spot.png) no-repeat center center/contain;
  content: "";
  height: 40px;
  left: -39.4px;
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  width: 20px;
}

.p-schoolInfo__item-licenceArea {
  position: relative;
}

.p-schoolInfo__item-licenceArea::before {
  background: url(../images/common/icon-Licence-blueForSchool.png) no-repeat center center/contain;
  content: "";
  height: 24px;
  left: -48px;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  width: 24px;
}

.p-schoolInfo__item-licenceAreaNone {
  position: relative;
}

.p-schoolInfo__item-licenceAreaNone::before {
  background: url(../images/common/icon-Licence-blueForSchool.png) no-repeat center center/contain;
  content: "";
  height: 24px;
  left: -48px;
  position: absolute;
  top: -3px;
  transform: translateY(-50%);
  width: 24px;
}

.p-schoolInfo__item-featureArea {
  position: relative;
}

.p-schoolInfo__item-featureArea::before {
  background: url(../images/common/icon-feature-bule.png) no-repeat center center/contain;
  content: "";
  height: 30px;
  left: -51px;
  position: absolute;
  top: 14px;
  transform: translateY(-50%);
  width: 30px;
}

.p-schoolInfo__item-area {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-area {
    font-size: 0.9375rem;
  }
}

.p-schoolInfo__item-licence {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-licence {
    margin-top: 16px;
  }
}

.p-schoolInfo__item-restriction {
  margin-top: 8px;
}
.p-schoolInfo__item-restriction .p-schoolInfoItem-licenceArea::before {
  display: none;
}

.p-schoolInfo__item-bottom {
  margin-top: 16px;
}

.p-schoolInfo__item-feature {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-feature {
    margin-top: 33px;
  }
}

.p-schoolInfo__item-wrap + .p-schoolInfo__item-wrap {
  margin-top: 0.9375rem;
}

.p-schoolInfo__item-label {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-label {
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-schoolInfo__item-btn {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__item-btn {
    margin-top: 2.375rem;
  }
}

.p-schoolInfo__contactWrap {
  background: linear-gradient(90deg, #5DD0E6 0%, #4DB8E7 49.95%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  height: 19.5rem;
  padding: 40px 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 8px 64px 8px 64px;
  }
}

.p-schoolInfo__contactWrap[data-position=upper] {
  display: grid;
  margin-top: 3rem;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap[data-position=upper] {
    display: flex;
    margin-top: 4.1875rem;
  }
}

.p-schoolInfo__contactWrap[data-position=upper].p-schoolInfo__contactWrap-under[data-position=upper] {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap[data-position=upper].p-schoolInfo__contactWrap-under[data-position=upper] {
    margin-top: 81px;
  }
}

.p-schoolInfo__contactWrap[data-position=lower] {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap[data-position=lower] {
    margin-top: 4rem;
  }
}

.p-schoolInfo__contactWrap-textBlock {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-textBlock {
    margin-top: 1.3125rem;
    width: 57%;
  }
}

.p-schoolInfo__contactWrap-btnBlock {
  text-align: end;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-btnBlock {
    width: 47%;
  }
}

.p-schoolInfo__contactWrap-title {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-title {
    font-size: 1.125rem;
  }
}

.p-schoolInfo__contactWrap-textMiddle {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1875rem;
  line-height: normal;
  margin-left: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-textMiddle {
    font-size: 1rem;
  }
}

.p-schoolInfo__contactWrap-textMiddle::before {
  background-image: url(../images/common/icon-contact-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: -1.5625rem;
  pointer-events: none;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-textMiddle::before {
    left: -1.375rem;
    top: 63%;
    transform: translateY(-50%);
  }
}

.p-schoolInfo__contactWrap-textMiddle::after {
  background-image: url(../images/common/icon-contact-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: 10.0625rem;
  pointer-events: none;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-textMiddle::after {
    left: 11.3125rem;
    top: 63%;
    transform: translateY(-50%);
  }
}

.p-schoolInfo__contactWrap-textBig {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-textBig {
    font-size: 1.75rem;
    letter-spacing: 0.1875rem;
  }
}

.p-schoolInfo__contactWrap-textSmall {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.034375rem;
  line-height: normal;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-textSmall {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
    margin-top: 1.75rem;
  }
}

.p-schoolInfo__contactWrap-list {
  margin-top: 0.9375rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-list {
    margin-top: 1rem;
  }
}
.p-schoolInfo__contactWrap-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 6px;
}
.p-schoolInfo__contactWrap-list ul li {
  background: #fff;
  border-radius: 0.375rem;
  color: #F90;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.04375rem;
  line-height: 1;
  line-height: normal;
  margin-right: 0.75rem;
  padding: 4px 6px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__contactWrap-list ul li {
    font-size: 1rem;
    letter-spacing: 0.8px;
    margin-right: 7px;
    padding: 8px 16px 8px 16px;
  }
}
.p-schoolInfo__contactWrap-list ul li.item-na {
  background: #EEE;
  color: #CCC;
}

.p-schoolInfo__contactWrap-button {
  margin-top: 0.25rem;
  width: 100%;
}

.p-schoolInfo__submit {
  margin-top: 1.5rem;
  position: relative;
  transition: background 0.7s, color 0.7s, border-color 0.7s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__submit {
    margin-inline: auto;
    margin-top: initial;
  }
}
.p-schoolInfo__submit input[type=submit] {
  background: #F90;
  border: 4px solid transparent;
  border-radius: 999px;
  box-shadow: 0rem 0.5rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  gap: 3.125rem;
  letter-spacing: 0.05625rem;
  line-height: 2.1875rem;
  padding: 8px 52px;
  text-align: center;
  transition: background 0.7s, color 0.7s, border-color 0.7s;
}
@media screen and (max-width: 767px) {
  .p-schoolInfo__submit input[type=submit] {
    display: inline-block;
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-schoolInfo__submit input[type=submit] {
    font-size: 1.125rem;
  }
}

.p-schoolInfo__submit.p-schoolInfo__submit--sidebar input[type=submit] {
  font-size: 0.875rem;
  padding: 0;
  width: 180px;
}

.p-schoolInfo__submit input[type=submit]:hover {
  background: #fff;
  border: 4px solid #F90;
  color: #F90;
  transition: 0.7s;
}

.p-schoolInfo__submitBtn {
  position: relative;
}

.p-schoolInfo__submitBtn:after {
  background-image: url(../images/common/btnR-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.7s;
  width: 1rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .p-schoolInfo__submitBtn:hover::after {
    background-image: url(../images/common/btnR-arrow-orange.png);
    transition: 0.7s;
  }
}

.p-schoolInfoItem-prefectureArea,
.p-schoolInfoItem-licenceArea,
.p-schoolInfoItem-featureArea {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.p-schoolInfoItem-prefectureArea li,
.p-schoolInfoItem-licenceArea li,
.p-schoolInfoItem-featureArea li {
  align-items: center;
  background: #F0F6FF;
  border-radius: 999px;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: normal;
  margin-right: 10px;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-schoolInfoItem-prefectureArea li,
  .p-schoolInfoItem-licenceArea li,
  .p-schoolInfoItem-featureArea li {
    color: #333;
    font-size: 15px;
    margin-right: inherit;
    padding: 4px 16px;
  }
}

.p-schoolInfoItem-featureArea li {
  background: #FFF0F0;
}

.p-schoolSearch__inner {
  max-width: 78.125rem;
}

.p-schoolSearch__flex {
  display: flex;
}

.p-schoolSearch__title {
  align-items: flex-start;
  background-color: #00C1FF;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #FFF;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.1875rem;
  line-height: normal;
  margin-bottom: inherit;
  margin-top: 1rem;
  padding: 0.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__title {
    margin-top: 2.5625rem;
    padding: 0.5rem 1rem;
  }
}

.p-schoolSearch__title:nth-of-type(2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__title:nth-of-type(2) {
    margin-top: 2.5625rem;
  }
}

.p-schoolSearch__title:nth-of-type(3) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__title:nth-of-type(3) {
    margin-top: 2.5625rem;
  }
}

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

.p-schoolSearch__block {
  width: 100%;
}

.p-schoolSearch__block:first-child {
  margin-top: 0px;
}

.p-schoolSearch__features {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 1.375rem;
  max-width: 87.5rem;
  padding: 1.5rem 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__features {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}

.p-schoolSearch__licence {
  margin-top: 0.9375rem;
}

.p-schoolSearch__school {
  background-color: #fff;
  flex: 1;
  margin-left: 1%;
  width: 30%;
}

.p-schoolSearch__wrap ul {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__wrap ul {
    row-gap: 0.625rem;
  }
}
.p-schoolSearch__wrap ul li a {
  align-items: center;
  background: #F0F6FF;
  border-radius: 62.4375rem;
  color: #333;
  display: inline-block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  line-height: normal;
  margin-right: 1px;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__wrap ul li a {
    margin-right: 0px;
    transition: 0.5s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-schoolSearch__wrap ul li a:hover {
    opacity: 0.7;
  }
}

.p-schoolSearch__wrap + .p-schoolSearch__wrap {
  margin-top: 0.5625rem;
}

.p-schoolSearch__label {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__label {
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-schoolSearch__btn {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-schoolSearch__btn {
    margin-top: 2.4375rem;
  }
}

.p-search-area ul {
  -moz-column-gap: 0.4375rem;
  column-gap: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.0625rem;
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-search-area ul {
    margin-top: 0;
  }
}
.p-search-area ul li a {
  align-items: center;
  background: #F0F6FF;
  border-radius: 62.4375rem;
  color: #333;
  display: inline-block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  line-height: normal;
  margin-right: 1px;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-search-area ul li a {
    margin-right: 0;
    transition: 0.5s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-search-area ul li a:hover {
    opacity: 0.7;
  }
}

.p-search-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-search-area {
    display: block;
  }
}

.p-search-area.is-open {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .p-search-area.is-open {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-search__flex {
    display: flex;
  }
}

.p-search__block {
  width: 70%;
}

.p-search__prefecture {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 1.375rem;
  max-width: 87.5rem;
  padding: 1.5rem 2.1875rem 1.5rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__prefecture {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}

.p-search__school {
  background-color: #fff;
  flex: 1;
  margin-top: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-search__school {
    margin-left: 1%;
    margin-top: 0px;
    width: 29%;
  }
}

.p-search__wrap {
  border-bottom: 1px solid #EEE;
  padding-bottom: 0.95625rem;
}
@media screen and (min-width: 768px) {
  .p-search__wrap {
    align-items: center;
    border-bottom: inherit;
    display: flex;
    padding-bottom: inherit;
  }
}

.p-search__wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

.p-search__label {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.8px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-search__label {
    border-bottom: none;
    max-width: 16.5rem;
    width: 100%;
  }
}

.p-search__labelIcon {
  height: 7px;
  width: 13px;
}
@media screen and (min-width: 768px) {
  .p-search__labelIcon {
    display: none;
  }
}

.p-search__btn {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-search__btn {
    margin-top: 39px;
  }
}

.p-front-searchForm__inner {
  max-width: 78.125rem;
  width: 100%;
}

.p-searchForm {
  align-items: flex-start;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(19, 41, 104, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding: 12px 16px 24px 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchForm {
    padding: 10px 30px 30px 30px;
  }
}

/*====================================================
# 検索結果ページの簡単スクール検索
=====================================================*/
.p-sub-searchForm-sidebar .p-searchForm {
  align-items: flex-start;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(19, 41, 104, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  max-width: 75rem;
  padding: 15px 15px;
  width: 100%;
}

.p-searchForm__inner {
  margin: auto;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchForm__inner {
    max-width: 75rem;
  }
}

.p-searchForm-title {
  align-items: flex-start;
  background-color: #F90;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #FFF;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.1875rem;
  line-height: normal;
  margin-bottom: inherit;
  margin-top: -1.625rem;
  padding: 0.5rem 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-searchForm-title {
    margin-top: 0.25rem;
    padding: 0.5rem 4.1875rem;
  }
}

.searchandfilter li .hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .searchandfilter li .hidden {
    display: inline-block;
  }
}

.p-form-select ul li.toggleLi {
  border-top: none;
  display: flex;
  padding: 0;
}

.p-searchLicence-area label {
  align-items: center;
  background: #F1F3F6;
  border-radius: 0.1875rem;
  display: inline-block;
  gap: 0.625rem;
  margin-right: 5px;
  padding: 0.125rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-searchLicence-area label {
    transition: 0.5s;
  }
}

.p-searchLicence-area label:hover {
  opacity: 0.5;
}

.p-searchLicence-area label:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-searchLicence-area label:not(:first-of-type) {
    margin-top: 0;
  }
}

.p-searchLicence-area label a p {
  color: #192655;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-searchLicence-area label a p {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
  }
}

.p-searchLicence-area:not(:first-child) {
  margin-top: 0.5rem;
}

.p-searchLicence__flex {
  display: flex;
}

.p-searchLicence__block {
  width: 70%;
}

.p-searchLicence__licence {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 1.375rem;
  max-width: 87.5rem;
  padding: 1.5625rem 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchLicence__licence {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}

.p-searchLicence__school {
  background-color: #fff;
  flex: 1;
  margin-left: 1%;
  width: 29%;
}

.p-searchLicence__wrap ul {
  -moz-column-gap: 0.4375rem;
  column-gap: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-searchLicence__wrap ul {
    row-gap: 0.375rem;
  }
}
.p-searchLicence__wrap ul li a {
  align-items: center;
  background: #F0F6FF;
  border-radius: 62.4375rem;
  color: #333;
  display: inline-block;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: center;
  line-height: normal;
  margin-right: 1px;
  padding: 0.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-searchLicence__wrap ul li a {
    margin-right: 0;
    transition: 0.5s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-searchLicence__wrap ul li a:hover {
    opacity: 0.7;
  }
}

.p-searchLicence__wrap + .p-searchLicence__wrap {
  margin-top: 0.5625rem;
}

.p-searchLicence__label {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-searchLicence__label {
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-searchLicence__btn {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-searchLicence__btn {
    margin-top: 2.3125rem;
  }
}

.p-searchLicence__flex {
  display: flex;
}

.p-searchResult__inner.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchResult__inner.l-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .p-searchResult__inner.l-inner {
    max-width: 1560px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-searchResult__list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-searchResult__list {
    margin-top: 30px;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-schoolDetail .p-searchResult__list {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-schoolDetail .p-searchResult__list {
    margin-top: 35px;
  }
}

.p-searchResult-list__inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-searchResult-list__item {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0.625rem;
  flex-direction: column;
  gap: 1.375rem;
  max-width: 87.5rem;
  padding: 15px 15px 15px 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item {
    padding: 2rem 2rem 2rem 2rem;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult__list .p-searchResult-list__item {
  background: none;
  border-radius: 0;
  padding: 0;
}

.p-searchResult-list__item--limited .p-searchResult-list__item-costArea label:nth-child(1) p {
  color: #AAAAAA;
}
.p-searchResult-list__item--limited .p-searchResult-list__item-costArea label:nth-child(1) p::after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-10deg);
  width: 100%;
}

.p-searchResult-list__tag {
  align-items: center;
  background: #F85508;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  gap: 6px;
  line-height: 18px; /* 150% */
  margin-left: 0.1875rem;
  padding: 2px 6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__tag {
    margin-left: 2.625rem;
    margin-right: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .p-searchResult-list__tag::before {
    background: url(../images/common/search-school-arrow.png) no-repeat center center/contain;
    content: "";
    height: 1.25rem;
    left: -35px;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    width: 1.25rem;
  }
}

.p-searchResult-list__item + .p-searchResult-list__item {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__content {
    display: flex;
  }
}

.p-searchResult-list__item-img {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-img {
    max-width: 351px;
    width: 30%;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-img {
  width: 31.3%;
}

.p-searchResult-list__item-imgLayer {
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-imgLayer {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-imgLayer {
    display: block;
  }
}

.p-searchResult-list__item-img img {
  -o-object-fit: contain;
  aspect-ratio: 288/162;
  object-fit: contain;
  transition: transform 0.5s ease;
  width: 100%;
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-img img {
  aspect-ratio: 304/171;
  border-radius: 0.375rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-searchResult-list__item:hover img {
    transform: scale(1.08);
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
@media (hover: hover) and (pointer: fine) {
  .p-sub-searchResult-list__item.p-searchResult-list__item:hover img {
    transform: none;
  }
}

.p-searchResult-list__item-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-content {
    margin-left: 32px;
    width: calc(70% - 32px);
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-content {
    margin-left: 3%;
    margin-top: -0.1875rem;
    width: 68%;
  }
}

.p-searchResult-list__item-titleBlock {
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: left;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-titleBlock {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    justify-content: space-between;
    margin-top: 7px;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
@media screen and (min-width: 768px) {
  .p-schoolDetail .p-searchResult-list__item-titleBlock {
    margin-top: 0.0625rem;
  }
}

.p-searchResult-list__item-itemTitle {
  align-items: center;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-itemTitle {
    font-size: 1.5rem;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-itemTitle {
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-itemTitle {
    font-size: 1.75rem;
  }
}

.p-searchResult-list__item-review {
  align-items: center;
  display: flex;
  margin-top: 8px;
}
.p-searchResult-list__item-review .stars_parent {
  background-image: url(../images/common/newstars.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  box-sizing: content-box;
  height: 17px;
  line-height: 17px;
  padding-right: 4px;
  width: 81px;
}
.p-searchResult-list__item-review .stars_child {
  background-image: url(../images/common/newstars.png);
  background-position: 0 -15px;
  background-repeat: no-repeat;
  display: inline-block !important;
  height: 17px;
  line-height: 17px;
}
.p-searchResult-list__item-review .review_average {
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
}
.p-searchResult-list__item-review .review_count {
  font-size: 13px;
}

/*====================================================
# スクール詳細ページSP下部フォローボタン
=====================================================*/
.p-schoolDetail__followBtn-Block .p-searchResult-list__item-keepButton {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 48%;
}

.p-searchResult-list__item-itemText {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #555;
  display: -webkit-box;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 150%; /* 24px */
  margin-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-itemText {
    line-height: 200%; /* 32px */
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-searchResult-list__item-info {
    margin-top: 1rem;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-info {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-info {
    justify-content: initial;
    margin-top: 1.4375rem;
  }
}

.p-sub-searchResult-list__item .p-searchResult-list__item-info a {
  width: initial;
}
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-info a {
    width: 12.5%;
  }
}

.p-sub-searchResult-list__item .p-schoolInfo__item-website {
  width: initial;
}
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-schoolInfo__item-website {
    width: 86.5%;
  }
}

.p-searchResult-list__item-prefecture {
  margin-top: 9px;
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-prefecture {
  margin-top: initial;
}

.p-searchResult-list__item-wrap {
  -moz-column-gap: 1.0625rem;
  align-items: center;
  column-gap: 1.0625rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-wrap {
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    margin-top: 8px;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-wrap {
    margin-top: initial;
  }
}

.p-searchResult-list__item-wrap.lic {
  -moz-column-gap: 0.5rem;
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-wrap.lic {
    -moz-column-gap: 0.4375rem;
    column-gap: 0.4375rem;
    margin-top: 7px;
  }
}

.p-searchResult-list__item-wrap.pref::before {
  background-image: url(../images/common/icon-spot-blueForSchool.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-list__item-wrap.pref::before {
  height: 25px;
  width: 25px;
}

.p-searchResult-list__item-wrap.lic::before {
  background-image: url(../images/common/icon-Licence-blueForSchool.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
}

.p-sub-searchResult-list__item .p-searchResult-list__item-wrap.pref {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-sub-searchResult-list__item .p-searchResult-list__item-wrap.pref {
    display: flex;
  }
}

.p-searchResult-list__item-keepButton {
  flex-shrink: 0;
  position: relative;
}
.p-searchResult-list__item-keepButton .simplefavorite-button {
  align-items: center;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  max-width: 7.1875rem;
  padding-left: 0;
  padding-right: 0;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button {
    border: 3px solid #F90;
    border-radius: 999px;
    flex-direction: row;
    font-size: 14px;
    letter-spacing: 0.04375rem;
    margin-right: inherit;
    margin-top: inherit;
    max-width: initial;
    padding: 12px 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button::before {
    background: url(../images/common/icon-star-color-empty.png) no-repeat center center/contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 22px;
    transition: background-image 0.15s;
    width: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button.active {
    background: #F90;
    color: #fff;
  }
}
.p-searchResult-list__item-keepButton .simplefavorite-button:active,
.p-searchResult-list__item-keepButton .simplefavorite-button:focus,
.p-searchResult-list__item-keepButton .simplefavorite-button.active {
  opacity: 1;
}
.p-searchResult-list__item-keepButton .simplefavorite-button.active::before {
  background-image: url(../images/common/icon-star-orange.png);
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button.active::before {
    background-image: url(../images/common/icon-star-color-full.png);
  }
}

.p-searchResult-list__item-licenceBlock {
  align-items: flex-start;
  background: #F0F6FF;
  border-radius: 6px;
  gap: 8px;
  margin-top: 24px;
  padding: 5px 12px 12px 12px;
}

.p-searchResult-list__item-licence,
.p-searchResult-list__item-bottom,
.p-searchResult-list__item-cost {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-licence,
  .p-searchResult-list__item-bottom,
  .p-searchResult-list__item-cost {
    margin-top: 10px;
  }
}

.p-searchResult-list__ribbonText {
  color: #fff;
  content: "";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  left: 45px;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: 1.8125rem;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__ribbonText {
    font-size: 0.8125rem;
    left: 65px;
    top: 2.25rem;
  }
}

.p-searchResult-list__costItems {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-searchResult-list__costItems {
    display: flex;
  }
}

.p-searchResult-list__detail {
  color: #00C1FF;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  margin-right: 41px;
  margin-top: 11px;
  position: relative;
  position: relative;
  text-align: right;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__detail {
    margin-left: 53px;
    margin-right: 33px;
    margin-top: 0;
    transition: 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-searchResult-list__detail:hover {
    opacity: 0.7;
  }
}

.p-searchResult-list__detail::after {
  background: url(../images/common/searchResult-arrow-bule.png) no-repeat center center/contain;
  content: "";
  height: 30px;
  position: absolute;
  right: -40px;
  top: 13px;
  transform: translateY(-50%);
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .p-searchResult-list__detail::after {
    left: 87px;
    top: 12px;
  }
}

.p-searchResult-list__item-wrap + .p-searchResult-list__item-wrap {
  margin-top: 0.9375rem;
}

.p-searchResult-list__item-label {
  color: #333;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.046875rem;
  line-height: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-label {
    max-width: 12.5rem;
    width: 100%;
  }
}

.p-searchResult-list__item-btn {
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-btn {
    margin-top: 2.375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button {
    background: url(../images/common/icon-star-color-empty.png) no-repeat left bottom/30px 30px;
    height: 45px;
    text-indent: -20em;
    width: 45px;
  }
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button {
    color: #F90;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: normal;
    padding: 12px 0px;
    padding-right: 0px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-searchResult-list__item-keepButton .simplefavorite-button.active {
    background: url(../images/common/icon-star-orange.png) no-repeat left bottom/30px 30px;
  }
}

/*====================================================
# スクール詳細ページSP下部フォローボタン（保存リスト）
=====================================================*/
.p-schoolDetail__followBtn-Block .p-searchResult-list__item-keepButton .simplefavorite-button {
  height: initial;
  text-indent: 0;
}

.p-schoolDetail__followBtn-Block .p-searchResult-list__item-keepButton .simplefavorite-button {
  background: #FFF;
  border: 3px solid #F90;
  border-radius: 10px;
  color: #F90;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04375rem;
  line-height: normal;
  margin-right: inherit;
  margin-top: inherit;
  max-width: initial;
  padding: 17px 8px 17px 42px;
  position: relative;
  width: 180px;
  width: 174px;
}

.p-schoolDetail__followBtn-Block .p-searchResult-list__item-keepButton .simplefavorite-button.active {
  background: #F90;
  color: #fff;
}

.p-schoolDetail__followBtn-Block .p-searchResult-list__item-keepButton .simplefavorite-button::before {
  background: url(../images/common/icon-star-color-empty.png) no-repeat center center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 22px;
  left: 34px;
  position: absolute;
  top: 29%;
  transition: background-image 0.15s;
  width: 22px;
}

.p-schoolDetail__followBtn-Block .p-searchResult-list__item-keepButton .simplefavorite-button.active::before {
  background-image: url(../images/common/icon-star-color-full.png);
  left: 41px;
}

.p-searchResult-list__badges {
  display: flex;
  margin-left: 1px;
  margin-top: 22px;
  pointer-events: none;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__badges {
    margin-left: 1px;
    margin-top: 0px;
  }
}

/*====================================================
# スクール詳細ページ
=====================================================*/
@media screen and (max-width: 767px) {
  .p-schoolDetail .p-searchResult-list__badges {
    margin-top: 18px;
  }
}

.p-searchResult .p-searchResult-list__badges {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-searchResult .p-searchResult-list__badges {
    margin-top: -3px;
  }
}

.p-searchResult-list__badge {
  background: #F85508;
  border: 1px solid #F85508;
  border-radius: 2px;
  display: grid;
  margin-top: 4px;
  padding: 4px 7px 4px 33px;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__badge {
    margin-bottom: 9px;
    padding: 6px 7px 6px 33px;
  }
}

.p-searchResult-list__badge-discountText,
.p-searchResult-list__badge-benefitText {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 18px; /* 128.571% */
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__badge-discountText,
  .p-searchResult-list__badge-benefitText {
    font-size: 1rem;
  }
}

.p-searchResult-list__badge-discountText::before,
.p-searchResult-list__badge-benefitText::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  pointer-events: none;
  position: absolute;
  width: 1.25rem;
}
.p-searchResult-list__badge-benefitText::before {
  background-image: url(../images/common/icon-benefit-white.png);
  left: -46%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__badge-benefitText::before {
    left: -1.625rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-searchResult-list__badge-discountText::before {
  background-image: url(../images/common/icon-discount-white.png);
  left: -46%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__badge-discountText::before {
    left: -1.625rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-searchResult-list__badge:not(:first-child) {
  margin-left: 8px;
}

.p-searchResult-list__btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-list__btn {
    justify-content: flex-end;
    margin-top: 18px;
  }
}

.p-searchResult-listItem-prefectureArea {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*====================================================
# スクール詳細ページ
=====================================================*/
.p-sub-searchResult-list__item .p-searchResult-listItem-prefectureArea {
  flex-shrink: 0;
}

.p-searchResult-listItem-licenceArea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-searchResult-listItem-licenceArea li {
  align-items: center;
  background-color: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: normal;
  padding: 2px 16px;
}
.p-searchResult-listItem-licenceArea {
  row-gap: 5px;
}

.p-searchResult-listItem-licenceAreaLimited {
  margin-left: 33px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-listItem-licenceAreaLimited {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-searchResult-listItem-costArea {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.p-searchResult-listItem-costArea label {
  background-color: transparent;
  color: #192655;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.6875rem;
  padding: 0px 0px;
}

.p-searchResult-listItem-costArea .min-price {
  margin-left: 34px;
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-searchResult-listItem-costArea .min-price {
    margin-top: initial;
  }
}

.p-searchResult-listItem-costArea .min-price--discounted {
  margin-left: 34px;
}

.min-price {
  position: relative;
}

.min-price:before {
  background-image: url(../images/common/icon-yen-blueForSchool.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 20px;
  left: -33px;
  position: absolute;
  top: 26%;
  width: 20px;
}
.min-price--discounted {
  color: #7E7E7E;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: normal;
  position: relative;
}
.min-price--discounted::after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(0deg);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .min-price--discounted::before {
    background-image: url(../images/common/icon-yen-blueForSchool.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    flex-shrink: 0;
    height: 20px;
    left: -35px;
    position: absolute;
    top: 4%;
    width: 20px;
  }
}

.disc-price {
  color: #F90;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 34px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .disc-price {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}

.disc-price:before {
  background-image: url(../images/common/icon-yen-blueForSchool.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 20px;
  left: -23px;
  position: absolute;
  top: 19%;
  transform: translate(-50%);
  width: 16px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .disc-price:before {
    display: none;
  }
}

.p-searchResult-listItem-costArea {
  color: #F90;
  font-family: "Noto Sans JP";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-searchResult-listItem-costArea {
    font-size: 1.5rem;
  }
}

.p-searchResult__noPost {
  text-align: center;
}
.p-searchResult__noPost span {
  display: inline-block;
}

.p-searchResult__flex {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-searchResult__flex {
    display: flex;
  }
}

.p-searchResult__left {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-searchResult__left {
    display: block;
    margin-top: 7.5625rem;
    width: 18.75rem;
  }
}

.p-searchResult__right {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-searchResult__right {
    margin-left: 4.25rem;
    width: calc(100% - 18.75rem - 4.25rem);
  }
}

.p-searchResult__underSearchForm {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  .p-searchResult__underSearchForm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar-card {
    display: block;
  }
}

.p-sidebar-card__img {
  border-radius: 0.375rem 0 0 0;
  overflow: hidden;
  padding-top: 10%;
  position: relative;
  width: 34%;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__img {
    border-radius: 0.375rem 0.375rem 0 0;
    padding-top: 56.25%;
    transition: 0.5s;
    width: initial;
  }
}

.p-sidebar-card__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  width: 100%;
}

.p-sidebar-card__body {
  background: #fff;
  padding: 0.5rem;
  transition: 0.5s;
  width: 66%;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__body {
    margin-left: initial;
    padding: 0.5rem 0.75rem 0.75rem 0.75rem;
    width: initial;
  }
}

.p-sidebar-card__body.p-sidebar-card__body--NOline {
  border-bottom: none;
}

@media (hover: hover) and (pointer: fine) {
  .p-card-list__item:hover .p-sidebar-card__img img {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.p-sidebar-card__title,
.p-sidebar-card__text,
.p-sidebar-card__category,
.p-sidebar-card__date {
  transition: 0.5s;
}

.p-sidebar-card__title.p-sidebar-card__title--choice {
  margin-top: 7px;
}

.p-sidebar-card__cat-info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-sidebar-card__category {
  align-items: center;
  background-color: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__category {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .p-sidebar-card__category {
    font-size: 0.875rem;
  }
}

.p-sidebar-card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: normal;
  margin-top: 0.4375rem;
}

.p-sidebar-card__info {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__info {
    margin-top: 0.4375rem;
  }
}

.p-sidebar-card__date {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: normal;
}
.p-sidebar__block {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-sidebar__block {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 97.5rem;
  }
}

.p-sidebar__left {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-sidebar__left {
    width: 75.5%;
  }
}

.p-sidebar__right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-sidebar__right {
    display: block;
    margin-right: 3.75rem;
    margin-top: 5.6875rem;
    padding-bottom: 1.25rem;
    width: 24.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebarCard-list {
    flex-wrap: wrap;
  }
}

.p-sidebarCard-list__item {
  background: white;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-sidebarCard-list__item {
    display: block;
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-sidebarCard-list__item:hover {
    opacity: 1;
  }
}

.p-sidebarCard-list__item + .p-sidebarCard-list__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sidebarCard-list__item + .p-sidebarCard-list__item {
    margin-top: 24px;
  }
}

.p-sidebarCard-list .p-sidebarCard-list__item:nth-child(4n+1) {
  margin-left: 0rem;
}

.p-sidebarCard-list .p-sidebarCard-list__item:nth-child(n+5) {
  margin-top: 3.4375rem;
}

.p-subSchool-mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-subSchool-mv__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.p-subSchool-mv__bg {
  background-image: url(../images/common/mv-school-sp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  height: 11.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-subSchool-mv__bg {
    background-image: url(../images/common/mv-school.jpg);
    height: 22.125rem;
  }
}

.p-subSchool-mv__bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.68%, rgba(0, 0, 0, 0.7) 86.2%);
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
  z-index: 1;
}

.p-subSchool-mv__header {
  display: inline;
  left: 4%;
  position: absolute;
  top: 82%;
  transform: translate(0%, -135%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-subSchool-mv__header {
    left: 6%;
    top: 50%;
    transform: translate(0%, 64%);
    width: inherit;
  }
}

.p-subSchool-mv__title {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08125rem;
  line-height: 1.4369375rem;
  margin-top: 11px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-subSchool-mv__title {
    font-size: 2.625rem;
    letter-spacing: 0.2625rem;
    line-height: 2.1875rem;
    margin-top: 1.125rem;
  }
}

.p-subSchool-mv__subtitle {
  align-items: center;
  background: #DCE4F1;
  color: #192655;
  display: inline-flex;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.040625rem;
  line-height: 0.821125rem;
  padding: 3.284px 6px;
}
@media screen and (min-width: 768px) {
  .p-subSchool-mv__subtitle {
    font-size: 1rem;
    gap: 0.625rem;
    letter-spacing: 0.05rem;
    line-height: 1.25rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-subSchool-mv__scroll span {
  position: relative;
}

.p-subSchool-mv__scroll span::after {
  background-color: #fff;
  bottom: -17px;
  content: "";
  height: 50px;
  position: absolute;
  right: -35px;
  transform: rotate(90deg);
  width: 1px;
}

.p-title-card {
  position: relative;
}

.p-title-card__img {
  -o-object-fit: cover;
  aspect-ratio: 355/178;
  border-radius: 6px;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-title-card__img {
    aspect-ratio: 424/239;
  }
}

.p-title-card__img img {
  -o-object-fit: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  width: 100%;
}

.p-title-card__img img:hover {
  transform: scale(1.2);
}

.p-title-card__catch {
  bottom: 8%;
  display: inline;
  left: 4%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-title-card__catch {
    left: 6%;
    top: 84.5%;
    transform: translate(0%, -115%);
    width: inherit;
  }
}

.p-title-card__catch-text {
  align-items: center;
  background: #fff;
  color: #333;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 3px;
  line-height: normal;
  padding: 0.125rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-title-card__catch-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-title-card__catch-text {
    font-size: 1.25rem;
  }
}

div.wpcr3_aggregateRating {
  font-size: 1em;
}

.wpcr3_review {
  background-color: #FFF;
  border-radius: 6px;
  padding: 16px;
}
.wpcr3_review + .wpcr3_review {
  margin-top: 24px;
}
.wpcr3_review .my_wpcr3_review_head {
  border-bottom: 1px solid #DDD;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .wpcr3_review .my_wpcr3_review_head {
    align-items: flex-end;
    flex-direction: row;
    gap: 1.5rem;
  }
}
.wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headTitle {
  display: flex !important;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headTitle {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.wpcr3_review .my_wpcr3_review_head .wpcr3_review_title {
  font-size: 18px !important;
  font-weight: 700;
  line-height: unset;
}
.wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta {
  align-items: flex-end;
  color: #777;
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta .wpcr3_review_author {
  display: block !important;
  font-size: 14px;
  font-style: normal;
  line-height: unset;
}
@media screen and (min-width: 768px) {
  .wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta .wpcr3_review_author {
    text-align: right;
  }
}
.wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta .wpcr3_review_customs {
  display: block !important;
  line-height: unset;
  margin-bottom: 0;
  margin-top: 5px;
}
.wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta .wpcr3_review_custom {
  display: inline-block;
  font-size: 14px;
  line-height: unset;
  margin-right: 0;
}
.wpcr3_review .my_wpcr3_review_head .my_wpcr3_review_headMeta .wpcr3_review_custom:not(:last-of-type) {
  margin-right: 16px;
}
.wpcr3_review .my_wpcr3_review_body {
  padding-top: 16px;
}
.wpcr3_review .my_wpcr3_review_body .wpcr3_content p {
  font-size: 15px;
  line-height: 1.7 !important;
}
.wpcr3_review .my_wpcr3_review_body .more-link-after a {
  color: #00C1FF;
  text-decoration: underline;
}
.wpcr3_review .my_wpcr3_review_body .wpcr3_review_datePublished {
  color: #777;
  font-size: 14px;
  font-style: normal !important;
  margin-top: 14px;
}

.wpcr3_respond_2 {
  margin-top: 48px !important;
}

.wpcr3_div_2 {
  background-color: #FFF;
  border-radius: 6px;
  padding: 32px 16px;
  width: 100%;
}

.wpcr3_table_2 {
  max-width: 100%;
}
.wpcr3_table_2 .wpcr3_leave_text {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
}
.wpcr3_table_2 .wpcr3_leave_text::before {
  background: url(../images/common/icon-communication.png) no-repeat center center/contain;
  content: "";
  height: 26px;
  width: 26px;
}
.wpcr3_table_2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.wpcr3_table_2 tr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr {
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
}
.wpcr3_table_2 tr:first-child {
  display: block;
}
.wpcr3_table_2 tr td {
  font-size: 14px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr td {
    font-size: 15px;
  }
}
.wpcr3_table_2 tr td .label_required {
  display: inline-block;
}
.wpcr3_table_2 tr td .label_required::before {
  color: #FF0808;
  content: "*";
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}
.wpcr3_table_2 tr td input[type=text],
.wpcr3_table_2 tr td textarea {
  background-color: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  height: 39px;
  min-width: unset;
  padding: 6px 12px;
  width: 100%;
}
.wpcr3_table_2 tr td textarea {
  height: unset !important;
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr td:first-child {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr td:nth-child(2) {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
.wpcr3_table_2 tr.wpcr3_review_form_text_field,
.wpcr3_table_2 tr.wpcr3_review_form_rating_field {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr.wpcr3_review_form_review_field_label {
    display: inline-flex;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr.wpcr3_review_form_review_field_textarea {
    display: inline-flex;
    width: calc(100% - 200px - 16px);
  }
}
.wpcr3_table_2 tr.wpcr3_review_form_review_field_textarea td {
  flex: 0 0 100%;
  max-width: 100%;
}
.wpcr3_table_2 tr:nth-last-child(2) {
  width: 100%;
}
.wpcr3_table_2 tr:nth-last-child(2) td:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm {
  margin-block: 0;
  text-align: center;
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label {
  display: block;
  font-size: 14px;
  margin: 0;
  padding-left: 32px;
  position: relative;
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label::before, .wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label::after {
  content: "";
  display: block;
  position: absolute;
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label::before {
  background-color: #F7F7F7;
  border: 2px solid #EEE;
  border-radius: 4px;
  height: 24px;
  left: 0;
  top: 50%;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label::before {
    top: 6px;
  }
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label::after {
  background-image: url(../images/common/easy-checkR.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  left: 6px;
  opacity: 0;
  top: calc(50% + 6px);
  width: 13px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label::after {
    top: 12px;
  }
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label:has(input:checked)::before {
  background-color: #F90;
  border: 2px solid #F90;
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm label:has(input:checked)::after {
  opacity: 1;
}
.wpcr3_table_2 tr:nth-last-child(2) .wpcr3_check_confirm input {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  appearance: unset;
}
.wpcr3_table_2 tr:last-child {
  width: 100%;
}
.wpcr3_table_2 tr:last-child td:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.wpcr3_table_2 tr:last-child .wpcr3_submit_btn {
  background: #00C1FF;
  border: none;
  border: 2px solid #00C1FF;
  border-radius: 999px;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 36px;
  margin-bottom: 0;
  margin-inline: auto;
  margin-top: 24px;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 200px;
}
.wpcr3_table_2 tr:last-child .wpcr3_submit_btn::after {
  background: url(../images/common/btnR-arrow.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .wpcr3_table_2 tr:last-child .wpcr3_submit_btn:hover {
    background: #FFF !important;
    color: #00C1FF !important;
  }
  .wpcr3_table_2 tr:last-child .wpcr3_submit_btn:hover::after {
    background-image: url(../images/common/btnR-arrow-blue.png);
  }
}

.pc-nav__items {
  -moz-column-gap: 0.75rem;
  align-items: center;
  column-gap: 0.75rem;
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item,
.pc-nav__item a {
  height: inherit;
}

@media screen and (min-width: 768px) {
  .pc-nav__items a {
    align-items: center;
    border: 3px solid #00C1FF;
    border-radius: 999px;
    color: #00C1FF;
    display: flex;
    font-family: "Noto Sans JP";
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 700;
    gap: 0.625rem;
    justify-content: center;
    line-height: normal;
    padding: 1rem 0.4375rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pc-nav__items a {
    font-size: 0.875rem;
    min-width: 9.125rem;
    padding: 0.8125rem 1.25rem;
    transition: 0.5s;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__items li:last-child a {
    display: none;
  }
}

.menu-item-193 {
  padding: 0 19px 0 19px;
  position: relative;
}

.pc-nav__items li:last-child a::before {
  padding: 0;
  width: 6.3125rem;
}

.pc-nav__items--base li:nth-child(2) a {
  position: relative;
}
.pc-nav__items--base li:nth-child(2) a span.favorite-number {
  background-color: #192655;
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  opacity: 0;
  position: absolute;
  right: -13px;
  text-align: center;
  top: -16px;
  width: 18px;
  z-index: 2;
}
.pc-nav__items--base li:nth-child(2) a span.favorite-number.has-favorites {
  opacity: 1;
}
.pc-nav__items--base li:nth-child(2) a span.favorite-number.add-favorites {
  animation: favoriteIn 0.25s ease-in-out forwards;
}

.company span.favorite-number,
.contact span.favorite-number,
.school-listing span.favorite-number,
.policy span.favorite-number {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-nav__items--blog {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .pc-nav__items--blog {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__items--blog li a {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .pc-nav__items--blog li a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__items--blog li a::before {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .pc-nav__items--blog li a::before {
    font-size: 0.75rem;
  }
}

.sp-nav {
  background-color: #3D3D3D;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.98;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    position: absolute;
  }
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  min-height: 100vh;
  padding-bottom: 6.25rem;
}

.sp-nav__item {
  width: 100%;
}

.sp-nav__item a {
  color: #fff;
  color: #fff;
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.625rem 0;
  text-align: center;
  transition: background-color 0.5s, color 0.5s;
}

.sp-nav__items li {
  align-items: center;
  background: #00C1FF;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 3.1875rem;
  height: 3.75rem;
  justify-content: center;
  line-height: normal;
  position: relative;
  text-align: center;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .sp-nav__items li {
    color: #333;
    transition: 0.5s;
  }
}

.sp-nav__items li:after {
  background-image: url(../images/common/btnR-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.4375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.7s;
  width: 1rem;
}

.sp-nav__items li:last-child {
  background: #F90;
  padding-left: 2.0625rem;
}

.sp-nav__items li:last-child:before {
  background-image: url(../images/common/icon-star-color-full.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.5rem;
  left: 4.25rem;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  transition: background-image 0.7s;
  width: 1.5rem;
}

.sp-nav__items li a {
  display: block;
  padding: 1.25rem 0;
  width: 100%;
}

.sp-nav__items:last-child a::before {
  padding: 0;
  width: 6.3125rem;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item a:hover {
    background-color: #00C1FF;
    color: #fff;
  }
}

.p-header__sp-nav ul li {
  margin-top: 7.625rem;
}

.p-header__sp-nav ul li:not(:first-child) {
  margin-top: 2rem;
}

.p-header__sp-nav .sp-nav__items--blog {
  margin-top: 40px;
  padding: 6.25rem 0;
}
.p-header__sp-nav .sp-nav__items--blog li:first-child {
  margin-top: 0;
}
.p-header__sp-nav .sp-nav__items--blog li + li {
  margin-top: 32px;
}

.u-sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
/*# sourceMappingURL=sourcemaps/style.css.map */