/* #wrap {
  width: 100%;
  background-image: url(../img/bg_line.png);
  background-repeat: repeat;
  background-size: 100%;
  background-position: top center;
} */

.mv {
  max-width: 100%;
  width: 100%;
  padding: 12vh 0 0;
  margin: 0 auto 0 0;
  background-image: url(../img/bg_line.png), url(../img/bgWhite2.jpg);
  background-size: 100%, 100%;
  background-position: center center, bottom center;
  position: relative;
}

.mvImage {
  max-width: 1000px;
  width: 82%;
}

/* .mvImage::after {
  content: "";
  height: 5vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
} */

.mvText {
  font-size: 94px;
  letter-spacing: 0.1em;
  line-height: 0.5;
  position: absolute;
  right: 20%;
  bottom: 30%;
  color: #fff;
  font-family: "Amiri", serif;
  text-align: right;
  z-index: 1;
}

.mv_span_about {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 18px;
}

.about_wrap {
  padding: 0 0 0;
  justify-content: flex-start;
  background-image: none;
  margin: 0 auto 0;
	display: flex;
	flex-direction: column;
}

.about {
  margin: 0 0 0;
  background-color: #fff;
  padding: 15vh 0 15vh;
  background-image: url(../img/bg_line.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
}

.aboutTitle1,
.aboutTitle2 {
  padding: 5px 8px 10px;
  display: inline-block;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  color: #fff;
  font-size: 38px;
  background-color: #212748;
  letter-spacing: 0.2em;
}

.aboutText {
  font-size: 24px;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 2.5vh;
  letter-spacing: 0.2em;
  color: #111;
}

.about_contentR {
	width: 100%;
  /* margin: 0 5vw 0 0; */
}

.aboutUsMessage {
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.27;
  margin: 0 0 1vh;
}

.Sawa_name_wrap {
  margin: 5vh 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.Sawa_name {
  width: 160px;
}

.ceo_text {
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  font-size: 14px;
  margin: 0 20px 0 0;
}

.service_wrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.service {
  padding: 80px 0 100px;
}

.serviceTitle {
  -ms-writing-mode: tb-rl;
  writing-mode: horizontal-tb;
  font-family: "Amiri", serif;
}

.serviceTitle1 {
  font-family: "Amiri", serif;
  font-size: 72px;
  font-weight: 100;
  color: #212748;
  margin: 0 0 0;
}

.serviceTitle2 {
  padding: 5px 8px 6px;
  display: inline-block;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  color: #fff;
  font-size: 16px;
  background-color: #212748;
  margin: 0 0 40px;
}

.service1 {
  background-image: none;
}

.serviceItem {
  width: auto;
  margin: 0;
  padding: 0 0 0;
}

.serviceItemImg {
  width: 540px;
  margin: 0 0 0;
}

.corprateLogoText {
  font-family: YuGothic, /* Mac用 */ "Yu Gothic", /* Windows用 */ sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin: 0 0 1vh;
}

footer {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/footerContactBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.footerTextTitle {
  font-size: 48px;
  font-family: "Amiri", serif;
  font-weight: 400;
}

.footerText {
  margin: 0 auto 45px;
}

.footer_contact_btn {
  text-align: center;
  font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  background-color: #887249;
  padding: 20px 30px;
}

.mailIcon {
  width: 30px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1200px) {
  .mvText {
    font-size: 70px;
    right: 5vw;
    bottom: 8vw;
  }

  .about_wrap {
    width: 90%;
		align-items: center;
  }

  .aboutTitle1,
  .aboutTitle2 {
    font-size: 2.5vw;
  }

  .about_contentL {
    width: 100%;
  }

  .service_wrap {
    align-items: center;
  }

  .serviceItem {
    width: 50%;
  }

  .serviceItemImg {
    width: 100%;
  }

  .service_content {
    width: 50%;
    margin: 0 50px 0 0;
  }
}

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

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

@media screen and (max-width: 800px) {
  .about_wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .aboutTitle1,
  .aboutTitle2 {
    font-size: 32px;
  }

  .service_wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
    overflow-x: hidden;
  }

  .serviceItem {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 0;
  }

  .about_contentL {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .mv {
    width: 100%;
    padding: 80px 0;
    background-image: url(../img/bg_line_sp.png), url(../img/bgWhite.jpg);
    background-position: center center, top center;
    background-size: 100% auto, 100% 50%;
  }

  .mvImage {
    width: 90%;
    position: relative;
  }

  .mvImage::after {
    display: none;
  }

  .mvText {
    font-size: 44px;
    letter-spacing: 0.1em;
    line-height: 0.5;
    position: absolute;
    right: 16px;
    bottom: 48px;
  }

  .mv_span_about {
    font-size: 13px;
  }

  .aboutText {
    font-size: 20px;
  }

  .aboutTitle1,
  .aboutTitle2 {
    padding: 5px 8px 10px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }

  .aboutUsMessage {
    font-size: 14px;
  }

  .Sawa_name {
    width: 140px;
  }

  .ceo_text {
    font-size: 14px;
  }

  .service {
    padding: 64px 0;
  }

  .service_content {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .serviceTitle1 {
    font-size: 8vw;
    font-weight: 100;
  }

  .serviceTitle2 {
    padding: 5px 8px 6px;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 32px;
  }

  .serviceItem {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }

  .serviceItem img {
    width: 100%;
    margin: 0 0 32px;
  }

  .corprateLogoText {
    width: 70%;
    margin: 0 0 16px auto;
    font-size: 13px;
    line-height: 1.85;
    padding: 0 16px;
    color: #fff;
  }

  footer {
    padding: 56px 0;
    background-image: url(../img/footercontact_bg_sp.jpg);
    background-repeat: no-repeat;
  }

  .footerTextTitle {
    font-size: 36px;
    line-height: 1;
    padding: 0;
    margin: 0 0 32px;
  }

  .footerText {
    font-size: 14px;
    line-height: 2;
    width: 90%;
    margin: 0 auto 36px;
    color: #fff;
  }

  .footer_contact_btn {
    font-size: 15px;
  }

  .mailIcon {
    width: 25px;
    margin: 0 10px 3px 0;
  }
}
