.home .home_hero_title--color {
  background: linear-gradient(115.68deg, #f54db4 -12.53%, #edcc00 80.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home .home_hero_title--color2 {
  background: linear-gradient(98.08deg, #0092f4 18.21%, #20d0a6 56.96%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home .header_logo {
  width: 186px;
}
.home .header_logo_image {
  width: 100%;
}
.home .mission_title {
  text-align: center;
}

.home .services_dot {
  border-bottom: 7px dotted #e6003d;
  width: 231px;
  margin: 62px auto 0;
}
.home .services_dot2 {
  border-bottom: 7px dotted #e6003d;
  width: 231px;
  margin: 52px auto 0;
}
.home .services_list {
  margin-top: 29px;
}
.home .services_title {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-top: 35px;
}

.home .services_link {
  display: block;
  position: unset;
  opacity: unset;
}
.home .services_list_item img {
  width: 100%;
}
.home .services_list_item2 img {
  width: 100%;
}
.home .services_body {
  display: flex;
  align-items: center;
}

.home .services_thumb {
  width: 157px;
}
.home .services_card {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
}
.home .services_link {
  text-decoration: none;
  transition: all 0.4s ease;
}
.home .services_link:hover {
  background-color: var(--color-inverse);
  z-index: 1;
  opacity: 0.7;
}
.home .services_description {
  color: #000;
}
.home .services_list_item2 .services_card {
  border-radius: 16px;
}
.home .services_thumb img {
  width: 100%;
  height: auto;
}

.home .services_list_item2 .services_card {
  display: flex;
  align-items: center;
}

.home .services_list_item2 .services_image {
  width: 50%;
  padding-right: 64px;
}

.home .services_small {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #10385e;
  max-width: 718px;
  margin: 27px auto 0;
}
.home .mission_title {
  font-family: Noto Sans JP;
  font-size: 60px;
  font-weight: 900;
  line-height: 87px;
  letter-spacing: 0em;
  display: block;
}

.home .mission_title .mission_title_sm {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  margin-bottom: 72px;
}
.home .mission_title .mission_title_sm::after {
  position: absolute;
  content: url(../images/message_bg.png);
  left: 50%;
  top: 36px;
  margin-left: -141px;
}

.home .mission_description {
  margin: 52px auto 0;
  max-width: 1169px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
}

.home .mission_description_name {
  display: block;
  text-align: right;
  margin-top: 40px;
  margin-right: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .u-960-hidden {
    display: block;
  }
  .home .header_logo {
    width: 270px;
    margin-left: min(16px, 8%);
  }
  .home .header_logo img {
    width: 100%;
  }

  .home main {
    padding: 20px;
  }
  .home .home_hero {
    align-items: flex-start;
  }
  .home .home_hero_texts {
    flex: unset;
  }
  .home .services_body {
    justify-content: space-between;
  }
  .home .services_list_item .services_thumb {
    margin-right: 43px;
  }
  .home .home_hero_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 15px;
    margin-left: -5px;
  }
  .home .services_list_item2 .services_body {
    position: relative;
    padding-left: 35px;
  }
  .home .services_list_item2 .services_body::before {
    position: absolute;
    content: "";
    height: 132%;
    width: 1px;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .home .services_texts {
    padding: 14px 16px 16px 29px;
  }
  .home .home_hero_description {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 29px;
    margin-left: -5px;
  }

  .home_hero_image {
    width: 40%;
    margin-left: 50px;
    margin-top: 9px;
    flex: unset;
  }
  .home .contact_simple {
    margin: 53px calc(50% - 50vw) 0;
  }
  .home .services_list_item {
    width: 50%;
  }
}

@media (max-width: 1079px) {
  .home .home_hero {
    flex-direction: column-reverse;
  }
  .home_hero_image {
    display: block;
    width: 90%;
  }
  .home .home_hero_title {
    text-align: center;
  }
}
@media (max-width: 1079px) {
  .home .home_hero {
    flex-direction: column-reverse;
  }
  .home_hero_image {
    display: block;
    width: 90%;
  }
  .home .home_hero_title {
    text-align: center;
  }
}
@media (max-width: 959px) {
  .u-960-hidden {
    display: none;
  }

  .home .contact_simple {
    margin: 30px calc(50% - 50vw) 0;
  }
  .home_hero_image {
    display: block;
    width: 76%;
    margin: 0 auto;
  }
  .home .home_hero_title {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 22px;
  }
  .home .home_hero_title--color {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.05em;
  }

  .home .home_hero_title--color2 {
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.05em;
  }
  .home .home_hero_description {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 7px;
    padding: 0 8px;
  }
  .home .services_title {
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 11px;
  }
  .home .services_list_item img {
    width: 100%;
    border-radius: 21px 21px 0px 0px;
  }
  .home .services_texts {
    padding: unset;
  }
  .home .services_dot {
    border-bottom: 2px dotted #e6003d;
    width: 95px;
    margin: 28px auto 0;
  }
  .home .services_dot2 {
    border-bottom: 2px dotted #e6003d;
    width: 95px;
    margin: 19px auto 0;
  }
  .home .services_list {
    margin-top: 19px;
    padding: 0 4px;
    gap: 20px;
  }

  .home .services_body {
    justify-content: center;
    column-gap: 27px;
    padding-bottom: 23px;
  }
  .home .services_thumb {
    width: 97px;
    margin-top: 15px;
  }
  .home .services_description {
    margin-top: -4px;
  }
  .home .services_list_item2 .services_card {
    flex-direction: column;
  }
  .home .services_list_item2 .services_image {
    width: 100%;
    padding-right: unset;
  }
  .home .services_list_item2 .services_body {
    padding-left: unset;
    border: unset;
    border: unset;
    padding: 10px 10px 25px;
    margin-top: -20px;
    column-gap: 13px;
  }
  .home .services_small {
    font-family: Noto Sans JP;
    font-size: 7px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 312px;
    margin: 0 auto;
  }
  .home .mission_title .mission_title_sm {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.2em;
    margin-bottom: 48px;
  }
  .home .mission_title {
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 900;
    line-height: 29px;
    letter-spacing: 0em;
  }
  .home .mission_description {
    font-family: Noto Sans JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: justify;
  }
  .home .mission_description_name {
    font-family: Noto Sans JP;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.2em;
    margin-top: 17px;
    margin-right: 18px;
  }
  .home .services_small {
    margin: 13px auto 0px;
  }
  .home .mission {
    margin-top: -23px;
  }
  .home .mission_title .mission_title_sm::after {
    content: url(../images/message_bg_sp.png);
    margin-left: -70px;
    top: 24px;
  }
  .home .mission_description {
    margin: 10px auto -60px;
    padding: 0 9px;
  }
  .home .contact_simple p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
a:focus {
  color: inherit;
}
body {
  overflow-x: hidden;
}
