/* 2024年5月サービス実績リニューアル */
/* 共通 */
body {
  font-family:
    "Hiragino Sans",
    sans-serif,
    "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro W3",
    "Lucida Grande",
    "Hiragino Kaku Gothic Pro",
    Osaka,
    "メイリオ",
    Verdana,
    "ＭＳ Ｐゴシック",
    sans-serif;
}
.u-mb24 {
  margin-bottom: 24px;
}
.u-md-show {
  display: none;
}
.footer {
  margin-top: 42px;
}
@media screen and (min-width: 769px) {
  .sideSearch {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .u-md-none {
    display: none;
  }
  .u-md-show {
    display: block;
  }
  .footer {
    margin-top: 0;
  }
}
#basemain {
  margin: 0 auto 5em;
  max-width: 1000px;
}
@media screen and (max-width: 999px) {
  #basemain {
    width: unset;
  }
}
#contents:after {
  display: none;
}
@media screen and (max-width: 999px) {
  #contents {
    display: block;
  }
}
/* FV */
.service-fv {
  background: url("../img/service-fv-bg01.png") no-repeat center center /cover;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: calc(100vw - 10px);
  min-height: 340px;
  z-index: -1;
}
.service-fv::before {
  content: "";
  background: url("../img/service-fv-bg02.png") no-repeat center center /cover;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(282 / 1440 *100%);
  height: 100%;
}
.service-fv__inner {
  margin: 0 auto;
  position: relative;
  max-width: 910px;
  min-height: 340px;
  z-index: 1;
}
.service-fv__contents {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  max-width: 468px;
}
.service-fv__contents::before {
  content: "";
  aspect-ratio: 472 / 315;
  background: url("../img/service-fv-image.png") no-repeat center center /contain;
  position: absolute;
  bottom: -30px;
  left: calc(100% + 63px);
  width:  472px;
}
.service-fv__label {
  background-color: #1E5FB3;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: calc(26 / 20);
  padding: 5px 12px 4px 37px;
  position: absolute;
  top: -50px;
  left: 0;
}
.service-fv__label::before {
  content: "";
  background: url("../img/service-fv-icon.svg") no-repeat center center /contain;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 21px;
  height: 21px;
}
.service-fv__label::after {
  content: "";
  border: 8px solid transparent;
  border-top: 10px solid #1E5FB3;
  position: absolute;
  bottom: -16px;
  left: 26px;
}
.service-fv__title {
  color: #183F74;
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(62.4 / 48);
  position: relative;
  text-align: center;
}
.service-fv__title *:nth-child(2) {
  order: 0;
}
.service-fv__title *:nth-child(3) {
  order: 2;
}
.service-fv__title *:nth-child(4) {
  order: 1;
}
.service-fv__titleText:not(:first-of-type) {
  margin-top: 4px;
}
.service-fv__subTitle {
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
}
.service-fv__subTitle::before {
  content: "";
  background-color: #183F74;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: -2;
}
.service-fv__subTitle::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 20px;
  z-index: -1;
}
.service-fv__description {
  font-size: 14px;
  line-height: calc(22.4 / 14);
  margin-top: 29px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-fv {
    background: url("../img/service-fv-bg01_sp.png") no-repeat center center /cover;
    width: auto;
    min-height: 480px;
  }
  @media screen and (min-width: 500px) {
    .service-fv {
      background-size: contain;
    }
  }
  .service-fv::before {
    display: none;
  }
  .service-fv__inner {
    min-height: 480px;
  }
  .service-fv__contents::before {
    display: none;
  }
  .service-fv__contents {
    left: 50%;
    top: 75px;
    transform: translateX(-50%);
    width: 86%;
  }
  .service-fv__title {
    font-size: 32px;
  }
  .service-fv__description {
    margin-top: 7px;
    text-align: left;
  }
}
/* FV下バナー */
.cta.cta-01 {
  background: #f5f4f4;
  display: flex;
  justify-content: center;
  margin: 0 calc(50% - 50vw) 57px;
  padding: 16px 0;
  width: calc(100vw - 10px);
}
.cta.cta-01 a {
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  border: none;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  line-height: 140%;
  padding: 11px 0 9px;
  position: relative;
  transition: 0.3s;
  width: 508px;
}
.cta.cta-01 a::after {
  content: "";
  background: url("../img/button-arrow-white.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 13px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .cta.cta-01 {
    background: #fff;
    margin-top: 8px;
    margin-bottom: 11px;
    width: auto;
  }
  .cta.cta-01 a {
    font-size: clamp(15px, 4.26vw, 18px);
    line-height: 1.3;
    padding: 8px 0;
    width: 89vw;
    max-width: 350px;
  }
}
/* メインコンテンツ */
.service-column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  max-width: 1000px;
}
.service-main {
  width: 670px;
}
.service-section:nth-of-type(n+2) {
  margin-top: 80px;
}
.service-section__title {
  background-color: #183F74;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.service-section__description {
  font-size: 16px;
  line-height: calc(25.6 / 16);
  margin-top: 12px;
}
.service-section__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.service-section__item {
  background-color: #F9F9F9;
  border-radius: 5px;
  box-shadow: 2px 4px 4px 0px #00000026;
  padding: 20px;
  width: calc(50% - 48px);
}
.service-section__item--detail {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F9FF 48%, #E4F3FF 100%);
  border: 1px solid #B5CEED;
  box-shadow: none;
  flex-grow: 1;
  padding: 24px 0 0 0;
}
.service-section__item--column {
  display: flex;
  flex-direction: column;
}
.service-section__item-detail-description {
  border-top: 1px solid #183F74;
  color: #183F74;
  font-size: 16px;
  line-height: calc(25.6 / 16);
  margin: 6px auto 0;
  padding-top: 4px;
  text-align: center;
  width: fit-content;
}
.service-section__item-detail-highlight {
  color: #183F74;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .service-section__item:nth-child(2n + 1) {
    margin-right: 16px;
  }
  .service-section__item:nth-child(n + 3) {
    margin-top: 16px;
  }
}
.service-section__item-title {
  color: #183F74;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(31.2 / 24);
  text-align: center;
}
.service-section__item-title--lh {
  line-height: calc(62.4 / 24);
}
.service-section__item-content {
  margin-top: 16px;
  position: relative;
}
.service-section__item-textBox {
  content: "";
  position: absolute;
  text-align: center;
}
.service-section__item-textBox span {
  line-height: 1;
}
.service-section__item-textBox01 {
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
}
.service-section__item-textBox02 {
  top: 34%;
  left: 52%;
  transform: translateX(-50%);
}
.service-section__item-textBox03 {
  color: #fff;
  top: 13%;
  left: 23%;
}
.service-section__item-textBox04 {
  color: #fff;
  top: 51%;
  right: 10%;
}
.service-section__item-textBox05 {
  color: #E2276E;
  letter-spacing: -0.06em;
  top: 41%;
  left: 49%;
  transform: translateX(-50%);
}
.service-section__item-textBox06 {
  color: #E2276E;
  top: 2%;
  left: 8%;
  text-align: left;
}
.service-section__item-text01 {
  color: #E2276E;
  font-size: 32px;
  letter-spacing: -0.05em;
}
.service-section__item-text02 {
  color: #183F74;
  font-size: 16px;
  display: block;
  margin-top: 4px;
}
.service-section__item-text03 {
  color: #E2276E;
  font-size: 16px;
}
.service-section__item-text04 {
  color: #E2276E;
  font-size: 40px;
}
.service-section__item-text05 {
  font-size: 12px;
  font-weight: 700;
  line-height: calc(15.6 / 12);
}
.service-section__item-text06 {
  font-size: 32px;
}
.service-section__item-text07 {
  font-size: 20px;
}
.service-section__item-text08 {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.service-section__item-text09 {
  font-size: 24px;
}
.service-section__item-text10 {
  font-size: 20px;
}
.service-section__item-text11 {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  padding-left: 3px;
}
.service-section__item-text12 {
  font-size: 36px;
}
.service-section__item-text14 {
  display: block;
  font-size: 16px;
}
.service-section__item-image {
  display: block;
  width: 100%;
}
.service-section__item-content span {
  font-weight: 700;
}
.service-section__item-description {
  font-size: 14px;
  line-height: calc(22.4 / 14);
  margin-top: 16px;
}
.service-section__item-highlight {
  color: #1E5FB3;
  font-weight: 700;
}
.service-section__item-button {
  margin-top: 18px;
  text-align: center;
}
.service-section__item-link {
  background-color: #1E5FB3;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 60px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.service-section__item-link:hover {
  opacity: 0.8;
}
.service-section__item-link::after {
  content: "";
  background: url("../img/button-arrow-white.svg") no-repeat center center /contain;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 11px;
  height: 21.5px;
}
.service-section__item-detail-image {
  margin-top: 22px;
}
.service-section__item-detail-image img {
  display: block;
  width: 100%;
}
.service-section__item-more {
  margin-top: auto;
  margin-left: auto;
}
.service-section__item-more-button {
  background-color: #fff;
  border: 1px solid #1E5FB3;
  border-radius: 5px;
  color: #1E5FB3;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 34px 9px 33px;
  position: relative;
}
.service-section__item-more-button--ps {
  padding: 10px 33px 9px 15px;
}
.service-section__item-more-button:hover {
  background-color: #eaf2ff;
  text-decoration: underline;
}
.service-section__item-more-button::before {
  content: "";
  background: url("../img/button-plus-navy.svg") no-repeat center center /contain;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.service-section__item-benefit {
  border-bottom: 0.7px solid #CCC;
  display: flex;
  font-weight: 700;
  padding-bottom: 8px;
}
.service-section__item-benefit + .service-section__item-benefit {
  margin-top: 8px;
}
.service-section__item-benefit-number {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.service-section__item-benefit:nth-of-type(-n + 3) .service-section__item-benefit-number {
  background-color: #1E5FB3;
  color: #fff;
}
.service-section__item-benefit:nth-of-type(n+4):nth-of-type(-n+5) .service-section__item-benefit-number {
  background-color: #DDE9F8;
  color: #1E5FB3;
}
.service-section__item-benefit-description {
  font-size: 14px;
}
.service-section__item-benefit-percentage {
  font-size: 14px;
  margin-left: auto;
}
.service-modal {
  background: transparent;
  border: none;
  border-radius: 5px;
  margin: auto;
  padding: 0;
  overscroll-behavior-y: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 735px;
  max-width: 100%;
  z-index: 10000;
}
.service-modal::backdrop {
  background: #00000099;
}
.service-modal__head {
  text-align: right;
}
.service-modal__close-icon {
  background: transparent;
  border: none;
  padding: 0;
}
.service-modal__close-icon img {
  cursor: pointer;
}
.service-modal__body {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 6px;
  padding: 24px 50px 30px;
  overflow: auto;
}
.service-modal__title {
  color: #183F74;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(31.2 / 24);
  text-align: center;
}
.service-modal__contents {
  background-color: #F9F9F9;
  border-radius: 5px;
  display: flex;
  gap: 40px;
  margin-top: 16px;
  padding: 24px 40px 30px;
}
.service-modal__contents-column {
  width: calc(50% - 20px);
}
.service-modal__block {
  border-bottom: 0.7px solid #CCC;
  display: flex;
  font-weight: 700;
  padding-bottom: 8px;
}
.service-modal__block + .service-modal__block {
  margin-top: 8px;
}
.service-modal__number {
  border-radius: 50%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 24px;
  height: 24px;
}
.service-modal__number--bg-navy {
  background-color: #1E5FB3;
  color: #fff;
}
.service-modal__number--bg-lb {
  background-color: #DDE9F8;
  color: #1E5FB3;
}
.service-modal__number--bg-gray {
  background-color:#CCC;
  color: #fff;
}
.service-modal__heading {
  font-size: 14px;
}
.service-modal--percentage {
  font-size: 14px;
  margin-left: auto;
}
.service-modal__description {
  font-size: 14px;
  line-height: calc(22.4 / 14);
  margin-top: 16px;
}
/* もっとメディウェルについて知るにはこちらから */
#services {
  margin-top: 80px;
}
#services .more-links {
  margin-top: 48px;
}
#services .more-links .more-links__title {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin: 0 auto 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#services .more-links .more-links__title::after {
  content: "";
  background: url("../img/voiceline.svg") no-repeat center/cover;
  position: absolute;
  right: -44px;
  width: 20px;
  height: 30px;
}
#services .more-links .more-links__title::before {
  content: "";
  background: url("../img/voiceline.svg") no-repeat center/cover;
  position: absolute;
  left: -44px;
  transform: scaleX(-1);
  width: 20px;
  height: 30px;
}
#services .more-links ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 48px;
}
#services .more-links ul li {
  background: none;
  border: none;
  display: unset;
  padding: unset;
  gap: 12px;
  width: 212px;
  height: 84px;
}
#services .more-links ul li a {
  background: radial-gradient(83.34% 83.33% at 49.84% 16.67%, #1383C8 0%, #004692 100%);
  border: 1px solid var(---border-blue700, #1E5FB3);
  border-radius: 5px;
  color: var(---text-white, #FFF);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}
#services .more-links ul li a:hover {
  opacity: 0.8;
}
#services .more-links ul li a span {
  font-size: 16px;
  display: block;
}
#services .more-links ul li a::after {
  content: "";
  background: url("../img/button-arrow-white.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 11px;
  height: 21.5px;
}
#primary-cta {
  background: url("../img/primary-cta-bg-pc.png") no-repeat center/cover;
  border-radius: 5px;
  width: 100%;
  height: 268px;
}
#primary-cta .cta__primary {
  padding: 47px 0 24px 28px;
  width: 55%;
}
#primary-cta .cta__primary .primary__title {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
  text-align: center;
}
#primary-cta .primary-cta-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  padding: 6px 0px;
  position: relative;
  width: auto;
}
#primary-cta .primary-cta-button::after {
  content: "";
  background: url("../img/button-arrow-white.svg") no-repeat center / cover;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 13px;
  height: 27px;
}
#primary-cta .primary-cta-button span {
  font-size: 14px;
  width: 35px;
  height: 35px;
}
#primary-cta .cta__primary-tel {
  border: 1px solid #1E5FB3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 8px;
}
#primary-cta .cta__primary-tel span {
  color: #1E5FB3;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
#primary-cta .cta__primary-tel p {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.12px;
  text-align: center;
}
#primary-cta .cta__primary-tel p.tel-text {
  color: #1E5FB3;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
#primary-cta .cta__primary-tel a {
  border-left: 1px solid #1E5FB3;
  padding-left: 8px;
}
#primary-cta .cta__primary-tel img {
  vertical-align: sub;
}
.primary-cta-button {
  background: radial-gradient(100% 100% at 50% 0%, #d4306d 0%, #b80548 100%);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 140%;
  padding: 10px 24px;
  width: 508px;
}
.primary-cta-button:hover {
  opacity: 0.7;
}
.primary-cta-button span {
  background-color: #fff;
  border-radius: 50%;
  color: #e2276e;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .service-section {
    margin: 0 auto;
    width: 93.6vw;
  }
  .service-section:nth-of-type(n+2) {
    margin-top: 72px;
  }
  .service-section__item {
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
  }
  @media screen and (max-width: 750px) {
    .service-section__item {
      margin: 0 auto;
    }
  }
  .service-section__list {
    margin-top: 0;
  }
  .service-section__item {
    margin-top: 24px;
  }
  .service-section__item--detail {
    background: none;
    border: none;
    padding: 0; 
  }
  .service-section__item-detail-image {
    margin-top: 0;
  }
  .service-section__item-more {
    margin-top: 16px;
  }
  .service-section__item-textBox03 {
    left: 25.5%;
  }
  .service-section__item-textBox04 {
    top: 53%;
    right: 12%;
  }
  .service-section__item-textBox05 {
    top: 41%;
  }
  .service-modal {
    overflow: auto;
    padding: 0;
    max-width: calc(100% - 24px);
    max-height: calc(100% - 50px);
  }
  .service-modal__body {
    padding: 16px 20px 24px;
  }
  .service-modal__contents {
    background-color: #fff;
    display: block;
    margin-top: 24px;
    padding: 0;
  }
  .service-modal__contents-column {
    width: 100%;
  }
  .service-modal__contents-column + .service-modal__contents-column {
    margin-top: 8px;
  }
  .service-modal__heading, .service-modal--percentage {
    font-size: 16px;
  }
  #services {
    margin: 0 auto ;
    width: 93.6vw;
  }
  #services .award div {
    background: url("../img/award-block-bg-sp.png") no-repeat center/contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0 auto;
    position: unset;
    width: 100%;
    max-height: 720px;
    height: 100%;
  }
  #services .award div img {
    width: 82.28%;
    max-width: 500px;
    height: auto;
  }
  #services .award div h2 {
    margin-top: 32px;
    margin-bottom: 3.533vw;
    position: unset;
    width: 84.28%;
    max-width: 500px;
    height: auto;
  }
  #services .award div h2 img {
    width: 100%;
  }
  #services .award div span {
    font-size: clamp(12px, 3.2vw, 16px);
    margin-bottom: 4.26vw;
    position: unset;
  }
  #services h3.points-heading3 {
    font-size: clamp(18px, 5.6vw, 22px);
    line-height: 1.4;
    height: auto;
  }
  #services ul li {
    padding: 47.5% 16px 16px;
  }
  #services ul li:nth-child(1) {
    background: url("../img/services-icon-reason1-sp.png") no-repeat center/cover;
  }
  #services ul li:nth-child(2) {
    background: url("../img/services-icon-reason2-sp.png") no-repeat center/cover;
  }
  #services ul li:nth-child(3) {
    background: url("../img/services-icon-reason3-sp.png") no-repeat center/cover;
  }
  #services ul li h4 {
    font-size: clamp(18px, 5.6vw, 22px);
    align-items: baseline;
    position: relative;
  }
  #services ul li h4 span {
    display: none;
  }
  #services .more-links .more-links__title {
    text-align: center;
  }
  #services .more-links .more-links__title::before {
    bottom: 0;
    left: -24px;
  }
  #services .more-links .more-links__title::after {
    bottom: 0;
    right: -24px;
  }
  #services .more-links ul li {
    background: none;
    width: 33%;
    height: 85px;
  }
  #services .more-links ul li a {
    font-size: 14px;
  }
  #services .more-links ul li a span {
    font-size: 14px;
    padding-right: 14px;
  }
  #services .more-links ul li a::after {
    right: 4px;
  }
}
@media screen and (max-width: 768px) {
  #primary-cta {
    background: linear-gradient(to top, rgb(228, 239, 241) 0%, rgba(228, 239, 241, 0) 100%), url("../img/primary-cta-bg-sp.png") no-repeat top/cover;
    margin-right: auto;
    margin-left: auto;
    height: unset;
    width: 93.6vw;
  }
  #primary-cta.service-cta {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  #primary-cta .cta__primary {
    margin: 0 auto;
    padding: 16px;
    padding-top: 24px;
    width: 86%;
    max-width: 350px;
  }
  #primary-cta .cta__primary .primary__title {
    font-size: clamp(13px, 3.733vw, 16px);
    font-weight: 600;
    line-height: 160%;
    text-align: left;
  }
  #primary-cta .cta__primary-tel p.tel-text {
    padding-right: 10px;
  }
  .primary-cta-button span {
    font-size: clamp(15px, 4.26vw, 18px);
  }
  #primary-cta .cta__primary-tel {
    gap: 0;
  }
  #primary-cta .cta__primary-tel a {
    display: block;
    padding-left: 10px;
    width: 100%;
    max-width: 197px;
  }
}
@media screen and (max-width: 430px) {
  #primary-cta {
    background: url("../img/primary-cta-bg-sp.png") no-repeat top/cover;
    width: 93vw;
  }
  #primary-cta .cta__primary {
    width: 90%;
  }
}
/* モーダル用 */
.modal_wrap input {
    display: none;
}
.modal_wrap .modal_overlay {
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.modal_wrap input:not(:checked) ~ .modal_overlay {
    opacity: 0;
}
.modal_wrap .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}