@charset "UTF-8";
.newcontents-wrap {
  color: #2f2820;
}
.newcontents-wrap .top-title {
  height: 460px;
}
@media screen and (max-width: 750px) {
  .newcontents-wrap .top-title {
    height: 114vw;
  }
}
.newcontents-wrap .top-title:before {
  background-image: url(../img/report/mv_bg.jpg?03);
}
@media screen and (max-width: 750px) {
  .newcontents-wrap .top-title:before {
    background-size: auto 100%;
  }
}
.newcontents-wrap .top-title h2 {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 5rem;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 750px) {
  .newcontents-wrap .top-title h2 {
    font-size: 3.25rem;
  }
}
.newcontents-wrap .top-title h2 i {
  font-size: 0.4em;
  opacity: 0.8;
  display: block;
  font-weight: inherit;
}
@media screen and (max-width: 750px) {
  .newcontents-wrap .top-title h2 i {
    font-size: 0.4em;
    opacity: 0.8;
    display: block;
    font-weight: inherit;
  }
}

#section1 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #section1 {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
#section1 .textbox {
  text-align: center;
  line-height: 2;
  font-size: 1.4285714286em;
}
@media screen and (max-width: 1200px) {
  #section1 .textbox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  #section1 .textbox {
    font-size: 3.4666666667vw;
  }
}
#section1 figure {
  max-width: 680px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  #section1 figure {
    margin-top: 9.3333333333vw;
    width: 80%;
  }
}
#section1 figure figcaption {
  text-align: right;
  letter-spacing: 0.05em;
  color: #2f2820;
  margin-top: 20px;
  font-size: 0.8333333333em;
}
@media screen and (max-width: 750px) {
  #section1 figure figcaption {
    margin-top: 2.6666666667vw;
  }
}

#section2 {
  padding-top: 160px;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  #section2 {
    padding-top: 21.3333333333vw;
    padding-bottom: 20vw;
  }
}

.tleStyle {
  text-align: center;
  font-size: 2.3571428571em;
  line-height: 1;
  width: 90%;
  color: #2f2820;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .tleStyle {
    font-size: 5.72vw;
  }
}
.tleStyle .en {
  font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #0073b1;
  font-size: 0.4848484848em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .tleStyle .en {
    margin-bottom: 1.3333333333vw;
  }
}
.tleStyle .tle {
  line-height: 1.75em;
  font-weight: 500;
}

.reports {
  /*-- //reportsAwardList --*/
}
.reports-box {
  font-size: 1.2857142857em;
}
@media screen and (max-width: 750px) {
  .reports-box {
    font-size: 1.4rem;
  }
}
.reports-box .reports-title {
  font-size: 1.3333333333em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .reports-box .reports-title {
    font-size: 4vw;
  }
}
.reports-box .reports-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.reports-box .reports-info dt {
  margin-right: 20px;
}
.reports-box .reports-info dd {
  width: calc(100% - 150px);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .reports-box .reports-info dt, .reports-box .reports-info dd {
    width: 100%;
  }
  .reports-box .reports-info dd {
    padding-left: 1em;
  }
}
.reports-box .reports-text {
  background: #fffdf6;
  padding: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .reports-box .reports-text {
    padding: 5%;
    margin-top: 4vw;
  }
}
.reports-box .ex {
  font-size: 0.8em;
  opacity: 0.8;
  text-align: right;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .reports-box .ex {
    margin-top: 2.6666666667vw;
  }
}
.reports-box .btn-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .reports-box .btn-box {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .reports-box .btn-box > .btn-style:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 750px) {
  .reports-box .btn-box > .btn-style:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (hover: hover) {
  .reports-box .btn-box > .btn-style {
    transition: opacity 0.3s;
  }
  .reports-box .btn-box > .btn-style:hover {
    opacity: 0.5;
  }
}
.reports-box .btn-box .pdf {
  background: #e8f2f7;
}
.reports-box .btn-box .pdf:after {
  background: url(../img/common/icon-pdf.svg) no-repeat center;
}
.reportsAwardList, .reportsList {
  max-width: 1140px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.reportsAwardList {
  margin-top: 115px;
}
@media screen and (max-width: 750px) {
  .reportsAwardList {
    margin-top: 13.3333333333vw;
  }
}
.reportsAwardList .reports-box {
  position: relative;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border-top: 5px solid #0073b1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 60px 40px;
}
@media screen and (max-width: 750px) {
  .reportsAwardList .reports-box {
    padding: 8vw 5%;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.reportsAwardList .reports-box:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .reportsAwardList .reports-box:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.reportsAwardList .reports-title {
  color: #0073b1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reportsAwardList .reports-title {
    text-align: left;
  }
}
.reportsAwardList .reports-award {
  font-size: 1.4444444444em;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #0073b1;
  color: #fff;
  width: fit-content;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding-right: 40px;
  padding-left: 40px;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .reportsAwardList .reports-award {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 4.4vw;
    max-width: 90%;
    box-sizing: border-box;
  }
}
.reportsAwardList .reports-award i {
  font-size: 0.7em;
  position: relative;
  top: -0.4em;
}
.reportsAwardList .reports-award div {
  display: inline-block;
}
.reportsAwardList .award-text {
  font-size: 0.8888888889em;
  color: #483f38;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .reportsAwardList .award-text {
    margin-top: 4vw;
  }
}
.reportsList {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .reportsList {
    margin-top: 8vw;
    border-radius: 2.6666666667vw;
    padding: 5%;
  }
}
.reportsList .reports {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .reportsList .reports {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.reportsList .reports-box:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .reportsList .reports-box:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
.reportsList .reports-title {
  background: #4c97c0;
  color: #fff;
  padding: 15px 40px;
  line-height: 1.5em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reportsList .reports-title {
    padding: 2.6666666667vw 5%;
  }
}
.reportsList .reports-title > span {
  font-weight: 600;
}
.reportsList .reports-info {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .reportsList .reports-info {
    margin-top: 5.3333333333vw;
  }
}
.reportsList .reports-text {
  padding: 30px;
}
@media screen and (max-width: 750px) {
  .reportsList .reports-text {
    padding: 4vw;
  }
}

.accoBtn {
  cursor: pointer;
}
.accoBtn > span {
  display: inline-block;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .accoBtn > span {
    padding-right: 4vw;
  }
}
.accoBtn i {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1.25em;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  right: 30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 750px) {
  .accoBtn i {
    right: 4vw;
    font-size: 4vw;
  }
}
.accoBtn i:before, .accoBtn i:after {
  content: "";
  display: block;
  background: #4c97c0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  transition: transform 0.3s;
}
.accoBtn i:before {
  width: 50%;
  height: 2px;
}
.accoBtn i:after {
  height: 50%;
  width: 2px;
}
.accoBtn.active i:after {
  transform: rotate(90deg);
}

.accoBox {
  display: none;
}/*# sourceMappingURL=report.css.map */