@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #6e5a44;
  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: 80px 0;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0 55px;
  }
}
.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: 20px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  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 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  position: relative;
  font-size: clamp(1.5rem, 1.29rem + 0.7467vw, 1.85rem);
  font-weight: 700;
}
.maintitle .mf {
  text-transform: capitalize;
  line-height: 1.3;
  font-size: 67%;
  display: inline-block;
  margin-bottom: 9px;
}
/* 色 */
section:nth-child(5n+1) .mf {
  color: #FFB582;
}
section:nth-child(5n+2) .mf {
  color: #A3DD62;
}
section:nth-child(5n+3) .mf {
  color: #7BCBFF;
}
section:nth-child(5n+4) .mf {
  color: #C39CFF;
}
section:nth-child(5n) .mf {
  color: #FFA3C0;
}
.maintitle .sf {
  line-height: 1.4;
}
/**/
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 23px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 25px;
  }
  .txtmgb {
    margin-bottom: 20px !important;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
  line-height: 1.45;
  color: #fff;
  border-left: 6px solid rgba(255, 255, 255, 0.6);
  padding: 10px 28px 12px 10px;
  border-radius: 7px;
}
/* 色 */
section:nth-child(5n+1) .mtitle {
  background: #FFB582;
}
section:nth-child(5n+2) .mtitle {
  background: #A3DD62;
}
section:nth-child(5n+3) .mtitle {
  background: #7BCBFF;
}
section:nth-child(5n+4) .mtitle {
  background: #C39CFF;
}
section:nth-child(5n) .mtitle {
  background: #FFA3C0;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
  line-height: 1.5;
  padding-bottom: 17px;
  margin-bottom: 9px;
}
.stitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 16%, transparent 16%) 0 0 / 13px 13px;
}
.stitle .en {
  display: block;
  font-size: 80%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
/* ボタン */
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 22px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  background: #fff7f9;
  border: 2px solid #6e5a44;
  color: #6e5a44;
  border-radius: 100px;
}
.mainbtn a:hover {
  background: #fff;
}
.bg_pink .mainbtn a {
  background: #fff;
}
.bg_pink .mainbtn a:hover {
  background: #fff7f9;
}
section .mainbtn a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(1.2, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  line-height: 1;
  font-size: 125%;
  transition: .4s;
  z-index: 2;
  pointer-events: none;
}
section .mainbtn a:hover::before {
  right: 5px;
}
/**/
.tbtn {
  margin-top: 25px;
}
.btnflex a {
  margin: 2px 8px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px;
    min-width: 200px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex a {
    margin: 12px auto;
    display: block;
  }
}
/* 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: 30px;
  }
  .spmgb.rounded {
    margin-bottom: 25px;
  }
  .spmgb02 {
    margin-bottom: 13px;
  }
}
/* 幅 */
.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;
  }
}
.w65 {
  width: 64.2%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 31.2%;
}
/* background */
.bg_pink {
  position: relative;
}
.bg_pink::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff7f9;
  z-index: -100;
}
.bg_puzzle::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99;
  background: url(../img/puzzle01.svg);
  background-repeat: repeat-x;
  background-position: bottom -75px center;
  background-size: 800px;
  opacity: 0.33;
}
.bg01::before {
  background: url(../img/bg01.svg) no-repeat !important;
}
.bg02::before {
  background: url(../img/bg02.svg) no-repeat !important;
}
.bg01::before, .bg02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -98;
  background-position: top 10px right 10px !important;
  background-size: 410px !important;
}
.bg_pink .bg01::before, .bg_pink .bg02::before, .bg_pink.bg01::before, .bg_pink.bg02::before {
  /*opacity: 0.3;*/
}
@media (max-width: 750px) {
  .bg01::before, .bg02::before {
    background-position: top 5px right 5px !important;
    background-size: 60% !important;
  }
}
@media (max-width: 550px) {
  .bg_puzzle::before {
    background-size: 122%;
    background-position: bottom -20px center;
  }
}
/*反転*/
.bgx::before {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* illust ===========================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 220px !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;
  box-shadow: none !important;
}
/*位置*/
.tl, .tr {
  top: -70px !important;
}
.bl, .br {
  bottom: -81px !important;
}
.tl, .bl {
  left: 17px !important;
}
.tr, .br {
  right: 17px !important;
}
@media (max-width: 855px) {
  .tl, .tr, .bl, .br {
    width: 175px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 125px !important;
  }
  .tl, .tr {
    top: -55px !important;
  }
  .bl, .br {
    bottom: -48px !important;
  }
  .tl, .bl {
    left: 9px !important;
  }
  .tr, .br {
    right: 9px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  z-index: 2 !important;
  width: 45% !important;
  max-width: 230px;
}
.psr .tl, .psr .tr {
  top: -4% !important;
}
.psr .bl, .psr .br {
  bottom: -4% !important;
}
.psr .tl, .psr .bl {
  left: -13px !important;
}
.psr .tr, .psr .br {
  right: -13px !important;
}
/*反転*/
.ix {
  transform: scaleX(-1);
}
.iy {
  transform: scaleY(-1);
}
.ixy {
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* text animetion */
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: textanimation 0.9s 0.1s cubic-bezier(0.6, -0.5, 0.3, 1.6) backwards;
}
.anime-up {
  text-transform: none !important;
}
.anime-up > span:first-of-type {
  text-transform: capitalize;
}
@keyframes textanimation {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* illust animation pattern */
.anime01 {
  animation: move01 3s infinite ease-in-out alternate;
}
.anime01.rev {
  animation-direction: alternate-reverse !important;
}
.anime02 {
  animation: move02 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
.anime03 {
  animation: move03 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
@keyframes move01 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  51% {
    transform: translate(0, 0) rotate(0deg);
  }
  55% {
    transform: translate(0, 0) rotate(-3deg);
  }
  59% {
    transform: translate(0, -1px) rotate(0deg);
  }
  60% {
    transform: translate(0, -1px) rotate(3deg);
  }
  65% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  70% {
    transform: translate(0, 1px) rotate(0deg);
  }
  75% {
    transform: translate(0, 0) rotate(3deg);
  }
  79% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes move02 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(-2px, -1px) rotate(2deg);
  }
  20% {
    transform: translate(0, 0) rotate(0);
  }
  30% {
    transform: translate(0, -3px) rotate(-4deg);
  }
  40% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes move03 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(-4px, -4px) rotate(-4deg);
  }
  20% {
    transform: translate(0, 0) rotate(0);
  }
  30% {
    transform: translate(0, 0) rotate(2deg);
  }
  40% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 14px 17px 15px;
  background: #fff;
}
.pc_header {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
/* ロゴ・リンク */
.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*logo*/
.logo {
  color: #6e5a44;
  display: flex;
  align-items: center;
  width: 340px;
  max-width: 100%;
  box-sizing: border-box;
}
.header_top h1, .footer_bottom h3 {
  min-width: 0;
}
a.logo {
  display: flex;
  align-items: center;
  width: 340px;
  max-width: 100%;
  min-width: 0;
}
.logo img {
  width: 100%;
  height: auto;
  flex-shrink: 1;
  min-width: 0;
}
.logo span {
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  white-space: nowrap;
  margin-right: 2.7%;
  line-height: 1.65;
  margin-bottom: 0.7%;
}
.logo span span {
  display: block;
}
/*btn*/
.header_top .btnflex {
  line-height: 1;
  display: flex;
}
.header_top .btnflex a {
  padding: 15px 0;
  font-size: 0.9rem;
  min-width: 165px;
  margin: 0 5px;
}
.colorful_btns a {
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}
.colorful_btns a:nth-child(5n+1) {
  background: #FFB582;
}
.colorful_btns a:nth-child(5n+2) {
  background: #A3DD62;
}
.colorful_btns a:nth-child(5n+3) {
  background: #7BCBFF;
}
.colorful_btns a:nth-child(5n+4) {
  background: #C39CFF;
}
.colorful_btns a:nth-child(5n) {
  background: #FFA3C0;
}
.colorful_btns a:hover {
  opacity: 0.6;
}
.mainbtn a.insta i {
  font-size: 111%;
  margin-right: 2.5px;
}
/* menu */
.pc_header nav ul {
  margin-top: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.pc_header nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 6);
  /*width: fit-content;*/
  position: relative;
  border-right: 1px dashed #ddd;
  font-size: 1.07rem;
}
.pc_header nav ul li:first-of-type {
  border-left: 1px dashed #ddd;
}
.pc_header nav ul li a {
  padding: 7px 0;
  display: block;
  top: 0;
  color: #6e5a44;
  line-height: 1.5;
}
.pc_header nav ul li:first-of-type a {
  padding-left: 0;
}
.pc_header nav ul li:last-of-type a {
  padding-right: 0;
}
.pc_header nav ul li a span {
  text-transform: capitalize;
  display: block;
  font-size: 85%;
}
.pc_header nav ul li:nth-child(5n+1) a span {
  color: #FFB582;
}
.pc_header nav ul li:nth-child(5n+2) a span {
  color: #A3DD62;
}
.pc_header nav ul li:nth-child(5n+3) a span {
  color: #7BCBFF;
}
.pc_header nav ul li:nth-child(5n+4) a span {
  color: #C39CFF;
}
.pc_header nav ul li:nth-child(5n) a span {
  color: #FFA3C0;
}
.pc_header nav ul li a:hover {
  opacity: 0.6;
}
/* ドロップダウンメニュー =================*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  font-size: 80%;
  color: #6e5a44;
  display: block;
  margin: 0 auto -17px;
}
.sub-menu a::after {
  content: none;
}
.sub-menu {
  position: absolute;
  top: 58px; /*位置調整*/
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  display: block !important;
  border: none !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  position: relative;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff7f9;
  border: 2px solid #6e5a44;
  z-index: -100;
  transition: .4s all;
  border-radius: 100px;
}
.sub-menu li:hover::after {
  background: #fff;
}
.sub-menu a {
  text-align: left !important;
  display: block;
  opacity: 1 !important;
  color: #6e5a44 !important;
  font-size: 90% !important;
  padding: 15px 22px !important;
}
.sub-menu a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  font-weight: bold;
  margin-right: 7px;
}
/* ホバー＆フォーカスで子メニュー表示 */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger =================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 80px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  background: #FFB582;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  border-radius: 10px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.hamburger.-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: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/*
.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;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 90%;
  max-width: 588px;
  padding: 55px 0 100px;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed #ddd;
  font-size: 1.2rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #6e5a44;
  line-height: 1.5;
}
.global-navigation__list > li a::before, .global-navigation__list li button span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  font-size: 80%;
  margin-right: 7px;
}
.global-navigation__list > li:nth-child(5n+1) a::before, .global-navigation__list li:nth-child(5n+1) button span::before {
  color: #FFB582;
}
.global-navigation__list > li:nth-child(5n+2) a::before, .global-navigation__list li:nth-child(5n+2) button span::before {
  color: #A3DD62;
}
.global-navigation__list > li:nth-child(5n+3) a::before, .global-navigation__list li:nth-child(5n+3) button span::before {
  color: #7BCBFF;
}
.global-navigation__list > li:nth-child(5n+4) a::before, .global-navigation__list li:nth-child(5n+4) button span::before {
  color: #C39CFF;
}
.global-navigation__list > li:nth-child(5n) a::before, .global-navigation__list li:nth-child(5n) button span::before {
  color: #FFA3C0;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li:not(:last-of-type) {
  margin-bottom: 3px;
}
.accordion__list li a {
  font-size: 90%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  margin-right: 7px;
  font-size: 90%;
  transform: translateY(-2px);
  color: #c9c4bf !important;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #6e5a44;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/* btn */
.header__nav-area .btnflex a {
  margin: 1px 3px;
}
@media (max-width: 1075px) {
  .header_sticky {
    padding: 7px 12px;
  }
  .header_top h1 a {
    width: 305px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .pc_header nav, .header_top .btnflex {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 5px 10px 8px;
  }
  .header_top h1 a {
    width: 100%;
    max-width: 300px;
  }
  .header_top h1 {
    margin-right: 10px;
  }
  .hamburger {
    width: 67px;
  }
  .global-navigation__list > li {
    padding: 12px 5px 14px;
    font-size: 1rem;
  }
  .header__nav-area .mainbtn a {
    max-width: 208px;
    margin: 7px auto;
    font-size: 0.87rem;
  }
}
@media (max-width: 420px) {
  .header_top h1 .logo span {
    font-size: 3.25vw;
  }
}
/* footer ================================================*/
.footer_contact {
  position: relative;
  padding: 60px 0 80px;
  color: #fff;
}
.footer_contact .bg_puzzle::before {
  opacity: 0.6;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6e5a44;
  opacity: 0.6;
  z-index: -101;
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  z-index: -102;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::before {
  background-attachment: scroll;
}
/*btn*/
.footer_contact .mainbtn a {
  min-width: 266px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}
.footer_contact .mainbtn a:hover {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.15);
}
/*text*/
.footer_contact .maintitle {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .footer_contact::before {
    background-attachment: scroll;
  }
  .footer_contact::after {
    opacity: 0.75;
  }
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 40px 0 45px;
  }
  .footer_contact .bg_puzzle::before {
    opacity: 0.4;
  }
}
/* ロゴ・アドレス ========*/
.footer_bottom {
  padding: 37px 0 35px;
}
.footer_bottom .inner {
  max-width: 790px;
}
.footer_bottom .flexbox {
  justify-content: space-around;
}
.flogo {
  max-width: 343px;
  margin-bottom: 10px;
}
.footer_bottom p {
  margin-bottom: 0;
}
/* コピーライト */
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid rgba(0, 0, 0, 0.07);
}
@media (max-width: 750px) {
  .footer_bottom p {
    text-align: center;
  }
  .flogo {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .dog {
    max-width: 360px;
    width: 90% !important;
    margin: auto;
  }
}
@media (max-width: 550px) {
  .slash {
    display: block;
    opacity: 0;
    height: 0;
  }
  .footer_bottom p {
    margin-bottom: 5px;
  }
  .copyright {
    font-size: 0.8rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #6e5a44;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: absolute;
  top: 51%;
  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: 60px;
    height: 60px;
    bottom: 10px;
    right: 8px;
  }
}
/* メインビジュアル ======================================*/
.mainvisual {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.mainvisual .tl, .mainvisual .tr {
  width: 280px !important;
  top: 4% !important;
}
.mainvisual::before, .mainvisual > div::before {
  z-index: 1;
}
.mv {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 280px);
  min-height: 685px;
  width: 98%;
  margin: auto;
  animation: fluid-animation 15s ease 0s infinite normal;
}
.mv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff7f9;
  z-index: -2;
}
.mv::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/puzzle02.svg);
  background-repeat: no-repeat;
  background-position: bottom -4% center;
  background-size: 100%;
  opacity: 0.33;
}
@keyframes fluid-animation {
  0%, 100% {
    border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
  }
  50% {
    border-radius: 59% 41% 31% 80% / 62% 53% 57% 58%;
  }
}
/* catchcopy */
.catchcopy {
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.6;
  white-space: nowrap;
}
.catchcopy p:nth-child(1) {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 4px #fff7f9;
  paint-order: stroke;
}
.catchcopy p:nth-child(1) img {
  max-width: 180px;
  width: 100%;
  display: block;
  margin-left: 1.3%;
}
.catchcopy p:nth-child(2) {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-top: 3.5%;
}
.colorfulness span:nth-child(5n+1) {
  color: #FFB582;
}
.colorfulness span:nth-child(5n+2) {
  color: #A3DD62;
}
.colorfulness span:nth-child(5n+3) {
  color: #7BCBFF;
}
.colorfulness span:nth-child(5n+4) {
  color: #C39CFF;
}
.colorfulness span:nth-child(5n) {
  color: #FFA3C0;
}
/**/
.catchcopy p .colorfulness {
  font-size: 180%;
}
.catchcopy p .colorfulness span:nth-child(5n+1) span {
  color: #FFB582;
}
.catchcopy p .colorfulness span:nth-child(5n+2) span {
  color: #A3DD62;
}
.catchcopy p .colorfulness span:nth-child(5n+3) span {
  color: #7BCBFF;
}
.catchcopy p .colorfulness span:nth-child(5n+4) span {
  color: #C39CFF;
}
.catchcopy p .colorfulness span:nth-child(5n) span {
  color: #FFA3C0;
}
@media (min-width: 1850px) {
  .mv {
    width: 86%;
  }
}
@media (max-width: 1175px) {
  .mv {
    min-height: auto;
    height: 67vw;
  }
  .mainvisual::before, .mainvisual > div::before {
    background-size: 31% !important;
    background-position: top right !important;
  }
  .catchcopy p:nth-child(1) {
    font-size: 1.55rem;
  }
  .catchcopy p:nth-child(1) img {
    max-width: 150px;
  }
  .catchcopy p:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 1095px) {
  .mv {
    height: 55vw;
  }
  .mv::before {
    background-size: 160%;
  }
  .mainvisual .tl, .mainvisual .tr {
    width: 250px !important;
    top: 2% !important;
  }
}
@media (max-width: 855px) {
  .mainvisual .tl, .mainvisual .tr {
    width: 215px !important;
  }
}
@media (max-width: 1020px) {
  .mv {
    height: 85vw;
  }
  .catchcopy p:nth-child(2) {
    margin-top: 5%;
    font-size: 2.4rem;
  }
}
@media (max-width: 750px) {
  .mainvisual {
    margin-bottom: 20px;
  }
  .mv {
    height: 95vw;
  }
  .mainvisual::before, .mainvisual > div::before {
    background-size: 45% !important;
  }
  .mainvisual .tl, .mainvisual .tr {
    width: 41vw !important;
  }
  .catchcopy p:nth-child(1) {
    font-size: 4.1vw;
  }
  .catchcopy p:nth-child(1) img {
    max-width: 25vw;
  }
  .catchcopy p:nth-child(2) {
    font-size: 6vw;
  }
  .mv::before {
    background-size: 190%;
  }
}
/* 名前に込めた想い ======================================*/
.origin .fitc {
  text-align: center;
}
@media (max-width: 830px) {
  .origin .fitc {
    text-align: left;
  }
}
/* 選ばれる理由 ==========================================*/
.reasons .inner {
  width: 91%;
  max-width: 1366px;
}
.rea_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rea_items > div {
  width: 29.5%;
}
.rea_items > div h3 {
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: -20px auto 10px;
  padding: 0.1em 0.35em 0.1em 0.55em;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  white-space: nowrap;
  border: 2px solid rgba(255, 255, 255, 0.45);
}
.rea_items > div:nth-child(5n) h3 {
  background: #FFB582;
}
.rea_items > div:nth-child(5n+4) h3 {
  background: #A3DD62;
}
.rea_items > div:nth-child(5n+3) h3 {
  background: #7BCBFF;
}
.rea_items > div:nth-child(5n+2) h3 {
  background: #C39CFF;
}
.rea_items > div:nth-child(5n+1) h3 {
  background: #FFA3C0;
}
@media (max-width: 1140px) {
  .reasons .inner {
    width: 88%;
  }
  .rea_items > div {
    width: 47%;
    margin: 0 0 35px;
  }
  .rea_items > div:last-of-type {
    margin: auto;
  }
}
@media (max-width: 750px) {
  .rea_items > div {
    width: 100%;
  }
}
/* こんなお悩みありませんか？ ============================*/
.situation .inner {
  max-width: 1245px;
}
.situation .fitc {
  font-size: clamp(1rem, 0.91rem + 0.32vw, 1.15rem);
  text-align: center;
}
.situ_items {
  display: flex;
  justify-content: space-between;
}
.situ_items > div {
  width: 48.5%;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 25px;
}
@media (max-width: 910px) {
  .situation .fitc {
    text-align: left;
  }
  .situation .fitc br {
    display: none;
  }
  .situ_items {
    display: block;
  }
  .situ_items > div {
    width: 100%;
  }
  .situ_items > div:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .situ_items > div {
    padding: 15px;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #c9c4bf;
}
.dots.acheck li {
  padding-left: 16px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .4em;
  top: 1.55em;
}
/* CONTENTS ==============================================*/
.contents .inner {
  max-width: 1035px;
}
.con_links > div {
  width: 48%;
}
.con_links > div a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.con_links > div a::after {
  content: '';
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px dashed #fff2eb;
  opacity: 0.6;
  border-radius: 20px;
  z-index: 1;
}
.con_links > div a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6e5a44;
  z-index: 1;
  opacity: 0.57;
  transition: .4s all;
}
.con_links > div a img {
  transition: .6s all;
}
.con_links > div a:hover img {
  transform: scale(1.07);
}
.con_links > div a:hover::before {
  opacity: 0.35;
}
.con_links > div a h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.4rem, 1.22rem + 0.64vw, 1.7rem);
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 700;
  pointer-events: none;
  text-align: center;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
  z-index: 2;
}
.con_links > div a h3 span {
  font-size: 67%;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 750px) {
  .contents .tl {
    display: none;
  }
  .con_links > div {
    width: 100%;
  }
  .con_links > div:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 85px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  clip-path: ellipse(100% 100% at top);
  color: #fff;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6e5a44;
  opacity: 0.6;
  z-index: -2;
}
.fv .inner:not(.binner)::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp) no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  z-index: -3;
}
/*
.fv::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/puzzle02.svg);
  background-repeat: no-repeat;
  background-position: bottom 70% center;
  background-size: 100%;
  opacity: 0.33;
}
*/
.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;
  font-weight: 700;
}
@media (max-width: 1235px) {
  .fv {
    padding: 80px 0;
  }
}
@media (max-width: 1095px) {
  .fv::before {
    background-size: 160%;
  }
}
@media (max-width: 1075px) {
  .fv {
    padding: 65px 0;
  }
}
@media (max-width: 750px) {
  .fv::before {
    background-size: 190%;
    background-position: bottom center;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 48px 0;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
}
.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;
}
/**/
.illust_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.illust_flex > img {
  width: 48%;
}
@media (max-width: 750px) {
  .illust_flex {
    margin-bottom: -60px;
  }
}
/* Peaceの強みページ ============================================================================================================*/
/* 選ばれる理由 */
.reason .inner {
  max-width: 1150px;
}
.reason .maintitle .mf {
  color: #FFB582 !important;
}
.reason .flexbox {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
}
.reason .flexbox:not(:last-of-type) {
  margin-bottom: 30px;
}
.reason .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.reason .flexbox:nth-child(5n+1) .stitle .en {
  color: #FFB582;
}
.reason .flexbox:nth-child(5n+2) .stitle .en {
  color: #FFA3C0;
}
.reason .flexbox:nth-child(5n+3) .stitle .en {
  color: #C39CFF;
}
.reason .flexbox:nth-child(5n+4) .stitle .en {
  color: #7BCBFF;
}
.reason .flexbox:nth-child(5n) .stitle .en {
  color: #A3DD62;
}
@media(max-width:750px) {
  .reason.bg01::before {
    transform: scaleX(-1);
  }
  .reason .bg01::before {
    transform: scaleX(1) scaleY(-1);
  }
}
@media(max-width:550px) {
  .reason .flexbox {
    padding: 15px;
  }
}
/* こんな時にお伺いしました */
.cases .inner {
  max-width: 1040px;
}
.cases .fitc {
  text-align: center;
  margin-bottom: 40px;
}
.case_item:not(:last-of-type) {
  margin-bottom: 65px;
}
.case_item:nth-child(2n+1) .flexbox {
  flex-direction: row-reverse;
}
.case_item .flexbox > div:first-of-type {
  background: #fff7f9;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_item .flexbox > div img {
  aspect-ratio: 1/1;
}
@media(max-width:885px) {
  .cases .fitc {
    text-align: left;
  }
}
@media(max-width:750px) {
  .case_item .flexbox > div:first-of-type {
    width: 80% !important;
    margin: 0 auto 15px;
  }
}
@media(max-width:550px) {
  .cases .fitc {
    margin-bottom: 30px;
  }
  .case_item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
/* サービス内容ページ ===========================================================================================================*/
/* 訪問介護とは */
.homecare .maintitle .mf {
  color: #7BCBFF !important;
}
/* サービス一覧 */
.services .maintitle .mf {
  color: #FFB582 !important;
}
.services .inner {
  max-width: 1245px;
}
.services .flexbox {
  counter-reset: number 0;
}
.services .flexbox > div {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  counter-increment: number 1;
}
.services .flexbox > div .stitle::before {
  content: "0"counter(number)".";
  font-weight: 900;
  margin-right: 7px;
}
.services .flexbox > div:nth-child(5n+1) .stitle::before {
  color: #FFB582;
}
.services .flexbox > div:nth-child(5n+2) .stitle::before {
  color: #A3DD62;
}
.services .flexbox > div:nth-child(5n+3) .stitle::before {
  color: #7BCBFF;
}
.services .flexbox > div:nth-child(5n+4) .stitle::before {
  color: #C39CFF;
}
.services .flexbox > div:nth-child(5n) .stitle::before {
  color: #FFA3C0;
}
@media(max-width:750px) {
  .services .flexbox > div {
    margin-bottom: 13px;
  }
}
@media(max-width:550px) {
  .services .flexbox > div {
    padding: 15px;
  }
}
/* ご利用について */
.guide .inner {
  max-width: 1096px;
}
.mgb25 {
  margin-bottom: 25px;
}
.guideflow {
  margin-top: 45px;
}
.guideflow .timetable li span:not(.ib) {
  width: fit-content;
  min-width: 65px;
}
.guideflow .br {
  width: 27% !important;
  max-width: 230px;
}
@media(max-width:855px) {
  .guideflow {
    padding-bottom: 55px;
  }
  .guideflow .br {
    bottom: -70px !important;
  }
}
@media(max-width:750px) {
  .guide {
    padding-bottom: 30px;
  }
  .guideflow {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .guideflow .timetable li {
    display: block;
  }
  .guideflow .timetable li span:not(.ib) {
    display: block;
    width: 100% !important;
    border-right: none;
    border-bottom: 2px dotted rgba(112, 74, 61, 0.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .guideflow .br {
    width: 42% !important;
    position: initial !important;
    margin-left: auto;
  }
}
/* 求人情報ページ ===============================================================================================================*/
/* スタッフ紹介 */
.member .maintitle .mf {
  color: #FFA3C0 !important;
}
.member .inner {
  max-width: 1061px;
}
.member .flexbox {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.member .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.member .flexbox:not(:last-of-type) {
  margin-bottom: 30px;
}
.member .flexbox div:first-of-type {
  background: #fff7f9;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width:750px) {
  .member .flexbox div:first-of-type {
    width: 80% !important;
    margin: 0 auto -20px;
  }
}
@media(max-width:550px) {
  .member .flexbox {
    padding: 15px;
  }
}
/* 一日の流れ */
.schedule .inner {
  max-width: 1030px;
}
.schedule .fitc {
  text-align: center;
  margin-bottom: 40px;
}
/**/
.timetable {
  position: relative;
}
.timetable::before {
  content: "";
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.timetable li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 24px;
  padding: 10px 15px;
  background: #fff7f9;
  margin-bottom: 10px;
  border-radius: 7px;
}
.bg_pink .timetable li {
  background: #fff;
}
.timetable li::after, .timetable li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.timetable li::before {
  z-index: 1;
  width: 10px;
  aspect-ratio: 1/1;
  background: #6e5a44;
  border-radius: 50%;
  left: -27px;
}
.timetable li::after {
  width: 63px;
  border-bottom: 2px dotted #6e5a44;
  position: absolute;
  left: -20px;
  top: 50%;
}
.timetable li span:not(.ib) {
  margin-right: 15px;
  display: inline-block;
  width: 79px;
  font-size: 88%;
  border-right: 2px dotted rgba(112, 74, 61, 0.3);
  font-weight: 900;
}
/*illust*/
.sch_illust {
  position: relative;
}
.sch_illust > div {
  width: 220px !important;
  position: absolute;
  top: -100%;
}
.sch_illust > div:nth-child(1) {
  left: -5%;
}
.sch_illust > div:nth-child(2) {
  right: -5%;
}
@media(max-width:1135px) {
  .sch_illust {
    position: initial;
  }
  .sch_illust > div {
    z-index: 1;
  }
  .sch_illust > div:nth-child(1) {
    top: -150px;
    left: -3%;
  }
  .sch_illust > div:nth-child(2) {
    top: auto;
    bottom: -150px;
    right: -3%;
  }
}
@media (max-width: 855px) {
  .sch_illust > div {
    width: 175px !important;
  }
}
@media(max-width:750px) {
  .schedule .fitc {
    text-align: left;
  }
  .schedule .flexbox > ul {
    width: 100%;
  }
}
@media(max-width:550px) {
  .schedule .fitc {
    margin-bottom: 27px;
  }
  .sch_illust > div {
    width: 125px !important;
  }
  .sch_illust > div:nth-child(1) {
    top: -110px;
  }
  .sch_illust > div:nth-child(2) {
    bottom: -110px;
  }
}
/* 応募情報 */
.information .maintitle .mf {
  color: #FFB582 !important;
}
/* 会社概要ページ ===============================================================================================================*/
/* 理念 */
.philosophy .inner {
  max-width: 1010px;
}
.phcheck {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phcheck li {
  width: 49%;
  padding: 20px;
  background: #fff7f9;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 125%;
}
.phcheck li span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.phcheck li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.phcheck li:nth-child(5n+1) span::before {
  color: #FFB582;
}
.phcheck li:nth-child(5n+2) span::before {
  color: #A3DD62;
}
.phcheck li:nth-child(5n+3) span::before {
  color: #7BCBFF;
}
.phcheck li:nth-child(5n+4) span::before {
  color: #C39CFF;
}
.phcheck li:nth-child(5n) span::before {
  color: #FFA3C0;
}
.philosophy .fitc {
  font-size: clamp(1.25rem, 1.04rem + 0.7467vw, 1.6rem);
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}
.philosophy .fitc .colorfulness {
  font-size: 130%;
}
@media(max-width:850px) {
  .phcheck {
    display: block;
  }
  .phcheck li {
    width: 100%;
    margin-bottom: 10px;
  }
  .philosophy .fitc {
    margin-top: 25px;
  }
}
@media(max-width:550px) {
  .phcheck li {
    font-size: 105%;
    padding: 13px 13px 15px;
  }
  .phcheck li span {
    padding-left: 25px;
  }
}
/* 代表あいさつ */
.greeting .inner {
  max-width: 961px;
}
.glast {
  margin-top: 23px;
  text-align: right;
}
.fleximg {
  display: flex;
}
.fleximg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 会社概要 */
.overview .maintitle {
  margin-bottom: 10px;
}
.ovebox {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.ovebox .mainbtn a {
  background: #fff7f9;
}
.ovebox .mainbtn a:hover {
  background: #fff;
}
@media(max-width: 550px) {
  .overview .maintitle {
    margin-bottom: 5px;
  }
  .ovebox {
    padding: 20px 15px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dashed #cfcfcf;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 700;
  padding: 23px 7px;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 750px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
    font-weight: 900;
  }
}
/* アクセス */
.map {
  margin-top: 55px;
}
.map iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
@media(max-width: 550px) {
  .map {
    margin-top: 45px;
  }
  .map iframe {
    height: 210px;
  }
}
/* 情報公開 */
.disclosures .mainbtn a {
  min-width: 283px;
}
.disclosures .mainbtn a::before {
  content: none;
}
@media (max-width: 550px) {
  .disclosures .mainbtn a {
    min-width: 275px;
  }
}
/* お問い合わせページ ===========================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 905px;
}
.contact_sec .stitle {
  font-size: clamp(1.3rem, 1.18rem + 0.4267vw, 1.5rem);
}
.contop {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 550px) {
  .contop {
    text-align: left;
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
.telbox {
  background: #fff;
  padding: 30px 23px;
  border-radius: 20px;
}
.telbox p i {
  color: #c9c4bf;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
}
/* 番号 */
.telbox a {
  font-weight: 900;
  white-space: nowrap;
  font-size: clamp(1.55rem, 1.34rem + 0.7467vw, 1.9rem);
  color: #6e5a44;
}
.telbox a i {
  color: #FFB582;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.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: #c9c4bf;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1040px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 93%;
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 93%;
    margin-right: 0;
  }
}
/* メールフォーム =======================*/
.mailform {
  margin: 0 auto;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 1px dotted #bfbfbf;
}
.mailform .row > div:nth-child(1) {
  width: 28%;
  letter-spacing: 0.08em;
}
.mailform .row > div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row div:first-of-type span {
  padding: 5px;
  margin-right: 5px;
  font-size: 80%;
  border-radius: 5px;
}
.mailform .row span.hissu {
  color: #fff;
  background: #FFA3C0;
}
.mailform .row span.ninni {
  background: #fff2f5;
}
.autofill {
  font-size: clamp(0.7rem, 0.58rem + 0.4267vw, 0.9rem);
  margin-bottom: 6px;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #cfcfcf;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform .box.mini {
  width: 120px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/* チェックボックス・ラジオボタン */
.check_label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 15px 3px 0;
}
/* btn */
.mailform button {
  position: relative;
  margin: 0 auto;
  padding: 26px 0;
  display: block;
  width: fit-content;
  min-width: 260px;
  text-align: center;
  overflow: hidden;
  background: #fff7f9;
  border: 2px solid #6e5a44;
  color: #6e5a44;
  transition: .4s;
  border-radius: 100px;
}
.mailform button:hover {
  background: #fff;
  transform: scale(1.07);
}
@media (max-width: 850px) {
  .contact .maintitle {
    margin-bottom: 0;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row:first-of-type {
    padding-top: 5px;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .check_label {
    display: block;
    margin: 0 0 7px;
  }
}
@media (max-width: 550px) {
  .mailform button {
    padding: 21px 0;
    min-width: 215px;
    max-width: fit-content;
    width: 100%;
  }
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 40px;
  }
}
/* 個人情報の取り扱いについて */
.privacywrap .fitc {
  font-size: 0.95rem;
}
.privacywrap {
  margin: 15px 0 23px;
}
.accordion-title {
  text-align: center;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 700;
}
.accordion-title:hover {
  text-decoration: none;
}
.accordion-text {
  display: none; /*はじめは非表示*/
  margin-top: 5px;
  padding: 13px;
  background: #fff7f9;
  border-radius: 20px;
  font-size: 0.9rem;
}
.accordion-text > div {
  height: 250px;
  overflow-y: scroll;
}
.accordion-text p {
  padding: 0 14px;
}
.accordion-text span {
  font-size: 107%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #FFA3C0;
}
@media (max-width: 550px) {
  .accordion-text {
    padding: 10px 7px;
  }
  .accordion-text > div {
    height: 180px;
  }
  .accordion-text p {
    padding: 0 7px;
  }
}