@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

.wbr {
  word-break: keep-all;
}
#main-contents {
  padding-bottom: 0;
  background: #fff;
  letter-spacing: 0.08em;
}
.load {
  display: none;
}
#main-contents .center {
  width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
#main-contents .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  align-items: flex-start;
}
#main-contents .inblock {
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.15);
}
#main-contents .originalBg {
  background: #ffe538;
}
#main-contents h2.ttl {
  margin-bottom: 40px;
  text-align: center;
}
#main-contents h2.ttl span {
  color: #fffd35;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125em;
}
#main-contents h2.ttl.blk span {
  color: #cd0806;
}
#main-contents h2.ttl strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
}
#main-contents h2.ttl.blk strong {
  color: #000;
}


/* mainvisual */
#main-contents.under .mainvisual {
  background: url("../../img/main_c_under.jpg") no-repeat center top;
  height: 380px;
}
#main-contents.under .mainvisual .center {
  padding: 98px 0 0;
}
#main-contents.under .mainvisual .ttl {
  width: 705px;
  margin: 0 auto;
}
#main-contents.under .mainvisual .ttl a {
  display: block;
  height: 130px;
  font-size: 0;
}


/* navigation */
#main-contents .mbase-nav {
  width: 780px;
  margin: -45px auto 0;
}
#main-contents .mbase-nav ul {
  padding: 15px;
  border-radius: 30px;
  background: #ed6f00;
  text-align: center;
  box-shadow:0px 4px 0px 0px rgba(0,0,0,0.15);
}
#main-contents .mbase-nav ul li {
  display: inline-block;
  width: 230px;
  padding: 5px 0;
  border-right: 2px #ffd169 dotted;
}
#main-contents .mbase-nav ul li:last-child {
  border-right: 0;
}
#main-contents .mbase-nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
}
#main-contents .mbase-nav ul li a br {
  display: none;
}


/* charity */
#main-contents #charity .center {
  padding: 70px 0 40px;
}
#main-contents #charity .underMenu {
  justify-content: center;
  gap: 10px;
}
#main-contents #charity .underMenu li {
  width: 300px;
  height: 60px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
#main-contents #charity .underMenu li a {
  display: block;
  position: relative;
  height: 100%;
  line-height: 1.4;
  background: #56bbfb;
  color: #fff;
  text-align: center;
}
#main-contents #charity .underMenu li a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}


/* common-container */
#main-contents .common-container .center {
  padding: 40px 0 70px;
}
#main-contents .common-container .inblock {
  padding: 40px;
}
#main-contents .common-container .inner-section {
  margin-bottom: 60px;
}
#main-contents .common-container .ttl-h3 {
  background: #ed6f00;
}
#main-contents .common-container .ttl-h4:before {
  border-left: 5px #ed6f00 solid;
  border-right: 5px #d70c19 solid;
}
#main-contents .common-container .common-text {
  padding: 0 20px;
}
#main-contents .common-container .box-bg {
  margin-top: 20px;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.15);
}
#main-contents .common-container .list-text {
  margin-top: 20px;
}
#main-contents .common-container .list-text > li {
  font-weight: 400;
  font-size: 1em;
}
#main-contents .common-container  .list-text > li:before {
  background: #ed6f00;
}
#main-contents .common-container  a {
  color: #ed6f00;
  text-decoration: underline;
}

/* report */
#main-contents #report .flex{
  align-items: stretch;
}
#main-contents #report .block {
  display: block;
  width:290px !important;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
#main-contents #report .trim {
  padding-top: 190px;
}
#main-contents #report .trim.wide img {
  width: 100%;
  height: auto;
}
#main-contents #report .ttl-group {
  padding: 15px;
}
#main-contents #report .ttl-group .date {
  color: #9e9e9e;
}
#main-contents #report .ttl-group .ttl {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 1em;
  text-align: justify;
}
#main-contents #report .more-btn {
  margin-top: 40px;
  background: #000;
  color: #fff;
}


/* banner area */
#main-contents .white {
  background: #fff;
}
#main-contents .white .center {
  padding: 50px 0;
}
#main-contents .bnrArea li {
  border-radius: 4px;
  background: #fff;
  box-shadow:6px 6px 0px 0px rgba(0,0,0,0.15);
  overflow: hidden;
}
#main-contents .bnrAreaMini {
  justify-content: center;
}
#main-contents .bnrAreaMini li {
  width: 450px;
}
#main-contents .bnrAreaMini li:nth-child(odd) { margin-right: 20px; }
#main-contents .bnrAreaMini li:last-child { margin-right: 0; }
#main-contents .bnrArea li a {
  display: block;
}


/* prgPoint */
#main-contents .programBg {
  background: #f4f2f0;
}
#main-contents .prgPoint .center {
  max-width: 1000px;
  width: 90%;
}
#main-contents .prgPoint .flex {
  align-items: stretch;
}
#main-contents .more-btn {
  background: #ffcf31;
  color: #000;
}

/* recommend program */
#main-contents .rcmndProgram.center{
  max-width: 1000px;
  width: 90%;
  padding-bottom: 150px;
}


@media all and (max-width: 812px) {
  #main-contents {
    padding: 0;
  }

  #main-contents .center {
    width: 85%;
    padding: 70px 0;
  }
  #main-contents h2.ttl strong {
    font-size: 34px;
  }
  .block-list .flex {
    display: block;
  }



  /* mainvisual */
  #main-contents.under .mainvisual {
    background: url("../../img/main_c_under_sp.jpg") no-repeat center top / 100% auto;
    height: 49.26vw;
  }
  #main-contents.under .mainvisual .center {
    width: 100%;
    padding: 2.6vw 0 0 0;
  }
  #main-contents.under .mainvisual .ttl {
    width: 57.2%;
    height: 34.4vw;
  }


  /* navigation */
  #main-contents .mbase-nav {
    width: 90%;
    margin: -12vw auto 0;
  }
  #main-contents.under .mbase-nav {
    margin: -11vw auto 0;
  }
  #main-contents .mbase-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.9vw 0;
    border-radius: 8vw;
  }
  #main-contents .mbase-nav ul li {
    width: auto;
    padding: 0 4vw;
  }
  #main-contents .mbase-nav ul li a {
    line-height: 1.5;
    font-size: 3.3vw;
  }
  #main-contents .mbase-nav ul li a br {
    display: block;
  }  

    
    
  /* charity */
  #main-contents #charity .center {
    padding: 12vw 0 5vw;
  }
  #main-contents #charity .underMenu {
    gap: 2vw 2%;
  }
  #main-contents #charity .underMenu li {
    width: 49%;
    height: 60px;
  }
    

  /* common-container */
  #main-contents .common-container .center {
    padding: 5vw 0 12vw;
  }
  #main-contents .common-container .inblock {
    padding: 5%;
  }
  #main-contents .common-container .inner-section {
    margin-bottom: 12%;
  }

  #main-contents .common-container .common-text {
    padding: 0 3%;
  }
  #main-contents .common-container .box-bg {
    margin-top: 20px;
  }
    

  /* report */
  #main-contents #report .ttl-group {
    padding: 5%;
  }
  #main-contents #report .more-btn {
    margin-top: 40px;
  }
    
    
  /* bnrArea */
  #main-contents .bnrAreaMini li {
    width: 100%;
  }
  #main-contents .bnrAreaMini li:nth-child(odd) { margin-right: 0; }
    

  /* prgPoint */
  #main-contents .prgPoint .center {
    width: 90%;
  }
}



@media all and (max-width: 568px) {
  #main-contents .center {
    width: 90%;
    padding: 12vw 0;
  }
  #main-contents h2.ttl {
    margin-bottom: 6vw;
  }
  #main-contents h2.ttl span {
    font-size: 4vw;
  }
  #main-contents h2.ttl strong {
    margin-top: 2.6vw;
    font-size: 6vw;
  }


  /* navigation */ 
  #main-contents .mbase-nav ul {
    padding: 2.9vw 0;
    border-radius: 8vw;
  }
  #main-contents .mbase-nav ul li {
    padding: 0 3vw;
  }
  #main-contents .mbase-nav ul li a {
    font-size: 3.5vw;
    letter-spacing: 0.03em;
  }

    
  /* charity */
  #main-contents #charity .underMenu li {
    height: 14vw;
  }
  #main-contents #charity .underMenu li a span {
    padding: 0 7%;
    font-size: 3.5vw;
  }
  #main-contents #charity .underMenu li a span br {
    display: none;
  }
  
    
  /* report */
  #main-contents #report .ttl-group .ttl {
    font-size: 0.875em;
  }
  #main-contents #report .ttl-group .date {
    font-size: 0.875em;
  }
  #main-contents #report .more-btn {
    margin-top: 30px;
  }


  #main-contents .white .center {
    padding: 8vw 0;
  }



  /* rcmndProgram */
  #main-contents .rcmndProgram.center {
    padding-bottom: 100px;
  }  
}



























