@charset "UTF-8";
/* SPファースト */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}

main {
  overflow: hidden;
}

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

a {
  transition: opacity 0.3s, color 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* PC版Chromeで拡縮画像ぼやけ対策 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* iPhoneSafariで画像ジャギ対策 */
img {
  image-rendering: auto;
}

/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */
iframe {
  border: none;
}

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

ul,
ol {
  padding: 0;
}

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

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

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

.about__inner {
  position: relative;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .about__inner {
    max-width: 1920px;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .about__wrapper {
    max-width: 93.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1600px) {
  .about__wrapper {
    margin-left: clamp(1.563rem, -42.5rem + 44.063vw, 10.375rem);
  }
}

.about__title {
  text-align: left;
}

.about__list {
  margin-top: 4.125rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.4375rem;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about__list {
    margin-top: 6.5625rem;
    flex-direction: row;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 4.5625rem;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1000px) {
  .about__list {
    -moz-column-gap: clamp(2.5rem, -18.671rem + 21.184vw, 6.75rem);
         column-gap: clamp(2.5rem, -18.671rem + 21.184vw, 6.75rem);
  }
}

@media screen and (min-width: 768px) {
  .about__card {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 1000px) {
  .about__card {
    width: calc(50% - 3.375rem);
  }
}

.activity {
  background-color: #d9f4d3;
}

.activity__inner {
  position: relative;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .activity__inner {
    max-width: 1920px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .activity__wrapper {
    max-width: 93.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1000px) {
  .activity__wrapper {
    max-width: 98.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .activity__wrapper {
    margin-right: clamp(1.563rem, -26.25rem + 27.813vw, 6rem);
  }
}

.activity__title {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .activity__title {
    margin-left: 5.25rem;
  }
}

.activity__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 2.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .activity__list {
    margin-top: 4.6875rem;
    flex-direction: row;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    justify-content: right;
  }
}

@media screen and (min-width: 768px) {
  .activity__item {
    width: calc(33.33% - 1.5rem);
  }
}
@media screen and (min-width: 1000px) {
  .activity__item {
    width: calc(31% - 1.5rem);
  }
}

/* ボタン */
/* ===== ボタン共通設定 ===== */
.btn {
  position: relative;
  display: inline-block;
  max-width: 18.75rem;
  width: 100%;
  padding: 1rem 1.875rem;
  cursor: pointer;
  border-radius: 100vh;
  transition: all 0.3s;
}
.btn.btn-sp-nav {
  max-width: 17.3125rem;
  padding: 1rem 1.5625rem;
  margin: auto;
  border: 1px solid #ffffff;
}

.btn.btn-green {
  background-color: #009e47;
  border: 1px solid #009e47;
}

.btn.btn-footer {
  background-color: #009e47;
  border: 1px solid #ffffff;
  padding: 1rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .btn.btn-footer {
    max-width: 20.75rem;
    padding: 1.75rem 1.875rem;
  }
}

.btn.btn-green:hover,
.btn.btn-sp-nav:hover {
  background-color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn.btn-white:hover {
  background-color: #009e47;
}

.btn.btn-footer:hover {
  background-color: #ffffff;
}

/* ====== ボタンの矢印 ===== */
.btn::after {
  content: "";
  position: absolute;
  height: 0.625rem;
  width: 0.625rem;
  top: 45%;
  right: 1.9375rem;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .btn::after {
    top: 40%;
    height: 0.75rem;
    width: 0.75rem;
    right: 1.875rem;
  }
}

.btn.btn-sp-nav::after {
  top: 50%;
  right: 1.5625rem;
  transform: translateY(-50%) rotate(45deg);
}

.btn.btn-sp-nav::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.btn.btn-green::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.btn.btn-green:hover::after {
  border-top: 1px solid #009e47;
  border-right: 1px solid #009e47;
}

.btn.btn-white::after {
  border-top: 1px solid #009e47;
  border-right: 1px solid #009e47;
}

.btn.btn-white:hover::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.btn.btn-footer::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  top: 40%;
  right: 1.6875rem;
}

.btn.btn-footer:hover::after {
  border-top: 1px solid #009e47;
  border-right: 1px solid #009e47;
}

.btn:hover {
  opacity: 1;
}

/* ====== ボタンのフォント ===== */
.btn__text {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  transition: all 0.3s;
}
.btn__text.btn__text-contact {
  font-size: 0.8125rem;
}

.btn__text.btn__text-footer {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .btn__text.btn__text-footer {
    font-size: 1rem;
  }
}

.btn__text-green {
  color: #009e47;
}

.btn:hover .btn__text-green {
  color: #ffffff;
}

.btn__text-white {
  color: #ffffff;
}

.btn:hover .btn__text-white {
  color: #009e47;
}

/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 414px以下で改行 */
@media screen and (min-width: 414px) {
  .br-414-less {
    display: none;
  }
}

/* 500px以下で改行 */
@media screen and (min-width: 500px) {
  .br-500-less {
    display: none;
  }
}

/* 768px以下で改行 */
@media screen and (min-width: 768px) {
  .br-768-less {
    display: none;
  }
}

/* 1000px以下で改行 */
@media screen and (min-width: 768px) {
  .br-1000-less {
    display: none;
  }
}

/* 1000px以上で改行 */
.br-1000-more {
  display: none;
}
@media screen and (min-width: 1000px) {
  .br-1000-more {
    display: block;
  }
}

/* 1480px以上で改行 */
.br-1480-more {
  display: none;
}
@media screen and (min-width: 1480px) {
  .br-1480-more {
    display: block;
  }
}

/* 1920px以上で改行 */
.br-1920-more {
  display: none;
}
@media screen and (min-width: 1920px) {
  .br-1920-more {
    display: block;
  }
}

/* ---------- 改行 | ここまで ---------- */
.card__img {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card__img {
    max-width: 100%;
  }
}

.card__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 429/267;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .card__img img {
    aspect-ratio: 468/295;
  }
}

.card__body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card__body {
    margin-top: 1.5rem;
  }
}

.card__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 1.625rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}

.card__txt {
  margin-top: 0.5rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .card__txt {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.09em;
  }
}

.card--large .card__img img {
  aspect-ratio: 333/181;
}
@media screen and (min-width: 768px) {
  .card--large .card__img img {
    aspect-ratio: 694/373;
  }
}

.card--large .card__body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .card--large .card__body {
    margin-top: 1.4375rem;
  }
}

.card--large .card__body-head {
  display: flex;
  justify-content: space-between;
}

.card--large .card__body-right,
.card--large .card__body-left {
  display: flex;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .card--large .card__body-right,
  .card--large .card__body-left {
    -moz-column-gap: 1.9375rem;
         column-gap: 1.9375rem;
  }
}

.card--large .card__body-left {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .card--large .card__body-left {
    align-items: baseline;
  }
}

.card--large .card__body-right {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .card--large .card__body-right {
    align-items: center;
  }
}

.card--large .card__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .card--large .card__title {
    font-size: 2.25rem;
  }
}

.card--large .card__title-en {
  font-family: "Cardo", serif;
  color: #009e47;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .card--large .card__title-en {
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}

.card--large .card__number {
  font-family: "Cardo", serif;
  color: #009e47;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .card--large .card__number {
    font-size: 2.25rem;
    margin-top: 0.75rem;
    margin-right: 0.25rem;
  }
}

.card--large .card__txt {
  margin-top: 0;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .card--large .card__txt {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .card--flex .card__body {
    margin-top: 5.25rem;
  }
}

.contact {
  padding-top: 3.125rem;
  padding-bottom: 2.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 7.625rem;
    padding-bottom: 5.375rem;
  }
}

.contact__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-weight: 600;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
}

.contact__title span {
  display: block;
  background-color: #000000;
  margin-top: 1.9375rem;
  height: 1px;
  max-width: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contact__title span {
    margin-top: 2.5rem;
    max-width: 4.375rem;
  }
}

.contact__tel {
  margin-top: 1.9375rem;
  display: inline-block;
  font-family: "Cardo", serif;
  color: #009e47;
  font-size: 2.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    margin-top: 3.4375rem;
    font-size: 6.25rem;
    text-indent: 4.375rem;
  }
}

.contact__tel:hover {
  opacity: 0.5;
}

.contact__tel::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/icon-tel.svg) no-repeat center center/cover;
  width: 1.625rem;
  height: 2.125rem;
  top: 50%;
  left: -2.125rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contact__tel::before {
    width: 3.75rem;
    height: 4.8125rem;
    left: -0.5rem;
  }
}

.contact__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    margin-top: 1.75rem;
    font-size: 1.3125rem;
    letter-spacing: 0.098em;
  }
}

.contact__bottom {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .contact__bottom {
    margin-top: 3.5rem;
  }
}

.contact__name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .contact__name {
    font-size: 1rem;
  }
}

.contact__address {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__address {
    font-size: 1rem;
  }
}

.contact__mail a {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .contact__mail a {
    font-size: 1rem;
    margin-top: 0.1875rem;
  }
}

.footer {
  background-color: #009e47;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  padding-top: 1.75rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 4rem;
    padding-bottom: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 116.5rem;
  }
}

.footer__logo {
  max-width: 16.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 24.25rem;
  }
}

.footer__nav {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 4.75rem;
  }
}

.footer__list {
  display: grid;
  grid-template-columns: 26% 37% 37%;
  grid-auto-rows: 1fr;
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: flex;
    grid-column-gap: 0;
  }
}

.footer__item a {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__item a {
    display: inline-block;
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 768px) {
  .footer__item:first-of-type a {
    padding-left: 0;
  }
}

.footer__item a span {
  font-family: "Cardo", serif;
  font-size: 0.6875rem;
  display: block;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .footer__item a span {
    letter-spacing: 0.05em;
    margin-top: 0.625rem;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 5.3125rem;
  }
}

.footer__btn {
  margin-top: 2.375rem;
  max-width: 13.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    max-width: 20.75rem;
    margin-top: 0.875rem;
  }
}

.footer__copy {
  margin-top: 4.375rem;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 0.8125rem;
  text-transform: capitalize;
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  transition: opacity 0.3s;
  display: inline-block;
  width: 20.5333333333vw;
}

.hamburger:hover {
  opacity: 0.6;
}

.hamburger__open-btn {
  position: absolute;
  top: 3.7333333333vw;
  right: 4.8vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  font-family: "Cardo", serif;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  padding: 2vw 1.3333333333vw;
  background-color: #009e47;
  border-radius: 100vh;
  width: 100%;
  text-align: center;
}

.hamburger__open-btn:hover {
  filter: brightness(1.2);
  opacity: 1;
}

.hamburger__close-btn {
  display: none;
  width: 12vw;
  height: 9.3333333333vw;
  position: absolute;
  top: 5.3333333333vw;
  right: 7.7333333333vw;
}

.hamburger__close-btn.is-active {
  display: block;
}

.hamburger__close-btn span {
  position: absolute;
  width: inherit;
  height: 0.5333333333vw;
  background-color: #ffffff;
  transition: all 0.3s;
}

.hamburger__close-btn.is-active span:nth-child(1) {
  top: 4vw;
  transform: rotate(28deg);
  display: inline-block;
}

.hamburger__close-btn.is-active span:nth-child(2) {
  top: 4vw;
  transform: rotate(152deg);
  display: inline-block;
}

.hamburger__open-btn.is-active {
  display: none;
}

.header {
  height: 26.6666666667vw;
  background-color: #ffffff;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header {
    height: auto;
  }
}

.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 4.5333333333vw;
  padding-left: 6.6666666667vw;
  width: 100%;
  max-width: 120rem;
  height: inherit;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-right: 3.8020833333vw;
    padding-left: 3.4375vw;
  }
}
@media screen and (min-width: 1920px) {
  .header__inner {
    padding-right: 4.5625rem;
    padding-left: 4.125rem;
  }
}

.header__logo {
  position: absolute;
  width: 70.9333333333vw;
  top: 16vw;
  left: 6.6666666667vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    position: static; /* position解除 */
    width: 28.125vw;
    padding-top: 4.0104166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .header__logo {
    width: 33.75rem;
    padding-top: 4.8125rem;
  }
}

.header__logoLink img {
  width: 100%;
  max-width: 100%;
}

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

.header__pc-nav {
  height: inherit;
  display: none;
}
@media screen and (min-width: 768px) {
  .header__pc-nav {
    display: block;
  }
}

.header__logo:hover {
  opacity: 0.6;
}

.join {
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .join {
    padding-top: 5.46875vw; /* 疑似要素の高さ */
  }
}

@media screen and (min-width: 768px) {
  .join__inner {
    display: flex;
    gap: 9%;
    align-items: center;
  }
}

.join__wrapper {
  position: relative;
  background-color: #0b9e58;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -80vw;
  margin-right: -80vw;
  padding-left: 80vw;
  padding-right: 80vw;
  padding-top: 8.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .join__wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 1.5rem;
    padding-bottom: 5.875rem;
  }
}

@media screen and (min-width: 768px) {
  .join__wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/top/join-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 8.8vw;
    top: -8.8vw;
    left: 50%;
    transform: translateX(-50%);
    height: 5.46875vw;
    top: -5.4166666667vw; /* 画面伸縮時、画像の高さとの小数点以下の微細なズレが隙間になってしまうため、-1pxずらす */
  }
}

@media screen and (min-width: 768px) {
  .join__title {
    width: 40.5%;
    margin-top: 7.75rem;
  }
}

.join__body {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .join__body {
    width: 50.5%;
    text-align: left;
    margin-top: 0;
  }
}

.join__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .join__lead {
    font-size: 2.5rem;
    line-height: 1.525;
    letter-spacing: 0.1em;
  }
}

.join__text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .join__text {
    font-size: 1rem;
    line-height: 1.9375;
    letter-spacing: 0.05em;
    margin-top: 1.375rem;
  }
}

.join__btn {
  margin-top: 2.75rem;
  text-align: left;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .join__btn {
    margin-left: 0;
    margin-top: 1.8125rem;
    max-width: 17.875rem;
  }
}

.join__swiper {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .join__swiper {
    margin-top: 6.375rem;
  }
}

.join__swiper__slide {
  max-width: 30.75rem;
  width: 100%;
}

.join__swiper__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 200/117;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .join__swiper__slide img {
    aspect-ratio: 498/304;
  }
}

.link {
  background-color: #f0f0f0;
  padding-top: 2.25rem;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .link {
    padding-top: 4.3125rem;
    padding-bottom: 6.75rem;
  }
}

@media screen and (min-width: 768px) {
  .link__inner {
    max-width: 100.625rem;
  }
}

.link__title {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 1.875rem;
  color: #009e47;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .link__title {
    font-size: 3.75rem;
    letter-spacing: 0.01em;
  }
}

.link__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .link__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.5rem;
    grid-column-gap: 1.875rem;
    grid-row-gap: 3.125rem;
  }
}

.loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: #ffffff;
  display: block;
}

.mv {
  position: relative;
  display: block;
  width: 100%;
  height: 138.9333333333vw;
  margin-top: 14.4vw;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 43.7447916667vw;
    margin-top: 5.7291666667vw;
  }
}

.mv__inner {
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding: 0 3.6979166667vw;
  }
}

.mv__text {
  position: absolute;
  top: 62.1333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  font-family: "Cardo", serif;
  color: #009e47;
  letter-spacing: 0.235em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .mv__text {
    top: 18.3333333333vw;
    font-size: 0.9375vw;
  }
}

.mv__text.mv__text-left {
  transform: rotate(-90deg);
  left: -36.8vw;
}
@media screen and (min-width: 768px) {
  .mv__text.mv__text-left {
    left: -9.8958333333vw;
  }
}

.mv__text.mv__text-right {
  transform: rotate(90deg);
  right: -36.8vw;
}
@media screen and (min-width: 768px) {
  .mv__text.mv__text-right {
    right: -9.8958333333vw;
  }
}

.mv__movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv__movie video {
  width: 100%;
  height: 100%;
  aspect-ratio: 315/521;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  .mv__movie video {
    aspect-ratio: 1777/840;
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .outline__inner {
    max-width: 120rem;
    padding: 0 4.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .outline__wrapper {
    max-width: 1260px;
    padding-right: 25px;
    padding-left: 6rem;
  }
}

.outline__text {
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .outline__text {
    margin-top: 3rem;
    margin-left: 0.75rem;
    font-size: 1.25rem;
    line-height: 2.35;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__items {
    display: flex;
    justify-content: center;
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__item,
  .pc-nav__item a {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__item a {
    display: inline-block;
    font-size: 1.0416666667vw;
    color: #000000;
    font-weight: 700;
    font-family: "Cardo", serif;
    text-transform: capitalize;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1920px) {
  .pc-nav__item a {
    font-size: 1.25rem;
  }
}

.pc-nav__item:hover a:not(.pc-nav__item.pc-nav__item--contact a) {
  color: #009e47;
}

@media screen and (min-width: 768px) {
  .pc-nav__item a:not(.pc-nav__item:last-child a) {
    padding: 4.84375vw 1.3020833333vw 2.5vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1920px) {
  .pc-nav__item a:not(.pc-nav__item:last-child a) {
    padding: 5.8125rem 1.5625rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__item.pc-nav__item--contact {
    margin-top: 4.1666666667vw;
    margin-left: 1.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  .pc-nav__item.pc-nav__item--contact {
    margin-top: 5rem;
    margin-left: 2.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav__item.pc-nav__item--contact a {
    position: relative;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: "Zen Old Mincho", serif;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    padding: 0.8072916667vw 2.5vw 0.8072916667vw 1.1458333333vw;
    background-color: #009e47;
    border-radius: 100vh;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1920px) {
  .pc-nav__item.pc-nav__item--contact a {
    font-size: 0.75rem;
    padding: 0.96875rem 3rem 0.96875rem 1.375rem;
  }
}

.pc-nav__item.pc-nav__item--contact a:hover {
  filter: brightness(1.2);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pc-nav__item.pc-nav__item--contact a::after {
    content: "";
    position: absolute;
    right: 1.1458333333vw;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../../assets/images/common/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.6770833333vw;
    height: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .pc-nav__item.pc-nav__item--contact a::after {
    right: 1.375rem;
    width: 0.8125rem;
    height: 1rem;
  }
}

.recruit {
  padding-top: 7.25rem;
  padding-bottom: 3.25rem;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding-top: 13.25rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit__inner {
    max-width: 109.5rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit__wrapper {
    max-width: 50rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit__title {
    text-indent: 0.25rem;
  }
}

.recruit__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .recruit__lead {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-top: 1.875rem;
  }
}

.recruit__text {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  line-height: 1.87;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .recruit__text {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 0.9375rem;
    letter-spacing: 0.05em;
  }
}

.recruit__btn {
  margin-top: 2.375rem;
  max-width: 18.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .recruit__btn {
    margin-top: 3.25rem;
    margin-left: 0;
  }
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background-color: #009e47;
  padding-top: 1.5rem;
  padding-bottom: 4.375rem;
}

.sp-nav__logo {
  padding-left: 1.4375rem;
  transition: opacity 0.3s;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "Cardo", serif;
  color: #ffffff;
  line-height: 1.1538461538;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}

.sp-nav__inner {
  padding: 3.3125rem 3.3125rem 4.375rem;
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__title {
  font-size: 3.6875rem;
  font-weight: 400;
  font-family: "Cardo", serif;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}

.sp-nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0.625rem;
}

.sp-nav__item {
  width: 100%;
}

.sp-nav__item.sp-nav__item--contact {
  margin-top: 1.625rem;
}

.sp-nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem 0;
  font-size: 1.25rem;
  transition: all 0.3s;
}

.sp-nav__item-en {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Cardo", serif;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
}

.sp-nav__item-ja {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

/* スライドの横スクロール速度を一定にする */
.swiper-wrapper {
  transition-timing-function: linear;
}

.title__en {
  font-family: "Cardo", serif;
  color: #d9f4d3;
  font-size: 5.125rem;
  position: absolute;
  top: -5.5rem;
  left: 4.5rem;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .title__en {
    font-size: 8rem;
    left: -14%;
    top: -10.75rem;
  }
}

.title--plane,
.title--vision,
.title--outline {
  position: relative;
}

@media screen and (min-width: 1920px) {
  .title--white,
  .title--small {
    position: relative;
  }
}

.title__ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .title__ja {
    font-size: 3.125rem;
  }
}

.title--join .title__ja {
  font-size: 0.875rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .title--join .title__ja {
    font-size: 1rem;
    line-height: 5;
    letter-spacing: 0.1em;
    text-indent: -5.4375rem;
  }
}

.title--green .title__ja {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .title--green .title__ja {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.title--green .title__ja span {
  margin-left: 0.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .title--green .title__ja span {
    margin-left: 0.75rem;
    display: inline-block;
    letter-spacing: 0.15em;
  }
}

.title--white .title__ja {
  text-indent: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .title--white .title__ja {
    text-indent: -0.875rem;
  }
}

.title--vision .title__en {
  top: -6rem;
  left: 36%;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .title--vision .title__en {
    font-size: 8rem;
    left: -9%;
    top: -10.75rem;
  }
}

.title--white .title__en {
  left: 0;
  margin-left: calc(50% - 50vw);
  color: #ffffff;
}
@media screen and (min-width: 600px) {
  .title--white .title__en {
    margin-left: 0;
    left: -rem(28);
  }
}
@media screen and (min-width: 768px) {
  .title--white .title__en {
    top: -9.5rem;
    left: 0;
    font-size: 11.625rem;
  }
}
@media screen and (min-width: 1920px) {
  .title--white .title__en {
    margin-left: 0;
    left: -18.75rem;
  }
}

.title--small .title__en {
  font-size: 3.9375rem;
  top: -5rem;
  left: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 600px) {
  .title--small .title__en {
    margin-left: 0;
    left: -rem(28);
  }
}
@media screen and (min-width: 768px) {
  .title--small .title__en {
    font-size: 8rem;
    top: -11.875rem;
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .title--small .title__en {
    margin-left: 0;
    left: -12.5rem;
  }
}

.title--join .title__en {
  color: #ffffff;
  top: -4.375rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 4.1875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .title--join .title__en {
    top: -5rem;
    left: 18.9375rem;
    font-size: 6.875rem;
  }
}

.title--green .title__en {
  color: #009e47;
  left: 0;
  font-size: 4.1875rem;
  top: -4.375rem;
}
@media screen and (min-width: 768px) {
  .title--green .title__en {
    font-size: 6.875rem;
    left: -0.375rem;
    top: -6.875rem;
  }
}

.vision__inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .vision__inner {
    max-width: 120rem;
    padding: 0 4.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.vision__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .vision__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(6.25rem, -7.589rem + 14.29vw, 9.375rem); /* 100 ~ 150 | 1550 ~ 1900 */
  }
}

.vision__right-inner {
  width: 100%;
  max-width: 25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .vision__right-inner {
    max-width: none;
  }
}

.vision__right-inner .title__ja {
  line-height: 1.6;
}

.vision__title {
  margin-top: 5.375rem;
}
@media screen and (min-width: 768px) {
  .vision__title {
    margin-top: 14.625rem;
  }
}

.vision__right {
  width: 100%;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .vision__right {
    max-width: 76.25rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .vision__right::after {
    position: absolute;
    content: "";
    background: url(../../assets/images/top/kagawa-ken.png) no-repeat center center/cover;
    width: 38.125vw;
    height: 31.25vw;
    top: 61%;
    right: -13%;
    z-index: -1;
  }
}

.vision__right-img {
  max-width: 82.1333333333vw;
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .vision__right-img {
    max-width: 53.2291666667vw;
  }
}

.vision__right-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 308/142;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vision__right-img img {
    aspect-ratio: 1022/464;
  }
}

.vision__lead {
  margin-top: 2.0625rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .vision__lead {
    margin-top: 5.0625rem;
    font-size: clamp(2rem, 0.893rem + 1.14vw, 2.25rem); /* 32 ~ 36 | 1550 ~ 1900 */
    line-height: 1.6666666667;
    letter-spacing: 0.19em;
  }
}
@media screen and (min-width: 1920px) {
  .vision__lead {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .vision__left {
    width: 21.5625vw;
    margin-left: 8.75rem;
    margin-top: 16.125rem;
  }
}

.vision__left-img {
  max-width: 41.6vw;
  width: 100%;
  margin-right: auto;
  position: relative;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .vision__left-img {
    margin-left: 0;
  }
}

.vision__left-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 156/218;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.vision__left-img::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/top/kagawa-ken.png) no-repeat center center/cover;
  width: 50.9333333333vw;
  height: 42.1333333333vw;
  top: 27%;
  right: -115%;
}
@media screen and (min-width: 768px) {
  .vision__left-img::after {
    content: none;
  }
}

/**/
.vision__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .vision__list {
    display: grid;
    grid-template-columns: 45% auto;
    grid-auto-rows: 1fr;
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.125rem;
    margin-top: 3.25rem;
  }
}

.vision__item {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .vision__item {
    -moz-column-gap: clamp(1.875rem, 0.214rem + 1.71vw, 2.25rem);
         column-gap: clamp(1.875rem, 0.214rem + 1.71vw, 2.25rem);
  }
}

.vision__item--02 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .vision__item--02 {
    order: 2;
  }
}

.vision__item--04 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .vision__item--04 {
    order: 4;
  }
}

@media screen and (min-width: 768px) {
  .vision__item--03 {
    order: 3;
  }
}

.vision__icon {
  max-width: 2rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .vision__icon {
    max-width: clamp(3.125rem, 0.357rem + 2.86vw, 3.75rem); /* 50 ~ 60 | 1550 ~ 1900 */
    max-width: 3.75rem;
  }
}
.vision__icon img {
  width: 100%;
  height: 100%;
}

.vision__vision {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .vision__vision {
    font-size: clamp(1.25rem, 0.143rem + 1.14vw, 1.5rem); /* 16 ~ 24 | 1550 ~ 1900 */
    line-height: 1.5833333333;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 1920px) {
  .vision__vision {
    font-size: 1.5rem;
  }
}

.top-about {
  margin-top: 7.625rem;
}
@media screen and (min-width: 768px) {
  .top-about {
    margin-top: 12.875rem;
  }
}

.top-activity {
  padding-top: 5rem;
  padding-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .top-activity {
    padding-top: 8rem;
    padding-bottom: 5.375rem;
  }
}

.top-join {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .top-join {
    margin-top: 7.5vw; /* 疑似要素の高さをvwで調整しているため、margin-topもvwで調整 */
  }
}

.top-mv {
  margin-top: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .top-mv {
    margin-top: 8.3854166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .top-mv {
    margin-top: 10.0625rem;
  }
}

.top-outline {
  margin-top: 9.0625rem;
  margin-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .top-outline {
    margin-top: 10rem;
    margin-bottom: 11.625rem;
  }
}

.top-vision {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .top-vision {
    margin-top: 10.4375rem;
  }
}

/* ---------- 改行用 ---------- */
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */