@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  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;
  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]) {
  text-decoration-skip-ink: auto;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-category-news {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-category-news {
    margin-top: 3.125rem;
  }
}

.l-contact {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin-top: 3.125rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.l-latest-news {
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .l-latest-news {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-latest-news {
    margin-top: 9.375rem;
  }
}

.l-mv-inner {
  padding: 7.5rem 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .l-mv-inner {
    padding: 5rem 0 0;
  }
}

.l-page-category-news {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-category-news {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}

.l-page-contact-complete {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact-complete {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
  }
}

.l-page-contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-contact {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}

.l-page-latest-news {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-latest-news {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}

.l-page-mv {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-page-mv {
    margin-top: 6.5625rem;
  }
}

.l-page-profile {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-page-profile {
    margin-top: 2.5rem;
  }
}

.l-page-single-news {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-page-single-news {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}

.l-profile {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-profile {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.c-article {
  display: block;
  width: 17.5rem;
  padding: 1.5625rem 1.375rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-article {
    padding: 1.25rem;
    width: 16.8125rem;
  }
}

.c-article__border1, .c-article__border3, .c-article__border4 {
  position: absolute;
  background-color: #333;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-article__border1, .c-article__border3, .c-article__border4 {
    width: 30px;
  }
}

.c-article__border1 {
  top: 0;
  left: 0;
}

.c-article__border1::before {
  content: "";
  background-color: #333;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-article__border1::before {
    height: 30px;
  }
}

.c-article__border2 {
  bottom: 0;
  left: 0;
  background-color: #333;
  position: absolute;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-article__border2 {
    width: 30px;
  }
}

.c-article__border2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .c-article__border2::before {
    height: 30px;
  }
}

.c-article__border3 {
  top: 0;
  right: 0;
}

.c-article__border3::before {
  content: "";
  background-color: #333;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-article__border3::before {
    height: 30px;
  }
}

.c-article__border4 {
  bottom: 0;
  right: 0;
  background-color: #333;
  position: absolute;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .c-article__border4 {
    width: 30px;
  }
}

.c-article__border4::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .c-article__border4::before {
    height: 30px;
  }
}

.c-article:hover .c-article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article:hover .c-article__img img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.c-article__img {
  width: 100%;
  height: 100%;
  max-width: 14.1875rem;
  max-height: 8.25rem;
  overflow: hidden;
}

.c-article__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 227/132;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article__img img {
    -webkit-transition: none;
    transition: none;
  }
}

.c-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
}

.c-article__cat {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 0 0.25rem 0.0625rem;
  background-color: #4EB5FF;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.5454545455;
  min-width: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-article__cat {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.c-article__time {
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-article__time {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

.c-article__title {
  margin-top: 0.8125rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.c-article__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  max-height: 5.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.p-page-single-news__cat.c-article__cat {
  font-size: 0.75rem;
}

.c-breadcrumb {
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-left: 1.25rem;
  }
}

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

.c-breadcrumb__list > li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 14px;
  padding-left: 1.125rem;
}

.c-breadcrumb__list > li:nth-child(1)::before {
  content: "";
  display: block;
  background: url(../images/breadcrumb-home.svg) center center/cover;
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb__list > li {
  font-size: 0.8125rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.4615384615;
  font-weight: 400;
}

.c-breadcrumb__list > li:nth-child(2) {
  margin-left: 0.5rem;
  padding-left: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb__list > li:nth-child(2)::before {
  position: absolute;
  background: url(../images/breadcrumb-arrow.svg) center center/cover;
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb__list > li:nth-child(3) {
  margin-left: 0.5rem;
  padding-left: 0.9375rem;
  position: relative;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-breadcrumb__list > li:nth-child(3)::before {
  position: absolute;
  background: url(../images/breadcrumb-arrow.svg) center center/cover;
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  border: solid 1px #333;
  text-align: center;
  display: inline-block;
  padding: 0.5rem;
  min-width: 9.25rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.c-btn:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn:hover {
    background-color: #fff;
    color: none;
  }
}

.c-btn::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: #000;
  position: absolute;
  left: 82%;
  top: 65%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn:hover.c-btn::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 87%;
}
@media screen and (max-width: 767px) {
  .c-btn:hover.c-btn::after {
    left: 82%;
    -webkit-transition: none;
    transition: none;
  }
}

.c-btn.c-btn--lg {
  min-width: 22.5rem;
  padding: 1.75rem 0 1.75rem 3.4375rem;
  text-align: left;
  text-align: initial;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--lg {
    min-width: 15rem;
    font-size: 1.125rem;
    padding: 0.75rem 0 0.75rem 1.5625rem;
  }
}

.c-btn.c-btn--lg::after {
  width: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--lg::after {
    width: 80px;
  }
}

.c-btn2 {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  position: relative;
}

.c-btn2::before {
  content: "";
  display: block;
  width: 4.375rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn2:hover.c-btn2::before {
  width: 5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn2:hover.c-btn2::before {
    width: 4.375rem;
    -webkit-transition: none;
    transition: none;
  }
}

.c-category-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .c-category-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.c-category-article__img-wrapper {
  width: 35%;
  position: relative;
  overflow: hidden;
  max-height: 9.375rem;
}
@media screen and (max-width: 767px) {
  .c-category-article__img-wrapper {
    width: 100%;
  }
}

.c-category-article__category {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.25rem 0.0625rem 0.3125rem;
  line-height: 1.5454545455;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  z-index: 5;
  min-width: 2.8125rem;
  text-align: center;
}

.c-category-article__img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-category-news__article-item:hover .c-category-article__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-category-news__article-item:hover .c-category-article__img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.c-category-article__img img {
  aspect-ratio: 280/150;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-category-article__main {
  width: 57.2944297082%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-category-article__main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-category-article__main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    margin-top: 0.9375rem;
  }
}

.c-category-article__title {
  font-size: 1rem;
  line-height: 1.5;
}

.c-category-article__time {
  font-size: 0.75rem;
  line-height: 1.5454545455;
  margin-top: 0.3125rem;
}

.c-category-article__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-category-article__text {
    margin-top: 0.5rem;
  }
}

.c-category-article__main p {
  max-height: 4.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.c-page-title__name {
  margin-top: 3.75rem;
  color: #333;
  font-size: 3.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.4821428571;
  border: double 5px #333;
  text-align: center;
  width: 76.3888888889%;
  padding: 0.8125rem 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-page-title__name {
    width: 85.3333333333%;
    max-width: 25rem;
    font-size: 1.75rem;
    line-height: 1.4642857143;
    padding: 0.3125rem 0;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-page-title__name.c-page-title__name--white {
    color: #fff;
    border: double 5px #fff;
    width: 13.125rem;
    font-size: 1.625rem;
    line-height: 1.5;
    padding: 0;
    margin-top: 0;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  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: 1.125rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

.c-pagination .prev,
.c-pagination .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
}

.c-pagination__container .prev:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__container .prev:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: none;
    transition: none;
  }
}

.c-pagination__container .next:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__container .next:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: none;
    transition: none;
  }
}

.c-pagination .prev::before,
.c-pagination .next::before {
  content: "";
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pagination .prev::before {
  background: url(../images/pagination-arrow-left.svg) center center/cover;
}

.c-pagination .next::before {
  background: url(../images/pagination-arrow-right.svg) center center/cover;
}

.c-pagination .next:hover.next::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.88 0.12" /><feFuncG type="table" tableValues="0.88 0.12" /><feFuncB type="table" tableValues="0.88 0.12" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.62973 0.46909 0.11529 0 0 0.21288999999999997 0.8084600000000001 0.10248 0 0 0.16592 0.32574000000000003 0.46991 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="229" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.07" /><feFuncG type="linear" slope="1.07" /><feFuncB type="linear" slope="1.07" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination .next:hover.next::before {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: none;
    transition: none;
  }
}

.c-pagination .prev:hover.prev::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.88 0.12" /><feFuncG type="table" tableValues="0.88 0.12" /><feFuncB type="table" tableValues="0.88 0.12" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.62973 0.46909 0.11529 0 0 0.21288999999999997 0.8084600000000001 0.10248 0 0 0.16592 0.32574000000000003 0.46991 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="229" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.07" /><feFuncG type="linear" slope="1.07" /><feFuncB type="linear" slope="1.07" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination .prev:hover.prev::before {
    -webkit-filter: none;
            filter: none;
    -webkit-transition: none;
    transition: none;
  }
}

.c-pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
}

.c-pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__container {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.c-pagination__container > *:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination__container > *:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: none;
    transition: none;
  }
}

.c-section-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #333;
  -webkit-text-fill-color: white;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.375rem;
  }
}

.c-section-title.c-section-title--sm {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.65;
}

.c-sidebar-search_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  display: block;
  padding: 0.5rem 0.9375rem;
  background-color: #fff;
  width: 18.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-sidebar-search_container {
    width: 100%;
    max-width: 18.75rem;
  }
}

.c-sidebar-search_container input {
  border: none;
}

.c-sidebar-search_container input:focus {
  outline: none;
}

.c-sidebar-search_container input::-webkit-input-placeholder {
  color: #D9D9D9;
}

.c-sidebar-search_container input::-moz-placeholder {
  color: #D9D9D9;
}

.c-sidebar-search_container input::-ms-input-placeholder {
  color: #D9D9D9;
}

.c-sidebar-search_container input::placeholder {
  color: #D9D9D9;
}

.c-sidebar-search_container input[type=image] {
  cursor: pointer;
  border: none;
  background: #333;
  color: #fff;
  position: absolute;
  outline: none;
}

.c-sidebar-search_container input[type=image]::before {
  display: block;
  content: "";
  height: 100%;
  background-color: #333;
  display: block;
}

.c-sidebar-search__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.875rem;
  height: 3em;
  background-color: #333;
  cursor: pointer;
}

.c-sidebar-search_container button {
  color: #333;
}

/* Safariでの検索input装飾をリセット */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Safariの内部構造に左右されず横並びにする */
.c-sidebar-search_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-sidebar-search_container input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; /* Safari対策 */
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.c-sidebar-latest__news {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-sidebar-latest__news {
    margin-top: 1.5625rem;
  }
}

.c-sidebar-latest-news__list {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
}

.c-sidebar-latest-news__item:nth-child(n+4) {
  display: none;
}

.c-sidebar-latest-news__item:hover .c-sidebar-article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-sidebar-latest-news__item:hover .c-sidebar-article__img img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.c-sidebar-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem;
  background-color: #fff;
}

.c-sidebar-article__img {
  width: 42.8571428571%;
  max-height: 6.25rem;
  overflow: hidden;
}

.c-sidebar-article__img img {
  aspect-ratio: 120/100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-sidebar-article__main {
  width: 51.7857142857%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-sidebar-article__title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.c-sidebar-article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.c-sidebar-article__time {
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.c-sidebar-article__cat {
  padding: 0.15625rem 0.3125rem;
  background-color: #4EB5FF;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  min-width: 2.5rem;
  text-align: center;
}

.c-sidebar-recommend__news {
  margin-top: 3.125rem;
}

.c-sidebar-recommend-news__list {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
}

.c-sidebar-recommend-news__item:nth-child(n+4) {
  display: none;
}

.c-sidebar-recommend-news__item:hover .c-sidebar-article__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-sidebar-recommend-news__item:hover .c-sidebar-article__img img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.p-page-profile__sidebar .c-sidebar-article {
  background-color: #F5F5F5;
}

.c-sidebar-recommend-news__list li {
  list-style: none;
  background-color: red;
}

.c-sidebar-recommend-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem;
  background-color: #fff;
}

.p-category-news__category-list {
  margin-top: 2.0625rem;
  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;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-category-news__category-list {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 11.5625rem;
    margin-inline: auto;
    row-gap: 0.3125rem;
  }
}

.p-category-news__article-item:nth-child(n+4) {
  display: none;
}

.p-category-news__category-item.current::before {
  content: "";
  display: block;
  background-color: #5426D9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .p-category-news__category-item.current::before {
    left: -0.625rem;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

.p-category-news__category-item {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category-news__category-item {
    font-size: 1rem;
  }
}

.p-category-news__category-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-category-news__category-item:hover {
    cursor: none;
  }
}

.p-category-news__articles {
  list-style: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin-top: 2.8125rem;
}

.p-page-category-news__category-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__category-item:hover {
    cursor: none;
  }
}

.p-category-news__article-list {
  margin-top: 3.125rem;
  background-color: #fff;
  width: 78.125%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-category-news__article-list {
    margin-top: 2.5rem;
    width: 95.5223880597%;
    max-width: 16.8125rem;
  }
}

.p-category-news__article-item {
  border-top: solid 1px #000;
  padding: 1.5625rem 1.4375rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-category-news__article-item {
    padding: 1.875rem 1.25rem;
  }
}

.p-category-news__article-item:last-child {
  border-bottom: solid 1px #000;
}

.p-category-news__btn {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-category-news__btn {
    margin-top: 1.875rem;
  }
}

.tab-list {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; /* アニメーション */
}

.tab-list.show {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.tab-contents {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s, -webkit-transform 0.5s ease;
}

.tab-contents.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.p-category-news__contents {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.p-category-news__contents.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-contact {
  width: 100%;
  height: 18.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/contact-bg.jpg) center center/cover;
}
@media screen and (max-width: 767px) {
  .p-contact {
    height: auto;
    display: block;
  }
}

.p-contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 63.9375rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__wrapper {
    display: block;
    max-width: 25rem;
    width: 75.7333333333%;
    margin-inline: auto;
    padding: 1.875rem 0 1.875rem 0;
  }
}

.p-contact__main {
  color: #fff;
  max-width: 25rem;
}

.p-contact__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

.p-contact__text {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 0.75rem;
  }
}

.p-contact__text br {
  display: none;
}

.p-contact__btn {
  margin-right: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    margin-top: 1.875rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-footer {
  background-color: #F5F5F5;
}

.p-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.5625rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 0.9375rem 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.p-footer__bar {
  display: block;
  width: 1px;
  height: 14px;
  background-color: #333;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100vw;
  min-height: 5rem;
  z-index: 100;
  -webkit-box-shadow: 0 2px 5px -2px rgba(51, 51, 51, .1);
          box-shadow: 0 2px 5px -2px rgba(51, 51, 51, .1);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    min-height: 0;
    min-height: initial;
  }
}

.p-header__wrapper {
  padding: 0.625rem 6.25rem;
  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;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__wrapper {
    padding: 1.4375rem 1.25rem;
    height: 4.0625rem;
  }
}

.p-header__logo {
  width: 6.6875rem;
  margin: 0.4375rem 0 0.4375rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 41.8666666667%;
    margin: 0.9375rem 0 0.9375rem 1.25rem;
  }
}

.p-header__logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo a img {
  aspect-ratio: 157/51.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-header-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-header-nav__item a {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0;
  font-weight: 400;
  color: #333;
}

.hover-letters {
  display: inline-block;
  cursor: pointer;
}
.hover-letters span {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hover-letters:hover span {
  -webkit-animation: jump 0.6s ease forwards;
          animation: jump 0.6s ease forwards;
}
@media screen and (max-width: 767px) {
  .hover-letters:hover span {
    -webkit-animation: none;
            animation: none;
  }
}
.hover-letters:hover span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hover-letters:hover span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
.hover-letters:hover span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.hover-letters:hover span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.hover-letters:hover span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.hover-letters:hover span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-header-nav__item.p-header-nav__btn {
  background-color: #333;
  color: #fff;
}

.p-header-nav__item.p-header-nav__btn a {
  padding: 1.8125rem 3.375rem 1.75rem 3.3125rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  font-weight: 500;
}

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

@media screen and (max-width: 767px) {
  .p-header-hamburger__btn {
    top: 50%;
    right: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    width: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: transparent;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-header-hamburger__btn span,
.p-header-hamburger__btn span:before,
.p-header-hamburger__btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header-hamburger__btn.active span,
.p-header-hamburger__btn.active span:before,
.p-header-hamburger__btn.active span:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header-hamburger__btn span:before {
  bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header-hamburger__btn span:after {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#p-header-hamburger-check:checked ~ .p-header-hamburger__btn span {
  background-color: rgba(255, 255, 255, 0);
}

#p-header-hamburger-check:checked ~ .p-header-hamburger__btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgb(255, 255, 255);
}

#p-header-hamburger-check:checked ~ .p-header-hamburger__btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgb(255, 255, 255);
}

#p-header-hamburger-check {
  display: none;
}

.p-header-hamburger-nav__title {
  margin-top: 7.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header-hamburger__nav {
  width: 89%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 80;
  background-color: #272727;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.p-header-hamburger-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
  width: 100%;
  text-align: center;
  row-gap: 0.9375rem;
  padding: 0 1.6875rem 0 1.75rem;
}

.p-header-hamburger-nav__item {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 0.9375rem;
}

#p-header-hamburger-check:checked ~ .p-header-hamburger__nav {
  right: 0;
}

.p-header-hamburger__nav.active {
  right: 80%;
}

#p-header-hamburger-check:checked ~ .p-header-hamburger__nav-cover {
  display: block;
}

.p-header-hamburger__nav-cover {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: none;
}

.p-header-hamburger-nav__bottom {
  margin-top: 11.125rem;
}

.p-header-hamburger-nav-bottom__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-header-hamburger-nav-bottom__sns-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.p-header-hamburger-nav-bottom__others {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}

.p-header-hamburger-nav-bottom__copyright {
  font-size: 0.5625rem;
}

.p-header-hamburger-nav-bottom__bar {
  width: 1px;
  height: 14px;
  background-color: #fff;
}

.p-header-hamburger-nav-bottom__policy {
  font-size: 0.5625rem;
}

.p-latest-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-latest-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-latest-news__list {
  width: 93.84765625%;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-latest-news__list {
    width: 80.2985074627%;
    margin-top: 2rem;
  }
}

.p-latest-news-list li:last-of-type {
  margin-right: auto;
  color: red;
}

.p-latest-news__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-latest-news__item {
  min-height: 21.875rem;
  max-height: 22.5rem;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  .p-latest-news__item {
    min-height: 21.0625rem;
  }
}

.p-latest-news__item:nth-child(n+7) {
  display: none;
}

.p-latest-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}

.loading-logo {
  position: absolute;
  opacity: 0;
}

.p-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    width: 93.3333333333%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-mv {
    width: 100%;
  }
}

.p-mv__wrapper {
  max-width: 75rem;
  margin-inline: auto;
  position: relative;
}

.p-mv-img__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-img__list {
    grid-template-columns: repeat(3, 1fr);
    width: 91.8333333333%;
  }
}
@media screen and (max-width: 600px) {
  .p-mv-img__list {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 0;
    width: 90.6666666667%;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

.p-mv-img__item {
  display: block; /* カラムの高さを自動調整 */
  width: 100%;
  margin-bottom: 0;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}

.p-mv-img__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.p-mv-img__item:nth-child(1) img {
  border-radius: 100px 0 0 0;
}

/* 画像ごとに高さを調整 */
@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(1) {
    aspect-ratio: 150/194;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(2) {
    aspect-ratio: 150/113;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(3) {
    aspect-ratio: 150/171;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(4) {
    aspect-ratio: 150/112;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(5) {
    aspect-ratio: 150/240;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(6) {
    aspect-ratio: 150/125;
  }
}

@media screen and (max-width: 767px) {
  .p-mv-img__item:nth-child(n+10) {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(6) img {
    border-radius: 0 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  .p-mv-img__item:nth-child(n+7) {
    display: none;
  }
}

.p-mv-main-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 25.1%;
  left: 12.5%;
}
@media screen and (max-width: 1024px) {
  .p-mv-main-title__wrap {
    font-size: 1.5rem;
  }
}

.p-mv-main__title {
  font-size: 2.125rem;
  line-height: 1.4117647059;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv-main__title {
    font-size: 1.5rem;
  }
}

.p-mv-main__title-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
}

.p-mv-main__title-text {
  display: inline-block;
  opacity: 0;
}

/* 背景のスライドイン */
@-webkit-keyframes bg-slide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes bg-slide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* テキストのフェードイン */
@-webkit-keyframes text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv-main__title-bg,
.p-mv-main__title-text {
  -webkit-animation: none;
          animation: none;
}

.p-mv-main__news {
  max-width: 34.125rem;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  border-radius: 15px;
  position: absolute;
  right: -2.5rem;
  bottom: -2.8125rem;
  width: 38.8%;
  max-width: 29.125rem;
  min-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-mv-main__news {
    margin-top: 1.25rem;
    width: 61.0350076104%;
    right: 0;
    bottom: -4.0625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-mv-main__news {
    min-width: 0;
    min-width: initial;
    width: 95%;
    max-width: none;
    max-width: initial;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 90%);
            transform: translate(-50%, 90%);
  }
}

.p-mv-news__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-news__title {
    font-size: 1.125rem;
  }
}

.p-mv-news__title::before {
  content: "";
  display: block;
  background-color: #333;
  width: 4.375rem;
  height: 1px;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 767px) {
  .p-mv-news__title::before {
    width: 4.375rem;
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.p-mv-news__list {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv-news__list {
    display: block;
  }
}

.p-mv-news__item:nth-child(n+4) {
  display: none;
}

.p-mv-news__item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv-news__item a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

.p-mv-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-mv-news__item a {
    font-size: 0.875rem;
  }
}

.p-mv-news__item-time {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv-news__item-time {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.p-mv-news__item-title {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  width: 20.625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-mv-news__item-title {
    font-size: 0.875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.p-mv__profile {
  position: absolute;
  left: 8.9%;
  top: 110%;
}
@media screen and (max-width: 1024px) {
  .p-mv__profile {
    display: none;
  }
}

.p-mv-profile__text {
  font-size: 0.6875rem;
  line-height: 2.9090909091;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding: 0.0625rem 0.6875rem 0.1875rem 0.5rem;
  background: url(../images/mv-profile-bg.jpg) center center/cover;
  width: 7.5rem;
  height: 2.375rem;
}

.p-mv-profile__img img {
  position: absolute;
  left: 87px;
  top: 14px;
  aspect-ratio: 86/86;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__scroll {
  position: absolute;
  -webkit-transform: translateY(21px) translateX(-50%);
          transform: translateY(21px) translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 1024px) {
  .p-mv__scroll {
    display: none;
  }
}

.p-mv-scroll__text {
  font-size: 0.6875rem;
  font-family: "Oswald", sans-serif;
  line-height: 1.4545454545;
  font-weight: 400;
}

.p-mv-scroll__bar {
  display: block;
  width: 1px;
  height: 45px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0.3125rem;
}

.p-mv-scroll__bar::before {
  content: "";
  background-color: #000;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #000;
}

.p-mv-swiper {
  width: clamp(300px, 45vw, 700px);
  padding-bottom: 5%;
  margin-left: 0;
  margin-right: 0;
  margin-right: initial;
}
@media screen and (max-width: 1439px) {
  .p-mv-swiper {
    width: 100%;
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-swiper {
    margin-left: 1.375rem;
    margin-top: 1.875rem;
    width: 93.3333333333%;
    padding-bottom: 20%;
  }
}

.swiper-slide {
  border: solid calc(var(--slider-width) * 10 / 800) #fff;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-mv-swiper .swiper-slide-active {
  -webkit-transform: translate3d(calc(var(--slider-width) * 23 / 800), 59px, 0) rotate(-7deg) !important;
          transform: translate3d(calc(var(--slider-width) * 23 / 800), 59px, 0) rotate(-7deg) !important;
  z-index: 4;
}

.p-mv-swiper .swiper-slide-active + .swiper-slide {
  -webkit-transform: translate3d(calc(var(--slider-width) * -217 / 800), 31px, 0) rotate(0deg) !important;
          transform: translate3d(calc(var(--slider-width) * -217 / 800), 31px, 0) rotate(0deg) !important;
  z-index: 3;
}

.p-mv-swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
  -webkit-transform: translate3d(calc(var(--slider-width) * -417 / 800), 0px, 0) rotate(4deg) !important;
          transform: translate3d(calc(var(--slider-width) * -417 / 800), 0px, 0) rotate(4deg) !important;
  z-index: 2;
}

.p-mv-swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  -webkit-transform: translate3d(calc(var(--slider-width) * -613 / 800), 43px, 0) rotate(9deg) !important;
          transform: translate3d(calc(var(--slider-width) * -613 / 800), 43px, 0) rotate(9deg) !important;
  z-index: 1;
}

.p-page-category-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.3125rem;
     -moz-column-gap: 5.3125rem;
          column-gap: 5.3125rem;
  margin-inline: auto;
  width: 85.7638888889%;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-page-category-news__main {
  width: 64.7773279352%;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__main {
    width: 85.671641791%;
  }
}

.p-page-category-news-main__article-list {
  width: 100%;
}

.p-page-category-news__category-item.current::before {
  content: "";
  display: block;
  background-color: #5426D9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .p-page-category-news__category-item.current::before {
    left: -0.625rem;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

.p-page-category-news__category-item {
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__category-item {
    font-size: 1rem;
  }
}

.p-page-category-news__category-item.current::before {
  content: "";
  display: block;
  background-color: #5426D9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .p-page-category-news__category-item.current::before {
    left: -0.625rem;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}

.p-page-category-news__category-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__category-item:hover {
    cursor: none;
  }
}

.p-category-news__articles {
  list-style: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin-top: 2.8125rem;
}

.p-page-category-news__wrapper .p-category-news__article-item:nth-child(n+4) {
  display: block;
}

.p-page-category-news__wrapper .p-category-news__article-item:nth-child(n+6) {
  display: none;
}

.p-page-category-news__pagination {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__pagination {
    margin-top: 1.875rem;
  }
}

.p-page-category-news__sidebar {
  width: 24.2914979757%;
  margin-top: 9.375rem;
  min-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-category-news__sidebar {
    width: 89.552238806%;
    max-width: 20.625rem;
    margin-top: 3.125rem;
  }
}

.p-page-category-news__sidebar--search {
  margin-top: 5rem;
}

.p-page-contact-complete__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-contact-complete__main {
    width: 93.3333333333%;
    max-width: 37.5rem;
  }
}

.p-page-contact-complete__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.p-page-contact-complete__text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-complete__text {
    font-size: 1rem;
    margin-top: 1.875rem;
    line-height: 1.5;
  }
}

.p-page-contact-complete-form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-complete-form__btn-wrap {
    margin-top: 3.125rem;
  }
}

.p-page-contact-complete-form__btn {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0.375rem;
  border: solid 1px #000;
  min-width: 12.5rem;
  height: 45px;
  position: relative;
}

.p-page-contact-complete-form__btn::before {
  content: "TOPへ戻る";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page-contact-complete-form__btn::before {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-page-contact-complete-form__btn:hover.p-page-contact-complete-form__btn::before {
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-page-contact__main {
  width: 54.6527777778%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-page-contact__main {
    width: 96%;
    max-width: 31.25rem;
  }
}

.p-page-contact__intro {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-contact__intro {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.p-page-contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__list {
    row-gap: 1.25rem;
  }
}

.p-page-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
  }
}

.p-page-contact-form__item:last-child .p-page-contact-form__body {
  height: 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__item:last-child .p-page-contact-form__body {
    height: 13.125rem;
  }
}

.p-page-contact-form__head {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__head {
    font-size: 1rem;
    line-height: 1.5;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-page-contact-form__head-require {
  color: #FF0000;
  position: absolute;
  right: -0.3125rem;
  top: -0.625rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.p-page-contact-form__body {
  width: 100%;
  background-color: transparent;
  border-bottom: solid 1px #000;
  border-top: 0;
  border-top: initial;
  border-left: 0;
  border-left: initial;
  border-right: 0;
  border-right: initial;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__body {
    padding-left: 0;
    width: 100%;
  }
}

.wpcf7-form-control-wrap {
  width: 63.5324015248%;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.p-page-contact-form__body option {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__body option {
    font-size: 0.875rem;
  }
}

.p-page-contact-form__body:focus {
  outline: none;
}

.p-page-contact-form__body::-webkit-input-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .36);
}

.p-page-contact-form__body::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .36);
}

.p-page-contact-form__body::-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .36);
}

.p-page-contact-form__body::placeholder {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, .36);
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__body::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-page-contact-form__body::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-page-contact-form__body::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .p-page-contact-form__body::placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-page-contact-form__item:last-child .p-page-contact-form__body {
  border: solid 1px #000;
  padding: 1.25rem;
}

.p-page-contact-form__item select {
  color: rgba(0, 0, 0, .36);
  font-size: 1rem;
  line-height: 1.5;
}

.p-page-contact-form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__btn-wrap {
    margin-top: 3.75rem;
  }
}

.p-page-contact-form__btn {
  cursor: pointer;
  opacity: 0;
  border: solid 2px green;
  z-index: 10;
  position: relative;
}

.p-page-contact-form__btn-inner {
  position: absolute;
  border: solid 1px #000;
  color: #fff;
  min-width: 12.5rem;
  height: 2.8125rem;
  font-size: 1.375rem;
  padding: 0.375rem;
  cursor: pointer;
}

.p-page-contact-form__btn-bg {
  position: absolute;
  z-index: -1;
  display: block;
  min-width: 12.5rem;
  height: 2.8125rem;
  padding: 0.375rem;
  background-color: #333;
  top: -0.625rem;
  left: -0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-page-contact-form__btn-bg {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.p-page-contact-form__btn-wrap:hover .p-page-contact-form__btn-bg {
  top: -0.0625rem;
  left: -0.0625rem;
  cursor: pointer;
  z-index: 1;
}

.wpcf7-spinner {
  display: none;
}

.p-page-latest-news__wrapper {
  margin-inline: auto;
  width: 93.84765625%;
  max-width: 60.0625rem;
}
@media screen and (max-width: 767px) {
  .p-page-latest-news__wrapper {
    width: 85.671641791%;
  }
}

.p-page-latest-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-latest-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

.p-page-latest-news__wrapper .p-latest-news__item:nth-child(n+7) {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-page-latest-news__wrapper .p-latest-news__item:nth-child(n+7) {
    display: none;
  }
}

.p-page-latest-news__wrapper .p-latest-news__item:nth-child(n+10) {
  display: none;
}

.p-page-latest-news__pagination {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-latest-news__pagination {
    margin-top: 1.875rem;
  }
}

.p-page-mv {
  max-width: 77.1875rem;
  margin-inline: auto;
}

.p-page-profile {
  background-color: #fff;
}

.p-page-profile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87.0833333333%;
  max-width: 78.375rem;
  margin-inline: auto;
  padding: 2.5rem 1.5625rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 93.3333333333%;
    padding: 2.5rem 1.25rem 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 37.5rem;
  }
}

.p-page-profile__main {
  width: 61.4617940199%;
}
@media screen and (max-width: 767px) {
  .p-page-profile__main {
    width: 100%;
  }
}

.p-page-profile__sidebar {
  width: 24.9169435216%;
  min-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile__sidebar {
    width: 100%;
    margin-top: 3.125rem;
  }
}

.p-page-profile__about-blog {
  width: 100%;
}

.p-page-profile-about-blog__title {
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-profile-about-blog__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-page-profile-about-blog__title::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-page-profile-about-blog__text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-profile-about-blog__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-page-profile__about-me {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile__about-me {
    width: 100%;
    margin-top: 2.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-page-profile-about-me__title {
  font-size: 1.75rem;
  line-height: 1.1428571429;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-profile-about-me__title {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.p-page-profile-about-me__title::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-page-profile-about-me__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 18.8%;
     -moz-column-gap: 18.8%;
          column-gap: 18.8%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-profile-about-me__feature {
    margin-top: 1.5625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-page-profile-feature__cont {
    margin-top: 0.9375rem;
  }
}

.p-profile-feature__info {
  font-size: 1rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
.p-page-profile-feature__name {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-page-profile-feature__sns {
  margin-top: 1.25rem;
}

.p-page-profile-feature-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-page-profile-feature-sns__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-page-profile-feature-sns__icon:hover {
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page-profile-feature-sns__icon:hover {
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
  }
}

.p-page-profile-feature-sns__icon:hover.p-page-profile-feature-sns__icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.88 0.12" /><feFuncG type="table" tableValues="0.88 0.12" /><feFuncB type="table" tableValues="0.88 0.12" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.62973 0.46909 0.11529 0 0 0.21288999999999997 0.8084600000000001 0.10248 0 0 0.16592 0.32574000000000003 0.46991 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="229" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.07" /><feFuncG type="linear" slope="1.07" /><feFuncB type="linear" slope="1.07" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .p-page-profile-feature-sns__icon:hover.p-page-profile-feature-sns__icon img {
    -webkit-transition: none;
    transition: none;
    -webkit-filter: none;
            filter: none;
  }
}

.p-page-profile-feature-sns__icon img {
  aspect-ratio: 14/14;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-page-profile__contents {
  margin-top: 1.875rem;
  width: 81.0810810811%;
}
@media screen and (max-width: 767px) {
  .p-page-profile__contents {
    width: auto;
  }
}

.p-page-profile-private__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-transform: capitalize;
}

.p-page-profile-private__text {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile-private__text {
    font-size: 1rem;
    line-height: 1.3125;
  }
}

.p-page-profile__philosophy {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile__philosophy {
    margin-top: 2.5rem;
  }
}

.p-page-profile-philosophy__title {
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-transform: capitalize;
}

.p-page-profile-philosophy__text {
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-page-profile-philosophy__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-page-profile__instagram {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile__instagram {
    margin-top: 2.5rem;
    max-width: 25rem;
  }
}

.p-page-profile-instagram__title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-page-profile-instagram__btn {
  text-align: right;
  margin-top: 0.9375rem;
}

.p-page-profile__sidebar {
  max-width: 25rem;
}

.p-page-profile__instagram .p-profile-instagram__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 1.875rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-profile__instagram .p-profile-instagram__list {
    row-gap: 1.25rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 1.25rem;
  }
}

.p-page-profile__instagram .p-profile-instagram__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.p-page-profile__instagram .p-profile-instagram__item a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-page-profile__instagram .p-profile-instagram__item:hover.p-profile-instagram__item a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-page-profile__instagram .p-profile-instagram__item:hover.p-profile-instagram__item a img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.p-page-profile__instagram .p-profile-instagram__img img {
  aspect-ratio: 130/130;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-single-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85.7638888889%;
  max-width: 77.1875rem;
  margin-inline: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-page-single-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 93.3333333333%;
    max-width: 37.5rem;
  }
}

.p-page-single-news__main {
  width: 59.1093117409%;
  background-color: #fff;
  padding: 1.5rem 1.25rem;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 767px) {
  .p-page-single-news__main {
    width: 100%;
  }
}

.p-page-single-news-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-page-single-news-main__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-single-news__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-page-single-news__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-page-single-news__cat {
    margin-left: 0;
  }
}

.p-page-single-news__time {
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-single-news__time {
    margin-left: 0.75rem;
  }
}

.p-page-single-news-main__img {
  margin-top: 1.25rem;
  width: 78.4285714286%;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__img {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-page-single-news-main__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 549/412;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-single-news-main__body {
  margin-top: 1.5625rem;
  width: 78.125%;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__body {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-page-single-news-main__body h2 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  padding-left: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__body h2 {
    font-size: 1rem;
  }
}

.p-page-single-news-main__body h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
}

.p-page-single-news-main__body p {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__body p {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-page-single-news-main__body h3 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  padding-left: 0.625rem;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__body h3 {
    font-size: 1rem;
  }
}

.p-page-single-news-main__body h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
}

.p-page-single-news-main__body p {
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-page-single-news-main__body p {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-page-single-news-main__body figure {
  margin-top: 0.9375rem;
}

.p-page-single-news__sidebar {
  width: 24.2914979757%;
  min-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-page-single-news__sidebar {
    width: 100%;
    margin-top: 3.125rem;
    max-width: 18.75rem;
  }
}

.p-profile {
  background-color: #fff;
}

.p-profile__container {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.25rem;
  }
}

.p-profile__about {
  width: 40.5349794239%;
}
@media screen and (max-width: 767px) {
  .p-profile__about {
    width: 100%;
  }
}

.p-profile-about__title {
  margin-left: 8.0625rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile-about__title {
    margin-left: 0;
    text-align: center;
  }
}

.p-profile-about__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-profile-about__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-profile-about__img {
  width: 33.734939759%;
}
@media screen and (max-width: 767px) {
  .p-profile-about__img {
    width: auto;
  }
}

.p-profile-about__img img {
  aspect-ratio: 140/162;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-about__cont {
  width: 45.7831325301%;
}
@media screen and (max-width: 767px) {
  .p-profile-about__cont {
    width: auto;
  }
}

.p-profile-about__name {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-profile-about__info {
  font-size: 1rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-profile-about__info {
    font-size: 0.875rem;
  }
}

.p-profile-about__address {
  margin-top: 0.625rem;
}

.p-profile-about-subContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-profile-about-subContainer {
    margin-top: 1.5625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 5.9375rem;
       -moz-column-gap: 5.9375rem;
            column-gap: 5.9375rem;
  }
}

.p-profile-about__btn {
  margin-bottom: 0.25rem;
}

.p-profile-about-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-profile-about-sns__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: solid 1px #333;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-profile-about-sns__icon:hover {
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-profile-about-sns__icon:hover {
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
  }
}

.p-profile-about-sns__icon:hover.p-profile-about-sns__icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.88 0.12" /><feFuncG type="table" tableValues="0.88 0.12" /><feFuncB type="table" tableValues="0.88 0.12" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.62973 0.46909 0.11529 0 0 0.21288999999999997 0.8084600000000001 0.10248 0 0 0.16592 0.32574000000000003 0.46991 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.22086999999999998 0.70785 0.07128 0 0 0.21087 0.71795 0.07128 0 0 0.21087 0.70785 0.08127999999999999 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="229" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.07" /><feFuncG type="linear" slope="1.07" /><feFuncB type="linear" slope="1.07" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncG type="linear" slope="1.01" intercept="-0.0050000000000000044" /><feFuncB type="linear" slope="1.01" intercept="-0.0050000000000000044" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
          filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .p-profile-about-sns__icon:hover.p-profile-about-sns__icon img {
    -webkit-transition: none;
    transition: none;
    -webkit-filter: none;
            filter: none;
  }
}

.p-profile-about-sns__icon img {
  aspect-ratio: 14/14;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-profile__instagram {
  width: 44.2386831276%;
}
@media screen and (max-width: 767px) {
  .p-profile__instagram {
    width: 100%;
    margin-top: 1.875rem;
    max-width: 18.75rem;
  }
}

.p-profile-instagram__title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-profile-instagram__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 1.875rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-profile-instagram__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
    row-gap: 1.25rem;
  }
}

.p-profile-instagram__item a {
  background: #111;
}

.p-profile-instagram__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.p-profile-instagram__item a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-profile-instagram__item:hover.p-profile-instagram__item a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-profile-instagram__item:hover.p-profile-instagram__item a img {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.p-profile-instagram__img img {
  aspect-ratio: 130/130;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
