@charset "utf-8";
/* CSS Document */

.main_viual_full {
	background: url("/jpn/company/report/images/keyVisual_bg.jpg") center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 141px 0 231px;
}
/* .main_viual_full .txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -1px;
} */
.page_report_bg {
	background: #f4f6f7;
	padding-bottom: 80px;
}
.report_list {
	position: relative;
	margin-top: -101px;
	background: #fff;
}
.report_list .report_item {
	cursor: pointer;
	border-bottom: 1px solid #c7c7c7;
	transition: all .2s;
}
.report_list .report_item:hover {
	box-shadow: 0 0 8px rgb(0 0 0 / 40%);
}
.report_item .date{
	font-size: 13px;
}
.report_item .info_txt .txt {
	display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 6px 9px 7px 10px;
    line-height: 1;
    margin-bottom: 13px;
    letter-spacing: .75px;
	min-width: 142px;
	text-align: center;
}
.report_item .txt_type01 {
	background: #0abeaa;
}
.report_item .txt_type02 {
	background: #1ba1e6;
}
.report_item .txt_type03 {
	background: #2b6bbb;
}
.report_item .txt_type04 {
	background: #f58200;
}
.report_item .txt_type05 {
	background: #4ab226;
}
.report_item .txt_type06 {
	background: #EB3532;
}
.report_item .txt_type07 {
	background: #ff5c39;
}
.report_item .info_txt h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 7px;
}
.report_item a {
	color: #222222;
}
.report_item a:hover {
	text-decoration: none;
}
.report_item a:hover .info_txt h2 {
	color: #1ba2e6;
}
.report_item .info_txt .txt_list li {
	position: relative;
	line-height: 1.782;
	letter-spacing: 1px;
}
.report_item .info_txt h2 sup {
	font-size: 11px;
	top: 10px;
}
.report_item .info_txt .txt_list li sup {
	font-size: 8px;
	top: 8px;
}
@media print, screen and (min-width: 1200px) {
	.main_viual_full h1 {
		margin-left: 102px;
	}
	.report_item .info_img .date{
		padding-top:2px;
		padding-right: 5px;
		width: 130px;
    	text-align: right;
	}
}
@media print, screen and (min-width: 768px) {
	#main .content.page_report {
		padding-bottom: 75px;
	}
	.main_viual_full h1 {
		margin-left: -20px;
	}
	.report_list .report_item a {
		display: flex;
	}
	.report_list .report_item a{
		padding: 28px 40px 28px;
	}
	.report_item .info_txt {
		flex: 62.2%;
	}
	.report_item .info_img {
		display: flex;
		justify-content: space-between;
		flex: 35.8%;
		padding-top: 3px;
	}
	.report_item .info_txt h2 {
		letter-spacing: 1.5px;
	}
	.report_item .info_img img {
		width: 100%;
	}
	.report_item .info_txt .date {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.main_viual_full {
		padding: 80px 0 120px;
	}
	.main_viual_full .content_inner{
		padding-left: 10px;
	}
	.main_viual_full h1 {
		width: 300px;
		font-size: 32px;
	}
	.main_viual_full .txt {
		font-size: 16px;
	}
	.report_list {
		margin-top: -50px;
	}
	.report_list .report_item a{
		display: block;
		padding: 20px 15px;
	}
	.report_item .info_img {
		margin-top: 15px;
	}
	.report_item .info_img figure {
		text-align: center;
	}
	.report_item .info_img .date {
		display: none;
	}
	.report_item .info_txt h2 {
		font-size: 18px;
	}
	.report_item .info_txt h2 sup {
		top: 8px;
	}
	.report_item .info_txt .txt_list li sup {
		top: 7px;
	}
	.report_item .info_txt .txt {
		margin-bottom: 8px;
		font-size: 12px;
	}
	.report_item .info_txt .date {
		margin-bottom: 5px;
	}
	.report_item .info_txt .txt_list li {
		font-size: 14px;
	}
}

/* Earth Animation Fixed */
#animationEarth {
    position: fixed;
    width: 120px;
    height: 120px;
    margin: auto;
    z-index: 10;
    left: 30px;
    top: 160px;
	transition: all 0.3s;
  animation: floatUpDown 3s ease-in-out infinite;
}
.earth-shadow {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  filter: blur(4px);
  animation: shadowPulse 3s ease-in-out infinite;
  z-index: -1;
}
#animationEarth .earth {
    width: 100%;
    height: 100%;    
  }
  #animationEarth .bg-earth {
    width: 100%;
    height: 100%; 
    /* animation: rotateClockwise 20s linear infinite; */
    background: url(/jpn/company/report/images/earth.png) no-repeat;
    background-size: contain;
	
  }
  #animationEarth .earth .txt{
	width: 105px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }
  #animationEarth .earth .txt img{
	max-width: 100%;
  }

  #animationEarth .three {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 30px;
  }

  #animationEarth .line {
    width: 4px;
    height: 15px;
    background-color: #75a92d;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0);
  }
 
  #animationEarth .leaf-wrapper {
    position: absolute;
    top: -13px;
    width: 1px;
    height: 20px;
    overflow: visible;
}
  #animationEarth:hover .leaf-wrapper.left{
   scale: 1.1;
   transition: 1s; 
  }
  #animationEarth:hover .leaf-wrapper.right {
   scale: 1.1;
   transition: 1s; 
  }
  #animationEarth:hover{
	animation-play-state: paused; 
  } 
  #animationEarth .leaf-wrapper.right {
    left: 0;
    scale: 1;
    transition: 0.5s;
  }
  #animationEarth .leaf-wrapper.left {
    right: -1px;
    scale: 1;
    transition: 0.5s;
  }
  
  #animationEarth .leaf-wrapper.right .leaf-inner {
	width: 30px;
    height: 25px;
    transform-origin: left center;
    background: url(/jpn/company/report/images/leaf01.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: swayRightOnly 6s ease-in-out infinite;
    animation-delay: 0.5s;
  }
  
  #animationEarth .leaf-wrapper.left .leaf-inner {
    width: 30px;
    height: 23px; 
    transform: rotate(180deg);
    transform-origin: left center;
    background: url(/jpn/company/report/images/leaf02.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: swayLeftOnly 6s ease-in-out infinite;
    animation-delay: 0.5s;
  }
  
  #animationEarth:hover .leaf-wrapper.right .leaf-inner{
    animation: swayRightOnlyHover 2s ease-in-out infinite;
    animation-delay: 0s, 0.5s;
   }
   #animationEarth:hover .leaf-wrapper.left .leaf-inner { 
    animation: swayLeftOnlyHover 2s ease-in-out infinite;
    animation-delay: 0s, 0.5s;
  } 
  #animationEarth .txt_note{
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 3px;
    width: 50px;
    right: 0;
    transform: translate(50%, -27%);
  }
  #animationEarth .txt_note img{
    max-width: 100%;
  }
  @keyframes swayRightOnlyHover {
    0%, 100% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(-5deg);
    }
  }

  @keyframes swayLeftOnlyHover {
    0%, 100%{
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(185deg);
    }
  }
  @keyframes swayRightOnly {
    0%, 29.9%, 60.1%, 100% {
      transform: rotate(0deg);
    }
    45% {
      transform: rotate(-15deg);
    }
  }
  
  @keyframes swayLeftOnly {
    0%, 29.9%, 60.1%, 100% {
      transform: rotate(180deg);
    }
    45% {
      transform: rotate(195deg);
    }
  }
  

  @keyframes rotateClockwise {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes floatUpDown {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-5px); 
    }
  }
  /* @media screen and (max-width: 767px) {
    #animationEarth {
      position: fixed;
      width: 120px;
      height: 120px;
      margin: auto;
      z-index: 10;
      left: auto;
      top: auto;
      right: 0;
      bottom: 40px; 
    }
    @keyframes floatUpDown {
      0%, 100% {
        transform: translateY(0px) scale(0.5);
      }
      50% {
        transform: translateY(-5px) scale(0.5); 
      }
    }
  } */
/* Earth Animation Fixed End */