@charset "utf-8";
:root {
  --main-font: "M PLUS 1p", 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Yu Gothic', sans-serif;
}

.p-educational__main-wrap {
  padding: 0 0 80px;
  width: 100%;
  background-image: url("/company/social_contributions/educational/common/img/nazotoki_bg.png");
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  /* font-family: "M PLUS 1p", sans-serif; */
  font-family: var(--main-font);
}

.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;
}

.hero-section__inner-img{
  margin: 0 auto;
  max-width: 1920px;
}

/* 次世代教育支援 共通*/
.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/educational/common/img/nazotoki_bg.png");
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  z-index: 0;
  /* font-family: "M PLUS 1p", sans-serif; */
  font-family: var(--main-font);
}

.p-familyapps-main-wrap{
  padding: 0 0 80px;
  width: 100%;
  background-image: url("/company/social_contributions/educational/common/img/familyapps_bg.png");
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  z-index: 0;
  /* font-family: "M PLUS 1p", sans-serif; */
  font-family: var(--main-font);
}

.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: 1300px;
  margin: 0 auto 0;
  padding: 0 0 150px;
  text-align: center;
  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-inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.c-educational__hero {
  padding: 0;
  margin: 0 0 80px;
}

.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-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-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-family: var(--main-font);
  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-family: var(--main-font);
  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-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 #b1b1b1;
  margin: 0 auto 40px;
}

.c-educational__table-border td {
  border: 1px solid #b1b1b1;
  text-align: left;
  padding: 20px;
}

.c-educational__table-border td:nth-child(1) {
  background-color: #F3EAF4;
  text-align: center;
  white-space: nowrap;
}

.c-educational-button-area {
  text-align: center;
  margin-bottom: 1rem;
}

.c-educational-button {
  display: inline-flex;
}

.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;
}

.c-educational-button-area{
  margin: 0 auto;
  width: 487px;
}

.detail .c-educational__table-border{
  margin: 0 auto;
}

@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__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; */
  max-width: 1295px;
  min-height: 100px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: 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; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: flex-end;
  position: relative;
  padding: 0.5rem 0 2rem;
}

.c-banner__item {
  /* max-width: 190px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
}

.c-banner__item:first-child p{
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2;
}

.c-banner__link {}

.c-banner__img {
  /* max-width: 190px; */
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
}

@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 0 30px;
  }

  .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;
  }
}


/* 20251109追加 */

/* 完成したら削除 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ここまで */

/* 共通 */
html .body{
  color: #333;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none;
  }

  .sp_on {
    display: block;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.bluebox {
  background-color: #fff;
  border: 24px solid #6cceff;
  border-radius: 30px;
  gap: 60px 30px;
  margin: 0 auto;
  width: min(80vw, 1300px);
  padding: 40px 60px 50px;
}

.nazotoki_section {
  margin: 150px auto 0;
  padding: 0;
}

.nazotoki_text {
  font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
}

.c-educational__section-title{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}

/* mv */
.hero-section__inner-img img {
  width: 100%;
}

.p-contents-wrap .c-educational__content .ttl {
  color: #1478e2;
  font-size: clamp(2rem, 1rem + 1.25vw, 2.5rem);
  font-weight: 700;
  margin: 0 auto 2rem;
}

.p-contents-wrap .c-educational__content .text {
  margin: 0;
}

/* これまでの受講状況 */
.situation .c-educational__section-title{
  max-width: 780px;
}

.situation .ol__section-flex .textbox {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  width: 80vw;
}

.situation .ol__section-flex .textbox .ttl02 {
  background-color: #3fa9f5;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.75rem, 0.875rem + 1.0938vw, 2.1875rem);
  font-weight: 900;
  margin: 0 auto;
  padding: 4px 0;
  max-width: 100%;
  width: 49vw;
}

.situation .ol__section-flex .textbox .total {
  color: #4d4d4d;
  font-size: clamp(1.6875rem, 0.8125rem + 1.0938vw, 2.125rem);
  font-weight: 900;
  margin: 30px auto 0;
  line-height: 0.9;
  letter-spacing: 0.1em;
}

.situation .ol__section-flex .textbox .total .number {
  color: #3fa9f5;
  font-size: clamp(5.5rem, 2.875rem + 3.2813vw, 6.8125rem);
  font-weight: 900;
  margin: 0 14px;
}

.situation .ol__section-flex .textbox .day {
  color: #4d4d4d;
  font-size: clamp(1.25rem, 0.375rem + 1.0938vw, 1.6875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 20px 0;
}

.situation .ol__section-flex .archivebox .ttl02{
  background-color: #3fa9f5;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.75rem, 0.875rem + 1.0938vw, 2.1875rem);
  font-weight: 900;
  margin: 0 auto;
  padding: 4px 0;
  max-width: 800px;
  width: 49vw;
}

.situation .ol__section-flex .archivebox .year-switcher{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 40px auto 20px;
  max-width: 938px;
  text-align: left;
}

.situation .ol__section-flex .archivebox .year-switcher #v2__year-display{
  font-size: 1.5em;
  font-weight: bold;
  color: #1478e2 !important;
}

.situation .ol__section-flex .archivebox .year-switcher #prev,.situation .ol__section-flex .archivebox .year-switcher #next{
  width: 2.6mm;
  height: 2.6mm;
  background-color: #1478e2;
  border: none;
  border-radius: 10%;
  position: relative;
  cursor: pointer;
  padding: 8px;
  box-sizing: content-box;
}

.situation .ol__section-flex .archivebox .year-switcher #prev::before,.situation .ol__section-flex .archivebox .year-switcher #next::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

.situation .ol__section-flex .archivebox .year-switcher #prev::before{
  border-top: none;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: none;
  transform: translate(calc(-50% + 3px), -50%) rotate(45deg);
}

.situation .ol__section-flex .archivebox .year-switcher #next::before{
  border-bottom: none;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-left: none;
  transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
}

.situation .ol__section-flex .archivebox .c-educational__table-scroll{
  border: 3px solid #1478e2;
  margin: 0 auto;
  max-width: 938px;
}

.c-educational__table-scroll table{
  max-width: 865px;
}

.situation .ol__section-flex .archivebox .c-educational__table-scroll table thead{
  background-color: #1478e2;
  color: #fff;
}

.situation .ol__section-flex .archivebox .c-educational__table-scroll table td{
  font-size: clamp(0.8125rem, 0.7679rem + 0.2232vw, 0.875rem);
  text-align: left;
}

.situation .ol__section-flex .archivebox .commentbox{
  margin: 80px auto 0;
}

.situation .ol__section-flex .archivebox .commentbox > .img{
  margin: 0 auto;
  max-width: 527px;
}

.situation .ol__section-flex .archivebox .commentbox .flexbox{
  justify-content: space-between;
  margin: 40px auto 0;
  padding: 0;
}

.situation .ol__section-flex .archivebox .commentbox .flexbox .list{
  background-color: #fff3ae;
  border-radius: 30px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 2rem;
  width: 31%;
}

.situation .ol__section-flex .archivebox .commentbox .flexbox .list::before{
  content: none;
}

.situation .ol__section-flex .archivebox .commentbox .flexbox .list .img{
  margin: 0 auto;
  width: min(100%,123px);
}

.situation .ol__section-flex .archivebox .commentbox .flexbox .list .txt{
  margin: 30px auto 0;
  text-align: justify;
}

/* プログラム */
.program .c-educational__section-title{
  max-width: 642px;
}

.program .ol__section-flex .txt{
  text-align: justify;
  font-weight: 500;
}

.program .ol__section-flex .flexbox02{
  margin: 0 auto;
  padding: 0;
}

.program .ol__section-flex .flexbox02 .list{
  list-style: none;
  width: 31%;
}

.program .ol__section-flex .flexbox02 .list::before{
  content: none;
}

.program .ol__section-flex > .img{
  margin: 0 auto;
  max-width: 768px;
}

/* 授業の流れ */
.flow .c-educational__section-title{
  max-width: 642px;
}

.flow .ol__section-flex .ttl{
  background-color: #6cceff;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.25rem, 0.625rem + 0.7813vw, 1.5625rem);
  font-weight: 700;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  max-width: 550px;
  width: 70%;
}

.flow .ol__section-flex .txt{
  margin: 0;
}

.flow .ol__section-flex .img:first-of-type{
  margin: 0 auto;
  max-width: 588px;
}

/* 教材 */
.textbook .c-educational__section-title{
  max-width: 530px;
}

.textbook .ol__section-flex{
  justify-content: space-between;
}

.textbook .ol__section-flex .item{
  border: 3px solid #6cceff;
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
  width: 46%;
}

.textbook .ol__section-flex .item .img{
  margin: 0 auto;
}

.textbook .ol__section-flex .item:first-of-type .img{
  width: 80%;
}

.textbook .ol__section-flex .item:nth-of-type(3) .img{
  width: 50%;
}

.textbook .ol__section-flex .ttl{
  color: #3fa9f5;
  font-size: clamp(1.375rem, 0.375rem + 1.25vw, 1.875rem);
  font-weight: 900;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.textbook .ol__section-flex .txt{
  margin: 0;
  text-align: justify;
}

/* 概要 */
.summary .c-educational__section-title{
  max-width: 530px;
}

.summary .content {
  position: relative;
  max-width: 1300px;
}

.summary .content::after {
  content: "";
  display: block;
  background-image: url(../img/nazotoki_img12.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 22vw;
  max-height: 408px;
  width: 27vw;
  max-width: 508px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.summary .content .txt {
  font-size: clamp(1.25rem, 0.625rem + 0.7813vw, 1.5625rem);
  font-weight: 700;
  margin: 0;
  text-align: justify;
}

/* 次世代教育支援に関するお問い合わせ */
.contact {
  background-color: #f3f7f9;
  max-width: 1300px;
  margin: 150px auto 200px;
  padding: 0;
  width: 80vw;
}

.contact .ttl {
  background-color: #08396b;
  color: #fff;
  font-size: clamp(2.375rem, 1.5rem + 1.0938vw, 2.8125rem);
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.contact .contactbox {
  padding: 2rem 4rem;
  position: relative;
}

.contact .contactbox::after {
  content: "";
  display: block;
  background-image: url(../img/nazotoki_img13.png);
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 290px;
  height: 13vw;
  max-width: 348px;
  width: 16vw;
  position: absolute;
  top: 0;
  right: 0.5vw;
}

.contact .contactbox .ttl02 {
  color: #08396b;
  font-size: clamp(1.375rem, 0.375rem + 1.25vw, 1.875rem);
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.contact .contactbox .txt{
  text-align: left;
}

.contact .contactbox .txt02 {
  margin: 20px 0 40px;
  text-align: left;
}

.contact .contactbox .txt02 .red {
  color: #c1272d;
}

.contact .ol__content01 {
  display: block;
  padding: 0;
}

.contact .ol__content01-left {
  margin: 0 0 40px;
}

.contact .ol__content01-left,
.contact .ol__content01-right {
  list-style: none;
  padding: 0;
  text-align: left;
}

.contact .ol__content01-left::before,
.contact .ol__content01-right::before{
  content: none;
}

.contact .ol__content01 li p {
  color: #08396b;
  font-size: clamp(1.375rem, 0.375rem + 1.25vw, 1.875rem);
  font-weight: 700;
  margin: 0;
}

.contact .ol__content01 li .ol__content01-btn {
  display: block;
  margin-top: 1rem;
  max-width: 486px;
  width: 25vw;
}

@media screen and (max-width:1080px) {
  .summary .content::after {
    height: 12vw;
    width: 15vw;
  } 
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .nazotoki_section{
    margin: 0 auto 100px;
    width: 96%;
  }

  .nazotoki_text{
    font-size: clamp(0.8125rem, 0.6786rem + 0.6696vw, 1rem);
  }

  .c-educational__section-title{
    padding: 0 0 15px;
    width: 80%;
  }

  .bluebox{
    width: 100%;
    border: 12px solid #6cceff;
    border-radius: 20px;
    gap: 30px 20px;
    padding: 20px 20px;
  }

  .c-educational__hero{
    margin: 0 auto 3rem;
    width: 100%;
  }

  .p-contents-wrap .c-educational__content .ttl{
    font-size: clamp(1.25rem, 0.25rem + 1.25vw, 1.75rem);
  }


  /* これまでの受講状況 */
  .situation .c-educational__section-title{
    /* max-width: 360px; */
    width: 90%;
  }

  .situation .ol__section-flex .textbox .ttl02{
    font-size: clamp(1.125rem, 0.7679rem + 1.7857vw, 1.625rem);
    width: 60vw;
  }

  .situation .ol__section-flex .textbox .total{
    font-size: clamp(1.125rem, 0.7679rem + 1.7857vw, 1.625rem);
    margin: 15px auto 0;
  }

  .situation .ol__section-flex .textbox .total .number{
    font-size: clamp(2.8125rem, 1.6964rem + 5.5804vw, 4.375rem);
    margin: 0 8px;
  }

  .situation .ol__section-flex .textbox .day{
    font-size: clamp(1rem, 0.7321rem + 1.3393vw, 1.375rem);
    margin: 14px 0;
  }

  .situation .ol__section-flex .archivebox .year-switcher{
    margin: 20px auto 10px;
  }

  .situation .ol__section-flex .archivebox{
    width: 100%;
  }

  .situation .ol__section-flex .archivebox .ttl02{
    font-size: clamp(1.125rem, 0.7679rem + 1.7857vw, 1.625rem);
    width: 60vw;
  }

  .situation .ol__section-flex .archivebox .c-educational__table-scroll{
    max-height: 450px;
    padding: 1em;
    width: 100%;
  }

  .situation .ol__section-flex .archivebox .c-educational__table-scroll table{
    width: 600px;
  }

  .situation .ol__section-flex .archivebox .c-educational__table-scroll table td{
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  }

  .c-educational__table-scroll table td:last-child{
    padding-right: 8px;
  }

  .situation .ol__section-flex .archivebox .commentbox{
    margin: 40px auto 0;
  }

  .situation .ol__section-flex .archivebox .commentbox .flexbox{
    gap: 30px;
    margin: 20px auto 0;
  }

  .situation .ol__section-flex .archivebox .commentbox .flexbox .list{
    width: 100%;
  }

  /* プログラム */
  .program .c-educational__section-title{
    /* max-width: 200px; */
    width: 80%;
  }

  .program .ol__section-flex .flexbox02{
    gap: 20px;
  }

  .program .ol__section-flex .flexbox02 .list{
    width: 100%;
  }

  /* 授業の流れ */
  .flow .c-educational__section-title{
    /* max-width: 200px; */
    width: 80%;
  }

  .flow .ol__section-flex .ttl{
    font-size: clamp(0.875rem, 0.6071rem + 1.3393vw, 1.25rem);
    padding: 5px 0;
    width: 100%;
  }

  /* 教材 */
  .textbook .c-educational__section-title{
    /* max-width: 80px; */
    width: 66%;
  }

  .textbook .ol__section-flex .item{
    padding: 1rem;
    width: 100%;
  }

  .textbook .ol__section-flex .ttl{
    font-size: clamp(1rem, 0.6429rem + 1.7857vw, 1.5rem);
  }

  /* 概要 */
  .summary .c-educational__section-title{
    /* max-width: 80px; */
    width: 66%;
  }

  .summary .content .txt{
    font-size: clamp(0.875rem, 0.6071rem + 1.3393vw, 1.25rem);
  }

  .summary .content::after{
    max-height: 84px;
    max-width: 104px;
  }

  /* 次世代教育支援に関するお問い合わせ */
  .contact{
    margin: 100px auto 120px;
  }

  .contact .ttl{
    font-size: clamp(1.375rem, 1.0172rem + 1.5267vw, 1.75rem);
  }

  .contact .contactbox{
    padding: 1.5rem;
  }
  
  .contact .contactbox::after{
    max-height: 85px;
    max-width: 97px;
    top: 40%;
    transform: translateY(-50%);
  }

  .contact .contactbox .ttl02{
    font-size: clamp(1rem, 0.6429rem + 1.7857vw, 1.5rem);
  }

  .contact .contactbox .txt02{
    margin: 10px 0 20px;
  }

  .contact .ol__content01 li p{
    font-size: clamp(1rem, 0.6429rem + 1.7857vw, 1.5rem);
  }

  .contact .ol__content01-left{
    border-bottom: unset;
  }

  .contact .ol__content01 li .ol__content01-btn{
    max-width: unset;
    width: 100%;
  }

}


/* familyapps */
/* 共通 */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.familyapps_section {
  margin: 100px auto 0;
  padding: 0;
}

.familyapps_text {
  font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
}

.p-familyapps__contents .sub_title{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}


.p-familyapps__contents .p-familyapps__content .ttl{
  color: #1478e2;
  font-size: clamp(2rem, 1rem + 1.25vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  margin: 0 auto 2rem;
}

.p-familyapps__contents .p-familyapps__content .text{
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.p-familyapps__contents .p-familyapps__content .banner{
  margin: 60px auto 0;
  width: min(80%,1000px);
}

.textcontents.familyapps_section{
  margin: 80px auto 0;
}

/* ファミリーアップスのサポート */
.familyapps_section.support #tab1{
  background-color: #efa13a;
}

.familyapps_section.support #tab2{
  background-color: #3ca4e5;
}

.familyapps_section.support #tab3{
  background-color: #f476a9;
}

.familyapps_section.support .v2__edu_tab-inner{
  flex-wrap: wrap;
  gap: 3rem;
}

.familyapps_section.support .v2__edu_tab-flex{
  justify-content: space-between;
  padding: 0;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex:last-of-type,.familyapps_section.support #tab2 .v2__edu_tab-flex:last-of-type,.familyapps_section.support #tab3 .v2__edu_tab-flex:last-of-type{
  gap: 30px;
  width: 100%;
}

.familyapps_section.support #tab3 .v2__edu_tab-flex:last-of-type{
  justify-content: center;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .textbox,.familyapps_section.support #tab2 .v2__edu_tab-flex .textbox,.familyapps_section.support #tab3 .v2__edu_tab-flex .textbox{
  list-style: none;
  text-align: left;
  width: 50%;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .textbox::before,.familyapps_section.support #tab2 .v2__edu_tab-flex .textbox::before,.familyapps_section.support #tab3 .v2__edu_tab-flex .textbox::before{
  content: none;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .ttl,.familyapps_section.support #tab2 .v2__edu_tab-flex .ttl,.familyapps_section.support #tab3 .v2__edu_tab-flex .ttl{
  font-size: clamp(2rem, 1rem + 1.25vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 20px;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .txt,.familyapps_section.support #tab2 .v2__edu_tab-flex .txt,.familyapps_section.support #tab3 .v2__edu_tab-flex .txt{
  color: #333333;
  font-size: clamp(1.125rem, 0.5rem + 0.7813vw, 1.4375rem);
  font-weight: 500;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .img,.familyapps_section.support #tab2 .v2__edu_tab-flex .img,.familyapps_section.support #tab3 .v2__edu_tab-flex .img{
  list-style: none;
  width: 46%;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .img::before, .familyapps_section.support #tab2 .v2__edu_tab-flex .img::before, .familyapps_section.support #tab3 .v2__edu_tab-flex .img::before{
  content: none;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .list,.familyapps_section.support #tab2 .v2__edu_tab-flex .list,.familyapps_section.support #tab3 .v2__edu_tab-flex .list{
  list-style: none;
  margin-top: 0;
  width: 31%;
}

.familyapps_section.support #tab1 .v2__edu_tab-flex .list::before,.familyapps_section.support #tab2 .v2__edu_tab-flex .list::before,.familyapps_section.support #tab3 .v2__edu_tab-flex .list::before{
  content: none;
}

/* tab1 */
.familyapps_section.support #tab1 .v2__edu_tab-flex .ttl{
  color: #f7931e;
}


/* tab2 */
.familyapps_section.support #tab2 .v2__edu_tab-flex .ttl{
  color: #3ca4e5;
}


/* tab3 */
.familyapps_section.support #tab3 .v2__edu_tab-flex .ttl{
  color: #f476a9;
}


/*  */
.p-familyapps__contents-bg .c-educational__box-min{
  border: 1px solid #999999;
}

.p-familyapps__contents-bg .c-educational__content{
  box-shadow: 15px 15px 0 rgba(0,0,0,0.3);
}

.p-familyapps__contents-bg .c-educational__content::before{
  content: "";
  display: block;
  background-image: url(../../familyapps/img/familyapps_bar.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-familyapps__contents-bg .c-educational__content::after{
  content: "";
  display: block;
  background-image: url(../../familyapps/img/familyapps_bar.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-text,.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-title{
  text-align: center;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex{
  gap: 30px;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .apple{
  width: min(30%,164px);
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .item{
  justify-content: center;
  align-items: center;
  width: 365px;
  margin-right: 20px;
  padding: 15px 0;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .item a{
  display: block;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 10px;
  width: 163px;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .item a.googleplay{
  width: 202px;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .item .img{
  display: inline-block;
  vertical-align: middle;
}

.p-familyapps__contents-bg .c-educational__box-min .c-educational-button{
  margin: 0 auto 1rem;
  width: min(70%, 460px);
}

@media screen and (max-width: 768px){
  .familyapps_section{
    margin: 100px auto 0;
    width: 96%;
  }

  .familyapps_text{
    font-size: clamp(0.8125rem, 0.6786rem + 0.6696vw, 1rem);
  }

  .p-familyapps__contents .p-familyapps__content .ttl{
    padding: 0;
    font-size: clamp(1.25rem, 0.25rem + 1.25vw, 1.75rem);
    width: 100%;
  }

  .p-familyapps__contents .p-familyapps__content .banner{
    width: min(100%,1000px);
  }

  /* ファミリーアップスのサポート */
  .p-familyapps__contents .sub_title{
    margin: 0 auto 20px;
    padding: 0;
    width: min(80%,560px);
  }

  .familyapps_section.support #tab1 .v2__edu_tab-flex .textbox, .familyapps_section.support #tab2 .v2__edu_tab-flex .textbox, .familyapps_section.support #tab3 .v2__edu_tab-flex .textbox{
    width: 100%;
  }

  .familyapps_section.support .v2__edu_tab-inner{
    gap: 1rem;
  }

  .p-familyapps__contents-bg .c-educational__content::before{
    background-size: contain;
    height: 1%;
  }

  .p-familyapps__contents-bg .c-educational__content::after{
    background-size: contain;
    background-position: bottom;
    height: 1%;
  }

  .p-familyapps__contents-bg .c-educational__content{
    box-shadow: 8px 8px 0 rgba(0,0,0,0.3);
  }

  .familyapps_section.support #tab1 .v2__edu_tab-flex .ttl, .familyapps_section.support #tab2 .v2__edu_tab-flex .ttl, .familyapps_section.support #tab3 .v2__edu_tab-flex .ttl{
    font-size: clamp(1.25rem, 0.25rem + 1.25vw, 1.75rem);
    margin: 0 0 10px;
  }

  .familyapps_section.support #tab1 .v2__edu_tab-flex .txt, .familyapps_section.support #tab2 .v2__edu_tab-flex .txt, .familyapps_section.support #tab3 .v2__edu_tab-flex .txt{
    font-size: clamp(0.9375rem, 0.8036rem + 0.6696vw, 1.125rem);
  }

  .familyapps_section.support #tab1 .v2__edu_tab-flex .img, .familyapps_section.support #tab2 .v2__edu_tab-flex .img, .familyapps_section.support #tab3 .v2__edu_tab-flex .img{
    width: 100%;
  }

  .familyapps_section.support #tab1 .v2__edu_tab-flex .list, .familyapps_section.support #tab2 .v2__edu_tab-flex .list, .familyapps_section.support #tab3 .v2__edu_tab-flex .list{
    width: 100%;
  }

  .familyapps_section.support #tab1 .v2__edu_tab-flex:last-of-type, .familyapps_section.support #tab2 .v2__edu_tab-flex:last-of-type, .familyapps_section.support #tab3 .v2__edu_tab-flex:last-of-type{
    gap: 20px 0;
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex{
    margin: 2rem auto 0;
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .apple{
    width: 160px;
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .googleplay{
    width: 200px;
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .item{
    width: 100%;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-flex .item a{
    margin-right: 15px;
    background-color: #fff;
    border-radius: 8px;
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-text, .p-familyapps__contents-bg .c-educational__box-min .c-educational__box-title{
    padding: 0 20px;
    font-size: clamp(1.125rem, 0.8571rem + 1.3393vw, 1.5rem);
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational-button-area{
    margin: 0 auto;
    width: min(100%, 487px);
  }

  .p-familyapps__contents-bg .c-educational__box-min .c-educational-button{
    padding: 0 20px;
    width: min(100%,460px);
  }
}


/* what_is_asobi */
/* 共通 */
.purplebox {
  background-color: #fff;
  border: 24px solid #ac71b7;
  border-radius: 30px;
  gap: 60px 30px;
  margin: 0 auto;
  width: min(80vw, 1200px);
  padding: 40px 60px 50px;
}

.asobi_section {
  margin: 120px auto 0;
  padding: 0;
}

.asobi_text {
  font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
}

.sub_title{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}

.sub_title h2{
  margin: 0 auto;
}

/* タカラトミーの立石本社 社会見学 */
.field-trip .sub_title h2{
  max-width: 902px;
}

.field-trip .ol__section-flex{
  justify-content: space-between;
}

.field-trip .ol__section-flex .two-column-flex{
  justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
}

.field-trip .ol__section-flex .ttl{
  border-bottom: 1px solid #ac71b7;
  color: #ac71b7;
  font-size: clamp(1.375rem, 0.375rem + 1.25vw, 1.875rem);
  font-weight: 900;
  margin: 0;
  padding: 0 0 10px;
  text-align: center;
  width: 100%;
}

.field-trip .ol__section-flex .item{
  list-style: none;
}

.field-trip .ol__section-flex .item::before{
  content: none;
}

.field-trip .ol__section-flex .item:first-of-type{
  width: 100%;
}

.field-trip .ol__section-flex .item:first-of-type .txt{
  margin: 0;
  text-align: left;
}

.field-trip .ol__section-flex .item:last-of-type{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34%;
}

/* これまでの参加状況 */
.participation .sub_title h2{
  max-width: 646px;
}

.participation .ol__section-flex .textbox {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  width: 80vw;
}

.participation .ol__section-flex .textbox .ttl02,.participation .ol__section-flex .archivebox .ttl02 {
  background-color: #ac71b7;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.75rem, 0.875rem + 1.0938vw, 2.1875rem);
  font-weight: 900;
  margin: 0 auto;
  padding: 4px 0;
  text-align: center;
  max-width: 100%;
  width: 49vw;
}

.participation .ol__section-flex .textbox .total {
  color: #4d4d4d;
  font-size: clamp(1.6875rem, 0.8125rem + 1.0938vw, 2.125rem);
  font-weight: 900;
  margin: 30px auto 0;
  line-height: 0.9;
}

.participation .ol__section-flex .textbox .total .number {
  color: #ac71b7;
  font-size: clamp(5.5rem, 2.875rem + 3.2813vw, 6.8125rem);
  font-weight: 900;
}

.participation .ol__section-flex .textbox .day {
  color: #4d4d4d;
  font-size: clamp(1.25rem, 0.375rem + 1.0938vw, 1.6875rem);
  font-weight: 700;
}

.participation .ol__section-flex .archivebox{
  margin: 0 auto;
  max-width: 800px;
  width: 80vw;
}

.participation .ol__section-flex .archivebox .year-switcher{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 40px auto 20px;
  max-width: 938px;
  text-align: left;
}

.participation .ol__section-flex .archivebox .year-switcher #v2__year-display{
  font-size: 1.3em;
  font-weight: bold;
  color: #1478e2 !important;
}

.participation .ol__section-flex .archivebox .year-switcher #prev,.participation .ol__section-flex .archivebox .year-switcher #next{
  width: 2.6mm;
  height: 2.6mm;
  background-color: #1478e2;
  border: none;
  border-radius: 10%;
  position: relative;
  cursor: pointer;
  padding: 8px;
  box-sizing: content-box;
}

.participation .ol__section-flex .archivebox .year-switcher #prev::before,.participation .ol__section-flex .archivebox .year-switcher #next::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}

.participation .ol__section-flex .archivebox .year-switcher #prev::before{
  border-top: none;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-right: none;
  transform: translate(calc(-50% + 3px), -50%) rotate(45deg);
}

.participation .ol__section-flex .archivebox .year-switcher #next::before{
  border-bottom: none;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-left: none;
  transform: translate(calc(-50% - 3px), -50%) rotate(45deg);
}

.participation .ol__section-flex .archivebox .c-educational__table-scroll{
  border: 3px solid #1478e2;
  margin: 0 auto;
  max-width: 938px;
}

.c-educational__table-scroll table{
  max-width: 865px;
}

.participation .ol__section-flex .archivebox .c-educational__table-scroll table thead{
  background-color: #1478e2;
  color: #fff;
}

.participation .ol__section-flex .archivebox .c-educational__table-scroll table td{
  font-size: clamp(0.8125rem, 0.7679rem + 0.2232vw, 0.875rem);
  text-align: left;
  padding-right: 8px;
}

.participation .ol__section-flex .archivebox .c-educational__table-scroll table tbody td:last-of-type{
  text-align: right;
}

/* 社会見学の内容 */
.detail .sub_title h2{
  max-width: 575px;
}

.detail .ol__section-flex .two-column-flex{
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
}

.detail .ol__section-flex .two-column-flex .item{
  list-style: none;
}

.detail .ol__section-flex .two-column-flex .item:first-of-type{
  text-align: left;
  width: 66%;
}

.detail .ol__section-flex .two-column-flex .item:last-of-type{
  width: 32%;
}

.detail .ol__section-flex .two-column-flex .item::before{
  content: none;
}



@media screen and (max-width:768px){
  .purplebox{
    width: 94%;
    border: 12px solid #ac71b7;
    border-radius: 20px;
    gap: 20px 20px;
    padding: 20px 20px;
  }

  .asobi_section{
    margin: 100px auto 0;
    width: 96%;
  }

  .asobi_text{
    font-size: clamp(0.8125rem, 0.6786rem + 0.6696vw, 1rem);
    text-align: left;
  }

  .field-trip .sub_title h2{
    width: 100%;
    max-width: 612px;
  }

  .field-trip .ol__section-flex .ttl{
    font-size: clamp(1rem, 0.6429rem + 1.7857vw, 1.5rem);
    padding: 0 0 5px;
  }

  .field-trip .ol__section-flex .two-column-flex{
    gap: 10px;
  }

  .field-trip .ol__section-flex .item:last-of-type{
    position: static;
    width: 100%;
  }

  .participation .sub_title h2{
    width: 80%;
    max-width: 359px;
  }

  .participation .ol__section-flex .textbox .ttl02, .participation .ol__section-flex .archivebox .ttl02{
    font-size: clamp(1.125rem, 0.7679rem + 1.7857vw, 1.625rem);
    width: 56vw;
  }

  .participation .ol__section-flex .textbox{
    width: 100%;
  }

  .participation .ol__section-flex .textbox .total{
    font-size: clamp(1.125rem, 0.7679rem + 1.7857vw, 1.625rem);
    margin: 15px auto 0;
  }

  .participation .ol__section-flex .textbox .total .number{
    font-size: clamp(2.8125rem, 1.6964rem + 5.5804vw, 4.375rem);
  }

  .participation .ol__section-flex .textbox .day{
    font-size: clamp(0.8125rem, 0.7529rem + 0.2545vw, 0.875rem);
  }

  .participation .ol__section-flex .archivebox .year-switcher{
    margin: 20px auto 10px;
  }

  .participation .ol__section-flex .archivebox{
    width: 100%;
  }

  .participation .ol__section-flex .archivebox .ttl02{
    font-size: clamp(1.125rem, 0.7679rem + 1.7857vw, 1.625rem);
  }

  .participation .ol__section-flex .archivebox .c-educational__table-scroll{
    max-height: 450px;
    padding: 1em;
    width: 100%;
  }

  .participation .ol__section-flex .archivebox .c-educational__table-scroll table{
    width: 400px;
  }

  .participation .ol__section-flex .archivebox .c-educational__table-scroll table td{
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  }

  .c-educational__table-scroll table td:last-child{
    padding-right: 8px;
  }

  .detail .sub_title h2{
    max-width: 278px;
    width: 74%;
  }

  .detail .ol__section-flex .two-column-flex{
    gap: 10px;
  }

  .detail .ol__section-flex .two-column-flex .item:first-of-type{
    width: 100%;
  }

  .detail .ol__section-flex .two-column-flex .item:last-of-type{
    width: 100%;
  }

  .detail .c-educational__table-border td{
    font-size: 12px;
    padding: 12px 8px;
  }

}
