@charset "utf-8";
.p-educational__main-wrap {
  padding: 0 0 80px;
  width: 100%;
  background-image: url("/company/social_contributions/educational/common/img/bg_educational-top.png");
  background-size: 600px auto;
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}
.c-educational__hero-lead-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/company/social_contributions/educational/common/img/bg_educational-hero01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  min-height: 700px;
}

/* 次世代教育支援 共通*/
.p-familyapps-main-wrap,
.p-what_is_asobi-main-wrap,
.p-asobi_no_manabi-main-wrap,
.p-nazotoki-main-wrap
{
  padding: 0 0 80px;
  width: 100%;
  background-image: url("/company/social_contributions/common/img/bg_main-wrapper.png");
  background-size: 600px auto;
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}

.p-familyapps-main-wrap .c-educational__hero-lead-inner,
.p-what_is_asobi-main-wrap .c-educational__hero-lead-inner,
.p-asobi_no_manabi-main-wrap .c-educational__hero-lead-inner,
.p-nazotoki-main-wrap .c-educational__hero-lead-inner
{
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/company/social_contributions/educational/common/img/bg_educational-hero02_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
.p-familyapps-main-wrap .c-educational__hero-lead-inner,
.p-what_is_asobi-main-wrap .c-educational__hero-lead-inner,
.p-asobi_no_manabi-main-wrap .c-educational__hero-lead-inner,
.p-nazotoki-main-wrap .c-educational__hero-lead-inner
 {
    background-image: url(/company/social_contributions/educational/common/img/bg_educational-hero02_sp.png);
    background-size: contain;
    background-position: bottom center;
    min-height: 520px;
    padding: 0 20px 0;
  }



 .c-educational__hero-lead-inner
  {
    background-image: url(/company/social_contributions/educational/common/img/bg_educational-hero01_sp.png);
    background-size: contain;
    background-position: bottom center;
    min-height: 820px;
    padding: 0 20px 0;
   }

 

}
.p-contents-wrap {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 60px 0 120px;
  position: relative;
}
.p-familyapps__contents {
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
}
.p-familyapps__contents-bg {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.p-familyapps__contents-bg-wrap {
  padding: 20px 0 20px;
  background-color: #f4f8f9;
  position: relative;
}
.p-familyapps__contents-bg-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/company/social_contributions/educational/common/img/bg_family-apps02_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c-educational__hero {
  padding: 0;
  margin: 0 0 200px;
}
.c-educational__hero-header-navi {
  background-color: #f4f8f9;
}
.c-educational__hero-header-navi-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 30px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.c-educational__hero-header-navi-logo {
  max-width: 100%;
  height: auto;
}
.c-educational__hero-header-navi-menu {
  padding: 0;
  margin: 0;
}
.c-educational__hero-header-navi-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.c-educational__hero-header-navi-list li {
  padding: 0;
  margin: 0;
}
.c-educational__hero-header-navi-list li::before {
  display: none;
}
.c-educational__hero-lead {
  background-color: #f4f8f9;
}

.c-educational__hero-lead-contents {
  text-align: center;
}
.c-educational__hero-footer-navi {
  background-color: #f4f8f9;
}
.c-educational__hero-footer-navi-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.c-educational__hero-footer-navi-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.c-educational__hero-footer-navi-list li {
  padding: 0;
  margin: 0;
}
.c-educational__hero-footer-navi-list li::before {
  display: none;
}
.c-arc-bottom {
  width: 100%;
  height: 100px;
  background-color: #f4f8f9; 
  border-bottom-left-radius: 100% 200px;
  border-bottom-right-radius: 100% 200px;
  margin-bottom: -50px; /* 下にかぶせる */
}
.c-arc-top {
  width: 100%;
  height: 100px;
  background-color: #f4f8f9; 
  border-top-left-radius: 100% 200px;
  border-top-right-radius: 100% 200px;
  margin-top: -50px; /* 上にかぶせる */
}
.c-educational__header {
  width: 100%;
  font-size: 1.8rem;
  margin-bottom: 35px;
  color: #1478e2;
  font-weight: 600;
  position: relative;
}
.c-educational__header-icon {
  position: absolute;
  top: -130px;
  left: -55px;
}
.c-educational__box-icon {
  position: absolute;
  top: -80px;
  left: 10px;
  background-color: white;
  padding-right: 20px;
  text-align: left;
}
.c-educational__box-icon img {
  max-height: 100px;
  object-fit: contain;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.c-educational__columns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 120px;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-educational__columns-reverse {
  flex-direction: row-reverse;
}

.c-educational__columns-imgbox {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.c-educational__columns .c-educational__box {
  padding: 40px 30px 40px 50px;
  margin-bottom: 2rem;
  max-width: 800px;
  margin: 0 0 100px;
  position: relative;
}
.c-educational__box {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
.c-educational__box::after {
  background: repeating-linear-gradient(45deg, #7895cc, #7895cc 12px, transparent 12px, transparent 22px);
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-educational__main-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.c-educational__main-image + .c-educational__box-title {
  margin-top: 100px;
}
.c-educational__main-image + .c-educational__box-title-center {
  margin-top: 100px;
}
.c-educational__main-image + .c-educational__box-text {
  margin-top: 100px;
}
.c-educational__main-image + .c-educational__box-text-center {
  margin-top: 100px;
}
.c-educational__box-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1478e2;
  text-align: left;
}
.c-educational__box-title-center {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1478e2;
  text-align: center;
}
.c-educational__box-text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  text-align: left;
}
.c-educational__box-text-center {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-educational__box-text span {
  font-size: .8rem;
}
.c-educational__box-img {
  margin-bottom: 1rem;
  text-align: center;
}
.c-educational__box-center {
  text-align: center;
  margin-bottom: 20px
}
.c-educational__box-2col {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.c-educational__box-2col-item {
  width: calc((100% - 2rem) / 2);
}
.c-educational__box-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-educational__content {
  position: relative;
  z-index: 1;
}
.c-educational__box-min {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px;
  position: relative;
}
.c-educational__box-min::after {
  background: repeating-linear-gradient(45deg, #7895cc, #7895cc 12px, transparent 12px, transparent 22px);
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
}
.c-card-grid--2col {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-card {
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.c-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}
.c-card__title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
.c-card__text {
  font-size: 1rem;
  padding: 1rem;
  text-align: left;
}
.c-card:before {
  display: none;
}
.c-educational__section-title {
  padding: 40px 0 120px;
}
.c-educational__box-scroll {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  border: solid 1px #ccc;
}
.c-educational__table-scroll {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  border: solid 1px #ccc;
}
.c-educational__table-scroll table {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 0 auto 0;
}
.c-educational__table-scroll table tr {
  border-bottom: 2px solid #1478e2;
}
.c-educational__table-scroll table td:nth-child(1) {
  white-space: nowrap;
  padding-left: 0;
}
.c-educational__table-scroll table td:nth-child(2) {
  white-space: nowrap;
}
.c-educational__table-scroll table td:last-child {
  white-space: nowrap;
  text-align: right;
  padding-right: 0;
}
.c-educational__table-scroll table td {
  padding: 8px;
}
.c-educational__table-scroll {
  scrollbar-color: #1478e2 #f0f0f0;
  scrollbar-width: thin;
}
.c-educational__table-scroll::-webkit-scrollbar {
  width: 10px;
}
.c-educational__table-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.c-educational__table-scroll::-webkit-scrollbar-thumb {
  background-color: #1478e2;
  border-radius: 5px;
}
.c-educational__table-border {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #1478e2;
  margin: 0 auto 40px;
}
.c-educational__table-border td {
  border: 1px solid #1478e2;
  padding: 12px 8px;
}
.c-educational__table-border td:nth-child(1) {
  text-align: center;
  white-space: nowrap;
}
.c-educational-button-area{
  text-align: center;
  margin-bottom: 1rem;
  }
  .c-educational-button {
      display: inline-flex;
      align-items: center;
      gap: 1em;
      background-color: #1478e2;
      color: #fff;
      padding: 0.8em 1.5em;
      border-radius: 9999px;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s;
      min-width: 280px;
      margin: 0 auto 0;
      justify-content: space-between;
  }
  
  .c-educational-button:hover {
    background-color: #1565c0;
  }
  .c-educational-button__text {
    font-size: 1rem;
  }
  
  .c-educational-button__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .c-educational-button__icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid #1478e2;
    border-bottom: 8px solid transparent;
    margin-left: 4px;
  }
  .c-deducational-dotted-line {
    border-top: 2px dotted #1478e2;
    margin: 2em 0;
    width: 100%;
  }
.p-educational__school {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 80px 0 40px;
  background-image: url(/company/social_contributions/educational/common/img/bg_educational-school_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-educational__family {
  padding: 80px 10px 40px;
background-color: #f4f8f9;
}
.p-educational__family-inner {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 80px 0 40px;
  background-image: url(/company/social_contributions/educational/common/img/bg_educational-family_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-educational__report {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .p-educational__school {
    padding: 0 20px 40px;
    background: none;
  }
  .p-educational__family {
    padding: 80px 20px 40px;
  background-color: #f4f8f9;
  }
  .p-educational__family-inner {
    padding: 0 0 40px;
    background: none;
  }
  .p-educational__report {
    padding: 40px 20px 40px;
  }


}
.p-educational__school-title {}

.p-educational__content {
  max-width: 800px;
  margin: 0 auto;
}
.p-educational__content-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-educational__box {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.p-educational__box::after {
  background: repeating-linear-gradient(45deg, #7895cc, #7895cc 12px, transparent 12px, transparent 22px);
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-educational__box-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-educational__text {
  font-size: 1rem;
  line-height: 1.75;
}

.p-educational__family-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #e8753d;
}
.c-educational__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 20px auto;
}
.c-educational__title > h2{
  max-width: 1220px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-educational__sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 20px auto;
}
.c-educational__sub-title > h3 {
  max-width: 1220px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-news__wrap {
	margin: 30px auto 0;
  padding: 20px 0px 20px 40px;
	max-height: 295px;
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
  max-width: 960px;
  border: 3px solid #1478e2;
}
.c-news__list {
	display: flex;
	flex-wrap: wrap;
	/*margin-top: -30px;*/
}

.c-news__list > dt {
	position: relative;
	margin-top: 30px;
	width: 115px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.2;
  text-align: right;
  padding-right: 20px;
}

.c-news__list > dt .font01 {
	font-size: 1.2rem;
  display: block;
}

.c-news__list > dt > .icon01 {
	position: absolute;
	top: 5px;
	left: 135px;
	font-size: 1rem;
	font-weight: 700;
	white-space: nowrap;
}

.c-news__list > dt > .icon01.type01 {
	color: #df6110;
}
.c-news__list > dt > .icon01.type02 {
	color: #46B6DF;
}
.c-news__list > dt > .icon01.type03 {
	color: #69b147;
}

.c-news__list > dd {
	position: relative;
	margin-top: 30px;
	padding: 28px 0 0 20px;
	width: calc(100% - 115px);
	border-left: #1478e2 solid 3px;
  text-align: left;
}
.c-news__list > dd > a {
  color:black;
  text-decoration: none;
  }

  @media screen and (max-width: 768px) {

.c-news {
  background-image: url("/company/social_contributions/common/img/bg_p-news_sp.png");
  background-size: 100% auto;
  min-height: 685px;
}
.c-news__wrap {
  padding: 8px 18px 12px 18px;
}
  .c-news__list .list02 {
    margin-top: 0;
  }
  
  .c-news__list .list02 > dt {
    margin-top: 25px;
    width: 100%;
  }
  
  .c-news__list .list02 > dt:first-child {
    margin-top: 0;
  }
  
  .c-news__list .list02 > dt .font01 {
    font-size: 1.125rem;
  }
  
  .c-news__list .list02 > dt > .icon01 {
    position: inherit;
    top: 0;
    left: 0;
    margin-left: 20px;
    font-size: 0.75rem;
  }
  
  .c-news__list .list02 > dd {
    margin-top: 5px;
    padding: 0;
    width: 100%;
    border-left: none;
  }

  .c-news__list {
    display: block;
  }
  .c-news__list > dd {
  border-bottom: 2px solid #1478e2;
    }
    
  .c-news__list > dt,
  .c-news__list > dd {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    border-left: none;
    text-align: left;
  }

  .c-news__list > dt time {
    display: block;
    margin-bottom: 5px;
  }

  .c-news__list > dd a {
    display: block;
    margin-top: 5px;
  }
  .c-news__list > dt > .icon01 {
    top: 38px;
    left: 0;
}
}



  .c-banner {
    background-color: #f4f8f9;
    min-height: 160px;
   }
   .c-banner__inner {
    max-width: 1200px;
    min-height: 200px;
    margin: 0 auto 0;
    background-image: url("/company/social_contributions/common/img/bg_c-banner_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 10px  center;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .c-banner__list {
    max-width: 1000px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    position: relative;
    padding: 1rem 0;
  }
   .c-banner__item {
    max-width: 190px;
   }
   .c-banner__link {}
   .c-banner__img {
    max-width: 190px;
   }
@media screen and (max-width: 768px) {
  .c-banner__inner {
    background-image: url("/company/social_contributions/common/img/bg_c-banner_sp.png");
    background-size: calc(100% - 20px) auto;
    background-position: bottom 20px center;
   }
  
   .c-banner__list {
    padding: 20px 20px 160px;
  }
}
/* ========================================
  レスポンシブ対応（Media Queries）
======================================== */
@media screen and (max-width: 768px) {
  .c-educational__hero-header-navi-inner {
    justify-content: center;
    padding: 30px 20px 40px;
  }
  .p-familyapps-main-wrap .c-educational__hero-lead-inner {
    background-image: url(/company/social_contributions/educational/common/img/bg_family-apps01_sp.png);
    background-size: contain;
    background-position: bottom center;
    min-height: 520px;
    padding: 0 20px 0;
  }
  .c-educational__main-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    max-width: 280px;
}


  .c-educational__main-image + .c-educational__box-title {
    margin-top: 40px;
  }
  .p-contents-wrap {
    padding: 60px 20px 120px;
  }

  .p-familyapps__contents {
    padding: 0 20px 0;
  }

  .p-familyapps__contents-bg-inner {
    max-width: 1200px;
    padding: 0 20px 180px;
    background-image: url(/company/social_contributions/educational/common/img/bg_family-apps02_sp.png);
    background-size: 308px;
    background-position: bottom 20px center;
  }
  .c-educational__box {
    padding: 20px 25px 30px;
  }
  .c-educational__columns .c-educational__box {
    padding: 20px 25px 30px;
}
  .c-educational__columns {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .c-educational__columns-reverse {
    flex-direction: column;
  }
  .c-educational__box-2col {
    flex-direction: column;
  }
  .c-educational__box-2col-item {
    width: calc((100% - 2rem) / 1);
  }
  .c-educational__box-flex {
    flex-direction: column;
  }
  .c-educational__box-min {
    padding: 20px 25px 30px;
  }
  .c-arc-bottom {
    height: 100px;
    border-bottom-left-radius: 100% 100px;
    border-bottom-right-radius: 100% 100px;
  }
  .c-arc-top {
    border-top-left-radius: 100% 100px;
    border-top-right-radius: 100% 100px;
  }
  .c-educational__hero-footer-navi-list li img{
    max-width: 150px;
  }
}