@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #45311d;
  font-size: 18px;
  background: #f7f2e6; /*#fcfaf5*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
@media (max-width: 1190px) {
  body {
    font-size: 16px;
  }
}
.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;
  overflow: hidden;
}
main section {
  padding: 60px 0 100px;
  position: relative;
}
main section.stb {
  padding: 90px 0;
}
main section::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: #faf7f0;*/
  background: #fcfaf5;
  z-index: -100;
}
.bg_white::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -100;
}
/*
main section::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 20px;
  z-index: -100;
}
*/
@media (max-width: 750px) {
  main section {
    padding: 30px 0 55px;
  }
  main section.stb {
    padding: 40px 0;
  }
  main section.SP_displayContents {
    padding: 30px 0 55px !important;
  }
}
/* background =====================*/
.site_border::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfaf5;
  z-index: -101;
}
.site_border::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border: 20px solid #f7f2e6;
  border-left: none;
  z-index: 1;
  pointer-events: none;
}
.site_wrap {
  padding: 20px 20px 20px 0;
}
.site_wrap::before, .site_wrap::after, main::before, main::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: fixed;
  background: url(../img/deco.svg);
  background-size: auto;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.site_wrap::before {
  top: 20px;
  right: 20px;
  transform: scaleX(-1);
}
.site_wrap::after {
  bottom: 20px;
  right: 20px;
  transform: scaleX(-1) scaleY(-1);
}
main::before {
  top: 20px;
  left: 277px;
}
main::after {
  bottom: 20px;
  left: 277px;
  transform: scaleY(-1);
}
@media (max-width: 1235px) {
  .site_border::after {
    border: 20px solid #f7f2e6;
  }
  .site_wrap {
    padding: 0 20px 20px 20px;
  }
  .site_wrap::before, main::before {
    content: none;
  }
  main::after {
    left: 20px;
  }
  /*
  main::before {
    left: 20px;
  }
 */
  .header_sticky::before, .header_sticky::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    background: url(../img/deco.svg);
    background-size: auto;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    bottom: -20px;
  }
  .header_sticky::before {
    left: 20px;
  }
  .header_sticky::after {
    right: 20px;
    transform: scaleX(-1);
  }
}
@media (max-width: 750px) {
  .site_border::after {
    border: 10px solid #f7f2e6;
  }
  .site_wrap {
    padding: 0 10px 10px 10px;
  }
  .header_sticky::before, main::after {
    left: 10px;
  }
  .header_sticky::after, .site_wrap::after {
    right: 10px;
  }
  main::after, .site_wrap::after {
    bottom: 10px;
  }
  .site_wrap::before {
    top: 10px;
    right: 10px;
  }
  /*
  main::before {
    top: 10px;
    left: 10px;
  }
  */
}
/* ================================*/
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded01 img {
  border-radius: 470px;
}
.rounded02 img {
  border-radius: 20px 60px 20px 60px;
}
/*text*/
p {
  margin-bottom: 10px;
}
/*中央寄せ*/
.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: 50px;
  display: block;
  text-align: center;
  line-height: 1.45;
  position: relative;
  font-size: clamp(1.6rem, 1.24rem + 1.28vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.maintitle.long {
  font-size: clamp(1.4rem, 0.92rem + 1.7067vw, 2.2rem);
}
.maintitle .mf {
  font-size: 51%;
  color: #ed7a53;
  text-transform: uppercase;
  display: inline-block;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 35px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 37px;
  }
  .txtmgb {
    margin-bottom: 25px !important;
  }
}
/*02*/
.mtitle {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  color: #ed7a53;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.09rem + 0.7467vw, 1.65rem);
  border-bottom: 2px solid #f7a668;
  border-top: 2px solid #f7a668;
  padding: 15px 5px;
  text-align: center;
  margin-bottom: 27px;
  text-shadow: 1px 1px 0 #fcfaf5, -1px -1px 0 #fcfaf5, -1px 1px 0 #fcfaf5, 1px -1px 0 #fcfaf5, 0px 1px 0 #fcfaf5, 0 -1px 0 #fcfaf5, -1px 0 0 #fcfaf5, 1px 0 0 #fcfaf5;
}
.bg_white .mtitle {
  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;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 20px;
  }
}
/*03*/
.dtitle {
  font-weight: 700;
  position: relative;
  border-radius: 7px;
  margin-bottom: 15px;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  line-height: 1.7;
  background: #ed7a53;
  color: #fff;
  border-left: 5px solid rgba(255, 255, 255, 0.4);
  padding: 12px 25px 17px 15px;
}
.dtitle::after {
  content: '';
  width: 20px;
  height: 2px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
/*04*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.25rem, 1.01rem + 0.8533vw, 1.65rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(89, 71, 54, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #ed7a53;
}
.stitle .en {
  margin-right: 13px;
  color: #ed7a53;
  text-transform: uppercase;
}
.stitle .en span {
  font-size: 105%;
}
/* ボタン */
.mainbtn {
  line-height: 1;
}
.mainbtn a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 26px 0;
  width: 265px;
  border-radius: 50px;
  border: 2px solid #ed7a53;
  color: #fff;
  background: #ed7a53;
}
.mainbtn a:hover {
  color: #ed7a53;
  background: #fff;
}
.mainbtn a.white {
  color: #ed7a53;
  background: #fff;
}
.mainbtn a.white:hover {
  color: #fff;
  background: #ed7a53;
}
/**/
.tbtn {
  margin-top: 37px;
}
/**/
.btnflex {
  margin-left: auto;
  margin-right: auto;
}
.btnflex a {
  margin: 5px 7px;
  display: inline-block;
}
@media (max-width: 750px) {
  .mainbtn a {
    max-width: 240px;
    width: 100%;
    padding: 22px 0;
  }
  .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: 23px;
  }
}
/* 幅 */
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w47 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 90%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 64.5%;
}
.w52 {
  width: 52%;
}
.w47 {
  width: 47%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.5%;
}
/* アニメーション ==================*/
/* 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 ===========================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: -1 !important;
  pointer-events: none;
  width: fit-content !important;
  width: 33% !important;
  max-width: 225px !important;
  opacity: 0.5;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 38% !important;
  max-width: 310px;
}
/**/
.zindex {
  z-index: 1 !important;
}
/*位置*/
.tl {
  top: -4% !important;
  left: 0.5% !important;
}
.tr {
  top: -4% !important;
  right: 0.5% !important;
}
.bl {
  bottom: -4% !important;
  left: 0.5% !important;
}
.br {
  bottom: -4% !important;
  right: 0.5% !important;
}
/*==== background ====*/
.bg01::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/01.png);
  background-repeat: no-repeat;
  background-position: bottom 1% left 0.5%;
  background-size: 300px;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .bg01::before {
    background-size: 45%;
  }
}
.bg02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/02a.png), url(../img/_bg/02b.png);
  background-repeat: no-repeat;
  background-position: top 0.5% right 0.5%, bottom 0.5% left 0.5%;
  background-size: 30%;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .bg02::before {
    background-size: 30%, 50%;
  }
}
.bg03::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/03a.png), url(../img/_bg/03b.png);
  background-repeat: no-repeat;
  background-position: top 0.5% right 0.5%, bottom 0.5% left 0.5%;
  background-size: 390px, 300px;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .bg03::before {
    background-size: 45%;
  }
}
.bg04::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/04.png);
  background-repeat: no-repeat;
  background-position: bottom 1% right 0.5%;
  background-size: 200px;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .bg04::before {
    background-size: 35%;
  }
}
.bg05::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/05.png);
  background-repeat: no-repeat;
  background-position: bottom 1% right 0.5%;
  background-size: 230px;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 750px) {
  .bg05::before {
    background-size: 35%;
  }
}
/* 反転 */
.bgx::before, .bgx::after {
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  transform: scaleX(-1) scaleY(-1);
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_wrap {
  width: 277px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100vh;
  overflow-y: auto;
  background: #f7f2e6;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header_wrap::-webkit-scrollbar {
  display: none;
}
.header {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* logo */
.header_title {
  margin-bottom: 20px;
}
.header_title a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/*株式会社 宝樹*/
.header_title a .kab_hoju {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 62%;
}
.header_title a .kab_hoju img:first-of-type {
  width: 19%;
}
.header_title a .kab_hoju img:last-of-type {
  width: 75%;
}
/*宝樹・養花天*/
.hojuyoka {
  display: flex;
  justify-content: space-between;
  height: 97px;
  padding-left: 3.5%;
}
.hojuyoka img {
  object-fit: contain;
}
.hojuyoka img:nth-child(1) {
  width: 37%;
}
.hojuyoka img:nth-child(2) {
  width: 57.5%;
}
/* LOGO */
.header_Pagetitle {
  width: 89%;
  margin: auto;
  margin-bottom: 25px;
}
.header_Pagetitle a {
  line-height: 1;
  display: block;
}
.logotop {
  display: flex;
  margin: 0 auto 1.2%;
  justify-content: center;
  align-items: center;
  width: 57%;
}
.logotop img:first-of-type {
  width: 17%;
  margin-right: 5%;
}
.logotop img:last-of-type {
  width: 75%;
}
.header_Pagetitle img:nth-child(3) {
  margin-top: 4%;
}
/* LOGO ======================*/
.page_title_h1 {
  width: 89%;
  margin: auto;
  margin-bottom: 27px;
}
/**/
.header_nav, .header_item {
  margin: 1% auto 13%;
  width: 90%;
}
.header ul li {
  position: relative;
  text-align: center;
}
.header ul li a {
  display: block;
  width: 100%;
  padding: 9px 0;
  margin: 9px 0;
  color: #45311d;
  font-size: 1.2rem;
  line-height: 1.5;
}
.header ul li a span:not(.ib) {
  display: block;
  margin-bottom: 4px;
  color: #ed7a53;
  text-transform: uppercase;
  font-size: 80%;
}
.header ul li a:nth-child(n+2) {
  font-size: 80%;
  padding: 0 0 5px;
  margin: 0;
  padding-left: 15px;
  position: relative;
}
.header ul li a:nth-child(n+2)::before {
  content: "∟";
  position: absolute;
  top: 0;
  left: 0;
  color: #ed7a53;
}
.header ul li a:last-of-type {
  padding-bottom: 5px;
}
.header ul li a:hover {
  opacity: 0.6;
}
.header .mainbtn {
  text-align: center;
}
.header .mainbtn a {
  width: 100%;
}
.header .mainbtn:last-of-type {
  font-size: 95%;
}
.header_item > div {
  margin-bottom: 6px;
}
.header_item > div:last-child {
  margin-bottom: 0;
}
/* icons link */
.link_icons {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 5px;
}
.link_icons a {
  color: #45311d;
  font-size: 1.45rem;
}
.link_icons a .fa-instagram {
  font-size: 108%;
}
.link_icons a:hover {
  opacity: 0.6;
}
.link_icons div {
  margin: 0 5px;
}
/* 高さ */
@media (max-height: 935px) {
  .header {
    margin-top: 50px;
    padding-bottom: 50px;
    top: 0;
    transform: translate(-50%, 0);
  }
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  height: 58px;
  width: 47px;
  border: none;
  background-color: transparent;
}
.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: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #ed7a53;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/**/
.hamburger__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ed7a53;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
}
.hamburger__text::before {
  content: "menu";
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -5px;
}
/**/
.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;
  pointer-events: none;
  background: #fbf8f1;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-height: 840px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
@media (max-width: 550px) {
  .wr {
    height: 100%;
    overflow-y: scroll;
    padding: 60px 0 80px;
  }
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 1.15rem;
}
.global-navigation__list li a {
  display: inline-block;
  width: 100%;
  color: #45311d;
  line-height: 1.7;
}
.global-navigation__list li a:nth-child(n+2) {
  position: relative;
  font-size: 85%;
  padding-left: 17px;
}
.global-navigation__list li a:nth-child(n+2)::before {
  content: "∟";
  position: absolute;
  top: 0;
  left: 0;
  color: #ed7a53;
}
.global-navigation__list li a span {
  display: flex;
  text-transform: uppercase;
  color: #ed7a53;
  margin-bottom: 3px;
  font-size: 90%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* site_wrap */
.site_wrap {
  margin-left: auto;
  width: calc(100% - 277px);
}
@media (max-width: 1235px) {
  .header {
    margin-top: 0;
  }
  .site_wrap {
    margin: auto;
    width: 100%;
  }
  .header_sticky {
    /*position: fixed;pointer-events: none;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    position: sticky;
  }
  .header_sticky header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f2e6;
    padding: 12px 20px 15px;
  }
  .header_wrap {
    width: 100%;
    height: fit-content;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: visible;
    background: transparent;
  }
  .header {
    position: initial;
    width: 100%;
    transform: translate(0, 0);
    padding: 0 !important;
  }
  .header_nav, .header_item, .header .link_icons {
    display: none;
  }
  .header_Pagetitle {
    width: 240px;
    margin: 0;
  }
  .header_title {
    position: fixed;
    top: 0;
    left: 0;
    width: 215px;
    pointer-events: auto;
    padding: 20px;
    background: #fcfaf5;
    border-radius: 0 0 20px 0;
  }
  .header_title a .kab_hoju {
    width: 71%;
    margin-bottom: 3%;
  }
  .hojuyoka {
    height: 75px;
  }
  .page_title_h1 {
    width: 205px;
    margin: 0;
  }
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky header {
    padding: 9px 11px 12px;
  }
  .header_title {
    width: 205px;
  }
  .page_title_h1 {
    width: 175px;
  }
  .global-navigation__list li {
    padding: 15px 5px 17px;
    font-size: 1.05rem;
  }
  .header__nav-area .btnflex a {
    font-size: 0.95rem;
  }
}
/* footer ================================================*/
.footer {
  background: #fff;
  /*border-radius: 20px 20px 0 0;*/
  padding: 55px 0 45px;
}
@media (max-width: 850px) {
  .footer {
    padding: 30px 0;
  }
}
/* map */
.fmap {
  position: relative;
  max-width: 820px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.fmap iframe {
  border-radius: 20px;
  width: 100%;
  height: 450px;
}
.fmap h2 {
  pointer-events: none;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 2px 17px 5px;
  font-size: clamp(1.13rem, 1.028rem + 0.3627vw, 1.3rem);
  font-weight: 700;
  background: #ed7a53;
  color: #fff;
  border-radius: 0 0 0 20px;
}
@media (max-width: 550px) {
  .fmap {
    border-radius: 0;
  }
  .fmap iframe {
    height: 210px;
  }
  .fmap h2 {
    padding: 5px 17px 7px;
    position: initial;
    border-radius: 50px;
    margin-bottom: 10px;
  }
}
/* 施設名 */
.footer_address .flexbox {
  position: relative;
  font-size: clamp(1.23rem, 1.008rem + 0.7893vw, 1.6rem);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 13px 0;
  max-width: 960px;
  margin: auto;
  margin-bottom: 15px;
}
.footer_address .flexbox .yokaten {
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.footer_address .flexbox .kantaki, .footer_address .flexbox .yokaten, .kawaguchi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_address .flexbox p {
  margin-bottom: 0;
}
/*宝樹*/
.footer_address .flexbox .kantaki {
  width: 23%;
}
.footer_address .kantaki img {
  width: 62px;
}
.footer_address .kantaki p {
  white-space: nowrap;
  font-size: 97%;
  margin-left: 15px;
}
.footer_address .kantaki p span {
  font-size: 130%;
  margin-left: 10px;
}
/*養花天*/
.footer_address .flexbox .yokaten {
  width: 39%;
}
.footer_address .yokaten {
  align-items: center;
  flex-direction: column;
}
.footer_address .yokaten p {
  font-size: 80%;
}
.footer_address .yokaten p:first-of-type {
  font-size: 70%;
  margin-bottom: -15px;
}
.footer_address .yokaten p span {
  font-size: 130%;
}
/*川口薬局*/
.kawaguchi {
  width: 30%;
  text-align: center;
}
.kawaguchi a {
  display: block;
}
.kawaguchi a:hover {
  opacity: 0.6;
}
@media (max-width:955px) {
  .footer_address .flexbox {
    border-bottom: none;
  }
  .footer_address .flexbox .kantaki, .footer_address .flexbox .yokaten, .kawaguchi {
    width: 100%;
    padding: 15px 0;
  }
  .footer_address .kantaki img {
    width: 52px;
  }
  .footer_address .kantaki p {
    font-size: 90%;
  }
  .footer_address .flexbox div {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  }
  .footer_address .flexbox .yokaten {
    border-left: none;
    border-right: none;
  }
  .footer_address .flexbox .yokaten div {
    width: fit-content;
    border-bottom: none;
  }
  .kawaguchi a {
    max-width: 235px;
  }
}
/* 住所 */
.ib {
  display: inline-block;
}
/* contact */
.footer_address .btnflex {
  margin-top: 17px;
}
a.fax {
  pointer-events: none;
}
/* copyright */
.copyright {
  text-align: center;
  background: #ed7a53;
  color: #fff;
  padding: 10px 0 14px;
  font-size: 0.95rem;
}
@media (max-width: 550px) {
  .copyright {
    font-size: 0.8rem;
  }
}
/* ページ上に戻るボタン */
.go_top {
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
  background: #ed7a53; /*#b9d15f*/
  position: fixed;
  bottom: 33px;
  right: 38px;
  z-index: 999;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 50px;
    height: 50px;
    bottom: 22px;
    right: 22px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド ========================================*/
.topslide {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  z-index: -1;
}
/*catchcopy*/
.catchcopy {
  z-index: 1;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  line-height: 1.4;
  font-size: 2.3rem;
  color: #fff;
}
.catchcopy span {
  border-radius: 10px;
  margin-bottom: 12px;
  display: block;
  background: #ed7a53;
  padding: 5px 7px;
  width: fit-content;
  margin-left: auto;
  box-shadow: 4px 4px 0px 0px #fff;
}
span.hushtug {
  font-size: 65%;
  background: #fff;
  color: #ed7a53;
  box-shadow: 4px 4px 0px 0px #f7a668;
}
@media(max-width:750px) {
  .catchcopy {
    font-size: 4.3vw;
    top: auto;
    transform: translateY(0);
    bottom: 9px;
    right: 10px;
  }
}
@media(max-width:550px) {
  .catchcopy span {
    margin-bottom: 7px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 0px 0px #fff;
  }
  span.hushtug {
    box-shadow: 2px 2px 0px 0px #f7a668;
  }
}
/*img*/
.slide_items {
  width: 100%;
}
.slide_items img {
  width: 100%;
  height: calc(100vh - 40px);
  min-height: 630px;
  object-fit: cover;
}
/*animation*/
.slick-animation img {
  animation: fadezoom 19s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1190px) {
  .slide_items img {
    height: calc(100vh - 140px);
  }
}
@media (max-width: 550px) {
  .slide_items img {
    min-height: auto;
    height: calc(100vh - 150px);
  }
}
/* 私たちについて　========================================*/
.weltext {
  width: 66%;
  max-width: 791px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.weltext p {
  margin-bottom: 15px;
}
/**/
.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;
}
.weltext .marker {
  color: #ed7a53;
  display: inline-block;
  font-size: 120%;
  margin: 0 5px;
}
@media (max-width: 550px) {
  .weltext .marker {
    display: inline;
    margin: 0 3px;
    font-size: 107%;
  }
}
/*img*/
.welimgs {
  display: flex;
  position: relative;
  height: 860px;
  margin-top: -300px;
}
.welimgs div:nth-child(1) {
  width: 62%;
  position: absolute;
  right: -2%;
  bottom: -1%;
}
.welimgs div:nth-child(2) {
  width: 30%;
  position: absolute;
  right: -5%;
  top: 0;
}
.welimgs div:nth-child(2) .tl {
  left: -15% !important;
  z-index: 1 !important;
}
.welimgs div:nth-child(3) {
  width: 40%;
  position: absolute;
  left: -5%;
  bottom: 5%;
}
@media (max-width:1630px) {
  .welimgs {
    margin-top: -16vw;
    height: 50.5vw;
  }
}
@media (max-width:1235px) {
  .welimgs {
    margin-top: -21vw;
    height: 62vw;
  }
}
@media (max-width:750px) {
  .welimgs .tl {
    width: 55% !important;
    top: -25% !important;
  }
  .welimgs div:nth-child(2) .tl {
    z-index: -1 !important;
  }
  .welimgs div:nth-child(3) .tl {
    left: auto !important;
    top: -35% !important;
    right: -10% !important;
  }
  .welimgs div:nth-child(3) .tl img {
    transform: scaleX(-1);
  }
  .aboutus .inner {
    display: flex;
    flex-direction: column;
  }
  .welimgs {
    width: 110%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 126vw;
    margin-top: 25px;
  }
  .welimgs div:nth-child(1) {
    width: 74%;
    right: auto;
    bottom: auto;
    top: 32%;
    left: 0;
  }
  .welimgs div:nth-child(2) {
    width: 55%;
    right: 0;
  }
  .welimgs div:nth-child(3) {
    width: 46%;
    left: auto;
    bottom: 0;
    right: 4%;
  }
  .weltext {
    width: 100%;
    margin: auto;
  }
}
/* 看護小規模多機能ホーム 宝樹のサービス　========================================*/
.tophoju .inner {
  max-width: 1251px;
}
.tophoju .fitc {
  text-align: center;
  margin-bottom: 55px;
}
/**/
.t_hj_service {
  margin-bottom: 95px;
}
.t_hj_service:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width:1635px) {
  .tophoju .fitc {
    text-align: left;
  }
}
@media (max-width:550px) {
  .tophoju .fitc {
    margin-bottom: 40px;
  }
  .t_hj_service {
    margin-bottom: 55px;
  }
}
/* 組み合わせ自由・4つのサービス */
.serviceimg {
  max-width: 720px;
  margin: auto;
}
/* 宝樹の特徴 */
.points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pbox {
  padding: 20px;
  margin: 0 1%;
  width: 31.3%;
  background: #fcfaf5;
  border-radius: 200px 200px 20px 20px;
}
.pbox img {
  margin-bottom: 15px;
}
.pbox h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 17px;
  line-height: 1.5;
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
}
.pnum {
  text-transform: uppercase;
  font-size: 59%;
  line-height: 1.1;
  color: #ed7a53;
  text-align: center;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin-bottom: 7px;
}
.pnum span {
  font-size: 250%;
  display: block;
}
@media(max-width:1300px) {
  .pbox {
    margin: 0 1.5% 30px;
    width: 47%;
  }
  .pbox:last-of-type {
    margin: auto !important;
  }
}
@media(max-width:750px) {
  .points {
    display: block;
  }
  .pbox {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 470px;
  }
}
@media(max-width:550px) {
  .pnum {
    font-size: 48%;
  }
  .pbox {
    padding: 20px 15px;
  }
}
/* 訪問看護ステーション 養花天のサービス　========================================*/
.t_ykt_img {
  position: relative;
  padding-bottom: 75px;
  margin-left: 0.5%;
}
.reverse .t_ykt_img {
  margin-left: 0;
  margin-right: 0.5%;
}
.t_ykt_img div:first-of-type {
  width: 80%;
}
.t_ykt_img div:last-of-type {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
}
@media(max-width:750px) {
  .t_ykt_img {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 10%;
  }
}
/* ご利用の流れ　========================================*/
.tf .inner {
  max-width: 950px;
}
/**/
.tf_flex {
  display: flex;
}
.tf_spdc {
  margin-right: 50px;
}
/*flow*/
.topflow {
  width: 100%;
  display: flex;
  margin-left: auto;
  max-width: 590px;
}
.topflow li {
  margin-right: 8%;
  position: relative;
  padding: 20px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  width: calc(100% / 5);
  height: 340px;
  max-width: 80px;
  white-space: nowrap;
  text-align: center;
  background: #fcfaf5;
  border-radius: 10px;
  font-size: 1.3rem;
}
.topflow li span {
  text-transform: uppercase;
  font-size: 57%;
  line-height: 1.2;
  color: #ed7a53;
  text-align: center;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin-bottom: 15px;
}
.topflow li span span {
  font-size: 200%;
  display: block;
  margin: 0 !important;
}
.topflow li::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 113%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #ed7a53;
}
.topflow li:last-of-type {
  margin-right: 0;
}
.topflow li:last-of-type::after {
  content: none !important;
}
@media(max-width:1330px) {
  .tf_flex {
    flex-direction: column;
  }
  .tf_spdc {
    margin-right: 0;
    display: contents;
  }
  .tf_flex .maintitle, .tf_flex .mainbtn {
    text-align: center;
  }
  .tf_flex .mainbtn {
    order: 1;
  }
  .topflow {
    margin: auto;
  }
}
@media (max-width: 920px) {
  .tf {
    padding: 60px 0 100px !important;
  }
  .topflow {
    display: block;
  }
  .topflow li {
    font-size: 1.1rem;
    -ms-writing-mode: lr-tb;
    height: fit-content;
    max-width: 100%;
    padding: 13px 13px;
    writing-mode: horizontal-tb;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .topflow li::after {
    font-size: 1.2rem;
    content: "\f0dd";
    top: 63px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .topflow li span {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .topflow li:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 750px) {
  .tf {
    padding: 30px 0 55px !important;
  }
}
/* 採用情報　========================================*/
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
  .SP_dc_title.maintitle {
    margin-bottom: 25px !important;
  }
}
/* 下層ページトップ ================================================================================================================*/
.fvwrap {
  padding-top: 20px;
}
.fv {
  padding: 110px 0 120px;
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  background: url(../img/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  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;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.fv h2 span {
  color: #fff !important;
}
@media(max-width:1235px) {
  .fv {
    padding: 80px 0 100px;
  }
}
@media(max-width:900px) {
  .fv {
    padding: 55px 0 80px;
  }
}
@media(max-width:750px) {
  .fvwrap {
    padding-top: 10px;
  }
  .fv {
    width: calc(100% - 20px);
  }
}
@media(max-width:550px) {
  .fv {
    padding: 35px 0 50px;
    border-radius: 20px;
  }
}
/* breadcrumb */
.binner {
  width: 96%;
  max-width: 1600px;
  font-size: clamp(0.7rem, 0.61rem + 0.32vw, 0.85rem);
  position: relative;
  margin-bottom: 17px;
}
.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: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #ed7a53;
}
.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;
}
/**/
.footer_cream .footer {
  background: #fcfaf5;
}
/* 宝樹についてページ ===========================================================================================================*/
/* 看多機「宝樹」について */
.hoju_about .inner {
  max-width: 1014px;
  margin: auto;
}
.hoju_about .twflex {
  margin-top: 45px;
}
.twflex .psr {
  height: fit-content;
}
@media(max-width:550px) {
  .hoju_about .twflex {
    width: 108%;
    margin-top: 35px;
  }
}
/* サービス内容 */
.services .inner {
  max-width: 1146px;
}
.services .maintitle {
  margin-bottom: 140px;
}
.services .flexbox {
  align-items: center;
  margin-bottom: 145px;
}
.services .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.services .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
/*img*/
.serimg {
  position: relative;
  margin-top: -100px;
}
.services .flexbox:nth-child(2n+1) .serimg {
  right: -1.5%;
}
.services .flexbox:nth-child(2n) .serimg {
  left: -1.5%;
}
/*text*/
.dotted {
  font-size: 115%;
  color: #ed7a53;
  width: fit-content;
  border-bottom: 2px dotted #ed7a53;
}
.sertext .stitle {
  /*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;*/
}
.sertext {
  position: relative;
  padding: 60px 40px;
  border-radius: 470px;
  background: #fff;
}
.services .flexbox:nth-child(2n+1) .sertext {
  left: -1.5%;
}
.services .flexbox:nth-child(2n) .sertext {
  right: -1.5%;
}
@media (max-width: 1340px) {
  .services .maintitle {
    margin-bottom: 70px;
  }
  .services .flexbox {
    margin-bottom: 90px;
  }
  .serimg {
    margin-top: 0;
  }
}
@media (max-width: 950px) {
  .services .flexbox {
    display: block;
  }
  .serimg, .sertext {
    left: 0 !important;
    right: 0 !important;
  }
  .serimg {
    width: 87%;
  }
  .sertext {
    width: 87%;
    margin-top: -10%;
  }
  .services .flexbox:nth-child(2n+1) .serimg {
    margin-left: auto;
  }
  .services .flexbox:nth-child(2n) .sertext {
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  /*
  .services .flexbox::before {
    position: absolute;
    content: "";
    width: 456px;
    height: 342px;
    top: 37vw;
    left: -200px;
    z-index: -1;
    background: #fff;
    border-radius: 470px;
  }
  */
  .services .flexbox:nth-child(2n)::before {
    left: auto !important;
    right: -200px;
  }
  .services .psr .tr {
    top: auto;
    bottom: 30px;
  }
  .services .psr .bl, .services .psr .br {
    bottom: 30px;
  }
  .services .flexbox {
    position: relative;
  }
  .services .maintitle {
    margin-bottom: 45px;
  }
  .sertext {
    padding: 0;
    background: transparent !important;
    border-radius: 0 !important;
    margin-top: 17px;
  }
}
@media (max-width: 550px) {
  .services .flexbox {
    margin-bottom: 55px;
  }
}
/* ご利用に適している方 */
.acheck.border li {
  border-bottom: 2px dotted rgba(89, 71, 54, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* 具体的な事例 */
.cases .inner {
  max-width: 1100px;
  width: 97%;
}
.case {
  margin-bottom: 45px;
}
.case:last-of-type {
  margin-bottom: 0 !important;
}
.case_text {
  width: 88%;
  max-width: 901px;
  margin: auto;
}
.case_schedule {
  margin-top: 38px;
}
.case_schedule .mtitle {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
  max-width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 550px) {
  .case_schedule {
    margin-top: 30px;
  }
}
/* お客様の声 */
.reviews {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reviews div {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  width: 31%;
  margin: 0 1.15% 25px;
}
.reviews div p {
  position: relative;
  z-index: 1;
}
.reviews div::before {
  font-family: "Font Awesome 6 Free";
  content: "\f4ad";
  font-weight: bold;
  display: inline-block;
  color: #f7f2e6;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.55;
}
@media(max-width:1000px) {
  .reviews {
    display: block;
  }
  .reviews div {
    width: 100%;
    margin: 0 0 25px;
  }
  .reviews div:last-of-type {
    margin-bottom: 0 !important;
  }
}
/* 施設紹介 */
/*slider*/
.c_slider .slick-slide {
  position: relative;
}
.c_slider .slick-slide::before {
  content: '';
  display: block;
  padding-top: 50%; /*高さの比率*/
}
.c_slider .slick-slide img {
  margin: auto;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.c_slider {
  margin-bottom: 2%;
}
.c_slider .slick-slide img {
  border-radius: 20px;
  object-fit: cover !important;
}
/*thumbnail slide*/
.thumbnail .slick-slide {
  position: relative;
}
.thumbnail .slick-slide::before {
  content: '';
  display: block;
  padding-top: 57%; /*高さの比率*/
}
.thumbnail .slick-slide img {
  margin: auto;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.thumbnail div {
  margin: 0 0.1%;
}
.thumbnail div img {
  border-radius: 5px;
}
/*arrow*/
.facility .c_slider .slide_left, .facility .c_slider .slide_right {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 50%;
}
.facility .c_slider .slide_left {
  left: 0;
  cursor: url(../img/slick_arrow_left.png), auto; /*80px*/
}
.facility .c_slider .slide_right {
  right: 0;
  cursor: url(../img/slick_arrow_right.png), auto; /*80px*/
}
.facility .thumbnail .slide_left, .facility .thumbnail .slide_right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  height: 100%;
  width: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  opacity: 0;
}
.facility .thumbnail:hover .slide_left, .facility .thumbnail:hover .slide_right {
  opacity: 1;
}
.facility .thumbnail .slide_left {
  left: 0;
}
.facility .thumbnail .slide_right {
  right: 0;
}
.facility .thumbnail .slide_left img, .facility .thumbnail .slide_right img {
  display: block;
  width: 30px;
}
@media (max-width: 750px) {
  .c_slider .slick-slide::before {
    padding-top: 63%; /*高さの比率*/
  }
  .facility .thumbnail .slide_left, .facility .thumbnail .slide_right {
    opacity: 1;
  }
  .facility .c_slider .slide_left, .facility .c_slider .slide_right {
    cursor: auto;
  }
}
/* ご利用案内ページ =============================================================================================================*/
/* ご利用の流れ */
@media(max-width:1235px) {
  #flow {
    position: relative;
    top: -50px;
  }
}
.flow .inner {
  max-width: 1078px;
}
.flow .flexbox {
  margin-bottom: 50px;
}
.flow .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:750px) {
  .flow .flexbox .spmgb {
    margin-bottom: 17px;
  }
}
/* サービス概要 */
.services_item {
  margin-bottom: 50px;
}
.services_item:last-of-type {
  margin-bottom: 0 !important;
}
/* 料金表 */
.fee_item {
  margin-bottom: 43px;
}
.fee_item:last-of-type {
  margin-bottom: 0 !important;
}
.f_ift_right, .f_ift_left {
  display: block;
}
/*
.f_ift_right, .f_ift_left {
  display: block;
  width: fit-content;
}
.f_ift_right {
  margin-left: auto;
}
*/
.cost {
  width: 52% !important;
}
.td_right td {
  text-align: right;
}
/*table sp*/
.spsctext {
  display: none;
  font-size: 90%;
}
@media (max-width:1495px) {
  .spsctext {
    display: block;
  }
  .ct_wrap .info_table {
    width: 1160px;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
  .spnone {
    display: none;
  }
}
@media (max-width:1190px) {
  .ct_wrap .info_table {
    width: 1090px;
  }
}
@media (max-width:850px) {
  .ct_wrap .info_table {
    width: 995px;
  }
}
/* よくあるご質問 */
.faq .inner {
  max-width: 1000px;
}
.faqbox div {
  margin-bottom: 35px;
}
.faqbox div:last-of-type {
  margin-bottom: 0 !important;
}
.faqbox h3 {
  font-weight: 700;
  background: #fcfaf5;
  margin-bottom: 10px;
  font-size: clamp(1.05rem, 0.93rem + 0.4267vw, 1.25rem);
  line-height: 1.6;
  display: flex;
  overflow: hidden;
  border-radius: 7px;
}
/*Q*/
.faqbox h3 span, .faqbox p {
  display: flex;
  align-items: center;
}
.faqbox h3 span {
  padding: 10px 0;
}
.faqbox h3::before, .faqbox p::before {
  content: "Q";
  background: #f5975d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 15px;
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  line-height: 1;
}
.faqbox h3 span::before, .faqbox p span::before {
  content: '';
  display: block;
  width: 10px;
  height: 15px;
  aspect-ratio: 2/3;
  background: #f5975d;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 13px;
}
/*A*/
.faqbox p {
  align-items: flex-start;
}
.faqbox p::before {
  content: "A";
  background: #ed7a53;
  border-radius: 7px;
}
.faqbox p span {
  display: flex;
  padding: 7px 0;
}
.faqbox p span::before {
  padding: 0;
  background: #ed7a53;
  position: relative;
  top: 0.65em;
}
@media (max-width:550px) {
  .faqbox div {
    margin-bottom: 27px;
  }
  /*
  .faqbox h3 span {
    align-items: flex-start;
  }
  .faqbox h3::before {
    height: fit-content;
    border-radius: 7px;
  }
  .faqbox h3 span::before {
    position: relative;
    top: 0.96em;
  }
	*/
  .faqbox h3 span::before, .faqbox p span::before {
    width: 6px;
    height: 11px;
  }
}
/* 求人案内ページ ===============================================================================================================*/
/* 数字で見る */
.data {
  padding: 60px 0 50px;
}
.data .inner {
  width: 98%;
}
.data .maintitle {
  margin-bottom: 25px;
}
.data .fitc {
  text-align: center;
  margin-bottom: 60px;
}
/*data*/
.databox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.databox div {
  padding: 15px;
  width: 30%;
  margin: 0 1.3% 50px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 7px 7px 0px 0px #f7f2e6;
}
/*title*/
.databox div h3 {
  font-size: clamp(1.15rem, 1.06rem + 0.32vw, 1.3rem);
  font-weight: 700;
  position: relative;
  border-radius: 100px;
  padding: 0 17px 2px;
  background: #ed7a53;
  color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 30px;
}
.databox div h3::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 11px solid transparent;
  border-top: 11px solid #ed7a53;
}
/*icon*/
.databox div i {
  margin: auto;
  display: block;
  width: fit-content;
  font-size: 4rem;
}
/*text*/
.databox div p {
  text-align: center;
  font-size: clamp(1.4rem, 1.13rem + 0.96vw, 1.85rem);
}
.databox div p span {
  font-size: 135%;
  color: #ed7a53;
}
.databox div p span span {
  font-size: 75%;
  color: #45311d;
}
@media(max-width:950px) {
  .databox div {
    width: 46.4%;
    margin: 0 1.8% 50px;
  }
}
@media(max-width:790px) {
  .data .inner {
    width: 88%;
  }
  .data .fitc {
    text-align: left;
  }
}
@media(max-width:700px) {
  .databox {
    display: block;
  }
  .databox div {
    width: 100%;
    margin: 0 0 50px;
  }
}
@media(max-width:550px) {
  .data {
    padding: 30px 0 55px;
  }
  .data .fitc {
    margin-bottom: 50px;
  }
  .databox div:last-of-type {
    margin-bottom: 0 !important;
  }
  .databox div i {
    font-size: 3.5rem;
  }
}
/* 募集要項 */
.requirements .inner {
  max-width: 1030px;
}
.requirements.bg05::before {
  background-position: bottom 10px right 0.5%;
}
.req_item {
  margin-bottom: 20px;
}
.req_item:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.requirements .accordion-title {
  margin-bottom: 10px;
}
.requirements .accordion-text {
  padding: 5px;
  font-size: 100%;
}
/**/
.info_table p:last-of-type {
  margin-bottom: 0;
}
@media(max-width:550px) {
  .req_item {
    margin-bottom: 12px;
  }
}
/* 会社概要ページ ===============================================================================================================*/
/* 事業の目的 */
.purpose .tl, .purpose .tr, .purpose .bl, .purpose .br {
  opacity: 0.7;
}
/* 運営方針 */
.policy .inner {
  max-width: 1016px;
}
.pol_items {
  counter-reset: number 0;
}
.pol_items div {
  background: #fcfaf5;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.pol_items div:last-of-type {
  margin-bottom: 0 !important;
}
.pol_items div::before {
  counter-increment: number 1;
  content: "0"counter(number)".";
  font-size: 151%;
  color: #ed7a53;
  padding-right: 30px;
  border-right: 1px dashed #ed7a53;
  margin-right: 30px;
  padding-bottom: 7px;
}
.pol_items div p:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 750px) {
  .pol_items div {
    display: block;
    padding: 10px 15px 25px;
  }
  .pol_items div::before {
    border-bottom: 1px dashed #ed7a53;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
  }
}
/* ご挨拶 */
.gretext {
  max-width: 955px;
  margin: auto;
}
.glast {
  text-align: right;
  margin-top: 23px;
}
/*img*/
.twflex {
  position: relative;
  width: 98%;
  max-width: 1200px;
  margin: 33px auto 0;
  display: flex;
  justify-content: space-between;
}
.twflex div {
  width: 48.5%;
}
.twflex div:last-child {
  margin-top: 60px;
}
@media(max-width: 550px) {
  .twflex {
    width: 125%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .twflex div {
    width: 48%;
  }
  .twflex div:last-child {
    margin-top: 40px;
  }
}
/* 会社概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e3e1da;
}
.info_table th, .info_table td {
  padding: 19px 10px;
}
.info_table th {
  background: #f7f2e6;
  width: 35%;
  border-right: 2px solid #e3e1da;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e3e1da;
  border-left: 2px solid #e3e1da;
}
@media (max-width: 750px) {
  .overview .maintitle {
    margin-bottom: 25px;
  }
  .sptable.info_table td, .sptable.info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .sptable.info_table th {
    border-bottom: 2px solid #e3e1da;
  }
  .sptable.info_table td {
    padding-bottom: 10px !important;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #ed7a53;
  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;
}
/*map*/
.map {
  flex-direction: column;
  display: flex;
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 550px) {
  .map {
    margin-top: 35px;
  }
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ===========================================================================================================*/
@media (max-width: 1235px) {
  #email {
    position: relative;
    top: -50px;
  }
}
/**/
.contact_sec section .inner {
  max-width: 1050px;
}
.pdb {
  padding-bottom: 20px !important;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 35px;
    margin-top: 20px;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  line-height: 1.55;
  padding-left: 17px;
  padding-bottom: 3px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 6px;
  left: 0;
  background: #ed7a53;
}
.cotitle:before {
  top: 0;
}
.cotitle:after {
  bottom: 0;
  opacity: 0.7;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  font-size: clamp(1.65rem, 1.38rem + 0.96vw, 2.1rem);
  color: #45311d;
}
.telbox a i {
  color: #ed7a53;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox p i {
  color: #ed7a53;
}
.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: #ed7a53;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 750px) {
  .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: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mails .cotitle {
  margin-bottom: 10px;
}
@media(max-width:800px) {
  .mails .cotitle {
    margin-bottom: 5px;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #45311d;
}
.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: #ed7a53;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #ed7a53;
  color: #ed7a53 !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.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: #ed7a53;
  border: 1px solid #ed7a53;
  width: 260px;
  padding: 24px 0;
  transition: .4s;
  border-radius: 50px;
}
.mailform button:hover {
  background: #fff;
  color: #ed7a53;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
/*チェックボックス*/
.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 #ed7a53;
  border-bottom: 3px solid #ed7a53;
  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;
}
@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-bottom: 35px;
  }
  .mailform button {
    width: 220px;
    padding: 17px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5625rem + 1.4vw, 1.35rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #ed7a53;
  color: #fff;
  line-height: 1.5;
  border-radius: 7px;
  font-weight: 700;
}
.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;
}
/*アイコンの＋と×*/
.accordion-title::before, .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  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%;
}
.privacy .accordion-text span {
  font-size: 103%;
  color: #ed7a53;
}
.privacy .accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-2px);
}
@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: 90%;
  }
}