@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  height: 100vh;
  height: 100dvh;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #203424;
  background: transparent url(../images/common/bg_line_sp.png) repeat-y center center/cover;
}
@media screen and (min-width: 768px) {
  body {
    background: transparent url(../images/common/bg_line_pc.png) repeat-y center center/100%;
  }
}

body.page-template-page-athlete {
  background-image: none;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

.js-fadeHead {
  opacity: 0;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}

.js-fadein,
.js-fadein-delay {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; /* スムーズに表示 */
}

.js-fadeText {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  overflow: hidden;
  position: relative;
}

.letter {
  display: inline-block;
  opacity: 0;
}

.letter.show {
  -webkit-animation: floatUp 0.6s forwards;
          animation: floatUp 0.6s forwards;
}

@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes floatUp {
  0% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
/*****************************
* 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;
}

img[sizes=auto] {
  contain-intrinsic-size: auto !important;
  max-width: 100%;
  height: auto;
}

/* 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-athlete--01 {
  background: #F6F8F2 url(../images/athlete/bg_line_01_sp.png) repeat-y center top/cover;
}
@media screen and (min-width: 768px) {
  .l-athlete--01 {
    background: #F6F8F2 url(../images/athlete/bg_line_01_pc.png) repeat-y center top/cover;
  }
}

.l-athlete--02 {
  background: #F6F8F2 url(../images/athlete/bg_line_02_sp.png) repeat-y center top/cover;
}
@media screen and (min-width: 768px) {
  .l-athlete--02 {
    background: #F6F8F2 url(../images/athlete/bg_line_02_pc.png) repeat-y center top/cover;
  }
}

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

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.l-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-txt-slide {
  background-repeat: repeat-x;
  background-color: var(--color-neutral);
  -webkit-animation: bgloop-sp 28s linear infinite;
          animation: bgloop-sp 28s linear infinite;
  will-change: background-position;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-txt-slide {
    -webkit-animation: bgloop 28s linear infinite;
            animation: bgloop 28s linear infinite;
  }
}

.l-txt-slide--profile {
  background-image: url(../images/athlete/txt_profile_sp.png);
  background-position: 0 1.25rem;
  background-size: 114.6875rem 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-txt-slide--profile {
    background-image: url(../images/athlete/txt_profile.png);
    background-position: 0 8.125rem;
    background-size: 161.5rem 11.125rem;
  }
}

.l-txt-slide--interview {
  background-image: url(../images/athlete/txt_interview_sp.png);
  background-position: 0 2.5rem;
  background-size: 152.5rem 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-txt-slide--interview {
    background-image: url(../images/athlete/txt_interview.png);
    background-position: 0 8.125rem;
    background-size: 214.4375rem 11.125rem;
  }
}

.l-txt-slide--support {
  background-image: url(../images/athlete/txt_support_sp.png);
  background-position: 0 2.5rem;
  background-size: 128.1875rem 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-txt-slide--support {
    background-image: url(../images/athlete/txt_support.png);
    background-position: 0 8.125rem;
    background-size: 225.3125rem 11.125rem;
  }
}

@-webkit-keyframes bgloop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -142.0625rem;
  }
}

@keyframes bgloop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -142.0625rem;
  }
}
@-webkit-keyframes bgloop-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -95.5rem;
  }
}
@keyframes bgloop-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -95.5rem;
  }
}
.c-arrow {
  position: relative;
}

.c-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.21875rem solid transparent;
  border-bottom: 0.21875rem solid transparent;
  border-left: 0.4375rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.c-btn02 .c-arrow::after {
  border-right: 0.4375rem solid #fff;
  border-left: 0;
  left: 1.4375rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.c-athlete-title__text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-athlete-title__text {
    font-size: 3rem;
  }
}

.c-blank-btn {
  padding-left: 1.0625rem;
}

.c-blank-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.1875rem solid transparent;
  border-bottom: 0.1875rem solid transparent;
  border-left: 0.4375rem solid #5CAC75;
  border-right: 0;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-blank-btn::before {
    top: 50%;
  }
}

.c-blank-btn__link {
  display: inline-block;
  padding-right: 0.875rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
}

.c-blank-btn__link::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: auto;
  background-color: #203424;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .c-blank-btn__link::before {
    bottom: -0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-blank-btn__link:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.c-blank-btn__link::after {
  content: "";
  width: 0.53125rem;
  height: 0.53125rem;
  background: transparent url(../images/common/icon_blank.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: #2A402F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn01--white {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    background: #5CAC75;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01--white:hover {
    background: #2A402F;
  }
}

.c-btn01__text {
  width: 71.7948717949%;
  padding: 1.125rem 0.9375rem;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn01__text {
    font-size: 0.9375rem;
  }
}

.c-btn01--white .c-btn01__text {
  color: #203424;
}

@media screen and (min-width: 768px) {
  .c-btn01--white:hover .c-btn01__text {
    color: #fff;
  }
}

.c-btn01__arrow {
  width: 27.6923076923%;
  border-left: 1px solid #fff;
}

.c-btn01--white .c-btn01__arrow {
  border-left: 1px solid #203424;
}

@media screen and (min-width: 768px) {
  .c-btn01--white:hover .c-arrow {
    border-left: 1px solid #fff;
  }
}

.c-btn01--white .c-arrow::after {
  border-left: 0.4375rem solid #203424;
}

@media screen and (min-width: 768px) {
  .c-btn01--white:hover .c-arrow::after {
    border-left: 0.4375rem solid #fff;
  }
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: #2A402F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-btn02:hover {
    background: #5CAC75;
  }
}

.c-btn02__text {
  width: 71.7948717949%;
  padding: 1.125rem 0.9375rem;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-btn02__text {
    font-size: 0.9375rem;
  }
}

.c-btn02__arrow {
  width: 27.6923076923%;
  border-right: 1px solid #fff;
}

.c-btn02__arrow {
  border-left: 1px solid #203424;
}

.c-card01 {
  min-height: 21.5625rem;
  height: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem;
  background: #F6F8F2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card01 {
    min-height: 21.5625rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.c-card01--white {
  background: #fff;
}

.c-card01__img {
  overflow: hidden;
}
.c-card01__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 247/154;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-card01:hover .c-card01__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

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

.c-card01__category {
  padding: 0.25rem 0.5625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
  line-height: 1;
  background: #fff;
  border: 1px solid #DCDBD9;
  border-radius: 11px;
}
@media screen and (min-width: 768px) {
  .c-card01__category {
    padding: 0.25rem 0.5625rem;
    font-size: 0.6875rem;
  }
}

.c-card01__title {
  margin-top: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-card01__title {
    margin-top: 0.625rem;
  }
}

.c-card01__title-text {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: inline;
  padding-bottom: 0.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#203424), to(#203424)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#203424, #203424) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .c-card01__title-text {
    font-size: 1rem;
    line-height: 1.8125;
  }
}

@media screen and (min-width: 768px) {
  .c-card01:hover .c-card01__title-text {
    background-size: 0 1px;
  }
}

.c-card01__date {
  display: block;
  margin-top: 1.875rem;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-card01__date {
    margin-top: 1.75rem;
    font-size: 0.75rem;
  }
}

.c-card02 {
  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: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-card02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .c-card02__img {
    width: 50%;
  }
}

.c-card02__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-card02__body {
    width: 44.7826086957%;
  }
}

.c-card02__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .c-card02__text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.8125;
  }
}

.c-card03__top {
  position: relative;
}

.c-card03__category {
  padding: 0.3125rem 0.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #DCDBD9;
  border-radius: 15px;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-card03__category {
    padding: 0.4375rem 0.5625rem;
    top: 0.625rem;
    left: 0.625rem;
  }
}

.c-card03__category-text {
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card03__category-text {
    padding-left: 0.8125rem;
    font-size: 0.8125rem;
  }
}

.c-card03__category-text::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.erosioncontrol-construction .c-card03__category-text::before {
  background: #5CAC75;
}

.river-construction .c-card03__category-text::before {
  background: #B9CCDA;
}

.general-construction .c-card03__category-text::before {
  background: #70736C;
}

.c-card03__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 270/175;
}
@media screen and (min-width: 768px) {
  .c-card03__img img {
    aspect-ratio: 480/310;
  }
}

.c-card03__bottom {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card03__bottom {
    margin-top: 1.5rem;
  }
}

.c-card03__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-card03__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.c-card03__detail {
  margin-top: 0.4375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .c-card03__detail {
    margin-top: 0.75rem;
    row-gap: 0.25rem;
  }
}

.c-card03__orderer {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card03__orderer {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.c-card03__date {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-card03__date {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.c-card04 {
  padding: 1.25rem;
  background: #F6F8F2;
}
@media screen and (min-width: 768px) {
  .c-card04 {
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-card04__img {
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-card04__img {
    width: 30.0486618005%;
  }
}

.c-card04__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/185;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card04__img img {
    aspect-ratio: 247/154;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-card04__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-card04__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card04__body {
    margin-top: 0;
    width: 67.5182481752%;
    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-card04__cate.c-category {
  padding: 0.09375rem 0.625rem;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-card04__cate.c-category {
    padding: 0.15625rem 0.5625rem 0;
    font-size: 0.6875rem;
  }
}

.c-card04__title {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card04__title {
    margin-top: 0.375rem;
  }
}

.c-card04__title-text {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: inline;
  padding-bottom: 0.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#203424), to(#203424)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#203424, #203424) 100% 100%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .c-card04__title-text {
    font-size: 1rem;
    line-height: 1.8125;
  }
}

@media screen and (min-width: 768px) {
  a:hover .c-card04__title-text {
    background-size: 0 1px;
  }
}

.c-card04__date {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-card04__date {
    margin-top: 0;
    font-size: 0.75rem;
  }
}

.c-category {
  padding: 0.375rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #DCDBD9;
  border-radius: 18px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-category {
    padding: 0.5625rem 1.65625rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

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

.c-category.all {
  padding: 0.375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-category.all {
    padding: 0.5625rem 1.5625rem;
  }
}

.active .c-category {
  background: #203424;
  color: #fff;
}

.c-category__text {
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-category__text {
    padding-left: 0.8125rem;
    font-size: 0.9375rem;
  }
}

.c-category.all .c-category__text {
  padding-left: 0;
}

.c-category__text::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.erosioncontrol-construction .c-category__text::before {
  background: #5CAC75;
}

.river-construction .c-category__text::before {
  background: #B9CCDA;
}

.general-construction .c-category__text::before {
  background: #70736C;
}

.c-title01 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    row-gap: 1.4375rem;
  }
}

.c-title01--sm {
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-title01--sm {
    row-gap: 1.4375rem;
  }
}

.c-title01__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  font-size: 0.75rem;
  color: #5CAC75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title01__sub {
    font-size: 0.8125rem;
  }
}

.c-title01__sub-text {
  display: inline-block;
  font-size: 0.75rem;
  color: #5CAC75;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title01__sub-text {
    font-size: 0.8125rem;
  }
}

.c-title01--sm .c-title01__sub,
.c-title01--sm .c-title01__sub-text {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-title01--sm .c-title01__sub,
  .c-title01--sm .c-title01__sub-text {
    font-size: 0.8125rem;
  }
}

.c-title01__main {
  font-size: 2.25rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-title01__main {
    font-size: 4rem;
    line-height: 1.28125;
  }
}

.c-title01--sm .c-title01__main {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-title01--sm .c-title01__main {
    font-size: 4rem;
    line-height: 1.28125;
  }
}

.c-title02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-title02 {
    row-gap: 0.75rem;
  }
}

.c-title02__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  font-size: 0.75rem;
  color: #5CAC75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title02__sub {
    font-size: 0.75rem;
  }
}

.c-title02__sub-text {
  display: inline-block;
  font-size: 0.75rem;
  color: #5CAC75;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-title02__sub-text {
    font-size: 0.75rem;
  }
}

.c-title02__main {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-title02__main {
    font-size: 2rem;
  }
}

.p-article p {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .p-article p {
    margin-bottom: 2.125rem;
    font-size: 1rem;
    line-height: 1.8125;
  }
}

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

.p-article #toc_container {
  margin-bottom: 6.0625rem;
  padding: 2.75rem 2.625rem 5rem;
  background: #e4f1ea;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container {
    margin-bottom: 5rem;
    padding: 1.5625rem 1.25rem 2.5rem;
  }
}

.p-article #toc_container .toc_title {
  margin-bottom: 0;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_title {
    font-size: 1.25rem;
  }
}

.p-article #toc_container .toc_list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  margin-top: 2.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}

.p-article #toc_container .toc_list li {
  font-size: 1rem;
  color: #424242;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_list li {
    font-size: 0.9375rem;
  }
}

.p-article #toc_container .toc_list li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.p-article #toc_container .toc_list li a {
  padding-left: 1.875rem;
  font-size: 1rem;
  color: #424242;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_list li a {
    padding-left: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-article h2 {
  margin-top: 3.875rem;
  margin-bottom: 1.125rem;
  padding-left: 1.1875rem;
  font-size: 1.5rem;
  line-height: 1.5416666667;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h2 {
    margin-top: 4.875rem;
    margin-bottom: 1.625rem;
    padding-left: 1.5rem;
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.p-article h2::before {
  content: "";
  width: 0.25rem;
  height: 1.6875rem;
  background: #203424;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article h2::before {
    height: 2rem;
    top: 0;
  }
}

.p-article h3 {
  margin-top: 3rem;
  margin-bottom: 0.9375rem;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h3 {
    margin-top: 4rem;
    margin-bottom: 1.125rem;
    padding-left: 2.8125rem;
    font-size: 1.5rem;
    line-height: 1.5416666667;
  }
}

.p-article h3::before {
  content: "";
  width: 0.9375rem;
  height: 0.125rem;
  background: #203424;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article h3::before {
    width: 1.875rem;
    top: 1.125rem;
  }
}

.p-article h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h4 {
    margin-top: 2.5rem;
    margin-bottom: 0.875rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.p-article .wp-block-flexible-table-block-table {
  margin-top: 2.375rem;
  margin-bottom: 1.625rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-flexible-table-block-table {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.p-article .wp-block-flexible-table-block-table table {
  min-width: 22.5rem;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-flexible-table-block-table table {
    min-width: 100%;
  }
}

.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  width: 13.4375rem;
  min-height: 3.5rem;
  padding: 0.875rem 0.75rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6875;
  font-weight: 400;
  border-color: #D1D1D1;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    width: auto;
    padding: 0.875rem 0.625rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #F6F8F2;
}

.p-article .wp-block-image {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-image {
    margin-inline: auto;
    margin-bottom: 1.75rem;
  }
}

.p-article .wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-article .wp-element-caption {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .p-article .wp-element-caption {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
}

.p-article .wp-block-list {
  margin-top: 1.875rem;
  margin-bottom: 1.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.5rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-list {
    margin-top: 2.125rem;
    margin-bottom: 2.25rem;
    row-gap: 0.5rem;
  }
}

.p-article ol.wp-block-list {
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-article ol.wp-block-list {
    row-gap: 0.5rem;
  }
}

.p-article .wp-block-list li {
  padding-left: 0.9375rem;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-list li {
    padding-left: 0.9375rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-article ul.wp-block-list li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #203424;
  border-radius: 50%;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article ul.wp-block-list li::before {
    width: 0.375rem;
    height: 0.375rem;
    top: 0.625rem;
  }
}

.p-article ol.wp-block-list li {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-article ol.wp-block-list li {
    padding-left: 1.375rem;
  }
}

.p-article ol.wp-block-list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-article ol.wp-block-list li::before {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-article .wp-block-table {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-table {
    margin-bottom: 2.5rem;
  }
}

.p-article .wp-block-table table th,
.p-article .wp-block-table table td {
  padding: 0.4375rem 0.75rem;
  font-size: 0.9375rem;
  color: #575757;
  line-height: 1.4666666667;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-color: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-table table th,
  .p-article .wp-block-table table td {
    min-height: 3.5rem;
    padding: 0.84375rem 0.625rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
  }
}

.p-article .wp-block-quote {
  margin-bottom: 5rem;
  padding: 1.1875rem 2.25rem;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-quote {
    margin-bottom: 3.125rem;
  }
}

.p-article .wp-block-quote p {
  margin-bottom: 2.625rem;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-quote p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-article .wp-block-preformatted {
  padding: 1.1875rem 2.25rem;
  font-size: 0.875rem;
  color: #424242;
  line-height: 2.5;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-preformatted {
    padding: 0.9375rem 1.5625rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.p-athlete-interview {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview {
    padding-top: 11.25rem;
    padding-bottom: 12.125rem;
  }
}

.p-athlete-interview__wrapper {
  margin-top: 2.5rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__wrapper {
    margin-top: 6.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-athlete-interview__contents {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__contents {
    width: 50%;
    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: 8.25rem;
  }
}

.p-athlete-interview__box {
  margin-top: 4.625rem;
  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: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__box {
    margin-top: 0;
    row-gap: 8.25rem;
  }
}

.p-athlete-interview__box.scroll-box01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-athlete-interview__box.scroll-box02 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.p-athlete-interview__box.scroll-box03 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.p-athlete-interview__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  font-size: 0.75rem;
  color: #5CAC75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__en {
    font-size: 0.8125rem;
  }
}

.p-athlete-interview__en-number {
  display: inline-block;
  font-size: 0.75rem;
  color: #5CAC75;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__en-number {
    font-size: 0.8125rem;
  }
}

.p-athlete-interview__question {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__question {
    margin-top: 0.875rem;
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}

.p-athlete-interview__answer {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__answer {
    margin-top: 1.625rem;
    font-size: 1rem;
  }
}

.p-athlete-interview__img {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__img {
    display: block;
    width: 36.0869565217%;
    height: 100vh;
    position: sticky;
    top: 9.375rem;
    left: 0;
  }
}

.p-athlete-interview__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/404;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__img img {
    aspect-ratio: 415/500;
  }
}

.p-athlete-interview__img .scroll-box01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-athlete-interview__img .scroll-box02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__img .scroll-box02 {
    margin-top: 0;
  }
}

.p-athlete-interview__img .scroll-box03 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__img .scroll-box03 {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-athlete-interview__img > div {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
  }
}

.p-athlete-interview__img > .active {
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-athlete-interview__img > .active {
    position: sticky;
    top: 0;
  }
}

.p-athlete-main {
  padding-top: 10.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-athlete-main {
    padding-top: 28.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-athlete-main__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-athlete-main__body {
    width: 50%;
    margin-left: auto;
  }
}

.p-athlete-main__read {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-main__read {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.p-athlete-main__text {
  margin-top: 1.75rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-athlete-main__text {
    margin-top: 3.875rem;
    font-size: 1rem;
  }
}

.p-athlete-main__img--01 {
  width: 13.875rem;
  margin-top: 4.25rem;
  margin-right: 1.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-athlete-main__img--01 {
    width: 30%;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-athlete-main__img--01 {
    width: 27rem;
  }
}

.p-athlete-main__img--02 {
  width: 42.4%;
  width: 9.9375rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-athlete-main__img--02 {
    width: 26.3194444444%;
    top: 8.375rem;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-athlete-main__img--02 {
    width: 23.6875rem;
  }
}

.p-athlete-main__img--03 {
  width: 9.0625rem;
  margin-left: 2.6875rem;
  margin-right: auto;
  position: relative;
  top: -4.375rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-main__img--03 {
    width: 21.875%;
    margin-left: 0;
    position: absolute;
    top: 61.8%;
    left: calc(50% - 29.6875rem);
  }
}
@media screen and (min-width: 768px) and (min-width: 1441px) {
  .p-athlete-main__img--03 {
    width: 19.6875rem;
  }
}

.p-athlete-main__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-athlete-news {
  padding-top: 2.25rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-news {
    padding-top: 4.625rem;
    padding-bottom: 15rem;
  }
}

.p-athlete-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-athlete-news__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-athlete-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-athlete-news__title {
  padding: 0 1.25rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-athlete-news__title {
    margin-top: 0.875rem;
    padding: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-athlete-news__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 2.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-athlete-news__btn {
    margin-inline: 0;
    margin-top: 0;
  }
}

.p-athlete-news__bottom {
  width: 94.6666666667%;
  margin-left: auto;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-athlete-news__bottom {
    margin-top: 2.125rem;
    margin-left: 0;
    width: 79.8611111111%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-athlete-news__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
}

.p-athlete-news__swiper-slide {
  width: 17.9375rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-news__swiper-slide {
    width: auto;
  }
}

.p-athlete-profile {
  padding-top: 3.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile {
    padding-top: 11.5rem;
    padding-bottom: 5rem;
  }
}

.p-athlete-profile__wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__wrap {
    margin-top: 5.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-athlete-profile__img {
    width: 37.3913043478%;
  }
}

.p-athlete-profile__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/405;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__img img {
    aspect-ratio: 430/520;
  }
}

.p-athlete-profile__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__body {
    width: 50%;
    margin-top: 0;
  }
}

.p-athlete-profile__head {
  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;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-athlete-profile__name {
  width: 47.7611940299%;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__name {
    width: 48.6956521739%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-athlete-profile__name-main {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__name-main {
    font-size: 2rem;
    line-height: 1;
  }
}

.p-athlete-profile__name-sub {
  font-size: 0.75rem;
  color: #999999;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__name-sub {
    font-size: 0.875rem;
  }
}

.p-athlete-profile__sns {
  width: 49.8507462687%;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__sns {
    width: 50.2608695652%;
  }
}

.p-athlete-profile__sns-link {
  display: block;
  width: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-athlete-profile__sns-link:hover {
    opacity: 0.7;
  }
}

.p-athlete-profile__sns-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

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

.p-athlete-profile__list {
  border-top: 1px solid #D6D6D6;
}

.p-athlete-profile__item {
  padding: 0.9375rem 0 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__item {
    padding: 0.9375rem 0 0.8125rem;
  }
}

.p-athlete-profile__item-term {
  width: 47.7611940299%;
  font-size: 1rem;
  color: #999999;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__item-term {
    width: 48.6956521739%;
    font-size: 1rem;
  }
}

.p-athlete-profile__item-desc {
  width: 49.8507462687%;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__item-desc {
    width: 50.2608695652%;
    font-size: 1rem;
  }
}

.p-athlete-profile__bottom {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__bottom {
    margin-top: 5rem;
  }
}

.p-athlete-profile__subtitle {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__subtitle {
    font-size: 2rem;
    line-height: 1;
  }
}

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

@media screen and (min-width: 768px) {
  .p-athlete-profile__record-list {
    margin-left: 0.625rem;
  }
}

.p-athlete-profile__record-item {
  position: relative;
}

.p-athlete-profile__record-item:nth-child(n+2) {
  padding-top: 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__record-item:nth-child(n+2) {
    padding-top: 1.75rem;
  }
}

.p-athlete-profile__record-item::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #5CAC75;
  position: absolute;
  bottom: 0;
  left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__record-item::before {
    left: 0.3125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 780px) {
  .p-athlete-profile__record-item::before {
    left: 0.25rem;
  }
}

.p-athlete-profile__record-item:first-child::before {
  height: 95%;
}

.p-athlete-profile__record-year {
  padding-left: 2.5rem;
  font-size: 1.5rem;
  color: #5CAC75;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__record-year {
    padding-left: 2.625rem;
    font-size: 1.5rem;
  }
}

.p-athlete-profile__record-year::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: #5CAC75;
  border-radius: 50%;
  position: absolute;
  top: 0.375rem;
  left: 0;
}

.p-athlete-profile__record-sublist {
  margin-top: 0.625rem;
  margin-left: 2.5625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__record-sublist {
    margin-top: 0.625rem;
    margin-left: 2.5rem;
    row-gap: 0.3125rem;
  }
}

.p-athlete-profile__record-subitem {
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-athlete-profile__record-subitem {
    padding-left: 0.75rem;
    font-size: 1rem;
  }
}

.p-athlete-profile__record-subitem::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #203424;
  border-radius: 50%;
  position: absolute;
  top: 0.8125rem;
  left: 0;
}

.p-athlete-support {
  padding-top: 5rem;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-support {
    padding-top: 9.25rem;
    padding-bottom: 2.875rem;
  }
}

.p-athlete-support__wrap {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-support__wrap {
    margin-top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-athlete-support__img {
    width: 42.6086956522%;
    margin-top: 0.375rem;
  }
}

.p-athlete-support__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/212;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-athlete-support__img img {
    aspect-ratio: 490/310;
  }
}

.p-athlete-support__body {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-support__body {
    margin-top: 0;
    width: 50%;
    row-gap: 4.25rem;
  }
}

.p-athlete-support__subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-support__subtitle {
    font-size: 2rem;
  }
}

.p-athlete-support__text {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-athlete-support__text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-athlete-support__list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-athlete-support__list {
    margin-top: 1.375rem;
    -webkit-column-gap: 1.5625rem;
       -moz-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }
}

.p-athlete-support__item {
  position: relative;
}

.p-breadcrumb {
  position: relative;
  z-index: 5;
}

.p-breadcrumb__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
}

.p-breadcrumb__inner ul li {
  margin-right: 0.3125rem;
  position: relative;
}

.p-breadcrumb__inner ul li:nth-child(n+2) {
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li:nth-child(n+2) {
    padding-left: 1.1875rem;
  }
}

.p-breadcrumb__inner ul li:nth-child(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.1875rem solid transparent;
  border-bottom: 0.1875rem solid transparent;
  border-left: 0.25rem solid #999999;
  border-right: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li:nth-child(n+2)::before {
    top: 0.375rem;
    left: 0.375rem;
  }
}

.p-breadcrumb__inner ul li a,
.p-breadcrumb__inner ul li span {
  display: block;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li a,
  .p-breadcrumb__inner ul li span {
    font-size: 0.75rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-breadcrumb__inner ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: auto;
  background-color: #203424;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li a::after {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li a:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.p-breadcrumb__inner ul li span {
  color: #999999;
}

.p-business-mv {
  padding-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-business-mv {
    padding-top: 8.125rem;
  }
}

.p-business-mv__read {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business-mv__read {
    font-size: 4rem;
    line-height: 1.28125;
  }
}

.p-business-mv__wrap {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-business-mv__wrap {
    width: 74.9565217391%;
    margin-left: auto;
    margin-top: 3.875rem;
  }
}

.p-business-mv__text {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business-mv__text {
    font-size: 1rem;
  }
}

.p-business-service {
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-business-service {
    padding-top: 15rem;
  }
}

.p-business-service#SERVICE01 {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-business-service#SERVICE01 {
    padding-top: 12.125rem;
  }
}

.p-business-service:last-of-type {
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-business-service:last-of-type {
    padding-bottom: 15rem;
  }
}

.p-business-service__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/600;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-business-service__img img {
    aspect-ratio: 1440/750;
  }
}

.p-business-service__inner {
  padding-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-business-service__inner {
    padding-top: 10rem;
  }
}

.p-business-service__wrap {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-business-service__wrap {
    width: 74.9565217391%;
    margin-top: 4rem;
    margin-left: auto;
  }
}

.p-business-service__read {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business-service__read {
    font-size: 1rem;
  }
}

.p-business-service__list {
  margin-top: 2.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-business-service__list {
    margin-top: 3.375rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
    row-gap: 1.25rem;
  }
}

.p-business-service__item {
  padding: 1.25rem 1.5625rem 1.3125rem 1.5625rem;
  background: #F6F8F2;
}
@media screen and (min-width: 768px) {
  .p-business-service__item {
    padding: 1.75rem 2.5rem 1.6875rem 2.5rem;
  }
}

.p-business-service__item-title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business-service__item-title {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.p-business-service__item-text {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-business-service__item-text {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-business-service__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-business-service__btn {
    margin-inline: 0;
    margin-left: auto;
    margin-top: 4.375rem;
  }
}

.p-com-company {
  padding-top: 2.625rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-com-company {
    padding-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.p-com-company__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-com-company__body {
    width: 74.9565217391%;
    margin-left: auto;
    margin-top: 4.625rem;
  }
}

.p-com-history {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-com-history {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-com-history__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-com-history__body {
    width: 74.9565217391%;
    margin-left: auto;
    margin-top: 4.375rem;
  }
}

.p-com-links {
  padding-top: 3rem;
  padding-bottom: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-com-links {
    padding-top: 6.25rem;
    padding-bottom: 15rem;
  }
}

.p-com-links__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-com-links__body {
    width: 74.9565217391%;
    margin-left: auto;
    margin-top: 4.125rem;
  }
}

.p-com-links__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-com-links__list {
    width: 66.8213457077%;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 1.625rem;
  }
}

.p-com-links__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-com-links__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .p-com-links__item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .p-com-links__item:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

@media screen and (min-width: 768px) {
  .p-com-links__item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .p-com-links__item:nth-child(5) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .p-com-links__item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

.p-com-message {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-com-message {
    padding-top: 8.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-com-message__body {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-com-message__body {
    width: 74.7826086957%;
    margin-left: auto;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-com-message__detail {
    width: 66.8604651163%;
  }
}

.p-com-message__read {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-com-message__read {
    font-size: 2.5625rem;
    line-height: 1.487804878;
  }
}

.p-com-message__text {
  margin-top: 1.6875rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-com-message__text {
    margin-top: 2.625rem;
    font-size: 1rem;
    line-height: 1.8125;
  }
}

.p-com-message__img {
  width: 65.671641791%;
  margin-inline: auto;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-com-message__img {
    width: 25.5813953488%;
    margin-inline: 0;
    margin-top: 0.5625rem;
  }
}

.p-com-message__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 220/264;
}

.p-com-message__img figcaption {
  margin-top: 0.6875rem;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-com-message__img figcaption {
    font-size: 0.8125rem;
  }
}

.p-com-message__img figcaption span {
  margin-left: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-com-message__img figcaption span {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-contact {
  padding-top: 0.875rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 3rem;
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__body {
    width: 74.9565217391%;
    margin-left: auto;
  }
}

.p-contact__read {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__read {
    font-size: 1rem;
  }
}

.p-contact__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}

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

.p-contact__tel-wrap {
  margin-top: 0.875rem;
  padding: 2rem 0 2rem;
  text-align: center;
  background: #F6F8F2;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-wrap {
    margin-top: 1.25rem;
    padding: 2.75rem 0 2.125rem;
  }
}

.p-contact__tel-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-contact__tel-sm {
  font-size: 1rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  position: relative;
  top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-sm {
    font-size: 1.5rem;
  }
}

.p-contact__tel-link {
  font-size: 2rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-link {
    font-size: 3rem;
    pointer-events: none;
  }
}

.p-contact__tel-text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  left: -0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-text {
    margin-top: 0.3125rem;
    font-size: 1rem;
    line-height: 1.8125;
    left: -1.5rem;
  }
}

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

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

.p-footer {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-footer {
    max-height: 50rem;
  }
}

.p-footer__bg {
  position: relative;
}

.p-footer__img {
  position: relative;
}

.p-footer__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 52, 36, .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-footer__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/888;
}
@media screen and (min-width: 768px) {
  .p-footer__img img {
    height: auto;
    aspect-ratio: 1440/800;
  }
}

.p-footer__inner {
  height: 100%;
  padding-top: 4.375rem;
  padding-bottom: 1.375rem;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.p-footer__catch {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4166666667;
}
@media screen and (min-width: 768px) {
  .p-footer__catch {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.p-footer__text {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-footer__btn {
  width: 12.25rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__btn {
    margin-top: 2rem;
  }
}

.p-footer__logo {
  display: block;
  width: 13.625rem;
  margin-inline: auto;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 16.8125rem;
    margin-top: 4.6875rem;
  }
}

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

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

.p-footer__navList {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.p-footer__navLink {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__navLink {
    font-size: 0.875rem;
  }
}

.p-footer__navLink::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__navLink::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: auto;
    background-color: #fff;
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navLink:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.p-footer__bottom {
  margin-top: 6.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 0;
    width: 94.4444444444%;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-footer__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__subList {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-footer__subLink {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__subLink {
    font-size: 0.75rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-footer__subLink::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__subLink::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin: auto;
    background-color: #fff;
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__subLink:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

.p-footer__copy {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 0;
    font-size: 0.6875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

.p-footer__pagetop {
  position: fixed;
  bottom: 0.9375rem;
  right: 0.9375rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer__pagetop {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

.p-form__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-form__list {
    row-gap: 1.5625rem;
  }
}

.p-form__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__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;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    width: 28.6542923434%;
  }
}

.form_note .p-form__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .form_note .p-form__head {
    padding-top: 1.375rem;
  }
}

.p-form__head__title {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__head__title {
    font-size: 1rem;
  }
}

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

.p-form span.required,
.p-form span.any {
  width: 2.5rem;
  margin-top: 0.125rem;
  padding: 0.25rem 0 0.3125rem;
  margin-left: 0.625rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-form span.required,
  .p-form span.any {
    width: 2.5rem;
    margin-top: 0;
    margin-left: 0.625rem;
  }
}

.p-form span.required {
  background-color: #F08C21;
}

.p-form span.any {
  background-color: #C2C6BE;
}

.p-form__body {
  width: 100%;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 0;
    width: 66.7053364269%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-form__body .mw_wp_form .error {
  margin-top: 0.3125rem;
}

/******************* form base *******************/
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form input,
.p-form textarea,
.p-form select {
  width: 100%;
  height: 3.5rem;
  padding: 1.0625rem 1.25rem 1.125rem;
  font-size: 1rem;
  color: #203424;
  line-height: 1;
  font-weight: 400;
  background-color: #F0EFE9;
  border-radius: 2px;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-form input,
  .p-form textarea,
  .p-form select {
    height: 3.75rem;
    padding: 1.125rem 1.25rem 1.125rem;
  }
}

.p-form ::-webkit-input-placeholder {
  color: #C2C6BE;
}

.p-form ::-moz-placeholder {
  color: #C2C6BE;
}

.p-form ::-ms-input-placeholder {
  color: #C2C6BE;
}

.p-form ::placeholder {
  color: #C2C6BE;
}

.p-form input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-right: 0.625rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #CCCCCC;
  vertical-align: middle;
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form textarea {
  height: 12.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 12.5rem;
  }
}

.p-form input.form_name,
.p-form input.form_kana {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_name,
  .p-form input.form_kana {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-form input.form_company,
.p-form input.form_tel,
.p-form input.form_mail {
  width: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-form input.form_company,
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
}

/* 郵便番号,電話番号 */
.p-form .p-form__item.form_post .p-form__detail,
.p-form .p-form__item.form_tel .p-form__detail {
  width: 17.9375rem;
}
@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_post .p-form__detail,
  .p-form .p-form__item.form_tel .p-form__detail {
    width: 17.9375rem;
  }
}

.p-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/contact/arrow_select.svg) 96% 50% no-repeat;
  background-size: auto;
  background-size: 1.25rem;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form select::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #203424;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form select {
    width: 100%;
    line-height: 1;
    background: url(../images/contact/arrow_select.svg) 94% 50% no-repeat;
    background-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form select {
    font-size: 0.875rem;
  }
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    row-gap: 0.375rem;
  }
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-radio .wpcf7-list-item label input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* デフォルトのボタン */
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 0.0625rem solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1.2em;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background: #fff;
  border: 0.125rem solid #203424;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  width: 1rem;
  height: 1rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #203424; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 0.1875rem #fff;
          box-shadow: inset 0 0 0 0.1875rem #fff; /* 中心の色のスタイル */
}

/******************* END./form base *******************/
.p-form__head__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__head__text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

.p-form__detail {
  width: 100%;
  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;
}
@media screen and (min-width: 768px) {
  .p-form__detail {
    display: block;
  }
}

.p-form__detail:nth-of-type(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__detail:nth-of-type(n+2) {
    margin-top: 1.25rem;
  }
}

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

.form-hope__title {
  width: 5rem;
  margin-right: 1.875rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .form-hope__title {
    margin-right: 0.9375rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.p-form__body__text {
  width: 100%;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  color: #203424;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__body__text {
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-form__detail_name {
  width: 22.0625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.005em;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail_name {
    width: 100%;
    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;
  }
}

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

.form-name__title {
  margin-right: auto;
  font-size: 1rem;
  color: #203424;
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .form-name__title {
    font-size: 0.875rem;
  }
}

.p-form__item.form_name .form-name__title {
  margin-right: 2.1875rem;
}

.p-form__item.form_kana .form-name__title {
  margin-right: 1.25rem;
}

.p-form__policy {
  margin-top: 2.125rem;
  margin-left: 1.5625rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    margin-top: 4rem;
    margin-left: 0;
    text-align: center;
  }
}

.p-form__policy p {
  display: inline;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__policy p {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.p-form .p-form__policy span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.p-form__policy p span.wpcf7-form-control-wrap {
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  position: absolute;
  top: -0.375rem;
  left: -1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy p span.wpcf7-form-control-wrap {
    width: auto;
    height: 0.9375rem;
    display: inline;
    position: static;
  }
}

.p-form__policy p span.wpcf7-list-item-label {
  display: none;
}

.p-form__policy .wpcf7-form-control {
  width: 1rem;
  height: 1rem;
}

.p-form__policy a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#203424), to(#203424)) 100% 84%/0 1px no-repeat;
  background: linear-gradient(#203424, #203424) 100% 84%/0 1px no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 768px) {
  .p-form__policy a {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

@media screen and (min-width: 768px) {
  .p-form__policy a:hover {
    background-size: 0 1px;
  }
}

.p-form__policy .wpcf7-not-valid-tip {
  width: 15.625rem;
  position: absolute;
  bottom: -4.125rem;
  left: 0;
}
@media (min-width: 600px) {
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -2.5rem;
    left: -1.875rem;
  }
}

.form-btn {
  width: 17.9375rem;
  height: 4.6875rem;
  margin-top: 3.75rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-btn {
    width: 17.9375rem;
    margin-top: 4.75rem;
  }
}

.form-btn::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 4.6875rem;
  z-index: 1;
}

.form-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.21875rem solid transparent;
  border-bottom: 0.21875rem solid transparent;
  border-left: 0.4375rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 2.125rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.form-btn input {
  height: 4.6875rem;
  padding: 1.25rem 0 1.25rem 1.875rem;
  font-size: 1.125rem;
  text-align: left;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  background: #2A402F;
  border-radius: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-btn input {
    height: 4.6875rem;
    font-size: 1.125rem;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .form-btn input:hover {
    background: #5CAC75;
  }
}

.p-header {
  width: 100%;
  padding: 0 1.25rem;
  background: transparent;
  position: fixed;
  top: 0.625rem;
  left: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header {
    width: 100%;
    padding: 0;
    top: 1.5625rem;
  }
}

.p-header__inner {
  width: 100%;
  height: 3.125rem;
  max-height: 43.75rem;
  margin-inline: auto;
  padding: 0 0 2.1875rem 0;
  position: relative;
  border-radius: 8px;
  backdrop-filter: blur(30px) brightness(1.15);
  background: rgba(255, 255, 255, .2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    width: 94.4444444444%;
    height: auto;
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.is-active .p-header__inner {
  border: 1px solid #F0F0F0;
  background: rgba(255, 255, 255, .2);
}

.p-header__inner.is-gnav-active {
  height: 94.4527736132svh;
  border-radius: 4px;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__inner.is-gnav-active {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
  }
}

.p-header__logo {
  width: 10.9375rem;
  margin-left: 1.25rem;
  padding-top: 1rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 16.8125rem;
    margin-left: 0;
    padding-top: 0;
  }
}

.p-header__logo--link {
  width: 100%;
}

.p-header__logo--link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-header__logo--link:hover {
    opacity: 1;
  }
}

.p-header__logo--img {
  position: relative;
}

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

.p-header__hamburger {
  display: block;
  position: absolute;
  top: 1.3125rem;
  right: 1.25rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
    position: static;
  }
}

.p-header__hamburger .line {
  width: 24px;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-active .p-header__inner .p-header__hamburger .line,
.p-header__inner.is-gnav-active .p-header__hamburger .line {
  background-color: #5CAC75;
}

.p-header__hamburger .line:nth-child(2),
.p-header__hamburger .line:nth-child(3) {
  margin-top: 0.1875rem;
}

.p-header__hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(0.3125rem) rotate(45deg);
          transform: translateY(0.3125rem) rotate(45deg);
}

.p-header__hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-0.1875rem) rotate(-45deg);
          transform: translateY(-0.1875rem) rotate(-45deg);
}

.p-header__nav {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: auto;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    position: static;
    right: auto;
    overflow-y: auto;
    opacity: 1;
  }
}

.p-header__nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  margin-top: 0.9375rem;
  border-top: 1px solid #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-header__nav.active {
    margin-top: 0;
    border-top: none;
  }
}

.p-header__navList {
  width: 100%;
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    width: auto;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-header__navItem {
  padding: 0 2.1875rem;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__navItem {
    padding: 0;
    border-bottom: none;
  }
}

.p-header__navLink {
  display: block;
  padding: 1.375rem 0;
  font-size: 1.0625rem;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__navLink {
    padding: 0;
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
  }
}

.is-active .p-header__navLink {
  color: #203424;
}

@media screen and (min-width: 768px) {
  .p-header__navLink:hover {
    opacity: 1;
    color: #5CAC75;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #5CAC75;
    position: absolute;
    bottom: -1.375rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navLink:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    opacity: 1;
  }
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.5625rem;
  margin-inline: auto;
  margin-top: 1.875rem;
  background: #5CAC75;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    display: block;
    width: 12.5rem;
    margin-inline: 0;
    margin-top: 0;
    padding: 0.625rem 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn:hover {
    background: #203424;
  }
}

.p-header__btn-text {
  width: 71.7948717949%;
  padding: 0.75rem 0 0.75rem 0.9375rem;
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-header__btn-text {
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
  }
}

.p-header__btn-arrow {
  width: 27.6923076923%;
  border-left: 1px solid #fff;
}

.p-list01 {
  border-top: 1px solid #F0F0F0;
}

.p-list01__item {
  padding: 1.125rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-list01__item {
    padding: 1.15625rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

.p-list01__term {
  font-size: 1rem;
  color: #999999;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-list01__term {
    font-size: 1rem;
  }
}

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

.p-list01__desc {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-list01__desc {
    font-size: 1rem;
  }
}

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

.p-list01__map iframe {
  display: block;
  width: 100%;
  height: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-list01__map iframe {
    height: 18.1875rem;
  }
}

.p-list01__subItem {
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-list01__subItem {
    padding-left: 0.75rem;
    font-size: 1rem;
  }
}

.p-list01__subItem::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #203424;
  border-radius: 50%;
  position: absolute;
  top: 0.875rem;
  left: 0;
}

.p-mv {
  height: 100svh;
  min-height: 34.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    min-height: 43.75rem;
    overflow: hidden;
  }
}

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

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

.p-mv__swiper-slide {
  position: relative;
}

/** プログレスバー **/
.p-mv div.barwrapp {
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: rgba(246, 248, 242, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-mv div.barwrapp div.swipbar {
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  will-change: transform;
  -webkit-transition: none;
  transition: none;
  background-color: #5CAC75;
}

/* ゲージのアニメーション */
@-webkit-keyframes swipbarFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes swipbarFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.p-mv__img,
.p-mv__img picture {
  height: 100%;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/667;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 1440/900;
  }
}

.p-mv__detail {
  position: absolute;
  bottom: 3.625rem;
  left: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__detail {
    bottom: 4.6875rem;
    left: 5.125rem;
  }
}

.p-mv__read {
  display: inline;
  padding: 0.375rem 0;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(25, 41, 28, .4)), to(rgba(25, 41, 28, .4)));
  background-image: linear-gradient(rgba(25, 41, 28, .4) 100%, rgba(25, 41, 28, .4) 100%);
  background-size: 100% 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    padding: 0.5625rem 0;
    font-size: 4rem;
    line-height: 1.4;
  }
}

.p-news-archive {
  padding-top: 2.5rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    padding-top: 3.125rem;
    padding-bottom: 16rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-news-archive__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__cateList {
    width: 21.7391304348%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__cateItem--base {
    margin-bottom: 1.25rem;
  }
}

.p-news-archive__cateItem .c-category {
  padding: 0.1875rem 0.9375rem;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__cateItem .c-category {
    padding: 0.34375rem 1.5625rem;
    font-size: 0.9375rem;
  }
}

.p-news-archive__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__body {
    width: 74.9565217391%;
    margin-top: 0;
  }
}

.p-news-archive__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__list {
    gap: 0.625rem;
  }
}

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

.p-news-single {
  padding-top: 0.625rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding-top: 0.25rem;
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-news-single__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__top {
    width: 20%;
    -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;
    gap: 1.25rem;
  }
}

.p-news-single__date {
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-news-single__date {
    font-size: 1rem;
  }
}

.p-news-single__cate {
  font-size: 0.6875rem;
  border-radius: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__cate {
    padding: 0.25rem 1.0625rem 0.0625rem;
    font-size: 0.9375rem;
    border-radius: 0.9375rem;
  }
}

.p-news-single__bottom {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__bottom {
    width: 74.9565217391%;
    margin-top: -0.625rem;
  }
}

.p-news-single__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    font-size: 3rem;
    line-height: 1.4166666667;
  }
}

.p-news-single__article {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__article {
    margin-top: 4.125rem;
  }
}

.p-news-single__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__btn {
    width: 12.1875rem;
    margin-top: 6.875rem;
  }
}

.p-notfound {
  padding-top: 8.125rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-notfound {
    padding-top: 14.75rem;
    padding-bottom: 12.5rem;
  }
}

.p-notfound__read {
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-notfound__read {
    font-size: 4rem;
    line-height: 1.3125;
  }
}

.p-notfound__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .p-notfound__text {
    margin-top: 1.75rem;
    font-size: 1rem;
  }
}

.p-notfound__btn {
  width: 12.1875rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-notfound__btn {
    width: 12.1875rem;
    margin-top: 3.375rem;
  }
}

.p-page-top {
  display: block;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #F0F0F0;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    width: 3.375rem;
    height: 3.375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .p-page-top:hover::after {
    content: "";
    width: 0.4375rem;
    height: 0.4375rem;
    background: url(../images/common/arrow_top.png) no-repeat center center/100%;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_top.png);
            mask-image: url(../images/common/arrow_top.png);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-page-top:hover {
    background: #2A402F;
  }
}

.p-page-top img {
  width: 0.4375rem;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 768px) {
  .p-page-top:hover img {
    opacity: 0;
  }
}

.p-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-pagelink {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.p-pagelink__item {
  display: inline-block;
  padding-right: 1.1875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pagelink__item {
    padding-right: 1.75rem;
  }
}

.p-pagelink__item::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url(../images/common/icon_linkbtn.png) no-repeat center center/100%;
  position: absolute;
  top: 63%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-pagelink__item::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 50%;
  }
}

.p-pagelink__link {
  font-size: 0.8125rem;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pagelink__link {
    font-size: 1rem;
  }
}

.p-pagelink__link::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin: auto;
  background-color: #203424;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pagelink__link::after {
    bottom: -0.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pagelink__link:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.p-pagination {
  padding-bottom: 4.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    padding-bottom: 0;
  }
}

.p-pagination .wp-pagenavi {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-pagination .wp-pagenavi span,
.p-pagination .wp-pagenavi a {
  width: 1rem;
  height: 1.3125rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "Arial", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span,
  .p-pagination .wp-pagenavi a {
    width: 1rem;
    height: 1.3125rem;
  }
}

.p-pagination .wp-pagenavi .page::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #203424;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-pagination .current,
.p-pagination .page {
  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.0625rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-pagination .current,
  .p-pagination .page {
    font-size: 1.0625rem;
  }
}

.p-pagination .current {
  color: #5CAC75;
  font-weight: 700;
}

.p-pagination .page {
  color: #203424;
}

.p-pagination .wp-pagenavi .previouspostslink,
.p-pagination .wp-pagenavi .nextpostslink {
  width: 10rem;
  height: 2.8125rem;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2A402F;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .previouspostslink,
  .p-pagination .wp-pagenavi .nextpostslink {
    width: 12.1875rem;
    height: 3.375rem;
    font-size: 0.9375rem;
    bottom: auto;
    top: -1rem;
  }
}

.p-pagination .wp-pagenavi .previouspostslink {
  padding-right: 1.3125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .previouspostslink {
    padding-right: 2.1875rem;
  }
}

.p-pagination .wp-pagenavi .nextpostslink {
  padding-left: 0.9375rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .nextpostslink {
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .previouspostslink:hover,
  .p-pagination .wp-pagenavi .nextpostslink:hover {
    background: #5CAC75;
  }
}

.p-pagination .wp-pagenavi .previouspostslink::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 2.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .previouspostslink::before {
    left: 3.375rem;
  }
}

.p-pagination .wp-pagenavi .previouspostslink::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.21875rem solid transparent;
  border-bottom: 0.21875rem solid transparent;
  border-right: 0.4375rem solid #fff;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 1.1875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .previouspostslink::after {
    left: 1.4375rem;
  }
}

.p-pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 2.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .nextpostslink::before {
    right: 3.375rem;
  }
}

.p-pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.21875rem solid transparent;
  border-bottom: 0.21875rem solid transparent;
  border-left: 0.4375rem solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi .nextpostslink::after {
    right: 1.4375rem;
  }
}

.p-pagination .wp-pagenavi span.pages {
  width: 4.5625rem;
  font-size: 1rem;
  line-height: 1;
  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;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.pages {
    width: 4.8125rem;
    font-size: 1rem;
  }
}

.p-pagination .wp-pagenavi span.extend {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1;
  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;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.extend {
    width: 2.625rem;
    height: 2.625rem;
    font-size: max(10px, 0.9375rem);
  }
}

.p-policy {
  padding-top: 1rem;
  padding-bottom: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-policy {
    padding-top: 3.0625rem;
    padding-bottom: 12.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-policy__wrap {
    width: 74.9565217391%;
    margin-left: auto;
  }
}

.p-policy__read {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__read {
    font-size: 1rem;
  }
}

.p-policy__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-policy__list {
    margin-top: 4.5rem;
    row-gap: 6.25rem;
  }
}

.p-policy__item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-policy__item {
    row-gap: 2.125rem;
  }
}

.p-policy__term {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__term {
    font-size: 2rem;
    line-height: 1.125;
  }
}

.p-policy__desc {
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-policy__desc {
    font-size: 1rem;
  }
}

.p-sub-mv {
  padding-top: 4.875rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv {
    padding-top: 11.125rem;
    padding-bottom: 6.25rem;
  }
}

.p-sub-mv--athlete {
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--athlete {
    padding-bottom: 17.75rem;
  }
}

.p-sub-mv__inner {
  position: relative;
}

.p-sub-mv__body {
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__body {
    margin-top: 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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-sub-mv__title {
  font-size: 2.5rem;
  line-height: 1.35;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title {
    font-size: 6.875rem;
    line-height: 1.0909090909;
  }
}

.p-sub-mv--athlete .p-sub-mv__title {
  padding-top: 5.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--athlete .p-sub-mv__title {
    width: 100%;
    margin-left: 0.25rem;
    padding-top: 0;
    font-size: 7.65vw;
    letter-spacing: 0.1em;
  }
}

.p-sub-mv--athlete .p-sub-mv__title .p-sub-mv__title-text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--athlete .p-sub-mv__title .p-sub-mv__title-text {
    white-space: nowrap;
    display: block;
    margin-right: auto;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-mv--athlete .p-sub-mv__title .p-sub-mv__title-text.u-pc {
    width: 63%;
    color: #203424;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-sub-mv__link {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__link {
    margin-top: 0;
    margin-bottom: 0.25rem;
  }
}

.p-sub-mv__img {
  width: 56%;
  width: 13.125rem;
  position: absolute;
  top: -3.625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__img {
    width: 44.347826087%;
    top: 0.125rem;
    right: -7.4%;
  }
}

.p-sub-mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 210/256;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__img img {
    aspect-ratio: 510/615;
  }
}

.p-top-company {
  padding-bottom: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    padding-bottom: 12.5rem;
  }
}

.p-top-company__top {
  position: relative;
}

.p-top-company__bg {
  position: relative;
}

.p-top-company__img-02 {
  width: 66.6666666667%;
  position: absolute;
  bottom: -7.8125rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-company__img-02 {
    width: 30.2083333333%;
    bottom: -23.4375rem;
  }
}

.p-top-company__img img {
  width: 100%;
  height: auto;
}

.p-top-company__bottom {
  margin-top: 12.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__bottom {
    width: 100%;
    margin-top: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__detail {
    width: 50%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__title {
    white-space: nowrap;
  }
}

.p-top-company__title .c-title01__main {
  word-break: keep-all;
}

.p-top-company__read {
  margin-top: 2.375rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-company__read {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-top-company__text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .p-top-company__text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.8125;
  }
}

.p-top-company__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__btn {
    margin-top: 3.375rem;
    margin-inline: 0;
    margin-right: auto;
  }
}

.p-top-news {
  padding-top: 1.875rem;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 4.25rem;
    padding-bottom: 15rem;
  }
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-news__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-top-news__title {
  padding: 0 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    padding: 0;
  }
}

.p-top-news__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 2.75rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-inline: 0;
    margin-top: 0;
  }
}

.p-top-news__bottom {
  width: 94.6666666667%;
  margin-left: auto;
  margin-top: 1.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-news__bottom {
    margin-top: 2.875rem;
    margin-left: 0;
    width: 79.8611111111%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
  }
}

.p-top-news__swiper-slide {
  width: 17.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__swiper-slide {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__swiper-slide:nth-child(n+5) {
    display: none;
  }
}

.p-top-service {
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-service {
    padding-bottom: 10rem;
  }
}

.p-top-service__list {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__list {
    margin-top: 4.625rem;
    row-gap: 5rem;
  }
}

.p-top-service__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__btn {
    margin-top: 5rem;
  }
}

.p-top-support {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-support {
    padding-top: 12.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-support__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-top-support__top {
    width: 45.2173913043%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-support__title {
    width: 32rem;
    white-space: nowrap;
  }
}

.p-top-support__read {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-support__read {
    margin-top: 3.75rem;
    font-size: 2rem;
    line-height: 1.625;
    white-space: nowrap;
  }
}

.p-top-support__text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.8125;
}
@media screen and (min-width: 768px) {
  .p-top-support__text {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.8125;
  }
}

.p-top-support__btn {
  width: 12.1875rem;
  margin-inline: auto;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-support__btn {
    margin-inline: 0;
    margin-top: 3.375rem;
  }
}

.p-top-support__bottom {
  margin-top: 4.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-support__bottom {
    margin-top: 0;
    width: 50%;
  }
}

.p-top-support__img-01 {
  width: 83.5820895522%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-support__img-01 {
    width: 83.4782608696%;
  }
}

.p-top-support__img-02 {
  width: 53.7313432836%;
  position: relative;
  top: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-support__img-02 {
    width: 53.9130434783%;
    top: -6.25rem;
  }
}

.p-top-support__img img {
  width: 100%;
  height: auto;
}

.p-top-works {
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
  background: #F6F8F2;
  position: relative;
  background: #F6F8F2 url(../images/top/bg_works_sp.png) repeat-y center center/100%;
}
@media screen and (min-width: 768px) {
  .p-top-works {
    padding-top: 9.875rem;
    padding-bottom: 12.25rem;
    background: #F6F8F2 url(../images/top/bg_works_pc.png) repeat-y center center/cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .p-top-works {
    background: #F6F8F2 url(../images/top/bg_works-large_pc.png) repeat-y center center/100%;
  }
}

.p-top-works__inner {
  width: 94.6666666667%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-works__inner {
    width: 89.9305555556%;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-top-works__title {
    padding-left: 10.0694444444%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .p-top-works__title {
    padding-left: 9.6354166667%;
  }
}

.p-top-works__wrap {
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-works__wrap {
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-works__swiper {
    padding-left: 10.0694444444%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .p-top-works__swiper {
    padding-left: 9.6354166667%;
  }
}

.p-top-works__swiper-slide {
  width: 76.0563380282%;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-slide {
    width: 37.0656370656%;
  }
}

.p-top-works__swiper-pats {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-pats {
    margin-top: 4.375rem;
    width: 88.8030888031%;
    margin-right: auto;
    padding: 1.5625rem 0;
    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;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .p-top-works__swiper-pats {
    width: 89.3371757925%;
  }
}

.p-top-works__swiper-pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-pagination {
    display: block;
    width: 45.9375rem;
    height: 1px;
    margin-right: 3.4782608696%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #DBDBDB;
    position: static !important;
  }
}

.p-top-works__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-pagination .swiper-pagination-bullet {
    width: 100% !important;
    height: 1px !important;
    background-color: #DBDBDB;
    border-radius: 0 !important;
  }
}

.p-top-works__swiper-pagination .swiper-pagination-bullet-active {
  margin: 0 !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-pagination .swiper-pagination-bullet-active {
    width: 100% !important;
    background: #5CAC75;
  }
}

.p-top-works__swiper-btn {
  margin-top: 2.75rem;
  margin-right: 5.6338028169%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-btn {
    width: 23.4375rem;
    margin-top: 0;
    margin-right: 0;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

.p-top-works__swiper-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-arrow {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-top-works__swiper-prev,
.p-top-works__swiper-next {
  width: 3.125rem;
  height: 3.125rem;
  position: static !important;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-prev,
  .p-top-works__swiper-next {
    width: 3.75rem;
    height: 3.75rem;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    cursor: pointer;
  }
}

@media screen and (min-width: 1441px) {
  .p-top-works__swiper-prev:hover,
  .p-top-works__swiper-next:hover {
    opacity: 0.7;
  }
}

.p-top-works__swiper-prev {
  background: transparent url(../images/common/slide_prev.png) no-repeat center center/100%;
}

.p-top-works__swiper-next {
  background: transparent url(../images/common/slide_next.png) no-repeat center center/100%;
  right: 69.014084507%;
  right: 15.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__swiper-next {
    right: auto;
    left: 68.75%;
  }
}

/** プログレスバー **/
.p-top-works__wrap div.barwrapp {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-works__wrap div.barwrapp {
    display: block;
    width: 56.7567567568%;
    width: 51.042vw;
    height: 1px;
    background-color: #DBDBDB;
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    z-index: 1;
  }
}

.p-top-works__wrap div.barwrapp div.swipbar {
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  will-change: transform;
  -webkit-transition: none;
  transition: none;
  background-color: #5CAC75;
}

/* ゲージのアニメーション */
@keyframes swipbarFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.p-top-works__btn {
  width: 12.1875rem;
}

.p-work {
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-work {
    padding-bottom: 15rem;
  }
}

.p-work__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-work__cateList {
    gap: 1.25rem;
  }
}

.p-work__cateItem:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-work__cateItem:first-child {
    width: auto;
  }
}

.p-work__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-work__list {
    margin-top: 6.875rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 5rem;
  }
}

.p-work__item .c-card03__category {
  padding: 0.3125rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-work__item .c-card03__category {
    padding: 0.4375rem 0.5625rem;
  }
}

.p-work__item .c-card03__category-text {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-work__item .c-card03__category-text {
    font-size: 0.875rem;
  }
}

.p-work__item .c-card03__title {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-work__item .c-card03__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-work__item .c-card03__orderer,
.p-work__item .c-card03__date {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-work__item .c-card03__orderer,
  .p-work__item .c-card03__date {
    font-size: 0.875rem;
  }
}

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

.u-arial-font {
  display: inline-block;
  font-family: "Arial", sans-serif;
}

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

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
