@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #665c53;
  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: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 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;
}
/* 画像 */
.round01 img {
  border-radius: 40% 40% 58% 42% / 35% 60% 45% 70%;
}
.round02 img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
.round img {
  border-radius: 15px;
}
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;
}
/*中央寄せ*/
.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: 75px;
  display: block;
  text-align: center;
  line-height: 1.45;
  position: relative;
  font-size: clamp(1.6rem, 0.725rem + 2.8vw, 2.3rem);
  font-weight: 700;
}
.maintitle .mf {
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.025em;
  position: relative;
  font-size: 45%;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 50px;
}
/*color*/
.green .maintitle .mf {
  color: #5bc75d;
}
.pink .maintitle .mf {
  color: #ffa899;
}
.blue .maintitle .mf {
  color: #66c8e3;
}
.yellow .maintitle .mf {
  color: #ffcc36;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 45px;
  }
  .txtmgb {
    margin-bottom: 35px;
  }
}
/*02*/
.mtitle {
  margin-bottom: 25px;
  font-size: clamp(1.2rem, 0.825rem + 1.2vw, 1.5rem);
  font-weight: 700;
  padding-bottom: 9px;
  width: fit-content;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .spfitc {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
/*color*/
.green .mtitle {
  color: #5bc75d;
  border-bottom: 2px dotted #5bc75d;
}
.pink .mtitle {
  color: #ffa899;
  border-bottom: 2px dotted #ffa899;
}
.blue .mtitle {
  color: #66c8e3;
  border-bottom: 2px dotted #66c8e3;
}
.yellow .mtitle {
  color: #fabf11;
  border-bottom: 2px dotted #ffcc36;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 0.7625rem + 1.4vw, 1.55rem);
  padding-left: 2px;
  line-height: 1.75;
  padding-bottom: 9px;
  padding-top: 7px;
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #665c53;
}
@media (max-width: 550px) {
  .stitle {
    margin-bottom: 15px;
  }
}
/*04*/
.dtitle {
  margin-top: 17px;
  font-weight: 700;
  position: relative;
  border-radius: 3px;
  margin-bottom: 17px;
  letter-spacing: 0.1em;
  font-size: clamp(1.15rem, 0.775rem + 1.2vw, 1.45rem);
  line-height: 1.7;
  background: #5bc75d;
  color: #fff;
  padding: 6px 9px 9px;
  border-left: 6px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 550px) {
  .dtitle {
    margin-bottom: 17px;
  }
}
/*color*/
.green .stitle::after {
  background: #5bc75d;
}
.pink .stitle::after {
  background: #ffa899;
}
.blue .stitle::after {
  background: #66c8e3;
}
.yellow .stitle::after {
  background: #ffcc36;
}
/* ボタン */
.mainbtn a {
  text-align: center;
  position: relative;
  display: inline-block;
  width: fit-content;
  min-width: 220px;
  padding: 17px 0;
  color: #fff;
  background: #665c53;
  overflow: hidden;
  border-radius: 50px;
}
section .mainbtn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.mainbtn a:hover {
  transform: scale(1.05);
}
.tbtn {
  margin-top: 35px;
}
/*color*/
.green .mainbtn a {
  background: #5bc75d;
}
.pink .mainbtn a {
  background: #ffa899;
}
.blue .mainbtn a {
  background: #66c8e3;
}
.yellow .mainbtn a {
  background: #ffcc36;
}
/**/
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 0 5px;
}
@media (max-width: 550px) {
  .tbtn {
    margin-top: 30px;
  }
}
/* 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: 17px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.green .bg_gray::after {
  background: #f2fce8;
}
.pink .bg_gray::after {
  background: #fff2ed;
}
.blue .bg_gray::after {
  background: #edfbff;
}
.yellow .bg_gray::after {
  background: #fffce0;
}
.bg_color::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/c01.png), url(../img/_illust/c02.png) !important;
  background-position: bottom left -10px, top 50px right -10px !important;
  background-repeat: no-repeat !important;
  background-size: 25% !important;
  z-index: -1;
  opacity: 0.35;
}
@media (max-width: 550px) {
  .bg_color::before {
    background-size: 35% !important;
  }
}
.bg01::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/g03.png), url(../img/_illust/g01.png) !important;
  background-position: top 10px right, bottom 10px left !important;
  background-repeat: no-repeat !important;
  background-size: 17%, 23% !important;
  z-index: -1;
  opacity: 0.25;
}
.bg02::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/k01.png), url(../img/_illust/k02.png) !important;
  background-position: top 10px right, bottom 10px left !important;
  background-repeat: no-repeat !important;
  background-size: 25% !important;
  z-index: -1;
  opacity: 0.35;
}
@media (max-width: 550px) {
  .bg01::before, .bg02::before {
    background-size: 40% !important;
  }
}
/*color*/
.pink .bg01::before, .pink .bg02::before {
  filter: hue-rotate(290deg);
  opacity: 0.2;
}
.blue .bg01::before, .blue .bg02::before {
  filter: hue-rotate(140deg);
}
.yellow .bg01::before, .yellow .bg02::before {
  filter: hue-rotate(320deg) brightness(125%);
  opacity: 0.45;
}
/* イラスト 反転 */
.bgx::before, .bgx::after {
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  transform: scaleX(-1) scaleY(-1);
}
/* 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 {
  width: auto !important;
  height: 170px !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/**/
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 33% !important;
  max-width: 150px;
}
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
  width: 100% !important;
  height: auto !important;
  mask-image: none !important;
}
/*位置*/
.tl {
  top: 0;
  left: 1%;
}
.tr {
  top: 0;
  right: 1%;
}
.bl {
  bottom: 0;
  left: 1%;
}
.br {
  bottom: 0;
  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: 1180px) {
  .tl img, .tr img, .bl img, .br img {
    height: 130px !important;
  }
  .tl {
    top: 0;
  }
  .tr {
    top: 0;
  }
  .bl {
    bottom: 0;
  }
  .br {
    bottom: 0;
  }
}
@media (max-width: 550px) {
  .tl img, .tr img, .bl img, .br img {
    height: 80px !important;
  }
}
/* アニメーション ============*/
/* 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);
}
/* zoom */
.zoomup {
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.zoomup.inview {
  opacity: 1;
  transform: scale(1);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*illust anim*/
.horizon {
  animation: horizontalAnim 4.5s infinite alternate;
}
.horizon.rev {
  animation-direction: reverse;
  animation-direction: alternate-reverse;
}
@keyframes horizontalAnim {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ローディング風アニメーション ==================*/
.start {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
.start::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  animation: starting 2.5s cubic-bezier(0.86, 0, 0.07, 1) 0.6s normal both;
}
@keyframes starting {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.loading_anim {
  animation: loading 3s cubic-bezier(0.86, 0, 0.07, 1) 1.1s normal both;
}
@keyframes loading {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.start p {
  text-align: center;
  margin-top: 15px;
  font-size: 1.2rem;
}
/*ロゴ*/
.loading_logo {
  margin: auto;
  margin-bottom: 25px;
  width: 75%;
  max-width: 410px;
}
.loading_logo img {
  width: 100%;
}
/*円*/
.circle-border {
  margin: auto;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(91, 199, 93, 0.1) 33%, #5bc75d 100%);
  animation: spin 1s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.circle-core {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 550px) {
  .circle-border {
    width: 35vw;
    height: 35vw;
  }
  .start p {
    font-size: 1rem;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  padding: 0 5px 17px;
  transition: all .5s;
  width: 100%;
  z-index: 100;
  position: relative;
}
.header_inner {
  width: 97%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title a:hover {
  opacity: 0.6;
}
.header_title {
  width: 360px;
}
/* TEL Icons */
.header_item {
  display: flex;
}
.header_item .telbtn {
  margin: 0 3px;
}
.telbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 24%;
  line-height: 1.55;
  padding: 7px 12px 12px;
  border-radius: 0 0 10px 10px;
  font-weight: 700;
  border-top: none !important;
}
.teltxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  margin-bottom: 5px;
  white-space: nowrap;
}
.teltxt span {
  display: block;
  font-size: 85%;
  width: 100%;
}
.telbtn a {
  color: #665c53;
  font-size: 1.2rem;
}
.telbtn div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.instaicon {
  font-size: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #665c53;
  color: #fff !important;
  margin-left: 5px;
  padding: 1.2%;
}
.instaicon i {
  position: relative;
  left: 1.3%;
}
.telbtn a:hover {
  opacity: 0.6;
}
/*color*/
.green.telbtn {
  background: #f2fce8;
  border: 2px solid #bee398;
}
.green.telbtn .fa-phone {
  color: #5bc75d;
}
.green.telbtn .instaicon {
  background: #5bc75d;
}
.pink.telbtn {
  background: #fff2ed;
  border: 2px solid #ffcdba;
}
.pink.telbtn .fa-phone {
  color: #ffa899;
}
.blue.telbtn {
  background: #edfbff;
  border: 2px solid #b0e6f5;
}
.blue.telbtn .fa-phone {
  color: #66c8e3;
}
.yellow.telbtn {
  background: #feffe8;
  border: 2px solid #fae891;
}
.yellow.telbtn .fa-phone {
  color: #ffcc36;
}
/*
.green.telbtn a {
	color: #5bc75d;
}
.pink.telbtn a {
	color: #ffa899;
}
.blue.telbtn a {
	color: #66c8e3;
}
.yellow.telbtn a {
	color: #ffcc36;
}
*/
/* global menu */
.header_inner {
  max-width: 1600px;
  margin: auto;
}
.hnav {
  padding: 15px 20px;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.hnav.change {
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.25);
}
.hnav ul {
  margin: auto;
  max-width: 1550px;
  display: flex;
  text-align: center;
}
.hnav ul li {
  width: calc(100% / 7);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hnav ul li {
  border-left: 2px dotted #665c53;
}
.hnav ul li:last-of-type {
  border-right: 2px dotted #665c53;
}
.hnav ul li a {
  white-space: nowrap;
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #665c53;
  padding: 5px 0 9px;
}
.hnav ul li a span {
  display: block;
  font-size: 85%;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/* hamburger =================================================*/
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  top: 31px;
  right: 26px;
  z-index: 9999;
  width: 60px;
  height: 33px;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  background: #665c53;
  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 {
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav-area::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.header__nav-area::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/c02.png), url(../img/_illust/c01.png);
  background-repeat: no-repeat;
  background-position: bottom 1px left, top right;
  background-size: 450px;
  opacity: 0.25;
  z-index: -1;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.wr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 70px 0;
}
.global-navigation {
  margin: auto;
  width: 85%;
  max-width: 620px;
}
.global-navigation ul li {
  border-bottom: 1px dotted #665c53;
}
.global-navigation ul li a {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #665c53;
  display: inline-block;
  width: 100%;
  padding: 18px 2px;
  position: relative;
}
.global-navigation ul li a:hover {
  opacity: 0.6;
}
/*btn*/
.global-navigation__list {
  margin-bottom: 33px;
}
.ham_telbtn p {
  font-weight: 700;
  text-align: center;
}
.ham_telbtn p:first-letter {
  font-size: 120%;
}
.ham_telbtn p span {
  display: inline-block;
}
.ham_telbtn div:not(.mainbtn) {
  margin-bottom: 25px;
}
.ham_telbtn .green p:first-letter {
  color: #5bc75d;
}
.ham_telbtn .pink p:first-letter {
  color: #ffa899;
}
.ham_telbtn .blue p:first-letter {
  color: #66c8e3;
}
.ham_telbtn .yellow p:first-letter {
  color: #ffcc36;
}
/*color*/
.header__nav-area .green .mainbtn a {
  background: #5bc75d;
}
.header__nav-area .pink .mainbtn a {
  background: #ffa899;
}
.header__nav-area .blue .mainbtn a {
  background: #66c8e3;
}
.header__nav-area .yellow .mainbtn a {
  background: #ffcc36;
}
@media (max-width: 1365px) {
  .header_inner {
    width: 99%;
    max-width: 99%;
  }
  .header_title {
    width: 22.3vw;
  }
  .teltxt {
    font-size: 1.05vw;
  }
  .telbtn a {
    font-size: 1.4vw;
  }
  .hnav ul li a {
    font-size: 1.2vw;
  }
}
@media (max-width: 1125px) {
  .header_nav, .header_item, .hnav {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    width: 100%;
    display: block;
  }
  .header_title {
    width: 280px;
    position: fixed;
    top: 12px;
    left: 17px;
    z-index: 100;
  }
}
@media (max-width:900px) {
  .header__nav-area::after {
    background-size: 300px;
  }
}
@media (max-width: 550px) {
  .header__nav-area::after {
    background-size: 80%;
  }
  .hamburger {
    top: 19px;
    right: 8px;
  }
  .hamburger::before {
    width: 55px;
    height: 55px;
  }
  .hamburger__line {
    width: 28px;
  }
  .header_title {
    width: 220px;
    top: 8px;
    left: 10px;
  }
  .global-navigation ul li a {
    font-size: 0.87rem;
  }
  .ham_telbtn p {
    font-size: 0.9rem;
  }
}
/* footer ================================================*/
.wide {
  width: 100%;
  position: relative;
}
.wide img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.wide .tl {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1700px) {
  .wide img {
    height: 22vw;
  }
}
@media (max-width: 1180px) {
  .wide img {
    height: 320px;
  }
}
@media (max-width: 805px) {
  .wide img {
    height: 40vw;
  }
}
@media (max-width: 550px) {
  .wide .tl {
    max-width: 79px;
  }
  .wide img {
    height: 180px;
  }
}
/**/
.footerbg {
  position: relative;
  padding: 60px 0 70px;
}
.footerbg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/g01.png), url(../img/_illust/g04.png);
  background-position: top -50px right -30px, bottom -50px left -60px !important;
  background-repeat: no-repeat !important;
  background-size: 17%, 23% !important;
  z-index: -1;
  opacity: 0.25;
}
@media (max-width: 750px) {
  .footerbg::before {
    background-size: 35%, 40% !important;
  }
}
.footerbg .inner {
  max-width: 1150px;
}
/*logo*/
.footer_address {
  margin-bottom: 40px;
  text-align: center;
}
.footer_address p {
  font-weight: 700;
  font-size: 107%;
}
.footer_address p span {
  display: inline-block;
}
.flogo a {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: auto;
  margin-bottom: 10px;
}
/*link*/
.fbtns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fbtns div {
  width: 24.3%;
}
.fbtns a {
  font-weight: 700;
  display: block;
  text-align: center;
  position: relative;
  padding: 18px 0;
  color: #fff;
  background: #5bc75d;
  border: 2px solid #5bc75d;
  overflow: hidden;
  border-radius: 50px;
}
.fax a {
  color: #5bc75d;
  background: #fff;
  pointer-events: none;
}
.fbtns a:hover {
  color: #5bc75d;
  background: #fff;
}
@media (max-width: 1150px) {
  .footerbg .inner {
    max-width: 610px;
  }
  .fbtns div {
    width: 49.5%;
    margin-bottom: 8px;
  }
}
@media (max-width: 650px) {
  .footerbg {
    padding: 40px 0;
  }
  .footer_address {
    margin-bottom: 27px;
  }
  .flogo a {
    max-width: 252px;
  }
  .footer_address p {
    font-size: 100%;
  }
  .footerbg .inner {
    max-width: 307px;
  }
  .fbtns {
    display: block;
  }
  .fbtns div {
    font-size: 92%;
    width: 90%;
    margin: 0 auto 8px;
  }
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 13px 0px 15px;
  color: #fff;
  font-size: 0.93rem;
  background: #5bc75d;
}
@media (max-width: 550px) {
  .copyright {
    font-size: 0.85rem;
    padding: 9px 0px 12px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 67px;
  height: 67px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 32px;
  z-index: 9;
  border-radius: 50px;
  background: #665c53;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  position: absolute;
  top: 47%;
  left: 49.5%;
  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;
    opacity: 1;
  }
  .go_top::before {
    font-size: 0.95rem;
  }
}
/* スライド =====================*/
.topslideWrap {
  height: fit-content;
  position: relative;
}
.topslide {
  padding-top: 20px;
  overflow: hidden;
  position: relative;
}
.topslide .inner {
  max-width: 1500px;
  width: 96%;
}
/*illust*/
.topslide.bg_color::before {
  transform: scaleX(-1);
  opacity: 0.25;
}
.topslide::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/g01.png), url(../img/_illust/g04.png);
  background-position: bottom left -10px, top right -10px;
  background-repeat: no-repeat;
  background-size: 20%, 30%;
  z-index: -1;
  opacity: 0.25;
}
.topslide .tl, .topslide .br {
  z-index: 1;
  opacity: 1;
}
.topslide .tl {
  width: 21% !important;
  max-width: 210px !important;
}
.topslide .br {
  width: 35% !important;
  bottom: 1%;
  right: -5%;
  max-width: 370px !important;
}
@media(max-width:990px) {
  .topslide .br {
    bottom: 0;
  }
}
/* img */
.slide_items {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 45% 45% 40% 45% / 43%;
  animation: fluid-animation 50s ease 0s infinite normal;
}
@keyframes fluid-animation {
  0%, 100% {
    border-radius: 59% 41% 21% 79% / 62% 53% 47% 38%;
  }
  50% {
    border-radius: 26% 74% 52% 48% / 52% 32% 68% 48%;
  }
}
.slide_items img {
  width: 100%;
  object-fit: cover;
  max-height: calc(100vh - 280px);
  min-height: 750px;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
/* text */
.catchcopy {
  position: absolute;
  bottom: 5%;
  left: 4%;
  z-index: 1;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
}
.catchcopy span {
  display: block;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: 2%;
  padding: 0.5% 2% 0.7% 3.3%;
  letter-spacing: 0.12em;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #ecf4e4;
}
@media (max-width: 1410px) {
  .catchcopy {
    left: 25px;
    font-size: 2.5vw;
  }
  .catchcopy span {
    margin-bottom: 1.5%;
  }
}
@media (max-width: 1125px) {
  .topslide {
    padding-top: 50px;
  }
  .topslide .tl {
    max-width: 180px !important;
  }
  .slide_items img {
    max-height: auto;
    min-height: 57vw;
  }
}
@media (max-width: 990px) {
  .topslide {
    padding-bottom: 40px;
  }
  .topslide .inner {
    width: 92%;
  }
  .catchcopy {
    bottom: 2%;
    font-size: 1.7rem;
  }
}
@media (max-width: 550px) {
  .topslide::after {
    background-size: 30%, 45%;
  }
  .slide_items img {
    min-height: 95vw;
  }
  .catchcopy {
    left: 2.5%;
    font-size: 5.2vw;
  }
}
/* 私たちについて ==================================*/
.aboutus .tr, .aboutus .bl {
  opacity: 0.35;
}
.aboutus .tr {
  top: 30px;
}
.aboutus .bl {
  bottom: -90px;
}
.aboutus::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/bg.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 40%;
  z-index: -1;
  opacity: 0.25;
}
.aboutus .inner {
  width: 100%;
  max-width: 1600px;
}
.abflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*text*/
.abtext {
  max-width: 588px;
  width: 43%;
  margin: auto;
}
/*img*/
.abimgs_left, .abimgs_right {
  width: 25%;
  height: 670px;
  position: relative;
}
.abimgs_left div, .abimgs_right div {
  position: absolute;
}
.abimgs_left div img, .abimgs_right div img {
  clip-path: circle(50% at 50% 50%);
}
/*左側*/
.abimgs_left {
  order: -1;
}
.abimgs_left div:nth-child(1) {
  top: 0;
  right: -9%;
  width: 52%;
}
.abimgs_left div:nth-child(2) {
  top: 12%;
  left: -12%;
  width: 56%;
}
.abimgs_left div:nth-child(3) {
  top: 37%;
  right: 10%;
  width: 46%;
}
.abimgs_left div:nth-child(4) {
  bottom: 0;
  left: -9%;
  width: 66%;
}
.abimgs_left div:nth-child(5) {
  bottom: 3%;
  right: -6%;
  width: 38%;
}
/*右側*/
.abimgs_right div:nth-child(1) {
  top: 0;
  left: -9%;
  width: 61%;
}
.abimgs_right div:nth-child(2) {
  top: 25%;
  right: -17%;
  width: 76%;
}
.abimgs_right div:nth-child(3) {
  bottom: 8%;
  left: -8%;
  width: 52%;
}
.abimgs_right div:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 46%;
}
@media (max-width: 1590px) {
  .abimgs_left, .abimgs_right {
    height: 42vw;
  }
}
@media (max-width: 1100px) {
  .aboutus::before {
    content: none;
  }
  .aboutus .tr {
    top: auto;
    bottom: 100px;
  }
  .abflex {
    display: block;
    position: relative;
  }
  .abtext {
    max-width: 1000px;
    width: 88%;
  }
  .aboutus .maintitle, .abtext 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;
  }
  /*img 背景*/
  .abimgs_left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    z-index: -1;
    opacity: 0.15;
  }
  .abimgs_left div:nth-child(1) {
    top: 0;
    right: -1%;
    width: 36vw;
  }
  .abimgs_left div:nth-child(2) {
    top: 9%;
    left: -2%;
    width: 40vw;
  }
  .abimgs_left div:nth-child(3) {
    top: 36%;
    right: 24%;
    width: 40vw;
  }
  .abimgs_left div:nth-child(4) {
    bottom: auto;
    top: 57%;
    left: -3%;
    width: 38vw;
  }
  .abimgs_left div:nth-child(5) {
    bottom: auto;
    top: 49%;
    right: -3%;
    width: 23vw;
  }
  /*img 下側*/
  .abimgs_right {
    margin-top: 20px;
    width: 100%;
    height: 50vw;
  }
  .abimgs_right div:nth-child(1) {
    top: 0;
    left: -3%;
    width: 33%;
  }
  .abimgs_right div:nth-child(2) {
    top: 6%;
    right: 28%;
    width: 24%;
  }
  .abimgs_right div:nth-child(3) {
    bottom: 1%;
    left: 26%;
    width: 28%;
  }
  .abimgs_right div:nth-child(4) {
    bottom: 0;
    right: -3%;
    width: 34%;
  }
}
@media (max-width: 550px) {
  .aboutus .bl {
    bottom: -40px;
  }
}
/* サービス内容 ==================================*/
.topservices .bg_color::before {
  transform: scaleX(-1);
  background-position: bottom 40% left -10px, top 30% right -10px !important;
}
.topservices .tl, .topservices .tr, .topservices .bl, .topservices .br {
  opacity: 0.6;
}
@media (max-width:750px) {
  .topservices .bg_color::before {
    background-position: bottom 25% left -10px, top 32% right -10px !important;
  }
}
.topservices {
  counter-reset: number 0;
}
.topservices .inner {
  width: 95%;
  max-width: 1364px;
}
.topservices .maintitle {
  margin-bottom: 140px;
}
.topservices .flexbox {
  align-items: center;
  margin-bottom: 145px;
}
.topservices .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.topservices .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
/*img*/
.serimg {
  position: relative;
  margin-top: -100px;
}
.topservices .flexbox:nth-child(2n+1) .serimg {
  right: -1.5%;
}
.topservices .flexbox:nth-child(2n) .serimg {
  left: -1.5%;
}
/*text*/
.sertext {
  position: relative;
  padding: 60px 40px;
  border-radius: 23% 40% 24% 46%/33% 48% 32% 45%;
}
.topservices .flexbox:nth-child(2n) .sertext {
  border-radius: 25% 30% 34% 46%/23% 48% 52% 55%;
}
.topservices .flexbox:nth-child(2n+1) .sertext {
  left: -1.5%;
}
.topservices .flexbox:nth-child(2n) .sertext {
  right: -1.5%;
}
/*number*/
.sertext::before {
  counter-increment: number 1;
  content: "0"counter(number);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  font-size: 4.5rem;
  position: absolute;
}
.topservices .flexbox:nth-child(2n+1) .sertext::before {
  right: 3%;
  top: -35px;
}
.topservices .flexbox:nth-child(2n) .sertext::before {
  left: -1.5%;
  top: -50px;
}
/*color*/
.green .sertext::before {
  -webkit-text-fill-color: #f2fce8;
  -webkit-text-stroke-color: #5bc75d;
}
.pink .sertext::before {
  -webkit-text-fill-color: #fff2ed;
  -webkit-text-stroke-color: #ffa899;
}
.blue .sertext::before {
  -webkit-text-fill-color: #edfbff;
  -webkit-text-stroke-color: #66c8e3;
}
.yellow .sertext::before {
  -webkit-text-fill-color: #feffe8;
  -webkit-text-stroke-color: #ffcc36;
}
/*color*/
.green .sertext {
  background: #f2fce8;
}
.pink .sertext {
  background: #fff2ed;
}
.blue .sertext {
  background: #edfbff;
}
.yellow .sertext {
  background: #feffe8;
}
@media (max-width: 1340px) {
  .topservices .maintitle {
    margin-bottom: 70px;
  }
  .topservices .flexbox {
    margin-bottom: 90px;
  }
  .serimg {
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .sertext::before {
    font-size: 5.1rem;
  }
  .topservices .flexbox:nth-child(2n) .sertext::before {
    top: -70px;
  }
  .topservices .inner {
    width: 88%;
  }
  .topservices .flexbox {
    display: block;
  }
  .serimg, .sertext {
    left: 0 !important;
    right: 0 !important;
  }
  .serimg {
    width: 87%;
  }
  .sertext {
    width: 87%;
    margin-top: -10%;
  }
  .topservices .flexbox:nth-child(2n+1) .serimg {
    margin-left: auto;
  }
  .topservices .flexbox:nth-child(2n) .sertext {
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .topservices .psr .tr, .topservices .psr .tl, .topservices .psr .bl, .topservices .psr .br {
    opacity: 0.35;
  }
  .topservices .psr .tr {
    top: auto;
    right: auto;
    left: 0;
    bottom: 30px;
  }
  .topservices .psr .bl, .topservices .psr .br {
    bottom: 30px;
  }
  .topservices .flexbox {
    position: relative;
  }
  .topservices .flexbox::before {
    position: absolute;
    content: "";
    width: 335px;
    height: 320px;
    top: 58%;
    left: -120px;
    transform: translateY(-50%) rotate(35deg);
    z-index: -1;
    border-radius: 43% 40% 34% 46%/33% 48% 52% 45%;
  }
  .green::before {
    background: #f2fce8;
  }
  .pink::before {
    background: #fff2ed;
  }
  .blue::before {
    background: #edfbff;
  }
  .yellow::before {
    background: #feffe8;
  }
  .topservices .flexbox:nth-child(2n)::before {
    left: auto !important;
    right: -120px;
  }
  .sertext::before {
    font-size: 2.2rem;
    top: -57px !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .topservices .maintitle {
    margin-bottom: 45px;
  }
  .sertext {
    padding: 0;
    background: transparent !important;
    border-radius: 0 !important;
    margin-top: 23px;
  }
}
@media (max-width: 550px) {
  .topservices .flexbox {
    margin-bottom: 55px;
  }
}
/* 下層ページトップ ================================================================================================================*/
.fvwrap {
  padding-top: 5px;
}
.fv {
  padding: 90px 0 110px;
  width: 94%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  background: url("../img/fv01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #594736;
  opacity: 0.55;
}
.fv .inner {
  max-width: 95%;
}
.fv h2 {
  margin: 0 !important;
  z-index: 1;
  line-height: 1.3;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
  font-size: clamp(1.4rem, 0.275rem + 3.6vw, 2.3rem);
}
.fv h2 span {
  color: #fff !important;
}
@media(max-width:1125px) {
  .fvwrap {
    padding-top: 80px;
  }
}
@media(max-width:1095px) {
  .fv {
    padding: 60px 0 80px;
  }
}
@media(max-width:550px) {
  .fvwrap {
    padding-top: 55px;
  }
  .fv {
    padding: 23px 0 40px;
    border-radius: 20px;
  }
}
/* breadcrumb */
.binner {
  width: 94%;
  max-width: 1600px;
  font-size: 0.85rem;
  position: relative;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}
.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: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #665c53;
}
.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:550px) {
  .breadcrumb {
    font-size: 0.7rem;
  }
}
/* リハガーデン 歩ページ ===================================================================================================*/
/*========= color ===========*/
/*go_top*/
.green .go_top {
  background: #5bc75d;
}
/*check list*/
.green .guide .acheck li {
  background: #f2fce8;
  border: 2px solid #f2fce8;
}
.green .acheck li::before {
  color: #5bc75d;
}
/*flow*/
.green .flowbox {
  border: 3px solid #93db94;
}
.green .flowbox::after {
  color: #5bc75d;
}
.green .flowbox::before {
  -webkit-text-stroke-color: #5bc75d;
  -webkit-text-fill-color: #f2fce8;
}
/*table*/
.green .info_table tr {
  border-bottom: 2px dotted #5bc75d;
}
@media(max-width: 550px) {
  .green .info_table td {
    border-bottom: 2px dotted #5bc75d;
  }
}
/*fee table*/
.green .fee_table th {
  background: #5bc75d;
}
/*===========================*/
/* サービス内容 */
.services .maintitle {
  margin-bottom: 27px;
}
.services .fitc {
  margin-bottom: 45px;
}
.services .guide .acheck {
  display: flex;
  flex-wrap: wrap;
}
.services .guide .acheck li {
  width: 32%;
  margin: 0 0.6% 10px;
}
/*wide*/
li.ac_wide {
  width: 48.8% !important;
}
@media(max-width:750px) {
  li.ac_wide {
    width: 100% !important;
  }
}
.services .guide .acheck li .dots {
  margin-top: 3px;
}
.services .guide .acheck li .dots li {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 85% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  padding-right: 0 !important;
  padding-left: 13px !important;
}
.services .guide .acheck li .dots li::before {
  margin-left: 0 !important;
}
/**/
.note_right {
  font-size: 90%;
  width: fit-content;
  margin-left: auto;
}
@media (max-width:950px) {
  .services .guide .acheck li {
    width: 48.8%;
    margin: 0 0.6% 10px;
  }
}
@media (max-width:750px) {
  .services .fitc {
    margin-bottom: 33px;
  }
  .services .guide .acheck {
    display: block;
  }
  .services .guide .acheck li {
    width: 100%;
    margin: 0 0 5px;
  }
}
/* ご利用の流れ */
.flow {
  counter-reset: flownumber 0;
}
.flow .inner {
  max-width: 1125px;
}
.flowbox {
  padding: 35px;
  position: relative;
  border: 3px solid #665c53;
  border-radius: 15px;
  margin-bottom: 45px;
}
.flowbox p::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -100;
}
.flowbox p::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_illust/c03.png) !important;
  background-position: bottom 10px right 10px !important;
  background-repeat: no-repeat !important;
  background-size: 23% !important;
  z-index: -10;
  opacity: 0.25;
}
.flowbox:last-child {
  margin-bottom: 0 !important;
}
.flowbox::before, .flowbox::after {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  background: #fff;
}
.flowbox::after {
  content: "step";
  top: -25px;
  left: -22px;
  font-size: 95%;
}
.flowbox::before {
  font-size: 2.9rem;
  counter-increment: flownumber 1;
  content: "0"counter(flownumber);
  top: -3px;
  left: -30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #e0dad5;
  -webkit-text-stroke-color: #665c53;
  line-height: 1.1;
  z-index: 1;
}
.flowbox .mtitle {
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.flowbox .round {
  z-index: 2;
  position: relative;
}
@media (max-width:750px) {
  .flowbox p::before {
    background-size: 150px !important;
    background-position: top 25% right 10px !important;
  }
  .flowbox::before, .flowbox::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .flowbox::after {
    font-size: 85%;
    top: -35px;
  }
  .flowbox::before {
    font-size: 2.1rem;
    top: -15px;
    padding: 0 7px;
  }
  .flowbox img {
    margin-top: 13px;
  }
  .flowbox .mtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:550px) {
  .flow .maintitle {
    margin-bottom: 55px;
  }
  .flowbox {
    padding: 17px;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
/* ご利用案内 */
@media (max-width:750px) {
  .guidance .inner {
    display: flex;
    flex-direction: column;
  }
  .guidance .flexbox, .guide {
    display: contents;
  }
  .guidance .maintitle {
    order: -1;
  }
}
/*list*/
.acheck li {
  padding-left: 20px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  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 !important;
}
/**/
.guide .acheck li {
  font-size: 107%;
  padding: 10px;
  padding-left: 30px;
  border-radius: 7px;
  margin-bottom: 7px;
  background: #e0dad5;
  border: 2px solid #bfb0a3;
}
.bg_gray .guide .acheck li {
  background: #fff !important;
}
.guide .acheck li::before {
  top: 0.7em;
  margin-left: 10px;
}
@media(max-width:550px) {
  .guide .acheck li {
    font-size: 100%;
  }
}
/* ご利用料金 */
.fee .mtitle {
  width: 100%;
  color: #665c53;
  margin-bottom: 12px;
}
.fee_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fee_table tr {
  border: 2px solid #ededed;
}
.fee_table th, .fee_table td {
  padding: 14px 0;
}
.fee_table th {
  font-weight: 700;
  background: #665c53;
  color: #fff;
  width: 33%;
  border-right: 2px solid #ededed;
}
.fee_table.tbleft th {
  text-align: left !important;
  padding-left: 10px;
}
.fee_table td {
  font-weight: 500;
  padding-left: 3px;
  padding-right: 3px;
  background: #fff;
  width: 67%;
  border-right: 2px solid #ededed;
  border-left: 2px solid #ededed;
}
/*所要時間*/
.time {
  width: 150% !important;
}
/**/
.feeWrap {
  margin-bottom: 45px;
}
.feeWrap:last-child {
  margin-bottom: 0 !important;
}
.feeWrap p {
  margin-top: 10px;
}
/*title*/
.ntitle {
  font-weight: 700;
  font-size: clamp(1.05rem, 0.8625rem + 0.6vw, 1.2rem);
  margin-bottom: 3px;
  line-height: 1.8;
}
.ntitle:first-letter {
  margin-right: 3px;
}
.green .ntitle:first-letter {
  color: #5bc75d;
}
.ntitle:not(:first-of-type) {
  margin-top: 23px;
}
/* table sp*/
.spsctext {
  display: none;
  font-size: 90%;
}
@media (max-width:1235px) {
  .spsctext {
    display: block;
  }
  .ct_wrap .fee_table {
    width: 1180px;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
  .spnone {
    display: none;
  }
}
@media(max-width:750px) {
  .SP_block {
    display: block;
  }
}
@media (max-width:550px) {
  .feeWrap {
    margin-bottom: 35px;
  }
  .ct_wrap .fee_table {
    width: 1085px;
  }
}
/* 施設紹介 */
.facility .maintitle {
  margin-bottom: 27px;
}
.facility .inner {
  max-width: 1050px;
}
.facility::before {
  position: absolute;
  content: "";
  max-width: 1200px;
  width: 96%;
  height: calc(100% - 65px);
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
  border-radius: 15px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 2px dotted #ddd;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  padding: 23px 0;
  font-weight: 500;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.ib {
  display: inline-block;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none !important;
  }
  .info_table td {
    border-bottom: 2px dotted #ddd;
    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;
    font-weight: 700;
  }
  .info_table tr:first-child th {
    padding-top: 0;
  }
}
/*slider*/
.p_slider {
  margin-top: 70px;
}
.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);
}
@media (max-width: 750px) {
  .p_slider ul .slick-slide {
    margin-left: 15px !important;
  }
  .p_slider ul li {
    border-radius: 10px;
  }
  .p_slider ul li::before {
    padding-top: 60%;
  }
}
@media (max-width:550px) {
  .p_slider {
    margin-top: 50px;
  }
}
/* アクセスマップ */
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width:550px) {
  .map iframe {
    height: 280px;
  }
}
/* 訪問看護ステーション あゆみページ =========================================================================================*/
/*========= color ===========*/
/*footer*/
.pink .footerbg::before {
  filter: hue-rotate(290deg);
}
.pink .fbtns a {
  color: #fff;
  background: #ffa899;
  border: 2px solid#ffa899;
}
.pink .fax a {
  color: #ffa899;
  background: #fff;
}
.pink .fbtns a:hover {
  color: #ffa899;
  background: #fff;
}
.pink .copyright {
  background: #ffa899;
}
.pink .go_top {
  background: #ffa899;
}
/*check list*/
.pink .guide .acheck li {
  background: #fff2ed;
  border: 2px solid #fff2ed;
}
.pink .acheck li::before {
  color: #ffa899;
}
/*flow*/
.pink .flowbox {
  border: 3px solid #fccdc5;
}
.pink .flowbox::after {
  color: #ffa899;
}
.pink .flowbox::before {
  -webkit-text-stroke-color: #ffa899;
  -webkit-text-fill-color: #fff2ed;
}
/*table*/
.pink .info_table tr {
  border-bottom: 2px dotted #ffa899;
}
@media(max-width: 550px) {
  .pink .info_table td {
    border-bottom: 2px dotted #ffa899;
  }
}
/*fee table*/
.pink .fee_table th {
  background: #ffa899;
}
/* ご利用料金 */
.btn_pdf_link {
  display: flex;
  margin: auto;
  width: fit-content;
}
.btn_pdf_link .mainbtn {
  margin: 8px;
}
.btn_pdf_link .mainbtn a {
  min-width: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.btn_pdf_link .mainbtn a::after {
  content: none;
}
@media(max-width: 750px) {
  .btn_pdf_link {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  .btn_pdf_link .mainbtn {
    margin: 3px 0;
  }
}
/* ヘルパーステーション あゆみページ =========================================================================================*/
/*========= color ===========*/
/*footer*/
.blue .footerbg::before {
  filter: hue-rotate(140deg);
}
.blue .fbtns a {
  color: #fff;
  background: #66c8e3;
  border: 2px solid#66c8e3;
}
.blue .fax a {
  color: #66c8e3;
  background: #fff;
}
.blue .fbtns a:hover {
  color: #66c8e3;
  background: #fff;
}
.blue .copyright {
  background: #66c8e3;
}
.blue .go_top {
  background: #66c8e3;
}
/*check list*/
.blue .guide .acheck li {
  background: #edfbff;
  border: 2px solid #edfbff;
}
.blue .acheck li::before {
  color: #66c8e3;
}
/*flow*/
.blue .flowbox {
  border: 3px solid #94def2;
}
.blue .flowbox::after {
  color: #66c8e3;
}
.blue .flowbox::before {
  -webkit-text-stroke-color: #66c8e3;
  -webkit-text-fill-color: #edfbff;
}
/*table*/
.blue .info_table tr {
  border-bottom: 2px dotted #66c8e3;
}
@media(max-width: 550px) {
  .blue .info_table td {
    border-bottom: 2px dotted #66c8e3;
  }
}
/*fee table*/
.blue .fee_table th {
  background: #66c8e3;
}
.blue .ntitle:first-letter {
  color: #66c8e3;
}
/*===========================*/
/* 私たちについて */
@media (max-width:750px) {
  .SP_displayContents .inner {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .maintitle {
    order: -1;
  }
}
/* サービス内容 */
.sbox {
  padding: 35px 35px 40px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 45px;
}
.sbox:last-of-type {
  margin-bottom: 0 !important;
}
.sbox .stitle {
  margin-bottom: 13px;
}
.sbox .acheck {
  display: flex;
  flex-wrap: wrap;
  margin-top: 23px;
}
.sbox .acheck li {
  border-bottom: 2px dotted #ddd;
  width: 48%;
  margin: 0 0.6% 7px;
  padding-bottom: 7px;
}
@media(max-width: 900px) {
  .sbox .acheck {
    display: block;
  }
  .sbox .acheck li {
    width: 100%;
  }
}
@media(max-width:750px) {
  .sbox img {
    margin-bottom: 3px;
  }
}
@media(max-width: 550px) {
  .sbox {
    padding: 23px 15px;
    margin-bottom: 25px;
  }
}
/* 伊佐ガーデン 歩 居宅介護支援事業所ページ ===================================================================================*/
/*========= color ===========*/
/*footer*/
.yellow .footerbg::before {
  filter: hue-rotate(320deg) brightness(125%);
  opacity: 0.45;
}
.yellow .fbtns a {
  color: #fff;
  background: #ffcc36;
  border: 2px solid#ffcc36;
}
.yellow .fax a {
  color: #ffcc36;
  background: #fff;
}
.yellow .fbtns a:hover {
  color: #ffcc36;
  background: #fff;
}
.yellow .copyright {
  background: #ffcc36;
}
.yellow .go_top {
  background: #ffcc36;
}
/*check list*/
.yellow .guide .acheck li {
  background: #feffe8;
  border: 2px solid #feffe8;
}
.yellow .acheck li::before {
  color: #ffcc36;
}
/*flow*/
.yellow .flowbox {
  border: 3px solid #ffe69c;
}
.yellow .flowbox::after {
  color: #fabf11;
}
.yellow .flowbox::before {
  -webkit-text-stroke-color: #fabf11;
  -webkit-text-fill-color: #feffe8;
}
/*table*/
.yellow .info_table tr {
  border-bottom: 2px dotted #ffcc36;
}
@media(max-width: 550px) {
  .yellow .info_table td {
    border-bottom: 2px dotted #ffcc36;
  }
}
/*fee table*/
.yellow .fee_table th {
  background: #ffcc36;
}
/*===========================*/
/* 私たちについて */
.isa .inner {
  max-width: 1250px;
}
/* サービス内容 */
.isa_services .maintitle {
  margin-bottom: 27px;
}
.isa_services .fitc {
  margin-bottom: 65px;
  max-width: 817px;
}
@media(max-width: 550px) {
  .isa_services .fitc {
    margin-bottom: 37px;
  }
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:first-child {
  right: -3%;
  top: -20px;
}
.twflex div:last-child {
  left: -3%;
}
@media(max-width: 750px) {
  .twflex {
    display: block;
  }
  .twflex div {
    width: 80%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  .twflex div:first-child {
    margin-left: auto;
    margin-bottom: 5px;
  }
}
/* 会社概要・お問い合わせページ =============================================================================================*/
/* ご挨拶 */
.gretext {
  margin: auto;
  max-width: 941px;
}
/*text*/
.greeting p {
  margin-bottom: 20px;
}
.wtext {
  width: 53.5%;
}
.glast {
  margin-top: 25px;
  text-align: right;
}
/*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: 165px !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) {
  .sp_psr {
    position: relative;
  }
  .sp_psr::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/_illust/c02.png), url(../img/_illust/c01.png) !important;
    background-position: bottom 35% left, top 10% right !important;
    background-repeat: no-repeat !important;
    background-size: 45% !important;
    z-index: -1;
    opacity: 0.35;
  }
  .wtext, .w_imgs {
    width: 100%;
  }
  .w_imgs {
    margin-top: 0;
    margin-bottom: 27px;
  }
  .w_imgs .tl img, .w_imgs .tr img, .w_imgs .bl img, .w_imgs .br img {
    height: 165px !important;
  }
  .w_imgs .psr:last-of-type {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .w_imgs .tl img, .w_imgs .tr img, .w_imgs .bl img, .w_imgs .br img {
    height: 28vw !important;
  }
}
/* 会社概要 */
.abox .maintitle {
  margin-bottom: 27px;
}
.abox {
  padding: 35px 45px 50px;
  background: #fff;
  border-radius: 15px;
}
.about li {
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.str {
  display: block;
}
.str::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: bold;
  color: #5bc75d;
  margin-right: 5px;
}
@media(max-width: 550px) {
  .abox {
    padding: 15px 12px 30px;
  }
}
/* アクセスマップ */
.minimap .maintitle {
  margin-bottom: 40px;
}
.minimap iframe {
  width: 100%;
  height: 300px;
}
@media(max-width: 550px) {
  .minimap .maintitle {
    margin-bottom: 33px;
  }
  .minimap .flexbox .w48:not(:first-child) {
    margin-top: 33px;
  }
  .minimap iframe {
    height: 250px;
  }
  .minimap .dtitle {
    margin-bottom: 10px;
  }
}
/* お問い合わせ =====================================*/
.contact_sec {
  position: relative;
}
.contact_sec section .inner, .privacy .inner {
  max-width: 1050px;
}
/**/
.contop {
  margin-bottom: 40px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 27px;
  }
}
/* 電話・FAX */
.tels .maintitle {
  margin-bottom: 30px;
}
/*box*/
.telbox {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.telbox h3 {
  font-size: 100%;
  padding-left: 39px;
  font-weight: 700;
  position: relative;
  margin-bottom: 3px;
}
.telbox h3::before {
  background-color: #665c53;
  position: absolute;
  content: "";
  top: 0.95em;
  left: 0;
  width: 30px;
  height: 1px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
  .telbox h3 {
    font-size: 90%;
  }
}
/* 番号 */
.telbox a {
  font-size: 1.85rem;
  color: #665c53;
  font-weight: 700;
}
.telbox a i {
  font-size: 94%;
  color: #5bc75d;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox a span {
  font-size: 70%;
  vertical-align: text-bottom;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width:550px) {
  .telbox a {
    font-size: 1.45rem;
  }
}
/*fax*/
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
  font-size: 107%;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #5bc75d;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 965px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 87%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.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 #665c53;
}
.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: #5bc75d;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #5bc75d;
  color: #5bc75d !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #665c53;
}
.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: #5bc75d;
  border: 2px solid #5bc75d;
  width: 270px;
  padding: 20px 0;
  transition: .4s;
  border-radius: 50px;
}
.mailform button:hover {
  background: #fff;
  color: #5bc75d;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
.mails .stitle {
  margin-bottom: 7px;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: 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: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #5bc75d;
  border-bottom: 3px solid #5bc75d;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@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-bottom: 35px;
  }
  .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; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #f2fce8;
  line-height: 1.5;
  border-radius: 10px;
}
.privacy .accordion-title {
  font-size: clamp(0.9rem, 0.275rem + 2vw, 1.4rem);
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .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: #5bc75d;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #5bc75d;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .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%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-1px);
  color: #5bc75d;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 93%;
  }
}
/*========= 241011 TOP追加 ===========*/
/*このようなお悩みはありませんか？*/
.worrySolution .inner {
  max-width: 1365px;
}
.worrySolution .flexbox {
  align-items: flex-start;
}
/*box*/
.worries, .solution {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
/*lsit*/
.worries, .solution {
  counter-reset: number 0;
}
.worries ul li, .solution ul li {
  position: relative;
  border-bottom: 2px dotted #ddd;
  padding-bottom: 9px;
  margin-bottom: 7px;
}
/*お悩み*/
.worries {
  width: 40%;
  border: 3px solid #ddd;
}
.worries h2 {
  font-weight: 700;
  font-size: clamp(1.05rem, 0.925rem + 0.4vw, 1.15rem);
  margin-bottom: 10px;
  background: #999999;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
}
.worries ul li {
  padding-left: 42px;
}
.worries ul li::before {
  counter-increment: number 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 110%;
  color: #999999;
  content: "0"counter(number)".";
}
/*お悩みを解決*/
.solution .round01 {
  width: 80%;
  margin: 0 auto 13px;
}
.solution {
  width: 57%;
  border: 3px solid #93db94;
}
.solution h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.8875rem + 1vw, 1.45rem);
  position: relative;
  color: #5bc75d;
  line-height: 1.65;
}
.solution h2::before {
  content: url(../img/deco.svg);
  display: block;
  margin: 0 auto 7px;
  width: 72px;
  height: 29px;
  filter: invert(94%) sepia(28%) saturate(784%) hue-rotate(66deg) brightness(94%) contrast(83%);
}
.solution ul li {
  display: flex;
  align-items: center;
}
.solution ul li::before {
  content: "";
  display: block;
  background: url(../img/ayumi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 47px;
  height: 47px;
  margin-right: 10px;
}
@media (max-width: 1220px) {
  .solution h2 {
    text-align: left;
  }
  .solution h2 br {
    display: none;
  }
}
@media (max-width: 1100px) {
  .worrySolution .flexbox {
    display: block;
  }
  .worrySolution .flexbox div {
    width: 100%;
  }
  .worries {
    margin-bottom: 25px;
  }
  .solution h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .worries, .solution {
    padding: 20px 15px;
  }
  .worries ul li::before, .solution ul li::before {
    margin-left: auto;
    margin-right: auto;
  }
  .worries ul li {
    padding-left: 0;
  }
  .worries ul li::before {
    position: initial;
    display: block;
    width: fit-content;
  }
  .solution h2::before {
    width: 57px;
    height: 20px;
    margin-bottom: 12px;
    margin-bottom: 20px;
  }
  .solution ul li {
    display: block;
  }
  .solution ul li::before {
    min-width: 40px;
    height: 43px;
  }
}
/*サービスの流れ*/
.topflow_sec {
  padding: 90px 0;
}
.topflow_sec .inner {
  width: 95%;
}
/*box*/
.sfbox {
  padding: 20px 10px 40px;
  background: #fff;
  border-radius: 15px;
}
@media (max-width: 550px) {
  .topflow_sec {
    padding: 60px 0;
  }
  .topflow_sec .maintitle {
    margin-bottom: 25px !important;
  }
  .sfbox {
    padding: 12px 7px 25px;
  }
}
/*img*/
.topflow {
  max-width: 830px;
  padding-left: 5%;
  margin: auto;
  position: relative;
}
/*矢印*/
.topflow div {
  position: absolute;
  z-index: 1;
  width: 22%;
}
/*1受診・相談*/
.topflow div:nth-child(2) {
  top: 32%;
  left: 0;
}
/*1介護相談認定依頼*/
.topflow div:nth-child(3) {
  top: 11%;
  left: 35%;
  width: 24%;
}
/*2連携・相談*/
.topflow div:nth-child(4) {
  top: 31%;
  right: 5%;
}
/*3申込み*/
.topflow div:nth-child(5) {
  top: 21%;
  left: 36%;
  width: 18%;
}
/*4サービス提供*/
.topflow div:nth-child(6) {
  top: 25%;
  left: 27%;
  width: 21%;
}
/*指示・相談・連携*/
.topflow div:nth-child(7) {
  top: 65%;
  left: 35%;
  width: 21%;
}
/*animation flowup delay*/
.topflow div img {
  width: 100%;
  opacity: 0;
}
.topflow.inview div img {
  animation: sfFadeIn 0.9s ease 0.1s 1 forwards;
}
@keyframes sfFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.topflow div:nth-child(2) img, .topflow div:nth-child(3) img, .topflow div:nth-child(7) img {
  animation-delay: 1.5s;
}
.topflow div:nth-child(4) img {
  animation-delay: 3.5s;
}
.topflow div:nth-child(5) img {
  animation-delay: 5.0s;
}
.topflow div:nth-child(6) img {
  animation-delay: 6.5s;
}