@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* _base.scss */

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

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

/* _reset.scss */
/* foundation/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

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

ul,
ol {
  list-style: none;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

address {
  font-style: normal;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #FAF7F4;
}

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

p {
  font-weight: 400;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

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

.l-wrapper {
  position: relative;
  width: calc(100% - 10.2564102564vw);
  max-width: 1620px;
  margin: 0 auto;
}

.l-section {
  padding: 16rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 10vw 0;
  }
}

/* _header.scss */
.l-header {
  width: 100%;
  height: 17.9487179487vw;
  padding: 0 2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 10rem;
  }
}
.l-header.is-frontpage {
  background: #FFF;
}
.l-header__inner {
  max-width: 1620px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.6%;
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 2.5641025641vw;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    gap: 2rem;
  }
}
.l-header__logo .header-logo {
  font-size: 3.8461538462vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-header__logo .header-logo {
    font-size: min(3.2rem, 2.2vw);
  }
}
.l-header__logo .l-header__sitename {
  font-size: 3.8461538462vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .l-header__logo .l-header__sitename {
    font-size: min(3.2rem, 2vw);
  }
}
.l-header__nav {
  display: none;
  flex: 1 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-header__nav {
    display: flex;
    justify-content: right;
  }
}
.l-header__nav ul {
  gap: min(5rem, 1.5vw);
}
@media screen and (min-width: 1025px) {
  .l-header__nav ul {
    display: flex;
    align-items: center;
    gap: min(5rem, 2vw);
  }
}
@media screen and (min-width: 1320px) {
  .l-header__nav ul {
    gap: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__nav ul li {
    font-size: 1.6rem;
  }
}
.l-header__nav ul li a {
  font-weight: bold;
}
.l-header__nav ul li a:hover {
  border-bottom: 2px solid #000000;
}
.l-header__button {
  display: none;
  flex: 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .l-header__button {
    display: inline-block;
  }
}
.l-header__button .c-btn {
  font-size: 1.4rem;
  width: 15.5rem;
}

.hamburger-overlay {
  position: fixed;
  top: 3.0769230769vw;
  right: 3.8461538462vw;
  z-index: 1000;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  border: 0.5128205128vw solid #000;
  background: #FFB339;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .hamburger-overlay {
    top: 2.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
    border: 0.2rem solid #000;
  }
}
@media screen and (min-width: 1025px) {
  .hamburger-overlay {
    display: none;
  }
}
.hamburger-overlay__line {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 2rem;
  height: 2px;
  background-color: #333;
  transition: all 0.6s;
  border-radius: 2px;
}
.hamburger-overlay__line:nth-of-type(1) {
  top: 30%;
}
.hamburger-overlay__line:nth-of-type(2) {
  top: 50%;
}
.hamburger-overlay__line:nth-of-type(3) {
  top: 70%;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(20%) rotate(-30deg);
  top: 49%;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-20%) rotate(30deg);
  top: 51%;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #36C3B4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .nav-overlay .l-header__logo span {
    font-size: 1.4rem;
  }
}
.nav-overlay .l-header__logo .header-logo {
  width: fit-content;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}
.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}
.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}
.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}
.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0 5.1282051282vw 5.1282051282vw;
}
.nav-overlay__content .nav-content__header {
  width: 100%;
  height: 17.9487179487vw;
  display: grid;
  align-items: center;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .nav-overlay__content .nav-content__header {
    height: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .nav-overlay__content {
    max-width: 350px;
    padding: 0;
  }
}
.nav-overlay__list {
  background-color: #FFF;
  border-radius: 7.6923076923vw;
  padding: 7.6923076923vw;
}
.nav-overlay__list li {
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .nav-overlay__list li {
    margin-bottom: 2.5rem;
  }
}
.nav-overlay__list li:before {
  content: "●";
  color: #FFB339;
  margin-right: 0.5em;
}
.nav-overlay__list li a {
  font-size: min(1.8rem, 4.6153846154vw);
  font-weight: bold;
}
.nav-overlay__list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .nav-overlay__list {
    padding: 4.5rem 2rem;
    border-radius: 3rem;
  }
}
.nav-overlay__bottomlist {
  margin: 7.6923076923vw 0 0;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .nav-overlay__bottomlist {
    margin-top: 4rem;
  }
}
.nav-overlay__button {
  margin-top: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .nav-overlay__button {
    margin-top: 4rem;
  }
}
.nav-overlay__bg {
  position: absolute;
  bottom: 0;
  right: 2.5641025641vw;
  max-width: 26vw;
}

.l-footer {
  padding: 11.5384615385vw 0;
  background-color: #000000;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 9rem 0;
  }
}
.l-footer__sitetitle {
  font-size: 4.6153846154vw;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-footer__sitetitle {
    font-size: 3.2rem;
  }
}
.l-footer__nav ul {
  max-width: 1300px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 2.3rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid #FFF;
}
.l-footer__nav ul li {
  margin: 0;
}
.l-footer__nav ul li a {
  color: #FFF;
  font-weight: 500;
  padding: 0 2rem;
  border-right: 1px solid #FFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a {
    font-size: 3.0769230769vw;
  }
}
.l-footer__nav ul li a:hover {
  text-decoration: underline;
}
.l-footer__nav ul li:last-child a {
  border-right: none;
}

.p-archive {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding-top: 10rem;
  }
}
.p-archive-header {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-archive-header {
    margin-bottom: 10rem;
  }
}
.p-archive-header__title {
  text-align: center;
}
.p-archive__description {
  text-align: center;
  margin-top: 2rem;
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .p-archive__description {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-archive-content {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-archive-content {
    margin-top: 10rem;
  }
}
.p-archive__list {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive__list {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 6rem;
  }
}
.p-archive__item {
  list-style: none;
}
.p-archive__article {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.p-archive__article:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.15);
}
.p-archive__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.p-archive__thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.p-archive__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-archive__thumbnail:hover img {
  transform: scale(1.05);
}
.p-archive__content {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-archive__content {
    padding: 3rem;
  }
}
.p-archive__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-archive__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-archive__date {
  font-family: "Lato", serif;
  font-weight: 400;
  color: #C6C6C6;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-archive__date {
    font-size: 1.6rem;
  }
}
.p-archive__category span {
  background-color: #36C3B4;
  color: #FFF;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-archive__category span {
    font-size: 1.4rem;
    padding: 0.6rem 1.6rem;
  }
}
.p-archive__pagination {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-archive__pagination {
    margin-top: 10rem;
  }
}
.p-archive__pagination .page-numbers {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  margin: 0 0.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-archive__pagination .page-numbers {
    padding: 1rem 2rem;
  }
}
.p-archive__pagination .page-numbers.current {
  background-color: #36C3B4;
  color: #FFF;
}
.p-archive__pagination .page-numbers:hover:not(.current) {
  background-color: rgb(170.421686747, 231.578313253, 225.0722891566);
}
.p-archive__empty {
  text-align: center;
  padding: 6rem 0;
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .p-archive__empty {
    padding: 10rem 0;
    font-size: 1.8rem;
  }
}

.l-category {
  padding: 12.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .l-category {
    padding: 10rem 0;
  }
}
.l-category-header {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-category-header {
    margin-bottom: 10rem;
  }
}
.l-category-header__title {
  text-align: center;
}
.l-category-header .l-wrapper {
  max-width: 1400px;
}
.l-category__description {
  text-align: center;
  margin-top: 2rem;
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .l-category__description {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.l-category-content {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-category-content {
    margin-top: 10rem;
  }
}
.l-category-content .l-wrapper {
  max-width: 1240px;
}
.l-category__list {
  list-style: none;
  border-top: 1px solid #C6C6C6;
}
.l-category li {
  position: relative;
  border-bottom: 1px solid #C6C6C6;
}
.l-category li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 1em 0 1em 0;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .l-category li a {
    flex-wrap: nowrap;
    gap: 4rem;
    padding: 1em 2em 1em 0;
  }
}
.l-category li a::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-category li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 15px;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'><path d='M8,7.5a1.085,1.085,0,0,1-.288.743l-6.035,6.45a.939.939,0,0,1-1.39,0,1.1,1.1,0,0,1,0-1.485L5.628,7.5.288,1.793a1.1,1.1,0,0,1,0-1.485.938.938,0,0,1,1.39,0L7.713,6.757A1.085,1.085,0,0,1,8,7.5Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #36C3B4;
    right: 1rem;
  }
}
.l-category__date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.l-category__title {
  font-size: 1.6rem;
  transition: all 0.3s;
  margin-bottom: 0;
}
.l-category__title:hover {
  color: #25ab9d;
}
.l-category__pagination {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-category__pagination {
    margin-top: 10rem;
  }
}
.l-category__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 0.5rem;
  text-decoration: none;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-category__pagination .page-numbers {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.l-category__pagination .page-numbers.current {
  background-color: #FFB339;
  border: 2px solid #000000;
}
.l-category__pagination .page-numbers:hover:not(.current) {
  background-color: #FFB339;
  border: 0;
}
.l-category__pagination .pagination-arrow {
  width: 8px;
  height: 15px;
}
.l-category__pagination .pagination-arrow.prev {
  transform: scaleX(-1);
}
.l-category__empty {
  text-align: center;
  padding: 6rem 0;
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .l-category__empty {
    padding: 10rem 0;
    font-size: 1.8rem;
  }
}

.l-page {
  padding: 12.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .l-page {
    padding: 10rem 0;
  }
}
.l-page-header {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-page-header {
    margin-bottom: 10rem;
  }
}
.l-page .l-wrapper {
  max-width: 1240px;
}
.l-page .wp-block-list,
.l-page ul,
.l-page ol {
  padding-left: 2rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-page .wp-block-list,
  .l-page ul,
  .l-page ol {
    padding-left: 3rem;
    margin: 3rem 0;
  }
}
.l-page .wp-block-list li,
.l-page ul li,
.l-page ol li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-page .wp-block-list li,
  .l-page ul li,
  .l-page ol li {
    margin-bottom: 1.2rem;
    line-height: 2;
  }
}
.l-page .wp-block-list li:last-child,
.l-page ul li:last-child,
.l-page ol li:last-child {
  margin-bottom: 0;
}
.l-page .wp-block-list ul,
.l-page .wp-block-list ol,
.l-page ul ul,
.l-page ul ol,
.l-page ol ul,
.l-page ol ol {
  margin: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .l-page .wp-block-list ul,
  .l-page .wp-block-list ol,
  .l-page ul ul,
  .l-page ul ol,
  .l-page ol ul,
  .l-page ol ol {
    margin: 1.2rem 0;
  }
}
.l-page ul {
  list-style-type: disc;
}
.l-page ul ul {
  list-style-type: circle;
}
.l-page ul ul ul {
  list-style-type: square;
}
.l-page ol {
  list-style-type: decimal;
}
.l-page ol ol {
  list-style-type: lower-alpha;
}
.l-page ol ol ol {
  list-style-type: lower-roman;
}

.l-single {
  padding: 12.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .l-single {
    padding: 10rem 0;
  }
}
.l-single-header {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-single-header {
    margin-bottom: 10rem;
  }
}
.l-single-header__title {
  text-align: left;
}
.l-single-header__title .c-heading__main {
  line-height: 1.5;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-single-header__title .c-heading__main {
    font-size: 3.2rem;
  }
}
.l-single-header .l-wrapper {
  padding-bottom: 4rem;
  border-bottom: 1px solid #c6c6c6;
}
.l-single .l-wrapper {
  max-width: 980px;
}
.l-single__meta {
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-single__meta {
    margin-top: 1em;
  }
}
.l-single__date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .l-single__date {
    font-size: 1.6rem;
  }
}
.l-single__category {
  margin-left: 2rem;
}
.l-single__category span {
  background-color: #36C3B4;
  color: #FFF;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .l-single__category span {
    font-size: 1.4rem;
    padding: 0.6rem 1.6rem;
  }
}
.l-single-content {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-single-content {
    margin-top: 10rem;
  }
}
.l-single-content .l-wrapper {
  max-width: 980px;
}
.l-single-content .l-single-content__article {
  padding-bottom: 4rem;
  border-bottom: 1px solid #c6c6c6;
}
.l-single-content .wp-block-list,
.l-single-content ul,
.l-single-content ol {
  padding-left: 2rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-single-content .wp-block-list,
  .l-single-content ul,
  .l-single-content ol {
    padding-left: 3rem;
    margin: 3rem 0;
  }
}
.l-single-content .wp-block-list li,
.l-single-content ul li,
.l-single-content ol li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-single-content .wp-block-list li,
  .l-single-content ul li,
  .l-single-content ol li {
    margin-bottom: 1.2rem;
    line-height: 2;
  }
}
.l-single-content .wp-block-list li:last-child,
.l-single-content ul li:last-child,
.l-single-content ol li:last-child {
  margin-bottom: 0;
}
.l-single-content .wp-block-list ul,
.l-single-content .wp-block-list ol,
.l-single-content ul ul,
.l-single-content ul ol,
.l-single-content ol ul,
.l-single-content ol ol {
  margin: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .l-single-content .wp-block-list ul,
  .l-single-content .wp-block-list ol,
  .l-single-content ul ul,
  .l-single-content ul ol,
  .l-single-content ol ul,
  .l-single-content ol ol {
    margin: 1.2rem 0;
  }
}
.l-single-content ul {
  list-style-type: disc;
}
.l-single-content ul ul {
  list-style-type: circle;
}
.l-single-content ul ul ul {
  list-style-type: square;
}
.l-single-content ol {
  list-style-type: decimal;
}
.l-single-content ol ol {
  list-style-type: lower-alpha;
}
.l-single-content ol ol ol {
  list-style-type: lower-roman;
}
.l-single__thumbnail {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-single__thumbnail {
    margin-bottom: 6rem;
  }
}
.l-single__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.l-single__pagination {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-single__pagination {
    margin-top: 6rem;
  }
}
.l-single__pagination::before {
  content: "ページ: ";
}
.l-single__pagination a {
  text-decoration: none;
  margin: 0 0.5rem;
}
.l-single__pagination a:hover {
  text-decoration: underline;
}
.l-single__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  padding-top: 4rem;
  border-top: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .l-single__nav {
    margin-top: 10rem;
    padding-top: 6rem;
  }
}
.l-single__nav .pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-single__nav .pagination-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.l-single__nav .pagination-arrow.prev {
  transform: scaleX(-1);
}
.l-single__nav .pagination-arrow img {
  width: 3px;
  height: 5.5px;
}
.l-single__nav .pagination-arrow:hover {
  background-color: #FFB339;
}
.l-single__prev a, .l-single__next a {
  text-decoration: none;
}
.l-single__goback {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-single__goback {
    margin-top: 6rem;
  }
}
.l-single__goback-btn {
  font-size: 1.4rem;
  max-width: 20rem;
  background-color: #000000;
  color: #FFF;
  width: 51.2820512821vw;
  border-radius: 7.6923076923vw;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-single__goback-btn {
    width: 20rem;
    border-radius: 3rem;
  }
}
.l-single__goback-btn:after {
  background-color: #FFF;
}

.wp-block-group {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .wp-block-group {
    margin: 4rem 0;
  }
}

.wp-block-columns {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .wp-block-columns {
    margin: 4rem 0;
  }
}

.wp-block-column {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-column {
    margin-bottom: 0;
  }
}

.wp-block-quote {
  border-left: 4px solid #36C3B4;
  padding-left: 1.6rem;
  margin: 2rem 0;
  color: #C6C6C6;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .wp-block-quote {
    padding-left: 2.4rem;
    margin: 3rem 0;
  }
}
.wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #C6C6C6;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .wp-block-quote cite {
    font-size: 1.6rem;
  }
}

.wp-block-pullquote {
  border-top: 4px solid #36C3B4;
  border-bottom: 4px solid #36C3B4;
  padding: 3rem 2rem;
  margin: 3rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .wp-block-pullquote {
    font-size: 2rem;
    padding: 4rem 3rem;
    margin: 4rem 0;
  }
}
.wp-block-pullquote cite {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #C6C6C6;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .wp-block-pullquote cite {
    font-size: 1.6rem;
  }
}

.wp-block-code {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.4rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .wp-block-code {
    font-size: 1.5rem;
    margin: 3rem 0;
    padding: 2rem;
  }
}

.wp-block-preformatted {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin: 2rem 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.4rem;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .wp-block-preformatted {
    font-size: 1.5rem;
    margin: 3rem 0;
    padding: 2rem;
  }
}

.wp-block-table {
  margin: 2rem 0;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-table {
    margin: 3rem 0;
  }
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #e9ecef;
  padding: 1.2rem 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .wp-block-table th,
  .wp-block-table td {
    padding: 1.5rem 2rem;
  }
}
.wp-block-table th {
  background-color: #f8f9fa;
  font-weight: 700;
  color: #212121;
}
.wp-block-table tbody tr:nth-child(even) {
  background-color: #fafbfc;
}

.wp-block-separator {
  border: none;
  border-top: 2px solid #36C3B4;
  margin: 4rem auto;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .wp-block-separator {
    margin: 6rem auto;
  }
}
.wp-block-separator.is-style-wide {
  width: 100%;
}
.wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: #36C3B4;
  font-size: 2rem;
  letter-spacing: 1rem;
}

.wp-block-spacer {
  margin: 0;
}

.wp-block-buttons {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons {
    margin: 4rem 0;
  }
}

.wp-block-button {
  margin-bottom: 1.5rem;
}
.wp-block-button .wp-block-button__link {
  background-color: #36C3B4;
  color: #FFF;
  text-decoration: none;
  padding: 1.2rem 2.4rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .wp-block-button .wp-block-button__link {
    padding: 1.5rem 3rem;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #36C3B4;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #36C3B4;
  border: 2px solid #36C3B4;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #36C3B4;
  color: #FFF;
}

.wp-block-media-text {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text {
    margin: 4rem 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 3rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 50% 50%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 1;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 2;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

.wp-block-gallery {
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .wp-block-gallery {
    margin: 4rem 0;
  }
}
.wp-block-gallery .blocks-gallery-grid,
.wp-block-gallery .wp-block-gallery__inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .wp-block-gallery .blocks-gallery-grid,
  .wp-block-gallery .wp-block-gallery__inner-container {
    gap: 2rem;
  }
}
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .wp-block-gallery__item img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.wp-block-gallery figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #C6C6C6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-gallery figcaption {
    font-size: 1.5rem;
  }
}

.wp-block-image {
  margin: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-image {
    margin: 3rem 0;
  }
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.wp-block-image figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #C6C6C6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-image figcaption {
    font-size: 1.5rem;
  }
}
.wp-block-image.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .wp-block-image.alignleft {
    margin: 0 3rem 3rem 0;
  }
}
.wp-block-image.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-image.alignright {
    margin: 0 0 3rem 3rem;
  }
}

.wp-block-embed {
  margin: 3rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-embed {
    margin: 4rem 0;
  }
}
.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.wp-block-embed figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .wp-block-embed figcaption {
    font-size: 1.5rem;
  }
}

.wp-block-list {
  margin: 2rem 0;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-list {
    margin: 3rem 0;
    padding-left: 3rem;
  }
}
.wp-block-list ol, .wp-block-list ul {
  margin: 0;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .wp-block-list ol, .wp-block-list ul {
    padding-left: 3rem;
  }
}
.wp-block-list li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .wp-block-list li {
    margin-bottom: 1.2rem;
    line-height: 2;
  }
}
.wp-block-list li:last-child {
  margin-bottom: 0;
}
.wp-block-list.has-background {
  padding: 2rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .wp-block-list.has-background {
    padding: 3rem;
  }
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  text-decoration: none;
  font-weight: 600;
  padding: 1em 2em;
  font-size: 1.4rem;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #000000;
  background-color: #FFB339;
  border: 2px solid #000000;
  border-radius: 1.5em;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 0.75em 2.5em 0.75em 2em;
  }
}
.c-btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}

.c-btn__arrow::after {
  position: absolute;
  right: 3.8461538462vw;
  content: "";
  width: 8px;
  height: 15px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'><path d='M8,7.5a1.085,1.085,0,0,1-.288.743l-6.035,6.45a.939.939,0,0,1-1.39,0,1.1,1.1,0,0,1,0-1.485L5.628,7.5.288,1.793a1.1,1.1,0,0,1,0-1.485.938.938,0,0,1,1.39,0L7.713,6.757A1.085,1.085,0,0,1,8,7.5Z'/></svg>") no-repeat center;
  -webkit-mask-size: contain;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .c-btn__arrow::after {
    right: 1rem;
  }
}
.c-btn__arrow:hover::after {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'><path d='M8,7.5a1.085,1.085,0,0,1-.288.743l-6.035,6.45a.939.939,0,0,1-1.39,0,1.1,1.1,0,0,1,0-1.485L5.628,7.5.288,1.793a1.1,1.1,0,0,1,0-1.485.938.938,0,0,1,1.39,0L7.713,6.757A1.085,1.085,0,0,1,8,7.5Z'/></svg>") no-repeat center;
  background-color: #FFF;
}

.c-heading__main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.2rem, 5vw, 6rem);
  font-weight: bold;
  color: #000000;
  line-height: 1;
}

.c-heading__sub {
  font-family: "Lato", serif;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: 0.5em;
}

.c-mailform {
  background: #FFF;
  width: min(124rem, 89.7435897436vw);
  border: 2px solid #000000;
  padding: 8.9743589744vw 5.1282051282vw;
  border-radius: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-mailform {
    padding: 10rem 0;
    border-radius: 4rem;
  }
}
.c-mailform__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-mailform__list {
    width: min(90rem, 89.7435897436vw);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .c-mailform__list {
    width: 90%;
  }
}
.c-mailform__label {
  display: flex;
  align-items: start;
  padding-top: 1em;
  margin-bottom: 5.1282051282vw;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-mailform__label {
    margin-bottom: 2rem;
    width: 30.5%;
  }
}
.c-mailform__label:first-child {
  margin-top: 0;
}
.c-mailform__label p {
  display: flex;
}
.c-mailform__item {
  position: relative;
  width: 100%;
  margin-bottom: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .c-mailform__item {
    margin-bottom: 2rem;
    width: 69.5%;
  }
}
.c-mailform__required, .c-mailform__optional {
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 3.0769230769vw;
  font-size: 3.0769230769vw;
  font-weight: bold;
  margin-right: 2.0512820513vw;
  min-width: 8.2051282051vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-mailform__required, .c-mailform__optional {
    border-radius: 1.2rem;
    font-size: 1.2rem;
    margin-right: 0.8rem;
    min-width: 3.2rem;
  }
}
.c-mailform__required {
  background-color: #FFB339;
  color: white;
}
.c-mailform__optional {
  background-color: #adadad;
  color: white;
}
.c-mailform__label-text {
  font-size: 3.5897435897vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-mailform__label-text {
    font-size: 1.4rem;
  }
}
.c-mailform__input, .c-mailform__textarea {
  width: 100%;
  padding: 1em 1.5em;
  border: 1px solid #ddd;
  border-radius: 2.5641025641vw;
  font-size: 4.1025641026vw;
  background-color: #f8f8f8;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-mailform__input, .c-mailform__textarea {
    border-radius: 1rem;
    font-size: 1.6rem;
  }
}
.c-mailform__input:focus, .c-mailform__textarea:focus {
  outline: none;
  border-color: #ff9500;
  background-color: white;
}
.c-mailform__input::placeholder, .c-mailform__textarea::placeholder {
  color: #999;
}
.c-mailform__textarea {
  min-height: 30.7692307692vw;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .c-mailform__textarea {
    min-height: 12rem;
  }
}
.c-mailform__error {
  color: #ff9500;
  font-size: 3.0769230769vw;
  margin-top: 1.0256410256vw;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-mailform__error {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
.c-mailform__privacy {
  margin: 0 auto 5.1282051282vw;
  text-align: center;
  max-width: 153.8461538462vw;
}
@media screen and (min-width: 768px) {
  .c-mailform__privacy {
    margin: 0 auto 2rem;
    max-width: 60rem;
  }
}
.c-mailform__privacy p {
  display: flex;
  gap: 0.25em;
  justify-content: center;
  margin: 0 auto;
}
.c-mailform__privacy .wpcf7-list-item {
  margin: 0;
}
.c-mailform__privacy + .wpcf7-not-valid-tip {
  text-align: center !important;
  margin-bottom: 2em;
}
.c-mailform__privacy-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .c-mailform__privacy-label {
    font-size: 1.4rem;
  }
}
.c-mailform__privacy-link {
  color: #00b8cc;
  text-decoration: none;
}
.c-mailform__privacy-link:hover {
  text-decoration: underline;
}
.c-mailform__submit {
  width: 100%;
  position: relative;
  text-align: center;
  max-width: 153.8461538462vw;
  margin: 0 auto 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .c-mailform__submit {
    width: fit-content;
    max-width: 60rem;
    margin: 0 auto 3rem;
  }
}
.c-mailform__submit p {
  position: relative;
  display: grid;
  margin: 0;
  width: fit-content;
}
.c-mailform__submit:last-child p:after {
  content: "";
  position: absolute;
  right: 5.1282051282vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.0512820513vw;
  height: 3.8461538462vw;
  background-image: url("../images/common/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-mailform__submit:last-child p:after {
    right: 2rem;
    width: 0.8rem;
    height: 1.5rem;
  }
}
.c-mailform__submit:last-child p::after {
  position: absolute;
  right: 3.8461538462vw;
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'><path fill='black' d='M8,7.5a1.085,1.085,0,0,1-.288.743l-6.035,6.45a.939.939,0,0,1-1.39,0,1.1,1.1,0,0,1,0-1.485L5.628,7.5.288,1.793a1.1,1.1,0,0,1,0-1.485.938.938,0,0,1,1.39,0L7.713,6.757A1.085,1.085,0,0,1,8,7.5Z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-mailform__submit:last-child p::after {
    right: 2rem;
  }
}
.c-mailform__submit:last-child p:hover::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'><path fill='white' d='M8,7.5a1.085,1.085,0,0,1-.288.743l-6.035,6.45a.939.939,0,0,1-1.39,0,1.1,1.1,0,0,1,0-1.485L5.628,7.5.288,1.793a1.1,1.1,0,0,1,0-1.485.938.938,0,0,1,1.39,0L7.713,6.757A1.085,1.085,0,0,1,8,7.5Z'/></svg>");
}
.c-mailform__btn {
  background: #FFB339;
  border: 2px solid #000000;
  padding: 0.5em 1em;
  border-radius: 12.8205128205vw;
  font-size: 4.1025641026vw;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 51.2820512821vw;
}
@media screen and (min-width: 768px) {
  .c-mailform__btn {
    padding: 0.5em 1em;
    border-radius: 5rem;
    font-size: 1.8rem;
    width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .c-mailform__btn {
    min-width: 20rem;
  }
}
.c-mailform__btn:hover {
  color: #FFF;
  background: #000000;
}
.c-mailform__btn--back {
  background: #e0e0e0;
  color: #000000;
}
.c-mailform__btn--back:hover {
  background: #c0c0c0;
  color: #000000;
}
.c-mailform__confirm {
  text-align: center;
  margin-top: 2rem;
}

.wpcf7-not-valid-tip {
  color: #ff9500;
  font-size: 3.0769230769vw;
  margin-top: 1.0256410256vw;
  text-align: left !important;
  display: block;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .p-contact-form__list, .p-contact-form__privacy, .p-contact-form__submit {
    padding: 0 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-contact-form__list, .p-contact-form__privacy, .p-contact-form__submit {
    padding: 0 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-contact-form__btn {
    width: 100%;
    max-width: 76.9230769231vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .p-contact-form__btn {
    max-width: 30rem;
  }
}
/* Contact Form 7のデフォルトスタイルをリセット */
.wpcf7-form p {
  width: 100%;
  margin: 0;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.splide__pagination__page.is-active {
  background: #000000;
  transform: scale(1);
}

.p-top-fv {
  position: relative;
  background-image: url(../images/common/bg_texture01.png);
  padding-bottom: 41.0256410256vw;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    padding-bottom: min(10vw, 12.6rem);
  }
}
.p-top-fv:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20rem;
  background-color: #FFF;
}
.p-top-fv .l-wrapper:before {
  position: absolute;
  bottom: -0.5128205128vw;
  left: -0.5128205128vw;
  content: "";
  width: 71.0256410256vw;
  height: 27.9487179487vw;
  background-image: url(../images/common/bg_texture01.png);
  z-index: 2;
  display: grid;
  align-items: end;
  -webkit-mask-image: url(../images/top/fv_title_sp_bg.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url(../images/top/fv_title_sp_bg.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media screen and (min-width: 768px) {
  .p-top-fv .l-wrapper:before {
    display: none;
  }
}
.p-top-fv__slide {
  position: relative;
  background-color: #ccc;
  border-radius: 3.8461538462vw;
  max-height: 115.3846153846vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-fv__slide {
    max-height: 700px;
    border-radius: 4rem;
  }
}
.p-top-fv__slide .splide__slide {
  overflow: hidden;
}
.p-top-fv__slide .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-fv__slide .splide__slide img {
    max-width: unset;
    height: 100%;
  }
}
.p-top-fv__title {
  width: 66.6666666667vw;
  height: 58.9743589744vw;
  padding: 5.1282051282vw;
  position: absolute;
  bottom: -35.8974358974vw;
  z-index: 2;
  transform: scale(1.005);
}
@media screen and (min-width: 768px) {
  .p-top-fv__title {
    position: absolute;
    bottom: -2px;
    left: -2px;
    background-image: url(../images/common/bg_texture01.png);
    z-index: 2;
    display: grid;
    align-items: end;
    -webkit-mask-image: url(../images/top/fv_title_bg.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(../images/top/fv_title_bg.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    width: min(29.17vw, 564.5px);
    height: min(19.27vw, 373px);
    padding: 6% 6% 0 0;
  }
}
.p-top-fv__title-text {
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-top-fv__title-text {
    margin-top: 8%;
  }
}
.p-top-fv__title-text p {
  font-size: 4.6153846154vw;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-top-fv__title-text p {
    font-size: min(1.3461538462vw, 2.8rem);
  }
}
.p-top-fv__title-img {
  max-width: 465px;
  max-height: 190px;
}
.p-top-fv__sidetext {
  position: absolute;
  top: 19rem;
  left: -23rem;
  transform: rotate(90deg);
  color: #36C3B4;
}
@media screen and (max-width: 1050px) {
  .p-top-fv__sidetext {
    display: none;
  }
}
.p-top-news {
  position: relative;
  background-image: url(../images/common/bg_texture01.png);
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-bottom: 12.6rem;
  }
}
.p-top-news .l-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.p-top-news__worker {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: min(43.5897435897vw, 212px);
  padding-bottom: min(35.8974358974vw, 175px);
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-news__worker {
    right: 50px;
    width: min(25.5vw, 318px);
    padding-bottom: min(25.5vw, 318px);
  }
}
.p-top-news__contents {
  position: relative;
  background: #FFF;
  z-index: 2;
  display: grid;
  padding: 7.6923076923vw 5.1282051282vw;
  border-radius: 7.6923076923vw;
}
@media screen and (min-width: 1025px) {
  .p-top-news__contents {
    padding: clamp(4rem, 5vw, 6rem) clamp(4rem, 5vw, 8rem);
    border-radius: 4rem;
    grid-template-columns: 30% 70%;
  }
}
.p-top-news__title {
  grid-row-start: 1;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-top-news__title {
    grid-column-start: 1;
    grid-row-start: 1;
    margin-bottom: 8rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    text-align: left;
  }
}
.p-top-news__button {
  grid-row-start: 3;
}
@media screen and (min-width: 1025px) {
  .p-top-news__button {
    grid-column-start: 1;
    grid-row-start: 2;
    display: grid;
    align-items: end;
  }
}
.p-top-news__button a {
  font-size: 1.4rem;
  max-width: 20rem;
  background-color: #000000;
  color: #FFF;
  margin: 7.6923076923vw auto 0;
  width: 51.2820512821vw;
  border-radius: 7.6923076923vw;
}
@media screen and (min-width: 1025px) {
  .p-top-news__button a {
    margin: 0;
  }
}
.p-top-news__button a:after {
  background-color: #FFF;
}
.p-top-news__button a:hover {
  background-color: #FFB339;
  color: #000000;
}
.p-top-news__button a:hover::after {
  background-color: #000000;
}
.p-top-news__list {
  border-top: 1px solid #C6C6C6;
  grid-row-start: 2;
}
@media screen and (min-width: 1025px) {
  .p-top-news__list {
    grid-row: span 1/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.p-top-news__list li {
  border-bottom: 1px solid #C6C6C6;
}
.p-top-news__list li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 1em 0 1em 0;
}
@media screen and (min-width: 1025px) {
  .p-top-news__list li a {
    flex-wrap: nowrap;
    gap: 4rem;
    padding: 1em 2em 1em 0;
  }
}
.p-top-news__list li a .p-top-news__list-date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
.p-top-news__list li a .p-top-news__list-title {
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}
.p-top-news__list li a .p-top-news__list-title span {
  transition: all 0.3s;
}
.p-top-news__list li a .p-top-news__list-title span:hover {
  color: #25ab9d;
}
.p-top-news__list li a::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-top-news__list li a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 15px;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'><path d='M8,7.5a1.085,1.085,0,0,1-.288.743l-6.035,6.45a.939.939,0,0,1-1.39,0,1.1,1.1,0,0,1,0-1.485L5.628,7.5.288,1.793a1.1,1.1,0,0,1,0-1.485.938.938,0,0,1,1.39,0L7.713,6.757A1.085,1.085,0,0,1,8,7.5Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    background-color: #36C3B4;
    right: 1rem;
  }
}
.p-top-about {
  position: relative;
  background-image: url(../images/common/bg_texture01.png);
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding-bottom: 6rem;
  }
}
.p-top-about .l-wrapper {
  max-width: 1240px;
}
.p-top-about__image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: unset;
  height: 115.3846153846vw;
  z-index: 3;
}
.p-top-about__image picture {
  width: unset;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about__image picture {
    width: 100%;
    height: unset;
  }
}
.p-top-about__image picture img {
  width: unset;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__image picture img {
    width: 100%;
    height: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__image {
    position: absolute;
    right: 0;
    top: 0;
    left: -45vw;
    bottom: unset;
    margin: auto;
    max-width: 47%;
    width: 87rem;
    height: 75rem;
    border-radius: 3rem;
  }
}
.p-top-about__text {
  position: relative;
  width: 100%;
}
.p-top-about__text.about-text01 > div {
  display: flex;
  justify-content: right;
}
.p-top-about__text.about-text01 h3 {
  width: 100%;
  font-size: 6.1538461538vw;
  margin-bottom: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__text.about-text01 h3 {
    width: min(40vw, 470px);
    font-size: 4rem;
    margin-bottom: 8rem;
  }
}
.p-top-about__text.about-text02 {
  position: relative;
  background-color: #36C3B4;
  padding: 10.2564102564vw 0 128.2051282051vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__text.about-text02 {
    padding: 4rem 0 10rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top-about__text.about-text02 {
    padding: 15vw 0 6rem;
  }
}
.p-top-about__text.about-text02::before {
  content: "";
  position: absolute;
  bottom: 99.7%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 10vw;
  background-image: url(../images/top/bg_wave_sp.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-top-about__text.about-text02::before {
    width: 100%;
    height: 8vw;
    background-image: url(../images/top/bg_wave.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    transform: none;
    left: 0;
  }
}
.p-top-about__text.about-text02::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  bottom: -6rem;
  background: #36C3B4;
}
.p-top-about__text.about-text02 > div {
  display: flex;
  justify-content: right;
}
.p-top-about__text.about-text02 p {
  width: 79.4871794872vw;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1.75;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-about__text.about-text02 p {
    width: min(40vw, 470px);
    font-size: 2rem;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top-about__text.about-text02 p {
    width: 100%;
  }
}
.p-top-about__study {
  position: absolute;
  right: 5.1282051282vw;
  bottom: 0;
  top: 7.6923076923vw;
  width: 19.2307692308vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__study {
    right: 8rem;
    bottom: 6rem;
    top: unset;
    width: unset;
  }
}
@media screen and (max-width: 1600px) {
  .p-top-about__study {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__study {
    display: block;
  }
}
.p-top-point {
  position: relative;
  background: url(../images/common/bg_dot01.png);
  background-size: 3.8461538462vw;
  padding: 35.8974358974vw 0 10rem;
  border-radius: 7.6923076923vw;
  margin-top: -6rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-point {
    padding: 15rem 0 10rem;
    border-radius: 6rem;
    margin-top: -6rem;
    background-size: 3.8vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top-point {
    padding: 8rem 0 10rem;
  }
}
.p-top-point .l-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.p-top-point__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14rem;
}
@media screen and (min-width: 768px) {
  .p-top-point__header {
    display: flex;
    margin-bottom: 21rem;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-point__header {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-top-point__header {
    margin-bottom: 14rem;
  }
}
.p-top-point__title {
  flex: 0 0 350px;
  text-align: center;
  margin-bottom: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-top-point__title {
    text-align: left;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-point__title {
    text-align: center;
    margin-bottom: 6rem;
  }
}
.p-top-point__title .c-heading__main {
  line-height: 1.33;
}
.p-top-point__navwrapper {
  display: grid;
  row-gap: 4rem;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.p-top-point__nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  justify-content: center;
  column-gap: 7.6923076923vw;
  row-gap: 7.6923076923vw;
}
@media screen and (max-width: 1350px) {
  .p-top-point__nav {
    column-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-point__nav {
    column-gap: 4.4%;
  }
}
.p-top-point__nav a {
  position: relative;
  width: 41.0256410256vw;
  aspect-ratio: 1/1;
  padding-bottom: 1.5rem;
  background-color: #FFB339;
  border: 2px solid #000000;
  border-radius: 3rem;
  box-shadow: 0 3px 0 #000000;
  display: grid;
  justify-content: center;
  align-items: end;
  grid-auto-rows: auto 1fr;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-point__nav a {
    width: 30.3%;
  }
  .p-top-point__nav a:hover {
    box-shadow: none;
    background-color: #FFF;
    top: 3px;
  }
}
.p-top-point__nav a img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.p-top-point__nav a p {
  text-align: center;
  display: grid;
  align-items: end;
  padding-bottom: 2rem;
  font-weight: 500;
  font-size: min(1.2vw, 1.8rem);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1350px) {
  .p-top-point__nav a p {
    font-size: min(1.5vw, 1.8rem);
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point__nav a p {
    font-size: 3.5897435897vw;
    line-height: 1.25;
    padding: 0 2.5641025641vw 2.5641025641vw;
  }
}
.p-top-point__nav a:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5%;
  margin: 0 auto;
  content: "";
  width: 20px;
  height: 11px;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11'><path d='M10 11a1.1 1.1 0 0 1-.74-.29L.3 2.3a.94.94 0 0 1 0-1.39 1.1 1.1 0 0 1 1.49 0L10 8.1l8.21-7.19a1.1 1.1 0 0 1 1.49 0 .94.94 0 0 1 0 1.39l-9 8.41A1.1 1.1 0 0 1 10 11Z'/></svg>") no-repeat center;
  -webkit-mask-size: contain;
  background-color: #000000;
}
.p-top-point__nav-image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.p-top-point__item {
  width: 100%;
  background-color: #fff;
  padding: 0 5.1282051282vw 5.1282051282vw 5.1282051282vw;
  border-radius: 4rem;
  border: 2px solid #000000;
  margin-bottom: 12rem;
  scroll-margin-top: 25.641025641vw;
}
@media screen and (min-width: 768px) {
  .p-top-point__item {
    padding: 0 min(6.4%, 60px) 6rem;
    scroll-margin-top: 12rem;
  }
}
.p-top-point__item:last-child {
  margin-bottom: 0;
}
.p-top-point__item-title {
  width: 30.7692307692vw;
  margin: -20.5128205128vw auto 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-point__item-title {
    width: fit-content;
    margin: -8rem auto 2rem;
  }
}
.p-top-point__item-inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-top-point__item-inner {
    grid-template-columns: min(35vw, 435px) 1fr;
    grid-auto-rows: auto 1fr;
    column-gap: 4rem;
    row-gap: 0;
    flex-wrap: unset;
  }
}
.p-top-point__item-image {
  border-radius: 3rem;
  overflow: hidden;
  grid-row-start: 2;
  margin-bottom: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  .p-top-point__item-image {
    flex: 0 0 435px;
    grid-row: span 1/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    border-radius: 3rem;
    margin-bottom: 0;
    height: fit-content;
  }
}
.p-top-point__item-heading {
  grid-row-start: 1;
  font-size: 5.1282051282vw;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-point__item-heading {
    font-size: 2.4rem;
    text-align: left;
  }
}
.p-top-point__item-text {
  flex: 1 1 auto;
}
.p-top-point__item-text p {
  font-size: 4.1025641026vw;
  line-height: 1.75;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-top-point__item-text p {
    font-size: 1.8rem;
  }
}
.p-top-point__item.point02 > h3 {
  font-size: 5.1282051282vw;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 > h3 {
    font-size: 2.4rem;
    text-align: left;
  }
}
.p-top-point__item.point02 > p {
  font-size: 4.1025641026vw;
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 > p {
    font-size: 1.8rem;
  }
}
.p-top-point__item.point02 .point02-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 .point02-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5.32%;
    row-gap: 6rem;
  }
}
.p-top-point__item.point02 .point02-list__item {
  max-width: 500px;
  padding: 5.1282051282vw 5.1282051282vw;
  background: #FAF7F4;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 .point02-list__item {
    padding: 10%;
  }
}
.p-top-point__item.point02 .point02-list__item h4 {
  background: #FFCC7B;
  padding: 1rem 2rem;
  font-size: 4.6153846154vw;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 .point02-list__item h4 {
    font-size: 2rem;
  }
}
.p-top-point__item.point02 .point02-list__check {
  padding: 2rem 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 2rem;
}
.p-top-point__item.point02 .point02-list__check li {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.75em;
  font-size: 4.1025641026vw;
}
.p-top-point__item.point02 .point02-list__check li:before {
  content: "";
  display: block;
  background: url(../images/common/icon_check.svg) no-repeat center;
  background-size: cover;
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 3.6rem;
}
.p-top-point__item.point02 .point02-list__check li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 .point02-list__check li {
    font-size: 1.6rem;
  }
}
.p-top-point__item.point02 .point02-list__text p {
  line-height: 1.5;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-top-point__item.point02 .point02-list__text p {
    font-size: 1.6rem;
  }
}
.p-top-gallery {
  overflow: hidden;
  margin-top: -6rem;
  padding: 25.641025641vw 0 20.5128205128vw;
  background: linear-gradient(180deg, #FFB339 0%, #FFB339 65%, #FFF 65%, #FFF 100%);
}
@media screen and (min-width: 768px) {
  .p-top-gallery {
    padding: 16rem 0 10rem;
  }
}
.p-top-gallery .c-title {
  text-align: center;
  padding-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-top-gallery .c-title {
    padding: 0 0 10rem;
  }
}
.p-top-gallery__scroll-wrap {
  padding: 10.2564102564vw 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__scroll-wrap {
    padding: 4rem 0;
  }
}
.p-top-gallery__scroll-item {
  position: relative;
  width: 450px;
  border: 2px solid #000000;
  border-radius: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}
.p-top-gallery__scroll-item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__scroll-item:nth-child(2n) {
    top: 4rem;
  }
  .p-top-gallery__scroll-item:nth-child(2n-1) {
    top: -4rem;
  }
}
.p-top-gallery__scroll .splide__track {
  overflow: unset !important;
}
.p-top-overview {
  margin-top: -6rem;
  padding: 7.6923076923vw 0;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .p-top-overview {
    margin-top: 0;
    padding: 0 0 16rem;
  }
}
.p-top-overview .c-title {
  text-align: center;
  padding-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-top-overview .c-title {
    padding-bottom: 10rem;
  }
}
.p-top-overview__inner {
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  gap: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-top-overview__inner {
    justify-content: center;
    gap: 5%;
  }
}
.p-top-overview__image {
  width: 100%;
  height: fit-content;
  background-color: #36C3B4;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-overview__image {
    flex: 1;
  }
}
.p-top-overview__info {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-overview__info {
    flex: 0 0 auto;
    width: 40.5%;
    min-width: 390px;
    margin: unset;
  }
}
.p-top-overview__info-text {
  width: calc(100% - 10.2564102564vw);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-overview__info-text {
    width: 100%;
    margin: 0;
  }
}
.p-top-overview__info > h3 {
  font-size: 2rem;
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .p-top-overview__info > h3 {
    margin-bottom: 1em;
  }
}
.p-top-overview__info p {
  line-height: 1.5;
  margin-bottom: 0;
}
.p-top-overview__list {
  margin: 3rem auto 0;
  max-width: 350px;
  display: grid;
  gap: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-top-overview__list {
    max-width: 492px;
    margin: 6rem 0;
    gap: 3rem;
  }
}
.p-top-overview__list-link {
  font-size: min(4.1025641026vw, 1.6rem);
  padding: 1em 1.25em 1em 1em;
}
@media screen and (min-width: 768px) {
  .p-top-overview__list-link {
    font-size: 1.8rem;
  }
}
.p-top-overview__list-link.bg-black {
  background-color: #000000;
  color: #FFF;
}
.p-top-overview__list-link.bg-black:after {
  background-color: #FFF;
}
.p-top-overview__list-link.bg-black:hover {
  background-color: #FFB339;
  color: #000000;
}
.p-top-overview__list-link.bg-black:hover::after {
  background-color: #000000;
}
.p-top-overview__list-link.bg-white {
  background-color: #FFF;
  color: #000000;
}
.p-top-overview__list-link.bg-white:after {
  background-color: #000000;
}
.p-top-overview__list-link.bg-white:hover {
  background-color: #000000;
  color: #FFF;
}
.p-top-overview__list-link.bg-white:hover::after {
  background-color: #FFF;
}
.p-top-overview__list-link.bg-bluegreen {
  background-color: #36C3B4;
}
.p-top-overview__list-link.bg-bluegreen:hover {
  background-color: #FFF;
  color: #36C3B4;
  border-color: #36C3B4;
}
.p-top-overview__list-link.bg-bluegreen:hover::after {
  background-color: #36C3B4;
}
.p-top-contact {
  position: relative;
  padding: 10.2564102564vw 0 0;
  background-color: #36C3B4;
  margin-top: 0;
  border-radius: 7.6923076923vw 7.6923076923vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-contact {
    margin-top: -6rem;
    padding: 10rem 0 0;
    border-radius: 6rem 6rem 0 0;
  }
}
.p-top-contact .c-title {
  text-align: center;
  padding-bottom: 3.5rem;
}
.p-top-contact .c-title .c-heading__main,
.p-top-contact .c-title .c-heading__sub {
  color: #FFF;
}
.p-top-contact__inner {
  text-align: center;
  padding: 0 0 13.5rem;
}
@media screen and (max-width: 900px) {
  .p-top-contact__inner {
    padding-bottom: 30.7692307692vw;
  }
}
.p-top-contact__inner .c-btn {
  max-width: 550px;
  font-size: 4.1025641026vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-contact__inner .c-btn {
    font-size: 3.2rem;
  }
}
.p-top-contact__inner .c-btn::after {
  right: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__inner .c-btn::after {
    transform: scale(1.5);
  }
}
.p-top-contact__illust {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-contact__illust {
    width: 18.9743589744vw;
    left: 0;
    margin: auto;
    display: block;
  }
}

@keyframes p-top-gallery-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-ssw {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-ssw {
    padding-top: 10rem;
  }
}
.p-ssw-header {
  padding-bottom: 10.2564102564vw;
  padding-left: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-ssw-header {
    padding-bottom: 9rem;
    padding-left: 0;
  }
}
.p-ssw-header .l-wrapper {
  max-width: 1400px;
}
.p-ssw-about .l-wrapper {
  width: calc(100% - 20.5128205128vw);
}
@media screen and (min-width: 768px) {
  .p-ssw-about .l-wrapper {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-about .l-wrapper {
    width: calc(100% - 10.2564102564vw);
  }
}
.p-ssw-about__image {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 5.1282051282vw;
}
.p-ssw-about__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-ssw-about__image {
    overflow: hidden;
    border: 2px solid #000000;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-about__image {
    width: 22.5rem;
    height: 15rem;
  }
}
.p-ssw-about__inner {
  display: grid;
  gap: 6.4102564103vw;
  margin-bottom: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  .p-ssw-about__inner {
    display: grid;
    grid-template-columns: 36.3% auto 8.4%;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-about__inner {
    grid-template-columns: 225px auto 8.4%;
    gap: 2rem;
  }
}
.p-ssw-about__content h2 {
  margin-bottom: 6.4102564103vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-ssw-about__content h2 {
    margin-bottom: 4rem;
    text-align: left;
  }
}
.p-ssw-about__content p {
  line-height: 2;
}
.p-ssw-about__list {
  display: grid;
  gap: 11.5384615385vw;
  margin-bottom: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-ssw-about__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-about__list {
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
    gap: 2rem;
    max-width: 48rem;
  }
}
.p-ssw-about__list li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ssw-about__list li {
    width: 270px;
    min-width: 230px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-about__list li {
    width: 23rem;
  }
}
.p-ssw-about__list li p {
  line-height: 2;
}
.p-ssw-about__list li ul {
  list-style: disc;
  margin-left: 2.25rem;
}
.p-ssw-about__list li > span {
  display: block;
  margin-top: 2rem;
  font-size: 1.4rem;
}
.p-ssw-about__list-title {
  background-color: #FFB339;
  padding: 0.5em 1em;
  border-radius: 5.1282051282vw;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5.1282051282vw;
  margin-bottom: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-ssw-about__list-title {
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1em 2em;
    border-radius: 2rem;
    min-height: 97px;
  }
}
@media screen and (max-width: 767px) {
  .p-ssw-about__farmer {
    position: absolute;
    right: 5.1282051282vw;
    top: -25.641025641vw;
    width: 15.8974358974vw;
    z-index: -1;
  }
}
.p-ssw-flow {
  background-color: #36C3B4;
  padding: 11.5384615385vw 0;
  border-radius: 7.6923076923vw 7.6923076923vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-ssw-flow {
    padding: 12rem 0;
    border-radius: 6rem 6rem 0 0;
  }
}
.p-ssw-flow .l-wrapper {
  max-width: 1400px;
}
.p-ssw-flow__title {
  margin-bottom: 7.6923076923vw;
  text-align: center;
}
.p-ssw-flow__title .c-heading__main {
  line-height: 1.25;
}
.p-ssw-flow__title .c-heading__main,
.p-ssw-flow__title .c-heading__sub {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-ssw-flow__title {
    margin-bottom: 9.5rem;
    text-align: left;
  }
}
.p-ssw-flow__list {
  max-width: 980px;
  margin: 0 auto;
}
.p-ssw-flow__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw;
  background: #FFF;
  padding: 10.2564102564vw 5.1282051282vw 7.6923076923vw;
  margin-bottom: 4.5rem;
  border: 2px solid #000000;
  border-radius: 7.6923076923vw;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-flow__item {
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-ssw-flow__item {
    flex-wrap: nowrap;
    gap: 4rem;
    padding: 4rem 6rem;
    margin-bottom: 4.5rem;
    border-radius: 4rem;
  }
}
.p-ssw-flow__item:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -3.4rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 4.8rem;
  height: 1.7rem;
  background: url("../images/common/icon_arrow02.svg") no-repeat center;
}
.p-ssw-flow__item:last-child:before {
  display: none;
}
.p-ssw-flow__item-number {
  position: absolute;
  top: 2.5641025641vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  background-color: #FFB339;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 6.1538461538vw;
  border: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-ssw-flow__item-number {
    top: 3rem;
    left: 3rem;
    right: unset;
    width: 7rem;
    height: 7rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-flow__item-number {
    top: 2rem;
    left: 2rem;
    right: unset;
    width: 6rem;
    height: 6rem;
    font-size: 2.8rem;
  }
}
.p-ssw-flow__item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-ssw-flow__item-image {
    width: 33.8rem;
    height: 23.3rem;
    border-radius: 2rem;
    flex: 0 0 33.8rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-ssw-flow__item-image {
    width: 20rem;
    height: 13.8rem;
    border-radius: 2rem;
    flex: 0 0 20rem;
  }
}
.p-ssw-flow__item-image img {
  width: 100%;
}
.p-ssw-flow__item-content {
  flex: 1;
}
.p-ssw-flow__item-content h3 {
  font-size: 5.1282051282vw;
  font-weight: bold;
  margin-bottom: 3.8461538462vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-ssw-flow__item-content h3 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 1.6rem;
  }
}
.p-ssw-flow__item-content p {
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-ssw-flow__item-content p {
    line-height: 2;
  }
}
.p-ssw-flow__item-content ul {
  list-style: disc;
  margin-left: 2.25rem;
}

.p-cooperative {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative {
    padding-top: 10rem;
  }
}
.p-cooperative-header {
  padding-bottom: 10.2564102564vw;
  padding-left: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative-header {
    padding-bottom: 9rem;
    padding-left: 0;
  }
}
.p-cooperative-header .l-wrapper {
  max-width: 1400px;
}
.p-cooperative-contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents {
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 1270px) {
  .p-cooperative-contents {
    padding-bottom: 22rem;
  }
}
.p-cooperative-contents__illust {
  position: absolute;
  width: min(1238px, 89.7435897436vw);
  top: -30.7692307692vw;
  right: 10.2564102564vw;
  display: grid;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__illust {
    bottom: 0;
    right: 0;
    left: 0;
    top: unset;
    margin: 0 auto;
    display: flex;
    justify-content: end;
  }
}
.p-cooperative-contents__illust img {
  width: 15.8974358974vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__illust img {
    width: 9.3rem;
  }
}
.p-cooperative-contents__list {
  width: min(980px, 89.7435897436vw);
  margin: 0 auto 10.2564102564vw;
  display: grid;
  gap: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__list {
    gap: 6rem;
  }
}
.p-cooperative-contents__item {
  position: relative;
  background-color: #FFF;
  border: 2px solid #000000;
  padding: 10.2564102564vw 5.1282051282vw 5.1282051282vw;
  border-radius: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item {
    border-radius: 4rem;
    padding: 4rem;
  }
}
.p-cooperative-contents__item-inner {
  display: grid;
  grid-template-columns: auto;
  grid-auto-rows: unset;
  gap: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-inner {
    grid-template-columns: minmax(auto, 435px) 1fr;
    grid-auto-rows: auto 1fr;
    column-gap: 4rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-cooperative-contents__item-inner {
    grid-template-columns: minmax(auto, 40vw) 1fr;
    grid-auto-rows: auto 1fr;
    column-gap: 4rem;
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-inner h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cooperative-contents__item-inner h3 {
    order: 1;
    text-align: center;
  }
}
.p-cooperative-contents__item-inner p {
  line-height: 2;
}
.p-cooperative-contents__item-label {
  position: absolute;
  top: -5.1282051282vw;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: fit-content;
  background-color: #FFB339;
  border: 2px solid #000000;
  font-family: "Lato", serif;
  font-weight: 500;
  padding: 0.25em 1em;
  border-radius: 3em;
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-label {
    top: -2rem;
    right: 0;
    left: 0;
    font-size: 1.6rem;
  }
}
.p-cooperative-contents__item-image {
  overflow: hidden;
  border-radius: 5.1282051282vw;
  height: fit-content;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-cooperative-contents__item-image {
    grid-row: span 2/span 2;
  }
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-image {
    border-radius: 2rem;
    grid-row: span 2/span 2;
  }
}
@media screen and (max-width: 767px) {
  .p-cooperative-contents__item-image {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-title {
    grid-column-start: 2;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-cooperative-contents__item-title {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-text {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-cooperative-contents__item-text {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-cooperative-contents__item-text {
    order: 3;
  }
}
.p-cooperative-contents__item-text p {
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-cooperative-contents__item-text p {
    margin-bottom: 1em;
    line-height: 2;
  }
}

.p-overview {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-overview {
    padding-top: 10rem;
  }
}
.p-overview-header {
  padding-bottom: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-overview-header {
    padding-bottom: 9rem;
  }
}
.p-overview-header .l-wrapper {
  max-width: 1400px;
}
.p-overview-header__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-overview-header__title {
    text-align: left;
  }
}
.p-overview-info {
  padding: 0 0 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-overview-info {
    padding: 0 0 8rem;
  }
}
.p-overview-info__list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #C6C6C6;
}
@media screen and (min-width: 768px) {
  .p-overview-info__list {
    width: min(98rem, 90%);
    margin: 0 auto;
  }
}
.p-overview-info__list dt {
  display: grid;
  align-items: center;
  font-size: 4.1025641026vw;
  font-weight: 600;
  padding: 3.8461538462vw 5.1282051282vw 0;
}
@media screen and (min-width: 768px) {
  .p-overview-info__list dt {
    width: 20rem;
    font-size: 2rem;
    font-weight: 600;
    padding: 3rem;
    border-bottom: 1px solid #C6C6C6;
  }
}
.p-overview-info__list dd {
  display: grid;
  align-items: center;
  font-size: 4.1025641026vw;
  padding: 1.2820512821vw 5.1282051282vw 3.8461538462vw;
  border-bottom: 1px solid #C6C6C6;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .p-overview-info__list dd {
    width: calc(100% - 20rem);
    font-size: 1.6rem;
    padding: 3rem;
  }
}
.p-overview-info__list .info-row {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-overview-info__list .info-row {
    display: flex;
  }
}
.p-overview-map {
  width: 89.7435897436vw;
  margin: 0 auto 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-overview-map {
    width: calc(100% - 20rem);
    margin: 0 auto 10rem;
  }
}
.p-overview-link {
  padding: 8.9743589744vw 0 8.9743589744vw;
  background: #36C3B4;
  border-radius: 7.6923076923vw 7.6923076923vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-overview-link {
    padding: 8rem 0;
    border-radius: 6rem 6rem 0 0;
  }
}
.p-overview-link .l-wrapper {
  max-width: 1400px;
}
.p-overview-link__title {
  text-align: center;
  margin-bottom: 10.2564102564vw;
}
.p-overview-link__title .c-heading__main,
.p-overview-link__title .c-heading__sub {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-overview-link__title {
    margin-bottom: 6rem;
    text-align: left;
  }
}
.p-overview-link__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7.6923076923vw;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: min(123.8rem, 89.7435897436vw);
}
@media screen and (min-width: 768px) {
  .p-overview-link__grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.5rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-overview-link__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
}
.p-overview-link__item {
  position: relative;
}
.p-overview-link__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #333;
  text-decoration: none;
  padding: 0.75em 2em;
  border-radius: 9.2307692308vw;
  font-size: min(4.6153846154vw, 1.8rem);
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid #000000;
  cursor: pointer;
  position: relative;
  min-height: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-overview-link__button {
    padding: 1em 2em;
    border-radius: 5rem;
    font-size: min(1.4871794872vw, 1.8rem);
    min-height: 2rem;
  }
}
.p-overview-link__button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
  content: "";
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg%3E%3Cpath d='M18.022,46.291v-7.5H15v5.984H3.027V32.809H9.011V29.782h-7.5A1.513,1.513,0,0,0,0,31.3v15A1.513,1.513,0,0,0,1.513,47.8h15a1.513,1.513,0,0,0,1.513-1.513' transform='translate(0 -27.804)' fill='%23212121'/%3E%3Cpath d='M119.188,1.422h0a1.317,1.317,0,0,0,1.3,1.211l3.342.028-7.766,7.766a1.421,1.421,0,1,0,2.009,2.009L125.84,4.67l.029,3.341a1.317,1.317,0,1,0,2.633-.023L128.44.945a.892.892,0,0,0-.884-.884L120.512,0a1.317,1.317,0,0,0-1.324,1.422' transform='translate(-108.69 0.188)' fill='%23212121'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 1.5384615385vw;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-overview-link__button::after {
    width: 2rem;
    height: 2rem;
  }
}

.p-intern {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-intern {
    padding-top: 10rem;
  }
}
.p-intern-header {
  padding-bottom: 10.2564102564vw;
  padding-left: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-intern-header {
    padding-bottom: 9rem;
    padding-left: 0;
  }
}
.p-intern-header .l-wrapper {
  max-width: 1400px;
}
.p-intern-about .l-wrapper {
  width: calc(100% - 20.5128205128vw);
}
@media screen and (min-width: 768px) {
  .p-intern-about .l-wrapper {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-about .l-wrapper {
    width: calc(100% - 10.2564102564vw);
  }
}
.p-intern-about__image {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 5.1282051282vw;
}
.p-intern-about__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-intern-about__image {
    overflow: hidden;
    border: 2px solid #000000;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-about__image {
    width: 22.5rem;
    height: 15rem;
  }
}
.p-intern-about__inner {
  display: grid;
  gap: 6.4102564103vw;
  margin-bottom: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  .p-intern-about__inner {
    display: grid;
    grid-template-columns: 36.3% auto 8.4%;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-about__inner {
    grid-template-columns: 225px auto 8.4%;
    gap: 2rem;
  }
}
.p-intern-about__content h2 {
  margin-bottom: 6.4102564103vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-intern-about__content h2 {
    margin-bottom: 4rem;
    text-align: left;
  }
}
.p-intern-about__content p {
  line-height: 2;
}
.p-intern-about__list {
  display: grid;
  gap: 11.5384615385vw;
  margin-bottom: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-intern-about__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-about__list {
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 auto;
    gap: 2rem;
    max-width: 48rem;
  }
}
.p-intern-about__list li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-intern-about__list li {
    width: 270px;
    min-width: 230px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-about__list li {
    width: 23rem;
  }
}
.p-intern-about__list li p {
  line-height: 2;
}
.p-intern-about__list li ul {
  list-style: disc;
  margin-left: 2.25rem;
}
.p-intern-about__list li > span {
  display: block;
  margin-top: 2rem;
  font-size: 1.4rem;
}
.p-intern-about__list-title {
  background-color: #FFB339;
  padding: 0.5em 1em;
  border-radius: 5.1282051282vw;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5.1282051282vw;
  margin-bottom: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-intern-about__list-title {
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1em 2em;
    border-radius: 2rem;
    min-height: 97px;
  }
}
@media screen and (max-width: 767px) {
  .p-intern-about__farmer {
    position: absolute;
    right: 5.1282051282vw;
    top: -25.641025641vw;
    width: 15.8974358974vw;
    z-index: -1;
  }
}
.p-intern-flow {
  background-color: #36C3B4;
  padding: 11.5384615385vw 0;
  border-radius: 7.6923076923vw 7.6923076923vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-intern-flow {
    padding: 12rem 0;
    border-radius: 6rem 6rem 0 0;
  }
}
.p-intern-flow .l-wrapper {
  max-width: 1400px;
}
.p-intern-flow__title {
  margin-bottom: 7.6923076923vw;
  text-align: center;
}
.p-intern-flow__title .c-heading__main {
  line-height: 1.25;
}
.p-intern-flow__title .c-heading__main,
.p-intern-flow__title .c-heading__sub {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .p-intern-flow__title {
    margin-bottom: 9.5rem;
    text-align: left;
  }
}
.p-intern-flow__list {
  max-width: 980px;
  margin: 0 auto;
}
.p-intern-flow__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw;
  background: #FFF;
  padding: 10.2564102564vw 5.1282051282vw 7.6923076923vw;
  margin-bottom: 4.5rem;
  border: 2px solid #000000;
  border-radius: 7.6923076923vw;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-flow__item {
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-intern-flow__item {
    flex-wrap: nowrap;
    gap: 4rem;
    padding: 4rem 6rem;
    margin-bottom: 4.5rem;
    border-radius: 4rem;
  }
}
.p-intern-flow__item:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -3.4rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 4.8rem;
  height: 1.7rem;
  background: url("../images/common/icon_arrow02.svg") no-repeat center;
}
.p-intern-flow__item:last-child:before {
  display: none;
}
.p-intern-flow__item-number {
  position: absolute;
  top: 2.5641025641vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  background-color: #FFB339;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 6.1538461538vw;
  border: 2px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-intern-flow__item-number {
    top: 3rem;
    left: 3rem;
    right: unset;
    width: 7rem;
    height: 7rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-flow__item-number {
    top: 2rem;
    left: 2rem;
    right: unset;
    width: 6rem;
    height: 6rem;
    font-size: 2.8rem;
  }
}
.p-intern-flow__item-image {
  width: 100%;
  overflow: hidden;
  border-radius: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-intern-flow__item-image {
    width: 33.8rem;
    height: 23.3rem;
    border-radius: 2rem;
    flex: 0 0 33.8rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-intern-flow__item-image {
    width: 20rem;
    height: 13.8rem;
    border-radius: 2rem;
    flex: 0 0 20rem;
  }
}
.p-intern-flow__item-image img {
  width: 100%;
}
.p-intern-flow__item-content {
  flex: 1;
}
.p-intern-flow__item-content h3 {
  font-size: 5.1282051282vw;
  font-weight: bold;
  margin-bottom: 3.8461538462vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-intern-flow__item-content h3 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 1.6rem;
  }
}
.p-intern-flow__item-content p {
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-intern-flow__item-content p {
    line-height: 2;
  }
}
.p-intern-flow__item-content ul {
  list-style: disc;
  margin-left: 2.25rem;
}

.p-contact {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 10rem;
  }
}
.p-contact-header {
  margin-bottom: 11.5384615385vw;
}
@media screen and (min-width: 768px) {
  .p-contact-header {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-header__title {
    text-align: center;
  }
}
.p-contact-header .l-wrapper {
  max-width: 1400px;
}
.p-contact-tel {
  position: relative;
  padding: 0 0 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .p-contact-tel {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-contact-tel {
    padding: 0 0 10rem;
  }
}
.p-contact-tel__inner {
  position: relative;
  width: min(90rem, 89.7435897436vw);
  margin: 0 auto;
  background-color: #FFF;
  border: 2px solid #000000;
  border-radius: 7.6923076923vw;
  padding: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .p-contact-tel__inner {
    margin: 0 auto;
    border-radius: 4rem;
    padding: 4rem;
  }
}
.p-contact-tel__title {
  text-align: center;
  font-size: 6.1538461538vw;
  margin-bottom: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  .p-contact-tel__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
.p-contact-tel__number {
  text-align: center;
  font-family: "Lato", serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  font-size: 8.2051282051vw;
}
@media screen and (min-width: 768px) {
  .p-contact-tel__number {
    font-size: 5.6rem;
  }
}
.p-contact-tel__illust {
  position: absolute;
  right: 7.6923076923vw;
  bottom: -15.3846153846vw;
  width: 19.2307692308vw;
}
@media screen and (min-width: 768px) {
  .p-contact-tel__illust {
    right: 0;
    bottom: -6rem;
    width: unset;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .p-contact-tel__illust {
    bottom: -10rem;
  }
}
.p-contact-form {
  background-color: #36C3B4;
  padding: 12.8205128205vw 0;
  border-radius: 7.6923076923vw 7.6923076923vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    padding: 6rem 0;
    border-radius: 6rem 6rem 0 0;
  }
}
.p-contact-form__inner {
  width: fit-content;
  margin: 0 auto;
}
.p-contact-form__title {
  text-align: center;
  color: #FFF;
  margin-bottom: 10.2564102564vw;
  font-size: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .p-contact-form__title {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.p-contact-thanks {
  padding: 0 0 20.5128205128vw;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding: 0 0 8rem;
  }
}
.p-contact-thanks__inner {
  width: min(80rem, 89.7435897436vw);
  margin: 0 auto;
  text-align: center;
}
.p-contact-thanks__icon {
  margin-bottom: 7.6923076923vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__icon {
    margin-bottom: 4rem;
  }
}
.p-contact-thanks__icon svg {
  width: 20.5128205128vw;
  height: 20.5128205128vw;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__icon svg {
    width: 10rem;
    height: 10rem;
  }
}
.p-contact-thanks__title {
  margin-bottom: 5.1282051282vw;
  font-size: 6.1538461538vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__title {
    margin-bottom: 3rem;
    font-size: 3.2rem;
  }
}
.p-contact-thanks__message {
  margin-bottom: 10.2564102564vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__message {
    margin-bottom: 6rem;
  }
}
.p-contact-thanks__message p {
  margin-bottom: 5.1282051282vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__message p {
    margin-bottom: 3rem;
  }
}
.p-contact-thanks__button {
  display: flex;
  justify-content: center;
}
.p-contact-thanks__button .c-mailform__btn {
  padding: 0.5em 2em;
  min-width: 64.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__button .c-mailform__btn {
    min-width: 30rem;
  }
}

.c-mailform__confirm-message {
  text-align: center;
  margin-bottom: 7.6923076923vw;
  font-size: 4.1025641026vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-mailform__confirm-message {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}
.c-mailform__list--confirm .c-mailform__item--confirm {
  background-color: #FFF;
  padding: 3.8461538462vw;
  border-radius: 1.2820512821vw;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .c-mailform__list--confirm .c-mailform__item--confirm {
    padding: 2rem;
    border-radius: 0.5rem;
  }
}
.c-mailform__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw;
  justify-content: center;
  margin-top: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .c-mailform__buttons {
    gap: 3rem;
    margin-top: 6rem;
  }
}

.l-404 {
  padding: 12.8205128205vw 0;
}
@media screen and (min-width: 768px) {
  .l-404 {
    padding: 10rem 0;
  }
}
.l-404-header {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .l-404-header {
    margin-bottom: 10rem;
  }
}
.l-404-header__title {
  text-align: center;
}
.l-404-header .l-wrapper {
  max-width: 1240px;
}
.l-404 .l-wrapper {
  max-width: 1240px;
}
.l-404-content {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-404-content {
    margin-top: 10rem;
  }
}
.l-404__message {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-404__message {
    margin-bottom: 6rem;
  }
}
.l-404__message p {
  margin-bottom: 1.6rem;
  color: #212121;
}
@media screen and (min-width: 768px) {
  .l-404__message p {
    font-size: 1.6rem;
  }
}
.l-404__message p:last-child {
  margin-bottom: 0;
}
.l-404__actions {
  text-align: center;
  width: min(30rem, 89.7435897436vw);
  margin: 0 auto;
}