@charset "UTF-8";
.report-button a {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ed7c70;
  transition: opacity .3s ease;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .report-button a {
    font-size: 1.4rem;
    text-align: center;
    padding: 15px 0;
    margin: 10px auto;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .report-button a:hover {
    opacity: .7;
  }
}
.report-button a:before, .report-button a:after {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.report-button a:before {
  right: 20px;
  border-left: 6px solid #fff;
}
.report-button a:after {
  right: 22px;
  border-left: 6px solid #ed7c70;
}

.sns {
  text-align: left;
  background-color: transparent;
}
.sns ul {
  padding: 30px 0;
  text-align: center;
}
.sns li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
.sns li:first-child {
  margin-left: 0;
}
.sns li:last-child {
  margin-right: 0;
}
.sns iframe {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .sns ul {
    padding: 10px 0;
  }
}
.section--report {
  padding: 20px 20px 10px;
  background-color: #ccf0f5;
}

.main-visual {
  margin-bottom: 20px;
}

.main-title img {
  width: auto;
  height: 23px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .main-title img {
    height: 40px;
    margin: 0 0 10px 0;
  }
}
.main-title span {
  display: inline-block;
  padding: 0 0 0 10px;
  border-left: 1px solid #333;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 1.2;
}

.report-item {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #f6f6f6;
  box-shadow: 1px 1.7px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.report-item > a {
  display: block;
  margin-bottom: 5px;
}
.report-item > a > img {
  width: 100%;
}
.report-item ul {
  margin: 0 -2px 15px;
}
.report-item ul:after {
  display: block;
  clear: both;
  content: "";
}
.report-item ul a {
  display: block;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.report-item ul a:hover {
  opacity: .6;
}
.report-item li {
  float: left;
  width: 25%;
  padding: 0 2px;
  box-sizing: border-box;
}
.report-item dl {
  margin: 0 0 5px;
  font-size: 0;
  text-align: center;
}
.report-item dt,
.report-item dd {
  display: inline-block;
  font-size: 1rem;
}
.report-item dt:after {
  content: " ｜ ";
}
.report-item h2 {
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
.report-item p:first-of-type {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.4;
}
.report-item p:first-of-type a {
  display: inline-block;
  text-decoration: underline;
}
.report-item p:first-of-type a:after {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin: 0 0 0 3px;
  content: "";
  background: url(../img/arrow-right01.png) no-repeat;
  background-size: 14px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.report-item p:first-of-type a:hover {
  text-decoration: none;
}
.report-item p:first-of-type a:hover:after {
  opacity: .6;
}
.report-item p:last-of-type {
  text-align: right;
}

.report-more {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.8;
}
.report-more:before, .report-more:after {
  display: inline-block;
}
.report-more:before {
  content: "[";
}
.report-more:after {
  content: "]";
}
.report-more a {
  display: inline-block;
  text-decoration: underline;
}
.report-more a:after {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin: 0 5px 0 2px;
  vertical-align: middle;
  content: "";
  background: url(../img/report/icon-more.png) no-repeat;
  background-size: 8px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.report-more a:hover {
  text-decoration: none;
}
.report-more a:hover:after {
  opacity: .6;
}

.report-buttons {
  padding: 25px 0 30px;
  text-align: center;
}

.report-buttons__text {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.report-hero {
  padding: 20px;
  background-color: #ccf0f5;
}

.report-card {
  padding: 10px 10px 20px;
  border: 1px solid #f6f6f6;
  box-shadow: 1px 1.7px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
}
.report-card img {
  width: 100%;
  margin: 0 0 15px;
}
.report-card dl {
  margin: 0 0 5px;
  font-size: 0;
}
.report-card dt,
.report-card dd {
  display: inline-block;
  font-size: 1rem;
}
.report-card dt:after {
  content: " ｜ ";
}
.report-card h1 {
  margin: 0 15px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2rem;
  line-height: 1.3;
}

.report-content {
  padding: 25px 0 0;
}

.report-lead {
  margin: 0 30px 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.report-status {
  margin: 0 30px 30px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0;
  text-align: center;
  line-height: 41px;
}
.report-status dl {
  display: inline-block;
  margin: 0 10px;
}
.report-status dt,
.report-status dd {
  display: inline-block;
  font-size: 1.2rem;
}
.report-status dt:after {
  content: "：";
}
.report-status a {
  color: #147ac8;
  text-decoration: underline;
}
.report-status a:hover {
  text-decoration: none;
}

.report-images {
  padding: 0 10px;
}
.report-images:last-of-type {
  padding: 0 10px 20px;
}
.report-images li {
  margin: 0 0 10px;
}
.report-images img {
  width: 100%;
}

.report-heading {
  margin: 0 30px 30px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 1.7rem;
  text-align: center;
  line-height: 2.7;
}

.report-column {
  padding: 0 0 30px;
}
.report-column h3 {
  margin: 0 30px 10px;
  padding: 0 0 0 8px;
  border-left: 3px solid #d1e6d8;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2rem;
  line-height: 1.4;
}
.report-column p {
  margin: 0 30px 25px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.report-column img {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.report-message {
  padding: 25px 0;
  background-color: #f2f1ed;
}
.report-message h4 {
  margin: 0 0 10px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2rem;
  text-align: center;
}
.report-message p {
  margin: 0 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.report-buttons--detail {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .section--report {
    padding: 60px 0 48px;
  }

  .main-visual {
    margin-bottom: 28px;
    text-align: center;
  }

  .main-title span {
    display: block;
    padding-left: 0;
    border-left: 0;
    font-size: 1.6rem;
    line-height: inherit;
  }

  .report-items {
    border-spacing: 30px 0;
    width: 1020px;
    margin: 0 auto;
    padding: 0 0 30px 30px;
    box-sizing: border-box;
  }
  .report-items:after {
    display: block;
    clear: both;
    content: "";
  }

  .report-item {
    position: relative;
    float: left;
    width: 260px;
    margin: 0 30px 0 0;
    padding: 20px 19px 17px;
    box-shadow: 0.5px 0.866px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .report-item:nth-of-type(3n) {
    margin: 0;
  }
  .report-item:nth-of-type(3n+1) {
    clear: both;
  }
  .report-item dl {
    margin-bottom: 9px;
  }
  .report-item dt,
  .report-item dd {
    font-size: 1.2rem;
  }
  .report-item h2 {
    margin-bottom: 9px;
    font-size: 1.8rem;
    line-height: 26px;
  }
  .report-item p:first-of-type {
    margin-bottom: 36px;
    line-height: inherit;
  }
  .report-item p:first-of-type a:after {
    margin-left: 4px;
  }
  .report-item p:last-of-type {
    position: absolute;
    right: 19px;
    bottom: 17px;
    font-size: 1.2rem;
  }

  .report-more {
    font-size: 1.4rem;
    line-height: inherit;
  }
  .report-more a:after {
    width: 11px;
    height: 7px;
    margin: 0 4px 0 3px;
    background-size: 11px;
  }

  .report-buttons {
    padding: 55px 0 60px;
  }

  .report-buttons__text {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .report-hero {
    padding: 60px 0 30px;
  }

  .report-card {
    width: 939px;
    margin: 0 auto;
    padding: 19px 0 19px 19px;
    box-shadow: 0.5px 0.866px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .report-card div {
    display: table-cell;
  }
  .report-card div:first-of-type {
    width: 460px;
  }
  .report-card div:last-of-type {
    width: 380px;
    padding: 0 50px;
    vertical-align: middle;
  }
  .report-card img {
    margin-bottom: 0;
  }
  .report-card dl {
    margin-bottom: 15px;
  }
  .report-card dt,
  .report-card dd {
    font-size: 1.8rem;
  }
  .report-card h1 {
    margin: 0;
    font-size: 3.4rem;
    line-height: 48px;
  }

  .report-content {
    width: 960px;
    margin: 0 auto;
    padding-top: 42px;
  }

  .report-lead {
    margin: 0 165px 21px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 32px;
  }

  .report-status {
    margin: 0 165px 50px;
    line-height: 64px;
  }
  .report-status dl {
    margin: 0 15px;
  }
  .report-status dt,
  .report-status dd {
    font-size: 1.4rem;
  }

  .report-images {
    padding: 0 0 10px;
  }
  .report-images:last-of-type {
    padding: 0 0 50px;
  }
  .report-images:after {
    display: block;
    clear: both;
    content: "";
  }
  .report-images li {
    float: left;
    width: 313px;
    margin-bottom: 0;
  }
  .report-images li:nth-child(2) {
    margin: 0 10px;
  }

  .report-heading {
    margin: 0 165px 50px;
    font-size: 2.8rem;
    line-height: 76px;
  }

  .report-column {
    padding-bottom: 50px;
  }
  .report-column:nth-of-type(odd) div {
    float: left;
  }
  .report-column:nth-of-type(odd) img {
    float: right;
  }
  .report-column:nth-of-type(even) div {
    float: right;
  }
  .report-column:nth-of-type(even) img {
    float: left;
  }
  .report-column:after {
    display: block;
    clear: both;
    content: "";
  }
  .report-column div {
    width: 605px;
  }
  .report-column h3 {
    margin: 0 0 22px;
    padding: 9px 0 11px 20px;
    font-size: 2.8rem;
  }
  .report-column p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }
  .report-column img {
    width: 313px;
    padding: 0;
  }

  .report-message {
    padding: 46px 50px 42px;
  }
  .report-message h4 {
    margin-bottom: 19px;
    font-size: 2.4rem;
  }
  .report-message p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 30px;
  }

  .report-buttons--detail {
    padding-top: 40px;
  }
  .report-button {
    margin: 0 auto;
    text-align: center;
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .report-button.report-button--report a {
    color: #333;
    background: #f5eee3;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .report-button {
    width: 250px;
    margin: 5px auto;
  }
}
.report-button a {
  background: #ed7c70;
  padding: 15px 0;
}
.report-button a:after {
  border-left: 6px solid #ed7c70;
}
.report-button.report-button--report {
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .report-button.report-button--report {
    margin: 0 auto 25px;
  }
  .report-button.report-button--report a {
    color: #333;
    background: #f5eee3;
  }
}

.report-button.report-button--report a:before {
  right: 20px;
  border-left: 6px solid #333;
}
.report-button.report-button--report a:after {
  right: 22px;
  border-left: 6px solid #f5eee3;
}

/* section-movie */
.contents-wrap .section-movie {
  padding: 40px 0 80px 0;
}

@media screen and (max-width:767px) {
  .contents-wrap .section-movie {
    padding: 20px 0 40px 0;
  }
}

.contents-wrap .section-movie .col-wrap {
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .contents-wrap .section-movie .col-wrap {
    width: 95%;
  }
}

.contents-wrap .section-movie .col-wrap .youtube {
  width: 700px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .contents-wrap .section-movie .col-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0;
  }
  .contents-wrap .section-movie .col-wrap .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}