@charset "utf-8";

/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.bg_blue {
  background-color: var(--main-blue-light);
  position: relative;
  padding-bottom: 60px;
}
.bg_blue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(#f1f5fc 0%, #fff 100%);

}
#page .inner {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 50px 40px;
  width: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 20px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ttl{
	font-size: 250%;
	margin-bottom: 60px;
	color: var(--main-blue);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#page .ttl{
	margin-bottom: 40px;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius25 {
  border-radius: 25px;
  overflow: hidden;
}
.img_radius15 {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
#page .inner {
  background-color: #FFFFFF;
  padding: 40px 20px 20px 20px;
}
  .img_radius15 {
    border-radius: 8px;
  }
	.ttl{
	font-size: 150%;
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
}
@media screen and (max-width: 550px) {}

/*-------------------------------------*/
/*	下層サブタイトル */
/*-------------------------------------*/
#sub_ttl {
  width: 100%;
  padding:88px 0;
  text-align: center;
  font-size: 250%;
  color: #2E59A7;
  font-weight: 700; 
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  #sub_ttl {
    font-size: 150%;
    padding:50px 0;
  }
}
@media screen and (max-width: 550px) {}

/*-------------------------------------*/
/*	認定制度とは */
/*-------------------------------------*/
#about01{
  background-color: #FFFFFF;
}
/* about01 */
#about01 dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about01 dl dt{
max-width: 250px;
width: 100%;
}
#about01 dl dd{
width: 100%;
padding-left: 60px;
}
#about01 dl dd p:not(:last-of-type){
  margin-bottom: 2em;
}
/* about02 */
#about02{
  background-color: var(--main-blue-light);
  border-radius: 40px 40px 0 0;
}
#about02 .w960 li span{
  font-weight: 700;
}
.nintei_box{
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 60px 100px;
}
.nintei_box h3{
  text-align: center;
  margin-bottom: 50px;
}
.nintei_box .caption{
  padding: 50px 0;
  font-size: 150%;
  font-weight: 700;
}
.nintei_box h4{
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 20px;
}
.nintei_box.nintei{
  border: 4px solid #83C6BA;
}
.nintei_box.sengen{
 border: 4px solid #D7D944;
}
.nintei_box.nintei .caption,.nintei_box.nintei h4{
  color: var(--main-blue);
}
.nintei_box.sengen .caption,.nintei_box.sengen h4{
color: #279A2F;
}
/* about04 */
#about04{
  background-color: var(--main-blue-light);
  border-radius: 40px 40px 0 0;
}
.merit_box{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.merit_box dl{
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc( 100% / 2 - 20px );
  padding: 30px;
}
.merit_box dl dt{
  width: 40%;
}
.merit_box dl dd {
  width: 55%;
}
/* about05 */
#about05{

}
.merit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.merit_list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.merit_list .num {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--main-blue);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.merit_list .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}


@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  /* about01 */
#about01 dl{
  flex-direction: column;
}
#about01 dl dt{
max-width: 200px;
width: 100%;
margin: 0 auto 40px auto;
}
#about01 dl dd{
width: 100%;
padding-left:0;
}
/* about02 */
#about02{
  background-color: var(--main-blue-light);
  border-radius: 40px 40px 0 0;
}
#about02 .w960 li span{
  font-weight: 700;
}
.nintei_box{
  border-radius: 20px;
  padding: 40px 40px;
}
.nintei_box h3{
  text-align: center;
  margin-bottom: 30px;
}
.nintei_box .caption{
  padding: 30px 0;
  font-size: 100%;
}
.nintei_box h4{
  font-size: 125%;
  margin-bottom: 10px;
}
/* about04 */
#about04{
  background-color: var(--main-blue-light);
  border-radius: 40px 40px 0 0;
}
.merit_box{
  flex-direction: column;
}
.merit_box dl{
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
}
.merit_box dl dt{
  width: 40%;
}
.merit_box dl dd {
  width: 55%;
}
/* about05 */
    .merit_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .merit_list li {
    align-items: flex-start;
  }

  .merit_list .num {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
  }

  .merit_list .txt {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 550px) {
  .nintei_box{
  border-radius: 20px;
  padding: 40px 20px;
}
.nintei_box h3{
  text-align: center;
  margin-bottom: 30px;
}
.nintei_box h3 img{
  max-width: 160px;
}
.merit_box dl{
  padding: 20px;
}
}
/*-------------------------------------*/
/*	認定企業 */
/*-------------------------------------*/
.nintei_list{
  width: 100%;
  margin-bottom: 30px;
  background-color: #FFFFFF;
}
.nintei_list thead th{
   border-bottom: 1px solid var(--main-blue);
   text-align: center;
   font-size: 100%;
}
.nintei_list thead th:not(:last-of-type){
  border-right: 1px solid #D5DFF2;
}
.nintei_list, .nintei_list tbody td, .nintei_list tbody th, .nintei_list thead th{
  border-collapse: collapse;
  vertical-align: middle;
}
.nintei_list tbody td, .nintei_list tbody th, .nintei_list thead th {
  padding: 0.8em;
  line-height: 1.5;
}
.nintei_list tbody tr:nth-of-type(even){
  background-color: var(--main-blue-light);
}
.nintei_list tbody th {
  font-weight: 700;
  width: 20%;
  border-bottom: 1px solid #D5DFF2;
  border-right: 1px solid #D5DFF2;
}
.nintei_list tbody td{
  border-bottom: 1px solid #D5DFF2;
}
.nintei_list tbody td:not(:last-of-type){
  border-right: 1px solid #D5DFF2;
}
.nintei_list tbody td:nth-of-type(1){
 width: 40%;
}
.nintei_list tbody td:nth-of-type(2){
 width: 15%;
}
.nintei_list tbody td:nth-of-type(3){
 width: 13%;
 text-align: center;
}
.nintei_list tbody td:nth-of-type(4){
 width: 17%;
 text-align: center;
}
.nintei_list tbody th a{
color: var(--main-blue);
}
.nintei_list tbody th a:hover{
text-decoration: underline;
}
/*-------------------------------------*/
/*	認定企業 詳細 */
/*-------------------------------------*/
.nintei_no{
  display: inline-block;
  background-color: var(--main-blue);
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  padding: 0.5em 1.5em;
  font-size: 113%;
  border-radius: 10px;
  position: absolute;
  left: 100px;
  top: -20px;
}
.nintei_table{
    width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #D5DFF2;
  background-color: #FFFFFF;
}
.nintei_table,.nintei_table th,.nintei_table td{
  border-collapse: collapse;
  vertical-align: middle;
}
.nintei_table th,.nintei_table td{
  padding: 0.7em;
  line-height: 1.5;
}
.nintei_table th{
  font-weight: 700;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #D5DFF2;
}
.nintei_table td{
  border-bottom: 1px solid #D5DFF2;
}
.check_list{
margin-bottom: 40px;
}
.check_list li {
    background: var(--main-blue-light);
    margin-bottom: 20px;
    padding: 25px 25px 25px 70px;
    position:relative;
}
.check_list .num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
   border: 1px solid var(--main-blue);
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    display: block;
    position: absolute;
    left: 25px;
    top: 25px;
}
.check_list li h4{
    line-height: 1.5;
    color: var(--main-blue);
    font-weight: 500;
    font-size: 125%;
    margin-bottom: 10px;
}
.check_list li p span{
  font-weight: 500;
}
.pdf_link a{
color: #335287;
}
.pdf_link a:hover{
text-decoration: underline;
}
.pdf_link a::before{
content: url("../images/ico_pdf.svg");
margin-right: 5px;
}
/* slide */
.gallery_slider {
  width: 100%;
}

.gallery_main {
  margin-bottom: 12px;
}

.gallery_main .swiper-slide {
  background: #f3f3f3;
  aspect-ratio: 460 / 345;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery_main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.gallery_thumbs {
  position: relative;
  overflow: hidden;
}

/* .gallery_thumbs::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
  z-index: 5;
} */

.gallery_thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f3f3f3;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
}

.gallery_thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery_thumbs .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid #2f5597;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .nintei_no{
  padding: 0.5em 1.5em;
  font-size: 100%;
  position: absolute;
  left: 40px;
  top: -20px;
}
}
@media screen and (max-width: 768px) {
  .check_list li {
    background: var(--main-blue-light);
    margin-bottom: 20px;
    padding: 25px 20px 25px 40px;
}
.check_list .num {
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    left: 10px;
    top: 25px;
}
.check_list li h4{
    font-size: 113%;
}
  .gallery_main {
    margin-bottom: 10px;
  }

  .gallery_thumbs::after {
    width: 28px;
  }

  .gallery_thumbs .swiper-slide-thumb-active::after {
    border-width: 2px;
  }
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	お知らせ　一覧	*/
/*-------------------------------------*/
ul.news_list{
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 40px;
}
ul.news_list li{
	display: flex;
	justify-content: space-around;
	align-items: center;
 padding: 20px 0;
  border-bottom: 1px dotted var(--main-blue);
}
ul.news_list li:last-child{
  border-bottom: none;
}
ul.news_list li span{
width: 100px;
font-size: 88%;
display: block;
color:var(--main-blue);
}
ul.news_list li p{
width:calc( 100% - 100px );
font-size: 113%;
padding-left: 10px;
line-height: 1.7;
}
ul.news_list li p a:hover{
  text-decoration: underline;
  opacity: 0.7;

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #news ul.news_list li{
	flex-direction: column;
}
#news ul.news_list li span{
width: 100%;
font-size: 14px;
margin-bottom: 10px;
}
#news ul.news_list li p{
width:100%;
font-size: 88%;
padding-left: 0;
line-height: 1.7;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
#single {
}
#single img {
}
.bg_single {
  max-width: 1200px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 40px 40px 70px 40px;
  border-radius: 20px;
}
#single .single_ttl {
  color: #2E59A7;
  font-weight: 700;
  font-size: 200%;
  line-height: 1.5;
  margin-bottom: 40px;
}
#single .thm {
  margin-bottom: 40px;
}
#single .speakers dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#single .speakers dl:last-of-type {
  margin-bottom: 0;
}
#single .speakers dl dt {
  max-width: 390px;
  width: 100%;
  text-align: center;
  padding-right: 90px;
}
#single .speakers dl dd {
  width: 100%;
}
#single .speakers dl dd h3 {
  font-size: 138%;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #2E59A7;
  line-height: 1.5;
}
#single .speakers dl dd h3 span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #2E59A7;
}
.map {
  border-radius: 15px;
  overflow: hidden;
}
#single .map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1000px) {

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

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

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

}
/*-------------------------------------*/
/*	ページャー	*/
/*-------------------------------------*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #07569f;
}
/* 前のページ（左向き矢印） */
#pager li.prev a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  
  margin-right: 10px;
  vertical-align: 2px; 
}

/* 次のページ（右向き矢印） */
#pager li.next a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  
  margin-left: 10px;
  vertical-align: 2px; 
}
/*-------------------------------------*/
/*	ページネーション	*/
/*-------------------------------------*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 0 !important;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin: 3px;
  display: inline-block;
  color: #335287 !important;
  background: #FFFFFF;
  border: 1px solid #335287;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 700;
  border-radius: 8px;
  font-size: 138%;
}
.wp-pagenavi span {
  color: #335287;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 0 !important;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin: 3px;
  display: inline-block;
  border: 1px solid #335287;
  color: #FFFFFF;
  background: #335287;
  font-weight: 700;
  border-radius: 8px;
  font-size: 138%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #335287 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #335287;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #335287;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span.current {
    font-size: 100% !important;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}