@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* site config
---------------------------------------------------------------------*/
/* functions：2024.ver_1.0 版
---------------------------------------------------------------------*/
/* setting / mixin
---------------------------------------------------------------------*/
/* site config
---------------------------------------------------------------------*/
/* site mixin */
/* reset：2021.ver_1.2 版
---------------------------------------------------------------------*/
article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img, svg, small,
*::before, *::after {
  display: block;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  min-height: 100vh;
  line-height: 1.8;
}

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

a {
  transition: 0.7s;
  color: #373737;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* all

------------------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #373737;
  overflow: hidden;
}

.sp-call {
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  .sp-call {
    pointer-events: none;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* wordpress

------------------------------------------------------------------------------------------------------------------------------------------*/
/* wp-ac
---------------------------------------------------------------------*/
.wp-ac {
  line-height: 1.8;
  /* 画像アイテム */
}
.wp-ac::after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  /*モダンブラウザ隙間対策*/
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.wp-ac * {
  margin: 1em 0 0;
  color: inherit;
}
.wp-ac .alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.wp-ac .alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.wp-ac .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.wp-ac img {
  max-width: 100%;
  height: auto;
}
.wp-ac img.size-auto, .wp-ac img.size-full, .wp-ac img.size-large, .wp-ac img.size-medium, .attachment .wp-ac img, .widget-container .wp-ac img {
  max-width: 100%;
  height: auto;
}
.wp-ac img.alignleft, .wp-ac img.alignright, .wp-ac img.aligncenter {
  margin-bottom: 30px;
}
.wp-ac img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.wp-ac img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.wp-ac img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.wp-ac a {
  text-decoration: underline;
  font-weight: 700;
  color: #87C357;
}
.wp-ac a:hover {
  text-decoration: none;
}
.wp-ac p {
  margin-top: 1em;
}
.wp-ac ul {
  list-style-type: disc;
  margin: 1em 0 0 1.5em;
}
.wp-ac ul ul, .wp-ac ul ol {
  margin-top: 0;
}
.wp-ac ol {
  list-style: decimal;
  margin: 1em 0 0 1.5em;
}
.wp-ac ol ul, .wp-ac ol ol {
  margin-top: 0;
}
.wp-ac ol ol {
  list-style: decimal;
}
.wp-ac h1, .wp-ac h2, .wp-ac h3, .wp-ac h4, .wp-ac h5, .wp-ac h6 {
  clear: both;
  font-weight: 700;
}
.wp-ac dl {
  margin: 1em 0 0;
}
.wp-ac dt {
  font-weight: 700;
}
.wp-ac dd {
  margin-bottom: 1em;
}
.wp-ac strong {
  font-weight: 700;
}
.wp-ac cite, .wp-ac em, .wp-ac i {
  font-style: italic;
}
.wp-ac big {
  font-size: 131.25%;
}
.wp-ac ins {
  background: #ffc;
  text-decoration: none;
}
.wp-ac blockquote {
  background: #EDEDED;
  padding: 1em;
}
.wp-ac blockquote cite, .wp-ac blockquote em, .wp-ac blockquote i {
  font-style: normal;
}
.wp-ac pre {
  background: #EDEDED;
  overflow: auto;
  color: #222;
  padding: 2em;
  margin-top: 1em;
}
.wp-ac abbr, .wp-ac acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.wp-ac sup, .wp-ac sub {
  vertical-align: baseline;
  position: relative;
  line-height: 1;
  height: 0;
}
.wp-ac sup {
  bottom: 1ex;
}
.wp-ac sub {
  top: 0.5ex;
}
.wp-ac small {
  font-size: smaller;
}
.wp-ac p#edit {
  border: 20px #004889 solid;
  background: url(/common/img/logo_s_white.png) no-repeat right center #004889;
  clear: both;
  color: #FFF;
  margin: 60px 0;
}
.wp-ac p#edit a {
  color: #FFF;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* fonts

------------------------------------------------------------------------------------------------------------------------------------------*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*[class*=zen-kaku-gothic-new] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
*[class*=zen-kaku-gothic-new][class*=-regular] {
  font-weight: 400;
}
*[class*=zen-kaku-gothic-new][class*=-medium] {
  font-weight: 500;
}
*[class*=zen-kaku-gothic-new][class*=-bold] {
  font-weight: 700;
}
*[class*=zen-kaku-gothic-new][class*=-black] {
  font-weight: 900;
}

*[class*=shippori-mincho] {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
*[class*=shippori-mincho][class*=-regular] {
  font-weight: 400;
}
*[class*=shippori-mincho][class*=-medium] {
  font-weight: 500;
}
*[class*=shippori-mincho][class*=-bold] {
  font-weight: 700;
}
*[class*=shippori-mincho][class*=-extrabold] {
  font-weight: 900;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* [class*="list"]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=list][class*=_sns] {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
}
*[class*=list][class*=_sns] > li a:focus img {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  *[class*=list][class*=_sns] > li a:hover img {
    opacity: 0.7;
  }
}
*[class*=list][class*=_news] {
  border-top: 1px solid rgba(55, 55, 55, 0.2);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_news] {
    display: grid;
    grid-template-columns: max-content 1fr;
  }
}
*[class*=list][class*=_news] > dt {
  color: rgba(55, 55, 55, 0.6);
  padding-top: clamp(16px, 3.125vw, 40px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_news] > dt {
    border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  }
}
*[class*=list][class*=_news] > dd {
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  padding-block: clamp(10px, 3.125vw, 40px) clamp(16px, 3.125vw, 40px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_news] > dd {
    padding-left: clamp(36px, 5.625vw, 72px);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_news] > dd a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  *[class*=list][class*=_news] > dd a::after {
    content: "";
    display: block;
    background: url(../img/icon/btn_pattern01.svg) no-repeat center;
    background-size: contain;
    aspect-ratio: 1/1;
    transition: 0.7s;
    margin-inline: 10px;
    min-width: 24px;
    width: 24px;
  }
}
*[class*=list][class*=_news] > dd a:focus {
  opacity: 0.7;
}
*[class*=list][class*=_news] > dd a:focus::after {
  transform: translateX(8px);
}
@media (hover: hover) and (pointer: fine) {
  *[class*=list][class*=_news] > dd a:hover {
    opacity: 0.7;
  }
  *[class*=list][class*=_news] > dd a:hover::after {
    transform: translateX(8px);
  }
}
*[class*=list][class*=_data] {
  display: grid;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_data] {
    border-top: 1px solid rgba(135, 195, 87, 0.5);
    grid-template-columns: minmax(200px, max-content) 1fr;
  }
}
*[class*=list][class*=_data] > dt {
  background-color: #F3F9EE;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  padding: clamp(18px, 1.5625vw, 20px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_data] > dt {
    border-bottom: 1px solid rgba(135, 195, 87, 0.5);
  }
}
*[class*=list][class*=_data] > dd {
  border-bottom: 1px solid rgba(135, 195, 87, 0.5);
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  padding: clamp(18px, 1.5625vw, 20px) clamp(18px, 2.5vw, 32px);
}
*[class*=list][class*=_step] > li {
  counter-increment: num;
}
*[class*=list][class*=_step] > li + li {
  margin-top: 10px;
}
*[class*=list][class*=_step] > li + li::before {
  content: "";
  display: block;
  background-color: #54B84F;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-bottom: 10px;
  margin-inline: auto;
  aspect-ratio: 1/0.48;
  width: clamp(32px, 3.90625vw, 50px);
}
*[class*=list][class*=_step] > li .list_step_contents {
  display: grid;
  gap: 16px clamp(16px, 2.5vw, 32px);
  border-radius: 10px;
  background-color: #F3F9EE;
  padding: clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 1500px) {
  *[class*=list][class*=_step] > li .list_step_contents {
    grid-template-columns: 170px 1fr;
    padding-left: 0;
  }
}
*[class*=list][class*=_step] > li .list_step_contents .step_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid rgba(84, 184, 79, 0.5);
  padding-bottom: 20px;
}
@media print, screen and (min-width: 1500px) {
  *[class*=list][class*=_step] > li .list_step_contents .step_title {
    border-bottom: none;
    border-right: 1px solid rgba(84, 184, 79, 0.5);
    padding-bottom: 0;
  }
}
*[class*=list][class*=_step] > li .list_step_contents .step_title span {
  display: block;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  line-height: 1.2;
  color: #54B84F;
}
*[class*=list][class*=_step] > li .list_step_contents .step_title::after {
  content: counter(num);
  display: block;
  font-weight: 700;
  font-size: clamp(3.8rem, 3.90625vw, 5rem);
  line-height: 1;
  color: #54B84F;
}
*[class*=list][class*=_step] > li .list_step_contents .step_contents .text > * + * {
  margin-top: 10px;
}
*[class*=list][class*=_step] > li .list_step_contents .step_contents .text .step_contents_title {
  text-align: center;
  font-size: clamp(2.2rem, 1.875vw, 2.4rem);
  color: #54B84F;
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=_step] > li .list_step_contents .step_contents .text .step_contents_title {
    text-align: left;
  }
}
*[class*=list][class*=_step] > li .list_step_contents .step_contents .image img {
  border-radius: 6px;
  margin-inline: auto;
  max-width: 300px;
  width: 100%;
}
*[class*=list][class*=_step] > li .list_step_contents:has(.image) .step_contents {
  display: flex;
  flex-direction: column;
  gap: 20px clamp(24px, 3.90625vw, 50px);
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=_step] > li .list_step_contents:has(.image) .step_contents {
    align-items: center;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=_step] > li .list_step_contents:has(.image) .step_contents .text {
    flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=list][class*=_step] > li .list_step_contents:has(.image) .step_contents .image {
    max-width: 300px;
    width: 40%;
  }
}
@media print, screen and (min-width: 1280px) {
  *[class*=list][class*=_disc].col_2 {
    columns: 2;
  }
}
@media print, screen and (min-width: 1500px) {
  *[class*=list][class*=_disc].col_2 {
    column-gap: 96px;
  }
}
*[class*=list][class*=_disc] > li {
  display: flex;
  column-gap: clamp(6px, 0.78125vw, 10px);
  align-items: baseline;
  line-height: 1.6;
}
*[class*=list][class*=_disc] > li::before {
  content: "";
  display: inline-block;
  background-color: #87C357;
  clip-path: circle(4px at 50% 50%);
  aspect-ratio: 1/1;
  min-width: clamp(1.4rem, 1.25vw, 1.6rem);
  width: clamp(1.4rem, 1.25vw, 1.6rem);
}
*[class*=list][class*=_colums] {
  display: grid;
}
@media print, screen and (min-width: 1600px) {
  *[class*=list][class*=_colums] {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content auto;
    column-gap: clamp(16px, 2.5vw, 32px);
  }
}
*[class*=list][class*=_colums] > * {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
*[class*=list][class*=_colums] > dt {
  background-color: #F3F9EE;
  font-weight: 700;
  padding: clamp(8px, 0.78125vw, 10px) clamp(16px, 1.5625vw, 20px);
}
@media print, screen and (min-width: 1600px) {
  *[class*=list][class*=_colums] > dt {
    grid-row: 1/2;
  }
}
*[class*=list][class*=_colums] > dd {
  padding: 10px clamp(16px, 1.5625vw, 20px) 16px;
}
*[class*=list][class*=_colums] > dd:last-of-type {
  padding-bottom: 0;
}
@media print, screen and (min-width: 1600px) {
  *[class*=list][class*=_colums] > dd {
    grid-row: 2/3;
  }
}
*[class*=list][class*=_contact] {
  display: grid;
}
*[class*=list][class*=_num][class*=_ptn01] {
  display: grid;
  gap: 32px clamp(24px, 3.90625vw, 50px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_num][class*=_ptn01] {
    grid-template-columns: repeat(3, 1fr);
  }
}
*[class*=list][class*=_num][class*=_ptn01] > * {
  counter-increment: num;
}
*[class*=list][class*=_num][class*=_ptn01] > * .image {
  position: relative;
}
*[class*=list][class*=_num][class*=_ptn01] > * .image::after {
  content: "0" counter(num);
  display: flex;
  align-items: end;
  justify-content: center;
  clip-path: circle(clamp(56px, 5.859375vw, 75px) at 50% calc(100% - 10px));
  background-color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(4.8rem, 5vw, 6.4rem);
  line-height: 1;
  color: #87C357;
  aspect-ratio: 1/0.667;
  width: clamp(112px, 11.71875vw, 150px);
  transform: translate(-50%, 10%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=list][class*=_num][class*=_ptn01] > * .image::after {
    transform: translate(-50%, 30%);
  }
}
*[class*=list][class*=_num][class*=_ptn01] > * .image img {
  border-radius: 6px;
  margin-inline: auto;
}
*[class*=list][class*=_num][class*=_ptn01] > * .text {
  padding-top: clamp(32px, 3.75vw, 48px);
}
*[class*=list][class*=_num][class*=_ptn01] > * .text > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
*[class*=list][class*=_num][class*=_ptn01] > * .text .title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.71875vw, 2.2rem);
  line-height: 1.4;
  color: #87C357;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* title_[layout??]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=title][class*=_layout01] {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.8rem, 3.59375vw, 4.6rem);
  position: relative;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=title][class*=_layout01] {
    font-weight: 900;
  }
}
*[class*=title][class*=_layout01]::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center01.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(170px, 24.765625vw, 317px);
  transform: translate(-50%, -40%);
  position: absolute;
  left: 0;
  top: 0;
}
*[class*=title][class*=_layout01] .title_layout_inner {
  position: relative;
}
*[class*=title][class*=_layout01] .title_layout_inner::before, *[class*=title][class*=_layout01] .title_layout_inner::after {
  content: "";
  display: block;
  background-size: contain !important;
  aspect-ratio: 1/1.016;
  position: absolute;
}
*[class*=title][class*=_layout01] .title_layout_inner::after {
  background: url(../img/title/bg_right02.png) no-repeat center;
  width: clamp(92px, 16.71875vw, 214px);
  transform: translate(80%, clamp(28px, 2.5vw, 32px));
  bottom: 0;
  right: 0;
}
*[class*=title][class*=_layout01] small {
  display: flex;
  align-items: center;
  column-gap: clamp(6px, 0.78125vw, 10px);
  font-size: clamp(1rem, 1.09375vw, 1.4rem);
  color: #54B84F;
  position: relative;
  z-index: 1;
}
*[class*=title][class*=_layout01] small::before {
  content: "";
  display: block;
  background-image: linear-gradient(transparent, transparent calc(50% - 0.5px), #54B84F calc(50% - 0.5px), #54B84F calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
  min-width: clamp(32px, 3.75vw, 48px);
  height: clamp(1rem, 1.09375vw, 1.4rem);
  width: clamp(32px, 3.75vw, 48px);
}
*[class*=title][class*=_layout01] small::after {
  content: "";
  display: block;
  background: url(../img/title/sub_bg.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  min-width: clamp(24px, 2.1875vw, 28px);
  width: clamp(24px, 2.1875vw, 28px);
}
*[class*=title][class*=_layout02] {
  border-bottom: 1px solid #87C357;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(2.4rem, 2.34375vw, 3rem);
  padding-bottom: 10px;
  position: relative;
}
*[class*=title][class*=_layout02]::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center02.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 110px;
  transform: translateY(16px);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=title][class*=_layout02]::before {
    transform: translateY(6px);
  }
}
*[class*=title][class*=_layout02] .title_layout_inner {
  display: block;
  position: relative;
  border-left: 7px solid #87C357;
  line-height: 1.4;
  padding-inline: clamp(10px, 1.5625vw, 20px);
}
*[class*=title][class*=_layout03] {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.2rem, 2.1875vw, 2.8rem);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=title][class*=_layout03] {
    font-weight: 900;
  }
}
*[class*=title][class*=_layout03]::before {
  content: "";
  display: block;
  background-image: linear-gradient(transparent, transparent calc(50% - 1px), #87C357 calc(50% - 1px), #87C357 calc(50% + 1px), transparent calc(50% + 1px), transparent);
  height: calc(clamp(2.2rem, 2.1875vw, 2.8rem) * 1.8);
  width: clamp(2.2rem, 2.1875vw, 2.8rem);
  clip-path: inset(0 3px);
}
*[class*=title][class*=_layout04] {
  border-bottom: 1px solid #87C357;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  padding-bottom: 8px;
}
*[class*=title][class*=_layout04] .title_layout_inner {
  display: inline-block;
  border-left: 7px solid #87C357;
  line-height: 1.4;
  padding-left: 10px;
}
*[class*=title][class*=_layout05] {
  border-left: 4px solid #87C357;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 10px;
}
*[class*=title][class*=_layout06] {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(2.4rem, 2.34375vw, 3rem);
  position: relative;
}
*[class*=title][class*=_layout06]::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center02.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 110px;
  transform: translateY(-40%);
  position: absolute;
  left: 0;
  top: 0;
}
*[class*=title][class*=_layout06] .title_layout_inner {
  position: relative;
}
*[class*=title][class*=_layout07] {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(2.8rem, 3.59375vw, 4.6rem);
  line-height: 1.4;
  position: relative;
}
*[class*=title][class*=_layout07]::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center01.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(170px, 24.765625vw, 317px);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
*[class*=title][class*=_layout07] .title_layout_inner {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  *[class*=title][class*=_layout07] .title_layout_inner {
    width: auto;
  }
}
*[class*=title][class*=_layout07] .title_layout_inner::before, *[class*=title][class*=_layout07] .title_layout_inner::after {
  content: "";
  display: block;
  background-size: contain !important;
  aspect-ratio: 1/0.953;
  width: clamp(92px, 16.71875vw, 214px);
  position: absolute;
  top: 50%;
}
*[class*=title][class*=_layout07] .title_layout_inner::before {
  background: url(../img/title/bg_left01.png) no-repeat left center;
  transform: translate(-20%, -40%);
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  *[class*=title][class*=_layout07] .title_layout_inner::before {
    transform: translate(-65%, -40%);
  }
}
*[class*=title][class*=_layout07] .title_layout_inner::after {
  background: url(../img/title/bg_right01.png) no-repeat right center;
  transform: translate(20%, -40%);
  right: 0;
}
@media print, screen and (min-width: 1024px) {
  *[class*=title][class*=_layout07] .title_layout_inner::after {
    transform: translate(65%, -40%);
  }
}
*[class*=title][class*=_layout07] .title_layout_inner small {
  font-weight: 500;
  font-size: clamp(1.6rem, 2.1875vw, 2.8rem);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=title][class*=_layout07] .title_layout_inner small {
    font-weight: 900;
  }
}
*[class*=title][class*=_layout07] .title_layout_inner span {
  position: relative;
  z-index: 9;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* [class*="btn??"]

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=btn][class*="01"] {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #87C357;
  background-color: #87C357;
  font-weight: 700;
  color: #FFFFFF;
  width: 300px;
  position: relative;
}
*[class*=btn][class*="01"]::before, *[class*=btn][class*="01"]::after {
  content: "";
  display: block;
  border-radius: 99px;
  background-color: #87C357;
  height: clamp(60px, 6.25vw, 80px);
  width: 300px;
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}
*[class*=btn][class*="01"] span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  height: clamp(60px, 6.25vw, 80px);
  position: relative;
  z-index: 1;
}
*[class*=btn][class*="01"] span::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern03.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(22px, 1.875vw, 24px);
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
*[class*=btn][class*="01"].icon-pdf span {
  column-gap: 10px;
}
*[class*=btn][class*="01"].icon-pdf span::before {
  content: "";
  display: block;
  background: url(../img/icon/pdf_white.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 26px;
}
*[class*=btn][class*="01"].not-link {
  pointer-events: none;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* btn-text

------------------------------------------------------------------------------------------------------------------------------------------*/
*[class*=btn-text][class*=_left] {
  text-align: left;
}
*[class*=btn-text][class*=_right] {
  text-align: right;
}
*[class*=btn-text][class*=_center] {
  text-align: center;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* map_btn

------------------------------------------------------------------------------------------------------------------------------------------*/
.map_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 1px solid #87C357;
  background-color: #87C357;
  font-size: 1.4rem;
  color: #FFFFFF;
  height: 28px;
  width: 100px;
}
.map_btn:focus {
  background-color: #FFFFFF;
  color: #87C357;
}
@media (hover: hover) and (pointer: fine) {
  .map_btn:hover {
    background-color: #FFFFFF;
    color: #87C357;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* location_data

------------------------------------------------------------------------------------------------------------------------------------------*/
.location_data > * {
  display: flex;
  column-gap: clamp(4px, 0.78125vw, 10px);
  align-items: flex-start;
  border-radius: 10px;
  padding: 16px 20px;
}
.location_data > *::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  min-width: clamp(16px, 1.875vw, 24px);
  width: clamp(16px, 1.875vw, 24px);
  transform: translateY(5px);
}
.location_data > * + * {
  margin-top: 16px;
}
@media print, screen and (min-width: 1024px) {
  .location_data > * + * {
    margin-top: 10px;
  }
}
.location_data > * .box_inner .bh_list {
  display: grid;
  gap: 8px clamp(10px, 1.5625vw, 20px);
  grid-template-columns: max-content 1fr;
}
.location_data > *.address::before {
  background-image: url(../img/icon/pin_black.svg);
}
.location_data > *.address .box_inner * + .map_btn {
  margin-top: 10px;
}
.location_data > *.tel::before {
  background-image: url(../img/icon/tel_black.svg);
}
.location_data > *.tel .box_inner strong {
  display: flex;
  gap: 10px 6px;
  align-items: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
.location_data > *.tel .box_inner strong.toll-free::before {
  content: "";
  display: block;
  background: url(../img/icon/free_dial.svg) no-repeat center;
  background-size: 100% auto;
  aspect-ratio: 1.75/1;
  height: 20px;
}
.location_data > *.tel .box_inner strong + * {
  margin-top: 4px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* view-display

------------------------------------------------------------------------------------------------------------------------------------------*/
.view-display {
  overflow: hidden;
}
.view-display + .seemore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(5px, 0.78125vw, 10px);
  border: 1px solid #87C357;
  font-weight: 700;
  color: #87C357;
  margin-top: clamp(24px, 2.5vw, 32px);
  height: clamp(40px, 3.90625vw, 50px);
  position: relative;
  cursor: pointer;
  transition: 0.7s;
}
.view-display + .seemore-btn::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern01.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(16px, 1.875vw, 24px);
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  right: 20px;
  top: 50%;
}
.view-display + .seemore-btn:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .view-display + .seemore-btn:hover {
    opacity: 0.7;
  }
}
.view-display.view + .seemore-btn::after {
  transform: translateY(-50%) rotate(-90deg);
}
.view-display .view-display-list {
  display: grid;
  border-top: 1px solid rgba(135, 195, 87, 0.5);
}
@media print, screen and (min-width: 1024px) {
  .view-display .view-display-list {
    grid-template-columns: 40% 60%;
  }
}
.view-display .view-display-list > * {
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
.view-display .view-display-list > dt {
  font-weight: 700;
  padding-block: 20px 5px;
}
@media print, screen and (min-width: 1024px) {
  .view-display .view-display-list > dt {
    border-bottom: 1px solid rgba(135, 195, 87, 0.5);
    padding-block: 20px;
  }
}
.view-display .view-display-list > dd {
  border-bottom: 1px solid rgba(135, 195, 87, 0.5);
  padding-block: 5px 20px;
}
@media print, screen and (min-width: 1024px) {
  .view-display .view-display-list > dd {
    padding-block: 20px;
    padding-left: 20px;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* body:not(#home)

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #page_contents:has(#column_side) {
    background-image: url(../img/bg_left_ptns02.png);
    background-position: left clamp(420px, 44.53125vw, 570px);
    background-repeat: no-repeat;
    background-size: 16% auto;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #page_contents:has(#column_side) #main_contents #column_contents *[class*=list][class*=_num][class*=_ptn01] {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  body:not(#home) #page_contents:has(#column_side) #main_contents #column_contents *[class*=list][class*=_num][class*=_ptn01] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1500px) {
  body:not(#home) #page_contents:has(#column_side) #main_contents #column_contents *[class*=list][class*=_num][class*=_ptn01] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #page_contents:has(.fixbar) {
    background-attachment: fixed !important;
    background-position: left clamp(480px, 50vw, 640px) !important;
  }
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact > h2 {
  background: url(../img/title/bg_center02.png) no-repeat center;
  background-size: clamp(160px, 18.75vw, 240px) auto;
  text-align: center;
  font-size: clamp(2.2rem, 2.34375vw, 3rem);
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box {
  border-radius: 20px;
  background-color: #F3F9EE;
  text-align: center;
  padding: clamp(30px, 3.90625vw, 50px) 18px clamp(30px, 4.6875vw, 60px);
  position: relative;
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .title {
  font-weight: 900;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .title + * {
  margin-top: clamp(4px, 0.625vw, 8px);
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text {
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text {
    position: relative;
  }
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text::before, body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/0.956;
  width: clamp(113px, 16.71875vw, 214px);
  position: absolute;
  bottom: 0;
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text::before {
  background-image: url(../img/title/bg_left01.png);
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text::before {
    transform: translate(-80%, 20%);
  }
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text::after {
  background-image: url(../img/title/bg_right01.png);
  right: 0;
}
@media print, screen and (min-width: 1024px) {
  body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text::after {
    transform: translate(80%, 20%);
  }
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text > * {
  position: relative;
  z-index: 99;
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(4px, 0.625vw, 8px);
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(3.6rem, 3.90625vw, 5rem);
  line-height: 1;
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text .tel::before {
  content: "";
  display: block;
  background: url(../img/icon/free_dial.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1.75/1;
  height: clamp(20px, 2.65625vw, 34px);
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text .tel + .time {
  margin-top: clamp(6px, 0.9375vw, 12px);
}
body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text .time {
  text-align: left;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #page_contents #main_contents #column_contents #btm-contact .contact_box .text .time {
    text-align: center;
    padding-inline: 0;
  }
}
body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"] {
  box-shadow: 3px 3px 0 0 rgba(135, 195, 87, 0.3);
}
body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"]::after, body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"]::before {
  display: none;
}
body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"]:focus {
  background-color: #FFFFFF;
  color: #87C357;
}
body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"]:focus span::after {
  background-image: url(../img/icon/btn_pattern01.svg);
}
@media (hover: hover) and (pointer: fine) {
  body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"]:hover {
    background-color: #FFFFFF;
    color: #87C357;
  }
  body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"]:hover span::after {
    background-image: url(../img/icon/btn_pattern01.svg);
  }
}
body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"].icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_green.svg);
}
@media (hover: hover) and (pointer: fine) {
  body:not(#home) #page_contents #main_contents #column_contents *[class*=btn][class*="01"].icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_green.svg);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* contact, post

------------------------------------------------------------------------------------------------------------------------------------------*/
body[class*=contact] #main_contents, body#post #main_contents {
  background: url(../img/contact_spbg_btm.png) no-repeat left bottom;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body[class*=contact] #main_contents, body#post #main_contents {
    background: url(../img/contact_pcbg_top.png) no-repeat right top, url(../img/contact_pcbg_btm.png) no-repeat center bottom;
    background-size: auto;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* mail_form, confirmation, send

------------------------------------------------------------------------------------------------------------------------------------------*/
#mail_form .form_contact_list {
  display: grid;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #mail_form .form_contact_list {
    row-gap: 10px;
    grid-template-columns: 35% 65%;
    background: none;
  }
}
@media print, screen and (min-width: 1024px) {
  #mail_form .form_contact_list {
    grid-template-columns: 330px 1fr;
  }
}
#mail_form .form_contact_list > * {
  padding: clamp(18px, 2.5vw, 32px);
}
#mail_form .form_contact_list > * * {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
#mail_form .form_contact_list > dt {
  background-color: rgba(135, 195, 87, 0.1);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #mail_form .form_contact_list > dt {
    display: flex;
    align-items: center;
  }
}
#mail_form .form_contact_list > dt span {
  display: inline-flex;
  align-items: center;
  justify-items: center;
  column-gap: 10px;
  font-weight: 700;
}
#mail_form .form_contact_list > dt span.required::after {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #54B84F;
  font-weight: 700;
  font-size: clamp(1rem, 1.09375vw, 1.4rem);
  line-height: 1;
  color: #FFFFFF;
  min-width: clamp(28px, 2.96875vw, 38px);
  height: clamp(16px, 1.875vw, 24px);
  width: clamp(28px, 2.96875vw, 38px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #mail_form .form_contact_list > dd {
    background-color: #FFFFFF;
    padding-inline: clamp(18px, 2.96875vw, 38px) 0;
  }
}
#mail_form .form_contact_list > dd > * + * {
  margin-top: 10px;
}
#mail_form .form_contact_list > dd #hyphen {
  display: inline-block;
  margin-inline: 10px;
  margin-top: 0;
}
#mail_form .form_contact_list > dd input[type=text], #mail_form .form_contact_list > dd textarea {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(55, 55, 55, 0.3);
  background-color: rgba(55, 55, 55, 0.03);
  padding: clamp(16px, 1.875vw, 24px);
  width: 100%;
}
#mail_form .form_contact_list > dd input[type=text][class*=zipcode-] {
  display: inline-block;
}
#mail_form .form_contact_list > dd input[type=text][class*=zipcode-][class*=fir] {
  width: clamp(90px, 10.15625vw, 130px);
}
#mail_form .form_contact_list > dd input[type=text][class*=zipcode-][class*=lat] {
  width: clamp(90px, 12.5vw, 160px);
}
#mail_form .form_contact_list > dd textarea {
  min-height: 200px;
}
#mail_form .form_contact_pp {
  text-align: center;
}
#mail_form .form_contact_pp * {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
#mail_form .form_contact_pp a {
  text-decoration: underline;
  color: #87C357;
}
#mail_form .form_contact_pp a:focus {
  text-decoration: none;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  #mail_form .form_contact_pp a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
#mail_form * + .form_contact_pp {
  margin-top: clamp(40px, 5vw, 64px);
}
#mail_form .form_contact_submit {
  text-align: center;
}
#mail_form .form_contact_submit .submit_btn {
  display: inline-block;
  box-shadow: 3px 3px 0 0 rgba(135, 195, 87, 0.3);
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #87C357;
  background-color: #87C357;
  font-weight: 700;
  color: #FFFFFF;
  width: clamp(300px, 31.25vw, 400px);
  position: relative;
  transition: 0.7s;
}
#mail_form .form_contact_submit .submit_btn::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern03.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(22px, 1.875vw, 24px);
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
#mail_form .form_contact_submit .submit_btn input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: none;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #FFFFFF;
  height: clamp(60px, 6.25vw, 80px);
  width: 100%;
}
#mail_form .form_contact_submit .submit_btn:focus {
  background-color: #FFFFFF;
}
#mail_form .form_contact_submit .submit_btn:focus::after {
  background-image: url(../img/icon/btn_pattern01.svg);
}
#mail_form .form_contact_submit .submit_btn:focus input[type=submit] {
  color: #87C357;
}
@media (hover: hover) and (pointer: fine) {
  #mail_form .form_contact_submit .submit_btn:hover {
    background-color: #FFFFFF;
  }
  #mail_form .form_contact_submit .submit_btn:hover::after {
    background-image: url(../img/icon/btn_pattern01.svg);
  }
  #mail_form .form_contact_submit .submit_btn:hover input[type=submit] {
    color: #87C357;
  }
}
#mail_form * + .form_contact_submit {
  margin-top: 32px;
}

body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .confirmation:not(.errorTxt) {
  font-weight: 700;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .confirmation.errorTxt {
  color: red;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .confirmation + * {
  margin-top: 16px;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: clamp(10px, 1.5625vw, 20px) clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items {
    flex-direction: row;
  }
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn {
  display: inline-block;
  box-shadow: 3px 3px 0 0 rgba(135, 195, 87, 0.3);
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #87C357;
  background-color: #87C357;
  font-weight: 700;
  color: #FFFFFF;
  width: clamp(300px, 31.25vw, 400px);
  position: relative;
  transition: 0.7s;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern03.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(22px, 1.875vw, 24px);
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn input[type=submit], body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: none;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #FFFFFF;
  height: clamp(60px, 6.25vw, 80px);
  width: 100%;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:focus {
  background-color: #FFFFFF;
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:focus::after {
  background-image: url(../img/icon/btn_pattern01.svg);
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:focus input[type=submit], body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:focus input[type=button] {
  color: #87C357;
}
@media (hover: hover) and (pointer: fine) {
  body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:hover {
    background-color: #FFFFFF;
  }
  body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:hover::after {
    background-image: url(../img/icon/btn_pattern01.svg);
  }
  body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:hover input[type=submit], body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner .btns-items .btn .submit-btn:hover input[type=button] {
    color: #87C357;
  }
}
body[class*=_confirmation] #main_contents #column_contents #form_confirmation .inner * + .btns-items {
  margin-top: clamp(40px, 5vw, 64px);
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box {
  text-align: center;
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box > * + * {
  margin-top: 32px;
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .completion {
  font-weight: 900;
  font-size: clamp(1.6rem, 2.1875vw, 2.8rem);
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn {
  display: inline-block;
  box-shadow: 3px 3px 0 0 rgba(135, 195, 87, 0.3);
  box-sizing: border-box;
  border-radius: 99px;
  border: 1px solid #87C357;
  background-color: #87C357;
  font-weight: 700;
  color: #FFFFFF;
  width: clamp(300px, 31.25vw, 400px);
  position: relative;
  transition: 0.7s;
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern03.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(22px, 1.875vw, 24px);
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn input[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: none;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  color: #FFFFFF;
  height: clamp(60px, 6.25vw, 80px);
  width: 100%;
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:focus {
  background-color: #FFFFFF;
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:focus::after {
  background-image: url(../img/icon/btn_pattern01.svg);
}
body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:focus input[type=submit], body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:focus input[type=button] {
  color: #87C357;
}
@media (hover: hover) and (pointer: fine) {
  body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:hover {
    background-color: #FFFFFF;
  }
  body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:hover::after {
    background-image: url(../img/icon/btn_pattern01.svg);
  }
  body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:hover input[type=submit], body[class*=_send] #main_contents #column_contents #form_send .inner .send_box .return-btn .submit-btn:hover input[type=button] {
    color: #87C357;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* wp-pagenavi

------------------------------------------------------------------------------------------------------------------------------------------*/
.wp_pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.wp_pagenavi .wp-pagenavi > *.page, .wp_pagenavi .wp-pagenavi > *.current {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  font-size: clamp(1.8rem, 1.71875vw, 2.2rem);
  aspect-ratio: 1/1;
  width: clamp(36px, 4.375vw, 56px);
}
.wp_pagenavi .wp-pagenavi > *.current {
  background-color: #87C357;
  color: #FFFFFF;
}
.wp_pagenavi .wp-pagenavi > *.page {
  background-color: rgba(135, 195, 87, 0.2);
  color: #87C357;
}
.wp_pagenavi .wp-pagenavi > *.page:focus {
  background-color: #87C357;
  color: #FFFFFF;
}
@media (hover: hover) and (pointer: fine) {
  .wp_pagenavi .wp-pagenavi > *.page:hover {
    background-color: #87C357;
    color: #FFFFFF;
  }
}
.wp_pagenavi .wp-pagenavi > *.previouspostslink, .wp_pagenavi .wp-pagenavi > *.nextpostslink {
  background: url(../img/icon/btn_pattern05.svg) no-repeat center;
  background-size: contain;
  text-indent: 99px;
  overflow: hidden;
  height: clamp(36px, 4.375vw, 56px);
  width: 6px;
}
.wp_pagenavi .wp-pagenavi > *.previouspostslink {
  margin-right: clamp(6px, 0.78125vw, 10px);
}
.wp_pagenavi .wp-pagenavi > *.nextpostslink {
  margin-left: clamp(6px, 0.78125vw, 10px);
  transform: rotate(180deg);
}

* + .wp_pagenavi {
  margin-top: clamp(40px, 4.375vw, 56px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* Class

------------------------------------------------------------------------------------------------------------------------------------------*/
/* .box_center
---------------------------------------------------------------------*/
.box_center {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
.box_center.default > * > * + * {
  margin-top: clamp(16px, 2.5vw, 32px);
}
.box_center > * {
  margin-inline: auto;
  max-width: 1200px;
}

/* .dc_pc, .dc_sp
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  .dc_pc {
    display: contents;
  }
}

@media print, screen and (max-width: 767px) {
  .dc_sp {
    display: contents;
  }
}

/* .nb_pc, .nb_sp
---------------------------------------------------------------------*/
.nb_pc {
  display: none;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  .nb_pc {
    display: block;
  }
}

.nb_sp {
  display: block;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  .nb_sp {
    display: none;
  }
}

/* .text_vertical
---------------------------------------------------------------------*/
.text_vertical {
  writing-mode: vertical-rl;
}

/* Layout Templates: .lt_{stylename}
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  .lt_sidebox > header {
    position: fixed;
    height: 100vh;
    width: 240px;
  }
}
@media print, screen and (min-width: 1280px) {
  .lt_sidebox > main, .lt_sidebox > footer {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
}

/* Grid List: .gl_{columns}
---------------------------------------------------------------------*/
*[class*=gl] {
  display: grid;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=gl][class*=zwei] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=gl][class*=drei] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=gl][class*=vier] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=gl][class*=vier] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  *[class*=gl][class*=funf] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  *[class*=gl][class*=funf] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1280px) {
  *[class*=gl][class*=funf] {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / header

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #header, #header_inner
---------------------------------------------------------------------*/
#header {
  background-color: #FFFFFF;
  padding: 16px clamp(10px, 1.25vw, 16px);
}
#header #header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner {
    align-items: center;
    row-gap: 8px;
  }
}
@media print, screen and (min-width: 1800px) {
  #header #header_inner {
    row-gap: 12px;
  }
}
#header #header_inner #header_logo img {
  height: 32px;
  position: relative;
  z-index: 999999999;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #header_logo img {
    height: 40px;
  }
}
@media print, screen and (min-width: 1800px) {
  #header #header_inner #header_logo img {
    height: 56px;
  }
}
#header #header_inner #fix_btm {
  background-color: #FFFFFF;
  width: 100%;
  position: fixed;
  z-index: 999999999999;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #fix_btm {
    display: block !important;
    background: none;
    position: static;
  }
}
#header #header_inner #fix_btm .list {
  display: flex;
  column-gap: clamp(4px, 1.25vw, 16px);
  background-color: rgba(135, 195, 87, 0.3);
  padding: 10px 4px;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #fix_btm .list {
    justify-content: flex-end;
    background: none;
    padding: 0;
  }
}
#header #header_inner #fix_btm .list li {
  flex: 1;
  max-width: 300px;
}
@media print, screen and (min-width: 1800px) {
  #header #header_inner #fix_btm .list li {
    max-width: 400px;
  }
}
#header #header_inner #fix_btm .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 0 0 rgba(135, 195, 87, 0.3);
  border-radius: 10px;
  background-color: #87C357;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 1.6;
  padding-block: 8px;
  height: 50px;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #fix_btm .list li a {
    column-gap: 10px;
    position: relative;
    box-shadow: 3px 3px 0 0 rgba(135, 195, 87, 0.3);
    border-radius: 99px;
    font-size: 1.4rem;
    padding-block: 6px;
  }
}
@media print, screen and (min-width: 1800px) {
  #header #header_inner #fix_btm .list li a {
    font-size: 2rem;
    padding-block: 8px;
    height: 60px;
  }
}
#header #header_inner #fix_btm .list li a::before, #header #header_inner #fix_btm .list li a::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  transition: 0.7s;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #fix_btm .list li a::before {
    width: 20px;
  }
}
@media print, screen and (min-width: 1800px) {
  #header #header_inner #fix_btm .list li a::before {
    width: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #fix_btm .list li a::after {
    background-image: url(../img/icon/btn_pattern03.svg);
    width: 18px;
    transform: translateY(-50%);
    position: absolute;
    right: 16px;
    top: 50%;
  }
}
@media print, screen and (min-width: 1800px) {
  #header #header_inner #fix_btm .list li a::after {
    width: 20px;
    right: 20px;
  }
}
#header #header_inner #fix_btm .list li a.mm-mushimegane::before {
  background-image: url(../img/icon/mushimegane_white.svg);
}
#header #header_inner #fix_btm .list li a.mm-flower::before {
  background-image: url(../img/icon/flower_white.svg);
}
#header #header_inner #fix_btm .list li a.mm-ohaka::before {
  background-image: url(../img/icon/ohaka_white.svg);
}
#header #header_inner #fix_btm .list li a small {
  font-size: clamp(1rem, 1.09375vw, 1.4rem);
}
#header #header_inner #fix_btm .list li a span {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #header #header_inner #fix_btm .list li a span {
    align-items: baseline;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #header #header_inner #fix_btm .list li a br {
    display: contents;
  }
}
#header #header_inner #fix_btm .list li a:hover {
  opacity: 0.7;
}
#header #header_inner #fix_btm .list li a:hover::after {
  transform: translate(8px, -50%);
}
#header.scroll {
  background-color: #FFFFFF;
}

/* #menu_btn
---------------------------------------------------------------------*/
#menu_btn {
  position: fixed;
  z-index: 9999999;
  height: 64px;
  width: 64px;
  right: 0;
  top: 0;
}
#menu_btn > .inner {
  transform: translate(-50%, -50%);
  position: absolute;
  aspect-ratio: 1/0.5;
  width: 32px;
  left: 50%;
  top: 50%;
}
#menu_btn > .inner > span, #menu_btn > .inner::after, #menu_btn > .inner::before {
  display: block;
  background: #006F3F;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
}
#menu_btn > .inner::after, #menu_btn > .inner::before {
  content: "";
}
#menu_btn > .inner > span {
  text-indent: 999rem;
  transform: translateY(-50%);
  overflow: hidden;
  top: 50%;
}
#menu_btn > .inner::before {
  top: 0;
  animation: menu-bar-top 0.75s forwards;
}
#menu_btn > .inner::after {
  top: 100%;
  animation: menu-bar-btm 0.75s forwards;
}
@media print, screen and (min-width: 1024px) {
  #menu_btn {
    display: none;
  }
}

/* on-click-nav */
.on-click-nav #menu_btn > .inner span {
  opacity: 0;
}
.on-click-nav #menu_btn > .inner::before {
  animation: active-menu-bar-top 0.75s forwards;
}
.on-click-nav #menu_btn > .inner::after {
  animation: active-menu-bar-btm 0.75s forwards;
}

/* @keyframes
---------------------------------------------------------------------*/
@keyframes menu-bar-top {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 0;
  }
}
@keyframes menu-bar-btm {
  0% {
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 100%;
    transform: translateY(-100%) rotate(0);
  }
}
@keyframes active-menu-bar-top {
  0% {
    top: 0;
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(30deg);
  }
}
@keyframes active-menu-bar-btm {
  0% {
    top: 100%;
    transform: translateY(-100%) rotate(0);
  }
  50% {
    top: 50%;
    transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    transform: translateY(-50%) rotate(-30deg);
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------

* module / gnav

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #nav, #nav_inner
---------------------------------------------------------------------*/
#nav {
  display: none;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 1024px) {
  #nav {
    display: block;
    padding-bottom: 0;
    height: auto;
    width: auto;
    position: static;
  }
}
#nav #nav_inner {
  padding: calc(clamp(32px, 4.375vw, 56px) + 32px + 20px) 20px 20px;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner {
    display: grid;
    padding: 0 clamp(10px, 1.25vw, 16px) 0 0;
  }
}
#nav #nav_inner #nav_inner_scroll {
  overflow: auto;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll {
    overflow: visible;
  }
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top {
    display: flex;
    column-gap: 38px;
    align-items: center;
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top > * + * {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top > * + * {
    margin-top: 0;
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list {
  border-top: 1px solid rgba(55, 55, 55, 0.2);
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list {
    display: flex;
    column-gap: 24px;
    border-top: none;
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li {
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li {
    border-bottom: none;
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 16px 10px;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a {
    column-gap: 6px;
    padding: 0;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1800px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a {
    font-size: 1.8rem;
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern01.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 18px;
  transition: 0.7s;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a::after {
    background-image: url(../img/icon/btn_pattern02.svg);
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a:hover {
  opacity: 0.7;
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_list > li a:hover::after {
  background-image: url(../img/icon/btn_pattern01.svg);
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel {
  display: grid;
  gap: 10px 6px;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  box-shadow: 3px 3px 0 0 rgba(135, 195, 87, 0.3);
  border-radius: 10px;
  background-color: #006F3F;
  padding-block: 20px;
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel::before {
  content: "";
  display: block;
  background: url(../img/icon/free_dial.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1.75/1;
  height: 20px;
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel strong {
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel small {
  grid-column: 2/3;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateX(-0.7rem);
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel {
    row-gap: 6px;
    box-shadow: none;
    background: none;
    color: #373737;
    padding-block: 0;
  }
}
@media print, screen and (min-width: 1800px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel {
    row-gap: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel strong {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1800px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel strong {
    font-size: 3rem;
  }
}
#nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel strong .sp-call {
  color: #FFFFFF;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel small {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1800px) {
  #nav #nav_inner #nav_inner_scroll #nav_inner_top #nav_inner_top_tel small {
    font-size: 1.4rem;
  }
}
#nav #nav_inner #nav_inner_scroll > * + .list_sns {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  #nav #nav_inner #nav_inner_scroll .list_sns {
    display: none;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / footer

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #footer, #footer_inner
---------------------------------------------------------------------*/
#footer #footer_inner {
  padding-bottom: 70px;
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner {
    padding-bottom: 0;
  }
}
#footer #footer_inner #footer_sitenav {
  background-color: #006F3F;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list {
  display: grid;
  row-gap: 16px;
  padding-block: clamp(32px, 5vw, 64px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 28px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list {
    grid-template-columns: repeat(2, 1fr) 0.71fr 320px;
    grid-template-rows: 28px auto;
  }
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list *:not(.fcm-mail):not(.fcm-paper) {
  color: #FFFFFF;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list a:hover {
    opacity: 0.7;
  }
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li > * + * {
  margin-top: 8px;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li > h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_search {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_search {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_build {
    grid-column: 3/5;
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_build {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_about {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_about {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_news {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_news {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact {
    grid-column: 3/5;
    grid-row: 2/4;
  }
}
@media print, screen and (min-width: 1024px) {
  #footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact {
    grid-column: 4/5;
    grid-row: 1/3;
  }
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact > * + * {
  margin-top: clamp(14px, 1.25vw, 16px);
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_tel {
  display: grid;
  gap: 10px 6px;
  align-items: center;
  grid-template-columns: max-content auto;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_tel::before {
  content: "";
  display: block;
  background: url(../img/icon/free_dial.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1.75/1;
  height: 20px;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_tel strong {
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_tel small {
  grid-column: 2/3;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateX(-0.7rem);
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_list > li + li {
  margin-top: clamp(10px, 1.25vw, 16px);
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_list > li a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-left-width: 7px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #373737;
  padding-inline: clamp(10px, 0.9375vw, 12px);
  height: 60px;
  border-image: linear-gradient(#87C357, #35AE2F) 1;
  border-left-style: solid;
  background-color: #FFFFFF;
  transition: 0.7s;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_list > li a::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/1;
  width: 20px;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_list > li a.fcm-mail::before {
  background-image: url(../img/icon/mail_green.svg);
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_list > li a.fcm-paper::before {
  background-image: url(../img/icon/paper_green.svg);
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li#fsl_contact #fsl_contact_list > li a::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern01.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  margin-left: auto;
  width: clamp(22px, 1.875vw, 24px);
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li .sublist {
  padding-left: 10px;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li .sublist > li {
  display: flex;
  column-gap: 6px;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li .sublist > li::before {
  content: "-";
  display: block;
}
#footer #footer_inner #footer_sitenav #footer_sitenav_list > li .sublist > li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#footer #footer_inner #footer_contents {
  background-color: #FFFFFF;
}
#footer #footer_inner #footer_contents .inner {
  display: flex;
  row-gap: 56px;
  flex-direction: column;
  padding-block: clamp(36px, 3.125vw, 40px) clamp(18px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner {
    align-items: end;
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer #footer_inner #footer_contents .inner * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#footer #footer_inner #footer_contents .inner #footer_contents_about > * + * {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner #footer_contents_about > * + * {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner #footer_contents_about > * + .list_sns {
    margin-top: 10px;
  }
}
#footer #footer_inner #footer_contents .inner #footer_contents_about h2 img {
  height: clamp(48px, 4.375vw, 56px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner #footer_contents_other {
    display: flex;
    gap: 10px 32px;
    flex-wrap: wrap;
    justify-content: end;
  }
}
#footer #footer_inner #footer_contents .inner #footer_contents_other a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  #footer #footer_inner #footer_contents .inner #footer_contents_other a:hover {
    opacity: 0.7;
  }
}
#footer #footer_inner #footer_contents .inner #footer_contents_other > p {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
}
#footer #footer_inner #footer_contents .inner #footer_contents_other #logo_jsia {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  width: 100%;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner #footer_contents_other #logo_jsia {
    justify-content: flex-end;
  }
}
#footer #footer_inner #footer_contents .inner #footer_contents_other #logo_jsia + * {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner #footer_contents_other #logo_jsia + * {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #footer #footer_inner #footer_contents .inner #footer_contents_other #logo_jsia img {
    margin-left: auto;
  }
}
#footer #returntop {
  cursor: pointer;
  position: fixed;
  bottom: 70px;
  right: 0;
}
@media print, screen and (min-width: 1024px) {
  #footer #returntop {
    bottom: 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / sidebar

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #column_side aside
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side:has(.stopbar) {
    position: relative;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side #column_side_inner.fixbar {
    width: clamp(160px, 25vw, 320px);
    position: fixed;
    top: 64px;
  }
}
@media print, screen and (min-width: 1024px) {
  #column_side #column_side_inner.fixbar {
    top: 160px;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side #column_side_inner.stopbar {
    width: clamp(160px, 25vw, 320px);
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
#column_side #column_side_inner .side_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side #column_side_inner .side_nav_list {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(55, 55, 55, 0.2);
  }
}
#column_side #column_side_inner .side_nav_list > li {
  width: calc((100% - 4px) / 2);
}
#column_side #column_side_inner .side_nav_list > li.col_3 {
  width: calc((100% - 8px) / 3);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side #column_side_inner .side_nav_list > li {
    border-bottom: 1px solid rgba(55, 55, 55, 0.2);
    width: 100% !important;
  }
}
#column_side #column_side_inner .side_nav_list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  border-radius: 6px;
  border: 1px solid #87C357;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  line-height: 1.4;
  min-height: 46px;
  padding-right: 24px;
  position: relative;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side #column_side_inner .side_nav_list > li a {
    justify-content: space-between;
    border: none;
    text-align: left;
  }
}
@media print, screen and (min-width: 1800px) {
  #column_side #column_side_inner .side_nav_list > li a {
    min-height: 72px;
  }
}
#column_side #column_side_inner .side_nav_list > li a::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern02.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  min-width: 16px;
  width: 16px;
  transform: translate(-8px, -50%) rotate(90deg);
  position: absolute;
  right: 0;
  top: 50%;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #column_side #column_side_inner .side_nav_list > li a::after {
    transform: translate(0, -50%) rotate(0);
  }
}
#column_side #column_side_inner .side_nav_list > li a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  #column_side #column_side_inner .side_nav_list > li a:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / title

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #page_title
---------------------------------------------------------------------*/
#page_title {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
#page_title + #page_contents {
  margin-top: clamp(16px, 3.125vw, 40px);
}
#page_title .inner {
  border-radius: clamp(10px, 1.5625vw, 20px);
  background: url(../img/title/page_bg_sp.jpg) no-repeat center;
  background-size: 100% auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #page_title .inner {
    background-image: url(../img/title/page_bg_pc.jpg);
    background-size: auto;
  }
}
#page_title .inner h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 111, 63, 0.4);
  font-size: clamp(2.4rem, 3.59375vw, 4.6rem);
  color: #FFFFFF;
  height: clamp(120px, 19.53125vw, 250px);
}

/* #page_contents
---------------------------------------------------------------------*/
#page_contents:has(#column_side) {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
#page_contents:has(#column_side) #breadcrumb {
  padding-inline: 0;
  margin-inline: auto;
  max-width: 1600px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #page_contents:has(#column_side) #breadcrumb {
    padding-left: calc(clamp(160px, 25vw, 320px) + clamp(32px, 10.15625vw, 130px));
  }
}

/* #breadcrumb
---------------------------------------------------------------------*/
#breadcrumb {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
#breadcrumb .inner i {
  display: inline-block;
  background: url(../img/icon/btn_pattern04.svg) no-repeat center;
  margin-inline: clamp(10px, 1.25vw, 16px);
  aspect-ratio: 1/1;
  width: clamp(1.2rem, 1.09375vw, 1.4rem);
}
#breadcrumb .inner * {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
}
#breadcrumb .inner a {
  text-decoration: underline;
  color: #87C357;
}
#breadcrumb .inner a.home::before {
  content: "";
  display: inline-block;
  background: url(../img/icon/home_green.svg) no-repeat center;
  margin-right: 6px;
  aspect-ratio: 1/1;
  width: clamp(1.2rem, 1.09375vw, 1.4rem);
}
#breadcrumb .inner a:hover {
  text-decoration: none;
}
#breadcrumb .inner *:not(a) > span {
  color: #373737;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / main

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #main_contents
---------------------------------------------------------------------*/
body:not(#home) #main_contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px clamp(16px, 10.15625vw, 130px);
  padding-block: clamp(24px, 3.125vw, 40px) clamp(80px, 12.5vw, 160px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #main_contents {
    flex-direction: row;
  }
}
body:not(#home) #main_contents #column_contents {
  width: 100%;
}
body:not(#home) #main_contents:has(#column_side) {
  justify-content: center;
  padding-block: clamp(24px, 5.625vw, 72px) clamp(80px, 12.5vw, 160px);
}
body:not(#home) #main_contents #column_side {
  width: 100%;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #main_contents #column_side {
    min-width: clamp(160px, 25vw, 320px);
    width: clamp(160px, 25vw, 320px);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body:not(#home) #main_contents #column_side + #column_contents {
    width: calc(min(100%, 1600px) - (clamp(160px, 25vw, 320px) + clamp(16px, 10.15625vw, 130px)));
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* module / pagenavi

------------------------------------------------------------------------------------------------------------------------------------------*/
/* wp-pagenavi
---------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#home main .bg_stone {
  background: url(../img/index/bg_stone.png) repeat-y center;
}
#home main *[class*=btn][class*="01"]::before {
  animation: anime 1s ease-out infinite;
}
#home main *[class*=btn][class*="01"]::after {
  animation: anime 1s ease-out 1s infinite;
}
@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
#home main #home_bm {
  background: url(../img/index/bg_stone.png) repeat-y center, #FFFFFF;
}
#home main #home_bm > .inner {
  padding-block: clamp(72px, 15.3125vw, 196px) clamp(80px, 8.125vw, 104px);
}
@media print, screen and (min-width: 1280px) {
  #home main #home_bm > .inner {
    background: url(../img/bg_right_ptns01.png) no-repeat right top;
  }
}
#home main #home_bm > .inner::after {
  content: "";
  display: block;
  background: url(../img/index/repeat_img.png) repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  margin-top: clamp(56px, 8.125vw, 104px);
  height: 165px;
  animation: loop_bm_btm 40s linear infinite;
}
#home main #home_bm > .inner > * + * {
  margin-top: clamp(110px, 15.3125vw, 196px);
}
#home main .box_center {
  padding-inline: 20px;
}

/* keyframes
---------------------------------------------------------------------*/
@keyframes loop_bm_btm {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1681px 0;
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / visual

------------------------------------------------------------------------------------------------------------------------------------------*/
#visual #visual_inner .image img {
  width: 100vw;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / news

------------------------------------------------------------------------------------------------------------------------------------------*/
#home_news {
  background: url(../img/index/news/bg01.png) no-repeat left bottom, #FFFFFF;
  background-size: auto 400px;
}
@media print, screen and (min-width: 1280px) {
  #home_news {
    background: url(../img/index/news/bg01.png) no-repeat left bottom, url(../img/index/news/bg02.png) no-repeat right top, #FFFFFF;
    background-size: auto;
  }
}
#home_news .inner {
  display: flex;
  row-gap: 80px;
  flex-direction: column;
  padding-block: clamp(80px, 12.5vw, 160px) clamp(96px, 15.625vw, 200px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_news .inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
#home_news .inner .title_layout01 {
  display: flex;
  justify-content: center;
}
#home_news .inner .title_layout01 > * {
  writing-mode: vertical-rl;
}
#home_news .inner .title_layout01::before {
  background-image: url(../img/title/bg_center02.png);
  transform: translate(-50%, -50%);
  left: 50%;
}
#home_news .inner .title_layout01 .title_layout_inner::before, #home_news .inner .title_layout01 .title_layout_inner::after {
  aspect-ratio: 1/0.956;
  width: clamp(114px, 16.71875vw, 214px);
}
#home_news .inner .title_layout01 .title_layout_inner::before {
  background: url(../img/title/bg_left01.png) no-repeat center;
  transform: translate(-70%, 60%);
  bottom: 0;
  right: auto;
  left: 0;
}
#home_news .inner .title_layout01 .title_layout_inner::after {
  background: url(../img/title/bg_right01.png) no-repeat center;
  transform: translate(70%, 60%);
}
#home_news .inner .title_layout01 small::before {
  background-image: linear-gradient(90deg, transparent, transparent calc(50% - 0.5px), #54B84F calc(50% - 0.5px), #54B84F calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
  min-width: clamp(1rem, 1.09375vw, 1.4rem);
  height: clamp(32px, 3.75vw, 48px);
  width: clamp(1rem, 1.09375vw, 1.4rem);
}
#home_news .inner .title_layout01 small::after {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_news .inner .title_layout01 .title_layout_inner::before {
    width: 0;
  }
  #home_news .inner .title_layout01 .title_layout_inner::after {
    transform: translate(60%, 60%);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_news .inner #home_news_contents {
    max-width: 780px;
    width: 70%;
  }
}
#home_news .inner #home_news_contents > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_news .inner #home_news_contents .btn-text_center {
    text-align: right;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / recommended

------------------------------------------------------------------------------------------------------------------------------------------*/
#home_recommended {
  background: url(../img/index/bg_stone.png) repeat-y center, #FFFFFF;
}
#home_recommended > .inner {
  padding-block: clamp(72px, 14.0625vw, 180px) clamp(110px, 15.625vw, 200px);
}
@media print, screen and (min-width: 1280px) {
  #home_recommended > .inner {
    background: url(../img/bg_right_ptns01.png) no-repeat right top, url(../img/bg_left_ptns01.png) no-repeat left bottom;
  }
}
#home_recommended > .inner #home_recommended_content {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
#home_recommended > .inner #home_recommended_content > * + * {
  margin-top: clamp(28px, 5vw, 64px);
}
#home_recommended > .inner #home_recommended_content > .title_layout01 + * {
  margin-top: 80px;
}
#home_recommended > .inner #home_recommended_content .title_layout01 {
  display: flex;
  justify-content: center;
}
#home_recommended > .inner #home_recommended_content .title_layout01 > * {
  writing-mode: vertical-rl;
}
#home_recommended > .inner #home_recommended_content .title_layout01::before {
  background-image: url(../img/title/bg_center02.png);
  transform: translate(-50%, -50%);
  left: 50%;
}
#home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::before, #home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::after {
  aspect-ratio: 1/0.956;
  width: clamp(114px, 16.71875vw, 214px);
}
#home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::before {
  background: url(../img/title/bg_left01.png) no-repeat center;
  transform: translate(-70%, 60%);
  bottom: 0;
  right: auto;
  left: 0;
}
#home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::after {
  background: url(../img/title/bg_right01.png) no-repeat center;
  transform: translate(70%, 60%);
}
#home_recommended > .inner #home_recommended_content .title_layout01 small::before {
  background-image: linear-gradient(90deg, transparent, transparent calc(50% - 0.5px), #54B84F calc(50% - 0.5px), #54B84F calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
  min-width: clamp(1rem, 1.09375vw, 1.4rem);
  height: clamp(32px, 3.75vw, 48px);
  width: clamp(1rem, 1.09375vw, 1.4rem);
}
#home_recommended > .inner #home_recommended_content .title_layout01 small::after {
  transform: rotate(90deg);
}
#home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner {
  line-height: 1.2;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::before {
    transform: translate(-75%, 48%);
  }
}
@media print, screen and (min-width: 1024px) {
  #home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::before {
    transform: translate(-90%, 30%);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::after {
    transform: translate(75%, 48%);
  }
}
@media print, screen and (min-width: 1024px) {
  #home_recommended > .inner #home_recommended_content .title_layout01 .title_layout_inner::after {
    transform: translate(90%, 30%);
  }
}
#home_recommended > .inner #home_recommended_content #recommended_contents_txt {
  margin-inline: auto;
  max-width: 740px;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list {
  display: grid;
  gap: clamp(24px, 5vw, 64px) 32px;
  margin-inline: auto;
  max-width: 1370px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list > li.full-side {
    grid-column: 1/3;
  }
}
@media print, screen and (min-width: 1024px) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list > li.full-side {
    grid-column: 1/5;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list > li.full-side a {
    margin-inline: auto;
    max-width: 580px;
  }
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a {
  display: block;
  border-radius: 6px;
  box-shadow: 5px 5px 10px 0 #CCC7BC;
  position: relative;
  overflow: hidden;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern04.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(24px, 2.34375vw, 30px);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a h3 {
  display: flex;
  column-gap: 5px;
  align-items: center;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  position: absolute;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a h3::before {
  content: "";
  display: block;
  background: url(../img/icon/mark01_green.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/0.667;
  min-width: clamp(18px, 1.875vw, 24px);
  width: clamp(18px, 1.875vw, 24px);
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a h3.txt-v {
  border-image: linear-gradient(to right, #87C357, #35AE2F) 1;
  border-top-style: solid;
  background-color: #FFFFFF;
  writing-mode: vertical-rl;
  transition: 0.7s;
  border-bottom-right-radius: 6px;
  border-top-width: 6px;
  padding-inline: 10px;
  height: clamp(260px, 25vw, 320px);
  width: clamp(60px, 5.46875vw, 70px);
  left: 0;
  top: 0;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a h3.txt-h {
  border-image: linear-gradient(#87C357, #35AE2F) 1;
  border-left-style: solid;
  background-color: #FFFFFF;
  transition: 0.7s;
  border-top-right-radius: 6px;
  border-left-width: 6px;
  padding-inline: clamp(10px, 1.25vw, 16px);
  height: clamp(50px, 5.46875vw, 70px);
  width: clamp(270px, 26.5625vw, 340px);
  bottom: 0;
  left: 0;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a .area_category {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 6px;
  background-color: #87C357;
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  color: #FFFFFF;
  height: clamp(25px, 2.8125vw, 36px);
  width: clamp(90px, 9.375vw, 120px);
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (min-width: 1024px) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list > li a .area_category {
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    bottom: 0;
    right: auto;
    left: 0;
    top: auto;
  }
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a:focus {
  opacity: 0.7;
}
#home_recommended > .inner #home_recommended_content #recommended_contents_list > li a:focus::after {
  background-image: url(../img/icon/btn_pattern02.svg);
}
@media (hover: hover) and (pointer: fine) {
  #home_recommended > .inner #home_recommended_content #recommended_contents_list > li a:hover {
    opacity: 0.7;
  }
  #home_recommended > .inner #home_recommended_content #recommended_contents_list > li a:hover::after {
    background-image: url(../img/icon/btn_pattern02.svg);
  }
}
#home_recommended > .inner #home_recommended_eitai .inner {
  position: relative;
  border-radius: 6px;
  background-color: #EFF6D3;
  padding: clamp(40px, 5vw, 64px) 18px clamp(64px, 6.25vw, 80px);
}
#home_recommended > .inner #home_recommended_eitai .inner::before, #home_recommended > .inner #home_recommended_eitai .inner::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_eitai .inner::before, #home_recommended > .inner #home_recommended_eitai .inner::after {
    aspect-ratio: 1/1.366;
    width: clamp(180px, 15.78125vw, 202px);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_eitai .inner::before {
    transform: translate(-70px, 60px);
    background-image: url(../img/eitai_bg_left.png);
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_eitai .inner::after {
    transform: translate(70px, -60px);
    background-image: url(../img/eitai_bg_right.png);
    right: 0;
    top: 0;
  }
}
#home_recommended > .inner #home_recommended_eitai .inner h3 {
  text-align: center;
  font-size: clamp(2.8rem, 2.8125vw, 3.6rem);
  line-height: 1.6;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
}
#home_recommended > .inner #home_recommended_eitai .inner h3::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center01.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(170px, 18.75vw, 240px);
  transform: translate(-50%, -60%);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_recommended > .inner #home_recommended_eitai .inner h3::before {
    background-image: url(../img/title/bg_center02.png);
  }
}
#home_recommended > .inner #home_recommended_eitai .inner h3 small {
  font-weight: 500;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  line-height: 1;
  width: 100%;
  transform: translate(-50%, -100%);
  position: absolute;
  left: 50%;
  top: 0;
}
#home_recommended > .inner #home_recommended_eitai .inner .text {
  margin-inline: auto;
  max-width: 750px;
}
#home_recommended > .inner #home_recommended_eitai .inner > * + #recommended_eitai_slide {
  margin-top: clamp(32px, 3.125vw, 40px);
}
#home_recommended > .inner #home_recommended_eitai .inner #recommended_eitai_slide {
  position: relative;
}
#home_recommended > .inner #home_recommended_eitai .inner #recommended_eitai_slide::before {
  content: "";
  display: block;
  aspect-ratio: 1/0.676;
  width: clamp(222px, 28.90625vw, 370px);
}
#home_recommended > .inner #home_recommended_eitai .inner #recommended_eitai_slide .slider {
  width: 100vw;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
#home_recommended > .inner #home_recommended_eitai .inner #recommended_eitai_slide .slider .slick-list .slick-track .slick-slide {
  padding-inline: calc(clamp(20px, 1.875vw, 24px) / 2);
  aspect-ratio: 1/0.676;
  width: clamp(222px, 28.90625vw, 370px) !important;
}
#home_recommended > .inner #home_recommended_eitai .inner #recommended_eitai_slide .slider .slick-list .slick-track .slick-slide img {
  border-radius: 6px;
}
#home_recommended > .inner #home_recommended_eitai .inner #recommended_eitai_slide .slider > li {
  display: none;
}
#home_recommended > .inner #home_recommended_eitai .inner *[class*=btn-text] {
  transform: translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}
#home_recommended > .inner > * + #home_recommended_eitai {
  padding-top: clamp(56px, 8.4375vw, 108px);
  margin-top: clamp(56px, 8.4375vw, 108px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / instagram

------------------------------------------------------------------------------------------------------------------------------------------*/
#home_instagram {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 1280px) {
  #home_instagram {
    background: url(../img/bg_right_ptns01.png) no-repeat right top, url(../img/bg_left_ptns01.png) no-repeat left bottom, #FFFFFF;
  }
}
#home_instagram .inner {
  padding-block: clamp(72px, 14.0625vw, 180px) clamp(80px, 12.5vw, 160px);
  max-width: 810px;
}
#home_instagram .inner > * + * {
  margin-top: clamp(32px, 3.75vw, 48px);
}
#home_instagram .inner > .title_layout01 + * {
  margin-top: clamp(40px, 5.625vw, 72px);
}
#home_instagram .inner .insta_box {
  position: relative;
}
#home_instagram .inner .insta_box #sb_instagram {
  padding-bottom: 0 !important;
}
#home_instagram .inner .insta_box #sb_instagram #sbi_images {
  padding-block: 0;
}
@media print, screen and (max-width: 767px) {
  #home_instagram .inner .insta_box #sb_instagram #sbi_images .sbi_item:nth-of-type(n+5) {
    display: none;
  }
}
@media print, screen and (-webkit-min-device-pixel-ratio: 767px) {
  #home_instagram .inner .insta_box #sb_instagram #sbi_images .sbi_item:nth-of-type(n+5) {
    display: none;
  }
}
#home_instagram .inner .insta_box #sb_instagram #sbi_images .sbi_item img {
  display: block !important;
}
#home_instagram .inner .btn-text {
  text-align: center;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_instagram .inner .btn-text {
    text-align: right;
  }
}
#home_instagram .inner .btn-text .btn01::before, #home_instagram .inner .btn-text .btn01::after {
  height: 64px;
}
#home_instagram .inner .btn-text .btn01 span {
  height: 64px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / build

------------------------------------------------------------------------------------------------------------------------------------------*/
#home_build .inner > * + * {
  margin-top: clamp(32px, 2.96875vw, 38px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_contents {
    display: grid;
    row-gap: clamp(24px, 3.75vw, 48px);
    grid-template-columns: 1fr clamp(360px, 43.75vw, 560px);
    grid-template-rows: max-content auto;
  }
}
#home_build .inner #home_build_contents * + .image {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_contents * + .image {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_contents .image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
#home_build .inner #home_build_contents .image img {
  margin-inline: auto;
  width: clamp(230px, 23.4375vw, 300px);
}
#home_build .inner #home_build_contents * + .text {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_contents * + .text {
    margin-top: 0;
  }
}
#home_build .inner #home_build_list {
  display: grid;
  gap: 32px clamp(40px, 6.25vw, 80px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#home_build .inner #home_build_list > li a .image {
  border-radius: 10px;
  box-shadow: 5px 5px clamp(8px, 0.78125vw, 10px) 0 #CCC7BC;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_list > li a .image {
    border-radius: 6px;
  }
}
#home_build .inner #home_build_list > li a .image::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern04.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: 24px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_list > li a .image::after {
    width: 0;
  }
}
#home_build .inner #home_build_list > li a .image h3 {
  border-image: linear-gradient(#87C357, #35AE2F) 1;
  border-left-style: solid;
  background-color: #FFFFFF;
  transition: 0.7s;
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
  border-top-right-radius: 6px;
  border-left-width: clamp(6px, 0.625vw, 8px);
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  padding-inline: clamp(10px, 1.5625vw, 20px);
  height: clamp(50px, 7.8125vw, 100px);
  width: clamp(260px, 31.25vw, 400px);
  position: absolute;
  bottom: 0;
  left: 0;
}
#home_build .inner #home_build_list > li a .image h3::before {
  content: "";
  display: block;
  background: url(../img/icon/mark01_green.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/0.667;
  min-width: clamp(18px, 1.875vw, 24px);
  width: clamp(18px, 1.875vw, 24px);
}
#home_build .inner #home_build_list > li a .image h3::after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_build .inner #home_build_list > li a .image h3::after {
    background: url(../img/icon/btn_pattern01.svg) no-repeat center;
    background-size: contain;
    aspect-ratio: 1/1;
    transition: 0.7s;
    width: 24px;
    transform: translateY(-50%);
    position: absolute;
    right: 28px;
    top: 50%;
  }
}
#home_build .inner #home_build_list > li a:focus {
  opacity: 0.7;
}
#home_build .inner #home_build_list > li a:focus .image h4::after {
  background-image: url(../img/icon/btn_pattern02.svg);
}
@media (hover: hover) and (pointer: fine) {
  #home_build .inner #home_build_list > li a:hover {
    opacity: 0.7;
  }
  #home_build .inner #home_build_list > li a:hover .image h4::after {
    background-image: url(../img/icon/btn_pattern02.svg);
  }
}
#home_build .inner #home_build_list > li * + .text {
  margin-top: clamp(20px, 2.5vw, 32px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / management

------------------------------------------------------------------------------------------------------------------------------------------*/
#home_management .inner > * + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_management .inner #home_management_contents {
    display: grid;
    row-gap: clamp(24px, 3.75vw, 48px);
    grid-template-columns: 1fr clamp(360px, 43.75vw, 560px);
    grid-template-rows: max-content auto;
  }
}
#home_management .inner #home_management_contents * + .image {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_management .inner #home_management_contents * + .image {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_management .inner #home_management_contents .image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
#home_management .inner #home_management_contents .image img {
  margin-inline: auto;
  width: clamp(230px, 23.4375vw, 300px);
}
#home_management .inner #home_management_contents * + .text {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_management .inner #home_management_contents * + .text {
    margin-top: 0;
  }
}
#home_management .inner #home_management_list {
  display: grid;
  gap: 24px 45px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_management .inner #home_management_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #home_management .inner #home_management_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#home_management .inner #home_management_list > li {
  counter-increment: num;
}
#home_management .inner #home_management_list > li a {
  display: block;
  border-radius: 6px;
  box-shadow: 5px 5px clamp(8px, 0.78125vw, 10px) 0 #CCC7BC;
  position: relative;
  overflow: hidden;
}
#home_management .inner #home_management_list > li a::after {
  content: "0" counter(num);
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(9.8rem, 8.515625vw, 10.9rem);
  color: #FFFFFF;
  line-height: 1;
  transform: translate(5px, 6px);
  position: absolute;
  bottom: 0;
  right: 0;
}
#home_management .inner #home_management_list > li a h3 {
  border-image: linear-gradient(to right, #87C357, #35AE2F) 1;
  border-top-style: solid;
  background-color: #FFFFFF;
  writing-mode: vertical-rl;
  transition: 0.7s;
  display: flex;
  column-gap: clamp(8px, 0.78125vw, 10px);
  align-items: center;
  border-bottom-right-radius: 6px;
  border-top-width: 6px;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  padding-inline: 10px;
  height: clamp(320px, 32.03125vw, 410px);
  width: clamp(64px, 7.5vw, 96px);
  position: absolute;
  left: 0;
  top: 0;
}
#home_management .inner #home_management_list > li a h3::before {
  content: "";
  display: block;
  background: url(../img/icon/mark01_green.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/0.667;
  min-width: clamp(18px, 1.875vw, 24px);
  width: clamp(18px, 1.875vw, 24px);
}
#home_management .inner #home_management_list > li a h3::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern01.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(18px, 1.875vw, 24px);
  transform: translateX(-50%);
  position: absolute;
  bottom: 16px;
  left: 50%;
}
#home_management .inner #home_management_list > li a:focus {
  opacity: 0.7;
}
#home_management .inner #home_management_list > li a:focus h3::after {
  background-image: url(../img/icon/btn_pattern02.svg);
}
@media (hover: hover) and (pointer: fine) {
  #home_management .inner #home_management_list > li a:hover {
    opacity: 0.7;
  }
  #home_management .inner #home_management_list > li a:hover h3::after {
    background-image: url(../img/icon/btn_pattern02.svg);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / index / about

------------------------------------------------------------------------------------------------------------------------------------------*/
#home_about::before {
  content: "";
  display: block;
  height: clamp(280px, 31.25vw, 400px);
}
#home_about::after {
  content: "";
  display: block;
  background: url(../img/index/about/bg_fixed_sp.jpg) no-repeat center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_about::after {
    background-image: url(../img/index/about/bg_fixed_pc.jpg);
  }
}
#home_about .box_center {
  background: url(../img/index/about/bg_left.png) no-repeat left bottom, url(../img/index/about/bg_right.png) no-repeat right bottom, #FFFFFF;
  background-size: auto clamp(120px, 25.78125vw, 330px);
}
#home_about .inner {
  display: flex;
  row-gap: 80px;
  flex-direction: column;
  padding-block: clamp(80px, 15.3125vw, 196px) clamp(120px, 12.5vw, 160px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_about .inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
#home_about .inner .title_layout01 {
  display: flex;
  justify-content: center;
}
#home_about .inner .title_layout01 > * {
  writing-mode: vertical-rl;
}
#home_about .inner .title_layout01::before {
  background-image: url(../img/title/bg_center02.png);
  transform: translate(-50%, -50%);
  left: 50%;
}
#home_about .inner .title_layout01 .title_layout_inner::before, #home_about .inner .title_layout01 .title_layout_inner::after {
  aspect-ratio: 1/0.956;
  width: clamp(114px, 16.71875vw, 214px);
}
#home_about .inner .title_layout01 .title_layout_inner::before {
  background: url(../img/title/bg_left01.png) no-repeat center;
  transform: translate(-70%, 60%);
  bottom: 0;
  right: auto;
  left: 0;
}
#home_about .inner .title_layout01 .title_layout_inner::after {
  background: url(../img/title/bg_right01.png) no-repeat center;
  transform: translate(70%, 60%);
}
#home_about .inner .title_layout01 small::before {
  background-image: linear-gradient(90deg, transparent, transparent calc(50% - 0.5px), #54B84F calc(50% - 0.5px), #54B84F calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
  min-width: clamp(1rem, 1.09375vw, 1.4rem);
  height: clamp(32px, 3.75vw, 48px);
  width: clamp(1rem, 1.09375vw, 1.4rem);
}
#home_about .inner .title_layout01 small::after {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_about .inner .title_layout01 {
    display: block;
  }
  #home_about .inner .title_layout01::before {
    background-image: url(../img/title/bg_center01.png);
    transform: translate(-50%, -40%);
    left: 0;
  }
  #home_about .inner .title_layout01 > * {
    writing-mode: horizontal-tb;
  }
  #home_about .inner .title_layout01 .title_layout_inner::before {
    width: 0;
  }
  #home_about .inner .title_layout01 .title_layout_inner::after {
    background: url(../img/title/bg_right02.png) no-repeat center;
    background-size: contain;
    aspect-ratio: 1/1.016;
    width: clamp(92px, 16.71875vw, 214px);
    transform: translate(80%, clamp(28px, 2.5vw, 32px));
    right: 0;
    left: auto;
  }
  #home_about .inner .title_layout01 small::before {
    background-image: linear-gradient(transparent, transparent calc(50% - 0.5px), #54B84F calc(50% - 0.5px), #54B84F calc(50% + 0.5px), transparent calc(50% + 0.5px), transparent);
    min-width: clamp(32px, 3.75vw, 48px);
    height: clamp(1rem, 1.09375vw, 1.4rem);
    width: clamp(32px, 3.75vw, 48px);
  }
  #home_about .inner .title_layout01 small::after {
    transform: rotate(0);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #home_about .inner #home_about_contents {
    max-width: 640px;
    width: 54%;
  }
}
#home_about .inner #home_about_contents > * + * {
  margin-top: clamp(16px, 1.5625vw, 20px);
}
#home_about .inner #home_about_contents .text {
  border-left: 5px solid;
  border-image: linear-gradient(#87C357, #35AE2F) 1;
  padding-left: clamp(10px, 1.5625vw, 20px);
}
#home_about .inner #home_about_contents .text > * + * {
  margin-top: clamp(10px, 1.25vw, 16px);
}
#home_about .inner #home_about_contents .text h3 {
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
}
#home_about .inner #home_about_contents .list > li {
  border-bottom: 1px solid rgba(35, 24, 21, 0.2);
}
#home_about .inner #home_about_contents .list > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-block: clamp(24px, 3.125vw, 40px);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
#home_about .inner #home_about_contents .list > li a::after {
  content: "";
  display: block;
  background: url(../img/icon/btn_pattern01.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  transition: 0.7s;
  width: clamp(22px, 1.875vw, 24px);
}
#home_about .inner #home_about_contents .list > li a:focus {
  opacity: 0.7;
}
#home_about .inner #home_about_contents .list > li a:focus::after {
  transform: translateX(8px);
}
@media (hover: hover) and (pointer: fine) {
  #home_about .inner #home_about_contents .list > li a:hover {
    opacity: 0.7;
  }
  #home_about .inner #home_about_contents .list > li a:hover::after {
    transform: translateX(8px);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / common

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #main_contents
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {
  body#page.company #main_contents #column_side #column_side_inner .side_nav_list > li a br {
    display: contents;
  }
}
body#page.company #main_contents #column_contents > * + * {
  padding-top: clamp(72px, 12.109375vw, 155px);
}
body#page.company #main_contents #column_contents *[id*=company_] > .inner > * + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
body#page.company #main_contents #column_contents #btm-contact {
  padding-top: 0 !important;
}
body#page.company #main_contents #column_contents #btm-contact > h2 {
  background-position: center 10% !important;
  padding-block: clamp(60px, 8.28125vw, 106px) clamp(20px, 3.125vw, 40px);
}
body#page.company #main_contents #column_contents * + #btm-contact {
  margin-top: 50px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / visual

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #company_visual
---------------------------------------------------------------------*/
body#page.company #company_visual .image + * {
  margin-top: clamp(10px, 1.25vw, 16px);
}
body#page.company #company_visual .text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
body#page.company #company_visual + * {
  padding-top: clamp(72px, 8.125vw, 104px) !important;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / about

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #company_about
---------------------------------------------------------------------*/
body#page.company #company_about .inner .list_data > dd a {
  text-decoration: underline;
  font-weight: 700;
  color: #87C357;
}
body#page.company #company_about .inner .list_data > dd a:hover {
  text-decoration: none;
}
body#page.company #company_about .inner .list_data > dd .list_disc > * {
  align-items: flex-start;
}
body#page.company #company_about .inner .list_data > dd .list_disc > *::before {
  aspect-ratio: unset;
  height: calc(clamp(1.4rem, 1.40625vw, 1.8rem) * 1.6);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / base

------------------------------------------------------------------------------------------------------------------------------------------*/
/* #company_base
---------------------------------------------------------------------*/
body#page.company #company_base .inner *[id*=_office_list] {
  display: grid;
}
body#page.company #company_base .inner *[id*=_office_list] > .office_contents > * + * {
  margin-top: clamp(16px, 1.5625vw, 20px);
}
body#page.company #company_base .inner *[id*=_office_list] > .office_contents * + .map_btn {
  margin-top: 10px;
}
body#page.company #company_base .inner #head_office_list {
  row-gap: 24px;
}
body#page.company #company_base .inner #head_office_list > .office_contents {
  border-radius: 10px;
  border: 1px solid rgba(55, 55, 55, 0.2);
  padding: clamp(24px, 2.5vw, 32px) clamp(18px, 3.125vw, 40px) clamp(24px, 3.125vw, 40px);
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column {
  display: grid;
  gap: clamp(16px, 1.5625vw, 20px) clamp(20px, 3.125vw, 40px);
}
@media print, screen and (min-width: 1280px) {
  body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column {
    grid-template-columns: minmax(calc(48% - clamp(20px, 3.125vw, 40px)), 510px) minmax(calc(52% - clamp(20px, 3.125vw, 40px)), 520px);
  }
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .image img {
  border-radius: 6px;
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .location_data > * {
  background-color: #F3F9EE;
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .location_data > *.address::before {
  background-image: url(../img/icon/pin_green.svg);
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .location_data > *.tel::before {
  background-image: url(../img/icon/tel_green.svg);
}
@media print, screen and (min-width: 1400px) {
  body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .location_data > *.tel .box_inner br {
    display: contents;
  }
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .location_data > *.time::before {
  background-image: url(../img/icon/clock_green.svg);
}
body#page.company #company_base .inner #head_office_list > .office_contents .office_contents_column .location_data > *.time .inner .bh_list > dt {
  font-weight: 700;
}
body#page.company #company_base .inner #branch_office_list {
  row-gap: clamp(32px, 3.125vw, 40px);
}
body#page.company #company_base .inner * + #branch_office_list {
  margin-top: clamp(32px, 5vw, 64px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / quality

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.company #company_quality .inner #company_quality_contents > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
body#page.company #company_quality .inner #company_quality_contents > h3 + * {
  margin-top: 16px;
}
body#page.company #company_quality .inner #company_quality_contents #safety_list {
  display: grid;
}
@media print, screen and (min-width: 1500px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list {
    row-gap: 32px;
  }
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li {
  counter-increment: num;
  padding-top: 85px;
  position: relative;
}
@media print, screen and (min-width: 1500px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list > li {
    padding-top: 0;
  }
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points {
  border-radius: 10px;
  border: 1px solid rgba(55, 55, 55, 0.2);
  padding: 64px 18px 32px;
}
@media print, screen and (min-width: 1500px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points {
    display: grid;
    column-gap: 32px;
    grid-template-columns: 170px 1fr;
    padding: 32px 50px 32px 0;
  }
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(../img/company/safety_title_bg.png) no-repeat center;
  background-size: contain;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #54B84F;
  aspect-ratio: 1/1;
  width: 170px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}
@media print, screen and (min-width: 1500px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dt {
    border-right: 1px solid rgba(55, 55, 55, 0.2);
    aspect-ratio: unset;
    transform: translateX(0);
    position: static;
  }
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dt::after {
  content: counter(num);
  display: block;
  font-weight: 700;
  font-size: clamp(3.6rem, 3.90625vw, 5rem);
  line-height: 1;
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd:has(.image) {
  display: flex;
  gap: 20px clamp(24px, 2.6041666667vw, 50px);
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd:has(.image) {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd:has(.image) .text {
    flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd:has(.image) .image {
    width: clamp(200px, 23.4375vw, 300px);
  }
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd .text > * + * {
  margin-top: 16px;
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd .text h4 {
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  line-height: 1.6;
  color: #54B84F;
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd .text ol > li {
  counter-increment: come;
  display: flex;
  column-gap: clamp(10px, 0.9375vw, 12px);
  font-size: 1.4rem;
}
body#page.company #company_quality .inner #company_quality_contents #safety_list > li .safety_list_points > dd .text ol > li::before {
  content: "※" counter(come);
  font-size: 1.4rem;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / company / business

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.company #company_business01 .inner #company_business01_about > * + * {
  margin-top: clamp(20px, 2.5vw, 32px);
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns {
  display: grid;
  row-gap: 32px;
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns {
    grid-template-columns: minmax(60%, 1fr) minmax(40%, 455px);
  }
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text {
    background: url(../img/title/bg_right01.png) no-repeat right bottom;
    background-size: clamp(108px, 16.71875vw, 214px) auto;
  }
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text::after {
  content: "";
  display: block;
  background: url(../img/title/bg_right01.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/0.953;
  width: 214px;
  transform: translate(70px, 24px);
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text::after {
    display: none;
  }
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text > * + * {
  margin-top: clamp(16px, 2.5vw, 32px);
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text * {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 700;
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text h4 {
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  color: #87C357;
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .text p {
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
body#page.company #company_business01 .inner #company_business01_about .cb01_about_columns .image img {
  border-radius: 6px;
}
body#page.company #company_business01 .inner #company_business01_career > * + * {
  margin-top: clamp(20px, 2.5vw, 32px);
}
body#page.company #company_business01 .inner #company_business01_career #cb01_career_gallery {
  display: grid;
  gap: clamp(16px, 3.125vw, 40px) clamp(24px, 3.75vw, 48px);
}
@media print, screen and (min-width: 1024px) {
  body#page.company #company_business01 .inner #company_business01_career #cb01_career_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#page.company #company_business01 .inner #company_business01_career #cb01_career_gallery > li img {
  border-radius: 6px;
}
body#page.company #company_business01 .inner #company_business01_career #cb01_career_gallery > li img + * {
  margin-top: clamp(8px, 0.78125vw, 10px);
}
body#page.company #company_business01 .inner #company_business01_oce {
  border-radius: 10px;
  border: 1px solid rgba(55, 55, 55, 0.2);
  padding: clamp(24px, 3.125vw, 40px) clamp(18px, 2.5vw, 32px) clamp(32px, 3.125vw, 40px);
}
body#page.company #company_business01 .inner #company_business01_oce h4 {
  font-size: clamp(2rem, 1.875vw, 2.4rem);
  color: #54B84F;
}
body#page.company #company_business01 .inner #company_business01_oce h4 + * {
  margin-top: clamp(16px, 5vw, 64px);
}
body#page.company #company_business01 .inner * + #company_business01_oce {
  margin-top: clamp(40px, 6.25vw, 80px) !important;
}
body#page.company #company_business01 .inner .btn-text_center .btn01, body#page.company #company_business01 .inner .btn-text_center .btn01::after, body#page.company #company_business01 .inner .btn-text_center .btn01::before {
  width: clamp(300px, 31.25vw, 400px);
}
body#page.company #company_business02 .inner > * + *[class*=btn-text] {
  margin-top: clamp(40px, 5vw, 64px);
}
body#page.company #company_business02 .inner #company_business02_3d-data > * + * {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.company #company_business02 .inner .btn-text_center {
    text-align: left;
  }
}
body#page.company #company_business02 .inner .btn-text_center .btn01 {
  width: clamp(300px, 31.25vw, 400px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / mori / common

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #main_contents #column_side #column_side_inner .side_nav_list > li a br {
    display: contents;
  }
}
body#page.mori #main_contents #column_contents *[id*=mori_] .inner > * + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
body#page.mori #main_contents #column_contents *[id*=mori_] .inner > .title_layout07 + * {
  margin-top: clamp(40px, 6.25vw, 80px);
}
body#page.mori #main_contents #column_contents #btm-contact > * + * {
  margin-top: clamp(24px, 3.125vw, 40px);
}
body#page.mori #main_contents #column_contents #btm-contact #mori-contact {
  border-radius: 20px;
  background-color: #F3F9EE;
  padding: clamp(32px, 4.375vw, 56px) 18px clamp(32px, 4.6875vw, 60px);
}
body#page.mori #main_contents #column_contents #btm-contact #mori-contact > * + * {
  margin-top: clamp(16px, 3.125vw, 40px);
}
body#page.mori #main_contents #column_contents #btm-contact #mori-contact .title_layout07 {
  font-size: clamp(1.8rem, 2.34375vw, 3rem);
}
body#page.mori #main_contents #column_contents #btm-contact #mori-contact .title_layout07 .title_layout_inner::after, body#page.mori #main_contents #column_contents #btm-contact #mori-contact .title_layout07 .title_layout_inner::before {
  display: none;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #main_contents #column_contents #btm-contact #mori-contact .title_layout07 .title_layout_inner::after, body#page.mori #main_contents #column_contents #btm-contact #mori-contact .title_layout07 .title_layout_inner::before {
    display: block;
  }
}
body#page.mori #main_contents #column_contents #btm-contact #mori-contact .btn-list {
  display: grid;
  gap: clamp(10px, 1.25vw, 16px) clamp(16px, 2.34375vw, 30px);
}
@media print, screen and (min-width: 1280px) {
  body#page.mori #main_contents #column_contents #btm-contact #mori-contact .btn-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1500px) {
  body#page.mori #main_contents #column_contents #btm-contact #mori-contact .btn-list {
    justify-content: center;
    grid-template-columns: repeat(2, 400px);
  }
}
body#page.mori #main_contents #column_contents #btm-contact #mori-contact .btn-list > *[class*=btn-text] .btn01 {
  max-width: 400px;
  width: 100%;
}
body#page.mori #main_contents #column_contents * + #btm-contact {
  margin-top: clamp(64px, 6.25vw, 80px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / mori / visual

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #main_contents #column_side #column_side_inner #mori_visual_sp {
    display: none;
  }
}
body#page.mori #main_contents #column_side #column_side_inner #mori_visual_sp img {
  border-radius: 20px;
}
body#page.mori #main_contents #column_side #column_side_inner #mori_visual_sp + * {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #main_contents #column_side #column_side_inner #mori_visual_sp + * {
    margin-top: 0;
  }
}
body#page.mori #main_contents #column_contents #mori_visual_pc {
  display: none;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #main_contents #column_contents #mori_visual_pc {
    display: block;
  }
}
body#page.mori #main_contents #column_contents #mori_visual_pc img {
  border-radius: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / mori / what

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.mori #mori_what .what_box {
  position: relative;
  border-radius: 6px;
  background-color: #F3F9EE;
  padding: clamp(38px, 5vw, 64px) 18px clamp(24px, 3.90625vw, 50px);
}
body#page.mori #mori_what .what_box::before, body#page.mori #mori_what .what_box::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #mori_what .what_box::before, body#page.mori #mori_what .what_box::after {
    aspect-ratio: 1/1.366;
    width: clamp(100px, 15.625vw, 200px);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #mori_what .what_box::before {
    transform: translate(calc(clamp(35px, 5.46875vw, 70px) * -1), clamp(32px, 5vw, 64px));
    background-image: url(../img/eitai_bg_left.png);
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #mori_what .what_box::after {
    transform: translate(clamp(35px, 5.46875vw, 70px), calc(clamp(32px, 5vw, 64px) * -1));
    background-image: url(../img/eitai_bg_right.png);
    right: 0;
    top: 0;
  }
}
body#page.mori #mori_what .what_box h2 {
  text-align: center;
  font-size: clamp(2.8rem, 2.8125vw, 3.6rem);
  line-height: 1.6;
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 0;
}
body#page.mori #mori_what .what_box h2::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center01.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(170px, 18.75vw, 240px);
  transform: translate(-50%, -60%);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.mori #mori_what .what_box h2::before {
    background-image: url(../img/title/bg_center02.png);
  }
}
body#page.mori #mori_what .what_box .text {
  margin-inline: auto;
  max-width: 1000px;
}
body#page.mori * + #mori_what {
  margin-top: clamp(108px, 11.71875vw, 150px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / mori / eitai

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.mori * + #mori_eitai {
  margin-top: clamp(78px, 12.03125vw, 154px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / mori / series

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.mori #mori_series > * + * {
  margin-top: clamp(85px, 8.984375vw, 115px);
}
body#page.mori #mori_series .inner ul[class*=series_list] {
  display: grid;
  row-gap: clamp(24px, 3.125vw, 40px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents {
  border-radius: 10px;
  border: 1px solid;
  padding: clamp(32px, 3.125vw, 40px) clamp(18px, 2.8125vw, 36px) clamp(32px, 4.375vw, 56px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents > * + * {
  margin-top: clamp(20px, 2.5vw, 32px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .title {
  border-bottom: 1px solid;
  padding-bottom: clamp(24px, 3.125vw, 40px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .title img {
  margin-inline: auto;
  width: clamp(200px, 27.34375vw, 350px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box {
  display: grid;
  gap: 20px clamp(30px, 4.6875vw, 60px);
}
@media print, screen and (min-width: 1500px) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box {
    grid-template-columns: 1fr 50%;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_left .image {
  border-radius: 6px;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_left .image + .management_text {
  margin-top: 10px;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_left .management_text small {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .area_tags span {
  display: inline-block;
  border-radius: 3px;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  white-space: nowrap;
  line-height: 1.2;
  color: #FFFFFF;
  padding: 4px 10px;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .text {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right * + .text {
  margin-top: clamp(10px, 1.5625vw, 20px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .list_disc > * {
  font-weight: 700;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right * + .list_disc {
  margin-top: 24px;
}
@media print, screen and (min-width: 1500px) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right * + .list_disc {
    margin-top: 20px;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .location_data .tel .box_inner strong {
  font-size: 3rem;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right * + .location_data {
  margin-top: 32px;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .btns_list > * + * {
  margin-top: clamp(10px, 1.5625vw, 20px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .btns_list *[class*=btn-text] .btn01, body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .btns_list *[class*=btn-text] .btn01::after, body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right .btns_list *[class*=btn-text] .btn01::before {
  max-width: 400px;
  width: 100%;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents .column_box .column_right * + .btns_list {
  margin-top: clamp(20px, 3.125vw, 40px);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu {
  border-color: rgba(32, 157, 118, 0.5);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .title {
  border-color: #209D76;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .area_tags span {
  background-color: #209D76;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .list_disc > li::before {
  background-color: #209D76;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .location_data > * {
  background-color: rgba(32, 157, 118, 0.1);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .location_data .map_btn {
  border-color: #209D76;
  background-color: #209D76;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .location_data .map_btn:focus {
  background-color: #FFFFFF;
  color: #209D76;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .location_data .map_btn:hover {
    background-color: #FFFFFF;
    color: #209D76;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01 {
  border-color: #209D76;
  background-color: #209D76;
  box-shadow: 3px 3px 0 0 rgba(32, 157, 118, 0.3) !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus {
  color: #209D76 !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_yukyu.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover {
    color: #209D76 !important;
  }
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_yukyu.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_yukyu.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_yukyu .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_yukyu.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo {
  border-color: rgba(200, 108, 179, 0.5);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .title {
  border-color: #C86CB3;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .area_tags span {
  background-color: #C86CB3;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .list_disc > li::before {
  background-color: #C86CB3;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .location_data > * {
  background-color: rgba(200, 108, 179, 0.1);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .location_data .map_btn {
  border-color: #C86CB3;
  background-color: #C86CB3;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .location_data .map_btn:focus {
  background-color: #FFFFFF;
  color: #C86CB3;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .location_data .map_btn:hover {
    background-color: #FFFFFF;
    color: #C86CB3;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01 {
  border-color: #C86CB3;
  background-color: #C86CB3;
  box-shadow: 3px 3px 0 0 rgba(200, 108, 179, 0.3) !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus {
  color: #C86CB3 !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_seibo.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover {
    color: #C86CB3 !important;
  }
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_seibo.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_seibo.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_seibo .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_seibo.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama {
  border-color: rgba(6, 112, 176, 0.5);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .title {
  border-color: #0670B0;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .area_tags span {
  background-color: #0670B0;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .list_disc > li::before {
  background-color: #0670B0;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .location_data > * {
  background-color: rgba(6, 112, 176, 0.1);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .location_data .map_btn {
  border-color: #0670B0;
  background-color: #0670B0;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .location_data .map_btn:focus {
  background-color: #FFFFFF;
  color: #0670B0;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .location_data .map_btn:hover {
    background-color: #FFFFFF;
    color: #0670B0;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01 {
  border-color: #0670B0;
  background-color: #0670B0;
  box-shadow: 3px 3px 0 0 rgba(6, 112, 176, 0.3) !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus {
  color: #0670B0 !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_higashiyama.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover {
    color: #0670B0 !important;
  }
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_higashiyama.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_higashiyama.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_higashiyama .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_higashiyama.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi {
  border-color: rgba(255, 90, 90, 0.5);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .title {
  border-color: #FF5A5A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .area_tags span {
  background-color: #FF5A5A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .list_disc > li::before {
  background-color: #FF5A5A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .location_data > * {
  background-color: rgba(255, 90, 90, 0.1);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .location_data .map_btn {
  border-color: #FF5A5A;
  background-color: #FF5A5A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .location_data .map_btn:focus {
  background-color: #FFFFFF;
  color: #FF5A5A;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .location_data .map_btn:hover {
    background-color: #FFFFFF;
    color: #FF5A5A;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01 {
  border-color: #FF5A5A;
  background-color: #FF5A5A;
  box-shadow: 3px 3px 0 0 rgba(255, 90, 90, 0.3) !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus {
  color: #FF5A5A !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_asahi.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover {
    color: #FF5A5A !important;
  }
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_asahi.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_asahi.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_asahi .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_asahi.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou {
  border-color: rgba(190, 137, 74, 0.5);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .title {
  border-color: #BE894A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .area_tags span {
  background-color: #BE894A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .list_disc > li::before {
  background-color: #BE894A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .location_data > * {
  background-color: rgba(190, 137, 74, 0.1);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .location_data .map_btn {
  border-color: #BE894A;
  background-color: #BE894A;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .location_data .map_btn:focus {
  background-color: #FFFFFF;
  color: #BE894A;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .location_data .map_btn:hover {
    background-color: #FFFFFF;
    color: #BE894A;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01 {
  border-color: #BE894A;
  background-color: #BE894A;
  box-shadow: 3px 3px 0 0 rgba(190, 137, 74, 0.3) !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus {
  color: #BE894A !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_shourou.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover {
    color: #BE894A !important;
  }
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_shourou.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_shourou.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_shourou .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_shourou.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura {
  border-color: rgba(248, 159, 183, 0.5);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .title {
  border-color: #F89FB7;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .area_tags span {
  background-color: #F89FB7;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .list_disc > li::before {
  background-color: #F89FB7;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .location_data > * {
  background-color: rgba(248, 159, 183, 0.1);
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .location_data .map_btn {
  border-color: #F89FB7;
  background-color: #F89FB7;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .location_data .map_btn:focus {
  background-color: #FFFFFF;
  color: #F89FB7;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .location_data .map_btn:hover {
    background-color: #FFFFFF;
    color: #F89FB7;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01 {
  border-color: #F89FB7;
  background-color: #F89FB7;
  box-shadow: 3px 3px 0 0 rgba(248, 159, 183, 0.3) !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus {
  color: #F89FB7 !important;
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_sakura.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover {
    color: #F89FB7 !important;
  }
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_sakura.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_sakura.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.mori #mori_series .inner ul[class*=series_list] .series_list_contents#moriseries_sakura .column_box .column_right .btns_list *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_sakura.svg) !important;
  }
}
body#page.mori #mori_series .inner ul[class*=series_list][class*=_other] .series_list_contents {
  border-color: rgba(135, 195, 87, 0.5);
  padding: clamp(24px, 2.8125vw, 36px) clamp(18px, 2.8125vw, 36px) clamp(32px, 3.125vw, 40px);
}
body#page.mori #mori_series .inner ul[class*=series_list][class*=_other] .series_list_contents .title_layout04 {
  font-size: clamp(1.8rem, 2.34375vw, 3rem);
}
body#page.mori #mori_series .inner ul[class*=series_list][class*=_other] .series_list_contents .column_box .column_right .area_tags span {
  background-color: #87C357;
}
body#page.mori #mori_series .inner ul[class*=series_list][class*=_other] .series_list_contents .column_box .column_right .location_data > * {
  background-color: rgba(135, 195, 87, 0.1);
}
body#page.mori * + #mori_series {
  margin-top: clamp(78px, 12.03125vw, 154px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / mori / contact / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.mori_contact #main_contents {
  padding-top: clamp(24px, 7.5vw, 96px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / build / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.build #main_contents #column_contents *[id*=build_] + *[id*=build_] {
  padding-top: clamp(72px, 11.71875vw, 150px);
}
body#page.build #main_contents #column_contents *[id*=build_] .inner > * + * {
  margin-top: 32px;
}
body#page.build #main_contents #column_contents *[id*=build_] .inner > *[class*=title_] + * {
  margin-top: clamp(32px, 3.125vw, 40px);
}
body#page.build #main_contents #column_contents *[id*=build_] .inner .checklist > * {
  display: flex;
  column-gap: clamp(6px, 0.78125vw, 10px);
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
body#page.build #main_contents #column_contents *[id*=build_] .inner .checklist > *::before {
  content: "";
  display: block;
  background: url(../img/icon/check-box.svg) no-repeat center;
  background-size: contain;
  height: calc(clamp(1.4rem, 1.40625vw, 1.8rem) * 1.8);
  min-width: clamp(15px, 1.640625vw, 21px);
  width: clamp(15px, 1.640625vw, 21px);
}
@media print, screen and (min-width: 1500px) {
  body#page.build #main_contents #column_contents *[id*=build_] .inner .checklist > * + * {
    margin-top: 5px;
  }
}
body#page.build #main_contents #column_contents #btm-contact {
  padding-top: 0 !important;
}
body#page.build #main_contents #column_contents #btm-contact > h2 {
  background-position: center 10% !important;
  padding-block: clamp(36px, 5.625vw, 72px) clamp(20px, 3.125vw, 40px);
}
body#page.build #main_contents #column_contents * + #btm-contact {
  margin-top: 72px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / build / type

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.build #build_type .inner #type_list {
  display: grid;
  gap: clamp(32px, 4.375vw, 56px) clamp(24px, 3.90625vw, 50px);
}
@media print, screen and (min-width: 1280px) {
  body#page.build #build_type .inner #type_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#page.build #build_type .inner #type_list > * > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
body#page.build #build_type .inner #type_list > * > h3 + * {
  margin-top: 16px;
}
@media print, screen and (min-width: 1280px) {
  body#page.build #build_type .inner #type_list > *:nth-of-type(3n) {
    grid-column: 1/3;
  }
}
body#page.build #build_type .inner #type_list > * *[class*=columslist] {
  display: grid;
}
body#page.build #build_type .inner #type_list > * *[class*=columslist][class*="-02"] {
  column-gap: clamp(6px, 0.78125vw, 10px);
  grid-template-columns: repeat(2, 1fr);
}
body#page.build #build_type .inner #type_list > * *[class*=columslist][class*="-06"] {
  grid-template-columns: repeat(3, 1fr);
}
@media print, screen and (min-width: 1280px) {
  body#page.build #build_type .inner #type_list > * *[class*=columslist][class*="-06"] {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / build / end

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.build #build_end .inner #end_contents {
  display: grid;
  row-gap: 64px;
}
body#page.build #build_end .inner #end_contents #end_troubles {
  display: grid;
  row-gap: 16px;
  border-radius: 10px;
  background-color: #F3F9EE;
  background-image: url(../img/build/end_troubles_img.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 96px auto;
  padding: clamp(24px, 3.125vw, 40px) 18px 108px;
}
@media print, screen and (min-width: 1500px) {
  body#page.build #build_end .inner #end_contents #end_troubles {
    column-gap: clamp(28px, 2.9166666667vw, 56px);
    align-items: center;
    grid-template-columns: max-content 360px;
    padding: clamp(24px, 3.125vw, 40px) clamp(120px, 20.3125vw, 260px) clamp(24px, 3.125vw, 40px) clamp(28px, 2.9166666667vw, 56px);
    background-position: right bottom;
    background-size: 11% auto;
  }
}
@media print, screen and (min-width: 1600px) {
  body#page.build #build_end .inner #end_contents #end_troubles {
    background-position: right 40px bottom;
  }
}
body#page.build #build_end .inner #end_contents #end_troubles *[class*=shippori-mincho] {
  white-space: nowrap;
  text-align: center;
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
}
body#page.build #build_end .inner #end_contents .text {
  text-align: center;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  position: relative;
}
body#page.build #build_end .inner #end_contents .text::before {
  content: "";
  display: block;
  background-color: #54B84F;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 24px;
  width: 50px;
  transform: translate(-50%, -44px);
  position: absolute;
  left: 50%;
  top: 0;
}
body#page.build #build_end .inner #end_contents .text strong {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
}
body#page.build #build_end .inner #end_contents .text strong span {
  color: #54B84F;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / build / reform

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.build #build_reform .inner #reform_troubles {
  display: grid;
  row-gap: 16px;
  border-radius: 10px;
  background-color: #F3F9EE;
  background-image: url(../img/build/reform_troubles_img.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 96px auto;
  padding: clamp(24px, 3.125vw, 40px) 18px 108px;
}
@media print, screen and (min-width: 1500px) {
  body#page.build #build_reform .inner #reform_troubles {
    column-gap: clamp(28px, 2.9166666667vw, 56px);
    align-items: center;
    grid-template-columns: max-content 350px;
    padding: clamp(24px, 3.125vw, 40px) clamp(120px, 20.3125vw, 260px) clamp(24px, 3.125vw, 40px) clamp(28px, 2.9166666667vw, 56px);
    background-position: right bottom;
    background-size: 11% auto;
  }
}
@media print, screen and (min-width: 1600px) {
  body#page.build #build_reform .inner #reform_troubles {
    background-position: right 40px bottom;
  }
}
body#page.build #build_reform .inner #reform_troubles *[class*=shippori-mincho] {
  white-space: nowrap;
  text-align: center;
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
}
body#page.build #build_reform .inner #reform_before-after > * + * {
  margin-top: clamp(20px, 2.5vw, 32px);
}
body#page.build #build_reform .inner #reform_before-after .before-after-list {
  display: grid;
  row-gap: clamp(32px, 4.375vw, 56px);
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * > * + * {
  margin-top: clamp(16px, 1.5625vw, 20px);
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box {
  display: grid;
  gap: 44px 72px;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box::before {
  content: "";
  display: block;
  background-color: rgba(55, 55, 55, 0.5);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 24px;
  width: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
@media print, screen and (min-width: 1024px) {
  body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box::before {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box > *[class*=box-] {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box > *[class*=box-]::before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.5625vw, 2rem);
  color: #FFFFFF;
  height: clamp(24px, 3.125vw, 40px);
  width: clamp(80px, 10.15625vw, 130px);
  position: absolute;
  left: 0;
  top: 0;
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box > *[class*=box-][class*=before]::before {
  content: "BEFORE";
  background-color: #9B9B9B;
}
body#page.build #build_reform .inner #reform_before-after .before-after-list > * .columns-box > *[class*=box-][class*=after]::before {
  content: "AFTER";
  background-color: #87C357;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / build / burial

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.build #build_burial .inner #burial_points_box {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  border-radius: 10px;
  background-color: #F3F9EE;
  padding: clamp(24px, 3.125vw, 40px) 18px clamp(32px, 3.125vw, 40px);
}
@media print, screen and (min-width: 1500px) {
  body#page.build #build_burial .inner #burial_points_box {
    align-items: center;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1500px) {
  body#page.build #build_burial .inner #burial_points_box > * {
    flex: 1;
  }
}
body#page.build #build_burial .inner #burial_points_box *[class*=shippori-mincho] {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
}
body#page.build #build_burial .inner #burial_points_box *[class*=shippori-mincho]::before {
  content: "";
  display: block;
  background: url(../img/icon/mark01_green.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/0.667;
  min-width: 24px;
  width: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.build #build_burial .inner #burial_points_box .right {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1500px) {
  body#page.build #build_burial .inner #burial_points_box .right {
    border-left: 1px solid rgba(84, 184, 79, 0.5);
  }
}
body#page.build #build_burial .inner #burial_service_contents > * + * {
  margin-top: clamp(20px, 2.5vw, 32px);
}
body#page.build #build_burial .inner #burial_service_contents .contents-list {
  display: grid;
  gap: 16px 20px;
}
@media print, screen and (min-width: 1280px) {
  body#page.build #build_burial .inner #burial_service_contents .contents-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
body#page.build #build_burial .inner #burial_service_contents .contents-list > * {
  border-radius: 10px;
  background-color: #F3F9EE;
  padding: clamp(24px, 2.734375vw, 35px) 18px clamp(32px, 2.734375vw, 35px);
}
body#page.build #build_burial .inner #burial_service_contents .contents-list > * > * + * {
  margin-top: clamp(10px, 1.25vw, 16px);
}
body#page.build #build_burial .inner #burial_service_contents .contents-list > * *[class*=shippori-mincho] {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: clamp(2rem, 1.875vw, 2.4rem);
}
body#page.build #build_burial .inner #burial_service_contents .contents-list > * *[class*=shippori-mincho]::before {
  content: "";
  display: block;
  background: url(../img/icon/mark01_green.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/0.667;
  min-width: 24px;
  width: 24px;
}
body#page.build #build_burial .inner #burial_service_contents .contents-list > * .text {
  text-align: center;
}
body#page.build #build_burial .inner * + #burial_service_contents {
  margin-top: clamp(32px, 5vw, 64px) !important;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / other_cm / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] + *[id*=other-cm_] {
  padding-top: clamp(72px, 7.5vw, 96px);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] *[class*=btn-text] .btn01 {
  line-height: 1.4;
  width: clamp(300px, 31.25vw, 400px);
}
@media print, screen and (min-width: 1280px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] *[class*=btn-text] .btn01 span {
    justify-content: flex-start;
    padding-left: 28px;
  }
}
@media print, screen and (min-width: 1280px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] *[class*=btn-text] .btn01 span br {
    display: contents;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contents > * + * {
  margin-top: 32px;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contents *[class*=btn-text] {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contents *[class*=btn-text] {
    text-align: left;
  }
}
@media print, screen and (min-width: 1280px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contents *[class*=btn-text] .btn01 span {
    height: 50px;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_gallery {
  display: grid;
  gap: clamp(20px, 2.5vw, 32px) 20px;
}
@media print, screen and (min-width: 1024px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_gallery > * .image {
  border-radius: 10px;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_gallery > * .text {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_gallery > * .text::before {
  content: "";
  display: block;
  background-image: linear-gradient(transparent, transparent calc(50% - 1.5px), #87C357 calc(50% - 1.5px), #87C357 calc(50% + 1.5px), transparent calc(50% + 1px), transparent);
  height: calc(clamp(1.6rem, 1.40625vw, 1.8rem) * 1.8);
  min-width: 5px;
  width: 5px;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_gallery > * * + .text {
  margin-top: 10px;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] * + .cm_gallery {
  margin-top: 56px;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact > * + * {
  margin-top: clamp(20px, 3.75vw, 48px);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 {
  font-size: clamp(2rem, 2.1875vw, 2.8rem);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::after, body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::before {
  display: none;
  transition: 0.7s;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::after, body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::before {
    display: block;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::before {
  transform: translate(-20%, -40%);
}
@media print, screen and (min-width: 1500px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::before {
    transform: translate(-65%, -40%);
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::after {
  transform: translate(20%, -40%);
}
@media print, screen and (min-width: 1500px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .title_layout07 .title_layout_inner::after {
    transform: translate(65%, -40%);
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns {
  display: grid;
  gap: 24px 30px;
}
@media print, screen and (min-width: 1500px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_] {
  border-radius: 20px;
  background-color: #F3F9EE;
  padding: clamp(32px, 3.75vw, 48px) 18px;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-pdf {
  text-align: center;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-pdf > * + * {
  margin-top: clamp(16px, 1.5625vw, 20px);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-pdf .text strong {
  font-weight: 900;
  font-size: clamp(1.6rem, 1.71875vw, 2.2rem);
}
@media print, screen and (min-width: 1024px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-pdf .text strong br {
    display: contents;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact {
  position: relative;
  text-align: center;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact > * + * {
  margin-top: clamp(6px, 0.78125vw, 10px);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.6rem, 1.71875vw, 2.2rem);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text {
  display: inline-block;
  padding-inline: 18px;
}
@media print, screen and (min-width: 1024px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text {
    position: relative;
    padding-inline: 0;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::before, body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/0.956;
  width: clamp(113px, 16.71875vw, 214px);
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 1500px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::before, body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::after {
    display: none;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::before {
  background-image: url(../img/title/bg_left01.png);
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::before {
    transform: translate(-80%, 20%);
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::after {
  background-image: url(../img/title/bg_right01.png);
  right: 0;
}
@media print, screen and (min-width: 1024px) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text::after {
    transform: translate(80%, 20%);
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text > * {
  position: relative;
  z-index: 99;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text *[class*=call-] {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(4px, 0.625vw, 8px);
  font-weight: 700;
  font-size: clamp(3.6rem, 3.90625vw, 5rem);
  line-height: 1;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text *[class*=call-]::before {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: clamp(20px, 2.65625vw, 34px);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text *[class*=call-][class*=-tel]::before {
  background-image: url(../img/icon/tel_black.svg);
  aspect-ratio: 1/1;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text *[class*=call-][class*=-free]::before {
  background-image: url(../img/icon/free_dial.svg);
  aspect-ratio: 1.75/1;
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text *[class*=call-] + .time {
  margin-top: clamp(6px, 0.9375vw, 12px);
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text .time {
  text-align: left;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.other_cm #main_contents #column_contents *[id*=other-cm_] .cm_contact .cm_contact_columns > *[class*=columns_].box-contact .text .time {
    text-align: center;
  }
}
body#page.other_cm #main_contents #column_contents *[id*=other-cm_] * + .cm_contact {
  margin-top: clamp(60px, 7.8125vw, 100px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.dogoseiboen #main_contents #column_contents *[id*=dogoseiboen_].box_center .inner {
  padding-block: clamp(80px, 11.71875vw, 150px) clamp(80px, 12.5vw, 160px);
}
body#page.dogoseiboen #main_contents #column_contents *[id*=dogoseiboen_].box_center .inner > * + * {
  margin-top: clamp(40px, 5vw, 64px);
}
body#page.dogoseiboen #main_contents #column_contents *[id*=dogoseiboen_].box_center .inner > *[class*=title_layout] + * {
  margin-top: clamp(32px, 2.96875vw, 38px);
}
body#page.dogoseiboen #main_contents #column_contents .bg_ptn01 {
  background: url(../img/dogoseiboen/bg01.png) repeat-y center;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / visual

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.dogoseiboen #dogoseiboen_visual {
  padding-inline: clamp(20px, 4.6875vw, 60px);
  position: relative;
}
body#page.dogoseiboen #dogoseiboen_visual::after {
  content: "";
  display: block;
  background: url(../img/bg_right_ptns01.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1.561;
  width: clamp(110px, 21.875vw, 280px);
  transform: translateY(60%);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 1600px) {
  body#page.dogoseiboen #dogoseiboen_visual::after {
    display: none;
  }
}
body#page.dogoseiboen #dogoseiboen_visual .inner .title {
  position: relative;
  text-align: center;
  font-size: clamp(3.2rem, 4.6875vw, 6rem);
  line-height: 1.2;
  z-index: 2;
  height: calc(clamp(3.2rem, 4.6875vw, 6rem) * 1.2 + clamp(1.6rem, 2.1875vw, 2.8rem) * 1.2 - clamp(3.2rem, 4.6875vw, 6rem) * 1.2 / 2);
}
body#page.dogoseiboen #dogoseiboen_visual .inner .title small {
  font-size: clamp(1.6rem, 2.1875vw, 2.8rem);
}
body#page.dogoseiboen #dogoseiboen_visual .inner .image img {
  border-radius: 20px;
}
body#page.dogoseiboen #dogoseiboen_visual .inner .text {
  margin-inline: auto;
  max-width: 1100px;
  position: relative;
  z-index: 2;
}
body#page.dogoseiboen #dogoseiboen_visual .inner * + .text {
  margin-top: clamp(32px, 4.53125vw, 58px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / general

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.dogoseiboen #dogoseiboen_general {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
@media print, screen and (min-width: 1600px) {
  body#page.dogoseiboen #dogoseiboen_general {
    background: url(../img/bg_right_ptns01.png) no-repeat right 125px, url(../img/bg_left_ptns01.png) no-repeat left 960px;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner {
  padding-block: 56px clamp(60px, 8.125vw, 104px);
  margin-inline: auto;
  max-width: 1100px;
}
body#page.dogoseiboen #dogoseiboen_general .inner > * + * {
  margin-top: clamp(32px, 4.375vw, 56px);
}
body#page.dogoseiboen #dogoseiboen_general .inner .title_layout02 {
  border-bottom: none;
  padding-bottom: 0;
}
body#page.dogoseiboen #dogoseiboen_general .inner .title_layout02::before {
  transform: translateY(30px);
}
body#page.dogoseiboen #dogoseiboen_general .inner .title_layout02 + * {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_general .inner #general_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 10px;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table {
  overflow: hidden;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #87C357;
  width: 100%;
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody th, body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td {
  vertical-align: middle;
  text-align: center;
  font-size: clamp(1.2rem, 1.5625vw, 2rem);
  padding: clamp(8px, 1.40625vw, 18px) clamp(6px, 0.78125vw, 10px);
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody th {
  background-color: rgba(135, 195, 87, 0.5);
  font-weight: 400;
  line-height: 1.2;
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody th + th {
  border-left: 1px solid #FFFFFF;
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody th small {
  display: inline;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody th br {
    display: contents;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td {
  background-color: #FFFFFF;
  text-align: center;
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td + td {
  border-left: 1px solid #87C357;
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td strong {
  font-size: clamp(2rem, 2.5vw, 3.2rem);
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td .list {
  display: grid;
  gap: 6px 10px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td .list {
    grid-template-columns: repeat(3, clamp(24px, 2.34375vw, 30px));
    justify-content: center;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_contents_table tbody td .list > * img {
  margin-inline: auto;
  width: clamp(24px, 2.34375vw, 30px);
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_icon_list {
  display: flex;
  column-gap: clamp(10px, 1.875vw, 24px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_icon_list {
    order: 3;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_icon_list > * {
  display: flex;
  align-items: center;
  column-gap: clamp(5px, 0.78125vw, 10px);
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
  line-height: 1.2;
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_icon_list > * img {
  min-width: clamp(24px, 2.34375vw, 30px);
  width: clamp(24px, 2.34375vw, 30px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_icon_list > * br {
    display: contents;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents * + .general_icon_list {
  margin-top: clamp(8px, 2.6041666667vw, 20px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_kome_list {
    order: 2;
    flex: 1;
  }
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_kome_list > * {
  display: flex;
  column-gap: 5px;
  counter-increment: num;
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents .general_kome_list > *::before {
  content: "※" counter(num);
  font-size: clamp(1.2rem, 1.25vw, 1.6rem);
}
body#page.dogoseiboen #dogoseiboen_general .inner #general_contents * + .general_kome_list {
  margin-top: 20px;
}
body#page.dogoseiboen #dogoseiboen_general .inner *[class*=btn-text] .btn01 {
  width: clamp(300px, 31.25vw, 400px);
}
body#page.dogoseiboen #dogoseiboen_general .inner *[class*=btn-text] .btn01 span::before {
  width: clamp(20px, 2.03125vw, 26px);
}
body#page.dogoseiboen #dogoseiboen_general .inner *[class*=btn-text] .btn01 span::after {
  width: clamp(16px, 1.875vw, 24px);
}
body#page.dogoseiboen #dogoseiboen_general .inner .images > * + * {
  margin-top: clamp(32px, 3.90625vw, 50px);
}
body#page.dogoseiboen #dogoseiboen_general .inner .images > * img {
  margin-inline: auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / mori

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.dogoseiboen #dogoseiboen_mori {
  padding-block: clamp(64px, 8.125vw, 104px);
}
body#page.dogoseiboen #dogoseiboen_mori .inner {
  display: grid;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_mori .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto min-content;
    row-gap: 32px;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_mori .inner .text {
    padding-right: clamp(20px, 3.125vw, 40px);
  }
}
body#page.dogoseiboen #dogoseiboen_mori .inner .text > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
body#page.dogoseiboen #dogoseiboen_mori .inner .text .title img {
  width: clamp(180px, 23.4375vw, 300px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_mori .inner .image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
body#page.dogoseiboen #dogoseiboen_mori .inner .image img {
  border-radius: 10px;
}
body#page.dogoseiboen #dogoseiboen_mori .inner * + .image {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_mori .inner * + .image {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] {
    align-self: end;
    text-align: left;
  }
}
body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01 {
  border-color: #C86CB3;
  background-color: #C86CB3;
  box-shadow: 3px 3px 0 0 rgba(200, 108, 179, 0.3) !important;
  width: clamp(300px, 31.25vw, 400px);
}
body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01:focus {
  color: #C86CB3 !important;
}
body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01:focus span::after {
  background-image: url(../img/icon/btn_pattern01_seibo.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01:hover {
    color: #C86CB3 !important;
  }
  body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01:hover span::after {
    background-image: url(../img/icon/btn_pattern01_seibo.svg) !important;
  }
}
body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01.icon-pdf:focus span::before {
  background-image: url(../img/icon/pdf_seibo.svg) !important;
}
@media (hover: hover) and (pointer: fine) {
  body#page.dogoseiboen #dogoseiboen_mori .inner *[class*=btn-text] .btn01.icon-pdf:hover span::before {
    background-image: url(../img/icon/pdf_seibo.svg) !important;
  }
}
body#page.dogoseiboen #dogoseiboen_mori .inner * + *[class*=btn-text] {
  margin-top: 32px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_mori .inner * + *[class*=btn-text] {
    margin-top: 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / facilities

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1600px) {
  body#page.dogoseiboen #dogoseiboen_facilities {
    background: url(../img/bg_right_ptns01.png) no-repeat right top;
  }
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery {
  display: grid;
  gap: 24px clamp(16px, 2.5vw, 32px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery > * .image {
  border-radius: 6px;
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery > * .text {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery > * .text::before {
  content: "";
  display: block;
  background-image: linear-gradient(transparent, transparent calc(50% - 1.5px), #87C357 calc(50% - 1.5px), #87C357 calc(50% + 1.5px), transparent calc(50% + 1.5px), transparent);
  height: calc(clamp(1.6rem, 1.40625vw, 1.8rem) * 1.8);
  min-width: 5px;
  width: 5px;
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_gallery > * * + .text {
  margin-top: 8px;
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_service > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_service .list_disc {
  padding-left: 18px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_service .list_disc {
    padding-left: 0;
  }
}
body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_service .list_disc > * {
  font-weight: 700;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_facilities .inner .facilities_service .list_disc > * {
    font-weight: 400;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / about

------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1600px) {
  body#page.dogoseiboen #dogoseiboen_about {
    background: url(../img/bg_left_ptns01.png) no-repeat left bottom;
  }
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box {
  display: grid;
  row-gap: 24px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_about .inner .column_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_about .inner .column_box .column_left {
    padding-right: clamp(24px, 3.90625vw, 50px);
  }
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box ul.list > * {
  border-radius: 10px;
  background-color: #F3F9EE;
  padding: clamp(20px, 1.875vw, 24px) clamp(18px, 2.1875vw, 28px);
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box ul.list > * + * {
  margin-top: 10px;
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box ul.list > * > * + * {
  margin-top: 10px;
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box ul.list > * > *:not([class*=title_layout]) {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box ul.list > * .title_layout05 {
  font-size: clamp(1.8rem, 1.5625vw, 2rem);
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box ul.list > * .title_layout05 + * {
  padding-left: 15px;
}
body#page.dogoseiboen #dogoseiboen_about .inner .column_box .map {
  aspect-ratio: 1/0.917;
  width: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / dogoseiboen / contact

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.dogoseiboen #dogoseiboen_contact {
  padding-inline: clamp(20px, 4.6875vw, 60px);
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box {
  border-radius: 20px;
  background-color: #F3F9EE;
  padding: clamp(30px, 3.90625vw, 50px) 18px clamp(30px, 4.6875vw, 60px);
  margin-inline: auto;
  max-width: 1150px;
  position: relative;
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box .title {
  text-align: center;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
  line-height: 1.4;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_contact .contact_box .text {
    text-align: center;
  }
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(3.4rem, 3.90625vw, 5rem);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel {
    display: inline-block;
    position: relative;
  }
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel::before, body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/0.956;
  width: clamp(113px, 16.71875vw, 214px);
  position: absolute;
  bottom: 0;
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel::before {
  background-image: url(../img/title/bg_left01.png);
  left: 0;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel::before {
    transform: translateX(-90%);
  }
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel::after {
  background-image: url(../img/title/bg_right01.png);
  right: 0;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .tel::after {
    transform: translateX(90%);
  }
}
body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .time {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  padding-inline: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.dogoseiboen #dogoseiboen_contact .contact_box .text .time br {
    display: contents;
  }
}
body#page.dogoseiboen * + #dogoseiboen_contact {
  margin-top: clamp(38px, 8.125vw, 104px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / contact / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.contact #main_contents {
  padding-top: clamp(24px, 6.25vw, 80px);
}
body#page.contact #main_contents #column_contents > * + * {
  margin-top: clamp(32px, 6.25vw, 80px);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / contact / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.contact #contact_contents .inner {
  text-align: center;
}
body#page.contact #contact_contents .inner > * + * {
  margin-top: clamp(16px, 2.5vw, 32px);
}
body#page.contact #contact_contents .inner h2 {
  font-weight: 900;
  font-size: clamp(1.6rem, 2.1875vw, 2.8rem);
}
body#page.contact #contact_contents .inner p {
  font-size: clamp(1.2rem, 1.40625vw, 1.8rem);
}
body#page.contact #contact_contents .inner p a {
  text-decoration: underline;
  font-weight: 700;
  color: #87C357;
}
body#page.contact #contact_contents .inner p a:focus {
  text-decoration: none;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  body#page.contact #contact_contents .inner p a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / news / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#post.single #main_contents #column_contents #news_single_contents .inner > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
body#post.single #main_contents #column_contents #news_single_contents .inner > * + *[class*=btn-text] {
  margin-top: 56px;
}
body#post.single #main_contents #column_contents #news_single_contents .inner .single_title::after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #87C357, #87C357 100px, rgba(135, 195, 87, 0.5) 100px, rgba(135, 195, 87, 0.5));
  margin-top: clamp(16px, 1.5625vw, 20px);
  height: 1px;
  width: 100%;
}
body#post.single #main_contents #column_contents #news_single_contents .inner .single_title .title_layout06 {
  font-size: clamp(1.8rem, 2.34375vw, 3rem);
  line-height: 1.6;
}
body#post.single #main_contents #column_contents #news_single_contents .inner .single_title .title_layout06::before {
  transform: translateY(-50%);
  top: 50%;
}
body#post.single #main_contents #column_contents #news_single_contents .inner .single_title .single_date {
  font-size: 1.6rem;
  color: rgba(55, 55, 55, 0.6);
}
body#post.single #main_contents #column_contents #news_single_contents .inner .single_title * + .single_date {
  margin-top: 8px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / privacypolicy / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.privacypolicy #main_contents #column_side #column_side_inner .side_nav_list {
  flex-direction: column;
}
body#page.privacypolicy #main_contents #column_side #column_side_inner .side_nav_list > * {
  width: 100%;
}
body#page.privacypolicy #main_contents #column_side #column_side_inner .side_nav_list > * a {
  justify-content: space-between;
  padding-inline: 18px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.privacypolicy #main_contents #column_side #column_side_inner .side_nav_list > * a {
    padding-inline: 0;
  }
}
body#page.privacypolicy #main_contents #column_contents > * + *[id*=privacypolicy_] {
  padding-top: clamp(72px, 7.5vw, 96px);
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner > * + * {
  margin-top: 32px;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner a {
  text-decoration: underline;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner a:hover {
    text-decoration: none;
  }
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .list_disc > * {
  align-items: flex-start;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .list_disc > *::before {
  aspect-ratio: unset;
  height: calc(clamp(1.4rem, 1.25vw, 1.6rem) * 1.6);
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .box_contents > * + * {
  margin-top: 16px;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .box_contents ol > * {
  display: flex;
  column-gap: 5px;
  counter-increment: num;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .box_contents ol > * + * {
  margin-top: 16px;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .box_contents ol > *::before {
  content: counter(num) ".";
  display: inline;
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .box_bgcolor {
  border-radius: 10px;
  background-color: #F3F9EE;
  padding: clamp(24px, 3.125vw, 40px) clamp(18px, 2.5vw, 32px);
}
body#page.privacypolicy #main_contents #column_contents *[id*=privacypolicy_] .inner .box_bgcolor > * + * {
  margin-top: 10px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / notfound / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#not_found #main_contents #column_contents *[id*=notfound_] .inner > * + * {
  margin-top: 32px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / notfound / contents

------------------------------------------------------------------------------------------------------------------------------------------*/
body#not_found #main_contents #column_contents #notfound_contents .inner {
  text-align: center;
}
body#not_found #main_contents #column_contents #notfound_contents .inner h2 {
  font-weight: 900;
  font-size: clamp(1.6rem, 2.1875vw, 2.8rem);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / recruit / common

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.recruit #main_contents #column_contents *[id*=recruit_] {
  text-align: center;
}
body#page.recruit #main_contents #column_contents *[id*=recruit_] + *[id*=recruit_] {
  padding-top: clamp(32px, 7.5vw, 96px);
  margin-top: calc(clamp(72px, 11.25vw, 144px) - clamp(32px, 7.5vw, 96px));
}
body#page.recruit #main_contents #column_contents *[id*=recruit_] .title {
  position: relative;
}
body#page.recruit #main_contents #column_contents *[id*=recruit_] .title::before {
  content: "";
  display: block;
  background: url(../img/title/bg_center02.png) no-repeat center;
  background-size: contain;
  aspect-ratio: 1/1;
  width: clamp(100px, 18.75vw, 240px);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
body#page.recruit #main_contents #column_contents *[id*=recruit_] .title > * {
  position: relative;
}
body#page.recruit #main_contents #column_contents *[id*=recruit_] h2.title {
  font-size: clamp(2.4rem, 2.8125vw, 3.6rem);
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / recruit / about

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.recruit #recruit_about .inner > * + * {
  margin-top: clamp(32px, 5.625vw, 72px);
}
body#page.recruit #recruit_about .inner .title + * {
  margin-top: clamp(24px, 4.375vw, 56px);
}
body#page.recruit #recruit_about .inner .image img {
  border-radius: 10px;
  margin-inline: auto;
}
body#page.recruit #recruit_about .inner .text strong {
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  line-height: 2;
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / recruit / description

------------------------------------------------------------------------------------------------------------------------------------------*/
body#page.recruit #recruit_description .inner > * {
  position: relative;
}
body#page.recruit #recruit_description .inner > * + * {
  margin-top: clamp(24px, 4.375vw, 56px);
}
body#page.recruit #recruit_description .inner .list {
  display: grid;
  row-gap: clamp(24px, 2.96875vw, 38px);
  margin-inline: auto;
  max-width: 1150px;
}
body#page.recruit #recruit_description .inner .list > * {
  border-radius: 20px;
  background-color: #F3F9EE;
  padding: clamp(32px, 4.375vw, 56px) 18px;
}
body#page.recruit #recruit_description .inner .list > *.box_btn > * + * {
  margin-top: clamp(16px, 2.5vw, 32px);
}
body#page.recruit #recruit_description .inner .list > *.box_btn .title > * {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
}
body#page.recruit #recruit_description .inner .list > *.box_btn *[class*=btn-text] .btn01 {
  width: clamp(300px, 31.25vw, 400px);
}
body#page.recruit #recruit_description .inner .list > *.box_contact {
  padding: clamp(32px, 3.90625vw, 50px) 18px clamp(32px, 4.6875vw, 60px);
}
body#page.recruit #recruit_description .inner .list > *.box_contact h3 {
  font-weight: 900;
  font-size: clamp(1.8rem, 1.875vw, 2.4rem);
}
body#page.recruit #recruit_description .inner .list > *.box_contact h3 + * {
  margin-top: clamp(4px, 0.625vw, 8px);
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text {
  display: inline-block;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.recruit #recruit_description .inner .list > *.box_contact .text {
    position: relative;
  }
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text::before, body#page.recruit #recruit_description .inner .list > *.box_contact .text::after {
  content: "";
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  aspect-ratio: 1/0.956;
  width: clamp(113px, 16.71875vw, 214px);
  position: absolute;
  bottom: 0;
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text::before {
  background-image: url(../img/title/bg_left01.png);
  left: 0;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.recruit #recruit_description .inner .list > *.box_contact .text::before {
    transform: translate(-80%, 20%);
  }
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text::after {
  background-image: url(../img/title/bg_right01.png);
  right: 0;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.recruit #recruit_description .inner .list > *.box_contact .text::after {
    transform: translate(80%, 20%);
  }
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text > * {
  position: relative;
  z-index: 99;
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: clamp(4px, 0.625vw, 8px);
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(3.6rem, 3.90625vw, 5rem);
  line-height: 1;
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text .tel::before {
  content: "";
  display: block;
  background: url(../img/icon/free_dial.svg) no-repeat center;
  background-size: contain;
  aspect-ratio: 1.75/1;
  height: clamp(20px, 2.65625vw, 34px);
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text .tel + .time {
  margin-top: clamp(6px, 0.9375vw, 12px);
}
body#page.recruit #recruit_description .inner .list > *.box_contact .text .time {
  text-align: left;
  font-weight: 500;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  body#page.recruit #recruit_description .inner .list > *.box_contact .text .time {
    text-align: center;
    padding-inline: 0;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------

* page / test / common

------------------------------------------------------------------------------------------------------------------------------------------*/
#test #test_contents {
  background-color: #FFFFFF;
}
#test #test_contents .inner {
  padding-block: clamp(72px, 7.5vw, 96px);
}
#test #test_contents .inner > * + * {
  margin-top: clamp(80px, 12.5vw, 160px);
}
#test #test_contents .inner section > * + * {
  margin-top: clamp(48px, 6.25vw, 80px);
}
#test #test_contents .inner .testlist {
  display: grid;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .testlist {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content auto;
    column-gap: clamp(16px, 1.5625vw, 20px);
  }
}
#test #test_contents .inner .testlist > * {
  padding: 16px 20px;
}
#test #test_contents .inner .testlist > dt {
  border-radius: 6px;
  background-color: #F3F9EE;
  font-weight: 700;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .testlist > dt {
    grid-row: 1/2;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .testlist > dd {
    grid-row: 2/3;
  }
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .testlist > dd dl {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 10px;
  }
}
#test #test_contents .inner .listnumtest {
  display: grid;
  gap: 32px clamp(24px, 3.90625vw, 50px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .listnumtest {
    grid-template-columns: repeat(3, 1fr);
  }
}
#test #test_contents .inner .listnumtest > li {
  counter-increment: num;
  max-width: 350px;
}
#test #test_contents .inner .listnumtest > li .image {
  background-color: #111111;
  aspect-ratio: 1/0.971;
  position: relative;
}
#test #test_contents .inner .listnumtest > li .image::after {
  content: "0" counter(num);
  display: flex;
  align-items: end;
  justify-content: center;
  clip-path: circle(clamp(56px, 5.859375vw, 75px) at 50% calc(100% - 10px));
  background-color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(4.8rem, 5vw, 6.4rem);
  line-height: 1;
  color: #87C357;
  aspect-ratio: 1/0.567;
  width: clamp(112px, 11.71875vw, 150px);
  transform: translate(-50%, calc(clamp(4.8rem, 5vw, 6.4rem) / 2));
  position: absolute;
  bottom: 0;
  left: 50%;
}
#test #test_contents .inner .listnumtest > li .image::after::last-letter {
  color: red;
  font-size: 11rem;
}
#test #test_contents .inner .listnumtest > li .text {
  padding-top: clamp(32px, 3.75vw, 48px);
}
#test #test_contents .inner .listnumtest > li .text > * + * {
  margin-top: clamp(16px, 1.875vw, 24px);
}
#test #test_contents .inner .listnumtest > li .text h4 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.71875vw, 2.2rem);
  line-height: 1.4;
  color: #87C357;
}
#test #test_contents .inner .xxxxx {
  border-radius: 10px;
  border: 1px solid #373737;
  padding: clamp(20px, 3.125vw, 40px) clamp(16px, 2.5vw, 32px);
}
#test #test_contents .inner .xxxxx > * + * {
  margin-top: clamp(24px, 2.5vw, 32px);
}
#test #test_contents .inner .xxxxx h5 {
  font-size: 2.4rem;
  color: #54B84F;
}
#test #test_contents .inner .xxxxx h5 + * {
  margin-top: clamp(32px, 5vw, 64px);
}
#test #test_contents .inner .xxxxx .view-display {
  overflow: hidden;
}
#test #test_contents .inner .xxxxx .view-display .view-display-list {
  display: grid;
  border-top: 1px solid #87C357;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .xxxxx .view-display .view-display-list {
    grid-template-columns: 40% 60%;
  }
}
#test #test_contents .inner .xxxxx .view-display .view-display-list > * {
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
}
#test #test_contents .inner .xxxxx .view-display .view-display-list > dt {
  font-weight: 700;
  padding-block: clamp(16px, 1.5625vw, 20px) 5px;
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .xxxxx .view-display .view-display-list > dt {
    border-bottom: 1px solid #87C357;
    padding-block: clamp(16px, 1.5625vw, 20px);
  }
}
#test #test_contents .inner .xxxxx .view-display .view-display-list > dd {
  border-bottom: 1px solid #87C357;
  padding-block: 5px clamp(16px, 1.5625vw, 20px);
}
@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
  #test #test_contents .inner .xxxxx .view-display .view-display-list > dd {
    padding-block: clamp(16px, 1.5625vw, 20px);
  }
}
#test #test_contents .inner .xxxxx .oac-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #87C357;
  font-weight: 700;
  color: #87C357;
  height: 50px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */