@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #353535;
  --color-white: #ffffff;
  --color-blue: #86c6f4;
  --color-green: #416936;
  --color-bgblue: #6dbbf2;
  --color-beige: #f7f1eb;
  /*カレントカラー*/
  --color-current: #416936;
  /*テキストリンクカラー*/
  --color-textlink:#416936;
  /*任意ボタンカラー*/
  --color-optional: #416936;
  /*ラジオボタンカラー*/
  --color-radio: #416936;
  /*チェックボタンカラー*/
  --color-check: #416936;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.118;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.07em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #353535;
  --color-white: #ffffff;
  --color-blue: #86c6f4;
  --color-green: #416936;
  --color-bgblue: #6dbbf2;
  --color-beige: #f7f1eb;
  /*カレントカラー*/
  --color-current: #416936;
  /*テキストリンクカラー*/
  --color-textlink:#416936;
  /*任意ボタンカラー*/
  --color-optional: #416936;
  /*ラジオボタンカラー*/
  --color-radio: #416936;
  /*チェックボタンカラー*/
  --color-check: #416936;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Kaku Gothic New", sans-serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.118;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.07em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

/*==============================
    ヘッダー
==============================*/
.header {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv__title {
  font-size: 2rem;
  white-space: nowrap;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  right: unset;
  left: 65%;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  overflow: hidden;
}
.sv__title {
  font-size: 3rem;
}
.sv__title::before {
  bottom: -5rem;
  left: calc(100% - 5rem);
  width: 10rem;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 2.8rem;
  margin-bottom: 6rem;
}
.com-title01::before, .com-title01::after {
  width: 1.8rem;
}
.com-title01 small {
  font-size: 2.4rem;
}

.com-title02 {
  font-size: 2.8rem;
  width: -moz-fit-content;
  width: fit-content;
}
.com-title02::after {
  width: 40rem;
}

.com-serif {
  font-size: 2.2rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-inline: auto;
}

.mail-btn {
  height: 50px;
  width: 100%;
  max-width: 245px;
  margin-inline: auto;
}

.link-btn {
  height: 50px;
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
}

.ig-btn {
  width: 100%;
  max-width: 325px;
  height: 60px;
  margin-inline: auto;
}
.ig-btn::before {
  width: 30px;
}

.x-btn {
  width: 100%;
  max-width: 325px;
  margin-inline: auto;
  padding-block: 16px;
}
.x-btn .img {
  width: 32px;
}

/*==============================
    TOP
==============================*/
.top-news__title {
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 6rem;
}
.top-news__title .ja {
  font-size: 2.6rem;
}
.top-news__wrap {
  flex-direction: column;
}

.top-profile .com-title02 > span .rb {
  font-size: 1.5rem;
}
.top-profile__image {
  margin-bottom: 3rem;
}
.top-profile__image figcaption {
  padding-bottom: 3rem;
  width: 90%;
  margin-inline: auto;
}
.top-profile__image figcaption::before {
  width: 100%;
  aspect-ratio: 7/5;
  left: unset;
  right: 0;
}

.top-story {
  padding-block: 0 10rem !important;
}
.top-story__wrap {
  gap: 2rem;
  margin-bottom: 4rem;
  align-items: center;
}
.top-story__title {
  padding-top: 0;
  font-size: 2.8rem;
}
.top-story__title::before {
  width: 12rem;
  right: 0;
  bottom: -1rem;
}
.top-story__container {
  flex-direction: column-reverse;
  align-items: center;
  gap: 4rem;
}
.top-story__container .top-story__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.top-voice::before {
  width: 30%;
}
.top-voice__wrap {
  flex-direction: column-reverse;
  align-items: center;
}
.top-voice__title {
  margin-block: auto;
  font-size: 2.6rem;
}
.top-voice__title::before {
  width: 29rem;
  left: 0;
}

.top-audio__wrap {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.top-audio__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.top-audio__title {
  font-size: 2.6rem;
  margin-block: auto;
}
.top-audio__title::before {
  width: 29rem;
}

.top-field .com-title02 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.top-field__wrap {
  flex-direction: column-reverse;
  align-items: center;
  gap: 4rem;
}
.top-field__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

/*==============================
    ストーリー
==============================*/
.story-audio {
  padding-block: 0 10rem !important;
}
.story-audio::before {
  top: 30%;
  left: unset;
  right: 0;
  width: 30%;
  max-width: 170px;
}
.story-audio__wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.story-section::before {
  width: 17rem;
  top: -8rem;
}
.story-section__item {
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.story-section__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

/*==============================
    現地で聞いた声
==============================*/
.voice-leave {
  padding-block: 10rem 0 !important;
}
.voice-leave .com-inbox {
  background-color: var(--color-beige);
  padding-inline: 3rem;
  padding-block: 8rem;
}
.voice-leave .com-inbox::after {
  content: "";
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  margin-top: 5rem;
  background: url(../img/voice/img-leave-sp.jpg) top center/cover no-repeat;
}
.voice-leave .com-title01 {
  font-size: 2.6rem;
}

.voice-shimane .com-voice__container .com-voice__image::before {
  width: 30%;
  bottom: -6rem;
  left: -20%;
}

.voice-kanagawa .com-voice__container .com-voice__image::before {
  width: 50%;
  bottom: -8rem;
  left: -20%;
}

.voice-nagasaki {
  padding-block: 10rem 0 !important;
}
.voice-nagasaki__item {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.voice-nagasaki__box {
  padding: 4rem 2rem;
}
.voice-nagasaki__title {
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.voice-nagasaki .com-title02 {
  font-size: 2.4rem;
}
.voice-nagasaki .com-title02::after {
  width: 100%;
}

/*共通デザインセクション*/
.com-voice__wrap {
  flex-direction: column;
  align-items: center;
}
.com-voice__text {
  padding-top: 0 !important;
}
.com-voice__container {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.com-voice__container .com-voice__image {
  width: 80%;
}
.com-voice__box {
  padding-top: 0 !important;
}
.com-voice__box .com-title02 {
  font-size: 2.4rem;
}
.com-voice__box .com-title02::after {
  width: 100%;
}

/*==============================
    音声という選択
==============================*/
.audio-until .com-title02 {
  font-size: 2.4rem;
}
.audio-until .com-title02::after {
  width: 100%;
}
.audio-until__item {
  flex-direction: column-reverse;
  align-items: center;
  gap: 3rem;
}
.audio-until__item:last-child .audio-until__image {
  width: 70%;
  margin-left: auto;
}

.audio-video__title {
  text-align: center;
  font-size: 2.4rem;
  gap: 2rem;
}
.audio-video__title img {
  width: 5rem;
}
.audio-video__wrap {
  gap: 6rem;
  flex-direction: column;
}
.audio-video__item {
  padding: 6rem 2rem;
}
.audio-video__item::before {
  width: 100%;
}
.audio-video__item:last-child .audio-video__title img {
  width: 3rem;
}

.audio-works__wrap {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.audio-works .com-title02 {
  font-size: 2.4rem;
}

.audio-consultation .com-inbox {
  padding-inline: 2rem;
}
.audio-consultation .com-inbox > p {
  text-align: center;
}
.audio-consultation__title {
  font-size: 2.8rem;
  gap: 1rem;
}
.audio-consultation__title small {
  font-size: 2.2rem;
}
.audio-consultation__box {
  width: 100%;
}
.audio-consultation__list {
  flex-direction: column;
  align-items: center;
}
.audio-consultation__item {
  width: 100%;
}
.audio-consultation .com-serif {
  max-width: 500px;
}
.audio-consultation .mail-btn {
  height: 60px;
  max-width: 325px;
}

/*==============================
    フィールドワーク
==============================*/
.field-consultation {
  background: none;
  position: relative;
  z-index: 0;
}
.field-consultation::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30rem;
  background: url(../img/fieldwork/bg-consultation.jpg) top center/cover no-repeat;
}
.field-consultation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
.field-consultation__box {
  padding: 6rem 2rem;
}
.field-consultation__box::before {
  width: 50%;
  bottom: -8rem;
  right: 3rem;
}
.field-consultation .mail-btn {
  gap: 1rem;
  width: 100%;
  height: 70px;
  line-height: 1.5;
  max-width: 400px;
}
.field-consultation .mail-btn::before {
  width: 2.5rem;
}

/*共通デザインセクション*/
.com-field__wrap {
  flex-direction: column;
  align-items: center;
}
.com-field__box {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.com-field .com-title02 {
  font-size: 2.4rem;
}
.com-field .com-title02::after {
  width: 40rem;
}

/*==============================
    実際に体験してみる
==============================*/
.com-experience .com-inbox {
  flex-direction: column;
  padding: 6rem 3rem;
  gap: 4rem;
}
.com-experience__image {
  width: 50%;
  max-width: 170px;
}
.com-experience .com-title02 {
  margin-inline: auto;
}
.com-experience .com-title02::after {
  width: 120%;
}
.com-experience__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: max(2.5rem, 20px);
  margin-top: max(3.5rem, 20px);
}
.com-experience__item a img {
  height: max(5rem, 40px);
  width: auto;
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 60px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 10px;
}
.contact .com-table td {
  padding-inline: 10px;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 10rem;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer__box {
  padding-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.footer__sns {
  width: 90%;
  margin-inline: auto;
}
.footer__sns p {
  margin-bottom: 2.5rem;
}
.footer .sns__list {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer .sns__item:first-child {
  width: 100%;
}
.footer .ig img,
.footer .x img {
  width: 30px;
}
.footer .note {
  margin-top: 3rem;
}
.footer .link-btn {
  margin-top: 3rem;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-white);
}