@charset "UTF-8";
/* ================================ * /
            共通CSS
==================================== */
/* RWD設定 BEGIN */
/* RWD設定 END */
/* support iOS BEGIN */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Shippori+Mincho&family=Zen+Kaku+Gothic+Antique:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.html {
  height: -webkit-fill-available;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.padding-65vh {
  padding-bottom: 65vh;
}

.margin-65vh {
  margin-bottom: 65vh;
}

.margin-50vh {
  margin-bottom: 50vh;
}

.bc-swiper-container {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bc-swiper-container .swiper-slide {
  background-size: cover;
  width: 100% !important;
}

body {
  -webkit-overflow-scrolling: touch;
}

#dotabata_about,
#dotabata_service,
#contact_section,
#dotabata_news_section {
  margin-top: 25%;
}

@media (max-width: 767px) {

  #dotabata_about,
  #dotabata_service,
  #contact_section,
  #dotabata_news_section {
    margin-top: 45%;
  }
}

#dotabata_news_section {
  overflow-x: clip;
}

@media (max-width: 1023px) {
  #first_view {
    height: 100svh;
  }
}

#qa2 {
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
}

/* support iOS END*/
.body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.body__wrap {
  overflow: hidden;
  position: relative;
}

.body__gap--control {
  height: 6rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .body__gap--control {
    height: 5rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .body__gap--control {
    height: 3rem;
  }
}

.body__miniGap--control {
  height: 3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .body__miniGap--control {
    height: 2rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .body__miniGap--control {
    height: 1rem;
  }
}

.body__gap--control-2rem {
  height: 2rem;
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .body__gap--control-desktop {
    height: 10rem;
  }
}

.body_grey_bg {
  background-color: #f7f7f7;
}

/* 色の宣言(変数) */
/* 文字をなぞった時のスタイル */
::selection {
  color: #fff;
  background-color: #005CAF;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  color: #000;
}

input[type=date]:focus,
input[type=datetime-local],
input[type=month],
input[type=time] {
  color: #000;
}

.br__sp {
  display: none;
}

@media (min-width: 340px) and (max-width: 479px) {
  .br__sp {
    display: block;
  }
}

.br__no-pc {
  display: none;
}

@media (max-width: 1199px) {
  .br__no-pc {
    display: block;
  }
}

.br__pc {
  display: none;
}

@media (min-width: 480px) {
  .br__pc {
    display: block;
  }
}

.disabled {
  pointer-events: none;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

@media (max-width: 1023px) {
  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }
}

.show_less-767 {
  display: none;
}

.show_more-767 {
  display: block;
}

@media (max-width: 767px) {
  .show_more-767 {
    display: none;
  }

  .show_less-767 {
    display: block;
  }
}

/* ================================ * /
            FONT 設定
==================================== */
/* ~~~~~~~~
使用するフォントについて

<メイン>
・Noto Sans
- Light 300
- Regular 400
- Medium 500
→ Google Fontsを使用

<ポイント文字>
・バナナスリップ plus
- M
→ otfを読み込み
~~~~~~~~~ */
/* フォントの読み込み */
@font-face {
  /*フォントの名前*/
  font-family: "banana";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../banana.woff2") format("woff2"), url("../banana.woff") format("woff");
}

/* フォントを設定 */
/* .font--fammily { */
/* Noto Sans weight = 300,400,500 */
/* バナナスリップ */
/* } */

.font--fammily__notoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.font--fammily__banana {
  font-family: "banana";
  font-style: normal;
}

.font--fammily__inter {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

/* フォントの色 */
.font--color__white {
  color: #ffffff;
}

.font--color__black {
  color: #000000;
}

.font--color__blue {
  color: #005CAF;
}

.font--color__blue-new {
  color: #005BB4;
}

/* フォントの太さ */
.font--weight__300 {
  font-weight: 300;
}

.font--weight__400 {
  font-weight: 400;
}

.font--weight__500 {
  font-weight: 500;
}

.font--weight__blod {
  font-weight: bold;
}

/* フォントサイズ */
.font--size__12 {
  font-size: 12px;
}

.font--size__13 {
  font-size: 13px;
}

.font--size__14 {
  font-size: 14px;
}

.font--size__15 {
  font-size: 15px;
}

.font--size__16 {
  font-size: 16px;
}

.font--size__18 {
  font-size: 18px;
}

.font--size__20 {
  font-size: 20px;
}

.font--size__24 {
  font-size: 24px;
}

.font--size__26 {
  font-size: 26px;
}

.font--size__30 {
  font-size: 30px;
}

.font--size__34 {
  font-size: 34px;
}

.font--size__36 {
  font-size: 36px;
}

.font--size__38 {
  font-size: 38px;
}

.font--size__40 {
  font-size: 40px;
}

.font--size__48 {
  font-size: 48px;
}

.font--size__50 {
  font-size: 50px;
}

.font--size__60 {
  font-size: 60px;
}

/* テキストエリアの高さ */
.line--height__xsmall {
  line-height: 0.5rem;
}

.line--height__small {
  line-height: 1rem;
}

.line--height__smedium {
  line-height: 1.5rem;
}

.line--height__medium {
  line-height: 2rem;
}

.line--height__large {
  line-height: 2.5rem;
}

.line--height__xlarge {
  line-height: 3rem;
}

/* 表示本体範囲の設定 */
.page--container {
  margin-left: calc(100vw * (130/ 1366));
}

@media (max-width: 1023px) {
  .page--container {
    margin-left: calc(100vw * (20/ 390));
    margin-right: calc(100vw * (20/ 390));
  }
}

.page--margin-top {
  margin-top: calc(100vw * (150/ 1366));
}

@media (max-width: 1023px) {
  .page--margin-top {
    margin-top: calc(100vw * (140/ 1023));
  }
}

@media (max-width: 768px) {
  .page--margin-top {
    margin-top: calc(100vw * (140/ 768));
  }
}

@media (max-width: 390px) {
  .page--margin-top {
    margin-top: calc(100vw * (140/ 390));
  }
}

/* 共通タイトル */
.common__title--font-main {
  color: #333333;
  font-family: "Inter";
  font-size: 70px;
  line-height: 85px;
  letter-spacing: 4.2px;
  font-weight: 400;
  margin-bottom: calc(100vw * (204/ 1366));
}

@media (max-width: 1023px) {
  .common__title--font-main {
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: calc(100vw * (70/ 1023));
  }
}

@media (max-width: 768px) {
  .common__title--font-main {
    margin-bottom: calc(100vw * (70/ 768));
  }
}

.common__title--font-sub {
  color: #005BB3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1.92px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .common__title--font-sub {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

/* トップページに共通View More Btn */
.common__viewMore-btn {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  padding: 0.3rem 3.5rem 0.3rem 0.5rem;
  pointer-events: all;
  letter-spacing: 0.64px;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  max-width: fit-content;
  color: #333333;
  position: relative;
}

.common__viewMore-btn>span {
  transition: 0.4s ease;
  position: absolute;
  font-size: 26px;
  color: #015CAF;
}

@media (max-width: 1023px) {
  .common__viewMore-btn {
    font-size: 18px;
  }
}

.common__viewMore-btn:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  pointer-events: all;
  color: #333333;
}

.common__viewMore-btn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

/* ================================ * /
        ローディングアニメーション
==================================== */
.body__hidden {
  display: none;
}

.loading__box {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading__img {
  position: fixed;
  width: 100%;
  height: auto;
}

.loading__circle {
  position: fixed;
  width: 10px;
  height: 10px;
  opacity: 0;
  border-radius: 50%;
  background-color: #005CAF;
  transition: 1.5s;
}

.loading__circle.is_load {
  opacity: 1;
  transform: scale(320);
}

.mainContainer {
  overflow-x: hidden !important;
}

/* ================================ * /
            ヘッダー
==================================== */
.header--show-sp {
  display: none;
}

/* @media (max-width: 600px) { */
@media (max-width: 1023px) {
  .header--show-pc {
    display: none !important;
  }

  .header--show-sp {
    display: block;
  }
}

@media (max-width: 1023px) {
  .header__menu-position {
    width: 100vw;
    padding-left: 19%;
  }
}

.header__logo-box {
  width: calc(100vw * (599/ 1366)) !important;
  height: calc(100vw * (186 / 1366)) !important;
  position: relative;
}

.header__logo--moji_box {
  width: 70%;
  height: 100%;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4rem;
}

@media (max-width: 1200px) {
  .header__logo--moji_box {
    padding-top: 2.5rem;
  }
}

.header__logo--moji {
  width: 48%;
  height: auto;
  opacity: 0;
  max-height: 100px;
  transition: opacity 0.5s ease;
}

@media (max-width: 1023px) {
  .header__logo--moji {
    margin-top: 0.4rem;
  }
}

.header__logo--size {
  width: 70%;
  height: 100%;
  transition: opacity 0.5s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.header__logo--size svg {
  margin-top: -1rem;
}

.header__icon--maru {
  width: 50px;
  height: auto;
  animation: r1 2s linear infinite;
}

@media (max-width: 1199px) {
  .header__icon--maru {
    width: 40px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .header__icon--maru {
    width: 50px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .header__icon--maru {
    width: 50px;
  }
}

@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.header__max-height {
  max-height: 100px;
}

.header__icon--position {
  right: calc(100vw * (72 / 1366));
}

.header__menu-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  letter-spacing: 0.4px;
  gap: 3.5635rem;
  margin-right: calc(100vw * (41 / 1366));
}

.header__menu-contact {
  letter-spacing: 0.28px;
}

.nav__link--font {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  padding: 30px 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: ease-in 0.2s;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .nav__link--font {
    font-size: 26px;
    letter-spacing: 1.56px;
    font-weight: 500;
    padding: initial;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.nav__link--font:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

@media (max-width: 1023px) {
  .header__link--list>li svg {
    display: block;
    width: 21px !important;
    aspect-ratio: 1/1;
    margin-right: 12px;
    margin-left: -1px;
    margin-top: 4px;
  }
}

@media (max-width: 1023px) {
  .header__link--list-sub {
    font-size: 15px;
    letter-spacing: normal;
    list-style: none;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9rem;
  }

  .header__link--list-sub>li>a {
    color: #fff;
  }
}

/* 事業紹介プルダウンーSP */
.nav__link--font-show-sp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: ease-in 0.2s;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nav__link--font-show-sp {
    font-size: 36px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .nav__link--font-show-sp {
    font-size: 20px;
    padding: 30px 10px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .nav__link--font-show-sp {
    font-size: 14px;
    padding: 30px 10px;
  }
}

.nav__link--font-show-sp:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  transition: ease-in 0.2s;
}

.nav__link--font-show-sub>a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
  transition: ease-in 0.2s;
  white-space: nowrap;
  text-align: start;
  margin-left: 2rem;
}

@media (min-width: 240px) and (max-width: 479px) {
  .nav__link--font-show-sub>a {
    font-size: 16px;
    margin-left: 2rem;
  }
}

/* 事業紹介 */
.nav__link--list {
  margin-left: 2.5rem;
}

.nav__link--list-sub-circle {
  font-size: 8px;
  vertical-align: middle;
  color: #ffffff;
}

.nav__link--list-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  transition: ease-in 0.2s;
  white-space: nowrap;
  margin-top: -1.3rem;
}

@media (min-width: 760px) and (max-width: 1200px) and (orientation: landscape) {
  .nav__link--list-sub {
    font-size: 16px;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .nav__link--list-sub {
    font-size: 20px;
  }
}

@media (min-width: 600px) and (max-width: 759px) {
  .nav__link--list-sub {
    font-size: 16px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .nav__link--list-sub {
    font-size: 20px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .nav__link--list-sub {
    font-size: 14px;
  }
}

.nav__link--list-sub:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

/* 事業紹介-detail */
.header__disp-rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.header__disp-rotate-original {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.nav__link--list-detail {
  margin-left: 3rem;
}

.nav__link--list-sub-detail-circle {
  font-size: 4px;
  vertical-align: middle;
  color: #ffffff;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .nav__link--list-sub-detail-circle {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0.1rem;
  }
}

.nav__link--list-sub-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 200;
  transition: ease-in 0.2s;
  white-space: nowrap;
  margin-top: -1.5rem;
}

@media (min-width: 760px) and (max-width: 1200px) and (orientation: landscape) {
  .nav__link--list-sub-detail {
    font-size: 14px;
    padding: 0px 10px;
    line-height: 3.1rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .nav__link--list-sub-detail {
    font-size: 20px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .nav__link--list-sub-detail {
    font-size: 14px;
  }
}

.nav__link--list-sub-detail:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

.nav__link-under {
  margin-top: 8.7rem;
}

@media (min-width: 760px) and (max-width: 1200px) and (orientation: landscape) {
  .nav__link-under {
    margin-right: -6rem;
  }
}

@media (min-width: 600px) and (max-width: 759px) {
  .nav__link-under {
    margin-top: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .nav__link-under {
    margin-top: 8.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .nav__link-under {
    margin-top: 8.5rem;
    margin-right: -5rem;
  }
}

.nav__link--font-sub {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: ease-in 0.2s;
  color: #fff;
  line-height: 3rem;
  padding-bottom: 0.3rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 1em;
  background-image: linear-gradient(to right, #FFF, #fff 46%, transparent 48%);
  background-size: 26px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media (min-width: 1200px) {
  .nav__link--font-sub {
    font-size: 18px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .nav__link--font-sub {
    font-size: 12px;
  }
}

.nav__link--font-sub:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

.nav__disp--circle--size {
  font-size: 18px;
  vertical-align: middle !important;
  margin-right: 14px;
  color: #ffffff;
}

.nav__gurguru>img {
  width: 30px;
  height: auto;
}

.nav__gurguru:hover>img {
  animation: 0.8s linear infinite rotation1;
}

.nav__gurguru--1 {
  animation: 2.4s linear infinite rotation1;
}

.nav__gurguru--2 {
  animation: 3s linear infinite rotation2;
}

.nav__gurguru--3 {
  animation: 3.5s linear infinite rotation3;
}

.nav__gurguru--4 {
  animation: 4s linear infinite rotation4;
}

.nav__gurguru--5 {
  animation: 6s linear infinite rotation5;
}

@keyframes rotation1 {
  0% {
    transform: rotate(15);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation2 {
  0% {
    transform: rotate(32);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation3 {
  0% {
    transform: rotate(51);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation4 {
  0% {
    transform: rotate(192);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation5 {
  0% {
    transform: rotate(192);
  }

  100% {
    transform: rotate(360deg);
  }
}

#g-nav li {
  text-align: center;
  list-style: none;
}

#g-nav.panelactive #g-nav-list {
  display: block;
}

@media (min-width: 1024px) {
  #g-nav.panelactive #g-nav-list {
    display: none;
  }

  #g-nav.panelactive {
    display: none;
  }
}

.nav--menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav--menu {
  opacity: 1;
}

.nav--menu {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #005CAF;
  transform: scale(0);
  top: -3px;
  right: 10px;
  transition: all 0.6s;
}

@media (max-width: 1199px) {
  .circle-bg {
    right: -10px;
  }
}

@media (min-width: 1024px) {
  .circle-bg {
    display: none;
  }
}

.circle-bg.circleactive {
  transform: scale(50);
}

.headeractive {
  opacity: 0;
}

.openbtn {
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*×に変化*/
.openbtn span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn.active span {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.openbtn.active span:nth-of-type(1) {
  top: 5px;
  left: 5px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
  margin-left: 3vw;
  margin-top: 10px;
  transition: 0.8s;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .openbtn.active span:nth-of-type(1) {
    top: 0px;
    left: 14px;
    width: 60%;
    margin-left: 0vw;
    margin-top: 27px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .openbtn.active span:nth-of-type(1) {
    top: -7px;
    left: 20px;
    width: 60%;
    margin-left: 0vw;
    margin-top: 21px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 26px;
    width: 70%;
    height: 2px;
    margin-left: -3vw;
    margin-top: -5px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 26px;
    width: 70%;
    height: 2px;
    margin-left: -3vw;
    margin-top: 10px;
  }
}

.openbtn.active span:nth-of-type(2) {
  top: 17px;
  left: 5px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
  margin-left: 3vw;
  margin-top: 10px;
  transition: 0.8s;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .openbtn.active span:nth-of-type(2) {
    top: 12px;
    left: 15px;
    width: 60%;
    margin-left: 0vw;
    margin-top: 27px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .openbtn.active span:nth-of-type(2) {
    top: 5px;
    left: 21px;
    width: 60%;
    margin-left: 0vw;
    margin-top: 21px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .openbtn.active span:nth-of-type(2) {
    top: 30px;
    left: 26px;
    width: 70%;
    height: 2px;
    margin-left: -3vw;
    margin-top: -5px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .openbtn.active span:nth-of-type(2) {
    top: 30px;
    left: 26px;
    width: 70%;
    height: 2px;
    margin-left: -3vw;
    margin-top: 10px;
  }
}

/* ================================ * /
            フッター
==================================== */
.footer--zIdex-10 {
  position: relative;
  z-index: 10;
}

.footer--show-sp {
  display: none !important;
}

@media (max-width: 809px) {
  .footer--show-pc {
    display: none !important;
  }

  .footer--show-sp {
    display: block !important;
    max-width: 390px;
    margin: auto;
  }
}

.footer__back--blue {
  background-color: #005CAF;
  padding-top: 5rem;
}

@media (max-width: 1023px) {
  .footer__back--blue {
    margin: auto;
  }
}

.footer__logo--area {
  margin-right: calc(100vw * (190 / 1366));
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .footer__logo--area {
    margin-right: calc(100vw * (100 / 1366));
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .footer__logo--area {
    margin-right: 0%;
  }
}

.footer__logo--size {
  max-width: 400px;
  height: auto;
  margin-top: 5rem;
}

@media (max-width: 1023px) {
  .footer__logo--size {
    width: 90%;
    margin-top: 0rem;
  }
}

@media (max-width: 809px) {
  .footer__logo--size {
    width: calc(100vw * (360 / 390));
    margin-top: 0rem;
  }
}

.footer__disp--circle--size {
  font-size: 18px;
  vertical-align: middle !important;
  margin-right: 14px;
  margin-top: 7px;
}

.footer__more-810 {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 809px) {
  .footer__more-810 {
    display: none;
  }
}

.footer__link--middle {
  margin-left: calc(100vw*(85/1366));
  margin-right: calc(100vw*(85/1366));
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .footer__link--middle {
    margin-left: calc(100vw*(60/1366));
    margin-right: calc(100vw*(60/1366));
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .footer__link--middle {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.footer__link--list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 809px) {
  .footer__link--list {
    margin-left: 7%;
  }
}

.footer__link--list>li {
  display: flex;
  align-items: center;
}

.footer__link--list>li>a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2.4px;
  font-weight: 500;
  transition: ease-in 0.2s;
}

@media (max-width: 1023px) {
  .footer__link--list>li>a {
    font-size: 26px;
    letter-spacing: 1.56px;
    font-weight: 500;
  }
}

.footer__link--list>li>a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

@media (max-width: 1023px) {
  .footer__link--list>li>a:hover {
    opacity: 1;
  }
}

.footer__link--list>li svg {
  display: none;
  opacity: 0;
}

.footer__link--list>li:hover svg {
  display: block;
  opacity: 1;
  width: 21px !important;
  aspect-ratio: 1/1;
  margin-right: 12px;
  margin-left: -1px;
  margin-top: 7px;
}

@media (max-width: 1024px) {
  .footer__link--list>li:hover svg {
    display: none;
  }
}

.footer__link--list>li>i {
  display: block;
  color: #fff;
}

.footer__link--list>li:hover i {
  display: none;
}

@media (max-width: 1024px) {
  .footer__link--list>li:hover i {
    display: block;
  }
}

/* 事業紹介 */
.footer__link--list-sub {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  margin-top: -1rem;
  margin-left: calc(100vw * (52 / 1366));
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

@media(min-width: 810px)and (max-width: 1023px) {
  .footer__link--list-sub {
    margin-left: 0.6em;
    margin-bottom: 1rem;
    gap: 0.7rem;
  }
}

@media (max-width: 809px) {
  .footer__link--list-sub {
    margin-left: 0.6em;
    margin-bottom: 1rem;
  }
}

.footer__link--list-sub>li>a {
  color: #fff;
  text-decoration: none;
  transition: ease-in 0.2s;
  font-size: 15px;
  letter-spacing: 1.95px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .footer__link--list-sub>li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 1.3rem;
  }
}

@media (max-width: 600px) {
  .footer__link--list-sub>a {
    font-size: 16px !important;
    font-weight: 300 !important;
  }
}

.footer__link--list>li>a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

@media (max-width: 1199px) {
  .footer__link--list>li>a:hover {
    opacity: 1;
  }
}

.footer__link--list>li>i {
  color: #fff;
  margin-top: 7px;
}

/* 事業紹介-detail */
.footer__disp-rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.footer__disp-rotate-original {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.footer__disp--circle-detail-size {
  font-size: 5px;
  vertical-align: middle !important;
}

.footer__link--list-sub-detail {
  list-style: none;
  line-height: 1.4rem;
  margin-left: 0.8rem;
}

@media (max-width: 600px) {
  .footer__link--list-sub-detail {
    margin-left: 1.5em;
  }
}

.footer__link--list-sub-detail>li>a {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  transition: ease-in 0.2s;
  line-height: 25px;
}

@media (max-width: 1199px) {
  .footer__link--list-sub-detail>li>a {
    font-size: 14px;
    font-weight: 200;
  }
}

.footer__link--list-sub-detail>li>a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: ease-in 0.2s;
}

.footer__link--list-sub-detail>li>i {
  color: #fff;
}

.footer__disp--block {
  display: block;
  padding-left: 2.6875rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .footer__disp--block {
    padding-left: 7%;
  }
}

.footer__disp--font {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2.34px;
  margin-top: 2.6875rem !important;
  margin-bottom: 1rem;
}

@media (max-width: 1023px) {
  .footer__disp--font {
    font-size: 16px;
    margin-top: 2rem !important;
    margin-bottom: 1rem;
    letter-spacing: 2.08px;
  }
}

.footer__disp--font-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.84px;
}

@media (max-width: 1023px) {
  .footer__disp--font-sub {
    font-size: 14px;
  }
}

.footer__copyright--line {
  width: calc(100vw * (1253 / 1366));
  border-top: 1px solid #fff;
  align-self: center;
  margin: auto;
}

.footer__copyright--area {
  background-color: #015CAF;
  max-height: 4.1rem;
  text-align: right;
  max-width: 1086px;
  margin: auto;
}

.footer__copyright--font {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: 0.28px;
  /* margin-bottom: 2em; */
  background-color: #015CAF;
  padding: 1.5rem 0;
  width: fit-content;
  margin-left: 67%;
}

@media (min-width: 1023px) and (min-height: 800px) {
  .footer__copyright--font {
    margin-left: 69%;
  }
}

@media (max-width: 1023px) {
  .footer__copyright--font {
    margin-left: inherit;
    margin: auto;
  }
}

/* ================================ * /
            トップページ
==================================== */
.freeTaiken__btn {
  display: block;
  background-color: #fff;
  color: #005CAF;
  width: 14em;
  padding: 10px 20px;
  border-radius: 100vh;
  align-self: center;
  text-decoration: none !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  transition: 0.4s;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .freeTaiken__btn {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .freeTaiken__btn {
    font-size: 14px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .freeTaiken__btn {
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .freeTaiken__btn {
    font-size: 14px;
  }
}

.freeTaiken__btn:hover {
  transition: 0.4s;
  color: rgba(0, 92, 175, 0.8);
}

/* ファストビュー BEGIN */
.firstView--PC {
  padding-top: calc(100vw * (150 / 1366));
  width: 92%;
  display: block;
}

/* .firstView--PC video {
  width: 88vw;
} */

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--PC {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--PC {
    display: none;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--PC {
    display: none;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--PC {
    display: none;
  }
}

.firstView--TB {
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--TB {
    width: 100vw;
    height: 96svh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  /* .firstView--TB video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    scale: 1.3;
    z-index: 1;
    transform: translate3d(0px, -50px, 0px);
  } */

  .firstView--TB #fv__json--tb svg {
    height: 90% !important;
    object-fit: contain;
    scale: 1.7;
    z-index: 1;
    transform: translate3d(0px, -65px, 0px) !important;
  }

  .fv__logo-tb {
    z-index: 2;
    transform: translate3d(-40px, 0px, 0px);
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .fv__logo-tb.visible {
    opacity: 1;
  }
}

@media (min-width: 601px) and (max-width: 759px) {
  .firstView--TB {
    width: 100vw;
    height: 96svh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  /* .firstView--TB video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: translate3d(0px, 100px, 0px);
  } */

  .firstView--TB #fv__json--tb svg {
    height: 100% !important;
    object-fit: contain;
    scale: 1.7;
    z-index: 1;
    transform: translate3d(0px, -65px, 0px) !important;
  }

  .fv__logo-tb {
    z-index: 2;
    transform: translate3d(-40px, 0px, 0px);
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .fv__logo-tb.visible {
    opacity: 1;
  }
}

@media (min-width: 240px) and (max-width: 600px) {
  .firstView--TB {
    display: none;
  }
}

.firstView--SP {
  display: none;
}

@media (min-width: 601px) and (max-width: 1023px) {
  .firstView--SP {
    display: none;
  }
}

@media (min-width: 240px) and (max-width: 600px) {
  .firstView--SP {
    width: 100vw;
    height: 100svh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  /* .firstView--SP video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: translate3d(0px, 20px, 0px);
  } */

  .fv__logo-sp {
    z-index: 2;
    transform: translate3d(-40px, 200px, 0px);
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .fv__logo-sp.visible {
    opacity: 1;
  }
}

.firstView--banner {
  position: relative;
  top: -5vh;
  left: 5rem;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--banner {
    position: relative;
    top: 3vh;
  }
}

@media (min-width: 1600px) {
  .firstView--banner {
    top: -9vh;
    left: 7rem;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .firstView--banner {
    top: -20vh;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--banner__TB {
    position: absolute;
    top: 3vh;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--banner__TB {
    position: absolute;
    top: 3vh;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--banner__SP {
    position: absolute;
    top: 0.1rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--banner__SP {
    position: absolute;
    top: 0.1rem;
  }
}

.firstView--Bkgrey {
  width: 100vw;
  position: relative;
  top: -3rem;
  left: 0rem;
  z-index: 1;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--Bkgrey {
    width: 113vw;
    left: -3rem;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .firstView--Bkgrey {
    width: 115vw;
    top: -2rem;
    left: -1rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--Bkgrey__TB {
    position: absolute;
    top: -1rem;
    left: 5vw;
    z-index: 1;
    width: 86%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--Bkgrey__TB {
    position: absolute;
    top: -2rem;
    left: 5vw;
    z-index: 1;
    width: 86%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--Bkgrey__SP {
    position: relative;
    top: 0rem;
    left: -4rem;
    z-index: 1;
    width: 130%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--Bkgrey__SP {
    width: 100vw;
  }
}

.firstView--kids {
  width: 100vw;
  position: absolute;
  top: -3rem;
  left: 2.5rem;
  z-index: 2;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--kids {
    width: 105vw;
    left: 0.5rem;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .firstView--kids {
    width: 115vw;
    top: -3rem;
    left: 2rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--kids__TB {
    position: absolute;
    top: -2vh;
    left: 11vw;
    z-index: 2;
    width: 78%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--kids__TB {
    position: absolute;
    top: -3vh;
    left: 11vw;
    z-index: 2;
    width: 78%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--kids__SP {
    position: absolute;
    top: -1rem;
    left: -2rem;
    z-index: 1;
    width: 122%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--kids__SP {
    width: 100vw;
    position: absolute;
    top: 1.5rem;
    z-index: 2;
  }
}

.firstView--kids__Photo {
  width: 95%;
  position: absolute;
  top: 2rem;
  left: 3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--kids__Photo__TB {
    width: 178%;
    height: 100%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--kids__Photo__TB {
    width: 168%;
    height: 95%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--kids__Photo__SP {
    width: 168%;
    height: 95%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--kids__Photo__SP {
    width: 168%;
    height: 93%;
  }
}

.firstView--blueWord {
  z-index: 3;
  position: relative;
  top: -6rem;
  left: -7rem;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--blueWord {
    top: 2.5rem;
    left: -4rem;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .firstView--blueWord {
    top: -9.1rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--blueWord__TB {
    z-index: 3;
    position: relative;
    top: 40rem;
    left: 0vw;
    margin-bottom: 20rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--blueWord__TB {
    z-index: 3;
    position: relative;
    top: 27rem;
    left: 0vw;
    margin-bottom: 20rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--blueWord__SP {
    z-index: 3;
    position: relative;
    top: -18rem;
    left: -10rem;
    margin-bottom: 25rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--blueWord__SP {
    z-index: 3;
    position: relative;
    top: -11rem;
    left: -8rem;
    margin-bottom: 10rem;
  }
}

.firstView--word {
  font-family: 'Josefin Sans', sans-serif;
  color: #015CAF;
  z-index: 3;
  position: absolute;
  top: 27rem;
  left: 5rem;
}

@media (max-height: 650px) {
  .firstView--word {
    top: 20rem;
  }
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--word {
    top: 30rem;
  }
}

@media (min-width: 1600px) {
  .firstView--word {
    top: 35rem;
    left: 7rem;
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .firstView--word {
    top: 53rem;
    left: 9rem;
  }
}

@media (min-width: 480px) and (max-width: 809px) {
  .firstView--word {
    top: 47rem;
    left: 9rem;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .firstView--word {
    top: 29rem;
    left: 1rem;
  }
}

.firstView--dotabata {
  font-size: 59px;
  letter-spacing: 1.17px;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .firstView--dotabata {
    font-size: 78px;
    letter-spacing: 1.56px;
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .firstView--dotabata {
    font-size: 65px;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .firstView--dotabata {
    font-size: 45px;
  }
}

.firstView--then {
  font-size: 39px;
  letter-spacing: 2.34px;
  font-style: italic;
  font-weight: normal;
  margin-left: 1rem;
}

@media (min-width: 1600px) {
  .firstView--then {
    font-size: 52px;
    letter-spacing: 3.12px;
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .firstView--then {
    font-size: 42px;
    margin-left: 1.2rem;
  }
}

.firstView--fullness {
  font-size: 106px;
  letter-spacing: 4.23px;
  font-weight: 900;
  margin-top: -3rem;
}

@media (min-width: 1600px) {
  .firstView--fullness {
    font-size: 141px;
    letter-spacing: 5.64px;
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .firstView--fullness {
    font-size: 116px;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .firstView--fullness {
    font-size: 76px;
    margin-top: -2rem;
  }
}

.firstView--asobi {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 39px;
  letter-spacing: 7.8px;
  font-weight: 600;
  margin-top: -1rem;
}

@media (min-width: 1600px) {
  .firstView--asobi {
    font-size: 52px;
    letter-spacing: 10.4px;
    font-weight: 700;
    margin-top: -3rem;
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .firstView--asobi {
    font-weight: 700;
    margin-top: -1.7rem;
  }
}

@media (min-width: 480px) and (max-width: 809px) {
  .firstView--asobi {
    font-weight: 700;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .firstView--asobi {
    font-size: 25px;
    font-weight: 700;
  }
}

.firstView--blueWord1 {
  width: 35vw;
  z-index: 3;
  position: absolute;
  transform: rotate(18deg);
  top: 1.5rem;
  left: 2rem;
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .firstView--blueWord1 {
    top: 3.8rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--blueWord1__TB {
    width: 55vw;
    z-index: 3;
    transform: rotate(18deg);
    position: relative;
    top: -4rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--blueWord1__TB {
    width: 55vw;
    z-index: 3;
    transform: rotate(18deg);
    position: relative;
    top: -4rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--blueWord1__SP {
    width: 70vw;
    z-index: 3;
    position: absolute;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    left: -2rem;
    top: 41rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--blueWord1__SP {
    width: 75vw;
    z-index: 3;
    position: absolute;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    left: -2rem;
    top: 33rem;
  }
}

.firstView--blueWord2 {
  width: 35vw;
  z-index: 3;
  position: absolute;
  transform: rotate(18deg);
  top: 8.63rem;
  left: 8rem;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--blueWord2 {
    top: 7.2rem;
    left: 8rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--blueWord2__TB {
    width: 55vw;
    z-index: 3;
    transform: rotate(18deg);
    position: relative;
    top: -15.5rem;
    left: 6rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--blueWord2__TB {
    width: 55vw;
    z-index: 3;
    transform: rotate(18deg);
    position: relative;
    top: -11.5rem;
    left: 6rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--blueWord2__SP {
    width: 70vw;
    z-index: 3;
    position: absolute;
    transform: rotate(18deg);
    left: 2rem;
    top: 44.5rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--blueWord2__SP {
    width: 75vw;
    z-index: 3;
    position: absolute;
    transform: rotate(18deg);
    left: 2rem;
    top: 37rem;
  }
}

.firstView--blueWord3 {
  width: 37vw;
  z-index: 3;
  position: absolute;
  transform: rotate(19deg);
  top: 8.02rem;
  left: 7.3rem;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--blueWord3 {
    top: 6.72rem;
    left: 8rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--blueWord3__TB {
    width: 55vw;
    z-index: 3;
    transform: rotate(18deg);
    position: relative;
    top: -31rem;
    left: 7rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--blueWord3__TB {
    width: 55vw;
    z-index: 3;
    transform: rotate(18deg);
    position: relative;
    top: -22rem;
    left: 7rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--blueWord3__SP {
    width: 70vw;
    z-index: 3;
    position: absolute;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    left: 2.5rem;
    top: 45.5rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--blueWord3__SP {
    width: 80vw;
    z-index: 3;
    position: absolute;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    left: 0.5rem;
    top: 40rem;
  }
}

.firstView--asobi_anime {
  width: 70%;
  margin-top: -2rem;
  margin-left: 1rem;
}

@media (max-height: 650px) {
  .firstView--asobi_anime {
    width: 65%;
    margin-top: 0rem;
    margin-left: 0rem;
  }
}

@media (orientation: landscape) and (max-width: 1199px) {
  .firstView--asobi_anime {
    width: 70%;
    margin-left: 0rem;
  }
}

@media (min-width: 810px) and (max-width: 1023px) {
  .firstView--asobi_anime {
    width: 90%;
    margin-top: -9rem;
    margin-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 809px) {
  .firstView--asobi_anime {
    width: 80%;
    margin-top: -7rem;
    margin-left: 0rem;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .firstView--asobi_anime {
    width: 85%;
    margin-top: -3rem;
    margin-left: 1rem;
  }
}

.firstView--scrollLine {
  width: 10%;
  position: absolute;
  top: 92vh;
  z-index: 5;
}

.firstView--scrollLine__TB {
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .firstView--scrollLine__TB {
    display: block;
    width: 20%;
    position: absolute;
    top: 93vh;
    z-index: 5;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .firstView--scrollLine__TB {
    width: 20%;
    position: absolute;
    top: 91vh;
    z-index: 5;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .firstView--scrollLine__SP {
    width: 30%;
    position: absolute;
    top: 95vh;
    margin-top: -4.5rem;
    z-index: 5;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .firstView--scrollLine__SP {
    width: 30%;
    position: absolute;
    top: 92vh;
    margin-top: -2.5rem;
    z-index: 5;
  }
}

/* ドタバタするもん アニメーション BEGIN */
/* 
#n.aw=ドの赤丸,
#o.aw=タの赤丸,
#p.aw=バの赤丸,
#q.aw=タの赤丸,
#f.ak=ド,
#g.ak=タ,
#h.ak=バ,
#i.ak=タ,
#j.ak=す,
#k.ak=る,
#l.ak=も,
#m.ak=ん */
#n.aw,
#o.aw,
#p.aw,
#q.aw,
#f.ak,
#g.ak,
#h.ak,
#i.ak,
#j.ak,
#k.ak,
#l.ak,
#m.ak {
  display: inline-block;
  animation: float-vertical 2s ease-in-out infinite;
}

@keyframes float-vertical {
  0% {
    transform: translate3d(0, 0%, 0);
  }

  25% {
    transform: translate3d(0, 5%, 0);
  }

  75% {
    transform: translate3d(0, -5%, 0);
  }

  100% {
    transform: translate3d(0, 0%, 0);
  }
}

#f.ak,
#n.aw {
  animation-delay: 0.5s;
}

#g.ak,
#o.aw {
  animation-delay: 0.1s;
}

#h.ak,
#p.aw {
  animation-delay: 0.15s;
}

#i.ak,
#q.aw {
  animation-delay: 0.2s;
}

#j.ak {
  animation-delay: 0.25s;
}

#k.ak {
  animation-delay: 0.3s;
}

#l.ak {
  animation-delay: 0.35s;
}

#m.ak {
  animation-delay: 0.4s;
}

/* ドタバタするもん アニメーション END */
/* だって子どもだもん アニメーション BEGIN */
#f.o,
#g.o,
#h.o,
#i.o,
#j.o,
#k.o,
#l.o,
#m.o,
#n.o {
  display: inline-block;
  animation: float-vertical 2.5s ease-in-out infinite;
}

@keyframes float-vertical {
  0% {
    transform: translate3d(0, 0%, 0);
  }

  25% {
    transform: translate3d(0, 5%, 0);
  }

  75% {
    transform: translate3d(0, -5%, 0);
  }

  100% {
    transform: translate3d(0, 0%, 0);
  }
}

#f.o {
  animation-delay: 0.5s;
}

#g.o {
  animation-delay: 0.1s;
}

#h.o {
  animation-delay: 0.15s;
}

#i.o {
  animation-delay: 0.2s;
}

#j.o {
  animation-delay: 0.25s;
}

#k.o {
  animation-delay: 0.3s;
}

#l.o {
  animation-delay: 0.35s;
}

#m.o {
  animation-delay: 0.4s;
}

#n.o {
  animation-delay: 0.4s;
}

/* だって子どもだもん アニメーション END */
/* こころとからだの解放アニメーション BEGIN */
#e.oo,
#f.oo,
#g.oo,
#h.oo,
#i.oo,
#j.oo,
#k.oo,
#l.oo,
#m.oo,
#n.oo {
  display: inline-block;
  animation: float-vertical 2.5s ease-in-out infinite;
}

@keyframes float-vertical {
  0% {
    transform: translate3d(0, 0%, 0);
  }

  25% {
    transform: translate3d(0, 5%, 0);
  }

  75% {
    transform: translate3d(0, -5%, 0);
  }

  100% {
    transform: translate3d(0, 0%, 0);
  }
}

#e.oo {
  animation-delay: 0.015s;
}

#f.oo {
  animation-delay: 0.035s;
}

#g.oo {
  animation-delay: 0.045s;
}

#h.oo {
  animation-delay: 0.15s;
}

#i.oo {
  animation-delay: 0.2s;
}

#j.oo {
  animation-delay: 0.25s;
}

#k.oo {
  animation-delay: 0.3s;
}

#l.oo {
  animation-delay: 0.35s;
}

#m.oo {
  animation-delay: 0.4s;
}

#n.oo {
  animation-delay: 0.45s;
}

/* こころとからだの解放 アニメーション END */
/* ファストビュー END */
/* ドタバタの時間 BEGIN */
.dotabataTime {
  position: relative;
}

.dotabataTime--PC {
  display: block;
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .dotabataTime--PC {
    display: block;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--PC {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--PC {
    display: none;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--PC {
    display: none;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--PC {
    display: none;
  }
}

.dotabataTime--SPandTB {
  display: none;
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .dotabataTime--SPandTB {
    display: none;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--SPandTB {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--SPandTB {
    display: block;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--SPandTB {
    display: block;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--SPandTB {
    display: block;
  }
}

.dotabataTime__sukinadake {
  position: relative;
  height: 100%;
  width: 100%;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__sukinadake {
    margin-bottom: 3rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__sukinadake {
    margin-bottom: 3rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__sukinadake {
    margin-bottom: 3rem;
  }
}

.dotabataTime__sukinadake--back-img {
  width: 85%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__sukinadake--back-img {
    width: 80%;
    height: auto;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__sukinadake--back-img {
    width: 70%;
    height: auto;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__sukinadake--back-img {
    width: 73%;
    height: auto;
  }
}

.dotabataTime__sukinadake--front {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__sukinadake--front {
    top: 60%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime__sukinadake--front {
    top: 60%;
  }
}

.dotabataTime__sukinadake--anime {
  padding-right: 5rem;
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__sukinadake--anime {
    padding-right: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__sukinadake--anime {
    padding-right: 0rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__sukinadake--anime {
    padding-right: 0rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime__sukinadake--anime {
    padding-right: 0rem;
  }
}

.dotabataTime__sukinadake--ziguzagu {
  margin-top: 1.5rem;
  width: 45%;
  height: auto;
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__sukinadake--ziguzagu {
    width: 20%;
    height: auto;
  }
}

.dotabataTime__sukinadake--dotamoji {
  margin-top: 3rem;
  width: 85%;
  height: auto;
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__sukinadake--dotamoji {
    width: 43%;
    height: auto;
  }
}

.dotabataTime__sukinadake--mojiSuki {
  font-family: "banana";
  font-size: 40px;
  font-weight: 500;
  margin-left: 1em;
  position: absolute;
  top: 0em;
  left: 0;
  z-index: 10;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__sukinadake--mojiSuki {
    top: 0rem;
    left: 0rem;
    font-size: 30px;
    margin-left: 1em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime__sukinadake--mojiSuki {
    top: 0rem;
    left: 0rem;
    font-size: 30px;
    margin-left: 1em;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__sukinadake--mojiSuki {
    top: 0rem;
    left: 2rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__sukinadake--mojiSuki {
    top: 0rem;
    left: 0rem;
    font-size: 40px;
  }
}

.dotabataTime__sukinadake--mojiSite {
  font-family: "banana";
  font-size: 40px;
  font-weight: 500;
  margin-right: 1em;
  z-index: 10;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__sukinadake--mojiSite {
    top: -7rem;
    left: 2rem;
    font-size: 30px;
    margin-right: 1em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime__sukinadake--mojiSite {
    top: -7rem;
    left: 2rem;
    font-size: 30px;
    margin-right: 1em;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__sukinadake--mojiSite {
    top: -7rem;
    left: 2rem;
    font-size: 40px;
    margin-right: 2em;
  }
}

.dotabataTime__btn {
  display: inline-block;
  background-color: #005CAF;
  height: 50px;
  width: 70%;
  border-radius: 50px;
  align-self: center;
  text-decoration: none;
  transition: 0.4s ease;
}

.dotabataTime__btn:hover>p>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__btn {
    height: 40px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__btn {
    margin-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__btn {
    margin-left: 0rem;
  }
}

.dotabataTime__btn>p {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__btn>p {
    font-size: 14px;
    margin-left: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime__btn>p {
    margin-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__btn>p {
    margin-left: 0rem;
  }
}

.dotabataTime__btn>p>span {
  transition: 0.4s ease;
  display: inline-block;
  font-family: "banana";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime__btn>p>span {
    padding-top: 5px;
  }
}

.dotabataTime__kouka {
  width: 100%;
}

.dotabataTime__kouka--img {
  width: 17%;
  height: auto;
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime__kouka--img {
    width: 15%;
  }
}

.dotabataTime--uzuSvg {
  width: 25%;
  position: absolute;
  top: 7rem;
  left: 30rem;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .dotabataTime--uzuSvg {
    width: 25%;
    margin: auto;
    position: initial;
    top: 0rem;
    left: 0rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--uzuSvg {
    width: 25%;
    margin: auto;
    position: initial;
    top: 0rem;
    left: 0rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--uzuSvg {
    width: 25%;
    margin: auto;
    position: initial;
    top: 0rem;
    left: 0rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--uzuSvg {
    width: 30%;
    margin: auto;
    position: initial;
    margin-bottom: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--uzuSvg {
    width: 30%;
    margin: auto;
    position: initial;
    margin-bottom: 2rem;
  }
}

.dotabataTime--mojikodomo {
  color: #005CAF;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .dotabataTime--mojikodomo {
    font-size: 22px;
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--mojikodomo {
    font-size: 22px;
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--mojikodomo {
    font-size: 22px;
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojikodomo {
    font-size: 22px;
    text-align: center;
    padding-bottom: 1rem;
    padding-left: 0rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojikodomo {
    font-size: 22px;
    text-align: center;
    padding-bottom: 1rem;
    padding-left: 0rem;
  }
}

.dotabataTime--moji4sai {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #005CAF;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  letter-spacing: 0.03em;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .dotabataTime--moji4sai {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--moji4sai {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--moji4sai {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--moji4sai {
    text-align: center;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--moji4sai {
    text-align: center;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    font-size: 14px;
  }
}

.dotabataTime--moji4sai:before,
.dotabataTime--moji4sai:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #005CAF;
  width: 2px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

@media (min-width: 340px) and (max-width: 479px) {

  .dotabataTime--moji4sai:before,
  .dotabataTime--moji4sai:after {
    width: 1.5px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {

  .dotabataTime--moji4sai:before,
  .dotabataTime--moji4sai:after {
    width: 1.5px;
  }
}

.dotabataTime--moji4sai:before {
  transform: rotate(-40deg);
}

.dotabataTime--moji4sai:after {
  transform: rotate(40deg);
}

.dotabataTime--mojien {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 3rem;
  padding-left: 3rem;
  letter-spacing: 0.03em;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .dotabataTime--mojien {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--mojien {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--mojien {
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojien {
    text-align: center;
    padding-bottom: 2.5rem;
    padding-left: 0rem;
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojien {
    text-align: center;
    padding-bottom: 2.5rem;
    padding-left: 0rem;
    font-size: 14px;
  }
}

.dotabataTime--mojiKakko-left {
  font-size: 50px;
  -webkit-text-stroke: 1px #005CAF;
  color: #21AD3F;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojiKakko-left {
    font-size: 30px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojiKakko-left {
    font-size: 30px;
  }
}

.dotabataTime--mojiKakko-right {
  font-size: 50px;
  -webkit-text-stroke: 1px #005CAF;
  color: #E3D41F;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojiKakko-right {
    font-size: 30px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojiKakko-right {
    font-size: 30px;
  }
}

.dotabataTime--mojiNo {
  color: #005CAF;
  text-align: center;
  font-weight: 500;
  font-size: 50px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojiNo {
    font-size: 30px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojiNo {
    font-size: 30px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--mojiNo {
    font-size: 40px;
  }
}

.dotabataTime--mojiHasi {
  color: #005CAF;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojiHasi {
    font-size: 16px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojiHasi {
    font-size: 16px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--mojiHasi {
    font-size: 19px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--mojiHasi {
    font-size: 19px;
  }
}

.dotabataTime--imgTri {
  width: 100px;
  height: auto;
  margin: 3rem 0;
}

@media (max-width: 1199px) {
  .dotabataTime--imgTri {
    width: 50px;
    margin: 2rem 0;
  }
}

.dotabataTime--mojiNin {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--mojiNin {
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--mojiNin {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--mojiNin {
    font-size: 16px;
  }
}

.dotabataTime--imgTime {
  width: 80%;
  height: auto;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataTime--imgTime {
    width: 80%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataTime--imgTime {
    width: 80%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataTime--imgTime {
    width: 100%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataTime--imgTime {
    width: 100%;
  }
}

/* ドタバタの時間 END */
/* よくある質問 BEGIN */
.qa__title--font {
  font-family: "banana";
  font-size: 85px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__title--font {
    font-size: 45px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__title--font {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .qa__title--font {
    font-size: 80px;
  }
}

.qa__title--font-kanji {
  font-size: 82px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__title--font-kanji {
    font-size: 43px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__title--font-kanji {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .qa__title--font-kanji {
    font-size: 77px;
  }
}

.qa__title--anime {
  width: 30%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__title--anime {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__title--anime {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .qa__title--anime {
    width: 25%;
  }
}

.qa__disp--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__disp--font {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__disp--font {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .qa__disp--font {
    font-size: 18px;
  }
}

.qa__tabTitle {
  line-height: 2rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__tabTitle {
    line-height: 1.6rem;
  }
}

.qa__tabTitle--font-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__tabTitle--font-main {
    font-weight: 500;
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__tabTitle--font-main {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .qa__tabTitle--font-main {
    font-size: 28px;
  }
}

.qa__tabTitle--font-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__tabTitle--font-sub {
    font-weight: 400;
    font-size: 12px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__tabTitle--font-sub {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .qa__tabTitle--font-sub {
    font-size: 16px;
  }
}

.qa__tbContent--back {
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-top: -5px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__tbContent--back {
    border-radius: 0px;
    margin-top: -3px;
  }
}

.qa__accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 90%;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__accordion {
    width: 98%;
  }
}

.qa__accordion--title {
  background-color: #fff;
  height: fit-content;
  cursor: pointer;
  padding: 5px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__accordion--title {
    height: 5rem;
  }
}

.qa__accordion--title--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__accordion--title--font {
    font-weight: 300;
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .qa__accordion--title--font {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .qa__accordion--title--font {
    font-size: 20px;
  }
}

.qa__accordion--title--icon {
  width: 50px;
  height: auto;
  margin-left: 1em;
  margin-right: 1em;
}

@media (min-width: 340px) and (max-width: 479px) {
  .qa__accordion--title--icon {
    width: 30px;
    margin-left: 0.4em;
    margin-right: 0.4em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .qa__accordion--title--icon {
    width: 30px;
    margin-left: 0.4em;
    margin-right: 0.4em;
  }
}

.qa__accordion--title.open::after {
  transform: rotate(-45deg);
}

.qa__genre {
  font-size: .7rem;
  color: #005CAF;
  background-color: #C3E2FF;
  padding: 0.2rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 1rem;
  width: 110px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;

}

.qa__accordion--content {
  padding: 0.5em 0 0.5em 0;
  display: none;
  border: solid 5px #fff;
}

@media (max-width: 560px) {
  .qa__accordion--content {
    border: solid 3px #fff;
  }
}

.qa__accordion--content>div>p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: .1rem;
}

@media (min-width: 1200px) {
  .qa__accordion--content>div>p {
    font-size: 16px;
  }
}

.qa__accordionTitle--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #005CAF;
  width: 80%;
  display: inline-block;
  overflow-wrap: break-word;
  word-break: keep-all;
  letter-spacing: .1rem;
}

@media (min-width: 380px) and (max-width: 479px) {
  .qa__accordionTitle--font {
    width: 72%;
    font-weight: 500;
    font-size: 13px;
  }
}

@media (min-width: 240px) and (max-width: 379px) {
  .qa__accordionTitle--font {
    width: 70%;
    font-weight: 500;
    font-size: 11px;
  }

  .qa__accordion--content>div>p {
    font-size: 11px;
  }
}

@media (min-width: 480px) and (max-width: 900px) {
  .qa__accordionTitle--font {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .qa__accordionTitle--font {
    font-size: 20px;
  }
}

.clubSc {
  position: absolute;
  bottom: 35%;
  right: 10%;
  width: 30px;
}

.tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.tab-area .tab {
  height: 6rem;
  width: 30em;
  line-height: 30px;
  text-align: center;
  color: #005CAF;
  background-color: #fff;
  border: 5px solid #f5f5f5;
  border-radius: 12px 12px 0 0;
}

@media (min-width: 340px) and (max-width: 479px) {
  .tab-area .tab {
    height: 5rem;
    width: 10em;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .tab-area .tab {
    height: 6rem;
    width: 15em;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .tab-area .tab {
    height: 6rem;
    width: 18em;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (orientation: landscape) and (max-width: 1199px) {
  .tab-area .tab {
    height: 6rem;
    width: 20em;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 1200px) {
  .tab-area .tab {
    width: 30em;
    border: 5px solid #f5f5f5;
    border-radius: 12px 12px 0 0;
  }
}

.tab-area .tab.active {
  color: #005CAF;
  height: 6rem;
  align-items: center;
  background-color: #f5f5f5;
  border: 5px solid #f5f5f5;
  border-radius: 12px 12px 0 0;
  transition: 0.4s;
}

@media (min-width: 340px) and (max-width: 479px) {
  .tab-area .tab.active {
    height: 5rem;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .tab-area .tab.active {
    height: 6rem;
    width: 15em;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .tab-area .tab.active {
    height: 6rem;
    border: 3px solid #f5f5f5;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 1200px) {
  .tab-area .tab.active {
    border: 5px solid #f5f5f5;
    border-radius: 12px 12px 0 0;
  }
}

.content-area {
  font-size: 30px;
  text-align: center;
}

.content-area .content {
  display: none;
}

.content-area .content.show {
  display: block;
}

/* よくある質問 END */
/* お問い合わせ BEGIN */
.contact {
  background: #ffffff !important;
  padding-top: 1.5em;
}

.contact_show_sp {
  display: none;
}

.contact_show_tb {
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact_show_pc {
    display: none;
  }

  .contact_show_tb {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact_show_pc {
    display: none;
  }

  .contact_show_sp {
    display: block;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .contact_show_pc {
    display: none;
  }

  .contact_show_sp {
    display: block;
  }
}

.contact__block {
  position: relative;
}

.contact__back--img {
  width: 50%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__back--img {
    width: 80%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__back--img {
    width: 50%;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__back--img {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .contact__back--img {
    width: 600px;
  }
}

.contact_back_square {
  width: calc(100vw * (1092 / 1366));
  background-color: #EEF7FF;
  border-radius: 40px;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
  max-width: 1092px;
  cursor: pointer;
}

@media (min-width: 1367px) {
  .contact_back_square {
    width: calc(100vw * (1092 / 1366));
    max-width: initial;
  }
}

@media (max-width: 1023px) {
  .contact_back_square {
    border-radius: 10px;
    width: 90vw;
  }
}

.contact_back_square:hover {
  background-color: #D2E7FA;
}

.contact_back_square:hover>a>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

@media (max-width: 1023px) {
  .contact_back_square:hover>a>span {
    transform: translate(0px);
  }
}

.contact__title--font {
  font-family: "Inter", sans-serif;
  font-size: 62px;
  font-weight: 600;
  letter-spacing: 1.24px;
  color: #005CAF;
  text-align: center;
  line-height: 4.6875rem;
}

@media (max-width: 1023px) {
  .contact__title--font {
    font-size: 28px;
    letter-spacing: 0.76px;
  }
}

@media (min-width: 1023px) and (max-height: 800px) {
  .contact__title--font {
    font-size: 28px;
    letter-spacing: 0.76px;
  }
}

@media (max-width: 600px) {
  .contact__title--font {
    font-size: 38px;
    letter-spacing: 1px;
  }
}

.contact__content--text-font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0.54px;
  font-weight: 500;
  margin-top: 0.9rem;
  margin-bottom: 2.4375rem;
  line-height: 30px;
  color: #000000;
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .contact__content--text-font {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1023px) and (max-height: 800px) {
  .contact__content--text-font {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
  }
}

@media (max-width: 1023px) {
  .contact__content--text-font {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    margin-bottom: 3.4rem;
    margin-top: 1.9rem;
    line-height: 20px;
  }
}

.contact__svg--block {
  width: 22%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  cursor: pointer;
  max-width: 300px;
}

.contact__svg--block img {
  width: 100%;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__svg--block {
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__svg--block {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__svg--block {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .contact__svg--block {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }
}

.contact__svg--block:hover .contact__svg--yajirushi {
  transform: translateX(30px);
  transition: 0.4s;
}

.contact__svg--yajirushi {
  fill: none;
  stroke: #005CAF;
  stroke-width: 11.6799;
  transition: 0.4s;
}

.contact__svg--font {
  fill: #005CAF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.contact__svg--font::selection {
  fill: #fff;
  background-color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__svg--font {
    font-size: 45px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__svg--font {
    font-size: 42px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__svg--font {
    font-size: 45px;
  }
}

.contact__ushi--img {
  width: 30%;
  height: auto;
  margin-top: -5rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__ushi--img {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__ushi--img {
    width: 40%;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__ushi--img {
    width: 45%;
  }
}

.contact__gotoBtn-warp a {
  text-decoration: none;
  color: #005CAF;
}

.contact__gotoBtn {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  padding: 0.3rem 3.5rem 0.3rem 0.5rem;
  pointer-events: all;
  letter-spacing: 0.64px;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  max-width: 10rem;
  color: #333333;
}

.contact__gotoBtn>span {
  transition: 0.4s ease;
  position: absolute;
  font-size: 26px;
  color: #015CAF;
}

.contact__gotoBtn:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  pointer-events: all;
  color: #333333;
}

.contact__gotoBtn-warp:hover .contact__gotoBtn>span,
.contact__gotoBtn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

/* お問い合わせ END */
/* スーパーなコーチ BEGIN */
.coach__title--font {
  font-family: "banana";
  font-size: 70px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__title--font {
    font-size: 45px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__title--font {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .coach__title--font {
    font-size: 70px;
  }
}

.coach__disp--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 1rem 0;
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__disp--font {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__disp--font {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .coach__disp--font {
    font-size: 26px;
  }
}

.coach__title--anime {
  width: 45%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__title--anime {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__title--anime {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .coach__title--anime {
    width: 45%;
  }
}

.coach__title--font-small {
  font-family: "banana";
  color: #005CAF;
  font-size: 36px;
}

@media (max-width: 1199px) {
  .coach__title--font-small {
    font-size: 25px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__title--font-small {
    font-size: 36px;
  }
}

.coach__title--font-left {
  margin-left: 0;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__title--font-left {
    margin-left: 3em;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__title--font-left {
    margin-left: 4em;
  }
}

.coach__title--font-right {
  margin-right: 0;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__title--font-right {
    margin-right: 3em;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__title--font-right {
    margin-right: 1em;
  }
}

.coach__title--img-main {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .coach__title--img-main {
    width: 100%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__title--img-main {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__title--img-main {
    width: 80%;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__title--img-main {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .coach__title--img-main {
    width: 70%;
  }
}

.coach__back {
  height: 100vh;
}

.coach__back-gap-hidariUe {
  margin-top: 0rem;
}

.coach__back-gap-migiUe {
  width: 100%;
  height: auto;
  margin-top: 7rem;
}

@media (max-width: 1199px) {
  .coach__back-gap-migiUe {
    margin-top: 8rem;
  }
}

.coach__back-gap-migiShita {
  width: 100%;
  height: auto;
  margin-top: -3rem;
  margin-right: 10rem;
}

@media (max-width: 1199px) {
  .coach__back-gap-migiShita {
    width: 100%;
    height: auto;
    margin-top: 15rem;
    margin-right: 10rem;
  }
}

.coach__back-gap-hidariShita {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .coach__back-gap-hidariShita {
    margin-top: -7rem;
    display: block;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__back-gap-hidariShita {
    margin-top: -2rem;
    display: block;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__back-gap-hidariShita {
    margin-top: 0rem;
    display: block;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__back-gap-hidariShita {
    margin-top: 0rem;
    display: block;
  }
}

.coach__list {
  margin-top: -90vh !important;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .coach__list {
    margin-top: -85vh !important;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__list {
    margin-top: -80vh !important;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__list {
    margin-top: -75vh !important;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__list {
    margin-top: -85vh !important;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .coach__list {
    margin-top: -105vh !important;
  }
}

.coach__list--pc {
  display: block;
}

@media (min-width: 1200px) {
  .coach__list--pc {
    display: block;
  }
}

.coach__list--spAndTab {
  display: block;
}

@media (min-width: 1200px) {
  .coach__list--spAndTab {
    display: none;
  }
}

.coach__list--spAndTab-box {
  width: 80%;
}

.coach__list--icon {
  width: 50px;
  height: auto;
}

.coach__list--link {
  color: #005CAF;
}

@media (hover: hover) {
  .coach__list--link:hover {
    transition: 0.4s;
  }
}

.coach__list--katagaki {
  margin-bottom: 1.5rem;
}

.coach__list--img {
  width: 50%;
  height: auto;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .coach__list--img {
    width: 35%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .coach__list--img {
    width: 35%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .coach__list--swiperMaru>span {
    width: 11px;
    height: 11px;
  }
}

/* スーパーなコーチ END */
/* プラン BEGIN */
.plan__main {
  position: relative;
}

.plan__main--img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  border-radius: 12px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__main--img {
    border-radius: 5px;
    height: 50vh;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__main--img {
    height: auto;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__main--img {
    height: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .plan__main--img {
    height: auto;
  }
}

.plan__main--img-sp {
  display: block;
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__main--img-sp {
    display: none;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__main--img-sp {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .plan__main--img-sp {
    display: none;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .plan__main--img-sp {
    display: none;
  }
}

@media (min-width: 1200px) {
  .plan__main--img-sp {
    display: none;
  }
}

.plan__main--img-pc {
  display: none;
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__main--img-pc {
    display: block;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__main--img-pc {
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .plan__main--img-pc {
    display: block;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .plan__main--img-pc {
    display: block;
  }
}

@media (min-width: 1200px) {
  .plan__main--img-pc {
    display: block;
  }
}

.plan__main--svg {
  z-index: 100;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  width: 50%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__main--svg {
    width: 70%;
  }
}

.plan__title--main {
  margin-top: 8rem;
  font-family: "banana";
  font-size: 85px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__title--main {
    font-size: 45px;
    margin-top: 4rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__title--main {
    font-size: 55px;
    margin-top: 6rem;
  }
}

/* @media (min-width: 760px) and (max-width: 1023px) {
  .plan__title--main {}
} */

@media (min-width: 1024px) and (max-width: 1366px) {
  .plan__title--main {
    font-size: 85px;
  }
}

@media (min-width: 1200px) {
  .plan__title--main {
    font-size: 80px;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .plan__title--main {
    font-size: 80px;
  }
}

@media (min-width: 1600px) and (max-width: 1970px) {
  .plan__title--main {
    font-size: 80px;
  }
}

.plan__title--main-kanji {
  margin-top: 5rem;
  font-family: "banana";
  font-size: 82px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__title--main-kanji {
    font-size: 42px;
    margin-top: -5rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__title--main-kanji {
    font-size: 52px;
    margin-top: -5rem;
  }
}

.plan__title--sub {
  font-family: "banana";
  font-size: 27px;
  font-weight: 500;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__title--sub {
    font-size: 18px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__title--sub {
    font-size: 18px;
  }
}

.plan__title--grey {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #6A6A6A;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__title--grey {
    font-size: 10px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__title--grey {
    font-size: 13px;
  }
}

.plan__disp--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__disp--font {
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__disp--font {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__disp--font {
    font-size: 16px;
  }
}

.plan__tabTitle {
  line-height: 2rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tabTitle {
    line-height: 1.6rem;
  }
}

.plan__tabTitle--font-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tabTitle--font-main {
    font-weight: 500;
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__tabTitle--font-main {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .plan__tabTitle--font-main {
    font-size: 28px;
  }
}

.plan__tabTitle--font-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tabTitle--font-sub {
    font-weight: 400;
    font-size: 12px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__tabTitle--font-sub {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .plan__tabTitle--font-sub {
    font-size: 16px;
  }
}

.plan__tbContent--back {
  background-color: #005CAF;
  border-radius: 12px;
  margin-top: -5px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--back {
    border-radius: 0px;
    margin-top: -3px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--back {
    border-radius: 0px;
    margin-top: -3px;
  }
}

.plan__tbContent--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__tbContent--row {
    justify-content: unset;
    overflow-x: scroll;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__tbContent--row {
    justify-content: unset;
    overflow-x: scroll;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--row {
    justify-content: unset;
    overflow-x: scroll;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--row {
    justify-content: unset;
    overflow-x: scroll;
  }
}

.plan__tbContent--nakami {
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  width: 45%;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__tbContent--nakami {
    min-width: 80%;
    width: 80%;
    border-radius: 5px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__tbContent--nakami {
    min-width: 80%;
    width: 80%;
    border-radius: 5px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami {
    min-width: 90%;
    width: 90%;
    border-radius: 5px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami {
    min-width: 90%;
    width: 90%;
    border-radius: 5px;
  }
}

.plan__tbContent--nakami-font-scroll {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}

.plan__tbContent--nakami-font-open {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-font-open {
    font-size: 15px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-font-open {
    font-size: 15px;
  }
}

.plan__tbContent--nakami-logoImg {
  width: 15%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-logoImg {
    width: 35%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-logoImg {
    width: 35%;
  }
}

.plan__tbContent--nakami-tabel {
  line-height: 1.4em;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-tabel {
    line-height: 0.7em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-tabel {
    line-height: 0.7em;
  }
}

.plan__tbContent--nakami-title-block {
  background-color: #f5f5f5;
  border-radius: 12px 12px 0px 0px;
  padding: 0.5em 0 0.5em 0;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-block {
    border-radius: 5px 5px 0px 0px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-block {
    border-radius: 5px 5px 0px 0px;
  }
}

.plan__tbContent--nakami-title-font-big {
  font-family: "banana";
  font-size: 55px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-big {
    font-size: 35px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-big {
    font-size: 35px;
  }
}

.plan__tbContent--nakami-title-font-big-kana {
  font-family: "banana";
  font-size: 58px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-big-kana {
    font-size: 37px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-big-kana {
    font-size: 37px;
  }
}

.plan__tbContent--nakami-title-font-big-intro {
  font-family: "banana";
  font-size: 30px;
  color: #005CAF;
  margin-top: -1rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-big-intro {
    font-size: 20px;
    margin-top: -0.7rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-big-intro {
    font-size: 20px;
    margin-top: -0.7rem;
  }
}

.plan__tbContent--nakami-title-font-big-ageru {
  margin-top: -0.5rem;
}

.plan__tbContent--nakami-title-font-big-single {
  font-family: "banana";
  font-size: 55px;
  color: #005CAF;
  letter-spacing: 0.05em;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-big-single {
    font-size: 35px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-big-single {
    font-size: 35px;
  }
}

.plan__tbContent--nakami-title-font-sub {
  font-family: "banana";
  font-size: 30px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-sub {
    font-size: 23px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-sub {
    font-size: 23px;
  }
}

.plan__tbContent--nakami-title-font-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-regular {
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-regular {
    font-size: 14px;
  }
}

.plan__tbContent--nakami-title-font-notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-notice {
    font-size: 12px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-notice {
    font-size: 12px;
  }
}

.plan__tbContent--nakami-title-font-gessya {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #005CAF;
  border-bottom: solid 3px #005CAF;
  display: inline-block;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-title-font-gessya {
    font-size: 12px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-title-font-gessya {
    font-size: 12px;
  }
}

.plan__tbContent--nakami-detail-block {
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  padding: 0.5em 0 1em 0;
}

.plan__tbContent--nakami-detail-block-club {
  background-color: #fff;
  border-radius: 0px 0px 12px 12px;
  padding: 0.5em 0 0em 0;
}

.plan__tbContent--nakami-detail-icon {
  font-size: 0.75em;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-detail-icon {
    font-size: 0.5em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-detail-icon {
    font-size: 0.5em;
  }
}

.plan__tbContent--nakami-detail-font-dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-detail-font-dt {
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-detail-font-dt {
    font-size: 14px;
  }
}

.plan__tbContent--nakami-detail-font-dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.8em;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-detail-font-dd {
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-detail-font-dd {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.plan__tbContent--nakami-detail-font-dd-kotira {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.8em;
  color: #005CAF !important;
  cursor: pointer;
  transition: 0.4s;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-detail-font-dd-kotira {
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-detail-font-dd-kotira {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.plan__tbContent--nakami-detail-font-dd-kotira:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.plan__tbContent--nakami-detail-td {
  width: 130px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-detail-td {
    width: 90px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-detail-td {
    width: 90px;
  }
}

.plan__tbContent--nakami-detail-vertical-top {
  vertical-align: top;
}

.plan__tbContent--nakami-gessya {
  height: 15rem;
}

.plan__tbContent--nakami-gap-control {
  height: 7.5rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tbContent--nakami-gap-control {
    height: 5rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__tbContent--nakami-gap-control {
    height: 5rem;
  }
}

.plan__modal--font-title-big {
  font-family: "banana";
  color: #005CAF;
  font-size: 45px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__modal--font-title-big {
    font-size: 24px;
    margin-top: 2.5rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__modal--font-title-big {
    font-size: 24px;
    margin-top: 2.5rem;
  }
}

.plan__modal--font-title-mini {
  font-family: "banana";
  color: #005CAF;
  font-size: 35px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__modal--font-title-mini {
    font-size: 22px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__modal--font-title-mini {
    font-size: 22px;
  }
}

.plan__modal--font-subtitle {
  font-family: "banana";
  color: #000;
  font-size: 24px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__modal--font-subtitle {
    font-size: 16px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__modal--font-subtitle {
    font-size: 16px;
  }
}

.plan__modal--font-honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__modal--font-honbun {
    font-size: 12px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__modal--font-honbun {
    font-size: 12px;
  }
}

.plan__modal--font-icon {
  color: #005CAF !important;
}

.plan__modal--img {
  width: 50%;
  height: auto;
  margin-bottom: 2rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__modal--img {
    width: 80%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__modal--img {
    width: 80%;
  }
}

.plan__freeTaiken--btn {
  display: block;
  background-color: #fff;
  height: 50px;
  width: 12em;
  border-radius: 50px;
  align-self: center;
  text-decoration: none !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #005CAF;
  transition: 0.4s;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__freeTaiken--btn {
    width: 7em;
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__freeTaiken--btn {
    width: 7em;
    font-size: 14px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__freeTaiken--btn {
    width: 7em;
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .plan__freeTaiken--btn {
    width: 7em;
    font-size: 14px;
  }
}

.plan__freeTaiken--btn:hover {
  transition: 0.4s;
  color: rgba(0, 92, 175, 0.8);
}

.plan__tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.plan__tab-area .plan__tab {
  height: 6rem;
  width: 30em;
  line-height: 30px;
  text-align: center;
  color: #005CAF;
  background-color: #fff;
  border: 5px solid #005CAF;
  border-radius: 12px 12px 0 0;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tab-area .plan__tab {
    height: 5rem;
    width: 10em;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__tab-area .plan__tab {
    height: 6rem;
    width: 15em;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__tab-area .plan__tab {
    height: 6rem;
    width: 18em;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (orientation: landscape) and (max-width: 1199px) {
  .plan__tab-area .plan__tab {
    height: 6rem;
    width: 20em;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 1200px) {
  .plan__tab-area .plan__tab {
    width: 30em;
    border: 5px solid #005CAF;
    border-radius: 12px 12px 0 0;
  }
}

.plan__tab-area .plan__tab.plan__active {
  color: #fff;
  height: 6rem;
  align-items: center;
  background-color: #005CAF;
  border: 5px solid #005CAF;
  border-radius: 12px 12px 0 0;
  transition: 0.4s;
}

@media (min-width: 340px) and (max-width: 479px) {
  .plan__tab-area .plan__tab.plan__active {
    height: 5rem;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .plan__tab-area .plan__tab.plan__active {
    height: 6rem;
    width: 15em;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .plan__tab-area .plan__tab.plan__active {
    height: 6rem;
    border: 3px solid #005CAF;
    border-radius: 5px 5px 0 0;
  }
}

@media (min-width: 1200px) {
  .plan__tab-area .plan__tab.plan__active {
    border: 5px solid #005CAF;
    border-radius: 12px 12px 0 0;
  }
}

.plan__tab-area .plan__tabTitle--font-main .plan__active {
  color: #fff;
}

.plan__tab-area .plan__tabTitle--font-sub .plan__active {
  color: #fff;
}

.plan__content-area {
  font-size: 30px;
  text-align: center;
}

.plan__content {
  display: none;
}

.plan__content.plan__show {
  display: block;
}

.plan_disc {
  color: #000;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: flex-end;
  margin-top: 2em;
}

.plan_disc dd {
  width: 60%;
  text-align: left;
  font-weight: 400;
}

.plan_disc dt {
  width: 20%;
  font-weight: 500;
}

.plan_check {
  width: 1rem;
  margin-right: .5rem;
}

/* プラン END */
/* ドタバタのプログラム BEGIN */
.dotabataPro__bkImg {
  background-color: #ffffff;
  padding-bottom: 5em;
}

.dotabataPro__title {
  font-family: "banana";
  font-size: 50px;
  margin-top: 0rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__title {
    font-size: 65px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__title {
    font-size: 65px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__title {
    font-size: 38px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    line-height: 1.1;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__title {
    font-size: 38px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    line-height: 1.1;
  }
}

.dotabataPro__subTitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 5em;
}

@media (min-width: 760px) and (max-width: 1380px) {
  .dotabataPro__subTitle {
    font-size: 14px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__subTitle {
    font-size: 14px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__subTitle {
    font-size: 14px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__subTitle {
    font-size: 14px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.dotabataPro__tokucho--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__tokucho--font {
    font-size: 24px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__tokucho--font {
    font-size: 24px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__tokucho--font {
    font-size: 20px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__tokucho--font {
    font-size: 20px;
  }
}

.dotabataPro__tokucho--font-dotto {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}

@media (min-width: 1200px) {
  .dotabataPro__tokucho--font-dotto {
    font-size: 55px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .dotabataPro__tokucho--font-dotto {
    font-size: 45px;
  }
}

.dotabataPro__tokucho--font-dotto::before {
  content: "●●●";
  display: block;
  font-size: 5px;
  letter-spacing: 1.3em;
  color: #fff;
  position: absolute;
  top: -2em;
  left: 0.3em;
}

@media (min-width: 1200px) {
  .dotabataPro__tokucho--font-dotto::before {
    font-size: 15px;
    letter-spacing: 1.2em;
    top: -1em;
    left: 0.5em;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .dotabataPro__tokucho--font-dotto::before {
    font-size: 10px;
    letter-spacing: 1.2em;
    top: -1em;
    left: 0.9em;
  }
}

.dotabataPro__3tsu {
  margin-left: 5vw;
  width: 55%;
}

.dotabataPro__3circle {
  margin-top: 2rem;
  margin-left: 1vw;
  width: 15%;
  height: auto;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__3circle {
    width: 15%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__3circle {
    width: 15%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__3circle {
    width: 25%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__3circle {
    width: 25%;
  }
}

.dotabataPro__3circle--moji {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
  margin-left: 2rem;
  margin-top: 3.5rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__3circle--moji {
    font-weight: 300;
    font-size: 15px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__3circle--moji {
    font-weight: 300;
    font-size: 15px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__3circle--moji {
    font-weight: 300;
    font-size: 13px;
    margin-left: 1rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__3circle--moji {
    font-weight: 300;
    font-size: 13px;
    margin-left: 1rem;
  }
}

.dotabataPro__3circle--mojiTa {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.3em;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__3circle--mojiTa {
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__3circle--mojiTa {
    font-size: 16px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__3circle--mojiTa {
    font-size: 15px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__3circle--mojiTa {
    font-size: 15px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__mojiCenter {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__mojiCenter {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__mojiCenter {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__mojiCenter {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__mojiLeft {
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__mojiLeft {
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 3rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__mojiLeft {
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 2rem;
    padding-left: 5vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__mojiLeft {
    color: #ffffff;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 2rem;
    padding-left: 5vw;
  }
}

.dotabataPro__video {
  width: 80%;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__video {
    width: 60%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__video {
    width: 75%;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__video {
    width: 80%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__video {
    width: 80%;
  }
}

.dotabataPro__video__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.dotabataPro__video--moji {
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__video--moji {
    padding-right: 6.6666666667vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__video--moji {
    padding-right: 6.6666666667vw;
  }
}

.dotabataPro__video .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.dotabataPro__video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dotabataPro__EgaoImg {
  max-width: 25%;
  position: relative;
  top: -25vh;
  left: 55vw;
}

@media (orientation: landscape) and (max-width: 1199px) {
  .dotabataPro__EgaoImg {
    position: relative;
    top: -12vh;
    left: 55vw;
  }
}

@media (min-width: 1367px) and (max-width: 1599px) {
  .dotabataPro__EgaoImg {
    position: relative;
    top: -15vh;
    left: 55vw;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .dotabataPro__EgaoImg {
    top: -13vh;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .dotabataPro__EgaoImg {
    top: -13vh;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dotabataPro__EgaoImg {
    max-width: 50%;
    top: -18vh;
    left: 37vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dotabataPro__EgaoImg {
    max-width: 50%;
    top: -18vh;
    left: 37vw;
  }
}

/* wave animetion BEGIN */
.waveTop {
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -0.5rem;
}

.waveBottom {
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(180deg);
  margin-top: -0.5rem;
}

.waves .wave {
  animation: move 3s linear infinite;
}

.waves .wave:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 9s;
}

.waves .wave:nth-child(2) {
  animation-delay: -4s;
  animation-duration: 6s;
}

.waves .wave:nth-child(3) {
  animation-delay: -6s;
  animation-duration: 3s;
}

@keyframes move {
  from {
    transform: translate(-90px, 0%);
  }

  to {
    transform: translate(85px, 0%);
  }
}

.dotabataPro__img {
  width: 85%;
}

.dotabataPro__head {
  font-family: "banana";
  font-style: normal;
  color: #FFF;
  font-size: clamp(2.375rem, 2.102rem + 1.36vw, 3.125rem);
}

@media (max-width: 992px) {
  .dotabataPro__head {
    margin-top: 2rem;
  }
}

.dotabataPro__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #FFF;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 300;
  margin-top: 1rem;
}

.dotabataPro__wrap {
  display: flex;
  margin-top: 5rem;
}

@media (max-width: 992px) {
  .dotabataPro__wrap {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .dotabataPro__wrap {
    margin-top: 2rem;
  }
}

.dotabataPro__img--col {
  width: 47%;
  align-self: center;
}

@media (max-width: 992px) {
  .dotabataPro__img--col {
    width: 100%;
  }
}

.dotabataPro__txt--col {
  width: 55%;
  align-self: center;
}

@media (max-width: 992px) {
  .dotabataPro__txt--col {
    width: 100%;
  }
}

.order__img {
  order: 2;
}

@media (max-width: 992px) {
  .order__img {
    order: 1;
  }
}

.order__txt {
  order: 1;
}

@media (max-width: 992px) {
  .order__txt {
    order: 2;
  }
}

.dotabataPro__logo {
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  width: 300px;
  height: 70px;
  background-color: #CCDEEF;
  border-radius: 60px;
  margin-top: 2rem;
}

@media (max-width: 576px) {
  .dotabataPro__logo {
    width: 220px;
    height: 60px;
  }
}

.dotabataPro__logo--img {
  width: 20%;
  margin: 0px 1rem;
  height: fit-content;
  align-self: center;
}



/* wave animetion END */
/* ドタバタのプログラム END */
/* ================================ * /
            404ページ
==================================== */
/* .notFound__title--font { */
/* margin-top: 8rem;
  margin-left: 8.8125rem; */
/* } */

.notFound__title--font-main {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 70px;
  line-height: 85px;
  letter-spacing: 4.2px;
  font-weight: 600;
}

.notFound__title--font-sub {
  color: #005BB3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1.92px;
  font-weight: 500;
}

.notFound__body--img {
  width: 100px;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .notFound__body--img {
    width: 80px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .notFound__body--img {
    width: 75px;
  }
}

.notFound__body--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin-top: 7.5rem;
  margin-bottom: 2.9375rem;
}

@media (max-width: 1023px) {
  .notFound__body--font {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.notFound__body--button {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  padding: 0.3rem 0.3rem 0.3rem 3.3rem;
  pointer-events: all;
  letter-spacing: 0.64px;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  width: calc(100vw * (194 / 1366));
  color: #333333;
}

@media (max-width: 1023px) {
  .notFound__body--button {
    padding: 0.3rem 0.3rem 0.3rem 2.5rem;
  }
}

.notFound__body--button>span {
  transition: 0.4s ease;
  position: absolute;
  left: 1rem;
  font-size: 26px;
  color: #015CAF;
}

.notFound__body--button:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  pointer-events: all;
  color: #333333;
}

.notFound__body--button:hover>span {
  transition: 0.4s ease;
  transform: translate(-10px);
}

@media (max-width: 1023px) {
  .notFound__body--button:hover>span {
    transform: translate(0px);
  }

  .notFound__body--button>span {
    left: 0.5rem;
  }
}


/* ================================ * /
            お問い合わせページ
==================================== */
.contact__Bk {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  width: calc(100vw * (1092 / 1366));
  margin-top: calc(100vw * (164 / 1366));
  margin-bottom: calc(100vw * (112 / 1366));
  padding-top: calc(100vw * (60 / 1366));
  padding-left: calc(100vw * (110 / 1366));
}

@media (max-width: 1023px) {
  .contact__Bk {
    width: 100vw;
    margin-top: calc(100vw * (30 / 390));
    padding-right: calc(100vw * (35 / 390));
    padding-left: calc(100vw * (35 / 390));
    border-radius: 0;
    border: 0px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    /* border-bottom: 1px solid #CCCCCC; */
  }
}

.contact__Bk--per {
  background-color: #F7F7F7;
  width: 100%;
  margin-top: calc(100vw * (8 / 1366));
  margin-bottom: calc(100vw * (80 / 1366));
  padding-top: calc(100vw * (33 / 1366));
  padding-bottom: calc(100vw * (33 / 1366));
  padding-right: calc(100vw * (121 / 1366));
  padding-left: calc(100vw * (92 / 1366));
}

@media (max-width: 1023px) {
  .contact__Bk--per {
    margin-top: calc(100vw * (24 / 1023));
    margin-bottom: calc(100vw * (80 / 1023));
    padding-top: calc(100vw * (37 / 1023));
    padding-right: calc(100vw * (12 / 1023));
    padding-left: calc(100vw * (12 / 1023));
    padding-bottom: calc(100vw * (37 / 1023));
  }
}

@media (max-width: 767px) {
  .contact__Bk--per {
    margin-top: calc(100vw * (24 / 390));
    margin-bottom: calc(100vw * (80 / 390));
    padding-top: calc(100vw * (37 / 390));
    padding-right: calc(100vw * (12 / 390));
    padding-left: calc(100vw * (12 / 390));
    padding-bottom: calc(100vw * (37 / 390));
  }
}

.contact__title--main {
  color: #005CAF;
  font-family: "banana";
  font-size: 60px;
  margin-top: 2rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__title--main {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__title--main {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}

.contact__title--main-kanji {
  margin-top: 5rem;
  font-family: "banana";
  font-size: 55px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__title--main-kanji {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__title--main-kanji {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

.contact__title--sub {
  color: #005CAF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  margin-bottom: 3rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__title--sub {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__title--sub {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}

.contact__contentPC {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2.75rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__contentPC {
    display: none;
    font-size: 18px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__contentPC {
    display: none;
    font-size: 18px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__contentPC {
    display: none;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__contentPC {
    display: none;
  }
}

.contact__contentSP {
  display: none;
}

@media (max-width: 1023px) {
  .contact__contentSP {
    display: block;
    font-size: 14px;
    margin-bottom: calc(100vw * (40 / 390));
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__contentSP {
    display: block;
    font-size: 14px;
    margin-bottom: 0rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.contact__attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.contact__titleRequireIcon:after {
  color: #E51837;
  content: "※";
}

.contact__require {
  vertical-align: middle;
}

.contact__require:after {
  font-size: 16px;
  color: #E51837;
  content: "※";
  padding-left: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__require:after {
    font-size: 16px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__require:after {
    font-size: 14px;
  }
}

.contact__inputText {
  border-color: #CCCCCC;
  border-radius: 4px;
  border-width: 1px;
  height: 3rem;
  padding-left: 2rem;
  resize: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__inputText {
    padding-left: 0.85rem;
  }
}

@media(max-width: 759px) {
  .contact__inputText {
    padding-left: 1rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .dropdown__menu {
    margin-top: -0.85em !important;
    padding-top: 0.5em !important;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .dropdown__menu {
    margin-top: -0.85em !important;
    padding-top: 0.5em !important;
  }
}

.contact__inputText::placeholder {
  font-size: 16px !important;
  color: #B7B7B7 !important;
}

.contact__inputText:focus {
  border-color: #CCCCCC;
  border-radius: 4px;
  border-width: 1px;
  background-color: #ffffff;
}

.contact__inputText:focus,
.contact__inputText:not(:placeholder-shown),
.contact__inputText:-webkit-autofill,
.contact__inputText:-internal-autofill-selected {
  background-color: #ffffff !important;
  font-size: 1rem !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  transition: background-color 5000s ease-in-out 0s;
  color: #333333;
}

input:-webkit-autofill {
  background-color: #ffffff !important;
}

.contact__inputText:hover {
  border-color: #CCCCCC;
  border-radius: 4px;
  border-width: 1px;
  background-color: #ffffff;
}

.contact__inputText--ninzu {
  border-radius: 5px;
  height: 3rem;
  border: 2px solid #005CB3;
}

.contact__inputText--ninzu:hover {
  border: 3px solid #005CB3;
}

.contact__inputText--ninzu:focus {
  border: 3px solid #005CB3;
}

.dropdown__btn:hover {
  border-radius: 5px 5px 5px 5px;
}

.contact__selectText {
  border-radius: 4px;
  border-color: #CCCCCC;
  border-width: 1px;
  /* -webkit-appearanceの設定はMac,iOS向け */
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  /* background: url("../img/contact/arrow.svg") 98% 50% no-repeat scroll #ffffff; */
  height: 3rem;
  padding-left: 2rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__selectText {
    /* background: url("../img/contact/arrow.svg") 96% 51% no-repeat scroll #ffffff; */
    background-size: 7%;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__selectText {
    /* background: url("../img/contact/arrow.svg") 96% 51% no-repeat scroll #ffffff; */
    background-size: 7%;
  }
}

.contact__selectText:invalid {
  color: #B7B7B7 !important;
}

.contact__selectText:focus {
  border-color: #CCCCCC;
  border-radius: 4px;
  border-width: 1px;
  background-color: #ffffff;
  color: #333333;
}

.contact__selectText:hover {
  border-color: #CCCCCC;
  border-radius: 4px;
  border-width: 1px;
  background-color: #ffffff;
}

.contact__selectText option {
  background-color: #ffffff;
  color: #000000;
}

.contact__items-gapSet {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact__colName {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 500;
}

.kome {
  font-size: .8em;
  color: #005CAF;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media (max-width: 1023px) {
  .contact__colName {
    font-size: 16px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .parents {
    font-size: 1.2rem !important;
  }

  .half-form {
    width: 200px !important;
    min-width: 0 !important;
  }

  .date2 {
    width: fit-content !important;
  }

  .half-select {
    width: fit-content !important;
  }

}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__colName {
    font-size: 16px;
    font-size: 1.2rem;
  }

  .half-form {
    min-width: 0 !important;
    width: 200px !important;
  }

  .date2 {
    width: fit-content !important;
  }

  .half-select {
    width: fit-content !important;
  }
}

.contact__ppPC {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #F7F7F7;
  font-weight: normal;
  padding-left: 1.5rem;
}

@media (max-width: 1023px) {
  .contact__ppPC {
    display: none;
  }
}

.contact__ppPC li {
  line-height: 1.5rem;
  font-size: 16px;
}

.club-vakc {
  gap: 1.5em;
}

.contact__ppSP {
  display: none;
  color: #000000;
}

.contact__ppSP li {
  line-height: 1.3rem;
}

@media (max-width: 1023px) {
  .contact__ppSP {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding-left: calc(100vw * (16 / 390));
  }
}

.contact__pp--checkFont {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding-left: 2em;
  margin-top: 1.5625rem;
}

@media (max-width: 1023px) {
  .contact__pp--checkFont {
    font-size: 14px;
  }
}

.contact__pp--check::before {
  border: 1px solid #333333 !important;
  border-radius: 4px !important;
  box-shadow: #ffffff 0 0 0 0rem !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  top: 0.1rem !important;
  left: -2rem !important;
}

@media (max-width: 1023px) {
  .contact__pp--check::before {
    width: 1rem !important;
    height: 1rem !important;
    top: 0.2rem !important;
    left: -1.3rem !important;
  }
}

.contact__pp--check::after {
  border: 1px solid #333333 !important;
  border-radius: 4px !important;
  box-shadow: #ffffff 0 0 0 0rem !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  top: 0.1rem !important;
  left: -2rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-size: 100%;
}

@media (max-width: 1023px) {
  .contact__pp--check::after {
    width: 1rem !important;
    height: 1rem !important;
    top: 0.2rem !important;
    left: -1.3rem !important;
  }
}

/* checked 背景色 */
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:active~.custom-control-label::before {
  background-color: #333333 !important;
  outline: none !important;
  box-shadow: #ffffff 0 0 0 0rem !important;
}

.contact__confirm--Bk {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 80vw;
  padding-top: 4rem;
  margin-top: 2rem;
  margin-bottom: 7rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__confirm--Bk {
    width: 100vw;
    padding-top: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__confirm--Bk {
    width: 100vw;
    padding-top: 2rem;
  }
}

.contact__confirm--require {
  vertical-align: middle;
}

.contact__confirm--require:after {
  font-size: 16px;
  color: #E51837;
  content: "※";
  padding-left: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__confirm--require:after {
    font-size: 16px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__confirm--require:after {
    font-size: 14px;
  }
}

.contact__confirm--colName {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  color: #005CAF;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__confirm--colName {
    font-size: 22px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__confirm--colName {
    font-size: 22px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__confirm--colName {
    font-size: 18px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__confirm--colName {
    font-size: 16px;
  }
}

.contact__confirm--colShow {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #005CAF;
  background-color: #FFFFFF;
  padding-left: 1.5rem;
  border-radius: 5px;
  line-height: 3rem;
  height: 3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__confirm--colShow {
    font-size: 24px;
    padding-left: 1.5rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__confirm--colShow {
    font-size: 24px;
    padding-left: 1.5rem;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__confirm--colShow {
    font-size: 18px;
    padding-left: 1.2rem;
    border-radius: 2vh;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__confirm--colShow {
    font-size: 18px;
    padding-left: 1.2rem;
    border-radius: 2vh;
  }
}

.contact__confirm--colShowTextarea {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #005CAF;
  background-color: #FFFFFF;
  padding-top: 1rem;
  padding-left: 1.5rem;
  border-radius: 5px;
  height: 15rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__confirm--colShowTextarea {
    font-size: 20px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__confirm--colShowTextarea {
    font-size: 20px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__confirm--colShowTextarea {
    border-radius: 2vh;
    font-size: 18px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__confirm--colShowTextarea {
    border-radius: 2vh;
    font-size: 18px;
  }
}

.memberSl1 input {
  display: none;
}

.memberSl1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .memberSl1 {
    gap: 18px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .memberSl1 {
    gap: 18px;
  }
}

.memberSl1 label {
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  padding: 10px;
  justify-content: center;
  border: 2px solid #005CAF;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .9em;
}

@media (min-width: 340px) and (max-width: 479px) {
  .memberSl1 label {
    padding: 12px 10px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .memberSl1 label {
    padding: 12px 10px;
  }
}

.memberSl1 label:hover {
  background-color: #F7FBFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: .2s;
}

.memberSl1 input[type="radio"]:checked+.switch-on {
  background-color: #005CAF;
  color: #fff;
}

.memberSl1 input[type="radio"]:checked+.switch-off {
  background-color: #005CAF;
  color: #fff;
}

.contact__btn {
  background-color: #015CAF;
  padding-top: 0;
  border-radius: 0;
  text-decoration: none;
  font-size: 24px;
  width: calc(100vw * (250 / 1366));
  color: #ffffff;
  border-color: #005CAF;
  cursor: not-allowed;
}

.contact__btn:enabled:hover {
  background-color: #C3E2FF;
  border: 1px solid #333333;
}

.contact__btn:enabled:hover>p {
  color: #333333;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__btn {
    width: 35vw;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__btn {
    width: 35vw;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__btn {
    font-size: 18px;
    width: 39vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__btn {
    font-size: 18px;
    width: 39vw;
  }
}

.contact__btn>p {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.28px;
  color: #fff;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__btn>p {
    font-size: 14px;
    margin-left: 0rem;
  }

  .gapC {
    height: 0 !important;
  }

  #adrarea {
    height: 7rem !important;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__btn>p {
    margin-left: 0rem;
  }

}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__btn>p {
    margin-left: 0rem;
  }
}

#adrarea {
  height: 3rem;
}

.contact__btn>p>span {
  transition: 0.4s ease;
  display: inline-block;
  font-family: "banana";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-top: 10px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__btn>p>span {
    padding-top: 5px;
  }
}

.contact__btnBack {
  background-color: #f5f5f5;
  border-radius: 1vh;
  padding: 0rem 1rem 0.5rem 1rem;
  text-decoration: none;
  font-size: 24px;
  width: 20vw;
  color: #005CAF;
  border: 2px solid #005CAF;
}

.contact__btnBack:hover>span {
  transition: 0.4s ease;
  transform: translate(-10px);
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__btnBack {
    width: 35vw;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__btnBack {
    width: 35vw;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__btnBack {
    font-size: 18px;
    width: 45vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__btnBack {
    font-size: 18px;
    width: 45vw;
  }
}

.contact__btnBack>p {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__btnBack>p {
    font-size: 14px;
    margin-left: 0rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__btnBack>p {
    margin-left: 0rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__btnBack>p {
    margin-left: 0rem;
  }
}

.contact__btnBack>span {
  transition: 0.4s ease;
  display: inline-block;
  font-family: "banana";
  font-size: 18px;
  font-weight: 500;
  color: #005CAF;
  padding-top: 10px;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__btnBack>span {
    padding-top: 5px;
  }
}

.contact__success--content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__success--content {
    font-size: 18px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__success--content {
    font-size: 18px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__success--content {
    font-size: 15px;
    margin-bottom: 0rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__success--content {
    font-size: 15px;
    margin-bottom: 0rem;
  }
}

.contact__success--Bk {
  padding: 1.5rem;
  margin-top: 4rem;
}

@media (max-width: 1023px) {
  .contact__success--Bk {
    margin-top: calc(100vw * (48 / 390));
    padding: 0;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__success--Bk {
    margin-top: 3rem;
  }
}

.contact__success--img {
  width: 8vw;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__success--img {
    width: 20vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__success--img {
    width: 20w;
  }
}

.contact__success--tks {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  color: #015CAF;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .contact__success--tks {
    font-size: 18px;
  }
}

.contact__success--tksContent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-top: 0.875rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 1023px) {
  .contact__success--tksContent {
    font-size: 18px;
  }
}

.contact__success--button {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  padding: 0.3rem 0.3rem 0.3rem 3.3rem;
  pointer-events: all;
  letter-spacing: 0.64px;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  color: #333333;
}

.contact__success--button>span {
  transition: 0.4s ease;
  position: absolute;
  left: 1rem;
  font-size: 26px;
  color: #015CAF;
}

@media (max-width: 1023px) {
  .contact__success--button {
    font-size: 18px;
    padding: 0.3rem 0.3rem 0.3rem 2.5rem;
  }

  .contact__success--button>span {
    left: 0.5rem;
  }
}

.contact__success--button:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  pointer-events: all;
  color: #333333;
}

.contact__success--button:hover>span {
  transition: 0.4s ease;
  transform: translate(-10px);
}

.contact__failed--content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__failed--content {
    font-size: 18px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .contact__failed--content {
    font-size: 18px;
  }
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__failed--content {
    font-size: 15px;
    margin-bottom: 0rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__failed--content {
    font-size: 15px;
    margin-bottom: 0rem;
  }
}

.contact__failed--Bk {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-top: 4rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__failed--Bk {
    margin-top: 3rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__failed--Bk {
    margin-top: 3rem;
  }
}

.contact__failed--img {
  width: 8vw;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__failed--img {
    width: 20vw;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__failed--img {
    width: 20w;
  }
}

.contact__failed--sorry {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  color: #015CAF;
  font-weight: 400;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__failed--sorry {
    font-size: 16px;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__failed--sorry {
    font-size: 16px;
  }
}

.contact__failed--sorryContent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  margin-top: 0.875rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .contact__failed--sorryContent {
    font-size: 18px;
  }
}

.contact__failed--Email {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #000000;
  line-height: 2.5rem;
  background-color: #ffffff;
  width: 60%;
}

@media (min-width: 340px) and (max-width: 479px) {
  .contact__failed--Email {
    font-size: 18px;
    width: 85%;
    margin-left: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .contact__failed--Email {
    font-size: 18px;
    width: 85%;
    margin-left: 2rem;
  }
}

/* ドタバタしていいよ--202304 */
.explain__back-gap-hidariUe {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

@media (max-width: 992px) {
  .explain__back-gap-hidariUe {
    width: 65%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -1.5rem;
  }
}

.explain__back-gap-migiUe {
  margin-top: -5rem;
  width: 45%;
}

@media (max-width: 992px) {
  .explain__back-gap-migiUe {
    margin-top: 3rem;
    width: 100%;
  }
}

.explain__back-gap-migiShita {
  margin-top: 7rem;
}

@media (max-width: 992px) {
  .explain__back-gap-migiShita {
    width: 45%;
    margin-top: -1rem;
  }
}

.explain__head {
  margin-top: -85vh;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (max-width: 992px) {
  .explain__head {
    width: 90%;
  }
}

.explain__sukinadake--anime {
  width: 60%;
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .explain__sukinadake--anime {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .explain__sukinadake--anime {
    width: 80%;
  }
}

.explain__sukinadake--mojiSuki {
  font-family: "banana";
  font-size: clamp(1.75rem, 1.04rem + 3.67vw, 3.313rem);
  font-weight: 500;
  margin-left: 0.6em;
  position: absolute;
  top: -1.8em;
  left: 0;
  z-index: 10;
  color: #005CAF;
}

@media (max-width: 576px) {
  .explain__sukinadake--mojiSuki {
    margin-left: 1.3em;
  }
}

.explain__sukinadake--mojiSite {
  font-family: "banana";
  font-size: clamp(1.75rem, 1.04rem + 3.67vw, 3.313rem);
  font-weight: 500;
  margin-right: 0;
  z-index: 10;
  color: #005CAF;
}

@media (max-width: 576px) {
  .explain__sukinadake--mojiSite {
    margin-right: 0.2em;
  }
}

.explain__image {
  width: 95%;
  margin-top: -7rem;
  z-index: 11;
}

@media (max-width: 992px) {
  .explain__image {
    margin-top: 0;
    width: 80%;
  }
}

@media (max-width: 420px) {
  .explain__image {
    margin-top: 2rem;
    width: 103%;
  }
}

.explain__textarea {
  position: relative;
  margin-top: 13rem;
}

@media (max-width: 1366px) {
  .explain__textarea {
    margin-top: 9rem;
  }
}

.explain__uzuSvg {
  position: absolute;
  width: 25%;
  top: 13rem;
  left: 22rem;
}

@media (max-width: 992px) {
  .explain__uzuSvg {
    top: 20rem;
    left: 18rem
  }
}

@media (max-width: 420px) {
  .explain__uzuSvg {
    top: 17rem;
    left: 15rem
  }
}

.explain__subhead {
  font-family: "Noto Sans JP", sans-serif;
  color: #005CAF;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.978rem + 0.76vw, 1.5rem);
  margin-bottom: 2rem;
  letter-spacing: 2.5px;
  white-space: nowrap;
}

.explain__subhead--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.813rem, 0.69rem + 0.63vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.explain__img--pc {
  display: block;
}

@media (max-width: 992px) {
  .explain__img--pc {
    display: none;
  }
}

.explain__img--other {
  display: none;
}

@media (max-width: 992px) {
  .explain__img--other {
    display: block;
  }
}

#dotabata_explain2 {
  font-family: "Noto Sans JP", sans-serif;
}

.explain__head--no {
  color: #005CAF;
  font-size: clamp(1.25rem, 0.815rem + 2.25vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.3rem;
}

.explain__head--lg {
  font-size: clamp(1.5rem, 0.934rem + 2.92vw, 3.125rem);
}

.explain__kakko--left {
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
  -webkit-text-stroke: 1px #005CAF;
  color: #21AD3F;
}

.explain__kakko--right {
  font-size: clamp(1.5rem, 0.934rem + 2.92vw, 3.125rem);
  -webkit-text-stroke: 1px #005CAF;
  color: #E3D41F;
}

.explain__subhead--koto {
  color: #005CAF;
  font-size: clamp(1rem, 0.695rem + 1.57vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.15rem;
}

.explain__txt--koto {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  margin-top: 5rem;
}

@media (max-width: 576px) {
  .explain__txt--koto {
    margin-top: 2rem;
  }
}

.explain__btn--area {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

@media (max-width: 992px) {
  .explain__btn--area {
    flex-direction: column;
    align-items: center;
  }
}

.explain__btn {
  display: flex;
  background-color: #005CAF;
  height: 60px;
  width: 330px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.4s ease;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.15rem;
  margin: 0 3rem;
}

@media (max-width: 576px) {
  .explain__btn {
    width: 280px;
  }
}

.explain__btn:hover {
  color: #FFF;
  text-decoration: none;
}

.explain__btn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

.explain__btn>span {
  transition: 0.4s ease;
  display: inline-block;
  font-family: "banana";
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  font-family: "banana";
}

.explain__container {
  display: flex;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

@media (max-width: 992px) {
  .explain__container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .explain__container {
    width: 100%;
  }
}

.explain__box {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: 1s;
}

@media (max-width: 992px) {
  .explain__box {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .explain__box {
    width: 280px;
    height: 280px;
  }
}

.explain__box div {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.explain__box p {
  top: 0;
  left: 0;
}

.explain__first {
  animation: sec_exp 6s ease-in-out infinite;
  -webkit-animation: sec_exp 6s ease-in-out infinite;
}

.explain__hov {
  margin-left: auto;
  margin-right: auto;
}

.explain__hov:hover .explain__box {
  transform: rotateY(180deg);
}

.explain__box div:last-child {
  transform: rotateY(180deg);
}

@keyframes sec_exp {
  0% {
    transform: rotateY(0deg);
  }

  75% {
    transform: rotateY(0deg);
  }

  95% {
    transform: rotateY(70deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.explain__box img {
  position: relative;
  width: 100%;
}

.explain__box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}

.explain__box--front {
  color: #005CAF;
  font-weight: 500;
  letter-spacing: .2em;
}

.explain__box--back {
  color: #FFF;
  font-size: 13px !important;
  font-weight: 400;
}

/* ドタバタしていいよ--202304 END */

/* ドタバタの時間--2023autumn */
.about__back {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.about__front {
  position: absolute;
  z-index: 2;
}

.about__image--box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about__image--box {
    margin-top: calc(100vw * 26/390);
  }
}

.about__image--left {
  z-index: 2;
  width: calc(100vw * 414/1366);
  height: calc(100vw * 540/1366);
  position: absolute;
  left: -1rem;
  top: 0.5rem;
  transform: rotate(355deg);
  background-image: url('../img/top--about__img-1_2.jpg');
  background-size: cover;
  background-position: center;
}

@media (max-width: 1023px) {
  .about__image--left {
    width: 55%;
    height: auto;
    aspect-ratio: 414/540;
    position: relative;
    margin-left: calc(100vw * 22/390);
    transform: rotate(355deg);
    background-image: url('../img/top--about__img-1_2.jpg');
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 540px) {
  .about__image--left {
    width: calc(100vw * 209/390);
    height: calc(100vw * 272/390);
    aspect-ratio: 414/540;
    position: relative;
    transform: rotate(355deg);
    background-image: url('../img/top--about__img-1_2.jpg');
    background-size: cover;
    background-position: center;
  }
}

.about__image--right {
  z-index: 1;
  width: calc(100vw * 414/1366);
  height: calc(100vw *540/1366);
  position: absolute;
  right: 1rem;
  top: 4rem;
  transform: rotate(15deg);
  background-image: url('../img/top--about__img-2.jpg');
  background-size: cover;
  background-position: center;
}

@media (max-width: 1023px) {
  .about__image--right {
    width: 55%;
    height: auto;
    aspect-ratio: 414/540;
    position: relative;
    margin-top: -8%;
    margin-left: -30%;
    transform: rotate(15deg);
    background-image: url('../img/top--about__img-2.jpg');
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 540px) {
  .about__image--right {
    width: calc(100vw * 209/390);
    height: calc(100vw * 272/390);
    aspect-ratio: 414/540;
    position: relative;
    margin-top: -8%;
    margin-left: -30%;
    transform: rotate(15deg);
    background-image: url('../img/top--about__img-2.jpg');
    background-size: cover;
    background-position: center;
  }
}

.chance_show_sp {
  display: none;
}

.chance_show_tb-yoko {
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .chance_show_pc {
    display: none;
  }

  .chance_show_sp {
    display: block;
  }
}

@media (min-width: 760px) and (max-width: 1200px) and (orientation: landscape) {
  .chance_show_pc {
    display: none;
  }

  .chance_show_sp {
    display: none;
  }

  .chance_show_tb-yoko {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .chance_show_pc {
    display: none;
  }

  .chance_show_sp {
    display: block;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .chance_show_pc {
    display: none;
  }

  .chance_show_sp {
    display: block;
  }
}

.about__back-gap-hidariUe {
  width: 43%;
  margin-top: 2.6rem;
  margin-left: 0.6rem;
}

@media (max-width: 992px) {
  .about__back-gap-hidariUe {
    width: 90%;
    margin-left: -1rem;
    margin-right: 0;
    margin-top: 15rem;
  }
}

@media (max-width: 576px) {
  .about__back-gap-hidariUe {
    width: 120%;
    margin-left: -1.2rem;
    margin-right: 0;
    margin-top: 23rem;
  }
}

.about__back-gap-migiUe {
  width: 40%;
  margin-top: -5rem;
  margin-left: -3rem;
}

@media (max-width: 992px) {
  .about__back-gap-migiUe {
    margin-top: -13.5rem;
    margin-left: 4.5rem;
    width: 80%;
  }
}

@media (max-width: 576px) {
  .about__back-gap-migiUe {
    margin-top: 9rem;
    margin-left: 3rem;
    width: 75%;
  }
}

.about__back-gap-hidariShita {
  width: 25%;
  margin-top: 4rem;
  margin-left: 19rem;
}

@media (max-width: 992px) {
  .about__back-gap-hidariShita {
    width: 80%;
    margin-top: 5rem;
    margin-left: 21rem;
  }
}

@media (max-width: 576px) {
  .about__back-gap-hidariShita {
    width: 105%;
    margin-top: 2rem;
    margin-left: 12rem;
  }
}

.about__head {
  margin-top: -65vh;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .about__head {
    margin-left: 1rem;
    width: 100%;
    position: relative;

  }
}

@media (max-width: 576px) {
  .about__head {
    width: 100%;
    margin-left: 0rem;
  }
}

.about__kodomomo {
  margin-left: -2rem;
  position: relative;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .about__kodomomo {
    margin-left: 0.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .about__kodomomo {
    margin-left: 1rem;
  }
}

.about__kodomomo--anime {
  width: 35%;
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .about__kodomomo--anime {
    width: 145%;
  }
}

@media (max-width: 576px) {
  .about__kodomomo--anime {
    width: 50vw;
    margin: 1rem 0;
  }
}

.about__kodomomo--mojiSuki {
  font-family: "banana";
  font-size: clamp(1.75rem, 1.04rem + 3.67vw, 3.313rem);
  font-weight: 500;
  margin-left: 0.6em;
  position: absolute;
  top: -1.8em;
  left: 0;
  z-index: 10;
  color: #005CAF;
}

@media (max-width: 576px) {
  .about__kodomomo--mojiSuki {
    margin-left: 1.3em;
  }
}

.about__image {
  width: 40vw;
  margin-top: -2rem;
  z-index: 11;
}

@media (max-width: 992px) {
  .about__image {
    margin-top: -8.5rem;
    margin-left: -22rem;
    width: 170%;
    z-index: -1;
    position: relative;
  }
}

@media (max-width: 576px) {
  .about__image {
    margin-top: -5rem;
    margin-left: -10rem;
    width: 180%;
    z-index: 0;
    position: relative;
  }
}

.about__textarea {
  position: relative;
  margin-top: 13rem;
}

@media (max-width: 1366px) {
  .about__textarea {
    margin-top: 9rem;
  }
}

.about__uzuSvg {
  position: absolute;
  width: 25%;
  top: 13rem;
  left: 22rem;
}

@media (max-width: 992px) {
  .about__uzuSvg {
    top: 20rem;
    left: 18rem
  }
}

@media (max-width: 420px) {
  .about__uzuSvg {
    top: 17rem;
    left: 15rem
  }
}

.about__show-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2rem;
}

@media (max-width: 1023px) {
  .about__show-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .about__show--margin-auto {
    margin: 0 auto;
  }
}

.about__subContent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #333333;
  font-weight: 500;
  margin-top: calc(100vw * (32 / 1366));
  margin-bottom: calc(100vw * (32 / 1366));
}

@media (max-width: 1023px) {
  .about__subContent {
    font-size: 14px;
    margin-top: calc(100vw * (24 / 390));
    margin-bottom: calc(100vw * (24 / 390));
  }
}

.about__subhead {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.978rem + 0.76vw, 1.5rem);
  margin-bottom: 2rem;
  letter-spacing: 2.5px;
  white-space: nowrap;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .about__subhead {
    font-size: clamp(3rem, 0.978rem + 0.76vw, 1.5rem);
  }
}

@media (max-width: 576px) {
  .about__subhead {
    font-size: clamp(1.125rem, 1.978rem + 0.76vw, 1.5rem);
    margin-bottom: 1rem;
  }
}

.about__subhead--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.813rem, 0.69rem + 0.63vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.about__content {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2.4px;
  margin-top: calc(100vw * (32 / 1366));
  margin-bottom: calc(100vw * (32 / 1366));
}

@media (max-width: 1023px) {
  .about__content {
    font-size: 18px;
  }
}

.about__content--txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* @media (min-width: 1550px) {
  .about__content--txt {
    font-size: 14px;
  }
} */
@media (max-width: 992px) {
  .about__content--txt {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .about__content--txt {
    font-size: 14px;
    z-index: 1;
    position: relative;
  }
}

.about__img--pc {
  display: block;
}

.about__img--other {
  display: none;
}

@media (max-width: 992px) {
  .about__img--other {
    display: block;
  }
}

#dotabata_about2 {
  font-family: "Noto Sans JP", sans-serif;
}

.about__head--no {
  color: #005CAF;
  font-size: clamp(1.25rem, 0.815rem + 2.25vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.3rem;
}

.about__head--lg {
  font-size: clamp(1.5rem, 0.934rem + 2.92vw, 3.125rem);
}

.about__kakko--left {
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem);
  -webkit-text-stroke: 1px #005CAF;
  color: #21AD3F;
}

.about__kakko--right {
  font-size: clamp(1.5rem, 0.934rem + 2.92vw, 3.125rem);
  -webkit-text-stroke: 1px #005CAF;
  color: #E3D41F;
}

.about__subhead--koto {
  color: #005CAF;
  font-size: clamp(1rem, 0.695rem + 1.57vw, 1.875rem);
  font-weight: 500;
  letter-spacing: 0.15rem;
}

.about__txt--koto {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  margin-top: 5rem;
}

@media (max-width: 576px) {
  .about__txt--koto {
    margin-top: 2rem;
  }
}

.about__btn--area {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

@media (max-width: 992px) {
  .about__btn--area {
    flex-direction: column;
    align-items: center;
  }
}

.about__btn {
  display: flex;
  background-color: #005CAF;
  height: 60px;
  width: 330px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.4s ease;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.15rem;
  margin: 0 3rem;
}

@media (max-width: 576px) {
  .about__btn {
    width: 280px;
  }
}

.about__btn:hover {
  color: #FFF;
  text-decoration: none;
}

.about__btn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

.about__btn>span {
  transition: 0.4s ease;
  display: inline-block;
  font-family: "banana";
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  font-family: "banana";
}

.about__container {
  display: flex;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

@media (max-width: 992px) {
  .about__container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .about__container {
    width: 100%;
  }
}

.about__box {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: 1s;
}

@media (max-width: 992px) {
  .about__box {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .about__box {
    width: 280px;
    height: 280px;
  }
}

.about__box div {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.about__box p {
  top: 0;
  left: 0;
}

.about__hov {
  margin-left: auto;
  margin-right: auto;
}

.about__hov:hover .about__box {
  transform: rotateY(180deg);
}

.about__box div:last-child {
  transform: rotateY(180deg);
}

@keyframes sec_exp {
  0% {
    transform: rotateY(0deg);
  }

  75% {
    transform: rotateY(0deg);
  }

  95% {
    transform: rotateY(70deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.about__box img {
  position: relative;
  width: 100%;
}

.about__box p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}

.about__box--front {
  color: #005CAF;
  font-weight: 500;
  letter-spacing: .2em;
}

.about__box--back {
  color: #FFF;
  font-size: 13px !important;
  font-weight: 400;
}

/* ドタバタの時間--2023autumn END */

/* 事業紹介（トップページ）--2023autumn */
.service__back {
  height: 100vh;
  padding-top: 5rem;
}

.service__title--font {
  font-family: "banana";
  font-size: 70px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 479px) {
  .service__title--font {
    font-size: 45px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .service__title--font {
    font-size: 45px;
  }
}

@media (min-width: 1200px) {
  .service__title--font {
    font-size: 70px;
  }
}

.service__disp--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 1rem 0;
}

@media (min-width: 340px) and (max-width: 479px) {
  .service__disp--font {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .service__disp--font {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .service__disp--font {
    font-size: 26px;
  }
}

.service__title--anime {
  width: 20%;
  height: auto;
}

@media (min-width: 340px) and (max-width: 479px) {
  .service__title--anime {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .service__title--anime {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .service__title--anime {
    width: 25%;
  }
}

.service__list {
  display: flex;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  margin-top: -65vh;
  justify-content: center;
}

@media (max-width: 576px) {
  .service__list {
    padding-top: 0rem;
  }
}

@media (max-width:940px) {
  .service__list {
    width: 100%;
    padding-top: 0rem;
    margin-top: -70vh;
  }
}

@media (min-width: 941px) {
  .service__list {
    pointer-events: none;
  }
}

@media (max-width: 1023px) {
  .servces__wrap {
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .servces__wrap {
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  .servces__wrap {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
  }
}

.service__image--box {
  position: relative;
  display: flex;
  justify-content: center;
}

@media (max-width: 1023px) {
  .service__image--box {
    margin-top: calc(100vw * 52/1023);
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .service__image--box {
    margin-top: calc(100vw * 52/390);
    /* margin-bottom: 10rem; */
  }
}

.service__image--left {
  z-index: 2;
  width: calc(100vw * 417/1366);
  height: calc(100vw * 485/1366);
  position: absolute;
  left: calc(100vw * 80/1366);
  top: calc(100vw * 72/1366);
  transform: rotate(355deg);
  background-image: url('../img/top--services__img-2-c.jpg');
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

@media (max-width: 1023px) {
  .service__image--left {
    z-index: 2;
    width: 65%;
    height: auto;
    aspect-ratio: 417/485;
    position: absolute;
    left: calc(100vw * (8/390));
    transform: rotate(355deg);
    background-image: url('../img/top--services__img-2-c.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
  }
}

@media (max-width: 767px) {
  .service__image--left {
    z-index: 2;
    width: 70%;
    height: auto;
    aspect-ratio: 417/485;
    position: absolute;
    left: calc(100vw * (8/390));
    transform: rotate(355deg);
    background-image: url('../img/top--services__img-2-c.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
  }
}

.service__image--middle {
  z-index: 3;
  width: calc(100vw * 417/1366);
  height: calc(100vw * 485/1366);
  position: absolute;
  top: calc(100vw * 72/1366);
  background-image: url('../img/top--services__img-1-c.jpg');
  background-size: cover;
  background-position: center;
}

@media (max-width: 1023px) {
  .service__image--middle {
    z-index: 3;
    width: 65%;
    height: auto;
    aspect-ratio: 417/485;
    position: relative;
    background-image: url('../img/top--services__img-1-c.jpg');
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .service__image--middle {
    z-index: 3;
    width: 70%;
    height: auto;
    aspect-ratio: 417/485;
    position: relative;
    background-image: url('../img/top--services__img-1-c.jpg');
    background-size: cover;
    background-position: center;
  }
}

.service__image--right {
  z-index: 1;
  width: calc(100vw * 417/1366);
  height: calc(100vw * 485/1366);
  position: absolute;
  left: calc(100vw * 176/1366);
  top: calc(100vw * 72/1366);
  transform: rotate(5deg);
  background-image: url('../img/top--services__img-3-c.jpg');
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}

@media (max-width: 1023px) {
  .service__image--right {
    z-index: 1;
    width: 65%;
    height: auto;
    aspect-ratio: 417/485;
    position: absolute;
    left: calc(100vw * 300/1366);
    transform: rotate(5deg);
    background-image: url('../img/top--services__img-3-c.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
  }
}

@media (max-width: 767px) {
  .service__image--right {
    z-index: 1;
    width: 70%;
    height: auto;
    aspect-ratio: 417/485;
    position: absolute;
    left: calc(100vw * 300/1366);
    transform: rotate(5deg);
    background-image: url('../img/top--services__img-3-c.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
  }
}

.service__listBtn {
  border-top: 1px solid #CCCCCC;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 2.2rem;
  padding-right: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #858585;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .service__listBtn {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
    padding-right: 0.5rem;
  }
}

.service__listBtn summary {
  list-style: none;
}

.service__listBtn summary::-webkit-details-marker {
  display: none;
}

@media (hover: hover) {
  .service__listBtn:hover {
    color: #333333;
  }
}

.service__listBtn:has(details[open]) {
  color: #333333;
}

@media (max-width: 1023px) {
  .service__listBtn-icon {
    width: 20px;
    aspect-ratio: 1/1;
  }
}

.service__listBtn .service__listBtn-icon {
  animation: smoothScaleReverse 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes smoothScaleReverse {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media (hover: hover) {
  .service__listBtn:hover .service__listBtn-icon {
    animation: smoothScale 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}

@keyframes smoothScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.service__listBtn:has(details[open]) .service__listBtn-title-line {
  background-image: url(../img/top--services__line.svg);
  width: fit-content;
  background-repeat: no-repeat;
  background-position: calc(100% + 1rem) bottom;
  background-size: inherit;
  /* animation: bgSlideIn 0.5s ease forwards; */
}

/* @keyframes bgSlideIn {
  from {
    background-position-x: -20rem;
    opacity: 0;
  }

  to {
    background-position-x: 0rem;
    opacity: 1;
  }
} */

.service__listBtn-title {
  font-size: 24px;
  letter-spacing: 2.4px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 1023px) {
  .service__listBtn-title {
    font-size: 20px;
    letter-spacing: 0.72px;
  }
}

.service__listBtn-content {
  font-size: 14px;
  line-height: 20px;
}

.service__details-fade-in {
  animation: fadeIn 0.5s ease-in forwards;
}

.service__details-fade-out {
  animation: fadeOut 0.5s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(3px);
  }
}

.service__listBtn-content-inside .title {
  color: #005BB3;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .service__listBtn-content-inside .title {
    margin-top: 1.5rem;
  }
}

.service__listBtn-content-inside .list {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.service__listBtn-content-inside span {
  font-size: 14px;
}

.service__listBtn-content-inside .link {
  color: #005BB3;
  font-size: 14px;
  border-bottom: 1px solid #005BB3;
}

.service__listBtn-content-inside .link i {
  padding-bottom: 0.1rem;
  padding-left: 0.5rem;
  border-bottom: 2px solid #ffffff;
  color: #005BB3;
}

.service__vakc {
  gap: 1.5rem;
  justify-content: center;
}

@media (max-width:940px) {
  .service__vakc {
    gap: 0;
  }
}

.service__bg {
  background-color: #005CAF;
  width: 80%;
  margin: 0 auto;
  padding: 10%;
  border-radius: 10px;
}

.service__box-left {
  width: 48% !important;
  height: fit-content;
  min-width: 400px;
  font-family: "banana";
  font-style: normal;
  color: #fff;
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 2.6rem;
  background-color: #015CB3;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__box-left {
    width: 100% !important;
    min-width: unset !important;
    margin: 0;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__box-left {
    width: 92% !important;
    min-width: unset !important;
    margin: 0;
    margin-bottom: 2.5rem;
  }
}

.service__box-right {
  width: 48% !important;
  height: fit-content;
  min-width: 400px;
  font-family: "banana";
  font-style: normal;
  color: #fff;
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 2.6rem;
  background-color: #46A2F2;
}

@media (max-width:940px) {
  .service__box-right {
    width: 100% !important;
    min-width: unset !important;
    margin: 0;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__box-right {
    width: 92% !important;
    min-width: unset !important;
    margin: 0;
  }
}

.service__box--img-pc {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 270px;
  object-fit: cover;
  left: 0;
  right: 0;
  display: block;
}

.service__box--img-sp {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 270px;
  object-fit: cover;
  left: 0;
  right: 0;
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__box--img-pc {
    display: none;
  }

  .service__box--img-sp {
    width: 100%;
    object-fit: cover;
    height: 350px;
    display: block;
  }
}

@media (max-width: 576px) {
  .service__box--img-pc {
    display: none;
  }

  .service__box--img-sp {
    width: 100%;
    object-fit: cover;
    height: 230px;
    display: block;
  }
}

.service__name {
  position: relative;
  text-align: center;
  font-size: clamp(1.375rem, 0.739rem + 3.18vw, 3.125rem);
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__name {
    font-size: clamp(3.375rem, 0.739rem + 5.18vw, 3.125rem);
    margin-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  .service__name {
    font-size: clamp(1.375rem, 0.739rem + 5.18vw, 3.125rem);
    margin-top: 2.5rem;
  }
}

.service__name--txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 0rem);
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__name--txt {
    font-size: 17px;
  }
}

.service__btnarea {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}

.service__btn {
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  padding: 0.3rem 4.5rem 0.3rem 2.5rem;
  pointer-events: all;
  letter-spacing: 2.16px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.service__btn span {
  transition: 0.4s ease;
  position: absolute;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__btn {
    font-size: 20px;
  }
}

@media (max-width: 759px) {
  .service__btn {
    padding: 0.5rem 4rem;
  }
}

.service__btn:hover {
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  pointer-events: all;
}

.service__btn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

/* 事業紹介ーモーダル　BEGIN */
/* モーダル共通クラス */
.service__modal_show_sp {
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_show_pc {
    display: none !important;
  }

  .service__modal_show_sp {
    display: block;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .service__modal_show_pc {
    display: none !important;
  }

  .service__modal_show_sp {
    display: block;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .service__modal_show_pc {
    display: none !important;
  }

  .service__modal_show_sp {
    display: block;
  }
}

.service__modalCommon--batu {
  position: fixed;
  width: 5%;
  right: 25px;
  max-width: 70px;
  top: 25px;
  min-width: 30px;
  cursor: pointer;
  z-index: 3;
}

.service__modalPro {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: fixed;
  background-color: rgba(0, 92, 175);
  display: flex;
  z-index: 9000000;
  width: 100%;
  top: 0;
  /* overflow-y: auto; */
}

.service__modalSport {
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: fixed;
  background-color: #46A2F2;
  display: flex;
  z-index: 9000000;
  width: 100%;
  top: 0;
  /* overflow-y: auto; */
}

.service__modalCommon-img {
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
  z-index: 1;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modalCommon-img {
    width: 45%;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalCommon-img {
    width: 75%;
  }
}

.service__modalCommon_container {
  background-color: #ffffff;
  width: 95%;
  text-align: center;
  margin: auto auto;
  border-radius: 16px;
  overflow-y: hidden;
  position: relative;
  top: 8rem;
  padding-top: 6rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modalCommon_container {
    top: 8rem;
    padding-top: 4rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalCommon_container {
    top: 6.5rem;
    padding-top: 4rem;
  }
}

.service__modalCommon_title {
  font-size: 53px;
  color: #005CAF;
  font-family: "banana";
  z-index: 2;
  position: relative;
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalCommon_title {
    font-size: 37px;
  }
}

.service__modalCommon_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-top: 1.5rem;
  margin-bottom: 2.7rem;
  font-weight: 500;
  z-index: 2;
  position: relative;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modalCommon_subtitle {
    font-size: 22px;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalCommon_subtitle {
    font-size: 14px;
  }
}

/* #service__modalPro{
  font-size: 1em;
}
#service__modalSport{
  font-size: 1em;
} */
/*スクロールバー非表示（Chrome・Safari）*/
.service__modalCommon_container::-webkit-scrollbar {
  display: none;
}

@media (max-width: 600px) {
  .service__modalPro {
    background-color: rgba(0, 92, 175);
  }

  .service__modalSport {
    background-color: #46A2F2;
  }

  .service__modalCommon--batu {
    right: 15px;
    top: 15px;
  }
}

.service__modal_active {
  opacity: 1 !important;
  height: 100dvh !important;
  pointer-events: all !important;
  transition: .5s;
  padding-bottom: 12rem;
  overflow-y: auto;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBtns {
    width: 82vw;
    margin: auto;
    border-bottom: 5px solid;
    display: flex !important;
    align-items: end !important;
    gap: 0.5rem;
  }

  .service__modal_tabBtns-acitve {
    border-color: var(--primary-color);
    ;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBtns {
    width: 86vw;
    margin: auto;
    border-bottom: 3px solid;
    display: flex !important;
    align-items: end !important;
    gap: 0.22rem;
  }

  .service__modal_tabBtns-acitve {
    border-color: var(--primary-color);
    ;
  }
}

/* ドタバタプロジェクトモーダル */
.service__modal_tabBtn {
  display: flex;
  justify-content: center;
  padding-right: 0;
  margin: 0 0.3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBtn {
    padding-right: 0px !important;
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBtn {
    padding-right: 0px !important;
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0;
  }
}

.service__modal_tabBtn-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: 110%;
  left: 46%;
  transform: translateX(-50%);
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBtn-active::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 55px solid whitesmoke;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBtn-active::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid whitesmoke;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.service__modal_btnCommon {
  display: block;
  width: 96%;
  height: auto;
  padding: 1.4rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_btnCommon {
    border-radius: 10px 10px 0px 0px;
    height: 4rem;
    width: 23.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_btnCommon {
    border-radius: 5px 5px 0px 0px;
    height: 2.5rem;
    width: 26vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_btnCommon-active {
    border-radius: 10px 10px 0px 0px;
    height: 5.5rem;
    width: 32.9vw;
    display: flex !important;
    flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_btnCommon-active {
    border-radius: 5px 5px 0px 0px;
    height: 3.5rem;
    width: 32vw;
    display: flex !important;
    flex-direction: row;
    padding: 0;
  }

  .service__modal_btnCommon>.service__modal_pro-tabBtn-title {
    font-size: 16px;
  }
}

.service__modal_pro-shisetsuBtn {
  background-color: #1468b5;
}

.service__modal_pro-eventBtn {
  background-color: #378edd;
}

.service__modal_pro-yuguBtn {
  background-color: #0f8398;
}

.service__modal_pro-tabBtn-title {
  font-family: "banana";
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0.7rem;
}

@media (min-width: 1024px) and (max-width: 1250px) {
  .service__modal_pro-tabBtn-title {
    font-size: 29px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_pro-tabBtn-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_pro-tabBtn-title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

.service__modal_pro-tabBtn-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.service__modal_tabBlock {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin-top: 2.4rem;
  position: relative;
  padding: 5rem 5rem;
  align-items: flex-start;
  flex-direction: column;
  width: 85vw;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock {
    margin-top: 2rem;
    padding: 4rem 2.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock {
    margin-top: 1.3rem;
    padding: 2rem 1.5rem;
  }
}

.service__modal_tabBlock-img {
  width: 70%;
  margin-left: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-img {
    width: 70%;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-img {
    width: 70%;
  }
}

.service__modal_tabBlock-content {
  margin-left: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-content {
    margin-left: initial;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-content {
    margin-left: initial;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-btnTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-btnTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-ziseikiBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 77vw;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-ziseikiBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.service__modal_tabBlock-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service__modal_tabBlock-title {
    margin-right: -2rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-title {
    font-size: 26px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-title {
    font-size: 13px;
  }
}

.service__modal_tabBlock-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-top: 2rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-subtitle {
    font-size: 24px;
    line-height: normal;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-subtitle {
    font-size: 13px;
  }
}

.service__modal_newsColor-shisetsu {
  --primary-color: #005db3 !important;
}

.service__modal_newsColor-event {
  --primary-color: #388edd !important;
}

.service__modal_newsColor-eventFlag {
  --filter-color: invert(49%) sepia(94%) saturate(1716%) hue-rotate(192deg) brightness(92%) contrast(87%) !important;
}

.service__modal_newsColor-yugu {
  --primary-color: #0D8398 !important;
}

.service__modal_newsColor-yuguFlag {
  --filter-color: invert(41%) sepia(56%) saturate(678%) hue-rotate(142deg) brightness(90%) contrast(92%) !important;
}

.service__modal_tabBlock-newsBanner {
  display: flex;
  margin-top: 6rem;
  margin-left: 1.5rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-newsBanner {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-left: 2.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-newsBanner {
    display: flex;
    align-items: flex-end;
    margin-left: 0rem;
  }
}

.service__modal_tabBlock-newsImg {
  width: 40px;
  height: 40px;
  filter: var(--filter-color);
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-newsImg {
    width: 100px;
    height: 100px;
    filter: var(--filter-color);
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-newsImg {
    width: 80px;
    height: 80px;
    filter: var(--filter-color);
  }
}

.service__modal_tabBlock-newsTitle {
  font-family: "banana";
  font-size: 26px;
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: 0.11em;
  margin-left: 0.5rem
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-newsTitle {
    font-size: 38px;
    letter-spacing: normal;
    margin-bottom: 0rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-newsTitle {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 0rem;
  }
}

.service__modal_newsShow--underline {
  border-bottom: 1px solid #ffffff;
  margin: 0.5rem auto;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_newsShow--underline {
    border-bottom: none;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_newsShow--underline {
    border-bottom: none;
  }
}

.service__modal_tabBlock-newsShow {
  cursor: pointer;
  margin-left: 1.9rem;
  margin-top: 0.5rem;
  transition: .4s;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-newsShow {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-newsShow {
    margin-left: 0rem;
    margin-top: 1rem;
  }
}

.service__modal_tabBlock-newsShow:hover {
  opacity: 0.6;
  transition: .4s;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_thum_col {
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_thum_col {
    width: 90%;
    margin: auto;
  }
}

.service__modal_thum {
  width: 85%;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
  max-width: 190px;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_thum {
    width: 90%;
    max-width: none;
    aspect-ratio: 1/1;
    border: 1.5rem solid #ffffff;
    margin-bottom: 2rem;
    margin-top: 3rem;
    height: auto;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_thum {
    width: 100%;
    max-width: none;
    aspect-ratio: 1/1;
    border: 1rem solid #ffffff;
    margin-bottom: 1rem;
    margin-top: 1rem;
    height: auto;
  }
}

.service__modal_detail {
  margin-left: -0.5rem
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_detail {
    padding: 0rem 0rem 0rem 0.5rem;
    margin-left: 1.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_detail {
    padding: 0rem 0rem 0rem 0.5rem;
    margin-left: 0rem;
  }
}

.service__modal_date {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .service__modal_date {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .service__modal_date {
    font-size: 14px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_date {
    font-size: 27px;
    letter-spacing: 0.1rem;
  }
}

.service__modal_cateLabel {
  color: var(--primary-color);
  font-size: 12px;
  padding: 0.1rem 0.5rem;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  margin-left: 0.5rem;
  font-weight: 500;
  display: inline-block;
  min-width: 95px;
  text-align: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_cateLabel {
    padding: 0.3rem 3rem;
    border-radius: 25px;
    margin-left: 0rem;
    min-width: none;
    font-size: 22px;
    border: 2px solid;
    letter-spacing: 0.2rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_cateLabel {
    padding: 0.1rem 0.7rem;
    border-radius: 15px;
    margin-left: 0rem;
    min-width: 100px;
  }
}

.service__modal_titleText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 0.7rem;
  font-weight: 500;
  letter-spacing: 1.2px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_titleText {
    font-size: 27px;
    margin-right: -1rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_titleText {
    font-size: 15px;
    margin-right: -1rem;
    margin-bottom: 0.5rem;
  }
}

.service__modal_shortText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.96px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_shortText {
    font-size: 10px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_shortText {
    font-size: 10px;
  }
}

/* 運動教室モーダル */
@media (min-width: 760px) and (max-width: 1023px) {
  .service__modalSpo_tabBtns {
    width: 87vw;
    margin: auto;
    display: flex !important;
    align-items: end !important;
    gap: 1.75rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalSpo_tabBtns {
    width: 86vw;
    margin: auto;
    display: flex !important;
    align-items: end !important;
    gap: 0.7rem;
  }
}

.service__modalSpo_tabBtn {
  padding-right: 0px !important;
  display: flex;
  justify-content: center;
  width: auto;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modalSpo_tabBtn {
    padding-right: 0px !important;
    display: flex;
    justify-content: center;
    width: auto;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalSpo_tabBtn {
    padding-right: 0px !important;
    display: flex;
    justify-content: center;
    width: auto;
  }
}

.service__modalSpo_tabBtn-active::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid whitesmoke;
  top: 114%;
  left: 49%;
  transform: translateX(-50%);
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modalSpo_tabBtn-active::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 55px solid whitesmoke;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modalSpo_tabBtn-active::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid whitesmoke;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.service__modal_btnCommon-Spo {
  display: block;
  width: 94%;
  height: auto;
  padding: 0.4rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  background-color: #C3E2FF;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_btnCommon-Spo {
    border-radius: 10px;
    height: 6rem;
    width: 20rem;
    padding: 0;
    border: 2px solid #c2e2ff;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_btnCommon-Spo {
    border-radius: 10px;
    height: 4rem;
    width: 10rem;
    padding: 0;
    border: 2px solid #c2e2ff;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_btnCommon-Spo-active {
    border-radius: 10px;
    height: 6rem;
    width: 20rem;
    padding: 0;
    background-color: #C3E2FF !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_btnCommon-Spo-active {
    border-radius: 10px;
    height: 4rem;
    width: 10rem;
    padding: 0;
    background-color: #C3E2FF !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service__modal_btnCommon-Spo>.service__modal_pro-tabBtn-title {
    font-size: 16px;
  }
}

.service__modal_spo-tabBtn-title {
  font-family: "banana";
  color: #015CAF;
  font-size: 30px;
  margin-bottom: 0;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_spo-tabBtn-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_spo-tabBtn-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
}

.service__modal_spo-tabBtn-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  color: #015CAF;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_spo-tabBtn-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: normal;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_spo-tabBtn-subtitle {
    font-size: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: normal;
  }
}

.service__modal_tabBlock-Spo-center {
  display: flex !important;
  flex-direction: column !important;
}

.service__modal_tabBlock-Spo {
  background-color: #f5f5f5;
  border-radius: 15px;
  margin-top: 2.1rem;
  position: relative;
  padding: 5rem 5rem;
  align-items: flex-start;
  flex-direction: column;
  width: 88vw;
  align-items: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-Spo {
    margin-top: 2rem;
    padding: 4rem 2.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-Spo {
    margin-top: 1.3rem;
    padding: 2rem 0.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
}

.service__modal_tabBlock-Spo-logoBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-Spo-logoBlock {
    display: flex;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-Spo-logoBlock {
    display: flex;
  }
}

.service__modal_tabBlock-Spo-img {
  width: 27%;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-Spo-img {
    width: 40%;
    margin-top: 1.4rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-Spo-img {
    width: 40%;
    margin-top: 1.4rem;
  }
}

.service__modal_slider {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.service__modal_slideCotainer {
  width: 70vw;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideCotainer {
    width: 81vw;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideCotainer {
    width: 81vw;
  }
}

.service__modal_slideBlock {
  background-color: #fff;
  border-radius: 8px;
  flex: 0 0 100%;
  transition: transform 0.3s;
}

.service__modal_slideBlock-title {
  font-size: 36px;
  color: #005CAF;
  font-family: "banana";
  margin-top: 3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-title {
    font-size: 72px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-title {
    font-size: 40px;
  }
}

.service__modal_slideBlock-subtitle {
  font-size: 20px;
  color: #005CAF;
  font-family: "banana";
  margin-top: 1em;
  line-height: 2;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-subtitle {
    line-height: 1.3;
    font-size: 28px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-subtitle {
    line-height: 1.2;
    font-size: 18px;
  }
}

.service__modal_slideBlock-bun {
  font-size: 16px;
  color: #005CAF;
  margin: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-bun {
    font-size: 22px;
    margin: 1.5rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-bun {
    font-size: 15px;
  }
}

.service__modal_slideBlock-yen {
  font-size: 32px;
  color: #005CAF;
  font-weight: bold;
  font-family: "banana";
  margin: 0;
  letter-spacing: .1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-yen {
    font-size: 50px;
    letter-spacing: normal;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-yen {
    font-size: 36px;
    letter-spacing: normal;
  }
}

.service__modal_slideBlock-nichi {
  font-size: 16px;
  color: #005CAF;
  font-weight: bold;
  font-family: "banana";
  margin: 0px 0px 0px 10px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-nichi {
    font-size: 30px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-nichi {
    font-size: 20px;
  }
}

.service__modal_slideBlock-zei {
  color: #005CAF;
  margin-bottom: 30px;
  font-size: 11px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-zei {
    margin-bottom: 1rem;
    margin-top: 0.7rem;
    font-size: 20px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-zei {
    margin-bottom: 1rem;
    margin-top: 0.7rem;
    font-size: 14px;
  }
}

.service__modal_slideBlock-plan_disc {
  color: #000;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  justify-content: flex-end;
  margin-top: 2em;
}

.service__modal_slideBlock-plan_disc dd {
  width: 60%;
  text-align: left;
  font-weight: 400;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-plan_disc dd {
    font-size: 24px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-plan_disc dd {
    font-size: 14px;
  }
}

.service__modal_slideBlock-plan_disc dt {
  width: 20%;
  font-weight: 500;
  text-align: end;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-plan_disc dt {
    font-size: 24px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-plan_disc dt {
    font-size: 14px;
  }
}

.service__modal_slideBlock-plan_check {
  width: 1rem;
  margin-right: .5rem;
}

.service__modal_slideBlock-desc {
  width: 100%;
  margin: 50px auto 50px;
  max-width: 525px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-desc {
    margin: 0;
    max-width: none;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-desc {
    margin: 0;
  }
}

.service__modal_slideBlock-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 3em;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-img {
    justify-content: center;
    padding-bottom: 3em;
    flex-direction: column;
    align-items: center;
    margin: 2rem auto;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_slideBlock-img {
    margin: 0.5rem auto;
  }
}

.service__modal_slideBlock-img img {
  width: 30%;
  max-width: 400px;
  min-width: 260px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_slideBlock-img img {
    width: 60%;
  }
}

.service__modal_slideBlock-btn-area {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 40px;
  gap: 10px;
  flex-direction: column;
}

.service__modal_slideBlock-btn-area p {
  width: 48%;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  min-width: 210px;
}

.service__modal_slideBlock-apply a {
  width: 48%;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  min-width: 210px;
  padding: 0.5rem 2.2rem 0.5rem 1rem;
}

.service__modal_slideBlock-btn-mu {
  color: #005CAF;
  margin: 0;
}

.service__modal_slideBlock-apply {
  background-color: #005CAF;
  border-radius: 30px;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}

.service__modal_slideBlock-apply a {
  color: #fff;
}

.service__modal_slideBlock-apply a:hover {
  color: #fff;
  text-decoration: none;
}

.service__modal_slideBlock-apply>a>span {
  transition: 0.4s ease;
  position: absolute;
}

.service__modal_slideBlock-apply:hover>a>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

.service__modal_tabBlock-Spo-container {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-Spo-container {
    flex-direction: column;
    gap: 4rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-Spo-container {
    flex-direction: column;
    gap: 3rem;
  }
}

.service__modal_tabBlock-Spo__ac {
  font-family: "banana";
  font-style: normal;
  color: #005CAF;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-Spo__ac {
    width: 83vw;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-Spo__ac {
    width: 87vw;
  }
}

.service__modal_tabBlock-Spo__ac--title {
  font-family: "banana";
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.3rem);
  margin: 0;
}

.service__modal_tabBlock-Spo__ac--subtitle {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.service__modal_tabBlock-Spo__ac--content {
  width: 500px;
  height: fit-content;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  padding: 0% 2% 5%;
  text-align: center;
  margin-top: -0.8em;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 8px;
  padding-top: 2.5em;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .service__modal_tabBlock-Spo__ac--content {
    width: auto;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .service__modal_tabBlock-Spo__ac--content {
    width: auto;
  }
}

.service__modal_tabBlock-Spo__ac--content-img {
  width: 80%;
  margin: auto auto;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}

.service__modal_tabBlock-Spo__ac--content p {
  width: 100%;
}

/* 事業紹介ーモーダル　END */
/* 事業紹介（トップページ）--2023autumn END */

/* ニュース（トップページ）--2023autumn */
.news_show_sp {
  display: none;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news_show_pc {
    display: none !important;
  }

  .news_show_sp {
    display: flex;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .news_show_pc {
    display: none !important;
  }

  .news_show_sp {
    display: block;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .news_show_pc {
    display: none !important;
  }

  .news_show_sp {
    display: block;
  }
}

.news__back {
  margin-top: -65vh;
}

.news__title-position {
  text-align: left;
}

@media (max-width: 1023px) {
  .news__title-position {
    text-align: center;
    margin: auto;
  }
}

.news__title--font {
  font-family: "banana";
  font-size: 70px;
  color: #005CAF;
}

@media (min-width: 340px) and (max-width: 759px) {
  .news__title--font {
    font-size: 45px;
    margin-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .news__title--font {
    font-size: 70px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__title--font {
    font-size: 70px;
    margin-top: 5rem;
  }
}

.news__disp--font {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0.5rem 0;
}

@media (min-width: 340px) and (max-width: 479px) {
  .news__disp--font {
    font-weight: 400;
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .news__disp--font {
    font-size: 16px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__disp--font {
    margin: 1.2rem 0;
  }
}

@media (min-width: 1200px) {
  .news__disp--font {
    font-size: 26px;
  }
}

.news__title--anime {
  width: 65%;
  height: auto;
  margin-bottom: 3.5rem;
}

@media (min-width: 340px) and (max-width: 479px) {
  .news__title--anime {
    width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .news__title--anime {
    width: 80%;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__title--anime {
    width: 35%;
  }
}

.news__container {
  width: -webkit-fill-available;
  border-left: 1px solid #CCCCCC;
}

@media (max-width: 1023px) {
  .news__container {
    border-left: 0;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  text-align: -webkit-center;
  background-color: #fcfffc;
}

.news__each {
  cursor: pointer;
  display: flex;
  width: auto;
  padding-top: 1.6rem;
  padding-left: 2rem;
  padding-right: calc(100vw * (117 / 1366));
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #CCCCCC;
  background-color: #ffffff;
}

@media (max-width: 1023px) {
  .news__each {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 90%;
    padding-top: calc(100vw * (32 / 390));
    padding-bottom: calc(100vw * (32 / 390)) !important;
    padding-left: calc(100vw * (10 / 390));
    padding-right: calc(100vw * (10 / 390));
    margin: auto;
  }
}

@media (max-width: 767px) {
  .news__each {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: calc(100vw * (32 / 390));
    padding-bottom: calc(100vw * (32 / 390)) !important;
    padding-left: calc(100vw * (10 / 390));
    padding-right: calc(100vw * (10 / 390));
    margin: auto;
  }
}

.news__each:hover .news__thum {
  background-color: #C3E2FF;
}

.news__thum-img {
  width: calc(100vw * (360 / 1366));
  height: calc(100vw * (180 / 1366));
  object-fit: cover;
  aspect-ratio: 1/1;
}

@media (max-width: 1023px) {
  .news__thum-img {
    width: 100%;
    height: auto;
    aspect-ratio: 312/156;
  }
}

.news__contentShow {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05rem;
  width: 80%;
  text-align: left;
  padding-right: 4.8rem;
}

@media (max-width: 1023px) {
  .news__contentShow {
    width: 100%;
    padding-right: 0;
  }
}

.news__date {
  color: #0b62b7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
}

@media (max-width: 1023px) {
  .news__date {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}

.news__cateLabel {
  color: #0b62b7;
  font-size: 14px;
  padding: 0.1rem 1rem;
  border: 1px solid #0b62b7;
  border-radius: 6px;
  margin-left: 1rem;
  font-weight: 500;
  letter-spacing: 1.44px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news__cateLabel {
    margin-right: -1rem;
  }
}

@media (max-width: 1023px) {
  .news__cateLabel {
    padding: 0;
    border-radius: 0px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.44;
    border: 0px;
  }
}

.news__shortContent {
  font-size: 18px;
  margin-top: 0.5rem;
  margin-bottom: 1.3rem;
  font-weight: 500;
  letter-spacing: 1.44px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .news__shortContent {
    margin-right: -1rem;
  }
}

@media (max-width: 1023px) {
  .news__shortContent {
    font-size: 16px;
    letter-spacing: 1.28px;
    display: block;
    margin-top: 1rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .news__shortContent {
    font-size: 15px;
    display: block;
    margin-top: 1rem;
  }
}

.news__shortText {
  font-size: 14px;
  letter-spacing: 1.12px;
}

.news__container--topline {
  padding-bottom: 1.5rem;
  border-top: 1px solid #CCCCCC !important;
}

.news__container--underline {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCCCCC !important;
}

@media (max-width: 1023px) {
  .news__container--underline-sp {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #CCCCCC !important;
    margin-left: 0rem;
    width: 100vw;
  }
}

@media (max-width: 991px) {
  .news__container--underline-sp {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #CCCCCC !important;
    margin-left: -1rem;
    width: 100vw;
  }
}

@media (min-width: 1024px) {
  .news__container--flex {
    display: flex;
  }
}

.news__cateBtns--wrap {
  width: calc(100vw * ((28*16) / 1366));
  padding-left: calc(100vw * (100 / 1366));
  padding-right: calc(100vw * (45 / 1366));
}

.news__cateBtns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  margin-top: 7.68rem;
}

.news__cateBtns-cate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
  color: #333333;
  margin-bottom: 1.75rem;
}

.news__cateBtn {
  font-family: "Noto Sans JP", sans-serif;
  color: #005BB4;
  text-decoration: none;
  pointer-events: all;
  letter-spacing: 1.68px;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5625rem;
  font-weight: 500;
  gap: 0.4rem;
  padding-right: 0.3rem;
}

.news__cateBtn:hover {
  opacity: 0.8;
}

.news__cateBtn-active {
  font-family: "Noto Sans JP", sans-serif;
  color: #005BB4;
  text-decoration: none;
  pointer-events: all;
  letter-spacing: 1.68px;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(1.5625rem - 4px);
  padding-bottom: 3px;
  border-bottom: 1px solid #005BB4;
  font-weight: 500;
}

@media (max-width: 759px) {
  .news__cateBtn {
    padding: 0.5rem 4rem;
  }
}

.news__article_none {
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 760px) and (max-width: 1200px) and (orientation: landscape) {
  .news__article_none {
    margin-bottom: 3rem;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__article_none {
    flex-direction: column-reverse;
    margin-bottom: 7rem;
    margin-top: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .news__article_none {
    flex-direction: column-reverse;
    margin-bottom: 6rem;
    margin-top: 2rem;
  }
}

.news__uzuSvg {
  width: 20%;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__uzuSvg {
    width: 35%;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .news__uzuSvg {
    width: 50%;
  }
}

.news__article_none--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -1rem;
  letter-spacing: 2.16px;
  white-space: nowrap;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__article_none--txt {
    font-size: 28px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .news__article_none--txt {
    font-size: 22px;
  }
}

.news__gotoBtn-box {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 2rem;
}

@media (max-width: 1023px) {
  .news__gotoBtn-box {
    text-align: center;
    padding-left: 0;
  }
}

.news__gotoBtn {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  padding: 0.3rem 3.5rem 0.3rem 0.5rem;
  pointer-events: all;
  letter-spacing: 0.64px;
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  max-width: 10rem;
  color: #333333;
}

.news__gotoBtn>span {
  transition: 0.4s ease;
  position: absolute;
  font-size: 26px;
  color: #015CAF;
}

.news__gotoBtn:hover {
  text-decoration: none;
  border-bottom: 1px solid #333333 !important;
  text-decoration: none;
  pointer-events: all;
  color: #333333;
}

.news__gotoBtn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

.news__select {
  list-style-type: none;
  position: relative;
  color: #005daf;
  display: inline-block;

}

@media (max-width: 1023px) {
  .news__select {
    margin: 0 auto;
    margin-top: calc(100vw * (16 / 1023));
    margin-bottom: calc(100vw * (40 / 1023));
    text-align: center;
  }

  .news_show_sp ul {
    padding-inline-start: 0;
  }
}

@media (max-width: 767px) {
  .news__select {
    margin: 0 auto;
    margin-top: calc(100vw * (16 / 390));
    margin-bottom: calc(100vw * (40 / 390));
    text-align: center;
  }
}

.news__select--category {
  text-align: left;
  border: 2px solid;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  line-height: 2.5rem;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  width: 300px;
}

@media (max-width: 1023px) {
  .news__select--category {
    margin-top: calc(100vw * (16 / 390));
  }
}

.news__select--category>i {
  margin-left: calc(100vw * (60 / 1366));
}

.news__select--category-active {
  border: 2px solid #005CB3;
  border-radius: 25px 25px 0px 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  line-height: 2.5rem;
  border-bottom: none;
  cursor: pointer;
  width: 300px;
}

@media (max-width: 1023px) {
  .news__select--category-active {
    margin-top: calc(100vw * (16 / 390));
  }
}

.news__select--category-active>i {
  margin-left: calc(100vw * (60 / 1366));
}

.news__select-rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.news__select-rotate-original {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.news__select--item {
  line-height: 2.5rem;
  text-align: left;
  padding-left: 1.5rem;
  border: 2px solid #005CB3;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0.3rem;
  transition: 0.1s linear;
  cursor: pointer;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__select--item {
    font-size: 16px;
    line-height: 2.5rem;
  }
}

.news__select--item-last {
  line-height: 2.5rem;
  text-align: left;
  padding-left: 1.5rem;
  border: 2px solid #005CB3;
  border-top: none;
  border-radius: 0px 0px 25px 25px;
  padding-bottom: 1rem;
  transition: 0.1s linear;
  cursor: pointer;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .news__select--item-last {
    font-size: 16px;
    line-height: 2.5rem;
  }
}

/* ニュース（トップページ）--2023autumn END */

/* ドタバタクラブ--202304 START */
.club__container {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 3rem;
  position: relative;
  padding-bottom: 7rem;
  margin-right: .1rem;
  margin-left: .1rem;
}

@media (max-width: 576px) {
  .club__container {
    width: 100%;
    border-radius: 15px;
    margin: 0;
  }
}

.club__list {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
}

@media (max-width: 576px) {
  .club__list {
    padding-top: 0rem;
  }
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
  background-color: #ffffff !important;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  background-color: #123456 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.club__box {
  width: 48% !important;
  height: fit-content;
  min-width: 400px;
  font-family: "banana";
  font-style: normal;
  color: #fff;
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
  /* padding-top: 8rem; */
  padding: 2rem 0;
  padding-bottom: 2.6rem;
  background-color: #005CB3;
}

.swiper-pagination2 {
  display: none;
}

@media (max-width:940px) {
  .club__box {
    width: 100% !important;
    min-width: unset !important;
    margin: 0;
  }

  .club__list {
    width: 100%;
  }

  .club_bg {
    background-color: #005CAF;
    width: 80%;
    margin: 0 auto;
    padding: 10%;
    border-radius: 10px;
  }

  .club-vakc {
    gap: 0;
  }

  .club__box {
    background-color: #fff;
  }

  .swiper-pagination2 {
    display: block;
  }
}

.club-vakc {
  justify-content: space-between;
}

.club__box--img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .club__box--img {
    top: -87px;
    width: 180px;
    height: 180px;
  }
}

.club__btnarea {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}

.club__btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 5rem;
  pointer-events: all;
  font-size: 1.2em;
  cursor: pointer;
}

@media (max-width: 576px) {
  .club__btn {
    padding: 0.5rem 4rem;
  }
}

.club__btn:hover {
  text-decoration: none;
  border: 1px solid #005CAF;
  background-color: #fff;
  border-radius: 20px;
  color: #005CAF;
  text-decoration: none;
  pointer-events: all;
}

.club__name {
  position: relative;
  text-align: center;
  font-size: clamp(1.375rem, 0.739rem + 3.18vw, 3.125rem);
  margin-bottom: 0;
  margin-top: 1rem;
}

.club__name--long {
  position: relative;
  text-align: center;
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
}

.club__name--txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1rem);
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

.club__scroll--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #005CAF;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  text-align: center;
  padding: 3rem 0;
}

.club__event {
  background-color: #F0F0F0;
  border-radius: 300px;
  padding: 0 6%;
  width: 82%;
  margin: 100px auto 0;
  position: relative;
}

.club__event>p {
  color: #005CAF;
  font-size: 2em;
  margin-top: -1em;
  font-family: "banana";
  transform: translate(80px, -30px);
}

.club__event>img {
  max-width: 120px;
  position: absolute;
  right: 87%;
  top: -3em;
}

.club__event--de {
  margin-top: -10px;
}

.club__event--de img {
  max-width: 80px;
  margin-left: 30px;
}

.club__event--de p {
  /* width: fit-content; */
  /* margin: 0 auto; */
  font-family: "Noto Sans JP", sans-serif;
  /* font-weight: 500; */
  /* transform: translate(0px, -20px); */
  /* font-size:1.1rem; */
}

.club__event--de-p {
  font-weight: 500;
}

.club__event--de-name {
  font-weight: 500;
  font-size: 1.5rem;
}

.club__event--de-detail {
  font-weight: 400;
  font-size: 14px;
}

.club__event--de-data {
  font-weight: 400;
  font-size: 18px;
}

.club__event--de-time {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 850px) {
  .club__event {
    padding: 0px 10%;
  }

  .club__event>img {
    right: 78%;
  }

  .club__event--de p {
    white-space: nowrap;
  }
}

@media (min-width: 941px) {
  .club__list {
    pointer-events: none;
  }

  /* .club__event--de p { */
  /* font-size: 1.5em; */
  /* } */
}

@media (max-width: 580px) {
  .club__event--de p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    transform: unset;
    /* padding: 0px 0 80px; */
  }

  .club__event>img {
    max-width: 70px;
    position: absolute;
    right: 73%;
    top: 0em;
  }

  .club__event>p {
    width: fit-content;
    margin: 10% auto;
    transform: unset;
    padding: 9% 0 8% 0;
    font-size: 1.5rem;
  }

  .club__event--de img {
    max-width: 120px;
    margin: auto;
    margin-bottom: 30px;
  }

  .club__event {
    border-radius: 145px;
    width: 75%;
    height: 400px;
  }

  .club__event--de-name {
    font-size: 22px;
  }

  .club__event--de-data {
    font-size: 16px;
  }

  .club__event--de-time {
    font-size: 14px;
  }
}

/* ドタバタクラブ--202304 END */

/* ドタバタ保育園訪問--202304 START */
.visit__container {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 9rem;
  border-radius: 30px;
  margin-right: .1em;
  margin-left: .1em;
}

@media (max-width: 576px) {
  .visit__container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
}

.visit__img {
  position: absolute;
  top: -10vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
}

@media (max-width: 576px) {
  .visit__img {
    top: -13vw;
    width: 80%;
  }
}

.visit__head {
  font-family: "banana";
  font-style: normal;
  color: #005CAF;
  text-align: center;
  font-size: 85px;
  padding-top: 7vw;
  letter-spacing: 0.07rem;
}

@media (max-width: 768px) {
  .visit__head {
    font-size: 55px;
  }
}

@media (max-width: 576px) {
  .visit__head {
    padding-top: 15vw;
    font-size: 45px;
  }
}

.visit__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: 500;
}

#visit__ac {
  font-family: "banana";
  font-style: normal;
  color: #005CAF;
}

.visit__ac--container {
  display: flex;
  width: 70%;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4rem;
}

@media (max-width: 992px) {
  .visit__ac--container {
    flex-direction: column;
  }

  .visit__ac--container {
    width: 100%;
  }
}

.visit__ac--title {
  width: 500px;
  height: 80px;
  cursor: pointer;
  background-color: #FFF;
  display: flex;
  margin: 0 3rem;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.3rem);
  position: relative;
  border-radius: 10px;
}

.visit__ac--title::after {
  border-right: solid 4px #005CAF;
  border-top: solid 4px #005CAF;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 25px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 20px;
}

.visit__ac--title.open::after {
  transform: rotate(-45deg);
}

.visitPlan1,
.visitPlan2 {
  margin: 0;
  transition: 1s cubic-bezier(.3, 1, .22, 1);
}

.visitPlan1.open {
  transform: translate(0px, 54px);
}

.visitPlan2.open {
  transform: translate(0px, 54px);
}

#footer {
  overflow: hidden;
}

@media (max-width: 1160px) {
  .visit__ac--title {
    width: 370px;
  }
}

@media (max-width: 992px) {
  .visit__ac--title {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .visit__ac--title {
    width: 90%;
  }
}

.visit__ac--content {
  width: 500px;
  height: fit-content;
  background-color: #fff;
  display: none;
  margin: 0 auto;
  padding: 0% 2% 5%;
  text-align: center;
  margin-top: -0.8em;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0px 0px 10px 10px;
  padding-top: 3.5em;
}

.visit__ac--content-img {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}

.visit__ac--content p {
  width: 100%;
}

@media (max-width: 1160px) {
  .visit__ac--content {
    width: 370px;
  }
}

@media (max-width: 576px) {
  .visit__ac--content {
    width: 90%;
  }

  .plan_disc {
    justify-content: center;
    font-size: 1em;
  }

  .visit__txt {
    width: 70%;
    margin: 0 auto;
  }

  .visit__ac--container {
    display: flex;
    width: 70%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }

  .visit__ac--container {
    width: 100%;
  }
}

/* ドタバタ保育園訪問--202304 END */
/* ドタバタメンバー--202304 */

#menber {
  background-color: #fff;
  border-radius: 30px;
}

/* ドタバタメンバー--202304 END */

/* ドタバタPJ--202304 */

.pro_icon {
  max-width: 150px;
  margin: 0 auto;
}

#program {
  color: #005CAF;
  padding-top: 1.5em;
}

.pro__list {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0rem;
  background-color: #fff;
}

@media (max-width: 576px) {
  .pro__list {
    padding-top: 0rem;
  }
}

.pro__box {
  /* width: 400px !important;  */
  height: fit-content;
  font-family: "banana";
  font-style: normal;
  color: #fff;
  margin: 0 1.5rem;
  position: relative;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  /* padding-top: 8rem; */
  padding: 2rem 0;
}

.pro1 {
  background-color: #1468B5;
}

.pro2 {
  background-color: #378EDD;
}

.pro3 {
  background-color: #0F8398;
}

.pro__box--img {
  width: 70%;
}

.pro__name {
  font-size: 2em;
  margin-bottom: 1.5rem;
}

.pro__name--txt1,
.pro__name--txt2,
.pro__name--txt3 {
  font-family: "Noto Sans JP", sans-serif;
}

.pro__name--txt1 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.pro__name--txt2 {
  font-size: .8em;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.pro__name--txt3 {
  font-size: .8em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

@media (min-width: 1381px) {
  .pro__list {
    pointer-events: none;
  }
}

@media (max-width: 1380px) {
  .pro__list {
    max-width: 750px;
    width: 80%;
  }

  .pro1 .pro_bg,
  .pro_bg-sp {
    background-color: #1468B5;
  }

  .pro1 .pro_bg-sp {
    background-color: #1468B5;
  }

  .pro2 .pro_bg-sp {
    background-color: #378EDD;
  }

  .pro2 .pro_bg,
  .pro_bg-sp {
    background-color: #378EDD;
  }

  .pro3 .pro_bg,
  .pro_bg-sp {
    background-color: #0F8398;
  }

  .pro3 .pro_bg-sp {
    background-color: #0F8398;
  }

  .pro__box {
    width: 100% !important;
    background-color: #fff;
    margin: 0;
  }

  .pro__name {
    padding-top: 1em;
  }
}

.pro_bg,
.pro_bg-sp {
  border-radius: 30px;
  padding-bottom: 5em;
  margin: 0 auto;
  width: 100%;
}

.pro_bg-sp {
  border-radius: 30px;
  padding-bottom: 5em;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 560px) {
  .pro_bg-sp {
    width: 80%;
  }
}

@media (min-width: 1381px) {
  .swiper-pagination3 {
    display: none;
  }
}

@media (max-width:600px) {
  .pro_bg {
    width: 100%;
  }

  .pro__list {
    overflow: hidden;
    width: 90%;
  }
}

/* 内容の表示を画面幅で変更 */
.dotabata__pro-pc {
  display: none;
}

@media (min-width: 1360px) {
  .dotabata__pro-pc {
    display: flex;
  }
}

.dotabata__pro-sp {
  display: none;
}

@media (max-width: 1359px) {
  .dotabata__pro-sp {
    display: flex;
  }
}

/* ドタバタPJ--202304 END */

/* ドタバタQA--202304 */

@media (max-width: 700px) {
  .qa__accordion--title {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .qa__accordionTitle--font {
    margin-left: 7.5em;
  }

  .qa1 {
    transform: translate(0px, 10px);
  }

  #qa2 {
    transform: translate(0px, 25px);
  }
}

@media (max-width: 479px) {
  .qa__accordionTitle--font {
    margin-left: 4em;
  }

  .qa1 {
    transform: translate(0px, 10px);
  }

  .qa2 {
    transform: translate(0px, 20px);
  }
}

@media (max-width: 400px) {
  .qa__accordionTitle--font {
    margin-left: 5em;
  }
}

.qa__accordion--title::after {
  border-right: solid 3px #005CAF;
  border-top: solid 3px #005CAF;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* ① ここから */
.dropdown__btn {
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-top: 9px;
  caret-color: transparent;
}

/* .dropdown__btn:hover {} */

/* ① ここまで */
.dropdown__item:hover {
  background-color: rgba(189, 216, 252, 0.3);
}

.dropdown__item {
  cursor: pointer;
}

.dropdown__menu-layer {
  /* ② */
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: .1s;
}

.dropdown__menu-layer--show {
  /* ④ */
  z-index: 1;
  opacity: 1;
  pointer-events: all;

}

.dropdown__menu {
  /* ⑤ */
  padding: 0;
  margin: 0px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  margin-top: -0.2em;
  border-left: 3px solid;
  border-bottom: solid 3px;
  border-right: solid 3px;
  border-radius: 0px 0px 5px 5px;
}

.dropdown__item {
  /* ⑥ */
  cursor: pointer;
  font-size: 18px;
  padding-left: 8px;
  color: #000;
  padding: 8px;
  width: 100%;
}

.form-control[readonly] {
  background-color: #fff !important;
  cursor: pointer !important
}

.dropdown__item--active {
  /* ⑦ */
  background-color: rgba(189, 216, 252, 0.3);
}

/*# sourceMappingURL=common.css.map */

/* modal */
/* .batu{
  position: absolute;
  width: 5%;
  right:25px;
  max-width: 70px;
  top: 25px;
  min-width: 30px;
  cursor: pointer;
}
.modal2{
  opacity: 0;
  height: 0;
  pointer-events: none;
  position: fixed;
  background-color: rgba(0, 92, 175,0.9);
  display: flex;
  z-index: 9000000;
  width: 100%;
  top:0;
}
.modal_n {
  background-color: #fff;
  width: 70%;
  text-align: center;
  margin: auto auto;
  height: 88%;
  padding: 2% 0;
  border-radius: 16px;
  overflow-y: scroll;
  max-width: 1000px;
  max-height: 720px;
  position: relative;
}
.modal_img{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 3em;
}
.modal_img img{
  width:30%;
  max-width: 400px;
  min-width: 260px;
}
.modal_in{
  height:60%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 90%;
  margin: 0 auto;
  border-bottom: 5px solid rgba(0,0,0,0.02);
}
.modal_title {
  font-size: 3.5rem;
  color: #005CAF;
  font-family: "banana";
}
.modal_subtitle {
  font-size: 1.5em;
  color: #005CAF;
  font-family: "banana";
  margin-top: 1em;
  line-height: 1.3;
}
.modal_bun {
  font-size: .9em;
  color: #005CAF;
  margin: 16px;
  font-family:"Noto Sans JP", sans-serif;
}
.modal_yen{
  font-size: 1.5em;
  color: #005CAF;
  font-weight: bold;
  font-family: "banana";
  margin: 0;
}
#modal2 .modal_yen{
  font-size: 1em;
}
#modal2 dd {
  width: 67%;
}
.modal_yen > span{
  font-size: 2.5rem;
  color: #005CAF;
}
.modal_zei{
  color: #005CAF;
  margin-bottom: 30px;
}
modal_img
.modal_btn-area{
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 40px;
  gap:10px;
  font-family:"Noto Sans JP", sans-serif;
}
.modal_btn-area p, .modal_btn-area a {
  width: 48%;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  min-width: 210px;
} */
/*スクロールバー非表示（Chrome・Safari）*/
/* .modal_in::-webkit-scrollbar ,.modal_n::-webkit-scrollbar{
  display:none;
}
.modal_btn1 ,.modal_btn12{
  background-color: #fff;
  border-radius: 30px;
  border:#005CAF 2px solid;
  padding:10px 0;
  color: #005CAF;
  font-weight: bold;
  cursor: pointer;
}
.modal_btn1:hover {
  background-color: #DEEFFF;
  transition: .3s;
}
.modal_btn2{
  background-color: #005CAF;
  border-radius: 30px;
  color:#fff;
  padding:10px 0;
  cursor: pointer;

}
.modal_btn2 a{
  color:#fff;
}
.modal_btn2 a:hover{
  color:#fff;
  text-decoration: none;
}
.modal_btn3 a{
  color:#fff;
}
.modal_btn3 a:hover{
  color:#fff;
  text-decoration: none;
}
.modal_btn3 {
  background-color: #005CAF;
  border-radius: 30px;
  color:#fff;
  padding:10px 0;
  cursor: pointer;
}
@media (600px <= width <= 820px) {
  .modal_btn3 {
    width: 55%;
  }
}
.modal_btn-mu{
  color: #005CAF;
  margin:0;
}
.modal_btn12{
  display: none;
}

@media (max-width: 600px) {
  .modal_n {
    width: 90%;
    height: 90%;
    margin-top: 10%;
  }
  .modal_in {
    height: 62%;
  }
  .modal_btn-area{
    margin-top: 20px;
  }
  .modal2{
    background-color: rgba(0, 92, 175,0.9);
  }
  .modal_subtitle {
     margin-top: 0; 
  }
  .modal_desc {
    justify-content: flex-end;
  }
  .batu{
    right:15px;
    top: 15px;
  }
  .clubSc{
    display: none;
  }
}
@media (max-width: 477.99px) {
  .modal_n {
    margin-top: 15%;
  }
  .modal_btn1{
    display: none;
  }
  .modal_btn12{
    display: block;
  }
  .modal_title {
    font-size: 3rem;
    color: #005CAF;
    font-family: "banana";
  }
  .modal_in {
    height: 60%;
  }
}
@media (max-width: 400px) {
  .modal_in {
    height: 55%;
  }
}
@media (max-width: 376px) {
  .modal_btn-area {
    margin-top: 10px;
  }
  .modal_in {
    height: 55%;
  }

}
.modal_active{
  opacity: 1 !important;
  height: 100dvh !important;
  pointer-events: all !important;
  height: 100vh;
  transition: .5s;
} */

/* member_ship */

.member__title--sub {
  font-size: 2em;
}

.member__title--main {
  font-size: 3.5em;
}

.member-title {
  font-family: "banana";
  color: #005CAF
}

.member-ti {
  font-family: "Noto Sans JP", sans-serif;
}

.member__content {
  font-size: 1.2em;
}

.member__content--app {
  font-size: 1em;
}

.member__content--app span {
  color: #005CAF;
}

.membership__alt {
  width: 80%;
  max-width: 700px;
  min-width: 280px;
  margin: 5% auto;
}

.membership__alt img {
  width: 100%;
}

.member-form {
  background-color: #DEEFFF;
}

.member_select {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.member_select p {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 300px;
  padding: 10px;
  justify-content: center;
  border: 2px solid #005CAF;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
}

.member-select2 {
  border-color: #005CAF;
  border-radius: 5px;
  border-width: 2px;
  height: 3rem;
  width: 100%;
  font-size: .8em;
  padding-left: .5em;
  appearance: none;
  position: relative;
}

select:invalid {
  color: #b7b7b7;
  background-color: #fff;
}

select {
  color: #000;
  background-color: #fff;
}

select option {
  background-color: #ffffff;
  color: #000000;
}

#SPapp {
  display: none;
}

@media (max-width: 600px) {
  .boldSp {
    font-weight: bold;
  }

  #PCapp {
    display: none;
  }

  #SPapp {
    display: block;
    width: 70%;
    margin: 3em auto;
    min-width: 280px;
  }

  .member__content {
    font-size: 1em;
    margin-top: 2.5em;
  }

  .member__title--sub {
    font-size: 1em;
    margin-top: 4em;
  }

  .member__title--main {
    font-size: 2.5em;
    line-height: 1;
  }

  .member_select p {
    font-size: .9em;
    padding: 16px 8px;
    box-shadow: unset;
  }

  .member-form label {
    font-weight: bold;
  }
}

/* セレクトボックス項目の後に"▼"を追加 */
.member-selects::after {
  pointer-events: none;
  /*矢印部分をクリックを可能にする*/
  position: absolute;
  top: 26px;
  right: 16px;
  transform: translateY(-50%);
  /*▼を上に移動*/
  content: url("../img/sankaku.svg");
}

:focus {
  outline: none;
}

@media (min-width: 340px) and (max-width: 479px) {
  .member-select2 {
    border-radius: 2vh;
  }

  .p-qty__input {
    max-width: 170px !important;
  }
}

@media (min-width: 240px) and (max-width: 339px) {
  .member-select2 {
    border-radius: 2vh;
  }

  .p-qty__input {
    max-width: 170px !important;
  }
}

.member-select2::placeholder {
  color: #B7B7B7 !important;
}

.member-select2:focus {
  border-color: #005CAF;
  border-width: 3px;
  background-color: #EDF6FF;
}

.member-select2:visited {
  border-color: #005CAF;
  border-width: 3px;
  background-color: #EDF6FF;
}

.member-tyui {
  font-size: .7em;
}

.parents {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 52px;
  color: #005CAF;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  /* 縦位置の調整 */
  margin-bottom: 0;
  z-index: 0;
  position: relative;
}

.parents::after {
  content: '';
  flex-grow: 1;
  /* 余白を分け与える */
  height: 2px;
  background: #005CAF;
  margin-left: 20px;
  /* 線と文字の間のスペース */
  padding-right: 15px;
}

.option_default {
  color: #f7f7f7;
}

.half-form {
  width: 100%;
  min-width: 280px;
}

.member-selects {
  position: relative;
}

.half-select {
  max-width: 400px;
}

input[type="date"] {
  color: #b7b7b7;
  appearance: none;
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="date"]:invalid {
  color: #b7b7b7;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  background-color: #005CAF;
  color: #fff;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.p-qty {
  position: relative;
  display: inline-block;
}

.p-qty>.__arrow {
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  transform: translate(0px, -65%);
  display: inline-block;
  border-width: 8px 6px;
  border-style: solid;
  border-color: transparent transparent #005CAF;
  cursor: pointer;
  border-radius: 4px;
  z-index: 1;
}

.p-cart_detail .p-qty>.__arrow {
  top: calc(50% - 7px);
  border-width: 5px 3px;
  border-style: solid;
  border-color: transparent transparent #005CAF;
}

.p-qty>.__arrow.__down {
  top: calc(50% + 13px);
  border-bottom: 6px solid transparent;
  border-top: 6px solid #005CAF;
  border-width: 8px 6px;

}

.p-cart_detail .p-qty>.__arrow.__down {
  border-bottom: 5px solid transparent;
  border-top: 5px solid #005CAF;
  top: calc(50% + 7px);
}

.p-qty__input {
  padding-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 200px;
  position: relative;
}

#ninzu2 {
  position: relative;
}

.kome2 {
  font-size: .8em;
  line-height: 2;
}

#ninzu2:after {
  content: "人";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-qty>.__arrow:hover .contact__inputText {
  border-color: #005CAF;
  border-width: 3px;
  background-color: #EDF6FF;
}

.member-2 {
  display: none;
}

.mousikomi-btn {
  position: fixed;
  bottom: 24px;
  right: 16px;
  width: 200px;
}

.mousikomi-btn img {
  width: 100%;
}

.date2 {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.date2::after {
  pointer-events: none;
  position: absolute;
  top: 28px;
  right: 15px;
  transform: translateY(-50%);
  content: url(../img/calendar.svg);
}

.postBox::after {
  pointer-events: none;
  position: absolute;
  top: 24px;
  left: 15px;
  transform: translateY(-50%);
  content: "〒"
}

.postBox {
  position: relative;
}

#Posts {
  padding-left: 3em;
  ;
}

/* ニュースページ共通--2023autumn BEGIN */
.newsCommon_show_sp {
  display: none;
}

@media (max-width: 1023px) {
  .newsCommon_show_pc {
    display: none !important;
  }

  .newsCommon_show_sp {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.newsCommon__title-position {
  text-align: left;
}

@media (max-width: 1023px) {
  .newsCommon__title-position {
    text-align: center;
    margin: auto;
  }
}

.newsCommon__title--main {
  color: #005CAF;
  font-family: "banana";
  font-size: 60px;
  margin-top: 2rem;
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsCommon__title--main {
    font-size: 42px;
    margin-bottom: 1rem;
  }
}

.newsCommon__title--sub {
  color: #005CAF;
  font-family: "banana";
  font-size: 26px;
  margin-bottom: 3rem;
  font-weight: 500;
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsCommon__title--sub {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}

.newsCommon__menu {
  width: 24%;
  padding-top: calc(100vw * (76 / 1366));
}

.newsCommon__cateBtns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  width: fit-content;
  margin-left: calc(100vw * (80 / 1366));
}

@media (max-width: 1023px) {
  .newsCommon__cateBtns {
    top: clamp(50px, 32vh, 440px);
  }
}

.newsCommon__cateBtns-cate {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.68px;
  color: #333333;
  margin-bottom: calc(100vw * (28 / 1366));
}

/* .newsCommon__cateBtns>p>span {
  padding: 0.5rem 0.65rem 0.5rem 0rem;
  margin-right: 0.3rem;
} */

.newsCommon__cateBtn {
  font-family: "Noto Sans JP", sans-serif;
  color: #005BB4;
  text-decoration: none;
  pointer-events: all;
  letter-spacing: 1.68px;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5625rem;
  font-weight: 500;
  gap: 0.4rem;
  padding-right: 0.3rem;
}

@media (max-height: 650px) {
  .newsCommon__cateBtn {
    margin-bottom: 1rem;
  }
}

.newsCommon__cateBtn:hover {
  opacity: 0.8;
}

/* .newsCommon__cateBtn>span>img {
  color: #0f0f0f;
} */

/* .newsCommon__cateBtn:hover>span {
  padding: 0.5rem 0.65rem 0.5rem 0rem;
  margin-right: 0.3rem;
} */

/* .newsCommon__cateBtn:hover>span>img {
  filter: invert(23%) sepia(83%) saturate(1712%) hue-rotate(189deg) brightness(96%) contrast(108%);
} */

.newsCommon__cateBtn-active {
  font-family: "Noto Sans JP", sans-serif;
  color: #005BB4;
  text-decoration: none;
  pointer-events: all;
  letter-spacing: 1.68px;
  font-size: 14px;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(1.5625rem - 4px);
  padding-bottom: 3px;
  border-bottom: 1px solid #005BB4;
  font-weight: 500;
}

@media (max-height: 650px) {
  .newsCommon__cateBtn-active {
    margin-bottom: 1rem;
  }
}

.newsCommon__cateBtn-active:hover {
  opacity: 0.8;
}

/* .newsCommon__cateBtn-active>span {
  font-size: 16px;
  padding: 0.5rem 0.65rem 0.5rem 0rem !important;
  margin-right: 0.3rem !important;
} */

.newsCommon__cateBtn-active>span>img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(265deg) brightness(104%) contrast(101%);
}

/* .newsCommon__cateBtn-active:hover>span {
  padding: 0.5rem 0.65rem 0.5rem 0rem;
  margin-right: 1rem;
} */

.newsCommon__cateBtn-active:hover>span>img {
  filter: invert(23%) sepia(83%) saturate(1712%) hue-rotate(189deg) brightness(96%) contrast(108%);
}

.newsCommon__backToTopBtn {
  left: 90vw;
  bottom: 5vh;
  position: fixed;
  width: calc(100vw * (55 / 1366));
  min-width: 55px;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 1023px) {
  .newsCommon__backToTopBtn {
    left: 88vw;
  }
}

@media (max-width: 579px) {
  .newsCommon__backToTopBtn {
    left: 87vw;
  }
}

@media (max-width: 540px) {
  .newsCommon__backToTopBtn {
    left: 80vw;
  }
}

.newsCommon__menu-coverBlock {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  max-height: 400px;
  z-index: 9;
  opacity: 1;
}

/* ニュースページ共通--2023autumn END */
/* ニュース一覧--2023autumn BEGIN */
.newsList__select {
  list-style-type: none;
  position: relative;
  color: #005daf;
  display: inline-block;
  margin-top: -1rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 1023px) {
  .newsList__select {
    margin-top: calc(100vw * (16 / 390));
    margin-bottom: 2.5rem;
  }
}

.newsList__select--category {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  border: 2px solid;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  line-height: 2.5rem;
  transition: 0.2s ease-in-out;
  width: 300px;
  cursor: pointer;
}

.newsList__select--category>i {
  margin-left: calc(100vw * (60 / 1366));
}

.newsList__select--category-active {
  font-family: "Noto Sans JP", sans-serif;
  border: 2px solid #005CB3;
  border-radius: 25px 25px 0px 0px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 1.5rem;
  line-height: 2.5rem;
  border-bottom: none;
  width: 300px;
}

@media (max-width: 1023px) {
  .newsList__select--category-active {
    margin-top: 0;
  }
}

.newsList__select--category-active>i {
  margin-left: calc(100vw * (60 / 1366));
}

.newsList__select-rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

.newsList__select-rotate-original {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.newsList__select--item {
  line-height: 2.5rem;
  text-align: left;
  padding-left: 1.5rem;
  border: 2px solid #005CB3;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0.3rem;
  transition: 0.1s linear;
  cursor: pointer;
}

.newsList__select--item-last {
  line-height: 2.5rem;
  text-align: left;
  padding-left: 1.5rem;
  border: 2px solid #005CB3;
  border-top: none;
  border-radius: 0px 0px 25px 25px;
  padding-bottom: 1rem;
  transition: 0.1s linear;
  cursor: pointer;
}

.newsList__container--borderTop {
  border-bottom: 1px solid #CCCCCC;
  margin-top: calc(100vw * (130 / 1366));
}

@media (min-width: 1400px) {
  .newsList__container--borderTop {
    margin-top: calc(100vw * (85 / 1366));
  }
}

.newsList__container {
  background-color: #ffffff;
  padding: 1.33rem 0rem 0rem 0rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05rem;
  margin-right: -1rem;
  width: calc(100vw * (1000 / 1366));
  border-left: #CCCCCC solid 1px;
}

@media (max-width: 1023px) {
  .newsList__container {
    border-radius: 0px;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    border-left: 0px;
  }
}

.newsList__container--underline {
  padding-bottom: 2.67rem !important;
  border-bottom: 1px solid #CCCCCC !important;
}

.newsList--pageBlock {
  cursor: pointer;
  width: 105%;
  padding-left: calc(100vw * (64 / 1366));
  padding-right: calc(100vw * (64 / 1366));
  padding-top: calc(100vw * (43 / 1366));
  gap: 2rem;
}

@media (max-width: 1023px) {
  .newsList--pageBlock {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 95%;
    padding-top: calc(100vw * (32 / 390));
    padding-bottom: calc(100vw * (32 / 390)) !important;
    padding-left: calc(100vw * (20 / 390));
    padding-right: calc(100vw * (20 / 390));
  }
}

@media (max-width: 1023px) {
  .newsList__thum_col {
    padding: 0rem;
  }
}

/* @media (min-width: 240px) and (max-width: 759px) {
  .newsList__thum_col {
    width: 38vw;
    padding: 0rem;
    margin-left: -0.5rem;
  }
} */

.newsList__thum {
  width: calc(100vw * (195 / 1366));
  height: 123px;
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}

@media (max-width: 1023px) {
  .newsList__thum {
    width: calc(100vw * (320 / 390));
    aspect-ratio: 320/156;
    height: auto;
    object-fit: cover;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.newsList__detail {
  margin-left: -0.5rem;
}

@media (max-width: 1023px) {
  .newsList__detail {
    padding: .75rem 0rem 0rem 0.5rem;
    margin-left: 0rem;
  }
}


.newsList__date {
  color: #0b62b7;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .newsList__date {
    font-size: 12px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsList__date {
    font-size: 14px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__date {
    font-size: 20px;
  }
}

.newsList__cateLabel {
  color: #0b62b7;
  font-size: 12px;
  padding: 0.1rem 0.5rem;
  border: 1px solid #0b62b7;
  border-radius: 6px;
  margin-left: 0.5rem;
  font-weight: 500;
  display: inline-block;
  min-width: 95px;
  text-align: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__cateLabel {
    display: inline-block;
    padding: 0.1rem 0.3rem;
    border: 0px;
    /* border-radius: 5px; */
    margin-left: 1rem;
    font-weight: 500;
    min-width: 150px;
    text-align: center;
    font-size: 20px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsList__cateLabel {
    display: inline-block;
    padding: 0.1rem 0.3rem;
    border: 0px;
    /* border-radius: 5px; */
    margin-left: 0.5rem;
    font-weight: 500;
    min-width: 88px;
    text-align: center;
  }
}

.newsList__title {
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__title {
    font-size: 16px;
    display: block;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .newsList__title {
    font-size: 16px;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.newsList__shortText {
  font-size: 14px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__shortText {
    font-size: 11px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsList__shortText {
    font-size: 11px;
  }
}

.newsList__article_none {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 8rem auto;
  color: #333333;
}

@media (min-width: 760px) and (max-width: 1200px) and (orientation: landscape) {
  .newsList__article_none {
    margin: 5rem auto;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__article_none {
    flex-direction: column-reverse;
    margin-bottom: 7rem;
    margin-top: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsList__article_none {
    flex-direction: column-reverse;
    margin-bottom: 6rem;
    margin-top: 2rem;
  }
}

.newsList__uzuSvg {
  width: 20%;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__uzuSvg {
    width: 35%;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsList__uzuSvg {
    width: 50%;
  }
}

.newsList__article_none--txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -1rem;
  letter-spacing: 2.16px;
  white-space: nowrap;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__article_none--txt {
    font-size: 28px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsList__article_none--txt {
    font-size: 22px;
  }
}

.newsList__gotoBtns {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  margin-top: 5.875rem;
}

.newsList__gotoPrevBtn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: calc(100% * (64/1366));
}

@media (max-width: 1023px) {
  .newsList__gotoPrevBtn {
    margin-right: calc(100% * (8/1366));
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsList__gotoPrevBtn-disable {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: none;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: not-allowed;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: calc(100vw * (64 / 1366));
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .newsList__gotoPrevBtn-disable {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .newsList__gotoPrevBtn:hover {
    text-decoration: none;
    background-color: #c3e2ff;
    color: #333333;
    text-decoration: none;
    pointer-events: all;
  }
}

.newsList__pageBtn {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  pointer-events: all;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
  border: 1px solid #333333;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__pageBtn {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsList__pageBtn {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsList__pageBtn {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
}

.newsList__pageBtn-active {
  font-family: "Inter", sans-serif;
  background-color: #015CAF;
  color: #ffffff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  pointer-events: all;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__pageBtn-active {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsList__pageBtn-active {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsList__pageBtn-active {
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
}

.newsList__pageBtn:hover {
  border: 1px solid #333333;
  background-color: #C3E2FF;
  text-decoration: none;
  color: #333333;
  pointer-events: all;
}

.newsList__pageBtn-more {
  font-family: "banana";
  border-radius: 50px !important;
  letter-spacing: -5px !important;
  color: #000000;
  text-decoration: none;
  width: 64px;
  aspect-ratio: 1/1;
  pointer-events: all;
  letter-spacing: 0.15rem;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .newsList__pageBtn-more {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsList__gotoNextBtn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: calc(100% * (64/1366));
}

@media (max-width: 1023px) {
  .newsList__gotoNextBtn {
    margin-left: calc(100% * (8/1366));
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsList__gotoNextBtn-disable {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: none;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: not-allowed;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 4rem;
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .newsList__gotoNextBtn-disable {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 40px;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

/* .newsList__gotoNextBtn>img {
  transition: 0.4s ease;
  position: absolute;
  margin-left: 3rem;
  width: 9px;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsList__gotoNextBtn>img {
    margin-left: 0rem;
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsList__gotoNextBtn>img {
    margin-left: 0rem;
    display: block !important;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsList__gotoNextBtn>img {
    margin-left: 0rem;
    display: block !important;
  }
} */

@media (min-width: 1200px) {
  .newsList__gotoNextBtn:hover {
    text-decoration: none;
    background-color: #c3e2ff;
    color: #333333;
    text-decoration: none;
    pointer-events: all;
  }
}

/* 
@media (min-width: 1200px) {
  .newsList__gotoNextBtn:hover>img {
    transition: 0.4s ease;
    transform: translate(10px);
  }
} */

/* ニュース一覧--2023autumn END */
/* ニュース詳細--2023autumn BEGIN */

.newsDetail__container--borderBottom {
  border-bottom: 1px solid #CCCCCC;
  width: 107%;
}

.newsDetail__container {
  background-color: #ffffff;
  padding: 4rem 5rem 10rem 5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05rem;
  margin-right: -1rem;
  min-height: 35vh;
  width: calc(100vw * (1000 / 1366));
  border-left: #CCCCCC solid 1px;
  /* border-bottom: #CCCCCC solid 1px; */
}

@media (max-width: 1023px) {
  .newsDetail__container {
    width: 100vw;
    border-left: 0px;
    border-radius: 0px;
    margin-right: 0px;
    padding-left: calc(100vw*(20 / 390));
    padding-right: calc(100vw*(20 / 390));
  }
}

.newsDetail__date {
  color: #0b62b7;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 340px) and (max-width: 479px) {
  .newsDetail__date {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsDetail__date {
    font-size: 14px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__date {
    font-size: 16px;
  }
}

.newsDetail__cateLabel {
  color: #0b62b7;
  font-size: 14px;
  padding: 0.1rem 1.1rem;
  border: 1px solid #0b62b7;
  border-radius: 6px;
  margin-left: 1rem;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__cateLabel {
    padding: 0.1rem 1.8rem;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsDetail__cateLabel {
    padding: 0.1rem 1.3rem;
    border-radius: 5px;
    margin-left: 0.75rem;
    font-weight: 500;
  }
}

.newsDetail__title {
  font-size: 26px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__title {
    font-size: 28px;
    display: block;
    margin-top: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsDetail__title {
    font-size: 18px;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}

.newsDetail__thum {
  width: 60%;
  margin-bottom: 4rem;
  margin-top: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__thum {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsDetail__thum {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
}

.newsDetail__img {
  width: 60%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__img {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsDetail__img {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}

.newsDetail__text {
  font-size: 16px;
  margin-bottom: 2rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__text {
    font-size: 16px;
  }
}

@media (min-width: 240px) and (max-width: 759px) {
  .newsDetail__text {
    font-size: 15px;
  }
}

.newsDetail__text>a {
  display: inline-block;
  margin-top: 0.4rem;
  word-break: break-all;
}

.newsDetail__gotoBtn {
  font-family: "Noto Sans JP", sans-serif;
  border: 1.5px solid #005daf !important;
  border-radius: 50px !important;
  color: #005daf;
  text-decoration: none;
  padding: 0.3rem 4.5rem 0.3rem 2.5rem;
  pointer-events: all;
  letter-spacing: 0.15rem;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-top: 3rem;
  font-weight: 700;
}

.newsDetail__gotoBtn>span {
  transition: 0.4s ease;
  position: absolute;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoBtn {
    font-size: 24px;
  }
}

@media (max-width: 759px) {
  .newsDetail__gotoBtn {
    padding: 0.5rem 5rem 0.5rem 2rem;
  }
}

.newsDetail__gotoBtn:hover {
  text-decoration: none;
  border: 1.5px solid #005daf;
  border-radius: 20px;
  color: #005daf;
  text-decoration: none;
  pointer-events: all;
}

.newsDetail__gotoBtn:hover>span {
  transition: 0.4s ease;
  transform: translate(10px);
}

.newsDetail__gotoBtns {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoBtns {
    padding: 0rem;
    justify-content: space-around;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsDetail__gotoBtns {
    padding: 0rem;
    justify-content: space-around;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsDetail__gotoBtns {
    padding: 0rem;
    justify-content: space-around;
  }
}

.newsDetail__gotoPrevBtn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoPrevBtn {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .newsDetail__gotoPrevBtn {
    margin-right: calc(100% * (8/1366));
    width: 10%;
    aspect-ratio: 1/1;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsDetail__gotoPrevBtn:hover {
  text-decoration: none;
  background-color: #c3e2ff;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  pointer-events: all;
}

.newsDetail__gotoPrevBtn-disable {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: not-allowed;
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoPrevBtn-disable {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .newsDetail__gotoPrevBtn-disable {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 10%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsDetail__gotoPrevBtn-disable:hover {
  text-decoration: none;
  background-color: #e1e1e1;
  border-radius: 20px;
  color: #8a8c8f;
  text-decoration: none;
  pointer-events: all;
}

.newsDetail__gotoListBtn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 3.375rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoListBtn {
    font-size: 24px;
    padding: 0.7rem 3rem;
  }
}

@media (min-width: 480px) and (max-width: 759px) {
  .newsDetail__gotoListBtn {
    padding: 0.5rem 2rem;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .newsDetail__gotoListBtn {
    padding: 0.5rem 2rem;
  }
}

.newsDetail__gotoListBtn:hover {
  text-decoration: none;
  background-color: #c3e2ff;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  pointer-events: all;
}

.newsDetail__gotoNextBtn {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoNextBtn {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .newsDetail__gotoNextBtn {
    margin-left: calc(100% * (8/1366));
    width: 10%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsDetail__gotoNextBtn:hover {
  text-decoration: none;
  background-color: #c3e2ff;
  border: 1px solid #333333;
  color: #333333;
  text-decoration: none;
  pointer-events: all;
}

.newsDetail__gotoNextBtn-disable {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #333333;
  text-decoration: none;
  padding: 0.68rem 0.87rem;
  pointer-events: all;
  letter-spacing: 1.04px;
  font-size: 13px;
  cursor: not-allowed;
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 760px) and (max-width: 1023px) {
  .newsDetail__gotoNextBtn-disable {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .newsDetail__gotoNextBtn-disable {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    width: 10%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0rem;
    justify-content: center;
  }
}

.newsDetail__gotoNextBtn-disable:hover {
  text-decoration: none;
  background-color: #e1e1e1;
  border-radius: 20px;
  color: #8a8c8f;
  text-decoration: none;
  pointer-events: all;
}

/* ニュース詳細--2023autumn END */

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha__area {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  text-align: center;
  margin-bottom: 10rem;
  font-size: 14px;
}

.recaptcha__area a {
  color: #406bc2;
}

@media (max-width: 768px) {
  .recaptcha__area {
    font-size: 12px;
  }
}

/* ================================ * /
          Aboutページ BEGIN
==================================== */
.aboutDotabata__container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1023px) {
  .aboutDotabata__container {
    flex-direction: column;
    padding: 0;
  }
}

.aboutDotabata__gaiyou--title {
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100vw * (194 / 1366));
  color: #333333;
  display: flex;
  flex-direction: column;
}

.aboutDotabata__gaiyou--title .en {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.48px;
  color: #333333;
  margin-bottom: 0.3rem;
}

.aboutDotabata__gaiyou--title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #005BB4;
  width: max-content;
}

@media (max-width: 1023px) {
  .aboutDotabata__gaiyou--title .jp {
    margin-bottom: 1.3rem;
  }
}

.aboutDotabata__gaiyou--right {
  width: calc(100vw * (900 / 1366));
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1023px) {
  .aboutDotabata__gaiyou--right {
    width: calc(100vw * (350 / 390));
  }
}

.aboutDotabata__message--img {
  width: calc(100vw * (908 / 1366));
}

@media (max-width: 1023px) {
  .aboutDotabata__message--img {
    width: calc(100vw * (350 / 390));
  }
}

.aboutDotabata__message--title {
  font-size: 22px;
  letter-spacing: 0.44px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 3.375rem;
}

@media (max-width: 1023px) {
  .aboutDotabata__message--title {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.aboutDotabata__message--text {
  font-size: 18px;
  letter-spacing: 0.36px;
  text-align: justify;
}

@media (max-width: 1023px) {
  .aboutDotabata__message--text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.aboutDotabata__message--compnay {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #333333;
  margin-top: 3.18rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
  .aboutDotabata__message--compnay {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.aboutDotabata__message--name {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.48px;
  color: #333333;
}

@media (max-width: 1023px) {
  .aboutDotabata__message--name {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}

.aboutDotabata__message--profile-box {
  margin-top: 3.18rem;
  margin-bottom: 8.75rem;
  padding-top: 2.25rem;
  padding-left: 2.6875rem;
  padding-bottom: 2.4rem;
  background-color: #F5F5F5;
  border-radius: 4px;
  width: calc(100vw * (900 / 1366));
}

@media (max-width: 1023px) {
  .aboutDotabata__message--profile-box {
    width: calc(100vw * (350 / 390));
    padding-left: calc(100vw * (18 / 390));
    padding-right: calc(100vw * (18 / 390));
    padding-bottom: calc(100vw * (32 / 390));
  }
}

.aboutDotabata__message--profile-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  color: #333333;
}

@media (max-width: 1023px) {
  .aboutDotabata__message--profile-title {
    font-size: 16px;
  }
}

.aboutDotabata__message--profile-text {
  font-size: 16px;
  letter-spacing: 0.36px;
  color: #333333;
}

@media (max-width: 1023px) {
  .aboutDotabata__message--profile-text {
    font-size: 14px;
  }
}

.aboutDotabata__overview--waku {
  border-bottom: 1px solid #CCCCCC;
}

@media (max-width: 1023px) {
  .aboutDotabata__overview--waku {
    margin-bottom: calc(100vw * (40 / 390));
  }
}

.abouotDotabata__overview--borderBottom {
  border-bottom: 1px solid #CCCCCC;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2.6875rem;
}

.aboutDotabata__overview-mt {
  margin-top: calc(100vw * (64 / 1366));
}

.aboutDotabata__overview--text-waku {
  width: calc(100vw * (915 / 1366));
  padding-left: 2.65rem;
  border-left: 1px solid #CCCCCC;
}

@media (max-width: 1023px) {
  .aboutDotabata__overview--text-waku {
    border-left: 0px;
    width: calc(100vw * (350 / 390));
    padding-left: calc(100vw * (10 / 390));
    padding-right: calc(100vw * (10 / 390));
  }
}

.aboutDotabata__overview--item {
  font-family: "Noto Sans JP", sans-serif;
  width: 17%;
  max-width: 152px;
  font-size: 14px;
  font-weight: 500;
  color: #989898;
  margin-left: 2.5rem;
}

.aboutDotabata__overview--info {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding-top: 0.2rem;
}

@media (max-width: 1023px) {
  .aboutDotabata__overview--info {
    margin-left: 0.8rem;
  }
}

.aboutDotabata__overview--info img {
  width: 10px;
  aspect-ratio: 1/1;
  margin-right: 0.5rem;
  vertical-align: baseline;
}

@media (max-width: 1023px) {
  .aboutDotabata__overview--info img {
    width: 8px;
  }
}

/* ================================ * /
          Aboutページ END
==================================== */