@charset "utf-8";
/*
html {
  font-size: 100%;
}
*/
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.8;
}

li{list-style: none; margin: 0; padding: 0;}

.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;
  
}





.uni-stats-container {

  padding: 1.5rem;
  border-radius: 0.5rem;
  max-width: 600px;
  margin: 0 auto;
  }

  .uni-stat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  }
  .uni-stat-name {
  color: black;
  font-size: 1.1rem;
  }
  .uni-divider {
  flex: 1;
  border-top: 1px dotted #4b5563;
  margin: 0 0.5rem;
  }






.main-wrapper {
  padding: 0;
  width: 100%;
    background-image: url("/company/social_contributions/common/img/bg_main-wrapper.png");
    background-size: 1440px auto; /* 元のサイズで表示！ */
    background-repeat: repeat-x;
    position: relative;
    z-index: 0;
}
.main-wrapper img {
  max-width: 100%;
  height: auto;
}

.l-inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
.p-main-visual {
  text-align: center;
  background-image: url("/company/social_contributions/common/img/bg_main-visual.png");
  background-size: 1440px auto; /* 元のサイズで表示！ */
  background-repeat: no-repeat;
  background-position: top center;
  padding: 44px 0 0;
  min-height: 1060px;
  margin-bottom: 114px;
  position: relative;
}
.p-main-visual__img {
  width: 400px;
  height: 415px;
  position: absolute;
  bottom: -200px;
  z-index: -1;
}

.p-main-visual__title {
  max-width: 735px;
  margin: 0 auto 30px;
}

.p-main-visual__lead {
  background-color: white;
  border: 2.4px solid #1478e2;
  padding: 24px 0 30px;
  text-align: center;
  width: 570px;
  height: 234px;
  margin: 0 auto;
}

.p-main-visual__subtitle {
  max-width: 490px;
  margin:0 auto 24px;
}

.p-main-visual__text {
  font-family: "YuGothic", "游ゴシック体", sans-serif;
  font-weight: 400;
  font-size: 1rem; 
  line-height: 1.75rem;
}


.p-mission{
  position: relative;
}
.p-mission__title{
  max-width: 415px;
  margin: 0 auto 40px;
}
.p-mission__text{
  text-align: left;
  font-family: "YuGothic", "游ゴシック体", sans-serif;
  font-weight: 600;
  font-size: 1.125rem; 
  line-height: 2rem; 
  margin: 0 auto 80px;
}
.p-mission__columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
}
.p-mission__columns:nth-child(even) {
  flex-direction: row-reverse;
}
.p-mission__content{
	position: relative;
  padding: 0 30px 0 50px;
  background-size: 100% auto; 
  background-repeat: no-repeat;
  background-position: top center;
}

.is-1 .p-mission__content {
  background-image: url("/company/social_contributions/common/img/bg_mission-content1_pc.png");
  width: 826px;
  height: 345px;

}
.is-2 .p-mission__content {
  background-image: url("/company/social_contributions/common/img/bg_mission-content2_pc.png");
  width: 826px;
  height: 355px;
}
.is-3 .p-mission__content {
  background-image: url("/company/social_contributions/common/img/bg_mission-content3_pc.png");
  width: 826px;
  height: 420px;
}
.p-mission {
  margin-bottom: 200px;
}
.p-mission-inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-mission__body{
  display: flex;
  width: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  justify-content: space-around;
}
.p-mission__desc{
  max-width: 370px;
  font-size: 1rem;
  text-align: left;
}
.p-mission__btn{
  max-width: 240px;
}

.p-mission__img{
  padding-top: 90px;
}

.p-mission__bgimg {
  width: 400px;
  height: 415px;
  position: absolute;
  bottom: -400px;
  right: 0;
  z-index: -1;
}

.p-news {
  text-align: center;
  background-image: url("/company/social_contributions/common/img/bg_p-news.png");
  background-size: 1440px auto; /* 元のサイズで表示！ */
  background-repeat: no-repeat;
  background-position: top center;
  padding: 78px 0 0;
  min-height: 685px;
  position: relative;
}

.p-news__title{
  max-width: 415px;
  margin: 0 auto 84px;
}

.p-news__wrap {
	margin: 30px auto 0;
  padding: 20px 0px 20px 20px;
	max-height: 295px;
	background-color: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
  width: 960px;
  border: 3px solid #1478e2;
}
.p-news__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -30px;

}

.p-news__list > dt {
	position: relative;
	margin-top: 30px;
	width: 115px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

.p-news__list > dt .font01 {
	font-size: 1.5rem;
}

.p-news__list > dt > .icon01 {
	position: absolute;
	top: 5px;
	left: 135px;
	font-size: 1.4rem;
	font-weight: 700;
	white-space: nowrap;
}

.p-news__list > dt > .icon01.type01 {
	color: #df6110;
}
.p-news__list > dt > .icon01.type02 {
	color: #46B6DF;
}
.p-news__list > dt > .icon01.type03 {
	color: #69b147;
}

.p-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;
}


.p-community-report{
  padding: 90px 0 44px;
  text-align: center;
}
.p-community-report__title{
  max-width: 660px;
  margin: 0 auto 98px;
}

.p-community-report__imgwrap{
 width: 100%;
 max-width: 1440px;
 margin: 0 auto 48px;
}
.p-community-report__btn{
  text-align: center;
  margin: 0 auto 0;
 }


 .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: 20px; /* Optional spacing between items */
   position: relative;
 }

 .c-banner__list::after {

 }
 .c-banner__item {
  width: 200px;
 }
 .c-banner__link {}
 .c-banner__img {
  max-width: 200px;
 }
 
 .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;
  }
}
@media screen and (max-width: 768px) {

  .p-news__list .list02 {
    margin-top: 0;
  }
  
  .p-news__list .list02 > dt {
    margin-top: 25px;
    width: 100%;
  }
  
  .p-news__list .list02 > dt:first-child {
    margin-top: 0;
  }
  
  .p-news__list .list02 > dt .font01 {
    font-size: 1.125rem;
  }
  
  .p-news__list .list02 > dt > .icon01 {
    position: inherit;
    top: 0;
    left: 0;
    margin-left: 20px;
    font-size: 0.75rem;
  }
  
  .p-news__list .list02 > dd {
    margin-top: 5px;
    padding: 0;
    width: 100%;
    border-left: none;
  }


}




/* 共生社会の実現 */
.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; 
}


/*
.p-inclusive-society
.p-inclusive-society__inner
.p-inclusive-society__title
.p-inclusive-society__lead
*/

/*** inclusive_society ***/

: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;
}

.is__hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #f4f8f9; /* 保険で色を入れておく */
	margin: 0 auto 16rem;
  max-height: 980px;
}

/* 背景画像：最大1440pxで中央寄せ */
.is__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/hero_bg.webp") no-repeat center top;
  background-size: contain;
  z-index: 0;
}

/* 背景ラウンド（水色の丸） */
.is__hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125vh;
  background-color: #F4F8F9;
  border-bottom-left-radius: 100% 120px;
  border-bottom-right-radius: 100% 120px;
  z-index: -1;
  max-height: 1080px;
}

/* コンテンツを前面に */
.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__title img {
  width: 360px;
  height: auto;
  display: block;
}*/
.hero-section__btn-list img {
  max-width: 100%;
  height: auto;
  display: block;
}
/*.hero-section__btn-list {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}*/

.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;
}


/* 見出し */
.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;
}

.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;
  /*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__bottom {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #f4f8f9;
    border-bottom-left-radius: 100% 120px;
    border-bottom-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;}

	.is__hero-section::before {
    display: none;
  }
	
.is__hero-section {
background: url(../img/SP_hero_bg.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;
  }
.is__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%;
}

}
@media screen and (max-width: 390px) {
	.is__hero-section {
        height: 100vh;
  }
    .is__hero-section::after {
        height: 105vh;
    }
	    .hero-section__btn-list li a img {
        width: 110px;
        height: auto;
    }
}