.amb-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .amb-sp {
    display: block;
  }
}

.amb-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .amb-pc {
    display: none;
  }
}

.ambassador .amb-caption {
  padding: 0.3em 0;
  font-size: 14px;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.5em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ambassador .amb-caption {
    font-size: 2.8vw;
  }
}
.ambassador .amb-caption .amb-name {
  display: block;
  font-size: 1.2em;
}
.ambassador .amb-caption.wl {
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}

#merit .merit_wrap .m_bottom .amb-concept {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #merit .merit_wrap .m_bottom .amb-concept {
    flex-direction: column;
    align-items: flex-start;
  }
}
#merit .merit_wrap .m_bottom .amb-concept .bottom_img {
  margin-bottom: 0;
}
#merit .merit_wrap .m_bottom .amb-concept .ambassador {
  order: -1;
}
@media screen and (max-width: 768px) {
  #merit .merit_wrap .m_bottom .amb-concept .ambassador {
    order: 1;
    display: flex;
    align-items: flex-end;
    margin-left: 8vw;
    margin-top: -30vw;
  }
}
#merit .merit_wrap .m_bottom .amb-concept .ambassador .amb-img {
  width: min(60vw, 250px);
}
@media screen and (max-width: 768px) {
  #merit .merit_wrap .m_bottom .amb-concept .ambassador .amb-img {
    width: 30vw;
  }
}
#merit .merit_wrap .m_bottom .amb-concept .ambassador .amb-caption {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #merit .merit_wrap .m_bottom .amb-concept .ambassador .amb-caption {
    text-align: left;
  }
}

#access .section2 {
  margin-top: 0;
}
#access h2 {
  position: relative;
  z-index: 2;
}
#access .amb-access {
  padding-bottom: 4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #access .amb-access {
    padding-bottom: 0;
  }
}
#access .ambassador {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #access .ambassador {
    position: relative;
    display: flex;
    justify-content: center;
    width: 50vw;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
#access .ambassador .amb-img {
  width: min(29vw, 300px);
}
@media screen and (max-width: 768px) {
  #access .ambassador .amb-img {
    width: 100%;
  }
}
#access .ambassador .amb-caption {
  padding-left: 1em;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #access .ambassador .amb-caption {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 0;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
  }
}

#location .section1 {
  position: relative;
}
#location .amb-location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #location .amb-location {
    flex-direction: column;
  }
}
#location .amb-location p.center {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #location .amb-location p.center {
    text-align: center;
  }
}
#location .ambassador {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  order: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #location .ambassador {
    order: 1;
    width: 100%;
    margin-top: 20px;
  }
}
#location .ambassador .amb-img {
  width: max(20vw, 200px);
}
#location .ambassador .amb-caption {
  text-align: center;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #location .ambassador .amb-caption {
    padding-left: 2em;
  }
}

#design .amb-design {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 3em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #design .amb-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
}
#design .amb-design .ambassador {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  #design .amb-design .ambassador {
    margin-right: -7vw;
  }
}
@media screen and (max-width: 768px) {
  #design .amb-design .ambassador {
    width: 40vw;
    margin-right: -8vw;
    margin-top: 20px;
    position: relative;
  }
}
#design .amb-design .ambassador .amb-img {
  width: max(16vw, 250px);
}
@media screen and (max-width: 768px) {
  #design .amb-design .ambassador .amb-img {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #design .amb-design .ambassador .amb-img img {
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
#design .amb-design .ambassador .amb-caption {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #plan .plan_flex_ri {
    padding-top: 10px;
  }
}
#plan .ambassador {
  display: flex;
  justify-content: center;
  position: relative;
}
#plan .ambassador .amb-img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #plan .ambassador .amb-img {
    width: 60%;
  }
}
#plan .ambassador .amb-caption {
  margin: auto;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #plan .ambassador .amb-caption {
    bottom: 10px;
    right: 10px;
  }
}
#plan .ambassador .amb-caption .amb-name {
  padding-left: 0.5em;
}

#quality .amb-quality {
  display: grid;
}
@media screen and (max-width: 768px) {
  #quality .amb-quality {
    margin-top: -20vw;
  }
}
#quality .amb-quality .ambassador,
#quality .amb-quality nav {
  grid-area: 1/1;
}
#quality .amb-quality nav {
  align-self: center;
  position: relative;
  z-index: 2;
}
#quality .amb-quality .ambassador {
  position: relative;
  justify-self: start;
  align-self: start;
}
@media screen and (max-width: 768px) {
  #quality .amb-quality .ambassador {
    display: flex;
    align-items: flex-end;
    margin-left: -5vw;
  }
}
#quality .amb-quality .ambassador .amb-img {
  width: max(10vw, 200px);
}
@media screen and (max-width: 768px) {
  #quality .amb-quality .ambassador .amb-img {
    width: 30vw;
  }
}
#quality .amb-quality .ambassador .amb-caption {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #quality .amb-quality .ambassador .amb-caption {
    margin-left: -1em;
    position: static;
    text-align: left;
  }
}

#modelroom_2 .ambassador {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -160px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #modelroom_2 .ambassador {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -120px;
  }
}
@media screen and (max-width: 640px) {
  #modelroom_2 .ambassador {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    margin-left: 0;
    margin-top: -90px;
    overflow: hidden;
  }
}
#modelroom_2 .ambassador .amb-img {
  width: max(15vw, 240px);
}
@media screen and (max-width: 768px) {
  #modelroom_2 .ambassador .amb-img {
    width: 20vw;
  }
}
@media screen and (max-width: 640px) {
  #modelroom_2 .ambassador .amb-img {
    width: 30vw;
    margin-left: -6vw;
  }
}
#modelroom_2 .ambassador .amb-caption {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  #modelroom_2 .ambassador .amb-caption {
    position: static;
  }
}/*# sourceMappingURL=ambassador.css.map */