@charset "utf-8";

:root {
  /* カラー */
  --report_blue01:  #0300ad;
  --report_green01: #548D29;
}

.report_colorBlue {
  color: var(--report_blue01);
}

.report_kv {
  text-align :center;

}
.report_titleA + .report_kv {
  margin-top: -50px;
}
@media screen and (min-width: 768px),print {
  .report_titleA + .report_kv  {
    margin-top: -80px;
  }
}
.report_titleA {
  font-size: 20px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/report_headline_s.png) no-repeat center top;
  background-size: 100% 100%;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  padding: 10px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px),print {
  .report_titleA {
    font-size: 40px;
    background: url(../images/report_headline_l.png) no-repeat center top;
    background-size: 100% 100%;
    height: 160px;
    margin-bottom: 80px;
  }
}

.report_catch {
  line-height: 1.33;
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.report_catch__inner {
  display: inline-block;
  position: relative;
  padding: 20px 34px 20px 36px;

}
.report_catch__inner::before,
.report_catch__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 21px;
}
.report_catch__inner::before {
  top: 0;
  left: 0;
  background: url(../images/report_catch_background_01.png) no-repeat center top;
  background-size: 100%;
}
.report_catch__inner::after {
  bottom: 0;
  right: 0;
  background: url(../images/report_catch_background_02.png) no-repeat center top;
  background-size: 100%;

}
@media screen and (min-width: 768px),print {
  .report_catch {
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .report_catch__inner {
    padding: 20px 68px 20px 72px;
  }
  .report_catch__inner::before,
  .report_catch__inner::after {
    width: 54px;
    height: 42px;
  }
}

.report_titleB {
  color: var(--report_blue01);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
  padding-left: 35px;
}
.report_titleB::before {
  content: "";
  display: block;
  background-color: var(--report_blue01);
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 30px;
  height: 1px;
}
@media screen and (min-width: 768px),print {
  .report_titleB {
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-left: 70px;
  }
  .report_titleB::before {
    width: 60px;
    height: 2px;
  }
}

.report_titleC {
  font-size: 22px;
  margin-top: 50px;
  margin-bottom: 30px;
  color: var(--report_blue01);
  border-bottom: 1px solid var(--report_blue01);
  padding-bottom: 3px;
  position: relative;
 padding-left: 45px;
}
.report_titleC::before,
.report_titleC::after {
  content: "";
  display: block;
  position: absolute;
}
.report_titleC::before {
  width: 10px;
  height: 10px;
  background-color: var(--color_blue02);
  border-radius: 50%;
  top: 0.5em;
  left: 0;
  z-index: 1;
}
.report_titleC::after {
  width: 30px;
  height: 1px;
  background-color: var(--color_black01);
  top: 0.7em;
  left: 0;
}
@media screen and (min-width: 768px),print {
  .report_titleC {
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 45px;
    padding-left: 45px;
  }
  .report_titleC::before {
    top: 0.55em;
  }
}

.report_titleD {
  border-bottom: 1px solid var(--report_blue01);
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 22px;
  font-size: 20px;
  position: relative;
}
.report_titleD::before,
.report_titleD::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--color_blue02);
  border-radius: 50%;
  position: absolute;
  left: 7px;
}
.report_titleD::before {
  top: 0.45em;
}
.report_titleD::after {
  top: 0.85em;
}
@media screen and (min-width: 768px),print {
  .report_titleD {
    margin-top: 100px;
    margin-bottom: 45px;
    font-size: 28px;
  }
}

.report_titleE {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.report_titleE__inner {
  display: inline-block;
  position: relative;
}
.report_titleE::before,
.report_titleE::after,
.report_titleE__inner::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--color_blue02);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.report_titleE::before {
  top: 0.3em;
}
.report_titleE::after {
  top: 1.1em;
}
.report_titleE__inner::before {
  top: 0.7em;
  left: -15px;
}
@media screen and (min-width: 768px),print {
  .report_titleE {
    font-size: 20px;
    margin-top: 65px;
    margin-bottom: 25px;
  }
}

.reprort_colorRed {
  color: var(--color_primaryRed);
}
.reprort_colorBlue {
  color: var(--report_blue01);
}

.report_table01 {
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
.report_table01 th,
.report_table01 td {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
  text-align: center;
  padding: 12px 25px;
  font-size: 16px;
}
.report_table01 thead th {
  background-color: var(--color_gray01);
  color: #fff;
}
.report_table01 tbody th {
  font-weight: normal;
  background-color: var(--color_gray02);
}
.report_table01__wrap {
  overflow-x: scroll;
}
.report_table01__wrap .report_table01 {
  width: 860px;
}
@media screen and (min-width: 768px),print {
  .report_table01__wrap {
    overflow-x: initial;
  }
  .report_table01__wrap .report_table01 {
    width: auto;
  }
}

.report_label01,
.report_label02,
.report_label03 {
  font-size: 14px;
  display: inline-flex;
  min-width: 190px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 5px;
}
.report_label01 {
  background-color: #8D7A00;
  color: #fff;
}
.report_label02 {
  border: 1px solid #8D7A00;
  color: #8D7A00;
}
.report_label03 {
  background-color: #5d6983;
  color: #fff;
}
@media screen and (min-width: 768px),print {
  .report_label01,
  .report_label02 {
    font-size: 16px;
  }
}

.report_button__wrap {
  text-align: center;
  margin-top: 40px;
}
.report_button {
  display: inline-block;
  position: relative;
  border: 1px solid var(--report_blue01);
  border-radius: 5px;
  line-height: 1.6;
  transition: 0.3s;
  padding: 15px 45px 10px 30px;
}
.report_button::before {
  content: ">";
  display: block;
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: var(--report_blue01);
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transition: 0.3s;
}
.report_button:hover {
  text-decoration: none;
}
.report_button__main {
  font-size: 16px;
}
.report_button__sub {
  font-size: 14px;
}
.hrm_link__pdf0 .report_button__sub {
  vertical-align: middle;
}
@media screen and (min-width: 768px),print {
  .report_button__wrap {
    margin-top: 80px;
  }
  .report_button {
    padding: 25px 85px 20px 60px;
  }
  .report_button::before {
    right: 36px;
  }
  .report_button:hover {
    opacity: 0.6;
  }
  .report_button:hover::before {
    right: 30px;
  }
  .report_button__main {
    font-size: 24px;
  }
  .report_button__sub {
    font-size: 20px;
  }
}

.report_box {
  background: #E6F2FD;
  padding: 20px 15px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}
.report_box__inner {
  border: 2px solid var(--report_blue01);
  background-color: #fff;
  padding: 25px 15px;
}
.report_box__title {
  color: var(--report_blue01);
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.report_box__text {
  font-size: 16px;
}
.report_box__name {
  text-align: right;
  margin-top: 20px;
}
@media screen and (min-width: 768px),print {
  .report_box {
    padding: 30px;
  }
  .report_box__inner {
    padding: 50px 35px;
  }
  .report_box__title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .report_box__text {
    font-size: 20px;
  }
  .report_box__name {
    margin-top: 45px;
  }
}


.report_col2__img {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px),print {
  .report_col2 {
    overflow: hidden;
  }
  .report_col2__img {
    width: 45.75%;
    margin-bottom: 30px;
  }
  .report_col2__img.is_left {
    float: left;
    margin-right: 60px;
  }
  .report_col2__img.is_right {
    float: right;
    margin-left: 60px;
  }
}


.is_report .is_current.hrm_local-navigation__body__link::after {
  background-color: var(--report_blue01);

}
@media screen and (min-width: 768px),print {
  .is_report .hrm_local-navigation__body {
    flex-wrap: wrap;
  }
  .hrm_local-navigation__body__link {
    width: 25%;

  }
}


