@charset "utf-8";
/* CSS Document */

/*--------------
country
--------------*/
.know-h1 {
  position: relative;
  top: 0;
/*  height: 325px;*/
  width: 98%;
  max-width: 1800px;
/*  margin-top: 40px;*/
/*  padding-top: 45px;*/
  border-radius: 27px;
  background: url(/wp-content/themes/ichijiki/images/know/bg_support_header.png) no-repeat;
  background-position: center;
/*  background-size: auto 100%;*/
	  background-size: cover;
}

/*@media only screen and (max-width: 767px) {
.know-h1 {
  position: relative;
  top: 0;
  height: 150px;
  margin-top: 0px;
  padding-top: 10px;
}
}*/

/*--------------------------------------------------------------------
サブメニュー
--------------------------------------------------------------------*/

.know-list-wrap ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  /*max-width: 920px;*/
  /*margin:10px auto;*/
		max-width: 960px;
	margin: 15px auto 25px;
	padding: 0 20px;
}

.know-list-wrap ul li a{
  display: flex;
  align-items: center;
  color: #333;
}

.know-list-wrap ul li p:first-child{
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;  
}

.know-list-wrap ul li p img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
}

.know-list-wrap ul li:nth-child(2) p img{
  left: 7px;
}

.know-list-wrap ul li:nth-child(3) p img{
  right: auto;
}

/*.know-list-wrap ul li.current-menu-item::before{*/
/*  content: "";
  position: absolute;*/
/*	display: none;*/
/*  width: 60px;
  height: 60px;*/
/*	    width: 50px;
    height: 50px;
  border-radius: 50%;
  background: #fcc800;*/
/*}*/

@media all and (-ms-high-contrast: none) {
/* .know-list-wrap ul {
   position: relative;
   display: flex;
   justify-content: space-around;
   align-items: center;
   width: 100%;
   height: auto;
   max-width: 920px;
 }*/

/* .know-list-wrap ul li.current-menu-item::before{
   content: "";
   position: absolute;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: #fcc800;
 }*/
}


/*hayashi(200121修正)*/

.know-list-wrap ul li p .icn-country-01 {
	top: -31px;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -17px;
	-webkit-animation: subNavAni01 12s linear infinite;
	animation: subNavAni01 12s linear infinite;
	
}
.know-list-wrap ul li p .icn-country-02 {
	top: 15px;
	width: 62px;
	height: 38px;
}
@-webkit-keyframes subNavAni01 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
@keyframes subNavAni01 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}

.know-list-wrap ul li p .icn-pj-01 {
	top: 18px;
	left: 30px!important;
	width: 26px;
	height: 26px;
	-webkit-animation: subNavAni02 6s linear infinite;
	animation: subNavAni02 6s linear infinite;
}
.know-list-wrap ul li p .icn-pj-02 {
	left: 0!important;
	width: 47px;
	height: 47px;
}
@-webkit-keyframes subNavAni02 {
 0% {
transform: translate(0, 0) rotate(0deg);
}
 35% {
transform: translate(5px, 3px) rotate(8deg);
}
 85% {
transform: translate(-3px, -4px) rotate(-15deg);
}
 100% {
transform: translate(0, 0) rotate(0deg);
}
}
@keyframes subNavAni02 {
 0% {
transform: translate(0, 0) rotate(0deg);
}
 35% {
transform: translate(5px, 3px) rotate(8deg);
}
 85% {
transform: translate(-3px, -4px) rotate(-15deg);
}
 100% {
transform: translate(0, 0) rotate(0deg);
}
}

.know-list-wrap ul li p .icn-emergency-01 {
	left: -1px;
	width: 26px;
	height: 26px;
	-webkit-animation: subNavAni03 6s ease infinite;
	animation: subNavAni03 6s ease infinite;
}
.know-list-wrap ul li p .icn-emergency-02 {
	left: 9px;
	width: 47px;
	height: 47px;
}
@-webkit-keyframes subNavAni03 {
 0% {
transform: rotate(0deg) scale(1);
}
 46% {
transform:  rotate(-15deg) scale(1.35);
}
 92% {
transform: scale(1);
}
 94% {
transform: scale(0.85);
}
 96% {
transform: scale(1);
}
 98% {
transform: scale(0.85);
}
 100% {
transform: rotate(0deg) scale(1);
}
}
@keyframes subNavAni03 {
 0% {
transform: rotate(0deg) scale(1);
}
 46% {
transform:  rotate(-15deg) scale(1.35);
}
 92% {
transform: scale(1);
}
 94% {
transform: scale(0.85);
}
 96% {
transform: scale(1);
}
 98% {
transform: scale(0.85);
}
 100% {
transform: rotate(0deg) scale(1);
}
}

.know-list-wrap ul li p .icn-sdgs-01 {
	top: 43px;
	width: 38px;
	height: 14px;
}
.know-list-wrap ul li p .icn-sdgs-02 {
	top: -10px;
	width: 47px;
	height: 47px;
}

.know-list-wrap ul li.current-menu-item a > p:first-child::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fcc800;
}
.know-list-wrap ul li a > p:first-child::before {
	transition: 1s;
}
.know-list-wrap ul li a:hover > p:first-child::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fcc800;
	-webkit-animation: fadeAnime .5s ease-out;
	animation: fadeAnime .5s ease-out;
}
@-webkit-keyframes fadeAnime {
 0% {
 width: 0;
 height: 0;
 margin-top: 30px;
 margin-left: 30px;
 opacity: 0;
}
 100% {
 width: 60px;
 height: 60px;
 margin-top: 0;
 margin-left: 0;
opacity: 1;
}
}
@keyframes fadeAnime {
 0% {
 width: 0;
 height: 0;
 margin-top: 30px;
 margin-left: 30px;
 opacity: 0;
}
 100% {
 width: 60px;
 height: 60px;
 margin-top: 0;
 margin-left: 0;
opacity: 1;
}
}

.know-list-wrap ul li p .icn-partuner {
 top: 3px;
	left: -5px;
    width: 70px;
    height: 40px;
}


/*-----------*/

.country-list{
  display: flex;
  flex-wrap: wrap;  
  margin: 30px auto 100px;
  background: url(/wp-content/themes/ichijiki/images/know/bg_country_map.png) no-repeat center;
}

.country-box{
  position: relative;
  width: 25%;
  height: 225px;
  margin-bottom: 15px;
  padding-top: 40px;
}

.country-box p {
  text-align: center;
  color: #fff;
}

.img-country-bg{
  position: absolute;
  top:0;
  width: 100%;
  max-height: 192px;
  overflow: hidden;
  background: #fff;
}

.img-country-bg img.off-gray{
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-in;    
}

.img-country-bg img{
  position: static;
  top:0;
  left: 0;
  height: 192px;
  object-fit: cover;
  font-family: 'object-fit:cover;'; 
  background: #fff;
}

.img-national-flag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 92px;
  height: 92px;
  margin: auto;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.img-national-flag img{
  object-fit: cover;
  font-family: 'object-fit:cover;';  
  width: 100%;
  height: 100%;
}

.country-inner-txt{
  opacity: 0;
  transition: 0.3s ease-in;        
}

.country-inner-txt{
  position: relative;
  left: 0;
  right: 0;
  bottom: -95px;
  z-index: 100;
  max-width: 384px;
  margin: auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px #333;
  pointer-events: none;
}

.country-inner-txt::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ffffff transparent;
}

.country-inner-txt ul{
  text-align: left;
  margin-top: 1em;
  line-height: 2;
}

.country-inner-txt ul li{
  font-size: 1.4rem;
}

.country-inner-txt ul li::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  margin-right: .5em;
  vertical-align: middle;
  background: #48bec2;
}

.country-inner-txt ul li a{
  color: #666;
}

.country-inner-txt ul li a:hover{
  color: #48bec2;
}

.country-box p{
  position: relative;
  top: 0;
  transition: 0.3s ease-in;
}

p.country-name-txt{
  margin: 0;
  font-weight: bold;
  font-size: 3.8rem;
}

p.country-name-caption{
  font-size: 1.4rem;
}

span.ttl-country-support {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

span.ttl-country-support::before,
span.ttl-country-support::after{
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin: 0 10px;  
  background: #333; 
}

/*---hover---*/

.country-box:hover .img-country-bg img.off-gray{
  opacity: 0;
}

.country-box:hover .country-inner-txt{
  opacity: 1;
  pointer-events: auto;
}

.country-box:hover p{
  top: -5px;
}

@media only screen and (max-width: 1024px) {
  
    .country-list .country-box{
    width: 50%;
  } 

}

@media only screen and (max-width: 767px) {
  
  .know-list-wrap{
    margin: 0 10px ;    
  }
  
  .know-list-wrap ul{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  
  .know-list-wrap ul li {
	position: relative;
    margin: 10px 0;
    font-size: 1.4rem;    
    text-justify: none;
  }
  
  .know-list-wrap ul li p:first-child{
    width: 50px;
    height: 50px;
    margin: 0;
  }
  
  .know-list-wrap ul li p:nth-child(2){
    display: none;
  }
  
  .know-list-wrap ul li p img{
    width: 45px;
    height: 45px;
  }
  
  .know-list-wrap ul li:nth-child(2) p img {
    left: 5px;
  }
  

  
  .country-list{
    flex-direction: column;
    flex-wrap: wrap;
  }
  
  .country-list .country-box{
    width: 100%;
  }
  
}

/*--------------
pj
--------------*/

.ly-pj-wrap {
  margin-top: 30px;
}

.ly-pj-wrap svg{
  width: 160px;
  height: 90px;
}

.ly-pj-wrap>div {
  position: relative;
  max-width: 1210px;  
  margin:0 auto 100px;
}

.pj-bg-img {
  display: flex;
  align-items: center;
  height: 420px;
  overflow: hidden;
}

.ly-pj-right .pj-bg-img{
  justify-content: flex-end;
}

.pj-bg-img img{
  width: 100%;
  max-width: 930px;
  transition: .3s all;
}

a:hover .pj-bg-img img{
  opacity: .6;
}

.pj-num {
  fill: none;
  stroke: #48dec2;
  stroke-miterlimit: 10;
}

.pj-txt-box{
  position: absolute;
  bottom: -30px;
  width: 500px;
  padding: 50px;  
  border-radius: 10px;
  background: rgba(255,255,255,0.96);
}

.ly-pj-left .pj-txt-box{
  right: 100px;
}

.ly-pj-right .pj-txt-box{
  left: 100px;
}

.pj-txt-box .mod-svg-01{
  position: absolute;
  top: -30px;
}

.pj-txt-box p.pj-ttl{
  margin: 20px 0;
  font-size: 2.8rem;
  color: #333;
  font-feature-settings: 'palt';    
}

.pj-ttl span{
  font-size: 2.4rem;
  vertical-align: text-top;
}

.pj-ttl span.shorten{
  display: inline-block;
  min-width: 20px;
  margin: 0 -5px;
  text-align: center;
  vertical-align: baseline;
}

.pj-txt{
  color: #666;
}

.pj-link-more{
  text-align: right;
}

.pj-link-more{
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.3s ease;    
}

.pj-link-more::after{
  content: "";
  display: inline-block;
  width: 17px;
  height: 4px;
  margin-left: 5px;
  vertical-align: middle;  
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
  transition: 0.3s ease;  
}

.ly-pj-wrap a:hover .pj-link-more{
  color: #48dec2;
}

.ly-pj-wrap a:hover .pj-link-more::after{
  border-color: #48dec2;
  transform: skew(45deg) translateX(5px);
}

.pj-txt-ver {
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  left: -40px;
  bottom: 0;
}

a:hover .pj-txt-ver{
  color: #333;
}

.ly-pj-left .pj-txt-ver {
  left: -40px;
}

.ly-pj-right .pj-txt-ver {
  left: auto;
  right: -40px;
}

@media all and (-ms-high-contrast: none) {
  .ly-pj-left .pj-txt-ver {
    left: -30px;
  }

  .ly-pj-right .pj-txt-ver {
    left: 99%;
    right: -30px;
    width: 25px;
  }
}

@media only screen and (max-width: 1098px) {
  
  .ly-pj-left .pj-txt-box{
    right: 0px;
  }

  .ly-pj-right .pj-txt-box{
    left: 0px;
  }
  
  .pj-txt-ver {
    display: none;
  }
  
}

@media only screen and (max-width: 767px) {
  
  .ly-pj-wrap {
    margin-top: 50px;
  }
 
  .ly-pj-wrap > div{
   /* height: 350px;*/
    margin-bottom: 30px;
  }
  
  .ly-pj-wrap .pj-txt-box{
    position: static;
    width: 100%;    
    padding:10px 20px;
  }
  
 /* .pj-txt-box .mod-svg-01 {
    top: -50px;
  }*/
  
  .pj-bg-img{
    height: auto;
    max-height: 420px;
  }
  
  .ly-pj-wrap img{
    float: none;
    padding: 0;
  }
  
  .pj-ttl{
    margin: 0;
  }  
  
  .pj-ttl span{
    font-size: 2.1rem;
    vertical-align: baseline;
  }
  
  .pj-ttl span.shorten{
    margin: 0 -3px;
  }

}

/*--------------
pj-cat
--------------*/

.poverty_dissolution {
  background: url("/wp-content/themes/ichijiki/images/know/bg_poverty_dissolution_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.refugee_assistance {
  background: url("/wp-content/themes/ichijiki/images/know/bg_refugee_assistance_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.health {
  background: url("/wp-content/themes/ichijiki/images/know/bg_health_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.environment {
  background: url("/wp-content/themes/ichijiki/images/know/bg_environment_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.personnel_training {
  background: url("/wp-content/themes/ichijiki/images/know/bg_personnel_training_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reconstruction_assistance {
  background: url("/wp-content/themes/ichijiki/images/know/bg_reconstruction_assistance.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.h1-underlayer.pj-ttl::before{
  content: "";
  display: block; 
  height: 50px;
  margin-top: -3rem;
  background-image: url(/wp-content/themes/ichijiki/images/know/img_pj_top.png);
  background-repeat: no-repeat;
  background-position: center;
}

.refugee_assistance .pj-ttl,
.health .pj-ttl,
.personnel_training .pj-ttl
{
    padding-top: 1rem;
}


.pj-cat-box {
  width: 80%;
  max-width: 715px;
  margin: 60px auto;
}

.pj-cat-ttl {
  border-bottom: 1px dotted #888;
  text-align: center;
  font-size: 3.2rem;
  color: #e51c62;
}

.pj-cat-ttl.rec-ttl{
  color:#ffda34; 
}

.pj-cat-ttl.ref-ttl{
  color: #3980c2;
}

.pj-cat-ttl.env-ttl{
  color: #41b163;
}

.pj-cat-ttl.hlt-ttl{
  color: #5db6e7;
}

.pj-cat-ttl.per-ttl{
  color: #eb6519;
}

.pj-cat-ttl span{
  font-size: 2.6rem;
}

.pj-cat-ttl span.shorten {
  display: inline-block;
  min-width: 22px;
  margin: 0 -7px;
  text-align: center;
  vertical-align: baseline;
}

.pj-cat-txt{
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .refugee_assistance .pj-ttl,
  .health .pj-ttl,
  .personnel_training .pj-ttl {
    padding-top: 3rem;
  }
  
  
}
/*--------------
emergency
--------------*/

/*--------------
sdgs
--------------*/

/*--------------
news
--------------*/
.news-h1 {
  position: relative;
  top: 0;
  height: 325px;
  width: 98%;
  max-width: 1800px;
  margin-top: 40px;
  padding-top: 45px;
  border-radius: 27px;
  background: url(/wp-content/themes/ichijiki/images/know/bg_news.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

/*@media only screen and (max-width: 767px) {
.news-h1 {
  position: relative;
  top: 0;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
}
}*/
/*--------------
events
--------------*/
.events-h1 {
  position: relative;
  top: 0;
  height: 325px;
  width: 98%;
  max-width: 1800px;
  margin-top: 40px;
  padding-top: 45px;
  border-radius: 27px;
  background: url(/wp-content/themes/ichijiki/images/know/bg_events_head.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
.events-h1 {
  position: relative;
  top: 0;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
}
}

.ly-top-eve *,
.eve-box *{
  transition: 0.3s ease-in;
}

.ly-top-eve {
  text-align: center;
}

.ly-top-eve a {
  display: inline-block;  
  margin: 0 10%;
  font-size: 2.5rem;
  color: #333;
}

.btn-select-cat{
  margin-right: .5em;
}

.btn-select-cat.current {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fcc800;
  border-radius: 50%;  
  text-align: center;
  line-height: 40px;
}

.manth-list ul{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.manth-list ul li{
  max-width: 200px;
}

.manth-list ul li a{
  margin: 2px;
  padding: 5px 25px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 1.3rem;
}

.manth-list ul li a::after{
  content: url(/wp-content/themes/ichijiki/images/know/arrow_down_link.png);
  display: block;
  line-height: 0;
  transition: 0.3s ease-in;
}

/*.manth-list ul li a:hover{
  background: #fcc800;
}*/

.ly-main-eve>div{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 0 30px;
}

.ly-main-eve #ly-sec-01{
  background: #ffcec7;
}

.ly-main-eve #ly-sec-02{
  background: #e3efb6;
}

.ly-main-eve #ly-sec-03{
  background: #ffe1e6;
}

.ly-main-eve #ly-sec-04{
  background: #ffead7;
}

.ly-main-eve #ly-sec-05{
  background: #bfe5ef;
}

.ly-main-eve #ly-sec-06{
  background: #d7d5e0;
}

.ly-main-eve #ly-sec-07{
  background: #afafc6;
}

.ly-main-eve #ly-sec-08{
  background: #91a3bc;
}

.ly-main-eve #ly-sec-09{
  background: #5d8ca3;
}

.ly-main-eve #ly-sec-010{
  background: #c1a2bb;
}

.ly-main-eve #ly-sec-011{
  background: #fde4bd;
}

.ly-main-eve #ly-sec-012{
  background: #d3deec;
}

.ly-main-eve .ly-sec-col{
  display: flex;
  max-width: 1280px;
  margin: auto;
}

.ly-main-eve:last-of-type {
    margin-bottom: 20px;
}

.sec-manth{
  flex: 1;
  text-align: center;
}

.sec-item{
  flex: 4;
  display: flex;
  flex-wrap: wrap;
}

.sec-manth span{
  display: block;
  color: #fff;
}

.sec-manth span:first-child {
  display: block;
  font-size: 7rem;
  height:90px; 
}

.sec-manth span:first-child::after{
  content: "月";
  font-size: 3rem;
}

.sec-manth span img{
  width: 60%;
  max-width: 150px;
  margin-top: 20px;
}

.sec-manth span:last-child{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;  
  writing-mode: vertical-rl;;
  position: absolute;
  left: 10px;
  bottom: 10px;;
}

.eve-box {
  width: 33%;
  max-width: 320px;
  margin: 10px 10px 0 0;
  background: #fff;
  /*overflow: hidden;*/
}

/*.eve-box img:hover{
filter:alpha(opacity=80); 
    -moz-opacity:0.8;
   opacity:0.8;
}*/

.eve-box img {
  float: left;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, .01);
}

.eve-box p{
  display: inline-block;
  margin-bottom: 0.5rem;
  padding:5px 10px;
  text-align: left;
  color: #333;  
}

.eve-box p.txt-tit a:hover,
.eve-box p.txt-tag a:hover{
  color: #48dec2;
}
.eve-box p.txt-tit,
.eve-box p.txt-tag {
  display: block;
}

.eve-box p.txt-period{
  position: relative;
  display: inline-block;
  top: -5px;
  z-index: 3;
  padding: 0 10px;
  background:#48bec2;
  color: #fff;
  font-size: 1.3rem;
}

.eve-box p.txt-period::before {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 10px solid #48bec2;
  right: -9px;
  bottom: 0px;
}
.eve-box p.txt-period::after {
  content: "";
  position: absolute;  
  border-bottom: 15px solid transparent;
  border-left: 10px solid #48bec2;
  right: -9px;
  top: 0px;
}

.eve-box .hover-round a{
  display: block;
}

.txt-tag{
  line-height: 1.2em;
}

.txt-tag a {
  display: inline-block;
  font-size: .8em;
  margin-right: 11px;
  color: #666666; 
}

.txt-tag a:last-child{
  margin: 0;
}

@media only screen and (max-width: 767px) {
  
  /*.header-h1{
    background-size: cover !important;
  }*/

  .ly-main-eve > div{
    width: 100%;
  }
  
  .ly-top-eve {
    margin-top: 20px;
  }

  .ly-top-eve a{
    margin: 0 5%;
  }

  .manth-list ul{
    flex-wrap: wrap;
  }

  .manth-list ul li{
    width: 20%;
    margin: 5px;
  }
  
  .manth-list ul li a{
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  
  .ly-main-eve .ly-sec-col{
    flex-direction: column;
    margin: 0 10px;
  }

  .eve-box {
    width: 49%;
    margin: 10px 0 0;
  }
	
  .eve-box img {
    height: 120px;
  }
	
  .eve-box p.txt-period{
    font-size: 1.2rem;
  }
  
  .sec-item{
    flex: 1 auto;
    justify-content: space-between;
  }
  
  .sec-manth{
    display: -webkit-box;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    flex: auto;
    align-content: space-around;
    height: 100px;
  }
  
  .sec-manth span{
    width:33%;
  }
  
  .sec-manth span:first-child{
    height: 70px;
    font-size: 5rem;
}

  .sec-manth span:nth-child(2){
    order: -1;
  }

  .sec-manth span:last-child{
    display: none;
  }

  .sec-manth span img{
    width: 100%;
    max-width: 100px;
    margin-top: 0;
  }
  
}
/*--------------
events-single
--------------*/

  .ly-wrap-eve{
    margin-top: 20px;
    padding: 30px 0;
    background-image: url(/wp-content/themes/ichijiki/images/common/bg_note.gif);
    background-size: 11px;
  }

  .ttl-eve-pos p {
    padding-bottom: 20px;
    background: #fff;
    font-size: 3.2rem;
    text-align: center;
  }

  .pj-ttl-box {
      width: 100%;
      margin: 60px auto 0;
  }

  .pj-single-ttl {
      text-align: center;
      font-size: 3.2rem;
  }

  .pj-single-ttl::after {
      content: "";
      display: block;
      height: 9px;
      margin-top: 1.5rem;
      background-image: url("/wp-content/themes/ichijiki/images/know/img_pj_line_01.png");
      background-repeat: no-repeat;
      background-position: center;
  }

  .img-eve-pos img{
    display: block;
    max-width: 715px;
	height: 100%;
    margin: auto;
  }

  .img-eve-pos p.img-eve-cap{
    font-size: 1.2rem;
    text-align: center;
    color: #666;
  }

  .eve-pos-list {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
  }

  .eve-pos-list ul li {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .eve-pos-list ul li p.txt-eve-item {
    width: 120px;
    height: 100%;
    padding-left: .5em;
    background: linear-gradient(transparent 60%, rgba(238,200,46,0.35) 0%);
  }

  .eve-pos-list ul li .txt-eve-summary {
    width: 85%;
  }

  .eve-pos-list ul li a{
    color: #333;
  }

.eve-pos-list ul li a:hover{
    color: #48bec2;
  }

@media only screen and (max-width: 767px) {
    /*---single---*/
  .ly-wrap-eve{
    background-size:auto;
  }
  
  .img-eve-pos {
    margin: 30px 10px 0;
  }
  
  .eve-pos-list {
    width: 95%;
    margin: 0 auto;
  }
  
  .eve-pos-list ul li {
    flex-direction: column;
    margin: 20px auto;
  }
  
  .eve-pos-list ul li p{
    text-align: left;
  }
  
  .eve-pos-list ul li .txt-eve-summary{
    width: 100%;
  }
  
}

/*--------------
voice
--------------*/
/*.header-h1::before {
    background-color: rgba(255,255,255,.15);
}*/
.voice {
/*	  background:#f2f2f1 url(/wp-content/themes/ichijiki/images/know/bg_voice_header.png) no-repeat;
  background-position: -10px center;
  background-size: auto 100%;*/
/*  background-color: #f2f2f1;*/
background: url(/wp-content/themes/ichijiki/images/know/bg_voice_header.png) no-repeat -11% 30% / 37% ,url(/wp-content/themes/ichijiki/images/know/bg_voice_header_parts.gif) no-repeat 0 0/100%;
/*	background-repeat: no-repeat,no-repeat;
  background-position: -10px center,left top;
  background-size: auto 100%, 100%;*/
	
}

.ly-main-visual{
  width: 100%;
  margin-top: 2.5rem;
  padding: 0 10px;
  background-color: #bee4ea;
  background-image: url(/wp-content/themes/ichijiki/images/know/bg_voice_main.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.main-visual-inner{
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding: 5.5rem 0;
}

.main-visual-inner img.voice-line {
  position: absolute;
  width: 30%;
  max-width: 250px;
  right: 0;
  bottom: 0;
}

.main-visual-inner p{
  width: 67%;
  max-width: 670px;
  margin-bottom: 4rem;
}

.main-visual-inner a{
  position: absolute;
  bottom: -20px;
  right: 320px;  
  display: block;
  width: 80px;
  height: 80px;
  transition: .3s ease-in;
}

.main-visual-inner a:hover{
  opacity: 0.8;
}

.ly-wrap-voice{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin:45px auto 0;
}

.sec-voice-group{
  width: 100%;
  max-width: 715px;
}

.sec-voice-group>div{
  position: relative;
}

p.ttl-method{
  font-size: 2.6rem;
}

p.ttl-method::after{
  content: "";
  display: block;
  width: 57px;
  height: 2px;
  margin: 30px 0;  
  background: #111;
}

.ttl-voice{
  position: relative; 
  width: 70%;
  max-width: 495px;
  margin-bottom: 20px;
  padding: 25px 20px 30px;
  background: #f9f9f9;
  border: 8px solid #bee4ea;
  font-size: 1.8rem;
  z-index: 2;
}

.voice-left .ttl-voice{
  margin-right: auto;
  border-radius: 20px 0 0 0 ;
}

.ttl-voice::before{
  content: "";
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 32px;
  background: url("/wp-content/themes/ichijiki/images/know/icn_btn_close.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.ttl-voice.open::before{
  content: "";
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 32px;
  background: url("/wp-content/themes/ichijiki/images/know/icn_btn_open.png") no-repeat;
  background-size: 100%;
}

.voice-left .ttl-voice.open::before,
.voice-left .ttl-voice::before{
  bottom: 0;
  right: 0;
}

.ttl-voice::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 52px 25px;
  border-color: transparent transparent #bee4ea transparent;
  transition: 0.3s ease-in;
}

.voice-left .ttl-voice::after{
  position: absolute;
  right: -30px;
  bottom: -30px;  
  transform: rotate(135deg) scale(0);
}

.voice-left .ttl-voice.open::after{
  transform:rotate(135deg) scale(1);
}

.voice-right .ttl-voice::before{
  bottom: 0;
  left: 0;
}

.voice-right .ttl-voice::after{
  position: absolute;
  left: -30px;
  bottom: -30px;  
  transform: rotate(-135deg) scale(0);
}

.voice-right .ttl-voice.open::after{
  transform:rotate(-135deg) scale(1);
}

.voice-right .ttl-voice{
  margin-left: auto;
  border-radius: 0 20px 0 0 ;
}

.voice-left .date-voice{
  float: right;
}

.voice-right .date-voice{
  float: left;
}

.date-voice{
  width: 30%;
  margin-bottom: .2rem;
  font-size: 1.3rem;
  color: #666;
}

.date-voice span{
  font-size: 1.8rem;
  color: #c8e2e9;
  margin-right: 5rem;
}

/*.txt-voice-box{
  height: 0;
  overflow: hidden;
}*/

.txt-voice-box{
  position: relative;
  bottom: 100px;
  display: none;
  height: auto;
  margin-bottom: -100px;
}

.txt-voice{
  max-width: 633px;
  padding: 80px 20px 20px;
  border: 4px solid #bee4ea;  
  background-image: url(/wp-content/themes/ichijiki/images/common/bg_note.gif);
  background-size: 11px;
  clear: both;
}

.voice-left .txt-voice {
  margin-left: auto;
}

.voice-right .txt-voice {
  margin-right: auto;
}

.txt-voice span{
  display: block;
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}

.txt-voice img{
  display: block;
  max-width: 400px;
  height: 100%;
  margin: 0 auto 20px;
}

.ttl-report{
  display: block;
  padding: 10px 0;
  margin: 10px 0;  
  background: #f3fafa;
  font-size: 1.8rem;
}

.ttl-report::before{
  content: "";
  display: inline-block;
  width: 34px;
  height: 32px;
  margin:0 10px;
  background: url("/wp-content/themes/ichijiki/images/know/icn_btn_close.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  vertical-align: middle;
}

.ttl-report.open::before{
  background: url("/wp-content/themes/ichijiki/images/know/icn_btn_open.png") no-repeat;
}

.txt-report-box {
  position: relative;
  display: none;
  height: auto;
  top: 10px;
  margin-bottom: 20px;
}

.txt-report-box .date-voice{
  width: 100%;
  text-align: right;
}

.txt-report-box .txt-voice{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  padding-top: 20px;
}

.txt-report-box .txt-voice p{
  max-width: 520px;
}

.txt-report-box .txt-voice img{
  position: absolute;
  top:20px;
  left: 20px;
  width: 123px;
  height: 123px;
  object-fit: cover;
  font-family: 'object-fit:cover;';  
  margin: 0;
  border-radius: 50%;  
}

.txt-voice span.report-voice{
  width: 100%;
  max-width: 520px;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.8rem;
  text-align: left;
  background: #f3fafa;
}

.tit-marker{
  display: inline;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
    .ly-wrap-voice{
    flex-direction: column;
  }
  
  .sec-voice-group{
    margin: auto;
  }

}

@media only screen and (max-width: 767px) {
/*.voice {
background: url(/wp-content/themes/ichijiki/images/know/bg_voice_header.png) no-repeat -11% 30% / 37% ,url(/wp-content/themes/ichijiki/images/know/bg_voice_header_parts.gif) no-repeat 0 0/100%!important;
}
.voice .icn-voice-anime {
	right: 3.5%;
/*	    right: auto;
    left: 75%;
}*/
  .txt-report-box .txt-voice{
    display: block;
  }
  
  .main-visual-inner{
    padding: 4rem 0 0;
  }
  
  .main-visual-inner p{
    width: 90%;
    margin: auto;
  }
  
  .main-visual-inner a{
    right: 20px;
  }
  
  .main-visual-inner img.voice-line{
    position: static;
    display: block;
    width: 50%;    
    margin:20px auto 0;
  }

  .ly-wrap-voice{
    margin:45px 10px 0;
  }
  
  .sec-voice-group{
    width: auto;
  }
  
  .ttl-voice{
    width: 90%;
    max-width: 715px;
    margin: 0 auto 20px;
  }

  .ttl-voice::after{
    border-width: 25px 25px 0 25px;
    border-color:#bee4ea transparent transparent transparent;
    margin: auto;
  }
  
  .voice-left .ttl-voice,
  .voice-right .ttl-voice{
    border-radius: 20px 20px 0 0;
  }  
  
  .voice-right .ttl-voice::before{
    right: 0;
    left: auto;
  }
  
  .voice-left .ttl-voice::after,
  .voice-right .ttl-voice::after{
    right: 0;
    left: 0;
    bottom: -25px; 
    transform: rotate(0deg) scale(0);  
    transform-origin: top;
  }
  
  .voice-left .ttl-voice.open::after,
  .voice-right .ttl-voice.open::after{
    transform: rotate(0deg) scale(1);
  }
  
  .txt-voice-box{
    width: 100%;
    bottom: 20px;
    margin: 0 auto;
  }
  
  .txt-voice{
    max-width: none;
    padding-top: 40px;
  }
  
  .date-voice span{
    display: block;
    margin:0;
  }
  
  .txt-voice-box .date-voice{
    float: none;
    text-align: right;
    width: 100%;
  }
  
  .txt-report-box .txt-voice img{
    position: static;
    float: left;
    width: 30%;
    max-width: 123px;
    height: auto;
    margin:10px;
  }
  
  .ttl-report{
    display: flex;
    align-items: center;
  }
  
  .ttl-report::before{
    flex: 0 0 auto;
  }
  
  .txt-report-box .txt-voice p{
    max-width: 100%;
  }
  
}
@media only screen and (max-width: 378px) {
.voice .icn-voice-anime {
width: 80px;
    height: 80px;
}
}
/*--------------
lecture
--------------*/

.lecture {
  background: url(/wp-content/themes/ichijiki/images/know/bg_lecturer_header.png) no-repeat;
  background-position: -10px center;
  background-size: auto 100%;
}

.lec-cont-inner {
	max-width: 1000px;
	margin: auto;
}
.lec-lead-area {
	width: 100%;
	max-width: 715px;
	margin: 0 auto 75px;
	padding: 0 15px;
	font-size: 1.8rem;
}
.lec-lead-area .h2 {
	text-align: center;
}
.h2-block {
	max-width: 1015px;
	margin: 0 auto;
	padding-left: 15px;
}
.ttl-method {
	font-size: 2.6rem;
}
.ttl-method::after {
	content: "";
	display: block;
	width: 57px;
	height: 2px;
	margin: 30px 0;
	background: #111;
}
.sec-lecturel-group {
	display: flex;
	justify-content: space-between;
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
}
.sec-lecturel-group dl {
	position: relative;
	display: block;
	width: 98%;
	max-width: 202px;
	margin-right: 8px;
}
.sec-lecturel-group dt {
	position: relative;
}
.sec-lecturel-group dt::before {
	content: "";
	position: absolute;
	top: -0;
	right: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 13px;
	border-color: transparent transparent transparent #78a0d9;
}
.sec-lecturel-group .h3 {
	margin: 12px 0 8px;
	line-height: 1;
	text-align: center;
}
.sec-lecturel-group dl h3 > img {
	width: 70%;
	min-width: 32px;
}
.sec-lecturel-group dl:nth-of-type(4)::before {
	content: "";
	position: absolute;
	top: -37px;
	right: -12px;
	display: block;
	width: 89px;
	height: 90px;
	background: url(/wp-content/themes/ichijiki/images/know/lec_icn_important.svg) no-repeat;
	background-size: 100%;
	animation: Inclination-ani 2s infinite;
	-webkit-animation: Inclination-ani 2s infinite;
}
 @keyframes Inclination-ani {
 0% {
 transform: rotate(0deg);
}
 50% {
 transform: rotate(10deg);
}
 100% {
 transform: rotate(0deg);
}
}
@-webkit-keyframes Inclination-ani {
 0% {
 transform: rotate(0deg);
}
 50% {
 transform: rotate(10deg);
}
 100% {
 transform: rotate(0deg);
}
}
.sec-lecturel-group dl:nth-of-type(1) h3 > img {
	max-width: 84px;
}
.sec-lecturel-group dl:nth-of-type(2) h3 > img {
	max-width: 61px;
}
.sec-lecturel-group dl:nth-of-type(3) h3 > img {
	max-width: 50px;
}
.sec-lecturel-group dl:nth-of-type(4) h3 > img {
	max-width: 86px;
}
.sec-lecturel-group dl:nth-of-type(5) h3 > img {
	max-width: 62px;
}
.sec-lecturel-group dl:nth-of-type(6) h3 > img {
	max-width: 84px;
}
.sec-lecturel-group dl:last-child {
	margin-right: 0;
}
.sec-lecturel-group dl:last-child dt::before {
	display: none;
}
.sec-lecturel-group figure img {
	max-width: 202px;
}
.sec-lecturel-group .logo-step, .sec-lecturel-group p {
	font-size: 1.4rem;
	color: #333;
}
.sec-lecturel-group .logo-step {
}
.sec-lecturel-group dl dd {
	margin-bottom: 25px;
}
.sec-lecturel-group .inner-notice {
	display: block;
	font-size: 92%;
}
.full-lecturel.bg-pattern-stripe-01 {
	background: url(/wp-content/themes/ichijiki/images/common/bg_pattern_stripe_01.png);
}
.full-lecturel-inner.cont-type-01 {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 45px auto;
	padding: 45px 0;
}
.full-lecturel-inner.cont-type-01 .h2 {
	min-width: 4.5em;
	padding-left: 15px;
}
.cont-type-01 .notice {
	display: block;
	font-size: 80%;
}
.link-color {
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	color: #333;
}
.link-color:hover {
	color: #48dec2;
	border-bottom-color: #48dec2;
}
.col-box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}
@media only screen and (max-width: 960px) {
.ly-wrap-voice {
	flex-direction: column;
}

.sec-voice-group {
	margin: auto;
}
}

@media only screen and (max-width: 767px) {
.lec-lead-area p {
	font-size: 1.6rem;
}
.sec-lecturel-group {
	flex-direction: column;
	max-width: 100%;
}
.sec-lecturel-group dl {
	display: flex;
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 25px;
}
.sec-lecturel-group dt {
	width: 55%;
	margin-left: 10px;
	padding-top: 15px;
}
.sec-lecturel-group dt::before {
	content: "";
	position: absolute;
	top: auto;
	bottom: -5px;
	right: 50%;
	width: 0;
	height: 0;
	margin-right: -7px;
	border-style: solid;
	border-width: 13px 0 13px 13px;
	border-color: transparent transparent transparent #78a0d9;
	transform: rotate(90deg);
}
.sec-lecturel-group .h3 {
	text-align: left;
}
.sec-lecturel-group figure img {
	max-width: 100%!important;
	width: 100%;
	min-width: 150px;
}
.sec-lecturel-group .logo-step, .sec-lecturel-group p {
	font-size: 1.4rem;
	color: #333;
}
.sec-lecturel-group dd {
	width: 45%;
	min-width: 45%;
	margin-bottom: 0;
}
.full-lecturel-inner.cont-type-01 {
	flex-direction: column;
	max-width: 100%;
	margin: 25px auto;
	padding: 25px 0;
}
.full-lecturel-inner.cont-type-01 .cont-block-right .notice-box {
	padding: 0 15px;
}
.sec-lecturel-group dl:nth-of-type(4)::before {
	top: -30px;
	right: auto;
	left: 27%;
	width: 74px;
	height: 75px;
}
.col-box {
	max-width: 100%;
	padding: 0;
}
}
/*--------------
partner
--------------*/
.partner {
/*  background: url(/wp-content/themes/ichijiki/images/know/bg_partner.png) no-repeat;
  background-position: center center;
  background-size: auto 100%;*/
}

.ly-head-partner{
  margin-bottom: 50px;
}

span.ttl-txt.page-heading{
  /* margin-bottom: 30px; */
}

.ly-head-partner p{
  text-align: center;
}

.ly-main-partner{
  width: 100%;
  padding: 70px 0 45px;
}

.ly-main-partner.ly-box-right{
  background: url(/wp-content/themes/ichijiki/images/know/bg_partner_right.png);
}

.ttl-partner img {
    object-fit: contain;
}


/* edited by kimura 2020.3.24 */

.partner-box .ttl-partner-box{
	top: 30px;
}

.partner-box .btn-more{
	top: 25px;
}

.partner-box .txt-more-box{
	top: 10px;
}

.ttl-partner .logo{
	height: 80px;
	width: auto;
    display: block;
    margin: 0 auto;
}
.ttl-partner .logo.middle{
	height: 100px;
}
.ttl-partner .logo.large{
	height: 120px;
}

.ttl-partner .title {
  font-family: 'Noto Serif Japanese';
  font-weight: 300;
  font-size: 2rem;
  display: block;
  letter-spacing: .1em;
  border-top: 1px dashed #666;
}

.ttl-partner .title.noheight{
	height: 0;
}

.ttl-partner .name {
  font-family: 'Noto Serif Japanese';
  font-weight: 300;
  font-size: 3rem;
  display: block;
}

.partner-box{
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;  
}

.partner-box:after{
}

.partner-box .img-wrap img{
  max-width:530px; 
  position: relative;
  z-index: 1;
  width: 100%;
}

.partner-box .img-wrap{
	max-width:530px;
	position: relative;
}

.partner-box .img-wrap .logo{
	width: 160px;
	height: auto;
	z-index: 3;
	position: absolute;
	bottom: -20px;
}

.partner-box .img-wrap .logo.small{
	width: 120px;
}
.partner-box .img-wrap .logo.large{
	width: 220px;
}

.ly-box-left .partner-box .img-wrap .logo{
	left: -20px;
}

.ly-box-right .partner-box .img-wrap .logo{
	right: -20px;
}

.partner-box .img-wrap:before{
  position: absolute;
  content: "";
  display: block;
  width: 100.1%;
  height: 100%;
  background: url(/wp-content/themes/ichijiki/images/know/mask_top.png) no-repeat top left;
  background-size: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.partner-box .img-wrap:after{
  position: absolute;
  content: "";
  display: block;
  width: 100.1%;
  height: 100%;
  background: url(/wp-content/themes/ichijiki/images/know/mask_bottom.png) no-repeat bottom left;
  background-size: 100%;
  z-index: 2;
  bottom: -1px;
  left: 0;
}

.ly-box-left img,.ly-box-right img{
	float: none
}

.ly-box-left .img-wrap{
	float: left
}

.ly-box-right .img-wrap{
	float: right;
}

.ly-box-left .img-wrap:after,.ly-box-right .img-wrap:after{
	content: "";
	display: block;
	clear: both;
}


@media only screen and (max-width: 768px) {
	.ttl-partner .title {
	  font-size: 15px;
	  padding-left: 25px;
	  box-sizing: border-box;
	}  
	.ttl-partner .name {
	  font-size: 19px;
	  display: block;
	  padding-left: 25px;
	  box-sizing: border-box;
	}  
	
	.partner-box .img-wrap .logo{
		object-fit: contain;
		min-height: initial;
	}
	
	.ly-box-left .partner-box .img-wrap .logo{
		left: -10px;
	}

	.ly-box-right .partner-box .img-wrap .logo{
		right: -10px;
	}
	
	.partner-box .img-wrap .logo{
		bottom: -15px;
	}

}


/* edited by kimura 2020.3.24 */


.ly-box-left .partner-box > img{
  margin-left: -45px;
}

.ly-box-right .partner-box > img{
  margin-right: -45px;
}

.ttl-partner-box{
  position: absolute;
  top: 123px;
  width: 100%;
  max-width: 500px;
  padding: 40px 40px 20px;
  background: rgba(255,255,255,0.92);
  z-index: 2;
}

.ttl-partner-box img{
  float: none;
  padding-bottom: 20px;
/*   border-bottom: 1px dashed #666; */
  width: 100%;
  min-height: auto;
}

.txt-partner{
  position: relative;
  font-size: 1.8rem;
}

.txt-partner::before{
  content: "";
  position: absolute;  
  display: block;
  width: 54px;
  height: 54px;
  top: 0;
  background: url(/wp-content/themes/ichijiki/images/know/img_oshi_point.png) no-repeat;
}

.ly-box-left .txt-partner::before{
  left: -50px;
}

.ly-box-right .txt-partner::before{
  right: -50px;
}

.ly-box-left .ttl-partner-box{
  right: 0;
}

.ly-box-right .ttl-partner-box{
  left: 0;
}

.txt-partner span{
  display: block;
}

.ly-box-left .txt-partner span{
  text-align: right;
}

.ly-box-right .txt-partner span{
  text-align: left;
}

span.tit-marker{
  display: inline;
  text-align: left;
  padding: 0;
}

.btn-more{
  position: relative;  
  display: block;
  margin: auto;
  width: 56px;
  height: 56px;
  top: 5px;
  border: 1px solid;
  background: #fff;
  text-align: center;
  clear: both;  
  cursor: pointer;
  padding: 10px 0;
  z-index: 2;
}

.btn-more.open{
  background: #111;
  color: #fff;
  padding-top: 20px;
}

.btn-more::after{
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 12px;  
  left: 0;
  right: 0;
  margin: auto;
  background: url(/wp-content/themes/ichijiki/images/know/arrow_down_more.png) no-repeat center;
  transition:all .3s ease-in;    
}

.btn-more:hover::after{
  transform: translateY(3px);
}

.btn-more.open::after{
  position: absolute;
  top:12px;
  background: url(/wp-content/themes/ichijiki/images/know/arrow_up_more.png) no-repeat center;
}

.btn-more.open:hover::after{
  transform: translateY(-5px);
}

.txt-more-box {
  position: relative;
  display: none;  
  top: -20px;
  z-index: 1;
  max-width: 1000px;
  margin: auto;
}

.txt-more-heading{
  padding: 10px 20px;
  background: #f3fafa;
}

.txt-more-tit{
  display:inline-block;
  font-size: 1.8rem;
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.txt-partner-more{
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
}

.txt-partner-more p{
  font-size: 1.5rem;
}

.txt-partner-more img{
  float: none;
  padding: 0;
}

.img-partner-more{
  float: right;
  width: 28%;
  max-width: 286px;
}

.txt-left{
  width: 70%;
  float: left;
}

.txt-partner-more img{
  display: block;
  width: 100%;
}

.txt-partner-more a{
  font-family:'Oswald';
  color: #48bec2;
}
.txt-partner-more a img{
  width: auto;
}

.txt-partner-more a::after,
.txt-group-link a::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: url(/wp-content/themes/ichijiki/images/common/icn_blank_48bec2.svg) no-repeat;
  background-size: contain;
}

.ly-group-wrap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1000px;
  margin: 100px auto;
}
.ly-group-wrap.kokuren {
  margin: 50px auto;
}

.group-list{
  width: 100%;
  max-width: 715px;
}

p.ttl-method{
  font-size: 2.6rem;
}

p.ttl-method::after{
  content: "";
  display: block;
  width: 57px;
  height: 2px;
  margin: 30px 0;  
  background: #111;
}

.ttl-group{
  display: block;
  padding: 10px 0;
  margin: 10px 0;  
  background: #f3fafa;
  font-size: 1.8rem;
}

.ttl-group::before{
  content: "";
  display: inline-block;
  width: 34px;
  height: 32px;
  margin:0 10px;
  background: url("/wp-content/themes/ichijiki/images/know/icn_btn_close.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  vertical-align: middle;
}

.ttl-group.open::before{
    background: url("/wp-content/themes/ichijiki/images/know/icn_btn_open.png") no-repeat;
}

.txt-group-box {
  position: relative;
  display: none;
  height: auto;
  margin-bottom: 40px;
}

.txt-group-box span{
  display: block;
  text-align: right;
  font-size: 1.3rem;
}

.txt-group-link{
  margin-bottom: 0px;
  padding-top: 15px;
  border-top: 1px dashed #666;
  color: #48bec2;
  font-size: 1.3rem;
}

.txt-group-link a{
  display: block;
  font-family:'Oswald';    
  color: #48bec2;
}

@media only screen and (max-width: 960px) {
  .ly-box-left .partner-box > img,
  .ly-box-right .partner-box > img{
    margin: 0 auto 120px;
  }

  .ly-group-wrap{
    flex-direction: column;
  }
  
  p.ttl-method{
    width: 100%;
    max-width: 715px;
    margin: auto;
  }
  
  .group-list{
    margin: auto;
  }

}

@media only screen and (max-width: 767px) {
  .ly-head-partner{
    margin: 0px 10px;
  }
  
  .ly-main-partner{
    display: inline-block;
    padding-top: 40px;
  }
  
  .ly-box-left .partner-box > img,
  .ly-box-right .partner-box > img{
    margin: 0 auto;
  }

  .partner-box > img{
    width: 100%;
    min-height: 100%;
    padding: 0;
  }
  
  .ttl-partner-box{
    position: static;
    display: inline-block;
    max-width: none;
    padding: 20px 20px 40px;
  }
  
  .ttl-partner-box img{
    min-height: auto;
    object-fit: fill;
    font-family: 'object-fit:fill;';          
  }
  
  .txt-partner::before{
    top: -25px;
  }
  
  .ly-box-right .txt-partner span{
    text-align: right;
  }
  
  .ly-box-right .txt-partner::before,
  .ly-box-left .txt-partner::before {
    left: -30px;
  }
  
  .btn-more{
    top: auto;
    bottom: 10px;
  }
  
  .txt-partner-more>*{
    display: block;
    float: none;
    width: 90%;
    margin: auto;
  }
  
  .txt-partner-more p.txt-more-heading{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .txt-partner-more img{
    min-height: auto;
  }
  
  .ly-group-wrap{
    margin: 45px 10px 0;
  }
  
  .ttl-group{
    display: flex;
    align-items: center;
  }
  
  .ttl-group::before {
    flex: 0 0 auto;
  }
  
  .txt-group-link{
    font-size: 1.5rem;
  }

}
/*--------------
pj-single
--------------*/
.pj-ttl {
    margin: 0;
    font-size: 2.8rem;
    color: #333;
}

.h1-underlayer.pj-ttl::before {
    content: "";
    display: block;
    height: 50px;
    margin-top: -3rem;
    background-image: url(/wp-content/themes/ichijiki/images/know/img_pj_top.png);
    background-repeat: no-repeat;
    background-position: center;
}

.pj-single-wrap {
    width: 100%;
    margin: 60px auto 0;
}

.pj-single-ttl {
		text-align: center;
		font-size: 3.2rem;
}

.pj-single-ttl::after {
    content: "";
    display: block;
    height: 9px;
    margin-top: 1.5rem;
    background-image: url("/wp-content/themes/ichijiki/images/know/img_pj_line_01.png");
    background-repeat: no-repeat;
    background-position: center;
}

.partner-name {
    display: block;
    font-size: 1.5rem;
	text-align: center;
}

.tag-list .txt-tag {
    line-height: .8em;
	text-align: right;
}

.tag-list .txt-tag a {
    display: inline-block;
    margin-right: 11px;
    font-size: .8em;
    color: #666666;
}

.tag-list a:hover {
    color: #48dec2;
}

.character {
	text-align: right;
	padding-top: .5rem;
}

.character img {
	width: 45px;
	height: 45px;
	margin-right: 5px;
	background: #fcc800;
	border-radius: 50%;
}

.chara-txt {
    line-height: 1;
	text-align: right;
	font-size: 1rem;
	padding-top: 0px;
	margin-right: 10px;
	color: #666666;
}

.ly-wh-pj-01, .ly-wh-pj-03 {
	padding: 0;
	position: relative;
}

.ly-wh-pj-01 {
	margin: 8rem auto 0;
}

.ly-wh-pj-03 {
	margin: 12rem auto 0;
}

.ly-wh-pj-01::before {
    content: '';
    position: absolute;
    top: -6rem;
		left: 22rem;
		display: inline-block;
		width: 104px;
		height: 91px;
    background-image: url(/wp-content/themes/ichijiki/images/know/hukidashi-kotoshiha.svg);
    background-repeat: no-repeat;
		background-size: contain;
}

.ly-wh-pj-01 .onegai {
    position: relative;
    display: block;
		width: 100%;
    max-width: 1000px;
    padding: 1em 0;
    text-align: center;
    color: #333;
    margin: auto;
}

.ly-wh-pj-01 .onegai img {
		max-width: 400px;
}

.pj-haikei {
    /* background: url("/wp-content/themes/ichijiki/images/know/img_bg_haikei.png"); */
	background-color: #202020;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
	margin: 2rem 0 5rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.pj-haikei img {
	position: absolute;
	z-index: 2;
}

.ly-wh-pj-02 {
	position: relative;
		padding: 4% 15%;
		margin: 2rem 0 0;
/*    background: url("/images/know/img_bg_haikei.png");*/
/*	    background: url("/images/know/img_bg_haikei.jpg");*/
	    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
	z-index: 3;
}
.ly-wh-pj-02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	display: block;
	width: 100%;
	height: 100%;
			background-color: #202020;
}
.ly-wh-pj-02::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/ichijiki/images/know/pj_dot.png);
}



.ly-wh-pj-02 .pj-fig-bg {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}

.ly-wh-pj-02 .pj-fig-bg > img {
	opacity: 0.65;
}


.ly-wh-pj-02 .pj-fig-bg.auto-linear-gradien::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	    z-index: 10;
	display: block;
	width: 100%;
	height: 150px;
background: -webkit-linear-gradient(top,  rgba(32,32,32,0) 0%,rgba(32,32,32,0.92) 91%,rgba(32,32,32,1) 99%,rgba(32,32,32,1) 100%);
background: linear-gradient(to bottom,  rgba(32,32,32,0) 0%,rgba(32,32,32,0.92) 91%,rgba(32,32,32,1) 99%,rgba(32,32,32,1) 100%);
}

.ly-wh-pj-02 p,
.haikei-link-more span,
.haikei-more {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 1rem;
  color: #fff;
}

.txt-haikei {
	display: inline-block;
	border-bottom: 2px solid #fff;
}

.haikei-link-more {
	text-align: right;
}

.haikei-link-more span {
	cursor: pointer;
}

.haikei-more {
	display: none;
	margin: 2rem auto;
}

.haikei-link-more span.open {
	display: none;
}

.ly-wh-pj-03::before {
    content: '';
    position: absolute;
    top: -7rem;
		left: 34rem;
		display: inline-block;
		width: 104px;
		height: 91px;
    background-image: url(/wp-content/themes/ichijiki/images/know/hukidashi-sakunen.svg);
    background-repeat: no-repeat;
		background-size: contain;
}

.ly-wh-pj-03 .arigato {
    position: relative;
    display: block;
		width: 100%;
    max-width: 1000px;
    padding: 1em 0;
    text-align: center;
    color: #333;
    margin: auto;
}

.ly-wh-pj-03 .arigato img {
		max-width: 180px;
}

.onegai::before,
.arigato::before {
    content: '';
    position: absolute;
    top: 50%;
		left: 0;
    display: inline-block;
    width: 28%;
    height: 1px;
    border-bottom: 1px dashed #333;
}

.onegai::after,
.arigato::after {
    content: '';
    position: absolute;
    top: 50%;
		right: 2px;
    display: inline-block;
    width: 28%;
    height: 1px;
    border-bottom: 1px dashed #333;
}

.onegai + span,
.arigato + span {
	display: block;
	text-align: center;
	color: red;
}

.ly-pj-single-wrap {
	margin-top: 2.5rem;
}
.ly-pj-newest {
    max-width: 920px;
    margin: 0 auto 16rem;
    padding: 0 10px;
}
.pj-year-list.mb-10 {
 margin-bottom: 10rem;
}
ul.pj-year-list > li > p {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: left;
    line-height: 1.5;
		cursor: pointer;
}

ul.pj-year-list > li > p.even {
		background: #E8FFFB;
}

ul.pj-year-list > li > p.odd {
		background: #fff;
}

ul.pj-year-list > li > p > span {
		display: block;
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		padding-left: 40px;
		line-height: 1.5;
		font-size: 2rem;
}

p + .pj-year {
	display: none;
	padding: 2rem;
	margin: 0 auto;
	background: url("/wp-content/themes/ichijiki/images/know/bg_pj_single.png") repeat;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3) inset;
}

.pj-voice{
  padding: 60px 0 40px;
	background: url("/wp-content/themes/ichijiki/images/know/bg_pj_single.png") repeat;  
}

ul.pj-year-list > li p span::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 34px;
    height: 32px;
    background: url("/wp-content/themes/ichijiki/images/know/icn_btn_close.png") no-repeat;
    background-size: 100%;
}

ul.pj-year-list > li p span.open::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 34px;
    height: 32px;
    background: url("/wp-content/themes/ichijiki/images/know/icn_btn_open.png") no-repeat;
    background-size: 100%;
}

.pj-year-ttl {
	display: inline-block;
	font-size: 2.2rem;
	border-bottom: 2px dotted #30BBBB;
	line-height: 2;
}

.pj-inner-list {
	padding: 0 5rem;
}

.pj-inner {
	display: none;
}

.inner-ttl {
	position: relative;
	font-size: 2rem;
	cursor: pointer;
}

.pj-inner-list > li .inner-ttl::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -33px;
    width: 30px;
    height: 28px;
    background: url("/wp-content/themes/ichijiki/images/know/icn_btn_close.png") no-repeat;
    background-size: 100%;
}
/*harakawa start*/
.pj-inner-list > li .inner-ttl.open::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -33px;
    width: 30px;
    height: 28px;
    background: url("/wp-content/themes/ichijiki/images/know/icn_btn_open.png") no-repeat;
    background-size: 100%;
}

.pj-inner p,
.pj-inner-newest p{
	line-height: 2;
}
.pj-inner p.img-pj-cap,
.pj-inner-newest p.img-pj-cap {
    font-size: 1.4rem;
    text-align: left;
 	line-height: 1.6;
    color: #666;
}
.pj-inner img,
.pj-inner-newest img{
	width: 100%;
	max-width: 320px;
	height: auto;
	padding: 0;
	margin: 0; 
}
.pj-inner img.maxwidth500,
.pj-inner-newest img.maxwidth500{
	max-width: 480px;
	margin: 0 2%;
}
.pj-inner .img-right,
.pj-inner-newest .img-right {
	float: right;
	max-width: 320px;
	margin-top: 1%;
	margin-left: 2%;
}

.pj-inner .img-left,
.pj-inner-newest .img-left {
	float: left;
	width: 320px;
	margin-top: 1%;
	margin-right: 2%;
}

.pj-inner .img-right span,
.pj-inner-newest .img-right span,
.pj-inner .img-left span,
.pj-inner-newest .img-left span{
  font-size: 1.3rem;
}


.img-pj-col-area {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
}
.img-pj-col-area .img-pj-byside {
	max-width: 320px;
	margin-top: 1%;
	margin-left: 2%;
}
 .pj-inner .img-left.tate,
.pj-inner .img-right.tate,
.pj-inner-newest .img-left.tate,
.pj-inner-newest .img-right.tate,
.img-pj-col-area .img-pj-byside.tate{
 max-width: 190px;
}

.pj-inner .img-center,
.pj-inner-newest .img-center{
	float: none;
	width: 100%;
}

.pj-inner .img-center img,
.pj-inner-newest .img-center img{
	padding: 1%;
}
/*harakawa e*/
.clear::after {
	content: '';
	display: block;
	float: none;
	clear: both;
	padding: 1.5rem 0;
}
/*harakawa s*/
.pj-inner .tit-marker,
.pj-inner-newest .tit-marker{
	/*display: table;*/
 display: inline;
	margin-top: 2.5rem;
}
/*harakawa e*/
.line-pj-end::after {
	content: "";
	display: block;
	height: 9px;
	margin: 4% auto;
	background-image: url("/wp-content/themes/ichijiki/images/know/img_pj_line_02.png");
	background-repeat: no-repeat;
	background-position: center;
}
.pj-inner-newest table.pj-table-01 th,
.pj-inner table.pj-table-01 th{
     padding: 10px 6px;
  background-color: #666;
    border: 1px solid #333;
 color: #fff;
}
.pj-inner-newest table.pj-table-01 td,
.pj-inner table.pj-table-01 td{
     padding: 10px 6px;
    border: 1px solid #333;
}
@media only screen and (max-width: 1098px) {
.pj-single-ttl {
    margin: 0 5%;
}
.ly-wh-pj-01::before {
    left: 10rem;
}
.ly-wh-pj-03::before {
    left: 22rem;
}
}

@media only screen and (max-width: 767px) {
.pj-ttl-box {
    margin: 15px auto 0;
}
.pj-single-ttl {
    font-size: 2.5rem;
}
.pj-single-ttl::after {
		margin: 5px 0;
}
.partner {
    font-size: 1.2rem;
}
.tag-list{
    margin-top: 1rem;
}
.ly-wh-pj-01 .onegai img {
		max-width: 300px;
}
.ly-wh-pj-01::before {
    top: -4rem;
    left: 2rem;
    width: 80px;
    height: 61px;
}
.pj-haikei {
    margin: 2rem 0 2rem;
}
.ly-wh-pj-02 {
	padding: 4% 6%;
}
.ly-wh-pj-03 {
	margin: 8rem auto 0;
}
.ly-wh-pj-03::before {
    top: -4rem;
    left: 5rem;
    width: 80px;
    height: 61px;
}
.onegai::before,
.onegai::after {
    width: 8%;
}
.arigato::before,
.arigato::after {
    width: 20%;
}
p + .pj-year {
		padding: 2rem 1rem;
}
.pj-inner-list {
    padding: 0 1rem;
}
.pj-year-ttl {
    font-size: 2rem;
    line-height: 1.8;
}
.pj-inner-list > li .inner-ttl::before,
.pj-inner-list > li .inner-ttl.open::before{
    top: 7px;
    left: -27px;
    width: 23px;
    height: 24px;
}
.pj-inner-list > li .inner-ttl {
    width: 94%;
    margin-left: 6%;
}
.pj-inner .tit-marker,
.pj-inner-newest .tit-marker{
		display: inline;
    line-height: 1.5;
		background: linear-gradient(to bottom, rgba(255,255,0,0) 0%,rgba(255,255,0,0) 60%,rgb(249, 231, 161) 60%,rgb(253, 238, 200) 100%);
}
.pj-inner img,
.pj-inner-newest img {
    max-width: 100%;
}
.pj-inner .img-left,
.pj-inner .img-right,
.pj-inner-newest .img-left,
.pj-inner-newest .img-right{
	float: none;
	width: 100%;
 max-width: 100%;
	margin: 0;
	padding: 1rem 0;
}
 .pj-inner .img-left.tate,
.pj-inner .img-right.tate,
.pj-inner-newest .img-left.tate,
.pj-inner-newest .img-right.tate{
 max-width: 190px;
	margin: 0 auto;
	padding: 1rem 0;
}
 .img-pj-col-area .img-pj-byside {
	max-width: 100%;
  width:100%;
	margin-top: 1%;
	margin-left: 2%;
}
 .img-pj-col-area {
    justify-content: center;
}
  .img-pj-col-area .img-pj-byside.tate {
 max-width: 190px;
	margin-top: 1%;
	margin-left: 2%;
}
/*harakawa e*/
.line-pj-end::after {
		height: 10px;
    margin: 8% auto;
}

.ly-wh-pj-02 .pj-fig-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 150px;
    background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.92) 91%,rgba(32,32,32,1) 99%,rgba(32,32,32,1) 100%);
    background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.92) 91%,rgba(32,32,32,1) 99%,rgba(32,32,32,1) 100%);
}
}
/*--------------
SDGs
--------------*/
.sdgs {
  background: url(/wp-content/themes/ichijiki/images/know/bg_sdgs_header.png) no-repeat;
    background-size: cover;	
}

/*SDGs AREA*/
.ly-mosaic-visual {
	position: relative;
	background: url(/wp-content/themes/ichijiki/images/know/sdgs_mosaic_bg.jpg);
}
.mosaic-visual {
	width: 100%;
	max-width: 715px;
	margin: 0 auto 75px;
	padding: 35px 0 100px;
}
.mosaic-peace {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 28%;
	max-width: 242px;
	margin-left: 70%;
}
.mosaic-logo {
	position: absolute;
	bottom: -66px;
	left: 50%;
	width: 61%;
	max-width: 375px;
	transform: translateX(-50%);
}
.ly-mosaic-area {
	padding: 0 15px;
}
.ly-mosaic-area .h2 {
	text-align: center;
	margin-left: 15px;
}
.ly-mosaic-area .h2 .inner-txt {
	display: block;
	margin-left: -15px;
	font-size: 1.4rem;
}
.fc-red {
	color: #e1002a;
}
.ly-mosaic-area .h2 .txt-ques {
	position: relative;
	left: -5px;
	bottom: -2px;
	display: inline-block;
	transform: rotate(20deg);
}
.ly-mosaic-area .h2 .txt-punc {
	display: inline-block;
	margin-right: -17px;
}
.ly-mosaic-area .lead {
	width: 100%;
	max-width: 715px;
	margin: 8px auto 75px;
	padding-top: 20px;
	border-top: 1px dotted #999;
	font-size: 1.8rem;
}
.ly-mosaic-area-sub {
	display: block;
	padding: 55px 15px;
	background: #f5f2ed;
	overflow: hidden;
}
.ly-mosaic-area-sub .h2 {
	max-width: 581px;
	margin: 0 auto 25px;
}
.ly-mosaic-area-sub .lead {
	max-width: 1000px;
	margin: 0 auto 55px;
}
.ly-mosaic-area-sub .sdgs-item-box {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: 0 auto 55px;
}
.ly-mosaic-area-sub .sdgs-item-box dl {
	display: block;
	width: 100%;
	margin-right: 10px;
}
.ly-mosaic-area-sub .sdgs-item-box dl:last-child {
	margin-right: 0;
}
.ly-mosaic-area-sub .sdgs-item-box dt {
	position: relative;
}
.ly-mosaic-area-sub .sdgs-item-box dt .svg-txt {
	position: relative;
	padding-left: 8px;
}
.ly-mosaic-area-sub .sdgs-item-box dt .box-tit-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 3%;
}
.ly-mosaic-area-sub .sdgs-item-box .box-tit-inner .num01 {
	width: 85px;
}
.ly-mosaic-area-sub .sdgs-item-box .box-tit-inner .num02 {
	width: 101px;
}
.ly-mosaic-area-sub .sdgs-item-box .box-tit-inner .num03 {
	width: 85px;
}
.ly-mosaic-area-sub .sdgs-item-box .item-01, .ly-mosaic-area-sub .sdgs-item-box .item-02, .ly-mosaic-area-sub .sdgs-item-box .item-03 {
	width: 37%;
	height: auto;
	max-width: 75px;
	min-width: 56px;
	max-height: 75px;
}
.ly-mosaic-area-sub .sdgs-item-box dt .item-tit-01 {
	position: absolute;
	left: 50%;
	bottom: -31px;
	max-width: 174px;
	transform: translateX(-50%);
}
.ly-mosaic-area-sub .sdgs-item-box dt .item-tit-02 {
	position: absolute;
	left: 50%;
	bottom: -31px;
	max-width: 281px;
	transform: translateX(-50%);
}
.ly-mosaic-area-sub .sdgs-item-box dt .item-tit-03 {
	position: absolute;
	left: 50%;
	bottom: -72px;
	max-width: 211px;
	transform: translateX(-50%);
}
.ly-mosaic-area-sub .sdgs-item-box dd figure {
	display: block;
	max-width: 370px;
	margin: 35px auto 0;
}
.ly-mosaic-area-sub .sdgs-item-box-inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 5px auto 0;
	padding: 0 25px 35px;
	background: #fff url(/wp-content/themes/ichijiki/images/common/bg_note.gif);
	background-size: 11px;
}
.ly-mosaic-area-sub .sdgs-item-box-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 100%;
	background: url(/wp-content/themes/ichijiki/images/know/sdgs_line_parts_sdgs.png) repeat-y;
	animation: linePartsAni 20s linear infinite;
}
.ly-mosaic-area-sub .sdgs-item-box-inner::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	background: url(/wp-content/themes/ichijiki/images/know/sdgs_line_parts_sdgs.png) repeat-y;
	animation: linePartsAniTurn 20s linear infinite;
}
 @keyframes linePartsAni {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 0 120px;
}
}
 @keyframes linePartsAniTurn {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 0 -120px;
}
}
.ly-mosaic-area-sub .sdgs-item-box-inner .h3 {
	margin-bottom: 15px;
	text-align: center;
}
.ly-mosaic-area-sub .sdgs-item-box-inner .h3 .lead-txt {
	position: relative;
	top: -20px;
	display: block;
	max-width: 261px;
	margin: 0 auto;
}
.ly-mosaic-area-sub .sdgs-item-box-inner .h3 .lead-tit {
	max-width: 451px;
}
.ly-mosaic-area-sub .sdgs-item-box-inner p {
	width: 80%;
	margin: 0 auto;
}
.sdgs-sec.sec02 {
	padding-bottom: 75px;
	background: url(/wp-content/themes/ichijiki/images/common/bg_pattern_stripe_01.png);
	overflow: hidden;
}
.sdgs-sec.sec02 .sdgs-sec-inner {
	width: 100%;
	max-width: 1000px;
	margin: 25px auto 0;
}
.sdgs-sec.sec02 .h2 {
	padding-left: 15px;
	font-size: 2.6rem;
}
.sdgs-sec.sec02 .h2::after {
	content: "";
	display: block;
	width: 57px;
	height: 2px;
	margin: 30px 0;
	background: #111;
}
.sdgs-sec.sec02 figure {
	max-width: 1000px;
	margin: 0 auto 25px;
	padding: 35px 50px;
	background: #fff;
}
.sdgs-sec.sec02 .h3 {
	max-width: 1000px;
	margin: 0 auto 15px;
	text-align: center;
	font-weight: 100;
	font-size: 1.8rem;
}
.sdgs-sec.sec02 p {
	padding: 0 15px;
	font-size: 1.5rem;
}


.sdgs-lead {
	display: flex;
	justify-content: center;
    text-align: center;
	align-items: center;
}

.sdgs-lead::before,
.sdgs-lead::after{
	content: "▼";
	margin: 0 10px;
}


.sdgs-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin: 20px auto 50px;
	max-width: 1200px;
}


.sdgs-item,
.sdgs-outline-icn div{
	display: none;
}


.sdgs-list input{
	display: none;
}

.sdgs-list-item{
	width: 5%;
	max-width: 60px;
    height: 120px;
    margin: 10px 1px;
	transition: .3s;
    cursor: pointer;	
}

.sdgs-list-item:hover{
	opacity: .8;
}

input:checked+.sdgs-list-item{
	height: 60px;
}

.sdgs-list-item:nth-of-type(1){
	background: #e5001e;
}

input:checked+.sdgs-list-item:nth-of-type(1){
	background:linear-gradient(to bottom left, #e5001e 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #e5001e 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(2){
	background: #d7a700;
}

input:checked+.sdgs-list-item:nth-of-type(2){
	background:linear-gradient(to bottom left, #d7a700 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #d7a700 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(3){
	background: #00973b;
}

input:checked+.sdgs-list-item:nth-of-type(3){
	background:linear-gradient(to bottom left, #00973b 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #00973b 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(4){
	background: #c60f28;
}

input:checked+.sdgs-list-item:nth-of-type(4){
	background:linear-gradient(to bottom left, #c60f28 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #c60f28 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(5){
	background: #e83819;
}

input:checked+.sdgs-list-item:nth-of-type(5){
	background:linear-gradient(to bottom left, #e83819 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #e83819 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(6){
	background: #00a6d9;
}

input:checked+.sdgs-list-item:nth-of-type(6){
	background:linear-gradient(to bottom left, #00a6d9 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #00a6d9 50%, transparent 50%) center right / 50% 100% no-repeat;
}


.sdgs-list-item:nth-of-type(7){
	background: #fabd00;
}

input:checked+.sdgs-list-item:nth-of-type(7){
	background:linear-gradient(to bottom left, #fabd00 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #fabd00 50%, transparent 50%) center right / 50% 100% no-repeat;
}


.sdgs-list-item:nth-of-type(8){
	background: #970b31;
}

input:checked+.sdgs-list-item:nth-of-type(8){
	background:linear-gradient(to bottom left, #970b31 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #970b31 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(9){
	background: #ed6a02;
}

input:checked+.sdgs-list-item:nth-of-type(9){
	background:linear-gradient(to bottom left, #ed6a02 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #ed6a02 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(10){
	background: #dc007a;
}

input:checked+.sdgs-list-item:nth-of-type(10){
	background:linear-gradient(to bottom left, #dc007a 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #dc007a 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(11){
	background: #f5a200;
}

input:checked+.sdgs-list-item:nth-of-type(11){
	background:linear-gradient(to bottom left, #f5a200 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #f5a200 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(12){
	background: #d39200;
}

input:checked+.sdgs-list-item:nth-of-type(12){
	background:linear-gradient(to bottom left, #d39200 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #d39200 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(13){
	background: #427935;
}

input:checked+.sdgs-list-item:nth-of-type(13){
	background:linear-gradient(to bottom left, #427935 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #427935 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(14){
	background: #0076ba;
}

input:checked+.sdgs-list-item:nth-of-type(14){
	background:linear-gradient(to bottom left, #0076ba 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #0076ba 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(15){
	background: #28a838;
}

input:checked+.sdgs-list-item:nth-of-type(15){
	background:linear-gradient(to bottom left, #28a838 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #28a838 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(16){
	background: #004c88;
}

input:checked+.sdgs-list-item:nth-of-type(16){
	background:linear-gradient(to bottom left, #004c88 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #004c88 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-item:nth-of-type(17){
	background: #003067;
}

input:checked+.sdgs-list-item:nth-of-type(17){
	background:linear-gradient(to bottom left, #003067 50%, transparent 50%) center left/ 50% 100% no-repeat,linear-gradient(to bottom right, #003067 50%, transparent 50%) center right / 50% 100% no-repeat;
}

.sdgs-list-wrap {
    margin-top: 50px;
}

.sdgs-outline-icn{
	margin-right: 20px;
}


.sdgs-outline{
	display: flex;
	position: relative;
	background: #fff;
    padding: 50px;
    border: 1px solid #48bec2;
    max-width: 1200px;
	margin: 0 auto 80px;
}

.sdgs-outline-list a{
	display: flex;
    flex-wrap: wrap;	
	color: #333;
    margin-bottom: 10px;	
}

.sdgs-item a{
	color: #e51c62;
}

.item-cat{
	background: #e51c62;
    margin-right: 10px;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
}

.per-cat .item-cat{
    background: #eb6519;
}

.per-cat a{
    color: #eb6519;
}

.env-cat .item-cat{
    background: #41b163;
}

.env-cat a{
    color: #41b163;
}

.hlt-cat .item-cat{
    background: #5db6e7;
}

.hlt-cat a{
    color: #5db6e7;
}

.ref-cat .item-cat{
    background: #3980c2;
}

.ref-cat a{
    color: #3980c2;
}

.hur-cat .item-cat{
    background: #5533a7;
}

.hur-cat a{
    color: #5533a7;
}

.sdgs-back{
	display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #48bec2;
}

@media only screen and (max-width: 767px) {
/*--------------------------------------------------------------------
サブメニュー
--------------------------------------------------------------------*/
.know-list-wrap ul {
	width: 80%;
	padding: 0;
}
.know-list-wrap ul li p .icn-country-01 {
	margin-left: -13px;
}
.know-list-wrap ul li p .icn-pj-01 {
	top: 25px;
	left: 35px!important;
}
.know-list-wrap ul li p .icn-pj-02 {
	top: 10px;
	left: 7px!important;
}
.know-list-wrap ul li p .icn-emergency-02 {
	top: 10px;
}
.know-list-wrap ul li p .icn-emergency-01 {
	top: 10px;
}

/*.know-list-wrap ul li p .icn-sdgs-02 {
	top: 2px;
	right: -10px;
}
.know-list-wrap ul li p .icn-sdgs-01 {
	top: 58px;
	left: 12px;
}*/
.know-list-wrap ul li p .icn-partuner {
    top: 15px;
	}
	
/*SDGs AREA*/
.mosaic-visual {
	max-width: 100%;
	margin-bottom: 24%;
	padding: 25px 15px 60px;
}
.ly-mosaic-area .lead {
	font-size: 1.5rem;
}
.mosaic-peace {
	width: 31%;
}
.mosaic-logo {
	bottom: -90px;
}
.ly-mosaic-area-sub .sdgs-item-box {
	justify-content: flex-start;
	flex-direction: column;
	max-width: 100%;
}
.ly-mosaic-area-sub .h2 {
	padding: 0 10px;
}
.ly-mosaic-area-sub .lead {
	padding: 0 10px;
}
.ly-mosaic-area-sub .sdgs-item-box dl {
	margin-right: 0;
	margin-bottom: 35px;
}
.ly-mosaic-area-sub {
	padding: 55px 0;
}
.ly-mosaic-area-sub .sdgs-item-box-inner {
	max-width: 100%;
}
.ly-mosaic-area-sub .sdgs-item-box-inner p {
	width: 100%;
}
.ly-mosaic-area-sub .sdgs-item-box {
	margin: 0 auto 35px;
}
.ly-mosaic-area-sub .sdgs-item-box-inner::before,  .ly-mosaic-area-sub .sdgs-item-box-inner::after {
	width: 10px;
}
.sdgs-sec.sec02 figure {
	max-width: 100%;
	padding: 25px 20px;
}
}

@media only screen and (max-width: 768px) {
 /*--------------------------------------------------------------------
  ヘッダー画像
--------------------------------------------------------------------*/
   .know-h1 {
    position: relative;
    top: 0;
    height: 150px;
    margin-top: 0px;
    padding-top: 10px;
  }

  .news-h1 {
  position: relative;
  top: 0;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
}  

  .header-h1{
    background-size: cover !important;
  }

  .voice {
  background: url(/wp-content/themes/ichijiki/images/know/bg_voice_header.png) no-repeat -11% 30% / 37% ,url(/wp-content/themes/ichijiki/images/know/bg_voice_header_parts.gif) no-repeat 0 0/100%!important;
  }
  .voice .icn-voice-anime {
    right: 3.5%;
  /*	    right: auto;
      left: 75%;*/
  }
	
		.sdgs-list{
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;		
		max-width: 500px;
	}
	
	.sdgs-list-item{
		width: 19%;
		margin: .5%;
		max-width: 100%;
		height: 70px;
	}
	
	.sdgs-outline{
		flex-direction: column;
		padding: 20px 20px 50px;
		width: 98%;
	}
	
	.sdgs-outline-icn{
		max-width: 120px;
		margin: 0 0 30px;
	}
}
