@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

body {
  background: #F7F7F7;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

/* l-bg */
.l-bg {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 70px 0 60px;
  padding: 4.375rem 0 3.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-bg {
    padding: 2.5rem 1.25rem;
  }
}
.l-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: -60px;
  left: -3.75rem;
  width: 100vw;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem 0 0 1.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-bg::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    border-radius: 0.625rem;
  }
}

.l-bg--wide {
  width: 100%;
  padding-left: 180px;
  padding-left: 11.25rem;
}
@media screen and (max-width: 1200px) {
  .l-bg--wide {
    padding-left: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-bg--wide {
    padding-left: 1.25rem;
  }
}
.l-bg--wide::before {
  left: 120px;
  left: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .l-bg--wide::before {
    left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-bg--wide::before {
    left: 50%;
  }
}

/* l-box */
.l-box {
  background: #fff;
  border-radius: 1.25rem;
  padding: 80px 120px;
  padding: 5rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-box {
    border-radius: 0.625rem;
    padding: 3.75rem 1.25rem;
  }
}

/* l-cards */
.l-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .l-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.l-cards .card__inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-cards .card__inner {
    height: auto;
  }
}

/* l-content */
.l-content {
  width: 1040px;
  width: 65rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-content {
    padding: 0 1.25rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-page */
.l-page {
  padding: 60px 0 100px;
  padding: 3.75rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding: 2.5rem 0 5rem;
  }
}

/* anchor */
.anchor {
  background: #000;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding: 0.3125rem 0;
  }
  .anchor .l-content {
    padding: 0;
  }
}

.anchor__items {
  display: grid;
}

.anchor__items--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .anchor__items--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.anchor__items--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .anchor__items--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.anchor__items--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .anchor__items--6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.anchor__item a {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 700;
  background: #000;
  padding: 14px 0;
  padding: 0.875rem 0;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .anchor__item a {
    font-size: 0.9375rem;
    padding: 0.625rem 0;
  }
}
.anchor__item a:hover {
  opacity: 1;
  background: #0184EB;
}
.anchor__item a:hover span {
  background-image: url(../img/common/anchor-icon02.png);
}
.anchor__item span {
  display: inline-block;
  background: url(../img/common/anchor-icon01.png) no-repeat center right/18px;
  background: url(../img/common/anchor-icon01.png) no-repeat center right/1.125rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding-right: 23px;
  padding-right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .anchor__item span {
    background-size: 0.9375rem;
    padding-right: 1.25rem;
  }
}

/* breadcrumb */
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 12px;
  margin-left: 0.75rem;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 3px;
  height: 0.1875rem;
  background: #0184EB;
  border-radius: 50%;
  top: 12px;
  top: 0.75rem;
  left: -10px;
  left: -0.625rem;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
    font-size: 0.9375rem;
  }
}
.breadcrumb__item a {
  text-decoration: underline;
  color: #0184EB;
  font-weight: 700;
}

/* btn */
.btn {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background: #000;
  padding: 14px 74px 14px 36px;
  padding: 0.875rem 4.625rem 0.875rem 2.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 0.9375rem;
  }
}
.btn::before, .btn::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.btn::before {
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#53b7ff), to(#000aff));
  background: linear-gradient(to right, #53b7ff 0%, #000aff 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  right: 2.25rem;
  background: url(../img/common/plus-icon04.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.btn:hover {
  opacity: 1;
}
.btn:hover::before {
  opacity: 1;
}
.btn:hover::after {
  background: url(../img/common/plus-icon05.png) no-repeat center/contain;
}

/* card */
.card__inner {
  display: block;
  background: #F7F7F7;
  border-radius: 0.25rem;
  padding: 10px 10px 25px;
  padding: 0.625rem 0.625rem 1.5625rem;
}

a.card__inner {
  position: relative;
}
a.card__inner::after {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  right: 30px;
  right: 1.875rem;
  bottom: 30px;
  bottom: 1.875rem;
  background: url(../img/common/plus-icon03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  a.card__inner::after {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
a.card__inner:hover {
  opacity: 1;
}
a.card__inner:hover .card__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card__img-wrapper {
  position: relative;
}

.card__img {
  overflow: hidden;
  position: relative;
}
.card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card__category {
  position: absolute;
  left: 0;
  top: 0;
}
.card__category span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .card__category span {
    font-size: 1rem;
  }
}

.card__body {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .card__body {
    padding: 0 0.625rem;
  }
}

.card__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 1.125rem;
  }
}

.card__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .card__text {
    font-size: 1rem;
  }
}

.card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.card__tag span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  border-radius: 1.25rem;
  padding: 4px 11px;
  padding: 0.25rem 0.6875rem;
}

.card__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .card__list {
    margin-top: 0.9375rem;
    padding: 0 1.5625rem 0 0;
  }
}

.card__list-item {
  color: #0184EB;
  font-weight: 500;
  background: url(../img/common/check-icon.png) no-repeat left top 3px/19px;
  background: url(../img/common/check-icon.png) no-repeat left top 0.1875rem/1.1875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card__list-item {
    font-size: 0.9375rem;
  }
}
.card__list-item + .card__list-item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* cv */
.cv {
  text-align: center;
  background: url(../img/common/cv-bg.jpg) no-repeat center/cover;
  padding: 125px 0 80px;
  padding: 7.8125rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 4.375rem 0 3.125rem;
  }
}

.cv__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: 1.75rem;
  }
}

.cv__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .cv__text {
    text-align: left;
    font-size: 1rem;
  }
}

.cv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .cv__btns {
    display: block;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .cv__btn .btn {
    text-align: left;
    width: 12.5rem;
    padding: 0.875rem 1.5625rem;
  }
  .cv__btn .btn::after {
    right: 1.25rem;
  }
  .cv__btn + .cv__btn {
    margin-top: 0.625rem;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  padding: 80px 0 60px;
  padding: 5rem 0 3.75rem;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__item {
  position: relative;
}
.drawer__item + .drawer__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.drawer__item > span, .drawer__item > a {
  display: inline-block;
  font-weight: 700;
}
.drawer__item > span {
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}
.drawer__item > span::after, .drawer__item > span::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 2px;
  height: 0.125rem;
  background: #0184EB;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer__item > span::before {
  top: 48%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer__item.active > span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.drawer__item > a {
  position: relative;
}
.drawer__item > a::after {
  position: absolute;
  content: "";
  left: 0;
  height: 2px;
  height: 0.125rem;
  width: 100%;
  bottom: 20px;
  bottom: 1.25rem;
  background: #0184EB;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer__item > a:hover {
  opacity: 1;
}
.drawer__item > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.drawer__item--contact {
  width: 180px;
  width: 11.25rem;
  max-width: 100%;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
.drawer__item--contact a {
  text-align: left;
  display: block;
  width: 100%;
  color: #D3D3D3;
  background: #000;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  z-index: 1;
}
.drawer__item--contact a::before, .drawer__item--contact a::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.drawer__item--contact a::before {
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#53b7ff), to(#000aff));
  background: linear-gradient(to right, #53b7ff 0%, #000aff 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer__item--contact a::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  background: url(../img/common/plus-icon01.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.drawer__subitems {
  display: none;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.drawer__subitem + .drawer__subitem {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.drawer__subitem a {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
}
.drawer__subitem a::after {
  position: absolute;
  content: "";
  left: 0;
  height: 2px;
  height: 0.125rem;
  width: 100%;
  bottom: 0;
  background: #0184EB;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer__subitem a:hover {
  opacity: 1;
}
.drawer__subitem a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* entitle */
/* fade */
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fadeLeft.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fadeRight {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fadeRight.is-inview {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* fnav */
.fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 150px;
  gap: 9.375rem;
}
@media screen and (max-width: 767px) {
  .fnav__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem 0;
  }
}

@media screen and (max-width: 767px) {
  .fnav__item {
    width: 45%;
  }
}
.fnav__item span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #65BBFF;
}
@media screen and (max-width: 767px) {
  .fnav__item span {
    font-size: 1rem;
  }
}

.fnav__subitems {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .fnav__subitems {
    margin-top: 0.625rem;
  }
}

.fnav__item a {
  display: inline-block;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fnav__item a {
    font-size: 0.875rem;
    line-height: 2;
  }
}

/* footer */
.footer {
  background: #292929;
  padding: 100px 0 25px;
  padding: 6.25rem 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.75rem 0 1.25rem;
  }
}
.footer .l-inner {
  max-width: 1200px;
  max-width: 75rem;
}

.footer__copyright {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.875rem;
    margin-top: 3.75rem;
  }
}

/* form */
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form__item {
    display: block;
  }
}
.form__item + .form__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 1.5625rem;
  }
}

.form__item-label {
  width: 24%;
  padding-top: 17px;
  padding-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .form__item-label {
    width: 100%;
    padding-top: 0;
  }
}
.form__item-label label {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form__item-label label {
    font-size: 1rem;
  }
}
.form__item-label label.required {
  position: relative;
}
.form__item-label label.required::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  top: 2px;
  top: 0.125rem;
  right: -12px;
  right: -0.75rem;
  background: url(../img/common/required-icon.png) no-repeat center/contain;
}

.form__item-input {
  width: 76%;
}
@media screen and (max-width: 767px) {
  .form__item-input {
    width: 100%;
    margin-top: 0.625rem;
  }
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input select, .form__item-input textarea {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  border-radius: 0.625rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input select, .form__item-input textarea {
    font-size: 1rem;
  }
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input select::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #6F6F6F;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input select::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #6F6F6F;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input select::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #6F6F6F;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input select::placeholder, .form__item-input textarea::placeholder {
  color: #6F6F6F;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
  height: 60px;
  height: 3.75rem;
  background: #F7F7F7;
}
.form__item-input textarea {
  height: 200px;
  height: 12.5rem;
  background: #F7F7F7;
  resize: none;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__item-input textarea {
    height: 13.75rem;
  }
}
.form__item-input select {
  height: 60px;
  height: 3.75rem;
  border: 3px solid #F7F7F7;
  border: 0.1875rem solid #F7F7F7;
  background: url(../img/common/select-icon.png) no-repeat center right 15px/13px;
  background: url(../img/common/select-icon.png) no-repeat center right 0.9375rem/0.8125rem;
  color: #6F6F6F;
}
.form__item-input select.active {
  color: #000;
}

.form__check {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .form__check {
    margin-top: 2.5rem;
  }
}
.form__check label {
  position: relative;
}
.form__check label::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: -10px;
  right: -0.625rem;
  top: -3px;
  top: -0.1875rem;
  background: url(../img/common/required-icon.png) no-repeat center/contain;
}
.form__check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 33px;
  padding-left: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span {
    font-size: 1rem;
    padding-left: 1.75rem;
  }
}
.form__check input[type=checkbox] + span::before, .form__check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  display: block;
}
.form__check input[type=checkbox] + span::before {
  background: #f6f8f9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span::before {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.form__check input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 10px;
  height: 0.625rem;
  width: 15px;
  width: 0.9375rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 6px;
  left: 0.375rem;
  top: 7px;
  top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .form__check input[type=checkbox] + span::after {
    height: 0.5rem;
    width: 0.75rem;
  }
}
.form__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__btn {
  display: block;
  width: 286px;
  width: 17.875rem;
  max-width: 100%;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .form__btn {
    margin-top: 2.5rem;
  }
}

/* gnav */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 60px;
  gap: 3.75rem;
}

.gnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  position: relative;
}
.gnav__item > span, .gnav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 100%;
  font-weight: 700;
}
.gnav__item > span {
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}
.gnav__item > span::after, .gnav__item > span::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 2px;
  height: 0.125rem;
  background: #0184EB;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gnav__item > span::before {
  top: 49%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.gnav__item.active > span::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.gnav__item > a {
  position: relative;
}
.gnav__item > a::after {
  position: absolute;
  content: "";
  left: 0;
  height: 2px;
  height: 0.125rem;
  width: 100%;
  bottom: 20px;
  bottom: 1.25rem;
  background: #0184EB;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav__item > a:hover {
  opacity: 1;
}
.gnav__item > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.gnav__item--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 180px;
  width: 11.25rem;
  max-width: 100%;
}
.gnav__item--contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  color: #D3D3D3;
  background: #000;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  z-index: 1;
}
.gnav__item--contact a::before, .gnav__item--contact a::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.gnav__item--contact a::before {
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#53b7ff), to(#000aff));
  background: linear-gradient(to right, #53b7ff 0%, #000aff 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gnav__item--contact a::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  background: url(../img/common/plus-icon01.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.gnav__item--contact a:hover {
  color: #fff;
  opacity: 1;
}
.gnav__item--contact a:hover::before {
  opacity: 1;
}
.gnav__item--contact a:hover::after {
  background: url(../img/common/plus-icon02.png) no-repeat center/contain;
}

.gnav__subitems {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  top: 3.75rem;
  width: 235px;
  width: 14.6875rem;
  border-radius: 4px;
  background: transparent;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .15);
  padding: 25px 30px;
  padding: 1.5625rem 1.875rem;
}

.gnav__subitem + .gnav__subitem {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.gnav__subitem a {
  display: inline-block;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
.gnav__subitem a::after {
  position: absolute;
  content: "";
  left: 0;
  height: 2px;
  height: 0.125rem;
  width: 100%;
  bottom: 0;
  background: #0184EB;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav__subitem a:hover {
  opacity: 1;
}
.gnav__subitem a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 20px;
  top: 1.25rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 8px;
  top: 0.5rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 8px;
  top: 0.5rem;
}
.hamburger__border:nth-child(3) {
  top: 16px;
  top: 1rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  height: 4.375rem;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.75rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.header__logo {
  width: 130px;
  width: 8.125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 6.25rem;
  }
}
.header__logo a {
  display: block;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

/* lead */
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 1rem;
  }
}

/* link */
.link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/common/plus-icon03.png) no-repeat center right/18px;
  background: url(../img/common/plus-icon03.png) no-repeat center right/1.125rem;
  text-decoration: underline;
  padding-right: 23px;
  padding-right: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .link {
    font-size: 1rem;
  }
}

/* list */
.list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  border-bottom: 2px solid #E6E6E6;
  border-bottom: 0.125rem solid #E6E6E6;
  padding: 18px 0;
  padding: 1.125rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list__item {
    display: block;
    font-size: 1rem;
  }
}
.list__item::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
  background: #0184EB;
}
@media screen and (max-width: 767px) {
  .list__item::before {
    width: 30%;
  }
}

.list__item-title {
  width: 20%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .list__item-title {
    width: 100%;
  }
}

.list__item-body {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .list__item-body {
    width: 100%;
    margin-top: 0.3125rem;
  }
}

.list__item-text li {
  padding-left: 1em;
  position: relative;
}
.list__item-text li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  color: #0184EB;
}

.list__item-map {
  width: 100%;
  padding-top: 38.6486486486%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list__item-map {
    padding-top: 75%;
  }
}
.list__item-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* main */
.main {
  overflow: hidden;
}

/* mv */
.mv {
  padding: 160px 0 100px;
  padding: 10rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 7.5rem 0 3.125rem;
  }
}
.mv::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mv--cases {
  color: #fff;
}
.mv--cases::before {
  background: url(../img/cases/cases-mv.jpg) no-repeat center/cover;
}

.mv--products {
  color: #fff;
}
.mv--products::before {
  background: url(../img/products/products-mv.jpg) no-repeat center/cover;
}

.mv--solution {
  color: #fff;
}
.mv--solution::before {
  background: url(../img/solution/solution-mv.jpg) no-repeat center/cover;
}

.mv--news::before {
  background: url(../img/news/news-mv.jpg) no-repeat center/cover;
}

.mv--business {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.mv--business::before {
  height: 969px;
  height: 60.5625rem;
  background: url(../img/business/business-mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .mv--business::before {
    height: 31.25rem;
  }
}

.mv--company::before {
  height: 969px;
  height: 60.5625rem;
  background: url(../img/company/company-mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .mv--company::before {
    height: 31.25rem;
  }
}

.mv--csr::before {
  height: 797px;
  height: 49.8125rem;
  background: url(../img/csr/csr-mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .mv--csr::before {
    height: 25rem;
  }
}

.mv--contact::before {
  height: 797px;
  height: 49.8125rem;
  background: url(../img/contact/contact-mv.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .mv--contact::before {
    height: 25rem;
  }
}

.mv__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.875rem;
  }
}

.mv__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

/* news */
.news__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .news__item-inner {
    display: block;
    padding: 1.25rem 0;
  }
}

.news__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-date {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  min-width: 110px;
  min-width: 6.875rem;
}
@media screen and (max-width: 767px) {
  .news__item-date {
    font-size: 1rem;
    min-width: 6.25rem;
  }
}

.news__item-category {
  min-width: 123px;
  min-width: 7.6875rem;
}
.news__item-category span {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 0 6px 1px;
  padding: 0 0.375rem 0.0625rem;
}
@media screen and (max-width: 767px) {
  .news__item-category span {
    font-size: 0.9375rem;
  }
}

.news__item-title {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 60px;
  margin-left: 3.75rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

/* pagination */
.pagination {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 3.75rem;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .pagination ul {
    gap: 0.5rem;
  }
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  width: 3.75rem;
  min-width: 60px;
  min-width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #000;
  border: 0.0625rem solid #000;
}
@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}
.pagination .current {
  color: #fff;
  background: #000;
}
.pagination .dots {
  border: none;
}
.pagination .prev, .pagination .next {
  border: none;
}
.pagination .prev {
  background: url(../img/common/prev-icon.png) no-repeat center/29px;
  background: url(../img/common/prev-icon.png) no-repeat center/1.8125rem;
}
@media screen and (max-width: 767px) {
  .pagination .prev {
    background-size: 1.375rem;
  }
}
.pagination .next {
  background: url(../img/common/next-icon.png) no-repeat center/29px;
  background: url(../img/common/next-icon.png) no-repeat center/1.8125rem;
}
@media screen and (max-width: 767px) {
  .pagination .next {
    background-size: 1.375rem;
  }
}

/* subtitle */
.subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 2.5rem;
  }
}

/* text */
.text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1rem;
  }
}

/* title */
.title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.25rem;
  }
}

/* business */
.business {
  position: relative;
  z-index: 2;
}

.business__header .l-bg::before {
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .5);
}

.business__heading {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .business__heading {
    font-size: 1.25rem;
  }
}
.business__heading span {
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .business__heading span {
    font-size: 2.5rem;
  }
}

.business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .business__inner {
    display: block;
    margin-top: 2.5rem;
  }
}

.business__img {
  width: 70%;
  margin-left: -180px;
  margin-left: -11.25rem;
}
@media screen and (max-width: 1200px) {
  .business__img {
    width: 62%;
    margin-left: -6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .business__img {
    width: 100%;
    margin-left: 0;
  }
}
.business__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .business__img img {
    border-radius: 0.625rem;
  }
}

.business__body {
  width: 48%;
  margin-right: -40px;
  margin-right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .business__body {
    width: 100%;
    margin-right: 0;
    margin-top: 1.25rem;
  }
}

.business__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .business__subtitle {
    font-size: 1.125rem;
  }
}
.business__subtitle span {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0184EB;
}
@media screen and (max-width: 767px) {
  .business__subtitle span {
    font-size: 1.25rem;
  }
}

.business__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 500;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .business__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.business__cards {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .business__cards {
    margin-top: 3.75rem;
  }
}
.business__cards .card__inner {
  background: #fff;
}
.business__cards .card__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .business__cards .card__text {
    margin-top: 0.625rem;
  }
}

.business__content {
  margin-top: 80px;
  margin-top: 5rem;
  padding: 80px 0 120px;
  padding: 5rem 0 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .business__content {
    margin-top: 3.75rem;
    padding: 3.75rem 0 5rem;
  }
}
.business__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  height: 36.25rem;
  background: url(../img/business/business-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .business__content::before {
    height: 25rem;
  }
}

.business__unit .l-bg {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .business__unit .l-bg {
    padding-bottom: 3.75rem;
  }
}
.business__unit .l-bg::before {
  background: transparent;
  backdrop-filter: blur(46.5812988281px);
  --webkit-backdrop-filter: blur(46.581298828125px);
  background-color: rgba(255, 255, 255, .5);
}
.business__unit + .business__unit {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .business__unit + .business__unit {
    margin-top: 3.75rem;
  }
}

.business__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .business__items {
    margin-top: 2.5rem;
  }
}

.business__item + .business__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .business__item + .business__item {
    margin-top: 2.5rem;
  }
}

.business__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0184EB;
  border-bottom: 1px solid #0184EB;
  border-bottom: 0.0625rem solid #0184EB;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .business__item-title {
    font-size: 1.25rem;
  }
}

.business__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .business__item-text {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}
.business__item-text span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .business__item-text span {
    font-size: 0.9375rem;
  }
}

.business__item-imgs {
  display: grid;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .business__item-imgs {
    margin-top: 0.9375rem;
  }
}

.business__item-imgs--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .business__item-imgs--2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}

.business__item-imgs--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .business__item-imgs--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* cases-arhive */
.cases-archive {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .cases-archive {
    padding: 3.75rem 0;
  }
}
.cases-archive .l-bg {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .cases-archive .l-bg {
    padding-bottom: 3.75rem;
  }
}

.cases-archive__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .cases-archive__text {
    font-size: 1rem;
  }
}

.cases-archive__units {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .cases-archive__units {
    margin-top: 2.5rem;
  }
}

.cases-archive__unit + .cases-archive__unit {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .cases-archive__unit + .cases-archive__unit {
    margin-top: 3.75rem;
  }
}

.cases-archive__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .cases-archive__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cases-archive__cards .card__inner {
  height: 100%;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .cases-archive__cards .card__inner {
    height: auto;
    padding-bottom: 2.5rem;
  }
}
.cases-archive__cards .card__img {
  padding-top: 66.5853658537%;
  position: relative;
}
.cases-archive__cards .card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases-archive__cards .card__title {
  min-height: 82px;
  min-height: 5.125rem;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cases-archive__cards .card__title {
    min-height: unset;
    font-size: 1.25rem;
  }
}

/* cases-single */
.cases-single__header {
  padding: 115px 0 60px;
  padding: 7.1875rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .cases-single__header {
    padding: 5rem 0 3.75rem;
  }
}

.cases-single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .cases-single__inner {
    display: block;
    margin-top: 3.125rem;
  }
}

.cases-single__body {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .cases-single__body {
    width: 100%;
  }
}

.cases-single__category span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .cases-single__category span {
    font-size: 1.125rem;
  }
}

.cases-single__subtitle {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cases-single__subtitle {
    font-size: 1.75rem;
    margin-top: 1.25rem;
  }
}

.cases-single__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cases-single__title {
    font-size: 1.25rem;
  }
}

.cases-single__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .cases-single__img {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cases-single__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cases-single__img img {
    border-radius: 0.625rem;
  }
}

.cases-single__content {
  padding: 60px 0;
  padding: 3.75rem 0;
}
.cases-single__content section:not(:first-child) {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .cases-single__content section:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.cases-single__units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cases-single__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.cases-single__units .cases-single__unit {
  margin-top: 0;
}

.cases-single__unit {
  background: #F7F7F7;
  border-radius: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 60px;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .cases-single__unit {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.25rem 1.25rem;
  }
}

.cases-single__unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0184EB;
}
@media screen and (max-width: 767px) {
  .cases-single__unit-title {
    font-size: 1.25rem;
  }
}

.cases-single__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cases-single__unit-text {
    font-size: 1rem;
  }
}

.cases-single__unit-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78;
  background: url(../img/common/check-icon.png) no-repeat left top 7px/19px;
  background: url(../img/common/check-icon.png) no-repeat left top 0.4375rem/1.1875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .cases-single__unit-list-item {
    font-size: 1rem;
    background: url(../img/common/check-icon.png) no-repeat left top 0.375rem/1rem;
    padding-left: 1.5625rem;
  }
}
.cases-single__unit-list-item + .cases-single__unit-list-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .cases-single__unit-list-item + .cases-single__unit-list-item {
    margin-top: 0.9375rem;
  }
}

/* data */
.data {
  background: #000;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .data {
    padding: 3.75rem 0;
  }
}
.data .l-box {
  padding: 60px 60px 100px;
  padding: 3.75rem 3.75rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .data .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.data__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  gap: 1rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .data__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.875rem;
  }
}

.data__card {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #F7F7F7;
  padding: 10px 10px 15px;
  padding: 0.625rem 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .data__card {
    font-size: 1rem;
  }
}

.data__card-title {
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

/* info */
.info {
  background: #000;
  padding: 60px 0;
  padding: 3.75rem 0;
}
.info .l-box {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.info__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  gap: 3.4375rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .info__list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-top: 1.875rem;
  }
}

.info__list-item01 .info__list-title {
  background: url(../img/cases/info-icon01.png) no-repeat center left 37px/15px;
  background: url(../img/cases/info-icon01.png) no-repeat center left 2.3125rem/0.9375rem;
}
@media screen and (max-width: 767px) {
  .info__list-item01 .info__list-title {
    background-position: center left 1.0625rem;
  }
}

.info__list-item02 .info__list-title {
  background: url(../img/cases/info-icon02.png) no-repeat center left 35px/20px;
  background: url(../img/cases/info-icon02.png) no-repeat center left 2.1875rem/1.25rem;
}
@media screen and (max-width: 767px) {
  .info__list-item02 .info__list-title {
    background-position: center left 0.9375rem;
  }
}

.info__list-item03 .info__list-title {
  background: url(../img/cases/info-icon03.png) no-repeat center left 38px/14px;
  background: url(../img/cases/info-icon03.png) no-repeat center left 2.375rem/0.875rem;
}
@media screen and (max-width: 767px) {
  .info__list-item03 .info__list-title {
    background-position: center left 1.125rem;
  }
}

.info__list-item04 .info__list-title {
  background: url(../img/cases/info-icon04.png) no-repeat center left 32px/27px;
  background: url(../img/cases/info-icon04.png) no-repeat center left 2rem/1.6875rem;
}
@media screen and (max-width: 767px) {
  .info__list-item04 .info__list-title {
    background-position: center left 0.75rem;
  }
}

.info__list-item05 .info__list-title {
  background: url(../img/cases/info-icon05.png) no-repeat center left 35px/20px;
  background: url(../img/cases/info-icon05.png) no-repeat center left 2.1875rem/1.25rem;
}
@media screen and (max-width: 767px) {
  .info__list-item05 .info__list-title {
    background-position: center left 0.9375rem;
  }
}

.info__list-item06 .info__list-title {
  background: url(../img/cases/info-icon06.png) no-repeat center left 37px/17px;
  background: url(../img/cases/info-icon06.png) no-repeat center left 2.3125rem/1.0625rem;
}
@media screen and (max-width: 767px) {
  .info__list-item06 .info__list-title {
    background-position: center left 1.0625rem;
  }
}

.info__list-item07 .info__list-title {
  background: url(../img/cases/info-icon07.png) no-repeat center left 34px/22px;
  background: url(../img/cases/info-icon07.png) no-repeat center left 2.125rem/1.375rem;
}
@media screen and (max-width: 767px) {
  .info__list-item07 .info__list-title {
    background-position: center left 0.875rem;
  }
}

.info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .info__list-item {
    font-size: 1rem;
  }
}
.info__list-item:nth-child(odd) {
  background: #F7F7F7;
}

.info__list-title {
  width: 50%;
  font-weight: 700;
  padding: 17px 10px 17px 70px;
  padding: 1.0625rem 0.625rem 1.0625rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .info__list-title {
    padding: 0.9375rem 0.625rem 0.9375rem 3.125rem;
  }
}

.info__list-text {
  width: 50%;
  padding: 17px 25px;
  padding: 1.0625rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .info__list-text {
    padding: 0.9375rem 1.25rem;
  }
}

/* company */
.company {
  position: relative;
  z-index: 2;
}

/* history */
.history {
  padding: 100px 0 140px;
  padding: 6.25rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 3.75rem 0 5rem;
  }
}
.history .l-inner {
  max-width: 970px;
  max-width: 60.625rem;
}

.history__items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .history__items {
    margin-top: 1.875rem;
  }
}

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history__item + .history__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .history__item + .history__item {
    margin-top: 2.5rem;
  }
}

.history__item-year {
  min-width: 160px;
  min-width: 10rem;
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  color: #0184EB;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history__item-year {
    min-width: 6.875rem;
    font-size: 2.5rem;
  }
}
.history__item-year::after {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: calc(100% - 0.3125rem);
  left: 55px;
  left: 3.4375rem;
  top: 60px;
  top: 3.75rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .history__item-year::after {
    left: 2.8125rem;
    top: 2.8125rem;
  }
}

.history__item-body {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .history__item-body {
    padding-top: 0.3125rem;
  }
}

.history__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .history__item-text {
    font-size: 1rem;
  }
}

/* message */
.message {
  padding-top: 100px;
  padding-top: 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 3.75rem;
  }
}
.message::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 666px;
  height: 41.625rem;
  left: 0;
  top: 0;
  background: url(../img/company/message-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message::before {
    height: 21.875rem;
  }
}
.message .l-bg::before {
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .36);
}

.message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .message__inner {
    display: block;
  }
}

.message__body {
  width: 66%;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .message__body {
    width: 100%;
    padding-top: 0;
  }
}

.message__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 1rem;
  }
}
.message__text span {
  font-weight: 700;
}

.message__img-wrapper {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .message__img-wrapper {
    width: 80%;
    margin: 1.25rem auto 0;
  }
}

.message__name {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .message__name {
    font-size: 1rem;
  }
}

/* overview */
.overview {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .overview {
    padding-bottom: 3.75rem;
  }
}
.overview .l-box {
  padding: 100px 120px 100px;
  padding: 6.25rem 7.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .overview .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.overview__list {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (max-width: 767px) {
  .overview__list {
    margin-top: 1.25rem;
  }
}

/* contact */
.contact {
  position: relative;
  z-index: 2;
}

.contact__header {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__header {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact__header .l-box {
    padding: 3.75rem 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__header .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.contact__cards {
  gap: 22px;
  gap: 1.375rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__cards {
    margin-top: 1.875rem;
  }
}
.contact__cards .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contact__cards .card__inner {
    display: block;
    height: auto;
    padding: 0.9375rem 0.9375rem 1.5625rem;
  }
}
.contact__cards .card__body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contact__cards .card__body {
    display: block;
  }
}
.contact__cards .card__text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .contact__cards .card__text {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.contact__cards .card__btn {
  text-align: center;
  display: block;
  margin-top: auto;
  padding: 14px 40px 14px 0;
  padding: 0.875rem 2.5rem 0.875rem 0;
}
@media screen and (max-width: 767px) {
  .contact__cards .card__btn {
    padding-right: 1.25rem;
    margin-top: 0.9375rem;
  }
  .contact__cards .card__btn::after {
    right: 1.25rem;
  }
}

.contact__content {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__content {
    padding: 3.75rem 0;
  }
}
.contact__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 666px;
  height: 41.625rem;
  background: url(../img/contact/contact-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.contact__content .l-bg {
  width: 1040px;
  width: 65rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__content .l-bg {
    padding-bottom: 3.75rem;
  }
}

.contact__body-inner {
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding: 0 60px;
  padding: 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact__body-inner {
    margin-top: 2.5rem;
    padding: 0;
  }
}

.contact__box {
  font-size: 18px;
  font-size: 1.125rem;
  background: #F7F7F7;
  line-height: 1.78;
  border-radius: 0.625rem;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .contact__box {
    font-size: 1rem;
  }
}

.contact__box-title {
  font-weight: 700;
}

.contact__box-text {
  font-weight: 500;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.contact__box-text a {
  color: #0184EB;
  text-decoration: underline;
}

.contact__form {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 3.125rem;
  }
}

.contact__footer {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .contact__footer {
    margin-top: 3.75rem;
  }
}
.contact__footer .l-inner {
  max-width: 1210px;
  max-width: 75.625rem;
}

.contact__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact__list {
    margin-top: 1.875rem;
  }
}

.contact__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .contact__list-item {
    display: block;
    font-size: 1rem;
  }
}
.contact__list-item + .contact__list-item {
  border-top: 2px solid #E6E6E6;
  border-top: 0.125rem solid #E6E6E6;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
}
.contact__list-item + .contact__list-item::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  top: -2px;
  top: -0.125rem;
  background: #0184EB;
}

.contact__list-title {
  width: 20%;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .contact__list-title {
    width: 100%;
  }
}

.contact__list-body {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .contact__list-body {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.contact__list-text a {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__list-text a {
    font-size: 1.375rem;
  }
}

.contact__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.contact__item {
  background: #F7F7F7;
  border-radius: 0.625rem;
  padding: 30px;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .contact__item {
    padding: 1.25rem;
  }
}

.contact__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contact__item-title {
    font-size: 1.125rem;
  }
}

.contact__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .contact__item-text {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
  }
}
.contact__item-text a {
  font-weight: 700;
}

/* csr */
.csr {
  position: relative;
  z-index: 2;
}

/* mission */
.mission {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mission {
    padding-bottom: 3.75rem;
  }
}
.mission .l-box {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .mission .l-box {
    padding-top: 2.5rem;
  }
}

.mission__units {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .mission__units {
    margin-top: 1.875rem;
  }
}

.mission__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mission__unit {
    display: block;
  }
}
.mission__unit + .mission__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.mission__unit-img {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .mission__unit-img {
    width: 100%;
  }
}

.mission__unit-body {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .mission__unit-body {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.mission__unit-subtitle {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  background: #0184EB;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .mission__unit-subtitle {
    font-size: 1.125rem;
  }
}

.mission__unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .mission__unit-title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.mission__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mission__unit-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

/* sdgs */
.sdgs {
  padding: 80px 0 120px;
  padding: 5rem 0 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sdgs {
    padding: 3.75rem 0 5rem;
  }
  .sdgs .l-content {
    padding: 0;
  }
}
.sdgs::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 666px;
  height: 41.625rem;
  background: url(../img/csr/sdgs-bg.jpg) no-repeat center/cover;
  z-index: -1;
}

.sdgs__content {
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sdgs__content {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
.sdgs__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 60px;
  left: 3.75rem;
  width: 100vw;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .36);
  background-color: rgba(255, 255, 255, .36);
  border-radius: 1.25rem 0 0 1.25rem;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .sdgs__content::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sdgs__content::before {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0.625rem;
  }
}

.sdgs__cards {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .sdgs__cards {
    margin-top: 1.875rem;
  }
}

/* news-archive */
.news-archive {
  padding: 60px 0 100px;
  padding: 3.75rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding: 2.5rem 0 5rem;
  }
}
.news-archive .l-bg {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-archive .l-bg {
    padding-bottom: 5rem;
  }
}

.news-archive__content {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    margin-top: 2.5rem;
  }
}

/* news-single */
.news-single {
  padding: 115px 0 160px;
  padding: 7.1875rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .news-single .l-content {
    padding: 0;
  }
}
.news-single .l-bg {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news-single .l-bg {
    padding-bottom: 3.75rem;
  }
}

.news-single__category {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .news-single__category {
    margin-top: 2.5rem;
  }
}
.news-single__category span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__category span {
    font-size: 1rem;
  }
}

.news-single__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-single__title {
    font-size: 1.5rem;
    margin-top: 1.5625rem;
  }
}

.news-single__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-single__subtitle {
    font-size: 1.125rem;
  }
}

.news-single__content {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content {
    margin-top: 2.5rem;
  }
}
.news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5, .news-single__content h6 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5, .news-single__content h6 {
    margin-bottom: 0.9375rem;
  }
}
.news-single__content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #0184EB;
  border-bottom: 1px solid #0184EB;
  border-bottom: 0.0625rem solid #0184EB;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h2 {
    font-size: 1.25rem;
    padding-bottom: 0.3125rem;
  }
}
.news-single__content h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h3 {
    font-size: 1.125rem;
  }
}
.news-single__content h4, .news-single__content h5, .news-single__content h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__content h4, .news-single__content h5, .news-single__content h6 {
    font-size: 1rem;
  }
}
.news-single__content p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .news-single__content p {
    font-size: 1rem;
  }
}
.news-single__content p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content figure:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content ul:not(:last-child), .news-single__content ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.news-single__content ol {
  margin-left: 1.5em;
}
.news-single__content ol li {
  list-style: decimal;
}
.news-single__content ul li {
  padding-left: 1em;
  position: relative;
}
.news-single__content ul li::before {
  position: absolute;
  content: "⚫︎";
  left: 0;
  top: 0;
  color: #0184EB;
}
.news-single__content li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .news-single__content li {
    font-size: 1rem;
  }
}
.news-single__content li:not(:first-child) {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .news-single__content li:not(:first-child) {
    margin-top: 0.5rem;
  }
}

.news-single__btn {
  text-align: center;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .news-single__btn {
    margin-top: 3.75rem;
  }
}

/* features */
.features .l-box {
  padding: 60px 120px 100px;
  padding: 3.75rem 7.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .features .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.features__units {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .features__units {
    margin-top: 1.875rem;
  }
}

.features__unit + .features__unit {
  margin-top: 115px;
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .features__unit + .features__unit {
    margin-top: 3.75rem;
  }
}

.features__unit-number {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
  background: #0184EB;
  padding: 0 5px 0 10px;
  padding: 0 0.3125rem 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .features__unit-number {
    font-size: 1.5rem;
  }
}

.features__unit-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .features__unit-title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.features__unit-img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .features__unit-img {
    margin-top: 0.9375rem;
  }
}

.features__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .features__unit-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.features__unit-text strong {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .features__unit-text strong {
    font-size: 1.125rem;
  }
}

/* movie */
.movie .l-box {
  padding: 60px 120px;
  padding: 3.75rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .movie .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.movie__units {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 32px;
  gap: 3.125rem 2rem;
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .movie__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}

.movie__unit {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .movie__unit {
    font-size: 1rem;
  }
}

.movie__unit-video {
  width: 100%;
  padding-top: 56.3063063063%;
  position: relative;
}
.movie__unit-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie__unit-title {
  font-weight: 700;
  margin-top: 8px;
  margin-top: 0.5rem;
}

/* products-archive */
.products-archive {
  position: relative;
  z-index: 2;
}
.products-archive .lead {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .products-archive .lead {
    margin-top: 1.25rem;
  }
}

.products-archive__units {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .products-archive__units {
    padding-bottom: 2.5rem;
  }
}

.products-archive__unit {
  padding: 100px 0;
  padding: 6.25rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .products-archive__unit {
    padding: 3.75rem 0;
  }
}
.products-archive__unit:first-child::before {
  background: url(../img/products/products-bg01.jpg) no-repeat center/cover;
}
.products-archive__unit:nth-child(2)::before {
  background: url(../img/products/products-bg02.jpg) no-repeat center/cover;
}
.products-archive__unit:nth-child(3)::before {
  background: url(../img/products/products-bg03.jpg) no-repeat center/cover;
}
.products-archive__unit:nth-child(4)::before {
  background: url(../img/products/products-bg04.jpg) no-repeat center/cover;
}
.products-archive__unit:nth-child(5)::before {
  background: url(../img/products/products-bg05.jpg) no-repeat center/cover;
}
.products-archive__unit::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  height: 36.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .products-archive__unit::before {
    height: 25rem;
  }
}
.products-archive__unit .l-bg::before {
  background: transparent;
  backdrop-filter: blur(41.5634002686px);
  --webkit-backdrop-filter: blur(41.56340026855469px);
  background-color: rgba(255, 255, 255, .5);
}

.products-archive__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .products-archive__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.25rem;
  }
}

.products-archive__card-inner {
  display: block;
  height: 100%;
  background: #F7F7F7;
  padding: 20px 20px 35px;
  padding: 1.25rem 1.25rem 2.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products-archive__card-inner {
    height: auto;
    padding-bottom: 1.5625rem;
  }
}
.products-archive__card-inner::after {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  right: 40px;
  right: 2.5rem;
  bottom: 40px;
  bottom: 2.5rem;
  background: url(../img/common/plus-icon03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .products-archive__card-inner::after {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
.products-archive__card-inner:hover {
  opacity: 1;
}
.products-archive__card-inner:hover .products-archive__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.products-archive__card-category {
  position: absolute;
  left: 20px;
  left: 1.25rem;
  top: 20px;
  top: 1.25rem;
}
.products-archive__card-category span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-category span {
    font-size: 1rem;
  }
}

.products-archive__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.products-archive__card-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products-archive__card-body {
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-body {
    padding: 0;
    margin-top: 0.9375rem;
  }
}

.products-archive__card-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products-archive__card-title {
    font-size: 1.5rem;
  }
}

.products-archive__card-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-text {
    font-size: 1rem;
  }
}

.products-archive__card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.products-archive__card-tag span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 1.25rem;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  padding: 4px 11px;
  padding: 0.25rem 0.6875rem;
}

.products-archive__card-price {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-price {
    margin-top: 1.5625rem;
  }
}

.products-archive__card-price-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  border-bottom: 0.0625rem solid #707070;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-price-title {
    font-size: 1rem;
  }
}
.products-archive__card-price-title span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-price-title span {
    font-size: 0.75rem;
  }
}

.products-archive__card-price-number {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-price-number {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.products-archive__card-price-number span {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .products-archive__card-price-number span {
    font-size: 2.5rem;
  }
}

.products-archive__card-price-tax {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .products-archive__card-price-tax {
    margin-top: 0.625rem;
  }
}

/* products-single */
.products-single__header {
  padding: 115px 0 100px;
  padding: 7.1875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .products-single__header {
    padding: 5rem 0 3.75rem;
  }
}

.products-single__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .products-single__inner {
    display: block;
    margin-top: 3.125rem;
  }
}

.products-single__body {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .products-single__body {
    width: 100%;
  }
}

.products-single__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products-single__title {
    font-size: 1.75rem;
  }
}

.products-single__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.58;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .products-single__subtitle {
    font-size: 1.25rem;
  }
}

.products-single__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .products-single__text {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.products-single__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .products-single__tag {
    margin-top: 1.25rem;
  }
}
.products-single__tag span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 1.25rem;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  padding: 4px 11px;
  padding: 0.25rem 0.6875rem;
}

.products-single__price {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .products-single__price {
    margin-top: 2.5rem;
  }
}

.products-single__price-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #000;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .products-single__price-title {
    font-size: 1rem;
    padding-bottom: 0.3125rem;
  }
}

.products-single__price-number {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .products-single__price-number {
    font-size: 1rem;
  }
}
.products-single__price-number span {
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .products-single__price-number span {
    font-size: 2.5rem;
  }
}

.products-single__price-tax {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .products-single__price-tax {
    margin-top: 0.625rem;
  }
}

.products-single__btn-wrapper {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .products-single__btn-wrapper {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.products-single__img-wrapper {
  position: relative;
}

.products-single__caption {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 20px;
  left: 1.25rem;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .products-single__caption {
    left: 0.625rem;
    top: 0.625rem;
    font-size: 1rem;
  }
}

.products-single__img {
  background: #fff;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .products-single__img {
    border-radius: 0.625rem;
  }
}
.products-single__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .products-single__img img {
    border-radius: 0.625rem;
  }
}

.products-single__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .products-single__btns {
    display: block;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .products-single__btn + .products-single__btn {
    margin-top: 0.625rem;
  }
}
.products-single__btn:first-child .btn {
  padding-left: 70px;
  padding-left: 4.375rem;
}
.products-single__btn:first-child .btn::after {
  right: 65px;
  right: 4.0625rem;
}
.products-single__btn .btn {
  display: block;
  width: 270px;
  width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .products-single__btn .btn {
    margin: 0 auto;
  }
}

.products-single__content {
  padding: 100px 0 120px;
  padding: 6.25rem 0 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .products-single__content {
    padding: 3.75rem 0;
  }
}
.products-single__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1525px;
  height: 95.3125rem;
  background: #000;
  z-index: -1;
}
.products-single__content section:not(:first-child) {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .products-single__content section:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.products-single__back {
  display: block;
  width: 270px;
  width: 16.875rem;
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .products-single__back {
    margin-top: 3.75rem;
  }
}

/* spec */
.spec .l-box {
  padding: 60px 120px 100px;
  padding: 3.75rem 7.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .spec .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.spec__units {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .spec__units {
    margin-top: 1.875rem;
  }
}

.spec__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .spec__unit {
    display: block;
  }
}
.spec__unit + .spec__unit {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .spec__unit + .spec__unit {
    margin-top: 2.5rem;
  }
}

.spec__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  width: 3.125rem;
  min-width: 50px;
  min-width: 3.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background: #000;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .spec__subtitle {
    width: 100%;
    font-size: 1.125rem;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding: 0.3125rem;
  }
}

.spec__list {
  width: 100%;
}

.spec__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .spec__list-item {
    display: block;
    font-size: 1rem;
  }
}
.spec__list-item:nth-child(odd) {
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .spec__list-item:nth-child(odd) {
    background: #fff;
  }
}

.spec__list-title, .spec__list-text {
  padding: 17px 30px;
  padding: 1.0625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .spec__list-title, .spec__list-text {
    padding: 0.625rem 1.25rem;
  }
}

.spec__list-title {
  width: 23%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .spec__list-title {
    background: #F7F7F7;
    width: 100%;
  }
}

.spec__list-text {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .spec__list-text {
    width: 100%;
  }
}
.spec__list-text span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .spec__list-text span {
    margin-left: 0.625rem;
  }
}

/* benefits */
.benefits {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding: 3.75rem 0;
  }
}
.benefits::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  height: 36.25rem;
  background: url(../img/recruit/benefits-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
.benefits .l-box {
  background: transparent;
  backdrop-filter: blur(17.539899826px);
  --webkit-backdrop-filter: blur(17.539899826049805px);
  background-color: rgba(255, 255, 255, .43);
}

.benefits__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .benefits__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.benefits__cards .card__inner {
  height: 100%;
  padding: 20px 20px 25px;
  padding: 1.25rem 1.25rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .benefits__cards .card__inner {
    height: auto;
  }
}
.benefits__cards .card__body {
  padding: 0;
}
.benefits__cards .card__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .benefits__cards .card__title {
    font-size: 1rem;
  }
}

/* culture */
.culture {
  position: relative;
  z-index: 2;
}
.culture .l-bg {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .culture .l-bg {
    padding-bottom: 3.75rem;
  }
}
.culture .l-bg::before {
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .5);
}

.culture__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .culture__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5625rem;
  }
}
.culture__cards .card__inner {
  height: 100%;
  padding: 20px 20px 15px;
  padding: 1.25rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .culture__cards .card__inner {
    height: auto;
  }
}
.culture__cards .card__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .culture__cards .card__title {
    font-size: 1.25rem;
  }
}
.culture__cards .card__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* recruit */
.recruit .breadcrumb {
  color: #fff;
}
.recruit .breadcrumb a {
  color: #fff;
}
.recruit .breadcrumb__item:not(:first-child)::before {
  background: #fff;
}

.recruit__header {
  color: #fff;
  padding: 115px 0 80px;
  padding: 7.1875rem 0 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit__header {
    padding: 5rem 0 3.75rem;
  }
}
.recruit__header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 969px;
  height: 60.5625rem;
  background: url(../img/recruit/recruit-bg01.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit__header::before {
    height: 43.75rem;
  }
}

.recruit__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .recruit__title {
    font-size: 2rem;
    margin-top: 3.75rem;
  }
}

.recruit__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .recruit__subtitle {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.recruit__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    font-size: 1rem;
  }
}

.recruit__content {
  padding: 80px 0;
  padding: 5rem 0;
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit__content {
    padding: 3.75rem 0;
  }
}
.recruit__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  height: 36.25rem;
  background: url(../img/recruit/recruit-bg02.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit__content::before {
    height: 25rem;
  }
}
.recruit__content section:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.recruit__subheading {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0184EB;
  background: #F7F7F7;
  border-radius: 3.125rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit__subheading {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.recruit__list {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit__list {
    margin-top: 1.25rem;
  }
}
.recruit__list .list__item::before {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .recruit__list .list__item::before {
    width: 30%;
  }
}
.recruit__list .list__item-title {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .recruit__list .list__item-title {
    width: 100%;
  }
}
.recruit__list .list__item-body {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .recruit__list .list__item-body {
    width: 100%;
  }
}

/* solution */
.solution .lead {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .solution .lead {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .solution .subtitle {
    font-size: 2.25rem;
  }
}

.solution__header {
  padding: 60px 0 100px;
  padding: 3.75rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .solution__header {
    padding: 3.75rem 0;
  }
  .solution__header .l-content {
    padding: 0;
  }
}
.solution__header .solution__body {
  position: relative;
  z-index: 1;
}
.solution__header .solution__body::before {
  position: absolute;
  content: "";
  width: 623px;
  width: 38.9375rem;
  height: 415px;
  height: 25.9375rem;
  top: -240px;
  top: -15rem;
  right: -130px;
  right: -8.125rem;
  background: url(../img/solution/solution-img01.png) no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .solution__header .solution__body::before {
    width: 15.625rem;
    height: 9.375rem;
    top: -7.5rem;
    right: -5rem;
  }
}

.solution__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 700;
  padding: 0 60px;
  padding: 0 3.75rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .solution__text {
    font-size: 1rem;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}

.solution__unit {
  padding: 100px 0;
  padding: 6.25rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .solution__unit {
    padding: 3.75rem 0;
  }
}
.solution__unit::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
  height: 36.25rem;
  z-index: -1;
}
.solution__unit:first-child::before {
  background: url(../img/solution/solution-bg02.jpg) no-repeat center/cover;
}
.solution__unit:nth-child(2)::before {
  background: url(../img/solution/solution-bg03.jpg) no-repeat center/cover;
}
.solution__unit:nth-child(3)::before {
  background: url(../img/solution/solution-bg04.jpg) no-repeat center/cover;
}

.solution__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .solution__inner {
    display: block;
    margin-top: 1.875rem;
  }
}

.solution__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .solution__img {
    width: 100%;
  }
}

.solution__list {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .solution__list {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.solution__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0184EB;
  background: url(../img/common/check-icon.png) no-repeat left top 5px/19px;
  background: url(../img/common/check-icon.png) no-repeat left top 0.3125rem/1.1875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .solution__list-item {
    font-size: 1rem;
    background-position: left top 0.1875rem;
  }
}
.solution__list-item + .solution__list-item {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .solution__list-item + .solution__list-item {
    margin-top: 0.625rem;
  }
}

.solution__boxes {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .solution__boxes {
    margin-top: 1.875rem;
  }
}

.solution__box {
  padding: 40px 40px;
  padding: 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .solution__box {
    padding: 1.875rem 1.25rem;
  }
}
.solution__box + .solution__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .solution__box + .solution__box {
    margin-top: 1.25rem;
  }
}
.solution__box:first-child {
  background: #444444;
}
.solution__box:first-child .solution__box-title {
  color: #fff;
  border-color: #fff;
}
.solution__box:nth-child(2) {
  background: #F7F7F7;
}

.solution__box-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  border-left: 4px solid #000;
  border-left: 0.25rem solid #000;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .solution__box-title {
    font-size: 1.125rem;
    border-left: 0.1875rem solid #000;
  }
}

.solution__box-units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .solution__box-units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.solution__box-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 230px;
  min-height: 14.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #fff;
  padding: 30px 30px 25px;
  padding: 1.875rem 1.875rem 1.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .solution__box-unit {
    display: block;
    min-height: unset;
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }
}
.solution__box-unit::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/solution/solution-bg01.png) no-repeat center/contain;
  z-index: -1;
}

.solution__box-unit-title {
  font-weight: 600;
}

.solution__box-unit-text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.solution__box-unit-link-wrapper {
  text-align: right;
  margin-top: auto;
}

.solution__box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .solution__box-items {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.solution__box-item {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 767px) {
  .solution__box-item {
    font-size: 1rem;
  }
}

.solution__btn-wrapper {
  text-align: right;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .solution__btn-wrapper {
    text-align: center;
    margin-top: 2.5rem;
  }
}

/* support */
.support {
  padding: 100px 0;
  padding: 6.25rem 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 3.75rem 0;
  }
}
.support .l-box {
  padding: 60px 60px;
  padding: 3.75rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .support .l-box {
    padding: 3.75rem 1.25rem;
  }
}

.support__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .support__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.support__cards .card__inner {
  padding: 20px;
  padding: 1.25rem;
}
.support__cards .card__body {
  padding: 0;
}
.support__cards .card__title {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .support__cards .card__title {
    font-size: 1rem;
  }
}
.support__cards .card__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* thnaks */
.thanks {
  background: url(../img/contact/thanks-bg.jpg) no-repeat center/cover;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding-bottom: 3.75rem;
  }
}

.thanks__content {
  text-align: center;
}

.thanks__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    margin-top: 2.5rem;
  }
}

/* top-about */
.top-about {
  background: url(../img/top/top-about-bg.jpg) no-repeat center/cover;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 3.75rem 0;
  }
}
.top-about .l-bg {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-about .l-bg {
    padding-bottom: 3.75rem;
  }
}
.top-about .l-bg::before {
  background: rgba(255, 255, 255, .8);
}

.top-about__units {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .top-about__units {
    margin-top: 1.875rem;
  }
}

.top-about__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-about__unit {
    display: block;
  }
}
.top-about__unit + .top-about__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.top-about__unit-img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .top-about__unit-img {
    width: 100%;
  }
}

.top-about__unit-body {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .top-about__unit-body {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

.top-about__unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-about__unit-title {
    font-size: 1.125rem;
  }
}

.top-about__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-about__unit-text {
    font-size: 1rem;
  }
}

/* top-case */
.top-case .subtitle, .top-case .title, .top-case .lead {
  color: #0184EB;
}

.top-case__content {
  padding: 60px 0 100px;
  padding: 3.75rem 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-case__content {
    padding: 3.75rem 1.25rem;
  }
}
.top-case__content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 120px;
  left: 7.5rem;
  width: 100vw;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem 0 0 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top-case__content::before {
    left: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case__content::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    border-radius: 0.625rem;
  }
}

.top-case__header {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.top-case__cards {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .top-case__cards {
    margin-top: 1.875rem;
  }
}

.top-case__card-inner {
  display: block;
  background: #F7F7F7;
  padding: 10px 10px 25px;
  padding: 0.625rem 0.625rem 1.5625rem;
  position: relative;
}
.top-case__card-inner::after {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  right: 30px;
  right: 1.875rem;
  bottom: 30px;
  bottom: 1.875rem;
  background: url(../img/common/plus-icon03.png) no-repeat center/contain;
}

.top-case__card-img-wrapper {
  position: relative;
}

.top-case__card-category {
  position: absolute;
  left: 0;
  top: 0;
}
.top-case__card-category span {
  display: inline-block;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.top-case__card-body {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.top-case__card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.top-case__card-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* top-company */
.top-company {
  background: url(../img/top/top-company-bg.jpg) no-repeat center/cover;
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 3.75rem 0;
  }
  .top-company .l-content {
    padding: 0;
  }
}

.top-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-company__content {
    display: block;
  }
}

.top-company__texts {
  width: 53%;
  border-radius: 1.25rem 0 0 1.25rem;
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .36);
  padding: 50px 25px 80px 60px;
  padding: 3.125rem 1.5625rem 5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-company__texts {
    width: 100%;
    border-radius: 0.625rem 0.625rem 0 0;
    padding: 2.5rem 1.25rem;
  }
}

.top-company__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-company__text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.top-company__body {
  width: 47%;
  padding: 45px 55px;
  padding: 2.8125rem 3.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-company__body {
    width: 100%;
    padding: 2.5rem 1.25rem;
    background: #fff;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}
.top-company__body::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-company__body::after {
    display: none;
  }
}

.top-company__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-company__subtitle {
    font-size: 1.125rem;
  }
}

.top-company__list {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-company__list {
    margin-top: 1.875rem;
  }
}

.top-company__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .top-company__list-item {
    font-size: 1rem;
  }
}
.top-company__list-item + .top-company__list-item {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .top-company__list-item + .top-company__list-item {
    margin-top: 1.25rem;
  }
}

.top-company__list-title {
  min-width: 100px;
  min-width: 6.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-company__list-title {
    min-width: 5.625rem;
  }
}

/* top-menu */
.top-menu {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .top-menu {
    padding: 3.75rem 0;
  }
}

.top-menu__cards .card__inner {
  background: #fff;
}
.top-menu__cards .card__body {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-menu__cards .card__body {
    margin-top: 1.25rem;
  }
}

/* top-mv */
.top-mv {
  color: #fff;
  padding: 230px 0 95px;
  padding: 14.375rem 0 5.9375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding: 7.5rem 0 2.5rem;
  }
}

.top-mv__inner {
  position: relative;
  z-index: 2;
}

.top-mv__title, .top-mv__subtitle, .top-mv__text {
  position: relative;
  z-index: 3;
}

.top-mv__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top-mv__video::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 970px;
  height: 60.625rem;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .55)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .55) 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv__video::before {
    height: 37.5rem;
  }
}
.top-mv__video video {
  width: 100%;
  height: 970px;
  height: 60.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-mv__video video {
    height: 37.5rem;
  }
}

.top-mv__img {
  position: absolute;
  width: 90%;
  max-width: 1165px;
  max-width: 72.8125rem;
  top: -76%;
  right: -22%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv__img {
    width: 15.625rem;
    top: 0;
    right: -4.375rem;
  }
}

.top-mv__title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 1.875rem;
  }
}

.top-mv__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__subtitle {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.top-mv__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 1rem;
  }
}

/* top-news */
.top-news {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 3.75rem 0;
  }
}
.top-news .l-inner {
  max-width: 970px;
  max-width: 60.625rem;
}

.top-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top-news__header {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-news__link-wrapper {
    text-align: right;
  }
}

.top-news__link {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-news__link {
    margin-top: 1.5625rem;
  }
}

.top-news__content {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .top-news__content {
    margin-top: 2.5rem;
  }
}
.top-news__content .news__item {
  border-bottom: 2px solid #fff;
  border-bottom: 0.125rem solid #fff;
}

/* top-oficial */
.top-official {
  padding: 100px 0;
  padding: 6.25rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-official {
    padding: 3.75rem 0;
  }
}
.top-official .lead {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-official .lead {
    margin-top: 1.25rem;
  }
}

.top-official__content {
  border-radius: 1.25rem;
  background: url(../img/top/top-official-bg.jpg) no-repeat center/cover;
  padding: 75px 120px 70px;
  padding: 4.6875rem 7.5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .top-official__content {
    border-radius: 0.625rem;
    padding: 3.125rem 1.25rem;
  }
}

.top-official__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .top-official__subtitle {
    font-size: 1.25rem;
  }
}

.top-official__title {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-official__title {
    font-size: 1.625rem;
  }
}

.top-official__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-official__btn {
    margin-top: 1.25rem;
  }
}

/* top-products */
.top-products {
  position: relative;
  z-index: 1;
}
.top-products::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 100px;
  top: 6.25rem;
  bottom: -400px;
  bottom: -25rem;
  background: #000;
  z-index: -1;
}
.top-products .l-bg {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .top-products .l-bg {
    padding-bottom: 3.75rem;
  }
}

.top-products__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  gap: 0.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-products__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.top-products__card-inner {
  display: block;
  height: 100%;
  background: #F7F7F7;
  position: relative;
}
.top-products__card-inner::after {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  background: url(../img/common/plus-icon03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-products__card-inner::after {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}
.top-products__card-inner:hover {
  opacity: 1;
}
.top-products__card-inner:hover .top-products__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-products__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  padding: 0.5rem;
  min-height: 240px;
  min-height: 15rem;
  overflow: hidden;
}
.top-products__card-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-products__card-body {
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-products__card-body {
    padding-bottom: 1.5625rem;
  }
}

.top-products__card-category span {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background: #000;
  padding: 0 4px;
  padding: 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .top-products__card-category span {
    font-size: 0.9375rem;
  }
}

.top-products__card-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-products__card-title {
    font-size: 1.125rem;
  }
}

.top-products__card-text {
  line-height: 1.75;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-products__card-text {
    font-size: 0.9375rem;
  }
}

/* top-solution */
.top-solution {
  position: relative;
  z-index: 2;
}
.top-solution .l-bg::before {
  background: transparent;
  backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, .5);
}
.top-solution .lead {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .top-solution .lead {
    margin-top: 1.25rem;
  }
}

.top-solution__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  gap: 0.75rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-solution__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 1.5625rem;
  }
}

.top-solution__card-inner {
  display: block;
  position: relative;
}
.top-solution__card-inner::before, .top-solution__card-inner::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.top-solution__card-inner::before {
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
}
.top-solution__card-inner::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  right: 15px;
  right: 0.9375rem;
  bottom: 15px;
  bottom: 0.9375rem;
  background: url(../img/common/plus-icon03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-solution__card-inner::after {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}
.top-solution__card-inner:hover {
  opacity: 1;
}
.top-solution__card-inner:hover .top-solution__card-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-solution__card-img {
  overflow: hidden;
}
.top-solution__card-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-solution__card-texts {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-solution__card-texts {
    padding: 0.9375rem 0.625rem;
  }
}

.top-solution__card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-solution__card-title {
    font-size: 1.25rem;
  }
}
.top-solution__card-title span {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top-solution__card-title span {
    font-size: 1.5rem;
  }
}

.top-solution__card-subtitle {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1;
  border-left: 1px solid #fff;
  border-left: 0.0625rem solid #fff;
  padding: 10px 0 5px 6px;
  padding: 0.625rem 0 0.3125rem 0.375rem;
}
@media screen and (max-width: 767px) {
  .top-solution__card-subtitle {
    font-size: 0.8125rem;
    padding: 0.3125rem;
  }
}

/* 更新用 */
.features__unit-img {
  margin-top: 25px;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

/* ========================================
   製品特徴の画像幅80%・センター寄せ
   対象: 製品詳細ページ
======================================== */
.features__unit-img {
  width: 80%;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0; /* 上マージン + センター寄せ */
}

.products-single__btn:first-child .btn {
  padding-left: 70px;
  padding-left: 70px;
  padding-left: 4.375rem;
}

.products-single__btn:first-child .btn::after {
  right: 65px;
  right: 65px;
  right: 4.0625rem;
}

/* ========================================
【変更】製品シングル ボタン
- 3列均等レイアウトのためfirst-childの特別指定を削除
======================================== */
/*
.products-single__btn:first-child .btn {
  padding-left: 70px;
  padding-left: 4.375rem;
}
.products-single__btn:first-child .btn::after {
  right: 65px;
  right: 4.0625rem;
}
*/
/* ========================================
製品シングル ボタン 3列レイアウト
- メイン画像の幅と揃える
======================================== */
.products-single__btns--col3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem; /* 20px */
}

.products-single__btns--col3 .products-single__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 3つ均等幅 */
}

.products-single__btns--col3 .products-single__btn .btn {
  width: 100%; /* ボタンを親要素いっぱいに */
}

/* SP対応 */
@media screen and (max-width: 767px) {
  .products-single__btns--col3 {
    display: block;
  }
  .products-single__btns--col3 .products-single__btn + .products-single__btn {
    margin-top: 0.625rem;
  }
  .products-single__btns--col3 .products-single__btn .btn {
    width: 100%;
  }
}
/* ========================================
製品シングル ボタン 2列レイアウト
- メイン画像の幅と揃える
======================================== */
.products-single__btns--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem; /* 20px */
}

.products-single__btns--col2 .products-single__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 2つ均等幅 */
}

.products-single__btns--col2 .products-single__btn .btn {
  width: 100%;
}

/* SP対応 */
@media screen and (max-width: 767px) {
  .products-single__btns--col2 {
    display: block;
  }
  .products-single__btns--col2 .products-single__btn + .products-single__btn {
    margin-top: 0.625rem;
  }
  .products-single__btns--col2 .products-single__btn .btn {
    width: 100%;
  }
}
/* ========================================
製品特徴 画像2列レイアウト
======================================== */
.features__unit-imgs--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  width: 80%;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

@media screen and (max-width: 767px) {
  .features__unit-imgs--2col {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
/* ========================================
製品特徴 小さい画像用(引き伸ばさない)
======================================== */
.features__unit-img--small {
  width: auto;
  max-width: 400px;
  margin: 25px auto 0;
  margin: 1.5625rem auto 0;
}

.features__unit-img--small img {
  width: auto;
  max-width: 100%;
}

/* ========================================
活用事例 画像80%
======================================== */
.use-case__unit-img {
  width: 80%;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */
