@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", 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;
}
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: 90px 0 100px;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 50px 0;
  }
  main section:last-of-type {
    padding-bottom: 65px;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 15px;
}
/*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;
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
  .spfitc {
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 見出し */
/*01*/
.maintitle {
  text-align: center;
  margin-bottom: 30px;
}
.maintitle.mtleft {
  text-align: left;
}
.maintitle .mf {
  line-height: 1.15;
  font-size: 1.5rem;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 15px;
  color: #8dc7e6;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.bg_yellow .maintitle .mf {
  text-shadow: 1px 1px 0 #fffdde, -1px -1px 0 #fffdde, -1px 1px 0 #fffdde, 1px -1px 0 #fffdde, 0px 1px 0 #fffdde, 0 -1px 0 #fffdde, -1px 0 0 #fffdde, 1px 0 0 #fffdde;
}
.mf.inview {
  animation: textanimation 0.7s 0.1s cubic-bezier(0.6, -0.5, 0.3, 1.6) backwards;
}
.txtmgb {
  margin-bottom: 17px;
}
/* animetion */
.sf {
  display: inline-block;
  width: 100%;
}
.sf svg {
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
}
.sf path {
  display: inline-block;
  transform: translateY(50%);
  opacity: 0;
}
.sf.inview path {
  animation: textanimation 0.7s cubic-bezier(0.6, -0.5, 0.3, 1.6) forwards;
}
.sf svg path:nth-child(1) {
  animation-delay: 0.2s;
}
.sf svg path:nth-child(2) {
  animation-delay: 0.4s;
}
.sf svg path:nth-child(3) {
  animation-delay: 0.6s;
}
.sf svg path:nth-child(4) {
  animation-delay: 0.8s;
}
.sf svg path:nth-child(5) {
  animation-delay: 1s;
}
.sf svg path:nth-child(6) {
  animation-delay: 1.2s;
}
.sf svg path:nth-child(7) {
  animation-delay: 1.4s;
}
.sf svg path:nth-child(8) {
  animation-delay: 1.6s;
}
.sf svg path:nth-child(9) {
  animation-delay: 1.8s;
}
.sf svg path:nth-child(10) {
  animation-delay: 2s;
}
.sf svg path:nth-child(11) {
  animation-delay: 2.2s;
}
.sf svg path:nth-child(12) {
  animation-delay: 2.4s;
}
.sf svg path:nth-child(13) {
  animation-delay: 2.6s;
}
@keyframes textanimation {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.jkuc {
  color: #54adda;
  font-size: clamp(2.1rem, 1.56rem + 1.92vw, 3rem);
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 17px;
  margin-top: -8px;
}
.txtmgb .jkuc {
  margin-bottom: 0;
}
@media (max-width:550px) {
  .jkuc {
    margin-bottom: 10px;
  }
}
/*02*/
.stitle {
  font-weight: 700;
  font-size: clamp(1.3rem, 1.15rem + 0.5333vw, 1.55rem);
  padding-left: 2px;
  line-height: 1.7;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #54adda;
}
.stitle .en {
  display: block;
  color: #54adda;
  text-transform: capitalize;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  font-size: 60%;
}
/* ボタン */
.mainbtn a span:not(.pagename) {
  position: relative;
  margin: 0 auto;
  padding: 25px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 270px;
  text-align: center;
  color: #fff;
  background: #54adda;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: 0.4s all;
  pointer-events: auto;
}
.mainbtn a span:not(.pagename):hover {
  border: 2px solid #54adda;
  color: #54adda;
  background: #fef86e;
}
.mainbtn a span:not(.pagename)::after {
  content: '';
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  border-radius: 100px;
  transition: .4s all;
}
.mainbtn a span:not(.pagename):hover::after {
  border: 1px dashed #54adda;
}
.mainbtn a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: fit-content;
  height: 145px;
  pointer-events: none;
}
.mainbtn .pagename {
  width: fit-content;
  position: absolute;
  top: 10px;
  left: 0;
  color: #54adda;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 95%;
  padding: 0 5% 5%;
  animation: movinganime steps(2) 2.15s infinite;
}
.mainbtn .pagename::before {
  content: '';
  display: block;
  background-image: url(../img/button.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
}
@keyframes movinganime {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(-8deg)
  }
}
.mainbtn a img {
  display: block;
  width: auto;
  height: 60px;
  position: absolute;
  top: 60px;
  right: 17%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.mainbtn a:hover img {
  opacity: 1;
  top: 0;
  transition: 0.6s;
}
.mainbtn a:hover {
  pointer-events: auto;
}
/**/
.mainbtn .yellow span:not(.pagename) {
  border: 2px solid #54adda;
  color: #54adda;
  background: #fef86e;
}
.mainbtn .yellow span:not(.pagename):hover {
  border: 2px solid #fff;
  color: #fff;
  background: #54adda;
}
.mainbtn .yellow span:not(.pagename)::after {
  border: 1px dashed #54adda;
}
.mainbtn .yellow span:not(.pagename):hover::after {
  border: 1px dashed #fff;
}
/**/
.tbtn {
  margin-top: 30px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a span:not(.pagename) {
    padding: 20px 5px;
    min-width: 230px;
    width: 100%;
  }
  .mainbtn a span:not(.pagename)::after {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }
  .mainbtn a {
    height: 135px;
  }
  .mainbtn a img {
    opacity: 1;
    top: 0;
  }
  .tbtn {
    margin-top: 20px;
  }
}
/* 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: 55px;
  }
  .spmgb02 {
    margin-bottom: 35px;
  }
  .rounded.spmgb02 {
    margin-bottom: 20px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
  .rounded img {
    border-radius: 15px;
  }
}
@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%;
  }
  .inner02 .flexbox .rounded img {
    border-radius: 15px 0 0 15px;
  }
  .inner02 .reverse .rounded img {
    border-radius: 0 15px 15px 0;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
  .inner02 .rounded img {
    border-radius: 15px !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 51.5%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background ================*/
.bg_yellow {
  position: relative;
}
.bg_yellow::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fffdde;
  z-index: -100;
}
.bg_box {
  background: #fef86e;
}
.bg_box::after, .bg_box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  pointer-events: none;
}
.bg_box::before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #fff;
}
.bg_box::after {
  width: calc(100% - 49px);
  height: calc(100% - 49px);
  border: 2px dashed #54adda;
}
@media (max-width: 750px) {
  .bg_box .inner {
    width: 80%
  }
}
@media (max-width: 550px) {
  .bg_box::before {
    width: calc(100% - 13px);
    height: calc(100% - 15px);
  }
  .bg_box::after {
    width: calc(100% - 27px);
    height: calc(100% - 27px);
  }
}
/* illust */
.bg01::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/01.svg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 35%;
  z-index: -2;
  opacity: 0.5;
}
.bg02::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/02.svg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 28%;
  z-index: -2;
  opacity: 0.5;
}
.bg03::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/03.svg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 23%;
  z-index: -2;
  opacity: 0.5;
}
.bg04::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/04.svg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 35%;
  z-index: -2;
  opacity: 0.6;
}
.bg05::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/05.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 45%;
  z-index: -2;
  opacity: 0.6;
}
.bg_yellow.bg01::before, .bg_yellow.bg02::before, .bg_yellow.bg03::before, .bg_yellow.bg04::before, .bg_yellow.bg05::before, .bg_yellow .bg01::before, .bg_yellow .bg02::before, .bg_yellow .bg03::before, .bg_yellow .bg04::before, .bg_yellow .bg05::before {
  opacity: 0.65;
}
@media (max-width: 750px) {
  .bg01::before {
    background-size: 210px;
  }
  .bg02::before {
    background-size: 170px;
  }
  .bg03::before {
    background-size: 170px;
  }
  .bg04::before {
    background-size: 280px;
  }
  .bg05::before {
    background-size: 75%;
  }
}
/* 糸 */
.bg_line::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/fvline.svg) no-repeat;
  background-position: bottom 5% center;
  background-size: 110%;
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
  opacity: 0.6;
}
@media (max-width: 750px) {
  .bg_line::before {
    background-size: 220%;
    background-position: bottom 5px left 30%;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* illust ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: fit-content !important;
  width: 19% !important;
  max-width: 240px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: fit-content !important;
  height: auto !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.single {
  width: 9% !important;
  max-width: 115px !important;
}
.ill_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 30% !important;
}
.ill_flex:not(.three) > div {
  width: 43% !important;
}
.ill_flex:not(.three) > div:nth-child(3) {
  margin: auto;
  margin-top: 5px;
}
.ill_flex.three {
  align-items: center;
  width: 50% !important;
  max-width: 345px !important;
}
.ill_flex.three > div {
  width: 28% !important;
}
@media (max-width: 1210px) {
  .ill_flex {
    width: 18% !important;
  }
  .ill_flex.three {
    width: 30% !important;
  }
}
@media (max-width: 750px) {
  .single {
    width: 16% !important;
  }
  .ill_flex {
    width: 34% !important;
  }
  .ill_flex.three {
    width: 53% !important;
  }
}
@media (max-width: 550px) {
  .ill_flex {
    max-width: 135px !important;
  }
  .ill_flex.three {
    max-width: 210px !important;
  }
}
/*位置*/
.tl, .tr {
  top: -55px !important;
}
.tl {
  left: 10px !important;
}
.tr {
  right: 10px !important;
}
.bl, .br {
  bottom: -50px !important;
}
.bl {
  left: 10px !important;
}
.br {
  right: 10px !important;
}
@media (max-width: 550px) {
  .tl, .tr {
    top: -35px !important;
  }
  .bl, .br {
    bottom: -50px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 16% !important;
}
.psr .ill_flex {
  width: 34% !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;
}
.psr .single {
  width: 20% !important;
}
/**/
.filter img {
  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);
}
.filter_yellow {
  filter: drop-shadow(1px 1px 0px #fffdde) drop-shadow(-1px -1px 0px #fffdde) drop-shadow(-1px 1px 0px #fffdde) drop-shadow(1px -1px 0px #fffdde);
}
@media (max-width: 1190px) {
  .filter img {
    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) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75));
  }
}
@media (max-width: 750px) {
  .spfilter img {
    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) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75));
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* text animetion */
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: textanimation 0.9s 0.1s cubic-bezier(0.6, -0.5, 0.3, 1.6) backwards;
}
.anime-up {
  text-transform: none !important;
}
.anime-up > span:first-of-type {
  text-transform: capitalize;
}
/* illust animetion */
.ill_slide {
  width: fit-content !important;
  position: relative;
}
.ill_slide img {
  animation: ill_slide steps(1) 2.15s infinite;
}
.ill_slide img:nth-child(n+2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  animation-direction: reverse;
}
@keyframes ill_slide {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.kaku {
  animation: movinganime steps(2) 2.15s infinite;
}
.yura {
  animation: korokoro 3s infinite ease-in-out alternate;
}
@keyframes korokoro {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  51% {
    transform: translate(0, 0) rotate(0deg);
  }
  55% {
    transform: translate(0, 0) rotate(-3deg);
  }
  59% {
    transform: translate(0, -1px) rotate(0deg);
  }
  60% {
    transform: translate(0, -1px) rotate(3deg);
  }
  65% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  70% {
    transform: translate(0, 1px) rotate(0deg);
  }
  75% {
    transform: translate(0, 0) rotate(3deg);
  }
  79% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/*=== 共通部分ここまで ===*/
/* header ========================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0 22px;
  transition: .6s all;
  background: transparent;
}
header.change {
  background: #fff;
}
header a {
  color: #333;
}
.header_inner {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
.hlogo {
  line-height: 1;
  display: block;
  width: 170px;
}
.hlogo img {
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
}
/* menu */
.header_menu {
  transition: .6s all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 100px;
}
.header_menu ul {
  display: flex;
  margin-right: 5px;
}
.header_menu ul li {
  margin: 0 15px;
  text-align: center;
}
.header_menu ul li a {
  display: block;
  font-size: 1.03rem;
  line-height: 1.7;
}
.header_menu ul li a:hover {
  opacity: 0.6;
}
/*SNS icon*/
.iconbtn {
  position: fixed;
  height: 53px;
  top: 21px;
  right: 107px;
  z-index: 9999;
  font-size: 1.4rem;
  pointer-events: auto;
}
.iconbtn a:hover {
  opacity: 0.6;
}
/* hamburger ======================*/
.hamburger {
  display: block;
  position: fixed;
  height: 53px;
  top: 19.5px;
  right: 30px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
  pointer-events: auto;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
  border-radius: 10px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #333;
}
.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: -9px;
}
.hamburger__line:after {
  top: 9px;
}
.header__nav-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
  width: 390px;
  visibility: hidden;
  transition: 0.4s all;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background: #fff;
  transform: translateX(100%);
}
.header__nav-area.-active {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
/**/
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.site_wrap::after {
  position: fixed;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #54adda;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.hamopen .site_wrap::after {
  opacity: 0.4;
  pointer-events: auto;
}
.hamopen header {
  background: transparent !important;
  pointer-events: none;
}
.hamopen .header_menu {
  opacity: 0;
}
/* menu */
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 80%;
  padding: 60px 0 80px;
  position: relative;
  z-index: 2;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  border-bottom: 1px dashed #54adda;
}
.global-navigation__list > li a {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.3;
  padding: 20px 5px;
  font-size: 1.05rem;
  position: relative;
}
.global-navigation__list > li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(1.3, 1);
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  line-height: 1;
  font-size: 70%;
  transition: .4s all;
}
.global-navigation__list > li a:hover::after {
  right: 5px;
}
.global-navigation__list > li a:hover {
  color: #54adda;
}
@media (max-width: 1190px) {
  .header_inner nav {
    display: none;
  }
  .hlogo {
    width: 160px;
  }
  .hamburger {
    right: 18px;
  }
  .iconbtn {
    top: 17px;
    right: 90px;
    font-size: 1.65rem;
  }
}
@media (max-width: 750px) {
  .hamopen .site_wrap::after {
    opacity: 0;
  }
  .header__nav-area {
    width: 100%;
    opacity: 0;
    transform: translateX(0);
  }
  .header__nav-area.-active {
    opacity: 1;
  }
}
@media (max-width: 550px) {
  header {
    padding: 15px 5px;
  }
  .hlogo {
    width: 130px;
  }
  .global-navigation__list > li a {
    font-size: 1rem;
  }
  .hamburger {
    top: 8px;
    right: 6px;
  }
  .iconbtn {
    top: 9px;
    right: 67px;
    font-size: 1.45rem;
  }
}
/* footer ========================================================*/
.wide {
  position: relative;
}
.wide > img {
  object-fit: cover;
  width: 100%;
  height: 450px;
  min-height: 350px;
}
@media (max-width: 1700px) {
  .wide > img {
    height: 26vw;
  }
}
@media (max-width: 1100px) {
  .wide > img {
    height: 35vw;
  }
}
@media (max-width: 750px) {
  .wide > img {
    min-height: auto;
    height: 60vw;
  }
}
/**/
.footer {
  padding: 60px 0;
  position: relative;
}
.footer .inner {
  width: 94%;
}
/*logo*/
.flogo {
  display: block;
  width: 165px;
  margin-bottom: 15px;
}
.flogo img {
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
}
/*info*/
.finfo {
  width: 38%;
}
.finfo > div {
  width: fit-content;
  margin: auto;
}
.finfo p {
  margin-bottom: 0;
}
.finfo a {
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #54adda;
}
.finfo a i {
  font-size: 117%;
}
.finfo a:hover {
  opacity: 0.6;
}
.copyright {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 0.9rem;
}
/*map*/
.fmap {
  width: 58%;
}
.fmap iframe {
  border-radius: 15px;
  width: 100%;
  height: 350px;
}
@media (max-width: 750px) {
  .finfo, .fmap {
    width: 100%;
  }
  .finfo {
    text-align: center;
    margin-bottom: 35px;
  }
  .flogo {
    margin-left: auto;
    margin-right: auto;
  }
  .finfo a {
    display: block;
    margin-top: 12px;
  }
  .fmap iframe {
    height: 280px;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 33px 0 95px;
  }
  .flogo {
    width: 140px;
  }
  .copyright {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    font-size: 0.83rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background: #fef86e;
  border: 2px solid #54adda;
  position: fixed;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
  color: #54adda;
  transition: 0.35s, transform 0.35s cubic-bezier(0.6, -0.5, 0.3, 1.6);
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: clamp(0.9rem, 0.78rem + 0.4267vw, 1.1rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top::after {
  content: '';
  width: 89%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #54adda;
  pointer-events: none;
  border-radius: 50%;
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 67px;
    right: 11px;
    bottom: 10px;
  }
}
/* スライド ======================================================*/
.topslide {
  position: relative;
  overflow: hidden;
}
/* illust */
.topillust {
  position: relative;
  width: 100%;
  height: 520px;
}
/**/
.people {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 3vw;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  width: 45%;
  max-width: 600px;
}
.people .ill_flex {
  max-width: 100% !important;
  width: 47% !important;
}
.people .ill_flex:last-of-type {
  margin-top: 15%;
}
@media(max-width:1115px) {
  .people {
    right: 5%;
  }
}
@media(max-width:800px) {
  .people {
    max-width: 310px;
    width: 59%;
    top: auto;
    bottom: 7%;
    transform: translateY(0);
  }
}
/* 背景イラスト */
.topillust .rotation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  width: 80%;
  opacity: 0.5;
}
.topillust .rotation img {
  animation: rotateanim 155s linear infinite normal;
}
/* 点線 */
.fvline {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  z-index: 1;
}
.fvline img {
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
  width: 100%;
}
@keyframes rotateanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1190px) {
  .topillust {
    height: 450px;
  }
  .topillust .rotation {
    width: 100%;
    right: -30%;
  }
}
@media (max-width: 550px) {
  .topillust {
    height: 105vw;
  }
  .topillust .rotation {
    width: 140%;
    right: -50%;
  }
  .fvline {
    top: 42%;
    bottom: auto;
    left: -7%;
    transform: translateX(0);
    width: 220%;
  }
}
/* catchcopy */
.catchcopy {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  color: #54adda;
  font-weight: 700;
  font-size: 2.9rem;
  white-space: nowrap;
  line-height: 1.5;
  z-index: 3;
  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) drop-shadow(0 0 3px rgba(255, 255, 255, 15)) drop-shadow(0 0 3px rgba(255, 255, 255, 15)) drop-shadow(0 0 3px rgba(255, 255, 255, 15));
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .catchcopy {
  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) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) !important;
}
.catchcopy br {
  display: none;
}
@media (max-width: 1115px) {
  .catchcopy {
    top: 45%;
    left: 7%;
  }
  .catchcopy br {
    display: block;
  }
}
@media(max-width:800px) {
  .catchcopy {
    top: 22.5%;
    transform: translateY(0);
  }
}
@media (max-width: 550px) {
  .catchcopy {
    left: 5%;
    font-size: 9vw;
    filter: drop-shadow(0.7px 0.7px 0px white) drop-shadow(-0.7px -0.7px 0px white) drop-shadow(-0.7px 0.7px 0px white) drop-shadow(0.7px -0.7px 0px white) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 3px rgba(255, 255, 255, 0.75));
  }
}
/* slider */
.sliderWrap p {
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  width: fit-content;
  position: absolute;
  top: -45px;
  left: -8%;
  color: #54adda;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 1.7% 35px;
  font-size: clamp(0.95rem, 0.86rem + 0.32vw, 1.1rem);
  animation: movinganime steps(2) 2.15s infinite;
}
.sliderWrap p::before {
  content: '';
  display: block;
  background-image: url(../img/button.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
}
/**/
.sliderWrap {
  width: 80%;
  margin-left: auto;
  padding: 2.2% 0 2.2% 2.2%;
  background: #fef86e;
  border-radius: 15px 0 0 15px;
  /*
  border: 20px solid #fef86e;
  border-right: 0;
	*/
  position: relative;
  z-index: 2;
}
/*
.sliderWrap::after {
  content: '';
  width: calc(100% - 1.2%);
  height: calc(100% - 10%);
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  border: 1px dashed #54adda;
  border-right: 0;
  border-radius: 15px 0 0 15px;
  z-index: 1;
  pointer-events: none;
}
*/
.sr_slider .slick-slide {
  margin-right: 0.7% !important;
  position: relative !important;
}
.sr_slider .slick-slide img {
  border-radius: 15px;
}
/*arrow*/
.sr_slider .slide_left, .sr_slider .slide_right {
  width: 53px;
  padding-bottom: 0.1%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  bottom: -11%;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #54adda;
  z-index: 2;
  cursor: pointer;
  transition: .4s;
  font-weight: 700;
}
.sr_slider .slide_left span, .sr_slider .slide_right span {
  color: #fff !important;
}
.sr_slider .slide_left {
  transform: translate(-130%, 0);
}
.sr_slider .slide_left span, .sr_slider .slide_right span {
  color: #54adda;
  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;
}
.sr_slider .slide_left:hover span, .sr_slider .slide_right:hover span {
  color: #54adda !important;
}
@media (max-width: 1190px) {
  .sliderWrap p {
    padding: 0 2.2% 45px;
  }
  .sliderWrap {
    padding: 25px 0 25px 25px;
    /*
    border: 15px solid #fef86e;
    border-right: 0;
	  */
  }
  .sr_slider .slide_left, .sr_slider .slide_right {
    width: 40px;
    bottom: -17px;
  }
  .sr_slider .slide_left span, .sr_slider .slide_right span {
    font-size: 18px;
  }
}
@media (max-width: 550px) {
  .sliderWrap p {
    left: 1%;
    font-size: 0.75rem;
  }
  .sliderWrap {
    padding: 20px 0;
    width: 100%;
    border-radius: 0;
    /*
    border: 10px solid #fef86e;
    border-right: 0;
    border-left: 0;
	  */
  }
  .sliderWrap::after {
    width: 100%;
    height: calc(100% - 15px);
    border-left: 0;
    border-radius: 0;
  }
}
/* bottom illust */
.bottomillust {
  max-width: 220px;
  width: 20% !important;
  position: absolute;
  bottom: 1%;
  left: 3%;
}
@media (max-width: 1450px) {
  .bottomillust {
    width: 15% !important;
  }
}
@media (max-width: 550px) {
  .bottomillust {
    display: none;
  }
}
/* Lankaってなに =================================================*/
.welcome .inner {
  margin-bottom: 95px;
}
.welcome .inner .flexbox {
  position: relative;
  width: 100%;
}
.lanka {
  position: absolute;
  top: 45%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
/*img*/
.wel_image {
  margin-left: auto;
  width: 53%;
  position: relative;
  padding-bottom: 60px;
}
.wel_image .images div {
  display: block;
}
.wel_image .images div:nth-child(1) {
  margin-left: auto;
  width: 55%;
}
.wel_image .images div:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
}
@media (max-width: 750px) {
  .lanka {
    position: initial;
    transform: translateY(0);
  }
  .wel_image {
    width: 100%;
    padding-bottom: 33vw;
  }
  .wel_image .images div {
    width: 65% !important;
  }
  .wel_image img {
    object-fit: cover;
    width: 100%;
    height: 40vw;
  }
}
/**/
.welcome p {
  margin-bottom: 20px;
}
.str {
  margin-bottom: 33px;
  font-weight: 700;
  color: #54adda;
  font-size: clamp(1.3rem, 1.06rem + 0.8533vw, 1.7rem);
}
.welcome .str {
  font-size: clamp(1.2rem, 0.99rem + 0.7467vw, 1.55rem);
}
.border {
  padding-bottom: 4px;
  border-bottom: 1px dashed #54adda;
}
@media (max-width: 1565px) {
  .welcome .inner02 .flexbox {
    align-items: stretch;
  }
  .welcome .inner02 .rounded {
    display: flex;
  }
  .welcome .inner02 .rounded img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .welcome .inner {
    margin-bottom: 35px;
  }
  .welcome {
    padding-bottom: 0 !important;
  }
  .welcome .inner02 .rounded {
    width: 117%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .welcome .inner02 .rounded img {
    border-radius: 0 !important;
  }
}
/* tablet */
@media (max-width: 1135px) {
  .tablet .str {
    font-size: 2.04vw;
    white-space: nowrap;
  }
  .tablet_nowrap {
    font-size: 1.5vw;
    white-space: nowrap;
  }
  .tablet_br {
    display: none;
  }
}
@media (max-width: 750px) {
  .tablet .str {
    font-size: clamp(1.2rem, 0.99rem + 0.7467vw, 1.55rem);
    white-space: normal;
  }
  .tablet_nowrap {
    font-size: 100%;
    white-space: normal;
  }
}
/* Lankaの活動 ===================================================*/
.activities .inner {
  max-width: 1254px;
}
.activities .tbtn {
  margin-top: 0;
}
.activities .flexbox {
  justify-content: center;
}
.activities .flexbox > div {
  width: 29.3%;
  margin: 0 2% 37px;
}
.activities .flexbox h2 {
  line-height: 1.6;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.16rem + 0.32vw, 1.4rem);
}
.activities .flexbox h2 span {
  display: block;
  font-size: 60%;
  color: #54adda;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.activities .flexbox .pd_image {
  margin-bottom: 15px;
}
/**/
.activities .flexbox .psr .br {
  width: 22% !important;
}
/**/
.pd_image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 5px;
}
.pd_image::after {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../img/dashedline.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
.pd_image::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.pd_image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .activities .flexbox > div {
    width: 45%;
    margin: 0 2.4% 37px;
  }
}
@media (max-width: 750px) {
  .activities .flexbox .psr .br {
    width: 18% !important;
  }
  .activities .flexbox > div {
    width: 100%;
    margin: 0 0 50px;
  }
  .activities .tbtn {
    margin-top: -10px;
  }
}
/* どんな人が通っているの ========================================*/
.wkop .inner:first-of-type .fitc {
  text-align: center;
  margin-bottom: 55px;
}
/**/
.placeinner {
  position: relative;
  margin: auto;
  width: 97%;
  max-width: 889px;
  height: 492px;
}
.placeinner p:last-of-type {
  margin-bottom: 0;
}
.placeinner > div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.placeinner > div:nth-child(2n+1) div {
  border-radius: 45% 51% 43% 57% / 58% 39% 51% 42%;
}
.placeinner > div div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 58% 46% 51% 52% / 42% 51% 48% 47%;
  width: fit-content;
  background: #fef86e;
  color: #54adda;
  text-align: center;
  white-space: nowrap;
  padding: 40px;
}
.placeinner > div.blueen div {
  background: #54adda;
  color: #fff;
  font-size: 110%;
}
.placeinner > div.blueen {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.placeinner > div:nth-child(2) {
  top: 1%;
  left: 2%;
  width: 173px;
}
.placeinner > div:nth-child(3) {
  top: 38%;
  left: 6%;
}
.placeinner > div:nth-child(4) {
  bottom: 0;
  left: 35%;
}
.placeinner > div:nth-child(5) {
  bottom: 16%;
  right: 22%;
}
.placeinner > div:nth-child(6) {
  bottom: 0;
  right: 1%;
}
.placeinner > div:nth-child(7) {
  top: 10%;
  right: 3%;
}
@media (max-width: 920px) {
  .placeinner {
    height: 57vw;
  }
  .placeinner > div div {
    font-size: 1.9vw;
    padding: 4vw;
  }
}
@media (max-width: 750px) {
  .wkop .mainbtn a img, .wkop .mainbtn .pagename {
    filter: brightness(0) invert(1);
  }
  .wkop {
    padding-bottom: 0;
    clip-path: ellipse(150% 100% at top);
  }
  .wkop .inner:first-of-type .fitc {
    text-align: left;
    margin-bottom: 30px;
  }
  .place {
    background: #54adda;
    clip-path: ellipse(150% 100% at bottom);
    padding: 80px 0;
  }
  .placeinner {
    width: 88%;
    /*max-width: 400px;*/
    margin: auto;
    height: fit-content;
  }
  .placeinner > div, .placeinner > div div {
    width: fit-content;
  }
  .placeinner > div {
    position: initial;
  }
  .placeinner > div div {
    font-size: 100%;
    padding: 30px;
  }
  .placeinner > div.blueen {
    transform: translateX(0);
    width: 100%;
    margin-bottom: 30px;
  }
  .placeinner > div.blueen div {
    border-radius: 0;
    aspect-ratio: auto;
    background: transparent;
    color: #fff;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    padding: 0;
  }
  .placeinner > div.blueen p br {
    display: none;
  }
  .placeinner > div:nth-child(2n) {
    margin-left: auto;
  }
  /*枠を丸から角丸の四角へ*/
  .placeinner > div, .placeinner > div div {
    width: 100% !important;
  }
  .placeinner > div {
    margin-bottom: 10px;
  }
  .placeinner > div div {
    aspect-ratio: auto;
    padding: 17px 20px;
    border-radius: 15px !important;
    white-space: normal;
    text-align: left;
  }
  .placeinner > div div:last-of-type {
    margin-bottom: 0 !important;
  }
  .placeinner > div div p br {
    display: none;
  }
}
@media (max-width: 550px) {
  .wkop {
    clip-path: ellipse(220% 100% at top);
  }
  .place {
    padding: 60px 0;
    clip-path: ellipse(220% 100% at bottom);
  }
}
/* リンクバナー ===============================*/
.snsbanner {
  width: 100%;
  max-width: 770px;
  margin: auto;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  border: 4px solid #fef86e;
  color: #333;
}
.sbimg {
  width: 40%;
}
.sbimg img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  transition: all 0.6s ease;
}
.snsbanner:hover .sbimg img {
  transform: scale(1.05);
}
.sbtext {
  position: relative;
  z-index: 1;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fef86e;
}
.sbtext h2 {
  font-size: clamp(1.1rem, 0.77rem + 1.1733vw, 1.65rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 2px;
}
.sbtext h2 img {
  width: 120px;
  margin-right: 10px;
}
.sbtext p {
  font-size: clamp(0.9rem, 0.78rem + 0.4267vw, 1.1rem);
  display: flex;
  align-items: center;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px dashed #54adda;
  color: #54adda;
  margin-bottom: 0;
}
.sbtext p img {
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
  width: 18px;
  margin-left: 7px;
}
@media (max-width: 750px) {
  .snsbanner {
    display: block;
  }
  .sbimg, .sbtext {
    width: 100%;
  }
  .sbimg img {
    height: 60vw;
  }
  .sbtext {
    padding: 20px 0;
  }
  .sbtext h2 img {
    width: 90px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fvtop {
  padding: 105px 0 60px;
  position: relative;
}
.fvtop::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/top.svg);
  background-repeat: no-repeat;
  background-position: top 50% right -60%;
  background-size: 75%;
  z-index: -1;
  opacity: 0.85;
}
.fvtop::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fffdde;
  z-index: -2;
}
/*flex*/
.fv_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fvtext {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
/*title*/
.fvtext h2 {
  line-height: 1.4;
  color: #54adda;
  white-space: nowrap;
  font-weight: 700;
  font-size: clamp(1.6rem, 0.94rem + 2.3467vw, 2.7rem);
  margin-bottom: 10px;
}
.fvtext h2 .en {
  color: #8dc7e6;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  font-size: 67%;
}
/*breadcrumb*/
.breadcrumb {
  font-size: clamp(0.8rem, 0.71rem + 0.32vw, 0.95rem);
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 465px;
}
.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: #333;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/*illust*/
.fvillust {
  width: 36%;
  display: flex;
  justify-content: space-between;
  margin-right: 5%;
}
.fvillust > div {
  width: 27%;
}
/**/
.fvimg img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 1650px) {
  .fvimg img {
    height: 24vw;
  }
}
@media (max-width: 1190px) {
  .fvtop {
    padding: 95px 0 50px;
  }
  .fvimg img {
    height: 30vw;
  }
}
@media (max-width: 935px) {
  .breadcrumb {
    max-width: 320px;
  }
}
@media (max-width: 860px) {
  .fvillust {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .fvimg img {
    height: 49vw;
  }
}
@media (max-width: 630px) {
  .fvtop::before {
    background-position: top 50% center;
    background-size: 165%;
  }
  .fvtop {
    padding: 75px 0 20px;
  }
  .fvtext h2 {
    margin-bottom: 7px;
  }
  .fv_flex {
    display: block;
  }
  .fvillust {
    width: 55%;
    margin: 20px 0 0 auto;
  }
  .breadcrumb {
    max-width: 84vw;
  }
}
/* Lankaについてページ ======================================================================================================*/
/* Lankaの想い */
.message .inner {
  max-width: 1322px;
}
.message p {
  max-width: 1438px;
}
/*img*/
.meimgs {
  position: relative;
  margin-top: -10%;
  height: 565px;
}
.meimgs img {
  border-radius: 10px;
  position: absolute;
  object-fit: cover;
}
.meimgs img:nth-child(1) {
  top: 0;
  left: 6%;
  width: 51%;
}
.meimgs img:nth-child(2) {
  top: 23%;
  right: 0;
  width: 35%;
}
.meimgs img:nth-child(3) {
  bottom: 23%;
  left: 0;
  width: 35%;
}
.meimgs img:nth-child(4) {
  bottom: 0;
  right: 6%;
  width: 51%;
}
@media (max-width: 1455px) {
  .mbr {
    display: none;
  }
  .meimgs {
    height: 38vw;
  }
}
@media (max-width: 1065px) {
  .message .maintitle {
    text-align: center;
  }
  .message .flexbox {
    display: block;
  }
  .message .flexbox > div {
    width: fit-content;
    margin: auto;
  }
  .meimgs {
    width: 100% !important;
    margin-top: 60px !important;
    height: 79vw;
  }
}
@media (max-width: 750px) {
  .message .maintitle {
    margin-bottom: 15px;
  }
  .meimgs {
    margin-top: 37px !important;
    /*height: 118vw;*/
    height: 73vw;
  }
  /*
  .meimgs img:nth-child(1) {
    top: 0;
    left: 6%;
    width: 73%;
  }
  .meimgs img:nth-child(2) {
    top: 35%;
    right: 0;
    width: 54%;
  }
  .meimgs img:nth-child(3) {
    bottom: 32%;
    left: 0;
    width: 40%;
  }
  .meimgs img:nth-child(4) {
    bottom: 0;
    right: 4%;
    width: 65%;
  }
	*/
}
/* それぞれの糸、それぞれの一歩。 */
.voice .flexbox {
  margin: 40px auto;
}
.voice .flexbox > div {
  border-radius: 15px;
  background: #fff;
  padding: 20px;
}
@media (max-width: 750px) {
  .voice .flexbox > div {
    margin-bottom: 15px;
  }
  .voice .flexbox > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .voice .flexbox {
    margin: 30px auto;
  }
  .voice .maintitle {
    margin-bottom: 15px;
  }
}
/* 施設概要 */
/*職員配置*/
.staffing p {
  display: flex;
  align-items: center;
  max-width: 420px;
  line-height: 1.7;
}
.staffing p span {
  width: fit-content;
}
.staffing p br {
  display: none;
}
.post {
  order: -1;
}
.headcount {
  text-align: right;
  white-space: nowrap;
}
.staffing p::before {
  border-bottom: 1px dashed #d9d9d9;
  content: '';
  display: inline-block;
  flex: 1;
  height: 1px;
  margin: 0 0.6em;
}
@media (max-width: 750px) {
  .staffing p br {
    display: block;
  }
  .staffing .long {
    flex-wrap: wrap;
  }
  .staffing .long::before {
    margin-left: 0;
  }
  .long .post {
    display: block;
    width: 100% !important;
  }
}
/* 活動内容ページ ===========================================================================================================*/
.act_top .inner {
  max-width: 1340px;
}
.act_top_text {
  max-width: 638px;
  margin: auto;
}
.act_top_text .str {
  margin-bottom: 27px;
  font-size: clamp(1.6rem, 1.42rem + 0.64vw, 1.9rem);
}
.act_top_text .str br {
  display: none;
}
/**/
.act_top .psr .single {
  width: 8% !important;
  max-width: 105px !important;
}
/*img*/
.thrflex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.thrflex > div {
  width: 31%;
  position: relative;
}
.thrflex > div:nth-child(2) {
  margin-top: 15px;
}
.thrflex > div:nth-child(3) {
  margin-top: 30px;
}
@media(max-width: 750px) {
  .act_top .psr .single {
    width: 18% !important;
  }
  .act_top_text .str br {
    display: block;
  }
  .thrflex {
    flex-wrap: wrap;
  }
  .thrflex > div:nth-child(1) {
    width: 100%;
    order: -1;
    margin-top: 0;
  }
  .thrflex > div:nth-child(2), .thrflex > div:nth-child(3) {
    width: 47.5%;
  }
  .thrflex > div:nth-child(2) img, .thrflex > div:nth-child(3) img {
    border-radius: 10px;
  }
}
@media(max-width: 550px) {
  .thrflex {
    margin-top: 37px;
  }
}
/* 各活動内容 */
.ActivitiesPage .inner {
  max-width: 1310px;
}
.ActivitiesPage section:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
@media (max-width: 1999px) {
  .ActivitiesPage .inner02 .reverse .rounded img {
    border-radius: 15px 0 0 15px;
  }
  .ActivitiesPage .inner02 .flexbox .rounded img {
    border-radius: 0 15px 15px 0;
  }
}
@media (max-width: 750px) {
  .ActivitiesPage .spmgb02 {
    margin-bottom: 25px;
  }
}
/*title*/
.ActivitiesPage .flexbox .stitle {
  padding: 10px 2px 11px;
  border-top: 1px dashed #54adda;
  color: #54adda;
}
/**/
.dtitle {
  font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
  color: #54adda;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
}
.dtitle img {
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
  width: 17px;
  margin-left: 5px;
}
/*point*/
.point {
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  width: fit-content;
  color: #54adda;
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 12px 10px;
  animation: movinganime steps(2) 2.15s infinite;
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 1.16rem + 0.32vw, 1.4rem);
}
.point::before {
  content: '';
  display: block;
  background-image: url(../img/button.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  filter: invert(72%) sepia(6%) saturate(4830%) hue-rotate(170deg) brightness(90%) contrast(88%);
}
/*img*/
.img_border {
  position: relative;
}
.img_border::after {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(../img/dashedline.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
}
/* 一人ひとりが、主役になれる場所。 */
.lrflex {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
/*img*/
.lrflex .rounded {
  width: 22%;
  display: flex;
}
.lrflex .rounded:nth-child(3) {
  order: -1;
}
.lrflex .rounded img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.lrflex .rounded:nth-child(2) img {
  border-radius: 15px 0 0 15px;
}
.lrflex .rounded:nth-child(3) img {
  border-radius: 0 15px 15px 0;
}
/*text*/
.lrtext {
  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) drop-shadow(0 0 3px rgba(255, 255, 255, 15)) drop-shadow(0 0 3px rgba(255, 255, 255, 15)) drop-shadow(0 0 3px rgba(255, 255, 255, 15));
  width: fit-content;
  margin: 0 65px;
}
/*illust*/
.lrillust.ill_flex.three {
  margin: 0 auto 15px;
  width: 56% !important;
  max-width: 380px !important;
}
.lrillust.ill_flex.three > div {
  width: 25% !important;
}
.lrillust.ill_flex.three > div {
  animation: jumping steps(2) 2.5s infinite;
}
.lrillust.ill_flex.three > div:nth-child(2n) {
  animation: jumping02 steps(2) 2.5s infinite;
}
@keyframes jumping {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jumping02 {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .lrflex {
    width: 88%;
    flex-wrap: wrap;
  }
  .lrtext {
    filter: none;
    margin: 0 auto 45px;
    width: 100%;
  }
  .lrflex .rounded {
    width: 50%;
  }
  .lrflex .rounded:nth-child(3) {
    order: 1;
  }
}
@media (max-width: 750px) {
  .lrtext {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .lrillust.ill_flex.three {
    width: 68% !important;
  }
}
/* サービス利用についてページ ===============================================================================================*/
/* Lankaは、あなたの「はじめて」を支える場所です。 */
.slanka .inner {
  max-width: 1066px;
}
.slanka .str {
  margin-bottom: 23px;
}
/* 対象となる方 */
.eligibility .fitc {
  margin-bottom: 37px;
}
.eli_items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.eli_items div {
  width: 31.7%;
  margin: 0 0.8% 13px;
}
.eli_items div p {
  background: #fef86e;
  border-radius: 15px;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  height: 100%;
}
.eli_items div p span:not(.ib) {
  display: inline-block;
  padding-left: 22px;
  position: relative;
}
.eli_items div p span:not(.ib)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
  color: #54adda;
}
@media (max-width: 1335px) {
  .eligibility .inner {
    max-width: 1021px;
  }
  .eli_items div {
    width: 48.4%;
  }
}
@media (max-width: 895px) {
  .eli_items {
    display: block;
  }
  .eli_items div {
    width: 100%;
    margin: 0 0 10px;
  }
  .eli_items div p {
    padding: 15px 15px;
  }
}
@media (max-width: 550px) {
  .eligibility .fitc {
    margin-bottom: 25px;
  }
}
/* ご利用までの流れ */
.flow .inner {
  max-width: 982px;
}
.flows {
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #d7ebf5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 60px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 25px;
  position: relative;
  counter-increment: number 1;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 15px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #54adda;
  border-radius: 50%;
  top: 57px;
  left: -65px;
}
.flows > div::after {
  width: 45px;
  border-bottom: 1px dashed #54adda;
  position: absolute;
  top: 59px;
  left: -47px;
}
.flows > div .stitle {
  font-size: clamp(1.17rem, 0.972rem + 0.704vw, 1.5rem);
}
.flows > div .stitle::before {
  content: "0"counter(number)".";
  font-family: "kodomonoji", sans-serif;
  font-weight: 400;
  color: #54adda;
  margin-right: 10px;
}
@media (max-width:850px) {
  .flows > div {
    padding: 25px;
  }
}
@media (max-width:750px) {
  .flows > div {
    padding: 25px;
  }
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 14px;
    left: -34px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 19px;
    left: -20px;
  }
}
@media (max-width:550px) {
  .flows > div {
    margin-bottom: 15px;
  }
  .flows > div .stitle::before {
    display: block;
  }
}
/**/
.usage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.usage > div {
  width: 22.4%;
  margin: 0 1.3% 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  border-radius: 58% 46% 51% 52% / 42% 51% 48% 47%;
  background: #fef86e;
  color: #54adda;
  text-align: center;
  white-space: nowrap;
}
.usage > div:nth-child(2n) {
  background: #54adda;
  color: #fff;
}
/* サービス内容・支援体制 */
.services .inner {
  max-width: 1248px;
}
.mgt20 {
  margin-top: 20px;
}
/* よくある質問 */
.faq {
  counter-reset: number 0;
}
.faq div:not(.answer) {
  width: 49%;
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  margin-bottom: 17px;
}
.faq div:not(.answer) h2 {
  font-weight: 700;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #d9d9d9;
}
.faq div:not(.answer) h2, .answer {
  position: relative;
  padding-left: 49px;
}
.faq div:not(.answer) h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.15rem, 1.09rem + 0.2133vw, 1.25rem);
  font-weight: 700;
}
.faq div:not(.answer) h2::before {
  counter-increment: number 1;
  content: "Q"counter(number)".";
  top: -0.05em;
  left: 0;
  opacity: 0.7;
}
.answer::before {
  content: "A.";
  top: -0.25em;
  left: 0.5px;
  color: #54adda;
}
.blue {
  color: #54adda;
  font-weight: 700;
}
@media(max-width:1150px) {
  .faq {
    display: block;
  }
  .faq div:not(.answer) {
    width: 100%;
  }
  .faq div:not(.answer):last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .faq div:not(.answer) {
    width: 100%;
    padding: 15px 11px;
  }
  .faq div:not(.answer) h2::before {
    content: "Q.";
  }
  .faq div:not(.answer) h2, .answer {
    padding-left: 27px;
  }
}
/* 法人概要ページ ===========================================================================================================*/
/* 法人概要 */
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dashed #54adda;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px dashed #54adda;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/*map*/
.map p {
  margin-bottom: 15px;
}
.map iframe {
  width: 100%;
  height: 300px;
  border-radius: 15px;
}
@media(max-width:550px) {
  .map iframe {
    height: 250px;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dashed #d9d9d9;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
  color: #54adda;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-weight: bold;
  font-size: .3em;
  top: 2.25em;
}
/* Lankaのあゆみ */
.histories .inner {
  max-width: 980px;
}
.titleflex {
  display: flex;
}
.titleflex .maintitle {
  white-space: nowrap;
  margin-right: 120px;
}
/**/
.history {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.history::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #54adda;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.history > div {
  margin-left: 22px;
  margin-bottom: 30px;
  font-size: 110%;
  display: flex;
}
.history > div {
  text-shadow: 1px 1px 0 #fffdde, -1px -1px 0 #fffdde, -1px 1px 0 #fffdde, 1px -1px 0 #fffdde, 0px 1px 0 #fffdde, 0 -1px 0 #fffdde, -1px 0 0 #fffdde, 1px 0 0 #fffdde;
}
.year {
  font-weight: 700;
  line-height: 1.6;
  font-size: 125%;
  white-space: nowrap;
  margin-bottom: 5px;
  position: relative;
  height: fit-content;
  width: 148px;
  color: #54adda;
  text-align: right;
}
.year::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 11px;
  aspect-ratio: 1/1;
  background: #54adda;
  border-radius: 50%;
  top: 49%;
  transform: translateY(-50%);
  left: -27px;
}
.history > div p:not(.year) {
  width: 100%;
  margin-left: 25px;
}
.history > div:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width: 1125px) {
  .histories {
    padding: 65px 0;
  }
  .histories .inner {
    width: 82%;
  }
  .titleflex {
    display: block;
  }
  .titleflex .maintitle {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .history {
    max-width: fit-content;
    margin: auto;
  }
}
@media(max-width: 650px) {
  .history {
    padding: 10px 0;
  }
  .history > div {
    display: block;
    font-size: 100%;
  }
  .history > div p:not(.year) {
    margin-left: 0;
  }
  .year {
    font-size: 130%;
    text-align: left;
    width: fit-content;
  }
}
@media(max-width:550px) {
  .histories {
    padding: 50px 0;
  }
}
/* 情報公開 */
.datalist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.datalist div {
  width: 31.7%;
  margin: 0 0.8% 13px;
}
.datalist a {
  background: #fff;
  color: #333;
  border: 2px solid #ddd;
  border-radius: 15px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.datalist a:hover {
  background: #f5f5f5;
}
.datalist a span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.datalist a span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: bold;
  display: inline-block;
  color: #eb441e;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media(max-width:750px) {
  .datalist {
    display: block;
  }
  .datalist div {
    width: 100%;
    margin-bottom: 9px;
  }
  .datalist div:last-of-type {
    margin-bottom: 0 !important;
  }
  .datalist a {
    padding: 10px 8px;
  }
}