@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  background: rgba(255, 255, 255, .5);
  padding: 10rem 0;
  position: relative;
}
.topsec::before{
  content: "";
  background-image: url(../images/bg/bg_cmn.webp);
  background-repeat: repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec{
    padding: 5rem 0;
  }
}

/*****************************
  topsec-firstview
*****************************/
.topsec-firstview {
  padding: 0;
}
.topsec-firstview .fv{
  background: url(../images/fv.webp) no-repeat bottom / cover;
  height: 100vh;
}
.topsec-firstview .fv img{
  display: none;
}
@media only screen and (max-width: 1180px) {
  .topsec-firstview .fv{
    background: none;
    height: 100%;
  }
  .topsec-firstview .fv img{
    display: block;
  }
}
@media only screen and (max-width: 1080px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {

}

/*****************************
  topsec-about
*****************************/
.happy-kids-about {
  padding: 58px 24px 70px;
  color: #3a3a3a;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "YuGothic",
    "Meiryo",
    sans-serif;
}
.happy-kids-about__inner {
  width: min(1085px, 100%);
  margin: 0 auto;
}
.happy-kids-about__header {
  margin-bottom: 38px;
  text-align: center;
}
.happy-kids-about__title {
  margin: 0 0 14px;
  color: #3a3a3a;
  font-size: clamp(24px, 2.4vw, 31px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.happy-kids-about__title span {
  position: relative;
  top: -0.1em;
  /* margin-left: 8px; */
  font-size: 0.7em;
  font-weight: 600;
}
.happy-kids-about__english,
.happy-kids-about__catch,
.happy-kids-about__message {
  margin: 0;
  color: #3a3a3a;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.happy-kids-about__english {
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.5;
  word-break: normal;
}
.happy-kids-about__catch {
  margin-top: 4px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.5;
}
.happy-kids-about__message {
  margin-top: 5px;
  font-size: clamp(14px, 1.45vw, 18px);
  line-height: 1.7;
}
.happy-kids-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 18px;
}
.happy-kids-card {
  position: relative;
  min-height: 223px;
  overflow: hidden;
  padding: 24px 16px;
  color: #ffffff;
}
.happy-kids-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.15vw, 24px);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.happy-kids-card--orange {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: #ff9f1c;
}
.happy-kids-card--orange p {
  margin: 0 0 2px 94px;
}
.happy-kids-card--green {
  background-color: #009b32;
}
.happy-kids-card--pink {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #ff0063;
}
.happy-kids-card--pink p {
  white-space: nowrap;
  font-size: clamp(23px, 2.15vw, 24px);
  line-height: 1.6;
}
.happy-kids-card--blue {
  background-color: #0d86be;
}
.happy-kids-card--red {
  display: flex;
  align-items: flex-end;
  background-color: #ff431b;
}
.happy-kids-card--purple {
  background-color: #5655a0;
}
.happy-kids-card--purple p {
  font-size: clamp(23px, 2.1vw, 24px);
  line-height: 1.6;
}
.happy-kids-card__top {
  align-self: flex-start;
}
.happy-kids-card__top--center {
  width: 100%;
  text-align: center;
}
.happy-kids-card__bottom {
  position: relative;
  z-index: 2;
}
.happy-kids-icon {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  pointer-events: none;
}
.happy-kids-icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.happy-kids-icon--graduate {
  top: 27px;
  left: 14px;
  width: 135px;
}
.happy-kids-icon--calendar {
  right: 30px;
  bottom: 18px;
  width: 132px;
}
.happy-kids-icon--clock {
  top: 8px;
  right: 16px;
  width: 137px;
}
.happy-kids-icon--pencil {
  right: 40px;
  bottom: 18px;
  width: 145px;
}
.happy-kids-icon--pin {
  top: 0;
  right: 1px;
  width: 145px;
}
.happy-kids-icon--book {
  bottom: 8px;
  left: 40px;
  width: 100px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 900px) {
  .happy-kids-about {
    padding-top: 40px;
  }
  .happy-kids-about__inner {
    width: min(720px, 100%);
  }
  .happy-kids-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .happy-kids-icon--clock {
    width: 110px;
  }
}

@media screen and (max-width: 600px) {
  .happy-kids-about {
    padding: 28px 12px 50px;
  }
  .happy-kids-about__inner {
    width: min(430px, 100%);
  }
  .happy-kids-about__header {
    margin-bottom: 24px;
  }
  .happy-kids-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .happy-kids-card {
    min-height: 180px;
  }
  .happy-kids-card p {
    font-size: 20px;
  }
  .happy-kids-card--orange p {
    margin-left: 90px;
  }
  .happy-kids-icon--book {
    left: 10px;
  }
  .happy-kids-icon--clock {
    width: 96px;
  }
}

/*****************************
  topsec-greeting
*****************************/
.topsec-greeting .greetingbox{
  background: #fff;
  border: 2px solid #0411B9;
  border-radius: 5px;
  padding: 1rem;
}
.topsec-greeting .greetingbox::before,
.topsec-greeting .greetingbox::after{
  content: "";
  background: url(../images/bg/bg_greeting_l.webp) no-repeat left / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 268px;
}
.topsec-greeting .greetingbox::after{
  background: url(../images/bg/bg_greeting_r.webp) no-repeat right / cover;
  left: auto;
  right: 0;
  width: 350px;
}
.topsec-greeting .greetingbox h2{
  background: #0411B9;
  border-radius: 5px;
  color: #F9F871;
  font-size: 3rem;
  letter-spacing: 2px;
  padding: 3rem 1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.topsec-greeting .greetingbox .ob{
  animation: 4s linear infinite fluffy;
  background: url(../images/ob/greeting_kids1.svg) no-repeat center / contain;
  position: absolute;
  z-index: -1;
}
.topsec-greeting .greetingbox .ob1{
  bottom: 25%;
  left: 1%;
  height: 225px;
  width: 110px;
}
.topsec-greeting .greetingbox .ob2{
  animation-timing-function: ease-in;
  background: url(../images/ob/greeting_kids2.svg) no-repeat center / contain;
  bottom: 0;
  left: 10%;
  height: 180px;
  width: 145px;
}
.topsec-greeting .greetingbox .ob3{
  animation-timing-function: ease-out;
  background: url(../images/ob/greeting_kids3.svg) no-repeat center / contain;
  right: 1%;
  bottom: 25%;
  height: 210px;
  width: 170px;
}
.topsec-greeting .greetingbox .ob4{
  animation-timing-function: ease-in-out;
  background: url(../images/ob/greeting_kids4.svg) no-repeat center / contain;
  right: 10%;
  bottom: 0;
  height: 190px;
  width: 180px;
}
.topsec-greeting .greetingbox .contentbox{
  padding: 5rem;
  text-align: center;
  z-index: 1;
}

.topsec-greeting .greetingbox .contentbox h3{
  color: #0411B9;
  font-size: 2.6rem;
  letter-spacing: 4px;
  margin-bottom: 3rem;
}
.topsec-greeting .greetingbox .contentbox .txtbox span{
  color: #E61964;
  font-size: 2.4rem;
}
.topsec-greeting .greetingbox .contentbox .name{
  margin-top: 4rem;
}
@media only screen and (max-width: 1180px) {
  .topsec-greeting .greetingbox .contentbox{
    padding: 5rem 15rem;
    text-align: left;
  }
  .topsec-greeting .greetingbox .contentbox h3{
    text-align: center;
  }
  .topsec-greeting .greetingbox .ob1 {
    bottom: 23rem;
    left: 0;
    width: 80px;
  }
  .topsec-greeting .greetingbox .ob2 {
    bottom: 8rem;
    left: 3rem;
    width: 105px;
  }
  .topsec-greeting .greetingbox .ob3 {
    right: 0rem;
    bottom: 20rem;
    width: 130px;
  }
  .topsec-greeting .greetingbox .ob4 {
    right: 8rem;
    bottom: 5rem;
    width: 140px;
  }
  .topsec-greeting .greetingbox .contentbox .name {
    text-align: right;
  }
}
@media only screen and (max-width: 1080px) {
  .topsec-greeting .greetingbox::before{
    background-position: right;
    width: 230px;
  }
  .topsec-greeting .greetingbox::after{
    background-position: left;
  }
  .topsec-greeting .greetingbox .contentbox {
    padding: 5rem 12rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-greeting .greetingbox h2{
    font-size: 2.6rem;
    padding: 2rem 1rem;
  }
  .topsec-greeting .greetingbox .contentbox {
    padding: 5rem 9rem;
  }
  .topsec-greeting .greetingbox .ob1 {
    bottom: 13rem;
  }
  .topsec-greeting .greetingbox .ob2 {
    bottom: -4rem;
    width: 95px;
  }
  .topsec-greeting .greetingbox .ob3 {
    width: 110px;
  }
  .topsec-greeting .greetingbox .ob4 {
    right: 5rem;
    width: 120px;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-greeting .greetingbox h2 span{
    display: none;
  }
  .topsec-greeting .greetingbox .contentbox{
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff, 3px 3px 2px #fff, -1px 3px 2px #fff, 3px -1px 2px #fff, -1px -1px 2px #fff, 3px 1px 2px #fff, 0px 3px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-greeting .inner1{
    padding: 0;
  }
  .topsec-greeting .greetingbox{
    border: none;
    padding: 1rem 2rem;
  }
  .topsec-greeting .greetingbox h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 1rem 0rem;
  }
  .topsec-greeting .greetingbox .contentbox {
    padding: 3rem 0 24rem;
  }
  .topsec-greeting .greetingbox .ob1 {
    height: 140px;
  }
  .topsec-greeting .greetingbox .ob2 {
    bottom: 0;
    height: 120px;
  }
  .topsec-greeting .greetingbox .ob3 {
    right: 5rem;
    bottom: 10rem;
    height: 130px;
  }
  .topsec-greeting .greetingbox .ob4 {
    bottom: 3rem;
    right: 0;
    height: 130px;
  }
}

/*****************************
  topsec-philosophy
*****************************/
.topsec-philosophy .imgttl{
  width: 368px;
}
.topsec-philosophy .imgttl .fimgbox{
  width: 25%;
}
.topsec-philosophy .contentbox{
  margin-top: 3rem;
  padding-top: 3rem;
  width: 48%;
}
.topsec-philosophy .subttl,
.topsec-philosophy .contentbox h4{
  margin-bottom: 2rem ;
}
.topsec-philosophy .subttl h3{
  color: #E61964;
}
.topsec-philosophy .subttl h3,
.topsec-philosophy .contentbox h4{
  font-size: 2.4rem;
}
.topsec-philosophy .imgbox{
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
}
@media only screen and (max-width: 1280px) {
  .topsec-philosophy .contentbox {
    width: 53%;
  }
  .topsec-philosophy .imgbox {
    width: 44%;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-philosophy .contentbox2{
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .topsec-philosophy .contentbox{
    width: 100%;
  }
  .topsec-philosophy .contentbox1 p:first-of-type{
    width: 53%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-philosophy .contentbox {
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .topsec-philosophy .imgttl{
    max-width: 85%;
  }
  .topsec-philosophy .contentbox1 p:first-of-type,
  .topsec-philosophy .imgbox{
    width: 100%;
  }
  .topsec-philosophy .imgbox{
    margin-top: 2rem;
    position: static;
  }
  .topsec-philosophy .subttl h3,
  .topsec-philosophy .contentbox h4{
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 321px) {
  .topsec-philosophy .subttl h3,
  .topsec-philosophy .contentbox h4{
    font-size: 2rem;
  }
}

/*****************************
  topsec-worries
*****************************/
.topsec-worries .ttlbox{
  margin-bottom: 4rem;
  text-align: center;
}
.topsec-worries .ttlbox h2{
  font-size: 3rem;
  display: inline-block;
  position: relative;
}
.topsec-worries .ttlbox h2::before,
.topsec-worries .ttlbox h2::after{
  content: "";
  background: url(../images/ob/ttlob1_l.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 55px;
}
.topsec-worries .ttlbox h2::before{
  left: -6rem;
}
.topsec-worries .ttlbox h2::after{
  background: url(../images/ob/ttlob1_r.svg) no-repeat center / contain;
  right: -6rem;
}
.topsec-worries .ttlbox span{
  display: block;
}
.topsec-worries .fbox{
  background: #FDFDD8;
  border: 2px solid #262626;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 2rem 4rem;
  position: relative;
  height: 500px;
  width: 33.33333%;
}
.topsec-worries .fbox2{
  background: #F6ECEA;
}
.topsec-worries .fbox3{
  background: #D4EFF0;
}
.topsec-worries .fbox .ttl{
  color: #B4B328;
  align-items: center;
  margin-bottom: 1rem;
}
.topsec-worries .fbox2 .ttl{
  color: #FF8F76;
}
.topsec-worries .fbox3 .ttl{
  color: #00A0A3;
  margin-bottom: 2rem;
}
.topsec-worries .fbox .ttl dt{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}
.topsec-worries .fbox .ttl dt span{
  font-weight: normal;
  line-height: 1;
}
.topsec-worries .fbox .ttl dt .num{
  font-size: 8rem;
  margin-top: -1.5rem;
}
.topsec-worries .fbox .ttl dd{
  font-size: 2rem;
  margin-left: auto;
  width: calc(100% - 130px);
}
.topsec-worries .fbox .imgbox{
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1280px) {
  .topsec-worries .fbox {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-worries .fbox .ttl dt .num{
    font-size: 6rem;
    margin-top: -1rem;
  }
  .topsec-worries .fbox .ttl dd {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1080px) {
  .topsec-worries .fbox {
    border: 1px solid #262626;
    border-radius: 10px;
    box-shadow: 3px 3px;
    overflow: hidden;
    margin: 1rem auto;
    height: 460px;
    width: 48%;
  }
  .topsec-worries .fbox .ttl dt {
    width: 114px;
  }
  .topsec-worries .fbox .ttl dt .num {
    font-size: 5rem;
    margin-top: -0.5rem;
  }
  .topsec-worries .fbox .ttl dd {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-worries .fbox .ttl dd {
    font-size: 1.8rem;
  }
  .topsec-worries .fbox {
    margin: 2rem auto;
    height: 450px;
    width: 60%;
  }
  .topsec-worries .fbox2{
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .topsec-worries .fbox{
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .topsec-worries .ttlbox {
    margin-bottom: 2rem;
  }
  .topsec-worries .ttlbox h2{
    font-size: 2.6rem;
  }
  .topsec-worries .fbox {
    padding: 1rem 2rem;
    width: calc(100% - 4rem);
  }
  .topsec-worries .fbox .ttl dt{
    align-items: baseline;
    width: 100%;
  }
  .topsec-worries .fbox .ttl dd {
    margin-top: -3rem;
    width: calc(100% - 70px);
  }
  .topsec-worries .fbox1,
  .topsec-worries .fbox3 {
    height: 500px;
  }
  .topsec-worries .fbox2 .txtbox br:first-of-type{
    display: none;
  }
}
@media only screen and (max-width: 321px) {
  .topsec-worries .fbox1 {
    height: 530px;
  }
  .topsec-worries .fbox .ttl dt .num {
    font-size: 3.6rem;
    margin-top: 0rem;
  }
  .topsec-worries .fbox .ttl dd {
    width: calc(100% - 50px);
  }
  .topsec-worries .fbox {
    padding: 1rem 1.5rem;
    width: calc(100% - 2rem);
  }

}

/*****************************
  topsec-concept
*****************************/
.topsec-concept .ttlbox{
  color: #fff;
  height: 1rem;
}
.topsec-concept .ttlbox .ttl{
  background: #0411B9;
  border-radius: 100px;
  margin: 0 auto;
  max-width: 650px;
  padding: 3rem 5rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.topsec-concept .conceptbox{
  background: #fff;
  border: 2px solid #0411B9;
  border-radius: 5px;
  overflow: hidden;
}
.topsec-concept .conceptbox .bg{
  background: #0411B9;
  height: 90px;
}
.topsec-concept .imgttl{
  width: calc(100% - 165px);
}
.topsec-concept .imgttl .fimgbox{
  width: 20%;
}
.topsec-concept .contentbox{
  padding: 5rem 10rem;
  z-index: 1;
}
.topsec-concept .conceptbox .contentbox::before,
.topsec-concept .conceptbox .contentbox::after{
  content: "";
  background: url(../images/bg/bg_concept_l.webp) no-repeat left / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 268px; 
  z-index: -1;
}
.topsec-concept .conceptbox .contentbox::after{
  background: url(../images/bg/bg_concept_r.webp) no-repeat right / cover;
  left: auto;
  right: 0;
  width: 350px;
}
.topsec-concept .conceptbox .contentbox .subttl {
  text-align: center;
}
.topsec-concept .conceptbox .contentbox .subttl h3{
  font-size: 3rem;
}
.topsec-concept .conceptbox .contentbox .catch{
  margin: 2rem 0 3rem;
  text-align: center;
}
.topsec-concept .conceptbox .contentbox .catch h4{
  border: 3px solid #E61964;
  border-radius: 6px;
  color: #E61964;
  display: inline-block;
  font-size: 2.6rem;
  padding: 1rem 4rem;
}
.topsec-concept .conceptbox .contentbox ul{
  margin: 0 auto;
  max-width: 750px;
}
.topsec-concept .conceptbox .contentbox li{
  border-bottom: 3px solid #55518F;
  margin-bottom: 1rem;
  padding: 0 0 1rem 4rem;
  position: relative;
}
.topsec-concept .conceptbox .contentbox li::before{
  content: "";
  background: url(../images/ob/concept_pen.svg) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 30px;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1080px) {
  .topsec-concept .conceptbox .contentbox::before{
    background-position: right;
    width: 180px;
  }
  .topsec-concept .conceptbox .contentbox::after{
    background-position: left;
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .topsec-concept .conceptbox .contentbox .subttl h3{
    font-size: 2.6rem;
  }
  .topsec-concept .contentbox{
    padding: 5rem;
  }
  .topsec-concept .conceptbox .contentbox .catch h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-concept .ttlbox{
    height: auto;
  }
  .topsec-concept .ttlbox .ttl{
    display: block;
    padding: 0.5rem 3rem;
    width: 90%;
  }
  .topsec-concept .ttlbox .ttl h2{
    font-size: 2.2rem;
  }
  .topsec-concept .imgttl{
    width: 100%;
  }
  .topsec-concept .inner1{
    padding: 0;
  }
  .topsec-concept .conceptbox{
    border: none;
  }
  .topsec-concept .conceptbox .bg{
    height: 60px;
  }
  .topsec-concept .contentbox{
    padding: 3rem 2rem;
  }
  .topsec-concept .conceptbox .contentbox .subttl h3 {
    font-size: 2.2rem;
  }
  .topsec-concept .conceptbox .contentbox .catch h4 {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .topsec-concept .conceptbox .contentbox::before {
    width: 100px;
  }
  .topsec-concept .conceptbox .contentbox::after {
    width: 200px;
  }
}
@media only screen and (max-width: 321px) {
  .topsec-concept .conceptbox .contentbox .subttl h3 {
    font-size: 2rem;
  }
  .topsec-concept .conceptbox .contentbox .catch h4 {
    font-size: 1.6rem;
  }
}

/*****************************
  topsec-feature
*****************************/
.topsec-feature{
  background: none;
  padding: 0;
}
.topsec-feature::before{
  background: none;
}
.topsec-feature .program1{
  background: #0411B9;
  padding: 10rem 0;
}
.topsec-feature .program2{
  background: #e2e3f2;
  padding: 10rem 0;
}

.topsec-feature .program1 .ttlbox{
  color: #fff;
  text-align: center;
}
.topsec-feature .program1 .ttlbox h2{
  font-size: 3rem;
  letter-spacing: 3px;
}
.topsec-feature .program1 .ttlbox p{
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.topsec-feature .program1 .contentbox{
  margin-top: 4rem;
}
.topsec-feature .program1 .fbox{
  background: #FDFDD8;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .4);
  width: 32%;
}
.topsec-feature .program1 .fbox2 {
  background: #F6ECEA;
}
.topsec-feature .program1 .fbox3 {
  background: #D4EFF0;
}
.topsec-feature .program1 .fbox dt{
  background: #fff;
  border-radius: 5px 5px 0 0;
  color: #B4B328;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.2rem;
  padding: 2rem 0rem 2rem 8.5rem;
  position: relative;
  height: 98px;
}
.topsec-feature .program1 .fbox2 dt{
  color: #FF8F76;
}
.topsec-feature .program1 .fbox3 dt{
  color: #00A0A3;
}
.topsec-feature .program1 .fbox dt::before{
  content: "";
  background: url(../images/ob/program_flag1.svg) no-repeat center / contain;
  position: absolute;
  top: -1.9rem;
  left: 0;
  height: 100px;
  width: 90px;
}
.topsec-feature .program1 .fbox2 dt::before{
  background: url(../images/ob/program_flag2.svg) no-repeat center / contain;
}
.topsec-feature .program1 .fbox3 dt::before{
  background: url(../images/ob/program_flag3.svg) no-repeat center / contain;
}
.topsec-feature .program1 .fbox dd{
  padding: 2rem ;
}
.topsec-feature .program1 .fbox dd ul{
  margin: 0 auto;
  max-width: 330px;
}
.topsec-feature .program1 .fbox dd li{
  margin-bottom: .5rem;
  padding-left: 2.5rem;
  position: relative;
}
.topsec-feature .program1 .fbox dd li::before{
  content: "";
  background: url(../images/ob/program_circle1.svg) no-repeat center / contain;
  position: absolute;
  top: 4.5px;
  left: 0;
  height: 20px;
  width: 20px;
}
.topsec-feature .program1 .fbox2 dd li::before{
  background: url(../images/ob/program_circle2.svg) no-repeat center / contain;
}
.topsec-feature .program1 .fbox3 dd li::before{
  background: url(../images/ob/program_circle3.svg) no-repeat center / contain;
}

.topsec-feature .program2 .ttlbox{
  color: #fff;
  height: 1rem;
}
.topsec-feature .program2 .ttlbox .ttl{
  background: #0411B9;
  border-radius: 100px;
  margin: 0 auto;
  max-width: 650px;
  padding: 3rem 5rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.topsec-feature .program2 .programbox{
  background: #fff;
  border: 2px solid #0411B9;
  border-radius: 5px;
  overflow: hidden;
}
.topsec-feature .program2 .programbox .bg{
  background: #0411B9;
  height: 90px;
}
.topsec-feature .program2 .imgttl{
  width: calc(100% - 80px);
}
.topsec-feature .program2 .imgttl .fimgbox{
  width: calc(100% / 7);
}
.topsec-feature .program2 .contentbox{
  padding: 5rem 10rem;
  z-index: 1;
}
.topsec-feature .program2 .contentbox::before,
.topsec-feature .program2 .contentbox::after{
  content: "";
  background: url(../images/bg/bg_program_l.webp) no-repeat left / cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px; 
  z-index: -1;
}
.topsec-feature .program2 .contentbox::after{
  background: url(../images/bg/bg_program_r.webp) no-repeat right / cover;
  left: auto;
  right: 0;
  width: 258px;
}
.topsec-feature .program2 .subttl{
  text-align: center;
}
.topsec-feature .program2 .subttl h3{
  font-size: 3rem;
}
.topsec-feature .program2 .inbox{
  margin: 5rem auto 0;
  max-width: 940px;
}
.topsec-feature .program2 .inbox::before,
.topsec-feature .program2 .inbox::after{
  content: "";
  background: #E61964;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  height: 10px;
  width: 70px;
}
.topsec-feature .program2 .inbox::after{
  height: 70px;
  width: 10px;
}
.topsec-feature .program2 .fbox{
  background: #E2E1EB;
  border: 3px dotted #55518F;
  border-radius: 5px;
  padding: 4rem 1rem 2rem;
  position: relative;
  width: 44%;
}
.topsec-feature .program2 .fbox2{
  background: #FAEDF2;
  border: 3px dotted #E61964;
}
.topsec-feature .program2 .fbox .ttl{
  position: absolute;
  top: -3rem;
  left: 0;
  text-align: center;
  width: 100%;
}
.topsec-feature .program2 .fbox .ttl h4{
  background: #fff;
  border: 3px solid #55518F;
  border-radius: 5px;
  color: #55518F;
  display: inline-block;
  font-size: 2rem;
  padding: .5rem 3rem;
}
.topsec-feature .program2 .fbox2 .ttl h4{
  border: 3px solid #E61964;
  color: #E61964;
}
.topsec-feature .program2 .fbox ol{
  counter-reset: number;
  margin: 0 auto;
  max-width: 300px;
}
.topsec-feature .program2 .fbox ol li{
  padding-left: 2rem;
  position: relative;
}
.topsec-feature .program2 .fbox ol li::before {
  counter-increment: number;
  content: counter(number)'.';
  position: absolute;
  left: 0;
}
.topsec-feature .program2 .fbox2 ol{
  counter-reset: number 4;
}
@media only screen and (max-width: 1180px) {
  .topsec-feature .program1 .fbox dt{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1080px) {
  .topsec-feature .program2 .contentbox::before{
    background-position: right;
  }
  .topsec-feature .program2 .contentbox::after{
    background-position: left;
  }
  .topsec-feature .program1 .fbox{
    margin: 1rem auto;
    width: 44%;
  }
  .topsec-feature .program1 .fbox3{
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-feature .program1 .fbox{
    width: 48%;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-feature .program2 .contentbox{
    padding: 5rem;
  }
  .topsec-feature .program2 .subttl h3 {
    font-size: 2.6rem;
  }
  .topsec-feature .program2 .fbox{
    width: 45%;
  }
  .topsec-feature .program2 .fbox .ttl h4{
    font-size: 1.8rem;
  }
  .topsec-feature .program2 .inbox::before{
    width: 50px;
  }
  .topsec-feature .program2 .inbox::after {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-feature .program1{
    padding: 5rem 0;
  }
  .topsec-feature .program1 .ttlbox h2 {
    font-size: 2.6rem;
  }
  .topsec-feature .program1 .ttlbox p {
    font-size: 1.8rem;
  }
  .topsec-feature .program1 .fbox {
    width: 100%;
  }
  .topsec-feature .program1 .fbox dt {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 1rem 0rem 1rem 6.5rem;
    height: auto;
  }
  .topsec-feature .program1 .fbox dt::before {
    height: 83px;
    width: 60px;
  }

  .topsec-feature .program2{
    padding-bottom: 0;
  }
  .topsec-feature .program2 .inner1{
    padding: 0;
  }
  .topsec-feature .program2 .ttlbox {
    height: auto;
  }
  .topsec-feature .program2 .ttlbox .ttl {
    display: block;
    padding: 0.5rem 3rem;
    width: 90%;
  }
  .topsec-feature .program2 .ttlbox .ttl h2{
    font-size: 2.2rem;
  }
  .topsec-feature .program2 .imgttl {
    width: 100%;
  }
  .topsec-feature .program2 .programbox{
    border: none;
  }
  .topsec-feature .program2 .programbox .bg {
    height: 60px;
  }
  .topsec-feature .program2 .contentbox {
    padding: 3rem 2rem;
  }
  .topsec-feature .program2 .subttl h3 {
    font-size: 2.2rem;
  }
  .topsec-feature .program2 .fbox {
    width: 100%;
  }
  .topsec-feature .program2 .fbox2 {
    margin-top: 12rem;
  }
  .topsec-feature .program2 .inbox::before,
  .topsec-feature .program2 .inbox::after {
    top: 45%;
  }
  .topsec-feature .program2 .contentbox::before{
    width: 140px;
  }
  .topsec-feature .program2 .contentbox::after {
    width: 200px;
  }
}

/*****************************
  topsec-point
*****************************/
.topsec-point .ttlbox{
  margin: 0 auto;
  max-width: 625px;
}
.topsec-point .imgttl .fimgbox{
  width: calc(100% / 7);
} 
.topsec-point .pointbox .point{
  background: #fff;
  margin-top: 10rem;
}
.topsec-point .pointttl,
.topsec-point .pointcontent{
  border: 3px solid #0411B9;
  padding: 3rem 2rem 2rem;
}
.topsec-point .pointttl{
  background: #0411B9;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
}
.topsec-point .pointcontent{
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 2rem 6rem;
}
.topsec-point .pointttl h3{
  font-size: 3rem;
  position: relative;
}
.topsec-point .pointttl .num{
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
}
.topsec-point .pointttl .num::before{
  content: "";
  background: #0411B9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topsec-point .pointttl .pnum{
  color: #F9F871;
  font-size: 6rem;
  margin-top: -1.2rem;
}
.topsec-point .pointcontent .subttl{
  margin-bottom: 2rem;
  text-align: center;
}
.topsec-point .pointcontent .subttl .ttl{
  font-size: 3rem;
}
.topsec-point .pointcontent .txtbox{
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff, 3px 3px 2px #fff, -1px 3px 2px #fff, 3px -1px 2px #fff, -1px -1px 2px #fff, 3px 1px 2px #fff, 0px 3px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff;
}
.topsec-point .pointcontent .inbox{
  margin: 0 auto;
  max-width: 1080px;
  padding: 4rem 0;
}
.topsec-point .pointcontent .inbox2{
  border-top: 3px dotted #55518F;
}
.topsec-point .point3 .pointcontent dl{
  margin: 0 auto;
  max-width: 1024px;
}
.topsec-point .pointcontent dl .fbox{
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  overflow: hidden;
}
.topsec-point .pointcontent dl .fbox dt{
  background: #E61964;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 1rem ;
  text-align: center;
}
.topsec-point .pointcontent dl .fbox dt span{
  color: #F9F871;
  font-size: 2.6rem;
}
.topsec-point .pointcontent dl .fbox dd{
  padding: 1rem;
}
.topsec-point .pointcontent dl .fbox dd .txtbox{
  padding: 1rem;
}
.topsec-point .point4 .pointcontent dl .fbox{
  width: 24%;
}
.topsec-point .point4 .pointcontent dl .fbox dt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  line-height: 1.6;
}
.topsec-point .pointcontent .work{
  border-bottom: 3px dotted #55518F;
  margin: 0 auto;
  max-width: 1080px;
  padding: 4rem 0;
}
.topsec-point .pointcontent .work3{
  border-bottom: none;
}
.topsec-point .pointcontent .work dt{
  background: #FAEDF2;
  border: 3px solid #E61964;
  border-radius: 6px;
  color: #E61964;
  display: inline-block;
  font-size: 2.4rem;
  min-width: 280px;
  padding: 1rem 4rem;
  text-align: center;
}
.topsec-point .pointcontent .work dd{
  margin-top: 2rem;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff, 3px 3px 2px #fff, -1px 3px 2px #fff, 3px -1px 2px #fff, -1px -1px 2px #fff, 3px 1px 2px #fff, 0px 3px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff;
}
.topsec-point .point .ob{
  position: absolute;
}
.topsec-point .point1 .ob1{
  background: url(../images/ob/point_hum.svg) no-repeat center / contain;
  bottom: 1rem;
  right: 0;
  height: 330px;
  width: 160px;
  z-index: 1;
}
.topsec-point .point1 .ob2{
  background: url(../images/ob/point_kids1.svg) no-repeat center / contain;
  bottom: 8rem;
  right: 20rem;
  height: 160px;
  width: 118px;
}
.topsec-point .point1 .ob3{
  background: url(../images/ob/point_kids2.svg) no-repeat center / contain;
  bottom: .5rem;
  right: 10rem;
  height: 160px;
  width: 118px;
}
.topsec-point .point5 .ob{
  background: url(../images/ob/point_talk.svg) no-repeat bottom / contain;
  bottom: 0;
  right: 0;
  height: 300px;
  width: 500px;
}
@media only screen and (max-width: 1280px) {
  .topsec-point .pointcontent dl .fbox dt{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1180px) {
  .topsec-point .point4 .pointcontent dl .fbox dt{
    height: 100px;
  }
  .topsec-point .point4 .pointcontent dl .fbox{
    margin: 2rem auto;
    width: 48%;
  }
  .topsec-point .point4 .pointcontent dl .fbox img{
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
}
@media only screen and (max-width: 1080px) {
  .topsec-point .point1 .ob1{
    width: 110px;
  }
  .topsec-point .point1 .ob2 {
    right: 11rem;
    width: 98px;
  }
  .topsec-point .point1 .ob3 {
    bottom: 1rem;
    right: 8rem;
    width: 88px;
  }
  .topsec-point .pointttl h3{
    font-size: 2.6rem;
  }
  .topsec-point .pointttl .pnum {
    font-size: 5rem;
    margin-top: -0.8rem;
  }
  .topsec-point .point5 .ob {
    width: 450px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-point .pointcontent{
    padding: 2rem 4rem;
  }
  .topsec-point .pointcontent .subttl .ttl {
    font-size: 2.4rem;
  }
  .topsec-point .point1 .ob1{
    height: 220px;
    width: 90px;
    z-index: 0;
  }
  .topsec-point .point1 .ob2 {
    bottom: 6rem;
    right: 8rem;
    height: 90px;
    width: 70px;
  }
  .topsec-point .point1 .ob3 {
    bottom: 0;
    right: 5rem;
    height: 100px;
    width: 68px;
  }
  .topsec-point .point5 .ob {
    width: 360px;
  }
  .topsec-point .pointcontent .work dt{
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-point .ttlbox h2{
    font-size: 2.2rem;
  }
  .topsec-point .pointttl .num {
    padding: 1rem 3rem;
  }
  .topsec-point .pointttl .pnum {
    font-size: 4rem;
    margin-top: -0.6rem;
  }
  .topsec-point .pointttl {
    padding: 1.5rem 1rem 2rem;
  }
  .topsec-point .pointttl h3 {
    font-size: 2rem;
  }
  .topsec-point .pointcontent {
    padding: 3rem 2rem;
  }
  .topsec-point .pointcontent .inbox1{
    padding-top: 0;
  }
  .topsec-point .pointcontent .subttl .ttl {
    font-size: 1.8rem;
  }
  .topsec-point .pointbox .point1 .inbox2{
    padding-bottom: 10rem;
  }
  .topsec-point .point1 .ob1{
    height: 170px;
  }
  .topsec-point .point1 .ob2 {
    bottom: 4rem;
    right: 10rem;
  }
  .topsec-point .point1 .ob3 {
    right: 6rem;
    height: 90px;
  }
  .topsec-point .pointbox .point2 .inbox2{
    padding-bottom: 2rem;
  }
  .topsec-point .pointcontent dl .fbox,
  .topsec-point .point4 .pointcontent dl .fbox{
    margin: 1rem 0;
    width: 100%;
  }
  .topsec-point .point3 .pointcontent,
  .topsec-point .point4 .pointcontent{
    padding: 2rem 1rem;
  }
  .topsec-point .point4 .pointcontent dl .fbox dt {
    height: auto;
  }
  .topsec-point .point4 .pointcontent dl .fbox img{
    width: 90%;
  }
  .topsec-point .pointcontent .work1{
    padding-top: 0;
  }
  .topsec-point .pointcontent .work3{
    padding-bottom: 10rem;
  }
  .topsec-point .point5 .ob {
    background-position-x: right;
    max-width: 100%;
    height: 180px;
  }
  .topsec-point .pointcontent .work dt{
    font-size: 1.8rem;
    min-width: auto;
    padding: 1rem 2rem;
  }
  .topsec-point .pointcontent dl .fbox dt span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .topsec-point .ttlbox h2{
    font-size: 2rem;
  }
  .topsec-point .pointttl h3{
    font-size: 1.8rem;
  }
  .topsec-point .pointcontent .subttl .ttl,
  .topsec-point .pointcontent dl .fbox dt {
    font-size: 1.6rem;
  }
}

/*****************************
  topsec-flow
*****************************/
.topsec-flow{
  background: #e2e3f2;
}
.topsec-flow::before,
.topsec-flow::after{
  content: "";
  background: url(../images/bg/bg_flow_l.webp) no-repeat right / cover;
  position: absolute;
  top: 0;
  height: 100%;
  width: 235px;
  z-index: 0;
}
.topsec-flow::before{
  left: 0;
}
.topsec-flow::after{
  content: "";
  background: url(../images/bg/bg_flow_r.webp) no-repeat left / cover;
  right: 0;
  width: 271px;
}
.topsec-flow .inner1{
  z-index: 1;
}
.topsec-flow .ttlbox{
  background: #0411B9;
  color: #fff;
  padding: 2rem 1rem ;
  text-align: center;
}
.topsec-flow .ttlbox h2{
  font-size: 3rem;
  letter-spacing: 2px;
}
.topsec-flow .flowbox{
  margin: 3rem auto 0;
  max-width: 1080px;
}
.topsec-flow .flow{
  width: 70%;
}

.topsec-flow .flow li{
  background: #fff;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding: 1rem 5rem 1rem 10rem;
  position: relative;
  text-align: center;
}
.topsec-flow .flow li .num,
.topsec-flow .flow li .ob{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
}
.topsec-flow .flow li .num{
  background: #0411B9;
  color: #F9F871;
  left: 0;
}
.topsec-flow .flow li:not(:last-of-type) .num::before{
  content: "";
  border-color: #0411B9 transparent transparent transparent;
  border-style:solid;
  border-width: 25px 14px 0 14px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  height:0;
  width:0;
}
.topsec-flow .flow li .num span{
  display: block;
  font-size: 5rem;
  line-height: 1;
}
.topsec-flow .flow li:nth-of-type(1) .num span,
.topsec-flow .flow li:nth-of-type(2) .num span{
  line-height: 1.2;
}
.topsec-flow .flow li:nth-of-type(3) .num span,
.topsec-flow .flow li:nth-of-type(7) .num span{
  line-height: 0.9;
}
.topsec-flow .flow li:nth-of-type(6) .num span{
  line-height: 1.3;
}
.topsec-flow .flow li:nth-of-type(8) .num span{
  line-height: 1.4;
}

.topsec-flow .flow li .ob{
  aspect-ratio: 1/1;
  top: 0;
  right: 1rem;
}
.topsec-flow .flow li .ob img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.topsec-flow .ftxtbox{
  background: #F9F871;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(25, 23, 55, .16);
  padding: 2rem 0;
  position: relative;
  text-align: center;
  width: 20%;
}
.topsec-flow .ftxtbox::before{
  content: "";
  border-style:solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #0411B9;
  position: absolute;
  top: 50%;
  left: -7rem;
  transform: translateY(-50%);
  height:0;
  width:0;
}
.topsec-flow .ftxtbox dt,
.topsec-flow .ftxtbox dd{
  font-size: 2.4rem;
  line-height: 1.3;
}
.topsec-flow .ftxtbox dd{
  color: #E61964;
}
.topsec-flow .ftxtbox dd span{
  font-size: 3.4rem;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1080px) {
    
}
@media only screen and (max-width: 1024px) {
  .topsec-flow .ttlbox h2{
    font-size: 2.6rem;
  }
  .topsec-flow .flow li{
    font-size: 2rem;
  }
  .topsec-flow .flow li:nth-of-type(1) .num span,
  .topsec-flow .flow li:nth-of-type(2) .num span{
    line-height: 1;
  }
  .topsec-flow .flow li:nth-of-type(3) .num span,
  .topsec-flow .flow li:nth-of-type(7) .num span{
    line-height: 0.8;
  }
  .topsec-flow .flow li:nth-of-type(4) .num span,
  .topsec-flow .flow li:nth-of-type(5) .num span{
    line-height: 0.8;
  }
  .topsec-flow .flow li:nth-of-type(6) .num span{
    line-height: 1.2;
  }
  .topsec-flow .flow li:nth-of-type(8) .num span{
    line-height: 1.2;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-flow .ftxtbox::before{
    left: -5rem;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-flow .flow{
    width: 100%;
  }
  .topsec-flow .flow li {
    font-size: 1.8rem;
    padding: 1rem 5rem 1rem 6rem;
    text-align: left;
  }
  .topsec-flow .flow li .num{
    text-align: center;
    width: 40px;
  }
  .topsec-flow .flow li .num span {
    font-size: 3rem;
  }
  .topsec-flow .flow li:nth-of-type(1) .num span,
  .topsec-flow .flow li:nth-of-type(2) .num span{
    line-height: 1.7;
  }
  .topsec-flow .flow li:nth-of-type(3) .num span,
  .topsec-flow .flow li:nth-of-type(7) .num span{
    line-height: 1.5;
  }
  .topsec-flow .flow li:nth-of-type(4) .num span,
  .topsec-flow .flow li:nth-of-type(5) .num span{
    line-height: 1.4;
  }
  .topsec-flow .flow li:nth-of-type(6) .num span{
    line-height: 1.9;
  }
  .topsec-flow .flow li:nth-of-type(8) .num span{
    line-height: 1.8;
  }
  .topsec-flow .flow li:not(:last-of-type) .num::before {
    border-width: 15px 10px 0 10px;
    bottom: -15px;
  }
  .topsec-flow .flow li .ob {
    width: 30px;
  }
  .topsec-flow .ftxtbox{
    margin: 4rem auto 0;
    padding: 1rem 0;
    width: 80%;
  }
  .topsec-flow .ftxtbox dt,
  .topsec-flow .ftxtbox dd {
    font-size: 1.8rem;
  }
  .topsec-flow .ftxtbox::before {
    border-width: 30px 30px 0 30px;
    border-color: #0411B9 transparent transparent transparent;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*****************************
  topsec-message
*****************************/
.topsec-message{
  background: url(../images/bg/bg_tmes.webp) no-repeat center top 25% / cover;
  color: #fff;
  overflow: hidden;
}
.topsec-message::before{
  background: rgba(30, 26, 83, .55);
  filter: blur(10px) ;
  z-index: 0;
}
.topsec-message .ttlbox{
  background: #00A0A3;
  padding: 2rem 1rem ;
  text-align: center;
}
.topsec-message .ttlbox h2{
  font-size: 3rem;
  letter-spacing: 2px;
}
.topsec-message .txtbox{
  line-height: 2;
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1080px) {
    
}
@media only screen and (max-width: 1024px) {
  .topsec-message .ttlbox h2{
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-message .ttlbox{
    padding: 2rem 0;
  }
  .topsec-message .ttlbox h2{
    font-size: 2rem;
    letter-spacing: 0;
  }
  .topsec-message .txtbox{
    margin-top: 3rem;
    text-align: left;
  }
}

/*****************************
  topsec-contact
*****************************/
.topsec-contact .ttlbox{
  background: #0411B9;
  color: #fff;
  padding: 2rem 1rem ;
  text-align: center;
}
.topsec-contact .ttlbox h2{
  font-size: 3rem;
  letter-spacing: 2px;
}
.topsec-contact .contactbox {
  margin-top: 4rem;
}
.topsec-contact .fbox {
  width: 70%;
}
.topsec-contact .ftxtbox{
  background: #00A0A3;
  border-radius: 5px;
  padding: 2rem 1rem;
  text-align: center;
  width: 25%;
}
.topsec-contact .ftxtbox a{
  color: #fff;
  display: block;
}
.topsec-contact .ftxtbox a p:first-of-type{
  font-weight: normal;
}
.topsec-contact .ftxtbox a p:last-of-type{
  font-size: 3rem;
}

.formbox .fomin{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.5rem auto;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 1rem;
  text-align: right;
  width: 230px;
}
.formbox .fomttl span{
  background: #7874B0;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  margin-right: .5rem;
  padding: 0rem 1rem .3rem;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-check .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.formbox .input-check .horizontal-item{
  display: inline-block;
  margin-right: 1rem;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: -1px -1px 1px;
  border-radius: 3px;
  font-size: 1.6rem;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  max-width: 60px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  height: 36px;
  padding: 0 .5em;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.topsec-contact{
  position: relative;
}
.topsec-contact-complete{
  background: none;
}

.topsec-contact .inner1{
  position: relative;
}
.topsec-contact .txtbox{
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.topsec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.topsec-contact .formlinks{
  text-align: center;
}
.topsec-contact .formlinks a{
  text-decoration: underline;
}
.topsec-contact .fombcheck {
  display: none;
}
.topsec-contact-check .fombcheck {
  display: inline-block;
}
.topsec-contact-check .input-txt,
.topsec-contact-check .input-txtarea,
.topsec-contact-check .input-select{
  background: #f3f3f3;
  padding: .5rem;
}
.topsec-contact .morebtn1 .fomb {
  margin-top: 2rem;
  text-align: center;
}
.topsec-contact .ppbox{
  margin: 2rem auto;
  margin-right: 0;
  max-width: 800px;
  width: calc(100% - 230px);
}
.topsec-contact .ppbox .formpp{
  background: #fff;
  border: 1px solid #ccc;
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 2rem;
  padding: 2rem;
}
.topsec-contact .ppbox .formpp h3{
  font-size: 3rem;
  text-align: center;
}
.topsec-contact .ppbox .formpp .fpp{
  margin-top: 2rem;
}
.topsec-contact .ppbox .formpp .fpp .ttl{
  border-bottom:2px solid #ccc;
  font-size: 2rem;
}
.topsec-contact .ppbox .formpp .fpp .ttl,
.topsec-contact .ppbox .formpp .fpp .content{
  padding: .5rem;
}
.topsec-contact .ppbox .formpp .fpp .content p:not(:last-of-type){
  margin-bottom: 1rem;
}
.topsec-contact .ppbox .fpptxtbox{
  margin-top: 2rem;
}
.topsec-contact .ppbox .txtbox{
  margin: 0 auto;
  text-align: left;
}
.topsec-contact .lastcheck {
  margin: 2rem auto;
  margin-right: 0;
  max-width: 800px;
  width: calc(100% - 230px);
}
.topsec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.topsec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1080px) {
  .topsec-contact .ttlbox h2{
    font-size: 2.6rem;
  }
  .topsec-contact .fbox {
    margin: 0 auto;
    width: 80%;
  }
  .topsec-contact .ftxtbox{
    margin: 0 auto 4rem;
    max-width: 450px;
    width: 100%;
  }
  .formbox .fomttl,
  .formbox .fomcontent,
  .topsec-contact .ppbox,
  .topsec-contact .lastcheck{
    margin: 0 auto;
    width: 100%;
  }
  .formbox .fomttl{
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .fomttl {
      padding: 0.5rem 1rem;
      text-align: left;
      width: 100%;
  }
  .formbox .fomcontent{
      width: 100%;
  }
  .formbox .fomin {
      margin: 1rem auto;
  }
  .contactlink .fbox{
      margin: .5rem 0;
      width: 100%;
  }
  .topsec-contact .ppbox .formpp h3 {
      font-size: 2.4rem;
  }
  .topsec-contact .wpcf7 form .wpcf7-response-output{
      margin: 0 auto;
      max-width: 800px;
      padding: 20px;
      text-align: left;
  }
  .topsec-contact .txtbox,
  form.sent .sent-after{
      text-align: left;
  }

  .topsec-contact .ttlbox h2{
    font-size: 2rem;
  }
  .topsec-contact .fbox{
    width: 100%;
  }
  .topsec-contact .ppbox .formpp .fpp .ttl {
    font-size: 1.8rem;
  }
}

/*****************************
  お問い合わせ ボタン
*****************************/
.btnflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.btnfbox{
  width: calc(100% / 2);
}
@media only screen and (max-width: 767px) {
  .btnfbox{
    width: 100%;
    margin-bottom: 20px;
  }
}