  /* ===== Design Index ===== */
.design-Section {
  padding: 0 50px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-Section {
    padding: 0 28px;
  }
}

@media only screen and (max-width: 559px) {
  .design-Section {
    padding: 0 15px;
  }
}

.design-Section .HeadingLevel2 {
  padding: 0;
  text-align: center;
}

.design-Section .HeadingLevel2__body {
  color: #008486;
}

.design-Section .HeadingLevel2::after {
  display: none;
}

.design-Section .HeadingLevel2 + .Text {
  margin-top: 50px;
}

@media only screen and (max-width: 559px) {
  .design-Section .HeadingLevel2 + .Text {
    margin-top: 30px;
  }
}

.design-Section .HeadingLevel3 {
  margin-bottom: 0;
  padding: 0;
}

.design-Section .HeadingLevel3__body {
  font-weight: normal;
  line-height: 1.4;
}

@media print, screen and (min-width: 560px) {
  .design-Section .HeadingLevel3__body {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 559px) {
  .design-Section .HeadingLevel3__body {
    font-size: 2.3rem;
  }
}

.design-Section .HeadingLevel3::after {
  display: none;
}

.design-Section .HeadingLevel3 + .Text {
  margin-top: 16px;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.6rem;
}

.design-SectionLead {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 960px) {
  .design-SectionLead {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-SectionLead {
    padding: 16px 0;
  }
}

@media only screen and (max-width: 559px) {
  .design-SectionLead {
    padding: 9px 0;
  }
}

.design-SectionLead .HeadingLevel2__body {
  font-weight: normal;
  line-height: 1.4;
}

@media print, screen and (min-width: 560px) {
  .design-SectionLead .HeadingLevel2__body {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .design-SectionLead .HeadingLevel2__body {
    font-size: 1.8rem;
  }
}

.design-SectionLead .HeadingLevel2__textLead {
  margin-top: 25px;
  text-align: left;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.6rem;
}

@media only screen and (max-width: 559px) {
  .design-SectionLead .HeadingLevel2__textLead {
    margin-top: 30px;
  }
}

.design-Column {
  max-width: 1232px;
  margin-top: 100px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-Column {
    margin-top: 80px;
  }
  .design-Column:first-child {
    margin-top: 160px;
  }
}

@media only screen and (max-width: 559px) {
  .design-Column {
    margin: 60px 0 0;
  }
}

@media print, screen and (min-width: 960px) {
  .design-Column .Grid {
    margin-left: -24px;
  }
}

.design-Column .Grid.-column2 .Grid__item {
  margin-left: 24px;
}

@media print, screen and (min-width: 960px) {
  .design-Column .Grid.-column2 .Grid__item:first-child {
    width: calc(100% - 537px);
  }
}

@media print, screen and (min-width: 960px) {
  .design-Column .Grid.-column2 .Grid__item:last-child {
    width: 489px;
  }
}

.design-Column .Grid.-column2 .Grid__item .Image + .Image {
  margin-top: 30px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-Column .Grid.-column2 .Grid__item .Image + .Image {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 559px) {
  .design-Column .Grid.-column2 .Grid__item .Image + .Image {
    margin-top: 20px;
  }
}

.design-Column .Grid.-column2 .Grid__item img {
  width: 100%;
}

@media only screen and (max-width: 959px) {
  .design-Column .Grid.-column1SPandTBView {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 959px) {
  .design-Column .Grid.-column1SPandTBView .Grid__item {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 959px) {
  .design-Column .Grid.-column1SPandTBView .Grid__item.Grid__textSection {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 959px) {
  .design-Column .Grid.-column1SPandTBView .Grid__item.Grid__textSection {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .design-Column .Grid.-column1SPandTBView .Grid__item.Grid__imageSection {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 959px) {
  .design-Column .Grid.-column1SPandTBView .Grid__item .Text {
    font-weight: normal;
    line-height: 1.7;
    font-size: 1.6rem;
  }
}

.design-Column.-positionRight {
  margin-left: auto;
}

.design-Column.-positionLeft .Grid.-column2 .Grid__item:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.design-Column.-positionLeft .Grid.-column2 .Grid__item:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.design-Section01 {
  padding: 100px 0;
}

@media only screen and (max-width: 559px) {
  .design-Section01 {
    padding: 40px 0 0;
  }
}

.design-Section01 .HeadingLevel2::after {
  display: none;
}

.design-Section01 .HeadingLevel2 + .Text {
  margin-top: 30px;
}

.design-Section01 .Text.-lead {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #008486;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.8rem;
  line-height: 2.2;
}

@media only screen and (max-width: 559px) {
  .design-Section01 .Text.-lead {
    line-height: 1.8;
  }
}

.design-Section02 {
  padding: 100px 0;
}

@media only screen and (max-width: 559px) {
  .design-Section02 {
    padding: 160px 0 0;
  }
}

.design-Section02 .Text.-lead {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 960px) {
  .design-Section02__image {
    margin: 100px -50px 0;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-Section02__image {
    margin: 100px -28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .design-Section02__image {
    margin: 80px -15px 0;
  }
}

.design-Section02__image img {
  width: 100%;
}

.design-Section02__image .Image__caption {
  position: relative;
  max-width: 960px;
  margin: -62px auto 0;
  padding: 46px 60px;
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.6rem;
  background-color: rgba(0, 132, 134, 0.86);
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-Section02__image .Image__caption {
    margin: -62px 28px 0;
  }
}

@media only screen and (max-width: 559px) {
  .design-Section02__image .Image__caption {
    margin: -40px 15px 0;
    padding: 30px;
  }
}

.design-Section03 {
  padding: 100px 0 10px;
}

@media only screen and (max-width: 559px) {
  .design-Section03 {
    padding: 120px 0 0;
  }
}

.design-Section03 .Text.-lead {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.8rem;
}

.design-Section03 .CoverLink {
  margin-top: 100px;
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .design-Section03 .CoverLink {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 559px) {
  .design-Section03 .CoverLink {
    margin-top: 80px;
  }
}

.design-Section03 .CoverLink + .CoverLink {
  margin-top: 64px;
}

@media only screen and (max-width: 559px) {
  .design-Section03 .CoverLink + .CoverLink {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 960px) {
  .design-Section03 .CoverLink.-positionLeft {
    margin-left: -50px;
  }
}

@media print, screen and (min-width: 960px) {
  .design-Section03 .CoverLink.-positionRight {
    margin-right: -50px;
  }
}

.CoverLink {
  position: relative;
}

@media only screen and (max-width: 959px) {
  .CoverLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.CoverLink__inner {
  color: #fff;
  background-color: rgba(0, 132, 134, 0.86);
}

@media print, screen and (min-width: 960px) {
  .CoverLink__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42.55%;
    padding: 0;
    z-index: 2;
  }
}

@media only screen and (min-width: 560px) and (max-width: 959px) {
  .CoverLink__inner {
    padding: 40px 28px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 559px) {
  .CoverLink__inner {
    padding: 35px 15px 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.CoverLink__inner .HeadingLevel3__body {
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  line-height: 1.4;
}

@media print, screen and (min-width: 560px) {
  .CoverLink__inner .HeadingLevel3__body {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 559px) {
  .CoverLink__inner .HeadingLevel3__body {
    font-size: 2.3rem;
  }
}

@media print, screen and (min-width: 960px) {
  .CoverLink__inner .HeadingLevel3__body {
    font-size: calc(20px + ((1vw - 9.6px) * 1.25));
  }
}

@media only screen and (max-width: 559px) {
  .CoverLink__inner .HeadingLevel3__body {
    font-size: 2.1rem;
    line-height: 1.33;
  }
}

.CoverLink__inner .HeadingLevel3__textLead {
  margin-top: 26px;
  color: #fff;
  font-weight: normal;
  line-height: 1.7;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 960px) {
  .CoverLink__inner .HeadingLevel3__textLead {
    margin-top: calc(16px + ((1vw - 9.6px) * 1.5625));
  }
}

@media only screen and (max-width: 959px) {
  .CoverLink__inner .HeadingLevel3__textLead {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 960px) {
  .CoverLink__textArea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: calc(20px + ((1vw - 9.6px) * 9.375));
    padding-right: calc(20px + ((1vw - 9.6px) * 9.375));
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}

@media only screen and (min-width: 1600px) {
  .CoverLink__textArea {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.CoverLink__textArea .Button {
  margin-top: 26px;
}

@media print, screen and (min-width: 960px) {
  .CoverLink__textArea .Button {
    margin-top: calc(16px + ((1vw - 9.6px) * 1.5625));
  }
}

@media only screen and (max-width: 559px) {
  .CoverLink__textArea .Button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .CoverLink__imageArea {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.CoverLink__imageArea img {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .CoverLink.-positionLeft .CoverLink__inner {
    left: 0;
  }
}

.CoverLink.-positionLeft .CoverLink__inner .Button {
  margin-right: 0;
}

@media only screen and (max-width: 959px) {
  .CoverLink.-positionLeft .CoverLink__inner .Button {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 960px) {
  .CoverLink.-positionRight .CoverLink__inner {
    right: 0;
  }
}

.CoverLink.-positionRight .CoverLink__inner .Button {
  margin-left: 0;
}

@media only screen and (max-width: 959px) {
  .CoverLink.-positionRight .CoverLink__inner .Button {
    margin-right: 0;
  }
}
