@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.report
------------------------------ */
.report {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .report {
    padding: 6rem 0 8rem;
  }
}
.report .btm_box {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .report .btm_box {
    padding-top: 6rem;
  }
}
.report .btm_box .txt {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .report .btm_box .txt {
    font-size: 1.6rem;
  }
}
.report {
  /* ------------------------------
  	.event
  ------------------------------ */
}
.report .event .str_ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .report .event .str_ttl {
    margin-bottom: 4rem;
  }
}
.report .event .event_wrap {
  padding: 6.7rem 4.7rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .report .event .event_wrap {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.report .event .event_wrap > * + * {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .report .event .event_wrap > * + * {
    margin-top: 3rem;
  }
}
.report .event .event_wrap .event_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .report .event .event_wrap .event_box {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.report .event .event_wrap .event_box .img {
  width: 49.7rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .report .event .event_wrap .event_box .img {
    width: 100%;
    border-radius: 1.2rem;
  }
}
.report .event .event_wrap .event_box .img img {
  width: 100%;
}
.report {
  /* ------------------------------
  	.request
  ------------------------------ */
}
.report .request {
  padding: 12rem 0 0;
}
@media screen and (max-width: 768px) {
  .report .request {
    padding: 6rem 0 0;
  }
}
.report .request .str_ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .report .request .str_ttl {
    margin-bottom: 4rem;
  }
}
.report .request .request_wrap {
  padding: 6.4rem 17rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .report .request .request_wrap {
    padding: 4rem 4%;
    border-radius: 1.2rem;
  }
}
.report .request .request_wrap .logo {
  width: 27rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .report .request .request_wrap .logo {
    width: 18rem;
    margin-bottom: 3rem;
  }
}
.report .request .request_wrap .logo img {
  width: 100%;
}
.report .request .request_wrap .txt.bold {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .report .request .request_wrap .txt.bold {
    text-align: left;
    font-size: 1.6rem;
  }
}
.report .request .request_wrap .ttl {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .report .request .request_wrap .ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.report .request .btn {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .report .request .btn {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.report .request .request_box {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .report .request .request_box {
    margin-top: 6rem;
  }
}
.report .request .request_box .ttl {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .report .request .request_box .ttl {
    padding-left: 3rem;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.report .request .request_box .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #B5B39D;
}
@media screen and (max-width: 768px) {
  .report .request .request_box .ttl::before {
    top: 0.8rem;
    bottom: auto;
    width: 1.8rem;
    height: 1.8rem;
  }
}