@charset "UTF-8";
/*!
 * Project: sanrei
 * @version 1.0.0
 * @author STUDIO MIRAI.
 * @lastmodified 2025-01-30
 */
/* ======================================================================

<_settings.scss> 

========================================================================== */
/* = 
------------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* = 
------------------------------------------------------------------------------------------------------- */
/* = 
------------------------------------------------------------------------------------------------------- */
/* ======================================================================

<_reset.scss> 

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

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

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

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 */
  -webkit-text-decoration: underline dotted;
          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,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

/* ======================================================================

<_common.scss> 

========================================================================== */
/* =======================================================================
  basic html
========================================================================== */
:root,
::before,
::after {
  --black: #231815;
  --black_01: #5c5a5a;
  --black_02: #3e3a39;
  --white: #ffffff;
  --green: #96cb40;
  --lgreen: #eaf3d9;
  --bluegreen: #ddf8fa;
  --service_green: #3eb370;
  --bg_green: #f2f8ed;
  --gray: #d6cac5;
  --tsusho: #90a375;
  --houmon: #c4a64d;
  --nyukyo: #c88e8c;
  --container_width: 1100px;
  --container_wide_width: 1400px;
  --container_thin_width: 1000px;
}

html {
  font-size: 60%;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  height: 100%;
  color: var(--black);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  line-height: 1.5;
}

a {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
a.external {
  padding-right: 2rem;
  background: url(../img/common/ico_blank.svg) right 0.2rem top 0.1rem no-repeat;
  background-size: 1.3rem;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

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

figure {
  margin: 0;
}

hr {
  height: 0.1rem;
  background-color: var(--black);
  opacity: 0.25;
  margin: 1.5rem 0;
}

strong {
  font-weight: 700;
}

/* =======================================================================
  basic classes
========================================================================== */
/* = container
-------------------------- */
.container {
  position: relative;
  padding: 0;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    max-width: var(--container_width);
  }
}
@media (min-width: 992px) {
  .container_thin {
    max-width: var(--container_thin_width);
  }
}

.disp_pc {
  display: none;
}
@media (min-width: 992px) {
  .disp_pc {
    display: block;
  }
}

.disp_sp,
.disp_tab {
  display: block;
}
@media (min-width: 992px) {
  .disp_sp,
  .disp_tab {
    display: none;
  }
}

.strike {
  text-decoration: line-through;
}

.disabled {
  opacity: 0.3;
  cursor: default;
}

.bg_area {
  text-align: center;
  position: relative;
  padding: 3rem 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .bg_area {
    padding: 10rem 0;
  }
}
.bg_area:before {
  content: "";
  background: url(../img/common/bg_gradation.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_color_green {
  background: var(--green);
  color: var(--white);
  text-align: center;
  padding: 0.5rem 1rem;
}
.bg_color_tsusho {
  background: var(--tsusho);
  color: var(--white);
  text-align: center;
}
.bg_color_tsusho.tag::after {
  border-color: var(--tsusho) transparent transparent transparent !important;
}
.bg_color_houmon {
  background: var(--houmon);
  color: var(--white);
  text-align: center;
}
.bg_color_houmon.tag::after {
  border-color: var(--houmon) transparent transparent transparent !important;
}
.bg_color_nyukyo {
  background: var(--nyukyo);
  color: var(--white);
  text-align: center;
}
.bg_color_nyukyo.tag::after {
  border-color: var(--nyukyo) transparent transparent transparent !important;
}

/* = header
-------------------------- */
#header {
  position: relative;
  width: 100%;
  height: 8.5rem;
  border-bottom: 0.5rem solid var(--green);
}
@media (min-width: 992px) {
  #header .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 100%;
  }
}
#header .container .logo {
  padding-top: 9px;
}
@media (min-width: 992px) {
  #header .container .logo {
    padding-top: 0;
    margin-right: 2.8rem;
  }
}
#header .container .logo a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/logo.svg") no-repeat center top;
  display: block;
  aspect-ratio: 356/47;
  width: 200px;
}
@media (min-width: 992px) {
  #header .container .logo a {
    width: 356px;
  }
}
#header .container .catchcopy {
  font-size: 1.5rem;
}
#header .container .contact_tel {
  display: none;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  #header .container .contact_tel {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    flex-flow: column;
    justify-content: right;
    align-items: center;
  }
}
#header .container .contact_tel p {
  padding: 0.2rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}
#header .container .contact_tel .tel {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/tel.svg") no-repeat center top;
  display: block;
  width: 206px;
  height: 22px;
  margin-left: 1rem;
}

.hero {
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .hero {
    height: 100%;
  }
}

/* = gnav
-------------------------- */
/* = main
-------------------------- */
#main::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top -1px;
  background-image: url(../img/common/bg_img.png);
  background-size: 100%;
}
#main .section {
  padding: 4.5rem 0 2rem;
}
@media (min-width: 992px) {
  #main .section {
    padding: 4.5rem 0;
  }
}
#main .section .title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.55rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 4rem;
  z-index: 1;
}
@media (min-width: 992px) {
  #main .section .title {
    font-size: 2.8rem;
  }
}
#main .section .sub_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #main .section .sub_title {
    font-size: 2.8rem;
  }
}
#main .section .text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  #main .section .text {
    margin-bottom: 5rem;
  }
}
#main .section .text:last-of-type {
  margin-bottom: 0;
}
#main .section .bg_area .title {
  font-family: serif !important;
  color: var(--black) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #main .section .bg_area .title {
    font-size: 3.5rem;
  }
}
#main #introduction {
  padding-top: 15rem;
  text-align: center;
  position: relative;
}
#main #introduction .title {
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  #main #introduction .title {
    font-size: 2.8rem;
  }
}
#main #introduction .title:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/logo_s.svg) no-repeat center top;
  background-size: 100%;
  width: 42px;
  height: 52px;
  top: -8.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  #main #introduction .title:before {
    width: 52px;
    height: 62px;
  }
}
#main #introduction p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
#main #introduction .grid_list_md_3 ul .image,
#main #introduction .grid_list_lg_3 ul .image,
#main .introduction .grid_list_md_3 ul .image,
#main .introduction .grid_list_lg_3 ul .image {
  aspect-ratio: 294/294;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main #introduction .grid_list_md_3 ul .image img,
#main #introduction .grid_list_lg_3 ul .image img,
#main .introduction .grid_list_md_3 ul .image img,
#main .introduction .grid_list_lg_3 ul .image img {
  border-radius: 50%;
}

.grid_list ul,
.grid_list ol {
  display: grid;
  row-gap: 3rem;
}
@media (min-width: 992px) {
  .grid_list ul,
  .grid_list ol {
    row-gap: 6rem;
  }
}
.grid_list ul .list_item,
.grid_list ol .list_item {
  position: relative;
}
.grid_list ul .list_item a .tag,
.grid_list ol .list_item a .tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  height: 30px;
}
@media (min-width: 992px) {
  .grid_list ul .list_item a .tag,
  .grid_list ol .list_item a .tag {
    font-size: 1.8rem;
  }
}
.grid_list ul .list_item a .tag:after,
.grid_list ol .list_item a .tag:after {
  content: "";
  position: absolute;
  top: 0;
  right: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: var(--green) transparent transparent transparent;
}
.grid_list ul .list_item a h3,
.grid_list ol .list_item a h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .grid_list ul .list_item a h3,
  .grid_list ol .list_item a h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .grid_list ul .list_item_image,
  .grid_list ol .list_item_image {
    max-width: 530px;
  }
}
.grid_list ul .list_item_image img,
.grid_list ol .list_item_image img {
  aspect-ratio: 530/230;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid_list_mb_2 ul,
.grid_list_mb_2 > ol {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.grid_list_mb_3 ul,
.grid_list_mb_3 > ol {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.grid_list_lg_2 {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .grid_list_lg_2 {
    margin-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .grid_list_lg_2 ul,
  .grid_list_lg_2 > ol {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 5%;
  }
}
@media (min-width: 992px) {
  .grid_list_lg_3 ul,
  .grid_list_lg_3 > ol {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media (min-width: 992px) {
  .grid_list_lg_4 ul,
  .grid_list_lg_4 > ol {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media (min-width: 992px) {
  .grid_list_lg_5 ul,
  .grid_list_lg_5 > ol {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}

.btn_to_top {
  position: fixed;
  bottom: 7.7rem;
  right: 1rem;
  z-index: 60;
}
@media (min-width: 992px) {
  .btn_to_top {
    bottom: 9rem;
    right: 8.5rem;
  }
}
.btn_to_top a {
  background-color: var(--green);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/btn_to_top.svg") no-repeat center top;
  display: block;
  background-position: center center;
  border-radius: 100%;
  width: 55px;
  height: 55px;
}
@media (min-width: 768px) {
  .btn_to_top a {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .btn_to_top a {
    width: 90px;
    height: 90px;
  }
}

/* = footer
-------------------------- */
/* = footer
-------------------------- */
#footer {
  position: relative;
}
#footer .inner {
  background: url(../img/common/bg_gradation.png) no-repeat center center;
  background-size: cover;
  padding: 15rem 0 10rem;
  margin: 0 auto 1.2rem;
}
@media (min-width: 992px) {
  #footer .inner {
    padding: 4.3rem 0.2rem;
    padding-left: 26rem;
  }
}
#footer .inner .sns {
  position: absolute;
  top: -85px;
  left: 0;
}
@media (min-width: 992px) {
  #footer .inner .sns {
    top: 0;
    left: -158px;
  }
}
#footer .inner .sns li a {
  width: 64x;
  height: 64px;
  padding: 0;
}
#footer .inner .sns li a.instagram {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/ico_instagram.svg) no-repeat center top;
  display: block;
}
#footer .inner .fnav {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  #footer .inner .fnav {
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 5rem;
  }
}
#footer .inner .fnav ul {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #footer .inner .fnav ul {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #footer .inner .fnav ul:nth-child(3) {
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  #footer .inner .fnav ul:nth-child(4) {
    padding-left: 5rem;
  }
}
#footer .inner .fnav ul h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  border-bottom: 0.1rem solid var(--black);
}
#footer .inner .page_nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
}
@media (min-width: 768px) {
  #footer .inner .page_nav {
    width: 100%;
  }
}
#footer .inner .page_nav li {
  border-left: 0.1rem solid var(--black);
}
#footer .inner .page_nav li a {
  padding: 0 1rem;
}
#footer .inner .page_nav li:first-child {
  border-left: none;
}
#footer .inner .page_nav li:first-child a {
  padding-left: 0;
}
#footer .company_name {
  font-size: 1.4rem;
  text-align: center;
}
#footer .company_name .name {
  font-size: 1.7rem;
  display: inline-block;
}
@media (min-width: 768px) {
  #footer .company_name .name {
    margin-right: 1rem;
  }
}
#footer .company_name .disp_pc {
  display: none;
}
@media (min-width: 768px) {
  #footer .company_name .disp_pc {
    display: inline;
  }
}
#footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin-bottom: 23px;
}
#footer .copyright br {
  display: block;
}
@media (min-width: 992px) {
  #footer .copyright br {
    display: none;
  }
}

.scroll-hint-icon {
  top: 50%;
  left: calc(50% + 40px);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.no_scroll_icon .scroll-hint-icon {
  display: none;
}

/* ======================================================================

<_gnav.scss> 

========================================================================== */
@media (min-width: 768px) {
  #nav_area {
    position: relative;
    z-index: 1;
    padding-top: 34px;
    margin-top: -34px;
  }
}

.gnav {
  display: none;
}
@media (min-width: 768px) {
  .gnav {
    display: flex;
    background-color: var(--white);
    position: relative;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .gnav::before {
    content: "";
    display: block;
    position: absolute;
    top: -34px;
    width: 100%;
    height: 34px;
    z-index: -2;
    text-align: center;
    background-image: url("../img/common/gnav_arc.svg");
    background-size: 100% 34px;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .gnav ul {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .gnav ul li {
    width: 213px;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
  }
}
@media (min-width: 768px) {
  .gnav ul li > a,
  .gnav ul li > div {
    display: block;
    padding: 0 20px;
    letter-spacing: 0.3rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .gnav ul li > a::before,
  .gnav ul li > div::before {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .gnav ul li > a::after,
  .gnav ul li > div::after {
    content: attr(data-en);
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 8px;
    color: var(--green);
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 768px) {
  .gnav ul li:not(:last-child)::after {
    content: "";
    background: var(--green);
    width: 2px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 55px;
  }
}
@media (min-width: 768px) {
  .gnav ul li.home a::before {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/ico_gnav_home.svg") no-repeat center top;
    display: block;
    background-position: bottom;
    width: 51px;
    height: 46px;
  }
}
.gnav ul li.service {
  /* タッチ向けではhoverを無効に（JSで .active 制御へ切り替え） */
}
@media (min-width: 768px) {
  .gnav ul li.service {
    width: 255px;
    cursor: pointer;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .gnav ul li.service > a {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .gnav ul li.service > a::before {
    content: "";
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/ico_gnav_service.svg") no-repeat center top;
    display: block;
    background-position: bottom;
    width: 94px;
    height: 46px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.gnav ul li.service .child {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .gnav ul li.service .child {
    display: flex; /* 最初から display を設定 */
    opacity: 0;
    visibility: hidden;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    flex-flow: column nowrap;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    padding: 20px 0;
  }
  .gnav ul li.service .child li {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: var(--green);
  }
  .gnav ul li.service .child li:not(:last-child) {
    border-bottom: 1px var(--white) solid;
  }
  .gnav ul li.service .child li a {
    display: block;
    padding: 10px 10px;
    color: var(--white);
    letter-spacing: 0;
    font-weight: 600;
  }
  .gnav ul li.service .child li a::before {
    display: none;
  }
}
.gnav ul li.service:hover > a {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.gnav ul li.service:hover .child {
  top: 90%;
  opacity: 1;
  visibility: visible;
}
@media (hover: none) {
  .gnav ul li.service.active .child {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .gnav ul li.company {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .gnav ul li.company a::before {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/ico_gnav_company.svg") no-repeat center top;
    display: block;
    background-position: bottom;
    width: 50px;
    height: 46px;
  }
}
@media (min-width: 768px) {
  .gnav ul li.join_us {
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .gnav ul li.join_us a::before {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/common/ico_gnav_joinus.svg") no-repeat center top;
    display: block;
    background-position: bottom;
    width: 48px;
    height: 46px;
  }
}
.gnav > .contact_tel {
  display: none;
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
  z-index: 90;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 32px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 110;
}
@media (min-width: 768px) {
  .toggle_btn {
    display: none;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 34px;
  height: 2px;
  background-color: var(--green);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 34px;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 34px;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 34px;
}

/* = nav (open)
---------------------------- */
.open .hero {
  display: none;
}
.open .gnav {
  display: block;
  width: 100%;
  height: 100svh;
  z-index: 110;
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem 3rem;
}
.open .gnav > ul {
  display: block;
  width: 100%;
  height: calc(100vh - 135px);
  margin: 0 auto;
  font-size: 2rem;
}
.open .gnav > ul li {
  margin-bottom: 1rem;
}
.open .gnav > ul li.service > div {
  margin-bottom: 1rem;
}
.open .gnav > ul li.service .child {
  margin-left: 2rem;
  list-style: disc;
}
.open .gnav > .contact_tel {
  display: block;
  text-align: center;
}
.open .gnav > .contact_tel .bg_color_green {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem !important;
}
.open .gnav > .contact_tel .tel {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/tel.svg") no-repeat center top;
  display: block;
  width: 206px;
  height: 22px;
  margin: 0 auto;
}
.open .toggle_btn span {
  background-color: var(--green);
  box-shadow: none;
  width: 34px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-30deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(30deg);
  animation: unset;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg_green);
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 100;
}

/* ======================================================================

<_home.scss> トップページのCSS

========================================================================== */
#home #header {
  background: var(--bg_green);
  z-index: 1;
}
#home #main .hero {
  aspect-ratio: 1200/600;
  background: url(../img/home/main_visual.jpg) no-repeat center top -5px;
  background-size: cover;
}
#home #main #information .info_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #home #main #information .info_box {
    padding: 0.7rem 6rem 0.7rem 0.3rem;
  }
}
#home #main #information .info_box .info_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  #home #main #information .info_box .info_title {
    width: 20%;
    margin: 5.3rem auto 4.3rem;
    line-height: 1.8;
  }
}
#home #main #information .info_box .info_title::before {
  content: "";
  background: url(../img/home/bg_info.svg) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 254/185;
  height: 11rem;
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  #home #main #information .info_box .info_title::before {
    height: 18.5rem;
    top: 0;
    left: 0;
    transform: none;
  }
}
#home #main #information .info_box .info_title > .title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
  z-index: 0;
}
#home #main #information .info_box .post_list {
  color: var(--black_02);
}
@media (min-width: 768px) {
  #home #main #information .info_box .post_list {
    width: 75%;
  }
}
#home #main #information .info_box .post_list .post {
  display: flex;
  flex-flow: column;
  padding: 1.4rem 0;
  border-bottom: 0.1rem solid var(--black_02);
}
@media (min-width: 768px) {
  #home #main #information .info_box .post_list .post {
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    margin-left: 1.7rem;
    justify-content: space-between;
  }
}
#home #main #information .info_box .post_list .post:last-of-type {
  border-bottom: none;
}
#home #main #information .info_box .post_list .post .date {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #home #main #information .info_box .post_list .post .date {
    width: 12%;
    padding-left: 0.8rem;
    margin-bottom: 0;
  }
}
#home #main #information .info_box .post_list .post .post_title {
  font-size: 1.4rem;
  word-break: break-all;
}
@media (min-width: 768px) {
  #home #main #information .info_box .post_list .post .post_title {
    width: 88%;
    padding-left: 2rem;
  }
}
#home #main #introduction {
  padding-top: 11.5rem;
}
#home #main #service .grid_list_mb_2,
#home #main #service .grid_list_lg_5 {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #home #main #service .grid_list_mb_2,
  #home #main #service .grid_list_lg_5 {
    width: 75%;
  }
}
#home #main #service .grid_list_mb_2 ul,
#home #main #service .grid_list_lg_5 ul {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0rem;
  -moz-column-gap: 1%;
       column-gap: 1%;
}
@media (min-width: 992px) {
  #home #main #service .grid_list_mb_2 ul,
  #home #main #service .grid_list_lg_5 ul {
    font-size: 1.4rem;
  }
}
#home #main #service .grid_list_mb_2 ul li a,
#home #main #service .grid_list_lg_5 ul li a {
  width: 100%;
  padding: 0.5rem 1.1rem;
}
@media (min-width: 992px) {
  #home #main #service .grid_list_mb_2 ul li a,
  #home #main #service .grid_list_lg_5 ul li a {
    padding: 0.2rem 0.8rem;
  }
}
#home #main #service .grid_list_lg_5 {
  align-items: center;
}
@media (min-width: 992px) {
  #home #main #service .grid_list_lg_5 {
    width: 95%;
  }
}
#home #main #service .grid_list_lg_5 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home #main #service .grid_list_lg_5 ul li.bg_color_green {
  padding: 0;
}
#home #main #service .grid_list_lg_5 ul li.bg_color_green a {
  padding: 0.5rem 1.1rem;
}
@media (min-width: 992px) {
  #home #main #service .grid_list_lg_5 ul li.bg_color_green a {
    padding: 0.2rem 0.8rem;
  }
}

/* ======================================================================

<_page.scss> 下層ページ共通のCSS

========================================================================== */
.page #main .hero {
  aspect-ratio: 1200/410;
}
.page #main .hero .page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #009944;
  z-index: 2;
}
.page #main .hero .page_title::after {
  content: attr(data-en);
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page #main .hero .page_title::after {
    font-size: 2rem;
  }
}
.page #main .breadcrumb {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1rem;
  padding-top: 1rem;
}
.page #main .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.page #main .breadcrumb ol li:not(:last-child)::after {
  content: "＞";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page #main .breadcrumb ol li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page #main .breadcrumb ol li a:not(.service):hover {
  text-decoration: underline;
}
.page #main .breadcrumb ol li a.service:hover {
  opacity: 1;
  cursor: default;
}
.page #main #introduction .title::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/ico_wheelchair.svg) no-repeat center center;
  background-size: 100%;
  width: 100px;
  height: 105px;
  bottom: -8rem;
  right: 0rem;
}
@media (min-width: 992px) {
  .page #main #introduction .title::after {
    width: 165px;
    height: 169px;
    top: 4.5rem;
    right: 9.5rem;
  }
}
.page #main .table_area {
  border: 0.5px solid var(--black);
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page #main .table_area {
    font-size: 2.1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.page #main .table_area dt {
  color: var(--white);
  background: var(--green);
  font-weight: normal;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .page #main .table_area dt {
    width: 29%;
    border-right: 0.5px solid var(--black);
    border-bottom: 0.5px solid var(--black);
  }
}
.page #main .table_area dt:last-of-type {
  border-bottom: none;
}
.page #main .table_area dd {
  background: var(--white);
  border-bottom: 0.5px solid var(--black);
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .page #main .table_area dd {
    width: 71%;
    line-height: 1.8;
    padding: 10px 20px;
  }
}
.page #main .table_area dd:last-of-type {
  border-bottom: none;
}
.page #main .table_area dd ul li {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page #main .table_area dd ul li {
    margin-bottom: 0;
  }
}
.page #main .table_area dd ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page #main .table_area dd ul li span {
    margin-left: 15rem;
  }
}
.page #main .table_scroll {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page #main .table_scroll {
    overflow-x: hidden;
    white-space: wrap;
    margin-left: 0;
  }
}
.page #main .table_scroll table,
.page #main .table_scroll td,
.page #main .table_scroll th {
  border: 0.05rem solid #333333;
  border-collapse: collapse;
  font-weight: normal;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .page #main .table_scroll table,
  .page #main .table_scroll td,
  .page #main .table_scroll th {
    font-size: 1.8rem;
  }
}
.page #main .table_scroll table {
  width: 800px;
  table-layout: fixed;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page #main .table_scroll table {
    width: 100%;
    min-width: 100rem;
  }
}
.page #main .table_scroll td,
.page #main .table_scroll th {
  padding: 0.8rem;
}
@media (min-width: 992px) {
  .page #main .table_scroll td,
  .page #main .table_scroll th {
    padding: 1.1rem 0.8rem;
  }
}
.page #main .table_scroll td.w_15,
.page #main .table_scroll th.w_15 {
  width: 15%;
}
.page #main .table_scroll td.w_20,
.page #main .table_scroll th.w_20 {
  width: 20%;
}
.page #main .table_scroll td.w_25,
.page #main .table_scroll th.w_25 {
  width: 25%;
}
.page #main .table_scroll th {
  background: var(--green);
  color: var(--white);
  text-align: center;
}
.page #main .table_scroll th.sticky {
  background: var(--green);
  color: var(--white);
  width: 10%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .page #main .table_scroll th.sticky {
    position: inherit;
    width: 15%;
  }
}
.page #main .table_scroll th.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page #main .table_scroll td {
  background: var(--white);
  text-align: center;
}
.page #main .table_scroll td strong {
  color: var(--service_green);
}
.page #main .table_scroll td.center {
  text-align: center !important;
  padding: 1.1rem 0.8rem !important;
}
.page #main .table_scroll td.left {
  text-align: left;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .page #main .table_scroll td.left {
    padding-left: 3rem;
  }
}
.page #main .table_scroll tr:first-of-type {
  position: relative;
  z-index: 1;
}
.page #main .table_scroll tr:first-of-type td {
  position: relative;
}
.page #main .table_scroll.left td {
  text-align: left;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .page #main .table_scroll.left td {
    padding-left: 3rem;
  }
}
.page #main .table_scroll:has(.note) {
  margin-bottom: 0;
}
.page #main .table_scroll .note {
  margin: 0.5rem 0 3rem;
  white-space: nowrap;
}
.page #main .table_scroll.mb_none {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .page #main .table_scroll .table_scroll_head {
    background: transparent !important;
    border: none !important;
  }
  .page #main .table_scroll .table_scroll_head th,
  .page #main .table_scroll .table_scroll_head td {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-collapse: collapse;
  }
}

/* ======================================================================

<_company.scss> 会社概要のCSS

========================================================================== */
#company #header {
  background: var(--bg_green);
  z-index: 1;
}
#company #main .hero {
  background: url(../img/company/main_visual.jpg);
  background-position: center top;
  background-size: cover;
  position: relative;
}
#company #main .hero .page_title {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  #company #main .hero .page_title {
    font-size: 4.5rem;
  }
}
#company #main .hero .page_title::before {
  content: "";
  display: block;
  width: 150px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 992px) {
  #company #main .hero .page_title::before {
    content: none;
  }
}
#company #main .section .text {
  text-align: center;
  line-height: 1.8;
}
#company #main .section .text_center {
  text-align: center;
}
#company #main .section .text:last-of-type {
  margin-bottom: 3rem;
}
#company #main .section .sub_title {
  margin-bottom: 2rem;
}
#company #main .section#greeting_01, #company #main .section#greeting_02 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
#company #main .section#greeting_01 .title, #company #main .section#greeting_02 .title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  #company #main .section#greeting_01 .title, #company #main .section#greeting_02 .title {
    font-size: 2.8rem;
  }
}
#company #main .section#greeting_01 .text, #company #main .section#greeting_02 .text {
  font-feature-settings: "palt";
}
#company #main .section#greeting_01 .name, #company #main .section#greeting_02 .name {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
#company #main .section#greeting_01 .list_title, #company #main .section#greeting_02 .list_title {
  font-size: 1.8rem;
}
#company #main .section#greeting_01 ul, #company #main .section#greeting_02 ul {
  font-size: 1.8rem;
  line-height: 1.8;
}
#company #main .section#greeting_01 .photo, #company #main .section#greeting_02 .photo {
  margin: 0 auto;
}
#company #main .section#greeting_01 .photo img, #company #main .section#greeting_02 .photo img {
  width: 140px;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#company #main .section#greeting_01 .photo figcaption, #company #main .section#greeting_02 .photo figcaption {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  #company #main .section#greeting_01 .photo figcaption, #company #main .section#greeting_02 .photo figcaption {
    font-size: 1.8rem;
  }
}

/* ======================================================================

<_join_us.scss> 採用情報のCSS

========================================================================== */
#join_us #header {
  background: var(--bg_green);
  z-index: 1;
}
#join_us #main .hero {
  background: url(../img/join_us/main_visual.jpg) no-repeat;
  background-position: top -5px right -70px;
  background-size: cover;
}
@media (min-width: 576px) {
  #join_us #main .hero {
    background-position: center center;
  }
}
#join_us #main .hero .page_title {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  #join_us #main .hero .page_title {
    font-size: 4.5rem;
  }
}

/* ======================================================================

<_service.scss> 各施設ページ共通/施設ごとのCSS

========================================================================== */
.page.service #header {
  background: var(--white);
  z-index: 1;
}
.page.service #main .hero .page_title {
  display: flex;
  flex-flow: column;
  gap: 3rem;
}
.page.service #main .hero .page_title span {
  display: block;
  background: var(--green);
  border: 0.05rem solid var(--white);
  padding: 0rem 0.3rem;
  border-radius: 0.5rem;
  color: var(--white);
  text-shadow: 1px 1px 2px var(--black);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  font-feature-settings: "palt";
  white-space: nowrap;
  position: relative;
}
@media (min-width: 768px) {
  .page.service #main .hero .page_title span {
    font-size: 3rem;
    padding: 0 3rem;
  }
}
.page.service #main .hero .page_title span small {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .page.service #main .hero .page_title span small {
    font-size: 1.6rem;
  }
}
.page.service #main .hero .page_title span::before {
  content: "";
  display: block;
  background: url(../img/service/bg_page_title.svg) no-repeat center center;
  background-size: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 509/65;
  width: 103%;
  height: 67.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page.service #main .hero::after {
  content: none;
}
.page.service #main .title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page.service #main .title {
    font-size: 3.6rem;
  }
}
.page.service #main .title_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.page.service #main .title_box::before, .page.service #main .title_box::after {
  content: "";
  flex-grow: 1;
  height: 0.1rem;
  background: #919191;
}
.page.service #main .title_box::before {
  margin-right: 1rem; /* 余白を調整 */
}
.page.service #main .title_box::after {
  margin-left: 1rem; /* 余白を調整 */
}
.page.service #main .title_box .title_line {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: var(--green);
  white-space: nowrap; /* タイトルが折り返されるのを防ぐ */
}
@media (min-width: 992px) {
  .page.service #main .title_box .title_line {
    font-size: 4rem;
    padding: 3.5rem;
  }
}
.page.service #main #feature .title {
  color: var(--green);
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .page.service #main #feature .title {
    font-size: 3.6rem;
  }
}
.page.service #main #feature .image {
  margin: 0 auto -5rem;
}
@media (min-width: 992px) {
  .page.service #main #feature .image {
    max-width: 90%;
    margin-bottom: -13rem;
  }
}
.page.service #main #flow .image {
  max-width: 825px;
  margin: 0 auto;
}
.page.service #main #introduction {
  padding-top: 11rem;
  text-align: center;
  position: relative;
}
.page.service #main #introduction .text {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page.service #main #introduction .text {
    font-size: 2.8rem;
  }
}
.page.service #main #introduction .text span {
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  .page.service #main #introduction .text span {
    font-size: 3rem;
  }
}
.page.service #main #introduction .text:first-of-type:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/logo_s.svg) no-repeat center top;
  background-size: 100%;
  width: 42px;
  height: 52px;
  top: -8.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page.service #main #introduction .text:first-of-type:before {
    width: 52px;
    height: 62px;
  }
}
.page.service #main #introduction .text:last-of-type {
  margin-bottom: 0;
}
.page.service #main #introduction .grid_list_mb_3 .list_item img,
.page.service #main #introduction .grid_list_lg_3 .list_item img {
  border-radius: 50%;
  margin: 0 auto 2rem;
}
@media (min-width: 992px) {
  .page.service #main #introduction .grid_list_mb_3 .list_item img,
  .page.service #main #introduction .grid_list_lg_3 .list_item img {
    width: 100%;
  }
}
.page.service #main #sanrei_hs.introduction {
  position: relative;
}
.page.service #main #sanrei_hs.introduction:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/logo_s.svg) no-repeat center top;
  background-size: 100%;
  width: 42px;
  height: 52px;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page.service #main #sanrei_hs.introduction:before {
    width: 52px;
    height: 62px;
    top: 18rem;
  }
}
.page.service #main #sanrei_hs.introduction .title_box {
  margin-bottom: 11rem;
}
.page.service #main #sanrei_hs.introduction .text span {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .page.service #main #sanrei_hs.introduction .text span {
    font-size: 3rem;
  }
}
.page.service #main #sanrei_hs.introduction .grid_list_mb_3 .list_item img,
.page.service #main #sanrei_hs.introduction .grid_list_lg_3 .list_item img {
  display: block;
  width: 60%;
  border-radius: 50%;
  margin: 0 auto 2rem;
}
@media (min-width: 992px) {
  .page.service #main #sanrei_hs.introduction .grid_list_mb_3 .list_item img,
  .page.service #main #sanrei_hs.introduction .grid_list_lg_3 .list_item img {
    width: 100%;
  }
}
.page.service #main #service_guide .grid_list {
  max-width: 1000px;
  margin: 0 auto;
}
.page.service #main #service_guide .grid_list .list_item {
  margin-bottom: 2rem;
}
.page.service #main #service_guide .grid_list .list_item h3 {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page.service #main #service_guide .grid_list .list_item h3 {
    height: 50px;
    font-size: 2.6rem;
  }
}
.page.service #main #service_guide .grid_list .list_item p {
  color: var(--black);
}
@media (min-width: 992px) {
  .page.service #main #service_guide .grid_list .list_item p {
    font-size: 2rem;
  }
}
.page.service #main #service_guide .grid_list .list_item p strong {
  color: var(--service_green);
}
.page.service #main #service_guide .grid_list .list_item.image img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page.service #main #service_guide .grid_list .list_item.image img {
    width: 100%;
  }
}
.page.service #main #service_guide .grid_list.grid_list_lg_2 .list_item h3 {
  max-width: 100%;
}
@media (min-width: 992px) {
  .page.service #main #service_guide .grid_list.grid_list_lg_2 .list_item h3 {
    max-width: 470px;
  }
}
.page.service #main #service_guide h3.title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
  font-feature-settings: "palt";
  background: url(../img/common/title_bg.svg) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 437/200;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
}
@media (min-width: 992px) {
  .page.service #main #service_guide h3.title {
    font-size: 3.8rem;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .page.service #main #staff ul,
  .page.service #main #sanrei_hs_staff ul {
    row-gap: 2rem;
  }
}
.page.service #main #staff ul .list_item,
.page.service #main #sanrei_hs_staff ul .list_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.page.service #main #staff ul .list_item .list_item_image,
.page.service #main #sanrei_hs_staff ul .list_item .list_item_image {
  position: relative;
  width: 40%;
  max-width: 180px;
  height: 150px;
}
@media (min-width: 992px) {
  .page.service #main #staff ul .list_item .list_item_image,
  .page.service #main #sanrei_hs_staff ul .list_item .list_item_image {
    width: 45%;
    height: 214px;
  }
}
.page.service #main #staff ul .list_item .list_item_image figcaption,
.page.service #main #sanrei_hs_staff ul .list_item .list_item_image figcaption {
  color: var(--service_green);
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin-top: 1rem;
  text-shadow: 1px 1px 2px var(--white), -1px -1px 2px var(--white), 1px -1px 2px var(--white), -1px 1px 2px var(--white);
}
.page.service #main #staff ul .list_item .list_item_image figcaption span,
.page.service #main #sanrei_hs_staff ul .list_item .list_item_image figcaption span {
  font-size: 1.8rem;
  line-height: 1.2;
}
.page.service #main #staff ul .list_item .message,
.page.service #main #sanrei_hs_staff ul .list_item .message {
  width: 55%;
  position: relative;
}
.page.service #main #staff ul .list_item .message::before,
.page.service #main #sanrei_hs_staff ul .list_item .message::before {
  content: "";
  background: url(../img/service/bg_leaf.svg) no-repeat center center;
  background-size: 100%;
  aspect-ratio: 252/173;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page.service #main #staff ul .list_item .message::before,
  .page.service #main #sanrei_hs_staff ul .list_item .message::before {
    height: 173px;
  }
}
.page.service #main #join_us .table_scroll th.sticky {
  width: 15%;
}
.page.service #main #contact {
  background: var(--white);
  text-align: center;
}
.page.service #main #contact .facility_name {
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .page.service #main #contact .facility_name {
    font-size: 4rem;
  }
}
.page.service #main #contact .bg_color_green {
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page.service #main #contact .bg_color_green {
    font-size: 2.6rem;
    padding: 1rem 3rem;
  }
}
.page.service #main #contact .tel {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/common/tel.svg") no-repeat center top;
  display: block;
  aspect-ratio: 487/54;
  height: 30px;
  margin: 0 auto 2rem;
}
@media (min-width: 992px) {
  .page.service #main #contact .tel {
    height: 54px;
  }
}
.page.service #main #contact .address {
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page.service #main #contact .address {
    font-size: 2.5rem;
  }
}
.page.service #main #access {
  padding: 0;
}
.page.service #main #access .access_map {
  height: 300px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page.service #main #access .access_map {
    height: 550px;
  }
}
.page.service #main #access .access_map iframe {
  width: 100%;
  height: 100%;
}
.page.service #main #price .table_scroll:first-of-type {
  margin-top: 5rem;
}

#sanrei_ds #main .hero {
  background: url(../img/service/sanrei_ds/main_visual.jpg) no-repeat center center;
  background-size: cover;
}
#sanrei_ds #main #contact .grid_list_lg_2 {
  margin-bottom: 0;
}
#sanrei_ds #main #contact .bg_color_green {
  display: block !important;
}
#sanrei_ds #main #contact .facility_name {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  #sanrei_ds #main #contact .facility_name {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  #sanrei_ds #main #contact .tel {
    height: 43px;
  }
}
#sanrei_ds #main #contact .tel_ds {
  background: url(../img/service/sanrei_ds/tel_ds.svg) no-repeat center center;
  background-size: 100%;
}
#sanrei_ds #main #contact .tel_hs {
  background: url(../img/service/sanrei_ds/tel_hs.svg) no-repeat center center;
  background-size: 100%;
}

#sanrei_hs .grid_list .list_item .message,
#sanrei_hs .grid_list_lg_3 .list_item .message {
  font-size: 1.8rem;
  line-height: 1.5;
}

#harebare_ds #main .hero {
  background: url(../img/service/harebare_ds/main_visual.jpg) no-repeat center center;
  background-size: cover;
}
#harebare_ds #main #contact .tel {
  background: url(../img/service/harebare_ds/tel.svg) no-repeat center center;
  background-size: 100%;
}

#sansan_ds #main .hero {
  background: url(../img/service/sansan_ds/main_visual.jpg) no-repeat center center;
  background-size: cover;
}
#sansan_ds #main #contact .tel {
  background: url(../img/service/sansan_ds/tel.svg) no-repeat center center;
  background-size: 100%;
}

#harebare_sh #main .hero {
  background: url(../img/service/harebare_sh/main_visual.jpg) no-repeat center center;
  background-size: cover;
}
#harebare_sh #main #contact .tel {
  background: url(../img/service/harebare_sh/tel.svg) no-repeat center center;
  background-size: 100%;
}

#sansan_h #main .hero {
  background: url(../img/service/sansan_h/main_visual.jpg) no-repeat center center;
  background-size: cover;
}
#sansan_h #main #contact .tel {
  background: url(../img/service/sansan_h/tel.svg) no-repeat center center;
  background-size: 100%;
}/*# sourceMappingURL=style.css.map */