@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  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;
}
main section {
  padding: 100px 0 85px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 50px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 40px !important;
}
.pdt {
  padding-top: 10px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 750px) {
  .pdt {
    padding-top: 20px !important;
  }
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  box-shadow: rgba(7, 121, 227, 0.06) 0px 1px 18px;
  border-radius: 35px;
}
/*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: 37px;
  position: relative;
  line-height: 0.2;
  font-size: clamp(2.35rem, 1.78rem + 2.0267vw, 3.3rem);
  text-align: center;
  font-weight: 700;
}
.maintitle .mf {
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1.1;
  color: #00afe8;
}
.maintitle .mf:first-letter {
  color: #0779e3;
}
.maintitle .sf {
  font-size: 41%;
  line-height: 1.45;
}
.txtmgb {
  margin-bottom: 25px !important;
}
.maintitle.mtleft {
  text-align: left;
}
.white, .white .mf, .white .maintitle .mf:first-letter {
  color: #fff;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 27px;
  }
  .maintitle .sf {
    font-size: 46%;
  }
}
/*02*/
.mtitle {
  line-height: 1.3;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.22rem + 0.64vw, 1.7rem);
  margin-bottom: 12px;
  padding-bottom: 15px;
  position: relative;
}
.mtitle::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
  pointer-events: none;
}
.mtitle span:first-of-type {
  position: relative;
  padding-left: 17px;
}
.mtitle span:first-of-type:before {
  content: '';
  position: absolute;
  height: 90%;
  width: 5px;
  border-radius: 100px;
  top: 55%;
  left: 0%;
  transform: translateY(-50%);
  background: #0779e3;
}
.mtitle span:nth-child(2):not(.ib) {
  font-size: 70%;
  display: inline-block;
}
.mtitle span:nth-child(2):not(.ib)::before {
  content: "─";
  margin-right: 5px;
}
/*03*/
.dtitle {
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 1.06rem + 0.32vw, 1.3rem);
  line-height: 1.4;
  background: #0779e3;
  color: #fff;
  padding: 10px 10px 12px 30px;
}
.dtitle::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  position: absolute;
  top: 1.7em;
  left: 12px;
  margin-right: 0.4em;
  font-size: 50%;
}
/*04*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.11);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #0779e3;
}
/* ボタン */
.mainbtn {
  position: relative;
  z-index: 1;
}
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 19px 20px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 100px;
}
.mainbtn a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
  background-size: 100% 100%;
  z-index: -1;
  transition: .4s all;
}
.mainbtn a:hover::after {
  background-size: 300% 100%;
}
.white .mainbtn a {
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.white .mainbtn a::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}
.white .mainbtn a:hover::after {
  opacity: 0;
}
.white .mainbtn a:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
/**/
.tbtn {
  margin-top: 27px;
}
.btnflex a {
  margin: 3px 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 15px 20px;
    min-width: 210px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex a {
    margin: 11px 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: 33px;
  }
  .rounded.spmgb {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w63 {
  width: 63%;
}
.w57 {
  width: 57%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w38 {
  width: 38%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_blue, .bg_box {
  position: relative;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: invert(92%) sepia(5%) saturate(889%) hue-rotate(191deg) brightness(103%) contrast(107%);
  z-index: -100;
}
.bg_box::after {
  position: absolute;
  content: "";
  max-width: 1310px;
  width: 96%;
  height: calc(100% - 150px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  filter: invert(92%) sepia(5%) saturate(889%) hue-rotate(191deg) brightness(103%) contrast(107%);
  z-index: -99;
  border-radius: 35px;
}
.bg_blue .bg_box::after {
  filter: brightness(0) invert(1);
}
.bg_box.gradation::after {
  filter: none;
  background: linear-gradient(to right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
}
.bg_box:not(.inner) {
  padding: 150px 0;
}
.bg_box.inner {
  padding: 60px 0;
}
.bg_box.inner::after {
  width: 109%;
  height: 100%;
}
@media (max-width: 750px) {
  .bg_box.gradation::after {
    background: linear-gradient(to top right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
  }
  .bg_box.inner {
    padding: 15px 0;
  }
}
@media (max-width: 550px) {
  .bg_box::after {
    height: calc(100% - 80px);
  }
  .bg_box:not(.inner) {
    padding: 75px 0;
  }
}
/* wave */
.wave {
  width: 100%;
  margin-top: -70px;
  margin-bottom: -15px;
  line-height: 0;
  position: relative;
  z-index: -99;
  pointer-events: none;
}
.wave img {
  filter: invert(92%) sepia(5%) saturate(889%) hue-rotate(191deg) brightness(103%) contrast(107%);
}
.wave.white img {
  filter: brightness(0) invert(1);
}
.x.wave {
  transform: scaleX(-1);
}
.y.wave {
  transform: scaleY(-1);
}
.xy.wave {
  transform: scaleX(-1) scaleY(-1);
}
.y.wave, .xy.wave {
  margin-bottom: -70px;
  margin-top: -1px !important;
}
@media (max-width: 750px) {
  .wave {
    margin-top: -40px;
    margin-bottom: -1px;
  }
  .y.wave, .xy.wave {
    margin-bottom: 0;
  }
}
section .wave {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  z-index: -100;
  margin: 0;
}
/* background illust */
.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;
  opacity: 0.15;
  background-position: top right -10px !important;
  background-size: 365px !important;
  filter: invert(47%) sepia(92%) saturate(1453%) hue-rotate(159deg) brightness(97%) contrast(102%);
}
@media (max-width: 750px) {
  .bg01::before, .bg02::before {
    background-size: 60% !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: 240px !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: -68px !important;
}
.TopPage .bl, .TopPage .br {
  bottom: -50px !important;
}
.bl, .br {
  bottom: -128px !important;
}
.tl, .bl {
  left: 17px !important;
}
.tr, .br {
  right: 17px !important;
}
@media (max-width: 1150px) {
  .tl, .tr, .bl, .br {
    width: 200px !important;
  }
}
@media (max-width: 750px) {
  .tl, .tr, .bl, .br {
    width: 175px !important;
  }
  .TopPage .tl, .TopPage .tr {
    top: -21px !important;
  }
  .TopPage .bl, .TopPage .br {
    bottom: -10px !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 109px !important;
  }
  .tl, .tr {
    top: -39px !important;
  }
  .bl, .br {
    bottom: -62px !important;
  }
  .tl, .bl {
    left: 9px !important;
  }
  .tr, .br {
    right: 9px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 41% !important;
  max-width: 235px !important;
  z-index: 2 !important;
}
.psr .tl {
  top: -4% !important;
  left: -13px !important;
}
.psr .tr {
  top: -4% !important;
  right: -13px !important;
}
.psr .bl {
  bottom: -5% !important;
  left: -13px !important;
}
.psr .br {
  bottom: -5% !important;
  right: -13px !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);
}
/* animation pattern */
.anime01 {
  animation: move01 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
.anime02 {
  animation: move02 cubic-bezier(0, 1, 0, 1) infinite 2s forwards;
}
.anime03 {
  animation: move03 cubic-bezier(0, 1, 0, 1) infinite 2s forwards;
}
.anime04 {
  animation: move04 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
.anime05 {
  animation: move05 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
.anime06 {
  animation: move06 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}
@keyframes move01 {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 8px);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(6px, 0);
  }
  40% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move02 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes move03 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  20% {
    transform: translate(0, -8px) rotate(2deg);
  }
  40% {
    transform: translate(0, 0) rotate(0);
  }
  60% {
    transform: translate(0, 1px) rotate(-2deg);
  }
  80% {
    transform: translate(0, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes move04 {
  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 move05 {
  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);
  }
}
@keyframes move06 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(2px, 0) rotate(1deg);
  }
  20% {
    transform: translate(0, 0) rotate(0);
  }
  30% {
    transform: translate(-2px, -8px) rotate(-1deg);
  }
  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;
  background: transparent;
  padding-top: 18px;
}
header {
  width: 97%;
  max-width: 1300px;
  margin: auto;
  border-radius: 100px;
  padding: 14px 15px;
  background: #fff;
  box-shadow: rgba(7, 121, 227, 0.09) 0px 1px 18px;
}
.pc_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.pc_header h1 {
  line-height: 1;
  display: block;
  width: 185px;
  margin-left: 10px;
}
/* menu */
.pc_header ul {
  display: flex;
}
.pc_header ul li {
  margin-right: 16px;
  padding: 3px 16px 3px 0;
  border-right: 1px dashed #c2c2c2;
}
.pc_header ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.pc_header ul li a {
  color: #333;
  font-size: 0.97rem;
}
.pc_header ul li a i {
  color: #0779e3;
  font-size: 140%;
  margin-right: 4px;
}
.pc_header ul li a:hover {
  opacity: 0.6;
}
/* btn */
.pc_header .mainbtn {
  line-height: 0;
}
.pc_header .mainbtn a {
  padding: 25px 0;
  min-width: 170px;
  font-size: 0.9rem;
}
/* icon */
.headerleft {
  display: flex;
  align-items: center;
}
.headerleft .icons {
  margin-left: 7px;
}
.icons a {
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
  color: #0779e3;
  font-size: 1.65rem;
}
.icons a:hover {
  opacity: 0.6;
}
.icons a.instagram i {
  background: linear-gradient(20deg, #ffdb2c, #f13f79, #962bed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1280px) {
  .pc_header h1 {
    width: 14vw;
    margin-left: 5px;
  }
  .pc_header ul li {
    padding: 3px 1vw 3px 0;
    margin-right: 1vw;
  }
  .pc_header ul li a {
    font-size: 1.25vw;
  }
  .pc_header .mainbtn a {
    min-width: 13vw;
    font-size: 1.15vw;
  }
  .headerleft .icons {
    margin-left: 0.3vw;
  }
  .headerleft .icons a {
    font-size: 2vw;
  }
}
/* hamburger =================*/
.hamopen .header_sticky {
  position: fixed;
}
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 52px;
  height: 40px;
  margin-bottom: -3px;
}
.hamopen .hamburger {
  height: 48px;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #0779e3;
  border-radius: 10px;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
.hamburger__text {
  position: absolute;
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1;
}
.hamburger__text::before {
  content: "menu";
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.14em;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #0779e3;
  line-height: 1;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
}
.header {
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  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: 85%;
  max-width: 500px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dashed #c2c2c2;
  font-size: 1.1rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.3;
}
.global-navigation__list > li a i, .global-navigation__list li button i {
  color: #0779e3;
  font-size: 140%;
  margin-right: 7px;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btn*/
.global-navigation .btnflex a {
  margin: 0 5px;
}
/*accordion menu*/
.accordion__list li a {
  font-size: 92%;
  color: #333 !important;
}
.accordion__list li + li {
  margin-top: 3px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  color: #0779e3;
}
.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: #0779e3;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1085px) {
  .pc_header nav, .pc_header .headerleft {
    display: none;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 20px;
  }
  .header__inner {
    display: block;
  }
  .pc_header h1 {
    width: 180px;
    margin-left: 3px;
  }
}
@media (max-width: 550px) {
  header {
    padding: 15px 17px;
  }
  .pc_header h1 {
    width: 170px;
    margin-left: 3px;
  }
  .global-navigation__list > li {
    font-size: 1rem;
  }
  .global-navigation .mainbtn a {
    font-size: 0.95rem;
    margin: 7px auto;
  }
}
/* footer ================================================*/
/* お問い合わせリンク */
.footer_contact {
  position: relative;
  padding: 75px 0 80px;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
  opacity: 0.87;
  z-index: -1;
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.jpg);
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}
.footer_contact .mainbtn a {
  font-size: clamp(1.05rem, 0.96rem + 0.32vw, 1.2rem);
  font-weight: 700;
  min-width: 255px;
}
.footer_contact .mainbtn a:not(:last-of-type) {
  font-family: "Outfit", sans-serif;
}
.fax {
  pointer-events: none;
}
.footer_contact .mainbtn a.fax {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.footer_contact .mainbtn a.fax::after {
  content: none;
}
@media (max-width: 750px) {
  .footer_contact::after {
    background: linear-gradient(to top right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
  }
  .footer_contact {
    padding: 43px 0 45px;
  }
}
@media (max-width: 550px) {
  .footer_contact .mainbtn a {
    width: 100%;
    max-width: 300px;
    min-width: auto;
  }
}
/* ロゴ・アドレス */
.footer_bottom {
  background: #fff;
  padding: 55px 0 30px;
}
.footer_bottom .inner {
  width: 94%;
  max-width: 975px;
}
.f_flex {
  display: flex;
}
.flogo {
  display: block;
  min-width: 225px;
  line-height: 1;
}
.finfo {
  margin-right: 55px;
}
.f_flex .flexbox {
  width: 100%;
}
.f_flex .flexbox > div {
  border-top: 2px solid #e8e8e8;
  padding-top: 10px;
  position: relative;
}
.f_flex .flexbox > div::after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
  background: #0779e3;
}
.f_flex .flexbox > div h4 {
  font-size: clamp(1.05rem, 1.02rem + 0.1067vw, 1.1rem);
  font-weight: 700;
  line-height: 1.65;
}
.f_flex .flexbox > div h4::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  position: relative;
  top: -0.4em;
  margin-right: 0.5em;
  font-size: 50%;
  color: #0779e3;
}
.f_flex .flexbox > div h4 span {
  display: block;
  font-size: 60%;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
  color: #c4c4c4;
  position: relative;
}
/* btn */
.footer_bottom .tbtn {
  margin-top: 10px;
}
.mainbtn a.instagram::after {
  background: linear-gradient(20deg, #ffdb2c, #f13f79, #962bed);
}
.mainbtn a.instagram:hover {
  opacity: 0.6;
}
/*コピーライト*/
.copyright {
  text-align: center;
  padding: 15px 0 17px;
  border-top: 2px solid #e8e8e8;
  font-size: clamp(0.75rem, 0.63rem + 0.4267vw, 0.95rem);
}
@media(max-width:855px) {
  .footer_bottom .inner {
    width: 88%;
  }
  .f_flex {
    display: block;
  }
  .finfo {
    margin: 0 auto 35px;
  }
  .flogo {
    min-width: auto;
    width: 210px;
    margin: 0 auto;
  }
}
@media(max-width:750px) {
  .footer_bottom {
    padding: 40px 0 30px;
  }
  .f_flex .flexbox > div {
    margin-bottom: 25px;
  }
  .f_flex .flexbox > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .f_flex .flexbox > div h4 {
    margin-bottom: 3px;
  }
  .footer_bottom .tbtn {
    margin-top: 20px;
  }
}
@media(max-width:550px) {
  .finfo {
    margin-bottom: 30px;
  }
  .flogo {
    width: 185px;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 77px;
  height: 77px;
  background: #00afe8;
  border: 2px solid rgba(255, 255, 255, 0.7);
  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: 63px;
    height: 63px;
    bottom: 10px;
    right: 10px;
  }
}
/* スライド ==========================================================================*/
.TopPage {
  overflow: hidden;
}
.bannerwrap {
  padding: 50px 0 0;
  position: relative;
}
/*slider*/
.sr_slider .slick-slide {
  position: relative !important;
}
/*centerMode effect*/
.sr_slider .slick-slide {
  pointer-events: none;
  transform: scale(0.8);
  transition: all .3s;
}
.sr_slider .slick-center {
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
/*arrow*/
.sr_slider .slide_left, .sr_slider .slide_right {
  width: 70px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #0779e3;
  z-index: 1;
  cursor: pointer;
  transition: .4s;
}
.sr_slider .slide_left::before, .sr_slider .slide_right::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.sr_slider .slide_left::before {
  content: '\f060';
}
.sr_slider .slide_right::before {
  content: '\f061';
}
.sr_slider .slide_left {
  left: 28%;
}
.sr_slider .slide_right {
  right: 28%;
}
.sr_slider .slide_left::before, .sr_slider .slide_right::before {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1;
  transition: .4s;
  font-weight: bold;
}
.sr_slider .slide_left:hover, .sr_slider .slide_right:hover {
  background: #fff;
  border: 2px solid #0779e3;
}
.sr_slider .slide_left:hover::before, .sr_slider .slide_right:hover::before {
  color: #0779e3;
}
.sr_slider a:hover {
  opacity: 0.6;
}
@media (max-width: 1090px) {
  .sr_slider .slide_left {
    left: 24%;
  }
  .sr_slider .slide_right {
    right: 24%;
  }
}
@media (max-width: 750px) {
  .sr_slider .slide_left {
    left: 3%;
  }
  .sr_slider .slide_right {
    right: 3%;
  }
}
@media (max-width: 550px) {
  .bannerwrap {
    padding-top: 25px;
  }
  .sr_slider .slide_left, .sr_slider .slide_right {
    width: 48px;
  }
  .sr_slider .slide_left::before, .sr_slider .slide_right::before {
    font-size: 18px;
  }
  .sr_slider .rounded img {
    border-radius: 25px;
  }
}
/* 夢協働やまだについて ==============================================================*/
/* サンテやまだ 就労継続支援B型事業所・グループホームドリーム 共同生活援助事業所 =====*/
.services .flexbox {
  margin-bottom: 65px;
}
.services .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
/*場*/
.place {
  position: relative;
}
.place h3 {
  font-weight: 700;
  font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
  position: absolute;
  bottom: -3%;
  left: -2%;
  z-index: 1;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  padding: 0.3em 0.8em 0.4em;
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(7, 121, 227, 0.12) 0px 1px 12px;
}
.services .place h3 {
  font-size: clamp(1.05rem, 0.84rem + 0.7467vw, 1.4rem);
}
.place h3::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  position: relative;
  top: -0.4em;
  margin-right: 0.4em;
  font-size: 50%;
  color: #0779e3;
}
@media (max-width: 550px) {
  .services .flexbox {
    margin-bottom: 55px;
  }
  .place h3 {
    border-radius: 7px;
  }
  .services .place h3 {
    left: auto;
    right: -2%;
  }
}
/* 一日体験 受付中 ===================================================================*/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/*tel*/
.trial_tel {
  background: #effcff;
  border-radius: 15px;
  padding: 20px 25px;
  margin: 19px 0 25px;
}
.trial_tel a {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0779e3;
  font-size: clamp(1.3rem, 1rem + 1.0667vw, 1.8rem);
  white-space: nowrap;
}
.trial_tel a:hover {
  opacity: 0.6;
}
.trial_tel a span {
  border-right: 1px dashed #0779e3;
  padding-right: 13px;
  margin-right: 13px;
}
@media (max-width: 550px) {
  .trial_tel {
    padding: 15px;
  }
}
/**/
.trial > div {
  margin-bottom: 30px;
}
.trial > div:last-of-type {
  margin-bottom: 20px;
}
/* table */
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 2px solid #e8e8e8;
}
.tblue.info_table tr {
  border-bottom: 2px solid #d8e5e8;
}
.info_table th {
  background: transparent;
  width: 30%;
  color: #0779e3;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 16px 0;
}
.info_table tr:first-of-type th, .info_table tr:first-of-type td {
  padding-top: 5px;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table.sptable tr {
    border-bottom: none;
  }
  .info_table.sptable td {
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 0;
  }
  .tblue.info_table.sptable td {
    border-bottom: 2px solid #d8e5e8;
  }
  .info_table.sptable td, .info_table.sptable th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table.sptable th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/* 商品紹介 ==========================================================================*/
.products::before {
  content: '';
  width: 100%;
  height: 106px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  filter: invert(92%) sepia(5%) saturate(889%) hue-rotate(191deg) brightness(103%) contrast(107%);
  z-index: -100;
}
.products .wave {
  bottom: 105px;
}
.products .inner {
  position: relative;
}
.products p {
  text-align: center;
}
.pro_imgs > div {
  position: absolute;
  width: 40%;
  max-width: 430px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_imgs > div:nth-child(1) {
  left: -15%;
}
.pro_imgs > div:nth-child(2) {
  right: -15%;
}
@media (max-width: 1575px) {
  .products .inner {
    position: initial;
  }
  .pro_imgs > div {
    width: 27%;
  }
  .pro_imgs > div:nth-child(1) {
    left: 0;
  }
  .pro_imgs > div:nth-child(2) {
    right: 0;
  }
  .pro_imgs > div:nth-child(1) img {
    border-radius: 0 35px 35px 0;
  }
  .pro_imgs > div:nth-child(2) img {
    border-radius: 35px 0 0 35px;
  }
}
@media (max-width: 1250px) {
  .pro_imgs {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
  .pro_imgs > div {
    position: initial;
    width: 47%;
    max-width: 100%;
    transform: translateY(0);
  }
  .pro_imgs > div img {
    border-radius: 35px !important;
  }
  .pro_imgs > div:nth-child(2) {
    margin-top: 25px;
  }
}
@media (max-width: 750px) {
  .products .bl {
    bottom: auto !important;
    top: -21px !important;
  }
  .pro_imgs {
    position: relative;
    width: 116%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 35px;
  }
  .pro_imgs > div:nth-child(1) img {
    border-radius: 0 15px 15px 0 !important;
  }
  .pro_imgs > div:nth-child(2) img {
    border-radius: 15px 0 0 15px !important;
  }
}
/* 求人・利用者募集 ==================================================================*/
.recruit .inner {
  width: 92%;
  max-width: 1310px;
}
.recflex {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.rectext {
  width: 567px;
  margin-right: 45px;
}
.rectext .maintitle {
  text-align: left;
}
.recitems {
  width: 100%;
}
.recitems .rounded {
  margin-bottom: 25px;
}
.rectext p br {
  display: none;
}
@media (max-width: 1150px) {
  .recruit {
    padding-top: 40px;
  }
  .recruit .inner {
    width: 88%;
  }
  .recflex {
    display: block;
    padding-bottom: 105px;
  }
  .rectext {
    width: 100%;
    margin-right: 0;
  }
  .rectext .maintitle {
    text-align: center;
  }
  .rectext p {
    width: fit-content;
    margin: 0 auto 37px;
    text-align: center;
  }
  .rectext p br {
    display: block;
  }
  .recflex .mainbtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .recruit {
    padding-top: 20px;
  }
  .products p {
    text-align: left;
  }
  .products p br:nth-child(2) {
    display: none;
  }
  .recitems > div {
    margin-bottom: 40px;
  }
  .recitems > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .recflex {
    padding-bottom: 90px;
  }
  .rectext p {
    text-align: left;
    margin-bottom: 30px;
  }
  .rectext p br {
    display: none;
  }
}
/* 下層ページトップ ================================================================================================================*/
.fvwrap {
  padding-top: 18px;
  position: relative;
  overflow: hidden;
}
.fvwrap .wave {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  z-index: -100;
  margin: 0;
}
.fv {
  padding: 90px 0;
  width: calc(100% - 40px);
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  /*
  background: url(../img/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  */
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
  /*opacity: 0.8;*/
}
.fv .inner {
  max-width: 95%;
}
.fv h2 {
  margin: 0 !important;
  z-index: 1;
}
.fv h2 span, .fv h2 .mf:first-letter {
  color: #fff !important;
}
.fv h2 .mf {
  font-size: clamp(2.15rem, 1.46rem + 2.4533vw, 3.3rem);
}
@media(max-width:1085px) {
  .fv {
    padding: 75px 0;
  }
}
@media(max-width:750px) {
  .fv {
    width: calc(100% - 20px);
  }
}
@media(max-width:550px) {
  .fvwrap .wave {
    width: 540%;
  }
  .fv {
    padding: 40px 0 43px;
  }
}
/* breadcrumb */
.binner {
  width: 96%;
  max-width: 1600px;
  font-size: clamp(0.7rem, 0.61rem + 0.32vw, 0.85rem);
  position: relative;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  position: relative;
  top: -0.12em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #0779e3;
}
.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;
}
/* 法人案内ページ ===========================================================================================================*/
/* 夢協働やまだが目指すもの */
.vision.bg_box {
  padding: 120px 0 0px;
}
.vision::after {
  max-width: 1150px;
}
.vision .inner {
  max-width: 900px;
}
.v_illust {
  flex-wrap: wrap;
  display: flex;
  width: 97%;
  max-width: 1300px;
  margin: 55px auto 0;
}
.v_illust > div {
  width: calc(100% / 4);
}
@media(max-width:910px) {
  .v_illust > div {
    width: 34%;
  }
  .v_illust > div:nth-child(3) {
    margin-left: auto;
  }
}
@media(max-width:550px) {
  .vision.bg_box {
    padding: 75px 0 0;
  }
  .v_illust {
    margin-top: 27px;
  }
  .v_illust > div {
    width: 40%;
  }
}
/* 法人概要 */
.overview .inner {
  max-width: 1100px;
}
.overview .maintitle {
  margin-bottom: 22px;
}
.office p span:not(.ib) {
  display: block;
}
.office p span:not(.ib)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-weight: bold;
  color: #0779e3;
  margin-right: 2px;
}
.openinghours p {
  margin-bottom: 0;
}
.openinghours br {
  display: none;
}
@media (max-width: 750px) {
  .overview {
    padding-top: 40px;
  }
  .openinghours p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .openinghours br {
    display: block;
  }
}
@media(max-width:550px) {
  .overview .maintitle {
    margin-bottom: 13px;
  }
}
/* アクセスマップ */
.map .flexbox:not(:last-of-type) {
  margin-bottom: 85px;
}
.map .flexbox:last-of-type {
  margin-bottom: 30px;
}
@media(max-width:750px) {
  .map .flexbox .spmgb {
    margin-bottom: 13px;
  }
  .map .flexbox:last-of-type {
    margin-bottom: 7px;
  }
}
@media(max-width:550px) {
  .map .flexbox:not(:last-of-type) {
    margin-bottom: 67px;
  }
}
/* メールフォーム =======================*/
.contact .inner {
  max-width: 970px;
}
.contact .maintitle {
  margin-bottom: 23px;
}
.mailform {
  margin: 0 auto;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 1px dotted #0779e3;
}
.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: 2px;
  border-radius: 3px;
}
.mailform .row span.hissu {
  color: #fff;
  background: #0779e3;
}
.mailform .row span.ninni {
  background: #ebebeb;
}
.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 #ddd;
  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 10px 3px 0;
}
/* btn */
.mailform button {
  position: relative;
  margin: 0 auto;
  padding: 19px 0;
  display: block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  background: #0779e3;
  border: 2px solid #0779e3;
  color: #fff;
  border-radius: 100px;
  transition: .4s;
}
.mailform button:hover {
  background: #fff;
  color: #0779e3;
}
@media (max-width: 850px) {
  .contact .maintitle {
    margin-bottom: 0;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .check_label {
    display: block;
    margin: 0 0 7px;
  }
}
@media (max-width: 550px) {
  .mailform button {
    padding: 15px 0;
    min-width: 210px;
    max-width: fit-content;
    width: 100%;
  }
}
/* プライバシーポリシー */
.privacy {
  margin-top: 55px;
}
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1.05rem, 0.84rem + 0.7467vw, 1.4rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #00afe8;
  border-radius: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  padding: 13px;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #0779e3;
}
@media (max-width: 550px) {
  .privacy {
    margin-top: 45px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 93%;
  }
}
/* サンテやまだページ =======================================================================================================*/
/* サンテやまだについて */
.ntitle {
  margin-bottom: 22px;
  line-height: 1.6;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
}
/* 主な作業内容 */
.santedetails .inner {
  max-width: 1226px;
}
/* ある日のスケジュール */
.schedule .inner {
  width: 95%;
  max-width: 1400px;
}
.schedule p.fitc {
  margin-bottom: 50px;
}
.schedule_flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 115%;
}
.schedule_flow > div {
  width: 23%;
  border-radius: 15px;
  padding: 17px;
  background: #effcff;
  position: relative;
}
.schedule_flow > div:not(:last-of-type)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8%;
  color: #00afe8;
  font-size: 160%;
}
.bg_blue .schedule_flow > div {
  background: #fff;
}
.schedule_flow > div h3 {
  font-size: 122%;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: fit-content;
  margin: -30px auto 7px;
  padding: 0.4em 1.05em 0.35em;
  border-radius: 100px;
  background: linear-gradient(to right, #0779e3 0%, #0779e3 30%, #11d6f0 100%);
}
.schedule_flow > div .acheck {
  width: fit-content;
  display: block;
  margin: auto;
}
.schedule_flow > div .rounded {
  margin-top: 15px;
}
.schedule_flow > div .rounded img {
  border-radius: 15px;
  margin-bottom: 12px;
}
.schedule_flow > div .rounded img:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 1255px) {
  .schedule_flow > div:not(:last-of-type)::before {
    font-size: 1.9vw;
  }
}
@media (max-width: 1070px) {
  .schedule_flow {
    font-size: 100%;
  }
}
@media (max-width: 975px) {
  .schedule .inner {
    width: 88%;
  }
  .schedule_flow {
    display: block;
    font-size: 107%;
  }
  .schedule_flow > div {
    padding: 25px;
    width: 100%;
    margin-bottom: 50px;
    border-radius: 35px;
  }
  .schedule_flow > div:last-of-type {
    margin-bottom: 0;
  }
  .schedule_flow > div:not(:last-of-type)::before {
    content: "\f0d7";
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -42px;
    font-size: 160%;
  }
  .schedule_flow > div h3 {
    margin-top: -40px;
  }
  .schedule_flow > div .rounded {
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
  }
  .schedule_flow > div .rounded img {
    width: 48.5%;
    border-radius: 35px;
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .schedule p.fitc {
    margin-bottom: 42px;
  }
  .schedule_flow {
    font-size: 100%;
  }
  .schedule_flow > div {
    padding: 17px;
  }
  .schedule_flow > div h3 {
    margin-top: -30px;
  }
  .schedule_flow > div .rounded {
    display: block;
    margin-top: 15px;
  }
  .schedule_flow > div .rounded img {
    width: 100%;
    margin-bottom: 12px;
  }
}
/* 施設案内 */
.facilities .inner {
  width: 95%;
  max-width: 1500px;
}
/*wrapper*/
.sc_wrap {
  display: flex;
}
/*menu*/
.sticky_menu {
  width: 230px;
  position: sticky;
  top: 120px;
  left: 0;
  z-index: 1;
  height: fit-content;
  padding: 20px;
  border-radius: 15px;
  background: #effcff;
}
.bg_blue .sticky_menu {
  background: #fff;
}
.sticky_menu ul li {
  border-bottom: 1px dashed #7daedb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sticky_menu a {
  padding-left: 17px;
  color: #333;
  position: relative;
  display: inline-block;
  width: 100%;
}
.sticky_menu a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #0779e3;
}
.sticky_menu a:hover {
  opacity: 0.6;
}
/*item*/
.sticky_contents {
  width: calc(100% - 280px);
  margin-left: auto;
}
/**/
.infobox:not(:last-of-type) {
  margin-bottom: 50px;
}
.infobox:last-of-type > div:last-of-type {
  margin-bottom: 0 !important;
}
.infobox .dtitle {
  font-size: clamp(1.15rem, 0.97rem + 0.64vw, 1.45rem);
}
.infobox ul {
  display: flex;
  flex-wrap: wrap;
}
.infobox ul li {
  width: calc(100% / 4 - 16px);
  margin: 0 8px;
  margin-bottom: 15px;
}
.infobox ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 0%;
  margin-bottom: 5px;
  background-color: #f4f4f4;
}
.infobox ul li a::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.infobox ul li a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
}
.infobox ul li a:hover img {
  transform: scale(1.07);
}
@media(max-width:1255px) {
  .infobox ul li {
    width: calc(100% / 2 - 16px);
    margin: 8px;
  }
}
@media(max-width:975px) {
  .facilities .inner {
    width: 88%;
  }
  .sc_wrap {
    display: block;
  }
  .sticky_contents {
    width: 100%;
  }
  .sticky_menu {
    position: initial;
    top: 95px;
    width: 100%;
    margin: 0 auto 35px;
  }
  .sticky_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sticky_menu ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}
@media(max-width:600px) {
  .sticky_menu {
    padding: 13px 10px 7px;
  }
  .sticky_menu ul li {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .sticky_menu a {
    padding-left: 12px;
  }
  .infobox ul li {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }
}
@media(max-width:550px) {
  .infobox:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
/* ご利用について */
.guidance .maintitle {
  margin-bottom: 17px;
}
.guidance .fitc {
  margin-bottom: 25px;
  text-align: center;
}
.guide_item:not(:last-of-type) {
  margin-bottom: 110px;
}
.guidance_mini {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
}
.guidance_mini .info_table th {
  padding-right: 5px;
}
@media (max-width: 550px) {
  .guidance .fitc {
    margin-bottom: 17px;
    text-align: left;
  }
  .guidance .fitc br {
    display: none;
  }
  .guide_item:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
/* ご利用の流れ */
.guidance .inner {
  max-width: 1330px;
}
.guide_flow {
  display: flex;
  justify-content: center;
}
.guide_flow > div {
  padding: 15px 20px 20px;
  border-radius: 15px;
  position: relative;
  margin: 0 1.2%;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.guide_flow > div:nth-child(1) {
  background: #32c5ed;
}
.guide_flow > div:nth-child(2) {
  background: #0e9deb;
}
.guide_flow > div:nth-child(3) {
  background: #0779e3;
}
.guide_flow > div:nth-child(4) {
  background: #0462ba;
}
.guide_flow > div:not(:last-of-type)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  color: #00afe8;
  font-size: 160%;
}
/**/
.guide_flow > div h2 {
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 13px;
  line-height: 1.6;
  white-space: nowrap;
}
.guide_flow > div ul {
  display: flex;
  justify-content: center;
  font-size: 115%;
}
.guide_flow > div li {
  writing-mode: vertical-rl;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  margin: 0 10px;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
}
.guide_flow > div li:not(:last-of-type)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  right: -31px;
  color: #fff;
  font-size: 130%;
  opacity: 0.65;
}
.guide_flow > div li .blue {
  font-weight: 700;
}
/*arrow*/
.arrow {
  display: block;
  position: absolute;
  bottom: -42px;
  left: 23px;
  height: 6px;
  width: 324px;
  background: #00afe8;
  z-index: 1;
  filter: drop-shadow(1px 1px 0px white) drop-shadow(-1px -1px 0px white) drop-shadow(-1px 1px 0px white) drop-shadow(1px -1px 0px white);
}
.arrow::before, .arrow::after {
  content: '';
  height: 42px;
  width: 6px;
  position: absolute;
  bottom: 0;
  background: #00afe8;
  z-index: -1;
}
.arrow::before {
  left: 0;
}
.arrow::after {
  right: 0;
}
.arrow i {
  position: absolute;
  top: -50px;
  right: -12px;
  font-size: 165%;
  color: #00afe8;
}
@media (max-width: 1485px) {
  .arrow {
    width: calc(536% + 1.95vw);
  }
}
@media (max-width: 1340px) {
  .arrow {
    width: calc(536% + 1.6vw);
  }
}
@media (max-width: 1400px) {
  .guide_flow {
    transform: scale(0.85);
  }
}
@media (max-width: 1200px) {
  .guide_flow {
    transform: scale(0.77);
  }
  .arrow {
    width: calc(536% + 1.3vw);
  }
}
@media (max-width: 1075px) {
  .guide_flow {
    display: block;
    transform: scale(1);
  }
  .guide_flow > div {
    display: block;
    padding: 12px 20px 23px;
    margin: 0 0 30px;
    width: 100%;
    border-radius: 35px;
  }
  .guide_flow > div:last-of-type {
    margin-bottom: 0;
  }
  .guide_flow > div:not(:last-of-type)::before {
    content: "\f0d7";
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -38px;
    font-size: 160%;
  }
  .guide_flow > div ul {
    display: block;
    font-size: 100%;
  }
  .guide_flow > div li {
    height: fit-content;
    writing-mode: horizontal-tb;
    margin: 0 0 20px;
  }
  .guide_flow > div li:last-of-type {
    margin-bottom: 0;
  }
  .guide_flow > div li:not(:last-of-type)::before {
    content: "\f0d7";
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
    font-size: 160%;
  }
  .arrow {
    bottom: -304px;
    left: -49px;
    width: 6px;
    height: 334px;
  }
  .arrow::before, .arrow::after {
    height: 6px;
    width: 49px;
    right: auto;
    left: 0;
  }
  .arrow::before {
    top: 0;
  }
  .arrow::after {
    bottom: 0;
  }
  .arrow i {
    top: auto;
    bottom: -11px;
    right: -50px;
    transform: rotate(90deg);
  }
}
@media (max-width: 880px) {
  .arrow {
    bottom: -597%;
    height: calc(670% - 1vw);
  }
}
@media (max-width: 750px) {
  .arrow {
    left: -7.5vw;
  }
  .arrow::before, .arrow::after {
    width: 7.5vw;
  }
  .arrow i {
    right: -7.5vw;
  }
}
@media (max-width: 560px) {
  .arrow {
    bottom: -589%;
    height: calc(655% - 1vw);
  }
}
@media (max-width: 450px) {
  .arrow {
    left: -9.2vw;
  }
  .arrow::before, .arrow::after {
    width: 9.2vw;
  }
  .arrow i {
    right: -9.2vw;
  }
}
/* よくあるご質問 */
.faq > div {
  border-radius: 35px;
  padding: 25px;
  background: #effcff;
}
.bg_blue .faq > div {
  background: #fff;
}
.faq > div:not(:last-of-type) {
  margin-bottom: 13px;
}
.faq > div h2 {
  font-weight: 700;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
  line-height: 1.6;
  border-bottom: 1px dashed #7daedb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.faq > div h2, .answer {
  position: relative;
  padding-left: 32px;
}
.faq > div h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.faq > div h2::before {
  content: "Q.";
  top: 0;
  left: 0;
  opacity: 0.6;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #0779e3;
}
.textlink {
  color: #0779e3;
}
.textlink:hover {
  opacity: 0.6;
}
@media (max-width: 550px) {
  .faq > div {
    padding: 15px;
  }
  .answer::before {
    top: -0.05em;
  }
}
/* 「あなたらしく働く」をサポートします */
.sante::after {
  max-width: 1190px;
}
.sante p {
  text-align: center;
}
.white .deco::before {
  filter: brightness(0) invert(1);
}
.bg_box .deco::before {
  margin-top: -20px;
}
.sante .tr, .sante .tl {
  top: 10px !important;
}
.sante .bl, .sante .br {
  bottom: 5px !important;
}
@media (max-width: 810px) {
  .sante .inner {
    margin-bottom: 35px;
  }
  .sante p {
    text-align: left;
  }
  .sante p br {
    display: none;
  }
}
@media (max-width: 550px) {
  .sante .tr {
    top: -7px !important;
  }
  .bg_box .deco::before {
    margin-top: 0;
  }
}
/* グループホームドリームページ =============================================================================================*/
/* グループホームドリームの特徴 */
.features .inner {
  counter-reset: number 0;
}
.features .flexbox {
  counter-increment: number 1;
}
.features .flexbox:not(:last-of-type) {
  margin-bottom: 60px;
}
.features .flexbox .stitle::before {
  content: "0"counter(number)".";
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #0779e3;
  font-size: 145%;
  margin-right: 7px;
}
@media (max-width: 750px) {
  .features .flexbox .spmgb {
    margin-bottom: 10px;
  }
}
/* 暮らす安心と、自分らしさを大切に */
@media (max-width: 810px) {
  .dream .inner {
    margin-bottom: 15px;
  }
}
/* 商品紹介ページ ===========================================================================================================*/
.lineup .inner {
  max-width: 1226px;
}
.lineup .maintitle {
  margin-bottom: 50px;
}
.lineup .info_table {
  margin-top: 25px;
}
/* slider */
.contents_slider {
  box-shadow: rgba(7, 121, 227, 0.06) 0px 1px 18px;
  border-radius: 35px;
  overflow: hidden;
}
.contents_slider li {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 0%;
  width: 100%;
  transition: .6s all;
}
.contents_slider li::before {
  content: '';
  display: block;
  padding-top: 80%;
}
.contents_slider li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/**/
.contents_slider .slick-prev:before, .contents_slider .slick-next:before {
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
  opacity: 1;
  font-size: clamp(1.35rem, 1.11rem + 0.8533vw, 1.75rem);
}
.contents_slider button.slick-prev {
  left: 7px !important;
  z-index: 3 !important;
}
.contents_slider button.slick-next {
  right: 13px !important;
  z-index: 3 !important;
}
@media (max-width: 750px) {
  .lineup .maintitle {
    margin-bottom: 35px;
  }
  .lineup .spmgb {
    margin-bottom: 22px;
  }
}
/* 個数 */
#mailformpro .cell {
  position: relative;
  width: 100px;
}
#mailformpro .cell select {
  padding: 0 2px;
  margin-right: .5em;
  cursor: pointer;
  width: 100%;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
#mailformpro .cell::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #333;
}
/* 合計金額 */
.total {
  position: relative;
  text-align: center;
  margin: 90px 0 70px;
  padding: 45px 0;
  background: #effcff;
  border-radius: 35px;
}
.total .mfp {
  display: inline-block;
}
.total .total_main {
  font-weight: 700;
  font-size: clamp(1.2rem, 0.825rem + 1.2vw, 1.5rem);
  margin-bottom: 10px;
}
.total_sub {
  font-size: clamp(1rem, 0.8125rem + 0.6vw, 1.15rem);
}
.total .fitc {
  text-align: left;
  padding: 0 17px;
  margin-bottom: 0;
  font-size: clamp(0.9rem, 0.84rem + 0.2133vw, 1rem);
}
@media (max-width: 550px) {
  .total {
    padding: 30px 0;
    margin: 57px 0 48px;
  }
}
/* ご注文フォーム */
.orderform .mailform {
  max-width: 1050px;
}
.mfp_err {
  width: 100% !important;
  max-width: 100% !important;
}
.mf_format {
  counter-reset: number 0;
}
.orderform .mailform .stitle {
  margin-bottom: 0;
}
.orderform .mailform .stitle::before {
  counter-increment: number 1;
  content: "0"counter(number)".";
  color: #00afe8;
  margin-right: 7px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.orderform .mailform .stitle:not(:first-child) {
  margin-top: 30px;
}
/* チェックボックス */
.check_req input {
  float: left;
}
.check_req label {
  display: block !important;
  overflow: hidden;
  padding-left: 5px;
  margin-bottom: 7px;
}
.check_req input[type=checkbox] {
  position: relative;
  top: 0.35em;
  left: 0;
  cursor: pointer;
}
/* リセットボタン */
.button_wrap {
  margin-top: 15px;
}
button.mfp_element_submit:hover {
  background: #fff !important;
  box-shadow: none !important;
}
.button_wrap .reset {
  margin-top: 10px;
  color: #0779e3;
  background: #fff;
  border: 2px solid #0779e3;
}
.button_wrap .reset:hover {
  color: #fff;
  background: #0779e3;
}
/* 特定商取引法に基づく表記 */
.notice {
  padding-top: 30px;
}
.notice .inner {
  max-width: 1100px;
}
.notice .maintitle {
  margin-bottom: 22px;
}
.notice .tl, .tr {
  top: -76px !important;
}
@media (max-width: 750px) {
  .notice .bg_box.inner {
    padding: 35px 0;
  }
}
@media (max-width: 550px) {
  .notice .maintitle {
    margin-bottom: 13px;
  }
  .notice .tl, .tr {
    top: -27px !important;
  }
}
/* 求人・利用者募集ページ ===================================================================================================*/
.RecruitPage {
  overflow: hidden;
}
/* いっしょに“働くこと・暮らすこと”を支える仲間を募集しています。 */
.nowhiring .inner {
  max-width: 884px;
}
.nowhiring .ntitle {
  font-size: clamp(1.25rem, 0.98rem + 0.96vw, 1.7rem);
}
.deco {
  position: relative;
}
.deco::before {
  content: url(../img/deco.svg);
  width: 115px;
  height: auto;
  display: block;
  margin: -40px auto 0;
  filter: invert(35%) sepia(52%) saturate(4079%) hue-rotate(194deg) brightness(93%) contrast(95%);
}
/*illust*/
.rec_illust {
  max-width: 830px;
  margin: 40px auto -120px;
}
@media (max-width: 750px) {
  .rec_illust {
    position: relative;
    left: 50.7%;
    transform: translateX(-50%);
    width: 115%;
  }
}
@media(max-width:550px) {
  .nowhiring .ntitle {
    font-size: 5.4vw;
  }
  .deco::before {
    width: 75px;
    margin-top: -8px;
  }
  .rec_illust {
    margin: 22px auto -50px;
  }
}
/* サービス利用をご検討中の方へ */
.guide .inner {
  max-width: 1242px;
}
.blue {
  color: #0779e3;
}
.mgb15 {
  margin-bottom: 15px;
}
.gbox {
  background: #effcff;
  border-radius: 35px;
  padding: 35px;
}
.bg_blue .gbox {
  background: #fff;
}
.gbox:not(:last-of-type) {
  margin-bottom: 35px;
}
.w32.gbox {
  margin-bottom: 0;
  padding: 25px;
}
@media(max-width:1105px) {
  .gbox:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .w32.gbox {
    width: 100%;
    margin-bottom: 25px;
  }
  .w32.gbox:last-of-type {
    margin: auto;
  }
}
@media(max-width:550px) {
  .gbox {
    padding: 23px 17px !important;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
}
.border.acheck li {
  border-bottom: 1px dashed #7daedb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #0779e3;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.iblist li {
  display: inline-block;
  margin-right: 15px;
}
.iblist li:last-of-type {
  margin-right: 0;
}
/* スタッフ募集 */
.recruitment .inner {
  max-width: 1247px;
}
/* ご応募・お問い合わせ */
.clist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 7px;
}
.clist li {
  width: 350px;
  margin: 0 9px 15px;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(7, 121, 227, 0.12) 0px 1px 12px;
  color: #333;
  font-weight: 700;
  font-size: clamp(1rem, 0.91rem + 0.32vw, 1.15rem);
}
.clist li span {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 18px;
  position: relative;
  line-height: 1.7;
}
.clist li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  position: absolute;
  top: 0.6em;
  left: 0;
  font-size: 60%;
  color: #0779e3;
}
@media(max-width:550px) {
  .clist li {
    width: 100%;
    margin-bottom: 11px;
  }
}