@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.none_text {
  display: none !important;
}
@media screen and (min-width: 741px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .tabNone {
    display: none !important;
  }
}
html {
  scroll-padding-top: 150px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .04em;
  color: #4d4d4d;
  line-height: 1.1;
}
.font-01 {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: #22254c;
}
a:hover {
  opacity: .8;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
/*header str*/
/* ===============================
   変数
================================= */
/* ===============================
   HEADER
================================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  width: 100%;
  max-height: 80px;
  transition: max-height 0.45s ease;
  z-index: 1000;
  box-shadow: 0px 5px 15px 0px rgba(226, 226, 226, 0.7);
}
@media screen and (max-width: 767px) {
  .site-header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    max-height: 70px;
    border-radius: 0 0 15px 15px;
  }
}
.site-header .header-inner {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-header .header-inner {
    padding: 0 15px;
  }
}
.site-header .header-inner .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-header .header-inner .header-left {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .site-header .header-inner .header-left {
    width: 20%;
    margin-right: 5%;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-inner .header-left {
    max-width: 270px;
    margin: 0;
    flex-wrap:nowrap;
    gap: 4px 10px;
  }
}
.site-header .header-inner .header-left a {
  width: 90px;
}
.site-header .header-inner .header-left a.flogo01 {
  width: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-header .header-inner .header-left a.flogo01 {
    width: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .site-header .header-inner .header-left a.flogo01 {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-inner .header-left a.flogo01 {
    width: 45%;
  }
}
.site-header .header-inner .header-left a.flogo02 {
  width: 130px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-header .header-inner .header-left a.flogo02 {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .site-header .header-inner .header-left a.flogo02 {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-inner .header-left a.flogo02 {
    width: 45%;
  }
}
.site-header .header-inner .header-left a.flogo03 {
  width: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-header .header-inner .header-left a.flogo03 {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .site-header .header-inner .header-left a.flogo03 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-inner .header-left a.flogo03 {
    width: 168px;
  }
}
.site-header .header-inner .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .site-header .header-inner .header-right {
    flex: 1;
    justify-content: flex-end;
  }
}
.site-header .header-inner .sns {
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
.site-header .header-inner .sns img {
  width: 24px;
  height: 24px;
}
.site-header .header-inner .btn {
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .site-header .header-inner .btn {
    font-size: 10px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 961px) {
  .site-header .header-inner .btn {
    padding: 10px 5px;
  }
}
.site-header .header-inner .btn.bicon {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.site-header .header-inner .btn.bicon img {
  width: fit-content;
  height: 17px;
}
.site-header .header-inner .btn.btn-pink {
  background: #ff747a;
}
.site-header .header-inner .btn.btn-blue {
  background: #005f99;
}
.site-header .header-inner .btn.btn-orange {
  background: #ff8c3c;
}
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.menu-toggle span {
  width: 30px;
  height: 2px;
  background: #ff8c3c;
  transition: 0.3s ease;
  display: block;
}
.menu-toggle em {
  font-size: 15px;
  font-style: normal;
  margin-top: 3px;
	font-family: "Roboto", sans-serif;
}
.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mega-menu {
  padding: 40px 60px 60px;
}
@media screen and (max-width: 767px) {
	.menu-toggle em{
		font-size: 12px;
		color: #333;
	}
  .mega-menu {
    padding: 20px 15px 23px;
    height: calc(100vh - 90px);
    overflow: scroll;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 10px 5px 0px rgba(226, 226, 226, 0.7);
  }
}
.mega-menu .mega-menu_bnr {
  margin: 0 0 30px;
}
.mega-menu .mega-menu_bnr ul {
  display: flex;
  justify-content: space-between;
}
.mega-menu .mega-menu_bnr ul li {
  width: 49%;
}
.mega-menu .mega-menu_bnr ul li a {
  padding: 0px 7px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mega-menu .mega-menu_bnr ul li a.btn-pink {
  background: #ff747a;
}
.mega-menu .mega-menu_bnr ul li a.btn-blue {
  background: #005f99;
}
.mega-menu .mega-menu_bnr ul li a img {
  width: fit-content;
  height: 17px;
  margin-right: 7px;
}
.mega-menu .mega-menu_sns {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
.mega-menu .mega-menu_sns a img {
  width: 34px;
  height: 34px;
}
.mega-menu .mega-menu_button .text-button {
  width: 47%;
  background: #ff8c3c;
  padding: 10px 5px;
  border-radius: 5px;
}
.mega-menu .mega-menu_button .text-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}
.mega-menu .menu-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .mega-menu .menu-inner {
    display: block;
    margin-bottom: 40px;
  }
}
.mega-menu .menu-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu .menu-inner ul li {
  margin-bottom: 18px;
}
.mega-menu .menu-inner ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .mega-menu .menu-inner ul li a {
    font-size: 15px;
  }
}
.mega-menu .menu-inner ul li a:hover {
  color: #ff8b44;
}
.mega-menu .menu-inner ul li a:before {
  content: '';
  background-image: url("../img/m_menu_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .mega-menu .menu-inner ul li a:before {
    content: inherit;
  }
}
/*header end*/
/*footer*/
footer .footer_contents {
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  footer .footer_contents {
    background-size: 75px 75px;
    padding: 0 15px;
    margin-top: -35px;
  }
}
footer .footer_contents:before {
  content: "";
  width: 100%;
  border-radius: 100px 100px 0 0;
  background: #ff8c3c;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  footer .footer_contents:before {
    border-radius: 40px 40px 0 0;
  }
}
footer .footer_contents:after {
  content: "";
  background-image: url("../img/bg_repeat.svg");
  background-repeat: repeat;
  background-size: 80px 80px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100px 100px 0 0;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_contents:after {
    border-radius: 40px 40px 0 0;
  }
}
footer .footer_contents .footer_contents_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0;
  text-align: center;
  color: #fff;
  padding: 50px 0 80px;
}
footer .footer_contents .footer_contents_inner h2 {
  width: 28%;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  footer .footer_contents .footer_contents_inner h2 {
    width: 54%;
  }
}
footer .footer_contents .footer_contents_inner .ad_title {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  footer .footer_contents .footer_contents_inner .ad_title {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
footer .footer_contents .footer_contents_inner .ad_title2 {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  footer .footer_contents .footer_contents_inner .ad_title2 {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
footer .footer_contents .footer_contents_inner .address {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: .08rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  footer .footer_contents .footer_contents_inner .address {
    font-size: 13px;
    line-height: 24px;
  }
}
footer .f_icon {
  position: relative;
  height: 60px;
  background-image: url(../img/f_icon_01.svg);
  background-repeat: repeat;
  background-size: 205px 60px;
}
@media screen and (max-width: 767px) {
  footer .f_icon {
    height: 50px;
    background-size: 135px 50px;
  }
}
footer .footer_nav {
  padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    padding: 40px 15px 50px;
  }
}
footer .footer_nav .footer_nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .footer_nav .footer_nav_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner {
    flex-flow: column;
  }
}
footer .footer_nav .footer_nav_inner ul li {
  font-size: 15px;
  line-height: 33px;
  letter-spacing: .1rem;
  margin: 0 0;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner ul li {
    margin-bottom: 0;
  }
}
footer .footer_nav .footer_nav_inner ul li:last-child {
  margin-bottom: 0;
}
footer .footer_nav .footer_nav_inner .left-box {
  width: 15%;
  margin-right: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .footer_nav .footer_nav_inner .left-box {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .left-box {
    width: 100%;
    margin: 0 auto;
  }
}
footer .footer_nav .footer_nav_inner .left-box p:first-child {
  margin: 0 0 30px;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .left-box p:first-child {
    margin: 0 auto 30px;
  }
}
footer .footer_nav .footer_nav_inner .left-box p:nth-child(2) {
  max-width: 158px;
	  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .left-box p:nth-child(2) {
    margin: 0 auto 40px;
  }
}
footer .footer_nav .footer_nav_inner .left-box p:nth-child(3) {
  max-width: 158px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .left-box p:nth-child(3) {
    margin: 0 auto 40px;
  }
}
footer .footer_nav .footer_nav_inner .right-box {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .right-box {
    flex-flow: column;
  }
}
footer .footer_nav .footer_nav_inner .right-box .main_mav {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .footer_nav .footer_nav_inner .right-box .main_mav {
    flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .right-box .main_mav {
    flex-flow: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  footer .footer_nav .footer_nav_inner .right-box .main_mav ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .right-box .main_mav ul li {
    font-size: 14px;
    margin-bottom: 0;
  }
}
footer .footer_nav .footer_nav_inner .right-box .sub_nav {
  border-left: 1px solid #cecece;
  margin-left: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_nav .footer_nav_inner .right-box .sub_nav {
    border-left: none;
    border-top: 1px solid #cecece;
    margin: 35px 0 0;
    padding: 35px 0;
  }
}

/*footer 追加20260323*/
.contact_block {
    margin-top: 40px;
}
.contact_block.sub_contact {
}


/*footer end*/
/*----------------------------
フロートボタン
----------------------------*/
.float-box {
  width: 156px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9;
  filter: drop-shadow(1px 1px 5px rgba(221, 172, 206, 0.75));
}
@media screen and (max-width: 767px) {
  .float-box {
    width: 100px;
    right: 10px;
    bottom: 10px;
    margin: auto;
  }
}
/*共通タイトル*/
.h_title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 auto 5px;
  color: #ffe777;
  font-size: 28px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .h_title {
      font-size: 18px; } }

.sub_text {
  font-size: 32px;
  line-height: 45px;
  letter-spacing: .08rem;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sub_text {
      font-size: 24px;
      line-height: 36px; } }

#how_to_use_area {
  padding: 100px 0 200px 0;
  background: #fff7e0;
}
@media screen and (max-width: 767px) {
  #how_to_use_area {
    padding: 45px 15px 100px 15px;
  }
}
#how_to_use_area .explain {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: .08rem;
  margin: 20px auto 60px;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .explain {
    font-size: 15px;
    line-height: 25px;
  }
}
#how_to_use_area .how_to_use_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#how_to_use_area .how_to_use_inner .howto_contents {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 15px 0px rgba(255, 220, 248, 0.75);
  text-align: center;
  position: relative;
}
#how_to_use_area .how_to_use_inner .howto_contents:last-child {
  box-shadow: 0px 5px 15px 0px rgba(215, 244, 255, 0.75);
}
#how_to_use_area .how_to_use_inner .howto_contents a {
  width: 100%;
  height: 100%;
  padding: 0 20px 70px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .how_to_use_inner .howto_contents a {
    padding: 0 15px 50px;
  }
}
#how_to_use_area .how_to_use_inner .howto_contents .pic {
  width: 58%;
  margin: -30px auto 15px;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .how_to_use_inner .howto_contents .pic {
    width: 98%;
    margin: -15px auto 10px;
  }
}
#how_to_use_area .how_to_use_inner .howto_contents .en_text {
  font-size: 24px;
  letter-spacing: .05rem;
  margin: 0 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .how_to_use_inner .howto_contents .en_text {
    font-size: 12px;
  }
}
#how_to_use_area .how_to_use_inner .howto_contents .en_text.color01 {
  color: #ff8465;
}
#how_to_use_area .how_to_use_inner .howto_contents .en_text.color02 {
  color: #7dd2ee;
}
#how_to_use_area .how_to_use_inner .howto_contents h3 {
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .how_to_use_inner .howto_contents h3 {
    font-size: 18px;
  }
}
#how_to_use_area .how_to_use_inner .howto_contents .text01 {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: .08rem;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .how_to_use_inner .howto_contents .text01 {
    font-size: 13px;
    line-height: 24px;
  }
}
#how_to_use_area .how_to_use_inner .howto_contents .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  #how_to_use_area .how_to_use_inner .howto_contents .icon {
    width: 22px;
    height: 22px;
    right: 15px;
    bottom: 15px;
  }
}

/*ワクワク塾用　フッターcss*/
footer .footer_contents .footer_contents_inner .sub_contact .ad_title2{
	font-size: 20px;
}
footer .footer_contents .footer_contents_inner .sub_contact .address{
	    font-size: 18px;
	line-height: 1.5;
}
footer .footer_contents .footer_contents_inner .sub_contact .address span{
	    font-size: 25px;
}
@media screen and (max-width: 767px) {
footer .footer_contents .footer_contents_inner .sub_contact .ad_title2{
	font-size: 18px;
}
footer .footer_contents .footer_contents_inner .sub_contact .address{
	    font-size: 16px;
}
footer .footer_contents .footer_contents_inner .sub_contact .address span{
	    font-size: 20px;
}	
}