@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0 105px;
  position: relative;
}
main section.stb {
  padding: 95px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 70px 0 80px;
  }
  main section.stb {
    padding: 75px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.round img {
  border-radius: 15px;
}
.round02 img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
/*shadow*/
.imgshadow img {
  box-shadow: #fff4d1 12px 12px;
}
.imgshadow_rev img {
  box-shadow: #fff4d1 -12px 12px;
}
@media (max-width: 1250px) {
  .imgshadow img {
    box-shadow: #fff4d1 9px 9px;
  }
  .imgshadow_rev img {
    box-shadow: #fff4d1 -9px 9px;
  }
}
/*deco*/
.imgdeco {
  position: relative;
}
.imgdeco::before {
  content: '';
  width: 40%;
  height: 40%;
  position: absolute;
  top: -1%;
  left: -4%;
  background: #fff4d1;
  z-index: -1;
  border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
}
.idc_right::before {
  left: auto;
  right: -4%;
}
.bg_gray .imgdeco::before, .bg_cream .imgdeco::before {
  background: #fff;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .marker {
  text-decoration: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 65px;
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(2.3rem, 1.55rem + 2.4vw, 2.9rem);
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.maintitle .mf {
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.13em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #333;
}
.maintitle .sf {
  font-size: 60%;
  line-height: 1.55;
}
.maintitle .mf, .maintitle .sf {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.txtmgb {
  margin-bottom: 35px !important;
}
.spblock {
  display: none;
}
/**/
.maintitle.mtleft, .maintitle.mtleft .mf, .maintitle.mtleft .sf {
  margin-left: 0;
}
@media (max-width: 750px) {
  .spcenter.maintitle.mtleft, .spcenter.maintitle.mtleft .mf, .spcenter.maintitle.mtleft .sf {
    margin-left: auto;
    text-align: center !important;
  }
  .spblock {
    display: block;
  }
}
@media (max-width: 550px) {
  .txtmgb {
    margin-bottom: 27px !important;
  }
  .maintitle {
    margin-bottom: 45px;
  }
  .maintitle .sf {
    font-size: 50%;
  }
}
/*02*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 0.575rem + 2vw, 1.7rem);
  padding-left: 2px;
  line-height: 1.75;
  padding-bottom: 9px;
  padding-top: 7px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #8c8989;
}
.green .stitle::after {
  background: #65a85a;
}
.blue .stitle::after {
  background: #38b6f5;
}
.yellow .stitle::after {
  background: #f5be00;
}
/*03*/
.mtitle {
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: clamp(1.7rem, 0.8875rem + 2.6vw, 2.35rem);
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 30px;
  }
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 20px;
  display: inline-block;
  width: 90%;
  max-width: 250px;
  z-index: 1;
  overflow: hidden;
  line-height: 1.6;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #4a4848;
  border: 2px solid #8c8989;
}
.mainbtn a:hover {
  color: #fff;
  background: #8c8989;
  border: 2px solid #8c8989;
}
section .mainbtn a {
  box-shadow: 4px 6px 0px 0px rgba(0, 0, 0, 0.05);
}
section .mainbtn a:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
}
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(1.3, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  font-size: 130%;
  transition: .4s;
  z-index: 2;
  pointer-events: none;
  opacity: 0.6;
}
section .mainbtn a:hover::before {
  right: 10px;
  opacity: 1;
}
/**/
.tbtn {
  margin-top: 40px;
}
@media (max-width: 550px) {
  .tbtn {
    margin-top: 30px;
  }
}
@media (max-width:550px) {
  .mainbtn a {
    max-width: 210px;
    padding: 15px;
  }
  section .mainbtn a::before {
    width: 20px;
    height: 20px;
  }
}
/*====== 色 ======*/
/*green*/
.green .maintitle .mf {
  -webkit-text-stroke-color: #65a85a;
}
.green .maintitle .sf {
  /*color: #65a85a;*/
}
.green .mainbtn a {
  background: #fff;
  color: #65a85a;
  border: 2px solid #65a85a;
}
.green .mainbtn a:hover {
  color: #fff;
  background: #65a85a;
  border: 2px solid #65a85a;
}
/*blue*/
.blue .maintitle .mf {
  -webkit-text-stroke-color: #38b6f5;
}
.blue .maintitle .sf {
  /*color: #38b6f5;*/
}
.blue .mainbtn a {
  background: #fff;
  color: #38b6f5;
  border: 2px solid #38b6f5;
}
.blue .mainbtn a:hover {
  color: #fff;
  background: #38b6f5;
  border: 2px solid #38b6f5;
}
/*yellow*/
.yellow .maintitle .mf {
  -webkit-text-stroke-color: #f5be00;
}
.yellow .maintitle .sf {
  /*color: #fcc404;*/
}
.yellow .mainbtn a {
  background: #fff;
  color: #f5be00;
  border: 2px solid #fcc404;
}
.yellow .mainbtn a:hover {
  color: #fff;
  background: #fcc404;
  border: 2px solid #fcc404;
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 35px;
  }
  .spmgb02 {
    margin-bottom: 23px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -100;
}
.bg_cream::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff9e6;
  z-index: -100;
}
.bg_box::after {
  width: calc(100% - 5%);
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
section.bg_box:last-of-type::after {
  height: 80%;
}
@media (max-width: 550px) {
  .bg_box::after {
    height: calc(100% - 3%);
  }
}
/**/
.leaf::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/leaf.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 350px;
  z-index: -1;
  opacity: 0.13;
}
@media (max-width: 750px) {
  .leaf::before {
    background-size: 200px;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/* illust ==============================*/
.psr {
  position: relative;
}
/**/
.tl, .tr, .bl, .br {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  width: auto !important;
  height: 177px !important;
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
  height: 160px !important;
}
/*位置*/
section .tl {
  top: -90px;
  left: 1%;
}
section .tr {
  top: -90px;
  right: 1%;
}
section .bl {
  bottom: -90px;
  left: 1%;
}
section .br {
  bottom: -90px;
  right: 1%;
}
.psr .tl {
  top: 0;
  left: 0;
}
.psr .tr {
  top: 0;
  right: 0;
}
.psr .bl {
  bottom: 0;
  left: 0;
}
.psr .br {
  bottom: 0;
  right: 0;
}
@media (max-width: 1050px) {
  .tl img, .tr img, .bl img, .br img {
    height: 16.5vw !important;
  }
  .psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
    height: 13vw !important;
  }
}
@media (max-width: 750px) {
  .tl img, .tr img, .bl img, .br img {
    height: 140px !important;
  }
  .psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
    height: 120px !important;
  }
}
@media (max-width: 550px) {
  .tl img, .tr img, .bl img, .br img {
    height: 110px !important;
  }
  section .tl, section .tr {
    top: -65px;
  }
  section .bl, section .br {
    bottom: -65px;
  }
  .psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
    height: 90px !important;
  }
}
/* 横に揺れる */
.moving {
  display: block;
  width: 100%;
  animation: movinganime 2.05s cubic-bezier(0.7, 0.02, 0, 0.97) infinite;
}
.moving.rev {
  animation-direction: reverse;
  animation-delay: 1.14s !important;
}
@keyframes movinganime {
  0% {
    transform: rotate(0deg)
  }
  20% {
    transform: rotate(0deg)
  }
  30% {
    transform: rotate(-7deg)
  }
  80% {
    transform: rotate(-7deg)
  }
  83% {
    transform: rotate(0deg)
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 13px 5px 15px;
  transition: all .5s;
}
.header_inner {
  width: 97%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title h1 a:hover {
  opacity: 0.6;
}
.header_title {
  width: fit-content;
}
.header_title img {
  width: 335px;
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
.header_title h1 a {
  display: flex;
  align-items: center;
}
/**/
.header_title .ficons {
  margin-top: 10px;
}
.header_title .ficons div:first-of-type {
  margin-left: 0 !important;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 1.5%;
  margin-right: 160px; /* 協力会社 募集中！ボタン分のmargin */
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  padding: 0 5px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #333;
  white-space: nowrap;
  font-weight: 700;
  background: #fff4d1;
  border: 2px solid #ffeba8;
  border-radius: 5px;
  padding: 15px;
  min-width: 140px;
}
.header_nav ul li a span {
  display: block;
  font-size: 80%;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.015em;
  opacity: 0.8;
}
.header_nav ul li a:hover {
  background: #ffeba8;
}
/*協力会社 募集中！ボタン*/
.header_btn {
  position: absolute;
  top: -2.5px;
  right: 20px;
}
.header_btn a {
  /*animation: btnfadeIn 1.3s ease 0.85s 1 normal backwards;*/
  display: block;
  background: #f5be00;
  border: 2px solid #f5be00;
  padding: 15px 0;
  font-size: 1.15rem;
  border-radius: 0 0 20px 20px;
  width: 150px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.header_btn a i {
  display: block;
  font-size: 190%;
}
.header_btn a .boshu {
  display: block;
  font-size: 85%;
}
.header_btn a .japan {
  display: block;
  margin-top: 17px;
}
/* 文字の上に点を付ける */
.header_btn a .japan span:first-of-type {
  padding-top: .23em;
  background-position: top left -1%;
  background-repeat: repeat-x;
  background-size: 1.1em .3em;
  background-image: radial-gradient(.13em .13em at center center, #fff, #fff 100%, transparent);
}
.header_btn a:hover .japan span:first-of-type {
  background-image: radial-gradient(.13em .13em at center center, #f5be00, #f5be00 100%, transparent);
}
/*Safari*/
::-webkit-full-page-media, :future, :root .header_btn a .japan {
  margin-top: 10px;
}
::-webkit-full-page-media, :future, :root .header_btn a .japan span:first-of-type {
  background-image: none;
  padding-top: 0;
  text-emphasis: filled; /*文字の上に点を付ける*/
}
.header_btn a .japan span:last-of-type {
  display: block;
  font-size: 79%;
}
.header_btn a:hover {
  border: 2px solid #f5be00;
  color: #f5be00;
  background: #fff;
}
/**/
.header_item {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 13px;
}
.header_item > div {
  margin: 0 3px;
}
.header_item .mainbtn a {
  width: 205px;
  line-height: 1;
  padding: 12px 0;
  font-size: 0.8rem;
}
/*tel*/
.tel {
  font-size: 1.65rem;
  line-height: 1.45;
}
.tel a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
}
.tel a i {
  margin-right: 4px;
  color: #8c8989;
}
.tel a .telnote {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 700 !important;
  padding-bottom: 5px;
  margin-right: 10px;
}
.tel a:hover {
  opacity: 0.6;
  transition: .3s;
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  z-index: 9999;
  width: 60px;
  height: 33px;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  background: #8c8989;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  transition: 0.4s;
  border-radius: 10px;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.hamburger__line:before {
  top: -8px;
}
.hamburger__line:after {
  top: 8px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	color: #333;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff9e6;
}
.header__nav-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/leaf.svg);
  background-repeat: no-repeat;
  background-position: bottom 10px right 1%;
  background-size: 40%;
  z-index: -1;
  opacity: 0.3;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list {
  margin-bottom: 20px;
}
.global-navigation__list li a {
  text-align: center;
  margin: 3px 0;
  font-size: 1.25rem;
  line-height: 1.6;
  display: block;
  padding: 12px 0;
  color: #333;
}
.global-navigation__list li a span {
  display: block;
  font-size: 80%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.8;
  letter-spacing: 0.015em;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
  margin-bottom: 6px;
}
.global-navigation .mainbtn a {
  color: #fff;
  background: #8c8989;
  border: 2px solid #8c8989;
}
.global-navigation .mainbtn a:hover {
  opacity: 0.6;
}
.telbtn a {
  font-size: 110%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
/*icon*/
.global-navigation .ficons {
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 1355px) {
  .header_nav ul li a {
    font-size: 1.35vw;
    min-width: auto;
  }
  .header_title img {
    width: 23vw;
  }
  .header_title .ficons .iconbtn a {
    font-size: 0.97rem;
  }
  .header_title .ficons .iconbtn a i {
    padding: 5px;
  }
  .header_title .ficons .iconbtn {
    margin: 0 3px;
  }
}
@media (max-width: 1070px) {
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header {
    padding: 15px 20px;
  }
  .header_inner {
    width: 100%;
    display: block;
  }
  .header_title img {
    width: 270px;
  }
  .hamburger {
    top: 33px;
    right: 20px;
  }
  .header_btn {
    position: fixed;
    top: 100px;
    right: -2px;
  }
  .header_btn a {
    font-size: 0.85rem;
    width: fit-content;
    padding: 17px;
    border-radius: 10px 0 0 10px;
    animation: btnfadeIn_SP 1.3s ease 1.25s 1 normal backwards;
  }
}
@media (max-width: 550px) {
  .header__nav-area::before {
    background-size: 180px;
  }
  .header {
    padding: 12px;
  }
  .hamburger {
    top: 25px;
    right: 12px;
  }
  .header_title img {
    width: 200px;
  }
  .global-navigation__list li a {
    text-align: center;
    font-size: 1.07rem;
    padding: 7px 0;
  }
  .global-navigation .mainbtn a {
    font-size: 0.95rem;
    max-width: 200px;
    padding: 16px;
  }
  .header_btn {
    top: 85px;
  }
  .header_btn a {
    font-size: 0.78rem;
    width: fit-content;
    padding: 7px 12px 7px 10px;
    border-radius: 7px 0 0 7px;
  }
}
/* header_btn animation */
@keyframes btnfadeIn {
  0% {
    opacity: 0;
    transform: translateY(-100px)
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
/* SP */
@keyframes btnfadeIn_SP {
  0% {
    opacity: 0;
    transform: translateX(100px)
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
/* footer =======================================*/
.wide img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
@media (max-width: 1200px) {
  .wide img {
    height: 25vw;
  }
}
@media (max-width: 1050px) {
  .wide img {
    height: 35vw;
  }
}
@media (max-width: 550px) {
  .wide img {
    height: 48vw;
  }
}
/**/
.footer {
  background: #f7f7f7;
  position: relative;
  padding: 0 0 40px;
}
.footer .maintitle span {
  color: #fff;
}
/*box*/
.fbox {
  position: relative;
  z-index: 1;
  padding: 45px 10px;
  background: #fff;
  width: 92%;
  max-width: 950px;
  margin: auto;
  margin-top: -50px;
  border-radius: 15px;
  border: 3px solid #ededed;
}
.fbox .inner {
  max-width: 750px;
}
/*logo*/
.flogo {
  display: block;
  width: 97%;
  max-width: 280px;
  margin-bottom: 15px;
}
.flogo:hover {
  opacity: 0.6;
}
/*address*/
.details p i {
  color: #65a85a;
  margin-right: 4px;
}
/*TEL・FAX*/
.telfax a {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-size: clamp(1.55rem, 0.7375rem + 2.6vw, 2.2rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.telfax a span {
  font-size: 50%;
}
.telfax a:hover {
  opacity: 0.6;
}
/*メールでのお問い合わせ*/
.links .mainbtn a {
  max-width: 85%;
  padding: 20px 0;
  font-size: 107%;
  color: #fff;
  background: #8c8989;
  border: 2px solid #8c8989;
}
.links .mainbtn a:hover {
  background: #fff;
  color: #8c8989;
  border: 2px solid #8c8989;
}
/*icon*/
.ficons {
  display: flex;
}
.footer .ficons {
  margin-top: 2px;
}
.ficons .iconbtn {
  margin: 0 4px;
  width: fit-content !important;
}
.ficons .iconbtn a {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #8c8989;
  border: 2px solid #8c8989;
  background: #fff;
  aspect-ratio: 1 / 1;
}
.ficons .iconbtn a i {
  padding: 6px 5.5px 6px 6.5px;
}
.ficons .iconbtn a:hover {
  color: #fff;
  background: #8c8989;
}
.ficons .iconbtn:nth-child(1) a {
  color: #fff;
  background: #8c8989;
}
.ficons .iconbtn:nth-child(1) a:hover {
  background: #fff;
  color: #8c8989;
  border: 2px solid #8c8989;
}
/* copyright */
.copyright {
  text-align: center;
  padding-top: 35px;
}
@media (max-width: 750px) {
  .fbox {
    padding: 35px 5px 45px;
    max-width: 460px;
  }
  .flogo {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    margin-bottom: 20px;
  }
  .details p {
    margin-bottom: 15px;
  }
  .details {
    width: fit-content !important;
    margin: 0 auto 7px;
  }
  .links {
    max-width: 300px;
    margin: auto;
  }
  .links .mainbtn a {
    font-size: 100%;
    width: 100%;
  }
  .footer .ficons {
    margin-top: 17px;
    justify-content: center;
  }
  .ficons .iconbtn a {
    font-size: 1.05rem;
  }
}
@media (max-width: 550px) {
  .footer {
    padding: 0 0 30px;
  }
  .flogo {
    max-width: 220px;
  }
  .details p {
    font-size: 97%;
  }
  .fbox {
    padding: 30px 5px;
  }
  .copyright {
    padding-top: 25px;
    font-size: 0.9rem;
  }
  .links .mainbtn a {
    font-size: 95%;
    padding: 13px 0;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 65px;
  height: 65px;
  background: #fff;
  border: 2px solid #8c8989;
  padding-top: 30px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  font-weight: bold;
  color: #8c8989;
  font-size: 1.3rem;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 55px;
    height: 55px;
    right: 15px;
  }
  .go_top::before {
    font-size: 1rem;
  }
}
/* スライド =====================*/
.topslide {
  overflow: hidden;
  position: relative;
  clip-path: ellipse(130% 100% at top);
}
.topslide .inner {
  max-width: 1500px;
  width: 88%;
}
/* img */
.slide_items img {
  position: relative;
  margin: auto;
  height: 100%;
  overflow: hidden;
  max-height: calc(100vh - 100px);
  min-height: 670px;
  width: 100%;
  object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
/* text */
.catchcopy {
  z-index: 1;
  font-size: 3.7rem;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
  white-space: nowrap;
  text-align: center;
  padding: 0.5% 2% 0 2%;
}
.catchcopy p {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
/*illust*/
.catchcopy::before, .catchcopy::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat !important;
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
.catchcopy::before {
  background: url(../img/s01.svg);
  background-position: top left;
  background-size: 8%;
}
.catchcopy::after {
  background: url(../img/s02.svg);
  background-position: bottom 25% right;
  background-size: 9%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Safari*/
::-webkit-full-page-media, :future, :root .catchcopy .flowup {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
::-webkit-full-page-media, :future, :root .catchcopy::before {
  animation: none !important;
}
::-webkit-full-page-media, :future, :root .catchcopy::after {
  animation: none !important;
}
/**/
.catchcopy .llc {
  display: block;
  font-size: 60%;
  color: #8c8989;
}
span.green {
  color: #65a85a;
}
span.blue {
  color: #38b6f5;
}
span.yellow {
  color: #f5be00;
}
/*理想のお庭づくりを全国対応！造園・エクステリアの専門店*/
.catchimg {
  position: absolute;
  right: 2%;
  bottom: 9%;
  width: 50%;
  max-width: 340px;
  z-index: 1;
}
@media (max-width: 1355px) {
  .catchcopy {
    font-size: 4.3vw;
  }
  .catchimg {
    max-width: 25vw;
  }
}
@media (max-width: 1070px) {
  .slide_items img {
    max-height: auto;
    min-height: 550px;
  }
  .catchcopy {
    font-size: 2.7rem;
  }
}
@media (max-width: 950px) {
  .catchimg {
    bottom: 2%;
    max-width: 210px;
  }
}
@media (max-width: 750px) {
  .catchimg {
    max-width: 190px;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: 140vw;
    min-height: 450px;
  }
  .catchcopy {
    filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
    font-size: 9.5vw;
    padding: 3% 4% 0;
  }
  .catchcopy::after {
    background-position: bottom 20% right;
    background-size: 13%;
  }
}
/* 住まいと暮らしを彩る空間づくり =============================*/
.welcome .inner {
  max-width: 1230px;
}
/*text*/
.welcome p {
  margin-bottom: 20px;
}
.wtext {
  width: 54%;
}
/*img*/
.w_imgs {
  width: 43%;
}
.w_imgs .psr {
  width: 80%;
}
.w_imgs .psr:last-of-type {
  margin-left: auto;
  margin-top: 23px;
}
/*illust*/
.i_center {
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
}
.w_imgs .tl img, .w_imgs .tr img, .w_imgs .bl img, .w_imgs .br img {
  height: 155px !important;
}
@media (max-width: 1250px) {
  .w_imgs .tl img, .w_imgs .tr img, .w_imgs .bl img, .w_imgs .br img {
    height: 12vw !important;
  }
}
@media (max-width: 750px) {
  .wtext {
    position: relative;
  }
  .wtext, .w_imgs {
    width: 100%;
  }
  .w_imgs {
    margin-top: 70px;
  }
  .w_imgs .tl img, .w_imgs .tr img, .w_imgs .bl img, .w_imgs .br img {
    height: 165px !important;
  }
}
@media (max-width: 550px) {
  .w_imgs {
    margin-top: 50px;
  }
  .w_imgs .tl img, .w_imgs .tr img, .w_imgs .bl img, .w_imgs .br img {
    height: 28vw !important;
  }
}
/* Re-GARDENのエクステリア・お庭づくり =============================*/
.t_mgb {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .t_mgb {
    margin-bottom: 33px;
  }
}
/**/
.smenus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 37px 15px 15px;
  background: #fff;
  border-radius: 15px;
}
.smenu {
  width: 17%;
  margin: 0 1.5% 25px;
}
.smenu p {
  width: fit-content;
  margin: auto;
  margin-top: 15px;
  font-weight: 700;
  border-bottom: 2px dotted #ddd;
}
.smenu div {
  margin: auto;
  width: fit-content !important;
}
.smenu div img {
  /*filter: invert(85%) sepia(29%) saturate(3097%) hue-rotate(178deg) brightness(111%) contrast(90%);*/
  filter: invert(79%) sepia(74%) saturate(2481%) hue-rotate(171deg) brightness(99%) contrast(100%);
  width: auto !important;
  height: 80px !important;
}
@media (max-width: 1220px) {
  .services .inner {
    max-width: 850px;
  }
  .smenu {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .smenu {
    width: 47%;
  }
  .services .tl {
    left: auto;
    right: 1%;
  }
}
@media (max-width: 550px) {
  .smenus {
    display: block;
    padding: 30px 15px 5px;
  }
  .smenu {
    width: 100%;
    margin: 0 0 40px;
  }
  .smenu p {
    font-size: 107%;
  }
}
/* 施工実績　========================================*/
.p_slider ul .slick-slide {
  margin-left: 25px !important;
  transition: .3s ease;
}
.p_slider ul li {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 70%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.9s ease;
}
.p_slider ul li a:hover img {
  transform: scale(1.1);
}
.p_slider ul li p {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 3;
  display: none;
}
@media (max-width: 750px) {
  .p_slider ul .slick-slide {
    margin-left: 15px !important;
  }
  .p_slider ul li {
    border-radius: 10px;
  }
  .works .tr {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 420px) {
  .p_slider ul li p {
    bottom: -35px;
    font-size: 0.77rem;
  }
}
/* 一緒にエクステリア・造園を盛り上げていきませんか？ ========================================*/
/*日本全国どこでも！の吹き出し画像*/
.dokodemo {
  position: relative;
}
.dokodemo::before {
  content: '';
  display: block;
  width: 180px;
  height: 107px;
  background-image: url(../img/dokodemo.svg);
  background-size: contain;
  margin: -50px -50px 5px auto;
}
.blue .dokodemo::before {
  filter: hue-rotate(90deg) brightness(120%);
}
@media (max-width: 750px) {
  .dokodemo::before {
    width: 137px;
    height: 86px;
    margin: -40px 0 5px auto;
  }
}
/* 日本全国から */
.str_j {
  font-size: 125%;
  font-weight: 700;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em .3em;
  margin: 0 1px;
}
.green .str_j {
  color: #65a85a;
  border-bottom: 2px dotted #65a85a;
}
.blue .str_j {
  color: #38b6f5;
  border-bottom: 2px dotted #38b6f5;
}
.yellow .str_j {
  color: #f5be00;
  border-bottom: 2px dotted #f5be00;
}
/* 新着情報 ========================================*/
.news {
  padding: 110px 0 105px;
}
.news .maintitle {
  margin-top: -25px;
}
.newstitle {
  white-space: nowrap;
  height: fit-content;
  margin-right: 50px;
}
.news .inner {
  max-width: 1100px;
}
.news .flexbox {
  flex-wrap: nowrap;
}
.newsl {
  width: 100%;
}
@media (max-width: 750px) {
  .news {
    padding: 80px 0 100px;
  }
  .newstitle {
    margin-right: 0;
    margin-bottom: 0;
  }
  .news .maintitle {
    margin-top: 0;
    margin-bottom: 17px;
  }
}
@media (max-width: 550px) {
  .news {
    padding: 50px 0 70px;
  }
}
/* 下層ページトップ ================================================================================================================*/
.fv {
  padding: 180px 0 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: ellipse(100% 100% at top);
  background: #f7f7f7;
  z-index: -100;
}
.fvillust {
  width: 60%;
  max-width: 300px;
  margin: 23px auto -20px;
  position: relative;
  z-index: 1;
}
/**/
.fv h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 0.325rem + 4.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  position: relative;
}
@media(max-width:1065px) {
  .fv {
    padding: 120px 0 90px;
  }
  .fv::after {
    clip-path: ellipse(130% 100% at top);
  }
}
@media(max-width:550px) {
  .fv h2 {
    margin-bottom: 15px;
  }
  .fv {
    padding: 115px 0 45px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.6;
  width: 97%;
  font-size: 1.05rem;
  font-weight: 700;
  position: relative;
  color: #333;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #333;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:750px) {
  .binner {
    font-size: 0.9rem;
  }
}
@media(max-width:550px) {
  .binner {
    font-size: 0.85rem;
  }
}

.fv .audio{
  text-align: center;
  margin-top: 20px;
}
.fv .audio p{
  position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
  color: #aaa;
}
.fv .audio p::before,
.fv .audio p::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.fv .audio p::before{
	content: '＼';
	left: 0;
}
.fv .audio p::after{
	content: '／';
	right: 0;
}


/* 施工メニューページ ================================================================================================================*/
.ribbon {
  width: 95%;
  max-width: 420px;
  margin: 0 auto 15px;
}
.ribbon img {
  width: 100%;
}
.sertop h2 {
  font-size: 100%;
  font-weight: 500;
}
/*illust*/
.serillust {
  width: 90%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 7px;
}
.serillust img {
  width: 100%;
}
@media(max-width:550px) {
  .sertop {
    padding: 50px 0 !important;
  }
}
/*box*/
.serbox {
  position: relative;
  padding: 40px;
  border-radius: 15px;
  background: #fff;
}
/*illust*/
.serbox .serbillust {
  position: absolute;
  width: 28%;
  max-width: 200px;
  top: -7%;
  right: 1%;
}
.serbox .serbillust img {
  width: 100%;
}
/*title*/
.serbox h2 {
  color: #8c8989;
  font-size: clamp(1.3rem, 0.7375rem + 1.8vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  line-height: 1.65;
}
.serbox h2 span:not(.ib):first-of-type {
  padding: 1.3%;
  min-width: 70px;
  width: 8%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: #8c8989;
  margin-right: 13px;
  height: 100%;
}
.serbox h2 span:not(.ib) img {
  width: 96%;
  filter: brightness(0) invert(1);
}
/*color*/
section:nth-child(3n) .serbox h2 {
  color: #38b6f5;
}
section:nth-child(3n) .serbox h2 span:not(.ib):first-of-type {
  background: #38b6f5;
}
section:nth-child(3n+1) .serbox h2 {
  color: #f5be00;
}
section:nth-child(3n+1) .serbox h2 span:not(.ib):first-of-type {
  background: #f5be00;
}
section:nth-child(3n+2) .serbox h2 {
  color: #65a85a;
}
section:nth-child(3n+2) .serbox h2 span:not(.ib):first-of-type {
  background: #65a85a;
}
/*list*/
.serbox .acheck li {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.nado {
  text-align: right;
}
.serb_mgb {
  margin-bottom: 15px;
}
.acflex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.acflex li {
  width: 48%;
  margin: 0 0.6% 10px;
}
@media(max-width:550px) {
  .serbox {
    padding: 23px 11px 20px;
  }
  .serbox .serbillust {
    width: fit-content;
    top: -47px;
    max-width: 100%;
  }
  .serbox .serbillust img {
    width: auto;
    height: 73px;
  }
  .serbox h2 {
    margin-bottom: 23px;
  }
  .serbox h2 span:not(.ib):first-of-type {
    min-width: 55px;
    margin-right: 11px;
  }
  .serbox h2 span:not(.ib) img {
    width: 65%;
  }
  section:nth-child(3n+2) .serbox h2 span:not(.ib) img {
    width: 85%;
  }
}
/* 完成までの流れ */
.flows .inner {
  max-width: 1172px;
}
.workflow {
  counter-reset: number 0;
}
.wf_conts {
  margin-bottom: 30px;
  position: relative;
  padding-left: 85px; /**/
}
/*線*/
.wf_conts::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 26%;
  left: 34px;
  background: #8c8989;
  z-index: -1;
}
.workflow:last-of-type .wf_conts:nth-child(2)::before {
  content: none;
}
.wf_conts h3 {
  position: relative;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 5px;
  counter-increment: number 1;
}
/*ナンバリング*/
.wf_conts h3::before {
  font-size: clamp(1.55rem, 1.425rem + 0.4vw, 1.65rem);
  content: "0"counter(number);
  position: absolute;
  top: 65%;
  left: -85px; /**/
  transform: translateY(-50%);
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #8c8989;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 2px solid #8c8989;
}
/*カウンターを途中から始める*/
.workflow:last-of-type {
  counter-reset: number 3;
}
/*illust*/
.wfillust {
  max-width: 330px;
  width: 70% !important;
  margin-left: auto;
}
@media(max-width:550px) {
  .wf_conts {
    padding-left: 55px;
  }
  .wf_conts::before {
    left: 17px;
  }
  .wf_conts h3::before {
    width: 55px;
    top: 51%;
    left: -65px;
  }
  .wfillust {
    margin-bottom: -40px;
  }
}
/* 施工実績ページ ================================================================================================================*/
.workslinks {
  padding: 95px 0;
}
/*リンク*/
.works_items {
  display: flex;
  justify-content: space-between;
}
.works_items li {
  width: calc(100% / 8 - 15px);
}
.works_items li a {
  color: #333;
  display: block;
  transform: scale(0.95);
}
.works_items li a img {
  width: 100%;
  height: 85px;
  margin-bottom: 10px;
  transition: .45s all;
}
.works_items li a h2 {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 3px;
  font-size: 100%;
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.works_items li a:hover {
  transform: scale(1);
}
/* 見出し 色 */
.worksPage section:nth-child(3n) .mtitle {
  color: #38b6f5;
}
.worksPage section:nth-child(3n+1) .mtitle {
  color: #f5be00;
}
.worksPage section:nth-child(3n+2) .mtitle {
  color: #65a85a;
}
/* table sp*/
.spsctext {
  display: none;
  margin-top: 10px;
  font-size: 0.85rem;
  margin-bottom: 0;
}
@media (max-width:1165px) {
  .spsctext {
    display: block;
  }
  .works_items {
    width: 1200px;
  }
  .ct_wrap {
    padding-bottom: 15px;
    overflow-x: scroll;
  }
  /*
	.ct_wrap::-webkit-scrollbar {
		width: 5px;
	}
	.ct_wrap::-webkit-scrollbar-track {
		border-radius: 10px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	}
	.ct_wrap::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
	}
	*/
  .spnone {
    display: none;
  }
}
@media (max-width:550px) {
  .workslinks {
    padding: 45px 0 40px;
  }
  .works_items {
    width: 870px;
  }
  .works_items li a img {
    height: 75px;
    margin-bottom: 0;
  }
  .works_items li a h2 {
    font-size: 0.85rem;
  }
}
.worksPage section:not(:first-of-type) {
  padding: 70px 0 100px;
}
/* 見出し上のイラスト */
.worksPage .mtitle {
  text-align: center;
}
.worksPage .mtitle span {
  display: block;
  width: 160px;
  margin: 0 auto 3px;
}
.worksPage .mtitle span img {
  width: 100%;
}
@media (max-width:550px) {
  .worksPage section:not(:first-of-type) {
    padding: 40px 0 60px;
  }
  .worksPage .mtitle span {
    width: 90px;
  }
}
/* 協力会社募集ページ ===============================================================================================================*/
/*協力会社 募集中！ボタンの非表示*/
@media (max-width:1070px) {
  .associatePage .header_btn {
    display: none;
  }
}
/* 一緒にエクステリア・造園の業界を盛り上げていきませんか？ */
.associatep .maintitle {
  position: relative;
}
/*illust*/
.associatep_text_leaf {
  position: absolute;
  width: 30%;
  top: 226px; /*106px*/
  right: -43%;
  max-width: 150px;
}
.associatep_text_leaf img {
  width: 100%;
}
@media(max-width:950px) {
  .associatep_text_leaf {
    display: none;
    /*
		width: 20%;
		top: -38%;
		right: -7%;
		*/
  }
}
@media(max-width:550px) {
  .associatep .maintitle .sf {
    font-size: 45%;
  }
}
.associatep_text {
  position: relative;
  max-width: 849px;
  margin: auto;
  margin-bottom: 65px;
}
@media(max-width:750px) {
  .associatep .psr .tl {
    top: -15px;
    left: -10px;
  }
  .associatep .psr .tl img {
    height: 78px !important;
  }
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-child {
  top: 20px;
}
@media(max-width: 550px) {
  .associatep {
    padding-bottom: 60px;
  }
  .associatep_text {
    margin-bottom: 35px;
  }
  .twflex {
    display: block;
  }
  .twflex div {
    width: 85%;
  }
  .twflex div:last-child {
    top: 0;
    margin-top: 20px;
    margin-left: auto;
  }
}
/* こんな方を募集しています */
/*box*/
.abox {
  padding: 30px 30px 45px;
  background: #fff;
  border-radius: 15px;
}
/*title*/
.dtitle {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.2rem, 0.575rem + 2vw, 1.7rem);
  font-weight: 700;
  color: #65a85a;
}
.dtitle::before {
  content: '';
  display: block;
  width: 87px;
  height: 39px;
  background-image: url(../img/deco.svg);
  background-size: contain;
  vertical-align: middle;
  margin: 0 auto 7px;
  filter: invert(59%) sepia(13%) saturate(1457%) hue-rotate(65deg) brightness(98%) contrast(87%);
}
@media(max-width: 1350px) {
  .dtitle {
    margin-bottom: 25px;
  }
}
@media(max-width: 550px) {
  .dtitle::before {
    width: 59px;
    height: 27px;
  }
}
/**/
.requirements {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
/*text*/
.requirements .acheck {
  width: fit-content;
  display: block;
  margin: auto;
}
.requirements .acheck li {
  margin-bottom: 7px;
  font-size: 107%;
}
.abox .info_table tr:first-of-type {
  border-top: 2px dotted #8c8989;
}
.reqtext {
  width: 50%;
}
/*img*/
.reqimgs {
  display: contents;
}
.reqimg {
  width: 21%;
}
.reqimg:first-of-type {
  order: -1;
}
@media(max-width: 1350px) {
  .requirements {
    display: block;
    margin: auto;
  }
  .reqtext {
    width: fit-content;
    margin: 0 auto 33px;
  }
  .reqimgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 740px;
    margin: auto;
    margin-bottom: 40px;
  }
  .reqimg {
    width: 47%;
  }
}
@media(max-width: 550px) {
  .abox {
    padding: 20px 17px 25px;
  }
  .reqimgs {
    margin-bottom: 33px;
  }
  .requirements .acheck li {
    font-size: 100%;
  }
  .abox .info_table tr:first-of-type th {
    padding-top: 13px;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #8c8989;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* Re-GARDENが目指すエクステリア・お庭づくり */
.goal .inner {
  max-width: 1172px;
}
/* 応募専用フォーム */
.contact_sec .stitle {
  margin-bottom: 5px;
}
/* 会社案内ページ ================================================================================================================*/
/* ご挨拶 */
.greeting .inner {
  max-width: 1126px;
}
.grebox {
  position: relative;
  padding: 55px;
  border-radius: 15px;
  border: 4px solid #ffeba8;
}
.grebox .flexbox {
  margin-bottom: 45px;
}
.grebox .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
@media(max-width:1050px) {
  .grebox {
    padding: 55px 30px;
  }
  .grebox .flexbox {
    margin-bottom: 35px;
  }
}
@media(max-width:750px) {
  .grebox.leaf::before {
    background-position: bottom 60vw left;
  }
  .grebox {
    display: flex;
    flex-direction: column;
  }
  .grebox .flexbox {
    display: contents;
  }
  .grebox .flexbox {
    margin-bottom: 0;
  }
  .grebox .flexbox:last-of-type .w32 {
    order: 1;
    margin-top: 20px;
  }
}
@media(max-width:550px) {
  .grebox {
    padding: 50px 17px 40px;
  }
  .grebox .tr {
    top: -70px;
  }
}
/* 会社概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 2px dotted #8c8989;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.ib {
  display: inline-block;
}
.info_table i {
  color: #ff7c28;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 2px dotted #8c8989;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
  .info_table tr:first-child th {
    padding-top: 0;
  }
}
/* アクセスマップ */
.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  border: 2px solid #ddd !important;
}
@media(max-width:550px) {
  .map iframe {
    height: 280px;
  }
}
/* 協力会社一覧 */
/*illust*/
.centerIllust {
  max-width: 420px;
  width: 80%;
  margin: -140px auto 50px;
}
@media(max-width:550px) {
  .centerIllust {
    margin: -110px auto 40px;
  }
}
/* お問い合わせページ ================================================================================================================*/
.contact_sec section .inner {
  max-width: 1050px;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 35px;
  }
}
/* 電話でのお問い合わせ */
/*illust*/
@media (max-width: 1050px) {
  .contact_sec .green .tl img, .contact_sec .green .tr img, .contact_sec .green .bl img, .contact_sec .green .br img {
    height: 15vw !important;
  }
}
@media (max-width: 550px) {
  .contact_sec .green .tl img, .contact_sec .green .tr img, .contact_sec .green .bl img, .contact_sec .green .br img {
    height: 70px !important;
  }
  .contact_sec .green .bl, .contact_sec .green .br {
    bottom: -55px;
  }
}
/*box*/
.telbox {
  padding: 35px 10px;
  border-radius: 15px;
  position: relative;
  background: #fff7de;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.telbox a {
  font-size: clamp(1.7rem, 0.825rem + 2.8vw, 2.4rem);
  color: #333;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.telbox a i {
  color: #65a85a;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox p span {
  margin-left: 10px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
  .telbox p span {
    margin-left: 0;
    display: block;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px 10px 13px;
  }
  .telbox p {
    font-size: 87%;
  }
}
/* メール */
.mnote {
  max-width: 905px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 40px;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  font-size: 97%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #8c8989;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #8c8989;
  color: #8c8989 !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #fff;
  background: #8c8989;
  border: 2px solid #8c8989;
  width: 270px;
  padding: 22px 0;
  transition: .4s;
  border-radius: 50px;
}
.mailform button:hover {
  background: #fff;
  color: #8c8989;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 70px;
}
/*ラジオボタン*/
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  cursor: pointer;
  padding-left: 23px;
  position: relative;
}
input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  cursor: pointer;
  text-align: center;
}
input[type=radio]:checked + label::before {
  background-color: #8c8989;
  box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before {
  outline: none;
  border-color: #8c8989;
}
input[type=radio]:disabled + label::before {
  box-shadow: inset 0 0 0 2px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
input[type=radio] + label:empty::before {
  margin-right: 0;
}
/* sp時 縦に並べる */
@media (max-width: 550px) {
  input[type=radio] + label {
    display: block;
    margin-bottom: 5px;
  }
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*住所*/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mails {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .mailform button {
    width: 210px;
    padding: 14px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1.1rem, 0.5375rem + 1.8vw, 1.55rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #fff4d1;
  color: #333;
  line-height: 1.5;
  border-radius: 10px;
  font-weight: 500;
}
.accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
  color: #f5be00;
}
/*アイコンの＋と×*/
.accordion-title::before, .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 3px;
  background: #f5be00;
  top: 49%;
  right: 3%;
  transform: translateY(-50%);
}
.accordion-title::before {
  transform: rotate(0deg);
}
.accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.close::before {
  transform: rotate(45deg);
}
.accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 13px 25px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
  font-weight: 700;
}
@media (max-width: 550px) {
  .accordion-title::before, .accordion-title::after {
    height: 2px;
    width: 12px;
  }
  .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 93%;
  }
}





.banner2509{
  position: relative;
  z-index: 1;
  background: url(../img/banner2509_bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.banner2509::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: -1;
}
.banner2509 .img{
}
.banner2509 .img img{
  display: block;
  width: 100%;
}
.banner2509 .text{
	flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2509 .text .wrap{
  width: 90%;
}
.banner2509 .text .info{
  text-align: center;
}
.banner2509 .text .info p{
  color: #fff;
}
.banner2509 .text .info p.sub{
  position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
  font-weight: 700;
  font-size: 1.6rem;
	margin: 0 auto;
  margin-bottom: 10px;
}
.banner2509 .text .info p.sub::before,
.banner2509 .text .info p.sub::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}
.banner2509 .text .info p.sub::before{
	content: '＼';
	left: 0;
}
.banner2509 .text .info p.sub::after{
	content: '／';
	right: 0;
}

.banner2509 .text .info p br{
  display: none;
}

.banner2509 .btn_ww{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.banner2509 .btn_ww a{
  display: block;
  text-align: center;
  background-color: #fff;
  color: #38b6f5;
  border: 2px solid #38b6f5;
  border-radius: 500px;
  width: 32%;
  padding: 10px 0;
}
.banner2509 .btn_ww a:hover{
  background-color: #38b6f5;
  color: #fff;
}
@media (max-width: 1220px){
  .banner2509{
    display: block;
    margin-top: 60px;
    padding: 20px;
  }
  .banner2509 .img{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .banner2509 .text{
    display: block;
  }
  .banner2509 .text .wrap{
    width: 100%;
  }
  .banner2509 .text .info{
    text-align: center;
  }
  .banner2509 .text .info p{
    color: #fff;
  }
  .banner2509 .text .info p.sub{
    padding: 0 40px;
    font-size: 1.4rem;
  }
  .banner2509 .text .info p.sub::before,
  .banner2509 .text .info p.sub::after{
    font-size: 1.2rem;
  }
  .banner2509 .btn_ww{
    display: block;
    margin-top: 20px;
  }
  .banner2509 .btn_ww a{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .banner2509 .btn_ww a:last-child{
    margin-bottom: 0 !important;
  }
}
@media (max-width: 450px){
  .banner2509 .img{
    max-width: 120px;
    margin-bottom: 10px;
  }
  .banner2509 .text .info p br{
    display: block;
  }
}








.sec250922{
}
.sec250922 h2 span{
  background: none !important;
  padding: 0 !important;
}
.sec250922 h2 span img{
  filter: none !important;
  width: 100% !important;
}

.sec250922 .mainbtn{
  margin-bottom: 10px;
}
.sec250922 .mainbtn:last-child{
  margin-bottom: 0 !important;
}
.sec250922 .mainbtn a{
  max-width: none;
}

ul.ss_slider{
  border-radius: 15px;
  overflow: hidden;
}


ul.list_detail2509{

}
ul.list_detail2509 li{
  border-bottom: 2px dotted #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
ul.list_detail2509 li span.sub{
  display: block;
}
ul.list_detail2509 li span.sub::before{
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #8c8989;
  font-size: .9em;
  margin-right: 0.5em;
}
ul.list_detail2509 li p{
  margin-bottom: 0;
  font-size: 0.9em;
  color: #999;
}

ul.care_list li{
	letter-spacing: 0.08em;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}