@charset "UTF-8";
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0f1111;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.5;
  letter-spacing: normal;
  position: relative;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.wrap-all {
  overflow-x: hidden;
  height: 100%;
}

.wrap-all::-webkit-scrollbar {
  display: none;
}

th,
dt {
  font-weight: 400;
}

.coming-soon {
  font-size: 2em;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}

* {
  min-height: 0;
  min-width: 0;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  transition: 1s all;
  text-shadow: rgba(100, 100, 111, 0.95) 0px 3px 3px;
  color: #fff;
}
.header.page-open {
  background: rgba(241, 241, 241, 0.85);
  text-shadow: none;
  color: #595757;
}
.header.page-open nav .nav_list li a span {
  color: #79c675;
}
.header .menu-container {
  display: none;
}
.header__wrap {
  height: 100%;
  width: calc(100% - 45px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: bold;
}
.header__logo a span {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.header__logo a span span {
  font-size: 0.8em;
}
.header__logo img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header nav .nav_list {
  height: 100%;
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 998;
}
.header nav .nav_list li a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.25em;
}
.header nav .nav_list .sns i {
  font-size: 2rem;
  padding-top: 5px;
}
.header nav .nav_list .sns a {
  font-size: 0.8em;
  padding-bottom: 5px;
}

@media screen and (max-width: 1280px) {
  .header__wrap {
    width: calc(100% - 30px);
  }
  .header__logo a {
    font-size: 21px;
  }
  .header__logo img {
    width: 50px;
  }
  .header nav .nav_list {
    gap: 15px;
  }
  .header nav .nav_list li a {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 1120px) {
  .header nav .nav_list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .header nav .nav_list li a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1600px) {
  .header {
    height: 70px;
    text-shadow: none;
  }
  .header__wrap {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .header .menu-container {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 9999;
  }
  .header .menu-container .responsive_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-container .responsive_btn .menu_btn i {
    font-size: 32px;
  }
  .header .menu-container .responsive_btn .menu_btn--close i {
    color: #79c675;
  }
  .header .menu-container .responsive_btn span {
    color: #0f1111;
    font-size: 36px;
  }
  .header .menu-container .responsive_btn.menu_close {
    display: none;
  }
  .header .menu-container .responsive_btn.menu_close.active {
    display: flex;
  }
  .header .menu-container .responsive_btn.menu_open.active {
    display: none;
  }
  .header nav {
    position: fixed;
    top: 0%;
    transform: translateX(-50%);
    left: 160%;
    transition: 0.75s ease;
    width: 100vw;
    height: 102vh;
    background: rgba(250, 250, 250, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .header nav .nav_list {
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
  }
  .header nav .nav_list li a {
    font-size: 1.2em;
    color: #595757 !important;
  }
  .header nav .nav_list li a span {
    color: #79c675 !important;
  }
  .header nav .nav_list--2 {
    display: none;
  }
  .header nav .nav_list .sns i {
    padding-top: 10px;
  }
  .header nav .nav_list .sns a {
    padding-top: 20px;
  }
  .header nav.active {
    left: 50%;
  }
  .header.page-open .menu-container .responsive_btn .menu_btn--open i {
    color: #79c675;
  }
}
@media screen and (max-width: 480px) {
  .header__wrap {
    width: calc(100% - 20px);
  }
}
.sp-fixed-link {
  display: none !important;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 998;
  gap: 5px;
  color: #fff;
  transition: 0.5s all;
}
.sp-fixed-link a {
  background-color: #79c675;
  width: 100%;
  padding: 5px 7.5px;
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 7.5px;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 5px 10px 0px;
  border: 4px solid #fff;
  white-space: nowrap;
}
.sp-fixed-link a img {
  width: 36px;
}
.sp-fixed-link a:hover img {
  animation: poyoyon3 2.5s infinite;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

#blog {
  padding: 120px 0;
  position: relative;
}
#blog::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../../img/home/1027246.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.4;
}
#blog .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #blog .section {
    width: 90%;
  }
}
#blog .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#blog .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#blog .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section .swiper-container {
  width: 100%;
}
#blog .section .list {
  margin-bottom: 30px;
  max-width: 100%;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#blog .section .list.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section .list__inner {
  width: 100%;
}
#blog .section .list__inner a {
  transition: 0.75s all;
  padding: 5px;
  border-bottom: 1px solid #79c675;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
#blog .section .list__inner a:hover .list__title {
  color: #79c675;
}
#blog .section .list__title {
  font-size: 1.2em;
  line-height: 1.2;
  transition: 0.75s all;
  padding: 2.5px 0px;
}
#blog .section .list__text {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#blog .section .list__date {
  font-size: 0.8em;
  letter-spacing: 0.15em;
  padding: 2.5px 5px;
  background-color: #79c675;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section .list__image {
  grid-row: 1/2;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
}
#blog .section .list__image img {
  width: 100%;
  aspect-ratio: 3/2;
  transition: 0.75s all;
  -o-object-fit: cover;
     object-fit: cover;
}
#blog .section .list__inner:first-child .list__image::before {
  position: absolute;
  display: block;
  content: "新着";
  font-size: 14px;
  background-color: #79c675;
  padding: 5px 60px;
  rotate: -45deg;
  transform: translate(-50%, -50%);
  top: -30px;
  left: 15px;
  white-space: nowrap;
  z-index: 10;
  color: #fafafa;
}
#blog .section .swiper-button-next,
#blog .section .swiper-button-prev {
  background-color: #79c675;
  width: 45px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: none;
}
#blog .section .swiper-button-next::after,
#blog .section .swiper-button-prev::after {
  font-size: 18px !important;
  color: #fff !important;
  font-weight: bold !important;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 55%;
}
#blog .section .swiper-button-next.swiper-button-disabled,
#blog .section .swiper-button-prev.swiper-button-disabled {
  display: none;
}
#blog .section .swiper-button-prev::after {
  left: 45%;
}
#blog .section__btn {
  margin: 0 0 0 auto;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
#blog .section__btn.is-show {
  opacity: 1;
  bottom: 0;
}
#blog .section__btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #79c675;
  background-color: #79c675;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#blog .section__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#blog .section__btn a:hover {
  background-color: #fff;
  color: #79c675;
}
#blog .section__btn--2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #cf2e92;
  background: linear-gradient(217deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(127deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(336deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  margin: 100px auto 0;
}
#blog .section__btn--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#blog .section__btn--2:hover {
  background: #fff;
  color: #cf2e92;
}

@media screen and (max-width: 768px) {
  #blog .section .list__text {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 5px;
  }
}
@media screen and (max-width: 480px) {
  #blog {
    padding: 90px 0;
  }
  #blog .section__title {
    margin-bottom: 30px;
  }
  #blog .section__btn {
    margin: 30px auto 0;
  }
}
.sp-fixed-link {
  opacity: 0;
}
.sp-fixed-link.page-open {
  opacity: 1;
}

#main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#main-visual h1 {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-shadow: rgba(100, 100, 111, 0.95) 0px 3px 3px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1;
  bottom: 30px;
  right: 30px;
  font-size: 3.5em;
}
#main-visual h1 span {
  font-size: 0.8em;
}
#main-visual .scroll-down {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 260px;
  text-align: center;
  margin: 0px auto;
  line-height: 1;
  padding-left: 6px;
  font-weight: bold;
}
#main-visual .scroll-down::before {
  width: 2px;
  height: 70px;
  bottom: -10px;
  background: #fff;
  transform: translateX(-50%);
  left: 50%;
  content: "";
  display: block;
  position: absolute;
}
#main-visual .scroll-down::after {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  top: 180px;
  transform: translateX(-50%);
  left: 50%;
  animation: scroll-point 2.3s ease-out infinite;
  animation-fill-mode: both;
  content: "";
  display: block;
  position: absolute;
}
@keyframes scroll-point {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 260px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 270px;
    opacity: 0;
  }
}
#main-visual .copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  width: 100%;
  height: 100%;
}
#main-visual .copy p {
  color: #fff;
  text-shadow: rgba(100, 100, 111, 0.95) 0px 3px 3px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
#main-visual .copy p.main {
  font-size: 36px;
}
#main-visual .copy p.main span {
  animation: forwards 1.5s show;
  position: relative;
  opacity: 0;
}
@keyframes show {
  0% {
    opacity: 0;
    top: 15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
#main-visual .copy p.main span.sp-2 {
  animation-delay: 1s;
}
#main-visual .copy p.main span.sp-3 {
  animation-delay: 2s;
}
#main-visual .swiper-top {
  width: 100%;
  height: 100% !important;
  position: relative;
}
#main-visual .swiper-top .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
#main-visual .swiper-top .swiper-slide__image {
  width: 100%;
  height: 100%;
}
#main-visual .swiper-top .swiper-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 2s ease-in-out;
}
#main-visual::before {
  content: "";
  display: block;
  width: 720px;
  aspect-ratio: 12/5;
  background-image: url(../../img/home/mv.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: -60px;
  bottom: -60px;
  z-index: 10;
  opacity: 0.9;
}
#main-visual::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 2px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  transition: 1s all;
}

@media screen and (max-width: 928px) {
  #main-visual::before {
    width: 600px;
  }
  #main-visual h1 {
    font-size: 3em;
  }
  #main-visual .copy p.main {
    white-space: nowrap;
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  #main-visual::before {
    width: 480px;
  }
  #main-visual h1 {
    font-size: 2.5em;
  }
  #main-visual .copy p.main {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #main-visual {
    height: calc(100vh - 80px);
  }
  #main-visual::after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  #main-visual .scroll-down {
    left: 5px;
  }
  #main-visual h1 {
    bottom: 15px;
    right: 15px;
  }
  #main-visual .copy p.main {
    font-size: 24px;
  }
  #main-visual .swiper-top .swiper-slide__image--1 img {
    -o-object-position: 25% center;
       object-position: 25% center;
  }
  #main-visual .swiper-top .swiper-slide__image--2 img {
    -o-object-position: 25% center;
       object-position: 25% center;
  }
  #main-visual .swiper-top .swiper-slide__image--3 img {
    -o-object-position: right center;
       object-position: right center;
  }
  #main-visual .swiper-top .swiper-slide__image--4 img {
    -o-object-position: 20% center;
       object-position: 20% center;
  }
}
#link {
  padding: 120px 0;
  position: relative;
  z-index: 10;
}
#link .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 480px) {
  #link .section {
    width: 90%;
  }
}
#link .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#link .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#link .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#link .section__copy {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  text-align: center;
  font-size: 1.1em;
  color: #595757;
}
#link .section__copy.is-show {
  opacity: 1;
  bottom: 0;
}
#link .section__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 5px;
}
#link .section__list li {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#link .section__list li.is-show {
  opacity: 1;
  bottom: 0;
}
#link .section__list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  transition: 1s all;
  text-shadow: rgba(100, 100, 111, 0.75) 0px 7px 14px;
  padding: 15px;
}
#link .section__list li a .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
}
#link .section__list li a span {
  font-size: 1.2em;
  font-family: "Zen Old Mincho", sans-serif;
  order: 1;
}
#link .section__list li a h3 {
  font-size: 1em;
  order: 2;
}
#link .section__list li a h3 span {
  font-size: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
}
#link .section__list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/home/link-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 1s all;
}
#link .section__list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #79c675;
  z-index: -1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.75;
  transition: 1.25s all;
}
#link .section__list li a:hover::after {
  opacity: 0.15;
}
#link .section__list li a:hover::before {
  filter: blur(2px);
}
#link .section__list li:nth-child(2) a::before {
  background-image: url(../../img/home/link-2.jpg);
}
#link .section__list li:nth-child(3) a::before {
  background-image: url(../../img/home/link-3.jpg);
}
#link .section__list li:nth-child(4) a::before {
  background-image: url(../../img/home/link-4.jpg);
}
#link .section__list li:nth-child(5) a::before {
  background-image: url(../../img/home/link-5.jpg);
}
#link .section__list li:nth-child(6) a::before {
  background-image: url(../../img/home/link-6.jpg);
}
#link .section__list li::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 1px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  transition: 1s all;
}
#link .section__list li:hover::after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

@media screen and (max-width: 1280px) {
  #link .section__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #link .section__list li {
    aspect-ratio: 2/1;
    width: calc(50% - 5px);
  }
  #link .section__list li a h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #link .section__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  #link .section__list li {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 480px) {
  #link {
    padding: 90px 0;
  }
}
#greeting {
  padding: 120px 0;
  background-color: #fafafa;
}
#greeting .section {
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
#greeting .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 15px;
}
#greeting .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#greeting .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#greeting .section__text {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 80%;
}
#greeting .section__text p {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  font-size: 1.2em;
}
#greeting .section__text p.is-show {
  opacity: 1;
  bottom: 0;
}
#greeting .section__image {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#greeting .section__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: linear-gradient(90deg, rgb(157, 233, 152), rgb(121, 198, 117));
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.25s;
}
#greeting .section__image.is-show::after {
  left: 153%;
}
#greeting .section__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#greeting .section__copy {
  margin-bottom: 30px;
  font-size: 1.5em;
}
#greeting .section__copy span {
  display: inline-block;
}
#greeting .section__btn {
  margin: 30px 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
#greeting .section__btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #79c675;
  background-color: #79c675;
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
}
#greeting .section__btn a::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#greeting .section__btn a:hover {
  background-color: #fff;
  color: #79c675;
}
#greeting .section__btn--2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #cf2e92;
  background: linear-gradient(217deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(127deg, #4c64d3, #cf2e92, #f26939, #ffdd83), linear-gradient(336deg, #4c64d3, #cf2e92, #f26939, #ffdd83);
  color: #fff;
  transition: 1s all;
  white-space: nowrap;
  line-height: 1;
  margin: 100px auto 0;
}
#greeting .section__btn--2::after {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.2em;
  padding-top: 2px;
}
#greeting .section__btn--2:hover {
  background: #fff;
  color: #cf2e92;
}

@media screen and (max-width: 1280px) {
  #greeting .section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #greeting .section__image img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  #greeting .section {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    width: 80%;
    margin: 0 auto;
  }
  #greeting .section__title {
    margin-bottom: 45px;
  }
  #greeting .section__text {
    width: 80%;
    text-align: center;
  }
  #greeting .section__image {
    width: 80%;
  }
  #greeting .section__image img {
    aspect-ratio: 2/1;
  }
  #greeting .section__btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 928px) {
  #greeting .section__text {
    width: 90%;
  }
  #greeting .section__image {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #greeting .section__text {
    width: 100%;
  }
  #greeting .section__image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #greeting {
    padding: 90px 0;
  }
  #greeting .section {
    width: 90%;
    row-gap: 30px;
  }
  #greeting .section__title {
    margin-bottom: 15px;
  }
  #greeting .section__text {
    text-align: left;
  }
  #greeting .section__image img {
    aspect-ratio: 3/2;
  }
}
#about {
  padding: 120px 0;
  background-color: #fafafa;
}
#about .section {
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 60px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #about .section {
    width: 90%;
  }
}
#about .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  grid-column: 1/3;
  margin-bottom: 30px;
}
#about .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#about .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#about .section__table {
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  height: -moz-fit-content;
  height: fit-content;
  grid-column: 2/3;
  grid-row: 2/3;
}
#about .section__table.is-show {
  opacity: 1;
  bottom: 0;
}
#about .section__table caption {
  opacity: 0;
  position: absolute;
  z-index: -999;
}
#about .section__table tbody tr {
  border-bottom: 1px solid #79c675;
}
#about .section__table tbody tr th {
  white-space: nowrap;
}
#about .section__table tbody tr th,
#about .section__table tbody tr td {
  padding: 15px;
}
#about .section__table tbody tr th span,
#about .section__table tbody tr td span {
  display: inline-block;
}
#about .section__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#about .section__image::after {
  content: "";
  display: block;
  width: 101%;
  height: 110%;
  background: linear-gradient(90deg, rgb(157, 233, 152), rgb(121, 198, 117));
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s ease-in-out;
  transition-delay: 0.25s;
}
#about .section__image.is-show::after {
  left: 153%;
}
#about .section__image img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .section__map {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 100%;
  height: 360px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 5px 10px 0px;
}
#about .section__map.is-show {
  opacity: 1;
  bottom: 0;
}
#about .section__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  #about .section {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #about .section {
    display: flex;
    flex-direction: column;
  }
  #about .section__title {
    margin-bottom: 0;
  }
  #about .section__image, #about .section__map, #about .section__table {
    width: 80%;
  }
}
@media screen and (max-width: 928px) {
  #about .section__image, #about .section__map, #about .section__table {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #about .section__image, #about .section__map, #about .section__table {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #about {
    padding: 90px 0;
  }
  #about .section {
    row-gap: 30px;
  }
  #about .section__map {
    aspect-ratio: 3/2;
    height: auto;
  }
}
#contact {
  padding: 120px 0;
}
#contact .section {
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アコーディオンで現れるエリア*/
}
@media screen and (max-width: 480px) {
  #contact .section {
    width: 90%;
  }
}
#contact .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#contact .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#contact .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#contact .section .accordion-area {
  width: 100%;
}
#contact .section .accordion-area {
  display: flex;
  flex-direction: column;
  gap: 0px;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
}
#contact .section .accordion-area.is-show {
  opacity: 1;
  bottom: 0;
}
#contact .section .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 15px 30px;
  transition: all 0.5s ease;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #79c675;
  color: #fff;
}
#contact .section .title span {
  font-size: 0.8em;
}
#contact .section .title::before {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(../../img/common/open.svg), url(../../img/common/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
#contact .section .title.close::before {
  background-size: 0, contain;
}
#contact .section .title.close::after {
  opacity: 0;
}
#contact .section .accordion-area li:last-child .title::after {
  content: none;
}
#contact .section .box {
  display: none; /*はじめは非表示*/
  background: #fff;
  margin-top: 15px;
}
#contact .section form {
  padding: 90px 0;
}
#contact .section form .contact__wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  text-align: center;
  padding: 90px 0;
  margin-bottom: 180px;
  background-color: #fff;
  border: #595757 3px solid;
  border-radius: "0";
}
#contact .section form .contact__wrap .section__title {
  letter-spacing: 0.15em;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: linear-gradient(165deg, rgb(237, 255, 163), rgb(43, 158, 37) 53%, rgb(57, 194, 104));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: 1s all;
  margin-bottom: 60px;
}
#contact .section form .contact__wrap .section__title span {
  font-size: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #595757;
  background: #595757;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
}
#contact .section form .contact__wrap .section__title.is-show {
  opacity: 1;
  bottom: 0;
}
#contact .section form .contact__wrap--formbox {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
#contact .section form .contact__wrap--formbox--list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
#contact .section form .contact__wrap--formbox--list--title {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #79c675;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: "0";
}
#contact .section form .contact__wrap--formbox--list--title span {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #79c675;
  font-weight: bold;
  padding: 0 5px;
  white-space: nowrap;
  border-radius: "0";
}
#contact .section form .contact__wrap--formbox--list--title span.optional {
  background-color: #fff;
}
#contact .section form .contact__wrap--formbox--list--title.date {
  font-size: 0.9em;
}
#contact .section form .contact__wrap--formbox--list--title.mail br {
  display: none;
}
#contact .section form .contact__wrap--formbox--list--title.contact {
  height: auto;
  align-items: start;
}
#contact .section form .contact__wrap--formbox--list--title.contact span {
  margin-top: 5px;
}
#contact .section form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title {
  align-items: start;
  height: 200px;
}
#contact .section form .contact__wrap--formbox--list--contents {
  width: 100%;
  display: flex;
  align-items: center;
}
#contact .section form .contact__wrap--formbox--list--contents input[type=text],
#contact .section form .contact__wrap--formbox--list--contents input[type=email],
#contact .section form .contact__wrap--formbox--list--contents input[type=tel],
#contact .section form .contact__wrap--formbox--list--contents select {
  width: 100%;
  padding: 1rem;
  border: solid 1px #79c675;
  background-color: #ffffff;
  text-align: left;
  border-radius: "0";
}
#contact .section form .contact__wrap--formbox--list--contents--select {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: "0";
}
#contact .section form .contact__wrap--formbox--list--contents--select select {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2rem;
}
#contact .section form .contact__wrap--formbox--list--contents--select::after {
  content: "\f078"; /* fontawesomeのアイコン表示 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}
#contact .section form .contact__wrap--formbox--list--contents--birth {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: "0";
}
#contact .section form .contact__wrap--formbox--list--contents--birth select {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-left: 10px;
  margin-right: 5px;
}
#contact .section form .contact__wrap--formbox--list--contents--birth select:first-child {
  margin-left: 0;
}
#contact .section form .contact__wrap--formbox--list--contents textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
  border: solid 1px #79c675;
  background-color: #ffffff;
  text-align: left;
}
#contact .section form .contact__wrap--formbox--list--contents ::-moz-placeholder {
  color: #e0e0e0;
}
#contact .section form .contact__wrap--formbox--list--contents ::placeholder {
  color: #e0e0e0;
}
#contact .section form .contact__wrap--formbox--list--contents label {
  padding: 15px 30px;
  background-color: #79c675;
  margin: 0 15px 0 0;
  transition: 0.5s;
}
#contact .section form .contact__wrap--formbox--list--contents label:hover {
  background-color: #f1f1f1;
  color: #f4f6f6;
}
#contact .section form .contact__wrap--formbox--list--contents input[type=radio]:checked + label {
  background-color: #f1f1f1;
  color: #f4f6f6;
}
#contact .section form .contact__wrap--formbox--list--contents#date-time {
  position: relative;
}
#contact .section form .contact__wrap--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#contact .section form .contact__wrap--privacy {
  width: 80%;
  margin: 60px auto 0;
  text-align: left;
}
#contact .section form .contact__wrap--privacy h2 {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  border-bottom: solid 1px #79c675;
  margin: 0 0 30px 0;
}
#contact .section form .contact__wrap--privacy h2 span {
  display: inline-block;
}
#contact .section form .contact__wrap--privacy--box {
  padding: 15px 30px;
  border: solid 1px #79c675;
  height: 300px;
  background-color: #fff;
}
#contact .section form .contact__wrap--privacy--box ul li h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: dashed 1px #f1f1f1;
}
#contact .section form .contact__wrap--privacy--box ul li p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .section form .contact__wrap--privacy--box ul li table tbody tr th {
  width: 200px;
  height: 60px;
  background-color: #79c675;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #fff;
}
#contact .section form .contact__wrap--privacy--box ul li table tbody tr td {
  width: calc(100% - 200px);
  height: 60px;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #79c675;
  border-right: 1px solid #79c675;
}
#contact .section form .contact__wrap--privacy--box ul li table tbody tr:first-child {
  border-top: 1px solid #79c675;
}
#contact .section form .contact__wrap--privacy--box ul li table tbody tr:last-child th {
  height: auto;
  border-bottom: 1px solid #79c675;
}
#contact .section form .contact__wrap--privacy--box ul li table tbody tr:last-child td {
  height: auto;
}
#contact .section form .contact__wrap--privacy--box ul li ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
#contact .section form .contact__wrap--privacy--box ul li ol li::before {
  content: "(" counter(cnt) ") ";
}
#contact .section form .contact__wrap--privacy--checks {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
#contact .section form .contact__wrap--privacy--checks--checkbox {
  color: #595757;
}
#contact .section form .contact__wrap--privacy--checks input[type=checkbox] {
  display: none;
}
#contact .section form .contact__wrap--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #595757;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#contact .section form .contact__wrap--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
#contact .section form .contact__wrap--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #595757;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
#contact .section form .contact__wrap--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
#contact .section form .contact__wrap--privacy--attention {
  margin: 2rem 0;
}
#contact .section form .contact__wrap--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
}
#contact .section form .contact__wrap--submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .section form .contact__wrap--submit--button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 60px;
  background-color: #79c675;
  border: #79c675 2px solid;
  border-radius: 50px;
  transition: 0.75s;
  font-weight: bold;
  color: #fff;
}
#contact .section form .contact__wrap--submit--button:hover {
  background-color: #fff;
  color: #79c675;
  transition: 0.75s;
}

@media screen and (max-width: 1280px) {
  #contact .section form {
    padding: 60px;
  }
  #contact .section form .contact__wrap--formbox, #contact .section form .contact__wrap--privacy {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #contact .section form .contact__wrap--formbox, #contact .section form .contact__wrap--privacy {
    width: 100%;
  }
}
@media screen and (max-width: 928px) {
  #contact .section form .contact__wrap--formbox--list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #contact .section form .contact__wrap--formbox--list--title {
    width: 100%;
    height: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  #contact .section form {
    padding: 30px;
  }
  #contact .section form .contact__wrap--privacy--box ul li table tbody tr th {
    width: auto;
    white-space: nowrap;
    padding: 0 10px;
  }
  #contact .section .title {
    padding: 15px;
    flex-wrap: wrap;
    row-gap: 5px;
    padding-right: 30px;
  }
  #contact .section .title::before {
    right: 15px;
  }
}
@media screen and (max-width: 480px) {
  #contact {
    padding: 90px 0;
  }
  #contact .section__title {
    margin-bottom: 30px;
  }
  #contact .section form {
    padding: 30px 15px;
  }
  #contact .section .title {
    padding: 15px;
  }
  #contact .section form .contact__wrap--privacy h2 {
    font-size: 1.5em;
  }
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #79c675;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0px 6px 10px -6px #74635d;
  overflow: hidden;
  color: #fff;
  border: 3px solid #fff;
}

#page-top a:hover {
  opacity: 0.8;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
.footer {
  background-color: #79c675;
  color: #fff;
  position: relative;
}
.footer__wrap {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 15px;
  padding: 60px 0 30px;
  align-items: center;
  position: relative;
  z-index: 20;
}
.footer__logo {
  grid-row: 1/4;
  grid-column: 1/2;
  text-align: center;
}
.footer__logo img {
  width: 160px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}
.footer__logo p {
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
}
.footer__logo p span {
  font-size: 1.5em;
}
.footer__address {
  grid-row: 1/2;
  grid-column: 2/3;
}
.footer__address p {
  display: flex;
  flex-direction: column;
}
.footer__address p span {
  display: inline-block;
}
.footer__nav {
  grid-row: 2/3;
  grid-column: 2/3;
}
.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  row-gap: 10px;
}
.footer__nav ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  position: relative;
  line-height: 1;
  white-space: nowrap;
}
.footer__nav ul li a i {
  padding-top: 2px;
  font-size: 0.9em;
}
.footer__copy {
  grid-row: 3/4;
  grid-column: 2/3;
  display: flex;
  align-items: end;
  white-space: nowrap;
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 928px) {
  .footer__wrap {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    display: flex;
    flex-direction: column;
  }
  .footer__address {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .footer__copy {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .footer__logo p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .footer__wrap {
    max-width: 90%;
  }
  .footer::after {
    left: 50%;
    bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */