@charset "utf-8";
/* CSS Document */

/* reset
================================================== *
/* 
html5doctor.com Reset Stylesheet

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.8em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* reset end---------------------------------------
================================================== *
/* 


/*==========================================================
__common
==========================================================*/

* {
  margin-left: auto; /* 左側マージンを自動的に空ける */
  margin-right: auto; /* 右側マージンを自動的に空ける */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  overflow-x: hidden !important;
}

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

a {
  color: var(--black);
  text-decoration: none;
}

.text-link{
  color:#69c;
  text-decoration:underline;
}

/*==========================================================
__グローバルメニュー
==========================================================*/

/*==========================================================
__共通コンテンツ
==========================================================*/
.pc {
  display: none !important;
}
.sp {
  display: block;
}

:root {
  --white: #fff;
  --black: #262626;
  --lightblack: #3c3c3c;
  --text-gray: #737373;
  --green: #39b44a;
  --darkgreen: #2f6c37;
  --darkgreen2: #123e18;
  --gray: #ccc;
  --lightgray: #f7f7f7;
  --blue: #2e5dbc;
  --darkblue: #0f507d;
  --lightgreen: #C3E7CA;
  --lightgreen2: #effbf1;
  --red-800: #e00000;
  --red-900: #ff4d4d;
  --rgb-accent-gray: 143 143 143;
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --inter: "Inter", sans-serif;
  --outfit: "Outfit", sans-serif;
  --fw-thin: 100;
  --fw-exlight: 200;
  --fw-light: 300;
  --fw-normal: 400;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-exbold: 800;
  --fw-black: 900;
  --xl: 1280;
  --lg: 1024;
  --md: 768;
  --xs: 400;
  --pi: 3.14;
  --z-index-header: 10;
  --z-index-dialog: 9999;
  --opacity-hover: 0.7;
  --scale-hover: scale(1.1);
  --duration-default: 0.4s;
  --duration-scale: 0.6s;
  --easing-default: ease;
}

.mb {
  margin-bottom: 5px;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 60px;
}

a.link__arrow:hover {
  color: var(--main-green);
  translate: 5% 0;
}
.c__icon {
  position: relative;
  display: inline-block;
  aspect-ratio: 1;
  --radius: 15;
  --icon-color: var(--);
  --icon-color: var(--darkgreen);
  --circle-stroke: var(--white);
  --circle-strokeWidth: 2px;
  width: 20px;
  height: 20px;
}
span.p__icon {
  position: absolute;
  display: inline-block;
  width: 52px;
  width: calc((var(--radius) + 1) * 2px);
  height: 52px;
  height: calc((var(--radius) + 1) * 2px);
  aspect-ratio: 1;
  --radius: 15;
  --icon-color: var(--black);
  --circle-fill: none;
  --circle-stroke: var(--white);
  --circle-strokeWidth: 1px;
  bottom: 20px;
  right: 20px;
}

span.p__icon[data-size="s"] {
  --radius: 15;
  --circle-stroke: var(--black);
}
span.p__icon[data-type="wave"] {
  --icon-size: 20;
}
span.p__icon[data-type="wave"]::after {
  -webkit-mask-image: url(../img/common/ico_arrow-normal.svg);
  mask-image: url(../img/common/ico_arrow-normal.svg);
  -webkit-mask-size: 0.9375rem auto;
  mask-size: 0.9375rem auto;
}

span.p__icon::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: var(--icon-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: calc(var(--icon-size) / 16 * 1rem) auto;
  mask-size: calc(var(--icon-size) / 16 * 1rem) auto;
  transform: var(--icon-transform);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: background-color, transform;
}

span.p__icon svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  fill: var(--circle-fill);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: fill;
}
span.p__icon svg circle {
  stroke: var(--circle-stroke);
  stroke-dasharray: var(--circle-stroke-dashArray);
  stroke-dashoffset: var(--circle-stroke-dashOffset);
  stroke-width: var(--circle-strokeWidth);
  transition: stroke-dashoffset 0.65s ease, stroke 0.6s ease, fill 0.6s ease;
}
a:hover span.p__icon svg circle.back {
  opacity: 0;
}
a:hover span.p__icon svg circle.front {
  --circle-stroke-dashOffset: 0;
}
span.p__icon svg circle.front {
  --circle-stroke: var(--white);
  --circle-stroke-dashArray: calc(var(--pi) * var(--radius) * 2px);
  --circle-stroke-dashOffset: calc(var(--pi) * var(--radius) * 2px);
}
a:hover .c__icon {
  --icon-color: var(--darkgreen);
}



.c__icon::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: var(--icon-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: calc(var(--icon-size) / 16 * 1rem) auto;
  mask-size: calc(var(--icon-size) / 16 * 1rem) auto;
  transform: var(--icon-transform);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: background-color, transform;
  width: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.c__icon[data-type="wave"]:after {
  -webkit-mask-image: url(../img/common/ico_arrow-normal.svg);
  mask-image: url(../img/common/ico_arrow-normal.svg);
}
.c__icon svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  fill: var(--circle-fill);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: fill;
}
.c__icon svg circle.back {
  stroke: var(--circle-stroke);
  stroke-dasharray: var(--circle-stroke-dashArray);
  stroke-dashoffset: var(--circle-stroke-dashOffset);
  stroke-width: var(--circle-strokeWidth);
  transition: stroke-dashoffset 0.65s ease, stroke 0.6s ease, fill 0.6s ease;
}
a:hover .c__icon svg circle.back {
  opacity: 0;
}
.c__icon svg circle.front {
  stroke: var(--circle-stroke);
  stroke-dasharray: var(--circle-stroke-dashArray);
  stroke-dashoffset: var(--circle-stroke-dashOffset);
  stroke-width: var(--circle-strokeWidth);
  transition: stroke-dashoffset 0.65s ease, stroke 0.6s ease, fill 0.6s ease;
  --circle-stroke: var(--gray);
  --circle-stroke-dashArray: calc(var(--pi) * var(--radius) * 2px);
  --circle-stroke-dashOffset: calc(var(--pi) * var(--radius) * 2px);
  /* opacity: 0; */
}

a:hover .c__icon svg circle.front {
  --circle-stroke-dashOffset: 0;
}

.pagetop {
  position: fixed;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  width: 3.5rem;
  height: 3.5rem;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  border-radius: 50%;
  translate: 0 50%;
  margin-top: 1rem;
  margin-right: 1.25rem;
  right: 0;
  bottom: 6%;
  z-index: 2;
}
.pagetop a {
  display: grid;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 3.5rem;
}
.pagetop a span {
  position: relative;
  display: inline-block;
  width: 32px;
  width: calc((var(
  --radius) + 1) * 2px);
  height: 32px;
  height: calc((var(
  --radius) + 1) * 2px);
  aspect-ratio: 1;
  --radius: 15;
  --icon-color: var(--);
  --icon-color: var(--darkgreen);
  width: 3rem;
  rotate: 90deg;
  --icon-size: 22;
  --radius: 23;
}
.pagetop a span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-color: hsl(0deg 0% 100% / 87%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
  box-shadow: inset 0 0 10px 2px #caeccf;
}
.pagetop a span::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
  background-color: var(--icon-color);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: calc(var(--icon-size) / 16 * 1rem) auto;
  mask-size: calc(var(--icon-size) / 16 * 1rem) auto;
  transform: var(--icon-transform);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: background-color, transform;
  -webkit-mask-image: url(../img/common/ico_arrow-normal.svg);
  mask-image: url(../img/common/ico_arrow-normal.svg);
  rotate: 180deg;
}
.pagetop a svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  fill: var(--circle-fill);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: fill;
}
.pagetop a svg circle {
  stroke: var(--circle-stroke);
  stroke-dasharray: var(--circle-stroke-dashArray);
  stroke-dashoffset: var(--circle-stroke-dashOffset);
  stroke-width: var(--circle-strokeWidth);
  transition: stroke-dashoffset 0.65s ease, stroke 0.6s ease, fill 0.6s ease;
  --circle-stroke-dashArray: calc(2 * var(--radius) * var(--pi));
}
.pagetop a svg circle.back {
  --circle-stroke: rgb(var(--black) / 30%);
}
.pagetop a svg circle.front {
  --circle-stroke: var(--main-green);
  --circle-stroke-dashArray: calc(var(--pi) * var(--radius) * 2px);
  --circle-stroke-dashOffset: calc(var(--pi) * var(--radius) * 2px);
  --circle-stroke: rgb(var(--black) / 50%);
  --circle-stroke-dashOffset: calc(var(--radius) * var(--pi));
  --circle-stroke-dashArray: calc(2 * var(--radius) * var(--pi));
}
.common__padding {
  padding: 0 5%;
}

/*==========================================================
__//共通コンテンツ
==========================================================*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.125;
}

p {
    font-size: 0.9em;
    line-height: 200%;
    letter-spacing: .04em;
}

.h1__common {
    font-size: 1.8em;
    font-weight: var(--fw-bold);
    line-height: 1;
    margin: 0;
}

.h2__common {
  font-size: 1.6em;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--black);
  letter-spacing: 0.08em;
}

.h2__common b {
    display: inline-block;
    font-size: 60%;
    color: var(--darkblue);
    border: 1px solid;
    padding: 0 5px 1px 5px;
    line-height: 1.5;
}

.h2__common small {
    font-size: 65%;
    display: block;
    color: var(--darkblue);
}

.h3__common {
    font-size: 1.1em;
    font-weight: var(--fw-bold);
    line-height: 2;
    color: var(--darkgreen2);
    letter-spacing: .04em;
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

.h3__common:before {
    content: "";
    background: var(--green);
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.h3__common span {
    position: relative;
    padding: 0;
    z-index: 1;
}

.h4__common {
    color: var(--green);
    font-weight: var(--fw-bold);
    font-size: 1.1em;
}


.white {
  color: var(--white);
}

.br2 {
  display: block;
}

.br {
  display: none;
}

.bg-gray {
    background: var(--lightgray);
}

.shading {
    padding: 15px;
    border-radius: 10px;
}

.shading strong {
    color: var(--black);
    font-weight: var(--fw-bold);
}



.green {
    color: var(--green);
}

.gray {
    color: var(--text-gray);
}


/*==========================================================
__ヘッダーコンテンツ
==========================================================*/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 5%;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 999;
}
header .header__inner .head__pc {
  display: none;
}

header .header__inner .head__sp__inner .head__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a h1 span {
  display: block;
  font-weight: var(--fw-bold);
  line-height: 1.2;
  margin: 2px 0 0 0;
  font-size: 60%;
  color: var(--black);
}

.logo a h1 small {
  font-size: 56%;
  line-height: 1;
  display: inline-block;
  margin: 0 4px 0 0;
  vertical-align: baseline;
}

.logo a h1 b{
  vertical-align: super;
}

.logo a h1 {
  color: var(--darkgreen);
  font-size: 0.95em;
}

header .header__inner .head__sp__inner .head__flex .logo {
  width: auto;
  margin-right: 5%;
}
header .header__inner .head__sp__inner .head__flex .logo a {
  display: block;
  font-weight: var(--fw-semibold);
}
header .header__inner .head__sp__inner .head__flex .logo figure {
  max-width: 170px;
}
header .header__inner .head__sp__inner .head__flex .logo figure img {
  width: 100%;
}
header .header__inner .head__sp__button {
  width: 40px;
  margin: 0;
}
header .header__inner .head__sp__button ul.head__button__list {
  display: flex;
  column-gap: 10px;
}

header .header__inner .head__sp__button ul.head__button__list li a.tel {
  position: relative;
  display: grid;
  align-content: center;
  justify-content: center;
  place-content: center;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  --ico-color: currentcolor;
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: background-color, opacity;
}
header .header__inner .head__sp__button ul.head__button__list li a.tel::before {
  width: 20px;
  aspect-ratio: 1;
  content: "";
  background-color: var(--ico-color);
  -webkit-mask-image: url(../img/common/ico_tel.svg);
  mask-image: url(../img/common/ico_tel.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: block;
}

header .header__inner .search__box.is-active {
  opacity: 1;
  display: block;
}

header .header__inner .sp__nav__inner {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  padding: 30px 24px 110px;
  overflow-y: auto;
  background: var(--white);
  transition-timing-function: var(
  --easing-default);
  transition-duration: var(
  --duration-default);
  transition-property: opacity, visibility;
  overflow: scroll;
  bottom: 0px;
}
header .header__inner .sp__nav__inner:not(.active) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
header .header__inner .sp__nav__inner.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  box-shadow: inset 0 0 50px 22px #f2fff4;
}
header.active,
header.sub.active {
  background: #f3fff5;
}




header.active .menu__hamburger__button .menu_op {
   display:none;
}

header.active .menu__hamburger__button .menu_close{
  display:block;
  margin-top: 20px;
  font-size: 10px;
  color: var(--darkgreen);
}

header .header__inner .sp__nav__inner .sp__navs ul.sp__navs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item {
  position: relative;
  width: 100%;
  border-top: 1px solid #daf8de;
}
header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li:last-child {
  border-bottom: 1px solid #daf8de;
}
header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  a.common__item {
  position: relative;
  display: flex;
  font-size: 1em;
  font-weight: var(--fw-medium);
  line-height: 1.5;
  color: var(--darkgreen);
  --icon-color: currentcolor;
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: color, padding;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 8px;
}
header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  a.common__item.active {
  color: var(--main-green);
  padding-left: 1rem;
}
header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  a.common__item
  p.icon {
  position: relative;
  width: 25px;
  height: 14px;
  margin-right: 0;
  margin-top: 0;
  display: none;
}
header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  a.common__item
  p.icon.active {
  background-color: var(--main-green);
  border-radius: 50%;
  padding: 15px;
  display: flex;
  align-items: center;
  color: var(--general-white);
}

header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  ol {
  color: var(--green);
  margin: 0 0 30px 0;
  display: grid;
  gap: 6px;
  padding: 0 0 0 22px;
  list-style-type: disc;
}

header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  ol
  li {
  border-bottom: none;
}

header
  .header__inner
  .sp__nav__inner
  .sp__navs
  ul.sp__navs__list
  li.sp__navs__item
  ol
  li
  a {
  color: var(--white);
  font-size: 0.9em;
}

/*==========================================================
__ハンバーガーメニュー
==========================================================*/
.hamburger__box {
  display: none !important;
}

.hamburger__box.active {
  display: block !important;
}

.hamburger__box__inner {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  padding: 90px 6%;
  height: 100%;
  z-index: 8;
}

div.hamburger {
  position: absolute;
  top: 0;
  z-index: 999999;
  background-color: var(--black);
  padding-top: 83px;
  padding-bottom: 35px;
  width: 100vw;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
  height: 100%;
  display: none;
}

div.hamburger.active {
  width: 100vw;
  max-width: 650px;
  background-color: var(--black);
  opacity: 1;
  height: 100vh;
  padding: 85px 25px 0;
  box-sizing: border-box;
  display: block;
}

.menu__hamburger__button {
  overflow: hidden;
  right: 15px;
  top: 12px;
  z-index: 100;
  display: block;
  width: 32px;
}

.menu__hamburger__button .menu__hamburger {
  width: 32px;
  text-align: center;
  padding: 1px 0 0px;
  cursor: pointer;
}

.menu__hamburger__button .menu__line {
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.4s;
  background-color: var(--darkgreen);
  line-height: 1.5;
  margin: 0 0 7px;
}



.menu__hamburger__button .menu__line:nth-child(2) {
  display: none;
}
.menu__hamburger__button .menu__line:nth-child(3) {
  margin: 0px;
}


.menu__hamburger__button .menu__line.active:nth-of-type(1) {
  transform: translateY(8px) rotate(140deg);
}

.menu__hamburger__button .menu__line.active:nth-of-type(2) {
  opacity: 0;
}

.menu__hamburger__button .menu__line.active:nth-of-type(3) {
  transform: translateY(1px) rotate(-140deg);
}

.menu__hamburger__button .menu_op.active {
  display: none;
}

.menu__hamburger__button .menu_op.active {
  display: none;
}
.menu__hamburger__button .menu_op {
  font-size: 11px;
  color: var(--darkgreen);
  line-height: 1;
  display: block;
  margin-top: 10px;
  font-family: var(--outfit);
  letter-spacing: 0px;
}


.header__menu.active .menu__hamburger__button .menu_op {
  display: none;
}
.menu__hamburger__button .menu_close {
  font-size: 8px;
  line-height: 1;
  display: none;
  margin-top: 7px;
}
.header__menu.active .menu__hamburger__button .menu_close {
  display: block;
}
.menu__hamburger__button .menu_close.active {
  display: block;
}

/*==========================================================
__//ハンバーガーメニュー
==========================================================*/
/*==========================================================
__//ヘッダーコンテンツ
==========================================================*/

/*link*/
section#link {
  z-index: 1;
  position: relative;
  padding: 50px 0 50px;
  background: #acd8b5;
}

ul.link__list {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 10px;
}

ul.link__list li a {
  display: block;
  padding: 6px 10%;
  background: var(--white);
  border-radius: 5px;
  margin: auto;
}

ul.link__list li a img {
  text-align: center;
  margin: auto;
  display: block;
}

/*==========================================================
__フッターコンテンツ
==========================================================*/
footer {
  padding: 60px 0 60px;
  background: var(--white);
  position: relative;
}
footer .footer__inner .footer__nav {
  margin: 0 auto 70px;
}

footer .footer__inner .footer__nav .footer__nav__inner .logo {
  text-align: center;
}
footer .footer__inner .footer__nav .footer__nav__inner .logo a {
  display: block;
  grid-area: logo;
}
footer .footer__inner .footer__nav .footer__nav__inner .logo figure img {
  width: 100%;
}

footer .footer__inner .footer__nav .footer__nav__inner .content__nav {
  margin-top: 2.5rem;
}
footer
  .footer__inner
  .footer__nav
  .footer__nav__inner
  .content__nav
  ul.content__nav__list {
  display: grid;
  margin: 40px auto 20px;
}
footer
  .footer__inner
  .footer__nav
  .footer__nav__inner
  .content__nav
  ul.content__nav__list
  li.item {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #daf8de;
}

footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item a{
  display:block;
  position: relative;
}

footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item .c__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item:last-child {
  border-bottom: 1px solid #daf8de;
}


footer .footer__inner .footer__lower__inner {
  padding: 0 15px;
}


footer .footer__inner .footer__lower__inner .copyright {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: var(--text-gray);
  font-family: var(--outfit);
  text-align: center;
  line-height: 1.3;
}

footer .logo a h1 {
  margin: auto;
  font-weight: var(--fw-semibold);
  font-size: 1.2em;
  line-height: 2;
  color: var(--darkgreen);
}

footer .logo a h1 small{
  font-size: 72%;
}


.contact {
  margin: 20px 0 20px 0;
}



.contact a.tel {
  font-size: 1.3em;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  padding: 0;
  --icon-img: url(../img/common/ico_tel.svg);
  --ico-size: 22;
  --icon-color: var(--darkgreen);
  padding: 0 0 0 18px;
  max-width: 177px;
  margin: 0;
  display: block;
  text-align: center;
  font-family: var(--outfit);
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  color: var(--darkgreen);
}

.contact a.tel:hover {
  color: var(--green);
}

.contact a.tel span img {
  --icon-color: var(--white);
  mask-image: var(--icon-img);
}

.contact a.tel:before {
  content: "";
  background-color: var(--icon-color);
  -webkit-mask-image: var(--icon-img);
  mask-image: var(--icon-img);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: calc(var(--ico-size) / 16 * 1rem) auto;
  mask-size: calc(var(--ico-size) / 22 * 1rem) auto;
  transition: background-color 0.3s ease;
  width: 27px;
  display: inline-block;
  height: 29px;
  margin: 0;
  position: absolute;
  left: 0;
}

.contact a.tel:hover:before {
    background-color: var(--green);
}

.contact address {
  font-size: 0.9em;
  margin: 40px 0 30px 0;
  line-height: 1.6;
  color: var(--black);
  font-weight: var(--fw-medium);
}

.contact address small{
  display: inline-flex;
}

.contact address small a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.4s ease;
  color: var(--darkgreen);
  font-size: 85%;
  text-decoration: underline;
  text-decoration-thickness: 0.03125rem;
  text-underline-offset: 0.1875rem;
  transition-timing-function: var(--easing-default);
  transition-duration: var(--duration-default);
  transition-property: color;
  --ico-image: url(../img/common/ico_blank-bold.svg);
  letter-spacing: 0.03em;
}

.contact address small a::after {
  display: inline-block;
  width: 0.75rem;
  aspect-ratio: 22 / 15;
  margin-top: 0.5rem;
  margin-left: 0.125rem;
  vertical-align: top;
  content: "";
  background-color: currentcolor;
  -webkit-mask-image: var(--ico-image);
  mask-image: var(--ico-image);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.5rem;
  aspect-ratio: 1;
  margin-top: 0.25rem;
}


.contact ul.contact-list h6 {
    font-size: 0.9em;
    position: relative;
    padding: 0 0 7px 10px;
    color: var(--black);
    font-weight: var(--fw-medium);
}

.contact ul.contact-list h6:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--green);
    border-radius: 100%;
    top: 38%;
    transform: translateY(-50%);
    left: 0;
}

.contact ul.contact-list {
    display: grid;
    gap: 20px;
    margin: 0 auto 30px;
}



.tel-box span {
  color: var(--white);
  text-align: center;
  display: block;
  font-family: var(--outfit);
}

a.button {
  width: 100%;
  display: block;
  padding: 12px 0 12px 22px;
  max-width: 260px;
  border-radius: 5px;
  background: var(--darkgreen);
  font-weight: 500;
  margin: auto;
  transition: 0.4s;
  font-size: 0.9em;
  position: relative;
  margin: 0 auto;
  color: var(--white);
}

a.button:hover {
  background: var(--lightgreen);
  color: var(--green);
}

a.button span.p__icon::after {
  background-color: var(--darkgreen);
  border: 1px solid var(--white);
  mask-size: 13px auto;
}

a.button span.p__icon {
  bottom: 0;
  top: 0;
  margin: auto;
  right: 6%;
  width: 23px;
  height: 23px;
  background: var(--white);
  border-radius: 40px;
}

a.button:hover span.p__icon {
    background: var(--white);
}

a.button:hover span.p__icon::after {
  background-color: var(--green);
}



.line-button {
    display: flex;
    width: 100%;
}

.line_b {
    display: inline-block;
    position: relative;
    padding: 0 33px 0 0;
    font-size: 0.9em;
    margin: 0 0 0 auto;
}

a.line_b:hover .c__icon {
  --icon-color: var(--white);
}

.line_b .a-text {
    border-bottom: 1px solid;
    font-weight: var(--fw-bold);
    letter-spacing: 0.08em;
  transition:0.4s;
}

.line_b:hover .a-text{
  color:var(--green);
}

.line_b span.p__icon {
  border-radius: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: var(--darkgreen);
  width: 25px;
  height: 25px;
  right: 0;
  top: 85%;
  transform: translateY(-50%);
  --icon-color: var(--white);
}


.line_b span.p__icon[data-size="s"]{
  --icon-size: 3;
}


span.p__icon[data-size="s"]:after{
  mask-size: 0.7rem auto;
}


footer .footer__lower__nav > small {
    font-size: 0.75em;
    text-align: center;
    display: block;
    line-height: 1.8;
    margin: 50px auto 0;
    color: var(--darkblue);
}


#wrap.sub-wrap footer {
    background: var(--white);
}

#wrap.sub-wrap .wave.footer:before {
    background: var(--white);
}

/*==========================================================
__//フッターコンテンツ
==========================================================*/


header.sub.is-animation {
  background: #fff;
}

section.sub-main {
  margin: 0 0 0 0;
  padding: 75px 0 0;
  position: relative;
}

.sub__head {
  margin: 0;
  padding: 0 0 30px 0;
}

.sub__head .en {
  font-size: 0.8em;
  position: relative;
  padding: 0;
  letter-spacing: 1px;
  font-family: var(--outfit);
  margin: 0;
  color: var(--green);
  opacity: 0.3;
  font-weight: var(--fw-normal);
}


.sub__head h1 {
  font-size: 1.5em;
  letter-spacing: 0.04em;
  font-weight: var(--fw-bold);
  line-height: 1.5;
  color: var(--darkgreen);
}

.breadcrumb {
  margin: 0 auto 30px;
  width: 100%;
  background: var(--lightgreen2);
  padding: 15px 5%;
}

.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  position: relative;
  padding: 0 15px 0 4px;
}

.breadcrumb ul li:after {
  content: "";
  width: 10px;
  height: 1px;
  background: var(--lightgreen);
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.breadcrumb ul li:first-child {
  padding: 0 15px 0 0;
}

.breadcrumb ul li a {
  color: var(--green);
}

.breadcrumb ul li {
  font-size: 0.8em;
  color: var(--text-gray);
  font-weight: var(--fw-medium);
}

.template {
  padding: 0 0 90px;
  position: relative;
}


.template p {
  color: var(--black);
  line-height: 2;
  font-size: 0.95em;
}

.template h2 {
  display: block;
  position: relative;
  font-size: 1.3em;
  font-weight: var(--fw-medium);
  border-bottom: 0.0625rem dashed var(--lightgreen);
  padding: 0 0 10px 0;
  color: var(--darkgreen);
}

.template h2:before {
  height: 2px;
  background: var(--green);
  position: absolute;
  top: -2px;
}

.templatebox h4 {
  background: var(--lightgray);
  padding: 10px 10px 10px 24px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  color: var(
  --black);
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: var(
  --fw-bold);
}

.template ul.wp-block-list {
    list-style-type: disc;
    padding: 0 0 0 22px;
}

.template ul.wp-block-list li {
  font-size: 0.95em;
  color: var(--black);
  line-height: 2;
  list-style: square;
  margin: 0 0 10px 0;
}

.template ul.wp-block-list li:last-child {
  margin: 0;
}

.blue strong {
    color: var(--darkblue);
}

.template h5 {
  position: relative;
  padding: 0 0 5px 0;
  font-weight: var(--fw-medium);
  border-bottom: 0.0625rem dashed var(--gray);
  color: var(--green);
  font-size: 0.95em;
  margin: 0 0 10px 0;
}



.template .desc {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}

.template .templatebox h4:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--green);
  position: absolute;
  left: 2%;
  border-radius: 100%;
  top: 22px;
}

figcaption.wp-element-caption {
  font-size: 0.85em;
  color: #666;
  line-height: 1.7;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

/**/

.template aside{
  position:sticky;
  top:66px;
  z-index:1;
}

.template aside .pull{
  margin:0 auto 50px;
}

.menu-checkbox {
    display: none;
}

    .menu-label::after {
        content: "\f107";
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.5s ease;
        font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
        font-weight: 900;
    }


    .sidebar-custom-list {
        overflow: hidden;
        max-height: 0;
        opacity: 0; 
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease; 
        gap: 14px;
        font-size: 0.9em;
        background: var(--lightgreen2);
        padding: 30px 8% 35px;
        display: grid;
        color: var(--darkgreen);
        display: none;
    }

    .menu-checkbox:checked ~ .sidebar-custom-list {
     gap: 14px;
     font-size: 0.9em;
     background: var(--lightgreen2);
     padding: 30px 8% 35px;
     display: grid;
     color: var(--darkgreen);
     opacity: 1;
     height:100%;
     max-height: 100%;
    }


    .menu-checkbox:checked ~ .menu-label::after {
        transform: translateY(-50%) rotate(180deg);
    }

.ftitle {
    border-bottom: none;
    font-weight: var(--fw-bold);
    color: var(--white);
    padding: 10px 5%;
    background: var(--darkgreen);
    margin: 0;
    font-size: 0.85em;
    display: block;
    cursor: pointer;
    position: relative;
}



ul.sidebar-custom-list li a {
    color: var(--darkgreen);
    padding: 0 0 0 13px;
    font-size: 0.9em;
    display: block;
}

ul.sidebar-custom-list li {
    border-bottom: 1px dashed #badebf;
    padding: 0 0 4px 0;
    position: relative;
    line-height: 1.5;
}

ul.sidebar-custom-list li:before {
    content: "";
    width: 7px;
    border: 1px solid;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: initial;
    position: absolute;
    left: 0;
    top: 6px;
}

.ex-table table td {
    border: 1px solid;
    border-left: none;
    border-right: none;
    border-color: var(--lightgreen);
    padding: 15px;
    font-size: 0.95em;
}

.ex-table table td:first-child {
    background: var(--lightgreen2);
    width: 30%;
    font-weight: var(--fw-bold);
    color: var(--darkgreen);
    line-height: 1.5;
}

.ex-table table td {
    width: 70%;
}

.has-global-padding {
    padding: 0;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
  max-width:100%;
}

.template-wrap {
    padding: 0 5%;
}

/**/



@media screen and (min-width: 480px) {
  /*==========================================================
__ヘッダーコンテンツ
==========================================================*/
header{
  padding: 15px 2.5%;
}
  header .header__inner .head__sp__inner .head__flex .logo {
    position: absolute;
    margin-right: 0;
    left: 2.5%;
  }

  header .header__inner .head__sp__inner .head__flex {
    justify-content: flex-end;
  }

  header .header__inner .head__sp__button {
    margin-right: 20px;
  }

  header .header__inner .head__sp__inner .head__flex .logo br {
    display: none;
}

    /*==========================================================
__フッターコンテンツ
==========================================================*/

  footer .footer__lower__nav > small {
    font-size: 0.8em;
  }

  /*aside*/
  .template aside {
    top: 61px;
}

}

@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }



  /*==========================================================
__//共通コンテンツ
==========================================================*/
  .h2__common {
    font-size: 1.8em;
  }

  .mb {
    margin-bottom: 20px;
  }

  .mb1 {
    margin-bottom: 30px;
  }

  .mb2 {
    margin-bottom: 40px;
  }

  .mb3 {
    margin-bottom: 80px;
  }

  .mb4 {
    margin-bottom: 100px;
  }

  .mb5 {
    margin-bottom: 150px;
  }

  /*==========================================================
__ヘッダーコンテンツ
==========================================================*/
.logo a h1 {
    font-size: 1.2em;
}
 
  a:hover .icon svg circle.back {
    opacity: 0;
  }
  a .icon svg circle.front {
    --circle-stroke: var(--main-green);
    --circle-stroke-dashArray: calc(var(--pi) * var(--radius) * 2px);
    --circle-stroke-dashOffset: calc(var(--pi) * var(--radius) * 2px);
  }
  a:hover .icon svg circle.front {
    --circle-stroke-dashOffset: 0;
  }

  /*==========================================================
__//ヘッダーコンテンツ
==========================================================*/
 header {
  padding: 20px 5%;
}

  header .header__inner .sp__nav__inner {
      top: 78px;
  }
  
  
  section.sub-main {
    padding: 100px 0 0 0;
  }

  .sub__head h1 {
    font-size: 2em;
  }
 
  .template {
    padding: 0 0 150px;
  }
  

  .template h2 {
    font-size: 1.6em;
  }

 #n404 .templatebox {
    max-width: 1000px;
    margin: 0 auto;
    width:90%;
}


  .templatebox h4 {
    padding: 20px 20px 20px 40px;
    width: 99.9%;
    margin-left: 0.1%;
  }

  .template .templatebox h4:before {
    width: 8px;
    left: 20px;
    height: 8px;
    border-radius: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  

  /*footer*/

footer .footer__inner .footer__nav .footer__nav__inner .footer_company {
    max-width: 380px;
    margin: 0 auto 70px;
}

.contact address {
    text-align: center;
}
  
  footer .logo a h1{
    font-size: 1.6em;
}

.contact {
    margin: 40px auto 20px;
    /* max-width: 370px; */
}


.contact ul.contact-list {
    display: flex;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    margin: 0;
    justify-content: space-between;
}


  /*aside*/
  .template aside {
    top: 70px;
}

  .ftitle {
    padding: 16px 5%;
    letter-spacing: 0.04em;
    font-size: 0.9em;
    margin: 0;
}

.menu-checkbox:checked ~ .sidebar-custom-list {
    font-size: 1em;
    padding: 30px 5% 40px;
}
  
}

@media screen and (min-width: 991px) {

  
.h2__common {
    font-size: 2.2em;
}


.h3__common {
    font-size: 1.6em;
}

.h3__common span {
    padding: 0;
}

  .h4__common {
    font-size: 1.3em;
    line-height:1.8;
}

  .h6__common {
    font-size: 1.1em;
}

.shading {
    padding: 30px;
}



.templatebox {
    display: flex;
    flex-direction: row-reverse;
}

.template aside {
    position: relative;
    top: inherit;
    width: 30%;
    border-left: 1px solid var(--lightgreen);
    padding: 0 0 0 5%;
}

.template-wrap {
    width: 70%;
    padding: 0 7% 0 0;
}


  /*404*/
  #n404 p {
    text-align: center;
}

 #n404  .templatebox {
    display: block;
}

 #n404 .template-wrap {
    width: 100%;
    padding: 50px;
    border-radius: 20px;
    border: 2px solid var(--lightgreen2);
    box-shadow: inset 0 0 50px 22px #f2fff4;
}
  
  
  /*link*/

  section#link {
    padding: 50px 0 50px;
}

	 
  ul.link__list {
    grid-template-columns: repeat(3,1fr);
  }


  /*aside*/
  .sidebar-custom-list {
    opacity: 1;
    overflow: auto;
    display: block;
    height: 100%;
    max-height: max-content;
    font-size: 1em;
    background: none;
    padding: 0;
}

.ftitle {
    background: none;
    color: var(--darkgreen);
    padding: 0;
    font-size: 1.3em;
    letter-spacing: 0.04em;
    cursor: inherit;
    pointer-events: none;
    margin: 0 auto 25px;
}

.menu-label::after {
    content: none;
}

ul.sidebar-custom-list li a {
    font-size: 1em;
    letter-spacing: 0.04em;
    padding: 0 0 0 18px;
    transition: .4s;
}

ul.sidebar-custom-list li:before {
    width: 10px;
    height: 10px;
    top: 11px;
}

ul.sidebar-custom-list li a:hover {
    color: var(--green);
}

.template aside .pull {
    position: sticky;
    top: 110px;
    margin: 0;
}

.sidebar-custom-list li {
    padding: 0 0 20px 0;
}

ul.sidebar-custom-list li {
    margin: 0 0 10px 0;
    line-height: 2;
    border: none;
}
  /**/
  
  /*==========================================================
__フッターコンテンツ
==========================================================*/

  footer .footer__inner .footer__nav .footer__nav__inner {
    grid-template-columns: auto min(62.0625vw, 43.25rem);
    justify-content: space-between;
  }


  footer .footer__inner .footer__nav .footer__nav__inner .content__nav {
    margin-top: 70px;
    width: 100%;
  }
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list {
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    margin: 0 auto 20px;
  }



footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item:nth-last-child(-n+2) {
  border-bottom: 1px solid #daf8de;
}

  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link {
    -moz-column-gap: min(2.1875vw, 1.75rem);
    column-gap: min(2.1875vw, 1.75rem);
    height: 100%;
    font-size: 1em;
    transition-timing-function: var(--easing-default);
    transition-duration: var(--duration-default);
  }
 

footer .footer__inner .footer__nav .footer__nav__inner .footer_company{
      max-width: none;
      display: flex;
      justify-content: space-between;
      margin: 0 0 40px 0;
}

  footer .footer__inner .footer__nav .footer__nav__inner .logo {
    text-align: left;
  }



  .tel-box {
    width: 205px;
  }

  .contact a.tel {
    margin: 0;
    width: auto;
    font-size: 1.6em;
    max-width: none;
  }

  .contact-box {
    margin: 20px 0 0 0;
  }



  .contact {
    margin: 20px 0 40px 0;
    max-width: 100%;
  }

  .contact address {
    text-align: left;
  }

  .tel-box span {
    text-align: left;
    margin: 0 0 0 20px;
  }



  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link::after {
    background-color: var(--gray);
    transition: scale 0.4s ease-in-out;
    transform-origin: left;
    scale: 0 1;
  }
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link::before {
    border-bottom:0.0625rem solid var(--lightblue);
  }
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.0625rem;
    content: "";
  }
  
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link:hover {
    color: var(--green);
  }

  /*==========================================================
__//フッターコンテンツ
==========================================================*/
  .sub__head h1 {
    font-size: 2.5em;
  }

  .sub__head .en {
    font-size: 1em;
    margin: 0 0 19px 0;
  }

  section.sub-main {
    padding: 100px 0 20px;
  }

  .wave {
    height: 90px;
  }

  .template h2 {
    font-size: 1.9em;
    font-weight: var(--fw-bold);
    padding: 0 0 15px 0;
  }

  .template h2:before {
    width: 60px;
  }
}

@media screen and (min-width: 1200px) {
  
    .br2 {
    display: none !important;
  }

  .br {
    display: block !important;
  }
  
  .wrap-1040 {
    max-width: 1040px;
    margin: 0 auto;
  }
  .wrap-1250 {
    max-width: 1250px;
    margin: 0 auto;
    width: 90%;
  }

  .c__icon {
    width: 20px;
    height: 20px;
  }
  .common__padding {
    padding-left: 0;
    padding-right: 0;
  }

  /*==========================================================
__//共通コンテンツ
==========================================================*/
  .h2__common {
    font-size: 3.2em;
    margin: 0;
  }

  .h3__common {
    font-size: 2em;
    padding: 0 0 0 33px;
    line-height: 1.4;
  }

  .h4__common {
    font-size: 1.9em;
}
  .h6__common {
    font-size: 1.5em;
}

  .mb {
    margin-bottom: 10px;
  }

  .mb1 {
    margin-bottom: 40px;
  }

  .mb2 {
    margin-bottom: 60px;
  }

  .mb3 {
    margin-bottom: 120px;
  }

  .mb4 {
    margin-bottom: 150px;
  }

  .mb5 {
    margin-bottom: 180px;
  }

  .template p {
    font-size: 1em;
  }

  a.button {
    font-size: 1.1em;
    padding: 20px 0 20px 30px;
    max-width: 330px;
    text-align: left;
  }

  a.button.m0 {
    margin: 0;
}

  a.button span.p__icon {
    width: 35px;
    height: 35px;
}

a.button span.p__icon::after {
    mask-size: 18px auto;
}

  .line_b{
    font-size: 1.1em;
    padding: 0 42px 0 0;
  }

  .line_b span.p__icon{
    width: 32px;
    height: 32px;
    top: 110%;
  }

  .line_b span.p__icon[data-size="s"]:after{
      mask-size: 0.9rem auto;
  }
  
span.p__icon[data-size="s"]:after{
  mask-size: 0.9rem auto;
}

  
.shading {
    padding: 50px;
}


/*aside*/

.ftitle {
    font-size: 1.5em;
}

  
ul.sidebar-custom-list li a {
    font-size: 1.1em;
    letter-spacing: 0.04em;
    padding: 0 0 0 20px;
}

ul.sidebar-custom-list li:before {
    width: 12px;
    height: 12px;
    top: 12px;
}

.template aside {
    width: 27%;
}

  
/**/
  
  /*==========================================================
__ヘッダーコンテンツ
==========================================================*/

  header {
    padding: 20px 2.5% 0;
    transition-timing-function: var(--easing-default);
    transition-duration: var(--duration-default);
  }
  header .header__inner .head__flex {
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: center;
  }
  header .header__inner .head__pc {
    display: block;
  }
  header .header__inner .head__pc .logo {
    position: relative;
  }


  header .header__inner .head__pc .sub__nav .sub__nav__inner {
    display: flex;
  }





  header .header__inner .global__menu {
    width: auto;
    margin-left: auto;
    padding: 0 1% 0 0;
  }
  header .header__inner ul.global__menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 32px;
  }

  header .header__inner ul.global__menu__list li a {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: var(--fw-semibold);
    line-height: 1.5;
    --icon-color: currentcolor;
    transition-timing-function: var(--easing-default);
    transition-duration: var(--duration-default);
    text-align: center;
  }



header {
    padding: 10px 2.5%;
}

header .header__inner .head__sp__inner .head__flex .logo {
    left: 2.5%;
}
  
  header .header__inner ul.global__menu__list li a:hover {
    color: var(--green);
  }


  header .header__inner .head__sp {
    display: none;
  }

  header .header__inner .sp__nav {
    display: none;
  }

  .logo a h1 {
    font-weight: var(--fw-bold);
    letter-spacing: 0.08em;
    line-height: 1.5;
  }

  header .logo a h1 span{
    font-size: 50%;
    margin: 0;
  }

    header.sub .logo a h1 span{
    color: var(--black);
  }

  .sub .logo a h1{
    color: var(--darkgreen);
}


  header.is-animation {
    background: #ffffffd1;
    padding: 15px 2.5%;
    box-sizing: border-box;
    width: 100%;
  }


  header.is-animation .header__inner .head__pc .logo a h1, header.is-animation .logo a h1 span{
    color: var(--black);
  }



  header.is-animation .header__inner ul.global__menu__list li a {
    font-size: 1em;
    color: var(--black);
  }

  header.is-animation .header__inner ul.global__menu__list li a:hover {
    color: var(--green);
  }

  header.is-animation .header__inner ul.global__menu__list {
    gap: 35px;
  }


  header.sub .header__inner ul.global__menu__list li a {
    color: var(--black);
  }

  header.sub .header__inner ul.global__menu__list li a:hover {
    color: var(--green);
  }



  /*==========================================================
__//ヘッダーコンテンツ
==========================================================*/
 /*link*/
  section#link {
    padding: 100px 0 100px;
  }

  .link__inner {
    padding: 0;
    max-width: 1250px;
    margin: auto;
    width: 90%;
  }

  ul.link__list {
    gap: 20px;
  }
  
  /*==========================================================
__フッターコンテンツ
==========================================================*/
 
.pagetop {
    width: 4.2rem;
    height: 4.2rem;
}

.pagetop a {
    width: 4.2rem;

}

.pagetop a span {
    width:100%;
    height:100%;

}
  
  footer {
    padding: 50px 0 30px;
  }
  .footer__top {
    width: 100%;
    margin: 0;
  }

  .footer_company {
    width: 100%;
    display: flex;
    margin: 0 auto 40px;
    align-items: end;
    gap: 0;
    justify-content: space-between;
  }

  footer .logo a h1 {
    font-size: 1.8em;
    letter-spacing: 0.05em;
  }

  footer .logo a h1 b {
    vertical-align: baseline;
}

  .contact {
    margin: 0;
    justify-content: space-between;
    align-items: center;
  }

  .contact a {
    color: var(--white);
  }
  .contact a:hover {
    color: var(--green);
  }

  .contact address {
    margin: 0;
  }


.contact ul.contact-list h6{
  font-size: 1.1em;
  padding: 0 0 15px 16px;
}

  .contact ul.contact-list h6:before{width: 8px;height: 8px;top: 26%;}
  .tel-box {
    margin: 0;
    width: 223px;
}


  .contact a.tel span img {
    --icon-color: var(--white);
    mask-image: var(--icon-img);
  }

  footer .contact a.tel:before {
    content: "";
    background-color: var(--icon-color);
    -webkit-mask-image: var(--icon-img);
    mask-image: var(--icon-img);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: calc(var(--ico-size) / 18 * 1rem) auto;
    mask-size: calc(var(--ico-size) / 18 * 1rem) auto;
    transition: background-color 0.3s ease;
    width: 26px;
    display: inline-block;
    height: 28px;
    margin: 0;
    position: absolute;
    left: 0;
  }

  footer .contact a.tel{
    padding: 0 0 0 0;
    font-size: 1.5em;
  }

  
.contact ul.contact-list {
    margin: 0;
    display: flex;
    gap: 30px;
    max-width: 830px;
}


.footer-contact-box {
    margin: 0 0 100px 0;
}

  .footer__lower__nav {
    margin: 0;
  }

  .contact-box {
    margin: 20px 0 0 0;
  }

  footer .footer__inner .footer__nav .footer__nav__inner {
    width: 100%;
  }
  footer .footer__inner .footer__nav .footer__nav__inner .logo {
  width: auto;
  }
  footer .footer__inner .footer__nav .footer__nav__inner .logo a {
    width: 100%;
  }


  footer .footer__inner .footer__nav .footer__nav__inner .content__nav {
    margin: 0;
    width: 100%;
  }


  .footer__link {
    margin: 0 0 100px 0;
  }

  .footer__link ul.link__list li {
    margin: 0 8px;
  }

  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
    margin: 0;
  }
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item {
    width: 100%;
    border: none;
    padding: 0;
  }

footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item:nth-last-child(-n+2){
  border: none;
}
  
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item:last-child {
    display: flex;
  }
  footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link {
    position: relative;
    justify-content: space-between;
    column-gap: 0.5em;
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--lightgreen);
    display: block;
    font-size: 1.1em;
  }

   footer
    .footer__inner
    .footer__nav
    .footer__nav__inner
    .content__nav
    ul.content__nav__list
    li.item
    a.item__link .c__icon{
      position: absolute;
      right: 0;
      top: 35%;
      transform: translateY(-50%);
    }

  footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item a.item__link::before {
        right: 0;
        background-color: var(--green);
        transition: scale 0.4s ease-in-out;
        transform-origin: left;
        scale: 0 1;
        bottom: -2px;
}

footer .footer__inner .footer__nav .footer__nav__inner .content__nav ul.content__nav__list li.item a.item__link:hover:before {
        scale: 1 1;
}


  footer .footer__inner .footer__lower {
    margin: 40px auto 0;
  }


  footer .footer__inner .footer__lower__inner .copyright {
    margin: auto;
    font-size: 0.8em;
    text-align: center;
  }

  .footer__inner {
    max-width: 1250px;
    margin: auto;
    width: 90%;
  }

  footer .footer__inner .footer__nav {
    padding: 0;
  }

  footer .footer__lower__nav > small {
    text-align: left;
    margin: 45px auto 0;
}

  /*==========================================================
__//フッターコンテンツ
==========================================================*/
  section.sub-main {
    padding: 100px 0 0 0;
  }

  .sub__head {
    padding: 0;
    margin: 0;
}

  .sub__head h1 {
    font-size: 2.5em;
  }

  .sub__head .en {
    font-size: 1.1em;
    margin: 20px 0 0 0;
  }

  .breadcrumb {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 100px;
    width: 95%;
    background: var(--lightgreen2);
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
  }

  .breadcrumb ul li {
    font-size: 0.85em;
    letter-spacing: 0.04em;
}

  section.sub-main .common__padding {
    position: relative;
    max-width: 1250px;
    margin: auto;
    padding: 0 0 0 0;
    width: 90%;
  }

  
.template-wrap {
    width: 73%;
}

  .template {
    padding: 120px 0 180px;
  }

  .template ul.wp-block-list li {
    font-size: 1em;
    margin: 0 0 20px 0;
  }


  .templatebox h4 {
    font-size: 1.3em;
    font-weight: var(--fw-bold);
    padding: 25px 25px 25px 37px;
  }

  .template h5 {
    font-size: 1.1em;
    margin: 0 0 15px 0;
    font-weight: var(--fw-bold);
  }

  .template .desc {
    padding: 30px;
  }

  /*テーブル*/
  .ex-table table td {
      font-size: 1em;
      padding: 25px;
  }

  
}

@media screen and (min-width: 1400px) {
  /*==========================================================
__ヘッダーコンテンツ
==========================================================*/

header {
    padding: 15px 2.5%;
}


  header .header__inner ul.global__menu__list li a {
    font-size: 0.95em;
  }


  header .header__inner ul.global__menu__list {
    gap: 40px;
  }


header .header__inner .head__flex {
    margin: 0;
}

  header .logo a h1 span{
    font-size:60%;
  }


  /*==========================================================
__フッターコンテンツ
==========================================================*/


  .sub__head h1 {
    font-size: 3.5em;
  }

  .sub__head .en {
    font-size: 1.5em;
    margin: 5px 0 0 0;
    display: inline-block;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1699px) {
  /*==========================================================
__ヘッダーコンテンツ
==========================================================*/


  header .header__inner ul.global__menu__list li a {
    font-size: 1.1em;
  }


  header .header__inner ul.global__menu__list {
    gap: 35px;
  }



header .header__inner .global__menu {
    margin-top: 0;
}
  

.footer_company{
    margin: 0 auto 50px;
  }


.contact address {
    font-size: 1.1em;
    line-height: 1.8;
}

  
footer .contact .tel-box{
  width: 216px;
}
  footer .contact a.tel{
    padding: 0 0 0 25px;
    font-size: 1.7em;
  }


.contact ul.contact-list{
  gap: 50px;
}
  
}
