@charset "UTF-8";
/* -----------------------------------------------------------
	グローバルナビ
----------------------------------------------------------- */
header {
	margin-bottom: 150px;
	z-index: 999;
	position: fixed;
	top: 0;
}
.pt200 {
	padding-top: 200px;
}
nav.pc-nav {
	width: 90%;
	margin-left: 10%;
	background: #fff;
}
nav.pc-nav ul {
	background: #fff;
}
nav.pc-nav li {
	border-right: 1px solid #FC8807;
}
nav.pc-nav li a {
	display: block;
	color: #333;
}
nav.pc-nav li:hover a {
	color: #FC8807;
}
nav.pc-nav li.current a {
	color: #FC8807;
}
nav.pc-nav li.current a:after {
	display: block;
}
nav.pc-nav li:not(.current) span {
	top: -80px;
	right: 0;
	left: 0;
	z-index: -1;
	animation: come-up-anim 0.3s linear;
	opacity: 0;
}
nav.pc-nav span img {
	width: 65px;
}
nav.pc-nav li.current span {
	top: 18px;
	right: 0;
	left: 0;
	z-index: -1;
}
nav.pc-nav li:not(.current):hover span {
	top: 36px;
	animation: come-down-anim 0.4s;
	animation-timing-function: cubic-bezier(0, .88, .39, .91);
}
/*2408 改修時追加*/
@media screen and (min-width:1380px) {
nav.pc-nav li:last-child {
	padding: 0 25px!important;
}
	}
#title h1 .lib{
	padding: 19px 0;
}
a.youtube-link{
   display:block;
   position: relative;
}
.youtube-link:hover {
    opacity: 0.7;
}
.youtube-link img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.youtube-link .youtube-icon img {
    display: block;
    position: absolute;
    top: 42%;
    left: 43%;
    opacity: 0.8;
    width: 32px;
    transition: opacity 0.3s ease 0s;
}
.movie{
    /*width: 100%;*/
    aspect-ratio: 16 / 9;
}
.movie iframe{
    width: 100%;
    height: 100%;
}
/*ここまで*/
@keyframes come-down-anim {
 0% {
 transform: translateY(-70px);
}
 100% {
 transform: translateY(0px);
}
}
@keyframes come-up-anim {
 0% {
 transform: translateY(106px);
}
 100% {
 transform: translateY(0px);
}
}
@media screen and (max-width:992px) {
.pt200 {
	padding-top: 0px;
}
}
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
#title {
	width: 343px;
	top: -140px;
}
#title h1 {
	padding-top: 70px;
	margin-top: 30px;
	background: url("/cocreate/img/common/title_h1.png") no-repeat!important;
	background-size: 100%!important;
	width: 313px!important;
	height: 315px!important;
	color: #333!important;
}
#title h1 strong {
	color: #FC8807!important;
}
#title h1 .title-2lines {
	margin: 0 0 0 10px;
}
#title h1 .title-3lines {
	margin: -15px 0 0 10px;
}
#title h1 .title-print {
	margin: 0 0 0 10px;
}
#title h1 .neko01 {
	display: block;
	background: url("/cocreate/img/common/title_neko01.png") no-repeat;
	background-size: 100%;
	max-width: 351px;
	height: 369px;
	width: 90%;
}
#title h1 .neko02 {
	display: block;
	background: url("/cocreate/img/common/title_neko02.png") no-repeat;
	background-size: 100%;
	max-width: 351px;
	height: 253px;
	width: 90%;
}
#title h1 .neko03 {
	display: block;
	background: url("/cocreate/img/common/title_neko03.png") no-repeat;
	background-size: 100%;
	max-width: 351px;
	height: 305px;
	width: 90%;
}
#title h1 .neko04 {
	display: block;
	background: url("/cocreate/img/print/title.png") no-repeat;
	background-size: 100%;
	max-width: 351px;
	height: 305px;
	width: 90%;
}

@media screen and (max-width:1600px) {
#title {
	top: -80px;
}
}
@media screen and (max-width:992px) {
#title {
	top: 0;
	margin-top: 30px;
}
#title h1 {
	padding-top: 25px;
	background: url("/cocreate/img/common/title_h1.png") no-repeat!important;
	background-size: 100%!important;
	width: 250px!important;
	margin: 30px auto 0 auto;
}
#title h1 .title-2lines {
	margin-top: 30px;
}
#title h1 .title-3lines {
	margin: 10px 0 0 10px;
	font-size: 95%;
}
#title h1 .print {
	margin: 10px 0 0 10px;
}
#title h1 .neko01 {
	max-width: 150px;
}
#title h1 .neko02 {
	max-width: 150px;
}
#title h1 .neko03 {
	max-width: 150px;
}
#title h1 .neko04 {
	max-width: 200px;
}
}
/* -----------------------------------------------------------
	戦略共通
----------------------------------------------------------- */
.titlebox {
	background-color: #FC8807;
	border-radius: 30px;
}
.titlebox h2 {
	font-size: 1.6rem!important;
	margin-bottom: 0!important;
	font-weight: bold;
	color: #fff!important;
}
.titlebox .titneko01 {
	background: url("/cocreate/img/common/footer_neko1.png") no-repeat;
	width: 150px;
	height: 110px;
	top: -75px;
	left: 100px;
}
.titlebox .titneko02 {
	background: url("/cocreate/img/common/footer_neko2.png") no-repeat;
	width: 140px;
	height: 99px;
	top: -75px;
	left: 40%;
}
.titlebox .titneko03 {
	background: url("/cocreate/img/common/footer_neko3.png") no-repeat;
	width: 124px;
	height: 85px;
	top: -73px;
	right: 165px;
}
.titlebox a {
	color: #fff;
}
.titlebox a:visited {
	color: #FEEBD6;
}
.titlebox a:hover {
	color: #eee;
}
.fixedbox {
	background-color: #F3E3B7;
	border-radius: 30px;
	color: #333333;
	padding-top: 80px;
}
.fixedbox h3 {
	background-color: #FC8807;
	font-size: 1.6rem!important;
	margin-bottom: 0!important;
	border: none!important;
	background-image: none!important;
	color: #fff!important;
	margin-top: 0!important;
	min-width: 250px;
	padding: 16px;
	box-sizing: border-box;
}
.topicsbox img.sdgs-icon{
	width: 50px;
	heght: 50px;
}
@media screen and (max-width:400px) {
.fixedbox h3 {
	font-size: 1.5rem!important;
}
}
.fixedbox table {
	border: none;
}
.fixedbox table th {
    color: #333333;
    min-width: 160px;
    background: none;
    text-align: left;
    border: none;
    padding: 0 20px 0 0;
}
.fixedbox table td {
	background: none;
	text-align: left;
	border: none;
	padding: 0;
}
.fixedbox table th:before {
	content: "■";
}
.fixedbox .table-wh {
	border: 1px solid #fc8807;
}
.fixedbox .table-wh tr, .fixedbox .table-wh th, .fixedbox .table-wh td {
	padding: 10px;
	border: 1px solid #fc8807;
	background-color: #fff;
	vertical-align: middle;
}
.fixedbox .table-wh th {
	color: #fc8807;
	min-width: auto;
}
.fixedbox .table-wh th:before {
	content: none;
}
.topicsbox {
	border-radius: 30px;
	color: #333333;
	padding-top: 80px;
}
.topicsbox h3 {
	background-color: #FC8807!important;
	position: static;
	border: none!important;
	background-image: none!important;
	color: #fff!important;
	margin-top: 0!important;
	min-width: 250px;
	padding: 16px;
	box-sizing: border-box;
}
.topicsbox a {
	color: #333;
	text-decoration: underline;
}
.topicsbox a:hover {
	color: #FC8807;
}
.topicsbox a:visited {
	color: #666;
}
.topicsbox .date {
	color: #FC8807;
}
.topicsbox img, .fixedbox img {
	max-width: 100%;
	height: auto;
}
.harf-l img, .half-l img, .harf-r img, .half-r img {
	width: 100%;
	height: auto;
}
.topicsbox img{
	height: auto;
}
@media screen and (max-width:992px) {
.fixedbox table th,  .fixedbox table td {
	display: block;
	width: 100%;
}
.titlebox .titneko01 {
	background: url("/cocreate/img/common/footer_neko1.png") no-repeat;
	width: 150px;
	height: 110px;
	top: -60px;
	left: 0;
	background-size: 80%;
}
.titlebox .titneko02 {
	background: url("/cocreate/img/common/footer_neko2.png") no-repeat;
	width: 140px;
	height: 99px;
	top: -60px;
	right: 10px;
	left: auto;
	background-size: 80%;
}
.titlebox .titneko03 {
	background: url("/cocreate/img/common/footer_neko3.png") no-repeat;
	width: 124px;
	height: 85px;
	top: -59px;
	right: 10px;
	background-size: 80%;
}
}
@media screen and (max-width:768px) {
.topicsbox img, .fixedbox img {
	width: auto;
}
.topicsbox h3 {
    min-width: 150px;
}
}
/*2409月　追加*/
.movie-thumb{
	display: flex;
    flex-wrap: wrap;
}
.thumbnail{
	width: calc(50% - 20px); 
	margin: 0 10px;
}
/* -----------------------------------------------------------
	印刷物と研究発表
----------------------------------------------------------- */
#title h1.print {
	padding-top: 100px;
}
@media screen and (max-width:992px) {
#title h1.print {
	padding-top: 80px;
	margin-top: 50px;
}
}
h2.print {
	width: 183px;
	height: 183px;
	background: #FC8807;
	min-width: 183px;
}
@media screen and (max-width:768px) {
h2.print {
	margin-left: auto;
	margin-right: auto;
}
}
h3.print {
	padding: 0 0 0 0;
	font-size: 1.8rem;
	position: relative;
	height: 1em;
	color: #fff;
	background-image: url("/cocreate/img/common/midashi_line_print.png");
	background-repeat: repeat-x;
	margin-bottom: 32px;
	border: none;
	font-weight: bold;
}
h3.print span {
	position: absolute;
	display: inline-block;
	margin-top: -0.2em;
	margin-left: 0;
	padding: 0em 0.5em 0em 0em;
	background: #5BB36C;
}
.strategy span {
	padding: 5px 12px;
	line-height: 1em;
	color: #fff;
	border-radius: 9999px;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	font-weight: bold;
	min-width:70px;
}
.strategy .s_senryaku1 {
	background: #FFD500;
	color: #333333;
}
.strategy .s_senryaku2 {
	background: #005BAC;
}
.strategy .s_senryaku3 {
	background: #0D8C07;
}
.strategy .s_senryaku4 {
	background: #660099;
}
.strategy .s_senryaku5 {
	background: #33ccff;
	color: #333333;
}
.strategy .s_senryaku6 {
	background: #cc0000;
}
.strategy .s_senryaku7 {
	background: #EC8ABB;
}
.strategy .s_senryaku8 {
	background: #FB8B03;
}
.strategy .s_senryaku9 {
	background: #001233;
}
.strategy .s_common {
	background: #676262;
}
.strategy > span{
	margin-left: 5px;
}
.strategy > span:first-child{
	margin-left: 0px;
}
.print .card img {
	max-width: 235px;
}
h2.study {
	width: 183px;
	height: 183px;
	background: #F3E3B7;
	color: #333333;
}
@media screen and (max-width:768px) {
h2.study, h2.movie {
	margin-left: auto;
	margin-right: auto;
}
}
.study article {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
.study article .strategy {
	margin-top: 8px;
	margin-right: 20px;
	width: 100px;
}
.study article .strategy span{
	 margin-left: 0px;
	 margin-bottom: 5px;
}
@media screen and (max-width:768px) {
.study article {
	display: block;
}
.study article .strategy {
	margin-right: 0;
}
}
h2.movie{
	width: 183px;
	height: 183px;
	background:#e4007f;
	min-width: 183px;
	color: #fff;
}
.mokuji {
	margin-top: 150px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.mokuji div {
	padding: 0 0;
	width: 50%;
}
.mokuji ul {
	border-right: 1px solid #fff;
}
.mokuji h2 {
	max-width: 130px;
	max-height: 130px;
	font-size: 1.5rem;
	min-width: 130px;
}
.mokuji h2 a {
	color: #000;
}
.mokuji .text-white a {
	color: #fff;
}
.mokuji h2 a:hover {
	color: #F6BF26;
}
.mokuji-t {
	margin-top: 250px;
}
.mokuji-t h2 {
	margin: 0 auto;
}
.mokuji-t a {
	color: #fff;
}
.mokuji-t h2 a:hover {
	color: #F6BF26;
}
.mokuji-t ul {
	display: flex;
	flex-wrap: wrap;
}
.mokuji-t ul li {
	width: 50%;
}
@media screen and (max-width:992px) {
.mokuji {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mokuji-t {
	margin-top: 40px;
}
.mokuji h2 {
	max-width: 130px;
	max-height: 130px;
	font-size: 1.5rem;
}
}
/* ウェブページ用 */
.webpagebox h3 {
	margin-top:50px !important;
}
/* 印刷物と研究発表　240522追加 */
.card-body{
    width:100%;
}

/*アンカーリンク対応 240913追加*/
[id*="movie"]:not([id*="-"]){
	margin-top:-100px;
	padding-top:100px;
}