@charset "utf-8";
:root{
  --blue:#2064af;
}
.single #header{
  margin-bottom: 73px;
}

.classpage p{
  margin-bottom: 0;
}

.p-date-area{
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-date-area{
    width: auto;
  }
  .p-date{
    width: 316px;
    margin: 0 auto;
  }
}
.p-date-text-wrap{
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-date-text-wrap{
    margin-top: 10px;
  }
}
.p-date-text{
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-date-text{
    font-size: 14px;
  }
}

.p-date-note-wrap{
  margin-top: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-date-note-wrap{
    margin-top: 12px;
  }
}

.p-date-note{
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-date-note{
    font-size: 12px;
  }
}

.p-date-area + .p-cv{
  margin-top: 24px;
}

.p-cv{
  width: 600px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(20, 98, 178, 0.12);
}

@media (max-width: 768px) {
  .p-cv{
    text-align: center;
    width: 100%;
    height: 72px;
  }
}

.p-cv a{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #003dad 0%, #116dd4 100%) 0 0 / 100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease-out 0s;
}

@media (max-width: 768px) {
  .p-cv a{
    font-size: 18px;
  }
}

.p-cv.is-elementary a{
  background: linear-gradient(to right, #ee3f72 0%, #f487a7 100%) 0 0 / 100% 100% no-repeat;
  color: #fff;
}

@media (min-width: 769px) {
.p-cv a:hover{
  opacity: 0.7;
  /* background: linear-gradient(to right, #fd6d26 0%, #fd6d26 100%) 0 0 / 100% 100% no-repeat; */
}
}

.p-cv a::after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%3E%3Cpath%20d%3D%22M9.73%2C10.78l-7.57%2C8.9c-.18.21-.41.32-.66.32s-.48-.11-.66-.32l-.56-.65c-.36-.43-.36-1.13%2C0-1.55l6.36-7.48L.27%2C2.52c-.18-.21-.27-.49-.27-.78s.1-.57.27-.77L.83.32c.17-.2.41-.32.66-.32s.48.11.66.32l7.58%2C8.91c.18.21.27.48.27.77%2C0%2C.3-.1.57-.27.78Z%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E') 0 0 / 100% 100% no-repeat;
}
@media (max-width: 768px) {
  .p-cv a::after{
    right: 20px;
    width: 6px;
    height: 12px;
  }
}

.p-cv.is-elementary a::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%3E%3Cpath%20d%3D%22M9.73%2C10.78l-7.57%2C8.9c-.18.21-.41.32-.66.32s-.48-.11-.66-.32l-.56-.65c-.36-.43-.36-1.13%2C0-1.55l6.36-7.48L.27%2C2.52c-.18-.21-.27-.49-.27-.78s.1-.57.27-.77L.83.32c.17-.2.41-.32.66-.32s.48.11.66.32l7.58%2C8.91c.18.21.27.48.27.77%2C0%2C.3-.1.57-.27.78Z%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E');
}

.p-section-heading{
  color: #e6040a;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 16px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-section-heading{
  font-size: 16px;
  }
}

.p-features{
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-features{
    margin-top: 36px;
  }
}

.p-features-list{
  margin-top: 36px;
  padding: 0;
  display: grid;
  row-gap: 60px;
}
@media (max-width: 768px) {
  .p-features-list{
    row-gap: 44px;
  }
}

.p-features-item{
  list-style: none;
}

.p-features-item-headline{
  color: #e6040a;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-size: 19px;
}

@media (max-width: 768px) {
  .p-features-item-headline{
    font-size: 17px;
  }
}

.p-features-item-content{
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  column-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-features-item-content{
    margin-top: 16px;
    row-gap: 16px;
    grid-template-columns: 100%;
  }
}

.p-features-item-lead{
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-features-item-lead{
  font-size: 16px;
  }
}

.p-features-item-lead > * + * {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-features-item-lead > * + * {
    margin-top: 8px;
  }
}

.p-features-box.is-elementary{
  --color:#ddeffb;
}
.p-features-box.is-junior{
  --color:#ebf7da;
}
.p-features-box.is-senior{
  --color:#ffe9f3;
}
.p-features-box{
  margin-top: 36px;
  background-color: var(--color);
  padding: 52px 20px 40px;
}
@media (max-width: 768px) {
  .p-features-box{
    padding: 44px 20px 32px;
  }
}

.p-features-box-heading{
  text-align: center;
  margin: 0 auto;
  width: 587px;
}

@media (max-width: 768px) {
  .p-features-box-heading{
    width: 100%;
  }
}

.p-features-box-text-wrap{
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  display: grid;
  row-gap: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-features-box-text-wrap{
    margin-top: 24px;
    font-size: 15px;
  }
}


.p-example{
  margin-top: 100px;
}
@media (max-width: 768px) {
  .p-example{
    margin-top: 50px;
  }
}

.p-example.is-elementary{
 --color:#3eb8eb;
}
.p-example.is-junior{
  --color:#7fbe26;
 }
 .p-example.is-senior{
  --color:#eb6d9a;
 }

.p-example-box-wrap{
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-example-box-wrap{
    margin-top: 24px;
  }
}
.p-example-box{
  border: 2px solid var(--color);
}

.p-example-box + .p-example-box{
  margin-top: 24px;
}

.p-example-box-caption{
  margin: 0;
  text-align: center;
  font-size: 17px;
  background-color: var(--color);
  color: #fff;
  padding: 12px 0;
  font-weight: 700;
}

.p-example-box dl{
  margin-bottom: 0;
  padding: 40px;
  display: grid;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .p-example-box dl{
    padding: 20px;
    row-gap: 24px;
  }
}

.p-example-box dt{
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding-left: 24px;
  border-left: 5px solid var(--color);
}
@media (max-width: 768px) {
.p-example-box dt{
  font-size: 16px;
  padding-left: 20px;
}
}

.p-example-box dd{
  font-weight: 700;
  font-size: 16px;
  color: var(--color);
  letter-spacing: 0.06em;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-example-box dd{
    margin-top: 12px;
  }
}

/* .p-cv-area{
  margin-top: 100px;
  background-color: #0e95cd;
  padding: 40px;
}
@media (max-width: 768px) {
  .p-cv-area{
    margin: 60px -15px 0;
    padding: 35px;
  }
}
.p-cv-area-head-text{
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding: 0 15px;
  line-height: 1.2;
}
.p-cv-area-head-text::before{
  content: "";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%) rotate(-30deg);
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.p-cv-area-head-text::after{
  content: "";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%) rotate(30deg);
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.p-cv-area-head-text + .p-cv{
  margin-top: 10px;
}

.p-cv-area-head-tel-area{
  margin-top: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: 180px auto;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .p-cv-area-head-tel-area{
    display: block;
  }
}
.p-cv-area-head-tel-text{
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  grid-column: 1/2;
  grid-row:1/3;
  padding-right: 10px;
  border-right: 1px solid #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: left !important;
}

@media (max-width: 768px) {
  .p-cv-area-head-tel-text{
    font-size: 15px;
    text-align: center !important; 
    padding: 0;
    border: none;
    line-height: 1;
  }
}

.p-cv-area-head-tel{
  display: flex;
  pointer-events: none;
  grid-column: 2/3;
  grid-row:1/2;
  align-items: center;
}

@media (max-width: 768px) {
  .p-cv-area-head-tel{
    margin-top: 10px;
    justify-content: center;
    pointer-events: auto;
    white-space: nowrap;
  }
}


.p-cv-area-head-tel-icon{
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.p-cv-area-head-tel-num{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-cv-area-head-tel-num{
    font-size: 35px;
  }
}

.p-cv-area-head-tel-time{
  color: #fff;
  font-size: 10px;
  text-align: center !important;
  margin: 5px 0 0 0;
}
@media (max-width: 768px) {
  .p-cv-area-head-tel-time{
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-cv-area-bottom-link{
  width: fit-content;
  margin: 20px auto 0;
}
@media (max-width: 768px) {
  .p-cv-area-bottom-link{
    margin-top: 24px;
  }
}

.p-cv-area-bottom-link a{
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  padding-right: 12px;
  position: relative;
}
@media (min-width: 769px) {
.p-cv-area-bottom-link a:hover::before{
  opacity: 0;
}
}

.p-cv-area-bottom-link a::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 12px);
  height: 1px;
  background-color: #fff;
  content: "";
  transition: opacity 0.3s ease-out 0s;
}

.p-cv-area-bottom-link a::after{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%3E%3Cpath%20d%3D%22M9.73%2C10.78l-7.57%2C8.9c-.18.21-.41.32-.66.32s-.48-.11-.66-.32l-.56-.65c-.36-.43-.36-1.13%2C0-1.55l6.36-7.48L.27%2C2.52c-.18-.21-.27-.49-.27-.78s.1-.57.27-.77L.83.32c.17-.2.41-.32.66-.32s.48.11.66.32l7.58%2C8.91c.18.21.27.48.27.77%2C0%2C.3-.1.57-.27.78Z%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E) 0 0 / 100% 100% no-repeat;
} */

.l-conversion-wrap {
  width: 100%;
  margin: 48px 0 0;
  padding: 44px 0 40px;
  background: #253f79;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-conversion-wrap {
    padding: 7.9487179487vw 0;
    margin-top: 12.8205128205vw;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.conversion-catch {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conversion-catch {
    font-size: 4.358974359vw;
  }
}
.conversion-catch span {
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .conversion-catch span {
    padding: 0 5.641025641vw;
  }
}
.conversion-catch span:before, .conversion-catch span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 0;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .conversion-catch span:before, .conversion-catch span:after {
    top: 50%;
    width: 6.1538461538vw;
  }
}
.conversion-catch span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 768px) {
  .conversion-catch span:before {
    left: -1.0256410256vw;
  }
}
.conversion-catch span:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .conversion-catch span:after {
    right: -1.0256410256vw;
  }
}
.conversion-btn {
  padding: 0 12.5%;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .conversion-btn {
    padding: 0 6.4102564103vw;
    margin-top: 2.5641025641vw;
  }
}
.conversion-btn span {
  display: block;
  width: 100%;
  height: 80px;
  background: url(../img/icon_arrow01.svg) no-repeat 95% center, linear-gradient(to right, #ffc21d 0%, #ffdc3b 100%);
  background-size: 10px 21px, 100%;
  font-size: 22px;
  line-height: 80px;
  font-weight: 700;
  color: rgb(51, 51, 51);
  text-align: center;
}
@media screen and (min-width: 767px) {
  .conversion-btn span {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .conversion-btn span {
    height: 14.358974359vw;
    background: url(../img/icon_arrow01.svg) no-repeat 95% center, linear-gradient(to right, #ffc21d 0%, #ffdc3b 100%);
    background-size: 1.6666666667vw 3.3333333333vw, 100%;
    font-size: 4.358974359vw;
    line-height: 14.358974359vw;
  }
}
@media screen and (min-width: 767px) {
  .conversion-btn a:hover span {
    opacity: 0.75;
  }
}

.conversion-lead {
  padding: 16px 0 0;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .conversion-lead {
    padding: 3.5897435897vw 0 0;
  }
}
.conversion-lead .is-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .conversion-lead .is-text {
    font-size: 3.5897435897vw;
  }
}
.l-phone-wrap {
  width: 100%;
  margin: 0;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-phone-wrap {
    padding: 6.6666666667vw 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .conversion-phone-lead {
    width: 100%;
  }
}
.conversion-phone-lead .is-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .conversion-phone-lead .is-text {
    font-size: 3.8461538462vw;
    text-align: center;
  }
}
.conversion-phone-number {
  padding: 0 0 0 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conversion-phone-number {
    padding: 0;
    width: 100%;
  }
}
.conversion-phone-number:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 5%;
  width: 0;
  height: 90%;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .conversion-phone-number:after {
    display: none;
  }
}
.conversion-phone-number .is-number {
  padding: 4px 0 4px 36px;
  background: url(../img/icon_phone_yellow.png) no-repeat left center;
  background-size: 28px 28px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .conversion-phone-number .is-number {
    padding: 1.0256410256vw 0 0.5128205128vw calc(36/390*100vw);
    background: url(../img/icon_phone_yellow.png) no-repeat 0 center;
    background-size: 7.1794871795vw 7.1794871795vw;
    font-size: 8.9743589744vw;
    width: fit-content;
    margin: 0 auto;
  }
}
.conversion-phone-number .is-number a {
  pointer-events: none;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .conversion-phone-number .is-number a {
    pointer-events: auto;
  }
}
.conversion-phone-number .is-time {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .conversion-phone-number .is-time {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}

.conversion-kosya-search {
  padding: 20px 0 0;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .conversion-kosya-search {
    padding: 4.6153846154vw 0 0;
    font-size: 4.358974359vw;
  }
}
.conversion-kosya-search span {
  display: inline-block;
  position: relative;
  color: #fff;
}
.conversion-kosya-search span:before, .conversion-kosya-search span:after {
  content: "";
  display: block;
  position: absolute;
}
.conversion-kosya-search span:before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .conversion-kosya-search span:before {
    -webkit-transition: width ease 0.4s;
    transition: width ease 0.4s;
  }
}
.conversion-kosya-search span:after {
  left: calc(100% + 4px);
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
@media screen and (max-width: 768px) {
  .conversion-kosya-search span:after {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
@media screen and (min-width: 767px) {
  .conversion-kosya-search a:hover span:before {
    width: 0;
  }
}

.flow{
  margin-top: 100px;
}
@media (max-width: 768px) {
  .flow{
    margin-top: 60px;
  }
}

.flow-title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  color: #D70C27;
  margin: 0;
}
@media (max-width: 768px) {
  .flow-title{
    font-size: 22px;
  }

}
.flow-list-wrap{
  margin-top: 42px;
}
@media (max-width: 768px) {
  .flow-list-wrap{
    margin-top: 30px;
  }
}

.flow-list{
  padding: 0;
  margin: 0;
  display: grid;
  row-gap: 30px;
}

@media (max-width: 768px) {
  .flow-list{
    row-gap: 20px;
  }
}

.flow-list li{
  list-style: none;
}

.flow-card{
  background-color: #F6F6F6;
  padding: 50px 40px;
}

@media (max-width: 768px) {
  .flow-card{
    padding: 40px 30px 35px;
  }
}

.flow-card-heading{
  margin: 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 20px;
  align-items: center;
}

@media (max-width: 768px) {
  .flow-card-heading{
    display: block;
  }
}

.flow-card-heading_num{
  font-size: 14px;
  font-weight: 700;
  background-color: #D70C27;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 8px 0;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .flow-card-heading_num{
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 6px 0;
  }
}

.flow-card-heading_text{
  font-size: 17px;
  color:#D70C27;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .flow-card-heading_text{
    margin-top: 15px;
    text-align: center;
    display: block;
  }
}

.flow-card-media{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 28px;
}

@media (max-width: 768px) {
  .flow-card-media{
    display: block;
  }
}

@media (max-width: 768px) {
  .flow-card-media-text-wrap{
    margin-top: 16px;
  }
}

.flow-card-media-text{
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.8;
}

.flow-card-media-button{
  width: 330px;
  height: 56px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(185, 81, 26, 0.12);
}
@media (max-width: 768px) {
  .flow-card-media-button{
    margin-top: 30px;
    width: 100%;
  }
}

.flow-card-media-button a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ee3f72 0%, #f487a7 100%) 0 0 / 100% 100% no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease-out 0s;
}
@media (max-width: 768px) {
  .flow-card-media-button a{
    font-size: 18px;
  }
}
@media (min-width: 769px) {
.flow-card-media-button a:hover{
  opacity: 0.8;
}
}

.flow-card-media-button a:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%3E%3Cpath%20d%3D%22M9.73%2C10.78l-7.57%2C8.9c-.18.21-.41.32-.66.32s-.48-.11-.66-.32l-.56-.65c-.36-.43-.36-1.13%2C0-1.55l6.36-7.48L.27%2C2.52c-.18-.21-.27-.49-.27-.78s.1-.57.27-.77L.83.32c.17-.2.41-.32.66-.32s.48.11.66.32l7.58%2C8.91c.18.21.27.48.27.77%2C0%2C.3-.1.57-.27.78Z%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E) 0 0 / 100% 100% no-repeat;
}

.flow-card-media-tel-area{
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .flow-card-media-tel-area{
    display: block;
    margin-top: 20px;
  }
}
.flow-card-media-tel-area-shoulder{
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .flow-card-media-tel-area-shoulder{
    text-align: center !important;
    letter-spacing: 0;
  }
}
.flow-card-media-tel{
  grid-column: 1/2;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .flow-card-media-tel{
    margin-top: 8px;
    justify-content: center;
    pointer-events: auto;
    white-space: nowrap;
  }
}

.flow-card-media-tel-icon{
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.flow-card-media-tel-num{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media (max-width: 768px) {
  .flow-card-media-tel-num{
    font-size: 35px;
    letter-spacing: 0;
  }
}
.flow-card-media-tel-time{
  grid-column: 2/3;
  font-size: 10px;
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .flow-card-media-tel-time{
    font-size: 12px;
    margin-top: 8px;
    text-align: center !important;
  }
}

/** header footer **/
@media (max-width: 768px) {
#header .nav{
  display: none;
}
}

#footer {
  margin-top: 15px;
}

.shunkikoushu .page-headline {
  width: 100%;
  border-top: 1px solid #e6040a;
  border-bottom: 1px solid #e6040a;
  padding: 16px 0;
  font-size: 22px;
  line-height: 1.5;
  color: #e6040a;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .page-headline {
    padding: 4.1025641026vw 0;
    font-size: 4.1025641026vw;
  }
}

.shunkikoushu .p-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 33px;
}

.shunkikoushu .p-button-item {
  position: relative;
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.shunkikoushu .p-button-item.is-elementary {
  background-color: #3eb8eb;
}
.shunkikoushu .p-button-item.is-junior {
  background-color: #7fbe25;
}
.shunkikoushu .p-button-item.is-senior {
  background-color: #eb6d9a;
}

.shunkikoushu .p-button-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shunkikoushu .p-button-item a:hover {
  opacity: 0.8;
}

.shunkikoushu .p-button-item a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2220%22%20viewBox%3D%220%200%2010%2020%22%3E%3Cpath%20d%3D%22M9.73%2C10.78l-7.57%2C8.9c-.18.21-.41.32-.66.32s-.48-.11-.66-.32l-.56-.65c-.36-.43-.36-1.13%2C0-1.55l6.36-7.48L.27%2C2.52c-.18-.21-.27-.49-.27-.78s.1-.57.27-.77L.83.32c.17-.2.41-.32.66-.32s.48.11.66.32l7.58%2C8.91c.18.21.27.48.27.77%2C0%2C.3-.1.57-.27.78Z%22%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E) 0 0/100% 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .p-button-item img {
    width: 18.4615384615vw;
    height: 18.4615384615vw;
  }
}
.shunkikoushu .p-button-text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .p-button-text {
    font-size: 4.6153846154vw;
  }
}

.shunkikoushu .hero-schedule-list {
  padding: 0;
  margin: 28px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .hero-schedule-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.6153846154vw 0 0;
  }
}
.shunkikoushu .hero-schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  font-weight: 700;
  color: #253f7a;
  white-space: nowrap;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .hero-schedule-item {
    width: 100%;
    padding: 0.5128205128vw 2.5641025641vw;
    font-size: 6.1538461538vw;
    text-align: left;

  }
}
.shunkikoushu .hero-schedule-item .is-label {
  display: inline-block;
  width: 180px;
  height: 54px;
  margin-right: 22px;
  background: #3eb8eb;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .hero-schedule-item .is-label {
    width: 25.641025641vw;
    height: 7.6923076923vw;
    margin-right: 3.0769230769vw;
    font-size: 4.1025641026vw;
    line-height: 7.1794871795vw;
  }
}
.shunkikoushu .hero-schedule-item small {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .shunkikoushu .hero-schedule-item small {
    font-size: 4.6153846154vw;
  }
}

.l-button-wrap {
  width: 100%;
  margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
  .l-button-wrap {
    margin-top: 12.8205128205vw;
  }
}

/* 指導料（料金）について　エリア */
.p-price {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-price {
    margin-top: 60px;
  }
}

.p-price-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-price-content {
    grid-template-columns: 1fr;
    gap: 10vw;
  }
}

.p-price-content-text {
  font-size: 15px;
}

.p-price-button-wrap {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.p-price-button-catch {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price-button-catch {
    font-size: 4.358974359vw;
  }
}
.p-price-button-catch span {
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-price-button-catch span {
    padding: 0 5.641025641vw;
  }
}
.p-price-button-catch span:before, .p-price-button-catch span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 0;
  border-top: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .p-price-button-catch span:before, .p-price-button-catch span:after {
    top: 50%;
    width: 6.1538461538vw;
  }
}
.p-price-button-catch span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
@media screen and (max-width: 768px) {
  .p-price-button-catch span:before {
    left: -1.0256410256vw;
  }
}
.p-price-button-catch span:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .p-price-button-catch span:after {
    right: -1.0256410256vw;
  }
}