@charset "UTF-8";
/* report
========================================================================== */


/* PC common
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .pc_none{
  display: none !important;
  }
}


/* SP common
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp_none{
  display: none !important;
  }
}


/* report img
----------------------------------------------------------- */
.c-pagetitle.-report {
  background: url(/assets/img/takao100pj/common/bg_wave-white.svg) repeat-x left bottom/960px 66px, url(/assets/img/takao100pj/report/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-report {
    background-size: 523px 36px, cover;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-report {
    background-size: 378px 26px, cover;
  }
}

.c-pagetitle.-report .c-pagetitle__image.-left {
  width: 600px;
  left: 0;
  bottom: 0;
  transform: translate(-37%, 61%);
}

@media (max-width: 1439px) {
  .c-pagetitle.-report .c-pagetitle__image.-left {
    width: 440px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-report .c-pagetitle__image.-left {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-report .c-pagetitle__image.-left {
    width: 200px;
  }
}

.c-pagetitle.-report .c-pagetitle__image.-right {
  width: 520px;
  right: 0;
  bottom: 0;
  transform: translate(42%, 74%);
}

@media (max-width: 1439px) {
  .c-pagetitle.-report .c-pagetitle__image.-right {
    width: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-report .c-pagetitle__image.-right {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-report .c-pagetitle__image.-right {
    width: 187px;
  }
}


/* report header
----------------------------------------------------------- */
.report-header .l-header__main{
  padding: 0;
}
.report-header .l-header__logo {
  top: 0;
  width: 230px;
}
.report-header .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 0 auto;
  height: 72px;
  border-radius: 0 0 20px 20px;
  background: #15883E;
  color: #fff;
  padding: 0 32px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}
.report-header .l-header__inner a.l-header-gnav__item {
  color: #fff;
  white-space: nowrap;
}
.report-header .l-header__inner a.l-header-gnav__item:hover,
.report-header .l-header__inner a.l-header-gnav__item.-current {
  color: #FFF956;
}

/* pc-------------------*/
@media print, screen and (min-width: 1024px) {
  .l-header-gnav__list {
    display: flex;
    justify-content: center;
  }
  .l-header-gnav__list {
    width: 76%;
  }
  /* hover */
  .l-header-gnav__item:hover::after, 
  .l-header-gnav__item.-current::after {
    height: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .l-header-gnav__item::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    background: #FFF956;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  .bnr_takao{
    margin-left: 30px;
  }
}

/* TB -------------------*/
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .l-header-gnav__nav {
    display: none;
    position: absolute;
    top: 64px!important;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
  }
  .bnr_takao a img{
    width: 200px;
    margin: 30px auto;
  }
  .l-header__logo-sg {
    top: 86px;
  }
}


.l-header-gnav__list li {
  height: 100%;
  padding: 0 25px;
}
.l-header__logo-sg {
  position: absolute;
  top: 22px;
  right: calc(50% - 400px);
  transform: translateX(50%);
}

@media only screen and (max-width: 1024px) {
  .l-header__logo-sg {
    top: 90px;
    right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__logo-sg {
    top: 80px;
  }
}

.l-header-gnav{
  align-items: center;
}
.l-header-gnav__btn {
  color: #fff;
}
.l-header-gnav__link a {
  color: #333;
  font-weight: 700;
}


/* bnr */
.bnr_takao{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bnr_takao a img{
  width: 140px;
}
/* sp */
@media only screen and (max-width: 767px) {
  .bnr_takao a img{
    width: 200px;
    margin: 30px auto;
  }
  .l-header__logo-sg {
    top: 84px;
    right: 80px;
  }
}

/* report article logo SPTB only -color */
@media only screen and (max-width: 1024px) {
  #takao100pj_top .l-logo__image.-color {
    display: block;
  }
  #takao100pj_top .l-logo__image.-white {
    display: none;
  }
  #takao100pj_top .l-logo__sgh {
    border-color: #575e85;
  }
}

/* report index logo SPTB only -white */
@media only screen and (max-width: 1024px) {
  body#takao100pj_top.report_index .l-logo__image.-color {
    display: none;
  }
  body#takao100pj_top.report_index .l-logo__image.-white {
    display: block;
  }
  body#takao100pj_top.report_index .l-logo__sgh {
    border-color: #fff;
  }
}


/* report 
----------------------------------------------------------- */
.report-select {
  display: flex;
}
/* sp */
@media only screen and (max-width: 767px) {
  .report-select {
    flex-wrap: wrap;
  }
}

.report-select__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
  background: #fff;
  cursor: pointer;
  transition: 0.3s all;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .report-select{
    max-width: 800px;
    margin: 0 auto;
  }
  .report-select__btn {
    flex: 1 0 0%;
    height: 56px;
    margin: 0 1%;
  }
  .report-select__btn:last-child {
    border-right: 1px solid #D5D5D5;
  }
}

@media only screen and (max-width: 767px) {
  .report-select__btn {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    min-width: 30%;
    margin: 0 10px 10px 0;
  }
}

.report-select__btn.-active {
  color: #fff;
  pointer-events: none;
}

/* ----------- normal ----------- */
.report-select__btn.-activities {
  background: #9BD3E4;
}
.report-select__btn.-letter {
  background: #B3D591;
}
.report-select__btn.-all {
  background: #DEC793;
}

/* ----------- active ----------- */
.report-select__btn.-active.-activities {
  background: #2BA2C6;
}
.report-select__btn.-active.-letter {
  background: #5DA715;
}
.report-select__btn.-active.-all {
  background: #B9881A;
}
.report-select__btn.-active::before {
  content: "";
  width: 30px;
  height: 23px;
  background: url(/assets/img/takao100pj/common/icn_heading2.svg) no-repeat center center/30px 23px;
  margin-left: -10px;
  margin-right: 5px;
}

/* ----------- hover ----------- */
@media (min-width: 1025px) {
  .report-select__btn:hover {
    border-color: #fff;
    color: #654513;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
  .report-select__btn.-activities:hover {
    background: #2BA2C6;
  }
  .report-select__btn.-letter:hover {
    background: #5DA715;
  }
  .report-select__btn.-all:hover {
    background: #B9881A;
  }
}

/* report index
----------------------------------------------------------- */
.c-pagelink.-col4 li {
  width: calc(25% - 32px);
  margin: 32px 32px 0 0;
}
.c-pagelink.-col4 .c-pagelink__item {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-pagelink.-col4 li {
    width: calc(25% - 12px);
    margin: 16px 10px 0 0;
  }
  .c-pagelink__item{
    font-size: 1.3rem;
  }
}

.c-card__date{
  line-height: 1.6;
}

.section_year.hidden,
.section_year:has(> div:empty) {
  visibility: hidden;
  height: 0;
}

/* paging
----------------------------------------------------------- */
.ico_grid:before{
  content: url(/assets/img/takao100pj/common/ico_grid.svg);
  vertical-align: middle;
  padding-right: 12px;
  padding-top: 5px;
}

/* Previous Next */
.prev_next{
  display: flex;
  align-items: center;
}
.prev_next:hover{
  opacity: 0.7;
}
.prev_next:before,.prev_next:after{
  vertical-align: middle;
  padding-top: 5px;
}
.ico_prev:before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(/assets/img/takao100pj/common/ico_arrow-left-circle.svg) no-repeat center center/30px 30px;
}
.ico_next:after{
  content: "";
  width: 30px;
  height: 30px;
  background: url(/assets/img/takao100pj/common/ico_arrow-right-circle.svg) no-repeat center center/30px 30px;
}    
.prev_next > span{
  font-size: 2rem;
  font-weight: 700;
  color: #654513;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
} 

/* right */
#takao100pj_top .l-grid__item.-col3:has(.p_right){
  margin-right: 0!important;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

/* center */
#takao100pj_top .l-grid__item.-col3 {
  display: flex;
  align-items: center;
}

/* sp */
@media only screen and (max-width: 767px) {
  .prev_next > span{
    font-size: 1.6rem;
  }
}






