#content-b{
  overflow: hidden;
  background-color: #fff;
}
#content-b .c-img img{
  box-shadow: none;
  border-radius: 0;
}

.p-content-b_relative{
  position: relative;
  z-index: 2;
}
.load-content.in-view{
  animation: bg-fade 1s ease 0s 1 normal;
}

*[class^=p-content-b__bg]{
  position: relative;
}
.p-content-b__bg--morning{
  background-image: linear-gradient(180deg, rgba(179,228,240,0) 0%, #CCE6D3 5%, rgba(179,228,240,1) 100%);
}
.p-content-b__bg--evening{
  background-image: linear-gradient(180deg, rgba(179,228,240,1) 0%, #F6D796 20%, #F6D796 60%, rgba(224,186,171,1) 100%);
}
.p-content-b__bg--night{
  background-image: url(/shogaku/local/images/contents_b/dayroutine/bg-wave.png), linear-gradient(180deg, rgba(224,186,171,1) 0%, #9893AC 40%, rgba(69, 97, 140, 1) 100%);
  background-repeat: repeat-x, no-repeat;
  background-size: auto 50px, 100% auto;
  background-position: center bottom, center top;
}

.dayroutine h2 {
	font: normal 34px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: bold;
}
.dayroutine h3 {
  font: 400 22px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
.dayroutine_title{
  padding-bottom: 40px;
  color:#0bbcd7;
}
.dayroutine_introduction_head{
  padding: 20px 0;
  text-align: center;
}
.dayroutine_introduction_head h3{
  font: normal 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  color:#0bbcd7;
}

.dayroutine_introduction_head h3.shoulder{
  font: normal 24px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.dayroutine_introduction_head h3.shoulder::before,
.dayroutine_introduction_head h3.shoulder::after{
  content: "";
  width: 0;
  height: 100%;
  border-right: 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
}
.dayroutine_introduction_head h3.shoulder::before{
  transform: rotate(-30deg);
  left: -10px;
}
.dayroutine_introduction_head h3.shoulder::after{
  transform: rotate(30deg);
  right: -10px;
}

.dayroutine_introduction_head h3.copy{
  font: normal 32px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px){
  .dayroutine_introduction_head h3.copy{
    font-size: 42px;
  }
}
.dayroutine_introduction_head h3.copy,
.dayroutine_introduction_head h3.copy *{
  font-weight: bold;
}
.dayroutine_introduction_head h3.copy small{
  color:#0bbcd7 !important;
}
.dayroutine_introduction_img{
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .dayroutine_introduction_img{
    margin: 0 auto -60px;
  }
  .dayroutine_introduction_img::before{
    content: "";
    height: 700px;
    width: 700px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(255,255,255, 1) 50%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    box-shadow: 0px 1px 9px rgb(111 150 212 / 10%);
  }
}
@media screen and (max-width: 767px){
  .dayroutine_introduction_img::before{
    width: 170vw;
    height: 200vw;
  }
}
.p-content-b__head{
  position: relative;
  max-width: 400px;
  z-index: 1;
}
.p-content-b__title{
  max-width: 450px;
  width: 100%;
  /* margin: 100px auto; */
  margin: 0 auto;
}
.p-content-b__title__clock{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}
.p-content-b__title__clock::before,
.p-content-b__title__clock::after{
  content: "";
  display: block;
  width: 40%;
  opacity: 0;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  position: absolute;
  transform: rotate(-90deg);
}
.p-content-b__title__clock::before{
  width: 30%;
}
.p-content-b__title__clock.in-view::after{
  animation: clock-after 1s ease 1s 1 forwards;
}
.p-content-b__title__clock--morning.in-view::before{
  animation: morning 1s ease 1s 1 forwards;
}
.p-content-b__title__clock--school::before{
  animation: school 1s ease 1s 1 forwards;
}
.p-content-b__title__clock--school::after{
  animation: school 1s ease 1s 1 forwards;
}
.p-content-b__title__clock--afterschool.in-view::before{
  animation: afterschool 1s ease 1s 1 forwards;
}
.p-content-b__title__clock--night.in-view::before{
  animation: night 1s ease 1s 1 forwards;
}

*[class^=p-content-b__title__mv]{
  position: absolute;
  width: 120px;
}
.p-content-b__title__mv--1-1{
  bottom: 95%;
  left: 0;
}
.p-content-b__title__mv--1-2{
  bottom: 95%;
  right: 0;
}
.p-content-b__title__mv--1{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-content-b__title__mv--2{
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-content-b__title__text{
  background: #ffffff9c;
  border-radius: 3em;
  color: #6C7476;
  text-align: center;
  font: normal 24px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 20px 0px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.p-content-b__title__text + .p-content-b__title__text{
  margin-top: 40px;
}
.p-content-b__title__text + .p-content-b__title__text::before{
  content: "・";
  font: normal 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 20px;
}
.p-content-b__title__text--night-1{
  margin-top: 40px;
}
.p-content-b__title__text--night-1::before{
  content: "・";
  font: normal 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 20px;
}
.p-content-b__title__text--first{
  margin-bottom: 80px;
}
.p-content-b__title__text--first::after{
  color:#fff;
  content: "・・・";
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -5px;
  writing-mode: vertical-rl;
}
.p-content-b__title--end, .p-content-b__title__text--end{
  margin-top: 80px;
  position: relative;
}
.p-content-b__title--end::before, .p-content-b__title__text--end::before{
  color:#fff;
  content: "・・・";
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -5px;
  writing-mode: vertical-rl;
}
.p-content-b__title__text--wht::before,
.p-content-b__title__text--wht::after{
  color: #fff;
}

.p-content-b__reason__head-image{
  position: relative;
  z-index: 3;
}
.p-content-b__reason__head{
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.p-content-b__reason__head::before{
  content: "";
  height: 150%;
  width: 1000px;
  border-radius: 50%;
  background: #fff;
  /* background: linear-gradient(180deg, rgba(255,255,255, 1) 50%, rgba(255, 255, 255, 0) 70%); */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-index_b__reason01_iidaward{
  position: absolute;
  bottom: -15%;
  right: 6%;
  width: 28%;
}

@media (min-width: 480px) {
  .p-index_b__reason01_iidaward{
    bottom: -20%;
    right: 2%;
    width: 24%;
  }
}

.p-content-b__voice .c-container {
  width: auto;
  max-width: unset;
}
.p-content-b__voice .c-container__inner {
  padding-top: calc((100 / 750) * 100%);
  padding-bottom: calc((160 / 750) * 100%);
}
@media (max-width: 575px) {
  .p-content-b__voice .c-container__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .p-content-b__voice .c-container__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* =========================================================
 wrap
========================================================= */
.p-content-b__voice .cnt-wrap {
  max-width: 650px;
  margin: auto;
}

/* =========================================================
 ttl
========================================================= */
.p-content-b__voice .c-container h2 {
  margin-bottom: calc((60 / 750) * 100%);
  font: normal 44px/1.4 YakuHanJP, "Noto Sans JP", sans-serif!important;
}
@media screen and (max-width: 767px){
  .p-content-b__voice .c-container h2 {
    font: normal 44px/1.4 YakuHanJP, "Noto Sans JP", sans-serif!important;
  }
}

/* =========================================================
 bg
========================================================= */
.p-content-b__voice .cnt-bg .bg-wave {
  position: relative;
  width: 100%;
  padding-bottom: calc((38 / 750) * 100%);
  line-height: 0;
}
.p-content-b__voice .cnt-bg .bg-wave svg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================================
intro
========================================================= */
.p-content-b__voice .intro {
  background: #fff;
}
.p-content-b__voice .intro .bg-wave.before {
  background: #fff;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.p-content-b__voice .intro .bg-wave.before svg {
  fill: #e6d6c9;
}
.p-content-b__voice .intro .bg-wave.after {
  background: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.p-content-b__voice .intro .bg-wave.after svg {
  fill: #e6d6c9;
}
.p-content-b__voice .intro__card {
  margin: auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}
@media (max-width: 575px) {
  .p-content-b__voice .intro__card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (min-width: 576px) {
  .p-content-b__voice .intro__card {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .p-content-b__voice .intro__card {
    font-size: 16px;
  }
}
.p-content-b__voice .intro__card:last-child {
  margin-bottom: 0;
}
.p-content-b__voice .intro__img {
  overflow: hidden;
  margin-bottom: 2em;
  border-radius: 10px;
  height: 300px;
}
.p-content-b__voice .intro__ttl {
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-content-b__voice .intro__ttl {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .p-content-b__voice .intro__ttl {
    font-size: 20px;
  }
}
.p-content-b__voice .intro__name {
  margin-bottom: 0;
  color: #666;
  text-align: right;
}
@media (max-width: 767px) {
  .p-content-b__voice .intro__name {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-content-b__voice .intro__name {
    font-size: 12px;
  }
}
.p-content-b__voice .intro .more-txt {
  overflow: hidden;
  max-height: calc(1.8em * 3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-content-b__voice .intro .more-txt.is-show {
  max-height: 100vh;
}
.p-content-b__voice .intro .more-link {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 5px;
  color: #666;
}
.p-content-b__voice .intro .more-link:before {
  content: "続きを見る";
}
.p-content-b__voice .intro .more-link:hover {
  opacity: .8;
  text-decoration: none;
}
.p-content-b__voice .intro .more-link.is-show:before {
  content: "閉じる";
}
@media (min-width: 768px){
  .p-content-b__voice .prototype-carousel_slider::before, .p-content-b__voice .prototype-carousel_slider::after {
    content: "";
    display: block;
    width: 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 98;
  }
  .p-content-b__voice .prototype-carousel_slider::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  }
  .p-content-b__voice .prototype-carousel_slider::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  }
}

.p-content-b__voice .prototype-carousel_slider .arrow{
  background: #209BB7!important;
  color: #fff!important;
  z-index: 99!important;
}
.p-content-b__voice .slick-list{
  overflow: visible!important;
}

@media (min-width: 768px){
  .morning_mv{
    border-radius: 10px;
    overflow:hidden
  }
}
.afterschool_1_fukidashi{
  position: absolute;
  top: 5%;
  right: -3%;
  width: 62%;
}
.afterschool_2_fukidashi{
  position: absolute;
  top: 8%;
  right: -3%;
  width: 63%;
}
.afterschool_3_fukidashi{
  position: absolute;
  top: 4%;
  left: -5%;
  width: 66%;
}

@keyframes morning {
  0% {
    opacity: 0.5;
    width: 25%;
    height: 0;
    transform: rotate(50deg);
  }
  100% {
    opacity: 1;
    width: 30%;
    height: 3;
    transform: rotate(120deg);
  }
}
@keyframes school {
  0% {
    opacity: 0.5;
    width: 25%;
    height: 3;
    height: 0;
    transform: rotate(-320deg);
  }
  100% {
    opacity: 1;
    width: 30%;
    height: 3;
    transform: rotate(180deg);
  }
}
@keyframes afterschool {
  0% {
    opacity: 0.5;
    width: 25%;
    height: 0;
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    width: 30%;
    height: 3;
    transform: rotate(60deg);
  }
}
@keyframes night {
  0% {
    opacity: 0.5;
    width: 25%;
    height: 0;
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    width: 30%;
    height: 3;
    transform: rotate(180deg);
  }
}

@keyframes clock-after {
  0% {
    opacity: 0.5;
    width: 35%;
    height: 0;
    transform: rotate(-270deg);
  }
  100% {
    opacity: 1;
    width: 40%;
    height: 3;
    transform: rotate(270deg);
  }
}

@keyframes bg-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.reason_video{
  margin: 0 auto 10px;
}
.reason_video figure{
  max-width: 800px !important;
  width: 100%;
  border-radius: 20px;
}
.reason_information{
  max-width: 400px !important;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
}

/* section#morning{
  padding: 80px 0 80px;
} */

/* section#reasons{
  padding: 80px 0 80px;
} */

.dayroutine_title_tablet{
  max-width: 600px;
  margin: 0 auto;
}