@charset "utf-8";


body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 2.0;
    color: #595b5c;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
    
}
ul,
ol {
  list-style: none;
  padding-inline-start: 0px
}


a {
  text-decoration: none;

}
a,a:hover,a:visited{
  color: inherit;
}
main {
  background-color: #fff;
  width: 100%;
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.inner{
  padding: 0 140px;
  margin: auto;
  max-width: 1300px;
}
.spBr{
  display: none;
}
.pcBr{
  display: block;
}
.tbBr{
  display: block;
}
@media screen and (max-width: 960px) {
.tbBr{
  display: block;
}
.pcBr{
  display: none;
}
.inner{
  padding: 0 40px;
}
}

@media screen and (max-width: 520px) {
  .spBr{
    display: block;
  }
  .tbBr{
    display: none;
  }
  .inner{
    padding: 0 16px 40px ;
  }
}
/* header */
.c-header {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96vw;
  padding:0 20px;
  height: 60px;
  border-radius: 40px;
  background: #fffFFF;
  z-index: 9;
  -webkit-box-shadow: 0 5px 15px 0 rgba(12, 67, 127, 0.1);
  box-shadow: 0 5px 15px 0 rgba(12, 67, 127, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -80px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  width:100%;
  gap:20px;
}

.c-header__logoGroup{
  display: flex;
  gap: 20px;
  align-items: center;
}
.c-header__logo_benesse{
  max-width: 95px;
  height: auto;
  text-decoration: none;
  vertical-align: middle;
  padding-bottom: 8px;
}
.c-header__logo_withbatons{
  max-width: 110px;
  height: auto;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 20px;
}
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(-110%);
  background-color: #fff;
  transition: ease .4s;
}

@media screen and (min-width: 426px) {
  .c-header__logoGroup{
    padding-left: 15px;
  }
  .c-header__logo_benesse{
    max-width: 105px;
  }
  .c-header__logo_withbatons{
    max-width: 120px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .header__inner{
    padding: 0 20px;
  }
  .c-header{
    height: 80px;
  }
  .c-header__logoGroup{
    gap: 30px;
  }
  .c-header__logo_withbatons
   {
      max-width: 130px;
      height: auto;
      text-decoration: none;
  }
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
  }

  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: flex-end;
    gap: 20px;
  }
}

.nav-items {
  padding-top: 80px;
  padding-bottom: 200px;
}
.header_btn{
  text-align: center;
  display: block;
}
.btn__download{
  width:170px;
  height: 60px;
	display: block;
	text-align: center;
  font-size: 16px;
	text-decoration: none;
  padding: 10px 0;
	font-weight: bold;
	border: 2px solid #EF5C64;
	background: #EF5C64;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  box-shadow: 0 2px 7px  rgba(10, 101, 159, .24);
	-webkit-box-shadow:  0 2px 7px  rgba(10, 101, 159, .24);
  margin: 0 auto;
}
.btn__download:hover{
  color:#EF5C64;
	background: #fff;
  cursor: pointer;

}

.btn__contact{
  width:170px;
  height: 60px;
	display: block;
	text-align: center;
  font-size: 16px;
	text-decoration: none;
  padding: 10px 0;
	font-weight: bold;
	border: 2px solid #0E77BA;
	background: #0E77BA;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
  box-shadow: 0 2px 7px  rgba(10, 101, 159, .24);
	-webkit-box-shadow:  0 2px 7px  rgba(10, 101, 159, .24);
  margin: 0 auto;
}
.btn__contact:hover{
  color:#0E77BA;
	background: #fff;
  cursor: pointer;

}
@media screen and (max-width: 1260px) {
  .c-header .btn__download{
    margin-top: 20px;
    height: 48px;
    line-height: 40px;
    padding: 0;
  }
  .c-header .btn__contact{
    height: 48px;
    line-height: 40px;
    padding: 0;
  }
}

@media screen and (min-width: 1260px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
  }
}
.nav-items__item a {
  width: 100%!important;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 1260px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
  .hamburger {
    display: none;
  }
}

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
  cursor: pointer;
  z-index: 3!important;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/* CTA */
.section__cta img{
  width:100vw;
  margin-bottom: 0px;
  margin-top: 80px;
}
.btn__contact.quote{
  width:300px;
  height: 70px;
  position: relative;
  z-index: 2;

}
.btnTxt{
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.btnTitle{
  font-size: 20px;
  line-height: 24px;
}
.btn__download.ctaBtn{
  width:300px;
  height: 70px;
  position: relative;
  z-index: 4;
}
.cta_btn{
  display: flex;
  justify-content: center;
  gap: 112px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
  color: #FFF;
}
.btn__contact.quote,.btn__download.ctaBtn{
  padding: 0;
}
.cta_Txt{
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  padding-top: 60px;
  color: white;
  z-index: 3;
  position: relative;
}
.section__ctaBg{
  margin-top: -10px;
  background-image: linear-gradient(90deg, #0e77ba 0%, #dd9ac2 50%, #ef5c64);
  padding-bottom:60px;
  position: relative;
}
.section__ctaBg::after{
  content: "";
  background-image: url(../images/cta_bg.png);
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 280px;
  height: 300px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .cta_btn{
    flex-direction: column;
    gap:20px;
    align-items: center;
  }
  .cta_Txt{
    font-size: 18px;
    line-height: 26px;
  }
  .section__ctaBg::after{
    width: 200px;
    height: 350px;
  }
}
@media screen and (max-width: 520px) {
  .section__ctaBg{
    padding-bottom: 0;
  }
}
/* footer */
.section__footer {
  width: 100%;

  margin-top: 80px;
}
.footerGroup{
  background-color:#ECF4FA;
}
.footerGroup_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.footerLogo img{
  width:150px;
}
.footerNavGroup{
  display: flex;
  font-size: 12px;
  gap:20px;
}
.footer-other{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-other__inner{
display: flex;
padding: 20px 80px ;
align-items: center
}
.footer__logo-link img{
  width: 105px;
  padding-top: 10px;
  padding-right: 10px;
}
.footer-other__cr{
  margin-left: 40px;
}
.footer-other__cr-txt{
  font-size: 10px;
  color: #BFC3C4;
}
.corporate_info__inner{
  display: flex;
  font-size: 12px;
  align-items: center;
  gap:50px;
  padding: 20px 80px;

}
@media screen and (max-width: 1235px) {
  .footerNavGroup{
    width: 400px;
    flex-wrap: wrap;
  }
  .footer-other__inner{
    padding: 20px;
  }
}
@media screen and (max-width: 1084px) {

  .footer-other{
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 690px) {
  .footerGroup_inner{
    justify-content: center
    } 
  .footerNavGroup{
  display: none;
  }
  .corporate_info__inner,.footer-other__inner{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-other__cr{
    margin-left: 0;

  }
  }
main{
    background-image: linear-gradient(#eaf1f7, #fdedef);
}
  .SeminarsEventsTitleImg{
    width:400px;
    width: 40vw;
  }
  .sectionTitleGroup{
    display: block;
    padding-top: 150px;
    background-image: url(../images/ribon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
    width:50vw;
    margin: 0 auto;
    text-align: center;  
    position: relative;
    align-items: center;
    padding-bottom: 150px;
  }

  .SeminarsEvents_title{
    margin-top: -100px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    padding-bottom:40px;
  }
  .seminar_card{
    max-width: 525px;
  }
  .seminar_img{
    max-width: 525px;
  }
  .seminar_img img{
    border-radius:20px;
    max-width: 100%;
  }
  .seminar_schedule{
    margin-top: 20px;
  }
  .seminar_title{
    font-weight: 700;
  }
  .seminar_tagGroup{
    margin-top: 10px;
  }
  .seminar_tag{
    display: inline-block;
    margin: 0 .1em .6em 0;
    padding: .6em 1em;
    line-height: 0.8;
    text-decoration: none;
    color: #707070;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2em;
  }
  .seminar_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
.seminar_card{
    max-width: 320px;
    flex: 0 0 320px;
    /* margin: 50px 40px 0 0; */
  }
  .seminar_card:nth-child(3n) {
    margin-right: 0;
  }
  .seminar_img{
    position: relative;
    max-width: 320px;
  }

  .seminar_pickupImg img{
    border-radius:20px;
    max-width: 100%;
  }
  .seminar_schedule{
    margin-top: 20px;
  }
  .seminar_title{
    font-weight: 700;
    line-height: 24px;
    height:100px;
  }
  .seminar_tagGroup{
    margin-top: 10px;
  }
  .seminar_tag{
    display: inline-block;
    margin: 0 .1em .6em 0;
    padding: .6em 1em;
    line-height: 0.8;
    text-decoration: none;
    color: #707070;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 2em;
  }

  .seminar_moreBtn{
    text-align: right;
  }
  .seminar_moreBtn img{
    width:67px;
  }
  .SeminarsEvents_inner{
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 760px) {
    .seminar_list{
        flex-direction: column;
        align-items: center;
    }
  }