@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*mediaquery-1*/
.cf {
  zoom: 1; }
  .cf:after {
    display: block;
    content: "";
    clear: both; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/*fontサイズ指定*/
:root {
  --fz-heading: clamp(3.2rem, 6vw, 7rem);
  --fz-heading02: clamp(2.2rem, 4vw, 5rem);
  --fz-1: clamp(2.8rem, 3.6vw, 4.6rem);
  --fz-2: clamp(2.4rem, 2.8vw, 3.6rem);
  --fz-3: clamp(2rem, 2vw, 3rem);
  --fz-4: clamp(1.8rem, 1.4vw, 2.4rem);
  --fz-5: clamp(1.6rem, 1.2vw, 2rem);
  --fz-6: clamp(1.4rem, 0.8vw, 1.8rem); }

/*
	include style
===================================================*/
.ellipsis {
  width: 100%; }

/*
	general style
===================================================*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative;
  height: 100%; }

body {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  position: relative;
  line-height: 1.6;
  height: 100%;
  min-height: 100vh;
  /*background-color:hsla(113,85%,10%,1);
  background-image:
  radial-gradient(at 32% 55%, hsla(142,52%,22%,1) 0px, transparent 50%),
  radial-gradient(at 44% 0%, hsla(116,82%,9%,1) 0px, transparent 50%),
  radial-gradient(at 98% 0%, hsla(124,76%,6%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(134,0%,0%,1) 0px, transparent 50%);*/
    /*min-height: 100vh;
    background: url("../img/base_bg.jpg") no-repeat center center #093818;
    background-attachment: fixed;
    background-size: cover;
    @include mq(sm) {
        background-attachment: scroll;

    }*/ }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.3rem; } }
  body.news main {
    background: #A7A596; }

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/base_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1; }

a {
  background-color: transparent;
  transition: .2s; }
  a:hover {
    color: #000;
    opacity: 0.7; }

img {
  vertical-align: bottom; }

.wp-block-image img {
  max-width: 100%;
  height: auto; }

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

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

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

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

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

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

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

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

#wraper {
  overflow: hidden; }

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 640px) {
    .inner {
      max-width: 90%;
      width: 90%;
      padding: 0; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.red {
  color: #c9192c; }

.wh {
  color: #fff; }

.g_green {
  display: block;
  background: linear-gradient(135deg, #0b4826 0%, #297b39 100%); }

.button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: .9em 2em;
  overflow: hidden;
  border: 1px solid #0b4826;
  border-radius: 100vw;
  background-color: #fff;
  color: #0b4826;
  text-decoration: none;
  letter-spacing: .1em;
  font-size: 2rem; }
  @media screen and (max-width: 640px) {
    .button-1 {
      font-size: 1.6rem; } }
  .button-1:hover {
    background-color: #0b4826;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff; }
  .button-1::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #0b4826;
    content: '';
    transition: width .3s ease; }
  .button-1:hover::before {
    width: 100%; }
  .button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #264a48;
    border-right: 2px solid #264a48;
    content: ''; }
  .button-1:hover::after {
    border-color: #fff; }

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #0b4826;
  border: 1px solid #0b4826;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #0b4826;
  border-color: #0b4826; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #0b4826;
  border-color: #0b4826;
  font-weight: bold; }

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 5% auto;
  text-align: center; }
  .page_navigation nav {
    margin: 50px auto 0;
    padding: 30px 0 0;
    border-top: solid #0b4826 1px; }
  .page_navigation .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_navigation .nav-links .nav-previous, .page_navigation .nav-links .nav-next {
      width: 40%;
      text-align: left; }
      .page_navigation .nav-links .nav-previous span, .page_navigation .nav-links .nav-next span {
        display: inline-block;
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
    .page_navigation .nav-links a {
      text-decoration: none;
      font-size: 1.6rem;
      color: #0b4826;
      line-height: 1;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .page_navigation .nav-links a {
          font-size: 1.3rem; } }
      .page_navigation .nav-links a i {
        font-size: 2rem;
        color: #0b4826; }
        @media screen and (max-width: 768px) {
          .page_navigation .nav-links a i {
            font-size: 1.3rem; } }
  .page_navigation .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/*********************************

パンくずリスト

*********************************/
.breadcrumb {
  margin: 20px 0; }
  .breadcrumb ul {
    list-style: none; }
  .breadcrumb li {
    display: inline;
    font-weight: bold; }
    .breadcrumb li a {
      color: #000;
      font-weight: normal; }
  .breadcrumb li + li:before {
    content: ">";
    margin: .5em; }

/*********************************

loading

*********************************/
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  /* 背景色（必要に応じて黒などでもOK） */
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* ローディング中は操作を無効に */ }

.loader-circle {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg); }

.loader-circle circle {
  fill: none;
  stroke-width: 8;
  r: 45;
  cx: 50;
  cy: 50; }

.loader-circle .bg {
  stroke: #eee; }

.loader-circle .progress {
  stroke: #4caf50;
  /* 緑 */
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 0.1s linear; }

.loader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: bold; }

/* ローディング画面の背景 */
.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #0b4826;
  z-index: 9999; }

.loading__animation {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-animation: loadinganimation 3000ms ease-out forwards infinite;
  animation: loadinganimation 3000ms ease-out forwards infinite; }

@keyframes loadinganimation {
  from, to {
    opacity: 0; }
  50% {
    opacity: .5; } }
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1; }
  .loop-txt__wrap.intro-loop-txt {
    margin-top: -5%;
    position: relative;
    z-index: 1; }

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden; }

.loop-txt__wrap div:nth-child(odd) {
  animation: loop-txt1 50s -25s linear infinite; }

.loop-txt__wrap div:nth-child(even) {
  animation: loop-txt2 50s linear infinite; }

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-txt2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
/*********************************

swiper

*********************************/
/*container_gallery*/
/*途切れなくループ*/
.swiper-container_gallery .swiper-wrapper {
  transition-timing-function: linear; }
  .swiper-container_gallery .swiper-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; }

/*********************************

HEADER

*********************************/
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 20px 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .header {
      padding: 10px 10px 0; } }
  .header .site-title img {
    width: 100%;
    max-width: 100%;
    height: 70px;
    display: block; }
    @media screen and (max-width: 768px) {
      .header .site-title img {
        width: 130px;
        height: auto; } }
    @media screen and (max-width: 375px) {
      .header .site-title img {
        width: 110px; } }

/* ベースカラー */
:root {
  --green: #2e8b57;
  --white: #ffffff; }

/* ヘッダー */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: var(--green);
  color: var(--white); }

.site-logo {
  text-decoration: none;
  opacity: .9; }

/* ハンバーガーボタン */
.hamburger {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1000;
  /* メニューより上に！ */
  color: #0b4826;
  font-size: 1.4rem;
  box-shadow: 0 0 3px #AFB9B1; }
  @media screen and (max-width: 768px) {
    .hamburger {
      width: 55px;
      height: 55px;
      font-size: 1.1rem; } }

/* オーバーレイメニュー */
.menu-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #0b4826;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 999;
  overflow: scroll; }
  @media screen and (max-width: 768px) {
    .menu-overlay {
      width: 100%; } }
  .menu-overlay.open {
    opacity: 1;
    pointer-events: all; }

/* メニュー項目 */
.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .menu-items li {
    margin: 2rem 0;
    /* お問い合わせボタン */ }
    .menu-items li a {
      color: #0b4826;
      text-decoration: none;
      letter-spacing: 0.1em;
      cursor: pointer; }
      .menu-items li a span.ja {
        display: block; }
      .menu-items li a.text-link {
        position: relative;
        padding: 5px 10px;
        font-size: 3.2rem; }
        @media screen and (max-width: 480px) {
          .menu-items li a.text-link {
            font-size: 2.2rem; } }
        .menu-items li a.text-link::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 100%;
          background-color: #aea11d;
          transform: scaleX(0);
          transform-origin: left;
          transition: transform 0.3s ease; }
      .menu-items li a:hover::after {
        transform: scaleX(1); }
    .menu-items li.contact-button {
      margin-top: 6rem; }
      .menu-items li.contact-button a {
        color: #fff;
        display: inline-block;
        background: #0b4826;
        padding: .5em 2em;
        font-size: 2.4rem; }
        @media screen and (max-width: 480px) {
          .menu-items li.contact-button a {
            font-size: 1.8rem; } }
        .menu-items li.contact-button a:hover {
          background: #aea11d; }

/*SNSボタン*/
.header-controls {
  display: flex;
  align-items: flex-start;
  gap: 1rem; }
  @media screen and (max-width: 375px) {
    .header-controls {
      position: absolute;
      right: 10px; } }
  .header-controls .line__btn {
    display: inline-block;
    margin-right: 2rem; }
    @media screen and (max-width: 640px) {
      .header-controls .line__btn {
        position: fixed;
        bottom: 2rem;
        left: 2rem;
        margin-right: 0; } }
    .header-controls .line__btn a {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      border-bottom: 1px solid #fff;
      padding-bottom: .5em;
      letter-spacing: .1em; }
      @media screen and (max-width: 640px) {
        .header-controls .line__btn a {
          padding: 1rem 2rem;
          font-size: 1.3rem;
          background: #0b4826;
          border-bottom: none;
          background: linear-gradient(135deg, #0b4826 0%, #297b39 100%);
          border-radius: 12px; } }
    .header-controls .line__btn span.line-icon::before {
      content: '';
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      margin-right: .5em;
      background-image: url("../img/line_icon.svg");
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle; }

.sns-fixed {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 2rem;
  position: fixed;
  top: 120px;
  right: 37.5px; }
  @media screen and (max-width: 768px) {
    .sns-fixed {
      margin-top: 0;
      gap: 1rem;
      top: 85px;
      right: 27.5px; } }
  .sns-fixed a {
    margin-bottom: 1rem; }
    @media screen and (max-width: 768px) {
      .sns-fixed a {
        margin-bottom: 0; } }
    .sns-fixed a img {
      width: 35px;
      transition: opacity 0.3s ease; }
      @media screen and (max-width: 768px) {
        .sns-fixed a img {
          width: 25px; } }

/*********************************

page

*********************************/
.main {
  padding-top: 100px; }

.heading {
  font-size: var(--fz-1);
  letter-spacing: .3em;
  font-weight: normal;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: .5em; }
  @media screen and (max-width: 768px) {
    .heading {
      font-size: 5vw;
      margin-bottom: 1em; } }
  .heading span {
    display: block; }
    .heading span.en {
      color: #aea11d;
      font-size: var(--fz-4);
      letter-spacing: .08em;
      margin-top: .5em; }
    .heading span.wh {
      color: #fff; }
    .heading span.bk {
      color: #000; }
    .heading span.green {
      color: #0b4826; }
  .heading__sec {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #0b4826;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .heading__sec {
        display: block;
        text-align: center; } }
    .heading__sec span {
      display: inline-block; }
      .heading__sec span.en {
        font-size: var(--fz-heading);
        letter-spacing: .1em;
        line-height: 1; }
      .heading__sec span.ja {
        font-size: var(--fz-4);
        font-family: "Noto Sans JP", sans-serif;
        letter-spacing: .1em;
        margin-left: 2em; }
        @media screen and (max-width: 480px) {
          .heading__sec span.ja {
            display: block;
            margin-top: .5em;
            margin-left: 0; } }

.read-txt {
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 400;
  font-weight: normal; }

.line__btn p {
  padding: .7em 1em;
  text-align: center;
  border-radius: 12px; }
  @media screen and (max-width: 768px) {
    .line__btn p {
      display: block; } }
  .line__btn p span {
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .line__btn p span {
        text-align: left; } }
  .line__btn p span::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5em;
    background-image: url("../img/line_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .line__btn p.green {
    color: #0b4826; }
    .line__btn p.green span::before {
      color: #0b4826;
      background-image: url("../img/line_icon_green.svg"); }

/*.em{
    display: inline-block;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.3em 0.4em;
    line-height: 2.5;
    border-bottom: 2px dotted #fff;
    @include mq(md) {
        border-bottom: 1px dotted #fff;
    }
    &.yellow{
        color: $sub;
    }
}*/
/*********************************

top-page

*********************************/
#top-page {
  /* 背景を上下2色に分ける */
  /*FAQ*/ }
  #top-page img {
    width: 100%;
    height: auto; }
  #top-page .fv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 5vw 0; }
    #top-page .fv .fv__logo {
      width: calc(100% / 4);
      opacity: 0.9; }
      @media screen and (max-width: 768px) {
        #top-page .fv .fv__logo {
          width: calc(100% / 3); } }
    #top-page .fv .fv__read {
      padding-top: 8rem;
      align-items: stretch; }
      #top-page .fv .fv__read .fv__read--ttl {
        font-size: var(--fz-1);
        font-weight: normal;
        letter-spacing: .1em;
        text-align: center;
        padding: 0 1em; }
        #top-page .fv .fv__read .fv__read--ttl span {
          display: block;
          line-height: 2; }
          #top-page .fv .fv__read .fv__read--ttl span.en {
            color: #aea11d;
            font-size: var(--fz-4); }
      #top-page .fv .fv__read .fv__read--txt {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 2.7;
        padding: 4rem 1rem 0;
        letter-spacing: .08em; }
        @media screen and (max-width: 768px) {
          #top-page .fv .fv__read .fv__read--txt {
            padding: 4rem 2rem 0; } }
  #top-page .about {
    padding: 15vw 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top-page .about {
        padding: 30vw 0 10vw; } }
    #top-page .about__inner {
      max-width: 1600px;
      position: relative;
      margin: auto; }
    #top-page .about .deco01 {
      position: absolute;
      top: 2%;
      left: -2%;
      width: 20%; }
    #top-page .about .deco02 {
      position: absolute;
      bottom: 24%;
      right: -2%;
      width: 20%; }
    #top-page .about .about__read--02 {
      margin-top: 8vw; }
      @media screen and (max-width: 768px) {
        #top-page .about .about__read--02 {
          margin-top: 16vw; } }
      #top-page .about .about__read--02 dl dd {
        margin-bottom: 4rem; }
    #top-page .about .about__read .about__read--ttl {
      color: #fff;
      font-size: var(--fz-4);
      margin-bottom: .5em; }
    #top-page .about .about__read .about__read--txt {
      margin-top: 4rem; }
      @media screen and (max-width: 768px) {
        #top-page .about .about__read .about__read--txt {
          width: 100%;
          margin-top: 2rem; } }
    #top-page .about .about__item {
      position: absolute; }
      #top-page .about .about__item--top {
        top: 0;
        right: -2%;
        width: 38vw; }
        @media screen and (max-width: 768px) {
          #top-page .about .about__item--top {
            top: 0;
            width: 40vw; } }
        @media screen and (max-width: 480px) {
          #top-page .about .about__item--top {
            top: -1%; } }
      #top-page .about .about__item--center {
        top: 46%;
        right: 10%;
        width: 28vw; }
        @media screen and (max-width: 768px) {
          #top-page .about .about__item--center {
            width: 30vw;
            right: 5%; } }
        @media screen and (max-width: 640px) {
          #top-page .about .about__item--center {
            top: 46%; } }
        @media screen and (max-width: 480px) {
          #top-page .about .about__item--center {
            top: 43%; } }
      #top-page .about .about__item--btm {
        bottom: 0;
        right: 10%;
        width: 24vw; }
        @media screen and (max-width: 768px) {
          #top-page .about .about__item--btm {
            width: 45vw;
            bottom: -5%; } }
        @media screen and (max-width: 480px) {
          #top-page .about .about__item--btm {
            bottom: -4%; } }
  #top-page .about__btm {
    position: relative; }
    @media screen and (max-width: 768px) {
      #top-page .about__btm {
        padding-top: 10vw; } }
    #top-page .about__btm .deco03 {
      position: absolute;
      top: 15%;
      left: 4%;
      width: 18%; }
    #top-page .about__btm .ttl99 {
      position: relative;
      width: 60%;
      display: block;
      margin: auto;
      padding: 5vw 0; }
      @media screen and (max-width: 768px) {
        #top-page .about__btm .ttl99 {
          width: 80%;
          padding: 20vw 0 0; } }
      #top-page .about__btm .ttl99 img {
        max-width: 100%;
        width: 100%; }
  #top-page .bg-split {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #aea11d 100%);
    z-index: 0; }
  #top-page .image-gradient {
    position: relative;
    display: inline-block;
    width: 100%; }
  #top-page .image-gradient img {
    width: 100%;
    height: auto;
    display: block;
    /* 上下に均等なグラデーション透過 */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; }
  #top-page .fruits {
    background: #aea11d;
    padding: 5vw 0;
    position: relative; }
    #top-page .fruits .grape {
      position: absolute;
      top: 5%;
      right: 5%;
      width: 20%; }
    #top-page .fruits .heading {
      line-height: 1;
      margin: 0;
      color: #fff; }
    #top-page .fruits .fruits__line {
      padding: 5vw 0;
      /*追加LINEリンク*/
      /*旧レイアウト*/
      /* /旧レイアウト*/ }
      @media screen and (max-width: 768px) {
        #top-page .fruits .fruits__line {
          padding: 10vw 0; } }
      #top-page .fruits .fruits__line .flx2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: stretch; }
        #top-page .fruits .fruits__line .flx2 .lt, #top-page .fruits .fruits__line .flx2 .rt {
          width: calc(100% / 2 - 10px); }
          @media screen and (max-width: 768px) {
            #top-page .fruits .fruits__line .flx2 .lt, #top-page .fruits .fruits__line .flx2 .rt {
              width: calc(100%); } }
      #top-page .fruits .fruits__line .line__link {
        font-family: "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 768px) {
          #top-page .fruits .fruits__line .line__link {
            margin-bottom: 30px; }
            #top-page .fruits .fruits__line .line__link.rt {
              margin-bottom: 0; } }
        #top-page .fruits .fruits__line .line__link a {
          display: block;
          border-radius: 20px;
          border: 1px solid #fff;
          text-decoration: none;
          color: #000;
          padding: 30px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          transition: box-shadow 0.3s ease, transform 0.3s ease; }
          #top-page .fruits .fruits__line .line__link a:hover {
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
            transform: translateY(-4px);
            opacity: 1; }
            #top-page .fruits .fruits__line .line__link a:hover .line__thumbnail img {
              transform: scale(1.08); }
          #top-page .fruits .fruits__line .line__link a .line__ttl {
            font-size: var(--fz-2);
            margin-bottom: 1em;
            color: #fff;
            text-align: center; }
          #top-page .fruits .fruits__line .line__link a .flx2 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #top-page .fruits .fruits__line .line__link a .flx2 .lt {
              width: 40%; }
              @media screen and (max-width: 768px) {
                #top-page .fruits .fruits__line .line__link a .flx2 .lt {
                  width: 100%; } }
            #top-page .fruits .fruits__line .line__link a .flx2 .rt {
              width: 55%; }
              @media screen and (max-width: 768px) {
                #top-page .fruits .fruits__line .line__link a .flx2 .rt {
                  width: 100%;
                  padding-top: 20px; } }
          #top-page .fruits .fruits__line .line__link a .line__txt {
            line-height: 2;
            color: #fff; }
          #top-page .fruits .fruits__line .line__link a .line__thumbnail {
            overflow: hidden;
            position: relative; }
            #top-page .fruits .fruits__line .line__link a .line__thumbnail img {
              width: 100%;
              height: auto;
              aspect-ratio: 4 / 3;
              object-fit: cover;
              transition: transform 0.4s ease; }
            #top-page .fruits .fruits__line .line__link a .line__thumbnail p {
              position: absolute;
              bottom: 10px;
              left: 10px;
              z-index: 1;
              color: #fff; }
            #top-page .fruits .fruits__line .line__link a .line__thumbnail caption {
              position: absolute;
              z-index: 1;
              bottom: 10px;
              left: 10px;
              color: #fff; }
      #top-page .fruits .fruits__line .line__read {
        font-family: "Noto Sans JP", sans-serif; }
        @media screen and (max-width: 768px) {
          #top-page .fruits .fruits__line .line__read {
            margin-bottom: 30px; }
            #top-page .fruits .fruits__line .line__read.rt {
              margin-bottom: 0; } }
        #top-page .fruits .fruits__line .line__read a {
          display: block;
          border-radius: 20px;
          border: 1px solid #fff;
          text-decoration: none;
          color: #000;
          padding: 30px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          flex-direction: column;
          height: 100%;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          transition: box-shadow 0.3s ease, transform 0.3s ease; }
          #top-page .fruits .fruits__line .line__read a:hover {
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
            transform: translateY(-4px);
            opacity: 1; }
            #top-page .fruits .fruits__line .line__read a:hover .line__thumbnail img {
              transform: scale(1.08); }
          #top-page .fruits .fruits__line .line__read a .line__content {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            flex-direction: column; }
            #top-page .fruits .fruits__line .line__read a .line__content .line__ttl {
              font-size: var(--fz-3);
              margin-bottom: .5em;
              color: #fff; }
            #top-page .fruits .fruits__line .line__read a .line__content .line__thumbnail {
              overflow: hidden;
              position: relative; }
              #top-page .fruits .fruits__line .line__read a .line__content .line__thumbnail img {
                width: 100%;
                height: auto;
                aspect-ratio: 4 / 3;
                object-fit: cover;
                transition: transform 0.4s ease; }
              #top-page .fruits .fruits__line .line__read a .line__content .line__thumbnail p {
                position: absolute;
                bottom: 10px;
                left: 10px;
                z-index: 1;
                color: #fff; }
              #top-page .fruits .fruits__line .line__read a .line__content .line__thumbnail caption {
                position: absolute;
                z-index: 1;
                bottom: 10px;
                left: 10px;
                color: #fff; }
            #top-page .fruits .fruits__line .line__read a .line__content .line__txt {
              padding: 30px;
              color: #fff; }
              @media screen and (max-width: 768px) {
                #top-page .fruits .fruits__line .line__read a .line__content .line__txt {
                  padding: 15px 0; } }
  #top-page .profile {
    background: linear-gradient(to bottom, #aea11d 0%, #aea11d 50%, #a7a596 50%, #a7a596 100%); }
    #top-page .profile .flx2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #top-page .profile .flx2 .lt, #top-page .profile .flx2 .rt {
        width: calc(100% / 2);
        position: relative; }
        @media screen and (max-width: 768px) {
          #top-page .profile .flx2 .lt, #top-page .profile .flx2 .rt {
            width: calc(100%); } }
    #top-page .profile .prof-deco {
      margin-left: -10%;
      margin-top: 5%;
      width: 70%; }
    #top-page .profile .prof-img {
      position: absolute;
      top: -25%;
      right: 0;
      z-index: 1;
      margin-right: -10%;
      width: 80%; }
      @media screen and (max-width: 768px) {
        #top-page .profile .prof-img {
          top: 0;
          margin-right: -5%; } }
    #top-page .profile .prof-name {
      position: absolute;
      color: #0b4826;
      bottom: -30%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 1;
      text-align: center;
      width: 100%; }
      #top-page .profile .prof-name .en {
        margin: 0; }
      #top-page .profile .prof-name .position {
        display: block;
        font-size: var(--fz-5);
        letter-spacing: .08em;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #top-page .profile .prof-name .position {
            text-shadow: 0 0 3px #aea11d;
            font-size: .8em; } }
    #top-page .profile .prof-read {
      font-family: "Noto Sans JP", sans-serif;
      color: #000;
      line-height: 2;
      background: url("../img/prof_bg.svg") no-repeat center;
      background-size: 100% 100%;
      padding: 30% 20%;
      margin-right: -5%;
      font-size: 2rem; }
      @media screen and (max-width: 1550px) {
        #top-page .profile .prof-read {
          font-size: 1.3vw; } }
      @media screen and (max-width: 768px) {
        #top-page .profile .prof-read {
          margin-right: 0;
          font-size: 1.4rem;
          background: url("../img/prof_bg_sp.svg") no-repeat center;
          background-size: 100% 100%;
          margin-bottom: 10%; } }
      @media screen and (max-width: 640px) {
        #top-page .profile .prof-read {
          background: url("../img/prof_bg_sp.svg") no-repeat center;
          background-size: cover;
          padding: 20% 8%;
          margin-top: 15%;
          font-size: 1.3rem; } }
    #top-page .profile .wavy-circle {
      animation: wave 6s ease-in-out infinite;
      transform-origin: center; }
@keyframes wave {
  0% {
    transform: scale(1) rotate(0deg); }
  25% {
    transform: scale(1.02, 0.98) rotate(1deg); }
  50% {
    transform: scale(0.98, 1.02) rotate(-1deg); }
  75% {
    transform: scale(1.01, 0.99) rotate(1deg); }
  100% {
    transform: scale(1) rotate(0deg); } }
  #top-page .news {
    background: #DEDEDE;
    margin-top: -1px; }
    #top-page .news .news__list {
      padding: 0 0 5vw;
      max-width: 1600px;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        #top-page .news .news__list {
          max-width: 100%;
          width: 100%; } }
      #top-page .news .news__list ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2.5%;
        padding: 0 5% 2.5%; }
        @media screen and (max-width: 640px) {
          #top-page .news .news__list ul {
            margin-left: auto;
            margin-right: auto; } }
        #top-page .news .news__list ul li {
          list-style-type: none;
          width: calc(100% / 3); }
          @media screen and (max-width: 640px) {
            #top-page .news .news__list ul li {
              width: calc(100%); } }
          #top-page .news .news__list ul li .news__item {
            position: relative;
            width: 110%;
            padding-top: 110%;
            background-color: white;
            border-radius: 50%;
            overflow: hidden;
            margin: 1rem auto; }
            @media screen and (max-width: 640px) {
              #top-page .news .news__list ul li .news__item {
                width: 100%;
                padding-top: 100%;
                margin-top: -20%; } }
          @media screen and (max-width: 640px) {
            #top-page .news .news__list ul li:first-child .news__item {
              margin-top: 0; } }
          #top-page .news .news__list ul li .news__item-content {
            width: 60%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-decoration: none;
            color: #000;
            font-family: "Noto Sans JP", sans-serif;
            overflow: hidden; }
            #top-page .news .news__list ul li .news__item-content:hover img {
              transform: scale(1.05); }
            #top-page .news .news__list ul li .news__item-content .news-thumbnail {
              overflow: hidden;
              border-radius: 12px; }
              #top-page .news .news__list ul li .news__item-content .news-thumbnail img {
                width: 100%;
                height: auto;
                aspect-ratio: 4 / 2.5;
                object-fit: cover;
                transition: transform 0.4s ease;
                display: block; }
            #top-page .news .news__list ul li .news__item-content .news-date {
              display: block;
              margin-top: .8em;
              color: #A7A596;
              font-weight: bold;
              text-align: left; }
  #top-page .faq {
    background: #A7A596;
    padding: 0 0 5vw; }
    #top-page .faq .accordion {
      max-width: 100%;
      margin: 2.5vw auto 0;
      font-family: "Noto Sans JP", sans-serif; }
    #top-page .faq .accordion-header {
      cursor: pointer;
      padding: 1em 3em 1em 1em;
      background: #ffffff;
      position: relative;
      font-weight: bold;
      color: #a39825;
      border-radius: 12px;
      margin: 10px 0; }
      #top-page .faq .accordion-header::after {
        content: "";
        position: absolute;
        right: 2em;
        top: 50%;
        width: 16px;
        height: 16px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s ease; }
        @media screen and (max-width: 640px) {
          #top-page .faq .accordion-header::after {
            width: 13px;
            height: 13px; } }
      #top-page .faq .accordion-header.active::after {
        transform: translateY(-50%) rotate(-135deg); }
      #top-page .faq .accordion-header .header__read::before {
        display: inline-block;
        content: 'Ｑ';
        color: #66642b;
        font-size: 1.5em;
        font-weight: normal;
        margin-right: .5em; }
      #top-page .faq .accordion-header.active .arrow {
        transform: translateY(-50%) rotate(180deg); }
    #top-page .faq .accordion-content {
      display: none;
      padding: 2em 1em;
      background: linear-gradient(135deg, #0b4826 0%, #297b39 100%);
      border-radius: 6px;
      margin: 10px 0; }
      #top-page .faq .accordion-content .content__read::before {
        display: inline-block;
        content: 'Ａ';
        color: #fff;
        font-size: 1.5em;
        font-weight: normal;
        margin-right: .5em; }
      #top-page .faq .accordion-content .content__read a {
        color: #aea11d; }
        #top-page .faq .accordion-content .content__read a:hover {
          color: #fff; }

/*********************************

sub-page

*********************************/
#sub-page {
  padding: 10vw 0; }
  #sub-page.def {
    line-height: 2; }
  #sub-page h1.ttl {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0b4826; }
    @media screen and (max-width: 768px) {
      #sub-page h1.ttl {
        font-size: 2rem; } }
  #sub-page.page-news {
    background: #DEDEDE;
    padding: 0; }
    #sub-page.page-news img {
      width: 100%;
      height: auto; }
    #sub-page.page-news .news__list {
      padding: 5% 0 10%; }
      #sub-page.page-news .news__list ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #sub-page.page-news .news__list ul li {
          list-style-type: none;
          width: calc(100% / 3 - 30px);
          margin: 15px; }
          @media screen and (max-width: 640px) {
            #sub-page.page-news .news__list ul li {
              width: calc(100%);
              margin: 20px 0; } }
          #sub-page.page-news .news__list ul li .news__item {
            position: relative; }
          #sub-page.page-news .news__list ul li .news__item-content {
            text-decoration: none;
            color: #000;
            font-family: "Noto Sans JP", sans-serif; }
            #sub-page.page-news .news__list ul li .news__item-content:hover img {
              transform: scale(1.05); }
            #sub-page.page-news .news__list ul li .news__item-content .news-thumbnail {
              overflow: hidden;
              border-radius: 12px; }
              #sub-page.page-news .news__list ul li .news__item-content .news-thumbnail img {
                width: 100%;
                height: auto;
                aspect-ratio: 4 / 2.5;
                object-fit: cover;
                transition: transform 0.4s ease;
                display: block; }
            #sub-page.page-news .news__list ul li .news__item-content .news-date {
              display: block;
              margin-top: .8em;
              color: #A7A596;
              font-weight: bold;
              text-align: left; }

/*********************************

single-page

*********************************/
#single-page {
  padding: 5vw 90px; }
  #single-page .heading {
    color: #fff; }
  #single-page.single-news {
    border-bottom: 1px solid #ccc; }
    #single-page.single-news .news-date {
      display: block;
      margin-bottom: 1em;
      color: #A7A596;
      font-weight: bold; }
  @media screen and (max-width: 768px) {
    #single-page {
      padding: 10vw 0; } }
  #single-page .post-contents {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 5%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    line-height: 2;
    margin: 2.5vw auto; }
    @media screen and (max-width: 768px) {
      #single-page .post-contents {
        margin: 30px auto; } }
    #single-page .post-contents .ttl {
      color: #0b4826;
      font-size: var(--fz-3);
      letter-spacing: .1em;
      margin-bottom: 4rem; }
      #single-page .post-contents .ttl::after {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: #0b4826;
        margin-top: .5em; }

/*********************************

footer

*********************************/
/*contact*/
.contact {
  padding: 5vw 0; }
  @media screen and (max-width: 640px) {
    .contact {
      padding: 15vw 0; } }
  .contact .heading {
    text-align: center;
    font-size: var(--fz-heading); }
    .contact .heading span.en {
      font-size: var(--fz-heading); }
  .contact .form__wrap {
    max-width: 800px;
    margin: 5vw auto;
    width: 100%; }
  .contact .form__area {
    width: 100%; }
    .contact .form__area tr th, .contact .form__area tr td {
      padding: 15px 0; }
      @media screen and (max-width: 640px) {
        .contact .form__area tr th, .contact .form__area tr td {
          padding: 10px 0; } }
    .contact .form__area tr th {
      width: 250px;
      text-align: left;
      font-family: "Noto Sans JP", sans-serif;
      vertical-align: top;
      letter-spacing: .1em; }
      @media screen and (max-width: 640px) {
        .contact .form__area tr th {
          width: 100%;
          display: block;
          padding-bottom: 5px; } }
    .contact .form__area tr td {
      width: calc(100% - 250px); }
      @media screen and (max-width: 640px) {
        .contact .form__area tr td {
          width: 100%;
          display: block; } }
    .contact .form__area input, .contact .form__area textarea {
      padding: 1em;
      width: 100%;
      background: #d8d8d8;
      border: 1px solid #d8d8d8;
      border-radius: 100vw; }
    .contact .form__area textarea {
      border-radius: 20px; }
    .contact .form__area span.equ {
      display: inline-block;
      color: #fff;
      padding: 4px 10px;
      background-color: #aea11d;
      font-weight: normal;
      font-size: .8em;
      margin-left: 1em;
      border-radius: 12px; }
      @media screen and (max-width: 768px) {
        .contact .form__area span.equ {
          margin-top: 1em; } }
  .contact .wpcf7-spinner {
    display: none !important; }
  .contact .btn_submit {
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    display: inline-block;
    padding: 15px 3em 15px 4em;
    letter-spacing: 1em;
    border-radius: 100vw;
    margin: 1.5em auto;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .contact .btn_submit:hover {
    background: #aea11d;
    border: 1px solid #aea11d;
    color: #fff; }

.footer {
  text-align: center;
  background-color: #A7A596;
  color: #0b4826;
  padding: 30px 0; }
  @media screen and (max-width: 640px) {
    .footer {
      padding: 30px 0 100px; } }
  .footer .line__btn {
    display: inline-block;
    padding: 0;
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom: 2px solid #0b4826;
    padding-bottom: 10px;
    text-decoration: none;
    color: #0b4826; }
    @media screen and (max-width: 480px) {
      .footer .line__btn {
        font-size: 1.6rem;
        border-bottom: 1px solid #0b4826; } }
    .footer .line__btn p {
      padding: 0;
      color: #0b4826; }
  .footer .copy {
    padding: 100px 0 0;
    color: #fff; }

#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100; }
  #page_top a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #aea11d;
    border-radius: 100%;
    text-align: center; }
    #page_top a i {
      color: #fff; }
