@charset "UTF-8";

/* 
font-family: "Zen Maru Gothic", serif;
font-family: "Noto Sans JP", serif; 
font-family: "Coiny", system-ui;
*/


/* =====共通===== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  color: #001854;
  line-height: normal;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fbf9f6;
  /* background-image: url(../images/bg_torinoko.png);*/
}

.main_containts {
  background: #fff;
  background-image: url(../images/bg_torinoko.png);
  background-repeat: repeat;
}

main {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  /* vertical-align: bottom; */
}

a {
  color: #001854;
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
}

/* li{
  align-items: center;
} */

.wrapper{
  min-width: 390px;
}

/* =======使い回し====== */
.inner {
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  padding: 0 4%;
}

.flexB {
  display: flex;
}

/* .ttl {
  font-size: 4.8rem;
  font-family: "Coiny", system-ui;
  padding-top: .7rem;
}
.ttl2{
  font-size: 4rem;
  font-family: "Coiny", system-ui;
} */
.section-ttl {
  font-size: 3.6rem;
  font-weight: 900;
  font-family: "Zen Maru Gothic", serif;
  display: inline-block;
  color: #fff;
  /* 文字の色 */
  text-shadow: rgb(0, 24, 84) 3px 0px 0px, rgb(0, 24, 84) 2.83487px 0.981584px 0px, rgb(0, 24, 84) 2.35766px 1.85511px 0px, rgb(0, 24, 84) 1.62091px 2.52441px 0px, rgb(0, 24, 84) 0.705713px 2.91581px 0px, rgb(0, 24, 84) -0.287171px 2.98622px 0px, rgb(0, 24, 84) -1.24844px 2.72789px 0px, rgb(0, 24, 84) -2.07227px 2.16926px 0px, rgb(0, 24, 84) -2.66798px 1.37182px 0px, rgb(0, 24, 84) -2.96998px 0.42336px 0px, rgb(0, 24, 84) -2.94502px -0.571704px 0px, rgb(0, 24, 84) -2.59586px -1.50383px 0px, rgb(0, 24, 84) -1.96093px -2.27041px 0px, rgb(0, 24, 84) -1.11013px -2.78704px 0px, rgb(0, 24, 84) -0.137119px -2.99686px 0px, rgb(0, 24, 84) 0.850987px -2.87677px 0px, rgb(0, 24, 84) 1.74541px -2.43999px 0px, rgb(0, 24, 84) 2.44769px -1.73459px 0px, rgb(0, 24, 84) 2.88051px -0.838247px 0px;
  padding: 1.1rem 0 4rem 0;
  line-height: .5;
  letter-spacing: 3.6px;
}

.sub-heading {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.2rem;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10.5%;
  /* 1.26px */
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-top: .7rem;
}
.txt-white{
  color: #FFF;
}

.sub-ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.4rem;
}

.underbar {
  text-decoration-color: #FFF100;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -0.25em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.manabiba {
  width: 16.6rem;

}



/* ========================
hamberger
=========================== */

#burger-toggle {
  font-size: 50px;
  text-align: center;
  width: 70px;
  border: 1px solid;
  height: 70px;
  position: fixed;
  right: 2rem;
  top: 5rem;
  z-index: 1;
  border-radius: 50%;
  background: #FBF9F6;
  opacity: .8;
  z-index: 3;
}

.ten {
  display: inline-block;
  /* vertical-align: middle; */
  color: #001854;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  border-radius: 50%;
  box-shadow: -2rem 0 0 0 currentColor, 2rem 0 0 0 currentColor;
  position: absolute;
  top: 40%;
  left: 48%;
  translate: -50% -50%;
}

.toggle-txt {
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 14px;
  left: 50%;
  translate: -50% 0;
  color: #001854;
}

.navtop {
  background: #FFF100;
  text-align: center;
  position: fixed;
  right: -100%;
  top: 0;
  /* 開いてない時 */
  transition: .5s ease-in-out;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.navtop .navimg_top {
  width: 50%;
  margin-top: 8rem;
  margin-left: 18%;
}

.navimg_bottom {
  height: 10rem;
}

nav {
  padding-top: 5rem;
  justify-content: flex-end;
  display: flex;
}

nav ul {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;

}

nav li a {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #001854;
  padding: 1.5rem;
  text-decoration: none;

}

nav li:last-child a {
  border-style: hidden;
}

.open #burger-toggle .ten {
  width: 4rem;
  height: .2rem;
  border-radius: 0;
  box-shadow: none;

}

.open .navtop {
  transform: translateX(-100%);
}




/* ========================
mv
=========================== */
.mv {
  position: relative;
}

.mv_miri {
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
  width: 100%;
}

.circle_box {
  display: flex;
  gap: .8rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  translate: -50% 0;
}

.circle1,
.circle2,
.circle3 {
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: #FFF100;
  border: 2px solid #001854;
  box-shadow: 4px 4px 0px #001854;
  border-radius: 50%;
  width: calc(110 / 390 * 100vw);
  height: calc(110 / 390 * 100vw);
  /* font-size: calc(24 / 390 * 100vw); */
  padding: calc(40 / 390 * 100vw) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.circle1 {
  position: absolute;
  bottom: calc(120 / 390 * 100vw);
  left: calc(10 / 390 * 100vw);
}

.circle2 {
  position: absolute;
  bottom: calc(45 / 390 * 100vw);
  left: calc(125 / 390 * 100vw);
}

.circle3 {
  position: absolute;
  bottom: calc(120 / 390 * 100vw);
  right: calc(10 / 390 * 100vw);
}
 */





/* ========================
fixed_application_button
=========================== */

.fixed_application_button {
  position: fixed;
  z-index: 3;
  bottom: 6rem;
  left: 50%;
  translate: -50% 0;
  width: 300px;
  /* height: 4.5rem; */
  display: block;
  border: 3px solid #001854;
  background: #47F4EC;
  /* dropshadow */
  box-shadow: 4px 4px 0px 0px #001854;
  border-radius: 60rem;
}

.fixed_application_button a {
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  text-shadow: rgb(0, 24, 84) 3px 0px 0px, rgb(0, 24, 84) 2.83487px 0.981584px 0px, rgb(0, 24, 84) 2.35766px 1.85511px 0px, rgb(0, 24, 84) 1.62091px 2.52441px 0px, rgb(0, 24, 84) 0.705713px 2.91581px 0px, rgb(0, 24, 84) -0.287171px 2.98622px 0px, rgb(0, 24, 84) -1.24844px 2.72789px 0px, rgb(0, 24, 84) -2.07227px 2.16926px 0px, rgb(0, 24, 84) -2.66798px 1.37182px 0px, rgb(0, 24, 84) -2.96998px 0.42336px 0px, rgb(0, 24, 84) -2.94502px -0.571704px 0px, rgb(0, 24, 84) -2.59586px -1.50383px 0px, rgb(0, 24, 84) -1.96093px -2.27041px 0px, rgb(0, 24, 84) -1.11013px -2.78704px 0px, rgb(0, 24, 84) -0.137119px -2.99686px 0px, rgb(0, 24, 84) 0.850987px -2.87677px 0px, rgb(0, 24, 84) 1.74541px -2.43999px 0px, rgb(0, 24, 84) 2.44769px -1.73459px 0px, rgb(0, 24, 84) 2.88051px -0.838247px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
}

.fixed_application_button img {
  width: 30px;
}





/* ========================
about
=========================== */
.about h1 {
  font-family: "Zen Maru Gothic", serif;
  /* margin-top: 4.8rem; */
  margin-top: 2rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .6rem;
}

.about p {
  line-height: 30px;
  /* 187.5% */
  font-weight: bold;
  display: block;
  width: 28rem;
  margin: 4rem auto 0;
}





/* ========================
huan
=========================== */
.huan {
  background: #2643F6;
  position: relative;
  top: -.6rem;
}

.huan .huan-ques,
.huan .huan-ques .dotted {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4rem;
}

.huan .dotted {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 7%;
  text-underline-offset: 20%;
  text-underline-position: from-font;
}

.huan ul .huan_txt {
  font-size: 2rem;
  padding: 5rem 9rem 4rem 2rem;
}

.huan ul .huan_txt2 {
  font-size: 2rem;
  padding: 5rem 2rem 3.6rem 9rem;
}

.huan span {
  font-size: 2.4rem;
}

.huan ul p {
  background-image: url(../images/hukidashi.png);
  /* background-size: contain; */
  background-size: 100% 106%;
  margin-bottom: 3.3rem;
}

.huan li {
  position: relative;
}

.huan img {
  width: 35%;
}

.img_1 {
  position: absolute;
  top: 2%;
  right: 0;
}

.img_2 {
  position: absolute;
  top: 10%;
  left: 0;
}

.img_3 {
  position: absolute;
  bottom: 0;
  right: 0;
}


/* //背景// */
/* .circle_bg img {
  display: block;
  margin: 0 auto;
  margin-top: 4rem;
  width: 100%;
  object-fit: contain;
} */

/* 
.circle_bg2 img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -3.6rem;
  margin-bottom: 5.7rem;
  width: 100%;
  object-fit: contain;
} */


.circle_bg {
  /* display: block; */
  margin: 0 auto;
  margin-top: 3rem;
  width: 100%;
  object-fit: contain;
}

.circle_bg2 {
  /* display: block; */
  margin: 0 auto;
  position: relative;
  top: -4rem;
  /* margin-bottom: 5.7rem; */
  width: 100%;
  object-fit: contain;
}



/* ========================
space
=========================== */
.space {
  margin-bottom: 3.7rem;
  position: relative;
  width: 30rem;
  margin: 0 auto;
}

.space .manabiba {
  position: relative;
  left: 5rem;
}

.space .space_txt {
  font-family: "Zen Maru Gothic";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 93.75% */
  text-align: center;
  /* margin-bottom: 3.7rem; */
}

.space .dekiru {
  display: flex;
  justify-content: center;
}

.deco,
.deco2 {
  width: 2rem;
}

.deco {
  margin-right: 1.5rem;
}

.space .recurrent {
  width: 7.6rem;
  position: absolute;
  right: 0;
  top: -2rem;
}







/* ========================
point
=========================== */
.point {
  background: #FC8F21;
  position: relative;
  top: -.6rem;
  padding-bottom: 1rem;
}

.balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  padding: .2rem 1.8rem;
  max-width: 190px;
  font-size: 2rem;
  letter-spacing: .4rem;
  border: 2px solid #001854;
  background: #fff;
  filter: drop-shadow(2px 4px 0px rgba(0, 24, 84, 1));
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.balloon p {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: .2rem 0;
}

.point_sc {
  padding: 1.7rem 1.8rem 1.7rem 1.5rem;
  background: #fff;
  border-radius: 40px;
  filter: drop-shadow(4px 4px 0px rgba(0, 24, 84, 1));
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 224px;
}

.point_sc .number {
  color: rgba(252, 143, 33, 0.50);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20rem;
  font-weight: 700;
}

.point-txt span {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.point-txt {
  width: 75%;
  position: absolute;
  right: 1.5rem;

}

.point-txt h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.6rem;
  font-weight: bold;
  padding-top: .5rem;
}

.taimen span {
  font-size: 3.2rem;
}

.point .yen h3{
  font-size: 4.8rem;
  font-weight: 900;
}

.point-txt .yen {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .5rem;
}

.point-txt p {
  text-align: left;
}

.point-txt .yen div {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 900;
}

/* .point-txt img {
  padding-bottom: .5rem;
} */

.point li {
  margin-bottom: 4.3rem;
}

.point li:nth-child(4) {
  margin-bottom: 7.4rem;
}


/* //背景// */
/* .circle_bg3 img {
  display: block;
  margin: 0 auto;
  margin-top: 8rem;
  width: 100%;
  object-fit: contain;
}

.circle_bg4 img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -.5rem;
  z-index: -1;
  margin-bottom: 6rem;
  width: 100%;
  object-fit: contain;
} */

.circle_bg3 {
  /* display: block; */
  margin: 0 auto;
  margin-top: 5rem;
  width: 100%;
  object-fit: contain;
}

.circle_bg4 {
  /* display: block; */
  margin: 0 auto;
  position: relative;
  top: -.8rem;
  /* z-index: -1; */
  /* margin-bottom: 6rem; */
  width: 100%;
  object-fit: contain;
}





/* ========================
course
=========================== */
.course {
  background: #FBF9F6;
  position: relative;
  margin-top: -.5rem;
}

.course .inner {
  padding: 0;
}

li {
  color: #001854;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  /* 187.5% */
  letter-spacing: 1.6px;
}

.course01,
.course02,
.course03 {
  display: flex;
}

.square-img {
  position: relative;
}

.square-img img {
  width: 235.5px;
  height: 226px;
}

.course-name {
  position: absolute;
  left: 6.8rem;
  right: 10.3rem;
  top: 10.8rem;
  bottom: 7.0rem;
  font-family: "Zen Maru Gothic", serif;
  color: #001854;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 110%;
}

.course-txt {
  padding: 0;
  text-align: left;
  right: 2.7rem;
  left: 22.6rem;
  top: 50%;
  margin: 4rem 0.5rem;
  color: #001854
}

.course-txt li,
.course-txt02 li {
  width: 110px;
  background: #fff;
  text-decoration: none;
  margin: .5rem;
}

.course-txt02 {
  margin: 6rem 1rem;
  text-align: left;
}

.course-name02 {
  font-size: 3.2rem;
}

.course02,
.course03 {
  margin-top: -4rem;
}

.course-name03 {
  width: 100px;
  position: absolute;
  left: 5rem;
  right: 10.3rem;
  top: 11.0rem;
  bottom: 8rem;
}

.btn3 {
  margin-top: 2.5rem;
}

.course_txt_top{
  font-weight: 700;
}

.course_txt_top span{
  font-size: 2.4rem;
}

.course_txt_bottom{
  font-size: 2rem;
  /* position: relative;
  z-index: 2; */
  border-bottom: 2px dashed #001854;
  width: 24rem;
  margin: 0 auto;
}

.course_txt_bottom span{
  font-size: 2.4rem;
  font-weight: 700;
}

.underbar_b {
  text-decoration-color: #47F4EC;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -0.25em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}



/* //背景// */
/* .circle_bg5 img,
.circle_bg6 img {
  text-align: center;
  width: 100%;
  object-fit: contain;
}

.circle_bg5 img {
  margin-top: 3rem;
}

.circle_bg6 {
  position: relative;
  margin-top: -3rem;
} */

.circle_bg5,
.circle_bg6 {
  text-align: center;
  width: 100%;
  object-fit: contain;
}

.circle_bg5 {
  margin-top: 3rem;
}

.circle_bg6 {
  position: relative;
  /* margin-top: -3rem; */
}




/* ========================
application
=========================== */
.application {
  background: #FF65A5;
  /* padding: 2rem 0; */
  position: relative;
  top: -.6rem;
  padding-bottom: 1rem;
}

.application .section-ttl {
  font-size: 3.2rem;
}

.application .inner ul {
  display: flex;
  width: 31.3rem;
  text-align: center;
  margin: 0 auto;
  padding: 1em 1em;
  font-weight: bold;
  color: #001854;
  /*文字色*/
  background: #FFF;
  border: solid .1rem #001854;
  /*線*/
  border-radius: 3rem 3rem 0 0;
  /*角の丸み*/
  box-shadow: 0 1rem 0 #acacac;
}

.application .inner .count {
  color: aqua;
  font-size: 4.8rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
  padding-left: 4%;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001854;

}

.application .inner .aptext {
  flex-grow: 1;
}

.application .inner .aptext p {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 auto;
}

.application .click {
  color: #FFF100;
  font-size: 1.6rem;
  font-weight: bold;
}

.application .click {
  display: flex;
  justify-content: center;
  color: #FFF100;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem;
}

.application .click img {
  width: 1rem;
}

.application .click p {
  padding: 0 2rem;
  text-shadow: rgb(0, 24, 84) 3px 0px 0px, rgb(0, 24, 84) 2.83487px 0.981584px 0px, rgb(0, 24, 84) 2.35766px 1.85511px 0px, rgb(0, 24, 84) 1.62091px 2.52441px 0px, rgb(0, 24, 84) 0.705713px 2.91581px 0px, rgb(0, 24, 84) -0.287171px 2.98622px 0px, rgb(0, 24, 84) -1.24844px 2.72789px 0px, rgb(0, 24, 84) -2.07227px 2.16926px 0px, rgb(0, 24, 84) -2.66798px 1.37182px 0px, rgb(0, 24, 84) -2.96998px 0.42336px 0px, rgb(0, 24, 84) -2.94502px -0.571704px 0px, rgb(0, 24, 84) -2.59586px -1.50383px 0px, rgb(0, 24, 84) -1.96093px -2.27041px 0px, rgb(0, 24, 84) -1.11013px -2.78704px 0px, rgb(0, 24, 84) -0.137119px -2.99686px 0px, rgb(0, 24, 84) 0.850987px -2.87677px 0px, rgb(0, 24, 84) 1.74541px -2.43999px 0px, rgb(0, 24, 84) 2.44769px -1.73459px 0px, rgb(0, 24, 84) 2.88051px -0.838247px 0px;
  font-weight: 900;
  letter-spacing: 3.2px;
}


/* //申し込みボタン// */
.application_button {
  /* position: fixed;
  z-index: 3;
  bottom: 1rem;
  left: 50%;
  translate: -50% 0; */
  position: relative;
  z-index: 1;
  left: 50%;
  translate: -50% 0;
  width: 300px;
  /* height: 4.5rem; */
  display: block;
  border: 3px solid #001854;
  background: #FFF100;
  /* dropshadow */
  box-shadow: 4px 4px 0px 0px #001854;
  border-radius: 60rem;
}

.application_button a {
  font-size: 3.2rem;
  font-weight: 900;
  color: #FFF;
  text-align: center;
  text-shadow: rgb(0, 24, 84) 3px 0px 0px, rgb(0, 24, 84) 2.83487px 0.981584px 0px, rgb(0, 24, 84) 2.35766px 1.85511px 0px, rgb(0, 24, 84) 1.62091px 2.52441px 0px, rgb(0, 24, 84) 0.705713px 2.91581px 0px, rgb(0, 24, 84) -0.287171px 2.98622px 0px, rgb(0, 24, 84) -1.24844px 2.72789px 0px, rgb(0, 24, 84) -2.07227px 2.16926px 0px, rgb(0, 24, 84) -2.66798px 1.37182px 0px, rgb(0, 24, 84) -2.96998px 0.42336px 0px, rgb(0, 24, 84) -2.94502px -0.571704px 0px, rgb(0, 24, 84) -2.59586px -1.50383px 0px, rgb(0, 24, 84) -1.96093px -2.27041px 0px, rgb(0, 24, 84) -1.11013px -2.78704px 0px, rgb(0, 24, 84) -0.137119px -2.99686px 0px, rgb(0, 24, 84) 0.850987px -2.87677px 0px, rgb(0, 24, 84) 1.74541px -2.43999px 0px, rgb(0, 24, 84) 2.44769px -1.73459px 0px, rgb(0, 24, 84) 2.88051px -0.838247px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
}

.application_button img {
  width: 30px;
}


/* //背景// */
/* .circle_bg7 img {
  display: block;
  margin: 0 auto;
  margin-top: 8rem;
  width: 100%;
  object-fit: contain;
}

.circle_bg8 img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -.2rem;
  margin-bottom: 2.5rem;
  width: 100%;
  object-fit: contain;
} */

.circle_bg7 {
  /* display: block; */
  margin: 0 auto;
  /* margin-top: 3rem; */
  width: 100%;
  object-fit: contain;
}

.circle_bg8 {
  /* display: block; */
  margin: 0 auto;
  position: relative;
  top: -.6rem;
  /* margin-bottom: 2.5rem; */
  width: 100%;
  object-fit: contain;
}






/* ========================
schedule
=========================== */
.schedule {
  background: #FBF9F6;
  position: relative;
  margin-top: -.5rem;
  z-index: 1;
}

.schedule .inner {
  padding: 4% 4%;
}

.pages {
  padding: 1.8rem 1.5rem;
  background: #fff;
  border-radius: 5px;
  /* border: 1px solid #001854; */
  outline: 1px solid #001854;
  outline-offset: -2px;
}


.speech {
  position: relative;
  /* top: 0; */
}

.speech img {
  width: 342px;
  height: 80px;
}

.speech p {
  /* position: absolute;
  top: 25px;
  right: 15px;
  left: 15px; */
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
}

.speech .speech-txt {
  position: absolute;
  width: 100%;
  top: 46%;
  left: 50%;
  translate: -50% -50%;
}

.profile {
  display: flex;
}

.person-img {
  position: relative;
  left: 2rem;
  width: 129px;
  height: 126px;
  margin-top: 0;

}

.profile ul {
  margin: 3rem 0 1.5rem 4rem;
}

.profile li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align-last: left;
  letter-spacing: 1px;
}

.middle-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
}

.middle-txt-bold {
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.txt-yellowline {
  font-size: 1.6rem;
  background: rgba(242, 255, 0, 0.50);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}

.comment .bar {
  display: block;
  border: .5px solid #001854;
  margin: .5rem 0;
}

.comment-txt01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.comment-txt02 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  font-size: 20px;

}

.schedule-slider {
  position: relative;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: absolute;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #FFf;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  z-index: 999;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
  left: -15px;
  top: 340px;
}

.next-arrow {
  margin-left: 20px;
  right: -15px;
  top: 340px;

}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #FF65A5;
  border-top: 3px solid #FF65A5;
  top: 0;
  bottom: 0;
  left: -5px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}



/* //背景// */
/* .circle_bg9 img,
.circle_bg10 img {
  text-align: center;
  width: 100%;
}

.circle_bg9 img {
  margin-top: 8rem;
}

.circle_bg10 {
  position: relative;
  margin-top: -4rem;
  z-index: 1;
} */

.circle_bg9,
.circle_bg10 {
  text-align: center;
  width: 100%;
}

.circle_bg9 {
  margin-top: 3rem;
}

.circle_bg10 {
  position: relative;
  top: -3rem;
  /* margin-top: -4rem; */
  z-index: 1;
}







/* ========================
teacher
=========================== */
.teacher {
  background: #FBF9F6;
  position: relative;
  top: -.5rem;
}

.teacher .deco {
  width: 140px;
}

.teacher .deco img {
  width: 8px;
  margin: 0 0.5rem;
}

.teacher .teacher_hukidashi {
  color: #FC9832;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  left: 1.5rem;
}

.teacher .teacher_about {
  display: flex;
  align-items: center;
  justify-content: center;
}

.teacher_img {
  width: 158px;
}

.teacher .okotoba {
  font-size: 2rem;
  font-weight: 900;
  padding: .1rem 1.4rem .2rem .8rem;
  text-align: center;
  background-color: #FC8F21;
  color: #fff;
  line-height: 2;
  margin-left: 1rem;
}

.teacher .carrier {
  font-size: 1.2rem;
  display: block;
  padding: 1.3rem 0 1.3rem 1rem;
  text-align: left;
}

.teacher h3 {
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #FC8F21;
  text-align: left;
  padding-left: 1rem;
}

.teacher h3 span {
  font-size: 1.5rem;
}

.teacher .bar {
  display: block;
  /* border: 1px solid #FC8F21; */
}

.teacher .teacher_detail {
  display: grid;
  gap: 2.4rem;
  background: #fff;
  margin: 2rem 0;
  padding: 0 2rem;
  border-top: 1px solid #FC8F21;
  border-bottom: 1px solid #FC8F21;
}

.teacher p {
  text-align: left;
}

.teacher table {
  margin: .8rem auto 4.6rem;
  font-size: 1.4rem;
}

.teacher th {
  font-weight: normal;
}

.teacher td {
  text-align: left;
}



/* //背景// */
/* .circle_bg11 img {
  display: block;
  margin: 0 auto;
  margin-top: 8rem;
  width: 100%;
  object-fit: contain;
} */
/* 
.circle_bg12 img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: -5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  object-fit: contain;
} */

.circle_bg11 {
  /* display: block; */
  margin: 0 auto;
  margin-top: 1rem;
  width: 100%;
  object-fit: contain;
}

.circle_bg12 {
  /* display: block; */
  margin: 0 auto;
  position: relative;
  top: -5.2rem;
  /* margin-bottom: 2.5rem; */
  width: 100%;
  object-fit: contain;
}





/* ========================
school
=========================== */

.school {
  background: #fbf9f6;
  /* padding: 2rem 0; */
  position: relative;
  top: -0.6rem;
}

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #2643F6;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #FF65A5;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}





/* //背景// */
/* .circle_bg13 img {
  display: block;
  margin: 0 auto;
  margin-top: 8rem;
  width: 100%;
  object-fit: contain;
}

.circle_bg14 img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  margin-bottom: 2.5rem;
  width: 100%;
  object-fit: contain;
} */

.circle_bg13 {
  /* display: block; */
  margin: 0 auto;
  /* margin-top: 8rem; */
  width: 100%;
  object-fit: contain;
}

.circle_bg14 {
  /* display: block; */
  margin: 0 auto;
  position: relative;
  top: -.6rem;
  /* margin-bottom: 2.5rem; */
  width: 100%;
  object-fit: contain;
}




/* ========================
access
=========================== */
.access {
  background: #2643F6;
  position: relative;
  top: -2rem;
  padding-bottom: 5.6rem;
}

.access .map {
  width: 100%;
  height: 0;
  padding-top: 57.8%;
  position: relative;
  padding-left: 0;
  margin: 2rem 0 3rem 0;
}

.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.access .access_bg {
  background: #fff;
  border-radius: 20px;
  padding: 3.4rem 3.9rem;
  margin-bottom: 3rem;
}

.access .access_bg .manabiba {
  /* width: 30%; */
  padding-bottom: .8rem;
}

.schoolname {
  display: flex;
  align-items: flex-end;
  padding-bottom: .8rem;
}

.schoolname .schoolname2 {
  display: grid;
}

.schoolname .recurrent {
  width: 8rem;
}

.access .access_bg .souzousya {
  text-align: left;
}

.access .access_bg table {
  text-align: left;
  font-size: 1.8rem;
}

.access .border {
  border-top: 2px dashed #FF54BE;
  display: block;
  margin: 1.2rem 0;
}

.access .access_tool {
  font-size: 1.6rem;
}

/* .access .access_tool .train,.bus{
  font-size: 1.6rem;
} */

.access .access_tool h4 {
  color: #3E81FF;
  font-weight: bold;
  text-align: left;
}

.access .access_tool p {
  text-align: left;
}

.access .access_tool span {
  display: block;
  padding-left: 1.4em;
  text-align: left;
}

.access .access_tool .bus {
  padding-top: 1.8rem;
}

.access .access_bg .tel a{
  display: inline-block;
}

/* //背景// */
/* .circle_bg15 img {
  display: block; 
  width: 100%;
  margin-top: 8rem;
}

.circle_bg16 img {
  display: block; 
  margin: 0 auto;
  position: relative;
  top: -2.5rem;
  width: 100%;
  object-fit: contain;
} */

.circle_bg15 {
  /* display: block; */
  width: 100%;
  margin-top: 3rem; 
}

.circle_bg16 {
  /* display: block; */
  margin: 0 auto;
  position: relative;
  top: -2.2rem;
  width: 100%;
  object-fit: contain;
}


/* ========================
q_a
=========================== */
.q_a {
  margin-top: 2rem;
}

.aco-box {
  /* margin: 3rem 0; */
  text-align: left;
  border: 1px solid #001854;
  border-radius: 40px;
  background: #fbf9f6;
  padding: 4.8rem 1.2rem;
  filter: drop-shadow(4px 4px 0px rgba(0, 24, 84, 1));
}

.aco-box .aco {
  background: #ffffff;
  font-weight: bold;
  padding: 1rem;
  position: relative;
  border-radius: 40px;
  border: 1px solid #001854;
  margin-bottom: 1.5rem;
}

/* .aco-box .aco:last-child{
  margin-bottom: 0;
} */

.aco-box .sub-aco {
  padding: 1rem;
}

/* 丸Q、丸A */
.aco-box .aco .circleq {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #fc8f21;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin: auto 0;
}

.aco-box .sub-aco .circlea {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #ff65a5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}

/* テキスト */
/* テキストQ */
.aco-box .aco>div {
  display: flex;
  gap: 1rem;
  /* padding: .5rem 0; */
}

.aco-box .aco .boxq {
  align-items: center;
  width: 23rem;
  padding: .5rem 0;
  /* margin-top: .6rem; */
}

/* テキストA */
.aco-box .sub-aco {
  display: none;
  margin-bottom: 2.5rem;
  border-bottom: 1px dashed #001854;
}

.aco-box .sub-aco:last-child {
  margin-bottom: 0;
}

.aco-box .sub-aco>div {
  display: flex;
  gap: 1rem;
}

.aco-box .sub-aco .boxa {
  align-items: center;
  width: 25rem;
  /* margin-top: .6rem; */
}

/* 二重矢印 */
.aco-box .aco::before {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 35%;
  right: 2rem;
  transform: rotate(135deg);
  transition: .2s ease-in-out;
}

.aco-box .aco:nth-child(3)::before,
.aco-box .aco:nth-child(5)::before {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 40%;
  right: 2rem;
  transform: rotate(135deg);
  transition: .2s ease-in-out;
}


.aco-box .aco::after {
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 45%;
  right: 2rem;
  transform: rotate(135deg);
  transition: .2s ease-in-out;
}

/* 開いた時 */
.aco-box .aco.open {
  background: #FC8F21;
}

.aco-box .aco.open .circleq {
  background: #fff;
  color: #fc8f21;
}

.aco-box .aco.open::before,
.aco-box .aco.open::after {
  transform: rotate(-45deg);
}










/* ========================
summary
=========================== */

/* .summary .sum_group {
  margin: 3rem 0;
} */

.summary .sum_group img {
  margin: 5rem 0;
}










/* ========================
footer
=========================== */
footer .inner {
  padding: 0;
}

/* 
.footer_menu {
  background: #FBF9F6;
  padding: 0 1rem;
}

.footer_menu li a {
  display: block;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #001854;
  padding: 1.5rem;
  text-align: center;
}

.footer_menu li:last-child a {
  border-style: hidden;
} */

.footer {
  width: 100%;
  background: #001854;
  color: #fff;
  font-size: 1rem;
  vertical-align: center;
  padding: 2rem 0;
}






/* ========================
PC版
=========================== */

.fixed_pc {
  display: none;
}

@media (min-width:769px) {
  /* .wrapper {
    height: 90rem;
  } */

  .fixed_pc {
    display: flex;
    position: fixed;
    inset: 0;
    justify-content: space-between;
    margin: auto;
    background: url(../images/pc_bg_bold.png) no-repeat bottom center/cover;
  }

  .fixed_pc>div {
    display: flex;
    /* position: absolute; */
    bottom: 0;
  }

  .pc_left>div {
    width: 80%;
  }

  .pc_left {
    display: flex;
    width: calc(50% - 195px);
    justify-content: center;
    top: 0;
    /* left: clamp(1rem, 10vw, 180px); */
    /* margin-top: auto;
    margin-bottom: auto; */
    align-items: center;
  }

  .pc_right>div {
    width: 80%;
    /* position: absolute; */
    top: 10%;
  }

  .pc_right {
    display: flex;
    width: calc(50% - 195px);
    justify-content: center;
    top: 0;
    align-items: center;
  }

.pc_right .cloud1{
position: absolute;
top: 10%;
right: -1%;
width: 18%;

}
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa {

  30% {
    transform:translate(0, -7px) rotate(0deg);
  }
}
.pc_right .cloud2{
  position: absolute;
  top: 25%;
  right: 18%;
  width: 18%;
  }

  .pc_button {
    position: relative;
    text-align: center;
  }

  .pc_button p {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-shadow: .2rem .2rem #FF65A5;
    font-size: 5rem;
  }

  .footer_menu {
    margin-top: 5rem;
  }

  .fixed_application_button {
    display: none;
  }

  /* .pc_ap_button {
    position: relative;
    z-index: 1;
    left: 50%;
    translate: -50% 0;
    width: 300px;
    /* height: 4.5rem; */
    /* display: block;
    border: 3px solid #001854;
    background: #47F4EC; */
    /* dropshadow */
    /* box-shadow: 4px 4px 0px 0px #001854;
    border-radius: 60rem;
    margin-top: 1rem;
  }

  .pc_ap_button a {
    font-size: 3.2rem;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    text-shadow:
      3px 3px 0px #001854,
      -3px 3px 0px #001854,
      3px -3px 0px #001854,
      -3px -3px 0px #001854,
      3px 0px 0px #001854,
      0px 3px 0px #001854,
      -3px 0px 0px #001854,
      0px -3px 0px #001854;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
  } */
/* 
  .pc_ap_button img {
    width: 3rem;
  } */

  .main_containts {
    width: 390px;
    margin: auto;
    position: relative;
    z-index: 3;
  }

  .pc_menu {
    background: #FBF9F6;
    /* padding: 0 1rem; */
  }
  
  .pc_menu li a {
    display: block;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px dashed #001854;
    padding: 1.5rem;
    text-align: center;
  }
  
  .pc_menu li:last-child a {
    border-style: hidden;
  }

  .navburger{
    display: none;
  }
}
/* min-width:769px */


@media (min-width:750px) {

  .circle1,
  .circle2,
  .circle3 {
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background: #FFF100;
    border: 2px solid #001854;
    box-shadow: 4px 4px 0px #001854;
    border-radius: 50%;
    width: 11rem;
    height: 11rem;
    /* font-size: calc(24 / 390 * 100vw); */
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* min-width:750px */