@charset "UTF-8";

/* セミオーダー作業着
***************************************************************/
/* 共通パーツ */
.sem_main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.ff-saira {
  font-family: "Saira", sans-serif;
  font-weight: 500;
}
.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.ff-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sem__common-inner {
  max-width: 1304px;
  padding: 52px 12px 0 12px;
  margin: 0 auto;
}
.sem__common-title-wrap {
  text-align: center;
  color: #224d6f;
  margin-bottom: 63px;
}
.sem__common-title {
  font-size: 60px;
  margin-bottom: 19px;
  font-family: "Saira", sans-serif;
}
.sem__common-sub-title {
  font-size: 28px;
  margin-bottom: 70px;
  font-weight: bold;
}
.sem__common-text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sem__common-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sem__common-sub-title {
    font-size: 28px;
    margin-bottom: 53px;
    line-height: 1.6;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
}

/* HERO */
.sem_hero {
  width: 100%;
  height: 698px;
  position: relative;
  top: 200px;
  margin-bottom: 200px;
  letter-spacing: 0.04em;
}
.sem_hero__slider {
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  width: 76.8%;
  height: 93.2%;
  z-index: 0;
}
.sem_hero__image,
.sem_hero__slide,
.sem_hero__sliderwrap {
  height: 100%;
}
.sem_hero__image {
  background-position: center;
  background-size: cover;
}
.sem_hero__text-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.6%;
  height: 91.4%;
  background-color: #f7f7f7;
  z-index: -1;
}
.sem_hero__text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.6%;
  height: 91.4%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sem_hero__title-box {
  margin-bottom: 40px;
  margin-right: auto;
}
.sem_hero__title {
  font-size: min(4.37vw, 70px);
  background-color: #0167b8;
  color: #fff;
  margin-bottom: 20px;
  padding: 9px 24px 9px 80px;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sem_hero__text {
  color: #224d6f;
  font-size: 16px;
  line-height: 2.5;
  padding-left: 80px;
  letter-spacing: 0.04em;
}
.sem_hero__slider .swiper-pagination-bullets {
  right: 80px;
  left: unset;
  bottom: 37px;
  width: fit-content;
}
.sem_hero__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px !important;
  background-color: #ffffff;
  opacity: 1;
}
.sem_hero__slider .swiper-pagination-bullet-active {
  background-color: #224d6f;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .sem_hero__text-box {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sem_hero {
    height: 788px;
    top: 72px;
    margin-bottom: 72px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column-reverse;
  }
  .sem_hero__slider {
    position: unset;
    width: 100%;
    padding: 32px 0 0 32px;
    height: unset;
    aspect-ratio: 358 / 464;
    overflow: hidden;
  }
  .sem_hero__image {
    transform: scale(1.35);
  }
  .sem_hero__slide {
    overflow: hidden;
  }
  .sem_hero__text-box {
    position: relative;
    top: -24px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }
  .sem_hero__title-box {
    margin-bottom: 25px;
  }
  .sem_hero__title {
    font-size: 40px;
    margin-bottom: 9px;
    padding: 4px 12px;
  }
  .sem_hero__text {
    line-height: 2;
    padding: 0 12px;
  }
  .sem_hero__slider .swiper-pagination-bullets {
    right: 12px;
    left: unset;
    bottom: 42px;
  }
}

/* SYSTEM */
.sem_system {
  padding: 174px 0 148px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sem_system__inner {
  max-width: 1056px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.sem_system__title {
  font-size: 60px;
  margin-bottom: 46px;
}
.sem_system__subtitle {
  font-size: 50px;
  margin-bottom: 79px;
  font-weight: bold;
}
.sem_system__main-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
  font-weight: bold;
}
.sem_system__container {
  padding: 0 31px;
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
.sem_system__item {
  width: calc(50% - 20px);
  border: 1px solid #fff;
  background-color: rgba(245, 245, 245, 0.3);
  backdrop-filter: blur(2px);
  text-align: center;
  padding: 29px 0 39px 0;
}
.sem_system__icon {
  width: 107px;
  height: auto;
  margin-bottom: 27px;
}
.sem_system__item-title {
  font-size: 22px;
  margin-bottom: 31px;
  position: relative;
  font-weight: bold;
}
.sem_system__item-title::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.sem_system__item-text {
  font-size: 16px;
}
.sem_system .g-btn__link {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 27px 0 24px 0;
  text-align: center;
  border: unset;
  border-radius: unset;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 279px;
  margin: 0 auto;
  background-color: #fff;
  color: #224d6f;
}
.sem_system .g-btn__link:hover {
  color: #fff;
  background-color: #224d6f;
}
.sem_system .g-btn__link::before {
  position: absolute;
  content: "";
  right: 23px;
  left: unset;
  top: 55%;
  width: 22px;
  height: 1px;
  margin-top: 0;
  border-radius: 9999px;
  background-color: #224d6f;
  -webkit-transform: unset;
  transition: 0.3s;
}
.sem_system .g-btn__link::after {
  content: "";
  position: absolute;
  top: calc(55% - 0.5px);
  right: 23px;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #224d6f;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.3s;
}
.sem_system .g-btn__link:hover::before,
.sem_system .g-btn__link:hover::after {
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .sem_system__title {
    font-size: 50px;
  }
  .sem_system__subtitle {
    font-size: 40px;
    margin-bottom: 79px;
  }
}
@media screen and (max-width: 768px) {
  .sem_system {
    padding: 42px 0 61px 0;
  }
  .sem_system__inner {
    padding: 0 12px;
  }
  .sem_system__title {
    font-size: 28px;
    margin-bottom: 56px;
    line-height: 1.3;
  }
  .sem_system__subtitle {
    font-size: 28px;
    margin-bottom: 66px;
    line-height: 1.9;
  }
  .sem_system__main-text {
    margin-bottom: 94px;
  }
  .sem_system__container {
    padding: 0;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 44px;
  }
  .sem_system__item {
    width: 100%;
    padding: 29px 0 32px 0;
  }
  .sem_system__icon {
    margin-bottom: 20px;
  }
  .sem_system__item-title {
    margin-bottom: 36px;
  }
  .sem_system__item-title::after {
    bottom: -15px;
  }
  .sem_system__item-text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* FEATURES */
.sem_features {
  margin-top: 95px;
  position: relative;
  padding-bottom: 130px;
}
.sem_features .sem_hero__text-box-bg {
  max-height: 683px;
}
.sem_feature__sliderwrap {
  padding-bottom: 10px;
  padding-left: 26px;
}
.sem_feature__item {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #224d6f;
  background-color: #fff;
  padding-bottom: 41px;
  width: 92%;
}
.sem_feature__item-img {
  margin-bottom: 34px;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 385 / 291;
  position: relative;
}
.sem_feature__item-img img {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  aspect-ratio: 385 / 291;
}
.sem_feature__item-badge-wrap {
  position: absolute;
  bottom: 23px;
  left: -10px;
  color: #fff;
  font-size: 18px;
}
.sem_feature__item-badge {
  padding: 7px 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sem_feature__item-badge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewX(-20deg);
  background-color: #0167b8;
  z-index: -1;
}
.sem_feature__item-badge span {
  font-size: 32px;
  margin-left: 3px;
}
.sem_feature__item-title {
  font-size: 24px;
  margin-bottom: 43px;
  font-weight: bold;
  position: relative;
}
.sem_feature__item-title::after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 31px;
  height: 1px;
  background-color: #224d6f;
}
.sem_feature__item-text {
  font-size: 16px;
  line-height: 1.5;
}
.sem_feature__pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .sem_features {
    margin-top: 64px;
    padding-bottom: 113px;
  }
  .sem_features .sem__common-text {
    text-align: left;
  }
  .sem_features .sem_hero__text-box-bg {
    max-height: 584px;
    width: 86.1%;
  }
  .sem_feature__sliderwrap {
    padding-left: 20px;
  }
  .sem_feature__item {
    padding-bottom: 33px;
  }
  .sem_feature__item-img {
    margin-bottom: 43px;
    aspect-ratio: 272 / 186;
  }
  .sem_feature__item-img img {
    aspect-ratio: 272 / 186;
    object-fit: cover;
    object-position: top;
  }
  .sem_feature__item-badge-wrap {
    bottom: 0px;
    transform: translateY(50%);
    left: -7px;
    font-size: 16px;
  }
  .sem_feature__item-badge span {
    font-size: 28px;
    margin-left: 5px;
  }
  .sem_feature__item-title {
    font-size: 20px;
    margin-bottom: 41px;
  }
  .sem_feature__item-title::after {
    bottom: -22px;
  }
  .sem_feature__item-text {
    line-height: 1.8;
    width: 85.2%;
    max-width: 232px;
    margin: 0 auto;
    text-align: left;
  }
  .sem_feature__pagination {
    display: block;
    width: calc(100% - 24px);
    height: 2px;
    margin-top: 23px;
  }
  .sem_feature__pagination .swiper-pagination-progressbar-fill {
    background: #224d6f;
  }
}

/* STRENGTHS */
.sem_strengths {
  position: relative;
  padding-bottom: 177px;
}
.sem_strengths .sem_hero__text-box-bg {
  max-height: 683px;
  left: unset;
  right: 0;
}
.sem_strengths__container {
  display: flex;
  gap: 20px;
}
.sem_strengths__item {
  width: calc(50% - 10px);
  position: relative;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #224d6f;
  display: flex;
  justify-content: space-between;
}
.sem_strengths__left {
  padding: 61px 16px 43px 24px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  width: 72.5%;
}
.sem_strengths__item-badge-wrap {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(-50%);
}
.sem_strengths__item-badge {
  padding: 7px 18px;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sem_strengths__item-badge::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skewX(-20deg);
  background-color: #0167b8;
  z-index: -1;
}
.sem_strengths__item-badge span {
  font-size: 32px;
}
.sem_strengths__item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 43px;
  position: relative;
  line-height: 1.5;
}
.sem_strengths__item-title::after {
  position: absolute;
  bottom: -23px;
  left: 0;
  content: "";
  width: 31px;
  height: 1px;
  background-color: #224d6f;
}
.sem_strengths__item-text {
  font-size: 16px;
  line-height: 1.5;
}
.sem_strengths__right {
  width: 28.5%;
  max-width: 180px;
  background-color: #0167b8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sem_strengths__icon01 {
  max-width: 117px;
}
.sem_strengths__icon02 {
  max-width: 74px;
}
@media screen and (max-width: 768px) {
  .sem_strengths {
    padding-bottom: 37px;
  }
  .sem_features .sem__common-text {
    text-align: left;
  }
  .sem_strengths .sem_hero__text-box-bg {
    max-height: 100%;
    height: 100%;
    width: 86.4%;
  }
  .sem_strengths__container {
    flex-direction: column;
    gap: 20px;
  }
  .sem_strengths__item {
    width: 100%;
    border-radius: 0 0 10px 10px;
    flex-direction: column-reverse;
  }
  .sem_strengths__left {
    padding: 26px 20px 45px 20px;
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  .sem_strengths__item-badge-wrap {
    position: unset;
    transform: unset;
    margin-bottom: 24px;
  }
  .sem_strengths__item-badge {
    font-size: 16px;
  }
  .sem_strengths__item-badge span {
    font-size: 28px;
  }
  .sem_strengths__item-title {
    font-size: 20px;
    margin-bottom: 41px;
  }
  .sem_strengths__item-title::after {
    bottom: -22px;
  }
  .sem_strengths__right {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 22px 0;
  }
  .sem_strengths__icon01 {
    max-width: 93px;
  }
  .sem_strengths__icon02 {
    max-width: 48px;
  }
}

/* CUSTOM */
.sem_custom {
  padding-bottom: 120px;
}
.sem_custom__container-wrap {
  background-color: #f7f7f7;
  padding: 92px 0 82px 0;
}
.sem_custom__container {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 30px;
  max-width: 1056px;
  margin: 0 auto;
}
.sem_custom__item {
  width: calc(100% / 3 - 20px);
}
.sem_custom__container .sem_custom__item:nth-child(4),
.sem_custom__container .sem_custom__item:nth-child(5) {
  width: calc(50% - 15px);
}
.sem_custom__img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  border-radius: 10px;
}
.sem_custom__text {
  font-size: 20px;
  font-weight: bold;
  color: #224d6f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sem_custom {
    padding-bottom: 40px;
  }
  .sem_custom .sem__common-inner {
    margin: 30px auto 0 auto;
    padding: 52px 0 0 0;
  }
  .sem_custom .sem__common-title-wrap {
    padding: 0 12px;
  }
  .sem_custom__container-wrap {
    padding: 70px 0 38px 54px;
    width: 100vw;
  }
  .sem_custom__item {
    width: unset;
  }
  .sem_custom__container .sem_custom__item:nth-child(4),
  .sem_custom__container .sem_custom__item:nth-child(5) {
    width: unset;
  }
  .sem_custom__img {
    margin-bottom: 2px;
  }
  .sem_custom__pagination {
    display: block;
    width: calc(100vw - 24px);
    height: 2px;
    margin-top: 52px;
    position: relative;
    left: -40px;
  }
  .sem_custom__pagination .swiper-pagination-progressbar-fill {
    background: #224d6f;
  }
}

/* COST */
.sem_cost {
  background-color: #0167b8;
  padding-bottom: 86px;
}
.sem_cost__title {
  color: #fff;
  font-size: 36px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 42px;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sem_cost__title::before,
.sem_cost__title::after {
  width: 3px;
  height: 40px;
  background-color: #fff;
  content: "";
}
.sem_cost__title::before {
  transform: rotate(-40deg);
  margin-right: 50px;
}
.sem_cost__title::after {
  transform: rotate(40deg);
  margin-left: 50px;
}
.sem_cost__table-wrap {
  background-color: #fff;
  padding: 38px 50px 23px 23px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.sem_cost__table {
  color: #224d6f;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  font-size: 22px;
  line-height: 1.2;
}
/* 基本のセル線 */
.sem_cost__table th,
.sem_cost__table td {
  background-image: linear-gradient(to right, #0167b8 6px, transparent 6px),
    /* 横線 */ linear-gradient(to bottom, #0167b8 8px, transparent 8px); /* 縦線 */
  background-size: 10px 1px, /* 横線のサイズ */ 1px 10px; /* 縦線のサイズ */
  background-repeat: repeat-x, repeat-y;
  background-position: left bottom, right top;
  padding: 35px 5px;
}
/* theadの最後のthの縦線を消す */
.sem_cost__table thead th:last-child {
  background-image: linear-gradient(
    to right,
    #0167b8 6px,
    transparent 6px
  ); /* 横線のみ */
}
/* tbodyの各trの最後のtdの縦線を消す */
.sem_cost__table tbody td:last-child {
  background-image: linear-gradient(
    to right,
    #0167b8 6px,
    transparent 6px
  ); /* 横線のみ */
}
/* tbodyの最後のtrの横線だけを消す（縦線は残す） */
.sem_cost__table tbody tr:last-child td:not(:last-child),
.sem_cost__table tbody tr:last-child th:not(:last-child) {
  background-image: none,
    /* 横線を消す */ linear-gradient(to bottom, #0167b8 8px, transparent 8px); /* 縦線は維持 */
}
/* tbodyの最後のtrの最後のセルは横線・縦線とも消す */
.sem_cost__table tbody tr:last-child td:last-child,
.sem_cost__table tbody tr:last-child th:last-child {
  background-image: none;
}
/* 一番左の列（th / td）の幅を17%に固定 */
.sem_cost__table th:first-child,
.sem_cost__table td:first-child {
  width: 17%;
  min-width: 17%;
  max-width: 17%;
}
.table-bold {
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .sem_cost__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 626px) {
  .sem_cost .sem__common-inner {
    padding: 52px 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .sem_cost {
    padding-bottom: 71px;
  }
  .sem_cost__title {
    font-size: 26px;
    margin-bottom: 57px;
    margin-top: 12px;
    padding: 0 12px;
  }
  .sem_cost__title::before,
  .sem_cost__title::after {
    display: none;
  }
  .sem_cost__table-wrap {
    background-color: #fff;
    padding: 38px 18px;
    overflow-x: auto;
  }
  .sem_cost__table {
    font-size: 16px;
    width: auto;
    min-width: 530px;
    table-layout: fixed;
    width: 100%;
  }
  .sem_cost__table th:first-child,
  .sem_cost__table td:first-child {
    min-width: 120px;
    width: 22%;
    min-width: unset;
    max-width: unset;
  }
  .sem_cost__table th:not(first-child),
  .sem_cost__table td:not(first-child) {
    min-width: 210px;
    width: 39%;
    min-width: unset;
    max-width: unset;
    line-height: 1.6;
    padding: 30px 5px;
  }
  /* スクロールバー非表示（iOS/Android） */
  .sem_cost__table-wrap::-webkit-scrollbar {
    display: none;
  }
  /* Firefox */
  .sem_cost__table-wrap {
    scrollbar-width: none;
  }
  /* Edge / Chrome（PC） */
  .sem_cost__table-wrap {
    -ms-overflow-style: none;
  }
}

/* PRICE */
.sem_price {
  background-color: #f7f7f7;
  color: #224d6f;
  padding-top: 53px;
  padding-bottom: 70px;
}
.sem_price__wrap {
  display: flex;
  border: 2px solid #0167b8;
  border-radius: 58px;
  background-color: #fff;
  padding: 50px 0;
  margin-bottom: 7px;
}
.sem_price__wrap-left {
  width: 41%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #0167b8 6px, transparent 6px);
  background-repeat: repeat-y; /* 横線はX方向、縦線はY方向に繰り返す */
  background-position: right top; /* 横線は下、縦線は右側 */
  background-size: 2px 10px; /* 横線のサイズ、縦線のサイズ */
}
.sem_price__wrap-left-text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.sem_price__wrap-left-title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 29px;
}
.sem_price__wrap-left-s-text-wrap {
  margin-bottom: 13px;
}
.sem_price__wrap-left-s-text {
  font-size: 14px;
}
.sem_price__wrap-left-s-text span {
  font-size: 40px;
  font-weight: 500;
  margin-right: 14px;
}
.sem_price__wrap-left-btn {
  margin-top: 37px;
  background-color: #0167b8;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 215px;
  border-radius: 100vh;
  display: inline-block;
  text-align: center;
}
.sem_price__wrap-right {
  max-width: 600px;
  padding: 17px 13px 0 13px;
  margin: 0 auto;
}
.sem_price__wrap-right-title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0 auto 23px auto;
  width: fit-content;
  color: #224d6f;
}
.sem_price__wrap-right-title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -21px;
  width: 14px;
  height: 2px;
  background-color: #224d6f;
}
.sem_price__wrap-right-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -21px;
  width: 14px;
  height: 2px;
  background-color: #224d6f;
}
.sem_price__wrap-right-top-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  border-bottom: #c7c7c7 1px solid;
}
.sem_price__wrap-right-top-item {
  padding-left: 70px;
  width: 50%;
  font-size: 16px;
  margin-bottom: 28px;
  position: relative;
  color: #224d6f;
}
.sem_price__wrap-right-top-item:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #0167b8;
}
.sem_price__wrap-right-bottom-container {
  padding-top: 31px;
  display: flex;
  gap: 60px;
  justify-content: center;
}
.sem_price__wrap-right-bottom-item {
  width: fit-content;
}
.sem_price__wrap-right-bottom-item-img-wrap {
  background-color: #0167b8;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sem_price__wrap-right-text {
  color: #224d6f;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}
.sem_price__bottom-text {
  font-size: 14px;
  color: #224d6f;
  text-align: right;
  line-height: 1.9;
}
@media screen and (max-width: 1000px) {
  .sem_price__wrap {
    flex-direction: column;
    padding: 50px 32px;
  }
  .sem_price__wrap-left {
    width: 100%;
    background-image: linear-gradient(to right, #0167b8 50%, transparent 50%);
    background-size: 10px 2px; /* 横方向10pxごとに、線の太さは2px */
    background-repeat: repeat-x; /* 横方向に繰り返す */
    background-position: left bottom; /* 下側に配置 */
    padding-bottom: 53px;
  }
  .sem_price__wrap-right {
    padding: 44px 0px 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .sem_price {
    padding-top: 49px;
    padding-bottom: 19px;
  }
  .sem_price .sem__common-text {
    text-align: left;
  }
  .sem_price__wrap {
    border-radius: 25px;
    margin-bottom: 4px;
  }
  .sem_price__wrap-left-text {
    font-size: 22px;
  }
  .sem_price__wrap-left-title {
    font-size: 44px;
    margin-bottom: 39px;
  }
  .sem_price__wrap-right {
    max-width: 100%;
  }
  .sem_price__wrap-right-top-container {
    padding-bottom: 0;
    border-bottom: unset;
  }
  .sem_price__wrap-right-top-item {
    padding-left: 25px;
    font-size: 15px;
    margin-bottom: 29px;
  }
  .sem_price__wrap-right-top-item:before {
    left: 0;
  }
  .sem_price__wrap-right-bottom-container {
    padding-top: 31px;
    flex-direction: column;
    gap: 71px;
    align-items: center;
  }
  .sem_price__wrap-right-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sem_price__wrap-right-text {
    font-size: 16px;
  }
  .sem_price__bottom-text {
    font-size: 12px;
  }
}

/* CUSTOMER REVIEWS */
.sem_customer {
  position: relative;
  margin-top: 173px;
  padding-bottom: 142px;
}
.sem_customer .sem_hero__text-box-bg {
  max-height: 638px;
}
.sem_customer__slider__overflow {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.sem_customer__slider {
  padding-right: 20%;
  padding-bottom: 57px;
}
.sem_customer__sliderwrap {
  padding-bottom: 10px;
  padding-left: 10px;
}
.sem_customer__slide {
  border-radius: 10px 10px 0 0;
  color: #224d6f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.sem_customer__img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 358 / 254;
}
.sem_customer__img img {
  object-fit: cover;
  height: 100%;
}
.sem_customer__text-wrap {
  padding: 60px 24px 23px 24px;
  background-color: #fff;
}
.sem_customer__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 79px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* ← 3行まで表示 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sem_customer__name {
  font-size: 16px;
  line-height: 2;
  text-align: right;
}
.sem_customer .g-btn__link {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  border: unset;
  border-radius: unset;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 289px;
  margin: 0 auto;
  background-color: #0167b8;
  color: #fff;
  border: 1px solid #0167b8;
  border-radius: 100vh;
}
.sem_customer .g-btn__link:hover {
  color: #0167b8;
  background-color: #fff;
}
.sem_customer .g-btn__link::before {
  position: absolute;
  content: "";
  right: 23px;
  left: unset;
  top: 55%;
  width: 22px;
  height: 1px;
  margin-top: 0;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform: unset;
  transition: 0.3s;
}
.sem_customer .g-btn__link::after {
  content: "";
  position: absolute;
  top: calc(55% - 0.5px);
  right: 23px;
  width: 7px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: 0.3s;
}
.sem_customer .g-btn__link:hover::before,
.sem_customer .g-btn__link:hover::after {
  background-color: #0167b8;
}
.sem_swiper-button-wrap {
  position: absolute;
  top: 36%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 50px;
}
/* ボタン本体 */
.sem_swiper-button-prev,
.sem_swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: unset;
}
/* 共通：正方形の矢印 */
.sem_swiper-button-prev::before,
.sem_swiper-button-next::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #111;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* ▼ 右矢印（>） */
.sem_swiper-button-next::before {
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 47%;
}
/* ▼ 左矢印（<） */
.sem_swiper-button-prev::before {
  border-right: none;
  border-top: none;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 53%;
}
.sem_swiper-button-next.swiper-button-disabled,
.sem_swiper-button-prev.swiper-button-disabled {
  opacity: unset;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .sem_customer__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .sem_customer {
    margin-top: 80px;
    padding-bottom: 37px;
  }
  .sem_customer .sem_hero__text-box-bg {
    max-height: 464px;
    width: 86.1%;
  }
  .sem_customer__slider__overflow {
    margin-bottom: 42px;
  }
  .sem_customer__text-wrap {
    padding: 53px 20px 48px 20px;
    background-color: #fff;
  }
  .sem_customer__text {
    line-height: 1.8;
    margin-bottom: 37px;
  }
  .sem_customer .g-btn__link {
    max-width: 282px;
  }
  /* 共通：正方形の矢印 */
  .sem_swiper-button-prev::before,
  .sem_swiper-button-next::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #224d6f;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /* ▼ 右矢印（>） */
  .sem_swiper-button-next::before {
    border-left: none;
    border-bottom: none;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 47%;
  }
  /* ▼ 左矢印（<） */
  .sem_swiper-button-prev::before {
    border-right: none;
    border-top: none;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 53%;
  }
  .sem_swiper-button-wrap {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-52%);
    width: 50%;
  }
}

/* FAQ */
.sem_faq {
  padding-bottom: 74px;
}
.sem_faq__wrap-item {
  background-color: #ebf6ff;
  border-radius: 20px;
  color: #224d6f;
  transition: padding-bottom 0.3s ease;
}
.sem_faq__wrap-item.active {
  padding-bottom: 40px;
}
.sem_faq__wrap-item:not(:last-child) {
  margin-bottom: 20px;
}
.sem_faq__wrap-q {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 40px;
  cursor: pointer;
}
.sem_faq__wrap-q:after {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 24px;
  height: 3px;
  content: "";
  background-color: #224d6f;
}
.sem_faq__wrap-q:before {
  position: absolute;
  top: 50%;
  right: 51px;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  content: "";
  background-color: #224d6f;
  transition: opacity 0.3s;
}
.sem_faq__wrap-item.active .sem_faq__wrap-q:before {
  opacity: 0;
}
.sem_faq__wrap-q span {
  font-size: 24px;
  margin-right: 14px;
}
.sem_faq__wrap-a {
  font-size: 16px;
  padding: 0 80px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .sem_faq {
    padding-bottom: 0;
  }
  .sem_faq__wrap-item.active {
    padding-bottom: 40px;
  }
  .sem_faq__wrap-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .sem_faq__wrap-q {
    font-size: 18px;
    padding: 40px 20px;
  }
  .sem_faq__wrap-q:after {
    right: 22px;
    width: 20px;
    height: 2px;
  }
  .sem_faq__wrap-q:before {
    right: 31px;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
  }
  .sem_faq__wrap-q span {
    font-size: 22px;
    margin-right: 6px;
  }
  .sem_faq__wrap-a {
    font-size: 15px;
    padding: 0 25px;
  }
}
