@charset "utf-8";

ol, ul {
  list-style:none;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
.-mincho {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, 'Noto Serif JP', serif;
}
.-gothic {
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, sans-serif;
}
.-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.MG-font__color.-red {
  color: #f04a46;
}
.MG-font__color.-yellow {
  color: #fffe00;
}
.MG-font__color.-green {
  color: #276f0f;
}
.MG-marker.-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fffe00));
  background: -o-linear-gradient(transparent 80%, #fffe00 80%);
  background: linear-gradient(transparent 80%, #fffe00 80%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1s;
  -o-transition: background-size 1s;
  transition: background-size 1s;
}
.MG-style__dotted {
  padding: 0;
  position: relative;
}
.MG-style__dotted::before {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: .8em;
  content: "・";
}

.-vertical-rl {
  display: inline-block;
}

.MG-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.MG-contentsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.MG-contentsHeader::before,
.MG-contentsHeader::after {
  height: .26666vw;
  background: #333;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
}
.MG-contentsHeader::before {
  margin: 0 1.33333vw 0 0;
}
.MG-contentsHeader::after {
  margin: 0 0 0 1.33333vw;
}
.MG-contentsHeader__logo {
  margin: 0 0 -4.8vw;
  width: 39.46666vw;
  height: 15.2vw;
  background: url(../img/lp/contentsHeader-logo@2x.png) no-repeat center center;
  background-size: contain;
}

/* globalHeader */
.MG-globalHeader {
  background: #fff;
}
.MG-globalHeader__inner {
  width: 100%;
  height: 16vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.MG-globalHeader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.MG-globalHeader__logoLink {
  padding: 0 2.66666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-globalHeader__logoImage {
  width: 33.6vw;
  height: 12.93333vw;
}
.MG-globalHeader__navigation {
  display: none;
}

/* modal */
.MG-modalArea {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity : 0;
  visibility: hidden;
  transition: .2s;
}
.MG-modalBackGround {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, .9);
}
.MG-modal {
  width: 89.3333vw;
  background: #fff;
  border-radius: 2.1333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MG-modal__inner {
  padding: 8vw 2.6667vw 6.4vw;
  position: relative;
}
.MG-modal__content {
  padding: 0 2.6667vw 6.1333vw;
}
.MG-modal__list {
  margin: 0 0 5.3333vw;
  padding: 0;
  list-style: none;
}
.MG-modal__listItem {
  margin: 0 0 2.6667vw;
  padding: 0 0 2.6667vw;
  border-bottom: .2667vw solid #eaeaea;
  font-size: 4.5333vw;
  display: flex;
  align-items: center;
}
.MG-modal__listItem::before {
  margin: 0 2.1333vw 0 0;
  width: 5.3333vw;
  height: 5.3333vw;
  background: url(../img/lp/modal-listIcon@2x.png) no-repeat top left;
  background-size: contain;
  content: "";
}
.MG-modal__header {
  margin: 0 0 2.6667vw;
}
.MG-modal__title {
  margin: 0;
  font-size: 8vw;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.MG-modal__underLine {
  border-bottom: .5333vw solid #f99300;
}
.MG-modal__text {
  margin: 0;
  padding: 1.6vw;
  border: .5333vw solid #f99300;
  border-radius: 5.3333vw;
  color: #f99300;
  font-size: 4.2667vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.MG-modal__button {
  margin: 0;
}
.MG-modal__buttonLink:hover {
  opacity: .8;
}
.MG-modal__inquireButtonImage {
  width: 84vw;
  height: 20vw;
}
.MG-closeModal {
  position: absolute;
  top: -4vw;
  right: -4vw;
  cursor: pointer;
}
.MG-modal__closeIconImage {
  width: 8vw;
  height: 8vw;
}
.is-open {
  opacity : 1;
  visibility: visible;
}

/* hero */
.MG-heroArea {
  width: 100%;
  height: auto;
  background: url(../img/lp/hero-backGround@2x.jpg) no-repeat top center;
  background-size: 100vw 128vw;
}
.MG-heroArea__inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.MG-hero {
  width: 100%;
  height: 128vw;
}
.MG-hero__inner {
  padding: 6.1333vw 5.3333vw 5.3333vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.MG-hero__description {
  margin: 0 0 6.6667vw;
}
.MG-hero__descriptionText {
  margin: 0;
  color: #fff;
  font-size: 5.8667vw;
  line-height: 1.6;
  font-weight: bold;
  text-shadow: .26666vw .26666vw 1.33333vw rgb(0, 0, 0);
  -webkit-filter: drop-shadow(.26666vw .26666vw 1.33333vw rgba(0, 0, 0, 1));
  filter: drop-shadow(.26666vw .26666vw 1.33333vw rgba(0, 0, 0, 1));
}
.MG-hero__descriptionText.-large {
  font-size: 6.6667vw;
}
/* .MG-hero__descriptionTextRuby[data-ruby] {
  position: relative;
}
.MG-hero__descriptionTextRuby[data-ruby]::after {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -1em;
  left: 0;
  color: #fff;
  font-size: 4.26666vw;
  text-align: center;
  line-height: 1;
  text-shadow: .26666vw .26666vw 1.33333vw rgb(0, 0, 0);
  -webkit-filter: drop-shadow(.26666vw .26666vw 1.33333vw rgba(0, 0, 0, 1));
  filter: drop-shadow(.26666vw .26666vw 1.33333vw rgba(0, 0, 0, 1));
  content: attr(data-ruby);
} */
.MG-hero__subHeader {
  margin: 0;
  width: 48.9333vw;
  height: 4.8vw;
  background: rgba(255, 255, 255, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-hero__subTitle {
  margin: 0;
  color: #02320a;
  font-size: 3.7333vw;
  line-height: 1;
}
.MG-hero__header {
  width: 100%;
}
.MG-hero__title {
  margin: 0;
}
.MG-hero__titleImage {
  width: 74.8vw;
  height: 20.8vw;
}
.MG-hero__body {
  margin: 0;
}
.MG-hero__paragraph {
  padding: 2.1333vw 0;
  width: fit-content;
  position: relative;
}
.MG-hero__paragraph::before,
.MG-hero__paragraph::after {
  width: 2.6667vw;
  height: 6.1333vw;
  position: absolute;
  -webkit-filter: drop-shadow(.2667vw .2667vw 1.3333vw rgba(0, 0, 0, 1));
  filter: drop-shadow(.2667vw .2667vw 1.3333vw rgba(0, 0, 0, 1));
  content: "";
}
.MG-hero__paragraph::before {
  border-top: .2667vw solid #fff;
  border-left: .2667vw solid #fff;
  top: 0;
  left: 0;
}
.MG-hero__paragraph::after {
  border-right: .2667vw solid #fff;
  border-bottom: .2667vw solid #fff;
  right: 0;
  bottom: 0;
}
.MG-hero__text {
  margin: 0;
  color: #fff;
  font-size: 5.8667vw;
  font-weight: bold;
  line-height: 1;
}
.MG-hero__text + .MG-hero__text {
  margin-top: 2.6667vw;
}
.MG-hero__textDetail > sup {
  font-size: 2.6667vw;
  top: -1em;
}
.MG-hero__textDetail {
  padding: 0 2.2667vw;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, .7) 90%, transparent);
}
.MG-featureArea {
  margin: 0 auto;
  width: 100%;
  background: #05330c;
}
.MG-featureArea__inner {
  margin: 0 auto;
  width: 100%;
}
.MG-hero__feature {
  width: 100%;
}
.MG-hero__featureInner {
  margin: 0 auto;
  padding: 5.3333vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.MG-hero__featureDescription {
  margin: 0;
}
.MG-hero__featureLeadText {
  margin: 0 0 2.6667vw;
  padding: 0 0 1.3333vw;
  border-bottom: .2667vw solid #fff;
  color: #fff;
  font-size: 5.2vw;
  line-height: 1;
}
.MG-hero__featureText {
  margin: 0;
  position: relative;
  color: #ffd300;
  font-size: 7.3333vw;
  line-height: 1.6;
}
.MG-hero__featureText::after {
  margin: 0 0 -3.6vw;
  width: 35.0667vw;
  height: 7.2vw;
  background: url(../img/lp/hero-featureIcon@2x.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  left: 31.2vw;
  content: "";
}
/*.MG-hero__featureBanner {
  margin: 0 0 5.3333vw;
}*/
.MG-hero__featureBannerImage {
  width: 89.3333vw;
  height: 28.2667vw;
}
.MG-hero__discountBanner {
  margin: 0 0 2.6667vw;
}
.MG-hero__discountBannerImage {
  width: 89.3333vw;
  height: 23.2vw;
}
.MG-hero__campaignBanner {
  margin: 0 0 2.6667vw;
  position: relative;
}
.MG-hero__campaignBanner::before {
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  content: "";
}
.MG-hero__campaignBanner:hover::before {
  display: block;
}
.MG-hero__campaignBannerImage {
  width: 89.8667vw;
  height: 30.4vw;
}
.MG-hero__campaignBannerImage.-fiscalYear {
  width: 89.3333vw;
  height: 23.4667vw;
}
.MG-hero__featureNotes {
  margin: 0;
}
.MG-hero__featureNotesText {
  margin: 0;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.4;
}
.MG-heroOffer {
  display: none;
}

/* product */
.MG-product {
  background: #fff;
}
.MG-product__inner {
  padding: 5.33333vw 0 0;
  width: 100%;
}
.MG-product__lead {
  margin: 0 0 5.33333vw;
  padding: 0 5.33333vw;
}
.MG-product__leadText {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
}
.MG-product__items {
  width: 100%;
  display: block;
}
.MG-product__item {
  width: 100%;
}
.MG-product__head {
  margin: 0 0 -10.13333vw;
  position: relative;
  z-index: 2;
}
.MG-product__image {
  width: 100vw;
  height: 107.2vw;
}
.MG-product__body {
  padding: 16vw 8vw 8vw;
  position: relative;
  z-index: 1;
}
.MG-product__body.-resort {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5fdeb), color-stop(20%, #fff));
  background: -o-linear-gradient(top, #f5fdeb, #fff 20%);
  background: linear-gradient(to bottom, #f5fdeb, #fff 20%);
}
.MG-product__body.-noble {
  background: -webkit-gradient(linear, left top, left bottom, from(#dcf5ee), color-stop(20%, #fff));
  background: -o-linear-gradient(top, #dcf5ee, #fff 20%);
  background: linear-gradient(to bottom, #dcf5ee, #fff 20%);
}
.MG-product__description {
  margin: 0 0 14.4vw;
}
.MG-product__descriptionText {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-product__descriptionText + .MG-product__descriptionText {
  margin-top: 5.3333vw;
}
.MG-product__recommend {
  margin: 0 0 10vw;
}
.MG-product__recommendHeader {
  margin: 0 0 6vw;
  padding: 2.4vw 0;
  position: relative;
}
.MG-product__recommendHeader::after {
  margin: 0 0 0 -2.6667vw;
  position: absolute;
  bottom: -2.6667vw;
  left: 50%;
  content: "";
}
.MG-product__recommendHeader.-resort {
  background: #419062;
}
.MG-product__recommendHeader.-resort::after {
  border-top: 2.6667vw solid #419062;
  border-right: 2.4vw solid transparent;
  border-left: 2.4vw solid transparent;
}
.MG-product__recommendHeader.-noble {
  background: #437181;
}
.MG-product__recommendHeader.-noble::after {
  border-top: 2.6667vw solid #437181;
  border-right: 2.4vw solid transparent;
  border-left: 2.4vw solid transparent;
}
.MG-product__recommendTitle {
  margin: 0;
  color: #fff;
  font-size: 5.3333vw;
  line-height: 1;
  text-align: center;
}
.MG-product__recommendList {
  margin: 0;
  padding: 0 0 0 4vw;
}
.MG-product__recommendListItem {
  margin: 0 0 2.1333vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
}
.MG-product__subHeader {
  margin: 0 0 .8vw;
}
.MG-product__subTitle {
  margin: 0;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 1;
}
.MG-product__header {
  margin: 0 0 4.53333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.MG-product__header::after {
  height: .26666vw;
  background: #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
}
.MG-product__title {
  margin: 0;
  font-size: 10vw;
  line-height: 1;
}
.MG-product__titleRuby {
  font-size: 4.33333vw;
}
.MG-product__paragraph {
  margin: 0 0 5.3333vw;
  padding: 0 0 5.33333vw;
  border-bottom: .26666vw solid #ccc;
}
.MG-product__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-product__priceLead {
  margin: 0 0 2.6667vw;
}
.MG-product__priceLeadText {
  margin: 0;
  color: #f00;
  font-size: 3.7333vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
}
.MG-product__regularPrice {
  margin: 0 0 9.6vw;
  position: relative;
}
.MG-product__regularPrice::after {
  border-top: 4.2667vw solid #f14a46;
  border-right: 16vw solid transparent;
  border-left: 16vw solid transparent;
  position: absolute;
  bottom: -6.9333vw;
  left: 10.6667vw;
  content: "";
}
.MG-product__regularPriceText {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1;
}
.MG-product__price {
  margin: 0 0 4.2667vw;
  display: flex;
  gap: 0 2.1333vw;
}
.MG-product__priceLabel {
  width: 16.5333vw;
  height: 13.3333vw;
  background: #f04a46;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff500;
  font-size: 4.5333vw;
  font-weight: bold;
  line-height: 1;
}
.MG-product__priceLabel::after {
  height: 0;
  position: absolute;
  bottom: -2.4vw;
  left: 0;
  border-right: 8.2667vw solid #f04a46;
  border-bottom: 2.4vw solid transparent;
  border-left: 8.2667vw solid #f04a46;
  content: "";
}
.MG-product__priceText {
  margin: 0;
  font-size: 5.3333vw;
  line-height: 1;
}
.MG-product__priceText.-large {
  font-size: 11.2vw;
}
.MG-product__priceTaxText {
  font-size: 4.2667vw;
  line-height: 1;
}
.MG-product__priceDescription {
  margin: 0 0 2.6667vw;
  padding: 2.6667vw;
  background: #f4f4f4;
}
.MG-product__priceDescriptionText {
  margin: 0;
  font-size: 4.2667vw;
  line-height: 1.6;
}
.MG-product__priceNotes {
  margin: 0 0 5.3333vw;
}
.MG-product__priceNotesText {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 4.2667vw;
  line-height: 1.6;
  text-indent: -1em;
}
.MG-product__detail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.MG-product__detailTitle {
  margin: 0;
  padding: 2.66666vw;
  width: 35%;
  height: auto;
  border-right: .26666vw solid #ccc;
  border-top: .26666vw solid #ccc;
  font-size: 4.26666vw;
  line-height: 1;
}
.MG-product__detailText {
  margin: 0;
  padding: 2.66666vw;
  width: 65%;
  height: auto;
  border-top: .26666vw solid #ccc;
  font-size: 4.26666vw;
  line-height: 1;
}
.MG-product__detailTitle:last-of-type,
.MG-product__detailText:last-of-type {
  border-bottom: .26666vw solid #ccc;
}

/* discout */
.MG-discount {
  margin: 0 auto 12vw;
  width: 100%;
  background: #00796B;
  position: relative;
}
.MG-discount::after {
  margin: 0 0 0 -7.7333vw;
  border-top: 8vw solid #00796B;
  border-right: 7.7333vw solid transparent;
  border-left: 7.7333vw solid transparent;
  position: absolute;
  bottom: -8vw;
  left: 50%;
  content: "";
}
.MG-discount__inner {
  margin: 0;
  padding: 8vw 2.6667vw;
  width: 100%;
}
.MG-discount__description {
  margin: 0 0 4.8vw;
}
.MG-discount__descriptionText {
  margin: 0;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.MG-discount__header {
  margin: 0 0 8vw;
  padding: 0 0 6.4vw;
  border-bottom: .5333vw solid #fff;
}
.MG-discount__title {
  margin: 0 0 0 13.6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.MG-discount__title::before {
  margin: -6.1333vw 0 0 0;
  width: 12.2667vw;
  height: 12.2667vw;
  background: url(../img/lp/discount-icon-clearance@2x.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -13.6vw;
  content: "";
}
.MG-discount__titleImage {
  width: 79.8667vw;
  height: 10vw;
}
.MG-discount__items {
  margin: 0 auto 8vw;
  padding: 0 8vw;
}
.MG-discount__item {
  margin: 0;
  width: 100%;
}
.MG-discount__item + .MG-discount__item,
.MG-discount__itemText + .MG-discount__itemTitle {
  margin-top: 8vw;
}
.MG-discount__itemTitle {
  margin: 0 0 4.2667vw;
  padding: .8vw 2.6667vw;
  background: #fff;
  border-radius: 2.6667vw;
  display: inline-block;
  color: #00796B;
  font-size: 5.3333vw;
  font-weight: bold;
  line-height: 1;
}
.MG-discount__itemText {
  margin: 0;
  color: #fff;
  font-size: 4.2667vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-discount__itemText strong {
  color: #fad47e;
}
.MG-discount__notes {
  margin: 0 0 8vw;
  padding: 1.3333vw 2.6667vw;
  background: #fff;
  border-radius: 2.6667vw;
  position: relative;
}
.MG-discount__notes::before {
  width: 11.2vw;
  height: 11.2vw;
  background: url(../img/lp/discount-icon-caution@2x.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -2.1333vw;
  left: 2.6667vw;
  content: "";
}
.MG-discount__notesTitle {
  margin: 0 0 3.4667vw 13.3333vw;
  padding: 0 0 .5333vw;
  border-bottom: .5333vw solid #f04a46;
  display: inline-flex;
  align-items: center;
  font-size: 5.0667vw;
  font-weight: bold;
  line-height: 1;
}
.MG-discount__notesText {
  margin: 0;
  font-size: 4.2667vw;
  line-height: 1.6;
  text-align: center;
}
.MG-discount__text {
  margin: 0;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.MG-discount__text strong {
  color: #fad47e;
}

/* safetyMeasure */
.MG-safetyMeasure {
  padding: 8vw 2.6667vw;
  background: #fff;
}
.MG-safetyMeasure__inner {
  margin: 0;
  padding: 8vw 5.33333vw;
  width: 100%;
  border: .5333vw solid #fed6d6;
  border-radius: 1.3333vw;
}
.MG-safetyMeasure__header {
  margin: 0 0 8vw;
}
.MG-safetyMeasure__title {
  margin: 0;
  color: #fc9494;
  font-size: 6vw;
  line-height: 1;
  text-align: center;
}
.MG-safetyMeasure__title::before,
.MG-safetyMeasure__title::after {
  content: "ー";
}
.MG-safetyMeasure__paragraph {
  width: 100%;
  height: auto;
}
.MG-safetyMeasure__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-safetyMeasure__list {
  margin: 8vw 0;
  padding: 10.6667vw 0;
  width: 100%;
  border-top: .2667vw solid #fed6d6;
  border-bottom: .2667vw solid #fed6d6;
  list-style: none;
}
.MG-safetyMeasure__listItem {
  margin: 0;
  padding: 0 0 0 12vw;
  position: relative;
  font-size: 4.5333vw;
  font-weight: bold;
  line-height: 1.6;
}
.MG-safetyMeasure__listItem + .MG-safetyMeasure__listItem {
  margin-top: 8vw;
}
.MG-safetyMeasure__listItem.-mask::before {
  margin: -4.9333vw 0 0;
  width: 9.8667vw;
  height: 9.8667vw;
  background: url(../img/lp/safetyMeasure-icon-mask@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}
.MG-safetyMeasure__listItem.-thermometer::before {
  margin: -4.9333vw 0 0;
  width: 9.8667vw;
  height: 9.8667vw;
  background: url(../img/lp/safetyMeasure-icon-thermometer@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}
.MG-safetyMeasure__listItem.-disinfection::before {
  margin: -4.9333vw 0 0;
  width: 9.8667vw;
  height: 9.8667vw;
  background: url(../img/lp/safetyMeasure-icon-disinfection@2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

/* constructionPortfolio */
.MG-constructionPortfolio {
  /*background: #e1f0ce;*/
  background:#e2ffe3;
}
.MG-constructionPortfolio__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-constructionPortfolio__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-constructionPortfolio__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-constructionPortfolio__subHeader {
  margin: 0 auto 2.6667vw;
  padding: 1.06666vw 0;
  width: 100%;
  background: #276f0f;
}
.MG-constructionPortfolio__items + .MG-constructionPortfolio__subHeader {
  margin-top: 8vw;
}
.MG-constructionPortfolio__subTitle {
  margin: 0;
  color: #fff;
  font-size: 5.33333vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.MG-constructionPortfolio__items {
  margin: 0;
  width: 100%;
  display: block;
}
.MG-constructionPortfolio__items + .MG-constructionPortfolio__items {
  margin-top: 5.3333vw;
}
.MG-constructionPortfolio__image {
  margin: 0 0 5.3333vw;
  padding: 0;
}
.MG-constructionPortfolio__image.-before,
.MG-constructionPortfolio__image.-after {
  margin: 0;
  padding: 0 2.6667vw;
}
.MG-constructionPortfolio__image.-before {
  margin: 0 0 12.8vw;
  position: relative;
}
.MG-constructionPortfolio__image.-before::after {
  margin: 0 -4vw 0 0;
  width: 8vw;
  height: 7.4667vw;
  background: url(../img/lp/constructionPortfolio-arrow@2x.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -10.1333vw;
  right: 50%;
  content: "";
}
.MG-constructionPortfolio__image.-after + .MG-constructionPortfolio__image.-after {
  margin-top: 8vw;
}
.MG-constructionPortfolio__mainImage {
  width: 89.3333vw;
  height: 66.6667vw;
}
.MG-constructionPortfolio__speechBubble {
  padding: 2.6667vw;
  width: 89.3333vw;
  height: auto;
  background: #bad975;
  position: relative;
}
.MG-constructionPortfolio__speechBubble::before {
  margin: 0 0 0 -5.4667vw;
  border-right: 5.4667vw solid transparent;
  border-bottom: 9.3333vw solid #bad975;
  border-left: 5.4667vw solid transparent;
  position: absolute;
  top: -9.3333vw;
  left: 50%;
  content: "";
}
.MG-constructionPortfolio__paragraph {
  padding: 5.3333vw;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 1.0333vw;
  -webkit-filter: drop-shadow(0 .8vw 1.6vw rgba(0, 0, 0, .3));
  filter: drop-shadow(0 .8vw 1.6vw rgba(0, 0, 0, .3));
}
.MG-constructionPortfolio__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-constructionPortfolio__text + .MG-constructionPortfolio__text {
  margin-top: 1em;
}
.MG-constructionPortfolio__subImage {
  width: 84vw;
  height: 62.9333vw;
}

/* characteristic */
.MG-characteristic {
  background: #fff;
}
.MG-characteristic__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-characteristic__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-characteristic__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-characteristic__items {
  margin: 0 0 4vw;
  width: 100%;
  display: block;
}
.MG-characteristic__item {
  margin: 0 0 5.33333vw;
  width: 100%;
}
.MG-characteristic__item:last-of-type {
  margin-bottom: 0;
}
.MG-characteristic__image {
  width: 89.33333vw;
  height: 53.33333vw;
}
.MG-characteristic__paragraph {
  padding: 0 2.66666vw;
}
.MG-characteristic__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-characteristic__notes {
  padding: 0 2.66666vw;
}
.MG-characteristic__notesText {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
  text-indent: -1em;
}

/* comparision */
.MG-comparision {
  /*background: #e1f0ce;*/
  background:#e2ffe3;
}
.MG-comparision__inner {
  padding: 8vw 2.66666vw;
  max-width: 100%;
}
.MG-comparision__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  background: url(../images/comparision-figure-watanabe@2x.png) no-repeat bottom right;
  background-size: 29.6vw 26.6667vw;
  border-bottom: .26666vw solid #333;
}
.MG-comparision__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-comparision__tableScroller {
  width: 100%;
  overflow-x: scroll;
}
.MG-comparision__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.MG-comparision__table thead tr th,
.MG-comparision__table thead tr td {
  padding: 2.6667vw 1.3333vw 5.3333vw;
  width: max-content;
  background: #f2f2f2;
  font-size: 3.7333vw;
  text-align: center;
  word-break: keep-all;
}
.MG-comparision__table thead tr th.-current,
.MG-comparision__table thead tr td.-current {
  background: #e2e8a4;
}
.MG-comparision__table thead tr th.-current {
  color: #276f0f;
}
.MG-comparision__tableHeaderImage {
  width: 31.4667vw;
  height: 22.1333vw;
}
.MG-comparision__tableTitle tbody tr td {
  padding: 2.6667vw;
  background: #276f0f;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  text-align-last: left;
}

/* maintenance */
.MG-maintenance {
  margin: 10.4vw 0 0;
  background: #e1f0ce;
  position: relative;
}
.MG-maintenance::before {
  width: 100%;
  height: 10.4vw;
  background: url(../img/lp/maintenance-backGround@2x.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -10.13333vw;
  left: 0;
  content: "";
}
.MG-maintenance__inner {
  padding: 0 5.33333vw 8vw;
  width: 100%;
}
.MG-maintenance__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-maintenance__subTitle {
  margin: 0;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.MG-maintenance__title {
  margin: 0;
  color: #095a00;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-maintenance__paragraph {
  margin: 0 0 8vw;
  padding: 0 2.66666vw;
}
.MG-maintenance__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-maintenance__target {
  margin: 0 0 8vw;
  padding: 0 2.66666vw;
}
.MG-maintenance__targetTitle {
  margin: 0 0 5.33333vw;
  width: 100%;
  height: 8vw;
  background: #095a00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 4.53333vw;
  line-height: 1;
  text-align: center;
}
.MG-maintenance__targetList {
  margin: 0;
  padding: 0 0 0 16.8vw;
  display: block;
  list-style: none;
}
.MG-maintenance__targetItem {
  margin: 0 0 4vw;
  position: relative;
  width: 100%;
  font-size: 4.26666vw;
  font-weight: bold;
  line-height: 1.6;
}
.MG-maintenance__targetItem::before {
  margin: -6.13333vw 0 0;
  width: 12.26666vw;
  height: 12.26666vw;
  background: url(../img/lp/maintenance-targetIcon@2x.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -16.8vw;
  content: "";
}
.MG-maintenance__services {
  margin: 0 auto;
  width: 100%;
  max-width: 84vw;
  background: #fff;
  border-radius: 1.06666vw;
  -webkit-box-shadow: 0 .8vw 1.6vw rgba(0, 0, 0, .16);
          box-shadow: 0 .8vw 1.6vw rgba(0, 0, 0, .16);
}
.MG-maintenance__servicesItems {
  padding: 5.33333vw 2.66666vw;
  display: block;
}
.MG-maintenance__servicesItem {
  width: 100%;
}
.MG-maintenance__servicesItem + .MG-maintenance__servicesItem {
  margin-top: 8vw;
  padding-top: 8vw;
  border-top: .26666vw solid #ccc;
}
.MG-maintenance__servicesTitle {
  margin: 0 0 5.33333vw;
  color: #276f0f;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-maintenance__servicesSubTitle {
  margin: 0 0 2.66666vw;
  padding: 0 0 0 1em;
  color: #83a758;
  font-size: 4.53333vw;
  line-height: 1.6;
  text-indent: -1em;
}
.MG-maintenance__servicesSubTitle::before {
  content: "○";
}
.MG-maintenance__servicesText + .MG-maintenance__servicesSubTitle {
  margin-top: 5.3333vw;
}
.MG-maintenance__servicesText {
  margin: 0;
  font-size: 4.2667vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-maintenance__servicesNotes {
  margin: 0 0 5.3333vw;
}
.MG-maintenance__servicesNotesText {
  margin: 0;
  padding: 0 0 0 1em;
  font-size: 3.7333vw;
  line-height: 1.6;
  text-align: justify;
  text-indent: -1em;
}
.MG-maintenance__detail {
  margin: 0 0 5.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.MG-maintenance__detailTitle {
  margin: 0;
  padding: 2.66666vw 2.66666vw 2.66666vw 1.33333vw;
  width: 35%;
  height: auto;
  border-right: .26666vw solid #ccc;
  border-top: .26666vw solid #ccc;
  display: flex;
  align-items: center;
  font-size: 4.26666vw;
  line-height: 1;
}
.MG-maintenance__detailText {
  margin: 0;
  padding: 2.66666vw 1.33333vw 2.66666vw 2.66666vw;
  width: 65%;
  height: auto;
  border-top: .26666vw solid #ccc;
  position: relative;
  font-size: 4.26666vw;
  line-height: 1.2;
}
.MG-maintenance__detailText.-label::after {
  padding: 1.33333vw;
  background: #f00;
  border-radius: 1.06666vw;
  position: absolute;
  top: 4vw;
  right: 2.6667vw;
  color: #fff;
  font-size: 4.26666vw;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W6", HiraKakuProN-W6, sans-serif;
  font-weight: bold;
  content: "お得!";
}
.MG-maintenance__detailTitle:last-of-type,
.MG-maintenance__detailText:last-of-type {
  border-bottom: .26666vw solid #ccc;
}
.MG-maintenance__detailSubText {
  font-size: 3.7333vw;
}
.MG-maintenance__detailSubText::before {
  margin: 0 0 0 -.5em;
  content: "【";
}
.MG-maintenance__detailSubText::after {
  content: "】";
}

/* authoritativeness */
.MG-authoritativeness {
  background: #f5f5f5;
}
.MG-authoritativeness__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-authoritativeness__header {
  margin: 0 0 8vw;
}
.MG-authoritativeness__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-authoritativeness__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.MG-authoritativeness__item {
  width: 43.46666vw;
  height: auto;
}
.MG-authoritativeness__item:last-of-type {
  margin: 8vw auto 0;
}
.MG-authoritativeness__image {
  margin: 0 0 2.66666vw;
}
.MG-authoritativeness__licenceImage {
  width: 43.46666vw;
  height: 61.6vw;
  -webkit-box-shadow: 0 .8vw 1.6vw rgba(0, 0, 0, .16);
          box-shadow: 0 .8vw 1.6vw rgba(0, 0, 0, .16);
}
.MG-authoritativeness__paragraph {
  margin: 0;
}
.MG-authoritativeness__text {
  margin: 0;
  font-size: 2.93333vw;
  font-weight: bold;
  line-height: 1.6;
}

/* caseStudy */
.MG-caseStudy {
  background: #fff;
}
.MG-caseStudy__inner {
  width: 100%;
  padding: 8vw 5.33333vw;
}
.MG-caseStudy__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-caseStudy__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-caseStudy__items {
  margin: 0 0 5.3333vw;
  padding: 0;
  display: block;
}
.MG-caseStudy__item {
  margin: 0 0 5.3333vw;
  width: 100%;
}
.MG-caseStudy__item:last-of-type {
  margin-bottom: 0;
}
.MG-caseStudy__itemHead {
  padding: 2.1333vw 2.6667vw;
  background: #095a00;
  border-top-right-radius: 2.6667vw;
  border-top-left-radius: 2.6667vw;
}
.MG-caseStudy__itemTitle {
  margin: 0;
  color: #fff;
  font-size: 5.3333vw;
  line-height: 1;
}
.MG-caseStudy__itemBody {
  padding: 5.3333vw 2.6667vw;
  background: #f0fae4;
  border-bottom-right-radius: 2.6667vw;
  border-bottom-left-radius: 2.6667vw;
}
.MG-caseStudy__itemImage {
  margin: 0 0 5.3333vw;
}
.MG-caseStudy__caseImage {
  width: 84vw;
  height: 85.3333vw;
  -webkit-filter: drop-shadow(1.3333vw 2.6667vw .6667vw rgba(0, 0, 0, .3));
  filter: drop-shadow(1.3333vw 2.6667vw .6667vw rgba(0, 0, 0, .3));
}
.MG-caseStudy__itemDetail {
  margin: 0;
}
.MG-caseStudy__table {
  margin: 0;
  width: 84vw;
  background: #fff;
  border-width: 0 0 .2667vw .2667vw;
  border-style: solid;
  border-color: #ccc;
  border-collapse: collapse;
  font-size: 4vw;
  line-height: 1;
  align-self: start;
}
.MG-caseStudy__table th {
  padding: 1.0333vw 2.6667vw;
  width: 26.6667vw;
  background: #688D38;
  border-width: .2667vw .2667vw 0 0;
  border-style: solid;
  border-color: #ccc;
  color: #fff;
}
.MG-caseStudy__table td {
  padding: 1.0333vw 2.6667vw;
  border-width: .2667vw .2667vw 0 0;
  border-style: solid;
  border-color: #ccc;
  font-weight: bold;
}
.MG-caseStudy__notes {
  padding: 5.3333vw 2.6667vw;
  border: .2667vw solid #5d924b;
  border-radius: 2.6667vw;
}
.MG-caseStudy__notesText {
  margin: 0;
  font-size: 4.2667vw;
  line-height: 1.6;
  text-align: justify;
}

/* subjectArea */
.MG-subjectArea {
  background: #fff;
}
.MG-subjectArea__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-subjectArea__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-subjectArea__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-subjectArea__items {
  margin: 0 0 8vw;
  display: block;
}
.MG-subjectArea__description {
  margin: 0 0 2.6667vw;
  padding: 0 2.6667vw;
}
.MG-subjectArea__descriptionText {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-subjectArea__image {
  padding: 0;
}
.MG-subjectArea__mapImage {
  width: 89.3333vw;
  height: 53.3333vw;
}
.MG-subjectArea__paragraph {
  margin: 0;
  padding: 0 2.6667vw;
}
.MG-subjectArea__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}

/* constructionWork */
.MG-constructionWork {
  /*background: #fff6dd;*/
  background:#e2ffe3;
}
.MG-constructionWork__inner {
  width: 100%;
  padding: 8vw 5.33333vw;
}
.MG-constructionWork__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-constructionWork__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-constructionWork__description {
  margin: 0 0 8vw;
  padding: 0 2.66666vw;
}
.MG-constructionWork__descriptionText {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-constructionWork__subHeader {
  margin: 0 auto 2.66666vw;
  padding: 1.06666vw 0;
  width: 100%;
  background: #276f0f;
}
.MG-constructionWork__items + .MG-constructionWork__subHeader {
  margin-top: 8vw;
}
.MG-constructionWork__subTitle {
  margin: 0;
  color: #fff;
  font-size: 5.33333vw;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.MG-constructionWork__items {
  margin: 0;
  width: 100%;
  display: block;
}
.MG-constructionWork__items + .MG-constructionWork__items {
  margin-top: 8vw;
}
.MG-constructionWork__image {
  margin: 0 0 5.3333vw;
}
.MG-constructionWork__exampleImage {
  width: 89.3333vw;
  height: 53.3333vw;
}
.MG-constructionWork__speechBubble {
  padding: 2.6667vw;
  width: 89.3333vw;
  height: auto;
  background: #fde399;
  position: relative;
}
.MG-constructionWork__speechBubble::before {
  margin: 0 0 0 -5.4667vw;
  border-right: 5.4667vw solid transparent;
  border-bottom: 9.3333vw solid #fde399;
  border-left: 5.4667vw solid transparent;
  position: absolute;
  top: -9.3333vw;
  left: 50%;
  content: "";
}
.MG-constructionWork__paragraph {
  padding: 5.3333vw;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 1.0333vw;
  -webkit-filter: drop-shadow(0 .8vw 1.6vw rgba(0, 0, 0, .3));
  filter: drop-shadow(0 .8vw 1.6vw rgba(0, 0, 0, .3));
}
.MG-constructionWork__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}

/* constructionManagement */
.MG-constructionManagement {
  padding: 8vw 2.66666vw;
  /*background: #fff6dd;*/
  background:#e2ffe3;
}
.MG-constructionManagement__inner {
  padding: 8vw 2.66666vw;
  width: 100%;
  background: #fff;
  border-radius: 1.06666vw;
}
.MG-constructionManagement__header {
  margin: 0 0 8vw;
  padding: 4vw 0;
  border-top: .26666vw solid #333;
  border-bottom: .26666vw solid #333;
}
.MG-constructionManagement__title {
  margin: 0;
  font-size: 6.4vw;
  line-height: 1.6;
  text-align: center;
}
.MG-constructionManagement__title.-small {
  font-size: 4.8vw;
}
.MG-constructionManagement__description {
  margin: 0 0 8vw;
  padding: 0 2.66666vw;
}
.MG-constructionManagement__descriptionText {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-constructionManagement__items {
  margin: 0;
  display: block;
}
.MG-constructionManagement__failedExample {
  margin: 0 0 20.8vw;
  padding: 2.66666vw 2.66666vw 8vw;
  width: 100%;
  background: #fff;
  border: .26666vw dashed #fd8383;
  border-radius: 1.06666vw;
  position: relative;
}
.MG-constructionManagement__failedExample::after {
  margin: 0 -6vw 0 0;
  width: 12vw;
  height: 12.53333vw;
  background: url(../img/lp/constructionManagement-arrow@2x.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -12.53333vw;
  right: 50%;
  content: "";
}
.MG-constructionManagement__failedExampleHeader {
  margin: 0 0 8vw;
  padding: 3.2vw;
  background: #fd8383;
  border-radius: 1.06666vw;
}
.MG-constructionManagement__failedExampleTitle {
  margin: 0;
  color: #fff;
  font-size: 5.33333vw;
  line-height: 1;
  text-align: center;
}
.MG-constructionManagement__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MG-constructionManagement__listItem {
  margin: 0 0 8vw;
  padding: 0 0 0 1em;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
  text-indent: -1em;
}
.MG-constructionManagement__listItem:last-child {
  margin-bottom: 0;
}
.MG-constructionManagement__listItem::before {
  content: "○";
}
.MG-constructionManagement__longWarranty {
  margin: 0;
  width: 100%;
  height: auto;
}
.MG-constructionManagement__longWarrantyHeader {
  margin: 0 0 8vw;
  padding: 0 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-constructionManagement__longWarrantyTitle {
  margin: 0;
  font-size: 5.86666vw;
  line-height: 1.6;
  text-align: center;
}
.MG-constructionManagement__longWarrantyTitle.-small {
  font-size: 4.8vw;
}
.MG-constructionManagement__paragraph {
  padding: 0 2.66666vw;
}
.MG-constructionManagement__text {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}

/* constructionFlow */
.MG-constructionFlow {
  background: #fff;
}
.MG-constructionFlow__inner {
  width: 100%;
  padding: 8vw 5.33333vw;
}
.MG-constructionFlow__header {
  margin: 0 0 16vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-constructionFlow__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-constructionFlow__list {
  padding: 0 2.66666vw;
}
.MG-constructionFlow__subHeader {
  margin: 0 0 5.33333vw;
  padding: 4vw 0;
  border-top: .26666vw solid #276f0f;
  border-bottom: .26666vw solid #276f0f;
  position: relative;
}
.MG-constructionFlow__subTitle {
  margin: 0;
  color: #276f0f;
  font-size: 4.53333vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-constructionFlow__paragraph {
  padding: 0 0 5.33333vw;
  border-bottom: .26666vw solid #276f0f;
}
.MG-constructionFlow__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-constructionFlow__paragraph + .MG-constructionFlow__subHeader,
.MG-constructionFlow__items + .MG-constructionFlow__subHeader {
  margin-top: 26.66666vw;
  position: relative;
}
.MG-constructionFlow__paragraph + .MG-constructionFlow__subHeader::before,
.MG-constructionFlow__items + .MG-constructionFlow__subHeader::before {
  margin: 0 0 0 -2.66666vw;
  border-top: 4.26666vw solid #83a758;
  border-right: 2.66666vw solid transparent;
  border-left: 2.66666vw solid transparent;
  position: absolute;
  top: -14.93333vw;
  left: 50%;
  content: "";
}
.MG-constructionFlow__label {
  padding: 0 2.66666vw 0 0;
  background: #fff;
  position: absolute;
  top: -11.2vw;
  left: 0;
}
.MG-constructionFlow__labelText {
  margin: 0;
  color: #276f0f;
  font-size: 5.33333vw;
  line-height: 1;
}
.MG-constructionFlow__labelNumber {
  font-size: 14.13333vw;
}
.MG-constructionFlow__items {
  display: block;
}
.MG-constructionFlow__image {
  margin: 0 0 5.33333vw;
}
.MG-constructionFlow__exampleImage {
  width: 84vw;
  height: 59.2vw;
}

/* faq */
.MG-faq {
  background: #f3f2ed;
}
.MG-faq__inner {
  width: 100%;
  padding: 8vw 5.33333vw;
}
.MG-faq__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-faq__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-faq__list {
  margin: 0 0 5.33333vw;
  padding: 0 2.66666vw;
  display: block;
}
.MG-faq__question {
  margin: 0;
  padding: 5.33333vw 2.66666vw;
  background: #848062;
  border-top-right-radius: 1.06666vw;
  border-top-left-radius: 1.06666vw;
}
.MG-faq__answer + .MG-faq__question {
  margin-top: 2.66666vw;
}
.MG-faq__questionTitle {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  font-size: 4.53333vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-faq__questionTitle::before {
  margin: 0 1.33333vw 0 0;
  color: #fff;
  font-size: 5.33333vw;
  line-height: 1;
  content: "Q.";
}
.MG-faq__answer {
  margin: 0;
  padding: 5.33333vw 2.66666vw;
  background: #fff;
  border-bottom-right-radius: 1.06666vw;
  border-bottom-left-radius: 1.06666vw;
}
.MG-faq__answerText {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-faq__answerText::before {
  margin: 0 1.33333vw 0 0;
  color: #aca67b;
  font-size: 5.33333vw;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W6", HiraMinProN-W6, serif;
  line-height: 1;
  content: "A.";
}
.MG-faq__notes {
  padding: 0 2.66666vw;
}
.MG-faq__notesText {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
}

/* aboutUs */
.MG-aboutUs {
  background: #fff;
}
.MG-aboutUs__inner {
  padding: 8vw 5.33333vw;
}
.MG-aboutUs__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-aboutUs__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-aboutUs__paragraph {
  margin: 0 0 8vw;
  padding: 0 2.66666vw;
}
.MG-aboutUs__text {
  margin: 0 0 4.53333vw;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-aboutUs__subHeader {
  margin: 0 0 8vw;
  padding: 0 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-aboutUs__subTitle {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-aboutUs__items {
  border-bottom: .26666vw solid #eee;
  display: block;
}
.MG-aboutUs__logo {
  margin: 0 0 8vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-aboutUs__logoImage {
  width: 53.33333vw;
  height: 10.4vw;
}
.MG-aboutUs__detail {
  margin: 0;
  padding: 0 2.66666vw;
  width: 100%;
}
.MG-aboutUs__detailTitle {
  margin: 0;
  padding: 5.33333vw 0 0;
  border-top: .26666vw solid #eee;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-aboutUs__detailText {
  margin: 0;
  padding: 0 0 5.33333vw;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-aboutUs__detailLink {
  color: #5196e9;
  text-decoration: underline;
}
.MG-aboutUs__detailLink:hover {
  color: #f00;
}

/* campaign */
.MG-campaign {
  background: #fff;
}
.MG-campaign__inner {
  padding: 4vw 0 8vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MG-campaign__image {
  margin: 0;
}
.MG-campaign__fiscalYearImage {
  width: 89.6vw;
  height: 64vw;
}
.MG-campaign__discountImage {
  width: 80vw;
  height: 64vw;
}

/* offer */
.MG-offer {
  width: 100%;
  height: 182.2vw;
  background: url(../img/lp/offer-backGround@2x.png) no-repeat top center;
  background-size: cover;
}
.MG-offer__inner {
  padding: 8vw 5.33333vw 4vw;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MG-offer__head {
  margin: 0 0 auto;
}
.MG-offer__header {
  margin: 0;
}
.MG-offer__subTitle {
  margin: 0 0 4vw;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1;
  text-align: center;
}
.MG-offer__title {
  margin: 0;
  color: #fff;
  font-size: 8vw;
  line-height: 1.3;
  text-align: center;
}
.MG-offer__body {
  margin: auto auto 0;
  width: 100%;
  display: block;
}
.MG-offer__ctaArea {
  margin: 0 0 4vw;
  padding: 34.13333vw 2.66666vw 2.66666vw;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, .9);
  border-radius: 1.06666vw;
  position: relative;
  -webkit-box-shadow: .26666vw .26666vw 1.06666vw rgba(0, 0, 0, .16);
          box-shadow: .26666vw .26666vw 1.06666vw rgba(0, 0, 0, .16);
}
.MG-offer__ctaArea::before {
  margin: 0 0 0 -43.7333vw;
  width: 87.4vw;
  height: 63.4667vw;
  background: url(../img/lp/offer-sampleProduct@2x.png) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: -30vw;
  left: 50%;
  content: "";
}
.MG-offer__button {
  margin: 0;
}
.MG-offer__button + .MG-offer__button {
  margin: 5.33333vw 0 0;
}
.MG-offer__requestButtonImage {
  width: 84vw;
  height: 25.6vw;
}
.MG-offer__inquireButtonImage {
  width: 84vw;
  height: 20vw;
}
.MG-offer__feature {
  width: 100%;
}
.MG-offer__featureItems {
  margin: 0 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-offer__featureItem {
  height: 11.2vw;
  background: rgba(3, 56, 11, .8);
  border-radius: 1.06666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-offer__featureItem.-left {
  width: 39.46666vw;
}
.MG-offer__featureItem.-right {
  width: 47.2vw;
}
.MG-offer__featureText {
  margin: 0;
  color: #fff;
  font-size: 5.6vw;
  line-height: 1;
  text-shadow: .26666vw .26666vw .26666vw rgba(0, 0, 0, .7);
}
.MG-offer__featureText.-right {
  margin: 0 0 0 3.06666vw;
  position: relative;
}
.MG-offer__featureText.-small {
  height: 7.2vw;
  position: absolute;
  top: .3em;
  left: -1em;
  font-size: 3.06666vw;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.MG-offer__featureText.-large {
  font-size: 8vw;
}
.MG-offer__featureBanner {
  margin: 10% 0 0;
}
.MG-offer__featureBannerImage {
  width: 89.33333vw;
  height: auto;
}
.MG-offer__campaignBanner {
  position: relative;
}
.MG-offer__campaignBanner::before {
  width: 100%;
  height: 100%;
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  content: "";
}
.MG-offer__campaignBanner:hover::before {
  display: block;
}
.MG-offer__campaignBannerImage {
  width: 89.8667vw;
  height: 30.4vw;
}

/* offerNav */
.MG-offerNav {
  margin: 0;
  width: 100vw;
  height: 21.33333vw;
  background: rgba(246, 246, 246, .5);
  border-top: .26666vw solid #fff;
  position: fixed;
  bottom: 4vw;
  right: 0;
  z-index: 999;
}
.MG-offerNav__inner {
  padding: 0 2.66666vw;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-offerNav__inquireButton {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.MG-offerNav__inquireButtonImage {
  width: 34.66666vw;
  height: 17.6vw;
}
.MG-offerNav__requestButton {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.MG-offerNav__requestButtonImage {
  margin: 0;
  width: 58.6667vw;
  height: 17.6vw;
}
.MG-offerNav__campaign {
  display: none;
}

/* footerNav */
.MG-footerNav {
  background: #fff;
}
.MG-footerNav__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-footerNav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.MG-footerNav__link {
  padding: 0 4vw;
  display: block;
  color: #5196e9;
  font-size: 4.26666vw;
  line-height: 1;
  text-decoration: underline;
}
.MG-footerNav__link:hover {
  color: #f00;
}
.MG-footerNav__link + .MG-footerNav__link {
  border-left: .26666vw solid #5196e9;
}

/* footer */
.MG-footer {
  margin: auto 0 0;
}
.MG-footer__inner {
  width: 100%;
}
.MG-footer__spacer {
  margin: 0 0 25.33333vw;
}

/* copyrights */
.MG-copyrights {
  background: #276f0f;
}
.MG-copyrights__inner {
  width: 100%;
  height: 10.66666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-copyrights__text {
  color: #fff;
  font-size: 4.26666vw;
  line-height: 1;
  text-align: center;
}

/* drawing */
.MG-drawing {
  width: 100%;
  background: #fff;
}
.MG-drawing__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-drawing__header {
  margin: 0 0 8vw;
  padding: 8vw 0 4vw;
  border-bottom: .26666vw solid #333;
}
.MG-drawing__title {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: center;
}
.MG-drawing__subHeader {
  margin: 0 auto 2.6667vw;
  padding: 1.0667vw 2.6667vw;
  width: 100%;
  background: #276f0f;
}
.MG-drawing__items + .MG-drawing__subHeader {
  margin-top: 8vw;
}
.MG-drawing__subTitle {
  margin: 0;
  padding: 0 0 0 1em;
  color: #fff;
  font-size: 4.8vw;
  font-weight: normal;
  line-height: 1.6;
  text-indent: -1em;
}
.MG-drawing__items {
  width: 100%;
  display: block;
}
.MG-drawing__image {
  margin: 0 0 8vw;
  width: 89.3333vw;
  height: 89.3333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
}
.MG-drawing__pdfImage {
  width: 44.5333vw;
  height: 61.6vw;
}
.MG-drawing__link {
  display: block;
}
.MG-drawing__buttonImage {
  width: 71.4667vw;
  height: 15.8667vw;
}
.MG-drawing__paragraph {
  padding: 0 2.6667vw;
  width: 100%;
}
.MG-drawing__text {
  margin: 0 0 8vw;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-drawing__notes {
  padding: 8vw 0 0;
  width: 100%;
  border-top: .2667vw solid #eee;
}
.MG-drawing__notesText {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-drawing__notesText + .MG-drawing__notesText {
  margin-top: 8vw;
}
.MG-drawingOffer {
  width: 100%;
  background: #f5f5f5;
}
.MG-drawingOffer__inner {
  padding: 8vw;
  width: 100%;
  display: block;
}
.MG-drawingOffer__paragraph {
  width: 100%;
}
.MG-drawingOffer__text {
  margin: 0 0 8vw;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-drawingOffer__notes {
  padding: 8vw 0;
  width: 100%;
  border-top: .2667vw solid #333;
  border-bottom: .2667vw solid #333;
}
.MG-drawingOffer__notesText {
  margin: 0;
  font-size: 4.8vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-drawingOffer__notesText + .MG-drawingOffer__notesText {
  margin-top: 8vw;
  padding-top: 8vw;
  border-top: .2667vw solid #ccc;
}

/* overview */
.MG-overview {
  width: 100%;
  background: #fff;
}
.MG-overview__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-overview__title {
  margin: 0 0 8vw;
  font-size: 4.8vw;
  color: #276f0f;
  text-align: center;
}
.MG-overview__detail {
  margin: 0;
  padding: 0 2.66666vw;
  width: 100%;
  border-bottom: .26666vw solid #eee;
}
.MG-overview__detailTitle {
  margin: 0;
  padding: 5.33333vw 0 0;
  border-top: .26666vw solid #eee;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-overview__detailText {
  margin: 0;
  padding: 0 0 5.33333vw;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-overview__detailLink {
  color: #5196e9;
  text-decoration: underline;
}
.MG-overview__detailLink:hover {
  color: #f00;
}

/* policy */
.MG-policy {
  width: 100%;
  background: #fff;
}
.MG-policy__inner {
  padding: 8vw 5.33333vw;
  width: 100%;
}
.MG-policy__title {
  margin: 0 0 8vw;
  font-size: 4.8vw;
  color: #276f0f;
  text-align: center;
}
.MG-policy__front {
  margin: 0 0 5.33333vw;
}
.MG-policy__subTitle {
  margin: 0 0 5.33333vw;
  padding: 5.33333vw 0;
  border-top: .26666vw solid #eee;
  border-bottom: .26666vw solid #eee;
  font-size: 4.26666vw;
}
.MG-policy__text {
  margin: 0 0 5.33333vw;
  font-size: 4.26666vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-policy__list {
  margin: 0 0 4.8vw;
  -webkit-padding-start: 5.33333vw;
          padding-inline-start: 5.33333vw;
}
.MG-policy__listText {
  margin: 0 0 2.66666vw;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-policy__listLink {
  word-break: break-all;
}

/* contact */
.MG-contact {
  width: 100%;
  background: #fff;
}
.MG-contact__inner {
  width: 100%;
}
.MG-contactHero {
  width: 100%;
  height: 83.73333vw;
  background: url(../img/lp/contact-backGround@2x.png) no-repeat top center;
  background-size: contain;
}
.MG-contactHero__inner {
  padding: 5.33333vw;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MG-contact__header {
  width: 100%;
}
.MG-contact__title {
  margin: 0;
  color: #fff;
  font-size: 10.13333vw;
  line-height: 1.4;
  text-align: center;
  text-shadow: .26666vw .26666vw 1.33333vw rgb(0, 0, 0);
  -webkit-filter: drop-shadow(.26666vw .26666vw 1.33333vw rgba(0, 0, 0, 1));
  filter: drop-shadow(.26666vw .26666vw 1.33333vw rgba(0, 0, 0, 1));
}
.MG-contact__ctaArea {
  margin: auto 0 0;
  padding: 2.66666vw 2vw;
  width: 100%;
  background: rgba(246, 246, 246, .9);
  border-radius: .8vw;
}
.MG-contact__lead {
  margin: 0 0 2.66666vw;
}
.MG-contact__leadText {
  margin: 0;
  font-size: 4.53333vw;
  line-height: 1.6;
}
.MG-contact__paragraph {
  margin: 0 0 5.33333vw;
}
.MG-contact__paragraph + .MG-contact__paragraph {
  margin-top: 8vw;
  padding-top: 8vw;
  border-top: .26666vw solid #eee;
}
.MG-contact__text {
  margin: 0;
  font-size: 4.26666vw;
  line-height: 1.6;
}
.MG-contact__text + .MG-contact__text {
  margin-top: 5.33333vw;
}
.MG-contact__inquireButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-contact__inquireButtonImage {
  width: 85.33333vw;
  height: 20vw;
}
.MG-contact__form {
  margin: 0 auto;
  padding: 8vw 5.33333vw;
  display: block;
}
.MG-contact__subHeader {
  margin: 0 0 8vw;
}
.MG-contact__subTitle {
  margin: 0;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 1.6;
}
.MG-contact__discountBanner {
  margin: 0 0 8vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-contact__discountBannerImage {
  width: 85.33333vw;
  height: 32vw;
}
.MG-enquete__header {
  margin: 0 0 5.33333vw;
}
.MG-enquete__title {
  margin: 0 0 2.66666vw;
  font-size: 4.53333vw;
  font-weight: normal;
  line-height: 1.6;
}
.MG-enquete__subTitle {
  margin: 0 0 2.66666vw;
  font-size: 4.53333vw;
  line-height: 1.6;
}

.MG-form {
  display: block;
}
.MG-inputGroup {
  margin: 0 0 8vw;
  padding: 0 0 8vw;
  border-bottom: .26666vw solid #eee;
}
.MG-inputGroup__tag {
  margin: 0 0 0 2.66666vw;
  width: 9.06666vw;
  height: 4.8vw;
  border-radius: 1.06666vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1;
}
.MG-inputGroup__tag.-required {
  background: #f00;
  color: #fff;
}
.MG-inputGroup__tag.-optional {
  background: #3895e5;
  color: #fff;
}
.MG-inputGroup__label {
  margin: 0 0 2.66666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 1;
}
.MG-inputGroup__help {
  margin: 0 0 2.66666vw;
  display: inline-block;
  font-size: 3.73333vw;
  line-height: 1.6;
  text-align: justify;
}
.MG-inputGroup__input {
  margin: 0;
  padding: 0 11.73333vw 0 1.33333vw;
  width: 100%;
  height: 11.73333vw;
  background: #fff;
  border: .26666vw solid #dee1e3;
  border-radius: 1.06666vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}
.MG-inputGroup__input + .MG-inputGroup__label {
  margin-top: 8vw;
}
.MG-selectGroup {
  margin: 0 0 8vw;
  padding: 0 0 8vw;
  border-bottom: .26666vw solid #eee;
}
.MG-selectGroup__title {
  margin: 0 0 2.66666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.26666vw;
  font-weight: bold;
  line-height: 1;
}
.MG-selectGroup__select {
  margin: 0;
  padding: 0 11.73333vw 0 1.33333vw;
  width: 100%;
  height: 11.73333vw;
  background: #fff;
  border: .26666vw solid #dee1e3;
  border-radius: 1.06666vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.MG-selectGroup__select option {
  color: #ccc;
}
.MG-selectGroup__select + .MG-selectGroup__select {
  margin-top: 5.33333vw;
}
.MG-radioGroup {
  margin: 0 0 8vw;
  padding: 0 0 8vw;
  border-bottom: .26666vw solid #eee;
}
.MG-radioGroup__title {
  margin: 0 0 2.66666vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.26666vw;
  font-weight: bold;
  line-height: 1;
}
.MG-radioGroup__input {
  margin: 0 2.66666vw 0 0;
  font-size: 4.53333vw;
  line-height: 1.6;
}
.MG-radioGroup__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #707070;
  font-size: 4.53333vw;
  font-weight: normal;
  cursor: pointer;
}
.MG-radioGroup__label:last-of-type {
  margin-bottom: 0;
}
.MG-radioGroup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MG-inputGroup__label::before,
.MG-selectGroup__title::before,
.MG-radioGroup__title::before {
  content: "■";
}
.MG-checkBoxGroup {
  margin: 0 0 8vw;
  padding: 0 0 8vw;
  border-bottom: .26666vw solid #eee;
}
.MG-checkBoxGroup__input {
  margin: 0 2.66666vw 0 0;
  font-size: 4.53333vw;
  line-height: 1.6;
}
.MG-checkBoxGroup__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #707070;
  font-size: 4.53333vw;
  font-weight: normal;
  cursor: pointer;
}
.MG-checkBoxGroup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MG-inputGroup__textarea {
  margin: 0;
  padding: .53333vw;
  width: 89.33333vw !important;
  height: 100% !important;
  min-height: 34vw;
  background: #fff;
  border: .26666vw solid #dee1e3;
  border-radius: 1.06666vw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.MG-inputButton {
  padding: 0 ;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MG-inputButton__submit {
  padding: 0;
  width: 85.33333vw;
  height: 20vw;
  background: url(../img/lp/contact-submitButton@2x.png) no-repeat top center;
  background-size: contain;
  border: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
}

.mfp_err {
  color: #f00;
  font-size: 4.26666vw;
}
input:invalid {
  border-color: #f00;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
input:placeholder-shown,
textarea:placeholder-shown {
  background: #f0f0f0;
}
div#mfp_phase_confirm_inner h4 {
  margin: 0 0 8vw;
  padding: 0;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
table#mfp_confirm_table {
  margin: 0 0 8vw;
  width: 100%;
  border-bottom: .26666vw solid #eee;
}
table#mfp_confirm_table tr,
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  width: 100%;
  display: block;
}
table#mfp_confirm_table tr {
  padding: 0;
  background: #fff;
}
table#mfp_confirm_table tr th {
  margin: 0;
  padding: 5.33333vw 0 0;
  border-top: .26666vw solid #eee;
  font-size: 4.26666vw;
  font-weight: bold;
  line-height: 1.6;
}
table#mfp_confirm_table tr td {
  margin: 0;
  padding: 0 0 5.3333vw;
  border-top: none;
  font-size: 4.26666vw;
  line-height: 1.6;
}
div.mfp_buttons {
  padding: 0;
}
div.mfp_buttons button#mfp_button_send {
  padding: 2.66666vw;
  background: #83a758;
  border: none;
  border-radius: 1.06666vw;
  color: #fff;
  font-size: 4.8vw;
  text-shadow: none;
}
div.mfp_buttons button#mfp_button_cancel {
  margin: 0 0 0 5.33333vw;
  padding: 2.66666vw;
  background: #ccc;
  border: none;
  border-radius: 1.06666vw;
  color: #333;
  font-size: 4.8vw;
  text-shadow: none;
}

@media only screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .MG-contentsHeader::before,
  .MG-contentsHeader::after {
    height: 1px;
  }
  .MG-contentsHeader::before {
    margin-right: 10px;
  }
  .MG-contentsHeader::after {
    margin-left: 10px;
  }
  .MG-contentsHeader__logo {
    margin-bottom: -18px;
    width: 148px;
    height: 57px;
    background: url(../img/lp/contentsHeader-logo.png) no-repeat center center;
  }

  /* globalHeader */
  .MG-globalHeader__inner {
    margin: 0 auto;
    max-width: 960px;
    height: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-globalHeader__logoLink {
    padding: 0;
  }
  .MG-globalHeader__logoImage {
    width: 242px;
    height: 33px;
  }
  .MG-globalHeader__navigation {
    width: 450px;
    height: 70px;
    display: block;
  }
  .MG-navigation__items {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  .MG-navigation__item {
    display: block;
  }
  .MG-navigation__buttonLink:hover {
    opacity: .8;
  }
  .MG-navigation__inquireButtonImage {
    width: 203px;
    height: 39px;
  }
  .MG-navigation__requestButtonImage {
    width: 230px;
    height: 40px;
  }

  /* modal */
  .MG-modal {
    width: 70%;
    max-width: 500px;
    border-radius: 3px;
  }
  .MG-modal__inner {
    padding: 0;
  }
  .MG-modal__content {
    padding: 20px 60px 8px;
  }
  .MG-modal__list {
    margin-bottom: 10px;
  }
  .MG-modal__listItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    font-size: 17px;
  }
  .MG-modal__listItem::before {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/lp/modal-listIcon.png) no-repeat top left;
  }
  .MG-modal__header {
    margin-bottom: 10px;
  }
  .MG-modal__title {
    font-size: 22px;
  }
  .MG-modal__underLine {
    border-bottom-width: 2px;
  }
  .MG-modal__text {
    padding: 6px;
    border-width: 2px;
    border-radius: 20px;
    font-size: 16px;
  }
  .MG-modal__inquireButtonImage {
    width: 500px;
    height: 49px;
  }
  .MG-closeModal {
    top: -15px;
    right: -15px;
  }
  .MG-modal__closeIconImage {
    width: 30px;
    height: 30px;
  }

  /* hero */
  .MG-heroArea {
    margin: 0 auto;
    /*max-width: 2000px;*/
    max-width: 1478px;
    height: 650px;
  }
  .webp .MG-heroArea {
    background: url(../img/lp/hero-backGround.webp) no-repeat top center;
    background-size: cover;
  }
  .no-webp .MG-heroArea {
    background: url(../img/lp/hero-backGround.jpg) no-repeat top center;
    background-size: cover;
  }
  .MG-heroArea__inner {
    max-width: 960px;
  }
  .MG-hero {
    height: 400px;
  }
  .MG-hero__inner {
    padding: 30px 0 20px;
  }
  .MG-hero__description {
    margin-bottom: 30px;
  }
  .MG-hero__descriptionText {
    font-size: 32px;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
  }
  .MG-hero__descriptionText.-large {
    font-size: 40px;
  }
  /* .MG-hero__descriptionTextRuby[data-ruby]::after {
    font-size: 16px;
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
  } */
  .MG-hero__subHeader {
    margin-top: auto;
    width: 250px;
    height: 30px;
  }
  .MG-hero__subTitle {
    font-size: 18px;
  }
  .MG-hero__header {
    max-width: 345px;
    border-bottom-width: 1px;
  }
  .MG-hero__titleImage {
    width: 356px;
    height: 93px;
  }
  .MG-hero__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .MG-hero__paragraph {
    padding: 10px 0;
  }
  .MG-hero__paragraph::before,
  .MG-hero__paragraph::after {
    width: 15px;
    height: 30px;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 1));
  }
  .MG-hero__paragraph::before {
    border-top-width: 1px;
    border-left-width: 1px;
  }
  .MG-hero__paragraph::after {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .MG-hero__text {
    font-size: 28px;
  }
  .MG-hero__text + .MG-hero__text {
    margin-top: 10px;
  }
  .MG-hero__textDetail > sup {
    font-size: 12px;
  }
  .MG-hero__textDetail {
    padding: 0 10px;
  }
  .MG-featureArea {
    /*margin-top: -250px;*/
    /*max-width: 2000px;*/
    max-width: 1478px;
    background: rgba(5, 51, 12, 1);
  }
  .MG-featureArea__inner {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .MG-hero__feature {
    /*height: 250px;*/
    height:208px;
  }
  .MG-hero__featureInner {
    padding: 15px 0;
  }
  .MG-hero__featureDescription {
    margin-bottom: 10px;
    padding:10px 0 0 80px;
  }
  .MG-hero__featureLeadText {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    display: inline-block;
    font-size: 20px;
  }
  .MG-hero__featureText {
    margin-bottom: 0;
    font-size: 28px;
  }
  .MG-hero__featureText::after {
    margin-bottom: -14px;
    width: 137px;
    height: 28px;
    background: url(../img/lp/hero-featureIcon.png) no-repeat top center;
    left: 120px;
  }
  .MG-hero__featureBanner {
    margin-bottom: 0;
  }
  .MG-hero__featureBannerImage {
    width: 348px;
    height: 110px;
  }
  .MG-hero__discountBanner {
    margin-bottom: 0;
    position: absolute;
    top: -120px;
    right: 0;
  }
  .MG-hero__discountBannerImage {
    width: 420px;
    height: 110px;
  }
  .MG-hero__campaignBanner {
    margin-bottom: 0;
    position: absolute;
    top: -120px;
    right: 0;
  }
  .MG-hero__campaignBannerImage {
    width: 404px;
    height: 137px;
  }
  .MG-hero__campaignBannerImage.-fiscalYear {
    width: 420px;
    height: 110px;
  }
  .MG-hero__featureNotesText {
    display: inline;
    font-size: 14px;
  }
  .MG-heroOffer {
    display: block;
    position: absolute;
    /*bottom: 37px;*/
    top:10px;
    right: 0;
  }
  .MG-heroOffer__banner {
    width: 404px;
    height: 188px;
    background: url(../img/lp/heroOffer-inquireBanner.png) no-repeat top left;
    background-size: contain;
    position: relative;
    z-index: 1;
  }
  .MG-heroOffer__banner::before {
    width: 150px;
    height: 112px;
    background: url(../img/lp/heroOffer-sampleProduct.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: -5px;
    z-index: 3;
    content: "";
  }
  .MG-heroOffer__link:hover {
    opacity: .8;
  }
  .MG-heroOffer__button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
  }
  .MG-heroOffer__requestButtonImage {
    width: 294px;
    height: 73px;
  }

  /* product */
  .MG-product__inner {
    margin: 0 auto;
    padding: 50px 0 0;
    max-width: 960px;
  }
  .MG-product__lead {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .MG-product__leadText {
    font-size: 28px;
    text-align: center;
  }
  .MG-product__items {
    margin: 0 auto;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-product__item {
    max-width: 480px;
  }
  .MG-product__head {
    margin-bottom: -38px;
  }
  .MG-product__image {
    width: 480px;
    height: 515px;
  }
  .MG-product__body {
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .MG-product__description {
    margin-bottom: 54px;
  }
  .MG-product__descriptionText {
    font-size: 16px;
  }
  .MG-product__descriptionText + .MG-product__descriptionText {
    margin-top: 20px;
  }
  .MG-product__recommend {
    margin-bottom: 54px;
  }
  .MG-product__recommendHeader {
    margin-bottom: 24px;
    padding: 9px 6px;
  }
  .MG-product__recommendHeader::after {
    margin-left: -9px;
    bottom: -10px;
  }
  .MG-product__recommendHeader.-resort::after {
    border-top: 10px solid #419062;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  .MG-product__recommendHeader.-noble::after {
    border-top: 10px solid #437181;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  .MG-product__recommendTitle {
    font-size: 20px;
  }
  .MG-product__recommendList {
    padding-left: 15px;
  }
  .MG-product__recommendListItem {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .MG-product__subHeader {
    margin: auto 0 4px;
  }
  .MG-product__subTitle {
    font-size: 16px;
  }
  .MG-product__header {
    margin-bottom: 20px;
  }
  .MG-product__header::after {
    height: 1px;
  }
  .MG-product__title {
    font-size: 45px;
  }
  .MG-product__titleRuby {
    font-size: 20px;
  }
  .MG-product__paragraph {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
  .MG-product__text {
    font-size: 16px;
  }
  .MG-product__priceLead {
    margin-bottom: 10px;
  }
  .MG-product__priceLeadText {
    font-size: 14px;
  }
  .MG-product__regularPrice {
    margin-bottom: 36px;
  }
  .MG-product__regularPrice::after {
    border-top-width: 16px;
    border-right-width: 60px;
    border-left-width: 60px;
    bottom: -26px;
    left: 40px;
  }
  .MG-product__regularPriceText {
    font-size: 18px;
  }
  .MG-product__price {
    margin-bottom: 16px;
    gap: 0 15px;
  }
  .MG-product__priceLabel {
    width: 80px;
    height: 63px;
    font-size: 23px;
  }
  .MG-product__priceLabel::after {
    bottom: -11px;
    left: 0;
    border-right-width: 40px;
    border-bottom-width: 11px;
    border-left-width: 40px;
  }
  .MG-product__priceText {
    font-size: 18px;
    line-height: 1.1;
  }
  .MG-product__priceText.-large {
    font-size: 50px;
  }
  .MG-product__priceTaxText {
    font-size: 18px;
    line-height: 1;
  }
  .MG-product__priceDescription {
    margin-bottom: 10px;
    padding: 10px;
  }
  .MG-product__priceDescriptionText {
    font-size: 16px;
  }
  .MG-product__priceNotes {
    margin-bottom: 20px;
  }
  .MG-product__priceNotesText {
    font-size: 12px;
  }
  .MG-product__detailTitle {
    padding: 10px;
    border-right-width: 1px;
    border-top-width: 1px;
    font-size: 16px;
  }
  .MG-product__detailText {
    padding: 10px;
    width: 65%;
    border-top-width: 1px;
    font-size: 16px;
  }
  .MG-product__detailTitle:last-of-type,
  .MG-product__detailText:last-of-type {
    border-bottom-width: 1px;
  }

  /* discout */
  .MG-discount {
    margin-bottom: 45px;
    max-width: 960px;
  }
  .MG-discount::after {
    margin-left: -29px;
    border-top-width: 30px;
    border-right-width: 29px;
    border-left-width: 29px;
    bottom: -30px;
  }
  .MG-discount__inner {
    padding: 30px;
  }
  .MG-discount__description {
    margin-bottom: 20px;
  }
  .MG-discount__descriptionText {
    font-size: 28px;
  }
  .MG-discount__header {
    margin-bottom: 30px;
    padding-bottom: 28px;
    border-bottom-width: 2px;
  }
  .MG-discount__title {
    margin-left: 254px;
    justify-content: flex-start;
  }
  .MG-discount__title::before {
    margin-top: -36px;
    width: 72px;
    height: 72px;
    background: url(../img/lp/discount-icon-clearance.png) no-repeat top center;
    left: -80px;
  }
  .MG-discount__titleImage {
    width: 465px;
    height: 58px;
  }
  .MG-discount__items {
    margin-bottom: 30px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
  }
  .MG-discount__item + .MG-discount__item {
    margin-top: 0;
  }
  .MG-discount__itemText + .MG-discount__itemTitle {
    margin-top: 20px;
  }
  .MG-discount__itemTitle {
    margin-bottom: 13px;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 20px;
  }
  .MG-discount__itemText {
    font-size: 16px;
  }
  .MG-discount__notes {
    margin-bottom: 30px;
    padding: 11px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
  }
  .MG-discount__notes::before {
    width: 69px;
    height: 69px;
    background: url(../img/lp/discount-icon-caution.png) no-repeat top center;
    top: -8px;
    left: 10px;
  }
  .MG-discount__notesTitle {
    margin-bottom: 0;
    margin-left: 77px;
    padding-bottom: 2px;
    border-bottom-width: 2px;
    font-size: 28px;
  }
  .MG-discount__notesText {
    font-size: 16px;
    text-align-last: left;
  }
  .MG-discount__text {
    font-size: 26px;
  }

  /* safetyMeasure */
  .MG-safetyMeasure {
    padding: 40px 0;
  }
  .MG-safetyMeasure__inner {
    margin: 0 auto;
    padding: 30px 150px;
    max-width: 960px;
    border-width: 2px;
    border-radius: 5px;
  }
  .MG-safetyMeasure__header {
    margin-bottom: 30px;
  }
  .MG-safetyMeasure__title {
    font-size: 28px;
  }
  .MG-safetyMeasure__text {
    font-size: 16px;
    text-align: center;
  }
  .MG-safetyMeasure__list {
    margin: 30px auto;
    padding: 40px 127px;
    max-width: 640px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .MG-safetyMeasure__listItem {
    margin: 0;
    padding-left: 56px;
    font-size: 22px;
  }
  .MG-safetyMeasure__listItem + .MG-safetyMeasure__listItem {
    margin-top: 30px;
  }
  .MG-safetyMeasure__listItem.-mask::before {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: url(../img/lp/safetyMeasure-icon-mask.png) no-repeat;
  }
  .MG-safetyMeasure__listItem.-thermometer::before {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: url(../img/lp/safetyMeasure-icon-thermometer.png) no-repeat;
  }
  .MG-safetyMeasure__listItem.-disinfection::before {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: url(../img/lp/safetyMeasure-icon-disinfection.png) no-repeat;
  }

  /* constructionPortfolio */
  .MG-constructionPortfolio__inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 0;
  }
  .MG-constructionPortfolio__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-constructionPortfolio__title {
    font-size: 38px;
  }
  .MG-constructionPortfolio__subHeader {
    margin-bottom: 30px;
    padding: 4px 0;
    max-width: 960px;
  }
  .MG-constructionPortfolio__items + .MG-constructionPortfolio__subHeader {
    margin-top: 40px;
  }
  .MG-constructionPortfolio__subTitle {
    font-size: 20px;
  }
  .MG-constructionPortfolio__items {
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .MG-constructionPortfolio__items + .MG-constructionPortfolio__items {
    margin-top: 40px;
  }
  .MG-constructionPortfolio__image {
    margin-bottom: 0;
    padding: 0;
    flex-shrink: 0;
  }
  .MG-constructionPortfolio__image.-before,
  .MG-constructionPortfolio__image.-after {
    padding: 0;
  }
  .MG-constructionPortfolio__image.-before {
    margin-bottom: 0;
  }
  .MG-constructionPortfolio__image.-before::after {
    margin: 0 0 -15px 0;
    width: 28px;
    height: 30px;
    background: url(../img/lp/constructionPortfolio-arrow.png) no-repeat;
    bottom: 50%;
    right: -35px;
  }
  .MG-constructionPortfolio__image.-after + .MG-constructionPortfolio__image.-after {
    margin-top: 0;
  }
  .MG-constructionPortfolio__mainImage {
    width: 459px;
    height: 343px;
  }
  .MG-constructionPortfolio__subImage {
    width: 459px;
    height: 344px;
  }
  .MG-constructionPortfolio__speechBubble {
    padding: 10px;
    width: 459px;
    height: 343px;
  }
  .MG-constructionPortfolio__speechBubble::before {
    margin: -31px 0 0 0;
    border-top: 31px solid transparent;
    border-right: 54px solid #bad975;
    border-bottom: 31px solid transparent;
    border-left: none;
    top: 50%;
    left: -54px;
  }
  .MG-constructionPortfolio__paragraph {
    padding: 20px;
    border-radius: 4px;
    min-height: 322px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .3));
  }
  .MG-constructionPortfolio__text {
    font-size: 18px;
  }

  /* characteristic */
  .MG-characteristic__inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 0;
  }
  .MG-characteristic__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-characteristic__title {
    font-size: 38px;
  }
  .MG-characteristic__items {
    margin: 0 auto 20px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-characteristic__item {
    margin-bottom: 40px;
    max-width: 420px;
  }
  .MG-characteristic__item:nth-of-type(5) {
    margin-bottom: 0;
  }
  .MG-characteristic__image {
    width: 420px;
    height: 250px;
  }
  .MG-characteristic__paragraph {
    padding: 0;
  }
  .MG-characteristic__text {
    font-size: 18px;
  }
  .MG-characteristic__notes {
    padding: 0 30px;
  }
  .MG-characteristic__notesText {
    font-size: 16px;
    line-height: 1;
  }

  /* comparision */
  .MG-comparision__inner {
    margin:0 auto;
    padding:40px 0;
    max-width:960px;
  }
  .MG-comparision__title {
    font-size:36px;
  }
  .MG-comparision__header {
    margin: 0 0 40px;
    padding: 32px 0;
    background-size: 134px 121px;
    border-bottom: 1px solid #333;
    background-position:right 20px center;
  }

  /* maintenance */
  .MG-maintenance {
    margin-top: 48px;
  }
  .MG-maintenance::before {
    height: 48px;
    background: url(../img/lp/maintenance-backGround.png) repeat-x top center;
    top: -48px;
  }
  .MG-maintenance__inner {
    margin: 0 auto;
    padding: 20px 0 40px;
    max-width: 960px;
  }
  .MG-maintenance__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-maintenance__subTitle {
    font-size: 16px;
  }
  .MG-maintenance__title {
    font-size: 38px;
  }
  .MG-maintenance__paragraph {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .MG-maintenance__text {
    font-size: 18px;
  }
  .MG-maintenance__target {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .MG-maintenance__targetTitle {
    margin-bottom: 30px;
    width: 900px;
    height: 30px;
    font-size: 20px;
  }
  .MG-maintenance__targetList {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-maintenance__targetItem {
    margin-bottom: 0;
    padding-left: 56px;
    max-width: 280px;
    font-size: 16px;
  }
  .MG-maintenance__targetItem::before {
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background: url(../img/lp/maintenance-targetIcon.png) no-repeat top left;
    top: 50%;
    left: 0;
  }
  .MG-maintenance__services {
    max-width: 900px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .MG-maintenance__servicesItems {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-maintenance__servicesItem {
    max-width: 390px;
  }
  .MG-maintenance__servicesItem + .MG-maintenance__servicesItem {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .MG-maintenance__servicesTitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .MG-maintenance__servicesSubTitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .MG-maintenance__servicesText + .MG-maintenance__servicesSubTitle {
    margin-top: 30px;
  }
  .MG-maintenance__servicesText {
    font-size: 16px;
  }
  .MG-maintenance__servicesNotes {
    margin-bottom: 30px;
  }
  .MG-maintenance__servicesNotesText {
    font-size: 14px;
  }
  .MG-maintenance__detail {
    margin-bottom: 30px;
  }
  .MG-maintenance__detailTitle {
    padding: 14px;
    border-right-width: 1px;
    border-top-width: 1px;
    font-size: 20px;
  }
  .MG-maintenance__detailText {
    padding: 14px;
    border-top-width: 1px;
    font-size: 20px;
  }
  .MG-maintenance__detailText.-label::after {
    padding: 4px;
    border-radius: 4px;
    top: 24px;
    right: 28px;
    font-size: 18px;
  }
  .MG-maintenance__detailTitle:last-of-type,
  .MG-maintenance__detailText:last-of-type {
    border-bottom-width: 1px;
  }
  .MG-maintenance__detailSubText {
    font-size: 16px;
  }

  /* authoritativeness */
  .MG-authoritativeness__inner {
    margin: 0 auto;
    padding: 30px;
    max-width: 960px;
  }
  .MG-authoritativeness__header {
    margin-bottom: 40px;
  }
  .MG-authoritativeness__title {
    font-size: 20px;
  }
  .MG-authoritativeness__item {
    width: 240px;
  }
  .MG-authoritativeness__item:last-of-type {
    margin: 0;
  }
  .MG-authoritativeness__image {
    margin-bottom: 10px;
  }
  .MG-authoritativeness__licenceImage {
    width: 240px;
    height: 360px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .MG-authoritativeness__text {
    font-size: 14px;
  }

  /* caseStudy */
  .MG-caseStudy__inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 0;
  }
  .MG-caseStudy__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-caseStudy__title {
    font-size: 38px;
  }
  .MG-caseStudy__items {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-caseStudy__item {
    margin-bottom: 30px;
    /*max-width: 465px;*/
    max-width: 300px;
  }
  .MG-caseStudy__item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .MG-caseStudy__item:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .MG-caseStudy__itemHead {
    padding: 8px 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .MG-caseStudy__itemTitle {
    font-size: 20px;
  }
  .MG-caseStudy__itemBody {
    padding: 20px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .MG-caseStudy__itemImage {
    margin-bottom: 20px;
  }
  .MG-caseStudy__caseImage {
    /*width: 445px;
    height: 452px;*/
    width: 280px;
    height: auto;
    -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, .3));
    filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, .3));
  }
  .MG-caseStudy__table {
    /*width: 445px;*/
    width: 280px;
    border-width: 0 0 1px 1px;
    font-size: 15px;
  }
  .MG-caseStudy__table th {
    padding: 4px 10px;
    width: 100px;
    border-width: 1px 1px 0 0;
  }
  .MG-caseStudy__table td {
    padding: 4px 10px;
    border-width: 1px 1px 0 0;
  }
  .MG-caseStudy__notes {
    padding: 20px 10px;
    border-width: 1px;
    border-radius: 10px;
  }
  .MG-caseStudy__notesText {
    font-size: 16px;
  }

  /* subjectArea */
  .MG-subjectArea__inner {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 960px;
  }
  .MG-subjectArea__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-subjectArea__title {
    font-size: 38px;
  }
  .MG-subjectArea__items {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .MG-subjectArea__description {
    margin: 0;
    padding: 0 30px;
    height: 250px;
    display: flex;
    align-items: center;
  }
  .MG-subjectArea__descriptionText {
    font-size: 18px;
  }
  .MG-subjectArea__image {
    padding: 0 30px;
    flex-shrink: 0;
  }
  .MG-subjectArea__mapImage {
    width: 420px;
    height: 250px;
  }
  .MG-subjectArea__paragraph {
    margin-bottom: 0;
    padding: 0 30px;
  }
  .MG-subjectArea__text {
    font-size: 18px;
  }

  /* constructionWork */
  .MG-constructionWork__inner {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 960px;
  }
  .MG-constructionWork__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-constructionWork__title {
    font-size: 38px;
  }
  .MG-constructionWork__description {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .MG-constructionWork__descriptionText {
    font-size: 18px;
  }
  .MG-constructionWork__subHeader {
    margin-bottom: 30px;
    padding: 4px 0;
    max-width: 900px;
  }
  .MG-constructionWork__items + .MG-constructionWork__subHeader {
    margin-top: 40px;
  }
  .MG-constructionWork__subTitle {
    font-size: 20px;
  }
  .MG-constructionWork__items {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .MG-constructionWork__items + .MG-constructionWork__items {
    margin-top: 30px;
  }
  .MG-constructionWork__image {
    margin-bottom: 0;
    padding: 0;
    flex-shrink: 0;
  }
  .MG-constructionWork__exampleImage {
    width: 420px;
    height: 250px;
  }
  .MG-constructionWork__speechBubble {
    padding: 10px;
    width: 466px;
    height: 250px;
  }
  .MG-constructionWork__speechBubble::before {
    margin: -31px 0 0 0;
    border-top: 31px solid transparent;
    border-right: 54px solid #fde399;
    border-bottom: 31px solid transparent;
    border-left: none;
    top: 50%;
    left: -54px;
  }
  .MG-constructionWork__paragraph {
    padding: 20px;
    min-height: 230px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    -webkit-filter: drop-shadow(0 .3px 6px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 .3px 6px rgba(0, 0, 0, .3));
  }
  .MG-constructionWork__text {
    font-size: 18px;
  }

  /* constructionManagement */
  .MG-constructionManagement {
    padding: 30px;
  }
  .MG-constructionManagement__inner {
    margin: 0 auto;
    padding: 30px 15px;
    max-width: 900px;
    border-radius: 4px;
  }
  .MG-constructionManagement__header {
    margin-bottom: 30px;
    padding: 35px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .MG-constructionManagement__title {
    font-size: 38px;
    line-height: 1;
  }
  .MG-constructionManagement__title.-small {
    font-size: 20px;
  }
  .MG-constructionManagement__description {
    margin-bottom: 40px;
    padding: 0;
  }
  .MG-constructionManagement__descriptionText {
    font-size: 18px;
  }
  .MG-constructionManagement__items {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .MG-constructionManagement__failedExample {
    margin-bottom: 0;
    padding: 10px;
    max-width: 405px;
    border-width: 1px;
    border-radius: 4px;
  }
  .MG-constructionManagement__failedExample::after {
    margin: 0 0 -22.5px 0;
    width: 47px;
    height: 45px;
    background: url(../img/lp/constructionManagement-arrow.png) no-repeat;
    bottom: 50%;
    right: -47px;
  }
  .MG-constructionManagement__failedExampleHeader {
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 4px;
  }
  .MG-constructionManagement__failedExampleTitle {
    font-size: 20px;
  }
  .MG-constructionManagement__listItem {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .MG-constructionManagement__longWarranty {
    max-width: 405px;
    max-height: 370px;
    display: flex;
    align-items: center;
  }
  .MG-constructionManagement__longWarrantyHeader {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom-width: 1px;
  }
  .MG-constructionManagement__longWarrantyTitle {
    font-size: 27px;
  }
  .MG-constructionManagement__longWarrantyTitle.-small {
    font-size: 20px;
  }
  .MG-constructionManagement__paragraph {
    padding: 0;
  }
  .MG-constructionManagement__text {
    font-size: 18px;
  }

  /* constructionFlow */
  .MG-constructionFlow__inner {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 960px;
  }
  .MG-constructionFlow__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-constructionFlow__title {
    font-size: 38px;
  }
  .MG-constructionFlow__list {
    padding: 0 30px;
  }
  .MG-constructionFlow__subHeader {
    margin-bottom: 20px;
    padding: 20px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .MG-constructionFlow__subTitle {
    font-size: 22px;
    line-height: 1;
  }
  .MG-constructionFlow__paragraph {
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
  .MG-constructionFlow__image + .MG-constructionFlow__paragraph {
    border: none;
  }
  .MG-constructionFlow__text {
    font-size: 18px;
  }
  .MG-constructionFlow__paragraph + .MG-constructionFlow__subHeader,
  .MG-constructionFlow__items + .MG-constructionFlow__subHeader {
    margin-top: 106px;
  }
  .MG-constructionFlow__paragraph + .MG-constructionFlow__subHeader::before,
  .MG-constructionFlow__items + .MG-constructionFlow__subHeader::before {
    margin-left: -12px;
    border-top-width: 20px;
    border-right-width: 12px;
    border-left-width: 12px;
    top: -63px;
  }
  .MG-constructionFlow__label {
    padding-right: 10px;
    top: -40px;
  }
  .MG-constructionFlow__labelText {
    font-size: 20px;
  }
  .MG-constructionFlow__labelNumber {
    font-size: 53px;
  }
  .MG-constructionFlow__items {
    border-bottom: 1px solid #276f0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-constructionFlow__image {
    margin: 0 20px 0 0;
    padding-bottom: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .MG-constructionFlow__exampleImage {
    width: 240px;
    height: 170px;
  }

  /* faq */
  .MG-faq__inner {
    margin: 0 auto;
    max-width: 960px;
    padding: 40px 0;
  }
  .MG-faq__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-faq__title {
    font-size: 38px;
  }
  .MG-faq__list {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .MG-faq__question {
    padding: 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .MG-faq__answer + .MG-faq__question {
    margin-top: 30px;
  }
  .MG-faq__questionTitle {
    font-size: 22px;
  }
  .MG-faq__questionTitle::before {
    margin-right: 17px;
    font-size: 26px;
  }
  .MG-faq__answer {
    padding: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .MG-faq__answerText {
    font-size: 18px;
  }
  .MG-faq__answerText::before {
    margin-right: 17px;
    font-size: 26px;
  }
  .MG-faq__notes {
    padding: 0 30px;
  }
  .MG-faq__notesText {
    font-size: 18px;
  }

  /* aboutUs */
  .MG-aboutUs__inner {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 960px;
  }
  .MG-aboutUs__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-aboutUs__title {
    font-size: 38px;
    text-align: center;
  }
  .MG-aboutUs__paragraph {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .MG-aboutUs__text {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .MG-aboutUs__subHeader {
    margin-bottom: 60px;
    padding: 0 0 30px;
    border-bottom-width: 1px;
  }
  .MG-aboutUs__subTitle {
    font-size: 38px;
  }
  .MG-aboutUs__items {
    padding: 0 30px;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-aboutUs__logo {
    margin-bottom: 0;
    max-width: 420px;
  }
  .MG-aboutUs__logoImage {
    width: 227px;
    height: 45px;
  }
  .MG-aboutUs__detail {
    padding: 0;
    max-width: 420px;
  }
  .MG-aboutUs__detailTitle {
    padding-top: 20px;
    border-top-width: 1px;
    font-size: 16px;
  }
  .MG-aboutUs__detailText {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .MG-aboutUs__detailLink {
    color: #333;
  }


  /* campaign */
  .MG-campaign__inner {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 960px;
  }
  .MG-campaign__fiscalYearImage {
    width: 900px;
    height: 240px;
  }
  .MG-campaign__discountImage {
    width: 900px;
    height: 280px;
  }

  /* offer */
  .MG-offer {
    margin: 0 auto;
    max-width: 1200px;
    height: 403px;
    background: url(../img/lp/offer-backGround.png) no-repeat top center;
    background-size: cover;
  }
  .MG-offer__inner {
    margin: 0 auto;
    padding: 30px;
    max-width: 880px;
  }
  .MG-offer__subTitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .MG-offer__title {
    font-size: 30px;
  }
  .MG-offer__body {
    margin-right: 0;
    max-width: 386px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .MG-offer__ctaArea {
    margin-bottom: 10px;
    padding: 10px;
    max-width: 386px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
  }
  .MG-offer__ctaArea::before {
    margin: -174.5px 0 0 0;
    width: 401px;
    height: 292px;
    background: url(../img/lp/offer-sampleProduct.png) no-repeat top left;
    top: 146px;
    left: -401px;
  }
  .MG-offer__button {
    text-align: center;
  }
  .MG-offer__button + .MG-offer__button {
    margin-top: 12px;
  }
  .MG-offer__buttonLink:hover {
    opacity: .8;
  }
  .MG-offer__requestButtonImage {
    width: 366px;
    height: 75px;
  }
  .MG-offer__inquireButtonImage {
    width: 312px;
    height: 63px;
  }
  .MG-offer__feature {
    max-width: 386px;
  }
  .MG-offer__featureItems {
    margin-bottom: 10px;
  }
  .MG-offer__featureItem {
    height: 42px;
    border-radius: 4px;
  }
  .MG-offer__featureItem.-left {
    width: 188px;
  }
  .MG-offer__featureItem.-right {
    width: 188px;
  }
  .MG-offer__featureText {
    font-size: 22px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
  }
  .MG-offer__featureText.-right {
    margin-left: 13px;
  }
  .MG-offer__featureText.-small {
    font-size: 13px;
  }
  .MG-offer__featureText.-large {
    font-size: 36px;
  }
  .MG-offer__featureBanner {
    margin: 20px 0 0;
  }
  .MG-offer__featureBannerImage {
    width: 386px;
    height: auto;
  }
  .MG-offer__campaignBannerImage {
    width: 386px;
    height: 137px;
  }

  /* offerNav */
  .MG-offerNav {
    width: 140px;
    height: 140px;
    background: none;
    border-top: none;
    position: fixed;
    top: 250px;
    right: -24px;
    bottom: 0;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
    -webkit-transition: right .2s ease;
    transition: right .2s ease;
  }
  .MG-offerNav:hover {
    right: 0;
  }
  .MG-offerNav__inner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .MG-offerNav__inquireButton {
    display: none;
  }
  .MG-offerNav__inquireButtonImage {
    display: none;
  }
  .MG-offerNav__requestButtonImage {
    width: 140px;
    height: 140px;
  }
  .MG-offerNav__campaign {
    width: 116px;
    height: 60px;
    display: block;
    position: fixed;
    right: 0;
    top: 400px;
    -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
  }
  .MG-offerNav__campaignBannerImage {
    width: 116px;
    height: 60px;
  }

  /* footerNav */
  .MG-footerNav__inner {
    padding: 30px 0;
  }
  .MG-footerNav__link {
    padding: 0 15px;
    font-size: 16px;
  }
  .MG-footerNav__link + .MG-footerNav__link {
    border-left-width: 1px;
  }

  /* footer */
  .MG-footer__spacer {
    margin-bottom: 0;
  }

  /* copyrights */
  .MG-copyrights__inner {
    height: 40px;
  }
  .MG-copyrights__text {
    font-size: 16px;
  }

  /* drawing */
  .MG-drawing__inner {
    margin: 0 auto;
    padding: 60px 0;
    max-width: 960px;
  }
  .MG-drawing__header {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom-width: 1px;
  }
  .MG-drawing__title {
    font-size: 38px;
  }
  .MG-drawing__subHeader {
    margin-bottom: 30px;
    padding: 4px 0;
    max-width: 900px;
  }
  .MG-drawing__items + .MG-drawing__subHeader {
    margin-top: 40px;
  }
  .MG-drawing__subTitle {
    font-size: 20px;
    text-align: center;
  }
  .MG-drawing__items {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .MG-drawing__image {
    margin-bottom: 0;
    width: 335px;
    height: 335px;
    flex-shrink: 0;
  }
  .MG-drawing__pdfImage {
    width: 169px;
    height: 233px;
  }
  .MG-drawing__buttonImage {
    width: 335px;
    height: 75px;
  }
  .MG-drawing__paragraph {
    padding: 0;
    max-width: 524px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .MG-drawing__paragraph.-last {
    margin: 0 auto;
    max-width: 900px;
  }
  .MG-drawing__text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .MG-drawing__notes {
    margin: 0 auto;
    padding: 30px 0 0;
    max-width: 900px;
    border-top-width: 1px;
  }
  .MG-drawing__notesText {
    font-size: 18px;
    line-height: 1.8;
  }
  .MG-drawing__notesText + .MG-drawing__notesText {
    margin-top: 20px;
  }
  .MG-drawingOffer__inner {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .MG-drawingOffer__paragraph {
    max-width: 480px;
    flex-shrink: 0;
  }
  .MG-drawingOffer__text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .MG-drawingOffer__notes {
    padding: 20px 0;
    max-width: 383px;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .MG-drawingOffer__notesText {
    font-size: 18px;
    line-height: 1.8;
  }
  .MG-drawingOffer__notesText + .MG-drawingOffer__notesText {
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
  }
  .MG-drawingOffer__link {
    color: #333;
  }

  /* overview */
  .MG-overview__inner {
    margin: 0 auto;
    padding: 60px 20px;
    max-width: 750px;
  }
  .MG-overview__title {
    margin-bottom: 30px;
    font-size: 38px;
  }
  .MG-overview__detail {
    padding: 0 10px;
    border-bottom-width: 1px;
  }
  .MG-overview__detailTitle {
    padding-top: 20px;
    border-top-width: 1px;
    font-size: 16px;
  }
  .MG-overview__detailText {
    padding-bottom: 20px;
    font-size: 16px;
  }
  .MG-overview__detailLink {
    color: #333;
  }

  /* policy */
  .MG-policy__inner {
    margin: 0 auto;
    padding: 60px 20px;
    max-width: 750px;
  }
  .MG-policy__title {
    margin-bottom: 30px;
    font-size: 38px;
  }
  .MG-policy__front {
    margin-bottom: 20px;
  }
  .MG-policy__subTitle {
    margin-bottom: 20px;
    padding: 20px 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-size: 16px;
  }
  .MG-policy__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .MG-policy__list {
    margin-bottom: 18px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .MG-policy__listText {
    margin-bottom: 10px;
    font-size: 16px;
  }

  /* contact */
  .MG-contact__inner {
    margin: 0 auto;
    max-width: 750px;
  }
  .MG-contactHero {
    height: auto;
    background: url(../img/lp/contact-backGround.png) repeat top center;
  }
  .MG-contactHero__inner {
    padding: 40px;
  }
  .MG-contact__title {
    font-size: 32px;
    text-shadow: 2px 2px 10px rgb(0, 0, 0);
    -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 1));
  }
  .MG-contact__ctaArea {
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 6px;
  }
  .MG-contact__lead {
    margin-bottom: 20px;
  }
  .MG-contact__leadText {
    font-size: 24px;
  }
  .MG-contact__paragraph {
    margin-bottom: 20px;
  }
  .MG-contact__paragraph + .MG-contact__paragraph {
    margin-top: 30px;
    padding-top: 30px;
    border-top-width: 1px;
  }
  .MG-contact__text {
    font-size: 18px;
  }
  .MG-contact__text + .MG-contact__text {
    margin-top: 30px;
  }
  .MG-contact__inquireButtonImage {
    width: 335px;
    height: 90px;
  }
  .MG-contact__form {
    padding: 60px 40px;
  }
  .MG-contact__subHeader {
    margin-bottom: 30px;
  }
  .MG-contact__subTitle {
    font-size: 18px;
  }
  .MG-contact__discountBanner {
    margin-bottom: 60px;
  }
  .MG-contact__discountBannerImage {
    width: 480px;
    height: 180px;
  }
  .MG-enquete__header {
    margin-bottom: 20px;
  }
  .MG-enquete__title {
    margin-bottom: 0;
    font-size: 18px;
  }
  .MG-enquete__subTitle {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .MG-inputGroup {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
  .MG-inputGroup__tag {
    margin-left: 20px;
    width: 48px;
    height: 24px;
    border-radius: 8px;
    font-size: 16px;
  }
  .MG-inputGroup__label {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .MG-inputGroup__help {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .MG-inputGroup__input {
    padding: 0 44px 0 10px;
    height: 44px;
    border-width: 2px;
    border-radius: 8px;
  }
  .MG-inputGroup__input + .MG-inputGroup__label {
    margin-top: 60px;
  }
  .MG-selectGroup {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
  .MG-selectGroup__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .MG-radioGroup {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
  .MG-radioGroup__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .MG-radioGroup__label {
    font-size: 16px;
  }
  .MG-radioGroup__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-selectGroup__select {
    padding: 0 44px 0 10px;
    height: 44px;
    border-width: 2px;
    border-radius: 8px;
  }
  .MG-selectGroup__select + .MG-selectGroup__select {
    margin-top: 40px;
  }
  .MG-checkBoxGroup {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
  .MG-checkBoxGroup__input {
    margin-right: 10px;
    font-size: 32px;
  }
  .MG-checkBoxGroup__label {
    font-size: 16px;
  }
  .MG-checkBoxGroup__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .MG-inputGroup__textarea {
    padding: 4px;
    width: 670px !important;
    min-height: 125px;
    border-width: 2px;
    border-radius: 8px;
  }
  .MG-inputButton__submit {
    width: 320px;
    height: 75px;
  }

  .mfp_err {
    font-size: 16px;
  }
  div#mfp_phase_confirm_inner h4 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  table#mfp_confirm_table {
    margin: 0 auto 30px;
    max-width: 750px;
    border-bottom-width: 2px;
  }
  table#mfp_confirm_table tr th {
    padding-top: 20px;
    border-top-width: 2px;
    font-size: 18px;
  }
  table#mfp_confirm_table tr td {
    padding-bottom: 20px;
    font-size: 18px;
  }
  div.mfp_buttons button#mfp_button_send {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 24px;
  }
  div.mfp_buttons button#mfp_button_cancel {
    margin-left: 30px;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 24px;
  }
}

/* 220523メインビジュアル変更 */
.pc-only {
  display:none
}
/*.newMV_wrap {
  display:none !important;
}*/

.newMV-content__sp img {
  width:100%;
  height:auto;
}

.newCTA-inner .contact_top {
  width: 100%;
  height:auto;
  margin: 0 auto 20px;
  position: relative;
  background-image: url("../img/bg_contact.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.newCTA-inner .contact_top h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
  padding-top: 50px;
  color: #392C08;
}

#contact .newCTA-content h2,
.newCTA-inner .newCTA-content h2 {
  font-size:2rem;
  padding:7.5% 0 0 0;
}

#contact .newCTA-content p,
.newCTA-inner .newCTA-content p {
  font-size:2.4rem;
  margin:10% 0 0;
  padding:0 0 5%;
}

.newCTA-btn .btn_style03 a {
  width:auto;
}

.newCTA-btn__tel {
  margin:10% 0 0;
  background-image: url(../img/icon_tel02.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  padding: 0;
}

.btn_style03.newCTA-btn__tel a {
  padding-left:2em;
}

.newCTA-inner .contact_top p {
  text-align: center;
  color: #392C08;
  line-height: 34px;
}

@media only screen and (min-width: 769px) {
  .pc-only {
      display:block;
  }
  .sp-only {
      display:none;
  }
  .newMV_wrap {
      height:480px;
      background:url(../img/img-mv_pc.webp) no-repeat top center;
      background-size: cover;
  }
  .newMV-content__pc {
      max-width:1000px;
      margin:0 auto;
  }
  .newMV-title__pc {
      width:100%;
      /*padding:20px 0 0;*/
      padding:20px 0 0 20px;
  }
  .newMV-title__pc img{
      max-width:100%;
      height:auto;
  }
  .newMV-CTA__pc {
      box-sizing: border-box;
      display:flex;
      width:100%;
      flex-wrap: nowrap;
      justify-content: space-between;
      /*margin:180px 0 0;
      padding:0 10px;*/
      margin:220px 0 0;
      padding:0;
  }
  /*.newMV-CTA__name {
      margin:60px 0 0;
  }*/
  .newMV-CTA__items {
      background:rgba(255,255,255,0.8);
      padding:10px;
  }
  #main-img .newMV-CTA__pc .newMV-CTA__cta ul {
      margin:0;
  }
  #main-img .newMV-CTA__pc .newMV-CTA__cta ul li {
      margin-right:0;
  }
  .newMV-CTA__mail {
      text-align:center;
  }
  .newMV-CTA__tel {
      margin:8px 0 0;
  }
  .newMV-CTA__mail img,
  .newMV-CTA__tel img {
      width:100%;
      height:auto;
      max-width:100%;
  }
  .newCTA-inner .contact_top {
      background-size:auto;
  }
  #contact .newCTA-content h2,
  .newCTA-inner .newCTA-content h2 {
      padding-top:60px;
      font-size:32px;
  }
  #contact .newCTA-content p,
  .newCTA-inner .newCTA-content p {
      font-size:32px;
      margin:100px 0 0;
      padding:0 0 20px;
  }
  .contact_bottom .newCTA-btn .tel_text {
      margin-top:20px;
  }
  /*.contact_bottom .newCTA-btn .tel_text h3 {
      padding:0 0 0 42px;
  }*/
  .contact_bottom .newCTA-btn .tel_text p{
      font-size:54px;
  }
}