@charset "utf-8";
ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 1000px;
}
.sp {
    display: none;
}
.mainimage  {
    background-image: url("/Japanese/SDGs/img/mainimage11.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 600px;
}
.mainimage .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    position: relative;
}

.maintext {
    height: 100px;
    position: relative;
    margin-right: 20px;

}

.mainlink {
    position: absolute;
    /* [disabled]left: 80px; */
    bottom: 0;
    top: 260px;
    /*background-color: #0FE3C5; グリーン*/
    /*background-color: #8A5D4F; 薄茶*/
    /*background-color: #442E28; こげ茶x*/
    background-color: #115BE8; /*ブルー　地球儀の色*/
    width: 280px;
    height: 60px;
    color: #FFFFFF;
    border-radius: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    text-align: center;
}

.mainlink:hover {
  opacity: 0.7;
}
.mainlink.pc:hover {
    /*background: url("/Japanese/SDGs/img/mainlink-black.png") no-repeat;*/
    /*background-color: #E3A86E; 薄オレンジ*/
    /*background-color: #37FDFC; 水色*/
    background-color: #DC6B21; /*オレンジ*/
    /*    background-color: #F893CF;*/
    transform: scale(0.95);/*    -webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(0.9,0.9);*/
}
/*a .mainlink pc:hover {
    position: relative;
    color: #000000;
    z-index: 1;

}*/



section {
    position: relative;
    margin-bottom: 60px;
    margin-top: 40px;
}
main {
    margin-bottom: -80px;
}
.link li {
    width: 310px;
    height: 90px;
    background-color: #f6f1d6;
    border-radius: 20px;
    margin-right: 35px;
    margin-top: 30px;
    /*padding-top: 10px;*/
    font-size: 14px;
}
.link a {
    width: 100%;
    height: 100%;
    line-height: 3.6;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    display: block;
}
.link li:nth-child(2) img {
    /* [disabled]padding-top: 18px; */
}
.link a:hover {
    background-color: #EFE6B7;
    padding-top: 3px;
    /* [disabled]padding-bottom: 10px; */
    /*margin-bottom: -10px;*/
}
/*
.link .inner img {
    width: 50%;    
}
*/
.link .inner ul a .pc {
    font-size: 20px;
    color: #000000;
    line-height: 100px;
    font-weight: 600;
}


h2 {
    margin-top: 80px;
    margin-bottom: 30px;
}
.boxarea {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.interview .box {
    position: relative;
    float: left;
    border: 2px solid #92bfbb;
    /* [disabled]margin-right: 20px; */
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 22px 22px 20px 20px;
}
.screen .sensei .box:hover {
  border-color: #7fa6a2;

}

.interview .photo {
    float: left;
    padding: 30px;
}
.interview .photo img {
    border-radius: 50%;
    background-color: #333;
}
.interview .text {
    margin-top: 40px;
    margin-left: 220px;
    color: #333;
    font-size: 14px;
    padding-right: 5px;
}
.interview a {
    color: #333;
}
.interview .interview_title {
    background-color: #92bfbb;
    height: 70px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.interview .interview_title:hover {
  background-color: #7fa6a2;
}
.interview h3 {
    color: #fff;
}
.interview .text h4 {
    font-size: 16px;
}
.interview .text {
    margin-top: 20px;
}


.interview .number img {
    margin-top: 3px;
    margin-left: 3px;
}


.screen {
    position: relative;
}
.slide-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99;
    transform: translateY(-50%);
}
.slide-pg span {
    display: none;
}
/* 試し　崩れ防止*/
.sensei{
  display: none;
}
.sensei.sensei-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
/*#sensei-initialized{ 
	display:none;
}*/

.youtube-box{
	width: 66%;
}

.youtube {
    position: relative;
    padding-top: 56.25%;
    margin: 0;
}
.youtube iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.mos {
    background-color: #f6f1d6;
}
.mos .inner {
    padding: 30px 0;
}
.mos img {
    margin: 10px;
}
.sdgs {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -20px;
}
.sdgs img {
    margin-right: 20px;
    margin-bottom: 20px;
}
.sdgs img:nth-child(6) {
    margin-right: 0px;
}
.sdgs a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.dept {
    background-color: #92bfbb;
}
.dept .boxarea {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.dept .box {
    position: relative;
    background-color: #fff;
    width: 245px;
    height: 200px;
    margin: 45px 0;
}
.dept .box:hover {
  background-color: #EDFCFF;
}


.dept a {
    color: #333;
}
.dept h3 {
    font-size: 14px;
    position: absolute;
    top: 30px;
    left: 20px;
}
.dept p {
    font-size: 11px;
    text-align: right;
    margin-right: 15px;
}
.dept .textarea {
    padding-top: 40px;
}
.dept .box::before{
    content: url(/Japanese/SDGs/img/leaf.png);
    position: absolute;
    top: -1px;
    left: 15px;
}
#message .inner .maintext.pc {
    margin-left: 10px;
    margin-top: -70px;
}

/*
.inner .maintext.pc .pc {
    margin-top: 100px;
}
*/

.inner .maintext.pc img {
    /* [disabled]margin-top: 50px; */
    /* [disabled]margin-left: 210px; */
}
/*.address p a:hover  {
    background-color: #000000;
    color: #FFFFFF;

}*/
#interview .inner .midashi h2 {
    display: inline;
    vertical-align: middle;
}
.inner .midashi .jump {
    display: inline;
    vertical-align: middle;
}
#interview .inner .midashi {
    margin-bottom: 40px;
}
/*
.jump strong a {
    background-color: #92BFBB;
    color: #FFFFFF;
    font-size: large;
}
.jump strong a:hover  {
    background-color: #7FABA2;
    font-size: larger;
}
*/
.jump strong a {
    color: #92BFBB;
    /* [disabled]font-size: 16px; */
    font-weight: bold;
    background: transparent;
    width: 130px;
    height: 32px;
    line-height: 34px;
    border: 2px solid #92BFBB;
    position: absolute;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    transition: .3s;
    /* [disabled]text-align: center; */
    vertical-align: middle;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: 20px;
}
.jump strong a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #92BFBB;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}

.jump strong a:hover {
  color: #fff;
}
.jump strong a:hover::before {
  transform: translateX(10%);
}




.interview .inner h2 a:hover img  {
    transform: rotate(1,1);
    /* [disabled]transform: scale(0.9); */
    /* [disabled]transition: 0.5s; */
}
.link .inner ul li:last-child  {
    margin-right: 0px;
}

.pickup {
    margin-bottom: 120px;
}

.sectitle {
    margin-top: -40px
}

#interview {
    margin-top: 120px;
}

#sdgs {
    margin-top: 120px;
}

#dept {
    margin-top: 120px;
    margin-bottom: 80px;
}

.sensei .number img{
    width: 60px;
    height: 60px;
}


@media screen and (max-width:1040px){
img {
    max-width: 100%;
    height: auto;
}
.inner {
    width: calc(100% - 40px);
}
.link li {
    margin-right: 2%;
}
.interview .box {
    margin-right: 0;
    height: 100%;
}
.interview .photo {
    padding: 10px;
    width: 50%;
}

.interview .text {
    margin-top: 10%;
    margin-left: 51%;
    font-size: 70%;
}
.interview .number img {
    width: 27%;
    height: 27%;
    margin-top: 3px;
    margin-left: 3px;
}
.sec3 figure {
    margin-right: 4%;
    margin-bottom: 4%;
}
.sec4 table, .sec4 p {
    width: 90%;
}
footer a {
    white-space: nowrap;
}

.mos p {
    margin-right: 1%;
}
.screen .sensei .box {
    height: 45vw;
    margin-left: 3px;
    margin-right: 3px;
}

.box a .interview_title {
    padding-left: 5px;
    padding-right: 5px;
}

.box a .interview_title h3 {
    font-size: 90%;
}
.link .inner li a img {
    width: 60%;
    height: auto;

}
    
.link .inner ul a .pc {
    font-size: 120%;
}

    
.inner h1 #hp {
    font-size: 14px;
}






}

@media screen and (max-width:600px){
.youtube-box{
    width: 100%;
} 
.twitter-box{
    width: 100%;
}
.sp {
    display: block;
}
.pc {
    display: none;
}
.inner {
    width: 95%;
    padding: 0;
    /* [disabled]overflow: hidden; */
}
header .inner .banner {
    width: 50vw;
    margin-top: -10px;
}

.mainimage  {
    height: 230px;
}
.mainimage .inner {
    height: 230px;
    position: relative;
}
.mainimage sp {
    height: 230px;
}
.mainimage img:first-child {
    margin: 0;
}
    
.mainimage .maintext {
    position: absolute;
    top: 6em;
    left: 1em;
    width: 50%;
    height: auto;
}
.mainimage .mainlink {
    position: absolute;
    bottom: 4%;
    left: 1%;
    width: 46%;
    height: auto;
    top: 180px;
    font-size: 14px;
    padding-top: 10px;
 }
.mainimage .mainlogo {
    position: absolute;
    bottom: 1em;
    right: 1em;
    width: 35%;
    height: auto;
}
ul {
    display: block
}
.link li {
    width: 100%;
    height: 3em;
    border-radius: 10px;
    margin: 5px 0;
}
.link a {
    line-height: 2;
    border-radius: 10px;
    display: block;
    color: #333;
    font-size: 1.5em;
}
.inner h2 img {
    width: 60%;
}
.box .interview_title h3 {
    /* [disabled]height: 80%; */
    vertical-align: baseline;
    font-size: smaller;
}


.interview .photo {
    width: 45%;
    height: auto;
    /* [disabled]padding: 1%; */
    padding: 1em;
}
.interview .text {
    margin-top: 1em;
    margin-left: 8em;
    color: #333;
    font-size: 13px;
}
.interview .number img {
    margin: 2px 1px;
    width: 3em;
}
.youtube {
    margin-bottom: 3em;
}
.boxarea {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.dept .boxarea {
    justify-content: center;
}
.box {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    height: auto;
}
	
.dept .textarea{
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
.dept .box {
    height: 8em;
    margin: 1em;
}

.dept .box p img {
    width: 30%;
    /* [disabled]height: auto; */
    position: absolute;
    top: -20px;
    right: 10px;
}
#sdgs3 .inner .boxarea.sdgs3 {
    width: 90%;
}

#sdgs .inner .boxarea.sdgs {
    padding: 0;
    margin: 0;
}
.inner h2 img {
    width: 50vw;
    height: auto;
}
.jump strong a {
    margin-left: 10px;
    width: 25%;
}
.screen {
    /* [disabled]height: 100%; */
}

.screen .sensei .box {
    height: 90vw;
}
.slide-btn {
    top: 80%;
}

.sectitle {
   font-size: 70%;     
}




}

/*  20250221追記  */
img.img-hvr:hover {
    opacity: 0.8;
}