@charset "utf-8";
body {
    min-width: 1200px;
    /*min-width: 100%;*/
    overflow-x: hidden;
}

.subpage-inner {
    margin: 0 auto;
    width: 1200px;
}

#top {
    /*overflow: hidden;*/
}

/*　追加～　*/
.subpage-inner p{
    line-height: 2;
}

/* ハンバーガーメニューが表示されない問題 
.main_imgBox{
    position: relative;
    z-index: 1;
}
*/

/*header{
    position: relative;
    z-index: 10;    
}


nav{
    position: fixed;
    z-index: 12;    

}
*/


/*img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;   
  image-rendering: pixelated;  
}*/

/*.mainimage {
    height: 450px;
    background-image: url("/Japanese/SDGs/img/shioji-topimage1-pc.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;*/
    /* [disabled]margin-top: 60px; */
/*}*/
/*.mainimage .inner h2 {
  font-size: 65px;
  position: absolute;
  bottom: 0px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 130px;
}*/
/*.mainimage .main_imgBox .inner h2 {
  font-size: 65px;
  position: absolute;
  bottom: 0px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 130px;
}
*/

/* 写真　ふわっと切り替え*/
/* --- 全体のBOX定義 ---------------------------------------- */
.main_imgBox {
  position   : relative;
  max-width  : 100%;
  height     : 450px;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.main_imgBox .main_img {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
    background-size: cover;
  animation  : bgAnime 40s 0s infinite;    /*4画像 × 各10s = 40s */
  /*animation  : bgAnime 20s 0s infinite;    2画像 × 各10s = 20s */

}


/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.main_imgBox .src1 {
  background-image : url("/Japanese/SDGs/img/ocean-topimage1-pc-min-min.jpg");   /* 背景の画像を指定 海 */
}
.main_imgBox .src2 {
  background-image : url("/Japanese/SDGs/img/ocean-topimage2-pc-min-min.jpg");   /* 背景の画像を指定 海*/
  animation-delay  : 20s;
}
/*.main_imgBox .src3 {
  background-image : url("/Japanese/SDGs/img/shioji-topimage3-pc.jpg");    背景の画像を指定　 */
/*  animation-delay  : 20s;
}*/
/*.main_imgBox .src4 {
  background-image : url("/Japanese/SDGs/img/shioji-topimage4-pc.jpg");    背景の画像を指定　 */
/*  animation-delay  : 30s;
}*/

@keyframes bgAnime {
   0% { opacity: 0; }
   10% { opacity: 1; }
  50% { opacity: 1; }
  90% { 
      opacity: 0;
      transform: scale(1.2) ;
      z-index:2;
}
 100% { opacity: 0; }
}

/* 10秒×4枚
@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { 
      opacity: 0;
      transform: scale(1.2) ;
      z-index:2;
}
 100% { opacity: 0; }
}
*/


/* --- 前面の文字定義 ----- */
.main_imgBox .logo{
    position   : absolute;
    display    : inline-block;
    /*padding    : 10px;*/
    /*background : rgba(0, 127, 255, 0.7);           半透明の青 */
    /*background-color: rgba(216,232,247,0.05);*/
    background-blend-mode: lighten;
    color      : #fff;
    /* top        : 30%;  */                             /* 中央寄せ */
 /* left       : 50%;  
  transform  : translate(-50%,-50%);*/
    z-index    : 6;
    font-size: 50px;
    margin-top: 250px;
    /*margin-left: 20%;*/
    text-shadow: 2px 1px #000;
}

/* 写真　ふわっと切り替え　ここまで*/





.link {
    background-color: #92bfbb;
    border-radius: 20px;
    margin: 20px 0;
    width: 500px;
    height: 50px;
    position: relative;
/*    margin: 0 auto;*/
    padding-top: 12px;
}
.link:after {
    content: ">";
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 17px;
    right: 70px;
}
.link a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    width: calc( 100% - 20px );
    height: 100%;
    line-height: 2;
    padding-left: 20px;
}

.link:hover{
    background-color: #7FA6A2;
    
}

.link-douga {
    background-color: #92bfbb;
    border-radius: 20px;
    margin: 20px 0;
    width: 350px;
    position: relative;
}
.link-douga:after {
    content: ">";
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 10px;
}
.link-douga a {
   display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: calc( 100% - 20px );
  height: 100%;
  line-height: 2;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
}

.link-douga:hover{
    background-color: #7FA6A2;
    
}

.goal3-outer a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

/*body {
  min-width: 1040px;
}*/




.all{
    overflow: hidden;
}



/*　リード文　*/
.inner #lead{
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}


section{
    margin-top: 150px;
    margin-bottom: 30px;
}

/*#sentence-3{
    margin-top: 70px;
}*/

.subpage-inner h2{
    font-size: xx-large;
}

.komoku{
    width: 250px;
    height: auto;
    background-color: #00B0F0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: large;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.imi{
    margin-left: 50px;
    margin-bottom: 20px;
    /*text-shadow: 2px 2px #FFFFFF; */   /*font-size: larger;*/
    /*font-weight: bold;*/
}

/*#sentence-3{*/
.backg{
/*    background-image: url(/Japanese/opencampus2021/background-ocean.jpg);*/
    background-image: url("/Japanese/SDGs/img/background-ocean2.jpg");
    background-size: cover;
    background-position: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 50px;
    z-index: -1;
    position: relative;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
}

/*#sentence-3.inner{
    position: absolute;    
}
*/

/*　見出しの飾り大きく　*/
.design-pick::before {
    height: 100px!important;               /* 高さ指定 */
    width: 100px!important;                /* 幅指定 */
    /*border-radius: 50px;*/
    transform: translate(-50px,-50px)    
}


.project{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.project .item{
    font-size: larger;
    margin-top: 50px;
    margin-left: 30px;
    clear: both;
}

.project img{
    border-radius: 20px;    
}

.number-ocean img{
    border-radius: 0px;    
}

.project h2{
    font-size: x-large;
}

.project .imgphoto{
    /*width: 564px;
    height: 390px;*/
    border-radius: 20px;
    background-color: #92BFBB; /*ベージュ#EDEFD4*/
    padding: 5px;
}

.project .imgphoto img{
    margin-top: 0; 
}


/* 試し */
.open-btn a p{
  color: #92BFBB;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  width: 130px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 2px solid #92BFBB;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
}
.open-btn a p::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;
}
.open-btn a p:hover {
  color: #fff;
}
.open-btn a p:hover::before {
  transform: translateX(10%);
}
/* OPENボタン  ここまで　*/

.number-ocean {
    padding-top: 0px;
    margin-top: -30px;
    margin-bottom: 20px;
}

.number-ocean a:hover img {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.5);
    transform: translateY(-5px);
}

/* プロジェクトページ */
.pj-in{
    margin: 0 auto;
    width: 1000px;
}

/* 画像の上に乗せるパターン */
.pj-in .item-img {
    position: relative;
    width: 1000px;
    /*height: 500px;*/
}
.pj-in .item-img img{
    object-fit: cover;
}
.pj-in .item-img .number    {
    position: absolute;
    right: 30px;
    top: 30px;
    bottom: auto;
}
.pj-in .item-img .number2  {
    position: absolute;
    top: 130px;
    right: 30px;
    bottom: auto;
    margin-top: 30px;
}


.pj-in .item-img .pc {
    position: absolute;
    left: 30px;
    color: #FCFCFC;
    bottom: 10%;
    font-size: large;
    text-shadow: 2px 2px #000000;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    /* [disabled]border-radius: 10px; */
}
/* 画像の上に乗せるパターン 　ここまで？*/

.pj-in .number ul {
    list-style-type: none;
     display: flex;
    justify-content: flex-end;
}
.pj-in .number li {
    margin-left: 5px;
}

.pj-in .number a:hover img {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.5);
    transform: translateY(-5px);
}

.pj-in img{
    border-radius: 0px;    
}

.pj-inner h2{
    position: relative;
    padding: 1rem .5rem;    
}
.pj-inner h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.pj-inner{
    margin-top: 50px;
    margin-bottom: 150px;
}

.pj-inner .inner{
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 2rem;
/*    padding-top: 50px;*/
}

li {
    list-style-type: none;
}
.ten li::before {
    content: '● ';
    color: #92BFBB;
    text-indent: 30px;
}

.yajirushi ul li:before {
    content: url("/Japanese/SDGs/img/icon_yajirushi-right-blue.png");
    /*position: absolute;*/
    left : 0.5em; /*左端からのアイコンまでの距離*/
    vertical-align: middle;
    display: inline-block;
    transform: translate(-10px, 0) scale(0.5);
    position: relative;
}

/* .pj-inner以外でも */
.inner ul li{
    padding-left: 1.5rem;
    text-indent: -1.3rem;
}

.pj-inner .inner p{
    padding-top: 20px;
}

/* 見だしデザイン */
.design-title {
  padding: 1rem 2rem;
  color: #fff;
  background: #158AA8; /*#094  */
  -webkit-box-shadow: 5px 5px 0 #92BFBB; /*#007032*/
  box-shadow: 5px 5px 0 #92BFBB;
}
.design-title{
    font-size: 0; /* 上の空白を削除 */
}
.design-title h2{
    text-align: center;
/*    margin-bottom: 30px;*/
}

.mokuji{
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1;
    font-size: large;
    border: medium double #158AA8;
    padding: 10px;
    width: 800px;
}

.mokuji li a:hover {
    background-color: #3AABD2; /*緑　#92BFBB*/
    color: #FFFFFF;
    text-shadow: 1px 0px #646464;
    /* [disabled]font-size: larger; */
    /*font-style: oblique;*/
    font-weight : bold;
    /*position: relative;*/
    left: 0;
    top: 0;
}


.pj-in h2{
    font-size: xxx-large;
}

.pj-in h3{
    font-size: x-large;    
}

/* プロジェクト見出しh2　デザイン */
.pj-in h2 {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.5rem 0.1rem 150px;
  border-top: 3px solid #158AA8;
}

.pj-in h2:before {
  position: absolute;
  top: -150%;
  left: -80px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #158AA8;
}

.pj-in h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  /*padding-top: 3px;*/
  padding-left: 16px;
  color: #fff;
}

.kadomaru img{
    border-radius: 20px;    
}

.item-img{
    /*width: 564px;
    height: 390px;*/
    border-radius: 20px;
    /*background-color: #92BFBB; */
    padding: 3px;
    background: linear-gradient(to right, #92BFBB 100%, #fff 100%);
    /*background: linear-gradient(to right, #92BFBB 0%, #fff 100%); 枠グラデーション*/
}

.item-img img{
    margin-top: 0;
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.design-pick a{
    position: relative;
}

.design-pick h2 p{
    font-size: 20px;
}

.sectitle{
    display: flex;
    /*transform: translate(-10px -50px);*/
}


/* 7つの海　折り畳み式 */
/*全体*/
.hidden_box {
    margin: 1.5em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    /*    padding: 15px;
    font-weight: bold;
    border: solid 2px black;*/
    cursor : pointer;
    width: 250px;
    /*height: auto;*/
    background-color: #158AA8;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    /*margin-top: 10px;*/
    font-size: large;
    color: #FFFFFF;
    margin-bottom: -30px;
    display: block;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #00B0F0; /*グレー#efefef*/
    /*color: #000000;*/
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
     overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 40px 0;
    /*height: auto;*/
    opacity: 1;
}
/*三角矢印*/
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  /*border-bottom: 0;*/
/*    margin-left: 20%;*/
    position: absolute;
    transform: translateX(250px);
}

.link-a{
    padding-top: 20px;
}

.picbox{
    display: flex;
    width: 1000px;
    margin-top: 50px;
    /*margin-bottom: 50px;*/
}
.picbox01{
    display: flex;
    width: 500px;
    flex-direction: column;
    flex-wrap: wrap;
    /*height: 700px;*/
    position: relative; /* 写真を親 */

}
.picbox01 img{
    width: 500px;
    margin: 0;
    height: 350px;
    object-fit: cover;
}
.picbox02{
    display: flex;
    width: 500px;
    position: relative; /* 写真を親 */
}
.picbox02 img{
    width: 500px;
    margin: 0;
    height: 700px;
    object-fit: cover;

}

.pic-cap p{
    position: absolute;
    /*top:50%;
    left:50%;*/
    transform: translate(10%,-120%);
    padding:0;
    margin:0;
    /*font-size:20px;*/
    color: #fff;
}
.pic-cap2 p{
    position: absolute;
    right: -25%;
    /*transform: translate(-110%,640px);*/
    transform: translate(-110%,1230%);
    padding: 0;
    margin: 0;
    color: #fff;
}

#sentence-5{
    margin-bottom: 150px;
}

.style-moji{
    background-color: #158AA8;
    padding: 3px 5px;
    color: #FFFFFF;
    border-radius: 5px;
}

@media screen and (max-width:1040px){
/*@media screen and (max-width:800px){*/

.backg{
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
}
   
.subpage-inner {
    width: 100%;
}
    
.pic-cap2 p{
    width: 200px;
    transform: translate(-75%,1220%);
}

/*.pj-in h2 span{
    height: 80px;
    font-size: 3rem;
}   
*/
    
}

@media screen and (max-width:600px){
body {
    min-width: initial;
  }
    
             

    
/*.mainimage {
  height: 230px;
  background-image: url("/Japanese/SDGs/img/ocean-topimage1-pc-min.jpg");
}*/
.mainimage .inner {
  height: 230px;
  position: relative;
}
.mainimage .inner h2 {
    /*display: block;*/
    position: absolute;
    bottom: 30px;
    font-size: 110%;
    /*margin-left: 0px;*/
    left: 20px;
    text-shadow: 2px 0px #000000;
}

.main_imgBox {
  height     : 230px;
}

.main_imgBox .logo{
    margin-top: 190px;
    width: 100%;
    font-size: 140%;
}

.main_imgBox .logo p{
    margin-left: 5%;
    font-size: 80%;
}

    
img {
    height: auto;
    width: 100%;
    max-width: 100%;

}

.inner{
    width: 100% !important;
}

.project{
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.project .item{
    font-size: 100%;
}
    
.backg{
    margin: 0 calc(50% - 50vw);
}

.number-ocean img{
    width: 20%;        
}

  
.pj-in{
    width: 100%;
        max-width: 100%;
    margin: 0 auto;
    /* [disabled]width: 100% !important; */
}

.pj-in h2 {
  padding: 1rem 1rem 1rem 120px;
    font-size: x-large;
}

.pj-in h3{
    /* [disabled]width: 100%; */
    font-size: large;
}
    
.pj-in .number ul {
    justify-content: start;
    height: 68px;
    /*width: 250px;*/
}

.pj-in .number img{
    width: 70%;        
}
    
.pj-in .number li{
    margin-left: 0;
}

    
.mokuji{
    margin-left: 0;
    /*font-size: large;*/
    width: 92%;
}

.mokuji a{
    margin-left: -30px;
}
.mokuji .nolink{
    margin-left: -15px;
}
    
/*    
.mokuji li{
    padding-left: 2.5rem;
    text-indent: -1.6rem;*/
    /*line-height: 0px;*/
/*}
*/    
.yajirushi ul li:before {
    left : 0; /*左端からのアイコンまでの距離*/
}

.item-img{
    width: 100%;
    max-width: 100%;
    height: auto;
    right: 3px;
}    

.design-title h2{
    font-size: 28px;
}
    
.mokuji ul{
    padding-bottom: 10px;        
}
.mokuji li{
    /*line-height: 1px;*/
    text-indent: -1.5rem!important;
    padding-left: 2rem!important;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*
.mokuji .indent{
    padding-left: 1em;
}
*/

.mokuji{
    font-size: 16px;
}
    
.item-img img{
    height: 80%;

}

.picbox{
    display: block;
    width: 90%;
}
/*
.picbox img{
    width: 59%;
    height: auto;
}
*/
.picbox01{
    display: block;
    width: 100%;
}
.picbox01 img{
    width: 100%;
    height: auto;
}

.picbox02{
    display: block;
    width: 100%;
}
.picbox02 img{
    width: 100%;
    height: auto;
}
.pic-cap2 p{
    transform: translate(10%,-120%);
    left: -3%;
}

.hidden_box .hidden_show {
    overflow: visible;
}

/*
.pj-inner .inner ul{
    height: 0;
    width: 0;
}
*/
.inner .number ul li{
    padding-left: 0;
    text-indent: 0;
}

.pj-in h2 span{
    height: 80px;
    font-size: 3rem;
}   

    
}
