:root {
  --color-font-base: #000;
  --color-font-sub: #686868;
  --color-base: #38393F;
  --color-base02: #F5F5F5;
  --color-main: #003662;
  --color-accent01: #06F;
  --color-accent02: #13527F;
  --color-white: #fff;
  --f-size-60: 6.0rem;
  --f-size-50: 5.0rem;
  --f-size-40: 4.0rem;
  --f-size-38: 3.8rem;
  --f-size-36: 3.6rem;
  --f-size-32: 3.2rem;
  --f-size-24: 2.4rem;
  --f-size-22: 2.2rem;
  --f-size-20: 2rem;
  --f-size-16: 1.6rem;
  --f-size-18: 1.8rem;
  --f-size-14: 1.4rem;
  --f-size-13: 1.3rem;
  --f-size-12: 1.2rem;
  --f-size-10: 1.0rem;
  --f-weight-300: 300;
  --f-weight-400: 400;
  --f-weight-500: 500;
  --f-weight-600: 600;
  --f-weight-700: 700;
}

#message .sec01,
#message .sec02,
#message .sec03 {
  padding-top: 160px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #message .sec01,
  #message .sec02,
  #message .sec03 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
#message .sec01::after,
#message .sec02::after,
#message .sec03::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
#message .sec02,
#message .sec03,
#message .sec04 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #message .sec02,
  #message .sec03,
  #message .sec04 {
    padding-top: 60px;
  }
}
#message .sec03-text {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  line-height: 180%;
}
@media print, screen and (min-width: 768px) {
  #message .sec03-text {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 767px) {
  #message .sec03-text {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#message .sec03-image {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
#message .sec03-image img {
  width: 100%;
  height: auto;
}
#message .sec04 {
  padding-bottom: 160px;
}
/*# sourceMappingURL=message.css.map */