@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #7d7774;
  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;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 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;
}
.rounded img {
  border-radius: 10px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.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 {
  position: relative;
  font-weight: 600;
  font-size: clamp(0.9rem, 0.72rem + 0.64vw, 1.2rem);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 45px;
}
.maintitle .mf {
  font-size: 315%;
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintitle .mf::before, .maintitle .mf::after {
  content: '';
  width: 100%;
  max-width: 300px;
}
.maintitle .mf::before {
  margin-right: 17px;
}
.maintitle .mf::after {
  margin-left: 17px;
}
.mf span {
  display: inline-block;
}
section:nth-child(3n) .maintitle .mf span {
  color: #ff9b4f;
}
section:nth-child(3n) .maintitle .mf::before, section:nth-child(3n) .maintitle .mf::after {
  border-top: 1px solid #ff9b4f;
}
section:nth-child(3n+1) .maintitle .mf span {
  color: #c4e339;
}
section:nth-child(3n+1) .maintitle .mf::before, section:nth-child(3n+1) .maintitle .mf::after {
  border-top: 1px solid #d6eb81;
}
section:nth-child(3n+2) .maintitle .mf span {
  color: #ffd747;
}
section:nth-child(3n+2) .maintitle .mf::before, section:nth-child(3n+2) .maintitle .mf::after {
  border-top: 1px solid #ffd70f;
}
.maintitle .sf {
  line-height: 1.7;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 17px !important;
}
@media (max-width:550px) {
  .maintitle {
    margin-bottom: 30px;
  }
}
/**/
.orange.maintitle .mf span {
  color: #ff9b4f !important;
}
.orange.maintitle .mf::before, .orange.maintitle .mf::after {
  border-top: 1px solid #ff9b4f !important;
}
.green.maintitle .mf span {
  color: #c4e339 !important;
}
.green.maintitle .mf::before, .green.maintitle .mf::after {
  border-top: 1px solid #d6eb81 !important;
}
.yellow.maintitle .mf span {
  color: #ffd747 !important;
}
.yellow.maintitle .mf::before, .yellow.maintitle .mf::after {
  border-top: 1px solid #ffd70f !important;
}
/*02*/
.mtitle {
  font-weight: 600;
  position: relative;
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  line-height: 1.55;
  padding: 8px 12px 9px;
  background: #7d7774;
  color: #fff;
  margin-bottom: 13px;
}
.mtitle span {
  position: relative;
  padding-left: 17px;
}
.mtitle span:after, .mtitle span:before {
  content: '';
  position: absolute;
  height: 37%;
  width: 6px;
  left: 0;
  background: #fff;
}
.mtitle span:after {
  bottom: 13.5%;
}
.mtitle span:before {
  top: 13.5%;
  opacity: 0.6;
}
@media (max-width: 550px) {
  .mtitle {
    margin-bottom: 17px;
  }
}
/*03*/
.stitle {
  font-weight: 600;
  position: relative;
  font-size: clamp(1.2rem, 1.062rem + 0.4907vw, 1.43rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfccc7;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #7d7774;
}
/*04*/
.otitle {
  font-weight: 600;
  font-size: clamp(1.55rem, 1.16rem + 1.3867vw, 2.2rem);
  text-align: center;
  line-height: 1.35;
  margin-bottom: 30px;
  white-space: nowrap;
}
.otitle span:not(.en) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.otitle span:not(.en)::before, .otitle span:not(.en)::after {
  content: '';
  width: 100%;
  max-width: 300px;
  border-top: 2px dotted #7d7774;
}
.otitle span:not(.en)::before {
  margin-right: 20px;
}
.otitle span:not(.en)::after {
  margin-left: 20px;
}
.otitle .en {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 113%;
  display: block;
}
.otitle .en.orange {
  color: #ff9b4f;
}
.otitle .en.green {
  color: #c4e339;
}
.otitle .en.yellow {
  color: #ffd747;
}
/*05*/
.sstitle {
  font-weight: 600;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  margin-bottom: 7px;
  /*
  padding-bottom: 7px;
  border-bottom: 1px dotted #7d7774;
  */
}
.sstitle::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c8";
  font-weight: bold;
  display: inline-block;
  transform: translateY(-0.5em) rotate(45deg);
  font-size: 40%;
  margin-right: 5px;
}
/* ボタン */
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 22px 0;
  display: inline-block;
  width: fit-content;
  min-width: 255px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: #7d7774;
  border: 1px solid #7d7774;
  border-radius: 100px;
}
.mainbtn a:hover {
  color: #7d7774;
  background: #fff;
}
/**/
.tbtn {
  margin-top: 40px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    max-width: 230px;
    width: 100%;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* 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: 25px;
  }
  .spmgb02 {
    margin-bottom: 35px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w63 {
  width: 63%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.5%;
}
/*background*/
.bg_gray {
  background: #faf7f2;
}
.bg_gray::before, .bg_gray::after {
  content: '';
  width: 150%;
  height: calc(100% + 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -100;
  background: #faf7f2;
  opacity: 0.4;
}
.bg_gray::after {
  transform: translate(-50%, -50%) rotate(-1.5deg);
}
.bg_gray::before {
  transform: translate(-50%, -50%) rotate(1.5deg);
}
/* illust ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  pointer-events: none;
  width: fit-content !important;
  width: 58% !important;
  max-width: 215px !important;
  z-index: 1 !important;
}
.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;
}
.tl {
  top: -4% !important;
  left: -10px !important;
}
.tr {
  top: -4% !important;
  right: -10px !important;
}
.bl {
  bottom: -4% !important;
  left: -10px !important;
}
.br {
  bottom: -4% !important;
  right: -10px !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);
}
/* popup */
.popup {
  opacity: 0;
}
.popup.inview {
  opacity: 1;
  animation: popUp 0.9s ease 0.6s 1 normal backwards;
}
@keyframes popUp {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* img */
.imgup {
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}
.imgup.rounded {
  border-radius: 10px;
}
.imgup.rounded img {
  border-radius: 0;
}
.imgup img {
  transform: scale(1.1);
  transition: opacity 1.2s, transform 2.7s;
}
.imgup.inview {
  opacity: 1;
}
.imgup.inview img {
  transform: scale(1);
}
/*delay*/
.delay01 {
  transition-delay: 0.75s;
}
.delay02 {
  transition-delay: 0.95s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
  .popup.delay01, .popup.delay02 {
    transition-delay: 0.6s !important;
  }
}
/* text animetion */
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: showText 1.7s 0.1s backwards;
}
.anime-up {
  text-transform: none !important;
}
.anime-up > span:first-of-type {
  text-transform: capitalize;
}
@keyframes showText {
  0%, 10% {
    transform: translateY(10px) rotateY(-50deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotateY(0deg);
  }
}
/*=== 共通部分ここまで ===*/
/* header ===========================================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  padding: 16px 5px 10px;
}
.hlogo {
  width: 235px;
  line-height: 1;
  margin: 0 auto 20px;
}
.hlogo img {
  width: 100%;
}
.header_pc {
  max-width: 1020px;
  width: 96%;
  margin: auto;
}
.header_pc ul {
  display: flex;
}
.header_pc ul li {
  text-align: center;
  width: calc(100% / 5);
  border-right: 1px dotted #7d7774;
}
.header_pc ul li:nth-child(2n+1) {
  border-left: 1px dotted #7d7774;
}
.header_pc ul li a {
  font-size: 1.02rem;
  padding: 5px 0;
  display: block;
  color: #7d7774;
  line-height: 1.3;
  white-space: nowrap;
}
.header_pc ul li a img {
  display: block;
  margin: 0 auto 10px;
  object-fit: contain;
  width: 100%;
  height: 45px;
}
.header_pc ul li a span {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 105%;
  display: block;
}
.header_pc ul li a:hover {
  padding: 0 0 10px;
}
/* PC右 お問い合わせはコチラボタン */
.fixedbtn {
  position: fixed;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
.fixedbtn a {
  border-radius: 10px 0 0 10px;
  padding: 15px 10px;
  font-size: 1.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #7d7774;
  border: 1px solid #7d7774;
  color: #fff;
  width: 53px;
}
.fixedbtn a:hover {
  background: #fff;
  color: #7d7774;
}
@media (max-height: 650px) {
  .fixedbtn {
    display: none;
  }
}
@media (max-width: 1050px) {
  .fixedbtn a {
    font-size: 1.03rem;
  }
}
@media (max-width: 750px) {
  .fixedbtn {
    display: none;
  }
}
/* hamburger ===============================================*/
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 60px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  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: #7d7774;
}
.hamburger.-active .hamburger__line, .hamburger.-active .hamburger__line:before, .hamburger.-active .hamburger__line:after {
  background: #fff;
}
.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:before {
  top: -11px;
}
.hamburger__line:after {
  top: 11px;
}
/*
.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;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: capitalize;
}
*/
.header {
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(82, 76, 73, 0.73), rgba(82, 76, 73, 0.73)), url(../img/hamburger.webp) no-repeat 10% 50%/cover;
}
.hamdeco {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-size: clamp(3.6rem, 2.46rem + 4.0533vw, 5.5rem);
  color: #fff;
  white-space: nowrap;
  opacity: 0.1;
  line-height: 0.95;
  text-align: center;
}
.hamdeco br {
  display: none;
}
.header__nav-area::before {
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  padding: 70px 0 120px;
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.global-navigation li a {
  text-align: center;
  display: block;
  font-size: 1.3rem;
  padding: 12px 0;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
.global-navigation li a span {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 105%;
  display: block;
}
.global-navigation li a:hover {
  opacity: 0.6;
}
/* btn */
.global-navigation__list {
  margin-bottom: 27px;
}
.global-navigation .mainbtn {
  margin-top: 5px;
}
.global-navigation .mainbtn a {
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.global-navigation .mainbtn:nth-child(2n+1) a {
  color: #7d7774;
  background: #fff;
}
.global-navigation .mainbtn:nth-child(2n+1) a:hover {
  color: #fff;
  background: #7d7774;
}
@media (max-width: 1050px) {
  .header_sticky {
    padding: 20px;
  }
  .hlogo {
    width: 220px;
    margin: 0;
  }
  .header_pc {
    width: 100%;
  }
  .header_pc nav {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .hamburger {
    top: 26px;
    right: 14px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 13px 10px;
  }
  .hlogo {
    width: 175px;
  }
  .hamburger {
    top: 13px;
    right: 6.5px;
  }
  .hamdeco br {
    display: block;
  }
  .global-navigation li a {
    font-size: 1.15rem;
    padding: 9px 0;
  }
  .global-navigation .mainbtn a {
    font-size: 0.95rem;
  }
}
/* footer ===========================================================================*/
.footer_address {
  padding: 60px 0;
  position: relative;
  color: #fff;
  text-align: center;
}
.footer_address::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #7d7774;
  z-index: -100;
}
.footer_address .inner {
  width: 95%;
}
.flogo {
  max-width: 255px;
  width: 100%;
  margin: 0 auto 10px;
}
.flogo img {
  filter: brightness(0) invert(1);
}
.copyright {
  font-size: 95%;
  margin-top: 25px;
}
@media (max-width: 750px) {
  .flogo {
    max-width: 230px;
  }
}
@media (max-width: 550px) {
  .footer_address {
    padding: 40px 0;
    font-size: 90%;
  }
  .flogo {
    max-width: 200px;
  }
  .copyright {
    font-size: 85%;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 70px;
  aspect-ratio: 1/1;
  background: #7d7774;
  border: 1px solid #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 58px;
    right: 15px;
    bottom: 10px;
  }
}
/* スライド =========================================================================*/
.topslide {
  overflow: hidden;
  position: relative;
}
.slide_items div::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 19, 21, 0) 15%, #010101);
  z-index: 1;
  opacity: 0.1;
}
/**/
.slide_items {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 135px);
  min-height: 620px;
}
/*スライド画像アニメーション*/
/*
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
*/
/* catchcopy */
.catchcopy {
  position: absolute;
  z-index: 1;
  bottom: 2%;
  left: 3%;
  font-size: 2.5rem;
  line-height: 1.35;
  color: #fff;
  white-space: nowrap;
}
.catchcopy p {
  padding-bottom: 2%;
}
.catchcopy p .en {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  right: 3%;
  transform: rotate(-6deg);
  font-size: 90%;
  opacity: 0.45;
}
@media (max-width: 1190px) {
  .slide_items img {
    min-height: auto;
    height: calc(100vh - 200px);
  }
  .catchcopy {
    font-size: 2.25rem;
  }
}
@media (max-width: 1050px) {
  .slide_items img {
    height: calc(100vh - 165px);
  }
}
@media (max-width: 750px) {
  .catchcopy {
    font-size: 6vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 135px);
  }
}
/* こんなお悩み解決いたします！ =====================================================*/
/*オフィスナニーズFAMILYがこんなお悩み解決いたします！*/
.problem {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1256px;
  margin: auto;
}
.problem .worries {
  display: block;
  width: 30.5%;
  margin: auto;
  order: 1;
}
.problem div:not(.worries) {
  width: 31%;
}
.problem div:last-of-type {
  order: 2;
}
.problem div p {
  position: relative;
}
.problem div p span {
  display: block;
  padding: 15px 25px;
  background: #faf7f2;
  border-radius: 100px;
  width: fit-content;
}
.problem div p::after {
  content: url(../img/balloon.svg);
  width: 27px;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-top: 3px;
}
.problem div:last-of-type p::after {
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: auto;
}
.problem div:nth-child(1) p span, .problem div:nth-child(2) p span {
  margin-left: auto;
}
/* problem illust */
.pr_illust {
  position: absolute;
  z-index: 1;
}
.pr_illust:nth-child(1) {
  top: -4%;
  left: 28%;
  width: 14% !important;
  max-width: 70px;
}
.pr_illust:nth-child(2) {
  bottom: 4%;
  left: 7%;
  width: 24% !important;
  max-width: 100px;
}
.pr_illust:nth-child(3) {
  top: -5%;
  right: 23%;
  width: 24% !important;
  max-width: 118px;
}
.pr_illust:nth-child(4) {
  bottom: 4.5%;
  right: 2%;
  width: 17.5% !important;
  max-width: 80px;
}
/*そんな忙しいママたちに寄り添いながらサポートするオフィスナニーズFAMILY！！*/
.support {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 45px auto 30px;
  padding-left: 4%;
  padding-top: 17px;
}
.support::before {
  content: url(../img/deco.svg);
  width: 125px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(90%) sepia(98%) saturate(7150%) hue-rotate(320deg) brightness(105%) contrast(101%);
}
.support img {
  object-fit: contain;
  width: auto;
  height: 240px;
}
.support h2 {
  font-size: 1.35rem;
  margin: 0 20px 0 25px;
  white-space: nowrap;
  text-align: center;
}
.support h2.maintitle .mf span {
  color: #ffd747 !important;
}
.support h2 .mf::before, .support h2 .mf::after {
  border-top: 1px solid #ffd70f !important;
}
.support h2 .onf {
  display: block;
  font-size: 150%;
}
.support h2 .en {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 143%;
  display: block;
  margin-top: -1.5%;
  color: #ffd747;
}
/*詳細内容*/
.situation .inner {
  max-width: 1422px;
}
.solution {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution > div {
  width: 47.5%;
  margin: 0 1.2% 30px;
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf7f2;
  border-radius: 10px;
}
.solution .rounded {
  width: 43%;
}
.solution div p:not(.en) {
  width: 52%;
}
.solution div .en {
  display: inline-block;
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 165%;
  position: absolute;
  bottom: -20px;
  right: -8px;
  transform: rotate(-6deg);
  z-index: 2;
  color: #b8b1ae;
}
.solution > div::after {
  content: '';
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  border: 2px solid #fff;
  border-radius: 10px;
}
/**/
.soltext {
  font-size: clamp(1.05rem, 0.99rem + 0.2133vw, 1.15rem);
  max-width: 949px;
  margin-top: 33px;
}
.soltext div {
  width: 93%;
  max-width: 530px;
  margin: 37px auto 0;
}
@media (max-width: 1250px) {
  .problem {
    max-width: 965px;
    align-items: flex-start;
  }
  .problem .worries {
    width: 100%;
    order: -1;
    padding: 0 33%;
    margin-bottom: 20px;
  }
  .problem div:not(.worries) {
    width: 49.5%;
  }
  .problem div p::after {
    content: none;
  }
  .problem div p span {
    width: 100%;
  }
  .worries {
    position: relative;
  }
  .pr_illust:nth-child(1) {
    top: 14%;
    left: 5%;
    max-width: 87px;
  }
  .pr_illust:nth-child(2) {
    bottom: 4%;
    left: 11%;
    max-width: 150px;
  }
  .pr_illust:nth-child(3) {
    top: 14%;
    right: 5%;
    max-width: 155px;
  }
  .pr_illust:nth-child(4) {
    bottom: 6%;
    right: 17%;
    max-width: 104px;
  }
  .support {
    padding-top: 25px;
    padding-left: 0;
    margin: 40px auto 30px;
  }
  .support h2 {
    font-size: 1.7vw;
  }
  .support img {
    height: 18vw;
  }
  .solution > div {
    display: block;
    padding: 30px;
  }
  .solution > div::after {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .solution .rounded, .solution div p:not(.en) {
    width: 100%;
  }
  .solution .rounded {
    margin-bottom: 15px;
  }
}
@media (max-width: 1050px) {
  .problem {
    display: block;
    max-width: 575px;
  }
  .problem .worries {
    width: 100%;
    padding: 0;
  }
  .problem .worries > img:last-of-type {
    margin: auto;
    display: block;
    width: 58%;
    max-width: 300px;
  }
  .pr_illust:nth-child(2) {
    left: -12%;
  }
  .pr_illust:nth-child(3) {
    right: -6%;
  }
  .pr_illust:nth-child(4) {
    bottom: 3%;
    right: -7%;
  }
  .problem div:not(.worries) {
    width: 100%;
  }
  .support {
    padding-top: 58px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .support h2 {
    width: 100%;
    order: -1;
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
  .support img {
    margin: 0 1%;
    height: 240px;
  }
  .solution > div {
    padding: 20px 20px 27px;
  }
}
@media (max-width: 750px) {
  .situation .maintitle {
    margin-bottom: 20px;
  }
  .pr_illust:nth-child(1) {
    top: 21%;
    left: -2%;
  }
  .pr_illust:nth-child(2) {
    left: 0;
  }
  .pr_illust:nth-child(3) {
    top: 21%;
    right: -4%;
  }
  .pr_illust:nth-child(4) {
    bottom: 5%;
    right: 7%;
  }
  .support {
    padding-top: 43px;
  }
  .support::before {
    width: 90px;
  }
  .support h2 {
    font-size: 1rem;
    white-space: normal;
  }
  .support h2 .onf {
    margin-top: 5px;
    font-size: 175%;
    line-height: 1.5;
  }
  .support h2 .en {
    margin-top: 0;
  }
  .support img {
    height: 38vw;
    margin: auto;
  }
  .solution {
    display: block;
  }
  .solution > div {
    width: 100%;
    margin-bottom: 17px;
  }
  .soltext {
    margin-top: 55px;
  }
  .soltext div {
    margin-top: 27px;
  }
}
/* 事業内容 =======================================================================*/
.sertop {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .sertop {
    margin-bottom: 35px;
  }
}
.sitter {
  margin: 0 auto 85px;
}
.sitter > div {
  margin-bottom: 60px;
}
.sitter > div:last-of-type {
  margin-bottom: 0 !important;
}
.sitter .spmgb02 div {
  margin-bottom: 20px;
}
.sitter .spmgb02 div:last-of-type {
  margin-bottom: 0 !important;
}
.sitter > div:nth-child(n+2) .tl, .sitter > div:nth-child(n+2) .tr, .sitter > div:nth-child(n+2) .bl, .sitter > div:nth-child(n+2) .br {
  width: 47% !important;
}
@media (max-width: 750px) {
  .sitter {
    margin-bottom: 60px;
  }
}
/* その他 */
.services .otitle .en, .transportations .otitle .en {
  color: #ffd747;
}
/**/
.others {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.others > div {
  width: 27%;
  margin: 0 3.1% 30px;
}
.others > div::before {
  counter-increment: number 1;
  content: "usage 0"counter(number);
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 auto 15px;
  font-size: 1.9rem;
  width: fit-content;
  display: none;
}
.others > div img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 192px;
  margin: 0 auto 15px;
}
.others > div h2 {
  font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.others > div p {
  text-align: center;
}
@media (max-width: 1065px) {
  .others > div img {
    height: 210px;
  }
  .others > div {
    width: 47%;
    margin: 0 1.5% 30px;
  }
}
@media (max-width: 750px) {
  .others {
    display: block;
  }
  .others > div {
    width: 100%;
    margin: 0 0 40px;
  }
  .others > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .others > div img {
    width: 72%;
    max-width: 300px;
    height: auto;
  }
}
@media (max-width: 550px) {
  .otitle {
    margin-bottom: 12px;
  }
  .others > div::before {
    font-size: 1.6rem;
  }
}
/*詳細・対応エリア*/
.info {
  margin-top: 55px;
}
@media (max-width: 750px) {
  .info table {
    margin-bottom: 37px;
  }
}
@media (max-width: 550px) {
  .info {
    margin-top: 47px;
  }
}
/*table01*/
.detail_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.detail_table tr {
  border: 1px solid #cfccc7;
}
.detail_table th, .detail_table td {
  padding: 19px 10px;
}
.detail_table th {
  background: #7d7774;
  width: 35%;
  border-right: 1px solid #cfccc7;
  font-weight: 600;
  color: #fff;
}
.detail_table td {
  background: #fff;
  width: 65%;
  border-right: 1px solid #cfccc7;
  border-left: 1px solid #cfccc7;
}
/*table02*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dotted #7d7774;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 600;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px dotted #7d7774;
    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;
  }
}
/* 習い事送迎 */
.transportations .otitle {
  margin-bottom: 15px;
}
.transportation.others {
  max-width: 970px;
  margin: 40px auto 20px;
  justify-content: space-between;
}
.transportation.others > div {
  width: 30%;
  margin: 0;
}
.transportation.others > div::before {
  content: none;
}
.transportation.others > div img {
  height: 210px;
}
.transportation.others > div p {
  font-size: 1.1rem;
}
@media(max-width: 950px) {
  .transportation.others > div img {
    height: 180px;
  }
}
@media(max-width: 750px) {
  .transportation.others {
    margin-bottom: 40px;
  }
  .transportation.others > div {
    width: 100%;
    margin-bottom: 47px;
  }
  .transportation.others > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .transportation.others > div img {
    width: 65%;
    height: auto;
  }
  .transportation.others > div p {
    font-size: 107%;
  }
}
/* スタッフ紹介 ===================================================================*/
.members .inner {
  max-width: 1586px;
  width: 96%;
}
.memstr {
  font-size: clamp(1.25rem, 1.13rem + 0.4267vw, 1.45rem);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.65;
}
.memstr::before {
  content: url(../img/deco.svg);
  width: 95px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: invert(49%) sepia(6%) saturate(316%) hue-rotate(335deg) brightness(94%) contrast(88%);
}
/**/
.member > div {
  width: 32%;
  padding: 20px 20px 35px;
  background: #fff;
  border-radius: 10px;
}
.member > div img {
  display: block;
  width: 60%;
  margin: 15px auto 0;
}
.member > div div .info_table {
  margin-top: 20px;
}
.member > div div .info_table tr:first-of-type {
  border-top: 1px dotted #7d7774;
}
@media(max-width: 1400px) {
  .members .inner {
    max-width: 1102px;
    width: 88%;
  }
  .member {
    display: block;
  }
  .member > div {
    width: 100%;
    padding: 25px 30px 45px;
    margin-bottom: 35px;
  }
  .member > div div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .member > div div table {
    width: 63%;
  }
  .member > div div .info_table {
    margin-top: 0;
  }
  .member > div div .info_table tr:first-of-type {
    border-top: none;
  }
  .member > div div img {
    width: 31%;
    margin: 0;
  }
  .member > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width: 750px) {
  .member > div {
    margin-bottom: 35px;
  }
  .member > div div {
    display: block;
  }
  .member > div div table {
    width: 100%;
  }
  .member > div div .info_table {
    margin-top: 20px;
  }
  .member > div div .info_table tr:first-of-type {
    border-top: 1px dotted #7d7774;
  }
  .member > div div img {
    width: 75%;
    max-width: 300px;
    margin: 15px auto 0;
  }
}
@media(max-width: 550px) {
  .member > div {
    padding: 15px 15px 25px;
  }
}
/* ご依頼の流れ ===================================================================*/
.request .inner {
  max-width: 1804px;
  width: 94%;
}
.request_flow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number 0;
}
.request_flow > div {
  width: 21.5%;
  position: relative;
}
.request_flow > div::before {
  counter-increment: number 1;
  content: "step 0"counter(number)".";
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 auto 15px;
  font-size: 1.9rem;
  width: fit-content;
}
.request_flow > div::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -11%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  opacity: 0.4;
}
.request_flow > div:last-of-type::after {
  content: none;
}
.request_flow > div h2 {
  font-weight: 600;
  font-size: clamp(1.35rem, 1.26rem + 0.32vw, 1.5rem);
  text-align: center;
  margin-bottom: 3px;
}
.request_flow > div img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 180px;
  margin: 0 auto 15px;
}
.request_flow > div .tbtn {
  margin-top: 23px;
}
@media(max-width: 1630px) {
  .request_flow > div img {
    height: 10vw;
  }
}
@media(max-width: 1250px) {
  .request .inner {
    max-width: 633px;
    width: 88%;
  }
  .request .maintitle {
    margin-bottom: 25px;
  }
  .request_flow {
    display: block;
  }
  .request_flow > div {
    width: 100%;
    margin: 0 auto 90px;
  }
  .request_flow > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .request_flow > div::after {
    content: "\f0d7";
    top: auto;
    right: auto;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .request_flow > div img {
    height: 220px;
  }
}
@media (max-width: 750px) {
  .request_flow > div img {
    width: 73%;
    max-width: 270px;
    height: auto;
  }
}
@media (max-width: 550px) {
  .request .maintitle {
    margin-bottom: 15px;
  }
  .request_flow > div {
    margin-bottom: 50px;
  }
  .request_flow > div::after {
    bottom: -41px;
  }
  .request_flow > div::before {
    font-size: 1.7rem;
  }
}
/* 料金表 =========================================================================*/
@media (max-width: 750px) {
  .fee .detail_table td, .fee .detail_table th {
    width: 100%;
    padding: 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .fee .detail_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .fee .detail_table td {
    padding-bottom: 10px !important;
  }
}
/* お問い合わせ ===================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 1025px;
}
/*title*/
.contact_sec .otitle {
  line-height: 1.45;
  font-size: clamp(1.3rem, 0.94rem + 1.28vw, 1.9rem);
  margin-bottom: 17px;
}
.contact_sec .otitle span::before, .contact_sec .otitle span::after {
  content: none;
}
/* LINEでのお問い合わせ */
.conflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.conflex .fitc {
  text-align: center;
  margin-top: 20px;
}
.conline {
  width: 53%;
}
.conillust {
  width: 21%;
}
.conillust:last-of-type {
  order: -1;
}
@media(max-width: 750px) {
  .conflex {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .conflex .fitc {
    text-align: left;
    margin-top: 15px;
  }
  .conflex .fitc .ib {
    display: inline;
  }
  .conline {
    order: -2;
    width: 100%;
    margin-bottom: 25px;
  }
  .conillust {
    width: 45%;
  }
}
/* 対応エリア */
.conbox {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 65px;
}
/* メールでのお問い合わせ */
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #7d7774;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #7d7774;
  padding: 5px;
  margin-right: 3px;
  font-size: 75%;
}
.mailform .row span.mailsp {
  color: #7d7774;
  background: #fff;
}
.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 {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #7d7774;
  color: #fff;
  border: 1px solid #7d7774;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #7d7774;
  background: #fff;
}
/*チェックボックス*/
.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: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #7d7774;
  border-bottom: 3px solid #7d7774;
  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;
}
/**/
.mailform .box.mini {
  width: 130px !important;
}
.mailform .postal_btn {
  padding: 7px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 3px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
@media(max-width:550px) {
  .mailform .box.mini {
    width: 110px !important;
  }
  .mailform .postal_btn {
    padding: 7px 3px;
  }
}
@media (max-width: 550px) {
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width:960px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .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%;
  }
}
/* 【必須】は必須項目です。お問い合わせフォームの〜 */
.mnote {
  max-width: 956px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 93%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  margin-top: 45px;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
  padding: 15px 5px 15px;
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 600;
}
.accordionwrap {
  border-bottom: 1px dotted #7d7774;
}
.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;
  position: absolute;
  top: 0;
  left: -2px;
  color: #7d7774;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #7d7774;
  top: 49%;
  right: 1%;
  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: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #7d7774;
}
@media (max-width: 550px) {
  .privacy {
    margin-top: 25px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 90%;
  }
}
/* 下層ページトップ ===============================================================*/
.fv {
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 80%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #524c49;
  opacity: 0.73;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 600;
}
@media(max-width:1050px) {
  .fv {
    padding: 80px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 37px;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.45;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.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;
}