@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.fontMontserrat {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
  color: #333333;

  font-family: "Zen Kaku Gothic New", sans-serif;

  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

#top {
  /*overflow: hidden;*/
}

#wrap {
  overflow: hidden;
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  min-width: 1200px;
}


img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

.relative-wrap {
  position: relative;
}

.contDispN {
  display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}

.fw500 {
  font-weight: 500;
}

/*-----------------------*/

.anc {
  position: relative;
}

.ancIn {
  position: absolute;
  top: -100px;
}

#top {
  /*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

.pcTable {
  display: table !important;
}

.spTable {
  display: none !important;
}

.contIn860 {
  width: 860px;
  margin: 0px auto;
  position: relative;
}

.contIn1040 {
  width: 1040px;
  margin: 0px auto;
  position: relative;
}

.contIn1100 {
  width: 1100px;
  margin: 0px auto;
  position: relative;
}


.radius200 {
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

  body {

    /* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

  }

  #wrap {
    overflow: hidden;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 200px;
  }

  /*-----------------------*/

  .anc {
    position: relative;
  }

  .ancIn {
    position: absolute;
    top: -60px;
  }

  #top {
    /*padding-top: 79px;*/
  }

  /*-----------------------*/

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pcBr {
    display: none;
  }

  .spBr {
    display: inline;
  }

  .pcTable {
    display: none !important;
  }

  .spTable {
    display: table !important;
  }

  .contIn860 {
    width: auto;
  }

  .contIn1040 {
    width: auto;
  }

  .contIn1100 {
    width: auto;
    padding: 0px 15px;
  }


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

/*.headerWrap01 {
	height: 100px;
}*/
.headerOn .header01 {
  background-color: #ffffff;
  box-sizing: border-box;
  /*border-bottom: 5px solid #2B6360;*/
  padding: 0px 40px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.headerOff .header01 {
  box-sizing: border-box;
  /*border-bottom: 5px solid #2B6360;*/
  padding: 0px 40px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.mainLogo01 img {
  width: 374px;
  height: auto;
}

/*------------------*/

.mainLogo01 {
  padding-bottom: 0px;
}

.headerNaviFlex01 {
  display: flex;
}

.headerNaviFlex01 li {
  position: relative;
  padding: 20px 25px 20px 25px;
  /*border-left: 1px solid #2B6360;*/
}

.headerNaviFlex01 li::before {
  content: "";
  width: 1px;
  height: 26px;
  background-color: #2B6360;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -13px;
}

.headerNaviFlex01 li:first-child::before {
  display: none;
}

.headerNaviFlex01 li a {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}

.headerNaviFlex01 li a:link {
  color: #222222;
  text-decoration: none;
}

.headerNaviFlex01 li a:visited {
  color: #222222;
  text-decoration: none;
}

.headerNaviFlex01 li a:hover {
  color: #222222;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.headerNaviFlex01 li a:active {
  color: #222222;
  text-decoration: none;
}

.headerNaviFlex01 li a .s01 {
  color: #FF7A33;
  font-size: 18px;
}

.headerNaviFlex01 li a .s02 {
  color: #0765C3;
  font-size: 18px;
}

.inB01 {
  display: inline-block;
}

.headerBtn01 {
  padding: 10px;
}

.headerBtn01 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  height: 75px;
  padding: 10px 68px 10px 42px;
  background-color: #FAF00F;
  border-radius: 100px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  transition-duration: 0.3s;
}

.headerBtn01 a:link {
  color: #222222;
  text-decoration: none;
}

.headerBtn01 a:visited {
  color: #222222;
  text-decoration: none;
}

.headerBtn01 a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #51C1EA;
  transition-duration: 0.3s;
}

.headerBtn01 a:active {
  color: #222222;
  text-decoration: none;
}

.headerBtn01 a .s03 {
  font-size: 26px;
  font-weight: bold;
}

.headerBtn01 a::after {
  content: "";
  background-image: url("../img/contact_btn_ar01_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px auto;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -18px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

  /*.headerWrap01 {
    height: 100px;
  }*/
  .headerOn .header01 {
    background-color: transparent;
    box-sizing: border-box;
    /*border-bottom: 5px solid #2B6360;*/
    padding: 0px 40px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  }

  .headerOn .header01::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(50px);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .headerOff .header01 {
    box-sizing: border-box;
    /*border-bottom: 5px solid #2B6360;*/
    padding: 0px 40px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }

  .mainLogo01 img {
    width: 144px;
    height: auto;
  }

  /*------------------*/

  .mainLogo01 {
    padding-bottom: 0px;
    position: relative;
  }

  .headerNaviFlex01 {
    display: flex;
  }

  .headerNaviFlex01 li {
    position: relative;
    padding: 20px 25px 20px 25px;
    /*border-left: 1px solid #2B6360;*/
  }

  .headerNaviFlex01 li::before {
    content: "";
    width: 1px;
    height: 26px;
    background-color: #2B6360;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -13px;
  }

  .headerNaviFlex01 li:first-child::before {
    display: none;
  }

  .headerNaviFlex01 li a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
  }

  .headerNaviFlex01 li a:link {
    color: #222222;
    text-decoration: none;
  }

  .headerNaviFlex01 li a:visited {
    color: #222222;
    text-decoration: none;
  }

  .headerNaviFlex01 li a:hover {
    color: #222222;
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  .headerNaviFlex01 li a:active {
    color: #222222;
    text-decoration: none;
  }

  .headerNaviFlex01 li a .s01 {
    color: #FF7A33;
    font-size: 18px;
  }

  .headerNaviFlex01 li a .s02 {
    color: #0765C3;
    font-size: 18px;
  }

  .inB01 {
    display: inline-block;
  }

  .headerBtn01 {
    padding: 0px 0px 0px 20px;
    text-align: left;
  }

  .headerBtn01 a {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    width: 280px;
    margin: auto auto auto 0px;
    padding: 10px 20px 10px;
    background-color: #F98A6C;
    border-radius: 24px 24px 0px 0px;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 500;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    transition-duration: 0.3s;
  }

  .headerBtn01 a:link {
    color: #ffffff;
    text-decoration: none;
  }

  .headerBtn01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }

  .headerBtn01 a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #F98A6C;
    transition-duration: 0.3s;
  }

  .headerBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .headerBtn01 a .s03 {
    font-size: 24px;
    font-weight: bold;
  }

  .headerBtn01 a::after {
    content: "";
    background-image: url("../img/btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px auto;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
  }

  /*--------------*/

  .headerBtn01Sp01 {
    margin-bottom: 30px;
  }

  .headerBtn01Sp01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    padding: 5px;
    border-radius: 100px;
    background-color: #FAF00F;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  }

  .headerBtn01Sp01 a:link {
    color: #222222;
    text-decoration: none;
  }

  .headerBtn01Sp01 a:visited {
    color: #222222;
    text-decoration: none;
  }

  .headerBtn01Sp01 a:hover {
    color: #222222;
    text-decoration: none;
  }

  .headerBtn01Sp01 a:active {
    color: #222222;
    text-decoration: none;
  }

  .headerBtn01Sp01 a .s03 {
    font-size: 18px;
    font-weight: bold;
  }

  .menuNaviSp01 li {
    text-align: left;
    border-top: 1px solid #2B6360;
  }

  .menuNaviSp01 li:first-child {
    border-top: none;
  }

  .menuNaviSp01 li a {
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
    height: 65px;
    padding: 10px 5px;
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
  }

  .menuNaviSp01 li a .s01 {
    font-size: 18px;
    color: #FF7A33;
  }

  .menuNaviSp01 li a .s02 {
    font-size: 18px;
    color: #0765C3;
  }



}



/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */





/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap01 {
  background-color: #ffffff;
  padding: 25px 0px 25px 0px;
}

/*-------------------*/

.pagetopButton {
  position: fixed;
  right: 40px;
  bottom: 10px;
  z-index: 1000;
}

.pagetopButton img {
  width: 58px;
  height: auto;
}

/*--------------------*/

.footerCopy01 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 20px;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

  .footerWrap01 {
    background-color: #ffffff;
    padding: 25px 0px 105px 0px;
  }

  /*-------------------*/

  .pagetopButton {
    position: fixed;
    right: 12px;
    /*bottom: 84px;*/
    bottom: 0px;
  }

  .pagetopButton img {
    width: 58px;
    height: auto;
  }

  /*--------------------*/

  .footerCopy01 {
    font-size: 10px;
    line-height: 1.5em;
    font-weight: 500;
    margin-top: 15px;
  }

  /*---------------------*/

  .floatSpBtnWrap01 {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 500;
  }


}


/*-----------------------------------
  2026/05/12
------------------------------------*/

/* body {
  background-image: url("../img/base_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-attachment: fixed;
} */

.weightM {
  font-weight: 500;
}

.weightSB {
  font-weight: 600;
}

.weightB {
  font-weight: bold;
}

.boxShadow01 {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

/*-----------------------*/



.headerBtn02 {}

.headerOff {
  opacity: 1;
  /*transition-duration: 0.3s;*/
}

.headerOn {
  opacity: 0;
}

.fixed .headerOff {
  opacity: 0;
}

.fixed .headerOn {
  opacity: 1;
  /*transition-duration: 0.3s;*/
}

.fixed .headerOn .header01 {
  animation-name: fadeIn;
}

.dumy {
  height: 3000px;
  background-color: #444898;
}

/*------------------------*/

.mainvisualBlock01 {
  background-image: url("../img/mainvisual_bg01.png");
  background-repeat: no-repeat;
  background-position: center top 100px;
  background-size: 1164px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 626px;
  padding-top: 100px;
}

.mainTit01 {
  text-align: center;
}

.mainTit01 img {
  width: 481px;
  height: auto;
}

.mainImgWrap01 li {
  position: absolute;
}

.mainImgWrap01 .li01 {
  width: 235px;
  top: 114px;
  right: 50%;
  margin-right: 272px;
  animation-delay: 0.5s;
}

.mainImgWrap01 .li02 {
  width: 208px;
  top: 285px;
  right: 50%;
  margin-right: 402px;
  animation-delay: 2.5s;
}

.mainImgWrap01 .li03 {
  width: 171px;
  top: 462px;
  right: 50%;
  margin-right: 308px;
  animation-delay: 1.5s;
}

.mainImgWrap01 .li04 {
  width: 146px;
  top: 142px;
  left: 50%;
  margin-left: 466px;
  animation-delay: 2.0s;
}

.mainImgWrap01 .li05 {
  width: 183px;
  top: 260px;
  left: 50%;
  margin-left: 260px;
  animation-delay: 1.0s;
}

.mainImgWrap01 .li06 {
  width: 192px;
  top: 434px;
  left: 50%;
  margin-left: 444px;
  animation-delay: 3.0s;
}

/*-------------------*/

.mainBlock01 {
  position: relative;
  color: #ffffff;
  text-align: right;
}

.mainContBg01 img {
  max-width: 4000px;
  width: 100%;
  height: auto;
}

.mainBlockIn01 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.text16_175_n {
  font-size: 16px;
  line-height: 1.75em;
}

.mainTextBox01 {
  display: inline-block;
  text-align: left;
  margin: 226px 0px auto auto;
}

.contBtn01 {
  margin-top: 40px;
}

.contBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 15px;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 312px;
  height: 40px;
  background-color: #444898;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}

.contBtn01 a:link {
  color: #ffffff;
  text-decoration: none;
}

.contBtn01 a:visited {
  color: #ffffff;
  text-decoration: none;
}

.contBtn01 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.contBtn01 a:active {
  color: #ffffff;
  text-decoration: none;
}

.contBtn01 a::after {
  content: "";
  background-image: url("../img/cont_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 10px;
  height: 18px;
  display: inline-block;
}

/*-------------------------*/

.programBlock01 {
  position: relative;
  color: #ffffff;
  padding: 0px 0px 120px;
}

.contH201 {
  margin-bottom: 45px;
}

.contH201 .s01 {
  display: block;
  font-size: 52px;
  line-height: 1.0em;
  font-weight: bold;
}

.contH201 .s02 {
  display: block;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
}

.proTextBox01 {
  margin-bottom: 32px;
}

.text20_15_n {
  font-size: 20px;
  line-height: 1.5em;
}

.text32_15_n {
  font-size: 32px;
  line-height: 1.5em;
}

.programFlex01 {
  display: flex;
  justify-content: space-between;
  gap: 0px 22px;
  margin-top: 60px;
}

.programFlex01 li {
  position: relative;
  box-sizing: border-box;
  width: 352px;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 24px 18px;
  text-align: left;

}

.programFlex01 li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(68, 72, 152, 0.2);
  backdrop-filter: blur(50px);
  position: absolute;
  top: 0px;
  left: 0px;
}

.contH301 {
  font-weight: bold;
  margin-bottom: 20px;
}

.contH301 .s01 {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
}

.contH301 .s02 {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 1.15em;
}

.programImg01 {
  margin-bottom: 20px;
}

/*---------------------*/

.overviewBlock01 {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.overMaru01 {
  font-size: 13px;
  color: #F98A6C;
  margin-right: 0.5em;
  ;
  vertical-align: text-bottom;
}

.colBlue01 {
  color: #444898;
}

.overTable01 {
  width: 100%;
  border-top: 2px solid #444898;
}

.overTable01 th {
  color: #444898;
  border-bottom: 2px solid #444898;
  box-sizing: border-box;
  width: 220px;
  padding: 24px 20px 24px 75px;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.45em;
  font-weight: bold;
}

.overTable01 td {
  border-bottom: 2px solid #444898;
  padding: 24px 0px;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.45em;
  font-weight: bold;
}

.overTable01 td li {
  text-indent: -1em;
  padding-left: 1em;
}

.overTable01 td .s01 {
  font-size: 16px;
}

.text14_16_n {
  font-size: 14px;
  line-height: 1.6em;
}

/*--------------------*/

.scheduleBlock01 {
  margin-top: -80px;
}

.scheduleBlockIn01 {
  margin-top: -190px;
  margin-bottom: -104px;
  position: relative;
}

.scheduleDeco01 img {
  max-width: 4000px;
  width: 100%;
  height: 81px;
}

.scheduleInBox01 {
  background-color: #FCC9AB;
}

.scheduleDayBlock01 {
  width: 990px;
  margin: 70px auto auto;
  position: relative;
}

/*----------------------*/

.tabMenu {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.tabMenu li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 186px;
  height: 54px;
  border: 2px solid #444898;
  border-radius: 60px;
  color: #444898;
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 9px;
  cursor: pointer;
}

.tabMenu li.active {
  color: #ffffff;
  background-color: #444898;
}

.tabContent {
  display: none;
}

.tabContent.active {
  display: block;
  animation-name: fadeIn;
}

.scheduleFlex01 {
  opacity: 0;
  transition-duration: 0.3s;
}

.active .scheduleFlex01 {
  opacity: 1;
  transition-duration: 0.3s;
}

.scheduleFlex01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.scheduleTable01 {
  width: 836px;
  margin-right: -110px;
}

/*-----------------*/

.voiceBlock01 {
  background-color: #FFFFFF;
  border-radius: 40px;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  margin-top: -126px;
}

.voiceBox01 {
  box-sizing: border-box;
  height: 194px;
  position: relative;
  background-color: #F98A6C;
  border-radius: 8px;
  padding: 24px;
  color: #ffffff;
  text-align: left;
}

.voiceBox01::after {
  content: "";
  background-image: url("../img/slide_fuki_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 17px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.swiperBtnWrap01 {
  position: absolute;
  top: -120px;
  right: 84px;
  display: flex;
  gap: 0px 24px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 54px;
  height: 54px;
  position: relative;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: 0px;
}

.swiper-button-next {
  background-image: url("../img/slide_next01.png");
}

.swiper-button-prev {
  background-image: url("../img/slide_plev01.png");
}

.swiperVoice {
  position: relative;
}

/*------------------------*/

.accessBlock01 {
  padding: 60px 0px 50px;
}

.accessBox01 {
  position: relative;
  box-sizing: border-box;
  width: 1100px;
  margin: auto;
  border: 2px solid #FFFFFF;
  border-radius: 32px;
  padding: 40px;
  display: flex;
  color: #ffffff;
}

.accessBox01::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 32px;
  background-color: rgba(68, 72, 152, 0.2);
  backdrop-filter: blur(50px);
  position: absolute;
  top: 0px;
  left: 0px;
}

.flexBox01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 730px;
  height: 298px;
  border-right: 2px solid #FFFFFF;
}

.flexBox02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 380px;
  height: 298px;
}

.text40_145_n {
  font-size: 40px;
  line-height: 1.45em;
}

.contBtn01.btn02 {}

.contBtn01.btn02 a {
  margin: auto;
  width: 328px;
  height: 80px;
  border: 2px solid #FFFFFF;
  font-size: 24px;
}

.contBtn01.btn02 a:hover {
  background-color: #F98A6C;
}

.text24_145_n {
  font-size: 24px;
  line-height: 1.45em;
}

.accessTel01 {
  margin-top: 28px;
}

.accessTel01 a {
  font-size: 52px;
  line-height: 1.0em;
  font-weight: bold;
}

.accessTel01 a:link {
  color: #FFFFFF;
  text-decoration: none;
}

.accessTel01 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.accessTel01 a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.accessTel01 a:active {
  color: #FFFFFF;
  text-decoration: none;
}

/*---------------------*/

.bottomBlock01 {
  background-color: #151740;
  position: relative;
  height: 110px;
  margin-top: 430px;
}

.bottomBlock01::before {
  content: "";
  background-image: url("../img/bottom_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 81px;
  position: absolute;
  left: 0px;
  top: -80px;
}

.bottomBlock01::after {
  content: "";
  background-image: url("../img/bottom_cont_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 1230px;
  height: 456px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

/*----------------------*/

.footerBlock01 {
  background-color: #151740;
  padding: 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.footerBox01 {
  text-align: left;
  color: #ffffff;
}

.footerCopy01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 20px;
}

.footerBtn01 a {
  display: block;
  background-image: url("../img/bottom_btn01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 517px;
  height: 158px;
}

.footerBtn01 a:hover {
  background-image: url("../img/bottom_btn01_on.png");
}

.colRed01 {
  color: #D80024;
}



@media screen and (max-width:767px) {

  /* body {
    background-image: url("../img/base_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
  } */

  .weightM {
    font-weight: 500;
  }

  .weightSB {
    font-weight: 600;
  }

  .weightB {
    font-weight: bold;
  }

  .boxShadow01 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }

  /*-----------------------*/

  .headerBtn02 {}

  .headerOff {
    opacity: 0;
    /*transition-duration: 0.3s;*/
  }

  .headerOn {
    opacity: 1;
  }

  .fixed .headerOff {
    opacity: 0;
  }

  .fixed .headerOn {
    opacity: 1;
    /*transition-duration: 0.3s;*/
  }

  .dumy {
    height: 3000px;
    background-color: #444898;
  }

  /*------------------------*/

  .mainvisualBlock01 {
    background-image: url("../img/mainvisual_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center top 100px;
    background-size: 100% auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 626px;
    padding-top: 50px;
  }

  .mainTit01 {
    text-align: center;
    padding: 0px 25px;
  }

  .mainTit01 img {
    width: 100%;
    height: auto;
  }

  .mainImgWrap01 li {
    position: absolute;
  }

  .mainImgWrap01 .li01 {
    width: 142px;
    top: 72px;
    right: auto;
    margin-right: 0px;
    left: 38px;
    animation-delay: 0.5s;
  }

  .mainImgWrap01 .li02 {
    width: 92px;
    top: 520px;
    right: auto;
    margin-right: 0px;
    left: 50px;
    animation-delay: 2.5s;
  }

  .mainImgWrap01 .li03 {
    width: 62px;
    top: 135px;
    right: auto;
    margin-right: 0px;
    left: 24px;
    animation-delay: 1.5s;
  }

  .mainImgWrap01 .li04 {
    width: 67px;
    top: 77px;
    left: auto;
    margin-left: 0px;
    right: 34px;
    animation-delay: 2.0s;
  }

  .mainImgWrap01 .li05 {
    width: 99px;
    top: 500px;
    left: auto;
    margin-left: 0px;
    right: 54px;
    animation-delay: 1.0s;
  }

  .mainImgWrap01 .li06 {
    width: 76px;
    top: 560px;
    left: auto;
    margin-left: 0px;
    right: 24px;
    animation-delay: 3.0s;
  }

  /*-------------------*/

  .mainBlock01 {
    position: relative;
    color: #ffffff;
    text-align: right;
  }

  .mainContBg01 img {
    max-width: 4000px;
    width: 100%;
    height: auto;
  }

  .mainBlockIn01 {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .text16_175_n {
    font-size: 14px;
    line-height: 1.70em;
  }

  .alrSp {
    text-align: right;
  }

  .mainTextBox01 {
    display: inline-block;
    text-align: left;
    margin: 121.53vw 0px auto auto;
  }

  .contBtn01 {
    margin-top: 40px;
  }

  .contBtn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 15px;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 312px;
    height: 40px;
    background-color: #444898;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
  }

  .contBtn01 a:link {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn01 a:visited {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn01 a:hover {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn01 a:active {
    color: #ffffff;
    text-decoration: none;
  }

  .contBtn01 a::after {
    content: "";
    background-image: url("../img/cont_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 18px;
    display: inline-block;
  }

  /*-------------------------*/

  .programBlock01 {
    position: relative;
    color: #ffffff;
    padding: 40px 0px 70px;
  }

  .contH201 {
    margin-bottom: 40px;
  }

  .contH201 .s01 {
    display: block;
    font-size: 36px;
    line-height: 1.0em;
    font-weight: bold;
  }

  .contH201 .s02 {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
  }

  .proTextBox01 {
    margin-bottom: 32px;
  }

  .text20_15_n {
    font-size: 16px;
    line-height: 1.5em;
  }

  .text32_15_n {
    font-size: 24px;
    line-height: 1.5em;
  }

  .programFlex01 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0px;
    margin-top: 36px;
  }

  .programFlex01 li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    padding: 24px 18px;
    text-align: left;

  }

  .programFlex01 li::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(68, 72, 152, 0.2);
    backdrop-filter: blur(50px);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .contH301 {
    font-weight: bold;
    margin-bottom: 20px;
  }

  .contH301 .s01 {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.6em;
  }

  .contH301 .s02 {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 1.15em;
  }

  .programImg01 {
    margin-bottom: 20px;
  }

  /*---------------------*/

  .overviewBlock01 {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 1;
  }

  .overMaru01 {
    font-size: 10px;
    color: #F98A6C;
    margin-right: 0.5em;
    ;
    vertical-align: text-bottom;
  }

  .colBlue01 {
    color: #444898;
  }

  .overTable01 {
    width: 100%;
    border-top: 2px solid #444898;
  }

  .overTable01 th {
    color: #444898;
    border-bottom: 2px solid #444898;
    box-sizing: border-box;
    width: 98px;
    padding: 15px 20px 15px 8px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.45em;
    font-weight: bold;
  }

  .overTable01 td {
    border-bottom: 2px solid #444898;
    padding: 15px 0px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.45em;
    font-weight: bold;
  }

  .overTable01 td .s01 {
    font-size: 12px;
  }

  .text14_16_n {
    font-size: 12px;
    line-height: 1.6em;
  }

  /*--------------------*/

  .scheduleBlock01 {
    margin-top: -18px;
  }

  .scheduleBlockIn01 {
    margin-top: -44px;
    margin-bottom: -44px;
    position: relative;
  }

  .scheduleDeco01 img {
    max-width: 4000px;
    width: 100%;
    height: 40px;
  }

  .scheduleInBox01 {
    background-color: #FCC9AB;
    padding-bottom: 40px;
  }

  .scheduleDayBlock01 {
    width: 100%;
    margin: 38px auto auto;
    position: relative;
  }

  /*----------------------*/

  .tabMenu {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .tabMenu li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100px;
    height: 38px;
    border: 2px solid #444898;
    border-radius: 60px;
    color: #444898;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: bold;
    margin-bottom: 9px;
    cursor: pointer;
  }

  .tabMenu li.active {
    color: #ffffff;
    background-color: #444898;
  }

  .tabContent {
    display: none;
  }

  .tabContent.active {
    display: block;
  }

  .scheduleFlex01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .scheduleFlex01 .box01 {
    width: 100%;
    text-align: right;
    margin-bottom: -50px;
  }

  .scheduleFlex01 .box01 img {
    width: 154px;
  }

  .scheduleFlex01 .box02 {
    width: 100%;
    text-align: right;
    margin-bottom: -50px;
  }

  .scheduleFlex01 .box02 img {
    width: 183px;
  }


  .scheduleTable01 {
    width: 100%;
    margin-right: 0px;
  }

  /*-----------------*/

  .voiceBlock01 {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    margin-top: -20px;
  }

  .voiceBox01 {
    box-sizing: border-box;
    height: 194px;
    position: relative;
    background-color: #F98A6C;
    border-radius: 8px;
    padding: 24px;
    color: #ffffff;
    text-align: left;
  }

  .voiceBox01::after {
    content: "";
    background-image: url("../img/slide_fuki_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 17px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .swiperBtnWrap01 {
    position: absolute;
    top: -60px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0px 24px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: 0px;
  }

  .swiper-button-next {
    background-image: url("../img/slide_next01.png");
  }

  .swiper-button-prev {
    background-image: url("../img/slide_plev01.png");
  }

  .swiperVoice {
    position: relative;
    margin-top: 86px;
  }

  /*------------------------*/

  .accessBlock01 {
    padding: 40px 24px 40px;
  }

  .accessBox01 {
    position: relative;
    box-sizing: border-box;
    width: auto;
    margin: auto;
    border: 2px solid #FFFFFF;
    border-radius: 32px;
    padding: 0px 24px;
    ;
    display: block;
    color: #ffffff;
  }

  .accessBox01::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background-color: rgba(68, 72, 152, 0.2);
    backdrop-filter: blur(50px);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .flexBox01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    height: 180px;
    border-right: none;
    border-bottom: 2px solid #FFFFFF;
  }

  .flexBox02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    height: 216px;
  }

  .text40_145_n {
    font-size: 28px;
    line-height: 1.45em;
  }

  .contBtn01.btn02 {
    margin-top: 16px;
  }

  .contBtn01.btn02 a {
    margin: auto;
    width: 250px;
    height: 45px;
    border: 2px solid #FFFFFF;
    font-size: 20px;
  }

  .contBtn01.btn02 a:hover {
    background-color: #F98A6C;
  }

  .text24_145_n {
    font-size: 24px;
    line-height: 1.45em;
  }

  .accessTel01 {
    margin-top: 15px;
  }

  .accessTel01 a {
    font-size: 44px;
    line-height: 1.0em;
    font-weight: bold;
  }

  .accessTel01 a:link {
    color: #FFFFFF;
    text-decoration: none;
  }

  .accessTel01 a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }

  .accessTel01 a:hover {
    color: #FFFFFF;
    text-decoration: none;
  }

  .accessTel01 a:active {
    color: #FFFFFF;
    text-decoration: none;
  }

  /*---------------------*/

  .bottomBlock01 {
    background-color: #151740;
    position: relative;
    height: 30px;
    margin-top: 66.66vw;
  }

  .bottomBlock01::before {
    content: "";
    background-image: url("../img/bottom_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 125px;
    position: absolute;
    left: 0px;
    top: -100px;
  }

  .bottomBlock01::after {
    content: "";
    background-image: url("../img/bottom_cont_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 75.64vw;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  /*----------------------*/

  .footerBlock01 {
    background-color: #151740;
    padding: 24px 24px 80px;
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .footerBox01 {
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
  }

  .footerCopy01 {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
    text-align: center;
  }

  .footerBtn01 a {
    display: block;
    background-image: url("../img/bottom_btn01_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 30vw;
  }

  .footerBtn01 a:hover {
    background-image: url("../img/bottom_btn01_on_sp.png");
  }



}

/*-----*/

/* 260513 KANTAN add */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/base_bg01.png");
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.scheduleBlockOuter {
  max-width: 4000px;
  width: 100%;
}

.scheduleBlockOuter img {
  width: 100%;
  height: auto;
}

.access_annotation {
  margin-top: 8px;
}

.scheduleDayBlock01:last-child {
  margin-top: 80px;
}

.schedule_day {
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 1;
}

.schedule_day li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 186px;
  height: 54px;
  border: 2px solid #444898;
  border-radius: 60px;
  color: #ffffff;
  background-color: #444898;
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 9px;
}


@media screen and (max-width:767px) {
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/base_bg01_sp.png");
    background-size: cover;
    background-position: center center;
    z-index: -1;
  }

  .accessBox01 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .access_annotation {
    margin-top: 8px;
    margin-bottom: 32px;
  }

  .accessBox01 .flexBox02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    height: 160px;
  }

  .scheduleDayBlock01:last-child {
    margin-top: 48px;
  }

  .schedule_day {
    position: absolute;
    top: 12px;
    left: 0px;
    z-index: 1;
  }

  .schedule_day li {
    width: 100px;
    height: 38px;
    font-size: 18px;
  }
}

/*-----*/