@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
header ul,
header ol {
  padding: 0;
}

footer ul,
footer ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

/* チェックボックスとラジオボタンのリセット（Contact Form 7を除外） */
input[type=checkbox]:not(.wpcf7-checkbox input),
input[type=radio]:not(.wpcf7-radio input) {
  display: none;
}

/* Contact Form 7のチェックボックスは位置調整のみ */
.wpcf7-checkbox input[type=checkbox],
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header__logo {
  width: 420px;
  height: 50px;
}
@media screen and (max-width: 900px) {
  .header__logo {
    width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .header__logo {
    width: 250px;
    height: auto;
  }
}

.header__top-bottom-line-img {
  width: 25px;
  height: 25px;
}

.header-top-tel-img {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.header__top-bottom-mail-img {
  width: 20px;
  height: 13px;
}

.header {
  position: static;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.header__top {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1440px) {
  .header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .header__wrapper {
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__wrapper {
    padding: 15px 0;
  }
}

.header__nav.pc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header__nav.pc-nav {
    display: none;
  }
}

.header-top-tel-text {
  font-size: 13px;
  padding-left: 10px;
}

.header-top-tel {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header-top-tel-link {
  color: #9dbe42;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header-top-tel-link {
    font-size: 16px;
  }
}

.header__top-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .header__top-bottom {
    gap: 10px;
  }
}

.header__top-bottom-line-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #06c755;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  width: 187px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__top-bottom-line-link {
    width: 160px;
    padding: 8px 15px;
    font-size: 14px;
    gap: 10px;
  }
}

.header__top-bottom-contact-link {
  display: flex;
  align-items: center;
  background-color: #e5005a;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  width: 187px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__top-bottom-contact-link {
    width: 160px;
    height: 40px;
    padding: 8px 15px;
    font-size: 14px;
    gap: 10px;
  }
}

.header__bottom {
  width: 100%;
  background-color: #fff;
}

.header__bottom-lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .header__bottom-lists {
    flex-wrap: wrap;
  }
}

.header__bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px;
  transition: background-color 0.3s ease;
  flex: 1;
}
.header__bottom-item:first-child {
  min-width: 280px;
  margin-right: 10px;
  flex: none;
}
@media screen and (max-width: 1200px) {
  .header__bottom-item:first-child {
    min-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .header__bottom-item {
    flex: 1 0 33.33%;
    padding: 0 5px;
  }
}

.header__bottom-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 45%;
  background-color: #ededec;
}
@media screen and (max-width: 768px) {
  .header__bottom-item::before {
    display: none;
  }
}

.header__bottom-item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 45%;
  background-color: #ededec;
}
@media screen and (max-width: 768px) {
  .header__bottom-item:last-child::after {
    display: none;
  }
}

.header__bottom-link {
  padding: 10px 0;
  font-weight: 300;
  font-size: 13px;
  color: #000;
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__bottom-link {
    font-size: 14px;
    padding: 8px 0;
  }
}
.header__bottom-link:hover {
  transform: scale(1.05);
}

.header__bottom-link-br {
  display: none;
}
@media screen and (max-width: 1400px) {
  .header__bottom-link-br {
    display: block;
  }
}

.header__bottom-link-small {
  font-size: 12px;
  margin-bottom: 2px;
}

.header-spacer {
  height: 150px;
}

@media screen and (max-width: 1200px) {
  .pc-nav {
    display: none;
  }
}

.hamburger {
  display: none;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
    height: 30px;
  }
}

.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #9dbe42;
  transition: all 0.3s ease;
}

.hamburger__line--top {
  top: 4px;
}

.hamburger__line--middle {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger__line--bottom {
  bottom: 4px;
}

.hamburger__text {
  font-size: 10px;
  color: #9dbe42;
  margin-top: 25px;
  font-weight: bold;
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow-y: auto;
}

@media screen and (max-width: 1200px) {
  .sp-nav.is-active {
    display: block;
  }
}

.sp-nav__header {
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-nav__close {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #9dbe42;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sp-nav__close-line {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}

.sp-nav__close-line--left {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sp-nav__close-line--right {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-nav__inner {
  background-color: #fff;
  padding: 40px 20px;
}

.sp-nav__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.sp-nav__item {
  border-bottom: 1px solid #ccc;
}
.sp-nav__item:first-child .sp-nav__link {
  display: block;
  padding: 15px 0;
  line-height: 1.4;
}

.sp-nav__link {
  display: block;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
  position: relative;
}
.sp-nav__item:first-child .sp-nav__link {
  font-size: 14px;
  line-height: 1.1;
  padding: 15px 0;
}
.sp-nav__item:first-child .sp-nav__link .header__bottom-link-small {
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1;
}
.sp-nav__item:first-child .sp-nav__link br {
  display: block;
  margin: 0;
  content: "";
  height: 0;
}

.sp-nav__link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #9dbe42;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sp-nav__link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.sp-nav__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 20px;
}

.sp-nav__line-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background-color: #06c755;
}

.sp-nav__contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background-color: #e5005a;
}

.sp-nav__button-icon {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1024px) {
  .header-top-tel-link {
    font-size: 18px;
  }
  .header__top-bottom-line-link,
.header__top-bottom-contact-link {
    padding: 8px 15px;
    font-size: 14px;
    width: 180px;
  }
}
.footer {
  background-color: #fff;
  padding: 100px 0;
}

.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer__wrapper {
    flex-direction: column;
  }
}

.footer__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__left {
    width: 100%;
  }
}

.footer__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: 100%;
    padding-top: 50px;
  }
}

.footer__logo {
  width: 420px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 300px;
    height: 25px;
  }
}
@media screen and (max-width: 375px) {
  .footer__logo {
    width: 200px;
    height: 25px;
  }
}

.footer__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__left-main {
  padding-top: 50px;
}

.footer__left-main-text {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.05em;
}

.footer__left-bottom-text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  width: 57%;
}
@media screen and (max-width: 768px) {
  .footer__left-bottom-text {
    width: 100%;
  }
  .footer__left-bottom-text br + span {
    display: block;
  }
  .footer__left-bottom-text .company-text {
    display: none;
  }
}

.footer__left-text-link {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

.footer__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer__right {
    align-items: baseline;
  }
}

.footer__right-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__right-left {
    width: 100%;
  }
}

.footer__right-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__right-right {
    width: 100%;
  }
}

.footer__right-left-link {
  color: #000;
  transition: color 0.2s ease;
}

.footer__right-left-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: inline;
  position: relative;
}
.footer__right-left-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #c0c0c0;
  transition: width 0.2s ease-out;
}

.footer__right-left-link:hover {
  color: #c0c0c0;
}
.footer__right-left-link:hover .footer__right-left-text::after {
  width: 100%;
}

.footer__right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__right-top {
    flex-direction: column;
  }
}

.footer__right-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 300/100;
  margin-top: 30px;
  margin-right: auto;
}

.footer__right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.opening-animation.fade-out {
  opacity: 0;
  pointer-events: none;
}
.opening-animation.hidden {
  display: none;
}

.opening-animation__overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-animation__container {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-animation__image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.3) translateY(50px) rotate(-10deg);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.opening-animation__image.show {
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0deg);
}
.opening-animation__image.fade-out-item {
  opacity: 0;
  transform: scale(1.3) translateY(-50px) rotate(10deg);
}

.opening-animation__image-1 {
  top: 15%;
  left: 10%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .opening-animation__image-1 {
    top: 12%;
    left: 8%;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__image-1 {
    top: 10%;
    left: 5%;
  }
}

.opening-animation__image-2 {
  top: 30%;
  right: 15%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .opening-animation__image-2 {
    top: 25%;
    right: 12%;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__image-2 {
    top: 20%;
    right: 8%;
  }
}

.opening-animation__image-3 {
  bottom: 20%;
  left: 15%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  .opening-animation__image-3 {
    bottom: 18%;
    left: 12%;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__image-3 {
    bottom: 15%;
    left: 8%;
  }
}

.opening-animation__image-4 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3) translateY(50px) rotate(-10deg);
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.opening-animation__image-4.show {
  transform: translate(-50%, -50%) scale(1) translateY(0) rotate(0deg);
}
.opening-animation__image-4.fade-out-item {
  transform: translate(-50%, -50%) scale(1.3) translateY(-50px) rotate(10deg);
}
@media screen and (max-width: 768px) {
  .opening-animation__image-4 {
    top: 45%;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__image-4 {
    top: 40%;
  }
}

.opening-animation__image-5 {
  top: 10%;
  right: 8%;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .opening-animation__image-5 {
    top: 8%;
    right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__image-5 {
    top: 5%;
    right: 3%;
  }
}

.opening-animation__image-6 {
  bottom: 8%;
  right: 20%;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
@media screen and (max-width: 768px) {
  .opening-animation__image-6 {
    bottom: 6%;
    right: 15%;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__image-6 {
    bottom: 5%;
    right: 10%;
  }
}

.opening-animation__img {
  width: 250px;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: auto;
  max-width: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  .opening-animation__img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .opening-animation__img {
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  .opening-animation__img {
    width: 130px;
  }
}
@media screen and (max-width: 325px) {
  .opening-animation__img {
    width: 130px;
  }
}

.main-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.main-content.show {
  opacity: 1;
  transform: translateY(0);
}

.mv {
  position: relative;
  overflow: hidden;
  margin-top: 138px;
}
@media screen and (max-width: 1200px) {
  .mv {
    margin-top: 82px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mv {
    padding-top: 30px;
  }
}

.mv__inner {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  padding-left: clamp(20px, 3.125vw, 60px);
  padding-right: clamp(20px, 3.125vw, 60px);
  padding-bottom: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__inner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 40px;
  }
}

.mv__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .mv__left {
    align-items: center;
    padding-right: 0;
  }
}

.mv__maru-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-animation: fadeIn 0.2s ease-out 0.4s forwards;
          animation: fadeIn 0.2s ease-out 0.4s forwards;
  z-index: 1;
}

.mv__maru {
  position: absolute;
  display: block;
}

.mv__maru-1 {
  position: absolute;
  width: clamp(110px, 7.8125vw, 150px);
  top: clamp(-5px, -0.5208333333vw, -10px);
  left: clamp(20px, 1.5625vw, 30px);
}
@media screen and (max-width: 768px) {
  .mv__maru-1 {
    width: 110px;
    top: 0;
    left: 10px;
  }
}

.mv__maru-2 {
  position: absolute;
  width: clamp(110px, 6.7708333333vw, 130px);
  top: clamp(25px, 1.5625vw, 30px);
  left: clamp(100px, 6.25vw, 120px);
}
@media screen and (max-width: 600px) {
  .mv__maru-2 {
    width: 90px;
    top: 20px;
    left: 80px;
  }
}

.mv__left-title {
  opacity: 0;
  -webkit-animation: fadeIn 0.2s ease-out 3s forwards;
          animation: fadeIn 0.2s ease-out 3s forwards;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .mv__left-title {
    width: 100%;
    max-width: 500px;
    text-align: center;
  }
}

.mv__left-title-text {
  font-size: clamp(22px, 2.5vw, 48px);
  color: #444444;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .mv__left-title-text {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .mv__left-title-text {
    font-size: 18px;
  }
}

.mv__left-title-text span.small {
  font-size: clamp(22px, 1.6666666667vw, 32px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mv__left-title-text span.small {
    font-size: 18px;
  }
}

.mv__left-title-text br {
  content: "";
  display: block;
  margin-bottom: 5px;
}

.mv__left-title-text span.highlight {
  color: #4fa689;
  display: inline-block;
}

.mv__left-image {
  -webkit-animation: fadeIn 2s ease-out 3s forwards;
          animation: fadeIn 2s ease-out 3s forwards;
  max-width: clamp(400px, 42.2916666667vw, 812px);
  width: 100%;
  height: auto;
  aspect-ratio: 812/400;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv__left-image {
    right: -18%;
  }
}
@media screen and (max-width: 560px) {
  .mv__left-image {
    right: -10%;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .mv__left-image {
    max-width: 400px;
  }
}

.mv__right {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: clamp(-40px, -3.125vw, -60px);
}
@media screen and (max-width: 600px) {
  .mv__right {
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    z-index: 4;
  }
}

.mv__right-image {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  padding-bottom: clamp(120px, 8.8541666667vw, 170px);
  -webkit-animation: fadeInFromRight 2s ease-out 3.3s forwards;
          animation: fadeInFromRight 2s ease-out 3.3s forwards;
  max-width: clamp(500px, 54.8958333333vw, 1054px);
  width: 100%;
  height: auto;
  aspect-ratio: 1054/792;
}
@media screen and (max-width: 600px) {
  .mv__right-image {
    max-width: 400px;
    padding-bottom: 80px;
  }
}

.mv__center-maru5-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mv__center-maru5-container {
    display: none;
  }
}

.mv__maru-5-center {
  width: 130px;
  height: auto;
  position: absolute;
  z-index: 0;
}

.mv__sikaku-1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 120px;
  height: auto;
  z-index: -1;
  transform: rotate(-15deg);
}
@media screen and (max-width: 1024px) {
  .mv__sikaku-1 {
    width: 100px;
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 600px) {
  .mv__sikaku-1 {
    width: 80px;
    bottom: 20px;
    right: 20px;
  }
}

.mv__maru-6 {
  position: absolute;
  bottom: 120px;
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv__maru-6 {
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .mv__maru-6 {
    width: 30px;
    height: 30px;
    bottom: 80px;
    right: 20px;
  }
}

.mv__center-maru-container {
  position: absolute;
  bottom: clamp(40px, 2.6041666667vw, 50px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(160px, 10.4166666667vw, 200px);
  height: clamp(160px, 10.4166666667vw, 200px);
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mv__center-maru-container {
    width: 120px;
    height: 120px;
    bottom: 30px;
    left: 50%;
  }
}

.mv__maru-3 {
  position: absolute;
  width: clamp(120px, 7.2916666667vw, 140px);
  height: clamp(120px, 7.2916666667vw, 140px);
  bottom: clamp(40px, 2.6041666667vw, 50px);
  right: clamp(-60px, -3.6458333333vw, -70px);
}
@media screen and (max-width: 600px) {
  .mv__maru-3 {
    width: 100px;
    height: 100px;
    bottom: 30px;
    right: -50px;
  }
}

.mv__maru-4 {
  position: absolute;
  width: clamp(100px, 6.25vw, 120px);
  bottom: clamp(25px, 1.5625vw, 30px);
  right: clamp(25px, 1.5625vw, 30px);
}
@media screen and (max-width: 768px) {
  .mv__maru-4 {
    width: 80px;
    bottom: 20px;
    right: 20px;
  }
}

.mv__right-bottom-text-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .mv__right-bottom-text-container {
    width: 120px;
    height: 120px;
  }
}

.mv__right-bottom-text {
  position: absolute;
  bottom: 160px;
  right: 290px;
  font-size: 18px;
  font-weight: 600;
  color: #4fa689;
  z-index: 10;
  border-bottom: solid 2px #4fa689;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .mv__right-bottom-text {
    right: 200px;
  }
}
@media screen and (max-width: 600px) {
  .mv__right-bottom-text {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .mv__right-bottom-text {
    font-size: 16px;
    padding-left: 10px;
    right: 0;
    left: 5%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.mv__right-bottom-text2 {
  position: absolute;
  bottom: 35px;
  right: 145px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  max-width: 400px;
  text-align: left;
  line-height: 1.5;
  z-index: 9;
}
@media screen and (max-width: 1445px) {
  .mv__right-bottom-text2 {
    right: 145px;
    bottom: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .mv__right-bottom-text2 {
    right: 50px;
  }
}
.mv__right-bottom-text2 a {
  color: #0000FF;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
  margin-left: 3px;
}
.mv__right-bottom-text2 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .mv__right-bottom-text2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .mv__right-bottom-text2 {
    font-size: 11px;
    bottom: 60px;
    padding-left: 10px;
    right: 0;
    left: 5%;
    width: 90%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 325px) {
  .mv__right-bottom-text2 {
    font-size: 10px;
    bottom: 60px;
    padding-left: 10px;
    right: 0;
  }
}

.mv__right-bottom-text-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mv-sp {
  margin-top: 65px;
  overflow: hidden;
}

.mv-sp__top {
  position: relative;
  height: 330px;
  width: 100%;
}

.mv-sp__maru-container {
  padding: 0 30px;
  position: relative;
}

.mv-sp__maru-1 {
  width: 64px;
  height: 58px;
}

.mv-sp__maru-2 {
  width: 63px;
  height: 62px;
  position: absolute;
  top: 21px;
  left: 70px;
}

.mv-sp__title {
  position: absolute;
  top: 54px;
  left: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv-sp__title-text {
  font-size: 22px;
  font-weight: 600;
  color: #313131;
}

.mv-sp__title-text span {
  background-color: rgba(255, 255, 255, 0.74);
  padding: 5px 10px;
}

.small-sp {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}

.highlight-sp {
  font-size: 22px;
  font-weight: 600;
  color: #4fa689;
}

.mv-sp-image-cantainer {
  position: relative;
}

.mv-sp__left-image {
  max-width: 360.5px;
  width: 100%;
  height: auto;
  aspect-ratio: 331.5/299.3;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mv-sp__left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv-sp__maru-3 {
  width: 71px;
  height: 71px;
}

.mv-sp__maru-4 {
  width: 71px;
  height: 71px;
}

.mv-sp__bottom-image {
  max-width: 390px;
  width: 100%;
  height: auto;
  aspect-ratio: 390/299.3;
}

.mv-sp__right-bottom-text-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  justify-content: center;
  margin-inline: auto;
  padding: 0 30px;
}

.mv-sp__right-bottom-text {
  font-size: 16px;
  font-weight: 600;
  color: #4fa689;
  z-index: 10;
  border-bottom: solid 2px #4fa689;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv-sp__right-bottom-text2 {
  font-size: 12px;
  font-weight: 300;
  color: #313131;
  max-width: 300px;
  text-align: left;
  line-height: 1.5;
}

.top-section0 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-section0 {
    margin-top: 30px;
  }
}

.top-section0__img-container {
  position: relative;
  width: 100%;
}

.top-section0__img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .top-section0__img {
    height: 430px;
  }
}

.top-section0__img-sp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section0__text-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-section0__text-container {
    width: 100%;
    top: 33%;
  }
}
@media screen and (max-width: 375px) {
  .top-section0__text-container {
    top: 31%;
  }
}

.top-section0__text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-section0__text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .top-section0__text {
    line-height: 1.6;
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .top-section0__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .top-section0__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .top-section0__text {
    font-size: 13px;
  }
}

.top-section0__botan {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-section0__botan {
    bottom: 15%;
  }
}
@media screen and (max-width: 375px) {
  .top-section0__botan {
    bottom: 12%;
  }
}

.top-section0__btn-link {
  display: inline-block;
  min-width: 200px;
  padding: 15px 80px;
  background-color: #e5005a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.top-section0__btn-link:hover {
  background-color: #fff;
  color: #e5005a;
  cursor: pointer;
  border: solid 2px #e5005a;
}
@media screen and (max-width: 1024px) {
  .top-section0__btn-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-section0__btn-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .top-section0__btn-link {
    font-size: 14px;
  }
}

.top-section1 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section1 {
    padding: 60px 0;
  }
}

.top-section1__title {
  padding-bottom: 40px;
}

.top-section1__top-img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-section1__top-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__top-img {
    padding-bottom: 40px;
  }
}

.top-section1__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  max-width: 1450px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-section1__contents {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__contents {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 15px;
  }
}

.top-section1__content-top-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-section1__content-top-img {
    display: none;
  }
}

.top-section1__content {
  border: solid 3px #9dbe42;
  border-radius: 10px;
  max-width: 680px;
  width: 100%;
  height: 80%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-section1__content {
    height: auto;
    aspect-ratio: unset;
    min-height: 90px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 15px;
    padding: 15px;
    align-items: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-section1__content {
    grid-template-columns: 80px 1fr;
    padding: 10px;
    gap: 10px;
  }
}

.top-section1__content-sp-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .top-section1__content-sp-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  .top-section1__content-sp-img {
    max-width: 65px;
    max-height: 65px;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.top-section1__content-title {
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 600;
  color: #9dbe42;
  line-height: 1.4;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .top-section1__content-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__content-title {
    font-size: 22px;
    padding: 0;
    min-height: unset;
    height: auto;
    align-items: center;
    line-height: 1.4;
    margin: auto 0;
  }
  .top-section1__content-title br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-section1__content-title {
    font-size: 16px;
  }
}

.top-section1__content-image {
  max-width: 680px;
  width: 100%;
  height: 55%;
  aspect-ratio: 680/186;
}
@media screen and (max-width: 768px) {
  .top-section1__content-image {
    display: none;
  }
}

.top-section1__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-section1__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-section1__contents-bottom {
  background-color: #f6fce7;
  padding: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .top-section1__contents-bottom {
    padding: 40px 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__contents-bottom {
    padding: 30px 15px;
    margin-top: 40px;
  }
}

.top-section1__contents-bottom-box {
  background-color: #fff;
  padding: 50px;
  border: solid 3px #9dbe42;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-section1__contents-bottom-box {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-section1__contents-bottom-box {
    padding: 20px 15px;
  }
}

.top-section1__contents-bottom-box-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-section1__contents-bottom-box-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.top-section1contents-bottom-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-section1contents-bottom-box-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.top-section1__contents-bottom-box-text2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  width: 60%;
  max-width: 530px;
}
@media screen and (max-width: 1024px) {
  .top-section1__contents-bottom-box-text2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.top-section1__contents-bottom-box-image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 435px;
}
@media screen and (max-width: 1024px) {
  .top-section1__contents-bottom-box-image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.top-section1__contents-bottom-box-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 435px;
}

.top-section2 {
  padding: 30px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .top-section2 {
    padding: 20px 0 60px 0;
  }
}

.top-section2__sub-title,
.top-section3__sub-title,
.top-section4__sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-section2__sub-title,
.top-section3__sub-title,
.top-section4__sub-title {
    font-size: 14px;
    padding-bottom: 25px;
    text-align: center;
  }
}

.top-section2__content {
  background-color: #f6fce7;
  padding: 80px 100px;
}
@media screen and (max-width: 1024px) {
  .top-section2__content {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__content {
    padding: 40px 20px;
  }
}

.top-section2__content-items {
  background-color: #fff;
  border: solid 3px #9dbe42;
  padding: 30px 50px;
}
@media screen and (max-width: 1024px) {
  .top-section2__content-items {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__content-items {
    padding: 20px 15px;
  }
}

.top-section2__content-item {
  border-bottom: solid 1px #E0E0E0;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .top-section2__content-item {
    padding: 15px 0;
  }
}

.top-section2__content-main-text {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.top-section2__content-main-text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/tyekku-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .top-section2__content-main-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__content-main-text {
    font-size: 15px;
    padding-left: 35px;
    line-height: 1.4;
  }
  .top-section2__content-main-text::before {
    width: 20px;
    height: 20px;
  }
}

.top-section2__content-sub-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .top-section2__content-sub-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__content-sub-text {
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.6;
  }
}
.top-section2__content-sub-text--large {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .top-section2__content-sub-text--large {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__content-sub-text--large {
    font-size: 15px;
  }
}

.top-section2__bottom-content {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-section2__bottom-content {
    padding-top: 30px;
  }
}

.top-section2__bottom-content-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .top-section2__bottom-content-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top-section2__bottom-content-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

.top-section2-2 {
  padding-bottom: 100px;
}

.top-section2-2__top-text {
  padding-bottom: 40px;
  font-size: 16px;
}

.top-section2-2__items {
  max-width: 60%;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .top-section2-2__items {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top-section2-2__items {
    max-width: 100%;
  }
}

.top-section2-2__item {
  padding-bottom: 30px;
}

.top-section2-2__item-title {
  font-weight: 600;
  padding-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 500px) {
  .top-section2-2__item-title {
    font-size: 16px;
  }
}
.top-section2-2__item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #e5005a;
  border-radius: 50%;
}

.top-section2-2__item-sub-title {
  font-size: 16px;
  padding-bottom: 25px;
  padding-left: 20px;
}

.top-section2-2__item-tokutyou {
  font-size: 16px;
  color: #fff;
  background-color: #e5005a;
  padding: 1px 12px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: inline-block;
  margin-left: 20px;
}

.top-section2-2__item-tokutyou-content-text {
  font-size: 16px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.top-section2-2-bottom {
  background-color: #9dbe42;
  padding: 10px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.top-section2-2-bottom__text {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.top-section3__content {
  padding: 50px;
  border: solid 3px #9dbe42;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-section3__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__content {
    padding: 25px 15px;
  }
}

.top-section3__content-accordion {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion {
    margin-bottom: 15px;
  }
}

.top-section3__content-accordion-item {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion-item {
    margin-bottom: 15px;
  }
}

.top-section3__content-accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 1024px) {
  .top-section3__content-accordion-item-header {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion-item-header {
    padding: 10px;
  }
}

.top-section3__content-accordion-item-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .top-section3__content-accordion-item-title {
    font-size: 15px;
    padding-right: 25px;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion-item-title {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.4;
    flex: 1;
  }
}

.top-section3__content-accordion-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #e5005a;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion-item-title::before {
    width: 8px;
    height: 8px;
  }
}

.top-section3__content-accordion-item-icon {
  width: 15px;
  height: 15px;
  position: relative;
  background-image: url(../images/accordion-sankaku.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.top-section3__content-accordion-item.is-open .top-section3__content-accordion-item-icon {
  transform: rotate(0deg);
}

.top-section3__content-accordion-item-icon::before,
.top-section3__content-accordion-item-icon::after {
  display: none;
}

.top-section3__content-accordion-item-text {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .top-section3__content-accordion-item-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion-item-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.top-section3__content-accordion-item.is-open .top-section3__content-accordion-item-text {
  padding: 20px 20px 20px 45px;
  max-height: 2000px;
}
@media screen and (max-width: 1024px) {
  .top-section3__content-accordion-item.is-open .top-section3__content-accordion-item-text {
    padding: 15px 15px 15px 35px;
  }
}
@media screen and (max-width: 768px) {
  .top-section3__content-accordion-item.is-open .top-section3__content-accordion-item-text {
    padding: 12px 10px 12px 25px;
  }
}

.top-section3__content-accordion-item.is-closed .top-section3__content-accordion-item-text {
  padding: 0 20px;
  max-height: 0;
}

.top-section4 {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .top-section4 {
    padding: 60px 0 0 0;
  }
}

.top-section4__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 100px;
  background-color: #f6fce7;
}
@media screen and (max-width: 1024px) {
  .top-section4__content {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-section4__content {
    padding: 40px 20px;
  }
}

.top-section4-image {
  max-width: 1030px;
  padding-bottom: 50px;
}
.top-section4-image:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-section4-image {
    padding-bottom: 30px;
  }
}
.top-section4-image img {
  width: 100%;
  height: auto;
}

.top-section4-pc-img {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-section4-pc-img {
    display: none;
  }
}

.top-section4-sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-section4-sp-img {
    display: block;
  }
}

.top-section5 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section5 {
    padding: 60px 0;
  }
}

.top-section5__title {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-section5__title {
    padding-bottom: 30px;
  }
}

.top-section5__wrapper {
  background-color: #f6fce7;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .top-section5__wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section5__wrapper {
    padding: 50px 0;
  }
}

.top-section5__content {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border: solid 1px #9dbe42;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-section5__content {
    padding: 40px 30px;
    max-width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .top-section5__content {
    padding: 30px 15px;
    max-width: 90%;
  }
}

/* Swiperコンテナ */
.top-section5__swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top-section5__swiper-item-top-box {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-top-box {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.top-section5__swiper-item-top-box-image {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-top-box-image {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
}

.top-section5__swiper-item-top-texts {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-top-texts {
    padding-left: 0;
    text-align: center;
  }
}

.top-section5__swiper-top-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #4fa689;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-top-text {
    font-size: 18px;
  }
}

.top-section5__swiper-top-text2 {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-top-text2 {
    font-size: 12px;
  }
}

.top-section5__swiper-item-q {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  padding-left: 55px;
  margin-top: 10px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-q {
    font-size: 16px;
    padding-left: 45px;
    padding-bottom: 15px;
  }
}

.top-section5__swiper-item-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #9dbe42;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-q::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

.top-section5__swiper-item-a {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
  padding-bottom: 20px;
  position: relative;
  padding-left: 55px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-a {
    font-size: 16px;
    padding-left: 45px;
    padding-bottom: 15px;
    line-height: 1.6;
  }
}

.top-section5__swiper-item-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #FF8BA7;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-section5__swiper-item-a::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/* ナビゲーションボタン */
.top-section5__swiper-navigation {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  z-index: 10;
}

.top-section5__swiper-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  z-index: 10;
  font-size: 0;
}
.top-section5__swiper-button:hover {
  opacity: 0.8;
}
.top-section5__swiper-button.top-section5__swiper-button-prev {
  left: -80px;
  background-image: url(../images/swiper-btn-left.png);
}
.top-section5__swiper-button.top-section5__swiper-button-next {
  right: -80px;
  background-image: url(../images/swiper-btn-right.png);
}
@media screen and (max-width: 1200px) {
  .top-section5__swiper-button {
    width: 50px;
    height: 50px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-prev {
    left: -65px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-next {
    right: -65px;
  }
}
@media screen and (max-width: 992px) {
  .top-section5__swiper-button {
    width: 45px;
    height: 45px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-prev {
    left: -55px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-next {
    right: -55px;
  }
}
@media screen and (max-width: 850px) {
  .top-section5__swiper-button {
    width: 40px;
    height: 40px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-prev {
    left: -45px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-next {
    right: -45px;
  }
}
@media screen and (max-width: 800px) {
  .top-section5__swiper-button {
    width: 35px;
    height: 35px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-prev {
    left: -20px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-next {
    right: -20px;
  }
}
@media screen and (max-width: 480px) {
  .top-section5__swiper-button {
    width: 30px;
    height: 30px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-prev {
    left: -36px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-next {
    right: -36px;
  }
}
@media screen and (max-width: 400px) {
  .top-section5__swiper-button {
    width: 25px;
    height: 25px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-prev {
    left: -10px;
  }
  .top-section5__swiper-button.top-section5__swiper-button-next {
    right: -10px;
  }
}

.top-section6 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section6 {
    padding: 60px 0;
  }
}

.top-section6__content {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-section6__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-section6__content {
    padding: 30px 20px;
  }
}

.top-section6__content-accordion {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion {
    margin-bottom: 15px;
  }
}

.top-section6__content-accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: none;
  width: 100%;
  border-bottom: 2px solid #9dbe42;
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion-item {
    margin-bottom: 8px;
  }
}

.top-section6__content-accordion-item:first-child {
  border-top: 2px solid #9dbe42;
}

.top-section6__content-accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-section6__content-accordion-item-header {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion-item-header {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .top-section6__content-accordion-item-header {
    padding: 10px 0px;
  }
}

.top-section6__content-accordion-item-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
  color: #9dbe42;
  flex: 1;
  padding-left: 50px;
}
.top-section6__content-accordion-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../images/q-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .top-section6__content-accordion-item-title {
    font-size: 18px;
  }
  .top-section6__content-accordion-item-title::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion-item-title {
    font-size: 16px;
    padding-right: 20px;
    padding-left: 40px;
    line-height: 1.4;
  }
  .top-section6__content-accordion-item-title::before {
    width: 25px;
    height: 25px;
  }
}

.top-section6__content-accordion-item-text {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .top-section6__content-accordion-item-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion-item-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.qa-answer {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  width: 80%;
  padding-left: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.qa-answer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/a-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .qa-answer {
    font-size: 15px;
    width: 90%;
  }
  .qa-answer::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .qa-answer {
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 40px;
  }
  .qa-answer::before {
    width: 25px;
    height: 25px;
  }
}

.top-section6__content-accordion-item.is-open .top-section6__content-accordion-item-text {
  padding: 20px;
  max-height: 2000px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion-item.is-open .top-section6__content-accordion-item-text {
    width: 100%;
    padding: 10px;
  }
}
.top-section6__content-accordion-item.is-open .qa-answer {
  opacity: 1;
}
.top-section6__content-accordion-item.is-open .top-section6__content-accordion-item-icon {
  transform: rotate(0deg);
}

.top-section6__content-accordion-item-text-p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .top-section6__content-accordion-item-text-p {
    font-size: 15px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .top-section6__content-accordion-item-text-p {
    font-size: 14px;
    padding-left: 40px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

.top-section6__content-accordion-item.is-open .top-section6__content-accordion-item-text-p {
  opacity: 1;
}

.top-section6__botan {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-section6__botan {
    margin-top: 30px;
  }
}

.top-section6__btn-link {
  display: inline-block;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 600;
  background-color: #e5005a;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .top-section6__btn-link {
    padding: 18px 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-section6__btn-link {
    padding: 15px 40px;
    font-size: 15px;
  }
}
.top-section6__btn-link:hover {
  background-color: #b20046;
}

.top-section6__content-accordion-item-icon {
  width: 15px;
  height: 15px;
  position: relative;
  background-image: url(../images/accordion-sankaku.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.top-section6__content-accordion-item.is-open .top-section6__content-accordion-item-icon {
  transform: rotate(0deg);
}

.top-section6__content-accordion-item-icon::before,
.top-section6__content-accordion-item-icon::after {
  display: none;
}

.top-section7 {
  background-image: url(../images/top-profil-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section7 {
    padding: 100px 0 60px 0;
  }
}

.top-section7__content {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-section7__content {
    padding-bottom: 50px;
  }
}

.top-section7__content-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-section7__content-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: left;
  }
  .top-section7__content-text br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-section7__content-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.top-section7__content-text-bottom {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: right;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-section7__content-text-bottom {
    font-size: 16px;
    padding-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .top-section7__content-text-bottom {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.top-section7__profile-wrapper {
  display: flex;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 80px 50px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-section7__profile-wrapper {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-section7__profile-wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }
}

.top-section7__profile-wrapper-left {
  padding-right: 50px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .top-section7__profile-wrapper-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.top-section7__profile-wrapper-left-title {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-section7__profile-wrapper-left-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.top-section7__profile-wrapper-left-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-section7__profile-wrapper-left-text {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }
}

.top-section7__profile-wrapper-right {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .top-section7__profile-wrapper-right {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.top-section7__profile-wrapper-right-image {
  width: 100%;
  height: auto;
}
.top-section7__profile-wrapper-right-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.top-section8 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section8 {
    padding: 60px 0;
  }
}

.top-section8__content-image {
  max-width: 1010px;
  max-height: 715px;
  width: 100%;
  margin: 80px 0 100px 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-section8__content-image {
    margin: 40px 0 50px 0;
  }
}

.top-section8__content-text {
  padding-bottom: 20px;
}

.top-section9__title {
  padding-bottom: 40px;
}

.top-section9__content {
  padding: 50px 50px 20px 50px;
  border: solid 2px #9dbe42;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-section9__content {
    padding: 30px 20px 10px 20px;
  }
}

.top-section9__content-item {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-section9__content-item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}

.top-section9-item-date {
  font-size: 16px;
  font-weight: 300;
  background-color: #eeeeee;
  color: #000;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-section9-item-date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.top-news__link {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-news__link {
    display: contents;
  }
}

.top-section10 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section10 {
    padding: 60px 0;
  }
}

.top-section10__title {
  padding-bottom: 40px;
}

.top-section10__content {
  padding: 50px 50px 20px 50px;
  border: solid 2px #9dbe42;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .top-section10__content {
    padding: 30px 20px 10px 20px;
  }
}

.top-section10__content-item {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-section10__content-item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}

.top-section10-item-date {
  font-size: 16px;
  font-weight: 300;
  background-color: #eeeeee;
  color: #000;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-section10-item-date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.top-section10__content-botan,
.top-section9__content-botan {
  text-align: center;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .top-section10__content-botan,
.top-section9__content-botan {
    text-align: center;
  }
}

.top-section10__content-btn-link,
.top-section9__content-btn-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-right: 30px;
  transition: opacity 0.3s;
}
.top-section10__content-btn-link::after,
.top-section9__content-btn-link::after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #e5005a;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background-color 0.3s;
}
.top-section10__content-btn-link:hover,
.top-section9__content-btn-link:hover {
  opacity: 0.7;
}
.top-section10__content-btn-link:hover::after,
.top-section9__content-btn-link:hover::after {
  background-color: #b20046;
}
@media screen and (max-width: 768px) {
  .top-section10__content-btn-link,
.top-section9__content-btn-link {
    font-size: 14px;
  }
}

.top-section11 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-section11 {
    padding: 60px 0;
  }
}

.top-section11__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-section11__content {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .top-section11__content {
    padding: 30px 20px;
  }
}

.top-section11__content-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.top-section11__content-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-text {
    font-size: 14px;
  }
}

.top-section11-address-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-section11-address-wrapper {
    align-items: flex-start;
  }
}

.top-section11__address-image {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-section11__address-image {
    margin-bottom: 10px;
  }
}

.top-section11__content-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 2px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .top-section11__content-top {
    flex-direction: column;
    padding-bottom: 15px;
  }
}

.top-section11__content-top-left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .top-section11__content-top-left {
    width: 100%;
    margin-bottom: 15px;
  }
}

.top-section11__content-top-right {
  width: 40%;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-top-right {
    width: 100%;
    justify-content: center;
    gap: 50px;
  }
}

.top-section11__content-top-qr-image1,
.top-section11__content-top-qr-image2 {
  text-align: center;
}

.top-section11__content-qr-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-qr-text {
    font-size: 12px;
  }
}

.top-section11__content-top-qr-img1,
.top-section11__content-top-qr-img2 {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-section11__content-top-qr-img1,
.top-section11__content-top-qr-img2 {
    width: 100px;
  }
}

.top-section11__content-bottom {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom {
    flex-direction: column;
    padding-top: 30px;
  }
}

.top-section11__content-bottom-left {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-section11__content-bottom-left-tell {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-left-tell {
    flex-wrap: wrap;
  }
}

.top-section11__content-bottom-left-tell-img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 10px;
}

.top-section11__content-bottom-left-tell-link {
  font-size: 16px;
  color: #000;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-left-tell-link {
    font-size: 20px;
    margin-right: 0;
    width: calc(100% - 34px);
  }
}

.top-section11__content-bottom-left-tell-text {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-left-tell-text {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 34px;
  }
}

.top-section11__content-bottom-left-mail {
  display: flex;
  align-items: center;
}

.top-section11__content-bottom-left-mail-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 10px;
}

.top-section11__content-bottom-map-image {
  max-width: 1400px;
  width: 100%;
  margin-top: 189px;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-map-image {
    margin-top: 50px;
  }
}

.top-section11__content-bottom-map-image iframe {
  max-width: 1350px;
  width: 100%;
  height: auto;
  aspect-ratio: 1350/651;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-map-image iframe {
    aspect-ratio: 4/3;
  }
}

.top-section11__content-bottom-left-mail-text {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-left-mail-text {
    font-size: 14px;
  }
}

.top-section11__content-bottom-right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-right {
    width: 100%;
  }
}

.top-section11__content-bottom-right-access {
  display: flex;
  align-items: center;
}

.top-section11__content-bottom-right-access-img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-right: 10px;
}

.top-section11__content-bottom-right-access-text {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top-section11__content-bottom-right-access-text {
    font-size: 14px;
  }
}

.sp2-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp2-br {
    display: block;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 500px) {
  .sp-br {
    display: block;
  }
}

.contact {
  padding: 150px 0;
}
@media screen and (max-width: 480px) {
  .contact {
    padding: 100px 0;
  }
}

.contact-inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-form-title {
  font-size: 28px;
  font-weight: 600;
  color: #4fa689;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 375px) {
  .contact-form-title {
    font-size: 24px;
  }
}

.contact-form-text {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 100px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contact-form-text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact-form-text {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
  }
}

.contact-form-field {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-bottom: 40px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .contact-form-field {
    height: auto;
    display: inline-block;
  }
}
.contact-form-field .contact-form-label-wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .contact-form-field {
    flex-wrap: wrap;
  }
  .contact-form-field .contact-form-label-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .contact-form-field .contact-form-label {
    width: auto;
  }
  .contact-form-field .contact-form-data {
    width: 100%;
  }
  .contact-form-field .required-label {
    margin: 0;
  }
}

.contact-form-field2 {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form-field2 {
    flex-direction: column;
  }
}

.contact-form-field3 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-bottom: 40px;
  height: 280px;
}
.contact-form-field3 .contact-form-label-wrap {
  display: contents;
}
@media screen and (max-width: 768px) {
  .contact-form-field3 {
    flex-wrap: wrap;
  }
  .contact-form-field3 .contact-form-label-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .contact-form-field3 .contact-form-label {
    width: auto;
  }
  .contact-form-field3 .contact-form-data {
    width: 100%;
  }
  .contact-form-field3 .required-label {
    margin: 0;
  }
}

.contact-form-label {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 20%;
}

.contact-form-label2 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contact-form-label2 {
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
  }
}

.contact-form-label2 p {
  display: flex;
  justify-content: space-between;
}

.required-label {
  display: inline-block;
  background: #9dbe42;
  color: #fff;
  font-size: 0.85em;
  padding: 2px 8px;
  margin: 0;
  vertical-align: middle;
  height: 25px;
  margin-right: 10px;
}

.required-label2 {
  display: inline-block;
  background: #9dbe42;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  margin-right: 9%;
  width: 16%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .required-label2 {
    margin-right: 0;
    width: 42px;
  }
}

.contact-form-data {
  width: 70%;
}

.contact-form-input {
  padding: 10px;
  border: 1px solid #9dbe42;
  border-radius: 5px;
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-form-input {
    margin: -11px 0;
  }
}

.contact-form-input-textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #9dbe42;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  height: 240px;
  min-height: 150px;
  resize: vertical;
  margin-left: 65px;
}
@media screen and (max-width: 768px) {
  .contact-form-input-textarea {
    margin-left: 0;
  }
}

.contact-checkbox-grid {
  gap: 16px 24px;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-checkbox-grid {
    gap: 16px;
  }
}

.contact-checkbox-grid .wpcf7-form-control-wrap,
.contact-checkbox-grid span.wpcf7-form-control-wrap {
  width: 100%;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
  position: relative;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  pointer-events: none !important;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  display: block !important;
  cursor: pointer !important;
  font-size: 14px !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  width: 100% !important;
  position: relative !important;
  padding-left: 30px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::before {
  content: "" !important;
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background: #f0f0f0 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transition: border-color 0.2s, background-color 0.2s !important;
  flex-shrink: 0 !important;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::after,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 6px !important;
  top: 3px !important;
  transform: rotate(45deg) scale(0) !important;
  width: 7px !important;
  height: 13px !important;
  border: solid #fff !important;
  border-width: 0 3px 3px 0 !important;
  opacity: 0 !important;
  transition: opacity 0.2s, transform 0.2s !important;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:hover::before {
  border-color: #e5005a !important;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked) label::before,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + label::before,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ label::before,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item.checked label::before,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item[data-checked=true] label::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked) label::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + label::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ label::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item.checked label::before,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item[data-checked=true] label::before {
  background-color: #e5005a !important;
  border-color: #e5005a !important;
}
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked) label::after,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + label::after,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ label::after,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item.checked label::after,
.contact-checkbox-grid .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item[data-checked=true] label::after,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input[type=checkbox]:checked) label::after,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + label::after,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ label::after,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item.checked label::after,
.contact-checkbox-grid span.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item[data-checked=true] label::after {
  opacity: 1 !important;
  transform: rotate(45deg) scale(1) !important;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  span.wpcf7-form-control-wrap span.wpcf7-checkbox {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0 !important;
  position: relative;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item input {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item label {
  display: block !important;
  cursor: pointer !important;
  font-size: 14px !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  width: 100% !important;
  position: relative !important;
  padding-left: 30px !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item label::before {
  content: "" !important;
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #ccc !important;
  border-radius: 4px !important;
  background: #f0f0f0 !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transition: border-color 0.2s, background-color 0.2s !important;
  flex-shrink: 0 !important;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item label::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 6px !important;
  top: 3px !important;
  transform: rotate(45deg) scale(0) !important;
  width: 7px !important;
  height: 13px !important;
  border: solid #fff !important;
  border-width: 0 3px 3px 0 !important;
  opacity: 0 !important;
  transition: opacity 0.2s, transform 0.2s !important;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item label:hover::before {
  border-color: #e5005a !important;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item input:checked + label::before,
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item input:checked ~ label::before,
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item.checked label::before,
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item[data-checked=true] label::before {
  background-color: #e5005a !important;
  border-color: #e5005a !important;
}
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item input:checked + label::after,
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item input:checked ~ label::after,
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item.checked label::after,
span.wpcf7-form-control-wrap span.wpcf7-checkbox span.wpcf7-list-item[data-checked=true] label::after {
  opacity: 1 !important;
  transform: rotate(45deg) scale(1) !important;
}

.contact-form-btn {
  display: inline-block;
  min-width: 300px;
  padding: 15px 80px;
  background-color: #e5005a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact-form-btn:hover {
  background-color: #fff;
  color: #e5005a;
  border: solid 2px #e5005a;
}

@media screen and (max-width: 768px) {
  .contact-form-field {
    align-items: flex-start;
    gap: 10px;
  }
  .contact-form-field .contact-form-label {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .contact-form-field .contact-form-data {
    width: 100%;
    margin-top: 10px;
  }
  .contact-form-field .required-label {
    margin: 0;
  }
  .contact-form-label {
    width: 100%;
  }
  .contact-form-input,
.contact-form-input-textarea {
    width: 100%;
  }
}
.news {
  padding: 100px 0;
}

.news-items {
  padding: 50px 50px 20px 50px;
  border: solid 2px #9dbe42;
  background-color: #fff;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .news-items {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .news-items {
    padding: 40px 15px 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .news-items {
    padding: 30px 20px 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .news-items {
    width: 100%;
    padding: 30px 10px 10px 10px;
  }
}

.news-item {
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #E0E0E0;
  padding: 25px 0 25px 15px;
}
@media screen and (max-width: 768px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    padding: 25px 0 25px 0;
  }
}

.news__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .news__link {
    flex-direction: column;
    align-items: flex-start;
  }
}

.news__link:hover {
  cursor: pointer;
  transform: scale(1.008);
}

.news-item-date {
  font-weight: 300;
  background-color: #eeeeee;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .news-item-date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.news-pagination {
  padding: 40px 0 30px 0;
  text-align: center;
}

.news-pagination-current {
  margin-right: 5px;
  font-size: 14px;
}

.news-pagination-separator {
  margin: 0 5px;
  font-size: 14px;
}

.news-pagination-total {
  margin-left: 5px;
  font-size: 14px;
}

.news2 {
  padding: 100px 0;
}

.news2-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news2-images {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}

.news2-img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .news2-img {
    aspect-ratio: 630/400;
  }
}

.news2-content {
  width: 100%;
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 30px;
}

.news2-date {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  display: inline-block;
}

.news2-title {
  font-size: 20px;
  margin-bottom: 50px;
  color: #000;
  font-weight: 600;
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .news2-title {
    margin-bottom: 30px;
  }
}

.news2-text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
}
.news2-text p {
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
  line-height: 1.8;
}
.news2-text p:last-of-type {
  margin-bottom: 0;
}

.top-section1__inner-gaiyou {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .top-section1__inner-gaiyou {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.staff-section {
  background-color: #f6fce7;
}

.staff-section__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .staff-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.staff-section__title {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .staff-section__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .staff-section__title {
    padding-top: 60px;
  }
}

.staff-section__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .staff-section__contents {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .staff-section__contents {
    padding: 0;
    gap: 30px;
    padding-bottom: 50px;
  }
}

.staff-section__item {
  position: relative;
  padding-bottom: 100px;
  margin-left: 20%;
}
@media screen and (max-width: 1200px) {
  .staff-section__item {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
}

.staff-section__image {
  border-radius: 20%;
  width: 300px;
  height: 370px;
  position: absolute;
  top: -10%;
  left: -30%;
}
.staff-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .staff-section__image {
    position: relative;
    top: 30px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .staff-section__image {
    width: 280px;
    height: 350px;
    top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .staff-section__image {
    width: 240px;
    height: 300px;
  }
}

.staff-section__info {
  background-color: #fff;
  padding: 100px;
  border-radius: 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .staff-section__info {
    padding: 100px 50px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .staff-section__info {
    padding: 60px 30px 0px 30px;
  }
}
@media screen and (max-width: 480px) {
  .staff-section__info {
    padding: 40px 20px;
    border-radius: 10px;
  }
}

.staff-section__info-box {
  display: flex;
  gap: 15%;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .staff-section__info-box {
    justify-content: center;
    gap: 20px;
  }
}

.staff-section__name {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .staff-section__name {
    font-size: 20px;
  }
}

.staff-section__sikaku {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .staff-section__sikaku {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .staff-section__sikaku {
    font-size: 14px;
  }
}

.staff-section__position {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .staff-section__position {
    font-size: 14px;
  }
}

.staff-section__text {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .staff-section__text {
    font-size: 14px;
    padding-bottom: 15px;
  }
}

.top-section11__inner-gaiyou {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .top-section11__inner-gaiyou {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top-section8__inner-gaiyou {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .top-section8__inner-gaiyou {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.houzin-gaiyou {
  padding-bottom: 100px;
}

.houzin-gaiyou__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .houzin-gaiyou__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.houzin-gaiyou__content {
  border: 2.5px solid #9dbe42;
  padding: 20px 70px 70px 70px;
  background-color: #fff;
  margin: 50px auto 0;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .houzin-gaiyou__content {
    padding: 20px 30px 50px 30px;
  }
}
@media screen and (max-width: 480px) {
  .houzin-gaiyou__content {
    padding: 20px 10px 40px 10px;
  }
}

.houzin-gaiyou_item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .houzin-gaiyou_item {
    padding-top: 35px;
  }
}
@media screen and (max-width: 480px) {
  .houzin-gaiyou_item {
    flex-direction: column;
  }
}

.houzin-gaiyou_item-title {
  width: 20%;
  margin-left: 25px;
  color: #88b04b;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .houzin-gaiyou_item-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .houzin-gaiyou_item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .houzin-gaiyou_item-title {
    width: 100%;
    margin-left: 0;
  }
}

.houzin-gaiyou_item-text {
  width: 80%;
  color: #313131;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .houzin-gaiyou_item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .houzin-gaiyou_item-text {
    width: 100%;
    margin-left: 0;
  }
}

.houzin-gaiyou_item-text a {
  width: 80%;
  color: #313131;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .houzin-gaiyou_item-text a {
    font-size: 14px;
  }
}

.privacy-policy-btn {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #0066cc;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .privacy-policy-btn {
    text-align: left;
  }
}

.privacy-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.privacy-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .privacy-modal__content {
    padding: 20px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .privacy-modal__content {
    padding: 20px 10px;
    width: 95%;
    border-radius: 5px;
  }
}

.privacy-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #313131;
  background: none;
  border: none;
  padding: 5px;
}

.privacy-modal__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 480px) {
  .privacy-modal__title {
    font-size: 18px;
  }
}

.privacy-modal__texts {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.privacy-modal__texts h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.privacy-modal__texts p {
  margin-bottom: 17px;
}

.privacy-modal__texts a {
  color: #0066cc;
  text-decoration: none;
}

.privacy-modal__item h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #313131;
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.privacy-modal__item p {
  text-align: left;
  margin-bottom: 50px;
}

.top-section8__inner-sien {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .top-section8__inner-sien {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sien-top-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sien-top-section {
    padding: 50px 0;
  }
}

.sien-top-section__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .sien-top-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sien-top-section__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .sien-top-section__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .sien-top-section__main-title {
    font-size: 20px;
  }
}

.sien-top-section__wrapper {
  background-color: #f6fce7;
  padding: 100px 80px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sien-top-section__wrapper {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  .sien-top-section__wrapper {
    padding: 50px 10px;
  }
}

.sien-top-section__content1 {
  border: 2px solid #9dbe42;
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content1 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 375px) {
  .sien-top-section__content1 {
    padding: 30px 10px;
  }
}

.sien-top-section__content1-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content1-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .sien-top-section__content1-title {
    font-size: 16px;
    padding-bottom: 25px;
    letter-spacing: 0.03em;
  }
  .sien-top-section__content1-title .sp-br::after {
    content: "\a";
    white-space: pre;
  }
}

.sien-top-section__content1-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content1-items {
    padding-top: 30px;
    gap: 15px;
  }
}

.sien-top-section__content1-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content1-item {
    gap: 15px;
  }
}

.sien-top-section__content1-item-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  flex-shrink: 0;
  background-color: #e5005a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content1-item-number {
    width: 35px;
    height: 35px;
    min-width: 35px;
    font-size: 16px;
  }
}

.sien-top-section__content1-item-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content1-item-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sien-top-section__content2 {
  border: 2px solid #9dbe42;
  background-color: #fff;
  padding: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content2 {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .sien-top-section__content2 {
    padding: 35px 15px;
  }
}

.sien-top-section__content2-title {
  padding-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content2-title {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .sien-top-section__content2-title {
    font-size: 18px;
    padding-bottom: 25px;
    letter-spacing: 0.03em;
  }
}

.sien-top-section__content2-box {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .sien-top-section__content2-box {
    flex-direction: column;
    gap: 30px;
  }
}

.sien-top-section__content2-image {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content2-image {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .sien-top-section__content2-image {
    max-width: 170px;
  }
}
@media screen and (max-width: 375px) {
  .sien-top-section__content2-image {
    max-width: 140px;
  }
}

.sien-top-section__content2-img {
  width: 330px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content2-img {
    width: 100%;
  }
}

.sien-top-section__content2-texts {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .sien-top-section__content2-texts {
    width: 100%;
  }
}

.sien-top-section__content2-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sien-top-section__content2-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .sien-top-section__content2-text {
    font-size: 15px;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
  }
}
.sien-top-section__content2-text::before {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #e5005a;
  border-radius: 50%;
  margin-right: 15px;
}
@media screen and (max-width: 375px) {
  .sien-top-section__content2-text::before {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.sien-top-section__content2-text:last-child {
  margin-bottom: 0;
}

.sien-bottom-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section {
    padding: 40px 0;
  }
}

.sien-bottom-section__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sien-bottom-section-top {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.sien-bottom-section-top__title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sien-bottom-section-top__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #9dbe42;
  padding: 10px 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.sien-bottom-section-top__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #9dbe42 transparent transparent transparent;
}
.sien-bottom-section-top__title .sp-break {
  display: none;
}
@media screen and (max-width: 600px) {
  .sien-bottom-section-top__title .sp-break {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-top__title {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 8px 15px;
    width: 100%;
    max-width: 100%;
  }
  .sien-bottom-section-top__title::after {
    bottom: -12px;
    border-width: 12px 8px 0 8px;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-top__title {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 6px 10px;
  }
  .sien-bottom-section-top__title::after {
    bottom: -10px;
    border-width: 10px 7px 0 7px;
  }
}

.sien-bottom-section-top__main-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .sien-bottom-section-top__main-title {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-top__main-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-top__main-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.sien-bottom-section-top__sub-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-top__sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sien-bottom-section-top__sub-title {
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-top__sub-title {
    font-size: 14px;
  }
}

.sien-bottom-section-center {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-center {
    padding: 50px 0;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-center {
    padding: 30px 0;
  }
}

.sien-bottom-section-top__image {
  width: 135px;
  height: 125px;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-top__image {
    width: 100px;
    height: auto;
  }
}

.sien-bottom-section-center__item {
  display: flex;
  align-items: center;
  gap: 50px;
  border: 2.5px solid #9dbe42;
  margin-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-center__item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-center__item {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.sien-bottom-section-center__item:last-child {
  margin-bottom: 0;
}

.sien-bottom-section-center__item-image {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-center__item-image {
    width: 100%;
  }
}

.sien-bottom-section-center__item-img {
  width: 100%;
  height: auto;
}

.sien-bottom-section-center__item-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-center__item-left {
    width: 100%;
    gap: 15px;
    padding: 0 20px 30px 20px;
  }
}

.sien-bottom-section-center__item-title {
  font-size: 18px;
  color: #9dbe42;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-center__item-title {
    font-size: 16px;
    text-align: center;
  }
}

.sien-bottom-section-center__item-text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-center__item-text {
    font-size: 16px;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-center__item-text {
    font-size: 14px;
  }
}

.sien-bottom-section-bottom {
  padding-bottom: 40px;
  position: relative;
}

.sien-bottom-section-bottom__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-bottom__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-bottom__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sien-bottom-section-bottom__box {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sien-bottom-section-bottom__box {
    flex-direction: column;
  }
}

.sien-bottom-section-bottom__box-left {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .sien-bottom-section-bottom__box-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.sien-bottom-section-bottom__box-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.sien-bottom-section-bottom__box-title .underline {
  display: inline-block;
  border-bottom: #fcc9d0 3px solid;
  line-height: 1.6;
  padding-bottom: 3px;
}
@media screen and (max-width: 1024px) {
  .sien-bottom-section-bottom__box-title {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .sien-bottom-section-bottom__box-title {
    font-size: 20px;
  }
}

.sien-bottom-section-bottom__box-text {
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .sien-bottom-section-bottom__box-text {
    font-size: 16px;
  }
}

.sien-bottom-section-bottom__box-text2 {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .sien-bottom-section-bottom__box-text2 {
    font-size: 16px;
  }
}

.sien-bottom-section-bottom__box-right {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .sien-bottom-section-bottom__box-right {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-bottom__box-right {
    width: 100%;
    padding: 15px;
  }
}

.sien-bottom-section-bottom__box-img {
  width: 430px;
  height: 400px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-bottom__box-img {
    width: 330px;
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-bottom__box-img {
    width: 275px;
    height: 260px;
  }
}

.sien-bottom-section-bottom__box-img-maru {
  width: 100%;
  position: absolute;
  max-width: 430px;
  top: 44%;
  left: 46%;
}
@media screen and (max-width: 1200px) {
  .sien-bottom-section-bottom__box-img-maru {
    left: 41%;
  }
}
@media screen and (max-width: 1024px) {
  .sien-bottom-section-bottom__box-img-maru {
    max-width: 520px;
    top: 61%;
    left: 15%;
  }
}
@media screen and (max-width: 900px) {
  .sien-bottom-section-bottom__box-img-maru {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .sien-bottom-section-bottom__box-img-maru {
    max-width: 350px;
    top: 61%;
    left: 18%;
  }
}
@media screen and (max-width: 600px) {
  .sien-bottom-section-bottom__box-img-maru {
    left: 13%;
  }
}
@media screen and (max-width: 480px) {
  .sien-bottom-section-bottom__box-img-maru {
    left: 9%;
    top: 63%;
    max-width: 315px;
  }
}
@media screen and (max-width: 375px) {
  .sien-bottom-section-bottom__box-img-maru {
    left: 10%;
    top: 62%;
    max-width: 265px;
  }
}

.kyuuzin-top {
  width: 100%;
  position: relative;
}

.kyuuzin-top-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kyuuzin-top-texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .kyuuzin-top-texts {
    align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .kyuuzin-top-texts {
    padding-bottom: 10%;
    gap: 15px;
  }
}
@media screen and (max-width: 375px) {
  .kyuuzin-top-texts {
    gap: 0px;
  }
}

.kyuuzin-top-text {
  font-size: 18px;
  text-align: center;
  color: #313131;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .kyuuzin-top-text {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .kyuuzin-top-text {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
  }
  .kyuuzin-top-text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .kyuuzin-top-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .kyuuzin-top-text {
    font-size: 15px;
    font-weight: 400;
  }
}

.kyuuzin-top-image-right-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .kyuuzin-top-image-right-sp {
    display: block;
    position: absolute;
    top: 12%;
    right: 6%;
    width: 150px;
    height: 80px;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .kyuuzin-top-image-right-sp {
    top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .kyuuzin-top-image-right-sp {
    top: 30%;
    width: 110px;
    height: 58px;
  }
}
@media screen and (max-width: 375px) {
  .kyuuzin-top-image-right-sp {
    top: 26%;
  }
}

.kyuuzin-top-img-right-sp {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kyuuzinn-itiran {
  width: 100%;
  padding-top: 100px;
}

.kyuuzinn-itiran__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6fce7;
}
@media screen and (max-width: 768px) {
  .kyuuzinn-itiran__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.kyuuzin-itiran-wrapper {
  width: 100%;
  background-color: #f6fce7;
  padding: 80px 0;
}

.kyuuzinn-itiran-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: 3px solid #9dbe42;
  background-color: #fff;
  padding: 30px 30px 50px 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 375px) {
  .kyuuzinn-itiran-items {
    padding: 30px 8px 50px 8px;
  }
}

.kyuuzin-itiran-main-title {
  font-size: 22px;
  text-align: center;
  color: #9dbe42;
  font-weight: 600;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-main-title {
    font-size: 18px;
  }
}

.kyuuzinn-itiran-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}

.kyuuzin-itiran-title {
  width: 20%;
  max-width: 125px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .kyuuzin-itiran-title {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-title {
    margin-left: 0px;
    width: 25%;
  }
}

.kyuuzin-itiran-title-text {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #e5005a;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-title-text {
    font-weight: 300;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-title-text {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 1px;
  }
}

.kyuuzin-itiran-text {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .kyuuzin-itiran-text {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-text {
    margin-left: 15px;
  }
}

.kyuuzin-itiran-text-text {
  font-size: 18px;
  text-align: center;
  color: #313131;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-text-text {
    font-weight: 300;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .kyuuzin-itiran-text-text {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }
}

.kyuuzin-detail {
  padding-top: 150px;
}
@media screen and (max-width: 480px) {
  .kyuuzin-detail {
    padding-top: 80px;
  }
}

.kyuuzin-detail__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f6fce7;
}
@media screen and (max-width: 768px) {
  .kyuuzin-detail__inner {
    padding: 50px 15px;
  }
}

.kyuuzin-detail-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #9dbe42;
  background-color: #fff;
  padding: 30px 30px 50px 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .kyuuzin-detail-wrapper {
    padding: 30px 10px 50px 10px;
  }
}

.kyuuzin-detail-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

.kyuuzin-detail-main-title {
  font-size: 22px;
  text-align: center;
  color: #9dbe42;
  font-weight: 600;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 600px) {
  .kyuuzin-detail-main-title {
    font-size: 18px;
  }
}

.kyuuzin-detail-image {
  width: 100%;
}

.kyuuzin-detail-title {
  font-size: 18px;
  color: #313131;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  background-color: #F6F6F6;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .kyuuzin-detail-title {
    font-size: 16px;
  }
}

.kyuuzin-detail-text {
  font-size: 18px;
  color: #313131;
  font-weight: 500;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .kyuuzin-detail-text {
    font-size: 16px;
    padding-left: 10px;
  }
}

.kyuuzin-detail-text2 {
  font-size: 18px;
  color: #313131;
  font-weight: 500;
  padding-bottom: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .kyuuzin-detail-text2 {
    font-size: 16px;
  }
}

.kyuuzin-detail-botan {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kyuuzin-detail-botan {
    margin-top: 30px;
  }
}
.kyuuzin-detail-botan.md-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .kyuuzin-detail-botan.md-none {
    display: block;
    margin-top: 0px;
  }
}
.kyuuzin-detail-botan.md-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .kyuuzin-detail-botan.md-show {
    display: none;
  }
}

.kyuuzin-detail-botan-link {
  display: inline-block;
  min-width: 200px;
  padding: 15px 80px;
  background-color: #e5005a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.kyuuzin-detail-botan-link:hover {
  background-color: #fff;
  color: #e5005a;
  cursor: pointer;
  border: solid 2px #e5005a;
}
@media screen and (max-width: 480px) {
  .kyuuzin-detail-botan-link {
    min-width: 180px;
    padding: 12px 50px;
    font-size: 14px;
  }
}

.information1 {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .information1 {
    padding: 80px 0 40px 0;
  }
}

.information__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .information__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.information1__text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .information1__text {
    font-size: 16px;
  }
}

.information__title2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .information__title2 {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.information__main-title2 {
  font-size: 28px;
  width: 100%;
  font-weight: 600;
  color: #4fa689;
  text-align: left;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .information__main-title2 {
    font-size: 23px;
  }
}

.information-title-image {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .information-title-image {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .information-title-image {
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .information-title-image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .information-title-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.information-title-img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .information-title-img {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .information-title-img {
    max-width: 120px;
  }
}
@media screen and (max-width: 375px) {
  .information-title-img {
    max-width: 100px;
  }
}

.information2__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding-top: 100px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .information2__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .information2__items {
    grid-column-gap: 10px;
  }
}

.information2-main__img {
  width: 100%;
  height: 0;
  padding-bottom: 67.5675675676%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.information2-main__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .information2-main__img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 375px) {
  .information2-main__img {
    margin-bottom: 0;
  }
}

.information2__text-wrapper {
  padding: 0 5px;
}

.information2__date {
  color: #313131;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .information2__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .information2__date {
    font-size: 10px;
  }
}

.information2__title {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .information2__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 375px) {
  .information2__title {
    font-size: 13px;
  }
}

.information3 {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .information3 {
    padding-top: 80px;
  }
}

.information__title3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .information__title3 {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .information__title3 {
    padding-bottom: 30px;
  }
}

.information__main-title3 {
  font-size: 28px;
  width: 100%;
  font-weight: 600;
  color: #4fa689;
  text-align: left;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .information__main-title3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 900px) {
  .information__main-title3 {
    padding-bottom: 10px;
  }
}

.information-title-image2 {
  width: 85%;
}
@media screen and (max-width: 1200px) {
  .information-title-image2 {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .information-title-image2 {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .information-title-image2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.information3__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .information3__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .information3__items {
    grid-column-gap: 10px;
  }
}

.information-kasou-main {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .information-kasou-main {
    padding: 70px 0;
  }
}

.information-kasou-main__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .information-kasou-main__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.information-kasou-main__date {
  color: #313131;
  font-size: 16px;
  padding-bottom: 20px;
  display: block;
  letter-spacing: 0.05em;
}

.information-kasou-main__date-sp {
  color: #313131;
  font-size: 16px;
  padding-top: 20px;
  display: block;
  letter-spacing: 0.05em;
  text-align: right;
}

.information-kasou-main__title {
  font-size: 25px;
  font-weight: 600;
  color: #313131;
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .information-kasou-main__title {
    font-size: 22px;
    padding-bottom: 40px;
  }
}

.information-kasou-main-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 11/6;
}

.information-kaosu-main-texts {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .information-kaosu-main-texts {
    padding: 30px 0 45px 0;
  }
}

.information-kaosu-main-text1 {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .information-kaosu-main-text1 {
    font-size: 14px;
  }
}

.information-kasou-main-text2 {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .information-kasou-main-text2 {
    font-size: 14px;
  }
}

.information-kasou-main-kanren {
  margin-bottom: 70px;
  border: 1px solid #E0E0E0;
  height: 100px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .information-kasou-main-kanren {
    margin-bottom: 40px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .information-kasou-main-kanren {
    height: 100px;
  }
}

.information-kasou-main-kanren-title {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .information-kasou-main-kanren-title {
    font-size: 14px;
  }
}

.information-kasou-mokuzi {
  padding-bottom: 130px;
}

.information-kasou-mokuzi__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .information-kasou-mokuzi__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.information-kasou-mokuzi__content {
  background-color: #f6fce7;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .information-kasou-mokuzi__content {
    padding: 15px 20px;
  }
}

.information-kasou-mokuzi__title {
  font-size: 25px;
  font-weight: 600;
  color: #9dbe42;
  padding-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .information-kasou-mokuzi__title {
    font-size: 22px;
  }
}

.information-kasou-mokuzi__lists {
  background-color: #fff;
  padding: 20px 20px 20px 25px;
}

.information-kasou-mokuzi__item {
  position: relative;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1.5;
}
.information-kasou-mokuzi__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5005a;
}

.information-kasou-mokuzi__link {
  font-size: 18px;
  color: #313131;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .information-kasou-mokuzi__link {
    font-size: 16px;
  }
}

.information-kasou-komidashi {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .information-kasou-komidashi {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .information-kasou-komidashi {
    padding-bottom: 70px;
  }
}

.information-kasou-komidashi__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .information-kasou-komidashi__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.information-kasou-komidashi__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.information-kasou-komidashi__image {
  width: 100%;
  max-width: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.information-kasou-komidashi-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 9/5;
}

.information-kasou-komidashi__text {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
  padding-top: 50px;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .information-kasou-komidashi__text {
    padding-bottom: 15px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .information-kasou-komidashi__text {
    font-size: 14px;
    font-weight: 500;
  }
}

.information-kasou-komidashi-kanren {
  margin-top: 70px;
  border: 1px solid #E0E0E0;
  height: 100px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.information-kasou-komidashi-kanren-title {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .information-kasou-komidashi-kanren-title {
    font-size: 14px;
  }
}

.information-kasou-profile {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .information-kasou-profile {
    padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .information-kasou-profile {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}

.information-kasou-profile__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .information-kasou-profile__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.information-kasou-profile__contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.information-kasou-profile__content {
  display: flex;
  gap: 30px;
  background-color: #fff;
  padding: 25px 20px;
  border: 1px solid #9dbe42;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .information-kasou-profile__content {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .information-kasou-profile__content {
    padding: 25px 10px;
  }
}

.information-kasou-profile__image {
  width: 40%;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 768px) {
  .information-kasou-profile__image {
    width: 100%;
  }
}

.information-kasou-profile-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}

.information-kasou-prifile-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .information-kasou-prifile-right {
    width: 100%;
  }
}

.information-kasou-prifile-title {
  font-size: 23px;
  font-weight: 600;
  color: #313131;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .information-kasou-prifile-title {
    font-size: 20px;
  }
}

.information-kasou-prifil-text {
  font-size: 16px;
  color: #313131;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .information-kasou-prifil-text {
    font-size: 14px;
  }
}

.information-kasou-prifil-main-text {
  font-size: 16px;
  color: #313131;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .information-kasou-prifil-main-text {
    font-size: 14px;
  }
}

.information-kasou-profile-kanren {
  margin-top: 30px;
  border: 1px solid #E0E0E0;
  height: 100px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.information-kasou-profile-kanren-title {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .information-kasou-profile-kanren-title {
    font-size: 14px;
  }
}

/*16px＝1rem*/
.header-spacer {
  display: none;
  height: 0;
}

.header-spacer.is-active {
  display: block;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .header-spacer.is-active {
    height: 90px;
  }
}

.inner {
  width: 100%;
  max-width: 1477px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #4fa689;
  text-align: left;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 23px;
  }
}

.section-title-center {
  font-size: 28px;
  font-weight: 600;
  color: #4fa689;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-title-center {
    font-size: 23px;
  }
}

.botan {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.btn {
  display: inline-block;
  min-width: 200px;
  padding: 15px 80px;
  background-color: #e5005a;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background-color: #fff;
  color: #e5005a;
  cursor: pointer;
  border: solid 2px #e5005a;
}
@media screen and (max-width: 375px) {
  .btn {
    min-width: 180px;
    padding: 12px 60px;
    font-size: 14px;
  }
}

.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #e6ecd7 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 13px 13px;
}

@media screen and (max-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lg-show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.md2-show {
  display: none;
}
@media screen and (max-width: 900px) {
  .md2-show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .md2-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .md-hide {
    display: none;
  }
}

.sp2-show {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp2-show {
    display: block;
  }
}

.kasou-page-top {
  width: 100%;
  height: 100%;
  padding-top: 135px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .kasou-page-top {
    padding-top: 80px;
  }
}

.kasou-page-top-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.kasou-page-title {
  color: #313131;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 30%;
  left: 19%;
  transform: translate(-30%, -19%);
  padding-top: 160px;
}
@media screen and (max-width: 1200px) {
  .kasou-page-title {
    left: 20%;
    padding-top: 105px;
  }
}

.kasou-page-top-sp {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .kasou-page-top-sp {
    padding-top: 60px;
  }
}

.kasou-page-titles-sp {
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 13%;
  left: 10%;
  transform: translate(-13%, -10%);
}
@media screen and (max-width: 768px) {
  .kasou-page-titles-sp {
    top: 12%;
  }
}
@media screen and (max-width: 600px) {
  .kasou-page-titles-sp {
    top: 11%;
  }
}
@media screen and (max-width: 375px) {
  .kasou-page-titles-sp {
    top: 12%;
  }
}
@media screen and (max-width: 480px) {
  .kasou-page-titles-sp {
    top: 12%;
    font-size: 17px;
  }
}

.kasou-page-breadcrumb {
  padding-top: 100px;
  padding-bottom: 100px;
  position: absolute;
  top: 1%;
  left: 3%;
  padding-top: 140px;
}
@media screen and (max-width: 1200px) {
  .kasou-page-breadcrumb {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .kasou-page-breadcrumb {
    top: 1%;
  }
}
@media screen and (max-width: 768px) {
  .kasou-page-breadcrumb {
    top: 5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .kasou-page-breadcrumb {
    top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .kasou-page-breadcrumb {
    font-size: 12px;
    top: 5%;
  }
}

.kasou-page-breadcrumb-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .kasou-page-breadcrumb-link {
    font-size: 14px;
  }
}

.breadcrumb span {
  color: #000;
}

.kasou-page-breadcrumb-arrow {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .kasou-page-breadcrumb-arrow {
    font-size: 14px;
  }
}