@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1080px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a,
span {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: relative;
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 2.5rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.75rem;
    padding: 0rem 0.9375rem;
  }
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
}
.l-header__logo a img {
  display: block;
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a img {
    width: 3.125rem;
  }
}

.l-header-member {
  position: relative;
  width: 100%;
}

.l-header-member__areaUp {
  width: 100%;
  background: #FF7700;
  padding: 2rem 1.25rem 2rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header-member__areaUp {
    padding: 1.5rem 1.25rem 1.375rem 1.25rem;
  }
}

.l-header-member__areaDown {
  width: 100%;
  background: #FFF0BA;
  padding: 1.5rem 1.25rem 1.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header-member__areaDown {
    padding: 0.875rem 1.25rem 0.75rem 1.25rem;
  }
}

.l-header-member__title {
  color: #fff;
  font-size: 2.375rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-member__title {
    font-size: 1.875rem;
  }
}
.l-header-member__title span {
  display: block;
  font-size: 1.5625rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-header-member__title span {
    font-size: 1.25rem;
    margin-bottom: 0.5625rem;
  }
}
.l-header-member__title a:hover {
  opacity: 0.7;
}

.l-header-member__exp {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 400;
  text-align: center;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-header-member__exp {
    font-size: 0.875rem;
    line-height: 1.5714285714;
    padding-left: 0rem;
  }
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  width: 100%;
  background: #231815;
}

.l-footer__inner {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 2.375rem 1.25rem 1.25rem 1.25rem;
  }
}

.l-footer__text {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.0909090909;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}

.l-footer__wrapper {
  width: 100%;
  max-width: 40.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.625rem auto 0rem auto;
  padding-left: 3.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-left: 0rem;
    margin: 1.875rem auto 0rem auto;
  }
}

.l-footer__tel {
  color: #fff;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    font-size: 2.125rem;
    text-align: center;
  }
}
.l-footer__tel span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0em;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel span {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}
.l-footer__tel:hover {
  opacity: 0.7;
}

.l-footer__btn {
  width: 17.5rem;
  height: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  background: #FF7701;
  border: 1px solid #FF7701;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 100%;
    max-width: 20.9375rem;
    margin: 1.375rem auto 0 auto;
    font-size: 1.0625rem;
  }
}
.l-footer__btn:hover {
  color: #FF7701;
  background: #fff;
}

.l-footer__cope {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__cope {
    margin-top: 2.5rem;
  }
}

.l-footer-pageTop {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: -1.875rem;
  right: 0rem;
  width: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-pageTop {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-footer-pageTop::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 4.4375rem;
  height: 4.4375rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer-pageTop:hover::after {
  z-index: 2;
  opacity: 1;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .nav-links {
    margin-top: 3.25rem;
  }
}
.nav-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 0.75rem;
  background: #fff;
  border: 1px solid #000000;
}
.nav-links a:hover {
  color: #fff;
  background: #000;
}
.nav-links .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  color: #fff;
  font-size: 0.75rem;
  background: #000;
  border: 1px solid #000000;
}
.nav-links .dots {
  width: auto;
  height: auto;
  border: none;
}
.nav-links .prev,
.nav-links .next {
  color: #000;
  background: #fff;
  border: none;
}
.nav-links .prev:hover,
.nav-links .next:hover {
  color: #000;
  background: #fff;
  opacity: 0.7;
}

.p-fv {
  width: 100%;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 5rem 1.25rem;
  }
}

.p-fv__inner {
  width: 100%;
}

.p-fv__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2rem;
  }
}

.p-fv__btn {
  width: 17.5rem;
  height: 3.625rem;
  margin: 3.75rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: #FF7701;
  border: 1px solid #FF7701;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    width: 100%;
    max-width: 17.5rem;
    margin: 2.5rem auto 0 auto;
  }
}
.p-fv__btn:hover {
  color: #FF7701;
  background: #fff;
}

.p-article {
  width: 100%;
}

.p-article__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 3.125rem;
  padding-bottom: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-article__inner {
    padding: 2.5rem 1.25rem 5.125rem 1.25rem;
  }
}

.p-article__title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-article__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-article__title.left-sp {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-article__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem 1.625rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-article__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-article-post {
  position: relative;
}

.c-article-post__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-article-post__new {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 3.625rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__new {
    width: 2.5rem;
  }
}

.c-article-post__img {
  position: relative;
  width: 100%;
  padding-top: 75.2173913043%;
}
.c-article-post__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-post__box {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__box {
    margin-top: 0.5625rem;
  }
}

.c-article-post__name {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-article-post__name {
    font-size: 0.875rem;
  }
}

.c-article-post__grade {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-article-post__grade {
    font-size: 0.875rem;
  }
}

.c-article-post__lists {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__lists {
    margin-top: 0.3125rem;
  }
}

.c-article-post__list {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__list {
    font-size: 0.75rem;
  }
}

.c-article-post__btn {
  position: relative;
  width: 100%;
  height: 2.625rem;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-article-post__btn {
    height: 2.25rem;
    font-size: 0.625rem;
    margin-top: 0.75rem;
  }
}
.c-article-post__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-post__btn::after {
    right: 0.5rem;
    border-width: 0.15625rem 0 0.15625rem 0.25rem;
  }
}
.c-article-post__btn:hover {
  color: #fff;
  background: #000;
}
.c-article-post__btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

.c-article-post__noTitle {
  text-align: center;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-article-post__noTitle {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.p-search {
  width: 100%;
  background: #F3F3F3;
}

.p-search__inner {
  width: 100%;
  padding: 2.1875rem 1.25rem 2.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-search__inner {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

.p-search__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-search__title {
    padding-right: 0.625rem;
  }
}
.p-search__title::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url(../imgs/pc/icon_search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-search__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-left: 0.75rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-search__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem 1.875rem;
    padding-left: 0rem;
    margin-top: 1.25rem;
  }
}

.p-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-search__list {
    line-height: 1.7142857143;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.1875rem;
  }
  .p-search__list:nth-of-type(1) {
    width: 100%;
  }
  .p-search__list:nth-of-type(4) {
    width: 100%;
  }
}
.p-search__list input {
  width: 10.625rem;
  height: 2.5rem;
  font-weight: 400;
  padding: 0 0.625rem;
  background: #fff;
  border: 1px solid #A3A3A3;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-search__list input {
    width: 100%;
  }
}
.p-search__list select {
  width: 8.625rem;
  height: 2.5rem;
  font-weight: 400;
  padding: 0 0.625rem;
  background: #fff;
  border: 1px solid #A3A3A3;
  border-radius: 0.25rem;
  background-color: #fff;
  background-image: url("../imgs/pc/triangle_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.4375rem center; /* 右から7px・上下中央 */
  background-size: 0.375rem 0.375rem; /* 矢印画像のサイズ */
}
@media screen and (max-width: 767px) {
  .p-search__list select {
    width: 8.75rem;
  }
}
.p-search__list:first-of-type select {
  width: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-search__list:first-of-type select {
    width: 8.75rem;
  }
}

.p-search__btn {
  position: relative;
  width: 100%;
  max-width: 15.75rem;
  height: 3.125rem;
  margin: 1.875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  background: #000;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-search__btn {
    max-width: 14.5rem;
    margin: 1.625rem auto 0rem auto;
  }
}
.p-search__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search__btn:hover {
  color: #000;
  background: #fff;
}
.p-search__btn:hover::after {
  border-color: transparent transparent transparent #000;
}

.p-single {
  width: 100%;
}

.p-single__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 4.0625rem;
  padding-bottom: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 1.25rem 1.25rem 6.25rem 1.25rem;
  }
}

.p-single__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrapper {
    gap: 1.375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-single__thumbnail {
  position: relative;
  width: 100%;
  max-width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.p-single__new {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single__new {
    width: 5.125rem;
  }
}

.p-single__img {
  position: relative;
  width: 100%;
  padding-top: 75.2173913043%;
}
.p-single__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single__box {
  width: 100%;
}

.p-single__name {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.p-single__name span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.p-single__grade {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__grade {
    margin-top: 1.25rem;
  }
}
.p-single__grade span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.p-single__lists {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__lists {
    margin-top: 1.75rem;
  }
}

.p-single__list {
  font-size: 1rem;
  line-height: 1.75;
}

.p-single__comment {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__comment {
    margin-top: 1.25rem;
  }
}
.p-single__comment dt {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
.p-single__comment dd {
  font-size: 1rem;
  margin-top: 1rem;
}

.p-single__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.375rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 0.9375rem;
    margin-top: 2.25rem;
  }
}

.p-single__galleryImg {
  position: relative;
  padding-top: 75.2173913043%;
}
.p-single__galleryImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single__btn {
  position: relative;
  width: 100%;
  max-width: 16.4375rem;
  height: 3.125rem;
  margin: 4.1875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.625rem;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-single__btn {
    max-width: 15rem;
    height: 2.5rem;
    margin: 2.625rem auto 0rem auto;
    font-size: 0.625rem;
    border-radius: 0.3125rem;
  }
}
.p-single__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__btn::after {
    left: 0.5rem;
    border-width: 0.15625rem 0 0.15625rem 0.25rem;
  }
}
.p-single__btn:hover {
  color: #fff;
  background: #000;
}
.p-single__btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

.p-single__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
    padding-bottom: 1.875rem;
    margin-top: 2.5rem;
  }
}

.p-single__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.125rem;
  }
}
.p-single__content p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: 0.875rem;
  }
}
.p-single__content ul,
.p-single__content ol {
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content ul,
  .p-single__content ol {
    padding-left: 1rem;
  }
}
.p-single__content ul li {
  list-style: disc;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__content ul li {
    font-size: 0.875rem;
  }
}
.p-single__content ol li {
  list-style: decimal;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__content ol li {
    font-size: 0.875rem;
  }
}
.p-single__content ol li ol li {
  list-style: upper-latin;
}
.p-single__content ol li ol li ol li {
  list-style: lower-latin;
}

.p-cf7 {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 3.75rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-cf7 {
    margin-top: 3.125rem;
  }
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #AAAAAA;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #AAAAAA;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #AAAAAA;
}

.p-cf7__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__column {
    gap: 1.5rem;
  }
}

.p-cf7__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cf7__box {
    display: block;
  }
}

.p-cf7__title {
  min-width: 16.25rem;
  width: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    min-width: auto;
    width: 100%;
    gap: 0.4375rem;
    margin-top: 0rem;
  }
}
.p-cf7__title label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 0.875rem;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  white-space: nowrap;
  background: #FF7701;
  border-radius: 0.1875rem;
  padding: 0.125rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title span {
    font-size: 0.75rem;
  }
}

.p-cf7__input {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cf7__input {
    margin-top: 0.625rem;
  }
}
.p-cf7__input .wpcf7-form-control-wrap {
  width: 100%;
}
.p-cf7__input input {
  display: block;
  width: 100%;
  height: 3.125rem;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  background: #fff;
  border: 1px solid #B9B9B9;
  border-radius: 0.1875rem;
  padding: 0rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    height: 2.8125rem;
    font-size: 0.8125rem;
    padding: 0rem 0.875rem;
  }
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea {
    margin-top: 0.625rem;
  }
}
.p-cf7__textarea .wpcf7-form-control-wrap {
  width: 100%;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 12.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.1875rem;
  border: 1px solid #B9B9B9;
  background: #fff;
  padding: 0.9375rem 1.25rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 13.75rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    padding: 0.625rem 0.8125rem;
  }
}

.p-cf7__acceptance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    margin-top: 1.5625rem;
  }
}
.p-cf7__acceptance.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.25rem;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.3125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance input:checked ~ span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1875rem);
  left: 0.375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.75rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p:not(:root) {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance p:not(:root) {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}
.p-cf7__acceptance p:not(:root) a {
  text-decoration: underline;
}
.p-cf7__acceptance p:not(:root) a:hover {
  opacity: 0.6;
}

.p-cf7__submit {
  position: relative;
  width: 20rem;
  height: 3.75rem;
  margin: 3.75rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    width: 15rem;
    height: 3.125rem;
    margin: 3.125rem auto 0rem auto;
  }
}
.p-cf7__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit::after {
    left: 0.5rem;
    border-width: 0.15625rem 0 0.15625rem 0.25rem;
  }
}
.p-cf7__submit:hover {
  background: #000;
}
.p-cf7__submit:hover::after {
  border-color: transparent transparent transparent #fff;
}
.p-cf7__submit:hover input {
  color: #fff;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 0.875rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

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

.p-contact__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding: 5rem 0rem 7.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-contact__title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.25rem;
  }
}

.p-contact__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
  }
}

.p-contact__btn {
  position: relative;
  width: 100%;
  max-width: 16.4375rem;
  height: 3.125rem;
  margin: 4.1875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.625rem;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    max-width: 15rem;
    height: 2.5rem;
    margin: 2.625rem auto 0rem auto;
    font-size: 0.625rem;
    border-radius: 0.3125rem;
  }
}
.p-contact__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__btn::after {
    left: 0.5rem;
    border-width: 0.15625rem 0 0.15625rem 0.25rem;
  }
}
.p-contact__btn:hover {
  color: #fff;
  background: #000;
}
.p-contact__btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

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

.p-login__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: 0 auto;
  text-align: center;
  padding: 5rem 0rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-login__inner {
    padding: 3.75rem 1.25rem 5rem;
  }
}

.p-login__input {
  width: 100%;
  max-width: 25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-login__input input {
  width: 100%;
  height: 3.75rem;
  border: 0.0625rem solid #ddd;
  border-radius: 0.5rem;
  padding: 0rem 1.25rem;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.p-login__input input:focus {
  border-color: #FF7701;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(255, 119, 1, 0.15);
          box-shadow: 0 0 0 0.1875rem rgba(255, 119, 1, 0.15);
}

.p-login__input button {
  width: 100%;
  height: 3.75rem;
  background: #FF7701;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-login__input button:hover {
  opacity: 0.8;
}

.p-login__input button:active {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}

.p-login__link {
  display: inline-block;
  color: #FF7701;
  margin-top: 2.5rem;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.p-login__comment {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  color: #666;
}

.p-login__comment a {
  text-decoration: underline;
}

.p-login__comment a:hover {
  opacity: 0.7;
}

#login_error {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 62.5rem;
  margin: 0rem auto;
  padding-top: 6.25rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}

.p-404__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
  }
}

.p-404__btn {
  position: relative;
  width: 100%;
  max-width: 16.4375rem;
  height: 3.125rem;
  margin: 4.1875rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.625rem;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    max-width: 15rem;
    height: 2.5rem;
    margin: 2.625rem auto 0rem auto;
    font-size: 0.625rem;
    border-radius: 0.3125rem;
  }
}
.p-404__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0.8125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21875rem 0 0.21875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-404__btn::after {
    left: 0.5rem;
    border-width: 0.15625rem 0 0.15625rem 0.25rem;
  }
}
.p-404__btn:hover {
  color: #fff;
  background: #000;
}
.p-404__btn:hover::after {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */