@charset "utf-8";
body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}
.p-educational__main-wrap {

}
.p-familyapps-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 {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/company/social_contributions/educational/common/img/bg_family-apps01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  min-height: 550px;
}

.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;
}
.c-educational__hero-header-navi-list li::before {
 display: none;
}
.c-educational__hero-lead {
  background-color: #f4f8f9;
}
.c-educational__hero-lead-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/company/social_contributions/educational/common/img/bg_educational-hero.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  min-height: 700px;
}
.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;
}
.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__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 180px;
  flex-direction: row;
}
.c-educational__columns:nth-child(odd) {
  flex-direction: row-reverse;
}
.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%);
}
.c-educational__main-image +.c-educational__box-title{
  margin-top: 100px;
}
.c-educational__main-image +.c-educational__box-text{
  margin-top: 100px;
}
.c-educational__box-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #1478e2;
  font-family:  "M PLUS Rounded 1c", sans-serif;
  
}

.c-educational__box-text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.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__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;
  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__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:nth-child(4) {
  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;
}
  .p-educational__school {
    max-width:1240px ;
    margin: 0 auto 0;
    padding: 80px 0 40px;
    background-image: url(/company/social_contributions/educational/common/img/bg_educational-school.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }


  .p-educational__school-title{}
  
  .p-educational__kv {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .p-educational__lead,
  .p-educational__sublead {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .p-educational__nav {
    margin-bottom: 1.5rem;
  }
  
  .p-educational__nav ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  
  .p-educational__nav li {
    list-style: none;
  }
  
  .p-educational__nav a {
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: #1478e2;
    color: #fff;
    border-radius: 0.5rem;
    display: inline-block;
  }
  
  .p-educational__images {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .p-educational__image {
    width: calc(33.333% - 1rem);
  }
  
  .p-educational__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .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 {
    padding: 4rem 1rem;
    background-color: #fff8f0; /* 家庭向けはあたたかい色味に */
  }
  
  .p-educational__family-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    color: #e8753d;
  }
  
.educational__title{
text-align: center;
margin: 0 auto 0;
  
}
.p-educational__report{}


.c-educational__box-scroll {
  max-height: 500px;
  overflow-y: auto;
  padding: 20px;
  border: solid 1px #ccc;
}
.c-educational-button-anchor-area{
  text-align: center;
  margin-bottom: 1rem;
  }
  .c-educational-button-anchor {
      display: flex;
      align-items: center;
      gap: 1rem;
      border-bottom: 2px solid #1478e2;
      color: #1478e2;
      padding: 0.4rem;
      text-decoration: none;
      transition: background-color 0.3s;
      width: 100%;
      margin: 0 auto .8rem;
      justify-content: space-between;
      text-align: left;

  }

  .c-educational-button-anchor__text {
    font-size: .8rem;
  }
  
  .c-educational-button-anchor__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1478e2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    min-width: 40px;
    min-height: 40px;
  }
  .c-educational-button-anchor__icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 14px solid #FFFFFF;
    border-bottom: 8px solid transparent;
    margin-left: 4px; /* Slight offset to center visually */
  }


  .c-banner {
    background-color: #f4f8f9;
    min-height: 160px;
  }
  
  .c-banner__inner {
    max-width: 1240px;
    min-height: 160px;
    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: center center;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .c-banner__list {
    max-width: 1080px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    position: relative;
    padding: 1rem .8rem;
  }
  
  .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-position: bottom 20px center;
    }
  
    .c-banner__list {
      padding: 60px 0;
    }
  }

  
/* レスポンシブ CSS*/

@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 +.c-educational__box-title {
  margin-top: 40px;
}
.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 {
  flex-direction: column;
  flex-wrap: nowrap;
}
.c-educational__columns:nth-child(odd) {
  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;
}

}


/*** online ***/

html, body {
  height: 100%;
	margin: 0;
	padding: 0;
	  background-image: url("../img/bg_inclusive-society-wrapper.png");
  background-repeat: repeat;
  background-size: auto; /* 画像本来のサイズでリピート */
}


h3 {
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 700; 
  color: #1478E2;
}
p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.75;
}


li{list-style: none; margin: 0; padding: 0;}

:where(ul) li:before {
    content: "";
    width: 0!important;
    height: 0!important;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: .6em;
}
:where(ul) li+li {
    margin-top: 0!important;
}


/* 共生社会の実現 */
.contents-box{
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  text-align: left;
  width: 570px;
  height: 234px;
  margin: 0 auto;
  position: relative;
}

.contents-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-inclusive-society__wrapper {
  padding: 0;
  width: 100%;
    background-image: url("/company/social_contributions/inclusive_society/common/img/bg_inclusive-society-wrapper.png");
    background-size: 600px auto; /* 元のサイズで表示！ */
    background-repeat: repeat;
    position: relative;
    z-index: 0;
}
.p-inclusive-society__wrapper img {
  max-width: 100%;
  height: auto;
}

.p-inclusive-society__contents-box{
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 40px 50px 60px;
  text-align: left;
  max-width: 1240px;
  height: auto;
  margin: 0 auto 120px;
  position: relative;
}

.p-inclusive-society__contents-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; 
}


.ol__hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f4f8f9; /* 保険で色を入れておく */
	margin: 0 auto 25rem;
  max-height: 880px;
}

/* 背景画像：最大1440pxで中央寄せ */
.ol__hero-section::before {
  content: "";
  position: absolute;
	top:144px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background: url("../img/online_bg_img01.webp") no-repeat center top;
  background-size: contain;
  z-index: 0;
}

/* 背景ラウンド（水色の丸） */
.ol__hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background-color: #F4F8F9;
  border-bottom-left-radius: 100% 120px;
  border-bottom-right-radius: 100% 120px;
  z-index: -1;
  max-height: 980px;
}

/* コンテンツを前面に */
.hero-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
	text-align: center;
}

.hero-section__badge img {
  width: 340px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.hero-section__title img {
  width: 360px;  /* 指定の幅 */
  height: auto;  /* アスペクト比維持 */
  display: block; /* 画像まわりの余白を制御しやすくする */
}
.hero-section__row {
	background-color: #F4F8F9;
  display: flex;
  align-items: center; /* 垂直方向に中央揃え */
  justify-content: space-between;
  gap: 40px; /* 見出しとボタンの間隔 */
  flex-wrap: nowrap; /* 画面幅が足りないときに折り返す */
  margin-bottom: 45px;
}


.hero-section__btn-list img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hero-section__btn-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  margin: 0 0 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-section__btn-list li {
  flex: 0 0 auto;
}


.hero-section__btn-list li a img {
/*  max-width: 146px;*/
  height: auto;
  display: block;
}
.hero-section__leadtitle {
  max-width: 510px;
  margin: 0 auto 3rem; /* 中央寄せしたい場合 */
}

.hero-section__leadtitle img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-section__leadbox {
  max-width: 700px;
	margin: 0 auto 3rem;
}
.sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0; /* 不要な隙間なしで密着させたい場合は0 */
  margin: 60px auto;
}

/* リードタイトル画像 */
.hero-section__leadtitle img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 24px;
  display: block;
}

/* リードボックス */
.hero-section__leadbox img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 48px;
  display: block;
}

/* 下部ナビゲーションボタン */
.hero-section__navi-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.hero-section__navi-btm li a img {
  width: 180px;
  height: auto;
  display: block;
}


/* 見出し */
.sub_title h2 {
  max-width: 1220px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}



.content01 {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 4rem auto 0;
  flex-wrap: wrap; /* スマホ対応で折り返し可能にするなら */
	justify-content: center;
}
.ol__contact-box-with-chars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1240px;
  margin: 2rem auto 0;
  padding: 0 20px;
}

.ol__content01 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.ol__content01-left,
.ol__content01-right {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}

.ol__content01-left {
  position: relative;
  border-right: 2px dotted #999;
}
.ol__content01-btn {
  display: inline-block;
  margin-top: 1rem;
}
.online_l_Character_img01,
.online_r_Character_img02 {
  flex: 0 0 auto;
}

.online_l_Character_img01 img,
.online_r_Character_img02 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ol__content01 li {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
}
.content01 li {
  flex-shrink: 0; /* 画像のサイズが勝手に縮まないようにする */
}

.content02 {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 4rem auto 0;
  flex-wrap: wrap; /* スマホ対応で折り返し可能にするなら */
	justify-content: center;
}

.content2__text{
  flex-shrink: 0; /* 画像のサイズが勝手に縮まないようにする */
}
.content02 li.content2__text{width: 64%;}
.content02 li.content2__img{width: 34%;}

.content01 img {
  display: block;
  max-width: 100%;
  height: auto;
}


.bottom_img01 {
  text-align: center;
	margin-top: -80px;
}

.bottom_img01 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.rounded-bg {
  position: relative;
  background-color: #f4f8f9;
  padding: 0px 20px;
  margin: 240px 0 0;
  /*overflow: hidden;*/
}

/* 上部ラウンド */
.rounded-bg__top {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #f4f8f9;
  border-top-left-radius: 100% 120px;
  border-top-right-radius: 100% 120px;
  z-index: 0;
}



/* 中のコンテンツ */
.rounded-bg__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.toy_img {
	text-align: center;
}

.pre_footer01 {
  position: relative;
  background: url("../img/prefooter_bg01.webp") no-repeat center top / cover;
  padding: 100px 20px; /* 上下余白は調整可能 */
  text-align: center;
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
  overflow: hidden;
}

/* 見出し画像 */
.pre_footer01__title img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}

/* ボタン画像 */
.pre_footer01__btn img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pc_on{display: block;}
.sp_on{display: none;}
@media screen and (max-width: 1440px) {
  .hero-section__btn-list {
	  width: 100%;
    gap: 12px 16px;
    padding: 0 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section__btn-list {
    justify-content: center;
	  flex-wrap: wrap;
    gap: 12px 16px;
    padding: 0 16px;
  }
	
.hero-section__row {
  flex-wrap: wrap; 
}
	
}

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

	.ol__hero-section::before {
    display: none;
  }
	
.ol__hero-section {
background: url(../img/online_SP_bg_img01.webp) no-repeat center top;
        background-size: contain;
        background-position: center 55vh;
        padding: 0 0 40px;
        height: 135vh;
        text-align: center;
	margin: 0 auto 10rem;
  max-height: 980px;
  }
.ol__hero-section::after {
    height: 150vh;
}
  .hero-section__inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
	 .hero-section__row {
    display: flex;
    align-items: center;
  }
	
  .hero-section__badge img {
    width: 200px;
    margin: 0 auto 16px;
  }

  .hero-section__title img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
	
/*  .hero-section__btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    margin-bottom: 32px;
    padding: 0 12px;
	  margin: 0 auto;
  }*/
  .hero-section__btn-list {
padding: 0 12px;
        margin: 0 auto;
        gap: 10px 12px;
  }
	
/*  .hero-section__btn-list li a img {
    max-width: 116px;
    height: auto;
  }*/
  .hero-section__btn-list li a img {
    width: 100px;
  }
  .hero-section__leadtitle {
    max-width: none;
	width: 80%;
    margin: 0 auto 24px;
  }

  .hero-section__leadtitle img {
    width: 100%;
    height: auto;
  }

  .hero-section__leadbox {
    max-width: none;
	  width: 90%;
    margin: 0 auto;
  }

  .hero-section__leadbox img {
    width: 100%;
    height: auto;
  }
.p-inclusive-society__wrapper img {
    width: 100%;
}
	.p-inclusive-society__contents-box {
    width: 80%;
		padding: 40px 5% 60px;
}
	.sub_title h2 {
    width: 75%;
}
	.bottom_img01 {
    width: 30%;
    margin: -80px auto 0;
}
	.rounded-bg {
    margin: 240px 0 180px;
	padding: 0;
}
	.content02 li.content2__text {
    width: 100%;
}
	.content02 li.content2__img {
    width: 100%;
}
	.pre_footer01__btn img {
    width: 80%;
}
	.content01 li {
    flex-shrink: 0;
    width: 100%;
}
  .ol__content01 li {
    flex: 1 1 100%;
  }

}
@media screen and (max-width: 390px) {
	.ol__hero-section {
        height: 100vh;
  }
    .ol__hero-section::after {
        height: 105vh;
    }
	    .hero-section__btn-list li a img {
        width: 110px;
        height: auto;
    }
}

/*** /online ***/
.hero-section__navi-btm {
	display: flex;
}

.ol__game-banner01 {
	text-align: center;
	margin: -9rem auto 2rem;
}

.ol__content-tc {
	text-align: center;
	text-align: -webkit-center;
}



.title_1st {
	position: relative;
}
.title_1st img {
	position: absolute;
	    top: -134px;
    left: -45px;
}

.title_1st-mt {
	margin-top: 8rem;
}

.title_1st-flex {
	display: flex;
	flex-wrap: wrap;
}
/* 1st */
.ol__section-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 40px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto ;
  padding: 0 20px;
}

.ol__section-left {
  flex: 1 1 calc(100% - 330px - 40px);
  max-width: calc(100% - 330px - 40px);
}

.ol__section-image {
  flex: 0 0 330px;
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ol__section-image img {
  width: 100%;
  height: auto;
  display: block;
}
  .ol__pdf-button-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 3rem;
    margin: 2rem auto 0;
    padding: 0;
    list-style: none;
    max-width: 520px;
  }

  .ol__pdf-button-list li {
    text-align: center;
  }

  .ol__pdf-button-list li a img {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: inline-block;
  }
 .ol__flex-textbox {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
  }

  .ol__flex-textbox li {
    flex: 1;
  }

  .ol__flex-textbox li img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ol__detail-link-img {
    width: 270px!important;
    width: 100%;
    height: auto;
    display: block;
  }
  .ol__contact-box-wrapper {
    display: flex;
    justify-content: center;
  }
  .ol__contact-box {
    max-width: 810px;
    width: 100%;
  }
.ol__content01-left {
  position: relative;
  border-right: 2px dotted #cfcfcf;
}

.ol__content01-btn {
  display: inline-block;
  margin-top: 1rem;
}

.online_l_Character_img01,
.online_r_Character_img02 {
  flex: 0 0 auto;
}

.online_l_Character_img01 img,
.online_r_Character_img02 img {
  max-width: 160px;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .ol__section-flex {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .ol__section-left,
  .ol__section-image {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .ol__section-image {
    justify-content: center;
  }
	    .ol__pdf-button-list {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    .ol__flex-textbox {
      flex-direction: column;
    }
    .ol__flex-textbox li {
      max-width: 100%;
    }
	   .ol__contact-box-with-chars {
    flex-direction: column;
    align-items: center;
  }

  .ol__content01 {
    flex-direction: column;
  }

  .ol__content01-left,
  .ol__content01-right {
    flex: 1 1 100%;
    padding: 0;
  }

  .ol__content01-left {
    border-right: none;
    border-bottom: 1px dotted #cfcfcf;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .online_l_Character_img01,
  .online_r_Character_img02 {
    display: inline-block;
    margin: 1rem auto 0;
  }

  .online_l_Character_img01 img,
  .online_r_Character_img02 img {
    width: 40%;
    max-width: 120px;
  }

  .ol__content01-left {
    border-right: none;
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
	.ol__content01-btn {
  display: inline-block;
  margin-top: 1rem;
}
}




.ol__character-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 2rem auto 0;
  padding: 0 20px;
  gap: 20px;
}
.online_l_Character_img01,
.online_r_Character_img02 {
  flex: 0 0 auto;
}
.online_l_Character_img01 img,
.online_r_Character_img02 img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .ol__content01-left,
  .ol__content01-right {
    flex: 1 1 100%;
    padding: 0;
  }
  .ol__content01-left {
    border-right: none;
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ol__character-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.ol__content01-wrapper {
  flex: 1;
}

