/* CSS Document */
.container-tcp {
  max-width: 1200px; /* 最大幅を1200pxに制限 */
  margin: 0 auto;    /* 中央揃え */
}
.box-wrapper-tcp {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #22479c;
	margin-top: 20px;
}
.box-wrapper-tcp {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #22479c;
	margin-top: 20px;

}
.box-tcp {
  padding: 30px;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 24px;
}
.box-wrapper-tcp p {color:  #ffffff; font-size: 20px; font-weight: bold; line-height: 200%;}

.box-wrapper-tcp img {
	width: 90%;
  border-radius: 40px; /* 数値はお好みで調整 */
}
.box-tcp a:hover { opacity: 0.7; }

/* スマホ表示（幅768px以下）で2列に切り替え */
@media (max-width: 768px) {
  .box-wrapper-tcp {
	  margin-top: 0px;
    grid-template-columns: repeat(3, 1fr); /* スマホ：2列 */
  }
}
/* スマホ表示（幅768px以下）で2列に切り替え */
@media (max-width: 768px) {
  .box-wrapper-tcp p {color:  #ffffff; font-size: 13px; font-weight: bold; line-height: 200%;}
}
.box-wrapper-tcp2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #22479c;
	margin-top: 20px;
}
.box-wrapper-tcp2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PC：3列 */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #22479c;
	margin-top: 20px;

}

.box-wrapper-tcp2 p {color:#ffffff; font-size: 20px; font-weight: bold; line-height: 200%;}

.box-wrapper-tcp2 img {
  border-radius: 40px; /* 数値はお好みで調整 */
}
/* スマホ表示（幅768px以下）で2列に切り替え */
@media (max-width: 768px) {
  .box-wrapper-tcp2 {
	  margin-top: 0px;
    grid-template-columns: repeat(1, 1fr); /* スマホ：2列 */
  }
}


.box-wrapper-link {
  display: grid;
  grid-template-columns: repeat(8, 1fr); /* PC：5列 */
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;

}

.box-link {
  text-align: center;
  font-weight: bold;
}

/* スマホ表示（幅768px以下）：3列 */
@media (max-width: 768px) {
  .box-wrapper-link {
	  gap:8px;
    grid-template-columns: repeat(4, 1fr); /* スマホ：3列 */
  }
}

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #22479c;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */

summary{color:  #22479c;
line-height: 200%;}

/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:1024px) {
.he-left {display:none;}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:1025px) {
.he-left3{
display:none;
}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:1025px) {
div#container2{
display:none;
}
}
.nav01{
	width:100%;
	margin-top:24px;
	margin-right:24px;
	text-align:left;
	float: left;
}
.nav01 a:hover { opacity: 0.7; } 
.nav01 li { margin:0; padding-left: 32px;　list-style-type: none;
		float:left;color: #22479c;
		}
.nav01 p a { font-size: 14px;
  font-weight: 500;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;
		}
.nav01 p{ font-size: 14px;
  font-weight: 500;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;
		}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1024px) {
.nav01{
display:none;
}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1024px) {
.line{
display:none;
}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:1025px) {
div#navi_toggle{
display:none;
}
}
div#container {
  padding-top: 145px;
}
div#container2 {
  padding-top: 60px;
}
div#nav02{text-align: center; width: 100%; padding: 20px 0;}
.box-25 {
  display: inline-block;
  width: 24%;
  text-align: center;
	box-sizing: border-box;
	vertical-align:  top; 
	margin: 0;
}

/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1024px) {
.box-25{
display:none;
}
}
.box-25 a:hover { opacity: 0.7; } 
.box-25 p a { font-size: 16px;
  font-weight: 600;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;}
.box-25 p{ font-size: 16px;
  font-weight: 600;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1024px) {
div#nav02{
display:none;
}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (max-width:1024px) {
div#container{
display:none;
}
}
.block {
    /* 2秒遅れてアニメする */
    animation-delay: 1s;
    /* 3回繰り返す infiniteを指定すると無限ループ*/
    animation-iteration-count: 3;
}
.inter {
    /* 2秒遅れてアニメする */
    animation-delay: 1s;
    /* 3回繰り返す infiniteを指定すると無限ループ*/
    animation-iteration-count: 2;
}
.foo {
}
/* 基本のスタイル */
   .foo.delighter {
      transition: all .3s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
 
/* スタート時のスタイル */
   .foo.delighter.started {
      transform: none;
      opacity: 1;
   }
 
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      border: solid red 10px;
   }
div#about{}
div#work01{}
div#work02{}
div#work{}
div#staff{}
div#envi{}
div#envi01{}
div#envi02{}
div#envi03{}
div#business{}
div#company{}
div#req{}
div#app{}
div#flow{}
div#qa{}
div#con2{height: 24px;background: #22479c;}
footer{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding: 10px 0 10px 0;
	background: #22479c;
	margin-top:40px;

	}
footer p{
	color: #ffffff;line-height: 200%;
	}
footer a{
	color: #ffffff;
	}

div#wrapper{
	width:1200px;
	margin:0 auto;
	text-align:center;
}
.work01{
	padding-top: 100px;
	}
.staff00{
	text-align: center;
	padding-top: 24px;
	padding-bottom: 40px;
	}
.line{background-color:#22479c;width: 100%; height: 1px; padding: 10 0;}
.line2{background-color:#22479c;width: 100%; height: 1px; padding-top: 10px 0;}
.news0{text-align: left;}
.news1{background-color:#22479c;width: 150px; margin-top: 20px; padding-left: 10px; background-size:auto; float:left;}
.news1 p a{color:#ffffff;font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;}
.news2{width: 150px; margin-top: 20px; padding-left: 10px; float: left;}
.news2 p{font-size: 16px;
  font-weight: 300;
  color: #22479c;
  letter-spacing: 0.1em;
  line-height: 1;}
.news3{width: 100%; margin-top:0px; padding-left: 10px; float: left;}
.news3 p a{font-size: 16px;
  font-weight: 300;
  color: #22479c;
  letter-spacing: 0.1em;
  line-height: 1;}
.news4{width: 100%; margin-top:10px; padding-left: 10px; text-align: left;}
.news4 p a{font-size: 12px;
  font-weight: 300;
  color: #22479c;
  letter-spacing: 0.1em;
  line-height: 1;}
.pick1{width: 100%; margin-top:0; padding-left: 10px; text-align: left;}
.pick1 p a{font-size: 12px;
  font-weight: 300;
  color: #22479c;
  letter-spacing: 0.1em;
  line-height: 1;}
.pick2{width: 100%; margin-top:20px; padding-left: 10px; text-align: left;}
.pick2 p a{font-size: 12px;
  font-weight: 300;
  color: #22479c;
  letter-spacing: 0.1em;
  line-height: 1;}
.top01{
	text-align: center;
	}
.top02{
	background-image: url("../img/haikei-top02.jpg");
	height: 900px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	}
@media screen and (max-width: 767px) {
  .top02 {
	  height: 100%;
	  background-repeat: repeat-x;
  }
}
.top03{
	background: #ffffff;
	text-align: center;
	padding-top: 16px;
	}
.top03b{
	background: #ffffff;
	text-align: center;
	padding-top: 120px;
	}
@media only screen and (max-width:767px) {
.top03 {padding-top: 0px;}
}

.top09{
	background: #22479c;
	text-align: center;
	}
.top04{
	background-image: url("../img/haikei-work.jpg");
	background-size: contain;
	background-position: center;
	text-align: center;
	}
div#btn{
	background: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 24px;
	}
.topsdgs{
	background-image: url("../img/haikei-sdgs.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	}
.top05{
	background-image: url("../img/haikei-recruit.jpg");
	background-size: contain;
	background-position: center;
	text-align: center;
	}
.topstaff{
	margin-top:60px;
	background-color: #22479c;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding-bottom: 12px;
	}
.topbusiness{
	background-color: #22479c;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding-bottom: 12px;
	}
.box-k{
	width: 24%;
	text-align: left;
	padding: 10px;
	float: left;
	}
.box-k2{
	width: 40%;
	padding-left: 10px;
	text-align: left;
	padding-bottom: 24px;
	float: left;
	}
.p01{
	padding:40px;
	color:#ffffff;
	background: #22479c;
	text-align: center;
	}
.p02{
	padding: 10px;
	color:#ffffff;
	background: #12b6d4;
	}
.p29{
	padding: 10px;
	color:#ffffff;
	background: #22479c;
	}
div#conta{
	padding-left: 100px;
	text-align:left;
	width:1000px;
}
.sns2 {
  width: 20%;
  text-align: center;
  padding-top: 10px;
	float: left;
}
.sns3 {
  width: 30%;
  text-align: center;
  padding-top: 10px;
	float: left;
}
.box1 {
  display: inline-block;
  width: 40%;
  text-align: left;
  padding-top: 40px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box1 p {
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box1 {width: 100%;height: 100%;padding-left: 24px;}
 }


.box1s {
  display: inline-block;
  height: 720px;
  width: 30%;
  text-align: left;
  padding-top: 40px;
	box-sizing: border-box;
	vertical-align:  bottom; 
}
.box1s p {color: #ffffff;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box1s {width: 100%;height: 100%;padding-left: 24px;padding-right: 24px;}
 }
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box1s{
display:none;
}
}
.box2 {
  display: inline-block;
  height: 720px;
  width: 40%;
  text-align: left;
  padding-top: 32px;
 	box-sizing: border-box;
	vertical-align:  bottom;
}
.box2 p {color: #ffffff;
	font-size: 40px;
	font-weight: 800;
line-height: 160%;}
@media screen and (max-width: 767px) {
    .box2{padding-left: 24px;
        width: 100%; height: 100%;
    }
 }
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box2 {display:none;}
}

.box2s {
  display: inline-block;
  height: 720px;
  width: 40%;
  text-align: left;
  padding-top: 16px;
 	box-sizing: border-box;
	vertical-align:  bottom;
}
.box2s p {color: #ffffff;
	font-size: 40px;
	font-weight: 800;
line-height: 160%;}
@media screen and (max-width: 767px) {
    .box2s{padding-left: 24px;padding-right: 24px;
        width: 100%; height: 100%;
    }
 }
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box2s{
display:none;
}
}

.box3 {
  display: inline-block;
  height: 36px;
  width: 70%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
}
.box3 p {color: #ffffff;
line-height: 200%;}
.box-w h2 {color: #22479c;
font-size: 40px;margin-bottom: 0;margin-top: 0;}
.box3 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box3 {padding-left: 24px; width: 100%; height: 100%; padding-top: 40px; padding-bottom: 24px;}
 }

.box4 {
  display: inline-block;
  width: 80.4%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
}
.box4 p {color: #ffffff;
line-height: 200%;}
.box4 h2 {color: #22479c;
font-size: 40px;margin-bottom: 0px;}
.box4 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box4 {padding-left: 0px; width: 100%; height: 100%; padding-bottom: 16px;}
 }
.box-goods {
  display: inline-block;
  width: 100%;
  text-align: center;
	box-sizing: border-box;
	vertical-align:  bottom; 
	padding-top:16px; 

}
@media screen and (max-width: 767px) {
    .box-goods {padding-top: 0px;}
 }
.box5 {
  display: inline-block;
  width: 100%;
  text-align: center;
	box-sizing: border-box;
	vertical-align:  bottom; 
	padding-top:20px; 

}
.box5 p {color: #22479c;
line-height: 200%;}
.box5 h2 {color: #22479c;
font-size: 20px;}
.box5 a:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box5 {}
 }

.box50 {
  display: inline-block;
  width: 100%;
  text-align: center;
	box-sizing: border-box;
	vertical-align:  bottom; 

}
.box50 p {color: #22479c;
line-height: 200%;}
.box50 h2 {color: #22479c;
font-size: 20px;}
.box50 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box50 {}
 }

.box55 {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	padding-top:20px; 
}
.box55 p {color: #22479c;
line-height: 200%;}
.box55 h2 {color: #22479c;
font-size: 28px;}
.box55 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box55 {width: 90%; padding-top: 0px; }
 }
.box6 {
  display: inline-block;
  width: 80%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	margin-bottom: 24px;
	background: #FFFFFF;
	border-radius: 20px;
}
.box6 p {color:  #22479c;
line-height: 200%;}
.box6 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box6 {height: 100%;}
 }
.box62 {
  display: inline-block;
  width: 75%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	padding-bottom: 24px;
}
.box62 p {color:  #22479c;
line-height: 200%;}
.box62 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box62 {padding-left: 24px; width: 100%; height: 100%; padding-right: 24px;}
 }
.box63 {
  display: inline-block;
  width: 80%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	margin-top:16px; 
	padding-bottom: 24px;
}
.box63 p {color:  #22479c;
line-height: 200%;}
.box63 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box63 {padding-left: 24px; width: 100%; height: 100%; padding-right: 24px;}
 }
.box64 {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	padding-bottom: 24px;
}
.box64 p {color:  #22479c;
line-height: 200%;}
.box64 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box64 {width: 100%; height: 100%;}
 }
.box73 {
  display: inline-block;
  width: 80%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	margin-top:16px; 
	padding-bottom: 24px;
}
.box73 p {color:  #22479c;
line-height: 200%;}
.box73 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box73 {padding-left: 24px; width: 100%; height: 100%; padding-right: 24px;}
 }
.box74 {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	padding-bottom: 24px;
}
.box74 p {color:  #22479c;
line-height: 200%;}
.box74 img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box74 {width: 100%; height: 100%;}
 }
.box-contact {
	background: #FFFFFF;
  display: inline-block;
  width: 80%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom;
	border-radius: 24px;
	padding: 24px;
	margin: 24px 0px 24px 0px;
}
.box-contact p {color: #22479c;
line-height: 200%;}
.box-contact h2 {color: #22479c;
font-size: 40px;margin-bottom: 0px;}
.box-contact img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box5 {padding-left: 24px; width: 100%; height: 100%; padding-bottom: 16px;padding-right: 24px;}
 }

.box-sns {
  display: inline-block;
  width: 30%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-sns p {color: #22479c;
line-height: 200%;}
.box-sns h3 {color: #22479c;
line-height: 180%;
font-size: 32px;margin-top: 0; }
@media screen and (max-width: 767px) {
    .box-sns {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box-sns {display:none;}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box-sns2{
display:none;
}
}

.box-w1 {
  display: inline-block;
  width: 30%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-w1 p {color: #ffffff;
line-height: 200%;}
.box-w1 h3 {color: #ffffff;
line-height: 180%;
font-size: 32px;margin-top: 0; }
@media screen and (max-width: 767px) {
    .box-w1 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
.box-w2 {
  display: inline-block;
  width: 50%;
  text-align: left;
	padding-top: 24px;
	padding-left: 60px;
	padding-bottom: 24px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-w2 p {color: #22479c;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-w2 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box-w2 {display:none;}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box2s{
display:none;
}
}
.box-w3 {
  display: inline-block;
  width: 50%;
  text-align: left;
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 24px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-w3 p {color: #22479c;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-w3 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px; }
 }
.box-w4 {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding-top: 24px;
	padding-right: 60px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-w4 p {color: #22479c;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-w4 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;padding-top: 24px;padding-bottom: 24px;}
 }


/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box-w4{
display:none;
}
}
.box-w5 {
  display: inline-block;
  width: 49%;
	box-sizing: border-box;
	vertical-align:  top;
}
.box-w5 p {color: #22479c;}
.box-w5 h2 {color: #22479c;margin-top: 0px;margin-bottom: 0px;}
@media screen and (max-width: 767px) {
    .box-w5{padding-left: 24px; padding-right:24px; width: 100%; height: 100%;  }
 }
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box-w5 {display:none;}
}
/*↓スマホ画像は表示、それ以外は非表示*/
.box-w5b{padding-left: 24px;padding-right: 24px;}
@media only screen and (min-width:767px) {
.box-w5b{
display:none;
}
}


.box-w6 {
  display: inline-block;
  width: 49%;
	padding-left:24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-top:12px;
 	box-sizing: border-box;
	vertical-align:  top;
	text-align: left;
}
.box-w6 p {color: #22479c;line-height: 200%;}
.box-w6 h2 {color: #22479c; font-size: 28px;}
@media screen and (max-width: 767px) {
    .box-w6{padding-left: 24px; padding-right:24px;padding-top: 24px;
        width: 100%; height: 100%;
    }
 }
.box-w53 {
	text-align: left;
  display: inline-block;
  width: 100%;
	padding: 24px;
	background: #fff;
 	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .box-w53{padding: 12px; width: 100%; height: 100%;}
 }
.box-w63 {
	text-align: left;
  display: inline-block;
  width: 50%;
	margin-right: 1%;
	margin-bottom: 4%;
	padding: 24px;
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
@media screen and (max-width: 767px) {
    .box-w63{padding: 12px; width: 100%; height: 100%;}
 }
.box-w632 {
text-align: left;
  display: inline-block;
  width: 49%;
	padding: 24px;
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
@media screen and (max-width: 767px) {
    .box-w632{padding: 12px; width: 100%; height: 100%;}
 }

.box-w73 {
	text-align: left;
  display: inline-block;
  width: 30%;
	margin-left: 3%;
	margin-top: 2%; 
	margin-bottom: 2%;
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w731 {
	text-align: left;
  display: inline-block;
  width: 30%;
	margin-left: 2%;
	margin-top: 2%; 
	margin-bottom: 2%;
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w732 {
text-align: left;
  display: inline-block;
  width: 30%;
	margin-left: 2%;
	margin-right: 3%;
	margin-top: 2%; 
	margin-bottom: 2%;
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
@media screen and (max-width: 767px) {
    .box-w73{text-align: center;padding: 12px; width: 94%; height: 100%; margin:3%;}
 }

@media screen and (max-width: 767px) {
    .box-w731{text-align: center; padding: 12px; width: 94%; height: 100%;margin: 3%;}
 }
@media screen and (max-width: 767px) {
    .box-w732{text-align: center;padding: 12px; width: 94%; height: 100%;margin: 3%;}
 }
.box-w735 {
	text-align: center;
  display: inline-block;
  width: 22%;
	margin-left: 3%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w736 {
	text-align: center;
  display: inline-block;
  width: 44%;
	margin-left: 3%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w737 {
text-align: center;
  display: inline-block;
  width: 22%;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
@media screen and (max-width: 767px) {
    .box-w735{ text-align: center; margin: 0 auto;padding:12px 12px 0 12px; width: 47%; height: 100%; }
 }

@media screen and (max-width: 767px) {
    .box-w736{text-align: center; margin: 0 auto;padding: 12px 12px 0 12px; width: 94%; height: 100%;}
 }
@media screen and (max-width: 767px) {
    .box-w737{text-align: center;margin: 0 auto;padding: 12px 12px 0 12px; width: 47%; height: 100%;}
 }
.box-w738 {
	text-align: left;
  display: inline-block;
  width: 30%;
	margin-left: 3%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w739 {
	text-align: left;
  display: inline-block;
  width: 30%;
	margin-left: 2%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w740 {
text-align: left;
  display: inline-block;
  width: 30%;
	margin-left: 2%;
	margin-right: 3%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
@media screen and (max-width: 767px) {
    .box-w738{text-align: center;margin: 0 auto;padding:12px 12px 0 12px; width: 60%; height: 100%;}
 }

@media screen and (max-width: 767px) {
    .box-w739{text-align: center;margin: 0 auto;padding:12px 12px 0 12px; width: 60%; height: 100%;}
 }
@media screen and (max-width: 767px) {
    .box-w740{text-align: center;margin: 0 auto;padding:12px 12px 0 12px; width: 60%; height: 100%;}
 }
.box-w741 {
	text-align: left;
  display: inline-block;
  width: 20%;
	margin-left: 4%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w742 {
	text-align: left;
  display: inline-block;
  width: 20%;
	margin-left: 4%;
	margin-top: 2%; 
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
.box-w743 {
text-align: left;
  display: inline-block;
  width: 20%;
	margin-left:4%;
	margin-top: 2%; 
	margin-right: 4%;
	background: #fff;
 	box-sizing: border-box;
	vertical-align:  top;
	float: left;
}
@media screen and (max-width: 767px) {
    .box-w741{text-align: left;margin: 0 auto;padding:12px 12px 0 12px; width: 47%; height: 100%;}
 }

@media screen and (max-width: 767px) {
    .box-w742{text-align: left;margin: 0 auto;padding:12px 12px 0 12px; width: 47%; height: 100%;}
 }
@media screen and (max-width: 767px) {
    .box-w743{text-align: left;margin: 0 auto;padding:12px 12px 0 12px; width: 47%; height: 100%;}
 }
.box-w741 p a { font-size: 14px;
  font-weight: 600;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;}
.box-w742 p a { font-size: 14px;
  font-weight: 600;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;}
.box-w743 p a { font-size: 14px;
  font-weight: 600;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;}
.box-w741 img { width: 25%;}
.box-w742 img { width: 25%;}
.box-w743 img { width: 25%;}
.box-c {
  display: inline-block;
  width: 80%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	margin-bottom: 24px;
}
.box-c p {color:  #22479c;
line-height: 200%;}
.box-c img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box-c {height: 100%;}
 }




.table5{
	font-size:18px;
	line-height:220%;
	text-align:left;
	width:100%;
	border: none;
    border-collapse: collapse;
}

.table5 th{
	border: none;
	border-top:1px solid #22479c;
	border-bottom:1px solid #22479c;
	padding:5px 10px;
	width:25%;
	text-align:center;
	font-size:18px;
	line-height:220%;
}
.table5 td{
	border: none;
	border-top:1px solid #22479c;
	border-bottom:1px solid #22479c;
	padding:5px 10px;
	width:75%;
	font-size:18px;
	line-height:220%;}

.work{width: 84%;
	background: #f6f6f6;
	text-align: left;
	padding: 24px;
	overflow: hidden;
	border-radius: 50px 50px 50px 50px;
	}
.col_4 img:hover{opacity: 0.7;}
.col_4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_4 > div{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
	.col_4 > div{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.col_4 > div{
		width: 50%;
	}
}
.col_5 img:hover{opacity: 0.7;}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
}
.col_5 > div {
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 959px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
	.col_5 > div{
		width: 50%;
	}
}

.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > div{
    width: 33.33333%;
	padding: 20px;
	box-sizing: border-box;
}

.col_3 > div {
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 959px) {
    .col_3 > div{
        width:33.33333%;
    }
   }
@media screen and (max-width: 767px) {
    .col_3 > div{
        width: 100%;
    }
 }

.col_2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.col_2 > div{
    width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.col_2 > div {
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 959px) {
    .col_2 > div{
        width:50%;
    }
   }
@media screen and (max-width: 767px) {
    .col_2 > div{
        width: 100%;
    }
 }

.sample-img2 {
  
  cursor: pointer;
  overflow: hidden;
}
.sample-img2 img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sample-img2:hover img {
  transform: scale(1.1); /* 拡大 */
}
.sample-img {
  cursor: pointer;
  max-width: 240px;
  overflow: hidden;
  width: 100%;
}
.sample-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sample-img:hover img {
  transform: scale(1.1); /* 拡大 */
}


/*きらっと光る*/

.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
  display:inline-block;
    background: #22479c;
    color: #fff;
	border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }
li {
  list-style: none;
}


.box-c1 {
  display: inline-block;
  width: 40%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-c1 p {color: #22479c;
line-height: 200%;}
.box-c1 h3 {color: #22479c;
line-height: 180%;
font-size: 32px;margin-top: 0; }
@media screen and (max-width: 767px) {
    .box-c1 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }

.box-c2 {
  display: inline-block;
  width: 40%;
  text-align: left;
	padding-top: 24px;
	padding-left: 60px;
	padding-bottom: 24px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-c2 p {color: #22479c;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-c2 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box-c2 {display:none;}
}

.box-c3 {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
	padding-bottom: 16px;
}

/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.box-c3{
display:none;
}
}
/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.sp03{
display:none;
}
}
.box-s1 {
  display: inline-block;
  width: 30%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-s1 p {color: #22479c;
line-height: 200%;}
.box-s1 h3 {color: #22479c;
line-height: 180%;
font-size: 32px;margin-top: 0; }
@media screen and (max-width: 767px) {
    .box-s1 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }

.box-s2 {
  display: inline-block;
  width: 50%;
  text-align: left;
	padding-left: 60px;
	padding-bottom: 24px;
	box-sizing: border-box;
	vertical-align:  top; 
}
.box-s2 p {color: #22479c;
line-height: 200%;}
@media screen and (max-width: 767px) {
    .box-s2 {width: 100%;height: 100%;padding-left: 24px; padding-right: 24px;}
 }
h2 {
  margin: 0;
	padding: 0px;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
h3 {
  margin: 0;
	padding-left: 0px;
  }
div#b01{display: block;
   margin-top:-160px;
   padding-top:160px;}
div#b02 {display: block;
   margin-top:-160px;
   padding-top:160px;}
div#s05 {padding-top:8px;}
.box5e {
  display: inline-block;
	padding-bottom: 24px;
  width: 80.4%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
}
.box5e p {color: #22479c;
line-height: 200%;}
.box5e h2 {color: #22479c;
font-size: 40px;margin-bottom: 0px;}
.box5e img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .box5e {padding-left: 24px; width: 100%; height: 100%; padding-bottom: 16px;padding-right: 24px;}
 }
.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.anim-box.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear;
}
 
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
 .slideshow {
  width: 100%;
  aspect-ratio: 2 / 1; /* 横:縦（例：3:2） */
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  animation: slideShow 16s infinite;
  opacity: 0;
}

.slide:nth-child(1) {
  animation-delay: 0s;
}
.slide:nth-child(2) {
  animation-delay: 4s;
}
.slide:nth-child(3) {
  animation-delay: 7s;
}
.slide:nth-child(4) {
  animation-delay: 10s;
}
.slide:nth-child(5) {
  animation-delay: 13s;
}
@keyframes slideShow {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:1025px) {
.gnav-wrapper {display:none;}
}
.gnav-wrapper {
 background: #fff;
 position: relative;
}
 
.gnav {
 display: flex;
 justify-content: space-evenly;
}
 
.gnav li {
 padding: 12px 0;
 text-align: center;
 transition: all .3s ease-in-out;
}
 
.gnav a:hover {opacity: 0.7;}
 
.gnav p a { font-size: 16px;
  font-weight: 600;
  color: #22479c;
  letter-spacing: 0.2em;
  line-height: 1;}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 12px 0;
}
 
.megamenu {
	text-align: center;
 background: #22479c;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 margin-top: 20px;
 top: 50px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 95000;
}
 .megamenu p a { font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;}

.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 width: calc( (100% / 4) );
 padding: 0;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
} 
.sample5-3::before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.sample5-3::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sample4-5::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #22479c;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.sample4-5::after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #22479c;
}
.sample5-2::before{
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #22479c;
	border-right: 2px solid #22479c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.ceo1 {display:none;}
}

/*↓スマホ画像は表示、それ以外は非表示*/
@media only screen and (min-width:767px) {
.ceo2{
display:none;
}
}

.box-spa{margin-bottom: 40px;}
/*↓PC画像は表示、それ以外は非表示*/
@media only screen and (max-width:767px) {
.box-spa {display:none;}
}
.boxceo {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	margin-top: 16px;

}
.boxceo p {color: #22479c;
line-height: 200%;}
.boxceo h2 {color: #22479c;
font-size: 28px;}
.boxceo img:hover{opacity: 0.7;}
@media screen and (max-width: 767px) {
    .boxceo {width: 100%; }
 }

.boxceo h2{
font-size: 28px;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 1;
margin-top: 16px;
margin-bottom: 32px;
border-bottom: 1px solid #22479c;
padding-bottom: 20px;
}

.boxinfo {
  display: inline-block;
  width: 100%;
  text-align: left;
	box-sizing: border-box;
	vertical-align:  bottom; 
	margin-top: 16px;

}
.boxinfo p {color: #22479c;
line-height: 200%;}

.boxinfo h2 {color: #22479c;
line-height: 200%;
font-size: 28px;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 1;
margin-top: 16px;
margin-bottom: 32px;
padding-bottom: 20px;}


.table3{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table3 th{
	border-top:1px solid #22479c;
	border-bottom:1px solid #22479c;
	border-left:1px solid #22479c;
	border-right:1px solid #22479c;
	padding:10px 10px;
	width:12%;
}
.table3 td{
	border-top:1px solid #22479c;
	border-bottom:1px solid #22479c;
	border-left:1px solid #22479c;
	border-right:1px solid #22479c;
	padding:10px 10px;
	width:44%;
	}

.table4{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table4 th{
	border-top:1px solid #22479c;
	border-bottom:1px solid #22479c;
	padding:10px 10px;
	width:20%;
}
.table4 td{
	border-top:1px solid #22479c;
	border-bottom:1px solid #22479c;
	padding:10px 10px;
	border-right:none;
	border-left:none;
	width:80%;
	}
.table2{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table2 th{
	border-bottom:1px solid #22479c;
	padding:10px 10px;
	width:20%;
}
.table2 td{
	border-bottom:1px solid #22479c;
	padding:10px 10px;
	border-right:none;
	border-left:none;
	border-top:none;
	width:80%;
	}
.table22{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table22 th{
	border-bottom:1px solid #22479c;
	padding:10px 10px 10px 10px;
	width:30%;
}
.table22 td{
	border-bottom:1px solid #22479c;
	padding:10px 10px 10px 10px;
	border-right:none;
	border-left:none;
	border-top:none;
	width:70%;
	}
.table6{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table6 th{
	border-bottom:1px solid #22479c;
	border-top:1px solid #22479c;
	padding:10px 10px;
	width:30%;
}
.table6 td{
	border-bottom:1px solid #22479c;
	border-top:1px solid #22479c;
	padding:10px 10px;
	border-right:none;
	border-left:none;
	width:70%;
	}
.table7{
	font-size:18px;
	text-align:left;
	width:100%;
}

.table7 th{
	border-bottom:1px solid #22479c;
	border-top:1px solid #22479c;
	padding:10px 10px;
	width:17%;
}
.table7 td{
	border-bottom:1px solid #22479c;
	border-top:1px solid #22479c;
	padding:10px 10px;
	border-right:none;
	border-left:none;
	width:83%;
	}
.box-rinen1 {
text-align: left;
display: inline-block;
width: 48%;
margin-top: 20px; 
margin-bottom: 2%;
box-sizing: border-box;
vertical-align:  top;
float: left;
}
.box-rinen2 {
text-align: left;
display: inline-block;
width: 48%;
margin-top: 20px; 
margin-bottom: 2%;
box-sizing: border-box;
vertical-align:  top;
float: left;
}
@media screen and (max-width: 767px) {
.box-rinen1{
text-align: center;
width: 100%;
height: 100%;
margin:0 auto;
padding-bottom: 24px;
}
}

@media screen and (max-width: 767px) {
.box-rinen1 img{
text-align: center;
width: 100%;
}
}
@media screen and (max-width: 767px) {
.box-rinen2{
text-align: left;
width: 100%;
height: 100%;
margin:0 auto;
padding-bottom: 24px;
}
}

@media screen and (max-width: 767px) {
.box-rinen2 img{
text-align: center;
width: 96%;
}
}
.box-sdgs1 {
text-align: left;
display: inline-block;
width: 48%;
margin-top: 40px; 
margin-bottom: 2%;
box-sizing: border-box;
vertical-align:  top;
float: left;
}

.box-sdgs1 img {
	border-radius:24px;
}

.box-sdgs1 p{
font-size: 16px;
font-weight: 600;
color: #22479c;
letter-spacing: 0.1em;
line-height: 1;
margin-top: 8px;
margin-left: 8px;
}

.box-sdgs1 a:hover{
opacity: 0.7;
text-decoration: underline;
}

.box-sdgs1 h2{
font-size: 10px;
font-weight: 600;
color: #22479c;
letter-spacing: 0.2em;
line-height: 1;
margin-top: 16px;
margin-left: 12px;
}

@media screen and (max-width: 767px) {
.box-sdgs1{
text-align: center;
width: 100%;
height: 100%;
margin:0 auto;
padding-bottom: 24px;
}
}

@media screen and (max-width: 767px) {
.box-sdgs1 img{
text-align: center;
width: 96%;
}
}

.box-sdgs2 {
text-align: left;
display: inline-block;
width: 48%;
margin-left: 4%;
margin-top: 40px; 
margin-bottom: 2%;
box-sizing: border-box;
vertical-align:  top;
float: left;
}

.box-sdgs2 img {
	border-radius:24px;
}

.box-sdgs2 p{
font-size: 16px;
font-weight: 600;
color: #22479c;
letter-spacing: 0.1em;
line-height: 1;
margin-top: 8px;
margin-left: 8px;
}

.box-sdgs2 a:hover{
opacity: 0.7;
text-decoration: underline;
}

.box-sdgs2 h2{
font-size: 10px;
font-weight: 600;
color: #22479c;
letter-spacing: 0.2em;
line-height: 1;
margin-top: 16px;
margin-left: 12px;
}

@media screen and (max-width: 767px) {
.box-sdgs2{
text-align: center;
width: 100%;
height: 100%;
margin:0 auto;
padding-bottom: 24px;
}
}

@media screen and (max-width: 767px) {
.box-sdgs2 img{
text-align: center;
width: 96%;
}
}

.accordion details {
  border: 1px solid #22479c;
  border-radius: 24px;
  margin-bottom: 10px;
  padding: 20px;
}

.accordion summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  outline: none;
}
.accordion summary p:hover { opacity: 0.7; }
.accordion summary::-webkit-details-marker {
  display: none; /* 標準の三角アイコン非表示（必要に応じて） */
}

.accordion ul {
  margin: 10px 0 0 15px;
  padding: 0;
  list-style: disc;
}

.accordion li {
  margin-bottom: 5px;
}

.accordion summary {
  position: relative;
  padding-right: 1.5em;
  cursor: pointer;
}


.accordion summary::after {
  content: "\25B6";  
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  transition: transform 0.2s ease;
}


.accordion details[open] summary::after {
  content: "\25BC";
}