@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

/* 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,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5384615385vw;
  }
}
@media (min-width: 1040px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: " notoSansJP ";
  src: url("../../font/NotoSansJP-Regular.ttf") format("woff"), url("../../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: " notoSansJP ";
  src: url("../../font/NotoSansJP-Medium.ttf") format("woff"), url("../../font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: " notoSansJP ";
  src: url("../../font/NotoSansJP-Bold.ttf") format("woff"), url("../../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: " roboto ";
  src: url("../../font/Roboto-Medium.ttf") format("woff"), url("../../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: " lato ";
  src: url("../../font/Lato-Bold.ttf") format("woff"), url("../../font/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}
body {
  color: #5D676D;
  font-family: " notoSansJP ";
  font-weight: 500;
}

body.is-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

/* 水平スクロールバーをカスタマイズ */
::-webkit-scrollbar {
  height: 6px; /* 横スクロールバーの高さ */
  background-color: #EEEEEE; /* スクロールバーの背景色 */
}

::-webkit-scrollbar:vertical {
  width: 6px; /* 横スクロールバーの幅 */
  background-color: #EEEEEE; /* スクロールバーの背景色 */
}

::-webkit-scrollbar-thumb {
  background-color: #D6D6D6; /* スクロールバーのつまみ（thumb）の色 */
}

.l-404 {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding-bottom: 0.9375rem;
  }
}

.l-about {
  padding: 1.875rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    padding: 2.8125rem 0 2.5rem;
  }
}

.l-archive-category {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-archive-category {
    padding-top: 6.375rem;
  }
}

.l-archive-movie {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-archive-movie {
    padding-top: 5rem;
  }
}

.l-archive-new {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-archive-new {
    padding-top: 6.375rem;
    padding-bottom: 2.8125rem;
  }
}

.l-archive-popular {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-archive-popular {
    padding-top: 5.625rem;
  }
}

.l-category-list {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-category-list {
    padding-top: 6.25rem;
  }
}

.l-container {
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-top: 9.0625rem;
    padding-bottom: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-container--single {
    padding-bottom: 6.8rem;
  }
}

.l-footer {
  padding-top: 2.5rem;
  margin-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2.8125rem;
    margin-bottom: 0;
  }
}

.l-fv {
  height: 13.125rem;
}
@media screen and (min-width: 768px) {
  .l-fv {
    height: 16.875rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 550px) {
  .l-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1090px;
  }
}

.l-pager {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .l-pager {
    margin-top: 6.25rem;
  }
}

.l-post-connect {
  margin-top: 1rem;
}

.l-site::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: fixed;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 999;
}

.is-open.l-site::after {
  opacity: 1;
  visibility: visible;
}

.l-site.is-open {
  overflow: hidden;
}

.l-top-mv-swiper {
  margin-top: 4.375rem;
  padding-top: 2.5rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .l-top-mv-swiper {
    margin-top: 9.0625rem;
    padding-top: 3.125rem;
    padding-bottom: 5.625rem;
  }
}

.l-wrapper {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper {
    padding-top: 1.875rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.l-wrapper.l-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper.l-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.l-wrapper--single {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-wrapper--single {
    padding-top: 1.875rem;
  }
}

.c-banner {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-banner {
    display: block;
    position: fixed;
    right: 0;
    bottom: 2%;
    width: 20rem;
    height: 14.0625rem;
    z-index: 99999;
  }
}

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

.c-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-breadcrumb {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    display: block;
    font-size: 0.75rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #273A68;
    padding: 0.625rem 2.5rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    padding-left: 2.5rem;
  }
}

.c-btn-contact a {
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
  padding: 0.8em 0;
  text-align: center;
  position: relative;
  background-color: #F19DAE;
  border-radius: 0.625rem;
  box-shadow: 0 3px 0 #A3334A;
  transition: all ease 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-contact a {
    font-size: 1.375rem;
    padding: 1.5625rem 0;
  }
}

.c-btn-contact a:hover {
  box-shadow: initial;
  transform: translate(3px, 3px);
}

.c-btn-contact a::before {
  content: "";
  position: absolute;
  background-image: url("../images/icon-calender.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.1875rem;
  height: 2.1875rem;
  top: 0.6em;
  left: 0.7em;
}
@media screen and (min-width: 768px) {
  .c-btn-contact a::before {
    width: 2.5625rem;
    height: 2.5625rem;
    top: 0.8em;
  }
}

.c-btn-contact a::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon-sankaku-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.6875rem;
  height: 1.0625rem;
  top: 1.2em;
  right: 1em;
}
@media screen and (min-width: 768px) {
  .c-btn-contact a::after {
    top: 1.5em;
  }
}

.c-btn a {
  color: #fff;
  font-size: clamp(1rem, 4.7vw, 1.25rem);
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  background-color: #F19DAE;
  border-radius: 0.3125rem;
  box-shadow: 0 3px 0 #A3334A;
  transition: all ease 0.3s;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    font-size: 1rem;
    padding: 0.9375rem 0;
  }
}

.c-btn a:hover {
  box-shadow: initial;
  transform: translate(3px, 3px);
}

.c-btn span {
  position: relative;
}

.c-btn span::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon-sankaku-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.5em;
  height: 0.8em;
  top: 0.35em;
  right: -1.7em;
}
@media screen and (min-width: 768px) {
  .c-btn span::after {
    right: -2.1em;
  }
}

.c-btn--others span::after {
  top: 1.1em;
  right: -4.6em;
}

.c-btn--small a {
  font-size: 0.875rem;
  padding: 0.1875rem 0;
  width: 18.125rem;
  padding-right: 3%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn--small a {
    font-size: 0.9375rem;
    width: 14.25rem;
  }
}

.c-btn--small span::after {
  background-image: url("../images/arrow.png");
  right: -0.9em;
}

.c-btn--404 a {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding: 0.8em 0;
}
@media screen and (min-width: 768px) {
  .c-btn--404 a {
    font-size: 1.375rem;
    padding: 0.9375rem 0;
  }
}

.c-category-link {
  position: relative;
}

.c-category-link::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.8125rem;
  height: 2.8125rem;
  top: 5%;
  left: 2%;
}

.c-category-link--head::before {
  background-image: url("../images/icon-head.png");
}

.c-category-link--face::before {
  background-image: url("../images/icon-face.png");
}

.c-category-link--eye::before {
  background-image: url("../images/icon-eye.png");
}

.c-category-link--nose::before {
  background-image: url("../images/icon-nose.png");
}

.c-category-link--mouth::before {
  background-image: url("../images/icon-mouth.png");
}

.c-category-link--ear::before {
  background-image: url("../images/icon-ear.png");
}

.c-category-link--neck::before {
  background-image: url("../images/icon-neck.png");
}

.c-category-link--shoulder::before {
  background-image: url("../images/icon-shoulder.png");
}

.c-category-link--chest::before {
  background-image: url("../images/icon-chest.png");
}

.c-category-link--hand::before {
  background-image: url("../images/icon-hand.png");
}

.c-category-link--stomach::before {
  background-image: url("../images/icon-stomach.png");
}

.c-category-link--back::before {
  background-image: url("../images/icon-back.png");
}

.c-category-link--waist::before {
  background-image: url("../images/icon-waist.png");
}

.c-category-link--butt::before {
  background-image: url("../images/icon-butt.png");
}

.c-category-link--urinary::before {
  background-image: url("../images/icon-urinary.png");
}

.c-category-link--feet::before {
  background-image: url("../images/icon-feet.png");
}

.c-category-link--heart::before {
  background-image: url("../images/icon-heart.png");
}

.c-category-link--others::before {
  background-image: url("../images/icon-nerve.png");
}

.c-category-link a {
  width: 100%;
  height: inherit;
  border: 2px solid #EAF0F5;
  height: 3.4375rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  color: #5EB7E8;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding-left: 3.75rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-category-link a {
    font-size: 1.125rem;
    padding-left: 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-category-link--nerve a {
    padding-left: 4.375rem;
    font-size: 0.9375rem;
  }
}

.c-category-link span {
  font-size: 0.6875rem;
}
@media screen and (min-width: 550px) {
  .c-category-link span {
    font-size: clamp(0.6875rem, 2vw, 1.25rem);
  }
}
@media screen and (min-width: 768px) {
  .c-category-link span {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-category-link--nerve span {
    font-size: 0.9375rem;
  }
}

.c-fixed-btn {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding: 1rem 0;
  text-align: center;
  background-color: rgba(205, 232, 246, 0.9);
  height: 5.625rem;
}

@media screen and (min-width: 768px) {
  .c-fixed-btn {
    display: none;
  }
}
.c-fixed-btn a {
  display: inline-block;
  width: 90% !important;
  max-width: 27.875rem;
}

.c-hamburger {
  z-index: 9999;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 0.25rem;
  width: 2.75rem;
  background: #5EB7E8;
  transition: all ease 0.3s;
  border-radius: 0.125rem;
}

.c-hamburger span:nth-child(1) {
  top: 0.0625rem;
}

.c-hamburger span:nth-child(2) {
  margin: 0.75rem 0;
}

.c-hamburger span:nth-child(3) {
  top: -0.0625rem;
}

/*is-OPEN時の動き*/
.c-hamburger.is-open span:nth-child(1) {
  top: 0.875rem;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  background: #5D676D;
}

.c-hamburger.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
  transition: all ease 0.3s;
}

.c-hamburger.is-open span:nth-child(3) {
  top: -1.0625rem;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
  background: #5D676D;
}

.c-pc-dropdown {
  position: relative;
  display: inline-block;
}

.c-pc-dropdown::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon-sankaku.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.0625rem;
  height: 0.5rem;
  top: 0.2em;
  left: 5.5em;
  transition: all ease 0.3s;
}

.c-search-btn {
  background: url("../images/icon-search.png") no-repeat center; /*虫眼鏡アイコンを背景に表示*/
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-search-btn {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-search-btn.active {
  background: url("../images/icon-close.png") no-repeat center; /*閉じるアイコンを背景に表示*/
  background-size: contain;
}
@media screen and (min-width: 550px) {
  .c-search-btn.active {
    background-size: 1.875rem 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .c-search-btn.active {
    background-size: 1.25rem 1.25rem;
  }
}

.c-search {
  opacity: 0;
  width: 0;
  transition: all 0.4s;
  border-radius: 5px;
  position: absolute;
  top: 5.8125rem;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .c-search {
    top: 9.375rem;
  }
}

.c-search.active {
  opacity: 1;
  width: 12.5rem;
}

.c-search__form {
  display: none;
}

.c-search__form.active {
  display: block;
}

.c-search input {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
  color: #5D676D;
}

.c-search input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EAF0F5;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 2.5rem;
  padding: 0.625rem;
}

/*テキスト入力inputにフォーカスされたら*/
.c-search input[type=text]:focus {
  background: #F2F7FA;
}

.c-search input[type=submit] {
  background: url("../images/icon-search.png") no-repeat; /*虫眼鏡アイコンを背景に表示*/
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  background-size: contain;
  right: 5%;
  top: 10%;
}
@media screen and (min-width: 550px) {
  .c-search input[type=submit] {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-search {
  opacity: 0;
  width: 0;
  transition: all 0.4s;
  border-radius: 5px;
  position: absolute;
  top: 5.8125rem;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .c-search {
    top: 9.375rem;
    right: calc(50% - 23.5rem);
  }
}

.c-search.active {
  opacity: 1;
  width: 12.5rem;
}

.c-search__form {
  display: none;
}

.c-search__form.active {
  display: block;
}

.c-search input {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
  color: #5D676D;
}

.c-search input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EAF0F5;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 2.5rem;
  padding: 0.625rem;
}

/*テキスト入力inputにフォーカスされたら*/
.c-search input[type=text]:focus {
  background: #F2F7FA;
}

.c-search input[type=submit] {
  background: url("../images/icon-search.png") no-repeat; /*虫眼鏡アイコンを背景に表示*/
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  background-size: contain;
  right: 5%;
  top: 10%;
}
@media screen and (min-width: 550px) {
  .c-search input[type=submit] {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-section-heading {
  font-weight: 500;
  color: #5D676D;
  line-height: 1;
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 0.9375rem;
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading {
    font-size: 1.375rem;
  }
}

.c-section-heading span {
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading span {
    font-size: 1.875rem;
  }
}

.c-section-heading::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #F19DAE 50%, #5EB7E8 50.1%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 93%;
  height: 0.5rem;
  bottom: 0;
  left: 2%;
}

.c-section-heading02 {
  font-size: 1.625rem;
  color: #5EB7E8;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-section-heading02 {
    font-size: 1.625rem;
  }
}

.c-section-heading02--large {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading02--large {
    font-size: 1.625rem;
  }
}

.c-section-heading02--connect {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-section-heading02--connect {
    font-size: 2.125rem;
  }
}

.c-sp-dropdown {
  position: relative;
  display: block;
}

.c-sp-dropdown::after {
  content: "";
  position: absolute;
  background-image: url("../images/icon-sankaku.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.0625rem;
  height: 0.5rem;
  top: 0.3em;
  right: 2%;
  transition: all ease 0.3s;
}
@media screen and (min-width: 550px) {
  .c-sp-dropdown::after {
    width: 1.375rem;
    height: 0.8125rem;
  }
}

.c-sp-dropdown.is-open::after {
  transform: rotate(180deg);
}

.c-sub-heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #5EB7E8;
  line-height: 1;
  padding-bottom: 0.7em;
  padding-left: 0.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-heading {
    font-size: 1.25rem;
    padding-bottom: 0.85rem;
  }
}

.c-sub-heading::after {
  content: "";
  position: absolute;
  background-color: #EAF0F5;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.p-404__title {
  text-align: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #5EB7E8;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__title {
    margin-top: 2.8125rem;
  }
}

.p-404__title span {
  font-size: 3.75rem;
  font-family: " lato ";
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-404__title span {
    font-size: 6.6875rem;
    letter-spacing: 0.1em;
  }
}

.p-404__text {
  text-align: center;
  font-size: 1rem;
  margin-top: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-404__text:first-of-type {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-404__text:first-of-type {
    margin-top: 2.8125rem;
  }
}

.p-404__btn {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-404__btn {
    width: 23.9375rem;
    margin-top: 4.8125rem;
  }
}

.p-about {
  background-color: #F2F7FA;
}

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

.p-about__text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2.0869565217;
  font-weight: 500;
  color: #5D676D;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.125rem;
    line-height: 2.6666666667;
    text-align: center;
    margin-top: 2.1875rem;
    letter-spacing: 0.05em;
  }
}

.p-archive-category__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-category__content {
    display: none;
  }
}

.p-archive-category__pc-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-archive-category__pc-content {
    margin-top: 1.875rem;
    display: block;
  }
}

.p-archive-category__content02 {
  display: flex;
  overflow-x: scroll;
  margin-top: 4.6875rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive-category__content02 {
    display: none;
  }
}

.p-archive-category__btn {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-archive-category__btn {
    width: 23.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.5625rem;
  }
}

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

.p-archive-movie__btn {
  margin-top: 3.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-archive-movie__btn {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25rem;
  }
}

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

.p-archive-new__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-archive-new__btn {
    display: block;
    margin-top: 4.6875rem;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.p-archive-popular__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-archive-popular__btn {
    display: block;
    margin-top: 4.375rem;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#toc_container {
  background-image: url("../images/index-bg.jpg") !important;
  background-repeat: repeat;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 1.25rem;
  border: none !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #toc_container {
    padding: 2.5%;
  }
}

#toc_container a {
  display: inline-block;
  margin-top: 0.625rem;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.7916666667;
  font-family: " roboto ";
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #toc_container a {
    font-size: 1rem;
    line-height: 2.6875;
    margin-top: 0;
  }
}

#toc_container ul ul {
  margin-left: 0.5em;
}

#toc_container ul li {
  margin-left: 0 !important;
}

.toc_title {
  background-color: #fff;
  padding-top: 2% !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  font-family: " roboto " !important;
}
@media screen and (min-width: 768px) {
  .toc_title {
    padding-top: 1.5% !important;
  }
}

.toc_list {
  background-color: #fff !important;
  margin-top: 0 !important;
  padding: 2% 10% 2.6% 3% !important;
}

.p-block-editor p {
  font-size: 1rem;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.59375;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-block-editor p {
    font-size: 1rem;
    line-height: 1.6875;
    letter-spacing: 0;
  }
}

.p-block-editor p {
  margin-top: 1em;
}

.p-block-editor h2.wp-block-heading {
  margin-top: 4.375rem;
  margin-bottom: 3.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  font-weight: 700;
  color: #5D676D;
  line-height: 1.1944444444;
  letter-spacing: 0.05em;
  background-color: #F7F7FA;
  padding: 1em 0.7em 0.8em;
  border-bottom: 2px solid #707070;
  border-left: 4px solid #5EB7E8;
}
@media screen and (min-width: 768px) {
  .p-block-editor h2.wp-block-heading {
    font-size: 1.6875rem;
    line-height: 1.5357142857;
    padding: 0.8em 1em 0.6em;
    letter-spacing: 0;
  }
}

.p-block-editor h3.wp-block-heading {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.1944444444;
  font-weight: 700;
  color: #5D676D;
  border-left: 4px solid #5EB7E8;
  padding-left: 0.7em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-block-editor h3.wp-block-heading {
    font-size: 1.6875rem;
    line-height: 1.5925925926;
    padding-left: 1em;
    letter-spacing: 0;
  }
}

.p-block-editor h4.wp-block-heading {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.1944444444;
  font-weight: 700;
  color: #5EB7E8;
  padding-bottom: 0.125rem;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-block-editor h4.wp-block-heading {
    font-size: 1.5rem;
    line-height: 1.7916666667;
    line-height: 1.6;
  }
}

.p-block-editor h4.wp-block-heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #5EB7E8;
  bottom: 0;
  left: 0;
}

.p-block-editor ul {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}

.p-block-editor ul li {
  font-size: 1rem;
  line-height: 1.4;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  list-style: disc;
  margin-left: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-block-editor ul li {
    font-size: 1.0625rem;
    line-height: 2.4117647059;
    margin-left: 3.7em !important;
    letter-spacing: 0.02em;
  }
}

.p-block-editor ol li {
  font-size: 1rem;
  line-height: 1.59375;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  list-style: decimal;
  margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-block-editor ol li {
    font-size: 1.0625rem;
    line-height: 2.4117647059;
    margin-left: 4.1em !important;
  }
}

.p-block-editor ol li::marker {
  font-size: 1rem;
  font-family: " robot ";
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-block-editor ol li::marker {
    font-size: 1.375rem;
  }
}

.p-check-list {
  margin-top: 3.125rem;
}

.p-check-list__item {
  margin-top: 0.3125rem;
  font-size: 1rem;
  line-height: 1.59375;
  color: #333333;
  font-weight: 500;
  list-style: none !important;
  margin-left: 2em;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-check-list__item {
    font-size: 1.0625rem;
    line-height: 2.4117647059;
    margin-left: 3em;
  }
}

.p-check-list__item::before {
  content: "";
  position: absolute;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  top: 0.1em;
  left: -1.6em;
}
@media screen and (min-width: 768px) {
  .p-check-list__item::before {
    width: 2.5rem;
    height: 1.125rem;
    left: -1.6em !important;
    top: 0.7em !important;
  }
}

.wp-block-quote {
  margin: 3.125rem 2.5rem 0;
  background-color: #F9F8F8;
  padding: 1.5625rem;
}

blockquote p {
  font-size: 1rem;
  line-height: 1.59375;
  color: #333333;
  font-weight: 500;
  margin-top: 0 !important;
}

blockquote cite {
  display: block;
  margin-top: 0.9375rem;
  text-align: right;
  font-size: 1rem;
  color: #333333;
  font-weight: 500;
  word-break: break-all;
  padding-left: 4.2rem;
}
@media screen and (min-width: 768px) {
  blockquote cite {
    font-size: 1rem;
  }
}

blockquote cite a {
  position: relative;
  color: #333333 !important;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  blockquote cite a {
    font-size: 1rem;
  }
}

blockquote cite a::before {
  content: "引用元：";
  position: absolute;
  display: inline-block;
  color: #333333;
  top: -0.2em;
  right: 102%;
  width: 8rem;
  height: 1em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  blockquote cite a::before {
    font-size: 1rem;
  }
}

.wp-block-table,
.wp-block-flexible-table-block-table {
  overflow-x: scroll;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin: 3.125rem 0;
  padding-bottom: 0.625rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 768px) {
  .wp-block-table,
  .wp-block-flexible-table-block-table {
    font-size: 0.9375rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    width: 88%;
  }
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.7em;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.wp-block-table th {
  line-height: 1.2;
  text-align: center;
  padding: 0 1rem;
  background-color: #ECF4F8;
  width: 13.9375rem;
}

@media screen and (min-width: 768px) {
  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .wp-block-table th {
    padding: 0.2em 1em;
  }
}
.wp-block-flexible-table-block-table > table td,
.wp-block-table td {
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .wp-block-flexible-table-block-table > table td,
  .wp-block-table td {
    padding: 2.15rem 1rem !important;
  }
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table td,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table th,
.wp-block-table td,
.wp-block-table th {
  max-width: initial;
  width: 15.625rem;
}

.text-marker {
  background: linear-gradient(transparent 50%, #F6FB7A 50%);
}

.color-red {
  color: #F53535;
}

.small-text {
  display: block;
  font-size: 0.75rem;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .small-text {
    font-size: 0.75rem !important;
    line-height: 1.4166666667 !important;
  }
}

.p-block-editor a {
  color: #1059C5;
  text-decoration: underline;
}

.c-voice {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .c-voice {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.c-voice__img {
  width: 5.9375rem;
  height: 5.9375rem;
  margin-left: 1.5625rem;
  overflow: hidden;
  border-radius: 3.125rem;
}

.c-voice__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.c-voice__text {
  margin-top: 1.25rem;
  flex: 1;
  background: #fff;
  border: 2px solid #5EB7E8;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-voice__text {
    padding: 1.7rem 1.25rem;
    margin-top: 3.35rem;
  }
}
.c-voice__text p {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-voice__text p {
    font-size: 1rem;
  }
}

.c-voice__text p::after {
  content: "";
  position: absolute;
  background-image: url(../images/voice-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  top: -1.85rem;
  right: -3.125rem;
}

@media screen and (min-width: 768px) {
  .c-voice__text p::after {
    top: -2.3rem;
  }
}
.c-voice--left {
  display: flex;
  flex-direction: row;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-voice--left {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.c-voice--left__img {
  width: 5.9375rem;
  height: 5.9375rem;
  margin-right: 1.5625rem;
  overflow: hidden;
  border-radius: 3.125rem;
}

.c-voice--left__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.c-voice--left__text {
  margin-top: 1.25rem;
  flex: 1;
  background: #fff;
  border: 2px solid #5EB7E8;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-voice--left__text {
    padding: 1.7rem 1.25rem;
    margin-top: 3.35rem;
  }
}
.c-voice--left__text p {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-voice--left__text p {
    font-size: 1rem;
  }
}

.c-voice--left__text p::after {
  content: "";
  position: absolute;
  background-image: url(../images/voice-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.875rem;
  height: 1.875rem;
  top: -2rem;
  left: -3rem;
}

@media screen and (min-width: 768px) {
  .c-voice--left__text p::after {
    top: -2.45rem;
  }
}
.c-question-box {
  background-color: #ECF4F8;
  padding: 1.875rem 1.25rem;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .c-question-box {
    padding: 2.3rem 2rem 1.5rem;
    margin: 3.125rem;
  }
}
.c-question-box__title {
  font-size: 1.3rem;
  color: #5EB7E8;
  padding-left: 2.5em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-question-box__title {
    font-size: 1.5rem;
    padding-left: 2.8em;
  }
}
.c-question-box__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon-question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.8125rem;
  height: 2.8125rem;
  top: -0.2em;
  left: -0.2em;
}

@media screen and (min-width: 768px) {
  .c-question-box__title::before {
    top: -0.6em;
    left: -0.7em;
  }
}
.c-question-box__text {
  font-size: 1rem;
  color: #333333;
  line-height: 1.625;
  margin-top: 2.1875rem;
}

@media screen and (min-width: 768px) {
  .c-question-box__text {
    font-size: 1rem;
    margin-top: 1.8rem !important;
  }
}
.p-post-info {
  display: inline-block;
  background-color: #F6F6F6;
  padding: 6%;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-post-info {
    margin: 3.125rem 2.5rem;
    display: flex;
    padding: 3%;
  }
}
.p-post-info__img {
  aspect-ratio: 587/330;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-post-info__img {
    aspect-ratio: 260/146;
    width: 292.3076923077%;
    max-width: 16.25rem;
  }
}
.p-post-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 768px) {
  .p-post-info__text {
    margin-left: 3%;
    margin-top: 0.375em;
    flex: 1;
  }
}
.p-post-info__dates {
  display: flex;
  font-size: 0.8125rem;
  color: #6C6C6C;
  margin-top: 1.3rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-post-info__dates {
    font-size: 0.875rem;
    margin-top: 0;
  }
}
.p-post-info__update-date, .p-post-info__post-date {
  position: relative;
  padding-left: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-post-info__update-date, .p-post-info__post-date {
    padding-left: 1.175rem;
  }
}
.p-post-info__post-date {
  margin-left: 0.625rem;
}

.p-post-info__update-date::before, .p-post-info__post-date::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  top: 5%;
  left: 5%;
}

@media screen and (min-width: 768px) {
  .p-post-info__update-date::before, .p-post-info__post-date::before {
    width: 1rem;
    height: 1rem;
    top: 0.2em;
    left: -0.1em;
  }
}
.p-post-info__update-date::before {
  background-image: url(../images/update.png);
}

.p-post-info__post-date::before {
  background-image: url(../images/post.png);
}

.p-post-info__title {
  font-size: 1rem;
  line-height: 1.7;
  color: #595959;
  margin-top: 0.625rem;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-post-info__title {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.p-block-editor .lazyblock-posturl-Z1uTlWY.wp-block-lazyblock-posturl {
  text-align: center;
}

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

.p-faq__content {
  margin-top: 1.875rem;
  list-style: none !important;
  margin-left: 0 !important;
}

.p-faq__question {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.125rem !important;
  color: #5EB7E8;
  cursor: pointer;
  padding-bottom: 0.3125rem;
  padding-right: 10%;
  padding-left: 0.3em;
  border-bottom: 1px solid #5EB7E8;
  transition: all ease 0.3s;
}

@media screen and (min-width: 768px) {
  .p-faq__question {
    width: 95%;
    font-size: 1.375rem !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    line-height: 1.3 !important;
  }
}
.p-faq__question::before {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1%;
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 8px;
  background-image: url(../images/faq-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease 0.3s;
}

@media screen and (min-width: 768px) {
  .p-faq__question::before {
    top: 1.4em;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-faq__question.open::before {
  background-image: url(../images/faq-open.png);
  top: 1em;
}

@media screen and (min-width: 768px) {
  .p-faq__question.open::before {
    top: 1.8em;
  }
}
.p-faq__answer {
  width: 95%;
  margin-top: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  background: #F9F8F8;
  padding: 1.25rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-faq__answer {
    width: 90%;
    margin-left: 3%;
  }
}
.p-faq__answer p {
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.6;
	margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-faq__answer p {
    font-size: 1rem !important;
    line-height: 1.6875;
  }
}
.p-faq__question, .p-faq__answer {
  text-align: left;
}

.p-check-list {
  margin-top: 3.125rem;
}

li.p-check-list__item {
  margin-top: 0.3125rem;
  font-size: 1rem;
  line-height: 1.59375;
  color: #333333;
  font-weight: 500;
  list-style: none !important;
  margin-left: 1em;
  position: relative;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-block-editor ul li {
    font-size: 1.0625rem;
    line-height: 2.4117647059;
    margin-left: 3em;
  }
}
.p-check-list__item::before {
  content: "";
  position: absolute;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  top: 0.1em;
  left: -1.6em;
}

@media screen and (min-width: 768px) {
  .p-check-list__item::before {
    width: 1.4rem;
    height: 1.25rem;
    left: -2em;
    top: 0.6em;
  }
}
.p-block-editor .wp-block-embed__wrapper {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-block-editor .wp-block-image {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-category-archive__content.l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-category-list__kinds {
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-category-list__kinds {
    margin-top: 2.5rem;
  }
}

.p-category-list__content--first .p-category-list__kinds {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-category-list__content--first .p-category-list__kinds {
    margin-top: 2rem;
  }
}

.p-category-list__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-category-list__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem 2.5rem;
  }
}

.p-contact {
  background-color: initial;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 3.4375rem 2.5rem 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 3.125rem 2.5rem 3.25rem;
  }
}

.p-contact__content {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.25rem;
  padding: 1.25rem 0 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    width: 55rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 0;
  }
}

.p-contact__content::after {
  content: "";
  position: absolute;
  background-image: url("../images/doctor.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22vw;
  height: 30vw;
  top: -26%;
  right: -5%;
}
@media screen and (min-width: 768px) {
  .p-contact__content::after {
    width: 12.5rem;
    height: 17.8125rem;
    top: -14%;
    left: calc(50% + 18.75rem);
    right: initial;
  }
}

.p-contact__heading {
  font-size: 2.625rem;
  color: #F19DAE;
  font-family: " roboto ";
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    font-size: 2.8125rem;
  }
}

.p-contact__text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.7692307692;
  margin-top: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1.375rem;
    line-height: 2.0454545455;
    letter-spacing: 0.1em;
  }
}

.p-contact__text a {
  color: #5EB7E8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__text a {
    padding-bottom: 12px;
  }
}

.p-contact__text a::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  background-color: #5EB7E8;
  bottom: 10%;
  left: 1%;
}
@media screen and (min-width: 768px) {
  .p-contact__text a::after {
    bottom: 0;
  }
}

.p-contact__btn {
  margin-top: 2rem;
  width: 85%;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    width: 22.5rem;
    margin-top: 2.0625rem;
  }
}

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

.p-footer__logo {
  width: 7.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 7.5rem;
  }
}

.p-footer__logo a {
  width: 100%;
  display: inline-block;
}

.p-footer__logo img {
  width: 100%;
}

.p-footer__policy {
  font-size: 1rem;
  letter-spacing: 0.1333333333em;
  color: #333333;
  font-weight: 500;
  margin-top: 1.5rem;
  display: inline-block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__policy {
    font-size: 0.875rem;
    margin-top: 2.1875rem;
  }
}

.p-footer__copy-right {
  margin-top: 1.0625rem;
  font-size: 0.75rem;
  letter-spacing: 0.1333333333em;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  padding: 0.3125rem 0;
  background-color: #5EB7E8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__copy-right {
    font-size: 0.875rem;
    margin-top: 2.5rem;
    padding: 0.625rem 0;
  }
}

.p-fv {
  background-image: url("../images/fv-sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fv__title {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 500;
  padding: 0px 10%;
  text-align: center;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-fv__title--404 {
    font-size: 3.75rem;
  }
}

.p-header {
  height: 5.625rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 9.0625rem;
  }
}

.p-header__inner {
  height: inherit;
}

.p-header__inner.l-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-header__sp-menu {
  margin-top: -5.625rem;
  width: 65.3333333333%;
  height: calc(100vh + 5.625rem);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-header__sp-menu {
    display: block;
  }
}

.p-main-bottom__content {
  overflow-x: scroll;
  margin-left: 1.25rem;
  margin-top: 2.5rem;
  display: flex;
}

.p-main-bottom__heading {
  margin-top: 4.375rem;
}

.p-main-bottom__heading--first {
  margin-top: 0;
}

.p-main-bottom__category {
  margin-top: 4.375rem;
}

@media screen and (min-width: 768px) {
  .p-main-header {
    height: inherit;
  }
}

.p-main-header__upper {
  height: 6.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-main-header__upper {
    justify-content: center;
  }
}

.p-main-header__logo {
  width: 12.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-main-header__logo {
    width: 14.375rem;
  }
}

.p-main-header__logo img {
  width: 100%;
}

.p-main-header__bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main-header__bottom {
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-main-header__open-btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.p-main-header__hamburger {
  margin-left: 1.25rem;
}

.p-pager-list {
  display: flex;
  justify-content: space-between;
}

.p-pager-list__btn a {
  display: inline-block;
  padding: 10px 20px;
}

.p-pager .nav-links li {
  color: #ACACAC;
  background-color: #EAF0F5;
  border-radius: 3.125rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-pager .nav-links li {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.p-pager .nav-links span,
.p-pager .nav-links a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-pager .nav-links span,
  .p-pager .nav-links a {
    font-size: 1.1875rem;
  }
}

.page-numbers.current {
  color: #fff;
  background-color: #5EB7E8;
  border-radius: 3.125rem;
}

.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 1.5rem;
  }
}

.nav-links ul li {
  position: relative;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li {
    margin: 0 0.625rem;
  }
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  width: 100%;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 0.625rem;
  }
}

.nav-links ul li .nav-links ul .dots {
  padding-right: 0;
  padding-left: 0;
}

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

.p-pc-header__upper {
  height: 6.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-pc-header__logo {
  width: 14.375rem;
  display: inline-block;
}

.p-pc-header__logo img {
  width: 100%;
}

.p-pc-header__bottom {
  height: 2.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-pc-header__open-btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-pc-menu {
  background-color: #E9EFF5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-pc-menu__nav {
  height: inherit;
  width: 43.125rem;
}

.p-pc-menu__items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  position: relative;
}

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

.p-pc-menu__item a {
  text-decoration: none;
  font-size: 1rem;
  color: #333333;
  line-height: 1;
  font-weight: 500;
  padding: 0 2.3125rem;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.p-pc-menu__dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.p-pc-menu__sub-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #F2F7FA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 3%;
}

.p-pc-menu__sub-item a {
  display: inline-block;
  padding: 1rem 1.125rem;
  text-decoration: none;
  font-size: 0.75rem;
}
@media screen and (min-width: 550px) {
  .p-pc-menu__sub-item a {
    font-size: 0.875rem;
  }
}

.p-pc-menu__item--dropdown:hover + .p-pc-menu__dropdown,
.p-pc-menu__item--dropdown:focus + .p-pc-menu__dropdown,
.p-pc-menu__dropdown:hover {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}

.p-pc-menu__item--dropdown:hover .c-pc-dropdown::after {
  transform: rotate(180deg);
}

.p-pc-menu__item--dropdown:focus .c-pc-dropdown::after {
  transform: rotate(180deg);
}

.p-post-3cards {
  width: 100%;
  max-width: 41.875rem;
  display: grid;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-post-3cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.3125rem 2.1875rem;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-post-3cards--category {
    gap: 2.6875rem 2.1875rem;
  }
}

.p-post-3cards--2 {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-3cards--2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem 2.1875rem;
    max-width: initial;
  }
}

.p-post-3cards--3 {
  row-gap: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-post-3cards--3 {
    row-gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-post-3cards--4 {
    gap: 2.75rem 1.5625rem;
  }
}

.p-post-article__title {
  font-size: 1.5rem;
  color: #5D676D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-post-article__title {
    font-size: 1.75rem;
    line-height: 1.5714285714;
  }
}

.p-post-article__contents {
  margin-top: 1.5625rem;
}

.p-post-article__content-inner {
  width: 100%;
}

.p-post-article__info {
  display: flex;
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #6C6C6C;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-post-article__info {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    margin-left: 1em;
  }
}

.p-post-article__update-date,
.p-post-article__post-date {
  position: relative;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-post-article__update-date,
  .p-post-article__post-date {
    padding-left: 0.625rem;
  }
}

.p-post-article__post-date {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-post-article__post-date {
    margin-left: 1.4375rem;
  }
}

.p-post-article__update-date::before,
.p-post-article__post-date::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 9%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .p-post-article__update-date::before,
  .p-post-article__post-date::before {
    width: 0.9375rem;
    height: 0.9375rem;
    top: 10%;
    left: -7%;
  }
}

.p-post-article__update-date::before {
  background-image: url("../images/update.png");
}

.p-post-article__post-date::before {
  background-image: url("../images/post.png");
}

.p-post-article__img {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-post-article__img {
    margin-top: 0.9375rem;
  }
}

.p-post-article__img img {
  aspect-ratio: 710/370;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-post-card a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.p-post-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-post-card__img {
  position: relative;
  min-height: 9.375rem;
}

.p-post-card__img img {
  aspect-ratio: 670/376;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-post-card__img img {
    aspect-ratio: 320/180;
  }
}

.p-post-card__title {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.01em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-post-card__title {
    font-size: 0.875rem;
    margin-top: 0.3125rem;
    line-height: 1.8;
    margin-bottom: 0.3125rem;
  }
}

.p-post-card__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #6C6C6C;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-post-card__info {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-post-card__info--2 {
    font-size: clamp(0.625rem, 3.5vw, 0.75rem);
  }
}

.p-post-card__post-date {
  margin-left: 0.625rem;
}

.p-post-card--2 {
  margin-left: 1.375rem;
  width: 62.6vw;
  height: 100%;
}

.p-post-card--2 a {
  height: 100%;
  display: inline-block;
}

.p-post-card--2:first-child {
  display: none;
}

.p-post-card--2:nth-of-type(2) {
  margin-left: 0;
}

.p-post-card--2__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-post-card--2__img {
  position: relative;
}

.p-post-card--2__img img {
  aspect-ratio: 470/265;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}

.p-post-card--2__title {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.625rem;
}

.p-post-card--2__info {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  color: #6C6C6C;
}
@media screen and (min-width: 768px) {
  .p-post-card--2__info {
    font-size: 0.75rem;
  }
}

.p-post-card--2__post-date {
  margin-left: 0.625rem;
}

.p-post-card--2__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.p-post-card--3 {
  margin-left: 1.375rem;
  width: 62.6vw;
  height: 100%;
}

.p-post-card--3:first-child {
  margin-left: 0;
}

.p-post-card--3 a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.p-post-card--3__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-post-card--3__img {
  position: relative;
}

.p-post-card--3__img img {
  aspect-ratio: 470/265;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.625rem;
}

.p-post-card--3__title {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.p-post-card--3__info {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  color: #6C6C6C;
}
@media screen and (min-width: 768px) {
  .p-post-card--3__info {
    font-size: 0.75rem;
  }
}

.p-post-card--3__post-date {
  margin-left: 0.625rem;
}

.p-post-card__img span,
.p-post-card--2__img span,
.p-post-card--3__img span {
  background-color: #5EB7E8;
  color: #fff;
  position: absolute;
  bottom: 8%;
  right: -2%;
  width: 9.375rem;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.4375rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-post-card__img span,
  .p-post-card--2__img span,
  .p-post-card--3__img span {
    font-size: 0.75rem;
    width: 5.8125rem;
    bottom: 10%;
    right: -2%;
    padding: 0.3125rem 0;
  }
}

.p-post-card--2__img span {
  font-size: 0.75rem;
  width: 6.7rem;
  padding: 0.3rem 0;
  right: -3%;
}

.p-post-card--side__img span {
  font-size: 0.625rem !important;
  width: 4.6rem !important;
  padding: 0.3em 0 !important;
  right: -3% !important;
}

.p-post-connect__heading {
  text-align: center;
}

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

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

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

@media screen and (min-width: 768px) {
  .p-sidebar-card__info {
    font-size: 0.6875rem;
    display: flex;
    color: #6C6C6C;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar-card__post-date {
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar-card__body {
    display: flex;
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar-card__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 任意の行数を指定 */
    font-size: 0.75rem;
    flex: 1;
    margin-left: 0.625rem;
    color: #333333;
    font-weight: 400;
    max-height: 4.9rem;
    min-height: 4.5rem;
    height: 6.2vw;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar-card__img {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
    width: 7.5rem;
    height: 4.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sidebar-card__img img {
    aspect-ratio: 120/79;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-sidebar-card__img span {
  background-color: #5EB7E8;
  color: #fff;
  position: absolute;
  bottom: 8%;
  right: -2%;
  width: 9.375rem;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.4375rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__img span {
    font-size: 0.75rem;
    width: 5.8125rem;
    bottom: 10%;
    right: -2%;
    padding: 0.3125rem 0;
  }
}

.p-sidebar-category {
  background-color: #EAF0F5;
  padding: 1.875rem 1.25rem 1.875rem;
  border-radius: 0.625rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar-category {
    padding: 2rem 1.875rem 2.5rem;
  }
}

.p-sidebar-category__heading {
  text-align: center;
}

.p-sidebar-category__items {
  margin-top: 1.25rem;
  text-align: center;
}

.p-sidebar-category__item {
  display: inline-block;
}

.p-sidebar-category__item a {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.6em 1.3em;
  background-color: #fff;
  color: #333333;
  display: inline-block;
  border-radius: 0.625rem;
  margin: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sidebar-category__item a {
    font-size: 0.875rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .p-sidebar__wrapper:not(:first-child) {
    margin-top: 3.125rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-sidebar__banner {
    margin-top: 1.875rem;
    border-radius: 0.625rem;
    aspect-ratio: 320/225;
  }
}

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

.p-sp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-sp-header {
    display: none;
  }
}

.p-sp-header__logo {
  width: 12.5rem;
  display: inline-block;
}

.p-sp-header__logo img {
  width: 100%;
  height: 100%;
}

.p-sp-header__right-side {
  display: flex;
  align-items: center;
}

.p-sp-header__hamburger {
  margin-left: 1.25rem;
}

.p-sp-menu {
  background-color: #fff;
  overflow: scroll;
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  transition: all ease 0.5s;
}
@media screen and (min-width: 768px) {
  .p-sp-menu {
    display: block;
  }
}

.p-sp-menu.is-open {
  right: 0;
  transition: all ease 0.5s;
}

.p-sp-menu__logo {
  width: 8.125rem;
  margin-top: 7.375rem;
  margin-left: 5%;
  margin-right: auto;
}

.p-sp-menu__logo img {
  width: 100%;
}

.p-sp-menu__nav {
  margin-top: 5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sp-menu__nav {
    display: none;
  }
}

.p-sp-menu__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-sp-menu__item {
  border-bottom: 2px solid #5D676D;
}

.p-sp-menu__sub-item {
  border-bottom: 2px solid #DEE1E3;
}

.p-sp-menu__item a,
.p-sp-menu__sub-item a {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.7em;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #5D676D;
  font-size: 1.25rem;
  text-decoration: none;
}

.p-sp-menu__sub-item a {
  padding-left: 2em;
}

.p-sp-menu__item:first-child a {
  padding-top: 0;
}

.p-sp-menu__banner {
  margin-top: 4.25rem;
  margin-bottom: 7.1875rem;
  margin-left: auto;
  margin-right: auto;
  width: 76.9387755102%;
}
@media screen and (min-width: 768px) {
  .p-sp-menu__banner {
    display: none;
  }
}

.p-sp-menu__banner img {
  width: 100%;
}

.p-sp-menu__sub-items {
  display: none;
}

.p-supervisor {
  background-color: #ECF4F8;
  padding: 0.625rem 1.6875rem 2.1875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-supervisor {
    padding: 0.75rem 1.85rem 1.85rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-supervisor__sp-content {
    display: none;
  }
}

.p-supervisor__pc-content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-supervisor__pc-content {
    display: block;
  }
}

.p-supervisor__heading-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.p-supervisor__heading {
  font-size: 1.125rem;
  color: #5EB7E8;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 550px) {
  .p-supervisor__heading {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-supervisor__heading {
    font-size: 1.25rem;
  }
}

.p-supervisor__heading-line {
  position: relative;
  flex: 1;
}

.p-supervisor__heading-line::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #5EB7E8;
  height: 2px;
  width: 92%;
  top: 1.1em;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-supervisor__heading-line::after {
    top: 0.8em;
    width: 98%;
  }
}

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

.p-supervisor__upper {
  display: flex;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-supervisor__img-wrap {
    width: 30%;
  }
}

.p-supervisor__img {
  overflow: hidden;
  width: 37%;
}
@media screen and (min-width: 768px) {
  .p-supervisor__img {
    width: 100%;
  }
}

.p-supervisor__img img {
  aspect-ratio: 223/247;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
@media screen and (min-width: 768px) {
  .p-supervisor__img img {
    aspect-ratio: 210/234;
  }
}

.p-supervisor__name-wrap {
  flex: 1;
  margin-left: 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-supervisor__name-wrap {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}

.p-supervisor__name {
  font-size: 1rem;
  font-weight: 700;
  color: #5EB7E8;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-supervisor__name {
    font-size: 1.125rem;
  }
}

.p-supervisor__name span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-supervisor__name span {
    font-size: 1.875rem;
  }
}

.p-supervisor__tag {
  margin-top: 1rem;
  background-color: #5EB7E8;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  margin-left: 0.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-supervisor__tag {
    font-size: 0.9375rem;
    margin-top: 0.7rem;
    padding: 0.2rem 0.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-supervisor__text-wrap {
    flex: 1;
    margin-left: 2.7%;
  }
}

.p-supervisor__text {
  font-size: 0.9375rem;
  line-height: 1.5714285714;
  font-weight: 500;
  color: #333333;
  margin-top: 0.3125rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-supervisor__text {
    font-size: 0.9rem;
    margin-left: 0.3rem;
  }
}

.p-supervisor__btn {
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-supervisor__btn {
    text-align: right;
  }
}

.p-top-mv-swiper {
  position: relative;
  overflow: hidden;
}

.p-top-mv-swiper__inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.p-top-mv-swiper .swiper-slide {
  display: block;
  width: 100%;
  aspect-ratio: 710/400;
}
@media screen and (min-width: 768px) {
  .p-top-mv-swiper .swiper-slide {
    aspect-ratio: 634/356;
    width: 39.625rem;
  }
}

.p-top-mv-swiper .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem;
  overflow: hidden;
}

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
  text-rendering: initial;
}

.p-top-mv-swiper .swiper-horizontal > .swiper-pagination-bullets, .p-top-mv-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .p-top-mv-swiper .swiper-pagination-custom, .p-top-mv-swiper .swiper-pagination-fraction {
  bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv-swiper .swiper-horizontal > .swiper-pagination-bullets, .p-top-mv-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .p-top-mv-swiper .swiper-pagination-custom, .p-top-mv-swiper .swiper-pagination-fraction {
    bottom: 3rem;
  }
}
.p-top-mv-swiper .swiper-horizontal > .swiper-pagination-bullets span, .p-top-mv-swiper .swiper-pagination-bullets.swiper-pagination-horizontal span, .p-top-mv-swiper .swiper-pagination-custom span, .p-top-mv-swiper .swiper-pagination-fraction span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.375rem;
  background-color: #5EB7E8;
}

@media screen and (min-width: 768px) {
  .p-wrapper__inner.l-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: initial;
  }
}

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

@media screen and (min-width: 768px) {
  .p-wrapper__main {
    flex: 1;
    max-width: 52.5rem;
    width: 70%;
  }
}

.p-wrapper__sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-wrapper__sidebar {
    display: block;
    width: 26.8%;
    margin-left: 2.5rem;
  }
}

.p-wrapper__sp-only {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-wrapper__sp-only {
    display: none;
  }
}

.p-wrapper__supervisor {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-wrapper__supervisor {
    margin-top: 4.375rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

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

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

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

.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 1.5rem;
  }
}

.nav-links ul li {
  position: relative;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li {
    margin: 0 0.625rem;
  }
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  width: 100%;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 0.625rem;
  }
}

.nav-links ul li .nav-links ul .dots {
  padding-right: 0;
  padding-left: 0;
}
/*# sourceMappingURL=style.css.map */
