@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese);
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@keyframes hurueru {
  0% {
    transform: translate(0, 0) rotateZ(0);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0, 2px) rotateZ(0);
  }
  75% {
    transform: translate(2px, 0) rotateZ(-1deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0);
  }
}

@keyframes r3 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

#work {
  overflow-x: hidden;
}

#work .section_1 {
  min-height: 550px;
  background: url(../img/work/bg_mv.png) center center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-right: 120px;
}

#work .section_1 img {
  margin-left: auto;
}

#work .section_2 .title01 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  color: #80c5e8;
  margin-top: 80px;
  text-align: center;
  line-height: 1.5;
}

#work .section_2 .txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}

#work .section_3 {
  background: #80c5e8 url(../img/bg_blue_top01.jpg) center 0 no-repeat;
  background-size: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}

#work .section_3 .section_3_r {
  display: flex;
  justify-content: center;
  align-items: center;
}

#work .section_3 .section_3_r a {
  background: url(../img/work/section-3-round.svg) center center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  margin: 15px;
  margin-top: 60px;
  position: relative;
  z-index: 0;
}

#work .section_3 .section_3_r a img {
  width: 170px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#work .section_3 .section_3_r a:before {
  content: "";
  display: block;
  position: absolute;
  left: 120px;
  bottom: 40px;
  height: 22px;
  width: 15px;
  background: url(../img/work/arrow_bottom.svg) no-repeat center center;
  z-index: 10;
  transition: all 0.3s ease;
}

#work .section_3 .section_3_r a:hover:before {
  bottom: 30px;
}

#work .section_4 {
  background: #80c5e8;
  position: relative;
}

#work .section_4:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  background-image: url(../img/bg_blue_bottom.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 250px;
  z-index: 0;
}

#work .section_5 {
  position: relative;
  padding: 80px 0;
}

#work .section_5__inner__ttl {
  color: #80c5e8;
}

#work .section_5__inner__program {
  flex-wrap: wrap;
  margin-top: 40px;
}

#work .section_5__inner__program li {
  width: 30%;
}

#work .section_5__inner__program li h3 {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  border: 3px dotted #f2a3a5;
  border-radius: 50px;
  line-height: 40px;
}

#work .section_5__inner__program li p {
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.8rem;
}

#work .section_5__inner__program li:nth-child(n + 4) {
  margin-top: 40px;
}

#work .section_5__inner__txt {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

#work .section_6 {
  background: url(../img/kids/texture.jpg) repeat;
  padding: 100px 0 100px;
  position: relative;
  margin-top: 200px;
}

#work .section_6:before {
  content: "";
  background: url(../img/kids/section-7-header.jpg) top center no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
}

#work .section_6__inner {
  position: relative;
}

#work .section_6__inner:before {
  content: "";
  background: url(../img/work/img_sch01.png) center center no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -90px;
  right: -100px;
}

#work .section_6__inner__schArea {
  margin-top: 40px;
}

#work .section_6__inner__schArea__schdule {
  width: 48%;
}

#work .section_6__inner__schArea__schdule h3 {
  background: #80c5e8;
  border-radius: 50px;
  width: 80%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  position: relative;
}

#work .section_6__inner__schArea__schdule h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #80c5e8;
}

#work .section_6__inner__schArea__schdule table {
  width: 100%;
  border: 2px solid #80c5e8;
  margin-top: 40px;
  background: #fff;
}

#work .section_6__inner__schArea__schdule table thead tr th {
  text-align: center;
}

#work .section_6__inner__schArea__schdule table td,
#work .section_6__inner__schArea__schdule table th {
  border: 2px solid #80c5e8;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 20px;
  vertical-align: middle;
  box-sizing: border-box;
}

#work .section_6__inner__schArea__schdule table th {
  text-align: center;
}

#work .section_6__inner__schArea__schdule table td {
  text-align: left;
}

#work .section_6__inner__schArea__schdule table tr.bg-green td,
#work .section_6__inner__schArea__schdule table tr.bg-green th {
  background: #b3dcf1;
}

#work .section_6__inner__schArea__schdule table.type02 tr th {
  text-align: left;
  width: 22%;
}

#work .section_6__inner__schArea__schdule__fig {
  margin-top: 40px;
}

#work .section_7 {
  background: url(../img/kids/texture.jpg) repeat;
  padding: 100px 0 200px;
  position: relative;
}

#work .section_7__inner__subttl {
  background: url(../img/fukidashi_blue02.svg) center center no-repeat;
  background-size: contain;
  width: 865px;
  height: 60px;
  line-height: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto;
  color: #80c5e8;
  text-align: center;
  margin-bottom: 20px;
}

#work .section_7__inner__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #80c5e8;
  text-align: center;
  position: relative;
}

#work .section_7__inner__ttl span {
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 4rem;
  display: block;
}

#work .section_7__inner__ttl:before {
  content: "";
  background: url(../img/work/img_sch03.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#work .section_7__inner__example {
  margin-top: 40px;
  justify-content: flex-start;
}

#work .section_7__inner__example__img {
  width: 30%;
  min-width: 180px;
}

#work .section_7__inner__example__txtArea {
  position: relative;
  margin-left: 40px;
}

#work .section_7__inner__example__txtArea__exampleArea {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}

#work .section_7__inner__example__txtArea__exampleArea h4 {
  margin-top: 2em;
}

#work .section_7__inner__example__txtArea__exampleArea + .section_7__inner__example__txtArea__exampleArea {
  margin-top: 80px;
}

#work .section_7__inner__example__txtArea__exampleArea.type01:before {
  content: "";
  background: url(../img/work/ila_shienrei01.png) center center no-repeat;
  width: 114px;
  height: 251px;
  position: absolute;
  right: 0;
  bottom: -40px;
}

#work .section_7__inner__example__txtArea__exampleArea.type02:before {
  content: "";
  background: url(../img/work/ila_shienrei02.png) center center no-repeat;
  background-size: contain;
  width: 420px;
  height: 250px;
  position: absolute;
  right: -100px;
  bottom: -10px;
}

#work .section_7__inner__example__txtArea__exampleArea__txt {
  margin-top: 1em;
}

#work .section_8 {
  background: #80c5e8;
  position: relative;
  padding: 100px 0 200px;
}

#work .section_8:before {
  content: "";
  background: url(../img/bg_blue_top.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 1;
}

#work .section_8__inner {
  position: relative;
}

#work .section_8__inner__ttl {
  color: #80c5e8;
}

#work .section_8__inner__voiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

#work .section_8__inner__voiceList li {
  width: 48%;
}

#work .section_8__inner__voiceList li h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

#work .section_8__inner__voiceList li .voiceArea {
  background: #fff;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
}

#work .section_8__inner__voiceList li .voiceArea:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
}

#work .section_8__inner__voiceList li .voiceArea .name {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  min-height: 80px;
}

#work .section_8__inner__voiceList li .voiceArea .shikanmei {
  width: 100%;
  border-top: 3px dotted #80c5e8;
  border-bottom: 3px dotted #80c5e8;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

#work .section_8__inner__voiceList li .voiceArea .shikanmei h4 {
  background: #ffe893;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 80px;
  font-weight: 700;
}

#work .section_8__inner__voiceList li .voiceArea .shikanmei p {
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

#work .section_8__inner__voiceList li .voiceArea .txt {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

#work .section_8__inner__voiceList li + li:nth-child(n + 3) {
  margin-top: 40px;
}

#work .section_8__inner__figArea {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 250px;
}

#work .section_9 {
  background: url(../img/kids/texture.jpg) repeat;
  padding: 100px 0 300px;
  position: relative;
}

#work .section_9:before {
  content: "";
  background: url(../img/bg_texter_top.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}

#work .section_9__inner__flow {
  margin-top: 40px;
  position: relative;
}

#work .section_9__inner__flow li {
  position: relative;
}

#work .section_9__inner__flow li h3 {
  background: #fff;
  width: 40%;
  height: 60px;
  border: 2px solid #f2a3a5;
  color: #f2a3a5;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 40px;
  text-align: left;
}

#work .section_9__inner__flow li h3 + p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 80px;
  margin-top: 1em;
}

#work .section_9__inner__flow li + li {
  margin-top: 40px;
}

#work .section_9__inner__flow li:before {
  content: "";
  width: 2px;
  height: 70px;
  background: #f2a3a5;
  position: absolute;
  left: 40px;
  bottom: -23px;
}

#work .section_9__inner__flow li:after {
  content: "";
  position: absolute;
  left: 31px;
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #f2a3a5;
  border-right: 2px solid #f2a3a5;
  transform: rotate(45deg);
}

#work .section_9__inner__flow li:last-child:after,
#work .section_9__inner__flow li:last-child:before {
  display: none;
}

#work .section_9__inner__flow:before {
  content: "";
  background: url(../img/work/section-10_01.webp) center center no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 20px;
  right: 100px;
}

#work .section_9__inner__flow:after {
  content: "";
  background: url(../img/work/section-10_02.webp) center center no-repeat;
  background-size: contain;
  width: 177px;
  height: 177px;
  position: absolute;
  bottom: 80px;
  right: 40px;
}

#work .section_10 {
  background: #80c5e8;
  position: relative;
  padding: 100px 0 300px;
}

#work .section_10:before {
  content: "";
  background: url(../img/bg_blue_top.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 1;
}

#work .section_10__inner {
  position: relative;
}

#work .section_10__inner__ttl span {
  color: #80c5e8;
}

#work .section_10__inner table {
  background: #fff;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}

#work .section_10__inner table td,
#work .section_10__inner table th {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #80c5e8;
  padding: 10px 20px;
  box-sizing: border-box;
}

#work .section_10__inner:before {
  content: "";
  background: url(../img/work/section-11.webp) center center no-repeat;
  width: 276px;
  height: 276px;
  position: absolute;
  left: -80px;
  bottom: -80px;
}

#work .section_11 {
  background: #fffad2;
  position: relative;
  padding: 100px 0 200px;
}

#work .section_11:before {
  content: "";
  background: url(../img/bg_ye_top.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 1;
}

#work .section_11__inner__staff {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  justify-content: flex-start; /* 左寄せ */
  gap: 20px; /* ボックス間の余白を追加 */
}

#work .section_11__inner__staff li {
  background: #fff;
  width: 31%;
  padding: 20px 10px;
  min-height: 420px;
  box-sizing: border-box;
  border: 3px dotted #80c5e8;
  border-radius: 5px;
}

#work .section_11__inner__staff li .katagaki01 {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #80c5e8;
  font-size: 20px;
  font-size: 2rem;
}

#work .section_11__inner__staff li h3 {
  border-top: 3px dotted #80c5e8;
  border-bottom: 3px dotted #80c5e8;
  padding: 10px 0;
  text-align: center;
}

#work .section_11__inner__staff li .katagaki02 {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

#work .section_11__inner__staff li .txt {
  margin-top: 1em;
}

#work .section_11__inner__staff li:nth-child(n + 4) {
  margin-top: 40px;
}

#work .section_12 {
  background: url(../img/kids/texture.jpg) repeat;
  padding: 100px 0;
  position: relative;
}

#work .section_12:before {
  content: "";
  background: url(../img/bg_texter_top.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}

#work .section_12__inner__qalist {
  margin-top: 40px;
  position: relative;
}

#work .section_12__inner__qalist li {
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 20px;
}

#work .section_12__inner__qalist li:before {
  content: "●　";
  color: #f2a3a5;
}

#work .section_12__inner__qalist li + li {
  border-top: 1px dotted #f2a3a5;
}

#work .section_12__inner__qalist:after {
  content: "";
  /*    background: url(../img/work/img_qa.png) center center no-repeat;*/
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  right: -80px;
  bottom: -40px;
}

#work .section_13.access h2 {
  color: #80c5e8;
}

#work .section_13.access .fE01.f18.mT15:after,
#work .section_13.access .fE01.f18.mT15:before {
  border: 1px solid #80c5e8;
}

#work .section_13.access a {
  color: #e50101;
  text-decoration: underline;
}
