body {
  font-family: 'Kosugi Maru', sans-serif;
}
.noto_sans_JP {
  font-family: 'Noto Sans JP', sans-serif;
}
.kame_wrap {
  display: none;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}
.antiSpam{
  display: none;
}
.breakWord{
  /* word-break: break-all; */
  word-break: break-word;
  overflow-wrap: break-word;
}
.TB_none {
  margin-bottom: 0.8rem !important;
}
.textDeco-strikeThrough{
  text-decoration: line-through;
}
/* .japanese_hyphenation{
  word-break: keep-all;
  -ms-word-break: keep-all;
  line-break: strict;
  -ms-line-break: strict;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
} */
/* -----background------------------------------- */
.background {
  width: 100vw;
  max-width: 1450px;
  position: relative;
  overflow: hidden;
  z-index: -10;
}
.maru_ki {
  background: rgba(255, 242, 0, 0.8);
  position: fixed;
  top: -21%;
  left: -8%;
  width: 650px;
  height: 450px;
  border-radius: 35% 65% 13% 87% / 30% 30% 70% 70%;
  z-index: -7;
}
.maru_ao {
  position: fixed;
  bottom: -18%;
  right: -1%;
  background: rgba(48, 52, 129, 0.32);
  width: 650px;
  height: 400px;
  border-radius: 72% 28% 69% 31% / 30% 27% 73% 70%;
  z-index: -6;
}
.maru_mizu {
  position: fixed;
  bottom: 5%;
  left: 20%;
  background: rgba(214, 230, 242, 0.5);
  width: 750px;
  height: 350px;
  border-radius: 79% 21% 83% 17% / 75% 57% 43% 25%;
  z-index: -5;
}

.PC_Block {
  display: none;
}
#wrapping {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.wrap {
  margin: 0 auto;
  width: 85vw;
  max-width: 1407px;
}
a {
  color: #303481;
}
a:hover {
  color: #303481;
}
.navbar-burger {
  color: white !important;
}
.navbar-burger span {
  height: 2px !important;
}
.navbar {
  background-color: #303481;
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
a.navbar-item,
.navbar-link {
  transition: all 0.3s ease 0s;
}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #d6e6f2;
  color: #303481;
}

header {
  margin-bottom: 1rem;
}
header section.hero {
  background-color: #303481;
}
.hero .subtitle {
  line-height: 0.6rem;
}
header section.hero .hero-body {
  padding: 15px 15px 5px 3rem;
}
#hero_0 {
  background: #d6e6f2 url(../img/slide_00.jfif) center / cover;}
#hero_1 {
  background: #d6e6f2 url(../img/slide_1.jpg) center / cover;
}
#hero_2 {
  background: #d6e6f2 url(../img/slide_2.jpg) center / cover;
}
#hero_3 {
  background: #d6e6f2 url(../img/slide_3.jpg) center / cover;
}
#hero_4 {
  background: #d6e6f2 url(../img/slide_4.jpg) center / cover;
}
#hero_5 {
  background: #d6e6f2 url(../img/slide_5.jpg) center / cover;
}
#hero_6 {
  background: #d6e6f2 url(../img/slide_6.jpg) center / cover;
}
#hero_7 {
  background: #d6e6f2 url(../img/slide_7.jpg) center / cover;
}
#sticky_1 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
#sticky_object {
  position: -webkit-sticky;
  position: sticky;
  z-index: 15;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1rem 0;
  top: 0;
  left: 0;
  right: 0;
}

.scrollArrow {
  text-align: center;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
}
.scroll {
  color: #fff200;
  bottom: 0;
}
.arrowDown {
  width: 35px;
}
.navbar-menu.is-active {
  position: absolute;
  z-index: 90;
  width: 100%;
}
.navbar-item,
.navbar-link {
  padding: 0.5rem 0.75rem 0.5rem 1.75rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 2.75rem;
}
.box_1 {
  margin-top: 1rem;
}
.tabs_sidebar {
  width: 100%;
  min-width: 100px;
  max-width: 768px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: white;
}
.tabs_button {
  display: block;
  padding: 10px;
  background: rgba(159, 159, 159, 0.1);
  border: none;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  width: 100%;
  outline: none;
  cursor: pointer;
}
.tabs_button:active {
  background: white;
}
.tabs_button-active {
  font-weight: bold;
  background: white;
}
.tabs_content {
  padding: 15px;
  font-size: 0.8rem;
  display: none;
}
.tabs_content-active {
  display: block;
}
.tabs_content > :first-child {
  margin-top: 0;
}
.tabs_ .box:not(:last-child) {
  margin-bottom: 0;
}
.tab_image1 {
  width: 200px;
}
.tab_image2{
  width: 200px !important;
  height: 200px !important;
  object-fit: cover !important;
}
.flex_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-right {
  margin-top: 0.6rem;
  margin-left: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.content > .media-right > figure {
  max-width: 40rem;
  margin: 0 auto;
}
.title_box {
  margin: 0 auto;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #303481;
  width: max-content;
  padding: 0.8rem 1.5rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.rightBottom {
  position: relative;

}
.rightBottom figure {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 3rem;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #d6e6f2;
  padding: 3rem 1.5rem 1rem;
  color: #717171;
}
#footer p {
  text-align: center;
  font-weight: bold;
}
footer .content {
  margin: 0 auto;
  width: 85vw;
  max-width: 1407px;
}
footer .content a {
  color: #717171;
}
.content figure:not(:first-child) {
  margin-top: 0.5rem;
}
footer .images {
  margin-bottom: 1rem;
}
.images img {
  width: 80%;
  max-width: 300px;
  text-align: center;
}
.footer_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_menus .footer_menu._right {
  border-left: 2px solid white;
}
.footer_menu {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.footer_menus ul {
  list-style: none;
  margin-left: 0;
}
.footer_menu li a {
  display: block;
  line-height: 1.5rem;
  padding: 10px;
  list-style: none;
  color: #717171;
}
.footer_menu_bottom {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.footer_menu_bottom ul {
  list-style: none;
  margin-left: 0;
}
.footer_menu_bottom li a {
  display: block;
  line-height: 1rem;
  padding: 10px;
  list-style: none;
  color: #717171;
}
small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .kame_wrap {
    display: block;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    position: fixed;
    bottom: 10%;
    left: 75%;
    width: 10rem;
    z-index: 9999;
    margin: 0;
  }
  .TB_none {
    display: none;
  }
  .flex_ {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs_sidebar {
    width: 30%;
    min-width: 100px;
    max-width: 350px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: white;
  }
  .tabs_button {
    display: block;
    padding: 10px;
    background: rgba(159, 159, 159, 0.1);
    border: none;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    width: 100%;
    outline: none;
    cursor: pointer;
  }
  .tabs_button:active {
    background: white;
  }
  .tabs_button-active {
    font-weight: bold;
    background: white;
  }
  .tabs_content {
    padding: 15px;
    font-size: 0.8rem;
    display: none;
  }
  .tabs_content-active {
    display: block;
  }
  .tabs_content > :first-child {
    margin-top: 0;
  }
  .tabs_ .box:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-menu.is-active {
    background: #d6e6f2;
  }
}
@media screen and (min-width: 1024px) {
  .PC_Block {
    display: block;
  }
  .kame_wrap {
    bottom: 0;
    left: 76%;
    width: 15rem;
  }
  .navbar-dropdown {
    background-color: #d6e6f2;
  }
  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: #d6e6f2;
    color: #303481;
  }
  .navbar {
    background-color: #303481;
    border-radius: 17px;
    min-height: 3.25rem;
    max-height: 5rem;
    position: relative;
    z-index: 30;
    width: 100%;
    font-size: 100%;
    margin: 0 auto;
    color: white;
    -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  }
  .navbar-start {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
  }
  .navbar-item {
    color: #303481;
  }
  .navbar-link {
    color: white;
  }
  .navbar-item,
  .navbar-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .box {
    padding: 2rem;
    width: 100%;
  }
  .img_200px{
    width: 200px;
  }

  #footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_menus {
    display: block;
  }
  .footer_menus .footer_menu._right {
    border-left: none;
  }
  .PC_middle,
  .footer_menus,
  .footer_menu_bottom {
    width: 30%;
  }
  .content ul {
    margin-top: 0;
  }
  .footer_menus {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 1px solid white;
  }
  .footer_menu {
    margin-bottom: 0;
  }
  .PC_middle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer_menu_bottom {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-top: 1px solid white;
  }
}
