@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;700&display=swap");
section {
  scroll-margin-top: 80px; /* 固定ヘッダーの高さ分を確保 */
}

html {
  scroll-behavior: smooth; /* ブラウザのデフォルトスムーズスクロール */
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Archivo Narrow", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  font-family: "Archivo Narrow", serif;
  background-color: #f9f9f9;
  color: #555555;
}
body .pc__only {
  display: block;
}
body .sp__only {
  display: none;
}

header {
  padding: 0 30px;
  width: 100%;
  position: relative;
  background-color: #fff;
}
header .header__inner {
  position: absolute;
  top: 20px;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 30px 10px 0;
  height: 90px;
  display: flex;
  padding: 17px;
  width: 95%;
  z-index: 999;
}
header .header__inner .header__logo {
  height: auto;
  padding: 16px 0 16px 40px;
}
header .header__inner .header__logo:hover {
  opacity: 0.8;
}
header .header__inner .header__nav {
  color: #555555;
  text-align: center;
  right: 0;
  width: 100%;
  z-index: 999;
  margin-right: 10px;
}
header .header__inner .header__nav .menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
}
header .header__inner .header__nav .menu li {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
}
header .header__inner .header__nav .menu li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #555555;
  padding: 20px;
  white-space: nowrap;
  transition: all 0.1s;
  border-left: 1px solid #555555;
  height: 100%;
}
header .header__inner .header__nav .menu li a:first-child {
  border-left: none;
}
header .header__inner .header__nav .menu li a:hover {
  color: #999;
  opacity: 1;
}
header .header__inner .header__nav .menu li ul {
  display: none; /* 最初は非表示にする */
  transition: all 0.3s ease 0.2s;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 7px 4px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  opacity: 0;
}
header .header__inner .header__nav .menu li ul li {
  border: none;
}
header .header__inner .header__nav .menu li ul li a {
  padding: 10px;
  margin-left: 10px;
  position: relative;
  font-size: 0.9vw;
}
header .header__inner .header__nav .menu li ul li a:hover {
  color: #999;
  transition: all 0.3s;
}
header .header__inner .header__nav .menu li ul li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 15px;
  height: 15px;
  background: url(../img/arrow.png) no-repeat;
  background-size: 100%;
}
header .header__inner .header__btn {
  background-color: #f7b560;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 980;
  transition: 0.3s;
  padding: 5px 20px;
}
header .header__inner .header__btn:hover {
  background-color: #fff;
  border: 2px solid #f7b560;
  transition: 0.3s;
  color: #f7b560;
}

.fv {
  position: relative;
  /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
  /*スクロールダウン全体の場所*/
  /*下からの距離が変化して全体が下→上→下に動く*/
  /* 矢印の描写 */
}
.fv .fv__bg img {
  width: 100%;
  height: 100vh;
}
.fv .fv__mainlogo {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv .fv__title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 600;
  white-space: nowrap;
  color: #87b16c;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.fv .news {
  position: absolute;
  bottom: 10%;
  right: 5%;
  color: #fff;
  background-color: #f7b560;
  width: 337px;
  height: 109px;
  border-radius: 20px;
  padding: 14px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.fv .news:hover {
  background-color: #fcbe6d;
  transition: 0.3s;
}
.fv .news p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.fv .news .news__date {
  font-size: 12px;
  margin-bottom: 3px;
}
.fv .news .news__date .news__title {
  font-size: 16px;
  font-weight: 600;
}
.fv .scroll {
  position: absolute;
  bottom: 15%;
  right: 50%;
}
.fv .scroll p {
  color: #fff;
}
.fv .scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 5%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1.5s ease-in-out infinite;
}
@keyframes arrowmove {
  0% {
    bottom: 70%;
  }
  50% {
    bottom: 10%;
  }
  100% {
    bottom: 70%;
  }
}
.fv .scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -80px;
  right: -6px;
  /*矢印の形状*/
  width: 3px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}
.fv .scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: -80px;
  right: 0;
  /*矢印の形状*/
  width: 3px;
  height: 50px;
  background: #fff;
}

.about {
  padding: 45px 0 150px 0;
  height: auto;
}
.about .about__inner {
  position: relative;
  padding: 115px;
  /* 下記は各要素が遅延して順番に表示されるようにするcss(必要に応じて使用) */
}
.about .about__inner .about__logo {
  width: 320px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 57px;
}
.about .about__inner .about__txt p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  margin-bottom: 25px;
}
.about .about__inner .about__01 {
  position: absolute;
  top: 0;
  left: 20%;
  width: 200px;
  height: auto;
}
.about .about__inner .about__02 {
  position: absolute;
  top: 5%;
  right: 20%;
  width: 181px;
  height: auto;
}
.about .about__inner .about__03 {
  position: absolute;
  bottom: -10%;
  left: 25%;
  width: 200px;
  height: auto;
}
.about .about__inner .about__04 {
  position: absolute;
  bottom: -12%;
  right: 20%;
  width: 235px;
  height: auto;
}
.about .about__inner .fadein {
  opacity: 0;
}
.about .about__inner .fadein.animate {
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.4s;
}
@keyframes inview_slide_up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about .about__inner:nth-of-type(2) {
  transform: translate(0, 25px);
  animation-delay: 0.7s;
  animation-duration: 1.5s;
  opacity: 0;
}
.about .about__inner:nth-of-type(3) {
  transform: translate(0, 50px);
  animation-delay: 0.9s;
  animation-duration: 1.5s;
  opacity: 0;
}
.about .about__inner:nth-of-type(4) {
  transform: translate(0, 75px);
  animation-delay: 1.2s;
  animation-duration: 1.5s;
  opacity: 0;
}

.activity {
  background-color: #fff;
  position: relative;
  left: 0;
  padding: 72px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0 100px 100px 0;
  margin: 110px 0 113px 0;
  max-width: 1160px;
  width: 100%;
  padding-top: 80px;
}
.activity .activity__inner {
  width: 1160px;
  margin: 0 auto;
  padding: 0 0 0 150px;
  margin-bottom: 300px;
}
.activity .activity__inner img {
  width: 150px;
  margin-bottom: 26px;
  margin-top: -10px;
}
.activity .activity__inner .active__title {
  font-size: 40px;
}
.activity .act__btn {
  display: flex;
  gap: 19px;
  margin-bottom: 47px;
  flex-wrap: wrap;
}
.activity .act__btn a {
  display: flex;
  flex-direction: column;
  padding: 19px 0;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #f7b560;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 190px;
  height: 65px;
  font-weight: 600;
  transition: 0.3s;
}
.activity .act__btn a:hover {
  background-color: #93c572;
  color: #fff;
  transition: 0.3s;
}
.activity .act__btn a:active {
  background-color: #93c572;
  color: #fff;
  transition: 0.3s;
}
.activity .act__box {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}
.activity .act__box.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.activity .act__box p {
  margin-bottom: 67px;
  font-size: 16px;
  line-height: 24px;
}
.activity .act__box .slider {
  position: absolute;
  left: 0;
  width: 90%;
}
.activity .act__box .slider img {
  display: flex;
  width: 300px;
  height: 250px;
  gap: 24px;
  margin-bottom: 80px;
}

.question {
  margin-bottom: 120px;
  padding-top: 80px;
}
.question .question__inner .question__title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.question .question__inner img {
  margin: 0 auto;
  display: flex;
  margin-top: -10px;
  margin-bottom: 43px;
}

.details {
  border: 2px solid #93c572;
  width: 960px;
  margin: 0 auto;
  border-radius: 40px;
  margin-bottom: 50px;
  position: relative;
}
.details:last-of-type {
  border-bottom: 2px solid #93c572;
}
.details::before {
  content: "";
  border: 2px solid #fff;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 800;
}
.details::after {
  content: "";
  border: 2px solid #fff;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -5px;
  z-index: 800;
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  border-radius: 40px;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary:before {
  content: "Q";
  color: #93c572;
  font-size: 35px;
  font-weight: 300;
  margin-right: 17px;
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 10%;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #93c572;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
.details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.details-summary.is-active {
  border-radius: 40px 40px 0 0;
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  display: flex;
  line-height: 27px;
}
.details-content:before {
  content: "A";
  color: #f7b560;
  font-size: 35px;
  font-weight: 300;
  margin-right: 19px;
}
.details-content p {
  margin: 0 0 20px;
  color: #555555;
  font-size: 18px;
  text-align: left;
}
.details-content p:last-of-type {
  margin: 0 0 0;
}

.top-news {
  margin-bottom: 111px;
  padding-top: 80px;
}
.top-news .top-news__inner {
  display: flex;
  position: relative;
  margin: 0 auto;
}
.top-news .top-news__inner .news__l {
  width: 960px;
  margin: 0 auto;
}
.top-news .top-news__inner .news__l h2 {
  font-size: 40px;
  font-weight: 600;
}
.top-news .top-news__inner .news__l img {
  width: 170px;
  margin-bottom: 45px;
  margin-top: -10px;
}
.top-news .top-news__inner .news__l p {
  width: 400px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 72px;
}
.top-news .top-news__inner .news__l .news__btn {
  display: flex;
  background-color: #fff;
  border: 2px solid #93c572;
  width: 301px;
  height: 70px;
  border-radius: 50px;
  transition: 0.3s;
}
.top-news .top-news__inner .news__l .news__btn:hover {
  background-color: #93c572;
  border: 2px solid #fff;
  transition: 0.3s;
}
.top-news .top-news__inner .news__l .news__btn p {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  color: #93c572;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 27px;
}
.top-news .top-news__inner .news__l .news__btn p:hover {
  color: #fff;
  transition: 0.3s;
}
.top-news .top-news__inner .news__r {
  background-color: #fff;
  border-radius: 100px 0 0 100px;
  padding: 80px 50px;
  position: absolute;
  left: 100%;
  width: calc(100vw - 50%);
  transform: translateX(-100%);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.top-news .top-news__inner .news__r .news__r-content {
  margin-bottom: 37px;
}
.top-news .top-news__inner .news__r .news__r-content .news__item {
  display: flex;
  margin-bottom: 16px;
}
.top-news .top-news__inner .news__r .news__r-content .news__item .news__date {
  font-size: 16px;
  margin-right: 11px;
}
.top-news .top-news__inner .news__r .news__r-content .news__item .news__category {
  display: none;
}
.top-news .top-news__inner .news__r .news__r-content .news__item .post-categories {
  font-size: 14px;
  background-color: #93c572;
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
}
.top-news .top-news__inner .news__r .news__r-content .news__title {
  font-size: 20px;
  font-weight: 600;
}

.access {
  padding-top: 111px;
  margin-bottom: 160px;
}
.access .access__title {
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}
.access img {
  width: 170px;
  margin-top: -10px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 46px;
}
.access .access__inner {
  background-color: #fff;
  display: flex;
  width: 960px;
  height: 600px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.access .access__inner .access__l {
  padding: 76px 0 0 50px;
  background-color: #93c572;
  width: 250px;
  height: 600px;
  border-radius: 100px 0 0 100px;
}
.access .access__inner .access__l p {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 23px;
}
.access .access__inner .access__l a {
  font-size: 16px;
  text-decoration: underline;
}
.access .access__inner .access__r {
  padding: 79px 0;
}
.access .access__inner .access__r p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 50px 30px 50px;
}
.access .access__inner .access__r .wrapper {
  width: 100%;
  position: relative;
}
.access .access__inner .access__r .wrapper iframe {
  width: 710px;
  height: 317px;
  border-radius: 0 0 100px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contact {
  background-color: #f7b560;
  color: #fff;
  padding: 45px 0 50px 0;
  width: 960px;
  height: 450px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 113px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.contact .contact__inner h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.contact .contact__inner p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 36px;
}
.contact .contact__inner .contact__btn {
  display: flex;
  background-color: #fff;
  border: 2px solid #93c572;
  width: 301px;
  height: 70px;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 36px;
  transition: 0.3s;
}
.contact .contact__inner .contact__btn:hover {
  background-color: #93c572;
  border: 2px solid #fff;
  transition: 0.3s;
}
.contact .contact__inner .contact__btn p {
  display: flex;
  color: #93c572;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
.contact .contact__inner .contact__btn p:hover {
  color: #fff;
  transition: 0.3s;
}
.contact .contact__inner .tel p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 27px;
}
.contact .contact__inner .tel span {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.footer {
  background-color: #fff;
  padding: 80px 203px 31px 203px;
  height: 351px;
}
.footer .footer__inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
}
.footer .footer__inner .footer_l {
  margin-right: 100px;
}
.footer .footer__inner .footer_l img {
  width: 202px;
  height: 35px;
  margin-bottom: 42px;
}
.footer .footer__inner .footer_l .l-box p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 31px;
}
.footer .footer__inner .footer_r .footer__nav .menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 128px;
}
.footer .footer__inner .footer_r .footer__nav .menu li {
  margin-right: 29px;
}
.footer .sns-btn {
  display: flex;
  justify-content: flex-end;
}
.footer .sns-btn li {
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 19px;
}
.footer .copy {
  display: flex;
  justify-content: center;
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
  }
  body .pc__only {
    display: block;
  }
  body .sp__only {
    display: none;
  }
  body header .header__inner {
    max-width: 900px;
    width: 100%;
  }
  body header .header__inner .header__nav .menu a {
    padding: 20px 10px;
  }
  body header .header__inner .openbtn {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
  }
  body header .header__inner .openbtn span {
    display: block;
    background-color: #93c572;
  }
  body header .header__inner .openbtn p {
    color: #93c572;
  }
  body .fv {
    position: relative;
    /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
    /*スクロールダウン全体の場所*/
    /*下からの距離が変化して全体が下→上→下に動く*/
    /* 矢印の描写 */
  }
  body .fv .fv__bg img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .fv .fv__mainlogo {
    width: 150px;
    height: auto;
  }
  body .fv .fv__title {
    font-size: 35px;
  }
  body .fv .news {
    bottom: 10%;
    right: 3%;
    width: 300px;
    height: 90px;
  }
  body .fv .news p {
    font-size: 18px;
  }
  body .fv .news .news__date {
    font-size: 12px;
    margin-bottom: 3px;
  }
  body .fv .news .news__date .news__title {
    font-size: 16px;
    font-weight: 600;
  }
  body .fv .scroll {
    position: absolute;
    bottom: 20%;
    right: 50%;
  }
  body .fv .scroll p {
    color: #fff;
  }
  body .fv .scrolldown {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 50%;
    right: 50%;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1.5s ease-in-out infinite;
  }
  @keyframes arrowmove {
    0% {
      bottom: 70%;
    }
    50% {
      bottom: 20%;
    }
    100% {
      bottom: 70%;
    }
  }
  body .fv .scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -80px;
    right: -6px;
    /*矢印の形状*/
    width: 3px;
    height: 20px;
    background: #fff;
    transform: skewX(-31deg);
  }
  body .fv .scrolldown:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: -80px;
    right: 0;
    /*矢印の形状*/
    width: 3px;
    height: 50px;
    background: #fff;
  }
  .about {
    padding: 45px 0 150px 0;
  }
  .about .about__inner {
    padding: 50px;
  }
  .about .about__inner .about__logo {
    width: 280px;
    margin-bottom: 45px;
  }
  .about .about__inner .about__txt p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .about .about__inner .about__01 {
    top: -7%;
    left: 15%;
    width: 150px;
  }
  .about .about__inner .about__02 {
    top: 5%;
    right: 15%;
    width: 130px;
  }
  .about .about__inner .about__03 {
    bottom: -12%;
    left: 18%;
    width: 150px;
  }
  .about .about__inner .about__04 {
    bottom: -25%;
    right: 15%;
    width: 180px;
  }
  .activity {
    padding: 60px;
    margin-bottom: 80px;
    max-width: 800px;
    width: 100%;
  }
  .activity .activity__inner {
    width: 800px;
    padding: 0 0 0 130px;
  }
  .activity .activity__inner img {
    width: 140px;
  }
  .activity .activity__inner .active__title {
    font-size: 35px;
  }
  .activity .act__btn a {
    padding: 15px 0;
    width: 170px;
    height: 60px;
  }
  .activity .act__box p {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 24px;
  }
  .activity .act__box .slider img {
    display: flex;
    width: 250px;
    height: 200px;
    gap: 24px;
    margin-bottom: 60px;
  }
  .question {
    margin-bottom: 80px;
  }
  .question .question__inner .question__title {
    font-size: 35px;
  }
  .question .question__inner img {
    margin: 0 auto;
    display: flex;
    margin-top: -10px;
    margin-bottom: 43px;
  }
  .details {
    width: 750px;
  }
  .details-summary {
    padding: 15px 40px;
    font-size: 20px;
  }
  .details-summary:before {
    content: "Q";
    color: #93c572;
    font-size: 33px;
    margin-right: 15px;
  }
  .details-summary .btn {
    right: 5%;
  }
  .details-summary .btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .details-summary::-webkit-details-marker {
    display: none;
  }
  .details-content {
    padding: 15px 40px;
  }
  .details-content:before {
    font-size: 33px;
    margin-right: 15px;
  }
  .details-content p {
    font-size: 16px;
  }
  .top-news {
    max-width: 960px;
  }
  .top-news .top-news__inner {
    margin: 0 auto;
  }
  .top-news .top-news__inner .news__l {
    width: 800px;
  }
  .top-news .top-news__inner .news__l h2 {
    font-size: 35px;
  }
  .top-news .top-news__inner .news__l img {
    width: 140px;
  }
  .top-news .top-news__inner .news__l p {
    width: 270px;
    margin-bottom: 50px;
  }
  .top-news .top-news__inner .news__l .news__btn {
    width: 230px;
    height: 60px;
  }
  .top-news .top-news__inner .news__l .news__btn:hover {
    background-color: #93c572;
    border: 2px solid #fff;
    transition: 0.3s;
  }
  .top-news .top-news__inner .news__l .news__btn p {
    font-size: 18px;
  }
  .top-news .top-news__inner .news__r {
    width: 580px;
    padding: 40px 60px;
  }
  .top-news .top-news__inner .news__r .news__r-content {
    margin-bottom: 30px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__item {
    display: flex;
    margin-bottom: 16px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__item .news__date {
    font-size: 14px;
    margin-right: 11px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__item .news__category {
    font-size: 13px;
    padding: 3px 15px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__title {
    font-size: 16px;
  }
  .access {
    padding-top: 80px;
    margin-bottom: 120px;
  }
  .access .access__title {
    font-size: 35px;
  }
  .access img {
    width: 150px;
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .access .access__inner {
    width: 800px;
    height: 450px;
  }
  .access .access__inner .access__l {
    padding: 60px 0 0 50px;
    height: 450px;
  }
  .access .access__inner .access__l p {
    font-size: 16px;
  }
  .access .access__inner .access__l a {
    font-size: 14px;
  }
  .access .access__inner .access__r {
    padding: 60px 0;
  }
  .access .access__inner .access__r p {
    font-size: 14px;
    margin: 0 50px 30px 50px;
  }
  .access .access__inner .access__r .wrapper {
    width: 100%;
    position: relative;
  }
  .access .access__inner .access__r .wrapper iframe {
    width: 550px;
    height: 186px;
    border-radius: 0 0 100px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .contact {
    padding: 35px 0 40px 0;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .contact .contact__inner h3 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .contact .contact__inner p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contact .contact__inner .contact__btn {
    width: 280px;
    height: 60px;
    margin-bottom: 28px;
  }
  .contact .contact__inner .tel p {
    font-size: 16px;
  }
  .contact .contact__inner .tel span {
    font-size: 25px;
  }
  .footer {
    padding: 60px 100px 31px 100px;
  }
  .footer .footer__inner {
    max-width: 800px;
    width: 100%;
  }
  .footer .footer__inner .footer_l {
    margin-right: 50px;
  }
  .footer .footer__inner .footer_l img {
    width: 180px;
    height: 35px;
    margin-bottom: 35px;
  }
  .footer .footer__inner .footer_l .l-box p {
    font-size: 14px;
    margin-bottom: 28px;
  }
  .footer .footer__inner .footer_r .footer__nav .menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
  }
  .footer .footer__inner .footer_r .footer__nav .menu li {
    margin-right: 15px;
    white-space: nowrap;
  }
  .footer .sns-btn {
    display: flex;
    justify-content: flex-end;
  }
  .footer .sns-btn li {
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-right: 19px;
  }
  .footer .copy {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body .pc__only {
    display: none;
  }
  body .sp__only {
    display: block;
  }
  body.fixed {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
  }
  body header {
    position: fixed;
    z-index: 999;
  }
  body header .header__inner {
    max-width: 768px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    height: 70px;
    text-align: center;
    border-radius: 0;
    top: 0;
    left: 0;
  }
  body header .header__inner .header__nav {
    display: none;
  }
  body header .header__inner .header__menu,
  body header .header__inner .header__btn {
    display: none;
  }
  body header .header__inner .header__logo {
    padding: 10px;
  }
  body header .header__inner .header__logo img {
    width: 100%;
  }
  body header .openbtn {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 30px;
    cursor: pointer;
    width: 100px;
    height: 70px;
  }
  body header .openbtn p {
    color: #93c572;
    font-size: 12px;
  }
  body header .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: #93c572;
    width: 30px;
    height: 2px;
    text-align: right;
  }
  body header .openbtn span:nth-of-type(1) {
    top: 23px;
  }
  body header .openbtn span:nth-of-type(2) {
    top: 31px;
  }
  body header .openbtn.active span:nth-of-type(1) {
    top: 20px;
    transform: translateY(6px) rotate(-25deg);
  }
  body header .openbtn.active span:nth-of-type(2) {
    top: 32px;
    transform: translateY(-6px) rotate(25deg);
  }
  body header #g-nav {
    position: absolute;
    padding: 20px;
    margin-top: 70px;
    z-index: 999;
    top: -120%;
    right: 0;
    height: 100vh;
    background: #f9f9f9;
    transition: all 0.6s;
    max-width: 768px;
    width: 100%;
    opacity: 0;
    display: none;
  }
  body header #g-nav.panelactive {
    opacity: 1;
    top: 0;
    display: block;
    transition: all 0.6s;
  }
  body header #g-nav #g-nav-list {
    color: #555555;
  }
  body header #g-nav #g-nav-list.panelactive {
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: 768px;
  }
  body header #g-nav ul {
    z-index: 999;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body header #g-nav ul li {
    position: relative;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #93c572;
  }
  body header #g-nav ul li::before {
    content: "";
    position: absolute;
    border: 1.5px solid #93c572;
    width: 20px;
    right: 10px;
    top: 60%;
    transform: translate(-50%, -50%);
  }
  body header #g-nav ul li::after {
    content: "";
    position: absolute;
    border: 1.5px solid #93c572;
    width: 10px;
    transform: rotate(35deg);
    right: 20px;
    top: 50%;
  }
  body header #g-nav ul li span {
    color: #f7b560;
    font-size: 12px;
    font-weight: 300;
    margin-left: 20px;
  }
  body header #g-nav ul li a {
    color: #555555;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  body header #g-nav .contact-info {
    color: #fff;
    color: #93c572;
    font-size: 16px;
    font-weight: 600;
  }
  body header #g-nav .contact-info p {
    margin-bottom: 15px;
  }
  body header #g-nav .contact-info p span {
    font-size: 20px;
    font-weight: 600px;
  }
  body header #g-nav .contact-info a {
    display: inline-block;
    margin-top: 20px;
    background-color: #f7b560;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    z-index: 999;
  }
  body .fv .fv__bg img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .fv .fv__mainlogo {
    width: 130px;
  }
  body .fv .fv__title {
    font-size: 28px;
  }
  body .fv .news {
    bottom: 5%;
    width: 230px;
    height: 85px;
  }
  body .fv .news p {
    font-size: 15px;
    margin-bottom: 0;
  }
  body .fv .news .news__date {
    font-size: 12px;
    margin-bottom: 0;
  }
  body .fv .news .news__date .news__title {
    font-size: 14px;
  }
  body .fv .scroll {
    bottom: 20%;
  }
  body .about {
    padding: 90px 0 110px 0;
  }
  body .about .about__inner {
    padding: 50px;
  }
  body .about .about__inner .about__logo {
    width: 230px;
  }
  body .about .about__inner .about__txt p {
    font-size: 13px;
  }
  body .about .about__inner .about__01 {
    top: -3%;
    left: 10%;
    width: 130px;
  }
  body .about .about__inner .about__02 {
    top: 5%;
    right: 10%;
    width: 110px;
  }
  body .about .about__inner .about__03 {
    bottom: -5%;
    left: 15%;
    width: 130px;
  }
  body .about .about__inner .about__04 {
    bottom: -12%;
    right: 13%;
    width: 150px;
  }
  body .activity {
    margin-bottom: 80px;
    max-width: 700px;
    width: 100%;
    padding-top: 100px;
  }
  body .activity .activity__inner {
    max-width: 600px;
    width: 100%;
    padding: 0 0 0 40px;
  }
  body .activity .activity__inner img {
    width: 120px;
  }
  body .activity .activity__inner .active__title {
    font-size: 28px;
  }
  body .activity .act__btn a {
    padding: 15px 0;
    width: 150px;
    height: 50px;
  }
  body .activity .act__box p {
    margin-bottom: 50px;
  }
  body .activity .act__box .slider img {
    display: flex;
    width: 200px;
    height: 180px;
    gap: 20px;
    margin-bottom: 40px;
  }
  body .question {
    margin-bottom: 80px;
  }
  body .question .question__inner .question__title {
    font-size: 28px;
  }
  body .question .question__inner img {
    margin-bottom: 35px;
    width: 200px;
  }
  body .details {
    width: 600px;
    margin-bottom: 30px;
  }
  body .details-summary {
    font-size: 17px;
  }
  body .details-summary .btn {
    right: 5%;
  }
  body .details-content p {
    font-size: 15px;
  }
  .top-news {
    margin-bottom: 111px;
  }
  .top-news .top-news__inner {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .top-news .top-news__inner .news__l {
    width: 600px;
    margin-bottom: 30px;
  }
  .top-news .top-news__inner .news__l h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .top-news .top-news__inner .news__l img {
    width: 120px;
    margin-bottom: 30px;
  }
  .top-news .top-news__inner .news__l p {
    width: 400px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .top-news .top-news__inner .news__l .news__btn {
    width: 200px;
    height: 60px;
  }
  .top-news .top-news__inner .news__l .news__btn p {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .top-news .top-news__inner .news__r {
    border-radius: 80px 0 0 80px;
    padding: 50px;
    width: 700px;
  }
  .top-news .top-news__inner .news__r .news__r-content {
    margin-bottom: 25px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__item {
    display: flex;
    margin-bottom: 14px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__item .news__date {
    font-size: 14px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__item .news__category {
    font-size: 12px;
    padding: 3px 16px;
  }
  .top-news .top-news__inner .news__r .news__r-content .news__title {
    font-size: 16px;
  }
  .access {
    margin: 320px 0 120px 0;
  }
  .access .access__title {
    font-size: 28px;
  }
  .access img {
    width: 120px;
  }
  .access .access__inner {
    width: 600px;
    height: 400px;
  }
  .access .access__inner .access__l {
    padding: 60px 0 0 50px;
    height: 400px;
  }
  .access .access__inner .access__l p {
    font-size: 15px;
  }
  .access .access__inner .access__l a {
    font-size: 13px;
  }
  .access .access__inner .access__r {
    padding: 60px 0;
  }
  .access .access__inner .access__r p {
    font-size: 14px;
    margin: 0 50px 30px 50px;
  }
  .access .access__inner .access__r .wrapper iframe {
    max-width: 350px;
    width: 350px;
    height: 136px;
    border-radius: 0 0 100px 0;
  }
  .contact {
    padding: 30px 0 35px 0;
    width: 600px;
    height: auto;
    margin-bottom: 80px;
  }
  .contact .contact__inner h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contact .contact__inner p {
    font-size: 15px;
    margin-bottom: 23px;
  }
  .contact .contact__inner .contact__btn {
    width: 250px;
    height: 55px;
    margin-bottom: 23px;
  }
  .contact .contact__inner .tel p {
    font-size: 15px;
  }
  .contact .contact__inner .tel span {
    font-size: 23px;
  }
  .footer {
    padding: 60px 100px 20px 100px;
  }
  .footer .footer__inner {
    max-width: 700px;
    width: 100%;
  }
  .footer .footer__inner .footer_l {
    margin-right: 50px;
  }
  .footer .footer__inner .footer_l img {
    width: 160px;
  }
  .footer .footer__inner .footer_l .l-box p {
    font-size: 13px;
    margin-bottom: 28px;
    white-space: nowrap;
  }
  .footer .footer__inner .footer_r {
    display: flex;
  }
  .footer .footer__inner .footer_r .footer__nav {
    margin-right: 50px;
  }
  .footer .footer__inner .footer_r .footer__nav .menu {
    display: block;
    margin-bottom: 20px;
  }
  .footer .footer__inner .footer_r .footer__nav .menu li {
    margin-right: 15px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .footer .footer__inner .footer_r .sns-btn li {
    height: 45px;
  }
  .footer .copy {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  body.fixed {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
  }
  body header {
    position: fixed;
    z-index: 999;
  }
  body header .header__inner {
    position: fixed;
    z-index: 999;
    max-width: 375px;
    padding: 5px 15px;
    height: 50px;
    margin-bottom: 0;
  }
  body header .header__inner .header__logo {
    padding: 10px;
    height: auto;
  }
  body header .header__inner .header__logo img {
    width: 116px;
    height: 20px;
  }
  body header .header__inner .header__btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  body header .header__inner .header__nav .menu li a {
    font-size: 14px;
  }
  body header .header__inner .openbtn {
    top: 5px;
    right: 30px;
  }
  body header .header__inner #g-nav {
    margin-top: 50px;
    top: -120%;
    right: 0;
    height: 600px;
    background: #f9f9f9;
    transition: all 0.6s;
    max-width: 375px;
    width: 100%;
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  body header .header__inner #g-nav.panelactive {
    opacity: 1;
    top: 0;
    display: block;
    transition: all 0.6s;
  }
  body header .header__inner #g-nav #g-nav-list {
    color: #555555;
  }
  body header .header__inner #g-nav #g-nav-list.panelactive {
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: 375px;
  }
  body header .header__inner #g-nav ul {
    z-index: 999;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  body header .header__inner #g-nav ul li {
    text-align: left;
    margin-bottom: 10px;
  }
  body header .header__inner #g-nav .contact-info a {
    display: flex;
    margin-top: 20px;
    background-color: #f7b560;
    padding: 0;
    border-radius: 30px;
    color: #fff;
    z-index: 999;
    font-size: 16px;
    width: 300px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  body .fv {
    position: relative;
  }
  body .fv .fv__bg img {
    max-width: 375px;
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
  body .fv .fv__mainlogo {
    position: absolute;
    top: 58%;
    left: 20%;
    width: 72px;
    height: 56px;
  }
  body .fv .fv__title {
    position: absolute;
    top: 58%;
    left: 65%;
    text-align: center;
    font-size: 25px;
    text-shadow: none;
    line-height: 37px;
  }
  body .fv .news {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 142px;
    height: 76px;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
  }
  body .fv .news .news__top {
    display: flex;
  }
  body .fv .news .news__top p {
    font-size: 14px;
    margin-right: 5px;
  }
  body .fv .news .news__top .news__date {
    font-size: 10px;
    margin-bottom: 5px;
    padding-top: 3px;
  }
  body .fv .news .news__title {
    font-size: 12px;
  }
  body .fv .scroll {
    display: none;
  }
  body .about {
    padding: 30px 15px;
    height: auto;
    margin-bottom: 100px;
  }
  body .about .about__inner {
    position: relative;
    padding: 0;
  }
  body .about .about__inner .about__logo {
    width: 232px;
    height: 40px;
    margin-bottom: 30px;
    margin-top: 70px;
  }
  body .about .about__inner .about__txt p {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 25px;
  }
  body .about .about__inner .about__01 {
    position: absolute;
    top: -20%;
    left: 5%;
    width: 63px;
    height: auto;
  }
  body .about .about__inner .about__02 {
    position: absolute;
    top: -20%;
    right: 5%;
    width: 57px;
    height: auto;
  }
  body .about .about__inner .about__03 {
    position: absolute;
    bottom: -23%;
    left: 10%;
    width: 86px;
    height: auto;
  }
  body .about .about__inner .about__04 {
    position: absolute;
    bottom: -30%;
    right: 5%;
    width: 109px;
    height: auto;
  }
  body .activity {
    background-color: #fff;
    position: initial;
    padding: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    border-radius: 0;
    margin-bottom: 113px;
    width: 100%;
  }
  body .activity .activity__inner {
    width: 100%;
    margin: 0px auto 150px;
    padding: 45px 14px 0 14px;
  }
  body .activity .activity__inner img {
    width: 120px;
    margin-bottom: 26px;
    margin-top: -10px;
  }
  body .activity .activity__inner .active__title {
    font-size: 30px;
  }
  body .activity .act__btn {
    display: flex;
    gap: 8px;
    margin-bottom: 47px;
    flex-wrap: wrap;
  }
  body .activity .act__btn a {
    padding: 19px 0;
    border-radius: 10px;
    width: 110px;
    height: 50px;
  }
  body .activity .act__box p {
    font-size: 16px;
    max-width: 345px;
    width: 100%;
  }
  body .activity .act__box .slider {
    position: initial;
  }
  body .activity .act__box .slider img {
    display: flex;
    width: 250px;
    height: 209px;
    gap: 24px;
    margin-bottom: 80px;
  }
  body .question {
    margin-bottom: 120px;
  }
  body .question .question__inner .question__title {
    font-size: 30px;
  }
  body .question .question__inner img {
    margin-bottom: 25px;
  }
  body .details {
    max-width: 345px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  body .details-summary {
    position: relative;
    display: block;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 30px;
  }
  body .details-summary:before {
    font-size: 25px;
  }
  body .details-summary.is-active {
    border-radius: 30px 30px 0 0;
  }
  body .details-summary .btn {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  body .details-summary .btn:before, body .details-summary .btn:after {
    content: "";
    width: 18px;
    position: absolute;
    top: 7px;
    left: 0;
  }
  body .details-summary .btn:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  body .details-content {
    padding: 30px 20px;
    line-height: 27px;
    border-radius: 0 0 30px 30px;
  }
  body .details-content:before {
    font-size: 25px;
    margin-right: 15px;
  }
  body .top-news {
    padding: 0 0 0 14px;
    margin-bottom: 111px;
    max-width: 345px;
    width: 100%;
  }
  body .top-news .top-news__inner {
    display: block;
    position: relative;
  }
  body .top-news .top-news__inner .news__l {
    max-width: 345px;
    width: 100%;
    margin-bottom: 30px;
  }
  body .top-news .top-news__inner .news__l h2 {
    font-size: 30px;
  }
  body .top-news .top-news__inner .news__l img {
    width: 120px;
    margin-bottom: 30px;
  }
  body .top-news .top-news__inner .news__l p {
    max-width: 345px;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  body .top-news .top-news__inner .news__l .news__btn {
    width: 300px;
    height: 70px;
    margin: 0 auto;
  }
  body .top-news .top-news__inner .news__l .news__btn p {
    font-size: 20px;
  }
  body .top-news .top-news__inner .news__r {
    border-radius: 50px 0 0 50px;
    padding: 30px 20px;
    width: 360px;
  }
  body .top-news .top-news__inner .news__r .news__r-content {
    margin-bottom: 20px;
  }
  body .access {
    margin: 320px 0 300px 0;
  }
  body .access .access__title {
    font-size: 30px;
  }
  body .access img {
    width: 120px;
  }
  body .access .access__inner {
    max-width: 345px;
    width: 100%;
    height: 330px;
    border-radius: 50px 50px 0 0;
    position: relative;
  }
  body .access .access__inner .access__l {
    padding: 30px 20px;
    height: 330px;
    width: 140px;
    border-radius: 50px 0 0 0;
  }
  body .access .access__inner .access__l p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  body .access .access__inner .access__l a {
    font-size: 13px;
  }
  body .access .access__inner .access__r {
    padding: 30px 20px;
    width: 200px;
    border-radius: 0 50px 0 0;
  }
  body .access .access__inner .access__r p {
    font-size: 14px;
    margin: 0 0 25px 0;
  }
  body .access .access__inner .access__r .wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  body .access .access__inner .access__r .wrapper iframe {
    max-width: 345px;
    width: 100%;
    height: 250px;
    border-radius: 0 0 50px 50px;
  }
  body .contact {
    padding: 45px 20px;
    max-width: 345px;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }
  body .contact .contact__inner .contact__inner-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  body .contact .contact__inner .contact__inner-title::before {
    display: none;
  }
  body .contact .contact__inner p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  body .contact .contact__inner .contact__btn {
    width: 250px;
    height: 55px;
    margin-bottom: 15px;
  }
  body .contact .contact__inner .tel p {
    font-size: 20px;
  }
  body .contact .contact__inner .tel span {
    font-size: 30px;
  }
  body .footer {
    padding: 30px 15px 20px 15px;
    height: auto;
    max-width: 375px;
    width: 100%;
  }
  body .footer .footer__inner {
    max-width: 375px;
    width: 100%;
    display: block;
  }
  body .footer .footer__inner .footer_l {
    margin-right: 50px;
  }
  body .footer .footer__inner .footer_l img {
    width: 160px;
  }
  body .footer .footer__inner .footer_l .l-box p {
    font-size: 13px;
    margin-bottom: 28px;
    white-space: nowrap;
  }
  body .footer .footer__inner .footer_r {
    display: flex;
    margin-bottom: 80px;
    max-width: 345px;
    width: 100%;
  }
  body .footer .footer__inner .footer_r .footer__nav {
    margin-right: 10px;
  }
  body .footer .footer__inner .footer_r .footer__nav .menu {
    display: block;
    margin-bottom: 20px;
  }
  body .footer .footer__inner .footer_r .footer__nav .menu li {
    margin-right: 15px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  body .footer .footer__inner .footer_r .sns-btn {
    align-items: flex-end;
  }
  body .footer .footer__inner .footer_r .sns-btn li {
    height: 45px;
  }
}
.news {
  padding: 150px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
}
.news .breadcrumbsWrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news .breadcrumbsWrap .breadcrumbs {
  display: flex;
  align-items: center;
}
.news .breadcrumbsWrap .breadcrumbs a {
  margin: 0 3px;
}
.news .breadcrumbsWrap .breadcrumbs span {
  margin: 0 3px;
}
.news .breadcrumbsWrap .breadcrumbs span:first-child {
  margin-left: 0;
}
.news .breadcrumbsWrap .breadcrumbs span:first-child a {
  color: #555555;
}
.news .breadcrumbsWrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news .breadcrumbsWrap .breadcrumbs {
  display: flex;
  align-items: center;
}
.news .breadcrumbsWrap .breadcrumbs a {
  margin: 0 3px;
}
.news .breadcrumbsWrap .breadcrumbs span {
  margin: 0 3px;
}
.news .breadcrumbsWrap .breadcrumbs span:first-child {
  margin-left: 0;
}
.news .breadcrumbsWrap .breadcrumbs span:first-child a {
  color: #555555;
}
.news h2 {
  font-size: 40px;
  font-weight: 600;
}
.news img {
  width: 250px;
  margin-bottom: 45px;
  margin-top: -10px;
}
.news .news__tab {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 47px;
}
.news .news__tab .categories ul {
  display: flex;
  justify-content: center;
}
.news .news__tab .categories ul li {
  margin-right: 15px;
}
.news .news__tab a {
  display: flex;
  padding: 19px 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #f7b560;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 126px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.news .news__tab a:hover {
  background-color: #93c572;
  color: #fff;
  transition: 0.3s;
}
.news .news__tab a:active {
  background-color: #93c572;
  color: #fff;
  transition: 0.3s;
}
.news .news__inner {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  padding: 80px 50px;
  width: 960px;
  margin: 0 auto;
  display: block;
  margin-bottom: 160px;
}
.news .news__inner .news__content {
  display: flex;
  width: 100%;
}
.news .news__inner .news__content img {
  width: 230px;
  height: 150px;
  margin-right: 37px;
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news__inner .news__content .news__item {
  width: 100%;
}
.news .news__inner .news__content .news__item .news__head {
  display: flex;
  margin-bottom: 6px;
}
.news .news__inner .news__content .news__item .news__head .news__date {
  font-size: 16px;
  margin-right: 11px;
}
.news .news__inner .news__content .news__item .news__head .news__category {
  display: none;
}
.news .news__inner .news__content .news__item .news__head .post-categories {
  font-size: 14px;
  background-color: #93c572;
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
}
.news .news__inner .news__content .news__item .news__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.news .news__inner .news__content .news__item p {
  font-size: 14px;
  line-height: 19px;
}
.news .news__inner .page__btn {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.news .news__inner .page__btn .wp-pagenavi {
  display: flex;
}
.news .news__inner .page__btn span,
.news .news__inner .page__btn a {
  background-color: #fafafa;
  border: 2px solid #f0f3f5;
  border-radius: 10px;
  color: #93c572;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.news .news__inner .page__btn span:hover,
.news .news__inner .page__btn a:hover {
  color: #fafafa;
  background-color: #93c572;
}

@media screen and (max-width: 960px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .news {
    max-width: 800px;
  }
  .news .breadcrumbsWrap {
    max-width: 960px;
    width: 100%;
  }
  .news .breadcrumbsWrap {
    max-width: 960px;
    width: 100%;
  }
  .news .list {
    margin-bottom: 60px;
  }
  .news h2 {
    font-size: 35px;
  }
  .news img {
    width: 220px;
    margin-bottom: 40px;
  }
  .news .news__tab {
    width: 800px;
    margin-bottom: 40px;
  }
  .news .news__tab a {
    padding: 19px 0;
    border-radius: 40px;
    width: 115px;
  }
  .news .news__inner {
    border-radius: 80px;
    padding: 80px 50px;
    width: 800px;
  }
  .news .news__inner .news__content {
    display: flex;
  }
  .news .news__inner .news__content img {
    width: 200px;
    height: 120px;
  }
  .news .news__inner .page__btn {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .news .news__inner .page__btn a {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .news {
    max-width: 600px;
  }
  .news .breadcrumbsWrap {
    max-width: 768px;
    width: 100%;
  }
  .news .breadcrumbsWrap {
    max-width: 768px;
    width: 100%;
  }
  .news .list {
    margin-bottom: 40px;
  }
  .news h2 {
    font-size: 30px;
  }
  .news img {
    width: 180px;
    margin-bottom: 40px;
  }
  .news .news__tab {
    width: 600px;
    margin-bottom: 35px;
  }
  .news .news__tab a {
    border-radius: 25px;
  }
  .news .news__inner {
    border-radius: 70px;
    padding: 60px 40px;
    width: 600px;
    margin-bottom: 120px;
  }
  .news .news__inner .news__content {
    display: flex;
  }
  .news .news__inner .news__content img {
    width: 180px;
    height: 100px;
  }
  .news .news__inner .news__content .news__item .news__head .news__date {
    font-size: 12px;
  }
  .news .news__inner .news__content .news__item .news__head .news__category {
    font-size: 12px;
  }
  .news .news__inner .news__content .news__item .news__title {
    font-size: 18px;
  }
  .news .news__inner .news__content .news__item p {
    font-size: 14px;
  }
  .news .news__inner .page__btn a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 375px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  body header {
    max-width: 375px;
  }
  body header .header__inner {
    max-width: 375px;
  }
  .news {
    max-width: 345px;
    padding: 80px 0 0 0;
  }
  .news .breadcrumbsWrap {
    max-width: 375px;
    width: 100%;
  }
  .news .breadcrumbsWrap {
    max-width: 375px;
    width: 100%;
    margin: auto;
  }
  .news h2 {
    font-size: 30px;
  }
  .news img {
    width: 180px;
    margin-bottom: 30px;
  }
  .news .news__tab {
    width: 600px;
    margin-bottom: 23px;
  }
  .news .news__tab a {
    border-radius: 50px;
  }
  .news .news__inner {
    border-radius: 70px;
    padding: 50px 20px;
    width: 345px;
    margin-bottom: 120px;
  }
  .news .news__inner .news__content {
    display: block;
    position: relative;
  }
  .news .news__inner .news__content img {
    width: 305px;
    height: 200px;
    border-radius: 20px;
  }
  .news .news__inner .news__content .news__item {
    position: absolute;
    bottom: 15px;
  }
  .news .news__inner .news__content .news__item .news__head {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .news .news__inner .news__content .news__item .news__head .news__date {
    font-size: 12px;
    display: block;
  }
  .news .news__inner .news__content .news__item .news__head .news__category {
    position: absolute;
    top: -120px;
    right: 10px;
    font-size: 12px;
  }
  .news .news__inner .news__content .news__item .news__title {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .news .news__inner .news__content .news__item p {
    display: none;
  }
  .news .news__inner .page__btn a {
    width: 45px;
    height: 45px;
  }
}
.singlepost-title::after {
  display: none;
}

/* 目次 */
.single-post h2 {
  position: relative;
  padding-bottom: 8px;
  font-size: 24px;
  display: inline-block;
  margin-top: 50px;
}
.single-post h2::after {
  content: "";
  width: 100%;
  height: 4px;
  border: 2px solid #93c572;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-post h3 {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
}
.single-post h3::before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #93c572;
  position: absolute;
  left: 0;
  top: 0;
}

.news-page {
  padding: 150px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
}
.news-page .breadcrumbsWrap {
  width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news-page .breadcrumbsWrap .breadcrumbs {
  display: flex;
  align-items: center;
}
.news-page .breadcrumbsWrap .breadcrumbs a {
  margin: 0 3px;
}
.news-page .breadcrumbsWrap .breadcrumbs span {
  margin: 0 3px;
}
.news-page .breadcrumbsWrap .breadcrumbs span:first-child {
  margin-left: 0;
}
.news-page .breadcrumbsWrap .breadcrumbs span:first-child a {
  color: #555555;
}
.news-page h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-page .news__head {
  display: flex;
  margin-bottom: 50px;
}
.news-page .news__head .news__date {
  font-size: 16px;
  margin-right: 11px;
}
.news-page .news__head .news__category {
  display: none;
}
.news-page .news__head .post-categories {
  font-size: 14px;
  background-color: #93c572;
  padding: 3px 20px;
  color: #fff;
  border-radius: 5px;
}
.news-page .news__inner {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
  width: 960px;
  margin: 0 auto;
  padding: 50px 180px;
  margin-bottom: 160px;
}
.news-page .news__inner .news__content .rtoc-mokuji-content {
  border: 2px solid #93c572;
  border-radius: 20px;
}
.news-page .news__inner .news__content img {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 29px;
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-page .news__inner .news__content .mokuji {
  border: 2px solid #93c572;
  border-radius: 20px;
  padding: 25px 30px;
  font-weight: 600;
  margin-bottom: 75px;
}
.news-page .news__inner .news__content .mokuji p {
  font-size: 20px;
  font-weight: 600;
}
.news-page .news__inner .news__content .mokuji ul {
  font-size: 16px;
  padding: 17px 20px 0 20px;
}
.news-page .news__inner .news__content .mokuji ul span {
  color: #f7b560;
}
.news-page .news__inner .news__content .news-page__item h4 {
  font-size: 24px;
  font-weight: 600;
}
.news-page .news__inner .news__content .news-page__item h4::after {
  content: "";
  display: block;
  width: 269px;
  height: 2px;
  background-color: #93c572;
  margin-bottom: 22px;
}
.news-page .news__inner .news__content .news-page__item p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 82px;
}
.news-page .news__inner .news__content .news-page__item .news__subtitle h5 {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}
.news-page .news__inner .news__content .news-page__item .news__subtitle h5::before {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background-color: #93c572;
  margin-right: 5px;
}
.news-page .news__inner .news__content .news-page__item .news__subtitle ul {
  margin-bottom: 59px;
}
.news-page .news__inner .news-page__btn {
  margin: 0 auto;
  width: 301px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #93c572;
  border-radius: 50px;
  padding: 20px 90px;
  color: #93c572;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
}
.news-page .news__inner .news-page__btn:hover {
  background-color: #93c572;
  border: 2px solid #fff;
  transition: 0.3s;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .news-page {
    max-width: 800px;
    width: 100%;
  }
  .news-page .breadcrumbsWrap {
    max-width: 960px;
    width: 100%;
  }
  .news-page .breadcrumbsWrap {
    max-width: 960px;
    width: 100%;
  }
  .news-page h2 {
    font-size: 35px;
  }
  .news-page .news__inner {
    width: 800px;
    padding: 50px 100px;
  }
}
@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .news-page {
    max-width: 600px;
    padding: 90px 0 0 0;
  }
  .news-page .breadcrumbsWrap {
    max-width: 768px;
    width: 100%;
  }
  .news-page .breadcrumbsWrap {
    max-width: 768px;
    width: 100%;
  }
  .news-page h2 {
    font-size: 30px;
  }
  .news-page .news__inner {
    width: 600px;
    padding: 50px 100px;
  }
  .news-page .news__inner .news__content img {
    width: 400px;
  }
}
@media screen and (max-width: 375px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .news-page {
    max-width: 345px;
    padding: 80px 0 0 0;
  }
  .news-page .breadcrumbsWrap {
    max-width: 375px;
    width: 100%;
  }
  .news-page h2 {
    font-size: 30px;
  }
  .news-page .news__inner {
    width: 345px;
    padding: 50px 20px;
    border-radius: 70px;
    margin-bottom: 120px;
  }
  .news-page .news__inner .news__content img {
    width: 305px;
  }
}
.contact-page {
  padding: 150px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
}
.contact-page .breadcrumbsWrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.contact-page .breadcrumbsWrap .breadcrumbs {
  display: flex;
  align-items: center;
}
.contact-page .breadcrumbsWrap .breadcrumbs a {
  margin: 0 3px;
}
.contact-page .breadcrumbsWrap .breadcrumbs span {
  margin: 0 3px;
}
.contact-page .breadcrumbsWrap .breadcrumbs span:first-child {
  margin-left: 0;
}
.contact-page .breadcrumbsWrap .breadcrumbs span:first-child a {
  color: #555555;
}
.contact-page h2 {
  font-size: 40px;
  font-weight: 600;
}
.contact-page img {
  width: 250px;
  margin-bottom: 45px;
  margin-top: -10px;
}
.contact-page p {
  margin-bottom: 48px;
}
.contact-page .contact-page__inner {
  background-color: #fff;
  border-radius: 100px;
  width: 960px;
  padding: 80px 180px;
  margin-bottom: 160px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.contact-page .contact-page__inner .contact__item .contact__content {
  margin-bottom: 36px;
  display: block;
}
.contact-page .contact-page__inner .contact__item .contact__content span {
  background-color: #93c572;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  margin: 10px 20px;
}
.contact-page .contact-page__inner .contact__item .contact__content .select {
  display: flex;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #93c572;
  border-radius: 5px;
  width: 400px;
  height: 50px;
  margin-top: 13px;
  align-items: center;
}
.contact-page .contact-page__inner .contact__item .contact__content .select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  color: #93c572;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  pointer-events: none;
  transition: transform 0.3s ease;
}
.contact-page .contact-page__inner .contact__item .contact__content .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 400px;
  height: 100%;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  text-indent: 0.01px;
  cursor: pointer;
}
.contact-page .contact-page__inner .contact__item .contact__content .select select:focus + .contact-page .contact-page__inner .contact__item .contact__content .select select::before, .contact-page .contact-page__inner .contact__item .contact__content .select select:active + .contact-page .contact-page__inner .contact__item .contact__content .select select::before {
  content: "\f106";
  transform: rotate(180deg);
}
.contact-page .contact-page__inner .contact__item .contact__content .sel1 {
  background-color: #f9f9f9;
  border: 1px solid #93c572;
}
.contact-page .contact-page__inner .contact__item .contact__content .tel {
  margin-right: 50px;
}
.contact-page .contact-page__inner .contact__item .contact__content input {
  border: 1px solid #93c572;
  border-radius: 5px;
  width: 500px;
  height: 50px;
  margin-top: 13px;
}
.contact-page .contact-page__inner .contact__item .contact__content textarea {
  border: 1px solid #93c572;
  border-radius: 5px;
  width: 600px;
  height: auto;
  margin-top: 13px;
  max-width: 100%;
  resize: vertical;
  min-height: 30px;
}
.contact-page .contact-page__inner .contact__item button {
  background-color: #fff;
  border: 2px solid #93c572;
  border-radius: 50px;
  color: #93c572;
  width: 200px;
  height: 50px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
}
.contact-page .contact-page__inner .contact__item button:hover {
  background-color: #93c572;
  color: #fff;
  transition: 0.3s;
}
.contact-page .contact-page .contact-page__inner .contact__item .contact__content span.wpcf7-form-control-wrap {
  background-color: unset;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.contact-page .contact-page .contact-page__inner .contact__item .contact__content span.wpcf7-not-valid-tip {
  display: block !important;
  background-color: unset;
  color: red;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}

@media screen and (max-width: 960px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .contact-page {
    padding: 150px 0 0 0;
    max-width: 800px;
  }
  .contact-page .breadcrumbsWrap {
    max-width: 960px;
    width: 100%;
  }
  .contact-page .breadcrumbsWrap .breadcrumbs {
    max-width: 960px;
    width: 100%;
  }
  .contact-page h2 {
    font-size: 35px;
  }
  .contact-page img {
    width: 220px;
    margin-bottom: 40px;
  }
  .contact-page .contact-page__inner {
    width: 800px;
    padding: 50px 100px;
  }
  .contact-page .contact-page__inner .contact__item {
    width: 500px;
    margin: 0 auto;
  }
  .contact-page .contact-page__inner .contact__item .contact__content {
    margin-bottom: 30px;
  }
  .contact-page .contact-page__inner .contact__item .contact__content button {
    background-color: #fff;
    border: 2px solid #93c572;
    border-radius: 50px;
    color: #93c572;
    width: 200px;
    height: 50px;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
  }
  .contact-page .contact-page__inner .contact__item .contact__content button:hover {
    background-color: #93c572;
    color: #fff;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .contact-page {
    max-width: 600px;
    padding: 90px 0 0 0;
  }
  .contact-page .breadcrumbsWrap {
    max-width: 768px;
    width: 100%;
  }
  .contact-page .list {
    margin-bottom: 10px;
  }
  .contact-page h2 {
    font-size: 30px;
  }
  .contact-page img {
    width: 180px;
  }
  .contact-page .contact-page__inner {
    width: 600px;
    padding: 50px 100px;
  }
  .contact-page .contact-page__inner .contact__item {
    width: 400px;
    margin: 0 auto;
  }
  .contact-page .contact-page__inner .contact__item .contact__content {
    margin-bottom: 30px;
  }
  .contact-page .contact-page__inner .contact__item .contact__content input {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .contact-page {
    max-width: 345px;
    padding: 80px 0 0 0;
    margin: 0 auto;
    height: auto;
  }
  .contact-page .breadcrumbsWrap {
    max-width: 375px;
    width: 100%;
  }
  .contact-page .list {
    margin-bottom: 30px;
  }
  .contact-page .list p {
    margin: 0;
  }
  .contact-page h2 {
    font-size: 30px;
  }
  .contact-page img {
    width: 180px;
  }
  .contact-page p {
    font-size: 13px;
  }
  .contact-page .contact-page__inner {
    width: 345px;
    margin: 0 auto;
    padding: 27px 20px;
    border-radius: 50px;
    margin-bottom: 60px;
  }
  .contact-page .contact-page__inner .contact__item {
    width: 305px;
    margin: 0 auto;
  }
  .contact-page .contact-page__inner .contact__item .contact__content {
    margin-bottom: 30px;
  }
  .contact-page .contact-page__inner .contact__item .contact__content input {
    width: 100%;
  }
  .contact-page .contact-page__inner .contact__item .contact__content .select {
    width: 305px;
  }
  .contact-page .contact-page__inner .contact__item .contact__content .select select {
    width: 100%;
  }
}
.contact-thanks {
  padding: 150px 0 0 0;
  max-width: 960px;
  margin: 0 auto;
}
.contact-thanks .list {
  display: flex;
  margin-bottom: 72px;
}
.contact-thanks .list p {
  font-size: 14px;
}
.contact-thanks h2 {
  font-size: 40px;
  font-weight: 600;
}
.contact-thanks img {
  width: 250px;
  margin-bottom: 45px;
  margin-top: -10px;
}
.contact-thanks .contact-thanks__inner {
  background-color: #fff;
  border-radius: 100px;
  width: 960px;
  padding: 80px 292px;
  margin-bottom: 160px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.contact-thanks .contact-thanks__inner h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 23px;
}
.contact-thanks .contact-thanks__inner p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 29px;
  line-height: 24px;
}
.contact-thanks .contact-thanks__inner .tel {
  display: block;
  margin-bottom: 47px;
}
.contact-thanks .contact-thanks__inner .tel p {
  text-align: left;
  color: #93c572;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-thanks .contact-thanks__inner .tel p span {
  font-size: 30px;
}
.contact-thanks .contact-thanks__inner .top-btn {
  background-color: #fff;
  border: 2px solid #93c572;
  border-radius: 50px;
  color: #93c572;
  width: 200px;
  height: 50px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  font-weight: 600;
}
.contact-thanks .contact-thanks__inner .top-btn:hover {
  background-color: #93c572;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .contact-thanks {
    padding: 150px 0 0 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .contact-thanks .list {
    margin-bottom: 60px;
  }
  .contact-thanks .list p {
    font-size: 14px;
  }
  .contact-thanks h2 {
    font-size: 35px;
    font-weight: 600;
  }
  .contact-thanks img {
    width: 210px;
    margin-bottom: 45px;
    margin-top: -10px;
  }
  .contact-thanks .contact-thanks__inner {
    width: 800px;
    padding: 80px 200px;
  }
  .contact-thanks .contact-thanks__inner h5 {
    font-size: 20px;
  }
  .contact-thanks .contact-thanks__inner p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 29px;
    line-height: 24px;
  }
  .contact-thanks .contact-thanks__inner .tel {
    display: block;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 768px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .contact-thanks {
    padding: 90px 0 0 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .contact-thanks .list {
    margin-bottom: 60px;
  }
  .contact-thanks h2 {
    font-size: 30px;
  }
  .contact-thanks img {
    width: 180px;
    margin-bottom: 45px;
    margin-top: -10px;
  }
  .contact-thanks .contact-thanks__inner {
    width: 600px;
    padding: 80px 100px;
  }
  .contact-thanks .contact-thanks__inner h5 {
    font-size: 20px;
  }
  .contact-thanks .contact-thanks__inner p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 29px;
    line-height: 24px;
  }
  .contact-thanks .contact-thanks__inner .tel {
    display: block;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 375px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  body {
    font-size: 14px;
  }
  .contact-thanks {
    padding: 80px 0 0 0;
    max-width: 345px;
    margin: 0 auto;
  }
  .contact-thanks .list {
    margin-bottom: 30px;
  }
  .contact-thanks h2 {
    font-size: 30px;
  }
  .contact-thanks img {
    width: 180px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
  .contact-thanks .contact-thanks__inner {
    width: 345px;
    padding: 20px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 60px;
  }
  .contact-thanks .contact-thanks__inner h5 {
    font-size: 20px;
  }
  .contact-thanks .contact-thanks__inner p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 29px;
    line-height: 24px;
  }
  .contact-thanks .contact-thanks__inner .tel {
    display: block;
    margin-bottom: 47px;
  }
  .contact-thanks .contact-thanks__inner .tel p {
    text-align: center;
    margin-bottom: 10px;
  }
}
.page-404 {
  max-width: 960px;
  width: 100%;
  padding: 170px 0 150px 0;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  color: #93c572;
  line-height: 40px;
}
.page-404 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 16px;
  background-color: #93c572;
  color: #fff;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  padding: 10px 20px;
  transition: all 0.6s;
  border: 2px solid #93c572;
}
.page-404 a:hover {
  background-color: #fff;
  color: #93c572;
  border: 2px solid #93c572;
  transition: all 0.6s;
}