@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.message {
  margin-bottom: 60px;
  text-align: center; }
  .message p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #5bb75b; }

.title_wrap {
  position: relative;
  margin-bottom: 30px; }
  .title_wrap:after {
    content: '';
    position: absolute;
    bottom: 30%;
    right: 0;
    height: 1px;
    width: 36%;
    display: block;
    background: #ccc; }
  .title_wrap .title_box {
    width: 60%; }
  .title_wrap h2 .num {
    left: 0;
    bottom: 0;
    font-family: din-condensed, Arial, Helvetica, "sans-serif";
    font-weight: normal;
    font-size: 5.2rem;
    color: #fff;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
    letter-spacing: normal;
    display: inline-block; }
    @media (min-width: 768px) {
      .title_wrap h2 .num {
        font-size: calc( 5.2rem + ( 1vw - 7.68px ) * 7.4074074074 ); } }
    @media (min-width: 1200px) {
      .title_wrap h2 .num {
        font-size: 8.4rem; } }
  .title_wrap h2 .step_title {
    font-size: 2.2rem;
    display: inline-block;
    padding-left: 5px;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .title_wrap h2 .step_title {
        font-size: calc( 2.2rem + ( 1vw - 7.68px ) * 1.8518518519 ); } }
    @media (min-width: 1200px) {
      .title_wrap h2 .step_title {
        font-size: 3rem; } }
  .title_wrap .label img {
    position: absolute;
    z-index: -1;
    max-height: 50px;
    display: block;
    width: 60%;
    left: 0;
    bottom: 5px; }

.report_item {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 4%;
  line-height: 2; }
  .report_item + .report_item {
    margin-top: 30px; }
  .report_item.report_item-mainimg {
    max-width: 100%;
    padding: 0; }
    .report_item.report_item-mainimg img {
      width: 100%; }
  .report_item.report_item-title h3 {
    text-align: left; }
  .report_item.report_item-title .date {
    text-align: right;
    color: #999; }
  .report_item.report_item-title .writer {
    text-align: right; }
  .report_item.report_item-subtitle {
    margin-top: 50px;
    font-size: 2.0rem; }
    .report_item.report_item-subtitle h4 {
      font-weight: normal; }
  .report_item.report_item-image {
    padding: 0; }
    .report_item.report_item-image img {
      width: 100%;
      max-width: 100%; }
    .report_item.report_item-image .caption {
      margin-left: 4%;
      font-size: 1.1rem; }
  .report_item.report_item-text_strong {
    font-weight: bold;
    font-size: 1.8rem; }
  .report_item.report_item-text_staff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.8rem; }
    .report_item.report_item-text_staff .line {
      flex: 0 1 15%;
      width: 15%;
      max-width: 15%;
      position: relative;
      text-align: right;
      /*
      &:after{
      	margin-left: 6px;
      }
      */ }
      .report_item.report_item-text_staff .line:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        height: 1px;
        background: #333; }
    .report_item.report_item-text_staff .body {
      flex: 0 1 80%;
      width: 80%;
      max-width: 80%; }
  .report_item.report_item-text_caracter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .report_item.report_item-text_caracter .name {
      flex: 0 1 15%;
      width: 15%;
      max-width: 15%;
      font-weight: bold;
      text-align: right; }
    .report_item.report_item-text_caracter .body {
      flex: 0 1 80%;
      width: 80%;
      max-width: 80%; }
  .report_item.report_item-end {
    width: auto;
    margin: 80px 4% 0;
    padding: 40px 0 0;
    border-top: 1px solid #ccc; }
    .report_item.report_item-end .category {
      margin-bottom: 5px;
      font-size: 1.0rem; }
    .report_item.report_item-end h3 {
      margin-bottom: 10px;
      text-align: left;
      font-size: 1.3rem; }
    .report_item.report_item-end .writer {
      text-align: right;
      font-size: 1.0rem; }

/*report*/
#report .report_box .report {
  flex: 0 1 45.5%;
  width: 45.5%;
  max-width: 45.5%; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .title_wrap:after {
    width: 70%; }
  .title_wrap .title_box {
    width: 26%; }
  .title_wrap .label img {
    max-height: 100%;
    width: 26%; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .title_wrap {
    margin-bottom: 20px; }
    .title_wrap .label img {
      bottom: 10px; }

  .report_item {
    padding: 0;
    font-size: 1.5rem; }
    .report_item + .report_item {
      margin-top: 25px; }
    .report_item.report_item-subtitle {
      margin-top: 100px;
      font-size: 2.4rem; }
      .report_item.report_item-subtitle h4 {
        font-weight: normal; }
    .report_item.report_item-image {
      margin-top: 60px; }
      .report_item.report_item-image img {
        width: auto; }
      .report_item.report_item-image .caption {
        margin-left: 0; }
      .report_item.report_item-image + .report_item {
        margin-top: 60px; }
    .report_item.report_item-text_strong {
      font-weight: bold;
      font-size: 2.0rem; }
    .report_item.report_item-text_staff {
      margin-top: 40px; }
      .report_item.report_item-text_staff .line {
        flex: 0 1 10%;
        width: 10%;
        max-width: 10%; }
        .report_item.report_item-text_staff .line:before {
          width: 40%; }
      .report_item.report_item-text_staff .body {
        flex: 0 1 86%;
        width: 86%;
        max-width: 86%; }
    .report_item.report_item-text_caracter .name {
      flex: 0 1 10%;
      width: 10%;
      max-width: 10%; }
    .report_item.report_item-text_caracter .body {
      flex: 0 1 86%;
      width: 86%;
      max-width: 86%; }
    .report_item.report_item-end {
      margin: 120px auto;
      padding: 40px 0 0;
      border-top: 1px solid #ccc; }
      .report_item.report_item-end .category {
        margin-bottom: 5px;
        font-size: 1.0rem; }
      .report_item.report_item-end h3 {
        margin-bottom: 10px;
        text-align: left;
        font-size: 1.4rem; }
      .report_item.report_item-end .writer {
        text-align: right;
        font-size: 1.1rem; }

  #report .report_box .report {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%; } }
/*------------------------------
		1280px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
