@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;800&display=swap');
body{
-webkit-print-color-adjust: exact;
color:#000000;
font-family: 'Noto Sans JP',游ゴシック, "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
-webkit-text-size-adjust: 100%;
line-height:1.5em;
text-align:center;
}
html{
  -webkit-font-smoothing: antialiased;
}

/* リンク */
a:link{
color:#000000; /* 色 */
text-decoration:none;
}
a:visited{
color:#000000; /* 色 */
text-decoration:none;
}
a:hover {
color:#000000; /* 色 */
text-decoration:none;
}
a:active {
color:#000000; /* 色 */
text-decoration:none;
}

#wrapper{
  width:100%;
  overflow-x: hidden;
}

.image{
  font-size: 0;
  line-height: 0;
}
.image img{
  max-width: 100%;
  height: auto;
}

/* .image-e
----------------------- */
.image-e img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
.image-e img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
/* .image-z
----------------------- */
.image-z {
  font-size: 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.image-z img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.image-z__hover {
  transform: scale(1);
  transition-property: transform,-webkit-transform;
  transition: 0.1s linear;
}
a:hover .image-z__hover {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.show{display: block !important;}
.hide{display: none !important;}

.headlineTtl{
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.headlineTtl::before{
  content: "";
  display: block;
  background: url("../images/icon_ttl.png") center top no-repeat;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  margin-bottom: 0.1em;
}
@media print, screen and (min-width:768px){
  body{
   font-size:16px;
   min-width:1140px;
  }
  .spVer{
    display: none !important;
  }
  #wrapper{
    padding-top: 110px;
    background: url("../images/bg_fixed.jpg") center bottom no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .headlineTtl{
    font-size: 32px;
  }
  .headlineTtl::before{
    height: 34px;
  }
}

@media screen and (max-width: 767px){
  body{
   font-size:3.4vw;
   line-height: 1.6em;
  }
  .pcVer{
    display: none !important;
  }
  #wrapper{
    overflow-x: hidden;
    padding-top: 24vw;
    background: url("../images/bg_fixed.jpg") center bottom no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: fixed;
  }
  .headlineTtl{
    font-size: 6.4vw;
  }
  .headlineTtl::before{
    height: 7.4vw;
  }
}
/* ========================================================
#headerArea
======================================================== */
#headerArea{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  background-color: #fff;
  height: 110px;
}
#headerArea h1{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-align: left;
  background: url("../images/logo.png") 20px center #3E454B no-repeat;
  -moz-background-size: 375px auto;
  background-size: 375px auto;
  height: 50px;
}
@media screen and (max-width: 767px){
  #headerArea{
    height: 24vw;
  }
  #headerArea h1{
    background: url("../images/logo.png") 4vw center #3E454B no-repeat;
    -moz-background-size: 68.2vw auto;
    background-size: 68.2vw auto;
    height: 13.3vw;
  }
}
/* #headerNav
----------------------- */
#headerNav{
  display: block;
  letter-spacing: -0.3em;
}
#headerNav li{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  margin: 0 18px;
}
#headerNav li a{
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0.8em;
  font-size: 15px;
  width: 180px;
  height: 60px;
}
#headerNav li a::after{
  content: "";
  display: block;
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  border-right:solid 0.1em #000;
  border-bottom:solid 0.1em #000;
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: calc(50% - 0.15em);
  bottom: 1.1em;
  transition-property: border-color,bottom;
  transition: 0.2s linear;
}
#headerNav li a:hover::after{
  border-right:solid 0.1em #2277CC;
  border-bottom:solid 0.1em #2277CC;
  bottom: 0.9em;
}
@media screen and (max-width: 767px){
  #headerNav li{
    margin: 0;
  }
  #headerNav li a{
    font-size: 3.2vw;
    padding: 0.6em;
    width: 33.3vw;
    height: 10.6vw;
  }
  #headerNav li a::after{
    width: 0.4em;
    height: 0.4em;
    border-right:solid 0.1em #2277CC;
    border-bottom:solid 0.1em #2277CC;
    left: calc(50% - 0.2em);
    bottom: 0.6em;
  }
}
/* ========================================================
#mvArea
======================================================== */
#mvArea{
  overflow: hidden;
}
#mvInner{
  position: relative;
  width: 100%;
  height: 40vw;
}
#mvInner::before,
#mvInner::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url("../images/shape_gradation.png") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
#mvInner::before{
  width: 1648px;
  height: 1850px;
  top: -110px;
  left: -1250px;
}
#mvInner p.image{
  position: absolute;
  top: calc(50% - 15vw);
  left: 5vw;
  z-index: 3;
  width: 30vw;
}
#mvInner div.image{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 60vw;
}
#mvCaption{
  color: #fff;
  background-color: #3E454B;
  padding: 30px 0;
}
#mvCaptionInner{
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  font-size: 15px;
  line-height: 1.6em;
}
#mvCaptionInner p:not(:first-of-type){
  margin-top: 0.8em;
}
@media screen and (max-width: 767px){
  #mvInner{
    height: auto;
        display:flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #mvInner::before{
    width: 130vw;
    height: 144vw;
    top: -24vw;
    left: -49.6vw;
  }
  #mvInner::after{
    width: 118vw;
    height: 132.5vw;
    top: 22.6vw;
    right: -69.6vw;
    opacity:.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
  }
  #mvInner p.image{
    position: relative;
    width: 92vw;
    margin: 10.6vw auto;
    top: auto;
    left: auto;
    order: 99;
  }
  #mvInner div.image{
    position: relative;
    width: 100vw;
    left: auto;
    right: 0;
  }
  #mvCaption{
    padding: 6.6vw 4vw;
    position: relative;
    z-index: 3;
  }
  #mvCaptionInner{
    width: auto;
    font-size: 3.2vw;
  }
}
/* ========================================================
#collaborationArea
======================================================== */
#collaborationArea{
  position: relative;
  overflow: hidden;
  padding: 100px 0 100px;
}
#collaborationArea::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url("../images/shape_gradation.png") left bottom no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 685px;
  height: 769px;
  bottom: -1px;
  right: -474px;
}
#collaborationList{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
  margin: 6px auto 0;
  width: 840px;
}
#collaborationList li{
  box-shadow: 0px 0px 6px #00000029;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  width: 240px;
  margin-top: 30px;
}
#collaborationList li a{
  display: block;
}
#collaborationList li a img{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
#collaborationList li a:hover img{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}
#collaborationList li p{
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 767px){
  #collaborationArea{
    padding: 24vw 0 16vw;
  }
  #collaborationArea::after{
    display: none;
  }
  #collaborationList{
    margin: 8vw 4vw 0;
    width: auto;
  }
  #collaborationList li{
    border-radius: 2vw;
    width: 29.3vw;
    margin-top: 4.8vw;
  }
  #collaborationList li div.image img{
    margin: 0 -2vw;
    max-width: calc(100% + 4vw);
  }
  #collaborationList li p{
    font-weight: normal;
    font-size: 2.6vw;
    transform: scale(0.9);
    transform-origin: 50% 50%;
    padding: 0.5em 0;
  }
}
/* ========================================================
#achievementArea
======================================================== */
#achievementArea{
  background: url("../images/bg_achievement.jpg") center bottom #555555 no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  color: #fff;
  padding: 100px 0 100px;
}
#achievementList{
  display: block;
  box-shadow: 0px 0px 6px #00000029;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  margin: 55px auto 0;
  width: 1000px;
  padding: 45px 50px 50px;
}
#achievementList li{
  text-align: left;
  border-bottom: dotted 1px #999999;
  padding: 25px 0;
  font-size: 14px;
}
#achievementList li .date{
  color: #999999;
}
#achievementList li .top {
  align-items: center;
  display: flex;
}
#achievementList li .cate {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 6px;
  text-align: center;
  padding: 5px 10px;
  width: 50px;
}
.cate.-info {
  background: #555;
}
.cate.-achieve {
  background: #6C8BCD;
}
#achievementList li .pdf::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon_pdf.svg") no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  height: 1.5em;
  margin-left: 1em;
  width: 30px;
}
#achievementList li a:hover{
  color: #2277CC;
}
@media screen and (max-width: 767px){
  #achievementArea{
    background: url("../images/bg_achievement.jpg") center bottom #555555 no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    padding: 13.3vw 0 63vw;
  }
  #achievementList{
    border-radius: 4.2vw;
    margin: 13.3vw 4vw 0;
    width: auto;
    padding: 4vw;
  }
  #achievementList li{
    padding: 4vw 0;
    font-size: 3.4vw;
  }
  #achievementList li:last-child{
    border-bottom: none;
  }
  #achievementList li .cate {
    font-size: 2.93vw;
    margin-left: 2.13vw;
    padding: 1.33vw 2.67vw;
    width: 12vw;
  }
  #achievementList li .pdf::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icon_pdf.svg") no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    height: 1em;
    margin-left: 0.5em;
    width: 1.7em;
  }
}
/* ========================================================
#fundArea
======================================================== */
#fundArea{
  padding: 100px 0 30px;
}
#fundInner{
  box-shadow: 0px 0px 6px #00000029;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  width: 1000px;
  padding: 50px 50px 60px;
  border-radius: 20px;
}
#fundInner table{
  width: 100%;
  border-top:dotted 1px #999999;
  text-align: left;
  font-size: 14px;
  margin-top: 40px;
}
#fundInner table tr{
  border-bottom:dotted 1px #999999;
}
#fundInner table th{
  background-color: #F3F3F3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: normal;
  padding: 1.2em 1em;
  width: 240px;
}
#fundInner table th::before,
#fundInner table th::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 3px;
}
#fundInner table th::before{top: 0;}
#fundInner table th::after{bottom: 0;}
#fundInner table td{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2em 1em;
}
#fundInner table td ul li{
  padding-left: 1em;
  text-indent: -1em;
}
#fundInner table td ul li::before{
  content: "・";
  display: inline-block;
  text-indent:0;
}
#fundInner table td ul li:not(:first-of-type){
  margin-top: 0.5em;
}
#fundInner table td ul li *{
  text-indent:0;
  
}
@media screen and (max-width: 767px){
  #fundArea{
    padding: 13.3vw 4vw 21.2vw;
  }
  #fundInner{
    width: auto;
    padding: 8vw 2.6vw;
    border-radius: 5.3vw;
  }
  #fundInner table{
    border-top:none;
    font-size: 3.2vw;
    margin-top: 6vw;
  }
  #fundInner table tr{
    border-bottom:none;
  }
  #fundInner table th,
  #fundInner table td{
    display: block;
    padding: 0.5em 1em;
    width: 100%;
  }
  #fundInner table td{
    padding: 1em;
  }
  #fundInner table th::before,
  #fundInner table th::after{
    display: none;
  }
  #fundInner table td ul li p{
    font-size: 2.9vw;
    line-height: 1.6em;
  }
}

/* fundBtm */
.fundBtm {
  border-top: 1px solid #000;
  margin: 80px auto 0;
  padding-top: 30px;
  max-width: 1000px;
}
.fundBtmLink {
  display: flex;
  justify-content: center;
  gap: 70px;
}
.fundBtmLink a {
  padding-left: .5em;
  position: relative;
}
.fundBtmLink a:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  width: .4em;
  height: .4em;
  border-right: solid 0.1em #000;
  border-bottom: solid 0.1em #000;
  transform: rotate(-45deg);
  transition: 0.2s linear;
  top: calc(50% - 0.2em);
  left: 0;
}
.fundBtmLink a:hover {
  color: #2277CC;
}

@media screen and (max-width: 767px){
  .fundBtm {
    margin: 12vw auto 0;
    padding: 6.4vw 2.67vw 0;
  }
  .fundBtmLink {
    flex-direction: column;
    gap: 2.13vw;
  }
  .fundBtmLink li {
    text-align: left;
  }
}

/* ========================================================
#footerArea
======================================================== */
#footerArea{
  background-color: #3E454B;
  position: relative;
  color: #fff;
  padding: 3.5em;
  font-size: 14px;
}
#footerGotop{
  position: absolute;
  right: 80px;
  top: -110px;
}
#footerGotop a{
  display: block;
  width: 80px;
}
@media screen and (max-width: 767px){
  #footerArea{
    padding: 1em;
    font-size: 3.2vw;
  }
  #footerGotop{
    right: 4vw;
    top: -16.5vw;
  }
  #footerGotop a{
    width: 13.3vw;
  }
}