.main-v {
  background-color: #eaf2ef;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 2% 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .main-v {
    max-width: 100%;
    min-height: 700px;
    padding: 0 0 15%;
  }
}
.main-v .box {
  width: 100%;
}
@media (max-width: 768px) {
  .main-v .box {
    max-width: 100%;
    overflow: hidden;
  }
}
.main-v .box .video-wrapper {
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  clip-path: circle(50% at 50% 50%);
  background-color: #fff;
  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;
  margin: -49% 0 0 17%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .main-v .box .video-wrapper {
    margin: -35% 0 0 17%;
  }
}
@media (max-width: 768px) {
  .main-v .box .video-wrapper {
    width: 185%;
    padding: 0 0 185%;
    clip-path: circle(50% at 50% 50%);
    margin: -18% 0 0 -12%;
  }
}
.main-v .box .video-wrapper .video {
  position: relative;
  width: 65%;
  height: 0;
  padding: 45%;
  margin: 100% 0 0;
  clip-path: circle(50% at 50% 50%);
  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;
}
@media (max-width: 768px) {
  .main-v .box .video-wrapper .video {
    max-width: 600px;
    clip-path: circle(44% at 50% 50%);
    padding: 50%;
  }
}
.main-v .box .video-wrapper .video video {
  position: absolute;
  aspect-ratio: 16/9;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .main-v .box .video-wrapper .video video {
    width: 125%;
    left: -12.5%;
  }
}
@media (max-width: 768px) {
  .main-v .box .video-wrapper .video video {
    aspect-ratio: 9/16;
    width: 61%;
    left: 4%;
    bottom: -4%;
  }
}
@media (max-width: 768px) {
  .main-v .box .video-wrapper .video.video2 video {
    width: 187%;
    left: -46%;
    bottom: -4%;
  }
}
.main-v .box .catch {
  width: 56%;
  padding: 0 0 56%;
  clip-path: circle(50% at 50% 50%);
  background-color: #d3e8e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: absolute;
  bottom: -80px;
  left: -23%;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-v .box .catch {
    width: 135%;
    padding: 0 0 135%;
    left: -76%;
    bottom: 0;
  }
}
.main-v .box .catch-text {
  font-size: 44.9px;
  color: #fff;
  position: absolute;
  top: 48%;
  left: 2%;
  z-index: 20;
}
@media (max-width: 768px) {
  .main-v .box .catch-text {
    font-size: 28px;
    top: 48%;
  }
}
@media (max-width: 449px) {
  .main-v .box .catch-text span:last-child {
    white-space: nowrap;
    -webkit-transform: scale(0.84, 1);
            transform: scale(0.84, 1);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    letter-spacing: -0.01em;
  }
}
.main-v .box .catch-text span {
  display: inline-block;
  background-color: #75ac9c;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .main-v .box .catch-text span {
    padding: 3px 6px;
  }
}
.main-v .box .catch-text span:first-child {
  margin-bottom: 10px;
}
.main-v .nav {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  top: -40px;
}
@media (max-width: 768px) {
  .main-v .nav {
    gap: 10px;
    top: -80px;
  }
}
.main-v .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 16/8;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 768px) {
  .main-v .nav a {
    padding: 6px;
    aspect-ratio: 16/16;
  }
}
.main-v .nav a li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  color: #75ac9c;
  text-shadow: 1px 1px 10px rgb(255, 255, 255), 1px -1px 10px rgb(255, 255, 255), -1px 1px 10px rgb(255, 255, 255), -1px -1px 10px rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .main-v .nav a li {
    font-size: 12px;
  }
}
.main-v .nav a li span:first-child {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-v .nav a li span:first-child {
    font-size: 18px;
  }
}
.main-v .nav a.nav-brand {
  background-image: url(/img/top_brand.webp);
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .main-v .nav a.nav-brand {
    background-image: url(/img/top_brand_sp.webp);
  }
}
.main-v .nav a.nav-doctor {
  background-image: url(/img/top_comment.webp);
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .main-v .nav a.nav-doctor {
    background-image: url(/img/top_comment_sp.webp);
  }
}
.main-v .nav a:hover {
  border: 1px solid #75ac9c;
}

section.nav .nav {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
section.nav .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  aspect-ratio: 16/8;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px;
}
section.nav .nav a li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  color: #75ac9c;
}
section.nav .nav a li span:first-child {
  font-size: 26px;
}
section.nav .nav a.nav-brand {
  background-image: url(/img/main.webp);
  background-position: 50% 50%;
  background-size: 120% auto;
}
section.nav .nav a.nav-doctor {
  background-image: url(/img/top_comment.webp);
  background-position: 50% 70%;
  background-size: 140% auto;
}

.news {
  background-color: #eaf2ef;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0;
  z-index: 0;
  background-color: #75ac9c;
  width: 100%;
}
.news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .news {
    margin-top: -24%;
    max-width: 100%;
    min-height: unset;
    padding: 50px 0 80px;
  }
}
.news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 36px;
  color: white;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news h2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.news h2 span {
  font-size: 14px;
}
.news h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  .news h3 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.news .button {
  margin: 40px auto 0;
}
.news .catch {
  width: 48%;
  padding: 0 0 56%;
  clip-path: circle(42% at 50% 50%);
  background-color: #d3e8e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: absolute;
  top: 20%;
  right: -23%;
  z-index: 1;
}
@media (max-width: 768px) {
  .news .catch {
    width: 135%;
    padding: 0 0 135%;
    left: 50%;
    bottom: -165px;
  }
}

.news .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 2%;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .news .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 4%;
  }
}
.news .cards .card {
  max-width: 32%;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  background: #fff;
}
@media (max-width: 768px) {
  .news .cards .card {
    border-radius: 4px;
    width: 48%;
    max-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.news .cards .card figure {
  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;
  overflow: hidden;
}
.news .cards .card figure img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}
.news .cards .card a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news .cards .card a:hover {
  opacity: 0.6;
}
.news .cards .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 18px;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 768px) {
  .news .cards .text {
    padding: 12px;
    gap: 8px;
  }
}
.news .cards .text .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .news .cards .text .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    gap: 8px;
  }
}
.news .cards .text .info span {
  background-color: #709a98;
  color: #fff;
  padding: 4px 7px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .news .cards .text .info span {
    font-size: 14px;
    padding: 4px 7px;
    display: inline-block;
  }
}
.news .cards .text .info time {
  color: #75ac9c;
}
@media (max-width: 768px) {
  .news .cards .text .info time {
    font-size: 14px;
    display: block;
  }
}
.news .cards .text .title {
  font-size: 18px;
}
@media (max-width: 768px) {
  .news .cards .text .title {
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .jwa,
  .award {
    max-width: 100%;
    padding: 5% 0;
  }
}
.jwa .small,
.award .small {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .jwa .small,
  .award .small {
    font-size: 14px;
    line-height: 1.8;
  }
}
.jwa .small,
.award .small {
  display: block;
  white-space: nowrap;
}

.jwa {
  padding: 30px 0 0;
}
.jwa .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .jwa .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.jwa .inner div:first-child {
  margin-left: 0;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .jwa .inner div:first-child {
    margin-left: auto;
  }
}
.jwa .inner div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 780px;
}
@media (max-width: 768px) {
  .jwa .inner div:last-child {
    margin: 0 0 10px 0;
  }
}
.jwa .jwa-text img {
  aspect-ratio: 390/60;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .jwa .jwa-text img {
    width: 90%;
  }
}
.jwa .jwa-mark img {
  width: 30%;
}
@media (max-width: 768px) {
  .jwa .jwa-mark img {
    width: 70%;
  }
}
.jwa .jwa-mark img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 300/300;
  height: auto;
  z-index: 10;
}

.award {
  /*padding: 80px 0;*/
  padding: 60px 0 30px;
}
@media (max-width: 768px) {
  .award {
    padding: 40px 0;
  }
}
.award .inner {
  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;
}
@media (max-width: 768px) {
  .award .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.award .inner div {
  text-align: center;
}
.award .inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 50px;
}
.award .inner .item {
  padding: 10px;
  z-index: 10;
}
.award .inner .item.fha img {
  aspect-ratio: 300/354;
  height: auto;
}
.award .inner .item p {
  margin-top: 10px;
  line-height: 1.2 !important;
}
@media (max-width: 768px) {
  .award .inner .item p {
    magtin-top: 0;
  }
}
.award .inner div:first-child {
  /*
  max-width: 100%;
  @include sp {
    max-width: 100%;
  }
  */
}
.award .inner div:first-child .big {
  color: #75ac9c;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .award .inner div:first-child .big {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .award .inner div:first-child .big {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.award .inner div:last-child {
  /*margin-right: 10%;*/
}
@media (max-width: 768px) {
  .award .inner div:last-child {
    margin: 0 0 10px 0;
  }
}

.brand {
  background-color: #444444;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .brand {
    max-width: 100%;
    min-height: unset;
    padding: 15% 0;
  }
}
.brand .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .brand .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.brand h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.brand h3 {
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .brand h3 {
    margin: 2% 0 0;
  }
}
.brand .brand_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 -13%;
}
@media (max-width: 1250px) {
  .brand .brand_inner {
    margin: 0 0 0 -10%;
  }
}
@media (max-width: 1100px) {
  .brand .brand_inner {
    margin: 5% 0 0 -10%;
  }
}
@media (max-width: 768px) {
  .brand .brand_inner {
    max-width: 100%;
    display: block;
    margin: 0;
  }
}
.brand .brand_inner .figure-wrapper {
  width: 700px;
  height: 700px;
  clip-path: circle(50% at 50% 50%);
  background-color: #75ac9c;
  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;
  z-index: 3;
}
@media (max-width: 1250px) {
  .brand .brand_inner .figure-wrapper {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1100px) {
  .brand .brand_inner .figure-wrapper {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .brand .brand_inner .figure-wrapper {
    width: 500px;
    height: 500px;
    z-index: 2;
    position: relative;
    margin: 15px 0 0 -40px;
  }
}
.brand .brand_inner .figure-wrapper figure {
  position: relative;
  max-width: 400px;
  clip-path: circle(44% at 50% 50%);
  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;
}
@media (max-width: 768px) {
  .brand .brand_inner .figure-wrapper figure {
    clip-path: circle(40% at 50% 50%);
  }
}
.brand .brand_inner .figure-wrapper figure img {
  width: 2000px;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
  z-index: 1;
}
@media (max-width: 1250px) {
  .brand .brand_inner .figure-wrapper figure img {
    width: 450px;
  }
}
@media (max-width: 1100px) {
  .brand .brand_inner .figure-wrapper figure img {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .brand .brand_inner .figure-wrapper figure img {
    width: 550px;
  }
}
.brand .brand_inner .text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .brand .brand_inner .text-wrapper {
    z-index: 0;
    margin: 8% 0 0;
  }
}
.brand .brand_inner .text-wrapper .text {
  display: block;
  font-size: 26px;
  line-height: 44px;
  margin-left: 10%;
  text-align: left;
  position: relative;
  z-index: 2;
  font-weight: 700;
  display: block;
}
@media (max-width: 1100px) {
  .brand .brand_inner .text-wrapper .text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .brand .brand_inner .text-wrapper .text {
    width: 100%;
    font-size: 20px;
    line-height: 1.8em;
    margin-left: 0;
  }
}
.brand .brand_inner .text-wrapper .text-small {
  margin-top: 20px;
  width: 80%;
  font-size: 18px;
  line-height: 30px;
  margin-left: 10%;
  position: relative;
  z-index: 2;
  display: block;
}
@media (max-width: 768px) {
  .brand .brand_inner .text-wrapper .text-small {
    width: 100%;
    font-size: 16px;
    margin-left: 0;
  }
}
.brand .brand_inner .text-wrapper .button {
  margin-left: 10%;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .brand .brand_inner .text-wrapper .button {
    margin-left: 0;
  }
}
.brand .brand_inner .text-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 940px;
  height: 940px;
  margin: -430px 0 0 -470px;
  border-radius: 50%;
  background: #525654;
}
@media (max-width: 1250px) {
  .brand .brand_inner .text-wrapper::after {
    width: 725px;
    height: 725px;
    margin: -355px 0 0 -400px;
  }
}
@media (max-width: 1100px) {
  .brand .brand_inner .text-wrapper::after {
    width: 670px;
    height: 670px;
    margin: -355px 0 0 -400px;
  }
}
@media (max-width: 768px) {
  .brand .brand_inner .text-wrapper::after {
    margin: -315px 0 0 -418px;
  }
}
.brand .brand_inner .sp-text {
  position: relative;
  z-index: 10;
}
.brand .brand_inner .sp-text .text {
  width: 92%;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 40px auto 0;
  font-weight: 700;
}
.brand .brand_inner .sp-text .text-small {
  width: 92%;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto;
  margin-top: 20px;
}

.lineup {
  background-color: #eaf2ef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}
.lineup h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  z-index: 5;
  color: #75ac9c;
}
@media (max-width: 768px) {
  .lineup h2 {
    margin-bottom: 0;
    text-align: right;
  }
}
.lineup h3 {
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #75ac9c;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .lineup h3 {
    text-align: right;
    margin: 2% 0 10%;
  }
}
.lineup .lineup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1276px;
}
@media (max-width: 768px) {
  .lineup .lineup_wrap {
    display: block;
  }
}
.lineup .lineup_wrap ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border: 2px solid #75ac9c;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .lineup .lineup_wrap ul {
    width: 100%;
    margin: 0 0 8%;
  }
  .lineup .lineup_wrap ul:last-child {
    margin: 0;
  }
}
.lineup .lineup_wrap ul li {
  width: 100%;
  position: relative;
}
.lineup .lineup_wrap ul li a {
  padding: 0 0 60px;
  display: block;
}
@media (max-width: 768px) {
  .lineup .lineup_wrap ul li a {
    padding: 0 0 55px;
  }
}
.lineup .lineup_wrap ul li a:hover .info {
  color: #75ac9c;
}
.lineup .lineup_wrap ul li:first-child {
  border-right: 1px solid #75ac9c;
}
.lineup .lineup_wrap ul li .sex {
  font-size: 18px;
  display: table;
  background-color: #cae6ed;
  padding: 6px 14px;
  min-width: 106px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lineup .lineup_wrap ul li .sex {
    font-size: 14px;
    padding: 4px 14px;
    min-width: 85px;
  }
}
.lineup .lineup_wrap ul li .sex.women {
  margin: 0 0 0 auto;
  background-color: #f5b8be;
}
.lineup .lineup_wrap ul li img {
  /* margin-top: 20px; */
  margin: 20px auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .lineup .lineup_wrap ul li img {
    /* margin-top: 5px; */
    margin: 5px auto 20px auto;
  }
}
@media (max-width: 768px) {
  .lineup .lineup_wrap ul li img.nolabel {
    margin: 5px auto auto auto;
  }
}
.lineup .lineup_wrap ul li .info {
  position: absolute;
  bottom: 0;
  padding: 10px 10px 5px;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .lineup .lineup_wrap ul li .info {
    font-size: 18px;
  }
}
.lineup .lineup_wrap ul li .info .newmodel {
  margin: 0 0 7px 0;
  padding: 4px 5px 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: noto-sans, sans-serif;
  background-color: #f39800;
}
.lineup .lineup_wrap ul li .info .newprice {
  margin: 0 0 7px 0;
  padding: 4px 5px 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: noto-sans, sans-serif;
  background-color: #22bc98;
}
.lineup .lineup_wrap ul li .info .newcolor {
  margin: 0 0 7px 0;
  padding: 4px 5px 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: noto-sans, sans-serif;
  background-color: #4682B4;
}
.lineup .lineup_wrap ul li .info span {
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
}
.lineup .lineup_wrap ul li .info span:last-child {
  margin-left: 0;
}/*# sourceMappingURL=index.css.map */