.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.f-ave, .section-intro .list01 .number {
  font-family: "avenirLT";
}

.container {
  padding: 0 !important;
}

@media screen and (max-width: 1464px) {
  .container {
    padding: 0 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}

img {
  max-width: 100%;
}

body {
  min-width: 1230px;
  color: #4c4948 !important;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

.section-top {
  text-align: center;
  margin: 10px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .section-top {
    margin: 10px 0 0;
  }
}

.section-top img {
  margin: 0 auto;
}

.section-intro {
  background-color: rgba(245, 247, 249, 0.6);
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .section-intro {
    padding: 35px 0;
  }
}

.section-intro h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-intro h2 {
    font-weight: 500;
  }
}

.section-intro .box01 {
  margin-top: 110px;
  border: 3px solid #000;
  padding: 100px 100px 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-intro .box01 {
    margin-top: 30px;
    border-width: 1.5px;
    padding: 40px 15px 0px;
  }
}

.section-intro .title01 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .section-intro .title01 {
    width: 70%;
  }
}

.section-intro .list01 li {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .section-intro .list01 li {
    display: block;
    margin-bottom: 25px;
  }
}

.section-intro .list01 span {
  display: block;
}

.section-intro .list01 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-intro .list01 .number {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .section-intro .list01 .number {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
  }
}

.section-intro .list01 .t1 {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .section-intro .list01 .t1 {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section-intro .list01 .t2 {
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .section-intro .list01 .t2 {
    margin-left: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 10px;
    line-height: 1.6;
  }
}

.unline-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #faf8c6));
  background: linear-gradient(transparent 70%, #faf8c6 70%);
  display: inline;
}

.unline-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #cbd6e280));
  background: linear-gradient(transparent 70%, #cbd6e280 70%);
  display: inline;
}

.unline-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #e9bdba80));
  background: linear-gradient(transparent 70%, #e9bdba80 70%);
  display: inline;
}

.section-type {
  background-color: rgba(245, 247, 249, 0.6);
}

.section-type .content-type {
  padding: 0 15px;
}

.section-type .inner {
  width: 1200px;
  overflow: visible;
  padding-top: 100px;
  background: #fff;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section-type .inner {
    width: 100%;
    padding-top: 40px;
  }
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .block {
    display: block;
    padding-bottom: 0px;
  }
}

.block .img {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block .img {
    width: 100%;
  }
}

.block .img-top {
  position: relative;
  z-index: 2;
}

.block .img-bottom {
  position: absolute;
  bottom: -55px;
  z-index: 2;
}

@media screen and (max-width: 1231px) {
  .block .img-bottom {
    bottom: -40px;
  }
}

@media screen and (max-width: 767px) {
  .block .img-bottom {
    bottom: -165px;
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  .block .img-bottom {
    bottom: -145px;
  }
}

.block .img .shadow {
  height: 500px;
  width: 630px;
  position: absolute;
  top: 70px;
  z-index: 1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #cbd6e280;
}

@media screen and (max-width: 767px) {
  .block .img .shadow {
    height: 100%;
    width: 90%;
    top: 30px;
  }
}

.block .img img {
  max-width: inherit;
}

@media screen and (max-width: 1464px) {
  .block .img img {
    max-width: 100%;
  }
}

.block .txt {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .block .txt {
    width: 100%;
  }
}

.block .txt .title02 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .block .txt .title02 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.block .txt p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .block .txt p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6;
    margin-top: 25px;
  }
}

.block-left .img {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .block-left .img {
    padding-right: 50px;
  }
}

.block-left .img-top {
  position: absolute;
  top: 0;
  right: 30px;
}

@media screen and (max-width: 767px) {
  .block-left .img-top {
    position: relative;
    right: 0;
  }
}

.block-left .img-bottom {
  left: -15px;
}

@media screen and (max-width: 767px) {
  .block-left .img-bottom {
    right: 0;
    left: auto;
  }
}

.block-left .img .shadow {
  left: -132px;
}

@media screen and (max-width: 767px) {
  .block-left .img .shadow {
    left: 15px;
    right: 0;
  }
}

.block-left .img .bt {
  bottom: -275px;
}

@media screen and (max-width: 1231px) {
  .block-left .img .bt {
    bottom: -265px;
  }
}

@media screen and (max-width: 767px) {
  .block-left .img .bt {
    bottom: -165px;
  }
}

@media screen and (max-width: 320px) {
  .block-left .img .bt {
    bottom: -145px;
  }
}

.block-left .txt {
  padding: 95px 0 0 30px;
}

@media screen and (max-width: 767px) {
  .block-left .txt {
    padding: 200px 15px 0px;
  }
}

.block-left .txt p {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .block-left .txt p {
    margin-right: 0;
  }
}

.pb {
  padding-bottom: 340px;
}

@media screen and (max-width: 767px) {
  .pb {
    padding-bottom: 40px;
  }
}

.block-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block-right .img {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .block-right .img {
    padding-left: 50px;
  }
}

.block-right .img-top {
  position: absolute;
  top: 0;
  left: 30px;
}

@media screen and (max-width: 767px) {
  .block-right .img-top {
    position: relative;
    left: 0;
  }
}

.block-right .img-bottom {
  right: -15px;
}

@media screen and (max-width: 767px) {
  .block-right .img-bottom {
    bottom: -165px;
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 320px) {
  .block-right .img-bottom {
    bottom: -145px;
  }
}

.block-right .img .shadow {
  right: -132px;
}

@media screen and (max-width: 767px) {
  .block-right .img .shadow {
    left: 15px;
    right: 0;
  }
}

.block-right .txt {
  padding: 95px 0 0px 100px;
}

@media screen and (max-width: 767px) {
  .block-right .txt {
    padding: 200px 15px 0px;
  }
}

.block-right .txt p {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .block-right .txt p {
    margin-right: 0;
  }
}

.block-content {
  text-align: center;
  padding: 55px 100px 100px;
}

@media screen and (max-width: 767px) {
  .block-content {
    padding: 30px 15px;
  }
}

.block-content .img {
  background-color: #fafaf9;
  padding: 70px 0 110px 0;
  margin: 30px 0 50px;
}

@media screen and (max-width: 767px) {
  .block-content .img {
    padding: 25px;
    margin: 30px 0;
  }
}

.block-content .img img {
  margin: auto;
}

.block-content .txt03 {
  border: dotted 2px #4c4948;
  padding: 50px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .block-content .txt03 {
    border-width: 1px;
    padding: 25px 15px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .block-content p {
    text-align: left;
  }
}

.section-footer {
  background-color: rgba(245, 247, 249, 0.6);
  padding: 85px 0 90px 0;
}

@media screen and (max-width: 1464px) {
  .section-footer {
    padding: 85px 15px 90px 15px;
  }
}

@media screen and (max-width: 767px) {
  .section-footer {
    padding: 35px 0;
  }
}

.section-footer .container {
  text-align: center;
  padding: 40px 0 !important;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .section-footer .container {
    padding: 20px 15px !important;
  }
}

.section-footer .event-btn {
  display: inline-block;
  padding: 20px 50px 30px;
  border-left: 1px dotted #4c4948;
  border-right: 1px dotted #4c4948;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-footer .event-btn {
    padding: 15px 30px;
  }
}

.section-footer .event-btn span {
  display: block;
}

.section-footer .event-btn:after {
  content: "";
  display: block;
  right: 20px;
  width: 14px;
  height: 14px;
  border: 1px solid #b99694;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section-footer .event-btn:after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
/*# sourceMappingURL=200401report.css.map */