@charset "UTF-8";
/*
Theme Name: hsc
*/
/**********************************************************************
color
**********************************************************************/
/**********************************************************************
font
**********************************************************************/
@font-face {
  font-family: "M PLUS ROUNDED 1C REGULAR";
  src: url("font/MPLUSRounded1c-Regular.ttf"), format("truetype"), local("M PLUS ROUNDED 1C REGULAR");
}
@font-face {
  font-family: "M PLUS ROUNDED 1C BOLD";
  src: url("font/MPLUSRounded1c-Bold.ttf"), format("truetype"), local("M PLUS ROUNDED 1C BOLD");
}
/**********************************************************************
breakpoints
**********************************************************************/
/**********************************************************************
base
**********************************************************************/
html {
  height: 100%;
  width: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0 !important;
}

body {
  margin: 0 auto;
  color: #333333;
  font-family: "M PLUS ROUNDED 1C REGULAR", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 20px;
  background-color: #F5F7ED;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 782px) {
  body {
    font-size: 14px;
  }
}

img, svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

*, *:before, *:after {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

/**********************************************************************
font-size
**********************************************************************/
.text-64 {
  font-size: 64px;
}
@media screen and (max-width: 1536px) {
  .text-64 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .text-64 {
    font-size: 42px;
  }
}
@media screen and (max-width: 782px) {
  .text-64 {
    font-size: 32px;
  }
}
.text-48 {
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  .text-48 {
    font-size: 40px;
  }
}
@media screen and (max-width: 782px) {
  .text-48 {
    font-size: 30px;
  }
}
.text-32 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .text-32 {
    font-size: 28px;
  }
}
@media screen and (max-width: 782px) {
  .text-32 {
    font-size: 24px;
  }
}
.text-24 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .text-24 {
    font-size: 18px;
  }
}
@media screen and (max-width: 782px) {
  .text-24 {
    font-size: 16px;
  }
}

/**********************************************************************
header
**********************************************************************/
.header-logo-link {
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 102;
  display: block;
  width: 480px;
  height: 480px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .header-logo-link {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 782px) {
  .header-logo-link {
    width: 300px;
    height: 300px;
  }
}
.header-logo-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.6s;
}
@media screen and (min-width: 1023px) {
  .header-logo-link:hover::after {
    width: 494.4px;
    height: 494.4px;
  }
}
.header-logo-logo {
  position: fixed;
  z-index: 101;
  bottom: 80px;
  right: 70px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  .header-logo-logo {
    bottom: 70px;
    right: 60px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 782px) {
  .header-logo-logo {
    bottom: 50px;
    right: 50px;
    width: 80px;
    height: 80px;
  }
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.header-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(50%, -50%);
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #7FCA8F;
  transition: 0.6s;
}
@media screen and (max-width: 1024px) {
  .header-nav::after {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 782px) {
  .header-nav::after {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 1023px) {
  .header-nav:hover::after {
    width: 494.4px;
    height: 494.4px;
  }
}
.header-nav-text {
  position: fixed;
  z-index: 101;
  top: 80px;
  right: 30px;
  color: #F5F7ED;
}
@media screen and (max-width: 1024px) {
  .header-nav-text {
    top: 60px;
    right: 20px;
  }
}
@media screen and (max-width: 782px) {
  .header-nav-text {
    top: 40px;
    right: 12px;
  }
}
.header-nav-lists {
  position: fixed;
  top: 240px;
  right: 0%;
  z-index: 102;
  transition: 0.6s 0.6s;
  width: 100vw;
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .header-nav-lists {
    top: 200px;
    max-height: calc(100vh - 200px);
  }
}
@media screen and (max-width: 782px) {
  .header-nav-lists {
    top: 150px;
    max-height: calc(100vh - 150px);
  }
}
.header-nav-list-inner {
  padding: 0 240px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .header-nav-list-inner {
    padding: 0 200px;
  }
}
@media screen and (max-width: 782px) {
  .header-nav-list-inner {
    padding: 0 0 0 20%;
  }
}
.header-nav-list-item {
  list-style: none;
  padding: 1em;
}
.header-nav-list-link {
  text-decoration: none;
  color: #F5F7ED;
}

/**********************************************************************
footer
**********************************************************************/
.footer {
  position: relative;
  height: 670px;
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .footer {
    height: 540px;
  }
}
@media screen and (max-width: 782px) {
  .footer {
    height: 740px;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  width: 400vw;
  height: 400vw;
  border-radius: 50% 50% 0 0;
  background-color: #7FCA8F;
}
.footer-inner {
  display: flex;
  justify-content: center;
  gap: 0 160px;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .footer-inner {
    padding-top: 100px;
    gap: 0 80px;
  }
}
@media screen and (max-width: 782px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    padding-top: 60px;
  }
}
.footer-logo-link {
  display: block;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background-color: #F5F7ED;
}
@media screen and (max-width: 1024px) {
  .footer-logo-link {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 782px) {
  .footer-logo-link {
    width: 240px;
    height: 240px;
  }
}
.footer-logo-img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
}
@media screen and (max-width: 1024px) {
  .footer-logo-img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 782px) {
  .footer-logo-img {
    width: 180px;
    height: 180px;
  }
}
.footer-nav-sns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #F5F7ED;
}
.footer-nav-list-inner {
  margin: 0;
  padding: 0;
}
.footer-nav-list-item {
  list-style: none;
  -moz-text-align-last: left;
       text-align-last: left;
}
.footer-nav-list-link {
  display: block;
  text-decoration: none;
  color: #F5F7ED;
}
.footer-nav-list-item:nth-child(2n) {
  margin: 1em 0;
}
.footer-sns {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
}
@media screen and (max-width: 782px) {
  .footer-sns {
    padding: 4em 0;
  }
}
.footer-sns-icon {
  display: flex;
  gap: 0 2em;
}
.footer-sns-icon-item {
  width: 3em;
  height: 3em;
}

/**********************************************************************
共通パーツ
**********************************************************************/
.c-section {
  margin: 240px auto;
}
@media screen and (max-width: 1024px) {
  .c-section {
    margin: 160px auto;
  }
}
@media screen and (max-width: 782px) {
  .c-section {
    margin: 120px auto;
  }
}
.c-section-ttl {
  text-align: center;
  font-family: "M PLUS ROUNDED 1C BOLD", sans-serif;
}

.c-sm-none {
  display: block;
}
@media screen and (max-width: 782px) {
  .c-sm-none {
    display: none;
  }
}

.c-btn a {
  display: inline-flex;
  gap: 0 100px;
  text-decoration: none;
  color: #7FCA8F;
  padding: 10px 30px;
  background-color: #F5F7ED;
  border-radius: 50px;
  line-height: 1.8;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-btn a {
    gap: 0 60px;
  }
}
@media screen and (max-width: 782px) {
  .c-btn a {
    gap: 0 40px;
  }
}

.c-round {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
  border-radius: 50%;
}
.c-round-sm {
  top: 80%;
  left: 86%;
  width: 80px;
  height: 80px;
  background-color: #7FCA8F;
}
.c-round-md {
  top: 76%;
  left: 30%;
  z-index: -11;
  width: 160px;
  height: 160px;
  background: linear-gradient(-120deg, #7FCA8F, rgba(127, 202, 143, 0.4));
  background: -webkit-linear-gradient(-120deg, #7FCA8F, rgba(127, 202, 143, 0.4));
}
.c-round-lg {
  top: 74%;
  left: 77%;
  z-index: -12;
  width: 280px;
  height: 280px;
  background: linear-gradient(10deg, #ADBED7, rgba(173, 190, 215, 0.4));
  background: -webkit-linear-gradient(10deg, #ADBED7, rgba(173, 190, 215, 0.4));
}
.c-round-ll {
  top: 70%;
  left: 20%;
  z-index: -13;
  width: 300px;
  height: 300px;
  background: linear-gradient(-45deg, #ADBED7, rgba(173, 190, 215, 0.4));
  background: -webkit-linear-gradient(-45deg, #ADBED7, rgba(173, 190, 215, 0.4));
}
.c-round-xl {
  top: 10%;
  left: 70%;
  z-index: -14;
  width: 500px;
  height: 500px;
  background: linear-gradient(-45deg, #7FCA8F, rgba(127, 202, 143, 0.4));
  background: -webkit-linear-gradient(-45deg, #7FCA8F, rgba(127, 202, 143, 0.4));
}

/**********************************************************************
main
**********************************************************************/
.main-inner {
  width: 100%;
  overflow: hidden;
}

/**********************************************************************
top-page
**********************************************************************/
.t-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  min-height: 1080px;
  background-color: #F5F7ED;
}
.t-kv-item {
  position: absolute;
  top: 0;
  left: 0;
}
.t-kv-item-hand {
  top: 70%;
  left: 50%;
  width: 720px;
  height: 720px;
}
@media screen and (max-width: 1536px) {
  .t-kv-item-hand {
    width: 640px;
    height: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .t-kv-item-hand {
    width: 520px;
    hh: 520px;
  }
}
@media screen and (max-width: 782px) {
  .t-kv-item-hand {
    top: 60%;
    width: 400px;
    height: 400px;
  }
}
.t-kv-item-hand-right {
  left: 70%;
}
.t-kv-item-hand-right img {
  transform: translate(-50%, -50%) rotate(30deg);
}
.t-kv-item-hand-left {
  left: 30%;
}
.t-kv-item-hand-left img {
  transform: translate(-50%, -50%) rotateY(180deg) rotate(30deg);
}
.t-kv-item-flower {
  top: 80%;
  height: 340px;
  width: 340px;
}
@media screen and (max-width: 1536px) {
  .t-kv-item-flower {
    height: 280px;
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .t-kv-item-flower {
    top: 82%;
    height: 200px;
    width: 200px;
  }
}
.t-kv-item-flower-right {
  left: 90%;
}
@media screen and (max-width: 782px) {
  .t-kv-item-flower-right {
    left: 80%;
  }
}
.t-kv-item-flower-right img {
  transform: translate(-50%, -50%) rotateY(180deg) rotate(-30deg);
}
.t-kv-item-flower-left {
  left: 10%;
}
@media screen and (max-width: 782px) {
  .t-kv-item-flower-left {
    left: 20%;
  }
}
.t-kv-item-flower-left img {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.t-kv-item-heart {
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1536px) {
  .t-kv-item-heart {
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .t-kv-item-heart {
    width: 240px;
  }
}
@media screen and (max-width: 782px) {
  .t-kv-item-heart {
    top: 40%;
    width: 180px;
  }
}
.t-kv-item-text {
  top: 20%;
  left: 50%;
  white-space: nowrap;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1536px) {
  .t-kv-item-text {
    top: 28%;
  }
}
@media screen and (max-width: 782px) {
  .t-kv-item-text {
    top: 24%;
  }
}

.t-news {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 80px;
  background-color: #ffffff;
  border-radius: 2em;
}
@media screen and (max-width: 1536px) {
  .t-news {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .t-news {
    width: 700px;
    padding: 40px 40px;
  }
}
@media screen and (max-width: 782px) {
  .t-news {
    width: 90%;
    padding: 30px 3%;
  }
}
.t-news-wrap:last-child {
  border-bottom: 1px solid #7FCA8F;
}
.t-news-wrap:nth-child(4) {
  border-bottom: 1px solid #7FCA8F;
}
.t-news-ttl {
  color: #7FCA8F;
  margin-bottom: 40px;
}
@media screen and (max-width: 782px) {
  .t-news-ttl {
    margin-bottom: 30px;
  }
}
.t-news-item {
  display: flex;
  gap: 0 40px;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #7FCA8F;
  color: #333333;
  text-decoration: none;
  transition: 0.6s;
  overflow: hidden;
}
@media screen and (max-width: 782px) {
  .t-news-item {
    gap: 0 5%;
    padding: 20px 2%;
  }
}
@media screen and (min-width: 1024px) {
  .t-news-item:hover {
    background-color: rgba(127, 202, 143, 0.4);
  }
  .t-news-item:hover .t-news-img img {
    transform: scale(1.1);
  }
}
.t-news-img {
  width: 20%;
  overflow: hidden;
}
.t-news-img img {
  transition: 0.6s;
}
.t-news-info {
  width: 80%;
}
.t-news-title {
  margin-top: 40px;
  font-family: "M PLUS ROUNDED 1C BOLD", sans-serif;
}
@media screen and (max-width: 1536px) {
  .t-news-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .t-news-title {
    margin-top: 12px;
  }
}
.t-news-btn {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
@media screen and (max-width: 782px) {
  .t-news-btn {
    margin-top: 30px;
  }
}
.t-news-btn a {
  background-color: #7FCA8F;
  color: #F5F7ED;
}

.t-about {
  overflow: hidden;
}
@media screen and (max-width: 782px) {
  .t-about {
    overflow: visible;
  }
}
.t-about-round {
  position: relative;
  left: -200px;
  width: 1600px;
  height: 1600px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 160px 0;
  border-radius: 50%;
  background-color: #7FCA8F;
  color: #F5F7ED;
  line-height: 2;
}
@media screen and (max-width: 1536px) {
  .t-about-round {
    width: 1200px;
    height: 1200px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  .t-about-round {
    width: 900px;
    height: 900px;
    padding: 80px 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 782px) {
  .t-about-round {
    left: 0;
    display: block;
    width: 100vw;
    height: 100%;
    padding: 0 10%;
    background-color: transparent;
    color: #333333;
  }
  .t-about-round::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-270%, -50%);
    width: 3em;
    height: 3em;
    background-color: #7FCA8F;
    border-radius: 50%;
  }
}
.t-about-text {
  width: 800px;
}
@media screen and (max-width: 1536px) {
  .t-about-text {
    width: 640px;
  }
}
@media screen and (max-width: 1024px) {
  .t-about-text {
    width: 420px;
  }
}
@media screen and (max-width: 782px) {
  .t-about-text {
    width: 100%;
    padding: 2em 0;
  }
}
.t-about-text p {
  padding: 1em 0;
}
@media screen and (max-width: 782px) {
  .t-about-text p {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 782px) {
  .t-about-btn {
    text-align: right;
  }
  .t-about-btn a {
    display: inline-flex;
    background-color: #7FCA8F;
    color: #F5F7ED;
  }
}

.t-join {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 782px) {
  .t-join {
    flex-direction: column;
    gap: 20px 0;
  }
}
.t-join-ttl {
  width: 40%;
  color: #7FCA8F;
}
.t-join-text {
  width: 60%;
  padding: 60px 6vw;
  background-color: #ffffff;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 782px) {
  .t-join-text {
    width: 78%;
    padding: 30px 5%;
    border-radius: 30px;
  }
}
.t-join-text-ttl {
  font-family: "M PLUS ROUNDED 1C BOLD", sans-serif;
}
.t-join-text-text {
  line-height: 1.4;
  padding: 3em 0;
}
@media screen and (max-width: 782px) {
  .t-join-text-text {
    padding: 2em 0;
  }
}
.t-join-text-text p {
  padding: 1em 0;
}
.t-join-btn {
  text-align: right;
}
.t-join-btn a {
  background-color: #7FCA8F;
  color: #F5F7ED;
}

.t-support {
  position: relative;
  padding: 300px 0;
}
@media screen and (max-width: 1536px) {
  .t-support {
    padding: 240px 0;
  }
}
@media screen and (max-width: 1024px) {
  .t-support {
    padding: 160px 0;
  }
}
.t-support::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, -47%);
  z-index: -1;
  width: 1000px;
  height: 1000px;
  border: #7FCA8F 3px solid;
  border-radius: 50%;
}
@media screen and (max-width: 1536px) {
  .t-support::before {
    width: 900px;
    height: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .t-support::before {
    width: 700px;
    height: 700px;
  }
}
@media screen and (max-width: 782px) {
  .t-support::before {
    width: 600px;
    height: 600px;
  }
}
.t-support::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -53%);
  z-index: -1;
  width: 1000px;
  height: 1000px;
  border: #7FCA8F 3px solid;
  border-radius: 50%;
}
@media screen and (max-width: 1536px) {
  .t-support::after {
    width: 900px;
    height: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .t-support::after {
    width: 700px;
    height: 700px;
  }
}
@media screen and (max-width: 782px) {
  .t-support::after {
    width: 600px;
    height: 600px;
  }
}
.t-support-ttl {
  color: #7FCA8F;
}
.t-support-text-ttl {
  font-family: "M PLUS ROUNDED 1C BOLD", sans-serif;
  text-align: center;
  margin-top: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 782px) {
  .t-support-text-ttl {
    margin-top: 20px;
  }
}
.t-support-text-text {
  width: 640px;
  margin: 40px auto;
  line-height: 1.4;
}
@media screen and (max-width: 1536px) {
  .t-support-text-text {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .t-support-text-text {
    width: 480px;
  }
}
@media screen and (max-width: 782px) {
  .t-support-text-text {
    width: 70vw;
    margin: 20px auto;
  }
}
.t-support-btn {
  text-align: center;
}
.t-support-btn a {
  background-color: #7FCA8F;
  color: #F5F7ED;
}

.t-contact {
  position: relative;
  padding: 334px 0;
}
@media screen and (max-width: 1536px) {
  .t-contact {
    padding: 284px 0;
  }
}
@media screen and (max-width: 1024px) {
  .t-contact {
    padding: 204px 0;
  }
}
@media screen and (max-width: 782px) {
  .t-contact {
    padding: 0;
  }
}
.t-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
  width: 1000px;
  height: 1000px;
  border: #7FCA8F 10px solid;
  border-radius: 50%;
}
@media screen and (max-width: 1536px) {
  .t-contact::after {
    width: 900px;
    height: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .t-contact::after {
    width: 700px;
    height: 700px;
  }
}
@media screen and (max-width: 782px) {
  .t-contact::after {
    width: 0;
    height: 0;
    border: none;
  }
}
.t-contact-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-540px, -340px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  color: #7FCA8F;
  background-color: #F5F7ED;
  border-radius: 50%;
}
@media screen and (max-width: 1536px) {
  .t-contact-ttl {
    transform: translate(-420px, -380px);
  }
}
@media screen and (max-width: 1024px) {
  .t-contact-ttl {
    transform: translate(-320px, -340px);
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 782px) {
  .t-contact-ttl {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.t-contact-text {
  width: 640px;
  margin: 80px auto;
  line-height: 1.4;
}
@media screen and (max-width: 1536px) {
  .t-contact-text {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .t-contact-text {
    width: 480px;
  }
}
@media screen and (max-width: 782px) {
  .t-contact-text {
    position: relative;
    width: 70%;
    margin: 40px auto;
  }
}
.t-contact-text p:nth-child(2) {
  margin-top: 1em;
}
.t-contact-btn {
  text-align: center;
}
.t-contact-btn a {
  background-color: #7FCA8F;
  color: #F5F7ED;
}

/**********************************************************************
固定ページ
**********************************************************************/
.f-title {
  padding: 1em 2em;
  border-radius: 0.5em;
  background-color: #ffffff;
  font-family: "M PLUS ROUNDED 1C BOLD", sans-serif;
}
.f-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 240px 0;
}
@media screen and (max-width: 1024px) {
  .f-title-wrap {
    padding: 200px 0;
  }
}

.f-ttl {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  background-color: #7FCA8F;
  border-radius: 50%;
  color: #F5F7ED;
  font-family: "M PLUS ROUNDED 1C BOLD", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .f-ttl {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 782px) {
  .f-ttl {
    width: 140px;
    height: 140px;
    left: 50%;
  }
}

.f-text-wrap:nth-child(n+2) {
  padding-top: 20px;
}

.f-text-inner {
  position: relative;
  width: 62.5%;
  padding: 100px 3em;
  margin: 120px auto;
  background-color: #ffffff;
  border-radius: 3em;
}
@media screen and (max-width: 1024px) {
  .f-text-inner {
    padding: 80px 3em;
    margin: 90px auto;
  }
}
@media screen and (max-width: 782px) {
  .f-text-inner {
    width: 80%;
    padding: 100px 2em;
    margin: 70px auto;
  }
}
.f-text-inner p {
  line-height: 1.6;
}

.f-news-bottom {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .f-news-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 782px) {
  .f-news-bottom {
    padding-bottom: 70px;
  }
}
.f-news-wrap {
  width: 90%;
  margin: 0 auto;
}
.f-news-wrap:last-child {
  margin-bottom: 1px solid #7FCA8F;
}
.f-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.f-news-item {
  margin-top: -1px;
}
.f-news-item:last-child {
  border-bottom: #7FCA8F 1px solid;
}

.page-numbers + .page-numbers {
  margin: 0 20px;
}

.page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #7FCA8F;
}
.page-btn img {
  width: 1.4em;
}
.page-current {
  display: block;
  margin: 0 20px;
}

.contact-wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .contact-wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 782px) {
  .contact-wrap {
    margin-bottom: 70px;
  }
}
.contact-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-item {
  display: flex;
  width: 100%;
  border-top: 0.1em solid #7FCA8F;
  padding: 20px 0;
}
@media screen and (max-width: 782px) {
  .contact-item {
    flex-direction: column;
  }
}
.contact-item:nth-child(3) {
  border-bottom: 0.1em solid #7FCA8F;
}
.contact-q {
  width: 40%;
}
@media screen and (max-width: 782px) {
  .contact-q {
    width: 100%;
  }
}
.contact-q p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  .contact-q p {
    padding: 0 20px 0 10px;
  }
}
@media screen and (max-width: 782px) {
  .contact-q p {
    padding: 0 20px;
  }
}
.contact-r {
  background-color: #7FCA8F;
  color: #F5F7ED;
  padding: 0.2em 0.3em;
}
.contact-a {
  width: 60%;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 1024px) {
  .contact-a {
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 782px) {
  .contact-a {
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
  }
}
.contact-a input[type=text] {
  width: 100%;
}
.contact-a input[type=text]:focus {
  background-color: rgba(127, 202, 143, 0.4);
  outline: none;
  border: #7FCA8F 2px solid;
}
.contact-a input[type=email] {
  width: 100%;
}
.contact-a textarea {
  width: 100%;
}
.contact-check {
  padding: 40px 0 80px;
}
@media screen and (max-width: 782px) {
  .contact-check {
    padding: 40px 0 60px;
  }
}
.contact-check a {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.contact-submit {
  width: 300px;
}
@media screen and (max-width: 782px) {
  .contact-submit {
    width: 200px;
  }
}
.contact-submit input[type=submit] {
  background-color: #7FCA8F;
  border: none;
  border-radius: 5em;
  padding: 1em 0;
  width: 100%;
  cursor: pointer;
}
.contact-submit input[type=submit]:disabled {
  cursor: auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0 0 1em 0;
  border: none;
  color: red;
}

/**********************************************************************
投稿ページ
**********************************************************************/
.s-wrap {
  padding: 240px 0 20px;
}
@media screen and (max-width: 1024px) {
  .s-wrap {
    padding: 200px 0 20px;
  }
}
@media screen and (max-width: 782px) {
  .s-wrap {
    padding: 150px 0 20px;
  }
}

.s-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 2em 2em;
  background-color: #ffffff;
  border-radius: 3em;
}
@media screen and (max-width: 1536px) {
  .s-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .s-inner {
    width: 700px;
  }
}
@media screen and (max-width: 782px) {
  .s-inner {
    width: 86%;
    padding: 2em 1em;
    border-radius: 2em;
  }
}

.s-date {
  padding: 1em 0;
}

.s-article-info {
  position: relative;
  margin-bottom: 0.5em;
}
.s-article-info::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1em;
  background-color: #7FCA8F;
}

.s-text img:nth-of-type(1) {
  border-radius: 1em;
  margin-bottom: 2em;
}
.s-text p {
  line-height: 1.6;
  margin-top: 1em;
}
.s-text h2 {
  position: relative;
  margin-top: 2em;
  text-indent: 1em;
}
.s-text h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0em;
  transform: translate(0, -50%);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #7FCA8F;
}
.s-text h3 {
  margin-top: 1.5em;
  padding-bottom: 0.3em;
  border-bottom: #7FCA8F 0.1em solid;
}

.s-post-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8rem;
  margin-bottom: 100px;
  padding: 0;
}
@media screen and (max-width: 782px) {
  .s-post-link {
    margin-bottom: 60px;
  }
}
.s-post-link li {
  position: relative;
  width: 4em;
  height: 4em;
  background-color: #7FCA8F;
  border-radius: 50%;
  list-style: none;
  cursor: pointer;
}
.s-post-link-pre {
  position: relative;
  width: 4em;
  height: 4em;
  background-color: #7FCA8F;
}
.s-post-link-pre::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 1.6em;
  height: 1.6em;
  background: url("img/左矢印.svg");
}
.s-post-link-next {
  position: relative;
  width: 4em;
  height: 4em;
  background-color: #7FCA8F;
}
.s-post-link-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 1.6em;
  height: 1.6em;
  background: url("img/右矢印.svg");
}
.s-post-link a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/**********************************************************************
js
**********************************************************************/
.js-nav.active::after {
  height: 4800px;
  width: 4800px;
}
.js-nav-menu {
  transition: opacity 0.6s 0.6s;
  display: none;
}
.js-nav-menu.active {
  display: block;
}
.js-nav-logo {
  transition: 0.6s;
}

/**********************************************************************
scroll-bar
**********************************************************************/
.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar::-webkit-scrollbar {
  display: none;
}/*# sourceMappingURL=style.css.map */