@charset "UTF-8";
/* Scss Document */
:root {
  /* transition speed ------------------------------------------------- */
  --trans_speed: 0.2s;
  /* full-bleed -------------------------------------------------*/
  --full-bleed: calc(50% - 50vw);
  /* kadomaru -------------------------------------------------*/
  --kadomaru: 10px;
}
@media screen and (min-width: 768px) {
  :root {
    --kadomaru: 20px;
  }
}
:root {
  --kadomaru-large: 20px;
}
@media screen and (min-width: 768px) {
  :root {
    --kadomaru-large: 40px;
  }
}
:root {
  --entry_kadomaru:0;
}
@media screen and (min-width: 768px) {
  :root {
    --entry_kadomaru: 0;
  }
}

* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
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;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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;
}

input:focus {
  outline: none;
}

ul:not(.entryBody ul), ol:not(.entryBody ol) {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  fill: #000;
  max-width: 100%;
}

body {
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  color: #503d2f;
  font-weight: 500;
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

a {
  outline: none;
  color: #503d2f;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
  parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .e-layout_size--small, .base--small, .e-layout_size--default, .base, .e-layout_size--large, .base--large, .e-layout_size--wide, .base--xlarge, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1700px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1780px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1820px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--xlarge {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--xlarge {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--xlarge {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--xlarge {
    max-width: 1600px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--xlarge {
    max-width: 1600px;
  }
}
.base--xlarge [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large, .e-layout_size--wide {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large, .e-layout_size--wide {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large, .e-layout_size--wide {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--large, .base--wide .e-layout_size--wide {
    max-width: 1400px;
  }
}
.base--large [class*=base], .e-layout_size--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base, .e-layout_size--large {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base, .e-layout_size--large {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base, .e-layout_size--large {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .base--large .base, .e-layout_size--wide .base, .base--large .e-layout_size--large, .e-layout_size--wide .e-layout_size--large, .base--wide .base, .base--wide .e-layout_size--large {
    max-width: 1200px;
  }
}
.base [class*=base], .e-layout_size--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small, .e-layout_size--default {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base--small, .e-layout_size--default {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small, .e-layout_size--default {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1000px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--small, .base--wide .e-layout_size--default, .base--large .base--small, .e-layout_size--wide .base--small, .base--large .e-layout_size--default, .e-layout_size--wide .e-layout_size--default, .base .base--small, .e-layout_size--large .base--small, .base .e-layout_size--default, .e-layout_size--large .e-layout_size--default {
    max-width: 1000px;
  }
}
.base--small [class*=base], .e-layout_size--default [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss, .e-layout_size--small {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss, .e-layout_size--small {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss, .e-layout_size--small {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--ss, .base--wide .e-layout_size--small, .base--large .base--ss, .e-layout_size--wide .base--ss, .base--large .e-layout_size--small, .e-layout_size--wide .e-layout_size--small, .base .base--ss, .e-layout_size--large .base--ss, .base .e-layout_size--small, .e-layout_size--large .e-layout_size--small, .base--small .base--ss, .e-layout_size--default .base--ss, .base--small .e-layout_size--small, .e-layout_size--default .e-layout_size--small {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.space--large.last_section {
  padding-bottom: calc(150px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(150px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(150px + 130px);
  }
}

.space--medium {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(100px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(100px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(100px + 130px);
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(50px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 50px;
  padding-bottom: 75px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 75px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.c-bg01 {
  background: url(../../img/bg01.png) repeat center center;
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 559px) {
  .c-grid {
    flex-direction: column;
  }
}

.c-gridItem {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .c-gridItem {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 559px) {
  .c-gridItem {
    margin-bottom: 20px;
  }
}
.c-gridItem--cell30 {
  width: 28%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell30 {
    width: 100%;
  }
}
.c-gridItem--cell35 {
  width: 33%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell35 {
    width: 100%;
  }
}
.c-gridItem--cell40 {
  width: 38%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell40 {
    width: 100%;
  }
}
.c-gridItem--cell45 {
  width: 43%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 52%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell55 {
    width: 100%;
  }
}
.c-gridItem--cell60 {
  width: 57%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell60 {
    width: 100%;
  }
}
.c-gridItem--cell65 {
  width: 62%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 67%;
}
@media screen and (max-width: 559px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 559px) {
  .c-grid--row2 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 559px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

.c-grid--row3::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 559px) {
  .c-grid--row3::before {
    display: none;
  }
}
.c-grid--row3 .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 559px) {
  .c-grid--row3 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 559px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0;
}
@media screen and (max-width: 559px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0 auto;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

.c-grid--row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4::before {
    display: none;
  }
}
.c-grid--row4 .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .c-grid--row4 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  breadcrumb.scss
==============================================================*/
.c-pan {
  display: none;
}
@media screen and (min-width: 960px) {
  .c-pan {
    display: block;
    position: relative;
    z-index: 20;
  }
}
.c-pan ul {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  font-size: 0.875rem;
  color: #503d2f;
  line-height: 1.2;
}
.c-pan ul li + li {
  padding-left: 20px;
  position: relative;
}
.c-pan ul li + li::before {
  content: "＞";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  text-align: center;
}
.c-pan ul li:last-of-type {
  flex: 1;
}
.c-pan ul a {
  color: #503d2f;
  display: inline-block;
}
.c-pan ul a:hover {
  text-decoration: underline;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.txtbox--small,
.txt--small {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox--small,
  .txt--small {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .txtbox--small,
  .txt--small {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.txtbox--small p + p {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox--small p + p {
    margin-top: 20px;
  }
}

.txt--big {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--big {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .txt--big {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.txt--big + .txt, .txt + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--big + .txt, .txt + .txt--big {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 40%, #f9f000 40%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-txtAttention {
  position: relative;
  padding-left: 20px;
}
.c-txtAttention::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  title.scss
==============================================================*/
.c-heading01 {
  padding: 0 0;
  font-size: clamp(1.5rem, 0.919rem + 2.581vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .c-heading01 {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-heading01 {
    margin-bottom: 50px;
  }
}

.c-heading02 {
  border-bottom: 2px solid #65574d;
  padding-bottom: 20px;
  font-size: clamp(1.125rem, 0.617rem + 2.258vw, 2rem);
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-heading02 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-heading02 {
    padding-bottom: 40px;
  }
}

.c-heading03 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .c-heading03 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .c-heading03 {
    margin-bottom: 100px;
  }
}
.c-heading03_main {
  font-size: clamp(1.5rem, 0.919rem + 2.581vw, 2.5rem);
  line-height: 1.5;
  font-weight: 700;
}
.c-heading03_sub {
  font-size: clamp(0.875rem, 0.73rem + 0.645vw, 1.125rem);
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  color: #9e8b7d;
}

.c-heading04 {
  font-size: clamp(1rem, 0.71rem + 1.29vw, 1.5rem);
  margin-bottom: 20px;
  line-height: 1.3;
  background: #dcd5c7;
  padding: 10px 15px;
}
@media screen and (min-width: 560px) {
  .c-heading04 {
    margin-bottom: 25px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-heading04 {
    margin-bottom: 30px;
  }
}

.c-heading_lv2 {
  padding: 0px 20px;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.722rem + 2.903vw, 2.5rem);
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .c-heading_lv2 {
    max-width: 80%;
  }
}

.c-heading_lv3 {
  border-bottom: 2px solid #65574d;
  padding-bottom: 20px;
  font-size: clamp(1.125rem, 0.617rem + 2.258vw, 2rem);
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-heading_lv3 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-heading_lv3 {
    padding-bottom: 40px;
  }
}

.c-heading_lv4 {
  font-size: clamp(1rem, 0.71rem + 1.29vw, 1.5rem);
  line-height: 1.3;
  background: #dcd5c7;
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .c-heading_lv4 {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 960px) {
  .c-heading_lv4 {
    padding: 25px 30px;
  }
}

.c-heading_lv5 {
  font-size: clamp(1rem, 0.782rem + 0.968vw, 1.375rem);
  line-height: 1.3;
  color: #503d2f;
  border-top: 2px solid #7fb927;
  border-bottom: 2px solid #7fb927;
  padding: 10px 20px;
}

.c-heading_lv6 {
  font-size: 1rem;
  line-height: 1.3;
  color: #443b31;
}
@media screen and (min-width: 560px) {
  .c-heading_lv6 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .c-heading_lv6 {
    font-size: 1.25rem;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 {
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #302b27;
  font-family: "Work Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #503d2f;
  line-height: 1.3;
  max-inline-size: max-content;
}
@media screen and (min-width: 560px) {
  .c-btn01 {
    font-size: 1.25rem;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn01 {
    font-size: 1.5rem;
  }
}
.c-btn01::before {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  width: 60px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #888;
  background: #fff;
  color: #888;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 0.875rem;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .c-btn01::before {
    width: 70px;
    height: 40px;
    margin-right: 15px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn01::before {
    width: 80px;
    height: 46px;
    margin-right: 20px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn01:hover {
    color: #503d2f;
  }
  .c-btn01:hover::before {
    background: #503d2f;
    color: #fff;
    border: 1px solid #503d2f;
  }
}
.c-btn01--right {
  margin-left: auto;
  margin-right: 0;
}
.c-btn01--center {
  margin-inline: auto;
}
.c-btn01--back::before {
  font-family: "Font Awesome 6 Free";
  content: "\f060";
  font-weight: 900;
}

.c-btn02 {
  display: block;
  max-inline-size: max-content;
  margin: 0 auto;
  background: #7fb927;
  color: #fff;
  padding: 20px 40px;
  font-size: clamp(1.125rem, 0.98rem + 0.645vw, 1.375rem);
  font-weight: bold;
  border-radius: 50px;
  transition: background 0.2s;
}
@media screen and (min-width: 560px) {
  .c-btn02 {
    padding: 25px 60px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02 {
    padding: 30px 80px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02:hover {
    background-color: rgb(107.95, 157.25, 33.15);
  }
}
.c-btn02--small {
  padding: 15px 60px;
  font-size: clamp(1rem, 0.855rem + 0.645vw, 1.25rem);
}
@media screen and (min-width: 560px) {
  .c-btn02--small {
    padding: 20px 70px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn02--small {
    padding: 20px 80px;
  }
}

.c-btn03 {
  display: block;
  max-inline-size: max-content;
  margin: 0 auto;
  min-width: 120px;
  background: #503d2f;
  color: #fff;
  padding: 15px 40px;
  font-size: clamp(1.125rem, 0.98rem + 0.645vw, 1.375rem);
  font-weight: bold;
  border-radius: 50px;
  transition: background 0.2s;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .c-btn03 {
    padding: 18px 60px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn03 {
    padding: 20px 80px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn03:hover {
    background-color: rgb(128.2519685039, 97.7921259843, 75.3480314961);
  }
}
.c-btn03--small {
  padding: 15px 60px;
  font-size: clamp(1rem, 0.855rem + 0.645vw, 1.25rem);
}
@media screen and (min-width: 560px) {
  .c-btn03--small {
    padding: 20px 70px;
  }
}
@media screen and (min-width: 960px) {
  .c-btn03--small {
    padding: 20px 80px;
  }
}

/*=============================================================
  formParts.scss
==============================================================*/
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

.formZip {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 560px) {
  .formZip {
    max-width: 150px;
  }
}

.formPostbtn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.formPostbtn button {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 560px) {
  .formPostbtn button {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
  background: #fff;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 14px 18px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 2px #7fb927;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #999;
}

select {
  border: 1px solid #ccc;
  padding: 12px 16px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  select {
    padding: 14px 18px;
  }
}

/*
input:focus,
textarea:focus{
	border:1px solid #fff;
	box-shadow: 0px 0px 3px #ccc;
}
*/
input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

label {
  display: inline-block;
  padding: 10px;
}

/*=============================================================
  formlayout.scss
==============================================================*/
.formWrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.formTable {
  width: 100%;
  border: 1px solid #b5b5b5;
  margin-bottom: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .formTable {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .formTable {
    table-layout: fixed;
  }
}
.formTable th,
.formTable td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 560px) {
  .formTable th,
  .formTable td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .formTable th,
  .formTable td {
    display: table-cell;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .formTable th,
  .formTable td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.formTable th {
  font-size: 0.9375rem;
  padding: 15px;
  border-top: 1px solid #b5b5b5;
}
@media screen and (min-width: 560px) {
  .formTable th {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .formTable th {
    padding: 20px;
    width: 220px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th {
    font-size: 1.125rem;
    padding: 30px;
    width: 300px;
  }
}
.formTable th span {
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px 4px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 560px) {
  .formTable th span {
    padding: 2px 3px 4px 3px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px 8px 8px;
    margin-right: 10px;
  }
}
.formTable th small {
  font-size: 77%;
}
.formTable th.form-nini {
  background: #f4f4f4;
}
.formTable th.form-nini span {
  background: #969696;
  color: #fff;
}
.formTable th.form-required {
  background: #fef7f7;
}
.formTable th.form-required span {
  background: #CF1212;
  color: #fff;
}
.formTable td {
  font-size: 0.9375rem;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .formTable td {
    padding: 20px;
    border-top: 1px solid #b5b5b5;
  }
}
@media screen and (min-width: 960px) {
  .formTable td {
    font-size: 1rem;
    padding: 30px;
  }
}

.confirmTable {
  width: 100%;
  border: 1px solid #b5b5b5;
  margin-bottom: 60px;
  table-layout: fixed;
  background: #fff;
}
.confirmTable th,
.confirmTable td {
  text-align: left;
  padding: 15px;
  border: 1px solid #b5b5b5;
}
@media screen and (min-width: 560px) {
  .confirmTable th,
  .confirmTable td {
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th,
  .confirmTable td {
    padding: 30px;
  }
}
.confirmTable th {
  width: 33.3%;
  background: #e5ded7;
}
.confirmTable th {
  font-size: 0.9375rem;
}
@media screen and (min-width: 560px) {
  .confirmTable th {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .confirmTable th {
    font-size: 1.125rem;
  }
}
.confirmTable td {
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .confirmTable td {
    font-size: 1rem;
  }
}

.formTable_enquete caption {
  background: #503d2f;
  color: #fff;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formTable_enquete caption {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .formTable_enquete caption {
    font-size: 1.125rem;
  }
}
.formTable_enquete caption span {
  font-size: 73%;
  font-weight: normal;
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 560px) {
  .formList_row {
    row-gap: 10px;
  }
}

.formFlex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.formFlex div {
  display: flex;
  align-items: center;
}
.formFlex div span {
  display: block;
  white-space: nowrap;
}
.formFlex--sanka {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formFlex--sanka {
    flex-direction: row;
  }
}

.formPointTxt {
  margin-top: 20px;
  font-size: 0.8125rem;
  border-radius: 3px;
  line-height: 1.5;
}
.formPointTxt li::before {
  color: #CF1212;
}

.formPrivacy {
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}
.formPrivacy_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .formPrivacy_check {
    font-size: 1.25rem;
  }
}
.formPrivacy_check input {
  margin-right: 10px;
}

.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 0.8125rem;
}

.submit_btn {
  width: 90%;
  max-width: 340px;
  margin: 30px auto;
}
.submit_btn button[type=submit] {
  width: 100%;
  background-color: #7fb927;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit] {
    padding: 25px 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit]:hover {
    background-color: rgb(107.95, 157.25, 33.15);
  }
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #503d2f;
  padding: 10px 0px 8px 0px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 560px) {
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/*=============================================================
  list.scss
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 1.125rem;
    line-height: 2;
    line-height: 1.3;
  }
}
.c-ulList li + li {
  margin-top: 10px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
}
.c-olList li + li {
  margin-top: 5px;
}

.c-listAttention li {
  position: relative;
  padding-left: 20px;
}
.c-listAttention li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  loading.scss
==============================================================*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100svw;
  height: 100svh;
  z-index: 99999;
  text-align: center;
  color: #fff;
  display: flex;
  background: url(../../img/bg01.png) repeat center center;
  justify-content: center;
  align-items: center;
}
.loading_inner {
  position: relative;
  width: 90%;
  max-width: 400px;
}
.loading_img svg {
  animation: animeLoading 0.8s ease-out both;
}
.loading_img svg {
  fill: #503d2f;
}
@keyframes animeLoading {
  0% {
    opacity: 0;
    translate: 0 5%;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes animeLoading02 {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: 5px;
  }
  50% {
    margin-top: 0px;
  }
  75% {
    margin-top: -5px;
  }
  100% {
    margin-top: 0;
  }
}
.loading_logo {
  max-width: 450px;
}
.loading.is-active {
  display: flex;
}

.js-fadein {
  opacity: 0;
}

/*=============================================================
  pagetop.scss
==============================================================*/
.pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop {
    display: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #503d2f;
    color: #000;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 3px solid #fff;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
  }
  .pagetop::before {
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    font-weight: 900;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pagetop * {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop * {
    display: block;
  }
}

/*=============================================================
  youtube.scss
==============================================================*/
.c-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-youtube div {
  aspect-ratio: 16/9;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

/*=============================================================
  googlemap.scss
==============================================================*/
.c-googlemap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 1199px) {
  .c-googlemap {
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-googlemap {
    margin: 20px 0;
  }
}
.c-googlemap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1199px) {
  .c-googlemap iframe {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .c-googlemap iframe {
    height: 300px;
  }
}

/*=============================================================
  table.scss
==============================================================*/
.c-tableScroll {
  overflow: auto;
  max-width: 100%;
}
.c-tableScroll table {
  width: 680px !important;
}
@media screen and (min-width: 560px) {
  .c-tableScroll table {
    width: 100%;
  }
}

.c-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #65574d;
}
.c-table td, .c-table th {
  line-height: 1.6;
  font-size: inherit;
  padding: 20px 10px;
  border-bottom: 1px solid #65574d;
}
@media screen and (min-width: 768px) {
  .c-table td, .c-table th {
    vertical-align: top;
    display: table-cell;
    padding: 30px 15px;
  }
}
.c-table th {
  text-align: left;
  width: 20%;
  color: #503d2f;
}
@media screen and (min-width: 768px) {
  .c-table th {
    width: 20%;
  }
}
.c-table a:not([class]) {
  color: #1530A0;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .c-table a:not([class]):hover {
    color: #2b51e6;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-sp-column td, .c-table.-sp-column th {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-sp-column th {
    padding: 10px 10px;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-sp-column td {
    padding: 1em 1em 2em 1em;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-sp-column:not([class*=-type]) {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-sp-column:not([class*=-type]) td, .c-table.-sp-column:not([class*=-type]) th {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-sp-column:not([class*=-type]) th {
    border-left: 2px solid #65574d;
  }
}
.c-table.-cell20 th {
  width: 20%;
}
.c-table.-cell30 th {
  width: 30%;
}
.c-table.-cell40 th {
  width: 40%;
}
.c-table.-cell50 th {
  width: 50%;
}

.c-table.-type01 {
  border-top: 1px solid #65574d;
  border-left: 1px solid #65574d;
}
.c-table.-type01 td, .c-table.-type01 th {
  border-bottom: 1px solid #65574d;
  border-right: 1px solid #65574d;
}
.c-table.-type01 th {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .c-table.-type01 th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-type01.-sp-column th {
    width: 100%;
  }
}

.c-table.-type02 {
  border-top: 1px solid #65574d;
  border-left: 1px solid #65574d;
}
.c-table.-type02 td, .c-table.-type02 th {
  border-bottom: 1px solid #65574d;
  border-right: 1px solid #65574d;
}
.c-table.-type02 th {
  background: #e5ded7;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .c-table.-type02 th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-table.-type02.-sp-column th {
    width: 100%;
  }
}

.c-table.-type03 th {
  background: #e5ded7;
}

.c-table.-type04 {
  border: none;
  border-collapse: separate;
  border-spacing: 2px;
}
.c-table.-type04 td, .c-table.-type04 th {
  border: none;
}
.c-table.-type04 th {
  background: #503d2f;
  color: #fff;
}
.c-table.-type04 td {
  background: #e5ded7;
}
@media screen and (max-width: 767px) {
  .c-table.-type04.-sp-column th {
    width: 100%;
  }
}

.js-hint {
  overflow: auto;
  max-width: 100%;
}
.js-hint table {
  width: 680px !important;
}
@media screen and (min-width: 560px) {
  .js-hint table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  table.e-table--sp {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  table.e-table--sp th,
  table.e-table--sp td {
    display: block;
    width: 100% !important;
  }
}

.e-table_cell25 {
  width: 25%;
}
.e-table_cell33 {
  width: 33%;
}
.e-table_cell50 {
  width: 50%;
}
.e-table_cell50 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .entryBody table.e-table--sp th {
    border-bottom: none;
    border-top: none;
  }
}

/*=============================================================
  c-scroll.scss
==============================================================*/
.c-scroll {
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 800;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 0.625rem;
  transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .c-scroll {
    font-size: 0.875rem;
    right: 20px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .c-scroll {
    font-size: 1rem;
    padding-bottom: 140px;
  }
}
.c-scroll::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #fff;
  display: block;
  position: absolute;
  left: 45%;
  bottom: 0;
  animation: animeScroll 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (min-width: 768px) {
  .c-scroll::before {
    height: 120px;
  }
}
@media screen and (min-width: 960px) {
  .c-scroll::before {
    height: 130px;
  }
}
.c-scroll--inner {
  color: #503d2f;
}
.c-scroll--inner::before {
  background: #503d2f;
}

@keyframes animeScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*=============================================================
  linearea.scss
==============================================================*/
.c-linearea_btn {
  max-width: 560px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 560px) {
  .c-linearea_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-linearea_btn {
    margin-top: 60px;
  }
}
.c-linearea_btn a {
  border-radius: 10px;
  background: #06c755;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(1.5rem, 0.919rem + 2.581vw, 2.5rem);
  font-weight: bold;
  padding: 20px 10px;
}
@media screen and (min-width: 560px) {
  .c-linearea_btn a {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 960px) {
  .c-linearea_btn a {
    padding: 35px 10px;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 960px) {
  .c-linearea_btn a:hover {
    opacity: 0.8;
  }
}
.c-linearea_btn span {
  display: block;
  width: 80px;
  margin-right: 10px;
}

.p-membershipEntry_btn {
  max-width: 560px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 560px) {
  .p-membershipEntry_btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .p-membershipEntry_btn {
    margin-top: 60px;
  }
}
.p-membershipEntry_btn a {
  border-radius: 10px;
  background: #7fb927;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: clamp(1.25rem, 0.887rem + 1.613vw, 1.875rem);
  font-weight: bold;
  padding: 20px 10px;
}
@media screen and (min-width: 560px) {
  .p-membershipEntry_btn a {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-membershipEntry_btn a {
    padding: 30px 10px;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 960px) {
  .p-membershipEntry_btn a:hover {
    opacity: 0.8;
  }
}
.p-membershipEntry_btn span {
  display: block;
  width: 44px;
  margin-right: 10px;
}

/*=============================================================
  box.scss
==============================================================*/
.c-whiteBox {
  background: #fff;
  padding: 20px;
  border: 1px solid #65574d;
}
@media screen and (min-width: 560px) {
  .c-whiteBox {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-whiteBox {
    padding: 60px 8.3%;
  }
}

/*=============================================================
  category.scss
==============================================================*/
.c-categorySelect {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 560px) {
  .c-categorySelect {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .c-categorySelect {
    margin-bottom: 150px;
  }
}

.c-categorySelect_item {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .c-categorySelect_item {
    width: 48%;
  }
}

.c-categorySelect_title {
  font-size: clamp(1.125rem, 0.98rem + 0.645vw, 1.375rem);
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #65574d;
}
@media screen and (min-width: 560px) {
  .c-categorySelect_title {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

.c-categoryListWrap {
  display: flex;
  column-gap: 20px;
}
.c-categoryListWrap p {
  color: #503d2f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 10px;
}
.c-categoryListWrap ul {
  flex: 1;
}

.c-categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 1200px) {
  .c-categoryList {
    gap: 10px;
  }
}
.c-categoryList--center {
  justify-content: center;
}
.c-categoryList li.is-active a, .c-categoryList li.is-active span, .c-categoryList li.current-cat a, .c-categoryList li.current-cat span {
  background: #503d2f;
  color: #fff;
  border: 1px solid #503d2f;
}
.c-categoryList span,
.c-categoryList a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #65574d;
  padding: 8px 15px 10px 15px;
  font-size: 0.875rem;
  border-radius: 20px;
  transition: all 0.2s;
  cursor: pointer;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .c-categoryList span,
  .c-categoryList a {
    font-size: 1rem;
    padding: 12px 25px 15px 25px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-categoryList span:hover,
  .c-categoryList a:hover {
    background: #503d2f;
    color: #fff;
    border: 1px solid #503d2f;
  }
}

/*=============================================================
  linklist.scss
==============================================================*/
.c-linkList {
  width: 100%;
}
.c-linkList li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 1px dashed #65574d;
}
.c-linkList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 19px;
  color: #503d2f;
}
@media screen and (min-width: 560px) {
  .c-linkList li::before {
    top: 22px;
  }
}
@media screen and (min-width: 960px) {
  .c-linkList li::before {
    top: 28px;
  }
}
.c-linkList a {
  font-size: 113.1%;
  padding-block: 15px;
  display: inline-block;
  text-decoration: none;
  transition: var(--trans_speed) all;
}
@media screen and (min-width: 768px) {
  .c-linkList a {
    padding-block: 20px;
  }
}
.c-linkList a:hover {
  color: #503d2f;
}
.c-linkList a[target=_blank], .c-linkList a[href$=".pdf"], .c-linkList a[href$=".doc"], .c-linkList a[href$=".docx"], .c-linkList a[href$=".xls"], .c-linkList a[href$=".xlsx"], .c-linkList a[href$=".txt"] {
  display: inline-flex;
  column-gap: 10px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .c-linkList a[target=_blank], .c-linkList a[href$=".pdf"], .c-linkList a[href$=".doc"], .c-linkList a[href$=".docx"], .c-linkList a[href$=".xls"], .c-linkList a[href$=".xlsx"], .c-linkList a[href$=".txt"] {
    column-gap: 10px;
    margin-right: 15px;
  }
}
.c-linkList a[target=_blank]::after, .c-linkList a[href$=".pdf"]::after, .c-linkList a[href$=".doc"]::after, .c-linkList a[href$=".docx"]::after, .c-linkList a[href$=".xls"]::after, .c-linkList a[href$=".xlsx"]::after, .c-linkList a[href$=".txt"]::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: auto;
  aspect-ratio: 417/529;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .c-linkList a[target=_blank]::after, .c-linkList a[href$=".pdf"]::after, .c-linkList a[href$=".doc"]::after, .c-linkList a[href$=".docx"]::after, .c-linkList a[href$=".xls"]::after, .c-linkList a[href$=".xlsx"]::after, .c-linkList a[href$=".txt"]::after {
    width: 18px;
  }
}
.c-linkList a[target=_blank]::after {
  background-image: url(../../img/icon/ico-blank.png);
}
.c-linkList a[href$=".zip"]::after, .c-linkList a[href$=".lzh"]::after {
  background-image: url(../../img/icon/ico-file.png);
}
.c-linkList a[href$=".pdf"]::after {
  background-image: url(../../img/icon/ico-pdf.png);
}
.c-linkList a[href$=".doc"]::after, .c-linkList a[href$=".docx"]::after {
  background-image: url(../../img/icon/ico-word.png);
}
.c-linkList a[href$=".xls"]::after, .c-linkList a[href$=".xlsx"]::after {
  background-image: url(../../img/icon/ico-excel.png);
}
.c-linkList a[href$=".txt"]::after {
  background-image: url(../../img/icon/ico-text.png);
}
.c-linkList a[href$=".ppt"]::after, .c-linkList a[href$=".pptx"]::after {
  background-image: url(../../img/icon/ico-ppt.png);
}
.c-linkList a[href$=".png"]::after, .c-linkList a[href$=".jpg"]::after, .c-linkList a[href$=".jpeg"]::after, .c-linkList a[href$=".gif"]::after {
  background-image: url(../../img/icon/ico-img.png);
}

/*=============================================================
  buttonlist.scss
==============================================================*/
.c-btnList {
  --btnlist-column-gap:5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--btnlist-column-gap);
  row-gap: 20px;
}
.c-btnList .c-btnList_item a {
  margin-inline: auto;
}
.c-btnList.-left {
  justify-content: start;
}
.c-btnList.-right {
  justify-content: flex-end;
}

.entryBody .c-btnList {
  margin-block: 40px;
}
@media screen and (max-width: 1199px) {
  .entryBody .c-btnList {
    margin-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .entryBody .c-btnList {
    margin-block: 20px;
  }
}

.c-btnList.-column1 a {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .c-btnList.-column2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c-btnList.-column2 .c-btnList_item {
    width: calc((90% - var(--btnlist-column-gap)) / 2);
  }
}
.c-btnList.-column2 .c-btnList_item a {
  margin-inline: auto;
  max-width: none;
}

.c-btnList.-column3 {
  --btnlist-column-gap:3%;
}
@media screen and (min-width: 768px) {
  .c-btnList.-column3 {
    flex-direction: row;
    column-gap: var(--btnlist-column-gap);
  }
}
@media screen and (min-width: 768px) {
  .c-btnList.-column3 .c-btnList_item {
    width: calc((100% - var(--btnlist-column-gap) * 2) / 3);
  }
}
.c-btnList.-column3 .c-btnList_item a {
  margin-inline: auto;
  max-width: none;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

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

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 95px;
    margin-top: -95px;
  }
}

.c-hoverimg *:has(img) {
  overflow: hidden;
}
.c-hoverimg img {
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #503d2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.is-anime_img[data-aos=is-animation]::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.is-anime_img[data-aos=is-animation].aos-animate::after {
  left: 100%;
}
[data-aos=is-animation] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animation].aos-animate .is-anime_img::after {
  left: 100%;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(even)::after {
  transition-delay: 0s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: 0.15s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: 0.3s;
}
[data-aos=is-animationBox] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animationBox].aos-animate .is-anime_img::after {
  left: 100%;
}

@keyframes animeScroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.is-tabShow {
  visibility: visible;
  opacity: 1;
  height: auto;
  animation: anime-tabShow 0.7s linear both;
}

.is-tabHide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  animation: anime-tabHide 0.7s linear both;
}

@keyframes anime-tabShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-tabHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*=============================================================
  aosCustomize.scss
==============================================================*/
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -30px, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

/*=============================================================
  slick.scss
==============================================================*/
.js-slide {
  display: none;
}
.js-slide:first-of-type {
  display: block;
}

.js-slide.slick-initialized {
  display: block;
}

.js-slide .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .js-slide .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .js-slide .slick-arrow {
    width: 70px;
  }
}
.js-slide .slick-arrow.slick-next {
  left: -15px;
  background: url("../../img/top/slide_arrow-left.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .js-slide .slick-arrow.slick-next {
    left: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .js-slide .slick-arrow.slick-next {
    left: -50px;
  }
}
.js-slide .slick-arrow.slick-prev {
  right: -15px;
  background: url("../../img/top/slide_arrow-right.png") no-repeat center 40% #fff;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .js-slide .slick-arrow.slick-prev {
    right: -40px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .js-slide .slick-arrow.slick-prev {
    right: -50px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Dots */
/*
.slick-dots{
	position: absolute;
	bottom: 25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 500;
	list-style: none;
	text-align: center;

	li{
			position: relative;

			display: inline-block;

			width: 20px;
			height: 20px;
			margin: 0 5px;
			padding: 0;

			cursor: pointer;
	}
	li button{
		font-size: 0;
		line-height: 0;

		display: block;

		width: 20px;
		height: 20px;
		padding: 5px;

		cursor: pointer;

		color: transparent;
		border: 0;
		outline: none;
		background: transparent;

		&:hover,
		&:focus
		{
				outline: none;
		}
		&:hover:before,
		&:focus:before
		{
				opacity: 1;
		}
		&:before
		{
			font-family: 'slick';
			font-size: 20px;
			line-height: 20px;

			position: absolute;
			top: 0;
			left: 0;

			width: 20px;
			height: 20px;

			content: '•';
			text-align: center;

			opacity: 1;
			color: #fff;

			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
	}
	li.slick-active button:before
	{
			opacity: .75;
			color: $color_accent;
	}
}
*/
/*=============================================================
  header.scss
=============================================================*/
.l-header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 95px;
    align-items: center;
  }
}
.l-header.is-scroll {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .l-header.is-scroll {
    height: 80px;
  }
}

.l-headerLogo {
  width: 50%;
  position: relative;
  z-index: 950;
  margin-left: 20px;
  max-width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .l-headerLogo {
    width: 28%;
    max-width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .l-headerLogo {
    max-width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerLogo {
    max-width: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .l-headerLogo {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .l-headerLogo {
    width: 28%;
    margin-left: 40px;
  }
}
.l-headerLogo a {
  display: block;
  width: 100%;
}
.l-headerLogo_img {
  display: block;
  aspect-ratio: 284/156;
}
@media screen and (min-width: 960px) {
  .l-headerLogo_img {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerLogo_img {
    margin-top: 30px;
  }
}
.l-headerLogo_img svg {
  fill: #fff;
  transition: all 0.2s;
}
#page .l-headerLogo {
  max-width: 80px;
}
@media screen and (min-width: 1200px) {
  #page .l-headerLogo {
    max-width: 130px;
  }
}
#page .l-headerLogo_img {
  margin-top: 0;
}
#page .l-headerLogo svg {
  fill: #503d2f;
}
.is-scroll .l-headerLogo, #page .is-scroll .l-headerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
}
@media screen and (min-width: 960px) {
  .is-scroll .l-headerLogo, #page .is-scroll .l-headerLogo {
    max-width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .is-scroll .l-headerLogo, #page .is-scroll .l-headerLogo {
    max-width: 100px;
  }
}
.is-scroll .l-headerLogo_img {
  margin-top: 0;
}
.is-scroll .l-headerLogo_img svg {
  fill: #503d2f;
}
.is-menuopen .l-headerLogo_img svg {
  fill: #503d2f;
}
.l-headerLogo {
  /*
  span{
  	position: absolute;
  	left:0;
  	top:50%;
  	transform: translateY(-50%);
  	@include m-transition(opacity,0.7);
  	width:100%;
  	display: block;
  	@include mq-up(xxl){
  		left: 20px;
  	}
  	@include mq-up(max){
  		left: 40px;
  	}
  }
  	*/
  /*
  &_img{
  	opacity: 1;
  }
  &_img02{
  	opacity: 0;
  }
  // scroll
  .is-scroll &_img{
  	opacity: 0;
  }
  .is-scroll &_img02{
  	opacity: 1;
  }
  //menuopen

  .is-menuopen &_img{
  	opacity: 0;
  }
  .is-menuopen &_img02{
  	opacity: 1;
  }
  */
}

.l-headerNavi {
  display: none;
  width: 100%;
  height: 100dvh;
  background: url(../../img/bg01.png) repeat left top;
}
@media screen and (max-width: 1199px) {
  .l-headerNavi {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerNavi {
    display: block;
    background: none;
    height: 100%;
    width: auto;
  }
}
.l-headerNavi_inner {
  width: 100%;
  height: calc(100dvh - 70px - 40px);
  padding-top: 20px;
  margin-top: 110px;
  transition: padding 1.3s;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 560px) {
  .l-headerNavi_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .l-headerNavi_inner {
    height: 100%;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-headerNavi_inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .l-headerNavi_inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.is-menuopen .l-headerNavi_inner {
  padding-top: 0;
}

.logoimg {
  max-width: none;
  height: auto;
  max-height: 100%;
}

/*
.l-header.is-scroll{
	position: fixed;
  z-index: 999;
	animation: anime-scrollMenu 0.5s forwards;

  @include mq-up(lg){		
  }

}

@keyframes anime-scrollMenu{
  from {
		opacity: 0;
		transform: translateY(-100px);
  }
  to {
		opacity: 1;
		transform: translateY(0);
  }
}
*/
/*=============================================================
  navi.scss
=============================================================*/
.l-navi {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 1200px) {
  .l-navi {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50%;
    height: 95px;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi {
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .l-navi {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .is-scroll .l-navi {
    height: 80px;
  }
}

.l-navi > li {
  border-bottom: 1px dotted #65574d;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .l-navi > li {
    margin-left: 10px;
    height: auto;
    border-bottom: none;
    position: relative;
  }
}
@media screen and (min-width: 1400px) {
  .l-navi > li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1900px) {
  .l-navi > li {
    margin: 0 20px;
  }
}
.l-navi > li > a {
  display: block;
  padding: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  .l-navi > li > a {
    flex: 1;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi > li > a {
    font-size: 0.875rem;
    padding: 10px 5px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.02rem;
    flex: auto;
    overflow: hidden;
    position: relative;
    transition: color 0.2s;
  }
}
@media screen and (min-width: 1400px) {
  .l-navi > li > a {
    font-size: 1rem;
    padding: 20px 5px;
  }
}
.l-navi > li > a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #7fb927;
  display: block;
  position: absolute;
  left: -100%;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .l-navi > li > a::before {
    transition: left 0.2s;
  }
}
@media screen and (min-width: 1200px) {
  .l-navi > li > a:hover {
    color: #7fb927;
  }
  .l-navi > li > a:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .is-scroll .l-navi > li > a {
    color: #503d2f;
  }
}
.l-navi > li button {
  display: block;
  aspect-ratio: 1/1;
  width: 50px;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .l-navi > li button {
    display: none;
  }
}
.l-navi > li button::before, .l-navi > li button::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #503d2f;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.l-navi > li button::after {
  transform: translateX(-50%) rotate(-90deg);
}

@media screen and (min-width: 1200px) {
  #home .l-navi > li > a {
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  #home .is-scroll .l-navi > li > a {
    color: #503d2f;
  }
}

@media screen and (min-width: 1200px) {
  .l-navi > li:has(.sub-menu):hover ul.sub-menu {
    display: block;
  }
}

.l-navi > li ul {
  width: 100%;
  padding: 10px 20px;
}
@media screen and (min-width: 1200px) {
  .l-navi > li ul {
    display: none;
    background: #fff;
    width: 220px;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 100%;
    border-radius: 20px;
    padding: 15px;
    border: 2px solid #7fb927;
  }
}
.l-navi > li ul a {
  font-size: 0.875rem;
  display: block;
  padding: 10px 20px;
  position: relative;
  line-height: 1.5;
}
.l-navi > li ul a::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #7fb927;
  position: absolute;
  left: 0;
  top: 20px;
}

.l-navi_contactWrap {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .l-navi_contactWrap {
    padding-bottom: 0;
    width: 20vw;
    max-width: 220px;
    height: 100%;
    position: relative;
    z-index: 100;
  }
}

.l-naviContact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  column-gap: 2%;
}
@media screen and (min-width: 768px) {
  .l-naviContact {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-naviContact {
    justify-content: flex-end;
    column-gap: 0;
  }
}
.l-naviContact li {
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .l-naviContact li {
    flex: 1;
    margin-bottom: 0;
    background: #fff;
  }
}
.l-naviContact a {
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  font-size: clamp(0.75rem, 0.605rem + 0.645vw, 1rem);
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-naviContact a {
    font-size: 1rem;
    flex-direction: column;
    height: 100%;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1200px) {
  .l-naviContact a {
    border-radius: 0;
    font-size: clamp(0.75rem, 0.5rem + 0.333vw, 0.875rem);
    padding: 8px;
    white-space: nowrap;
  }
}
.l-naviContact a div {
  width: 34px;
  height: 34px;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-naviContact a div {
    margin-right: 0;
    border: none;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .l-naviContact a div {
    margin-bottom: 0;
  }
}
.l-naviContact a p {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-naviContact a p {
    text-align: center;
  }
}
.l-naviContact a p small {
  display: block;
  font-size: 85%;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .l-naviContact a p small {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-naviContact a:hover {
    opacity: 0.7;
  }
}
.l-naviContact--visit a {
  background: #ecb216;
}
.l-naviContact--form a {
  background: #81b827;
}
.l-naviContact--request a {
  background: #1aadb6;
}
.l-naviContact--line a {
  background: #06c755;
}
.l-naviContact---form p span {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-naviContact---form p span::before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-naviContact---line p span {
    display: none;
  }
}
.is-scroll .l-naviContact a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-scroll .l-naviContact a div {
  width: 28px;
  height: 28px;
}

.l-naviTel {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .l-naviTel {
    display: none;
  }
}
.l-naviTel li + li {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .l-naviTel li + li {
    margin-top: 0;
  }
}
.l-naviTel p {
  font-weight: bold;
  margin-bottom: 10px;
}
.l-naviTel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 10px;
  border: 1px solid #65574d;
  color: #503d2f;
}
.l-naviTel a strong {
  font-size: 8vw;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .l-naviTel a strong {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-naviTel a strong {
    font-size: 2.25rem;
  }
}
.l-naviTel a strong::before {
  font-family: "Font Awesome 6 Free";
  content: "\f2a0";
  font-weight: 900;
  color: #7fb927;
  margin-right: 10px;
  font-size: 80%;
}
@media screen and (min-width: 560px) {
  .l-naviTel a strong::before {
    margin-right: 5px;
    font-size: 75%;
  }
}
.l-naviTel a span {
  display: inline-block;
  font-size: 0.6875rem;
  font-feature-settings: "pkna";
  text-align: center;
  line-height: 1.3;
}
.l-naviTel a br {
  display: none;
}
@media screen and (min-width: 560px) {
  .l-naviTel a br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .l-naviTel a br {
    display: none;
  }
}

/*=============================================================
  naviBtn.scss
==============================================================*/
.naviBtn {
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .naviBtn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .naviBtn {
    display: none;
  }
}
.naviBtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  transition: 0.4s all;
  outline: none;
  padding: 40% 29%;
  cursor: pointer;
}
.naviBtn button p {
  width: 100%;
  height: 100%;
  position: relative;
}
.naviBtn button p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #503d2f;
  position: absolute;
  left: 0;
  top: 50%;
  transition: 0.5s all;
}
.naviBtn button span::before, .naviBtn button span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s all;
  height: 1px;
  background: #503d2f;
}
.naviBtn button span::before {
  top: 0;
}
.naviBtn button span::after {
  bottom: -1px;
}
.naviBtn button span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.is-scroll .naviBtn button p::after, .is-menuopen .naviBtn button p::after {
  background: #503d2f;
}
.is-scroll .naviBtn button span::before, .is-scroll .naviBtn button span::after, .is-menuopen .naviBtn button span::before, .is-menuopen .naviBtn button span::after {
  background: #503d2f;
}
.is-menuopen .naviBtn p::after {
  opacity: 0;
}
.is-menuopen .naviBtn span::before {
  background: #503d2f;
  animation: anime-menubar01_open 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.is-menuopen .naviBtn span::after {
  animation: anime-menubar02_open 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  background: #503d2f;
}
.is-menuclose .naviBtn p::after {
  opacity: 1;
}
.is-menuclose .naviBtn span::before {
  animation: anime-menubar01_close 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.is-menuclose .naviBtn span::after {
  animation: anime-menubar02_close 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes anime-menubar01_open {
  0% {
    top: 0;
    transform: rotate(0);
  }
  45% {
    top: 50%;
    transform: rotate(0);
  }
  65% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 50%;
    transform: rotate(-30deg);
    transform-origin: center center;
  }
}
@keyframes anime-menubar02_open {
  0% {
    bottom: -1px;
    transform: rotate(0);
  }
  45% {
    bottom: calc(50% - 1px);
    transform: rotate(0);
  }
  65% {
    bottom: calc(50% - 1px);
    transform: rotate(0);
  }
  100% {
    bottom: calc(50% - 1px);
    transform: rotate(30deg);
    transform-origin: center center;
  }
}
@keyframes anime-menubar01_close {
  0% {
    top: 50%;
    transform: rotate(-30deg);
    transform-origin: center center;
  }
  45% {
    top: 50%;
    transform: rotate(0);
  }
  65% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(0);
  }
}
@keyframes anime-menubar02_close {
  0% {
    bottom: calc(50% - 1px);
    transform: rotate(30deg);
    transform-origin: center center;
  }
  45% {
    bottom: calc(50% - 1px);
    transform: rotate(0);
  }
  65% {
    bottom: calc(50% - 1px);
    transform: rotate(0);
  }
  100% {
    bottom: -1px;
    transform: rotate(0);
  }
}

#home .naviBtn button p::after {
  background: #fff;
}
#home .naviBtn button span::before, #home .naviBtn button span::after {
  background: #fff;
}

#home .is-scroll .naviBtn button p::after,
.is-menuopen#home .naviBtn button p::after {
  background: #503d2f;
}
#home .is-scroll .naviBtn button span::before, #home .is-scroll .naviBtn button span::after,
.is-menuopen#home .naviBtn button span::before,
.is-menuopen#home .naviBtn button span::after {
  background: #503d2f;
}

/*=============================================================
  footer.scss
=============================================================*/
.l-contact {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-contact {
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 120px;
    height: 120px;
    z-index: 500;
  }
}
@media screen and (min-width: 1400px) {
  .l-contact {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 960px) {
  .l-contact::before {
    content: "";
    display: block;
    background: url(../../img/contact_img.png) no-repeat center center/cover;
    aspect-ratio: 100/69;
    width: 100px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.23);
  font-size: 0.875rem;
  color: #fff;
  background: #7fb927;
  padding-bottom: 10px;
  transition: background 0.2s;
}
@media screen and (min-width: 1400px) {
  .l-contact a {
    font-size: 1rem;
    border: 6px solid #fff;
  }
}
.l-contact a:hover {
  background: rgb(95.25, 138.75, 29.25);
}
.l-contact span {
  display: inline-block;
  width: 30px;
}

.l-footerWrap {
  background: url(../../img/footer_bg.png) repeat center center;
}
@media screen and (max-width: 559px) {
  .l-footerWrap {
    padding-bottom: 80px;
  }
}

.l-footerContactWrap_heading {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .l-footerContactWrap_heading {
    font-size: 2.125rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerContactWrap_heading {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

.l-footerContact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 15px;
}
@media screen and (min-width: 768px) {
  .l-footerContact {
    row-gap: 30px;
    column-gap: 30px;
  }
}
.l-footerContact li {
  overflow: hidden;
  border-radius: 10px;
}
.l-footerContact li:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footerContact li:first-of-type {
    flex: 2;
  }
}
.l-footerContact li:not(:first-of-type) {
  width: calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .l-footerContact li:not(:first-of-type) {
    width: auto;
    flex: 1;
  }
}
.l-footerContact {
  /*
  	li:first-of-type,
  	li:nth-of-type(2){
  		width:100%;
  		@include mq-up(md){
  			width:49%;
  		}
  	}
  */
}
.l-footerContact a {
  display: block;
  position: relative;
  transition: opacity 0.2s;
  height: 100%;
}
.l-footerContact a:hover {
  opacity: 0.9;
}
.l-footerContact_item02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .l-footerContact_item02 a {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerContact_item02 a {
    padding: 30px 0;
  }
}
.l-footerContact_item02 span {
  display: block;
  width: 36px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-footerContact_item02 span {
    width: 44px;
  }
}
.l-footerContact_item02 p {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8125rem, 0.537rem + 1.225vw, 1.125rem);
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .l-footerContact_item02 p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footerContact_item02 p {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footerContact_item02 p {
    font-size: 1.125rem;
  }
}
.l-footerContact_item02 p small {
  display: block;
  font-size: 85%;
  font-weight: normal;
  margin-bottom: 2px;
}

.l-footerContact--tel a {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #503d2f;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-footerContact--tel a {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerContact--tel a {
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerContact--tel a {
    padding: 35px 20px;
  }
}
.l-footerContact--tel a strong {
  font-size: 8vw;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .l-footerContact--tel a strong {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerContact--tel a strong {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-footerContact--tel a strong {
    font-size: 3rem;
  }
}
.l-footerContact--tel a strong::before {
  font-family: "Font Awesome 6 Free";
  content: "\f2a0";
  font-weight: 900;
  color: #7fb927;
  margin-right: 10px;
  font-size: 80%;
}
@media screen and (min-width: 560px) {
  .l-footerContact--tel a strong::before {
    margin-right: 5px;
    font-size: 75%;
  }
}
.l-footerContact--tel a span {
  display: inline-block;
  font-size: 0.75rem;
  font-feature-settings: "pkna";
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .l-footerContact--tel a span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-footerContact--tel a span {
    font-size: 1rem;
  }
}
.l-footerContact--tel a br {
  display: none;
}
@media screen and (min-width: 560px) {
  .l-footerContact--tel a br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .l-footerContact--tel a br {
    display: none;
  }
}

.l-footerContact--visit a {
  background: #ecb216;
}

/*
.l-footerContact--visit{
	a{
		display: flex;
		background: #ecb216;
		color:#fff;
		font-weight: bold;
    line-height: 1.3;
		height:100%;
	}

	span{
		display: flex;
		justify-content: center;
		align-items: center;
		width:80px;
		background: #ec8816;
		@include mq-up(sm){
			width:100px;
		}
		@include mq-up(md){
			width:90px;
		}
		@include mq-up(lg){
			width:110px;
		}


		img{
			width: 36px;
      @include mq-up(sm){
				width: 44px;
			}
      @include mq-up(md){
				width: 40px;
			}
			@include mq-up(lg){
				width: auto;
			}
		}
	}

	p{
		padding:25px 10px;
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		@include m-font-clamp(22,30);
		@include mq-up(sm){
			padding:35px 10px;
		}
		@include mq-up(md){
			padding: 0;
		}
	}
}
*/
.l-footerContact--form a {
  background: #7fb927;
}

.l-footerContact--request a {
  background: #1aadb6;
}

.l-footerContact--line a {
  background: #06c755;
}
.l-footerContact--line span {
  width: 44px;
  margin-bottom: -5px;
}
@media screen and (min-width: 768px) {
  .l-footerContact--line span {
    width: 60px;
  }
}

.l-footer {
  border-top: 1px solid #fff;
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .l-footer {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer {
    margin-top: 100px;
  }
}
.l-footer_txt {
  font-size: 0.5rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  opacity: 0.5;
}
@media screen and (min-width: 560px) {
  .l-footer_txt {
    font-size: 0.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .l-footer_txt {
    font-size: 0.625rem;
  }
}

.l-footerLogo {
  width: clamp(9.375rem, 6.964rem + 10.714vw, 15rem);
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (min-width: 560px) {
  .l-footerLogo {
    padding: 50px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-footerLogo {
    padding: 60px 0;
  }
}
.l-footerLogo svg {
  fill: #fff;
}

.l-footerNavi {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footerNavi {
    display: block;
  }
}
.l-footerNavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 15px;
  margin-bottom: 40px;
}
.l-footerNavi li ul {
  display: none;
}
.l-footerNavi a {
  display: inline-block;
  color: #fff;
  transition: opacity 0.2s;
}
@media screen and (min-width: 960px) {
  .l-footerNavi a:hover {
    opacity: 0.7;
  }
}

.copyright {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .copyright {
    font-size: 0.75rem;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .copyright {
    font-size: 0.875rem;
    margin-top: 60px;
  }
}

.l-fixContact {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 900;
}
@media screen and (min-width: 560px) {
  .l-fixContact {
    display: none;
  }
}
.l-fixContact ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-fixContact li {
  flex: 1;
}
.l-fixContact a {
  padding: 15px 5px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: bold;
}
.l-fixContact a div {
  margin-right: 5px;
}
.l-fixContact a div img {
  width: 25px;
}
.l-fixContact a small {
  display: block;
  font-size: 85%;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .l-fixContact a small {
    font-size: 0.625rem;
  }
}
.l-fixContact--visit a {
  background: #ecb216;
}
.l-fixContact--form a {
  background: #81b827;
}
.l-fixContact--request a {
  background: #1aadb6;
}
.l-fixContact--line a {
  background: #06c755;
}

/*=============================================================
  main.scss
=============================================================*/
@media screen and (min-width: 768px) {
  .l-column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-column_main {
    width: 70%;
    max-width: 960px;
  }
}
.l-column_side {
  margin-top: 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-column_side {
    width: 25%;
    max-width: 250px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-column_side {
    width: 20%;
    max-width: 250px;
    margin-top: 0;
  }
}

/*=============================================================
  side.scss
==============================================================*/
.l-side_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .l-side_container {
    display: block;
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .l-side_container {
    top: 135px;
  }
}

.l-side {
  background: #fff;
  border: 1px solid #65574d;
  width: 48%;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .l-side {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-side + .l-side {
    margin-top: 40px;
  }
}
.l-side_heading {
  font-size: 1rem;
  font-weight: bold;
  background: #503d2f;
  color: #fff;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .l-side_heading {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-side_heading {
    font-size: 1.125rem;
    padding: 15px;
  }
}
.l-side ul a {
  display: block;
  padding: 5cqw 8cqw 5cqw 10cqw;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  transition: background 0.2s;
}
@media screen and (min-width: 1200px) {
  .l-side ul a {
    padding: 7cqw 8cqw 7cqw 10cqw;
  }
}
.l-side ul ul {
  padding: 0 0 10px 10cqw;
}
.l-side ul ul a {
  display: inline-block;
  padding: 5px 12px;
  font-size: 88%;
  position: relative;
}
.l-side ul ul a:hover {
  text-decoration: underline;
}
.l-side ul ul a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: 900;
  font-size: 30%;
  position: absolute;
  left: 0;
  top: 14px;
}
.l-side > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #65574d;
}
.l-side > ul > li > a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 5cqw;
  top: calc(5cqw + 4px);
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .l-side > ul > li > a::before {
    top: calc(7cqw + 4px);
  }
}
@media screen and (min-width: 960px) {
  .l-side > ul > li > a:hover {
    background: #f6f5f1;
  }
}

/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  width: 100%;
  margin-top: 70px;
  position: relative;
  background: url(../../img/footer_bg.png) repeat center center;
}
@media screen and (min-width: 768px) {
  .l-pageHeading {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading {
    margin-top: 95px;
  }
}
.l-pageHeading.base--wide {
  max-width: none;
}
.l-pageHeading .c-scroll {
  display: none;
}
.l-pageHeading_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 80px;
  max-height: 100px;
  z-index: 100;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-pageHeading_inner {
    height: 150px;
    max-height: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_inner {
    height: 180px;
  }
}
.l-pageHeading_sub {
  font-size: clamp(0.75rem, 0.605rem + 0.645vw, 1rem);
  line-height: 1.5;
  color: #fff;
  background: #70ab3b;
  padding: 5px 20px;
  border-radius: 9999px;
  margin-bottom: 5px;
  position: relative;
  max-inline-size: max-content;
  font-weight: 700;
}
.l-pageHeading_sub::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #70ab3b;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  display: none;
}
.l-pageHeading_sub::after {
  content: "";
  display: block;
  background: url(../../img/inner/title_img.png) no-repeat center center/cover;
  aspect-ratio: 210/89;
  width: 120px;
  position: absolute;
  right: -10px;
  top: 0;
  transform: translate(100%, -70%);
  display: none;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_sub::after {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_sub::after {
    width: 190px;
  }
}
.l-pageHeading_main {
  font-size: clamp(1.25rem, 0.669rem + 2.581vw, 2.25rem);
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  max-inline-size: max-content;
}
.l-pageHeading_main small {
  font-size: clamp(0.875rem, 0.657rem + 0.968vw, 1.25rem);
  font-weight: 500;
  display: inline-block;
  line-height: 1.4;
  margin-top: 15px;
}
.l-pageHeading_illust {
  aspect-ratio: 210/89;
  width: 100px;
  margin-bottom: 10px;
  display: none;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_illust {
    width: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_illust {
    width: 190px;
    margin-bottom: 10px;
  }
}
.l-pageHeading_img {
  display: none;
}
.l-pageHeading_img--works {
  display: block;
  height: 50vh;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_img--works {
    height: 60vh;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading_img--works {
    overflow: hidden;
    height: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .l-pageHeading_img--works {
    height: 800px;
  }
}
.l-pageHeading_img--works::before {
  display: none;
}

.l-pageHeading02 {
  margin-top: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 30px;
  color: #fff;
  background: url(../../img/footer_bg.png) repeat center center;
}
@media screen and (min-width: 768px) {
  .l-pageHeading02 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading02 {
    margin-top: 95px;
    height: 180px;
  }
}

.l-pageHeading02_inner {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-pageHeading02_inner::after {
    content: "";
    display: block;
    background: url(../../img/inner/kodawari_icon.png) no-repeat center center/contain;
    aspect-ratio: 137/89;
    width: 35%;
    max-width: 137px;
    position: absolute;
    right: 0;
    bottom: 10px;
    translate: 110%;
  }
}

.l-pageHeading02_main {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.25rem, 0.669rem + 2.581vw, 2.25rem);
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .l-pageHeading02_main {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageHeading02_main {
    margin-bottom: 20px;
  }
}

.l-pageHeading02_sub {
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #e5ded7;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .l-pageHeading02_sub {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading02_sub {
    font-size: 1rem;
  }
}

.l-pageHeading02_txt {
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .l-pageHeading02_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .l-pageHeading02_txt {
    font-size: 1rem;
  }
}

/*=============================================================
  pagenation.scss
==============================================================*/
.pagination {
  width: 100%;
  text-align: center;
  padding: 60px 0 0 0;
}
@media screen and (min-width: 560px) {
  .pagination {
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    padding: 100px 0;
  }
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  font-size: 0.875rem;
  color: #000;
  text-decoration: none;
  border: 1px solid #65574d;
  line-height: 1;
  margin-right: -1px;
}
@media screen and (min-width: 560px) {
  .pagination li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .pagination li {
    font-size: 1rem;
  }
}
.pagination li:first-of-type {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.pagination li:last-of-type {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.pagination span, .pagination a {
  transition: all 0.2s;
  padding: 15px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #503d2f;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .pagination span:hover, .pagination a:hover {
    background: #e5ded7;
  }
}
.pagination span.current {
  color: #fff;
  background: #503d2f;
}

/* entryNavi
---------------------------------------------*/
.entryNaviWrap {
  width: calc(100% + 40px);
  margin: 50px -20px 0 -20px;
}
@media screen and (min-width: 560px) {
  .entryNaviWrap {
    width: 100%;
    margin: 100px 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  .entryNaviWrap {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNaviWrap {
    margin-top: 150px;
  }
}

.entryNavi {
  border-top: 1px solid #65574d;
  border-bottom: 1px solid #65574d;
  display: flex;
  margin-bottom: 20px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .entryNavi {
    width: 100%;
    margin: 60px 0 30px 0;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.entryNavi p {
  position: relative;
  width: 50%;
}
.entryNavi p:first-of-type::after {
  content: "";
  width: 1px;
  height: 50%;
  display: block;
  background: #65574d;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entryNavi a {
  display: block;
  position: relative;
  padding: 15px 40px;
  text-decoration: none;
  color: #503d2f;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: background 0.2s;
}
@media screen and (min-width: 560px) {
  .entryNavi a {
    font-size: 0.9375rem;
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .entryNavi a {
    font-size: 1rem;
    padding: 40px 45px;
  }
}
.entryNavi a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 120%;
  transition: color 0.2s;
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover {
    background: #e5ded7;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi a:hover::before, .entryNavi a:hover::after {
    color: #503d2f;
  }
}
.entryNavi_prev a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
  font-weight: 900;
  left: 20px;
}
.entryNavi_next {
  text-align: right;
}
.entryNavi_next a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  right: 20px;
}
.entryNavi_back {
  text-align: center;
}
.entryNavi_back a {
  display: block;
  border: 1px solid #65574d;
  color: #503d2f;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  position: relative;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  font-size: 0.8125rem;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .entryNavi_back a {
    font-size: 0.875rem;
    padding: 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi_back a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryNavi_back a:hover {
    background: #e5ded7;
  }
}

/* 個ページ内
---------------------------------------------*/
.pageNavi {
  background: url(../../img/bg02.jpg) no-repeat center center/cover;
}
.pageNavi_heading {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .pageNavi_heading {
    font-size: 1.75rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pageNavi_heading {
    font-size: 2rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.pageNavi_heading::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #503d2f;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.pageNaviList {
  display: none;
}
@media screen and (min-width: 360px) {
  .pageNaviList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.pageNaviItem {
  width: 32%;
}
@media screen and (min-width: 768px) {
  .pageNaviItem {
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  .pageNaviItem {
    width: 19%;
  }
}
.pageNaviItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid #65574d;
  height: 100%;
}
.pageNaviItem_img {
  overflow: hidden;
}
.pageNaviItem_title {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 10px 20px 10px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pageNaviItem_title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .pageNaviItem_title {
    font-size: 1rem;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .pageNaviItem_title {
    font-size: 1.125rem;
    padding-right: 30px;
  }
}
.pageNaviItem_title::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  .pageNaviItem_title::after {
    right: 10px;
  }
}

/*=============================================================
  section / layout.scss
=============================================================*/
.s-section > .s-section_container:first-of-type {
  margin-top: 0;
}
.s-section > .s-section_container:last-of-type {
  margin-bottom: 0;
}

.s-section_container {
  container-type: inline-size;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .s-section_container {
    font-size: 1rem;
    margin-block: 50px;
  }
}
@media screen and (min-width: 960px) {
  .s-section_container {
    margin-block: 80px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.s-section_container .s-section_block:first-of-type {
  margin-top: 0;
}
.s-section_container .s-section_block:last-of-type {
  margin-bottom: 0;
}

.s-section_block {
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .s-section_block {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .s-section_block {
    margin-bottom: 80px;
  }
}
.s-section_block > *:first-child {
  margin-top: 0 !important;
}
.s-section_block > *:last-child {
  margin-bottom: 0 !important;
}

.s-section_whiteBox {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .s-section_whiteBox {
    padding: 40px;
  }
}
@media screen and (min-width: 560px) {
  .s-section_whiteBox {
    padding: 60px;
  }
}
@media screen and (min-width: 960px) {
  .s-section_whiteBox {
    padding: 90px min(7.14%, 100px);
  }
}

/*=============================================================
  section / gallery.scss
=============================================================*/
.s-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.s-gallery a {
  display: block;
  position: relative;
}

.s-gallery_img {
  overflow: hidden;
  aspect-ratio: 1;
}
.s-gallery_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.s-gallery_caption {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-size: clamp(0.75rem, 0.532rem + 0.968vw, 1.125rem);
  font-weight: 500;
  padding: 0.5em;
  color: #fff;
  line-height: 1.2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
}
@media screen and (min-width: 768px) {
  .s-gallery_caption {
    padding: 20px;
  }
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.s-grid {
  --row-gap:60px;
  --column-gap: 3%;
  container-type: inline-size;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: var(--column-gap);
  row-gap: calc(var(--row-gap) / 2);
}
@media screen and (min-width: 768px) {
  .s-grid {
    row-gap: calc(var(--row-gap) - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .s-grid {
    row-gap: var(--row-gap);
  }
}
.s-grid:not(:has(.s-card_inner)) {
  --row-gap:40px;
}
.s-grid.-half {
  --column-gap: 4%;
}
.s-grid.-trisect {
  --column-gap: 3%;
}
@media screen and (min-width: 768px) {
  .s-grid.-trisect {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-grid.-quarter {
  --column-gap: 2.5%;
}
@media screen and (min-width: 768px) {
  .s-grid.-quarter {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .s-grid.-quarter {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .s-grid.-sp-column {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .s-grid.-sp-half {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .s-grid.-sp-trisect {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-grid:has([class*=-cell]) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .s-grid:has([class*=-cell]).-sp-column {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .s-grid.-reverse {
    flex-direction: row-reverse;
  }
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-flex {
  --row-gap:60px;
  --column-gap: 5%;
  display: flex;
  column-gap: var(--column-gap);
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  row-gap: calc(var(--row-gap) / 2);
}
@media screen and (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c-flex {
    row-gap: calc(var(--row-gap) - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .c-flex {
    row-gap: var(--row-gap);
  }
}
.c-flex .-img {
  border-radius: var(--entry_kadomaru);
  overflow: hidden;
  text-align: center;
}
.c-flex .-img img {
  border-radius: var(--entry_kadomaru);
}
@media screen and (min-width: 768px) {
  .c-flex.-half .c-flexItem {
    width: calc((100% - var(--column-gap)) / 2);
  }
}
.c-flex.-trisect {
  --column-gap: 3%;
}
@media screen and (min-width: 768px) {
  .c-flex.-trisect .c-flexItem {
    justify-content: center;
    width: calc((100% - var(--column-gap) * 2) / 3);
  }
}
.c-flex.-quarter {
  --column-gap: 2.5%;
}
@media screen and (min-width: 768px) {
  .c-flex.-quarter .c-flexItem {
    justify-content: center;
    width: calc((100% - var(--column-gap) * 3) / 4);
  }
}
@media screen and (max-width: 767px) {
  .c-flex.-sp-column .c-flexItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex.-sp-half .c-flexItem {
    width: calc((100% - var(--column-gap)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-flex[class*=-ratio] .c-flexItem {
    width: 100%;
  }
}
.c-flex[class*=-ratio] .c-flexItem:nth-of-type(2) {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .c-flex.-ratio2_8 .c-flexItem:first-of-type {
    width: 20cqi;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-ratio3_7 .c-flexItem:first-of-type {
    width: 30cqi;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-ratio4_6 .c-flexItem:first-of-type {
    width: 40cqi;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-ratio6_4 .c-flexItem:first-of-type {
    width: 50cqi;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-ratio8_2 .c-flexItem:first-of-type {
    width: 80cqi;
  }
}
@media screen and (min-width: 768px) {
  .c-flex.-reverse {
    flex-direction: row-reverse;
  }
}

.c-flexItem {
  container-type: inline-size;
}
.c-flexItem[class*=-cell] + .c-flexItem:not([class*=-cell]) {
  flex: 1;
}
.c-flexItem.-cell30 {
  width: 30%;
}
.c-flexItem.-cell35 {
  width: 35%;
}
.c-flexItem.-cell40 {
  width: 40%;
}
.c-flexItem.-cell45 {
  width: 45%;
}
.c-flexItem.-cell50 {
  width: 50%;
}
.c-flexItem.-cell55 {
  width: 55%;
}
.c-flexItem.-cell60 {
  width: 60%;
}
.c-flexItem.-cell65 {
  width: 65%;
}
.c-flexItem.-cell70 {
  width: 70%;
}
.c-flexItem.-cell80 {
  width: 80%;
}

/*=============================================================
  top.css
=============================================================*/
.top-hero {
  position: relative;
  width: 100%;
  height: 65vh;
}
@media screen and (min-width: 768px) {
  .top-hero {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) {
  .top-hero {
    height: 100dvh;
  }
}

.mainVisual {
  position: relative;
  width: 100%;
  height: 65vh;
}
@media screen and (min-width: 768px) {
  .mainVisual {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual {
    height: 100dvh;
  }
}
.mainVisual_slide {
  position: relative;
}
.mainVisual_slide .slick-dots {
  bottom: 25px;
}
.mainVisual_slide .slick-dots li button:before {
  opacity: 1;
  color: #fff;
}
.mainVisual_slide .slick-dots li.slick-active button:before {
  color: #7fb927;
}
.mainVisual_img {
  position: relative;
  width: 100%;
  height: 65vh;
}
@media screen and (min-width: 768px) {
  .mainVisual_img {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual_img {
    height: 100dvh;
  }
}
.mainVisual_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainVisual_img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 900;
}
.mainVisual_inner {
  position: absolute;
  bottom: 130px;
  left: 0;
  max-width: 1700px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}
@media screen and (min-width: 560px) {
  .mainVisual_inner {
    max-width: 1780px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual_inner {
    bottom: auto;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual_inner {
    max-width: 1820px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.mainVisual_txt {
  color: #fff;
  font-size: min(9vw, 50px);
  font-size: clamp(2.25rem, 1.563rem + 3.056vw, 5rem);
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  margin-top: 8vh;
}
@media screen and (min-width: 960px) {
  .mainVisual_txt {
    margin-top: 0;
  }
}
.mainVisual_txt small {
  font-size: 35%;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .mainVisual_txt small {
    font-size: 30%;
    margin-top: 20px;
  }
}
.mainVisual_txt02 {
  display: none;
  background: #7fb927;
  color: #fff;
  font-family: "Work Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.69rem + 1.935vw, 1.875rem);
  padding: 10px 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .mainVisual_txt02 {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual_txt02 {
    padding: 15px 25px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.mainVisual_txt02 small {
  font-size: 60%;
  display: inline-block;
}
.mainVisual_txt03 {
  display: none;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.69rem + 1.935vw, 1.875rem);
  line-height: 1.5;
  color: #fff;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .mainVisual_txt03 {
    display: block;
  }
}
.mainVisual_icon {
  position: absolute;
  left: 0;
  top: 0;
  translate: -20% -100%;
  width: 120px;
}
@media screen and (min-width: 560px) {
  .mainVisual_icon {
    width: 180px;
    translate: -10% -100%;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual_icon {
    width: 30%;
    max-width: 235px;
    translate: -30% -100%;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual_icon {
    translate: -50% -100%;
  }
}
.mainVisual_present {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50%;
  max-width: 366px;
}
@media screen and (min-width: 560px) {
  .mainVisual_present {
    width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .mainVisual_present {
    right: 30px;
    bottom: 30px;
  }
}
.mainVisual_present img {
  transition: all 0.2s;
}
@media screen and (min-width: 960px) {
  .mainVisual_present:hover img {
    filter: brightness(120%);
  }
}

.top-mainVisualEvent {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 90%;
  max-width: 960px;
  translate: -50%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .top-mainVisualEvent {
    width: 70%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .top-mainVisualEvent {
    bottom: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .top-mainVisualEvent {
    width: 50%;
    left: 50%;
    translate: -50%;
  }
}
.top-mainVisualEvent a {
  display: flex;
  border-radius: 9999px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #1aadb6;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .top-mainVisualEvent a {
    border: none;
    border-radius: 9999px;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisualEvent a {
    display: flex;
    border-radius: 9999px;
  }
}
a:hover .top-mainVisualEvent_entry {
  opacity: 0.7;
}
.top-mainVisualEvent_heading {
  background: #1aadb6;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .top-mainVisualEvent_heading {
    font-size: 0.875rem;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisualEvent_heading {
    transition: all 0.2s;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualEvent_heading {
    padding: 10px 30px 10px 35px;
    font-size: 1.125rem;
  }
}
.top-mainVisualEvent_entry {
  flex: 1;
  font-weight: bold;
  padding: 5px 15px;
  align-self: center;
}
@media screen and (min-width: 560px) {
  .top-mainVisualEvent_entry {
    display: flex;
    column-gap: 10px;
    align-items: center;
    overflow: hidden;
    padding: 10px 20px 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisualEvent_entry {
    column-gap: 15px;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisualEvent_entry {
    padding: 15px 20px;
    align-items: center;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualEvent_entry {
    padding: 18px 30px;
    column-gap: 20px;
  }
}
.top-mainVisualEvent_category {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 9999px;
  background: #503d2f;
  color: #fff;
  font-size: 0.625rem;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .top-mainVisualEvent_category {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisualEvent_category {
    font-size: 0.875rem;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualEvent_category {
    padding: 8px 20px;
    font-size: 1rem;
  }
}
.top-mainVisualEvent_title {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .top-mainVisualEvent_title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .top-mainVisualEvent_title {
    font-size: 1rem;
    padding-top: 0;
    flex: 1;
    overflow: hidden;
    min-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-mainVisualEvent_title {
    font-size: 1.125rem;
  }
}
.top-mainVisualEvent_title span {
  display: block;
}
@media screen and (min-width: 560px) {
  .top-mainVisualEvent_title span {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 960px) {
  .top-mainVisualEvent_title span {
    -webkit-line-clamp: 1;
  }
}

.top-resellWrap {
  background: url(../../img/bg01.png) repeat center top;
}

.top-resell_logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-resell_logo {
    display: flex;
    justify-content: center;
    align-items: end;
    column-gap: 5%;
  }
}
.top-resell_logo div {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-resell_logo div {
    display: block;
    width: 30%;
    max-width: 343px;
  }
}
.top-resell_logo p {
  border-bottom: 2px solid;
  font-size: clamp(2.625rem, 2.236rem + 1.731vw, 3.75rem);
  font-family: "Work Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #7fb927;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .top-resell_logo p {
    border-width: 3px;
    margin: 0;
    font-size: clamp(2.625rem, 1.258rem + 2.848vw, 3.75rem);
  }
}
@media screen and (min-width: 560px) {
  .top-resell_logo p br {
    display: none;
  }
}
.top-resell_logo p span {
  font-size: 46%;
}
@media screen and (min-width: 1200px) {
  .top-resell_logo p span {
    font-size: 60%;
  }
}

.top-resell {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .top-resell {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3%;
  }
}
@media screen and (min-width: 768px) {
  .top-resell {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-resell {
    margin-top: 60px;
  }
}
.top-resell_btn {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .top-resell_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-resell_btn {
    margin-top: 60px;
  }
}

.top-resell_item {
  display: flex;
  align-items: center;
  column-gap: 3%;
}
@media screen and (min-width: 560px) {
  .top-resell_item {
    display: block;
    max-width: 373px;
    flex: 1;
  }
}
.top-resell_item div {
  width: 35%;
}
@media screen and (min-width: 560px) {
  .top-resell_item div {
    width: 100%;
  }
}
.top-resell_item p {
  flex: 1;
  text-align: center;
  font-size: clamp(0.875rem, 0.73rem + 0.645vw, 1.125rem);
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .top-resell_item p {
    width: 100%;
    margin-top: 20px;
    font-size: clamp(0.8125rem, 0.539rem + 0.781vw, 1.125rem);
  }
}
@media screen and (min-width: 1200px) {
  .top-resell_item p {
    margin-top: 25px;
    font-size: 1.125rem;
  }
}

/*
.top-resell{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 
    'r-inner'
    'r-txt02'
    'r-img'
  ;
  @include mq-up(md){
    column-gap: 5%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40px auto;
    grid-template-areas: 
      'r-img .'
      'r-img r-txt02'
    ;
  }
  @include mq-up(xl){
    grid-template-rows:  40px auto auto auto;
    grid-template-areas: 
      'r-img .'
      'r-img r-logo'
      'r-img r-txt01'
      'r-img r-txt02'
    ;
  }
  @include mq-up(xxl){
    column-gap: 10%;
  }
}


.top-resell_img{
  grid-area: r-img;
}
.top-resell_inner{
  grid-area: r-inner;
}

.top-resell_logo{
  grid-area: r-logo;
  display: none;
  @include mq-up(lg){
    display: block;
  }

  span{
    display: block;
    width:50%;
    max-width: 281px;
    @include mq-up(sm){
    }
  }
}
.top-resell_txt{
  grid-area: r-txt01;
  display: none;
  @include mq-up(lg){
    display: block;
  }

  p{
    width: fit-content;
    background: $color_accent;
    color:#fff;
    @include m-font-clamp(24,48,360,1800);
    @include m-ff_mix;
    padding:10px 20px;
    margin-block: 20px;

    @include mq-up(sm){
      margin-block: 30px;
    }
    @include mq-up(lg){
      padding:15px 25px;
      margin-top: 40px;
    }

    small{
      font-size: 60%;
      display: inline-block;
    }
  }
}
.top-resell_txt02{
  grid-area: r-txt02;
}
*/
.top-resell_spTxt {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-resell_spTxt {
    display: none;
  }
}

.top-resell_spTxt01 {
  display: inline-block;
  margin-inline: auto;
  background: #7fb927;
  color: #fff;
  font-family: "Work Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.887rem + 1.613vw, 1.875rem);
  padding: 10px 20px;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 10px;
}
.top-resell_spTxt01 small {
  font-size: 60%;
  display: inline-block;
}

.top-resell_spTxt02 {
  font-weight: 700;
  font-size: clamp(1.25rem, 0.887rem + 1.613vw, 1.875rem);
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .top-resell_spTxt02 {
    display: none;
  }
}

.top-navi {
  display: flex;
  background: #fff8e2;
  border-top: 1px solid #65574d;
  border-bottom: 1px solid #65574d;
  counter-reset: number;
}
.top-navi li {
  flex: 1;
  counter-increment: number;
  position: relative;
}
.top-navi li:not(:last-of-type) {
  border-right: 1px solid #65574d;
}
.top-navi a {
  display: block;
  padding: 40px 5px 35px 5px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  color: #503d2f;
}
@media screen and (min-width: 560px) {
  .top-navi a {
    padding: 30px 15px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .top-navi a {
    font-size: clamp(1.25rem, 0.536rem + 1.19vw, 1.875rem);
    padding: 40px 15px;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1400px) {
  .top-navi a {
    padding: 50px 15px;
  }
}
.top-navi a::before {
  content: "0" counter(number);
  background: #7fb927;
  color: #fff;
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.3;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .top-navi a::before {
    width: 40px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .top-navi a::before {
    width: 50px;
    font-size: 1rem;
    transition: all 0.2s;
  }
}
.top-navi a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  color: #503d2f;
  position: absolute;
  bottom: 5px;
  right: 50%;
  translate: 50%;
}
@media screen and (min-width: 560px) {
  .top-navi a::after {
    right: 20px;
    bottom: 50%;
    translate: 0 50%;
  }
}
@media screen and (min-width: 960px) {
  .top-navi a::after {
    transition: all 0.2s;
  }
}
@media screen and (min-width: 960px) {
  .top-navi a:hover {
    background: #7fb927;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .top-navi a:hover::before {
    background: #503d2f;
  }
}
@media screen and (min-width: 960px) {
  .top-navi a:hover::after {
    color: #fff;
  }
}

.top-catchWrap {
  overflow: hidden;
  width: 100%;
  background: url(../../img/top/top_img03.png) no-repeat right top, url(../../img/bg01.png) repeat center top;
  background-size: 70% auto, auto;
}
@media screen and (min-width: 560px) {
  .top-catchWrap {
    background-size: 50% auto, auto;
  }
}
@media screen and (min-width: 960px) {
  .top-catchWrap {
    background-size: min(40%, 627px) auto, auto;
  }
}

.top-catch {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-catch {
    display: grid;
    grid-template-columns: 45% 50%;
    grid-template-rows: auto auto;
    justify-content: space-between;
    grid-template-areas: "heading heading" "img txt";
  }
}
@media screen and (min-width: 960px) {
  .top-catch {
    grid-template-columns: 50% 45%;
    grid-template-areas: "img heading" "img txt";
  }
}
@media screen and (min-width: 1400px) {
  .top-catch {
    grid-template-columns: 45% 45%;
  }
}
.top-catch {
  /*
    @include mq-up(md){
      display: grid;
      grid-template-columns: 40% 50%;
      grid-template-rows: auto auto;
      justify-content: space-between;
      grid-template-areas: 
      'heading heading'
      'img txt';
    }
    @include mq-up(lg){
      grid-template-columns: 50% 45%;
      grid-template-areas: 
      'heading txt'
      'img txt';
    }
    @include mq-up(xxl){
      grid-template-columns: 45% 45%;
      //grid-template-columns: 42% 46%;
    }
  */
}
.top-catch_heading {
  grid-area: heading;
}
.top-catch_txt {
  grid-area: txt;
}
.top-catch_img {
  grid-area: img;
}
.top-catch::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../../img/top/manika.svg) no-repeat center center/100% auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.top-catch_heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .top-catch_heading {
    margin-bottom: 40px;
  }
}
.top-catch_heading span {
  display: inline-block;
  max-inline-size: max-content;
  background: #fff;
  border: 1px solid #503d2f;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .top-catch_heading span {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .top-catch_heading span {
    padding: 15px 25px;
  }
}
@media screen and (min-width: 960px) {
  .top-catch_heading span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  .top-catch_heading span {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-catch_heading span {
    font-size: 2.125rem;
  }
}
.top-catch_heading {
  /*
      span:first-of-type::before{
        content: '';
        background: url(../../img/top/top_img01.png) no-repeat center center / contain;
        width:120px;
        aspect-ratio: 210/89;
        display: block;
        position: absolute;
        left:0;
        top:0;
        transform: translateY(-100%);
        @include mq-up(sm){
          left: auto;
          width:160px;
          right:-130px;
        }
        @include mq-up(xl){
          width:210px;
        }
      }
  */
}
.top-catch_txt {
  position: relative;
  z-index: 10;
}
.top-catch_txt p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .top-catch_txt p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-catch_txt p {
    font-size: 1.25rem;
  }
}
.top-catch_txtInner {
  max-inline-size: max-content;
}
@media screen and (min-width: 960px) {
  .top-catch_txtInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
}
.top-catch_img {
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 768px) {
  .top-catch_img {
    display: block;
  }
}
.top-catch_btn {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .top-catch_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-catch_btn {
    margin-top: 60px;
  }
}

.top-pointWrap {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .top-pointWrap {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .top-pointWrap {
    padding-bottom: 100px;
  }
}
.top-pointWrap::before {
  content: "";
  width: 100%;
  height: 80%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../../img/bg04.png) repeat center center;
}
.top-pointWrap::after {
  content: "";
  background: url(../../img/bg04.png) repeat center center;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1px;
  translate: -50% 100%;
  width: 50%;
  max-width: 500px;
  aspect-ratio: 500/60;
}

.top-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  position: relative;
  z-index: 10;
}
.top-point li {
  width: 48%;
  max-width: 370px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #65574d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-point li {
    width: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .top-point li {
    width: 23.5%;
  }
}

.top-aboutWrap_heading {
  text-align: center;
  position: relative;
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .top-aboutWrap_heading {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutWrap_heading {
    font-size: 2.25rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-aboutWrap_heading {
    font-size: clamp(2.5rem, 0.625rem + 2.5vw, 3.125rem);
    margin-bottom: 30px;
  }
}
.top-aboutWrap_heading::after {
  content: "";
  display: block;
  background: url(../../img/top/top_img02.png) no-repeat center center/contain;
  width: 200px;
  aspect-ratio: 313/373;
  position: absolute;
  right: 0;
  bottom: -20px;
  translate: 110%;
  display: none;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top-aboutWrap_heading::after {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutWrap_heading::after {
    width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .top-aboutWrap_heading::after {
    width: 300px;
    bottom: -50px;
  }
}
.top-aboutWrap_heading span {
  display: block;
  max-inline-size: max-content;
  margin-inline: auto;
  font-size: 66%;
  margin-bottom: 10px;
  position: relative;
  padding: 5px;
  background: linear-gradient(transparent 60%, #fffb84 60%);
}
@media screen and (min-width: 1200px) {
  .top-aboutWrap_heading span {
    font-size: 48%;
  }
}
.top-aboutWrap_heading span::before, .top-aboutWrap_heading span::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #65574d;
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.top-aboutWrap_heading span::before {
  left: -20px;
  rotate: -30deg;
}
.top-aboutWrap_heading span::after {
  right: -20px;
  rotate: 30deg;
}

.top-about {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.top-about_inner {
  background: #fff;
  border: 1px solid #65574d;
}
.top-about .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 100px;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .top-about .slick-arrow {
    width: 60px;
    top: 0;
    translate: 0 0;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .top-about .slick-arrow {
    width: 80px;
  }
}
.top-about .slick-arrow.slick-next {
  left: -15px;
  background: url("../../img/arrow.svg") no-repeat center center #fff;
  border: 1px solid #65574d;
  background-size: 15px 55px;
  transform: scale(-1, 1);
}
@media screen and (min-width: 960px) {
  .top-about .slick-arrow.slick-next {
    left: 0;
    background: url("../../img/arrow.svg") no-repeat center center transparent;
    border: none;
  }
}
.top-about .slick-arrow.slick-prev {
  right: -15px;
  background: url("../../img/arrow.svg") no-repeat center center #fff;
  background-size: 15px 55px;
  border: 1px solid #65574d;
}
@media screen and (min-width: 960px) {
  .top-about .slick-arrow.slick-prev {
    right: 0;
    border: none;
    background: url("../../img/arrow.svg") no-repeat center center transparent;
  }
}

.top-about_list {
  border-radius: 60px;
  margin: 0 -10px;
  background: url(../../img/bg03.png) repeat center center;
  overflow: hidden;
  translate: 0 50%;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 560px) {
  .top-about_list {
    border-radius: 60px;
    max-inline-size: max-content;
    margin-inline: auto;
    width: auto;
  }
}
.top-about_list ul {
  counter-reset: aboutlist;
  width: 100%;
}
.top-about_list ul .slick-track {
  transform: unset !important;
}
.top-about_list li {
  counter-increment: aboutlist;
  height: 100%;
  cursor: pointer;
}
.top-about_list li p {
  padding: 50px 8px 10px;
  position: relative;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: stretch;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  row-gap: 5px;
}
@media screen and (min-width: 560px) {
  .top-about_list li p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .top-about_list li p {
    justify-content: center;
    flex-direction: row;
    row-gap: 10px;
    padding: 15px 20px 15px 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-about_list li p {
    font-size: 1.125rem;
    padding: 20px 20px 20px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_list li p {
    font-size: 1.5rem;
  }
}
.top-about_list li p::before {
  content: counter(aboutlist);
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1;
  background: #503d2f;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 560px) {
  .top-about_list li p::before {
    display: none;
  }
}
.top-about_list li p span {
  height: 100%;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .top-about_list li p span {
    display: block;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 960px) {
  .top-about_list li p span {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_list li p span {
    padding: 5px 20px;
  }
}
.top-about_list li p span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #feee6f;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.top-about_list li p span::before {
  content: counter(aboutlist);
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1;
  background: #503d2f;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: none;
}
@media screen and (min-width: 768px) {
  .top-about_list li p span::before {
    display: flex;
    width: 40px;
    left: 0;
    top: 50%;
    translate: -110% -50%;
  }
}
@media screen and (min-width: 960px) {
  .top-about_list li p span::before {
    font-size: 1.25rem;
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_list li p span::before {
    font-size: 1.5rem;
  }
}
.top-about_list li p span small {
  font-size: 73%;
}
.top-about_list li:first-of-type p {
  margin-left: 30px;
}
@media screen and (min-width: 560px) {
  .top-about_list li:first-of-type p {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .top-about_list li:first-of-type p {
    margin-left: 100px;
  }
}
.top-about_list li:last-of-type p {
  margin-right: 30px;
}
@media screen and (min-width: 560px) {
  .top-about_list li:last-of-type p {
    margin-right: 50px;
  }
}
@media screen and (min-width: 960px) {
  .top-about_list li:hover span::after {
    opacity: 1;
  }
}
.top-about_list li.slick-current span::after {
  opacity: 1;
}

.top-aboutItem {
  padding: 60px 20px 40px 20px;
}
@media screen and (min-width: 560px) {
  .top-aboutItem {
    padding: 80px 40px 40px 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-aboutItem {
    padding: 70px 40px 40px 40px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem {
    padding: 80px 80px 80px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .top-aboutItem {
    padding: 80px min(6.6%, 100px) 60px min(6.6%, 100px);
  }
}
.top-aboutItem_inner {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "a-heading" "a-img" "a-copy" "a-btn";
}
@media screen and (min-width: 768px) {
  .top-aboutItem_inner {
    grid-template-columns: 55% 40%;
    grid-template-rows: auto auto auto auto;
    justify-content: space-between;
    grid-template-areas: "a-img a-heading" "a-img a-copy" "a-txt a-txt" "a-btn a-btn";
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .top-aboutItem_inner {
    grid-template-areas: "a-img a-heading" "a-img a-copy" "a-img a-txt" "a-img a-btn";
  }
}
.top-aboutItem_img {
  margin-bottom: 20px;
  grid-area: a-img;
}
.top-aboutItem_heading {
  grid-area: a-heading;
  background: url(../../img/top/top_line.png) no-repeat left bottom;
  background-size: min(100%, 474px) auto;
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  column-gap: 30px;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_heading {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .top-aboutItem_heading {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_heading {
    flex-direction: row;
    align-items: flex-end;
    font-size: 2rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .top-aboutItem_heading {
    font-size: 2.25rem;
    column-gap: 40px;
  }
}
.top-aboutItem_heading span:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_heading span:first-of-type {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_heading span:first-of-type {
    font-size: 0.875rem;
  }
}
.top-aboutItem_heading span:first-of-type em {
  font-style: normal;
  font-size: 300%;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  line-height: 0.75;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_heading span:first-of-type em {
    font-size: 350%;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_heading span:first-of-type em {
    margin-top: 10px;
    font-size: 400%;
  }
}
.top-aboutItem_heading span:nth-of-type(2) br {
  display: none;
}
@media screen and (min-width: 960px) {
  .top-aboutItem_heading span:nth-of-type(2) br {
    display: inline;
  }
}
@media screen and (min-width: 1400px) {
  .top-aboutItem_heading span:nth-of-type(2) br {
    display: none;
  }
}
.top-aboutItem_copy {
  grid-area: a-copy;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_copy {
    font-size: 1.25rem;
    align-self: start;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_copy {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-aboutItem_copy {
    font-size: 1.5rem;
  }
}
.top-aboutItem_txt {
  grid-area: a-txt;
  line-height: 1.6;
  display: none;
}
@media screen and (min-width: 768px) {
  .top-aboutItem_txt {
    display: block;
    margin-top: 10px;
  }
}
.top-aboutItem_btn {
  grid-area: a-btn;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .top-aboutItem_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-aboutItem_btn {
    margin-top: 40px;
  }
}

.top-resultWrap {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-resultWrap {
    display: flex;
    justify-content: space-between;
  }
}
.top-resultWrap.space--small {
  padding-top: 40px;
}

.top-result {
  position: relative;
}
.top-result_heading {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  text-align: center;
  transform: translate(-50%, -70%);
  max-width: 300px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .top-result_heading {
    max-width: none;
  }
}
.top-result li[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .top-result li[data-aos]:nth-of-type(even) {
    transition-delay: 0.5s;
  }
}
@media screen and (min-width: 960px) {
  .top-result li[data-aos]:nth-of-type(4n) {
    transition-delay: 0s;
  }
  .top-result li[data-aos]:nth-of-type(4n-2) {
    transition-delay: 0.15s;
  }
  .top-result li[data-aos]:nth-of-type(4n-1) {
    transition-delay: 0.3s;
  }
  .top-result li[data-aos]:nth-of-type(n+4) {
    transition-delay: 0.45s;
  }
}

.top-result_before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-result_before {
    width: 44.8%;
    max-width: 860px;
  }
}
.top-result_beforeImg {
  display: grid;
  grid-template-columns: 46% 49%;
  grid-template-rows: auto auto auto;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  grid-template-areas: "b-img01 b-img02" "b-img03 b-img02" "b-img03 b-img04";
}
.top-result_before li:first-of-type {
  grid-area: b-img01;
}
.top-result_before li:nth-of-type(2) {
  grid-area: b-img02;
}
.top-result_before li:nth-of-type(3) {
  grid-area: b-img03;
}
.top-result_before li:nth-of-type(4) {
  grid-area: b-img04;
}
.top-result_before li:first-of-type {
  padding: 0 20px 20px 0;
}
@media screen and (min-width: 1200px) {
  .top-result_before li:first-of-type {
    padding: 0 40px 80px 0;
  }
}
.top-result_before li:nth-of-type(2) {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .top-result_before li:nth-of-type(2) {
    padding-top: 60px;
  }
}
.top-result_before li:nth-of-type(3) {
  padding: 0 0 0 15px;
}
@media screen and (min-width: 1200px) {
  .top-result_before li:nth-of-type(3) {
    padding: 0 0 40px 45px;
  }
}
.top-result_before li:nth-of-type(4) {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .top-result_before li:nth-of-type(4) {
    padding: 50px 60px 0 60px;
  }
}

.top-result_after {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .top-result_after {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .top-result_after {
    width: 53%;
    max-width: 1005px;
    margin-top: 0;
  }
}
.top-result_afterImg {
  display: grid;
  grid-template-columns: 32% 31.5% 26%;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-areas: "a-img01 a-img01 a-img02" "a-img03 a-img04 a-img04";
}
.top-result_after li:first-of-type {
  grid-area: a-img01;
}
.top-result_after li:nth-of-type(2) {
  grid-area: a-img02;
}
.top-result_after li:nth-of-type(3) {
  grid-area: a-img03;
}
.top-result_after li:nth-of-type(4) {
  grid-area: a-img04;
}
.top-result_after li:first-of-type {
  padding: 0 0 20px 20px;
}
@media screen and (min-width: 1200px) {
  .top-result_after li:first-of-type {
    padding: 0 0 55px 70px;
  }
}
.top-result_after li:nth-of-type(2) {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .top-result_after li:nth-of-type(2) {
    padding-top: 70px;
  }
}
.top-result_after li:nth-of-type(3) {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 1200px) {
  .top-result_after li:nth-of-type(3) {
    padding-bottom: 90px;
  }
}
.top-result_after li:nth-of-type(4) {
  padding: 20px 0 0 0;
}
@media screen and (min-width: 1200px) {
  .top-result_after li:nth-of-type(4) {
    padding-top: 45px;
  }
}

.top-eventWrap {
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .top-eventWrap {
    display: flex;
  }
}

.top-eventHeading {
  padding: 40px 20px 0 20px;
}
@media screen and (min-width: 1200px) {
  .top-eventHeading {
    padding: 40px 20px;
    width: min(14%, 260px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #65574d;
    border-bottom: none;
  }
}
.top-eventHeading_inner {
  column-gap: 10px;
  align-items: flex-end;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .top-eventHeading_inner {
    align-items: center;
    flex-direction: column;
  }
}
.top-eventHeading_img {
  width: min(12%, 57px);
}
@media screen and (min-width: 1200px) {
  .top-eventHeading_img {
    width: 57px;
  }
}
.top-eventHeading_main {
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  font-size: 1.625rem;
}
@media screen and (min-width: 560px) {
  .top-eventHeading_main {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventHeading_main {
    font-size: 2.5rem;
    padding: 30px 15px;
    border-bottom: 1px solid #65574d;
    margin-bottom: 0;
    writing-mode: vertical-rl;
  }
}
.top-eventHeading_txt {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .top-eventHeading_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventHeading_txt {
    font-size: 1.125rem;
    margin: 30px 0;
    writing-mode: vertical-rl;
  }
}

.top-event {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .top-event {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
.top-event_category {
  order: 1;
}
.top-event_btn {
  order: 3;
}
@media screen and (min-width: 1200px) {
  .top-event_btn {
    order: 2;
  }
}
.top-event_contents {
  order: 2;
}
@media screen and (min-width: 1200px) {
  .top-event_contents {
    order: 3;
  }
}
@media screen and (min-width: 1200px) {
  .top-event_category {
    justify-content: flex-end;
  }
}
.top-event_contents {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .top-event_contents {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-event_contents {
    margin-top: 60px;
  }
}
.top-event_list {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: #fff;
}
.top-event_list.is-tabShow {
  display: block;
  visibility: visible;
  opacity: 0;
  height: auto;
  animation: anime-tabShow 0.7s linear both;
}
.top-event_list.is-tabHide {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}
@keyframes anime-tabShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-event_btn {
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .top-event_btn {
    margin-top: 0;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .top-event_btn {
    margin-left: 70px;
  }
}

.top-eventList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 560px) {
  .top-eventList {
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-eventList {
    row-gap: 40px;
  }
  .top-eventList::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .top-eventList::after {
    content: "";
    display: block;
    width: 23%;
  }
}

.top-eventItem {
  width: 48%;
}
@media screen and (min-width: 960px) {
  .top-eventItem {
    width: 23%;
  }
}
.top-eventItem a {
  display: block;
  position: relative;
}
.top-eventItem_accepting {
  background: #7fb927;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -20%);
  z-index: 200;
}
@media screen and (min-width: 560px) {
  .top-eventItem_accepting {
    font-size: 0.875rem;
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventItem_accepting {
    font-size: 0.9375rem;
    width: 80px;
    height: 80px;
  }
}
.top-eventItem_img {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  aspect-ratio: 1;
}
.top-eventItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-eventItem_data {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .top-eventItem_data {
    font-size: 0.8125rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventItem_data {
    font-size: 0.875rem;
  }
}
.top-eventItem_category {
  background: #e5ded7;
  padding: 5px 10px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .top-eventItem_category {
    padding: 10px 5%;
  }
}
.top-eventItem_yoyaku {
  padding: 3px 10px 5px 10px;
  background: #503d2f;
  color: #fff;
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  max-inline-size: max-content;
}
@media screen and (min-width: 1200px) {
  .top-eventItem_yoyaku {
    padding: 8px 5% 10px 5%;
  }
}
.top-eventItem_title {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
  color: #443b31;
}
@media screen and (min-width: 560px) {
  .top-eventItem_title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventItem_title {
    font-size: 1.25rem;
  }
}
.top-eventItem_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .top-eventItem_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventItem_txt {
    font-size: 1rem;
  }
}
.top-eventItem_data02 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .top-eventItem_data02 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventItem_data02 {
    font-size: 1rem;
  }
}
.top-eventItem_close {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .top-eventItem_close {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-eventItem_close {
    font-size: 1rem;
  }
}

.top-heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .top-heading {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .top-heading {
    margin-bottom: 50px;
  }
}
.top-heading_center > * {
  text-align: center;
}
.top-heading_main {
  font-size: 1.75rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .top-heading_main {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .top-heading_main {
    font-size: 2.875rem;
    margin-bottom: 30px;
  }
}
.top-heading_sub {
  font-size: 0.75rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #9e8b7d;
}
@media screen and (min-width: 560px) {
  .top-heading_sub {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .top-heading_sub {
    font-size: 1rem;
  }
}
.top-heading_txt {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .top-heading_txt {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .top-heading_txt {
    margin-top: 50px;
  }
}

.top-section {
  border-bottom: 1px solid #65574d;
}

.top-propertyWrap {
  overflow: hidden;
  background: url(../../img/bg02.jpg) no-repeat center top/cover;
  counter-reset: number;
}

.top-propertHeading {
  position: relative;
}
.top-propertHeading .top-heading_main {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: relative;
}
.top-propertHeading .top-heading_main::after {
  content: "";
  display: block;
  background: url(../../img/top/top-search_icon.png) no-repeat center/contain;
  width: 28px;
  aspect-ratio: 52/77;
}
@media screen and (min-width: 560px) {
  .top-propertHeading .top-heading_main::after {
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-propertHeading .top-heading_main::after {
    width: 52px;
  }
}

/*
.top-property{
  @include mq-up(md){
    display: flex;
    justify-content: space-between;
  }
}
.top-propertyItem{
  width:100%;
  counter-increment: number;
  @include mq-up(md){
    width:49.5%;
  }

  & + &{
    margin-top: 5px;
    @include mq-up(md){
      margin-top: 0;
    }
  }

  a{
    display: block;
    position: relative;
  }

  &_img{
    overflow: hidden;
    background: #000;

    img{
      opacity: 0.8;
    }
  }

  &_inner{
    position: absolute;
    top:0;
    left:0;
    z-index: 100;
    width:100%;
    aspect-ratio: 798/456;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    div{
      width:60%;
      text-align: center;
      margin:0 auto;
      position: relative;
      &::before{
        content: '0' counter(number);
        color:$color_accent;
        @include m-ff_eiji(600);
        @include m-font-size(14);
        position: absolute;
        left:0;
        top:-20px;
        transform: translateX(-100%);
        @include mq-up(sm){
          @include m-font-size(16);
        }
        @include mq-up(xl){
          @include m-font-size(18);
        }

      }
    }

    p{
      @include m-font-size(14);
      text-align: center;
      font-weight: bold;
      margin-top: 10px;
      @include mq-up(sm){
        @include m-font-size(16);
        margin-top: 15px;
      }
      @include mq-up(xl){
        @include m-font-size(18);
        margin-top: 20px;
      }
    }
  }
}
*/
.top-property_btn {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .top-property_btn {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .top-property_btn {
    width: auto;
    margin-left: 40px;
  }
}
.top-property_btn .c-btn01 {
  margin-left: auto;
  margin-right: 0;
}

.top-propertyList {
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (min-width: 560px) {
  .top-propertyList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .top-propertyList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .top-propertyList {
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-propertyList .slick-track {
  display: flex;
}
.top-propertyList .slick-slide {
  height: auto !important;
}
.top-propertyList .slick-dots {
  bottom: -50px;
}
.top-propertyList .slick-dots li.slick-active button:before {
  color: #7fb927;
  opacity: 1;
}

.top-propertyItem {
  background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.top-propertyItem a {
  display: block;
  background: #fff;
  height: 100%;
  position: relative;
}
.top-propertyItem_img {
  width: 100%;
  aspect-ratio: 800/533;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.top-propertyItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-propertyItem_inner {
  padding: 50px 20px 30px 20px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .top-propertyItem_inner {
    padding: 50px 30px 30px 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-propertyItem_inner {
    padding: 60px 40px 40px 40px;
  }
}
.top-propertyItem_tag {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -1px;
  right: 0;
}
.top-propertyItem_area, .top-propertyItem_category {
  padding: 8px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  border: 1px solid #000;
  border-right: none;
  margin-left: -1px;
}
@media screen and (min-width: 560px) {
  .top-propertyItem_area, .top-propertyItem_category {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .top-propertyItem_area, .top-propertyItem_category {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .top-propertyItem_area, .top-propertyItem_category {
    font-size: 1rem;
  }
}
.top-propertyItem_category--mansion {
  background: #81b925;
  color: #fff;
}
.top-propertyItem_category--house {
  background: #ff6000;
  color: #fff;
}
.top-propertyItem_title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .top-propertyItem_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .top-propertyItem_title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.top-propertyItem_set {
  font-size: clamp(0.8125rem, 0.776rem + 0.161vw, 0.9375rem);
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1;
  width: 60px;
  border: 1px solid #c8c74f;
  color: #503d2f;
  background: #fffe80;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 15% -50%;
  rotate: -15deg;
}
@media screen and (min-width: 560px) {
  .top-propertyItem_set {
    width: 70px;
  }
}
@media screen and (min-width: 960px) {
  .top-propertyItem_set {
    width: 70px;
  }
}
.top-propertyItem_set span {
  font-size: 73%;
}
.top-propertyItem_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
}
.top-propertyItem_priceTxt {
  background: #e5ded7;
  padding: 6px;
  margin-right: 10px;
  line-height: 1;
  font-size: clamp(0.6875rem, 0.579rem + 0.484vw, 0.875rem);
}
@media screen and (min-width: 560px) {
  .top-propertyItem_priceTxt {
    padding: 8px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .top-propertyItem_priceTxt {
    padding: 8px 12px;
    margin-right: 20px;
  }
}
.top-propertyItem_priceKakaku {
  font-size: clamp(1rem, 0.782rem + 0.968vw, 1.375rem);
}
.top-propertyItem_priceKakaku em {
  color: #ff6000;
  font-size: 164%;
  font-style: normal;
  padding-right: 0.1rem;
  line-height: 0.75;
  font-weight: 900;
  display: inline-block;
}
.top-propertyItem_priceKakaku span {
  font-size: 50%;
}
.top-propertyItem_address {
  font-size: clamp(0.75rem, 0.677rem + 0.323vw, 0.875rem);
  line-height: 1.3;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .top-propertyItem_address {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .top-propertyItem_address {
    margin-top: 30px;
  }
}
.top-propertyItem_address i {
  margin-right: 10px;
}

.top-worksWrap {
  background: url(../../img/bg01.png) repeat center center;
}

.top-works {
  position: relative;
}
.top-works::before {
  content: "";
  background: url(../../img/top/top-works_icon.png) no-repeat center center/contain;
  aspect-ratio: 318/206;
  width: 32%;
  max-width: 318px;
  position: absolute;
  right: 0;
  top: 0;
  translate: 0 -100%;
}

.top-works_btn {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-works_btn {
    margin-top: 60px;
  }
}
.top-works_btn .c-btn01 {
  margin-left: auto;
  margin-right: 0;
}

.top-clmndetailWrap {
  background: url(../../img/bg01.png) repeat center center;
}

@media screen and (min-width: 1200px) {
  .top-clmndetail_heading {
    text-align: center;
  }
}
.top-clmndetail_heading .top-heading_main {
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 1200px) {
  .top-clmndetail_heading .top-heading_main {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .top-clmndetail_heading .top-heading_main::after {
    content: "";
    display: block;
    background: url(../../img/top/top-kodawari_icon.png) no-repeat center center/contain;
    aspect-ratio: 137/89;
    width: 35%;
    max-width: 137px;
    position: absolute;
    right: 0;
    bottom: 10px;
    translate: 110%;
  }
}

.top-clmndetail_btn {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .top-clmndetail_btn {
    margin-top: 60px;
  }
}
.top-clmndetail_btn .c-btn01 {
  margin-left: auto;
  margin-right: 0;
}

.top-blogWrap {
  overflow: hidden;
  background: url(../../img/bg01.png) repeat center top;
}
@media screen and (min-width: 768px) {
  .top-blogWrap_inner {
    display: flex;
    justify-content: space-between;
  }
}

.top-blog {
  background: #fff;
  border-bottom: 1px solid #65574d;
  padding: 40px 20px;
  position: relative;
  margin: 55px calc(50% - 50vw) 80px calc(50% - 50vw);
}
@media screen and (min-width: 560px) {
  .top-blog {
    margin: 40px auto 100px auto;
    border: 1px solid #65574d;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .top-blog {
    margin: 40px 0 0 0;
    width: 49%;
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blog {
    margin: 85px 0 0 0;
    padding: 40px 100px 40px 100px;
  }
}
.top-blog--column {
  margin-bottom: 0;
}
.top-blog::before, .top-blog::after {
  content: "";
  display: block;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background-color: #fff;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
@media screen and (min-width: 560px) {
  .top-blog::before, .top-blog::after {
    height: 65px;
    top: -65px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blog::before, .top-blog::after {
    height: 80px;
    top: -80px;
  }
}
.top-blog::before {
  background-color: #65574d;
  width: calc(100% + 4px);
  top: -51px;
}
@media screen and (min-width: 560px) {
  .top-blog::before {
    top: -66px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blog::before {
    width: calc(100% + 4px);
    top: -81px;
  }
}
.top-blog_list {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .top-blog_list {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blog_list {
    margin-bottom: 50px;
  }
}

.top-blogHeading {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .top-blogHeading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blogHeading {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .top-blogHeading {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1600px) {
  .top-blogHeading {
    margin-bottom: 70px;
  }
}
.top-blogHeading_main {
  font-size: 1.75rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 560px) {
  .top-blogHeading_main {
    font-size: 2.125rem;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blogHeading_main {
    font-size: 2.5rem;
  }
}
.top-blogHeading_sub {
  font-size: 0.75rem;
  margin-top: 15px;
  color: #9e8b7d;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .top-blogHeading_sub {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-blogHeading_sub {
    font-size: 1rem;
  }
}
.top-blog--column .top-blogHeading {
  position: relative;
}
.top-blog--column .top-blogHeading::before {
  content: "";
  background: url(../../img/top/top_img05.png) no-repeat center center/cover;
  display: block;
  width: 45%;
  max-width: 297px;
  aspect-ratio: 297/170;
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .top-blog--column .top-blogHeading::before {
    right: -30px;
  }
}

.top-blogItem {
  width: 100%;
  border-top: 1px solid #b5b5b5;
}
.top-blogItem:last-of-type {
  border-bottom: 1px solid #b5b5b5;
}
.top-blogItem a {
  display: flex;
  align-items: center;
  padding: 15px 0;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .top-blogItem a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .top-blogItem a:hover {
    opacity: 0.7;
  }
}
.top-blogItem_img {
  aspect-ratio: 660/440;
  width: 30%;
  overflow: hidden;
}
.top-blogItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-blogItem_inner {
  flex: 1;
  padding-left: 15px;
}
@media screen and (min-width: 560px) {
  .top-blogItem_inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blogItem_inner {
    padding-left: 30px;
  }
}
.top-blogItem_title {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .top-blogItem_title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top-blogItem_title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.top-blogItem_data {
  font-size: 0.75rem;
  color: #5b564c;
  line-height: 0.75;
}
@media screen and (min-width: 560px) {
  .top-blogItem_data {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-blogItem_data {
    font-size: 0.9375rem;
  }
}
.top-blogItem_data span {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  border-left: 1px solid #5b564c;
  line-height: 1;
  padding-bottom: 2px;
}

.top-newsItem {
  width: 100%;
  border-top: 1px solid #b5b5b5;
}
.top-newsItem:last-of-type {
  border-bottom: 1px solid #b5b5b5;
}
.top-newsItem a {
  display: block;
  padding: 15px 0;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .top-newsItem a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 960px) {
  .top-newsItem a:hover {
    opacity: 0.7;
  }
}
.top-newsItem_title {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .top-newsItem_title {
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem_title {
    font-size: 1.125rem;
  }
}
.top-newsItem_data {
  font-size: 0.75rem;
  color: #5b564c;
  line-height: 0.75;
}
@media screen and (min-width: 560px) {
  .top-newsItem_data {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-newsItem_data {
    font-size: 0.9375rem;
  }
}

.top-menuWrap {
  overflow: hidden;
  background: url(../../img/top/top_img06.png) no-repeat center bottom, url(../../img/bg01.png) repeat center top;
  background-size: contain, auto;
}
@media screen and (min-width: 1900px) {
  .top-menuWrap {
    background-size: auto, auto;
  }
}
.top-menuWrap.space--large {
  padding-top: 0;
}

.top-menu {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-menu {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .top-menu {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .top-menu {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .top-menu {
    margin-bottom: 150px;
  }
}

.top-menuItem {
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-menuItem {
    width: 32%;
  }
}
.top-menuItem + .top-menuItem {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-menuItem + .top-menuItem {
    margin-top: 0;
  }
}
.top-menuItem[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .top-menuItem[data-aos]:nth-of-type(3n-2) {
    transition-delay: 0s;
  }
  .top-menuItem[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.1s;
  }
  .top-menuItem[data-aos]:nth-of-type(3n) {
    transition-delay: 0.15s;
  }
}
.top-menuItem a {
  display: block;
  border: 1px solid #65574d;
  background: #fff;
}
.top-menuItem_img {
  overflow: hidden;
}
.top-menuItem_title {
  padding: 20px 10px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .top-menuItem_title {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-menuItem_title {
    font-size: 1.25rem;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 960px) {
  .top-menuItem_title {
    font-size: 1.625rem;
    padding: 25px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .top-menuItem_title {
    font-size: 1.875rem;
  }
}

.top-columnWrap {
  background: #fff;
}

.top-column {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  grid-template-areas: "c-heading" "c-list" "c-btn";
}
@media screen and (min-width: 768px) {
  .top-column {
    grid-template-columns: 32% 1fr;
    column-gap: 5%;
    row-gap: 60px;
    grid-template-areas: "c-heading c-list" "c-btn c-list";
  }
}
@media screen and (min-width: 1200px) {
  .top-column {
    column-gap: 9%;
  }
}

.top-column_heading {
  grid-area: c-heading;
}

.top-column_list {
  grid-area: c-list;
}

.top-column_btn {
  grid-area: c-btn;
}

.top-column_heading .top-heading_main {
  position: relative;
  width: fit-content;
}
.top-column_heading .top-heading_main::before {
  content: "";
  display: block;
  background: url(../../img/top/top-column_icon.png) no-repeat center center/contain;
  aspect-ratio: 79/66;
  width: 35%;
  max-width: 79px;
  translate: 50% -90%;
  position: absolute;
  right: 0;
  top: 0;
}

/*=============================================================
  property.scss
==============================================================*/
@media screen and (min-width: 768px) {
  .property-catch {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .property-catch_txt {
    width: 68%;
  }
}
.property-catch_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .property-catch_img {
    display: block;
    width: 27%;
  }
}

.property-category--mansion {
  background: #81b925;
  color: #fff;
}

.property-category--house {
  background: #ff6000;
  color: #fff;
}

/*
.property-categoryList{
  justify-content: center;
}
.property-categoryList{
  width:100%;
  display: flex;
  justify-content: center;

  &_item{
    flex:1;
    height: 70px;
    max-width: 250px;
    margin:0 1%;
    @include mq-up(sm){
      height: 75px;
    } 
    @include mq-up(lg){
      height: 80px;
      max-width: 270px;
    } 

    &--all{
      width: 70px;
      aspect-ratio: 1;
      flex: 0;
      @include mq-up(sm){
        width: 75px;
      } 
      @include mq-up(lg){
        width: 80px;
      } 
    }
  }

  & &_item--all{
    a{
      border-radius: 50%;
      background: #fff;
      @include m-ff_eiji;
    }
  }
  a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 40px / 50%;
    padding:0 10px;
    border:1px solid $color_border;
    text-align: center;
    position: relative;
    overflow: hidden;
    @include mq-up(sm){
      border-radius: 40px / 50%;
    }
    @include mq-up(lg){
      padding:20px 10px;
      border-radius: 50px / 50%;
    }

    &::before{
      content: '';
      width:100%;
      height:100%;
      display: block;
      background: rgba(0,0,0,0.2);
      position: absolute;
      left:0;
      top:0;
      opacity: 0;
      @include m-transition(opacity);
    }

    &:hover::before{
      @include mq-up(lg){
        opacity: 1;
      }      
    }
  }

  div{
    width:70%;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 1;
    max-width:140px;
    @include mq-up(sm){
      max-width:140px;
    }
    @include mq-up(lg){
    }
  }

  p{
    font-weight: bold;
    @include m-font-clamp(12,18);
    position: relative;
    z-index: 1;
  }
}
*/
.property-selectWrap {
  background: url(../../img/bg03.png);
}

.property-select {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .property-select {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.property-select_inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .property-select_inner {
    flex-direction: row;
    justify-content: center;
    column-gap: 10%;
    row-gap: 0;
  }
}
.property-select_heading {
  font-weight: bold;
  color: #503d2f;
  font-size: 1.125rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #65574d;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .property-select_heading {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .property-select_heading {
    font-size: 1.375rem;
    margin-bottom: 25px;
  }
}
.property-select_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}
.property-select_list li {
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .property-select_list li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .property-select_list li {
    font-size: 1rem;
  }
}
.property-select_list li input {
  display: none;
}
.property-select_list li label {
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
}
.property-select_list li label::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
  font-weight: 900;
  font-weight: 500;
  margin-right: 5px;
}
.property-select_list li input:checked + label {
  border: 1px solid #7fb927;
  border-radius: 5px;
}
.property-select_list li input:checked + label::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: 900;
}
.property-select_btn {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .property-select_btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .property-select_btn {
    margin-top: 60px;
  }
}

.property-listWrap {
  background: url(../../img/bg01.png) repeat center center;
}

.property-listItem {
  background: #fff;
  border: 1px solid #65574d;
  transition: all 0.2s;
}
.property-listItem[data-type=mansion]:hover {
  box-shadow: 0 0 0 4px #81b925;
}
.property-listItem[data-type=house]:hover {
  box-shadow: 0 0 0 4px #ff6000;
}
.property-listItem + .property-listItem {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .property-listItem + .property-listItem {
    margin-top: 35px;
  }
}
.property-listItem a {
  display: block;
}
@media screen and (min-width: 560px) {
  .property-listItem a {
    display: flex;
  }
}
.property-listItem_img {
  border-bottom: 1px solid #65574d;
  overflow: hidden;
  max-height: 250px;
}
@media screen and (min-width: 560px) {
  .property-listItem_img {
    width: 35%;
    border-bottom: none;
    max-height: none;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_img {
    width: 30%;
  }
}
.property-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.property-listItem--close .property-listItem_img {
  position: relative;
}
.property-listItem--close .property-listItem_img::before {
  content: "完売御礼";
  background: rgba(129, 185, 37, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .property-listItem--close .property-listItem_img::before {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .property-listItem--close .property-listItem_img::before {
    font-size: 1.375rem;
  }
}
.property-listItem_inner {
  position: relative;
  padding: 0px 20px 20px;
}
@media screen and (min-width: 560px) {
  .property-listItem_inner {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .property-listItem_inner {
    padding: 0px 30px 30px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_inner {
    width: 70%;
    padding: 60px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .property-listItem_inner {
    padding: 70px 5%;
  }
}
.property-listItem_tag {
  margin-right: -20px;
  margin-left: auto;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: ". area category";
}
@media screen and (min-width: 768px) {
  .property-listItem_tag {
    margin-right: -30px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_tag {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
.property-listItem_category {
  grid-area: category;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #65574d;
  border-left: 1px solid #65574d;
  color: #fff;
  max-width: 150px;
  text-align: center;
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .property-listItem_category {
    font-size: clamp(0.875rem, 0.431rem + 0.926vw, 1.125rem);
  }
}
.property-listItem_area {
  grid-area: area;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #65574d;
  border-left: 1px solid #65574d;
  max-width: 150px;
  text-align: center;
  padding: 8px 10px;
}
@media screen and (min-width: 768px) {
  .property-listItem_area {
    font-size: clamp(0.875rem, 0.431rem + 0.926vw, 1.125rem);
  }
}
.property-listItem_title {
  font-weight: bold;
  color: #503d2f;
  font-size: clamp(1.125rem, 0.98rem + 0.645vw, 1.375rem);
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .property-listItem_title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_title {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.property-listItem_set {
  font-size: clamp(0.8125rem, 0.776rem + 0.161vw, 0.9375rem);
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1;
  width: 60px;
  border: 1px solid #c8c74f;
  color: #503d2f;
  background: #fffe80;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  translate: 15% -50%;
  rotate: -15deg;
}
@media screen and (min-width: 560px) {
  .property-listItem_set {
    translate: -50% 10%;
  }
}
@media screen and (min-width: 768px) {
  .property-listItem_set {
    width: 70px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_set {
    translate: -30% 10%;
    width: 80px;
  }
}
.property-listItem_set span {
  font-size: 73%;
}
.property-listItem--close .property-listItem_set {
  display: none;
}
.property-listItem_price {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .property-listItem_price {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_price {
    margin-bottom: 30px;
  }
}
.property-listItem_priceTxt {
  background: #e5ded7;
  padding: 6px 10px;
  line-height: 1;
  font-size: clamp(0.8125rem, 0.631rem + 0.806vw, 1.125rem);
}
@media screen and (min-width: 560px) {
  .property-listItem_priceTxt {
    padding: 8px 12px;
  }
}
.property-listItem_priceKakaku {
  font-size: clamp(1rem, 0.782rem + 0.968vw, 1.375rem);
  flex: 1;
  padding-left: 10px;
}
@media screen and (min-width: 560px) {
  .property-listItem_priceKakaku {
    padding-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_priceKakaku {
    padding-left: 20px;
  }
}
.property-listItem_priceKakaku em {
  color: #ff6000;
  font-size: 164%;
  font-style: normal;
  padding-right: 0.1rem;
  line-height: 0.75;
  font-weight: 900;
}
.property-listItem_priceKakaku span {
  font-size: 70%;
}
.property-listItem_price02 {
  width: 100%;
  font-weight: bold;
  font-size: clamp(0.8125rem, 0.631rem + 0.806vw, 1.125rem);
  line-height: 1.3;
  margin-top: 10px;
}
.property-listItem_price02 em {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  color: #ff6000;
  font-weight: 900;
}
.property-listItem_data {
  display: flex;
  font-size: clamp(0.8125rem, 0.704rem + 0.484vw, 1rem);
  line-height: 1.3;
}
.property-listItem_data + .property-listItem_data {
  margin-top: 5px;
}
.property-listItem_data dt {
  width: 50px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .property-listItem_data dt {
    width: 60px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_data dt {
    width: 65px;
  }
}
.property-listItem_data dd {
  flex: 1;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .property-listItem_data dd {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .property-listItem_data dd {
    padding-left: 25px;
  }
}
.property-listItem_data dd::before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}

.property-entryWrap {
  background: url(../../img/bg01.png) repeat center center;
  overflow: hidden;
}

.property-entry {
  background: #fff;
  padding: 20px;
  border: 1px solid #65574d;
  position: relative;
}
@media screen and (min-width: 560px) {
  .property-entry {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry {
    padding: 60px;
  }
}
.property-entry--close {
  border: 1px solid #990b0b;
  margin-bottom: 60px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .property-entry--close {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry--close {
    margin-bottom: 100px;
  }
}
.property-entry--close h2 {
  background: #990b0b;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .property-entry--close h2 {
    font-size: 1.25rem;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry--close h2 {
    font-size: 1.5rem;
    padding: 25px 20px;
  }
}
.property-entry--close p {
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .property-entry--close p {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry--close p {
    padding: 60px;
  }
}
.property-entry_box {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .property-entry_box {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry_box {
    margin-bottom: 40px;
  }
}
.property-entry_box:has(.property-entry_set) {
  padding-left: 85px;
}
@media screen and (min-width: 560px) {
  .property-entry_box:has(.property-entry_set) {
    padding-left: 95px;
  }
}
@media screen and (min-width: 768px) {
  .property-entry_box:has(.property-entry_set) {
    padding-left: 105px;
  }
}
@media screen and (min-width: 960px) {
  .property-entry_box:has(.property-entry_set) {
    padding-left: 115px;
  }
}
.property-entry_set {
  font-size: clamp(0.875rem, 0.73rem + 0.645vw, 1.125rem);
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1;
  width: 70px;
  border: 1px solid #c8c74f;
  color: #503d2f;
  background: #fffe80;
  border-radius: 50%;
  rotate: -15deg;
  position: absolute;
  left: 0;
  bottom: 0;
  translate: -10% 10%;
}
@media screen and (min-width: 560px) {
  .property-entry_set {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .property-entry_set {
    width: 90px;
    translate: -15% 20%;
  }
}
@media screen and (min-width: 960px) {
  .property-entry_set {
    width: 100px;
  }
}
.property-entry_set span {
  font-size: 73%;
}
.property-entry_category {
  padding: 10px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .property-entry_category {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry_category {
    font-size: 1.125rem;
  }
}
.property-entry_title {
  border-bottom: 2px solid #65574d;
  padding-bottom: 20px;
  font-size: clamp(1.125rem, 0.617rem + 2.258vw, 2rem);
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .property-entry_title {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry_title {
    padding-bottom: 40px;
  }
}
.property-entry_heading {
  background: #503d2f;
  color: #fff;
  font-size: clamp(1.125rem, 0.907rem + 0.968vw, 1.5rem);
  line-height: 1.3;
  padding: 20px 30px;
}
@media screen and (min-width: 560px) {
  .property-entry_heading {
    padding: 20px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entry_heading {
    padding: 25px 40px;
  }
}

.property-entryBtnWrap {
  margin-inline: calc(50% - 50vw);
  background: #fff;
}

.property-entryBtn_list {
  background: url(../../img/footer_bg.png);
}
.property-entryBtn_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .property-entryBtn_list ul {
    flex-direction: row;
    column-gap: 5%;
  }
}
.property-entryBtn_list li {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .property-entryBtn_list li {
    flex: 1;
  }
}
.property-entryBtn_list a {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 10px;
  text-align: center;
  border-radius: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 560px) {
  .property-entryBtn_list a {
    padding: 25px 10px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryBtn_list a {
    padding: 40px 10px;
    font-size: 1.5rem;
  }
}
.property-entryBtn_list a span {
  display: block;
}
.property-entryBtn_list .property-visitBtn {
  background: #ecb216;
}
.property-entryBtn_list .property-entryBtn {
  background: #7fb927;
}

.property-entryPresent {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .property-entryPresent {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .property-entryPresent {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 768px) {
  .property-entryMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.property-entryMain_img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .property-entryMain_img {
    width: 45%;
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryMain_img {
    width: 47%;
  }
}
.property-entryMain_inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .property-entryMain_inner {
    margin-top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryMain_inner {
    width: 45%;
  }
}

.property-entryItem_price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .property-entryItem_price {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .property-entryItem_price {
    margin-bottom: 40px;
  }
}
.property-entryItem_priceTxt {
  background: #e5ded7;
  padding: 8px 12px;
  line-height: 1;
  font-size: clamp(0.875rem, 0.73rem + 0.645vw, 1.125rem);
}
.property-entryItem_priceKakaku {
  font-size: clamp(1.25rem, 0.887rem + 1.613vw, 1.875rem);
}
@media screen and (min-width: 560px) {
  .property-entryItem_priceKakaku {
    padding-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .property-entryItem_priceKakaku {
    padding-left: 40px;
  }
}
.property-entryItem_priceKakaku em {
  color: #ff6000;
  font-size: 164%;
  font-style: normal;
  padding-right: 0.1rem;
  line-height: 0.75;
  display: inline-block;
  font-weight: 900;
}
.property-entryItem_priceKakaku span {
  font-size: 70%;
}
.property-entryItem_price02 {
  width: 100%;
  font-weight: bold;
  font-size: clamp(1rem, 0.927rem + 0.323vw, 1.125rem);
  line-height: 1.3;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .property-entryItem_price02 {
    margin-top: 20px;
  }
}
.property-entryItem_price02 em {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  color: #ff6000;
  font-weight: 900;
}
.property-entryItem_data {
  display: flex;
  font-size: clamp(0.875rem, 0.73rem + 0.645vw, 1.125rem);
  line-height: 1.3;
}
.property-entryItem_data + .property-entryItem_data {
  margin-top: 5px;
}
.property-entryItem_data dt {
  width: 60px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .property-entryItem_data dt {
    width: 70px;
  }
}
@media screen and (min-width: 960px) {
  .property-entryItem_data dt {
    width: 75px;
  }
}
.property-entryItem_data dd {
  flex: 1;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .property-entryItem_data dd {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .property-entryItem_data dd {
    padding-left: 25px;
  }
}
.property-entryItem_data dd::before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .property-entryData {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.property-entryData_table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (min-width: 768px) {
  .property-entryData_table {
    width: 49%;
  }
}
.property-entryData_table th,
.property-entryData_table td {
  padding: 15px;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 1px solid #b5b5b5;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 560px) {
  .property-entryData_table th,
  .property-entryData_table td {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryData_table th,
  .property-entryData_table td {
    font-size: 1rem;
  }
}
.property-entryData_table th {
  width: 100px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .property-entryData_table th {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryData_table th {
    width: 170px;
  }
}
.property-entryData_notes {
  width: 100%;
  padding: 15px;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (min-width: 560px) {
  .property-entryData_notes {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryData_notes {
    font-size: 1rem;
  }
}
.property-entryData_notesTitle {
  font-weight: bold;
  margin-bottom: 10px;
}
.property-entryData_notesTxt {
  line-height: 1.5;
}
.property-entryData_madori {
  width: 100%;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 560px) {
  .property-entryData_madori {
    padding: 20px 15px;
  }
}
.property-entryData_madoriTitle {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.property-entryPlanWrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .property-entryPlan:has(.property-entryPlan_inner) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
.property-entryPlan + .property-entryPlan {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .property-entryPlan + .property-entryPlan {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryPlan + .property-entryPlan {
    margin-top: 70px;
    padding-top: 70px;
  }
}
.property-entryPlan + .property-entryPlan::before {
  content: "";
  width: calc(100% + 42px);
  height: 1px;
  display: block;
  background: #503d2f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 560px) {
  .property-entryPlan + .property-entryPlan::before {
    width: calc(100% + 82px);
  }
}
@media screen and (min-width: 1200px) {
  .property-entryPlan + .property-entryPlan::before {
    width: calc(100% + 120px);
  }
}
.property-entryPlan_heading {
  border-left: 5px solid #7fb927;
  padding: 5px 10px;
  font-size: clamp(1.25rem, 1.032rem + 0.968vw, 1.625rem);
  line-height: 1.3;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .property-entryPlan_heading {
    padding: 5px 15px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryPlan_heading {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .property-entryPlan:has(.property-entryPlan_inner) .property-entryPlan_img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .property-entryPlan:not(:has(.property-entryPlan_inner)) .property-entryPlan_img {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
    column-gap: 5%;
  }
}
@media screen and (min-width: 768px) {
  .property-entryPlan:not(:has(.property-entryPlan_inner)) .property-entryPlan_imgThumb {
    margin-top: 0;
  }
}
.property-entryPlan_imgMain .slick-track {
  display: flex;
}
.property-entryPlan_imgMain li {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.property-entryPlan_imgMain li a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.property-entryPlan_imgMain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.property-entryPlan_imgThumb {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .property-entryPlan_imgThumb {
    margin-top: 20px;
  }
}
.property-entryPlan_imgThumb .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.property-entryPlan_imgThumb .slick-track::before {
  display: none;
}
.property-entryPlan_imgThumb .slick-slide {
  display: block !important;
  float: none !important;
  width: auto !important;
  box-sizing: border-box;
  margin: 0;
  aspect-ratio: 3/2;
  background: #e5ded7;
  cursor: pointer;
}
.property-entryPlan_imgThumb .slick-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.property-entryPlan_inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .property-entryPlan_inner {
    width: 45%;
    margin-top: 0;
  }
}
.property-entryPlan_txtTitle {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .property-entryPlan_txtTitle {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryPlan_txtTitle {
    font-size: 1.375rem;
  }
}
.property-entryPlan_txtPrice {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .property-entryPlan_txtPrice {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .property-entryPlan_txtPrice {
    margin-top: 60px;
  }
}
.property-entryPlan_txtPrice span {
  display: block;
  padding: 8px 15px;
  background: #e5ded7;
  margin-right: 20px;
  font-size: clamp(0.75rem, 0.605rem + 0.645vw, 1rem);
  font-weight: bold;
}
.property-entryPlan_txtPrice p {
  margin-top: 10px;
  font-size: clamp(1.375rem, 1.157rem + 0.968vw, 1.75rem);
  font-weight: bold;
}
.property-entryPlan_txtPrice p em {
  color: #ff6000;
  font-size: 164%;
  font-style: normal;
  padding-right: 0.1rem;
  line-height: 0.75;
  display: inline-block;
  font-weight: 900;
}
.property-entryPlan_txtPrice p small {
  font-size: 60%;
}

.property-loan_price {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
  background: #feede2;
  display: flex;
}
.property-loan_price--hanbai {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .property-loan_price--hanbai {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .property-loan_price--hanbai {
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
.property-loan_price--hanbai::after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #ff6000;
  width: 80px;
  height: 28px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 560px) {
  .property-loan_price--hanbai::after {
    width: 110px;
    height: 36px;
  }
}
@media screen and (min-width: 960px) {
  .property-loan_price--hanbai::after {
    width: 140px;
    height: 45px;
  }
}
.property-loan_priceHeading {
  background: #ff6000;
  color: #fff;
  font-size: clamp(0.9375rem, 0.611rem + 1.452vw, 1.5rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 230px;
}
.property-loan_priceTxt {
  font-size: clamp(0.9375rem, 0.611rem + 1.452vw, 1.5rem);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  padding: 20px 10px;
  flex: 1;
}
@media screen and (min-width: 560px) {
  .property-loan_priceTxt {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .property-loan_priceTxt {
    padding: 40px 10px;
  }
}
.property-loan_priceTxt em {
  display: inline-block;
  font-weight: bold;
  font-size: 200%;
  color: #ff6000;
  margin-right: 5px;
  font-style: normal;
  font-weight: 900;
}
.property-loan_price--hensai {
  background: #e6f2f3;
}
.property-loan_price--hensai .property-loan_priceHeading {
  background: #1aadb6;
}
.property-loan_price--hensai .property-loan_priceTxt em {
  color: #1aadb6;
}

.property-loan_uchiwake {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.544rem + 2.581vw, 2.125rem);
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
.property-loan_uchiwake em {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  color: #ff6000;
  font-weight: 900;
}
.property-loan_notes {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 10px;
  margin-inline: auto;
  max-inline-size: max-content;
}
@media screen and (min-width: 560px) {
  .property-loan_notes {
    font-size: 0.9375rem;
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .property-loan_notes {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.property-loan_attention {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 30px;
  margin-inline: auto;
  max-inline-size: max-content;
}
@media screen and (min-width: 560px) {
  .property-loan_attention {
    font-size: 0.9375rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .property-loan_attention {
    font-size: 1rem;
    margin-top: 60px;
  }
}

.property-consultationWrap .c-heading01 span {
  color: #7fb927;
  font-size: 200%;
  padding: 0 2px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .property-consultation_merit {
    display: flex;
    justify-content: space-between;
  }
}

.property-meritItem {
  max-width: 364px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .property-meritItem {
    width: 32%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .property-meritItem {
    width: 30%;
  }
}
.property-meritItem + .property-meritItem {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .property-meritItem + .property-meritItem {
    margin-top: 0;
  }
}
.property-meritItem_img {
  width: 100%;
  text-align: center;
}
.property-meritItem_heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 560px) {
  .property-meritItem_heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .property-meritItem_heading {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .property-meritItem_heading {
    font-size: 1.375rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.property-meritItem_txt {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .property-meritItem_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .property-meritItem_txt {
    font-size: 1rem;
  }
}

/*=============================================================
  blog.scss
==============================================================*/
.blog-listItem {
  width: 100%;
  border-top: 1px solid #b5b5b5;
}
.blog-listItem:last-of-type {
  border-bottom: 1px solid #b5b5b5;
}
.blog-listItem a {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .blog-listItem a {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-listItem a {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .blog-listItem a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
.blog-listItem_img {
  aspect-ratio: 660/440;
  width: 30%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-listItem_img {
    width: 35%;
  }
}
.blog-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-listItem_inner {
  flex: 1;
  padding-left: 15px;
}
@media screen and (min-width: 560px) {
  .blog-listItem_inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-listItem_inner {
    padding-left: 40px;
  }
}
.blog-listItem_title {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .blog-listItem_title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-listItem_title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.blog-listItem_data {
  font-size: 0.75rem;
  color: #5b564c;
  line-height: 0.75;
}
@media screen and (min-width: 560px) {
  .blog-listItem_data {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .blog-listItem_data {
    font-size: 0.9375rem;
  }
}
.blog-listItem_data span {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  border-left: 1px solid #5b564c;
  line-height: 1;
  padding-bottom: 2px;
}

.blog-entryData {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  border: 1px solid #65574d;
  padding: 20px;
  background: #fff;
  margin-bottom: -1px;
}
@media screen and (min-width: 560px) {
  .blog-entryData {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-entryData {
    padding: 40px;
  }
}
.blog-entryData_date {
  font-size: clamp(0.9375rem, 0.792rem + 0.645vw, 1.1875rem);
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
.blog-entryData_category {
  font-size: clamp(0.875rem, 0.73rem + 0.645vw, 1.125rem);
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #65574d;
}
.blog-entryData_title {
  width: 100%;
  font-size: clamp(1.5rem, 0.919rem + 2.581vw, 2.5rem);
  line-height: 1.3;
}

/*=============================================================
  works.scss
==============================================================*/
@media screen and (min-width: 560px) {
  .works-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .works-list::after {
    content: "";
    display: block;
    width: 33.3%;
  }
}

.works-listItem {
  border: 1px solid #65574d;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media screen and (min-width: 560px) {
  .works-listItem {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .works-listItem {
    width: 33.3%;
  }
}
.works-listItem[data-aos] {
  transition-delay: 0s;
}
@media screen and (min-width: 560px) {
  .works-listItem[data-aos]:nth-of-type(even) {
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 960px) {
  .works-listItem[data-aos]:nth-of-type(3n-2) {
    transition-delay: 0s;
  }
  .works-listItem[data-aos]:nth-of-type(3n-1) {
    transition-delay: 0.1s;
  }
  .works-listItem[data-aos]:nth-of-type(3n) {
    transition-delay: 0.15s;
  }
}
.works-listItem a {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
}
.works-listItem_img {
  overflow: hidden;
  aspect-ratio: 720/480;
}
.works-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works-listItem_detail {
  padding: 15px 20px 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .works-listItem_detail {
    padding: 15px 30px 30px 30px;
  }
}
@media screen and (min-width: 960px) {
  .works-listItem_detail {
    padding: 20px 40px 40px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .works-listItem_detail {
    padding: 20px 40px 50px 40px;
  }
}
.works-listItem_taste {
  font-size: clamp(0.75rem, 0.677rem + 0.323vw, 0.875rem);
  border: 1px solid #65574d;
  padding: 5px 15px 8px 15px;
  border-radius: 20px;
  max-inline-size: max-content;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.works-listItem_title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .works-listItem_title {
    font-size: 1.5rem;
  }
}
.works-listItem_title small {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .works-listItem_title small {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.works-listItem_data {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: auto;
}
@media screen and (min-width: 960px) {
  .works-listItem_data {
    font-size: 0.875rem;
  }
}

.works-ph--main {
  margin: 0 auto;
  max-width: 800px;
}
.works-ph--main .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .works-ph--main .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .works-ph--main .slick-arrow {
    width: 70px;
  }
}
.works-ph--main .slick-arrow.slick-next {
  left: -40px;
  background: url("../../img/arrow.svg") no-repeat center 50%;
  background-size: 13px auto;
  transform: scale(-1, 1);
}
@media screen and (min-width: 960px) {
  .works-ph--main .slick-arrow.slick-next {
    left: -60px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .works-ph--main .slick-arrow.slick-next {
    left: -70px;
  }
}
.works-ph--main .slick-arrow.slick-prev {
  right: -40px;
  background: url("../../img/arrow.svg") no-repeat center 50%;
  background-size: 13px auto;
}
@media screen and (min-width: 960px) {
  .works-ph--main .slick-arrow.slick-prev {
    right: -60px;
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  .works-ph--main .slick-arrow.slick-prev {
    right: -70px;
  }
}
.works-ph--main .slick-dots {
  bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 20px;
  width: calc(100% + 10px);
}
@media screen and (min-width: 960px) {
  .works-ph--main .slick-dots {
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
    justify-content: center;
  }
}
.works-ph--main .slick-dots li {
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0 5px;
}
@media screen and (min-width: 560px) {
  .works-ph--main .slick-dots li {
    width: 20%;
  }
}
@media screen and (min-width: 960px) {
  .works-ph--main .slick-dots li {
    width: 10%;
  }
}
.works-ph--main .slick-dots li span {
  display: block;
  border: 1px solid #e5ded7;
  opacity: 0.7;
  transition: all 0.2s;
}
.works-ph--main .slick-dots li.slick-active span {
  border: 1px solid #65574d;
  opacity: 1;
  box-shadow: 0 0 0 1px #65574d;
}

.works-dataWrap {
  background: url(../../img/bg01.png) repeat center center;
}
@media screen and (min-width: 560px) {
  .works-dataWrap_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.works-dataHeading {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .works-dataHeading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .works-dataHeading {
    margin-bottom: 40px;
  }
}
.works-dataHeading_main {
  font-size: clamp(1.375rem, 1.157rem + 0.968vw, 1.75rem);
  line-height: 1.5;
  font-weight: 700;
}
.works-dataHeading_sub {
  font-size: clamp(0.75rem, 0.605rem + 0.645vw, 1rem);
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  margin-top: 10px;
  color: #9e8b7d;
}

@media screen and (min-width: 560px) {
  .works-before {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .works-before {
    width: 45%;
  }
}
.works-before_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
.works-before_list::after {
  content: "";
  display: block;
  width: 32.5%;
}
.works-before_list li {
  width: 32.5%;
}

.works-data {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .works-data {
    width: 48%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .works-data {
    width: 45%;
  }
}
.works-data table {
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.works-data th,
.works-data td {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 15px 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (min-width: 560px) {
  .works-data th,
  .works-data td {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .works-data th,
  .works-data td {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .works-data th,
  .works-data td {
    font-size: 1rem;
  }
}
.works-data th {
  width: 120px;
}
@media screen and (min-width: 560px) {
  .works-data th {
    width: 90px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .works-data th {
    width: 160px;
  }
}
.works-data th br {
  display: none;
}
@media screen and (min-width: 560px) {
  .works-data th br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .works-data th br {
    display: none;
  }
}

.works-madoriWrap {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .works-madoriWrap {
    margin-top: 60px;
  }
}

@media screen and (min-width: 560px) {
  .works-madori {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.works-madori a {
  display: block;
  overflow: hidden;
}
.works-madori_before {
  position: relative;
}
@media screen and (min-width: 560px) {
  .works-madori_before {
    width: 45%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .works-madori_before {
    padding-right: 40px;
  }
}
.works-madori_before::after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #503d2f;
  width: 40px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
@media screen and (min-width: 560px) {
  .works-madori_before::after {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 10px;
    height: 30px;
    left: auto;
    right: 0;
    bottom: 50%;
    transform: translateX(0) translateY(50%);
  }
}
@media screen and (min-width: 960px) {
  .works-madori_before::after {
    width: 15px;
    height: 40px;
  }
}
.works-madori_after {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .works-madori_after {
    margin-top: 0;
    width: 55%;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .works-madori_after {
    padding-left: 20px;
  }
}

.works-youtube {
  max-width: 600px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 560px) {
  .works-youtube {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .works-youtube {
    margin-bottom: 100px;
  }
}

.works-story .entryBody {
  overflow: visible;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .works-story .entryBody {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .works-story .entryBody {
    font-size: 1rem;
  }
}

.entryBody .story_section {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .entryBody .story_section {
    margin-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody .story_section {
    margin-top: 150px;
  }
}
.entryBody .story_section > h3, .entryBody .story_section > h4, .entryBody .story_section > h5 {
  margin-top: 0;
}

.works-story p + .story_section,
.works-story div + .story_section {
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .works-story p + .story_section,
  .works-story div + .story_section {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .works-story p + .story_section,
  .works-story div + .story_section {
    margin-top: 100px;
  }
}

.works-story .story_img,
.works-story .story_img_1,
.works-story .story_img_2,
.works-story .story_img_3,
.works-story .story_img_4 {
  margin: 15px 0 30px 0;
}
@media screen and (min-width: 560px) {
  .works-story .story_img,
  .works-story .story_img_1,
  .works-story .story_img_2,
  .works-story .story_img_3,
  .works-story .story_img_4 {
    margin: 20px 0 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .works-story .story_img,
  .works-story .story_img_1,
  .works-story .story_img_2,
  .works-story .story_img_3,
  .works-story .story_img_4 {
    margin: 30px 0 50px 0;
  }
}
.works-story .story_img div,
.works-story .story_img_1 div,
.works-story .story_img_2 div,
.works-story .story_img_3 div,
.works-story .story_img_4 div {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.works-story .story_img,
.works-story .story_img_1 {
  width: 100%;
  text-align: center;
}
.works-story .story_img_1 div {
  display: inline-block;
}
.works-story .story_img_2 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .works-story .story_img_2 {
    margin: 50px 0;
  }
}
.works-story .story_img_2 div {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_2 div {
    width: 49%;
    margin-bottom: 0;
  }
}
.works-story .story_img_2 + .story_img_2 {
  margin-top: -10px;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_2 + .story_img_2 {
    margin-top: -20px;
  }
}
@media screen and (min-width: 560px) {
  .works-story .story_img_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.works-story .story_img_3 div {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_3 div {
    width: 48%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .works-story .story_img_3 div {
    width: 32%;
  }
}
@media screen and (min-width: 560px) {
  .works-story .story_img_3 div:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .works-story .story_img_3 div:first-of-type {
    width: 32%;
    margin-bottom: 0px;
  }
}
.works-story .story_img_3 + .story_img_3 {
  margin-top: -10px;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_3 + .story_img_3 {
    margin-top: -20px;
  }
}
@media screen and (min-width: 560px) {
  .works-story .story_img_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.works-story .story_img_4 div {
  width: 49%;
  row-gap: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_4 div {
    width: 24%;
  }
}
.works-story .story_img_4 + .story_img_4 {
  margin-top: -10px;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_4 + .story_img_4 {
    margin-top: -20px;
  }
}
.works-story .story_img_tate {
  text-align: center;
}
@media screen and (min-width: 560px) {
  .works-story .story_img_tate img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
}

/*=============================================================
  event.scss
============================================================= */
.event-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (min-width: 560px) {
  .event-list {
    row-gap: 50px;
  }
}
@media screen and (min-width: 960px) {
  .event-list {
    row-gap: 60px;
  }
  .event-list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .event-list::after {
    content: "";
    display: block;
    width: 23%;
  }
}

.event-listItem {
  width: 48%;
}
@media screen and (min-width: 960px) {
  .event-listItem {
    width: 22%;
  }
}
.event-listItem a {
  display: block;
  position: relative;
}
.event-listItem_accepting {
  background: #7fb927;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20%, -20%);
  z-index: 200;
}
@media screen and (min-width: 560px) {
  .event-listItem_accepting {
    font-size: 0.875rem;
    width: 65px;
    height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_accepting {
    font-size: 0.9375rem;
    width: 80px;
    height: 80px;
  }
}
.event-listItem_img {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  aspect-ratio: 1;
}
.event-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-listItem_data {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 560px) {
  .event-listItem_data {
    font-size: 0.8125rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_data {
    font-size: 0.875rem;
  }
}
.event-listItem_category {
  background: #e5ded7;
  padding: 5px 10px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .event-listItem_category {
    padding: 10px 5%;
  }
}
.event-listItem_yoyaku {
  padding: 3px 10px 5px 10px;
  background: #503d2f;
  color: #fff;
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  max-inline-size: max-content;
}
@media screen and (min-width: 1200px) {
  .event-listItem_yoyaku {
    padding: 8px 5% 10px 5%;
  }
}
.event-listItem_title {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
  color: #443b31;
}
@media screen and (min-width: 560px) {
  .event-listItem_title {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_title {
    font-size: 1.25rem;
  }
}
.event-listItem_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .event-listItem_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_txt {
    font-size: 1rem;
  }
}
.event-listItem_data02 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .event-listItem_data02 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_data02 {
    font-size: 1rem;
  }
}
.event-listItem_close {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .event-listItem_close {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-listItem_close {
    font-size: 1rem;
  }
}

.event-entryHeading {
  position: relative;
}
.event-entryHeading_tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .event-entryHeading_tag {
    gap: 40px 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .event-entryHeading_tag {
    gap: 40px 20px;
    margin-bottom: 20px;
  }
}
.event-entryHeading_category, .event-entryHeading_yoyaku {
  display: inline-block;
  border: 1px solid #65574d;
  padding: 8px 15px 10px 15px;
  font-size: 0.875rem;
  border-radius: 20px;
  transition: all 0.2s;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .event-entryHeading_category, .event-entryHeading_yoyaku {
    font-size: 1rem;
    padding: 12px 25px 15px 25px;
    border-radius: 40px;
  }
}
.event-entryHeading_yoyaku {
  background: #503d2f;
  border-color: #503d2f;
  color: #fff;
}
.event-entryHeading_title {
  max-inline-size: max-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .event-entryHeading_title {
    padding-right: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .event-entryHeading_title {
    margin-bottom: 100px;
  }
}
.event-entryHeading_title .c-heading01 {
  margin-bottom: 0;
  flex: 1;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .event-entryHeading_title .c-heading01 {
    padding: 0 10px;
  }
}
.event-entryHeading_accepting, .event-entryHeading_close {
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.2;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
}
@media screen and (min-width: 560px) {
  .event-entryHeading_accepting, .event-entryHeading_close {
    font-size: 0.875rem;
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryHeading_accepting, .event-entryHeading_close {
    font-size: 0.9375rem;
  }
}
.event-entryHeading_accepting {
  background: #7fb927;
}
.event-entryHeading_close {
  background: #CF1212;
}

.event-entryAbout {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .event-entryAbout {
    flex-direction: row;
    justify-content: space-between;
  }
}
.event-entryAbout_inner {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .event-entryAbout_inner {
    width: 48%;
    margin-top: 0;
  }
}
.event-entryAbout_txt p + p {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .event-entryAbout_txt p + p {
    margin-top: 20px;
  }
}
.event-entryAbout_soldOut {
  color: #CF1212;
  font-weight: bold;
  margin-top: 20px;
}
.event-entryAbout_img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event-entryAbout_img {
    width: 48%;
  }
}

.event-entryCraftkit {
  background: #fff;
}
.event-entryCraftkit_inner {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .event-entryCraftkit_inner {
    display: flex;
    justify-content: space-between;
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .event-entryCraftkit_inner {
    padding: 40px;
  }
}
.event-entryCraftkit_heading {
  font-size: 1.125rem;
  margin-bottom: 20px;
  border-left: 5px solid #503d2f;
  padding-left: 10px;
}
@media screen and (min-width: 1200px) {
  .event-entryCraftkit_heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .event-entryCraftkit_txt {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .event-entryCraftkit_img {
    width: 55%;
  }
}

.event-detail_title {
  font-size: clamp(1.25rem, 0.887rem + 1.613vw, 1.875rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.event-detail_data01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .event-detail_data01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .event-detail_data01 {
    margin-bottom: 50px;
  }
}
.event-detail_data01 div {
  background: #fff;
  display: flex;
  border: 1px solid #503d2f;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .event-detail_data01 div {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .event-detail_data01 div {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.event-detail_data01 div span {
  background: #503d2f;
  color: #fff;
  display: block;
  padding: 5px 10px;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .event-detail_data01 div span {
    padding: 5px 20px;
  }
}
.event-detail_data01 div p {
  padding: 5px 10px;
}
@media screen and (min-width: 1200px) {
  .event-detail_data01 div p {
    padding: 5px 20px;
  }
}
.event-detail_data01 div small {
  font-size: 70%;
  margin-left: 5px;
}
.event-detail_data02 {
  width: 100%;
}
.event-detail_data02 dl {
  border-top: 1px solid #65574d;
  border-bottom: 1px solid #65574d;
  padding: 15px 0;
  display: flex;
  margin-bottom: -1px;
}
@media screen and (min-width: 560px) {
  .event-detail_data02 dl {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .event-detail_data02 dl {
    padding: 25px 0;
  }
}
.event-detail_data02 dl:last-of-type {
  width: 100%;
  border: none;
}
.event-detail_data02 dt {
  width: 80px;
}
@media screen and (min-width: 560px) {
  .event-detail_data02 dt {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .event-detail_data02 dt {
    width: 140px;
  }
}
.event-detail_data02 dd {
  flex: 1;
}
.event-detail_btn {
  max-inline-size: max-content;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .event-detail_btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .event-detail_btn {
    margin-top: 25px;
  }
}
.event-detail_btn a {
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #65574d;
  transition: border 0.2s;
}
.event-detail_btn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  padding-left: 5px;
  transition: padding 0.2s;
}
@media screen and (min-width: 960px) {
  .event-detail_btn a:hover {
    border-bottom: 1px solid transparent;
  }
  .event-detail_btn a:hover::after {
    padding-left: 8px;
  }
}

.event-howto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  counter-reset: number;
}
@media screen and (min-width: 560px) {
  .event-howto::after {
    content: "";
    display: block;
    width: 32%;
  }
  .event-howto {
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .event-howto::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .event-howto::after {
    content: "";
    display: block;
    width: 23%;
  }
}
.event-howto li {
  counter-increment: number;
  width: 48%;
}
@media screen and (min-width: 560px) {
  .event-howto li {
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .event-howto li {
    width: 23%;
  }
}
.event-howto li p {
  margin-top: 10px;
  padding-left: 25px;
  font-size: 0.8125rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 560px) {
  .event-howto li p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .event-howto li p {
    font-size: 0.9375rem;
  }
}
.event-howto li p::before {
  content: counter(number) "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #503d2f;
  color: #fff;
}
.event-howto_movie {
  border: 1px solid #65574d;
}
.event-howto_movieInner {
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .event-howto_movieInner {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .event-howto_movieInner {
    padding: 40px 60px;
  }
}
.event-howto_movieHeading {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.065rem + 1.935vw, 2.25rem);
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 20px 10px;
  background: #503d2f;
  color: #fff;
}
.event-howto_movie .c-youtube {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .event-howto_movie .c-youtube {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .event-howto_movie .c-youtube {
    margin-top: 40px;
  }
}

.event-form_attention {
  background: #7fb927;
  color: #fff;
  padding: 15px 20px;
  line-height: 1.5;
}
.event-form_attention ul {
  max-inline-size: max-content;
  margin: 0 auto;
}

/*=============================================================
  page.scss
==============================================================*/
.page-comment.entryBody {
  overflow: visible;
}

.page-index {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 560px) {
  .page-index {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .page-index {
    row-gap: 60px;
  }
  .page-index::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .page-index {
    row-gap: 80px;
  }
  .page-index::after {
    content: "";
    display: block;
    width: 30%;
  }
}

.page-indexItem {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .page-indexItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .page-indexItem {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .page-indexItem {
    width: 30%;
  }
}
.page-indexItem a {
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-indexItem_img {
  overflow: hidden;
  -webkit-mask-image: url("../../img/inner/mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../../img/inner/mask.svg");
  mask-mode: alpha;
  mask-size: auto 100%;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  aspect-ratio: 364/271;
}
.page-indexItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-indexItem_title {
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .page-indexItem_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .page-indexItem_title {
    font-size: 1.25rem;
    padding: 25px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-indexItem_title {
    font-size: 1.375rem;
    padding: 30px 20px;
  }
}
.page-indexItem_txt {
  font-size: 0.75rem;
  line-height: 1.5;
  background: #fff;
  padding: 0px 10px 20px 10px;
  flex: 1;
  display: flex;
  margin-top: -5px;
}
@media screen and (min-width: 560px) {
  .page-indexItem_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .page-indexItem_txt {
    font-size: 0.875rem;
    padding: 0 15px 25px 15px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-indexItem_txt {
    padding: 0 20px 30px 20px;
    margin-top: -15px;
  }
}

/*=============================================================
  showroom.scss
==============================================================*/
@media screen and (min-width: 768px) {
  .showroom-catch {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .showroom-catch_txt {
    width: 68%;
  }
}
.showroom-catch_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .showroom-catch_img {
    display: block;
    width: 27%;
  }
}

.showroom-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 560px) {
  .showroom-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .showroom-list {
    row-gap: 60px;
  }
  .showroom-list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .showroom-list {
    row-gap: 80px;
  }
  .showroom-list::after {
    content: "";
    display: block;
    width: 30%;
  }
}

.showroom-listItem {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .showroom-listItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .showroom-listItem {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .showroom-listItem {
    width: 30%;
  }
}
.showroom-listItem a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.showroom-listItem_img {
  overflow: hidden;
  -webkit-mask-image: url("../../img/inner/mask.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../../img/inner/mask.svg");
  mask-mode: alpha;
  mask-size: auto 100%;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  aspect-ratio: 364/271;
}
.showroom-listItem_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.showroom-listItem_title {
  font-size: 1rem;
  line-height: 1.3;
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .showroom-listItem_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .showroom-listItem_title {
    font-size: 1.25rem;
    padding: 25px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .showroom-listItem_title {
    padding: 30px 20px;
  }
}
.showroom-listItem_txt {
  font-size: 0.75rem;
  line-height: 1.5;
  background: #fff;
  padding: 0px 10px 20px 10px;
  flex: 1;
  display: flex;
  margin-top: -5px;
}
@media screen and (min-width: 560px) {
  .showroom-listItem_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .showroom-listItem_txt {
    font-size: 0.875rem;
    padding: 0 15px 25px 15px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .showroom-listItem_txt {
    padding: 0 20px 30px 20px;
    margin-top: -15px;
  }
}

@media screen and (min-width: 768px) {
  .showroom-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.showroom-about .c-heading01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .showroom-about_img {
    width: 45%;
  }
}
.showroom-about_data {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .showroom-about_data {
    margin-top: 0;
    width: 45%;
  }
}
.showroom-about_data table {
  width: 100%;
  table-layout: fixed;
}
.showroom-about_data table th,
.showroom-about_data table td {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 15px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .showroom-about_data table th,
  .showroom-about_data table td {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .showroom-about_data table th,
  .showroom-about_data table td {
    font-size: 1rem;
  }
}
.showroom-about_data table th {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .showroom-about_data table th {
    width: 120px;
  }
}
.showroom-about_map {
  width: 100%;
}
.showroom-about_map iframe {
  height: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .showroom-about_map iframe {
    height: 450px;
  }
}

/*=============================================================
  request.scss
==============================================================*/
.request-catalog {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 20px;
  grid-template-areas: "title" "img" "list";
}
@media screen and (min-width: 560px) {
  .request-catalog {
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
    grid-template-rows: auto auto;
    grid-template-areas: "title title" "img list";
  }
}
@media screen and (min-width: 960px) {
  .request-catalog {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    grid-template-areas: "img title" "img list";
  }
}
.request-catalog_heading {
  grid-area: title;
}
.request-catalog_img {
  grid-area: img;
}
.request-catalog_list {
  grid-area: list;
}
.request-catalog_heading {
  font-size: clamp(1.25rem, 1.105rem + 0.645vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
}
.request-catalog_list {
  background: rgba(229, 222, 215, 0.5);
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .request-catalog_list {
    font-size: 1.0625rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .request-catalog_list {
    font-size: 1.125rem;
    padding: 30px;
  }
}
.request-catalog_list li {
  position: relative;
  padding-left: 30px;
}
.request-catalog_list li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f518";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
  color: #7fb927;
}
.request-catalog_list li + li {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .request-catalog_list li + li {
    margin-top: 15px;
  }
}

/*=============================================================
  news.scss
==============================================================*/
.news-listItem {
  border-bottom: 1px solid #b5b5b5;
}
.news-listItem:first-of-type {
  border-top: 1px solid #b5b5b5;
}
.news-listItem a {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px;
  transition: all 0.2s;
}
@media screen and (min-width: 560px) {
  .news-listItem a {
    padding: 25px;
    flex-direction: row;
    column-gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-listItem a {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem a {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem a:hover {
    background: rgba(255, 255, 255, 0.4);
  }
}
.news-listItem_title {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .news-listItem_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_title {
    font-size: 1.25rem;
  }
}
.news-listItem_data {
  font-size: 0.875rem;
  color: #5b564c;
}
@media screen and (min-width: 560px) {
  .news-listItem_data {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .news-listItem_data {
    font-size: 1.125rem;
  }
}
.news-listItem_data span {
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
  border-left: 1px solid #5b564c;
  line-height: 1;
  padding-bottom: 2px;
}

/*=============================================================
  clmn-detail.scss
==============================================================*/
.clmndetail-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  column-gap: 3%;
}
@media screen and (min-width: 560px) {
  .clmndetail-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .clmndetail-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.clmndetail-item a {
  display: flex;
  flex-direction: column;
  border: 1px solid #65574d;
  padding: 10px;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .clmndetail-item a {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .clmndetail-item a {
    padding: 20px;
  }
}

.clmndetail-item_img {
  aspect-ratio: 340/188;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .clmndetail-item_img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .clmndetail-item_img {
    margin-bottom: 25px;
  }
}
.clmndetail-item_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.clmndetail-item_title {
  font-size: 1rem;
  font-weight: bold;
  color: #503d2f;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .clmndetail-item_title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .clmndetail-item_title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.clmndetail-item_category {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .clmndetail-item_category {
    row-gap: 10px;
  }
}
.clmndetail-item_category span {
  border-radius: 9999px;
  background: #e9e2dd;
  color: #503d2f;
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .clmndetail-item_category span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .clmndetail-item_category span {
    font-size: 0.875rem;
  }
}

.clmndetail-entryData {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  border: 1px solid #65574d;
  padding: 20px;
  background: #fff;
  margin-bottom: -1px;
}
@media screen and (min-width: 560px) {
  .clmndetail-entryData {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .clmndetail-entryData {
    padding: 40px;
  }
}
.clmndetail-entryData_category {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .clmndetail-entryData_category {
    row-gap: 10px;
  }
}
.clmndetail-entryData_category span {
  border-radius: 9999px;
  background: #e9e2dd;
  color: #503d2f;
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .clmndetail-entryData_category span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .clmndetail-entryData_category span {
    font-size: 0.875rem;
  }
}
.clmndetail-entryData_title {
  width: 100%;
  font-size: clamp(1.5rem, 0.919rem + 2.581vw, 2.5rem);
  line-height: 1.3;
}

/*=============================================================
  inner.scss
==============================================================*/
.feature-contactArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .feature-contactArea {
    column-gap: 2%;
  }
}
.feature-contactArea .feature-contactArea_btn {
  width: 80%;
  margin: 0;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .feature-contactArea .feature-contactArea_btn {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .feature-contactArea .feature-contactArea_btn {
    width: 32%;
  }
}
.feature-contactArea_btn {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.feature-contactArea_btn a {
  border-radius: 10px;
  padding: 15px 25px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .feature-contactArea_btn a {
    padding: 15px 40px;
  }
}
@media screen and (min-width: 768px) {
  .feature-contactArea_btn a {
    height: 100%;
    padding: 25px 10px;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 1200px) {
  .feature-contactArea_btn a {
    font-size: clamp(0.75rem, 0.25rem + 0.667vw, 1rem);
    white-space: nowrap;
  }
}
.feature-contactArea_btn a span:first-of-type {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .feature-contactArea_btn a span:first-of-type {
    margin-right: 15px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-contactArea_btn a span:first-of-type {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
}
.feature-contactArea_btn a span:first-of-type img {
  width: 18px;
}
@media screen and (min-width: 560px) {
  .feature-contactArea_btn a span:first-of-type img {
    width: auto;
    width: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-contactArea_btn a span:first-of-type img {
    width: 30px;
  }
}
.feature-contactArea_btn a span:nth-of-type(2) {
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .feature-contactArea_btn a span:nth-of-type(2) {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-contactArea_btn a span:nth-of-type(2) {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  .feature-contactArea_btn a span:nth-of-type(2) span {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .feature-contactArea_btn a:hover {
    opacity: 0.7;
  }
}
.feature-contactArea_btn--visit a {
  background: #ecb216;
}
.feature-contactArea_btn--request a {
  background: #1aadb6;
}

.contactInformation_list {
  border-top: 1px dotted #503d2f;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .contactInformation_list {
    margin: 30px 0;
  }
}
.contactInformation_list li {
  position: relative;
  padding-left: 20px;
  padding: 10px 20px 10px 35px;
  border-bottom: 1px dotted #503d2f;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .contactInformation_list li {
    font-size: 1rem;
    line-height: 1.6;
    padding: 15px 20px 15px 40px;
  }
}
@media screen and (min-width: 960px) {
  .contactInformation_list li {
    font-size: 1.125rem;
    line-height: 2;
    line-height: 1.7;
    padding: 15px 20px 15px 45px;
  }
}
.contactInformation_list li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 120%;
  color: #7fb927;
}
@media screen and (min-width: 560px) {
  .contactInformation_list li:before {
    left: 15px;
    top: 13px;
  }
}

.visit-heading {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .visit-heading {
    margin-bottom: 30px;
  }
}
.visit-present {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .visit-present {
    flex-direction: row;
    column-gap: 30px;
  }
}
.visit-meritList {
  margin-top: 15px;
  border-top: 1px dashed #65574d;
}
@media screen and (min-width: 560px) {
  .visit-meritList {
    margin-top: 20px;
  }
}
.visit-meritList li {
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px dashed #65574d;
  padding: 10px 0 10px 20px;
}
@media screen and (min-width: 560px) {
  .visit-meritList li {
    font-size: 1rem;
    line-height: 1.5;
    padding: 15px 0 15px 25px;
  }
}
@media screen and (min-width: 960px) {
  .visit-meritList li {
    font-size: 1.125rem;
    line-height: 2;
    line-height: 1.5;
    padding: 20px 0 20px 25px;
  }
}
.visit-meritList li span {
  font-size: 90%;
}
.visit-meritList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px;
  color: #7fb927;
}
@media screen and (min-width: 560px) {
  .visit-meritList li::before {
    top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .visit-meritList li::before {
    top: 20px;
  }
}

/*=============================================================
  notfound.scss
============================================================= */
.notfoundWrap {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  .notfoundWrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .notfoundWrap {
    padding-top: 95px;
  }
}

.notfoundHeading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 10vw;
}
@media screen and (min-width: 560px) {
  .notfoundHeading {
    font-size: 3.75rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .notfoundHeading {
    font-size: 5rem;
    margin-bottom: 100px;
  }
}
.notfoundHeading_main {
  color: #7fb927;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.notfoundHeading_sub {
  margin-top: 10px;
  font-weight: bold;
  color: #503d2f;
  font-size: 36%;
}

.notfound {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #65574d;
  position: relative;
}
@media screen and (min-width: 560px) {
  .notfound {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .notfound {
    padding: 60px;
  }
}
.notfound::before {
  content: "";
  display: block;
  background: url(../../img/inner/title_img.png) no-repeat center center/cover;
  aspect-ratio: 210/89;
  width: 120px;
  position: absolute;
  right: -10px;
  top: 0;
  transform: translate(0, -70%);
}
@media screen and (min-width: 560px) {
  .notfound::before {
    width: 150px;
    right: -20px;
  }
}
@media screen and (min-width: 960px) {
  .notfound::before {
    width: 190px;
    right: -40px;
  }
}

/*=============================================================
  privacy.scss
==============================================================*/
.privacyContact {
  border: 1px solid #000;
  padding: 15px;
  display: inline-block;
  margin: 20px;
}

/*=============================================================
  entry.scss
==============================================================*/
/* entryBody
-----------------------------*/
.entryBody {
  overflow: hidden;
}
.entryBody > *:first-child {
  margin-top: 0 !important;
}
.entryBody h2, .entryBody h3, .entryBody h4, .entryBody h5, .entryBody h6 {
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .entryBody h2, .entryBody h3, .entryBody h4, .entryBody h5, .entryBody h6 {
    line-height: 1.5;
  }
}
.entryBody h2:not([class]) {
  padding: 0px 20px;
  font-weight: bold;
  font-size: clamp(1.375rem, 0.722rem + 2.903vw, 2.5rem);
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-inline: auto;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .entryBody h2:not([class]) {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h2:not([class]) {
    margin-top: 120px;
    margin-bottom: 70px;
    max-width: 80%;
  }
}
.entryBody h3:not([class]) {
  border-bottom: 2px solid #65574d;
  padding-bottom: 20px;
  font-size: clamp(1.125rem, 0.617rem + 2.258vw, 2rem);
  margin-top: 60px;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .entryBody h3:not([class]) {
    margin-top: 80px;
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h3:not([class]) {
    margin-top: 100px;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
}
.entryBody h4:not([class]) {
  font-size: clamp(1rem, 0.71rem + 1.29vw, 1.5rem);
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 1.3;
  background: #dcd5c7;
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .entryBody h4:not([class]) {
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 20px 25px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h4:not([class]) {
    margin-top: 60px;
    margin-bottom: 50px;
    padding: 25px 30px;
  }
}
.entryBody h5:not([class]) {
  font-size: clamp(1rem, 0.782rem + 0.968vw, 1.375rem);
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 1.3;
  color: #503d2f;
  border-top: 2px solid #7fb927;
  border-bottom: 2px solid #7fb927;
  padding: 10px 20px;
}
@media screen and (min-width: 560px) {
  .entryBody h5:not([class]) {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h5:not([class]) {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.entryBody h6:not([class]) {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #443b31;
}
@media screen and (min-width: 560px) {
  .entryBody h6:not([class]) {
    font-size: 1.125rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody h6:not([class]) {
    font-size: 1.25rem;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
.entryBody {
  /*
  &.txtbox p{
    margin-bottom: 0px;
  }
  &.txtbox p + p{
    margin-top:0px;
  }

  p strong{
  }

  p + div{
    margin-top: 30px;
    @include mq-up(lg) {
      margin-top: 40px;
    }
  }
  div{
    margin-bottom: 30px;
    @include mq-up(lg) {
      margin-bottom: 40px;
    }
  }
  */
}
.entryBody a:not([class]):not(.no-entryBody) {
  color: #503d2f;
  text-decoration: underline;
  transition: all 0.7s;
}
@media screen and (min-width: 960px) {
  .entryBody a:not([class]):not(.no-entryBody):hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"], .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"], .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"], .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"], .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"] {
    padding-right: 20px;
  }
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".doc"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".xls"]::after, .entryBody a:not([class]):not(.no-entryBody)[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.entryBody a:not([class]):not(.no-entryBody)[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.entryBody a:not(.no-entryBody):not([class]):link, .entryBody a:not(.no-entryBody):not([class]):visited {
  color: #1530A0;
  text-decoration: underline;
}
.entryBody a:not(.no-entryBody):not([class])::hover, .entryBody a:not(.no-entryBody):not([class])::active {
  color: #4460D5;
  text-decoration: none;
}
.entryBody table {
  border-top: 1px solid #65574d;
  border-bottom: 1px solid #65574d;
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .entryBody table {
    margin: 40px 0;
  }
}
.entryBody table th,
.entryBody table td {
  border: 1px solid #65574d;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 1rem;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody table th,
  .entryBody table td {
    font-size: 1.125rem;
    line-height: 2;
    line-height: 180%;
    padding: 15px 20px;
  }
}
.entryBody table th {
  background: #e5ded7;
}
.entryBody table thead th {
  background: #503d2f;
  color: #fff;
  text-align: center;
  font-size: 100%;
  padding: 12px 10px;
}
@media screen and (min-width: 560px) {
  .entryBody table thead th {
    padding: 18px 15px;
    font-size: 105%;
  }
}
@media screen and (min-width: 960px) {
  .entryBody table thead th {
    padding: 20px;
  }
}
.entryBody ul:not(.no-entryBody):not([class]),
.entryBody ol:not(.no-entryBody):not([class]) {
  width: 100%;
  margin: 20px 0;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .entryBody ul:not(.no-entryBody):not([class]),
  .entryBody ol:not(.no-entryBody):not([class]) {
    width: 100%;
  }
}
.entryBody ul:not(.no-entryBody):not([class]) li,
.entryBody ol:not(.no-entryBody):not([class]) li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 2;
  padding-top: 5px;
}
@media screen and (min-width: 560px) {
  .entryBody ul:not(.no-entryBody):not([class]) li,
  .entryBody ol:not(.no-entryBody):not([class]) li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .entryBody ul:not(.no-entryBody):not([class]) li,
  .entryBody ol:not(.no-entryBody):not([class]) li {
    font-size: 1.125rem;
    line-height: 2;
  }
}

/*=============================================================
  wpSnippet.scss
==============================================================*/
/***********
layout
************/
.e-layout_container > *:first-child {
  margin-top: 0 !important;
}

.e-layout_bg--white {
  background: #fff;
}

.e-layout_bg--lightbrown {
  background: url(../../img/bg01.png) repeat center center;
}

.e-layout_bg--brown {
  background: url(../../img/bg03.png) repeat center center;
}
.e-layout_bg--brown .c-heading01 {
  color: #fff;
}

.e-layout_container + .e-layout_container {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .e-layout_container + .e-layout_container {
    margin-top: 80px;
  }
}
@media screen and (max-width: 559px) {
  .e-layout_container + .e-layout_container {
    margin-top: 60px;
  }
}

/***********
grid
************/
.e-grid h2, .e-grid h3, .e-grid h4, .e-grid h5, .e-grid h6, .e-grid p {
  margin: 0;
  padding: 0;
}
.e-grid p {
  margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
  .e-grid p {
    margin-bottom: 15px;
  }
}
.e-grid .e-gridItem_img {
  margin-bottom: 25px;
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_img {
    margin-bottom: 20px;
  }
}
.e-grid .e-gridItem_title {
  background: none;
  color: #503d2f;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-grid .e-gridItem_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 559px) {
  .e-grid .e-gridItem_title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}

/***********
box
************/
.e-whiteBox {
  background: #fff;
  padding: 20px;
  border: 1px solid #65574d;
}
@media screen and (min-width: 560px) {
  .e-whiteBox {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .e-whiteBox {
    padding: 60px 8.3%;
  }
}

.e-box {
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
}
.e-box > *:first-child {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .e-box {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .e-box {
    padding: 40px clamp(40px, 8%, 100px);
  }
}
.e-box + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .e-box + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .e-box + * {
    margin-top: 40px;
  }
}
.e-box--red {
  background: #f9edee;
  border-color: #f1aeb5;
}
.e-box--default {
  background: color-mix(in srgb, #503d2f 90%, transparent);
  border-color: color-mix(in srgb, #503d2f 60%, transparent);
}
.e-box--gray {
  background: #e9ecef;
  border-color: #adb5bd;
}

.e-grid .e-box {
  padding: 20px;
}
.e-grid .e-box + * {
  margin-top: 0;
}

/***********
greeting
************/
.e-greetingWrap {
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .e-greetingWrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.e-greeting_photo {
  width: 25%;
  margin: 0 0 40px 40px;
  float: right;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-greeting_photo {
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 559px) {
  .e-greeting_photo {
    float: none;
    margin-inline: auto;
    max-inline-size: max-content;
    width: auto;
  }
}
.e-greeting_photo figcaption {
  margin-top: 20px;
  text-align: left;
}

.txtbox p.e-greeting_post {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_post {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_post {
    font-size: 0.75rem;
  }
}

.txtbox p.e-greeting_name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_name {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_name {
    font-size: 0.9375rem;
  }
}

.txtbox p.e-greeting_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 559px) {
  .txtbox p.e-greeting_txt {
    font-size: 0.75rem;
  }
}

/***********
btn
************/
.e-btn {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 959px) {
  .e-btn {
    margin: 30px auto;
  }
}
@media screen and (max-width: 559px) {
  .e-btn {
    margin: 20px auto;
  }
}
.e-btn a {
  display: inline-block;
  border-radius: 5px;
  background: #503d2f;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  transition: all 0.2s;
  position: relative;
  padding: 25px 50px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .e-btn a {
    font-size: 1.25rem;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 559px) {
  .e-btn a {
    font-size: 1.125rem;
    padding: 20px 20px;
  }
}
.e-btn a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .e-btn a:hover {
    background: #000;
  }
}
.e-btn--center {
  text-align: center;
}

.e-btnWrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  .e-btnWrap {
    display: block;
  }
}
.e-btnWrap .e-btn {
  margin: 0 10px;
  width: auto;
}
@media screen and (max-width: 559px) {
  .e-btnWrap .e-btn {
    width: 100%;
    margin: 10px 0;
  }
}

/***********
table
************/
@media screen and (max-width: 559px) {
  .e-table--sp {
    border-bottom: 0 !important;
  }
}
@media screen and (max-width: 559px) {
  .e-table--sp th,
  .e-table--sp td {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 559px) {
  .e-table--sp th {
    border-bottom: none;
  }
}
.e-table_cell25 {
  width: 25%;
}
.e-table_cell33 {
  width: 33%;
}
.e-table_cell50 {
  width: 50%;
}
.e-table_cell50 {
  width: 50%;
}

/***********
linkList
**********.**/
.e-linkList {
  width: 100%;
}
.e-linkList li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .e-linkList li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList li {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.e-linkList li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
  padding-right: 15px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 560px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 18px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 960px) {
  .e-linkList a[target=_blank], .e-linkList a[href$=".pdf"], .e-linkList a[href$=".doc"], .e-linkList a[href$=".docx"], .e-linkList a[href$=".xls"], .e-linkList a[href$=".xlsx"], .e-linkList a[href$=".txt"] {
    padding-right: 20px;
  }
}
.e-linkList a[target=_blank]::after, .e-linkList a[href$=".pdf"]::after, .e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after, .e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after, .e-linkList a[href$=".txt"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.2s;
}
.e-linkList a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  color: #503d2f;
}
.e-linkList a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: 900;
  color: #f20f00;
}
.e-linkList a[href$=".doc"]::after, .e-linkList a[href$=".docx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c2";
  font-weight: 900;
  color: #144aab;
}
.e-linkList a[href$=".xls"]::after, .e-linkList a[href$=".xlsx"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f1c3";
  font-weight: 900;
  color: #077d3f;
}
.e-linkList a[href$=".txt"]::after {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 900;
  font-weight: 500;
  color: #666;
}
.e-linkList a:hover {
  text-decoration: none !important;
}

/***********
googleMap
************/
.e-googleMap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 959px) {
  .e-googleMap {
    margin: 25px 0;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap {
    margin: 20px 0;
  }
}
.e-googleMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 959px) {
  .e-googleMap iframe {
    height: 350px;
  }
}
@media screen and (max-width: 559px) {
  .e-googleMap iframe {
    height: 300px;
  }
}

/***********
youtube
************/
.e-youtube {
  position: relative;
  width: 100%;
}
.e-youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.e-youtube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-youtube iframe {
  width: 100%;
  height: 100%;
}

/***********
imgList
************/
.e-imgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.e-imgList li {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .e-imgList li {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList li {
    margin-bottom: 20px;
  }
}
.e-imgList figcaption {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .e-imgList figcaption {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 559px) {
  .e-imgList figcaption {
    font-size: 0.875rem;
  }
}
.e-imgList--row3::after {
  content: "";
  display: block;
  width: 31.5%;
}
.e-imgList--row3 li {
  width: 31.5%;
}
.e-imgList--row4::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.e-imgList--row4::after {
  content: "";
  display: block;
  width: 23.5%;
}
.e-imgList--row4 li {
  width: 23.5%;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.alignright {
  display: block;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

/***********
before after
************/
.e-baWrap {
  padding: 50px 0 40px 0;
  border-top: 3px dotted #65574d;
}
@media screen and (min-width: 560px) {
  .e-baWrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .e-baWrap {
    padding: 60px 0 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .e-baWrap {
    padding: 80px 0 60px 0;
  }
}
.e-baWrap:last-of-type {
  border-bottom: 3px dotted #65574d;
}

.e-baItem {
  position: relative;
  padding: 10px;
}

.e-before {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .e-before {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 0;
  }
}
.e-before::before {
  content: "";
  background: url(../../img/top/top_before.png) no-repeat center center/contain;
  aspect-ratio: 414/151;
  width: 121px;
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .e-before::before {
    width: 161px;
  }
}
@media screen and (min-width: 1200px) {
  .e-before::before {
    width: 200px;
    transform: translateY(-60%);
  }
}
.e-before::after {
  font-family: "Font Awesome 6 Free";
  content: "\f309";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  font-size: clamp(1.875rem, 1.512rem + 1.613vw, 2.5rem);
}
@media screen and (min-width: 560px) {
  .e-before::after {
    left: auto;
    right: 0;
    bottom: 50%;
    translate: 50% 50%;
    font-family: "Font Awesome 6 Free";
    content: "\f30b";
    font-weight: 900;
  }
}

.e-after {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .e-after {
    width: 50%;
    padding-left: 5%;
    margin-top: 0;
  }
}
.e-after::before {
  content: "";
  background: url(../../img/top/top_after.png) no-repeat center center/contain;
  width: 120px;
  aspect-ratio: 432/173;
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .e-after::before {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .e-after::before {
    width: 200px;
    transform: translateY(-60%);
  }
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 40px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */