@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 65px 0 75px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded01 img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
.rounded02 img {
  border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
}
/*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;
}
.dela {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
/*中央寄せ*/
.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: 45px;
  position: relative;
  line-height: 0;
  font-weight: 700;
  font-size: clamp(2.8rem, 2.14rem + 2.3467vw, 3.9rem);
  text-align: center;
}
.maintitle .mf {
  margin-bottom: 10px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 3px 0 #222, 3px 0 0 #222, 0 -3px 0 #222, -3px 0 0 #222, -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 5px 5px 0px #222;
}
.maintitle .mf:first-letter {
  color: #ffae00;
}
section:nth-child(2n) .maintitle .mf:first-letter {
  color: #ffea00;
}
.maintitle .sf {
  font-size: 41%;
  line-height: 1.35;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
.txtmgb {
  margin-bottom: 23px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 27px;
  }
  .maintitle .mf {
    text-shadow: 0 2px 0 #222, 2px 0 0 #222, 0 -2px 0 #222, -2px 0 0 #222, -2px -2px 0 #222, 2px -2px 0 #222, -2px 2px 0 #222, 2px 2px 0 #222, 4px 4px 0px #222;
  }
}
@media (max-width: 360px) {
  .mflong {
    font-size: 12.3vw;
  }
}
/*02*/
.mtitle {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  position: relative;
  border-radius: 5px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: clamp(1.35rem, 1.2rem + 0.5333vw, 1.6rem);
  line-height: 1.5;
  padding: 10px 8px 12px 10px;
  background: #004876;
  color: #fff;
  overflow: hidden;
  border-left: 7px solid rgba(255, 255, 255, 0.4);
}
/*03*/
.stitle {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  position: relative;
  font-size: clamp(1.45rem, 1.27rem + 0.64vw, 1.75rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 9px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.13);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #004876;
}
.stitle > span {
  position: relative;
  width: fit-content;
}
.stitle .en {
  text-transform: capitalize;
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  white-space: nowrap;
  display: inline-block;
  transform: rotate(-4deg);
  margin-left: -17px;
  font-size: 125%;
  position: relative;
  bottom: -7px;
  z-index: -1;
}
.yellow.stitle .en {
  color: #ffea00;
  opacity: 0.7;
}
.orange.stitle .en {
  color: #ffae00;
  opacity: 0.5;
}
.stitle.long > span {
  display: inline-block;
  width: 100%;
}
.stitle.long .en {
  position: absolute;
  right: 0;
}
@media (max-width: 550px) {
  .stitle > span {
    display: inline-block;
    width: 100%;
  }
  .stitle .en {
    position: absolute;
    right: 0;
  }
}
/* ボタン */
.ripple-link {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 24px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 290px;
  text-align: center;
  z-index: 1;
  color: #fff;
  background: #004876;
  border: 2px solid #004876;
  border-radius: 10px;
  overflow: hidden;
}
.ripple-link::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #004876;
  z-index: -2;
}
.ripple-link:hover {
  color: #004876;
}
.ripple {
  position: absolute;
  background-color: #f5f5f5;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-effect 0.5s linear forwards;
  transition: opacity 0.45s ease-out;
  z-index: -1;
  pointer-events: none;
}
.ripple.fade-out {
  opacity: 0;
}
@keyframes ripple-effect {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(3);
  }
}
/**/
.yellow.ripple-link {
  color: #004876;
  background: #ffea00;
  border: 2px solid #ffea00;
}
.yellow.ripple-link::after {
  background: #ffea00;
}
/**/
.orange.ripple-link {
  color: #004876;
  background: #ffae00;
  border: 2px solid #ffae00;
}
.orange.ripple-link::after {
  background: #ffae00;
}
/**/
.tbtn {
  margin-top: 30px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .ripple-link {
    padding: 18px 5px;
    min-width: auto;
    max-width: 240px;
    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: 27px;
  }
}
/* 幅 */
.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: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
/* background illust */
.bg01::before {
  background: url(../img/_bg/01.svg) no-repeat !important;
  background-size: 20% !important;
}
.bg02::before {
  background: url(../img/_bg/02.svg) no-repeat !important;
  background-size: 28% !important;
}
.bg03::before {
  background: url(../img/_bg/03.svg) no-repeat !important;
  background-size: 25% !important;
}
.bg04::before {
  background: url(../img/_bg/04.svg) no-repeat !important;
  background-size: 20% !important;
}
.bg05::before {
  background: url(../img/_bg/05.svg) no-repeat !important;
  background-size: 20% !important;
}
.bg01::before, .bg02::before, .bg03::before, .bg04::before, .bg05::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: -99;
  background-position: top right !important;
  width: 100%;
  height: calc(100% + 0.5px);
}
@media (max-width: 950px) {
  .bg01::before {
    background-size: 30% !important;
  }
  .bg02::before {
    background-size: 32% !important;
  }
  .bg03::before {
    background-size: 35% !important;
  }
  .bg04::before {
    background-size: 30% !important;
  }
  .bg05::before {
    background-size: 30% !important;
  }
}
@media (max-width: 750px) {
  .bg01::before {
    background-size: 40% !important;
  }
  .bg02::before {
    background-size: 42% !important;
  }
  .bg03::before {
    background-size: 45% !important;
  }
  .bg04::before {
    background-size: 40% !important;
  }
  .bg05::before {
    background-size: 40% !important;
  }
}
/*反転*/
.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: 18% !important;
  max-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;
  background: transparent !important;
  padding: 0 !important;
}
/*位置*/
.tl {
  top: -115px !important;
  left: 7px !important;
}
.tr {
  top: -105px !important;
  right: 7px !important;
}
.bl {
  bottom: -85px !important;
  left: 7px !important;
}
.br {
  bottom: -85px !important;
  right: 7px !important;
}
@media (max-width: 1095px) {
  .tl, .tr, .bl, .br {
    width: 190px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 115px !important;
  }
  .tl, .tr {
    top: -70px !important;
  }
  .bl, .br {
    bottom: -60px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 16% !important;
  max-width: 200px !important;
}
.psr.rounded01 .tl, .psr.rounded01 .tr, .psr.rounded01 .bl, .psr.rounded01 .br, .psr.rounded02 .tl, .psr.rounded02 .tr, .psr.rounded02 .bl, .psr.rounded02 .br {
  width: 37% !important;
  max-width: 168px !important;
}
.psr .tl {
  top: -4% !important;
  left: -10px !important;
}
.psr .tr {
  top: -4% !important;
  right: -10px !important;
}
.psr .bl {
  bottom: -4% !important;
  left: -10px !important;
}
.psr .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: flowUp 0.6s cubic-bezier(0.35, 0, 0.05, 1) 0.6s 1 normal backwards;
}
@keyframes flowUp {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    transform: scale(1.02);
  }
  100% {
    top: 0;
    opacity: 1;
    transform: scale(1.0);
  }
}
/* animation */
.anime01 {
  animation: move01 cubic-bezier(0, 1, 0, 1) infinite 2.7s forwards;
}
@keyframes move01 {
  0% {
    transform: translate(0, 0);
  }
  15% {
    transform: translate(0, 5px);
  }
  30% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.anime02 {
  animation: move02 steps(2) 3s infinite;
}
@keyframes move02 {
  0% {
    transform: rotate(0deg)
  }
  30% {
    transform: rotate(-5deg)
  }
  100% {
    transform: rotate(0deg)
  }
}
.anime03 {
  animation: move03 steps(2) 3s infinite;
}
@keyframes move03 {
  0% {
    transform: rotate(0deg)
  }
  30% {
    transform: rotate(5deg)
  }
  100% {
    transform: rotate(0deg)
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #004876;
  padding: 20px 17px 17px;
}
.header {
  width: 100%;
  z-index: 100;
  position: relative;
}
.hwrap {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.header_title a {
  display: flex;
  align-items: center;
}
/* logo */
.hlogo {
  width: 235px;
  line-height: 0;
  filter: brightness(0) invert(1);
}
/* menu */
.header ul {
  display: flex;
  text-align: center;
  position: relative;
}
/**/
.header ul li {
  width: calc(100% / 6);
  height: 100%;
  position: relative;
  border-left: 1px dotted #c2c2c2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header ul li:last-child {
  border-right: 1px dotted #c2c2c2;
}
.header ul::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #c2c2c2;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -2px;
  z-index: 2;
}
.header ul::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #c2c2c2;
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  right: -2px;
  z-index: 2;
}
.header ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #c2c2c2;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  right: -3px;
  z-index: 2;
}
.header ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #c2c2c2;
  border-radius: 50%;
  position: absolute;
  bottom: -1px;
  left: -3px;
  z-index: 2;
}
/**/
.header ul li a {
  display: block;
  width: 100%;
  transition: all .3s;
  position: relative;
  top: 0;
  padding: 7px 0 5px;
  color: #fff;
  line-height: 1.3;
  font-size: 0.95rem;
  white-space: nowrap;
}
.header ul li a:hover {
  padding-top: 0;
  padding-bottom: 12px;
}
.header ul li a span {
  display: block;
  font-size: 85%;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.header ul li a span span {
  display: inline !important;
  font-size: 100% !important;
}
/*illust*/
.header ul li a img {
  width: 100%;
  height: 47px;
  margin-bottom: 12px;
}
/* header top */
.header_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_item > div {
  margin: 0 17px;
}
/* tel */
.tel p {
  color: #fff;
  text-align: center;
  padding-left: 27px;
  font-size: 0.8rem;
}
.tel a {
  color: #fff;
}
.tel {
  font-size: 1.4rem;
  line-height: 0.9;
  transition: .3s;
}
.tel:hover {
  opacity: 0.6;
  transition: .3s;
}
/*btn*/
.header_item .ripple-link {
  width: 12rem;
  line-height: 1.55;
  padding: 13px 0;
  font-size: 0.95rem;
}
/* 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: #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: #004876;
}
.header__nav-area video {
  object-fit: cover;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  mix-blend-mode: lighten;
  opacity: 0.2;
  width: 100%;
  z-index: 1;
}
.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;
  margin: 5px 0px;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
.global-navigation li a span {
  text-transform: capitalize;
  font-size: 85%;
  display: block;
}
.global-navigation li a:hover {
  opacity: 0.6;
}
/* btn */
.global-navigation .fbtns {
  margin: 20px auto 0;
  flex-direction: column;
  align-items: center;
}
.global-navigation .fbtns a {
  max-width: 300px;
  margin: 8px auto;
}
@media (max-width: 1375px) {
  .header ul li a {
    font-size: 1.15vw;
  }
  .header ul li a span {
    font-size: 75%;
  }
}
@media (max-width: 1095px) {
  .header_sticky {
    padding: 35px 25px;
  }
  .hlogo {
    width: 250px;
    margin: 0;
  }
  .header_inner {
    margin-bottom: 0;
  }
  .header_item, .hnav {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .hamburger {
    top: 26px;
    right: 14px;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 23px 13px;
  }
  .hlogo {
    width: 220px;
  }
  .hamburger {
    top: 13px;
    right: 6.5px;
  }
  .global-navigation li a {
    font-size: 1.17rem;
    padding: 10px 0;
  }
  .global-navigation .fbtns {
    font-size: 1.15rem;
  }
}
/* footer ================================================*/
.footer {
  padding: 65px 0 60px;
  position: relative;
  color: #fff;
}
.footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 70% 55%;
  z-index: -2;
}
.footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.6;
  z-index: -1;
}
.flogo {
  display: block;
  width: 270px;
  margin: 0 auto 10px;
}
.flogo img {
  filter: brightness(0) invert(1);
}
.footer .btnflex {
  margin-top: 20px;
}
/* btn */
.fbtns {
  margin-top: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(1.2rem, 1.14rem + 0.2133vw, 1.3rem);
}
.fbtns a {
  line-height: 1.6;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
  max-width: 285px;
  width: 100%;
  color: #fff;
  padding: 19px 5px;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.fbtns a:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.fbtns a span:first-of-type {
  font-size: 73%;
}
.fbtns a.contact {
  font-size: 87%;
  flex-direction: row;
}
.fbtns a.contact i {
  margin-right: 5px;
  position: relative;
  top: 0.1em;
}
.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: clamp(0.9rem, 0.87rem + 0.1067vw, 0.95rem);
}
@media (max-width: 770px) {
  .footer .center {
    text-align: left;
  }
  .footer .center br {
    display: none;
  }
}
@media (max-width: 750px) {
  .flogo {
    width: 210px;
  }
  .footer {
    padding: 55px 0;
  }
}
@media (max-width: 710px) {
  .fbtns {
    margin: 20px auto 0;
    flex-direction: column;
    align-items: center;
  }
  .fbtns a {
    max-width: 300px;
  }
  .fbtns a {
    margin: 10px 0 0;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: #004876;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  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: 60px;
    right: 15px;
    bottom: 10px;
  }
}
/* スライド ==============================================*/
.topslidewrap {
  position: relative;
  overflow: hidden;
}
.topslidewrap::after {
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  pointer-events: none;
  z-index: -100;
  clip-path: ellipse(80% 100% at bottom);
}
.topslide {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding-top: 5px;
}
.topslide .tr, .topslide .tl, .topslide .br, .topslide .bl {
  max-width: 260px !important;
}
.topslide .tr, .topslide .tl {
  top: 2% !important;
}
.topslide .br, .topslide .bl {
  bottom: 2% !important;
}
.topslide .tr, .topslide .br {
  right: -7px !important;
}
.topslide .tl, .topslide .bl {
  left: -7px !important;
}
@media (max-width: 550px) {
  .topslide .tr, .topslide .br {
    right: 3px !important;
  }
  .topslide .tl, .topslide .bl {
    left: 3px !important;
  }
}
/* img */
.slide_items {
  overflow: hidden;
  animation: fluid-animation 20s ease 0s infinite normal;
}
.slide_items img {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 220px);
  min-height: 685px;
}
/*画像アニメーション*/
/* border radius */
@keyframes fluid-animation {
  0%, 100% {
    border-radius: 59% 41% 31% 80% / 62% 53% 57% 58%;
  }
  50% {
    border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
  }
}
/* slick animation */
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media (max-width: 1175px) {
  .slide_items img {
    min-height: auto;
    height: 67vw;
  }
}
@media (max-width: 1095px) {
  .slide_items img {
    height: 55vw;
  }
}
@media (max-width: 1020px) {
  .slide_items img {
    height: 85vw;
  }
}
@media (max-width: 750px) {
  .slide_items img {
    height: 95vw;
  }
}
/* キャッチフレーズ */
.catchcopy {
  position: absolute;
  bottom: 27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: clamp(1.4rem, 0.26rem + 4.0533vw, 3.3rem);
  text-align: center;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 3px 0 #222, 3px 0 0 #222, 0 -3px 0 #222, -3px 0 0 #222, -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 5px 5px 0px #222;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  line-height: 1.15;
}
/*
.catchcopy::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width:99%;
  height: 13px;
  background: radial-gradient(#fff 37%, transparent 37%) 0 0 / 13px 13px;
}
*/
.catchcopy span {
  font-size: 120%;
}
.catchcopy span.yellow {
  color: #ffea00;
}
.catchcopy span.orange {
  color: #ffae00;
}
@media (max-width: 550px) {
  .catchcopy {
    font-size: 7vw;
    text-shadow: 0 1.5px 0 #222, 1.5px 0 0 #222, 0 -1.5px 0 #222, -1.5px 0 0 #222, -1.5px -1.5px 0 #222, 1.5px -1.5px 0 #222, -1.5px 1.5px 0 #222, 1.5px 1.5px 0 #222, 3px 3px 0px #222;
  }
}
/* ごあいさつ ============================================================*/
.wtext {
  max-width: 780px;
  margin: auto;
}
/**/
.twfwrap {
  max-width: 1250px;
  width: 96%;
  margin: 50px auto 0;
}
.twf_photos {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  margin: auto;
  padding-bottom: 30px;
}
.twf_photos > div {
  width: 48.5%;
}
.twf_photos > div:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.twf_photos > div:nth-child(1) img {
  box-shadow: 7px 7px 0px 0px #ffea00;
}
.twf_photos > div:nth-child(2) img {
  box-shadow: 7px 7px 0px 0px #ffae00;
}
@media (max-width: 1175px) {
  .twfwrap .tr, .twfwrap .tl, .twfwrap .br, .twfwrap .bl {
    width: 16% !important;
  }
}
@media (max-width: 750px) {
  .twfwrap {
    width: 90%;
    margin-top: 35px;
  }
  .twf_photos {
    display: block;
    width: 105%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0;
  }
  .twf_photos > div {
    width: 81%;
  }
  .twf_photos > div:last-child {
    position: initial;
    margin-left: auto;
    margin-top: 20px;
  }
  .twfwrap .tr, .twfwrap .tl, .twfwrap .br, .twfwrap .bl {
    width: 36% !important;
  }
  .twfwrap .tr, .twfwrap .tl {
    top: auto !important;
    bottom: -1% !important;
  }
  .twfwrap .br, .twfwrap .bl {
    bottom: auto !important;
    top: -1% !important;
  }
  .twfwrap .tr, .twfwrap .br {
    right: auto !important;
    left: -10px !important;
  }
  .twfwrap .tl, .twfwrap .bl {
    left: auto !important;
    right: -10px !important;
  }
}
/* サービス内容 ==========================================================*/
.services .inner {
  max-width: 1255px;
  counter-reset: number 0;
}
.serboxwrap {
  position: relative;
  margin-bottom: 35px;
}
.serboxwrap:last-of-type {
  margin-bottom: 0 !important;
}
.serboxwrap > div:not(.serbox) {
  width: 29% !important;
}
.serbox {
  position: relative;
  padding: 45px;
  counter-increment: number 1;
  border-radius: 10px;
  border: 3px solid #ddd;
  overflow: hidden;
  background: #fff;
}
.serbox::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*
  background: radial-gradient(#ffea00 20%, transparent 20%), radial-gradient(#ffea00 20%, transparent 20%);
  opacity: 0.7;
  */
  background-size: 10px 10px !important;
  background-position: 0 0, 20px 20px !important;
  border-radius: 10px;
  background: radial-gradient(#333 20%, transparent 20%), radial-gradient(#333 20%, transparent 20%);
  opacity: 0.05;
}
/*
.serboxwrap:nth-child(2n+1) .serbox::before {
  background: radial-gradient(#ffae00 20%, transparent 20%), radial-gradient(#ffae00 20%, transparent 20%);
  opacity: 0.4;
}
*/
.serbox::after {
  content: '';
  width: 33%;
  position: absolute;
  bottom: 39%;
  left: -13%;
  pointer-events: none;
  z-index: -2;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #ffea00;
}
.serboxwrap:nth-child(2n+1) .serbox::after {
  bottom: auto;
  top: 39%;
  left: auto;
  right: -13%;
  background-color: #ffae00;
}
.serbox h2 {
  position: relative;
  font-size: clamp(1.55rem, 1.19rem + 1.28vw, 2.15rem);
  line-height: 1.25;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
.serbox h2 span > span:not(.ib) {
  text-transform: capitalize;
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  position: absolute;
  bottom: -7%;
  right: -3%;
  white-space: nowrap;
  transform: rotate(-3deg);
  z-index: -1;
  color: #ffea00;
  font-size: 115%;
  opacity: 0.7;
}
.serboxwrap:nth-child(2n+1) .serbox h2 span > span:not(.ib) {
  color: #ffae00;
  opacity: 0.5;
}
.serbox h2::before {
  content: "0"counter(number)".";
  font-size: 140%;
  margin-right: 15px;
  color: #ffae00;
  text-shadow: 0 2px 0 #222, 2px 0 0 #222, 0 -2px 0 #222, -2px 0 0 #222, -2px -2px 0 #222, 2px -2px 0 #222, -2px 2px 0 #222, 2px 2px 0 #222, 4px 4px 0px #222;
}
.serboxwrap:nth-child(2n) .serbox h2::before {
  color: #ffea00;
}
.serbox .spmgb {
  position: relative;
}
.serbox .spmgb img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
}
.serboxwrap:nth-child(2n+1) .serbox .spmgb img {
  border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
}
@media (max-width: 1035px) {
  .serbox {
    padding: 30px 20px 35px;
  }
  .serbox::after {
    width: 45%;
  }
  .serbox h2 span > span:not(.ib) {
    font-size: 80%;
    right: 0;
  }
}
@media (max-width: 750px) {
  .serbox .spmgb {
    margin: 30px auto 0;
  }
  .serbox::after, .serboxwrap:nth-child(2n+1) .serbox::after {
    top: auto;
    bottom: -9%;
    width: 75%;
  }
  .serboxwrap .tr, .serboxwrap .tl {
    top: auto !important;
    bottom: -4% !important;
  }
}
@media (max-width: 550px) {
  .services .inner {
    width: 91%;
  }
  .serboxwrap {
    margin-bottom: 30px;
  }
  .serbox {
    padding: 25px 12px;
  }
  .serboxwrap > div:not(.serbox) {
    width: 100px !important;
  }
}
/* CONTENTS ==============================================================*/
.contents .maintitle {
  margin-bottom: 37px;
}
.contents .inner {
  width: 94%;
}
.contents .flexbox a {
  display: block;
  position: relative;
  width: 30%;
  box-shadow: 7px 7px 0px 0px #ffea00;
  transition: .6s all;
  border-radius: 10px;
  border: 3px solid #ddd;
}
.contents .flexbox a:hover {
  transform: scale(1.04) rotate(2deg);
}
.contents .flexbox a:nth-child(2n) {
  box-shadow: 7px 7px 0px 0px #ffae00;
}
.contents .flexbox a img {
  border-radius: 10px;
  /*box-shadow: rgba(149, 157, 165, 0.04) -8px -4px 24px;*/
  background: #fff;
  padding: 7% 5% 12%;
}
.contents .flexbox a h2 {
  border-radius: 5px;
  position: absolute;
  bottom: 16px;
  right: -22px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.09rem + 0.7467vw, 1.65rem);
  padding: 7px 20px;
  background: #004876;
  color: #fff;
}
.contents .flexbox a h2 span {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  bottom: -20%;
  right: 1%;
  color: #ffea00;
  transform: rotate(-6deg);
  /*
  font-size: 130%;
  text-shadow: 1px 1px 0 #004876, -1px -1px 0 #004876, -1px 1px 0 #004876, 1px -1px 0 #004876, 0px 1px 0 #004876, 0 -1px 0 #004876, -1px 0 0 #004876, 1px 0 0 #004876;
  */
}
.contents .flexbox a:nth-child(2n) h2 span {
  color: #ffae00;
}
/**/
.contents .flexbox a .tl, .contents .flexbox a .tr, .contents .flexbox a .bl, .contents .flexbox a .br {
  width: 38% !important;
  max-width: 140px !important;
}
@media (max-width: 750px) {
  .contents .maintitle {
    margin-bottom: 30px;
  }
  .contents .inner {
    width: 80%;
  }
  .contents .flexbox a {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents .flexbox a:last-of-type {
    margin-bottom: 0 !important;
  }
  .contents .flexbox a .tr, .contents .flexbox a .br {
    right: -30px !important;
  }
  .contents .flexbox a .tl, .contents .flexbox a .bl {
    left: -30px !important;
  }
}
@media (max-width: 550px) {
  .contents .maintitle {
    margin-bottom: 25px;
  }
  .contents .flexbox a {
    margin-bottom: 27px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 90px 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% 65%;
  z-index: -101;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.45;
  z-index: -100;
}
.fv h2 {
  text-align: center;
  margin-bottom: 13px !important;
  font-size: clamp(1.55rem, 0.98rem + 2.0267vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1435px) {
  .fv::after {
    background-position: 50% 70%;
  }
}
@media(max-width:1095px) {
  .fv {
    padding: 70px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0;
  }
  .fv::after {
    background-size: 230% !important;
    background-position: 49% 60%;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  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;
}
/* 障がい児ショートステイページ ==================================================================================================*/
.shortstay .tr {
  top: -84px !important;
  max-width: 200px !important;
  width: 18% !important;
}
@media(max-width:750px) {
  .shortstay .tr {
    top: -70px !important;
    width: 24% !important;
  }
}
@media(max-width:550px) {
  .shortstay .tr {
    top: -42px !important;
    max-width: 110px !important;
    width: 30% !important;
  }
}
/* サービス内容 */
.service .sersbox {
  padding: 20px;
  margin-bottom: 20px;
}
@media(max-width:1060px) {
  .service .maintitle {
    margin-bottom: 33px;
  }
  .service .flexbox {
    display: block;
  }
  .service .sersbox {
    width: 100%;
    margin-bottom: 13px;
  }
  .service .sersbox:last-of-type {
    margin-bottom: 0 !important;
  }
  .service .sersbox .stitle.long > span {
    width: fit-content;
  }
  .service .sersbox .stitle.long .en {
    position: relative;
  }
}
@media(max-width:630px) {
  .service .sersbox .stitle.long > span {
    width: 100%;
  }
  .service .sersbox .stitle.long .en {
    position: absolute;
  }
}
/* 保育所等訪問支援ページ ========================================================================================================*/
.imgshadow.yellow {
  box-shadow: -7px 7px 0px 0px #ffea00;
}
.imgshadow.orange {
  box-shadow: -7px 7px 0px 0px #ffae00;
}
.reverse .imgshadow.yellow {
  box-shadow: 7px 7px 0px 0px #ffea00;
}
.reverse .imgshadow.orange {
  box-shadow: 7px 7px 0px 0px #ffae00;
}
/**/
.sertoptext {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  margin-bottom: 70px;
  text-align: center;
  font-size: clamp(1.05rem, 0.93rem + 0.4267vw, 1.25rem);
  color: #004876;
}
.sertoptext::before {
  content: url(../img/deco.svg);
  width: 115px;
  height: auto;
  display: block;
  margin: 0 auto 1px;
  filter: invert(17%) sepia(37%) saturate(5434%) hue-rotate(186deg) brightness(90%) contrast(102%);
}
@media(max-width:600px) {
  .sertoptext {
    margin-bottom: 30px;
    text-align: left;
  }
  .sertoptext br {
    display: none;
  }
}
/* 主な支援内容 */
.sersbox {
  position: relative;
  padding: 45px;
  border-radius: 10px;
  border: 3px solid #ddd;
  overflow: hidden;
  background: #fff;
}
.sersbox > div {
  position: relative;
  z-index: 3;
}
.sersbox::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-size: 10px 10px !important;
  background-position: 0 0, 20px 20px !important;
  border-radius: 10px;
  background: radial-gradient(#333 20%, #fff 20%), radial-gradient(#333 20%, #fff 20%);
  opacity: 0.05;
}
.sersbox.yellow::after, .sersbox.orange::after {
  content: '';
  width: 43%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.sersbox.yellow::after {
  bottom: 48%;
  right: -13%;
  background-color: #ffea00;
}
.sersbox.orange::after {
  top: 48%;
  left: -13%;
  background-color: #ffae00;
}
@media(max-width:750px) {
  .sersbox.yellow::after, .sersbox.orange::after {
    width: 50%;
    top: -7%;
    bottom: auto;
  }
  .sersbox.orange::after {
    left: auto;
    right: -13%;
  }
}
@media(max-width:550px) {
  .sersbox {
    padding: 15px;
  }
}
/* 対象者  */
.target_list li {
  border-radius: 5px;
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 8px;
}
.bg_gray .target_list li {
  background: #fff;
}
.target_list li span {
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.target_list li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #004876;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/* 対象エリア */
.area {
  padding: 60px 0;
}
.areatext .ripple-link {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: clamp(1.03rem, 0.928rem + 0.3627vw, 1.2rem);
  white-space: nowrap;
}
@media(max-width:750px) {
  .areatext {
    margin-bottom: 33px;
  }
  .areaimg {
    width: 94% !important;
    margin: auto;
  }
}
/* ご利用料金 */
.fee .inner {
  max-width: 1072px;
}
.fee .maintitle {
  margin-bottom: 30px;
}
.fee_item {
  margin-bottom: 50px;
}
.fee_item:last-child {
  margin-bottom: 0 !important;
}
/*title*/
.ftitle {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  position: relative;
  margin-bottom: 8px;
  font-size: clamp(1.15rem, 0.85rem + 1.0667vw, 1.65rem);
  padding-left: 1.25em;
  display: inline-block;
  line-height: 1.5;
}
.ftitle::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #004876;
}
/*table*/
.feetable th {
  text-align: left;
}
/**/
.kasan {
  width: 90% !important;
}
/**/
.kanri {
  width: 50% !important;
}
/* table sp */
.spsctext {
  display: none;
  margin-bottom: 15px;
}
@media (max-width:750px) {
  .fee .maintitle {
    margin-bottom: 12px;
  }
  .spsctext {
    display: block;
    font-size: 90%;
    line-height: 1.5;
  }
  .ct_wrap .info_table {
    width: 676px;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
}
@media (max-width:550px) {
  .ct_wrap .info_table {
    width: 575px;
  }
  .ct_wrap .info_table th, .ct_wrap .info_table td {
    padding: 15px 10px;
  }
}
/* ご利用の流れ */
.flow .inner {
  max-width: 1000px;
}
.guideflow > div.sersbox {
  overflow: visible;
  width: 100%;
  margin: 0 0 30px;
  padding: 40px 35px;
}
.guideflow > div.sersbox:last-of-type {
  margin-bottom: 0 !important;
}
.guideflow > div.sersbox:not(:last-of-type) p::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: bold;
  font-size: 130%;
  color: #004876;
  position: absolute;
  bottom: -40px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.guideflow p {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 150%;
  line-height: 1.6;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.guideflow p > span {
  text-transform: capitalize;
  color: #004876;
  margin-right: 33px;
  line-height: 1.4;
  font-size: 80%;
}
.guideflow p span span {
  display: block;
  font-size: 180%;
}
@media(max-width:1050px) {
  .guideflow p {
    font-size: 130%;
  }
}
@media(max-width:750px) {
  .guideflow > div.sersbox {
    padding: 20px 20px 25px;
  }
  .guideflow > div.sersbox:not(:last-of-type) p::after {
    bottom: -37px;
  }
  .guideflow p {
    font-size: 120%;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .guideflow p > span {
    font-size: 60%;
    margin-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .guideflow p span span {
    display: inline-block;
  }
}
/*
.flow .inner {
  max-width: 1753px;
  width: 99%;
}
.guideflow > div.sersbox {
  width: calc(100% / 4 - 30px);
  margin: 0 15px;
  padding: 15px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guideflow p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: 140%;
  line-height: 1.6;
  margin-bottom: 5px;
}
.guideflow > div.sersbox:not(:last-of-type) {
  text-align: center;
}
.guideflow > div.sersbox:last-of-type p br {
  display: none;
}
.guideflow p > span:not(.ib) {
  display: block;
  text-transform: capitalize;
  font-size: 65%;
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #004876;
  margin: 0 auto 10px;
}
.guideflow p > span:not(.ib) span {
  font-size: 170%;
}
.guideflow > div.sersbox:not(:last-of-type) p::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  position: absolute;
  bottom: 50%;
  right: -26px;
  transform: translateY(50%);
  font-size: 120%;
  color: #004876;
}
@media(max-width:1185px) {
  .flow .inner {
    width: 88%;
    max-width: 700px;
  }
  .guideflow > div.sersbox {
    width: 100%;
    margin: 0 0 30px;
    padding: 25px 0;
  }
  .guideflow > div.sersbox:last-of-type {
    margin-bottom: 0 !important;
  }
  .guideflow > div.sersbox:not(:last-of-type) p::after {
    content: "\f0d7";
    bottom: -40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .guideflow > div.sersbox p {
    text-align: center;
  }
  .guideflow > div.sersbox:last-of-type p br {
    display: block;
  }
}
@media(max-width:750px) {
  .guideflow > div.sersbox {
    padding: 25px;
  }
  .guideflow > div.sersbox p {
    text-align: left;
  }
  .guideflow > div.sersbox p br {
    display: none !important;
  }
}
@media(max-width:750px) {
  .guideflow > div.sersbox {
    padding: 15px;
    margin-bottom: 25px;
  }
  .guideflow p {
    font-size: 110%;
  }
  .guideflow > div.sersbox:not(:last-of-type) p::after {
    bottom: -33px;
  }
}
*/
/* 1日のスケジュール */
.schedule .inner {
  max-width: 1072px;
}
.schedule .maintitle {
  margin-bottom: 30px;
}
.sctitle {
  font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
  background: #004876;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 19px 5px;
  width: 100%;
}
.schedule table td:nth-child(3) {
  width: 90% !important;
}
@media (max-width:750px) {
  .schedule .maintitle {
    margin-bottom: 10px;
  }
  .ct_wrap .sctitle {
    width: 676px;
    text-align: left;
    padding-left: 19px;
  }
}
@media (max-width:550px) {
  .ct_wrap .sctitle {
    width: 575px;
    padding-left: 10px;
  }
}
/* スタッフ紹介ページ ============================================================================================================*/
.member .maintitle {
  margin-bottom: 15px;
}
.member .inner {
  max-width: 1100px;
}
/**/
.memtext {
  margin-bottom: 45px;
  font-size: clamp(1.25rem, 0.92rem + 1.1733vw, 1.8rem);
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #004876;
}
.memtext::before, .memtext::after {
  font-size: 80%;
}
.memtext::before {
  content: "＼";
  margin-right: 4px;
}
.memtext::after {
  content: "／";
}
/**/
.mem_item {
  margin-bottom: 75px;
}
.mem_item:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
.mem_item:last-of-type {
  margin-bottom: 0 !important;
}
.mem_item:nth-child(2n) .flexbox img {
  border-radius: 46% 74% 52% 48% / 52% 52% 68% 71%;
  box-shadow: 7px 7px 0px 0px #ffea00;
}
.mem_item:nth-child(2n+1) .flexbox img {
  border-radius: 40% 59% 53% 47% / 58% 53% 45% 42%;
  box-shadow: -7px 7px 0px 0px #ffae00;
}
/*table*/
.member_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
}
.member_table tr {
  border-bottom: 1px dotted #004876;
}
.member_table th {
  background: transparent;
  width: 35%;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
}
.member_table th, .member_table td {
  padding: 23px 0;
}
.member_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 750px) {
  .mem_item .flexbox .spmgb {
    margin-bottom: 20px;
  }
  .mem_item .flexbox .spmgb img {
    object-fit: cover;
    width: 100%;
    height: 70vw;
  }
}
@media(max-width: 550px) {
  .memtext {
    margin-bottom: 35px;
  }
  .member_table tr:first-of-type th {
    padding-top: 0;
  }
  .member_table tr .member_table td {
    border-bottom: 1px dotted #004876;
    margin-bottom: 0;
  }
  .member_table td, .member_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .member_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/* 施設概要・お問い合わせページ ==================================================================================================*/
/* 理念 */
.phtext {
  counter-reset: number 0;
}
.phtext p {
  counter-increment: number 1;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.99rem + 0.7467vw, 1.55rem);
  border-bottom: 2px dotted #ddd;
  padding-bottom: 17px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.phtext p::before {
  content: "0"counter(number)".";
  font-size: 140%;
  margin-right: 15px;
  color: #ffae00;
  text-shadow: 0 2px 0 #222, 2px 0 0 #222, 0 -2px 0 #222, -2px 0 0 #222, -2px -2px 0 #222, 2px -2px 0 #222, -2px 2px 0 #222, 2px 2px 0 #222, 4px 4px 0px #222;
}
.phtext p:nth-child(2n)::before {
  color: #ffea00;
}
@media(max-width:700px) {
  .phtext p {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .phtext p::before {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}
/* 施設概要 */
.overview .inner {
  max-width: 1050px;
}
.overview .maintitle {
  margin-bottom: 33px;
}
@media(max-width:550px) {
  .overview .maintitle {
    margin-bottom: 23px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px;
}
.info_table th {
  background: #004876;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #004876;
}
.spblock {
  display: none;
}
@media (max-width: 750px) {
  .info_table:not(.feetable) td, .info_table:not(.feetable) th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table:not(.feetable) th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table:not(.feetable) td {
    padding-bottom: 10px !important;
  }
  .spnone {
    display: none;
  }
  .spblock {
    display: block;
  }
}
/**/
.office p {
  border-bottom: 1px dotted #004876;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.office p:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 1px dotted #004876;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #004876;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.info_table .acheck li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* アクセス */
.map {
  margin-top: 65px;
}
.map iframe {
  border-radius: 10px;
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .map {
    margin-top: 50px;
  }
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせ =======================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 970px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話でのお問い合わせ */
.contact_sec .mtitle {
  font-size: clamp(1.25rem, 0.98rem + 0.96vw, 1.7rem);
}
.telwrap .stitle {
  margin-bottom: 7px;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
}
.tf_item {
  margin-bottom: 45px;
}
.tf_item:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.telwrap {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 17px;
}
.telwrap:last-child {
  margin-bottom: 0 !important;
}
/*box*/
.telbox {
  display: flex;
  align-items: center;
}
/**/
.telbox a {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
  color: #333;
  margin-right: 40px;
}
.telbox i {
  color: #004876;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
a.fax {
  pointer-events: none;
}
.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: #004876;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 935px) {
  .telwrap {
    padding: 22px 25px 25px;
  }
  .telbox {
    display: block;
  }
  .telbox a {
    margin-right: 0;
  }
  .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telwrap {
    padding: 15px 13px 17px;
  }
  .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
  .telbox p, .fcheck li {
    font-size: 95%;
  }
}
/* メール */
.mnote {
  max-width: 870px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #004876;
  padding: 7px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #004876;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  border-radius: 10px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #004876;
  color: #fff;
  border: 2px solid #004876;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #004876;
  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 #004876;
  border-bottom: 3px solid #004876;
  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: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 45px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 1005px) {
  .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%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(0.95rem, 0.68rem + 0.96vw, 1.4rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
  padding: 13px 11px;
  padding-left: 15px;
  background: #004876;
  color: #fff;
  border-radius: 5px;
}
.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;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) 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;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #004876;
}
@media (max-width: 550px) {
  .privacy {
    padding-bottom: 65px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}