@charset "UTF-8";
:root {
  /* Colors: */
  --white01: #F5F5F5;
  --gray01: #707070;
  --gray02: #D9D9D9;
  --white02: #FFFFFF;
  --orange01: #F7B560;
  --green01: #94C572;
}

img {
  width: 100%;
  height: auto;
}

html {
  font-family: "Archivo Narrow", sans-serif;
}

a {
  text-decoration: none;
}
a:visited {
  color: #555555;
}

body {
  background-color: #F9F9F9;
  color: #555555;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--white02);
  padding: 5px 5px;
  border-radius: 999px;
  margin: 0 30px;
  gap: 6px;
}
.header__inner-img {
  background-image: url(../images/FV.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 20px;
}
.header__logo {
  width: 100px;
  margin: 0;
}
.header__mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  .header__mobile-menu {
    display: block;
  }
}
.header__menu_btn {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 34px;
  height: 21px;
  transition: all 1s;
}
.header__menu_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transition: all 0.4s;
}
.header__menu_btn span:nth-of-type(1) {
  top: 0;
}
.header__menu_btn span:nth-of-type(2) {
  top: 10px;
}
.header__menu_btn span:nth-of-type(3) {
  bottom: 0;
}
.header__menu_btn::after {
  content: "MENU";
  font-size: 11px;
  position: absolute;
  bottom: -20px;
}
.header__menu_btn.active::after {
  content: "CLOSE";
  left: -2px;
}
.header__menu_btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header__menu_btn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.header__nav-link {
  text-decoration: none;
  color: var(--black01);
  font-weight: 600;
  padding: 6px 12px;
}
.header__nav-link:hover {
  color: var(--green01);
}
.header__nav-link:visited {
  color: var(--black01);
}
.header__nav-button {
  display: inline-block;
  text-decoration: none;
  background-color: var(--orange01);
  color: var(--white02);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  border: 2px solid var(--orange01);
}
.header__nav-button:visited {
  color: var(--white02);
}
.header__image {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 300px;
  padding-top: 200px;
}
.header__image-title {
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: bold;
  color: var(--green01);
}
.header__news {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 350px;
  height: auto;
  background-color: var(--orange01);
  color: var(--white02);
  padding: 20px 10px;
  border-radius: 30px;
}
.header__news-title {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.header__news-day {
  font-family: "Archivo Narrow", sans-serif;
  font-size: 12px;
}

.container_05 {
  height: 300px;
  background-color: #dad5a4;
}

.scrollbar-text_05 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar_05 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar_05::before {
  content: "";
  display: block;
  width: 2px;
  height: 70px;
  margin: 0 auto;
  background-color: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.scrollbar_05::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 19px;
  height: 16px;
  border-right: 2px solid #fff;
  transform: translate(-50%, 0) rotate(45deg);
  transform-origin: center;
  animation: arrowHead 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes liner-arrow {
  0% {
    transform: translateX(-50%) rotate(-45deg) scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: translateX(-50%) rotate(-45deg) scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: translateX(-50%) rotate(-45deg) scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: translateX(-50%) rotate(-45deg) scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes arrowHead {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) rotate(45deg);
  }
  45% {
    opacity: 1;
    transform: translate(-50%, 0) rotate(45deg);
  }
  80% {
    opacity: 1;
    transform: translate(-50%, 0px) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0px) rotate(45deg);
  }
}
.footer {
  background-color: var(--white02);
}
.footer__inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer__left {
  margin-top: 80px;
}
.footer__logo {
  width: 200px;
}
.footer__text {
  font-size: 16px;
  margin-top: 40px;
}
.footer__right {
  margin-top: 80px;
}
.footer__nav-list {
  display: flex;
  list-style: none;
  text-decoration: none;
}
.footer__nav li {
  margin-left: 20px;
}
.footer__nav a, .footer__nav a:visited, .footer__mobile-menu a, .footer__mobile-menu a:visited {
  color: inherit;
  text-decoration: none;
}
.footer__mobile-menu ul {
  display: flex;
  list-style: none;
  text-decoration: none;
  justify-content: flex-end;
  margin-top: 120px;
  width: 100%;
}
.footer__mobile-menu li {
  gap: 20px;
  background-color: var(--white01);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 999px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 10px;
  margin-left: 20px;
}
.footer__mobile-menu img {
  width: 25px;
  height: 25px;
}
.footer__copyrite {
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer__copyrite p {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
  }
  .footer__right {
    margin-top: 30px;
    width: 100%;
  }
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
  .footer__mobile-menu ul {
    margin-top: 30px;
  }
  .footer__mobile-menu li {
    margin-right: 20px;
  }
}
.contact {
  background-color: var(--orange01);
  border-radius: 30px;
  margin: 40px auto;
  text-align: center;
  padding-bottom: 15px;
  max-width: 960px;
}
.contact__title {
  font-size: 26px;
  font-weight: bold;
  color: var(--white02);
  padding-top: 45px;
}
.contact__text {
  font-size: 12px;
  line-height: 1.5;
  color: var(--white02);
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact__description {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: var(--white02);
}
.contact__label {
  font-size: 14px;
  display: block;
  color: var(--white02);
}
.contact__phone {
  font-size: 20px;
  display: block;
  font-weight: bold;
  color: var(--white02);
}
.contact__button {
  background-color: var(--white02);
  color: var(--green01);
  border-radius: 20px;
  padding: 10px 60px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid var(--green01);
  cursor: pointer;
  margin-bottom: 15px;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .contact {
    margin: 20px;
  }
  .contact__info {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .contact__description {
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .contact__label {
    display: flex;
    text-align: center;
  }
}
header {
  margin-top: 20px;
}

main {
  margin-bottom: 160px;
}

.about {
  position: relative;
}
.about__logo {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.about__logo-img {
  width: 300px;
}
.about__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 300px;
}
.about__image-img {
  width: 180px;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__image--top-left {
  position: absolute;
  top: -90px;
  left: 180px;
  width: 200px;
  height: 252px;
}
.about__image--top-right {
  position: absolute;
  top: -50px;
  right: 175px;
}
.about__image--bottom-left {
  position: absolute;
  top: 300px;
  left: 312px;
  width: 200px;
  height: 200px;
}
.about__image--bottom-right {
  position: absolute;
  top: 300px;
  right: 240px;
  width: 200px;
  height: 200px;
}

.qa {
  display: flex;
  gap: 44px;
  margin: 0 auto;
  width: 960px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.qa__title {
  margin-top: 70px;
}
.qa__title h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 44px;
}
.qa__title img {
  width: 304px;
  display: flex;
  position: absolute;
  top: 45px;
}
.qa__list {
  width: 100%;
}

.qa-1 {
  margin-bottom: 50px;
  border-radius: 40px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 0 3px var(--green01);
  position: relative;
}

.qa-1 summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 22px 36px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  text-align: left;
}

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

.qa-1 summary::before,
.qa-1 summary::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 10px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

.qa-1 summary::before {
  left: -10px;
}

.qa-1 summary::after {
  right: -10px;
}

.qa-1__q,
.qa-1__a {
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.qa-1__q {
  color: var(--green01);
}

.qa-1__question {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}

.qa-1__toggle {
  display: inline-grid;
  place-items: center;
  width: 1em;
  height: 1em;
  font-size: 21px;
  line-height: 1;
  color: var(--green01);
  justify-self: end;
  transition: transform 0.4s ease;
}

.qa-1__icon {
  grid-area: 1/1;
  transition: opacity 0.4s ease;
}

.qa-1__icon--minus {
  opacity: 0;
}

.qa-1[open] .qa-1__toggle {
  transform: rotate(180deg);
}

.qa-1[open] .qa-1__icon--plus {
  opacity: 0;
}

.qa-1[open] .qa-1__icon--minus {
  opacity: 1;
}

.qa-1[open] summary::before,
.qa-1[open] summary::after {
  top: 100%;
}

.qa-1 p {
  margin: 0;
  padding: 18px 36px 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  color: #333;
  text-align: left;
}

.qa-1__a {
  color: var(--orange01);
}

.qa-1__answer-text {
  font-size: 16px;
  line-height: 1.6;
}

.news {
  display: flex;
  gap: 80px;
  margin: 0 auto;
  width: 960px;
  margin-top: 120px;
}
.news__title {
  margin-top: 70px;
}
.news__title h2 {
  font-size: 40px;
  position: relative;
}
.news__title img {
  width: 172px;
  display: flex;
  position: absolute;
  top: 45px;
}
.news__title p {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.news__right {
  animation: slide-right 0.5s ease-out 0s 1 forwards;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-color: var(--white02);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
  width: 50vw;
  margin-right: calc(50% - 50vw);
}
.news__right ul {
  list-style: none;
  text-decoration: none;
  padding-right: 30px;
}
.news__right-item {
  margin-bottom: 38px;
}
.news__date {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.news__date samp {
  font-size: 12px;
  color: #fff;
  background-color: var(--green01);
  padding: 5px 10px;
  border-radius: 5px;
}
.news__description {
  font-size: 20px;
}

.button-05 a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--green01);
  font-weight: 400;
  border: solid 1px var(--green01);
  border-radius: 999px;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--white02);
  margin-inline: auto;
  display: block;
}

.contact-form__top {
  margin-top: 30px;
  margin-left: 200px;
  font-size: 14px;
}
.contact-form__title {
  margin-top: 70px;
  margin-left: 200px;
}
.contact-form__title h2 {
  font-size: 40px;
  position: relative;
}
.contact-form__title img {
  width: 260px;
  display: flex;
  position: absolute;
  top: 45px;
}
.contact-form__title p {
  margin-top: 37px;
  font-size: 16px;
}
.contact-form__list {
  margin: 50px 200px;
  padding-top: 70px;
  padding: 70px 180px;
  background-color: white;
  border-radius: 100px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: solid 1px var(--green01);
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--green01);
  font-weight: 400;
  border: solid 1px var(--green01);
  border-radius: 999px;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--white02);
  margin-inline: auto;
  display: block;
}

.span {
  font-size: 12px;
  color: #fff;
  background-color: var(--green01);
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-header h2 {
  color: #333;
  margin-bottom: 0.5rem;
}

.form-header p {
  color: #666;
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-form {
    margin: 1rem;
    padding: 1.5rem;
  }
  .contact-form__top {
    margin-left: 15px;
  }
  .contact-form__title {
    margin-left: 15px;
  }
  .contact-form__list {
    margin: 50px 15px;
    padding: 20px 40px;
  }
  .form-control {
    padding: 0.625rem 0.875rem;
  }
  .btn-submit {
    padding: 0.75rem 1.5rem;
  }
}
header {
  margin-top: 20px;
}

main {
  margin-bottom: 164px;
}

header {
  margin-top: 20px;
}

main {
  margin-bottom: 164px;
}

.contact-thanks__top {
  margin-top: 30px;
  margin-left: 200px;
  font-size: 14px;
}
.contact-thanks__title {
  margin-top: 70px;
  margin-left: 200px;
}
.contact-thanks__title h2 {
  font-size: 40px;
  position: relative;
}
.contact-thanks__title img {
  width: 260px;
  display: flex;
  position: absolute;
  top: 45px;
}
.contact-thanks__title p {
  margin-top: 37px;
  font-size: 16px;
}
.contact-thanks__list {
  margin: 50px 200px;
  padding-top: 70px;
  padding: 70px 180px;
  background-color: white;
  border-radius: 100px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
}
.contact-thanks__list h3 {
  text-align: center;
  font-size: 20px;
}
.contact-thanks__list p {
  text-align: center;
  font-size: 16px;
}
.contact-thanks__p {
  text-align: center;
  font-size: 16px;
  margin-top: 23px;
}
.contact-thanks__info {
  margin-top: 20px;
}
.contact-thanks__description {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contact-thanks__label {
  font-size: 20px;
  color: var(--green01);
}
.contact-thanks__phone {
  font-size: 30px;
  color: var(--green01);
}
.contact-thanks__time {
  font-size: 20px;
  color: var(--green01);
}

.btn-submit {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--green01);
  font-weight: 400;
  border: solid 1px var(--green01);
  border-radius: 999px;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center;
  padding: 16px 64px;
  margin-top: 47px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--white02);
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-thanks {
    margin: 1rem;
    padding: 1.5rem;
  }
  .contact-thanks__top {
    margin-left: 15px;
  }
  .contact-thanks__title {
    margin-left: 15px;
  }
  .contact-thanks__list {
    margin: 50px 15px;
    padding: 50px 40px;
  }
  .contact-thanks__list h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .contact-thanks__p {
    text-align: center;
    font-size: 16px;
    margin-top: 23px;
  }
  .contact-thanks__list p {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-thanks__info {
    margin-top: 20px;
  }
  .contact-thanks__description {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .contact-thanks__label {
    font-size: 20px;
    color: var(--green01);
  }
  .contact-thanks__phone {
    font-size: 30px;
    color: var(--green01);
  }
  .contact-thanks__time {
    font-size: 20px;
    color: var(--green01);
  }
  .form-control {
    padding: 0.625rem 0.875rem;
  }
  .btn-submit {
    padding: 0.75rem 1.5rem;
  }
}
.activity {
  max-width: 1163px;
  padding: 60px 80px 70px;
  background-color: var(--white02);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 0 0 3px #eee;
  margin-bottom: 100px;
}

.activity__title {
  font-size: 40px;
  position: relative;
  margin-bottom: 32px;
  padding-left: 200px;
}

.activity__title img {
  width: 170px;
  display: flex;
  position: absolute;
  top: 45px;
}

.tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  max-width: 640px;
  margin: 0 auto;
}

.tab-2 > label {
  flex: 1 1 0;
  order: -1;
  min-width: 150px;
  padding: 0.7em 1.5em;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid var(--green01);
  color: var(--green01);
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.tab-2 > label:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.tab-2 input {
  display: none;
}

.tab-2 > div {
  display: none;
  width: 100%;
  margin-top: 47px;
  font-size: 14px;
  line-height: 1.8;
}

.tab-2 label:has(:checked) {
  background-color: var(--green01);
  color: var(--white02);
  box-shadow: 0 10px 20px rgba(148, 197, 114, 0.45);
}

.tab-2 label:has(:checked) + div {
  display: block;
}

.autoplay {
  margin-top: 67px;
}

.autoplay .slick-slide {
  margin: 0 12px;
}

.access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 160px;
}
.access__title {
  margin-top: 110px;
}
.access__title h2 {
  font-size: 40px;
  position: relative;
}
.access__title img {
  width: 172px;
  display: flex;
  position: absolute;
  top: 45px;
}
.access__inner {
  max-width: 1000px;
  margin-top: 46px;
  display: flex;
  background-color: var(--white02);
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.access__left {
  width: 250px;
  height: 600px;
  background: var(--green01);
  padding: 40px 30px;
  text-align: left;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.access__left ul {
  list-style: none;
  margin-top: 60px;
}
.access__left li {
  margin-bottom: 23px;
  font-weight: bold;
  font-size: 20px;
}
.access__map {
  margin-top: 60px;
}
.access__map p {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.access__map a {
  text-decoration: underline;
  font-size: 16px;
}
.access__right {
  flex: 1;
  text-align: left;
}
.access__info {
  padding-left: 50px;
  padding-top: 50px;
  margin-top: 61px;
}
.access__info p {
  margin-bottom: 23px;
  font-size: 16px;
}
.access__mapimg iframe {
  border-bottom-right-radius: 100px;
}

.news-list__top {
  margin-top: 30px;
  margin-left: 200px;
  font-size: 14px;
}
.news-list__inner {
  margin-left: 200px;
}
.news-list__title {
  margin-top: 72px;
}
.news-list__title h2 {
  font-size: 40px;
  position: relative;
}
.news-list__title img {
  width: 250px;
  display: flex;
  position: absolute;
  top: 45px;
}

.category-list {
  margin: 0;
  padding: 50px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
}

.category-btn {
  width: 140px;
  height: 44px;
  padding: 8px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
}

.tab-container ul li.selected {
  color: var(--white02);
  background: var(--green01);
  border-color: var(--green01);
  box-shadow: 0 4px 12px rgba(148, 197, 114, 0.45);
  transform: translateY(-2px);
}

.tab-container ul li:not(.selected):hover {
  border-color: var(--green01);
  color: var(--green01);
  transform: translateY(-1px);
}

.tab-container .example2 li:hover {
  border-color: #F0F3F5;
  transform: none;
}

.tab-container .example2 li.is-disabled {
  pointer-events: none;
  cursor: default;
}

.tab-container .example2 li.is-disabled:hover {
  border-color: #F0F3F5;
  transform: none;
}

.tab-container .tab-content {
  display: none;
  padding: 24px;
  min-height: 150px;
  background: white;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0 20px 20px 20px;
}

.tab-container .tab-content.selected {
  display: block;
  padding-top: 80px;
  margin-left: 200px;
  margin-right: 200px;
}

.tab-content__item-inner {
  display: flex;
  padding-bottom: 50px;
  padding-left: 50px;
}

.tab-content img {
  width: 230px;
  height: 150px;
  border-radius: 20px;
}

.tab-content__item {
  list-style: none;
  text-decoration: none;
  padding-right: 30px;
  margin-left: 40px;
}

.tab-content__item-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-content__item-item a {
  color: inherit;
  text-decoration: none;
}

.tab-content__item-item a:visited,
.tab-content__item-item a:hover,
.tab-content__item-item a:active {
  color: inherit;
}

.tab-content__item-item samp {
  font-size: 12px;
  color: #fff;
  background-color: var(--green01);
  padding: 5px 10px;
  border-radius: 5px;
}

.tab-content__category-badge {
  display: none;
}

.tab-content__item-item h2 {
  padding-top: 10px;
  padding-bottom: 16px;
  font-size: 20px;
}

.tab-content__date {
  display: flex;
  gap: 10px;
}

.page {
  text-align: center;
  margin-bottom: 80px;
}

.example2 li {
  display: inline;
  padding: 10px 15px;
  border: 2px solid #F0F3F5;
  border-radius: 5px/5px;
  background-color: var(--white01);
  color: var(--green01);
  opacity: 1;
  margin: 3px;
}

@media (max-width: 768px) {
  .news-list {
    padding: 20px;
    max-width: 100%;
  }
  .news-list__top {
    margin-left: 20px;
  }
  .news-list__inner {
    margin-left: 20px;
  }
  .category-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 25px;
  }
  .category-btn a {
    white-space: nowrap;
  }
  .tab-container .tab-content.selected {
    margin-left: 15px;
    margin-right: 15px;
  }
  .tab-content img {
    width: 100%;
    height: 200px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tab-content__item-inner {
    flex-direction: column;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 0;
  }
  .tab-content__item-item h2 {
    font-size: 14px;
  }
  .tab-content__category-badge {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background-color: var(--green01);
    padding: 5px 12px;
    border-radius: 5px;
    z-index: 1;
  }
  .tab-content__date samp {
    display: none;
  }
  .tab-content__item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    padding: 15px;
    margin-left: 0;
  }
  .tab-content__excerpt {
    display: none;
  }
}
.news-detail__top {
  margin-top: 30px;
  margin-left: 200px;
  font-size: 14px;
}
.news-detail__title {
  margin-left: 200px;
  margin-top: 70px;
}
.news-detail__title h2 {
  font-size: 40px;
}
.news-detail__date {
  display: flex;
  align-items: center;
  margin-left: 200px;
  margin-top: 20px;
}
.news-detail__date p {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.news-detail__date samp {
  font-size: 12px;
  color: #fff;
  background-color: var(--green01);
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 6px;
}
.news-detail__inner {
  background-color: var(--white02);
  border-radius: 100px;
  margin: 50px 200px;
  padding: 50px 180px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1607843137);
}
.news-detail__inner-top {
  text-align: center;
  margin-bottom: 30px;
}
.news-detail__inner-top img {
  border-radius: 20px;
}
.news-detail__list {
  border: 2px solid var(--green01);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
.news-detail__list h3 {
  margin-bottom: 30px;
}
.news-detail__list ol {
  padding-left: 20px;
}
.news-detail__list ul {
  margin-top: 5px;
  padding-left: 20px;
}
.news-detail__list li {
  margin-bottom: 8px;
}
.news-detail__content h2 {
  font-size: 24px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 20px;
  margin-top: 75px;
  width: 300px;
}
.news-detail__content h3 {
  font-size: 20px;
  border-left: 10px solid var(--green01);
  margin-top: 80px;
  margin-bottom: 17px;
  padding-left: 10px;
}
.news-detail__content ul {
  margin-left: 20px;
  margin-bottom: 60px;
}
.news-detail__content-img {
  display: flex;
}
.news-detail__content-img p {
  margin-right: 20px;
}
.news-detail__content-img img {
  width: 290px;
  height: 286px;
}

.button {
  margin-top: 126px;
}

.button a {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--green01);
  font-weight: 400;
  border: solid 1px var(--green01);
  border-radius: 999px;
  box-sizing: border-box;
  max-width: 370px;
  text-align: center;
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--white02);
  margin-inline: auto;
  display: block;
}

@media (max-width: 768px) {
  .news-detail__top {
    margin-left: 20px;
  }
  .news-detail__title {
    margin-left: 20px;
    margin-top: 40px;
  }
  .news-detail__date {
    margin-left: 20px;
  }
  .news-detail__inner {
    padding: 20px;
    max-width: 100%;
    margin: 40px 15px;
  }
  .news-detail__inner-top img {
    width: 90%;
    margin-top: 20px;
  }
  .wp-block-media-text.has-media-on-the-right {
    display: flex;
    flex-direction: column;
  }
  .wp-block-media-text__media img {
    margin-top: 123px;
  }
}/*# sourceMappingURL=style.css.map */