@media screen and (min-width: 1024px) {
  .visible-md,
  .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg,
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg,
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
p {
  line-height: 1.8;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic,
    "Yu Gothic", sans-serif;
  color: #444;
}
main {
  display: block;
}
li {
  list-style-type: none;
}
a {
  display: inline-block;
  text-decoration: none;
  color: #444;
}
@media screen and (min-width: 750px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a::before,
  a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
svg {
  width: 100%;
  height: auto;
}
sup {
  font-size: 0.5em;
  vertical-align: super;
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
address {
  font-style: normal;
}
@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .l-inner-md {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-md {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem;
  }
}
.header__wrapper {
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header__wrapper {
    top: 6rem;
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  .header__wrapper {
    position: fixed;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .header__wrapper {
    top: 1rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 749px) {
  .header__wrapper {
    top: 1.5rem;
    padding: 1rem 0;
  }
}
.is-view .header__wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(47, 128, 237, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(47, 128, 237, 0.2);
  top: 0;
}
.header {
  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;
}
@media screen and (max-width: 749px) {
  .header__logo__img {
    width: 18rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .burger {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .burger {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1rem;
    background: #fff;
    z-index: 15;
    border-radius: 4px;
    position: relative;
  }
}
@media screen and (min-width: 750px) {
  .burger {
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 749px) {
  .burger {
    height: 37px;
    width: 37px;
  }
}
.burger span {
  width: 24px;
  height: 1px;
  display: block;
  background: #3e2912;
  margin: 3px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.is-active .burger span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
.is-active .burger span:nth-child(2) {
  opacity: 0;
}
.is-active .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
  transform: rotate(-45deg) translate(4px, -5px);
}
@media screen and (max-width: 1023px) {
  .header__menu {
    position: fixed;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
    width: 34rem;
    background: #2f80ed;
    background: linear-gradient(58deg, #00bfdd 0%, #2f80ed 100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .header__menu {
    padding: 10rem 4rem 4rem;
  }
}
@media screen and (max-width: 749px) {
  .header__menu {
    padding: 6rem 4rem 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .is-active .header__menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .header__menu__item {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu__item:not(:first-of-type) {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__menu__item:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
.header__menu__link {
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__menu__link {
    color: #021937;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__menu__link {
    color: #fff;
    font-size: 1.8rem;
  }
}
.header__menu__link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.header__menu__link.-newWindow {
  padding-right: 1.3rem;
}
.header__menu__link.-newWindow:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .header__menu__link.-newWindow:after {
    background-image: url("../img/icon_window.svg");
    width: 7.4px;
    height: 6.3px;
    top: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .header__menu__link.-newWindow:after {
    background-image: url("../img/icon_window_white.svg");
    width: calc(7.4px * 1.3);
    height: calc(6.3px * 1.3);
    top: 0.7rem;
  }
}
.header__menu__link.-buttonStyle {
  text-align: center;
  padding: 0.9rem 2.3rem;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .header__menu__link.-buttonStyle {
    border: #021937 solid 1px;
  }
}
@media screen and (max-width: 1023px) {
  .header__menu__link.-buttonStyle {
    border: #fff solid 2px;
    width: 100%;
    display: block;
  }
}
footer {
  text-align: center;
  font-size: 1.1rem;
  background: #fff;
}
@media screen and (min-width: 750px) {
  footer {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 749px) {
  footer {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 750px) {
  .footer__container {
    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;
  }
}
.footer__copyright {
  line-height: normal;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (max-width: 749px) {
  .footer__copyright {
    margin-top: 0.5rem;
  }
}
.footer__menu__link {
  display: inline-block;
}
.footer__menu__link + .footer__menu__link {
  margin-left: 1.5rem;
}
.footer__menu__link:hover {
  text-decoration: underline;
}
.footer__menu__link.-newWindow {
  position: relative;
  padding-right: 1.2rem;
}
.footer__menu__link.-newWindow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.4rem;
  display: block;
  background-image: url("../img/icon_window.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(7.4px * 1.1);
  height: calc(6.3px * 1.1);
  margin-left: 1rem;
}
body {
  letter-spacing: 0.05em;
  color: #021937;
}
p {
  line-height: 2;
}
.main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.sec {
  position: relative;
}
.sec.-lightBlue {
  background: #f4f9fd;
}
.sec__inner {
  position: relative;
}
@media screen and (min-width: 750px) {
  .sec__inner {
    padding: 11rem 0;
  }
}
@media screen and (max-width: 749px) {
  .sec__inner {
    padding: 5rem 0;
  }
}
.sec__deco__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec__deco {
  width: 100%;
  height: 100%;
  position: relative;
}
.sec__deco__img {
  position: absolute;
}
.sec__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .sec__heading {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .sec__heading {
    margin-bottom: 3rem;
  }
}
.sec__heading.-center {
  text-align: center;
}
.sec__title__en {
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
}
@media screen and (min-width: 750px) {
  .sec__title__en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .sec__title__en {
    font-size: 3.2rem;
  }
}
.sec__title__jp {
  color: #2f80ed;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (min-width: 750px) {
  .sec__title__jp {
    margin-top: 0.5rem;
  }
}
.mv__wrapper {
  background-image: url("../img/mv_bg.jpg");
  background-size: 100% 100%;
  background-position: center;
}
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .mv {
    -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;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .mv {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
.mv__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .mv__left {
    margin-top: 4rem;
  }
}
.mv__title {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 1200px) {
  .mv__title {
    font-size: 5rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .mv__title {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 750px) {
  .mv__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .mv__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.mv__title__en {
  line-height: normal;
  color: #6c6a8a;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .mv__title__en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .mv__title__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .mv__title__en {
    font-size: 1.2rem;
  }
}
.mv__scroll {
  position: absolute;
  line-height: 1;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #6c6a8a;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .mv__scroll {
    left: 0;
    font-size: 1.2rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .mv__scroll {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.1rem;
    bottom: 1rem;
  }
}
.mv__scroll:after {
  content: "";
  display: block;
  width: 0.1rem;
  background: #6c6a8a;
  margin-top: 1.5rem;
}
@media screen and (min-width: 750px) {
  .mv__scroll:after {
    height: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .mv__scroll:after {
    height: 3rem;
    display: none;
  }
}
.mission {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .mission {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mission {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 749px) {
  .mission {
    font-size: 1.8rem;
  }
}
.mission__deco__orange {
  width: 10rem;
}
@media screen and (min-width: 750px) {
  .mission__deco__orange {
    top: 100px;
    right: 55px;
  }
}
@media screen and (max-width: 749px) {
  .mission__deco__orange {
    top: 20px;
    right: -30px;
  }
}
.mission__deco__purple {
  width: 2.4rem;
}
@media screen and (min-width: 750px) {
  .mission__deco__purple {
    top: 200px;
    right: 270px;
  }
}
@media screen and (max-width: 749px) {
  .mission__deco__purple {
    top: 100px;
    right: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .mission__deco__blue {
    left: calc(100% + 40px);
    top: 19rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .mission__deco__blue {
    right: -12rem;
    top: 20rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .mission__deco__blue {
    bottom: -4rem;
    right: -12rem;
  }
}
@media screen and (min-width: 750px) {
  .mission__deco__blue {
    width: 21rem;
  }
}
@media screen and (max-width: 749px) {
  .mission__deco__blue {
    width: 110px;
    bottom: -40px;
    right: -50px;
    display: none;
  }
}
.mission__deco__green {
  width: 14rem;
  bottom: -40px;
}
@media screen and (min-width: 1200px) {
  .mission__deco__green {
    right: calc(100% + 25px);
  }
}
@media screen and (max-width: 1199px) {
  .mission__deco__green {
    right: calc(100% - 30px);
  }
}
@media screen and (max-width: 749px) {
  .mission__deco__green {
    display: none;
  }
}
.business__box {
  background: #fff;
  border-top: #2f80ed solid 0.4rem;
  -webkit-box-shadow: 0px 0px 40px 20px rgba(47, 128, 237, 0.09);
  box-shadow: 0px 0px 40px 20px rgba(47, 128, 237, 0.09);
  border-radius: 10px;
}
@media screen and (min-width: 750px) {
  .business__box {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 749px) {
  .business__box {
    padding: 3rem 2rem;
  }
}
.business__box__inner {
  max-width: 800px;
  margin: 0 auto;
}
.business__box__title {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .business__box__title {
    font-size: 2.4rem;
    margin-bottom: 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .business__box__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.business__subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  padding: 0.5rem;
  font-family: "Hiragino Sans", "ヒラギノ Sans", "メイリオ", Meiryo, sans-serif;
  border: rgba(112, 112, 112, 0.1) solid 1px;
}
@media screen and (min-width: 750px) {
  .business__subtitle {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .business__subtitle {
    margin-bottom: 2rem;
  }
}
.business__subtitle.-green {
  color: #2991a8;
  background: rgba(41, 145, 168, 0.1);
}
.business__subtitle.-blue {
  color: #2f80ed;
  background: rgba(47, 128, 237, 0.1);
}
@media screen and (min-width: 1024px) {
  .business__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.business__subrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .business__subrow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  .business__subrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .business__col:not(:last-of-type) {
    margin-right: 7rem;
  }
}
@media screen and (max-width: 1023px) {
  .business__col:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 750px) {
  .business__subcol:not(:last-of-type) {
    margin-right: 7rem;
  }
}
@media screen and (max-width: 749px) {
  .business__subcol:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
.business__circle {
  width: 22.2rem;
  height: 22.2rem;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .business__circle {
    margin: 0 auto;
  }
}
.business__circle:not(.-last):after {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  background-image: url("../img/business_x.png");
  position: absolute;
}
@media screen and (min-width: 750px) {
  .business__circle:not(.-single):after {
    right: -45px;
  }
}
@media screen and (max-width: 749px) {
  .business__circle:not(.-single):after {
    bottom: -45px;
  }
}
@media screen and (min-width: 1024px) {
  .business__circle.-single:after {
    right: -45px;
  }
}
@media screen and (max-width: 1023px) {
  .business__circle.-single:after {
    bottom: -45px;
  }
}
.business__circle__title {
  font-size: 4rem;
  line-height: normal;
  font-weight: bold;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 1rem;
}
.business__circle__text {
  font-size: 1.4rem;
  line-height: normal;
  font-weight: bold;
  font-family: "Hiragino Sans", "ヒラギノ Sans", "メイリオ", Meiryo, sans-serif;
}
.product {
  font-family: "Hiragino Sans", "ヒラギノ Sans", "メイリオ", Meiryo, sans-serif;
  counter-reset: service;
  position: relative;
}
.product.-blue .product__heading__title__color {
  color: #2f80ed;
}
.product.-blue .product__heading__title:after {
  background: #2f80ed;
}
.product.-blue .product__service__title__color {
  color: #2f80ed;
}
.product.-blue .product__service__number {
  color: #2f80ed;
}
.product.-blue .product__service__number:after {
  background: #2f80ed;
}
.product.-green .product__heading__title__color {
  color: #2991a8;
}
.product.-green .product__heading__title:after {
  background: #2991a8;
}
.product.-green .product__service__title__color {
  color: #2991a8;
}
.product.-green .product__service__number {
  color: #2991a8;
}
.product.-green .product__service__number:after {
  background: #2991a8;
}
@media screen and (min-width: 1024px) {
  .product__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 750px) {
  .product__heading {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 749px) {
  .product__heading {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .product__heading.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .product__heading.-reverse .product__heading__pic {
    padding-left: 8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .product__heading.-reverse .product__heading__pic img {
    -webkit-transform: translateX(4rem);
    transform: translateX(4rem);
  }
}
@media screen and (min-width: 1200px) {
  .product__heading:not(.-reverse) .product__heading__pic {
    padding-right: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .product__heading:not(.-reverse) .product__heading__pic img {
    -webkit-transform: translateX(-13rem);
    transform: translateX(-13rem);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .product__heading:not(.-reverse) .product__heading__pic img {
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
  }
}
.product__heading__pic__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product__heading__pic {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .product__heading__pic img {
    width: calc(100% + 13rem);
  }
}
@media screen and (min-width: 1024px) {
  .product__heading__pic img {
    max-width: none;
  }
}
@media screen and (max-width: 1023px) {
  .product__heading__pic img {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__heading__pic img {
    width: 55%;
  }
}
@media screen and (max-width: 749px) {
  .product__heading__pic img {
    width: 90%;
  }
}
.product__heading__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product__heading__title {
  font-weight: bold;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product__heading__title {
    font-size: 3.6rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .product__heading__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .product__heading__title {
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .product__heading__title {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 749px) {
  .product__heading__title {
    font-size: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.product__heading__title:after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .product__heading__title:after {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product__heading__title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.product__heading__title__color {
  display: inline-block;
}
.product__heading__lead {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .product__heading__lead {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .product__heading__lead {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__heading__lead {
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .product__heading__lead {
    font-size: 1.6rem;
  }
}
.product__heading__text {
  color: #6c6a8a;
  font-size: 1.4rem;
}
.product__heading__paragraph {
  margin-bottom: 1.5rem;
}
.salesforce__dec__orange,
.salesforce__dec__blue {
  position: absolute;
}
@media screen and (min-width: 750px) {
  .salesforce__dec__orange {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .salesforce__dec__orange {
    left: calc(100% + 80px);
    bottom: calc(100% + 10px);
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .salesforce__dec__orange {
    right: -170px;
    bottom: calc(100% + 10px);
  }
}
@media screen and (max-width: 749px) {
  .salesforce__dec__orange {
    right: -70px;
    bottom: calc(100%);
    width: 150px;
  }
}
@media screen and (min-width: 750px) {
  .salesforce__dec__blue {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .salesforce__dec__blue {
    right: calc(100% + 65px);
    bottom: -170px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .salesforce__dec__blue {
    left: -170px;
    bottom: -190px;
  }
}
@media screen and (max-width: 749px) {
  .salesforce__dec__blue {
    width: 100px;
    left: -70px;
    top: calc(100% + 10px);
  }
}
.product__service__row {
  counter-increment: service;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .product__service__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .product__service__row:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__service__row:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 749px) {
  .product__service__row:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.product__service__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product__service__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .product__service__col {
    padding: 0 1.5rem;
  }
}
.product__service__col:first-child {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .product__service__col:first-child {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .product__service__col:first-child {
    margin-bottom: 2rem;
  }
}
.product__service__col img {
  width: auto;
}
.product__service__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
}
.product__service__number:before {
  content: counter(service, decimal-leading-zero);
  margin-right: 2.5rem;
}
.product__service__number:after {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
}
.product__service__title {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .product__service__title {
    font-size: 3rem;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__service__title {
    font-size: 2.4rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 749px) {
  .product__service__title {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
.product__service__text {
  color: #6c6a8a;
}
@media screen and (min-width: 1024px) {
  .product__service__text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .product__service__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .product__service__text {
    font-size: 1.4rem;
  }
}
.company__dec__purple {
  position: absolute;
  width: 92px;
  top: -45px;
}
@media screen and (min-width: 750px) {
  .company__dec__purple {
    left: 100%;
  }
}
@media screen and (max-width: 749px) {
  .company__dec__purple {
    right: -45px;
  }
}
.company {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .company {
    padding: 8rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .company {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 749px) {
  .company {
    padding: 3rem 1.5rem;
  }
}
.company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hiragino Sans", "ヒラギノ Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 750px) {
  .company__row {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 749px) {
  .company__row {
    font-size: 1.3rem;
  }
}
.company__title,
.company__text {
  padding: 2.6rem 0;
}
@media screen and (min-width: 750px) {
  .company__title,
  .company__text {
    padding: 2.6rem 0;
  }
}
@media screen and (max-width: 749px) {
  .company__title,
  .company__text {
    padding: 1.5rem 0;
  }
}
.company__title {
  font-weight: bold;
  color: #2f80ed;
  border-top: #2f80ed solid 1px;
}
@media screen and (min-width: 1024px) {
  .company__title {
    width: 20rem;
    margin-right: 4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .company__title {
    width: 15rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 749px) {
  .company__title {
    width: 10rem;
    margin-right: 1rem;
  }
}
.company__text {
  border-top: #dedede solid 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.company__text__link {
  color: #2f80ed;
  text-decoration: underline;
  line-height: 1;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
.map__icon {
  width: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1px;
}
.map__icon img {
  vertical-align: top;
}
.map {
  position: relative;
  overflow: hidden;
  padding-top: 43.52941%;
}
@media screen and (min-width: 1024px) {
  .map {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .map {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 749px) {
  .map {
    margin-top: 2rem;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec__recruit {
  background-image: url("../img/recruit_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 750px) {
  .recruit__container {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 749px) {
  .recruit__container {
    padding: 4rem 0;
  }
}
.recruit__bnr__title {
  text-align: center;
  line-height: normal;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .recruit__bnr__title {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 749px) {
  .recruit__bnr__title {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.recruit__bnr__btn {
  text-align: center;
}
.recruit__bnr__btn__link {
  background: #2f80ed;
  background: linear-gradient(58deg, #00bfdd 0%, #2f80ed 100%);
  color: #fff;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24rem;
  border-radius: 30px;
}
@media screen and (min-width: 750px) {
  .recruit__bnr__btn__link {
    height: 6rem;
  }
}
@media screen and (max-width: 749px) {
  .recruit__bnr__btn__link {
    height: 5rem;
  }
}
.recruit__bnr__btn__link:hover {
  opacity: 0.8;
}
.recruit__bnr__btn__link:after {
  content: "";
  display: block;
  background-image: url("../img/icon_window_white.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: calc(7.4px * 1.5);
  height: calc(6.3px * 1.5);
  margin-left: 1rem;
}
.recruit__dec {
  position: absolute;
  bottom: calc(100% + 3rem);
  left: -3rem;
}
@media screen and (max-width: 749px) {
  .recruit__dec {
    display: none;
  }
}

/* Works section styles */
.works__content {
  background: #fff;
  overflow: hidden;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logo-slider__track {
  display: flex;
  width: 100%;
}
.logo-slider__inner {
  display: flex;
  animation: slide 30s linear infinite;
}
.logo-slider__item {
  flex-shrink: 0;
  padding: 0.5rem;
  width: 200px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
.logo-slider__item img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 749px) {
  .works__content {
    padding: 0;
  }
  .logo-slider__item {
    width: 150px;
    padding: 0.3rem;
    margin: 0 0.3rem;
  }
  .logo-slider__item img {
    max-height: 80px;
  }
}

/* 注目事例セクション */
.featured-works {
  margin-top: 7rem;
  margin-bottom: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.featured-works__title {
  font-size: 3rem;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  color: #021937;
  text-align: center;
}

.featured-works__showcase {
  margin-bottom: 3rem;
}

/* メイン事例のスタイル */
.featured-works__main {
  display: flex;
  background: #fff;
  border-top: #2f80ed solid 0.4rem;
  box-shadow: 0px 0px 20px 8px rgba(47, 128, 237, 0.09);
  border-radius: 10px;
  overflow: hidden;
  max-width: 85%;
  margin: 0 auto;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.featured-works__main:hover:not(.featured-works__main--dummy) {
  box-shadow: 0px 0px 25px 10px rgba(26, 111, 221, 0.2);
  transform: scale(0.98);
}

/* ダミーコンテンツのスタイル */
.featured-works__main--dummy {
  background: #f5f5f5;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.featured-works__dummy-content {
  text-align: center;
}

.featured-works__dummy-content p {
  font-size: 2rem;
  color: #ccc;
  font-weight: bold;
}

.featured-works__main-image {
  flex: 0 0 60%;
  overflow: hidden;
  position: relative;
}

.featured-works__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-works__main-content {
  flex: 0 0 40%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}

.featured-works__main-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: #021937;
}

.featured-works__main-company {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  color: #2f80ed;
}

.featured-works__main-text {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #6c6a8a;
  margin-bottom: auto;
  text-align: right;
}

.featured-works__main-more {
  margin-top: 4rem;
  align-self: flex-start;
}
.featured-works__main-more-text {
  background: #2f80ed;
  background: linear-gradient(58deg, #00bfdd 0%, #2f80ed 100%);
  color: #fff;
  font-family: "Open Sans", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13rem;
  height: 3rem;
  border-radius: 30px;
}
.featured-works__main:hover .featured-works__main-more-text{
  background: #fff;
  color: #2f80ed;
  border: solid #2f80ed;
}

@media screen and (max-width: 1023px) {
  .featured-works__main {
    flex-direction: column;
  }

  .featured-works__main-image,
  .featured-works__main-content {
    flex: 0 0 100%;
  }

  .featured-works__main-content {
    padding: 3rem;
  }

  .featured-works__main-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .featured-works__main-content {
    padding: 2rem;
  }

  .featured-works__main-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .featured-works__main-company {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .featured-works__main-text {
    font-size: 1.4rem;
  }

  .featured-works__dummy-container {
    flex-direction: column;
    gap: 1.5rem;
  }

  .featured-works__dummy {
    height: 12rem;
  }
}

/* 新着情報セクション */
.new-works {
  margin-bottom: 7rem;
}

.new-works__title {
  font-size: 2rem;
  margin-bottom: 4rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  color: #021937;
  position: relative;
}

.new-works__title:after {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  background: #2f80ed;
  position: absolute;
  bottom: -1.2rem;
  left: 0;
}

.new-works__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}

.new-works__item {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border-top: #2f80ed solid 0.4rem;
  box-shadow: 0px 0px 20px 8px rgba(47, 128, 237, 0.09);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  height: 100%;
}

.new-works__item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 25px 10px rgba(47, 128, 237, 0.12);
}

.new-works__item--dummy {
  background: #f5f5f5;
  height: 28rem;
  position: relative;
  transform: none;
  border-top: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: none;
}

.new-works__item--dummy:hover {
  transform: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.new-works__item--dummy:after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bbb;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.new-works__link {
  display: block;
  height: 100%;
}

.new-works__image {
  height: 18rem;
  overflow: hidden;
  position: relative;
}

.new-works__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.new-works__link:hover .new-works__image:before {
  opacity: 1;
}

.new-works__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.new-works__link:hover .new-works__image img {
  transform: scale(1.08);
}

.new-works__content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  height: calc(100% - 18rem);
}

.new-works__item-title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #021937;
  line-height: 1.4;
}

.new-works__date {
  font-size: 1.3rem;
  color: #2f80ed;
  margin-top: auto;
  font-weight: 500;
}

.new-works__more {
  text-align: center;
  margin-top: 2rem;
}

.new-works__more-btn {
  display: inline-block;
  padding: 1.2rem 5rem;
  background: linear-gradient(to right, #2f80ed, #56ccf2);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(47, 128, 237, 0.3);
}

.new-works__more-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
}

.new-works__more-btn:hover {
  background: linear-gradient(to right, #1b6edc, #4db8f2);
  box-shadow: 0 8px 20px rgba(47, 128, 237, 0.4);
  transform: translateY(-2px);
}

.new-works__more-btn:hover:before {
  left: 100%;
}

@media screen and (max-width: 1023px) {
  .new-works__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .new-works__item-title {
    font-size: 1.6rem;
  }

  .new-works__content {
    padding: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .new-works__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .new-works__image {
    height: 16rem;
  }

  .new-works__content {
    padding: 1.8rem;
    height: calc(100% - 16rem);
  }

  .new-works__item-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .new-works__more-btn {
    padding: 1rem 4rem;
    font-size: 1.5rem;
  }

  .new-works__item--dummy {
    height: 20rem;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 1023px) {
  .new-works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-works__link {
    flex-direction: column;
  }
  .featured-works__image,
  .featured-works__content {
    flex: 0 0 100%;
  }
  .featured-works__content {
    padding: 2rem;
  }
}

@media screen and (max-width: 749px) {
  .new-works__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .featured-works__item-title {
    font-size: 1.6rem;
  }
  .featured-works__company {
    font-size: 1.3rem;
  }
  .featured-works__text {
    font-size: 1.3rem;
  }
  .featured-works__arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
}
