@charset "UTF-8";
/*----------------------------
* setting
*----------------------------*/
html { font-size: 62.5%; }
body{
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
  color:#242424;
  background-image: url(../images/body_bg.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: left center;
  background-color:#eafaff ;
  font-size: 1.6rem;
}

.gutters{
  max-width: 1100px;
  width:100%;
  margin: 0 auto;
}


@media screen and (max-width:767px) {
  body{
    font-size: 1.4rem;
  }
}
section{
  padding:5% 0;
}
section.Kv{
  padding:0;

}
@media screen and (max-width:767px) {
  section.Kv{
  padding:0;
}
}
.tel-number a {
  color:#111;
  text-decoration:none;
}
.pc-only{display: block !important;}
.sp-only{display: none !important;}
@media screen and (max-width:820px) {
  .pc-only{display: none !important;}
  .sp-only{display: block !important;}
}
.text-large{
  font-size: 140%;
}
.text-xlarge{
  font-size: 180%;
}
.underline{
  border-bottom: 	double;
}

a {
  color: #4cb3e8;
  text-decoration: underline;
}
a img.bnr:hover{
  opacity:.6;
  transition: .5s;
}
p.more {
    display: block;
    overflow: hidden;
    margin: auto;
}
p.more{
    padding: 10px 20px;
}
.more a {
    display: block;
    border: 1px solid #3da296;
    color: #fff;
    background-color: #3da296;
    background-image: url(../images/a_btn_arr.png);
    background-position: left 15% center;
    background-repeat: no-repeat;
    padding: .3em 0.5em .5em;
    margin: 0 auto 1px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius:10px;
    font-size: 1.8rem;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.more a:hover{
    border: 1px solid #333;
    background-color: #333;
    background-image: url(../images/a_btn_arr.png);
    background-position: left 15% center;
    background-repeat: no-repeat;
    transition: .3s;
}
@media screen and (max-width:767px) {
  .more a {
      font-size: 14px;
  }
}



p.morelink {
    display: block;
    overflow: hidden;
    margin: auto;
}
p.morelink{
    
}
.morelink a {
    display: block;
    border: 1px solid #f2c047;
    color: #fff;
    background-color: #f2c047;
    padding: .3em 0  .3em 0;
    margin: 0 auto 1px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius:10px;
    font-size: 1.4rem;
   
}
.morelink a:hover{
    border: 1px solid #333;
    background-color: #333;
    
    transition: .3s;
}
@media screen and (max-width:767px) {
  .morelink a {
      font-size: 12px;
  }
}




.text-center{text-align: center !important;}
.text-center img{
  display: block;
  margin: 0 auto;
}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.blBtn{
  text-align: right;
  margin-top: 30px;
}
.blBtn a{
  text-decoration: underline;
}

h2{
 font-family: "Oswald", sans-serif;
  color: #f255ac;
  font-size: 57px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  h2{
    font-size: 40px;
  }
}

h2 span{
  font-family: "Oswald", sans-serif;
  color: #111;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  display: block;
}

h3{
  text-align: left;
  background-color:#ddd;
  font-weight: 500;
  padding: 4px 0;
  padding-left: 20px;
  margin-bottom: 20px;
}

/*color *************************************************/
.white{color:#fff !important;}
.black{color:#111 !important;}
.pink{color:#f14889 !important;}
.yellow{color:#d09a00 !important;}
.green{color:#4ea544 !important;}
.blue{color:#00a0ea !important;}
.red{color:#de3427 !important;}

/*Header *************************************************/

main{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;

}
  @media screen and (max-width:1024px) {
    main{}
  }

section .contain{
  max-width: 1100px;
  margin:0 auto;
}
.Kv{
  position: relative;
  background-position: center;
}
.Kv .Mv img{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.KvTxtWrap{
  background-color: rgba(255, 255, 255, 0.86);
  padding: 2% 5%;
  position: relative;
  border-radius: 25px;
  margin: 0 auto;
}
.KvTxtWrap .Text{
   color: #222;
}
 @media screen and (max-width:1200px) {
  .KvTxtWrap .Text{
   font-size: 14px;
  }
 }
.KvTxtWrap  .DataIcon{
  position: absolute;
  right: 160px;
  top: -6px;
}
 @media screen and (max-width:1024px) {
  .KvTxtWrap  .DataIcon{
    right: 0px;
  }
 }
 @media screen and (max-width:820px) {
  .KvTxtWrap  .DataIcon{
    position: relative;
    right: auto;
    top:auto;
    margin-top: 10px;
  }
 }
.KvTxtWrap  .DataIcon img{
  max-width: 220px;
}
 @media screen and (max-width:1024px) {
  .KvTxtWrap  .DataIcon img{
    max-width: 200px;
  }
 }
 @media screen and (max-width:820px) {
  .KvTxtWrap  .DataIcon img{
    max-width: 100%;
  }
 }


.ProgramWrap{
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: 40px auto;
}
 @media screen and (max-width:820px) {
  .ProgramWrap{
  display: block;
  }
 }
.ProgramWrap .Panel{
  display: flex;
  background-color: #fff;
  width: 50%;
  gap: 20px;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
 @media screen and (max-width:820px) {
  .ProgramWrap .Panel{
    width: 90%;
    margin:0 auto 20px;
  }
 }
.ProgramWrap .Panel .title{
  color: #398a80;
  font-size:2.4rem;
 
  margin-bottom: 20px;
}
 @media screen and (max-width:768px) {
  .ProgramWrap .Panel .title{
    font-size:1.8rem;
  }
 }

.ProgramWrap .Breakout{
  background-color: #fff;
  width: 50%;
   gap: 20px;
  display: flex;
   padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
 @media screen and (max-width:820px) {
  .ProgramWrap .Breakout{
    width: 90%;
    margin:0 auto 20px;
  }
 }
.ProgramWrap .Breakout .title{
  color: #6033a1;
  font-size:2.4rem;
 
  margin-bottom: 20px;
}
 @media screen and (max-width:768px) {
  .ProgramWrap .Breakout .title{
    font-size:1.8rem;
  }
 }



.CheckWrap{
  display: flex;
  justify-content: center;
  margin-top: 5%;
  gap:40px;
}
 @media screen and (max-width:768px) {
  .CheckWrap{
  display: block;
  margin: 0 auto;
  width: 80%;
  }
 }
.CheckWrap img{
  max-width: 100%;
  width: 100%;
}

.CheckUl ul {
  padding-left: 0; /* デフォルトの余白を消す */
  list-style: none;
}

.CheckUl ul li {
  position: relative;
  padding-left: 28px; /* アイコン分のスペース */
  line-height: 1.6;
  margin: 15px 0;
  font-size: 1.6rem;
}

.CheckUl ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em; /* テキストの高さに合わせて調整 */
  width: 20px;
  height: 20px;
  background: url(../images/check_ico.png) no-repeat center/contain;
}


.TimeSchedule{
  max-width: 1100px;
  margin: 0 auto;
}
.TimeSchedule .TimeTable{
  max-width: 980px;
  margin: 40px auto;
}
.TimeSchedule .TimeTable div{
  padding: 7px 40px;
}
 @media screen and (max-width:768px) {
  .TimeSchedule .TimeTable div{
    padding: 7px 10px;
  }
 }
.TimeSchedule .TimeTable .Box .time{
  display: inline-block;
  color: #444bbb;
}
.TimeSchedule .TimeTable .Box .time{
  display: inline-block;
  font-size: 2rem;
}
 @media screen and (max-width:768px) {
  .TimeSchedule .TimeTable .Box .time{
  display: inline-block;
  font-size: 1.5rem;
}
 }
.TimeSchedule .TimeTable .Box .time span.maru{
  display: inline-block;
  margin: 0 20px 0 40px;
  color: #444bbb;
}
 @media screen and (max-width:768px) {
  .TimeSchedule .TimeTable .Box .time span.maru{
    margin: 0 20px 0 20px;
  }
 }
.TimeSchedule .TimeTable .Box .time span{
  color: #333;
}
.TimeSchedule .TimeTable div.Box:nth-child(odd){
  background-color: #fff;
}
.TimeSchedule .TimeTable div.Box:nth-child(even){
  background-color:#eceff4;
}



.PanelDesWrap{
  margin-top: 5%;
}
 @media screen and (max-width:768px) {
  .PanelDesWrap{
    width: 90%;
    margin: 0 auto;
  } 
 }
.PanelDesWrap .Title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
}
 @media screen and (max-width:768px) {
  .PanelDesWrap .Title {
    font-size: 2rem;
  }
 }
.PanelDesWrap .Title::before,.PanelDesWrap .Title::after {
    content: "";
    background-color: #3da296;
    height: 2px;
    width: 40px;
}
.PanelDesWrap .Title::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}
.PanelDesWrap .Title::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}

.PanelDesWrap .text{
  justify-content: center;
  display: flex;
}

.Company{
  max-width: 1100px;
  margin: 0 auto;
}

.Company .CompWrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 40px;
  margin: 40px auto 0;
  max-width: 1100px;
}
 @media screen and (max-width:1024px) {
  .Company .CompWrap{
    width: 96%;
  }
 }
 @media screen and (max-width:768px) {
  .Company .CompWrap{
    grid-template-columns: 1fr;
  }
 }
.Company .CompWrap .Box{
  display: flex;
  justify-content: center;
  align-items:flex-start;
  gap: 20px;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  line-height: 1.6;
}
.Company .CompWrap .Txt {
  flex: 1; /* テキストを残り幅にフィット */
}
.Company .CompWrap .Txt .ttl{
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.Company .CompWrap .Txt .read{

}

.Company .CompWrap .Box img{
  width: 175px;
}
 @media screen and (max-width:768px) {
  .Company .CompWrap .Box img{
    width: 100px;
  }
 }

/*footer *************************************************/

footer{
  max-width: 1100px;
  width: 100%;
  margin:  0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  text-align: center;
  padding: 10px;
  border-top: solid 1px #000;
 
}

@media screen and (max-width:769px) {
  footer{
    /*margin-bottom: 64px;*/
  }
}

/*pagetop *************************************************/

#pageTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 15000;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0px;
  border-radius: 30px;
  width: 52px;
  height: 52px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.imgRight{
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .imgRight{
    margin-top: 0;
  }
}


.mgt0{margin-top: 0 !important;}
.mgt20{margin-top: 20px !important;}
.mgt40{margin-top: 40px !important;}
.mgt60{margin-top: 60px !important;}
.mgt80{margin-top: 80px !important;}
@media screen and (max-width:767px) {
  .mgt40{margin-top: 20px !important;}
}



.FixedBnr{
  position: fixed;
  right: 15px;
  top: 260px;
  z-index: 10000;
}
@media screen and (max-width:767px) {
  .FixedBnr{
    display: none;
  }

}


.FixedBtn{
  position: fixed;
  top: 400px;
  right: 100px;
  z-index: 1000;
}
.FixedBtn img{
 max-width: 150px;
}
@media screen and (max-width:1024px) {
.FixedBtn{
  position: fixed;
  top: 400px;
  right: 10px;
  z-index: 1000;
}
 .FixedBtn img{
 max-width: 150px;
}
}
@media screen and (max-width:768px) {
  .FixedBtn{
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 1000;
}
 .FixedBtn img{
 max-width: 100px;
}
}
/* スライダー全体 */
.slider-wrapper {
  overflow: hidden; /* はみ出しを隠す */
  max-width: 1440px;
  margin: 40px auto 0;
  background-color: #fff;
}

/* スライド群 */
.slider {
  display: flex;
  animation: scroll-left 30s linear infinite;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 各スライド */
.slide {
  flex: 0 0 auto; /* 幅固定 */
  width: calc(100vw / 14); /* PC時：14枚並ぶ幅 */
}

@media screen and (max-width:1024px) {
  .slide {
    width: calc(100vw / 7);
  }
}
@media screen and (max-width:820px) {
  .slide {
    width: calc(100vw / 5);
  }
}
@media screen and (max-width:768px) {
  .slide {
    width: calc(100vw / 4);
  }
}

/* 画像 */
.slide img {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

/* アニメーション */
@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-980px); } /* 1セット分ちょうど */
}