<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    line-height: 1.8;
}

section {
display:block;
width:100%;
max-width: 990px;
margin: 0 auto 100px;
padding:0;
padding-top: 85px;
}

footer {
    clear: both;
    padding: 20px 0;
    background-color: #333;
    color: #FFF;
background: linear-gradient(to top, #920783, #440062);
}

footer p.copyright {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 50px;
    line-height: 1;
}

footer a {
    color: #FF9;
    text-decoration: none;
}


#home h1 {
margin: 0;
padding: 0;
text-indent: -9999px;
text-max-width:100%;
height:500px;
background-image: url("../img/title.png");
background-size:contain;
}



section h2 {
text-align: center;
font-size: 200%;
line-height: 2;
font-weight: normal;
margin: 2rem 0 3rem;
}


section h3 {
text-align: center;
font-size: 150%;
line-height: 1.5;
font-weight: normal;
margin: 2rem 0;

background-color:#f2edf5;
padding:1rem;
}

/*
section h3::before {
content:"- ";
}

section h3::after {
content:" -";
}
*/

section#contribution p {
margin:2rem 5rem;
}

.cntimg {
margin:2rem 0 5rem;
}

.cntimg img {
display:block;
margin:0 auto;
}

section#contribution p.caption-c {
text-align: center;
margin-top: 0.5rem;
font-size: 0.9rem;
}


/* approach */


#approach a {
display:block;
width:48%;
min-width: 350px;
height:200px;
border:1px solid #CCC;
margin-bottom:40px;
padding:0;
float:left;
box-sizing:border-box;
line-height:1.4;
text-decoration:none;
background-size:cover;
position: relative;
color: #FFF;
}

#approach a:nth-of-type(even) {
float:right;
}

#approach a:hover {
-webkit-filter: brightness(1.05);
-moz-filter: brightness(1.05);
-o-filter: brightness(1.05);
-ms-filter: brightness(1.05);
filter: brightness(1.05);
}

.apr1 {
background:url("../img/apr1.jpg") center center;
}

.apr2 {
background:url("../img/apr2.jpg") center center;
}

.apr3 {
background:url("../img/apr3.jpg") center center;
}

.apr4 {
background:url("../img/apr4.jpg") center center;
}



#approach a &gt; span {
display:block;
padding:20px;
background-color:rgba(0,0,0,0.5);

}






/* activities */

/*
.grid {
    display: block;
    position: relative;
    width: 330px;
    height: 330px;
    float: left;
    background-color: #10b0b8;
}
*/

.grid {
display:block;
position:relative;
width:330px;
height:330px;
float:left;
background-color:#440062;
}

.grid a {
	color:#FFF;
}

.grid_image {
z-index:0;
display:block;
width:330px;
height:330px;
overflow:hidden;

}

a .grid_image img {
opacity:1;
width:330px;
height:330px;
margin:0 0 0 0;

    /*-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;*/
    transition: 0.3s;

object-fit: cover;
}

a:hover .grid_image img {
opacity:0.6;
width:380px;
height:380px;
margin:-25px 0 0 -25px;
}

.grid_title {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align:center;
	padding:10px 20px;
	background-image:url(../img/title_bg.png);
	width:290px;
}





.grid_date {
	z-index: 2;
display:block;
font-size:80%
}
.grid_text {
	z-index: 2;
display:block;
font-size:120%;
line-height:1.2;
}









/* header */



#title_logo {
float: left;
}

.inner {
/*
width: 980px;
*/
  margin: 0 auto;
  position: relative;
}

.inner:after {
  content:"";
  clear: both;
  display: block;
}

/*--------header-----------*/

#top-head {
/*
  top: -100px;
  margin: 100px auto 0;
  position: absolute;
  padding: 30px 0 0;
*/
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  border-bottom:1px solid #EEE;
}

#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-weight: normal;
    padding:0;
    font-size: 1.5rem;
    height: 45px;
    width:175px;
    margin: 20px;
/*
font-size: 36px;
    */
}

#top-head .logo a {
/*
  position: absolute;
  width: 100%;
*/
    height: 45px;
    width:120px;
}

#top-head .logo a.jamlogo {
    width:45px;
    margin-right:10px;
/*
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.2s ease-out;
    transition: opacity 0.2s ease-out;
*/
}

#top-head .logo a.jamlogo:hover,
#top-head .logo a.jamlogo:active {
/*
    filter: grayscale(0);
    opacity: 1;
    transition: filter 0.2s ease-in;
    transition: opacity 0.2s ease-in;
*/
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 20px;
    top: 10px;
/*
    top: 20px;
font-size: 14px;
*/
}
#global-nav ul li {
    float: left;
    padding:0 ;
/*
border-left: 1px solid #000;
*/
}
#global-nav ul li a {
    padding: 10px 15px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #CA0;
   -webkit-transition: all .1s ease;
   transition: all .1s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#global-nav ul li a.active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------蝗ｺ螳壼喧縺輔ｌ縺溘→縺阪�CSS-----------*/

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    background: #fff;
    background: rgba(255,255,255,.8);
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
}

#top-head.fixed .logo {
  position: relative;
/*    font-size: 24px;
*/
    color: #333;
}

#top-head.fixed .logo a {
  width: 100%;
/*
  position: absolute;
height: 30px;
*/
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 10px 15px;
    padding-bottom: 10px;
}



/*-----------繧ｹ繝槭�縺ｮ繝医げ繝ｫ繝懊ち繝ｳ縺ｮCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*---------gnav sp--------------*/
/*-----------繧ｹ繝槭�-------------*/
@media screen and (max-width: 767px) {

.top_title h1 img {
width:100%;
max-width:400px;
}
.container {
width: 90%;
}


section{
padding-top: 70px;
}

#approach {
float: none;
width: 100%;
}


#contents {
margin-top:70px;
}

    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
#top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        height: 45px;
      margin:15px 20px;
/*
left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
*/
}
    #global-nav {
        position: absolute;
        /* 髢九＞縺ｦ縺ｪ縺�→縺阪�逕ｻ髱｢螟悶↓驟咲ｽｮ */
        top: -1000px;
        background: #000;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 蛻�ｊ譖ｿ縺医い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav 繧ｹ繝ｩ繧､繝峨い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1056px);
        -webkit-transform: translateY(1056px);
        transform: translateY(1056px);
    }
}

/*------------繧ｿ繝悶Ξ繝�ヨ逕ｨ------------------*/

@media screen and (max-width: 1024px) {

section{
padding-top: 70px;
}


#contents {
margin-top:70px;
}
.container {
width: 90%;
}


  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 70px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      height: 45px;
      margin:15px 20px;
/*
left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
*/
}
  #global-nav {
      position: absolute;
      /* 髢九＞縺ｦ縺ｪ縺�→縺阪�逕ｻ髱｢螟悶↓驟咲ｽｮ */
      top: -1000px;
      background: #000;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      padding-left:0;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 13px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 13px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 20px;
  }
  /* #nav-toggle 蛻�ｊ譖ｿ縺医い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav 繧ｹ繝ｩ繧､繝峨い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(1056px);
      -webkit-transform: translateY(1056px);
      transform: translateY(1056px);
  }


}



</pre></body></html>