html body main .subvisual {
  height: 1080px;
}
@media screen and (max-width: 1600px) {
  html body main .subvisual {
    height: 800px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .subvisual {
    height: 680px;
  }
}
@media screen and (max-width: 991px) {
  html body main .subvisual {
    height: 480px;
  }
}
@media screen and (max-width: 575px) {
  html body main .subvisual {
    height: 260px;
  }
}
html body main .subvisual .subvisual-inner {
  align-items: flex-end;
}
html body main .subvisual .subvisual-inner .subvisual-text {
  padding-bottom: 10%;
}
html body main .contents.contents01::after {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  height: 100px;
  width: 90%;
  border-radius: 0 0 30px 0;
  background-color: #c1d2dc;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents01::after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01::after {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01::after {
    top: 100px;
    height: 40px;
  }
}
html body main .contents.contents01 .contents-wrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-wrapper {
    display: block;
  }
}
html body main .contents.contents01 .contents-wrapper .contents-left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-wrapper .contents-left {
    width: 100%;
  }
}
html body main .contents.contents01 .contents-wrapper .contents-left .title-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-wrapper .contents-left .title-wrapper h2 {
    font-size: 24px;
  }
}
html body main .contents.contents01 .contents-wrapper .contents-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-wrapper .contents-right {
    width: 100%;
  }
}
html body main .contents.contents01 .contents-wrapper .contents-right .contents-text p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents-wrapper .contents-right .contents-text p {
    margin-bottom: 20px;
  }
}
html body main .contents.contents01 .contents-wrapper .contents-right .contents-text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents01 .contents-wrapper .contents-right .contents-text p br {
  display: block;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-wrapper .contents-right .contents-text p br {
    display: none;
  }
}
html body main .contents.contents02 {
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 {
    margin-bottom: 80px;
  }
}
html body main .contents.contents02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #033d5e;
  border-radius: 0 0 0 30px;
  height: 100%;
  width: calc(100% - 120px);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents02::after {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents02::after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02::after {
    width: calc(100% - 15px);
  }
}
html body main .contents.contents02 .contents-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-wrapper {
    display: block;
    align-items: initial;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-wrapper {
    display: block;
  }
}
html body main .contents.contents02 .contents-wrapper .contents-left {
  color: #fff;
  width: 55%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents02 .contents-wrapper .contents-left {
    padding-left: 45px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-wrapper .contents-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-wrapper .contents-left {
    padding-left: 15px;
  }
}
html body main .contents.contents02 .contents-wrapper .contents-left .title-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-wrapper .contents-left .title-wrapper h2 {
    font-size: 24px;
  }
}
html body main .contents.contents02 .contents-wrapper .contents-left .contents-text {
  margin-bottom: 60px;
}
html body main .contents.contents02 .contents-wrapper .contents-left .contents-text:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-wrapper .contents-left .contents-text p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-wrapper .contents-left .contents-text p {
    margin-bottom: 20px;
  }
}
html body main .contents.contents02 .contents-wrapper .contents-left .contents-text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-wrapper .contents-right {
  display: flex;
  justify-content: right;
  padding-left: 30px;
  width: 45%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents02 .contents-wrapper .contents-right {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-wrapper .contents-right {
    display: block;
    justify-content: initial;
    margin-top: 60px;
    padding-left: 45px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-wrapper .contents-right {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-wrapper .contents-right .contents-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-wrapper .contents-right .contents-image-wrapper {
    margin: 0 -7.5px;
  }
}
html body main .contents.contents02 .contents-wrapper .contents-right .contents-image-wrapper .contents-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-wrapper .contents-right .contents-image-wrapper .contents-image {
    padding: 0 15px;
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-wrapper .contents-right .contents-image-wrapper .contents-image {
    margin-bottom: 15px;
    padding: 0 7.5px;
    width: 50%;
  }
}
html body main .contents.contents02 .contents-wrapper .contents-right .contents-image-wrapper .contents-image:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .figure {
  background-color: var(--accent-color);
  border-radius: 0 30px 0 30px;
  position: absolute;
  bottom: 0;
  left: 120px;
  height: 120px;
  width: 280px;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents02 .figure {
    left: 60px;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents02 .figure {
    left: 30px;
    height: 100px;
    width: 240px;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .figure {
    height: 75px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .figure {
    left: 15px;
    height: 50px;
    width: 100px;
  }
}
html body main .contents.contents03 {
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 {
    margin-bottom: 80px;
  }
}
html body main .contents.contents03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #c1d2dc;
  border-radius: 0 0 30px 0;
  height: 100%;
  width: calc(100% - 120px);
  z-index: -2;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents03::after {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03::after {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03::after {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .contents-wrapper {
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper {
    padding-right: 15px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-size: cover;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 600px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .contents-wrapper .contents-head {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-head {
    height: 380px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-head {
    height: 240px;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents03 .contents-wrapper .contents-head {
    height: 220px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper {
  flex-basis: 100%;
  background-color: rgba(3, 61, 94, 0.6);
  text-align: center;
  margin-bottom: 0;
  padding: 20px 15px;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper {
    padding: 10px 5px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 {
    font-size: 14px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 br.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-head .title-wrapper h2 br.sp {
    display: block;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list {
    margin-bottom: 80px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text {
  margin-bottom: 60px;
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text:last-child {
  margin-bottom: 0;
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text h3 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text h3 {
    font-size: 18px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text p {
    margin-bottom: 20px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-inner .contents-list .contents-text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents03 .contents-wrapper .contents-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-image-wrapper {
    margin-top: 40px;
    gap: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-image-wrapper {
    margin-top: 30px;
  }
}
html body main .contents.contents03 .contents-wrapper .contents-image-wrapper .contents-image {
  flex-basis: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents-wrapper .contents-image-wrapper .contents-image {
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-wrapper .contents-image-wrapper .contents-image {
    flex-basis: 100%;
  }
}

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